/* canvas
document.body.style.background = "url(" + canvas.toDataURL() + ")";
*/
.err, .suc {
    display: none;
}
.err { color: red; font-size: 10px;font-weight: 550;}
.suc { 
color: green;
font-size: 10px;
font-weight: 500;
}

/*loading*/
.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    background-image: linear-gradient(to top right, #2c2c2c ,#2c2c2c, #2c2c2c);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 100px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    -webkit-animation: expand 1200ms infinite;
    animation: expand 1200ms infinite;
}

thanks-wrap {
  background: #FFFFFF;
  padding: 30px;
  margin: 0 auto 10px;
  display: none;
  max-width: 320px;
}

.checkmark {
  max-width: 300px;
  margin: 0 auto;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash 2s ease-in-out;
          animation: dash 2s ease-in-out;
}

.spin {
  -webkit-animation: spin 2s;
          animation: spin 2s;
  transform-origin: 50% 50%;
}

h2 {
  -webkit-animation: text 1s;
          animation: text 1s;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.loading-logo {
  max-width: 100%;
  max-height: 100%;
  color: #1b2b34;
}
@-webkit-keyframes expand {
  from {
    padding: 25px;
  }
  to {
    padding: 50px;
    box-shadow: 0px 0px 30px #2c3e50;
  }
}
@keyframes expand {
  from {
    padding: 25px;
  }
  to {
    padding: 50px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
  }
}
/*loading end*/




.main_div
  {
  text-align:center;
  background: #00C492;
  padding:20px; width: 400px;
  }
.inner_div
  {
  background: #fff;
  margin-top:20px;
  height: 100px;
  }
.buttons a
  {
  font-size: 16px;
  }
.buttons a:hover
  {
  cursor:pointer;
  font-size: 16px;
  }


html {
  scroll-behavior: smooth;
}

:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f7f7f7;
  font-family: Montserrat;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
.wrapper {
  margin: 3rem 5rem;
    font-family: Montserrat;
    background-color: #f1f1f1
}

.jumbotron{
  color:#2c!important;
  font-family: Montserrat;
  background-color: #f9d29d;
  background-image: linear-gradient(315deg, #f9d29d 0%, #ffd8cb 74%)!important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;


}

 @media screen and (min-width: 601px) {
  .jumbotron h2 {
    font-size: 30px;
    margin-left: 10%;
    margin-top: 50px;
   
  }
}
@media screen and (min-width: 1270px) {
 .jumbotron h2 {
  font-size: 46px;
    font-weight: 550;
    margin-left: 15%;
     margin-top: 50px;

  }
  }
  @media screen and (min-width: 1640px) {
 .jumbotron h2 {
  font-size: 46px;
    font-weight: 550;
    margin-left: 25%;
     margin-top: 50px;

  }
  }

@media screen and (max-width: 600px) {
 .jumbotron h2 {
    font-size: 30px;
    margin-left:  30px;
    text-align: center;
    font-weight: 550;
  }
  }
  @media screen and (max-width: 450px) {
 .jumbotron h2 {
     text-align: center;
    font-size: 26px;
    margin-left: 0px;
    font-weight: 550;
  }
  }



@media screen and (max-width: 600px) {
 .aa  {
   max-width: 100%; 
   margin-top: 50px
  }
  }
 
 @media screen and (min-width: 601px) {
  .aa {
   max-width: 33.333333%; 
   margin-top: 50px;


  }
}
@media screen and (max-width: 600px) {
 .ab  {
   flex: 0 0 100%; 
   width: 100% !important;
   background-color: white;
  }
  }
 
 @media screen and (min-width: 601px) {
  .ab {
   flex: 0 0 66.666667%; 
   max-width: 66.666667%;
   background-color: white;


  }
}

@media screen and (max-width: 876px) {
 .jumbotron p {
    font-weight: 500;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 476px) {
 .jumbotron p {
    text-align: center;
    
    font-weight: 500;
    margin-bottom: 30px;
  }
}


@media screen and (min-width: 477px) {
 .jumbotron p {
    margin-left: 10%;
    margin-bottom: 30px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1270px) {
 .jumbotron p {
    margin-left: 15%;
    margin-bottom: 30px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1640px) {
 .jumbotron p {
    margin-left: 25%;
    margin-bottom: 30px;
    font-weight: 500;
  }
}

.ut54{
  line-height: 50px;
   font-weight: 500;
   margin-left: 30px;
}



.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 550;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}



.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



@media screen and (max-width: 876px) {
 .jumbotron button {
    
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 476px) {
 .jumbotron button {
    text-align: center;
    
    margin-bottom: 30px;
  }
}


@media screen and (min-width: 477px) {
 .jumbotron button {
    margin-left: 10%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1270px) {
 .jumbotron button {
    margin-left: 15%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1640px) {
 .jumbotron button {
    margin-left: 25%;
    margin-bottom: 30px;
  }
}





#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: white;
z-index: 30;}
 
.contpre small{font-size:25px;}

.contpre{
font-family: Montserrat, sans-serif;
font-weight: bold;
width: 250px;
height: 100px;
position: absolute;
left: 0%;
top: 48%;
right:0%;
margin: auto;
color: #0f4a90;
font-size:20px;
letter-spacing: 1px;
text-align:center;
line-height:25px;}
 
#p_prldr .svg_anm {
position: absolute;
width: 100px;
height: 100px;
background: url(icon/Spinner-1s-437px.svg) center center no-repeat;
background-size:90px;    
margin: -16px 0 0 -16px;
}
.btn {
  color: #fff!important;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size:15px!important;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all .5s;
  background: transparent;
  position: relative;
  height: 3.1em;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #FF8100!important; 
  border-radius: .5em;
}
@media screen and (max-width: 450px) {
  .btn {
  color: #fff!important;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all .5s;
  background: transparent;
  position: relative;
  height: 3.1em;
  margin: 0 auto;
  width: 100%;
  background-color: #FF8100!important; 
  border-radius: .5em;
}
}


@media screen and (min-width: 451px) {
  .btn {
  color: #fff!important;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all .5s;
  background: transparent;
  position: relative;
  height: 3.1em;
   width: 220px;
 
  background-color: #FF8100!important; 
  
  border-radius: .5em;
}
}
.btn:focus {
  outline: none;
}
.btn--1 {
  background: #FF8100;
}
.btn--1:hover {
  box-shadow: 0 0 1rem #FF8100;
}


/*@media screen and (min-width: 451px) {
  .grock{
    margin-top: 11%!important;
    margin-left: 50px!important;
}
}
 @media screen and (min-width: 864px) {
  .grock{
    margin-top: 11%!important;
    margin-left: 50px!important;
}
}
 @media screen and (min-width: 1064px) {
  .grock{
    margin-top: 11%!important;
    margin-left: 50px!important;
}

}
 @media screen and (min-width: 1270px) {
  .grock{
    margin-top: 11%!important;
    margin-left: 7%!important ;
}
}
 @media screen and (min-width: 1640px) {
  .grock{
    margin-top: 11%!important;
    margin-left: 10%!important;
    margin-right: 0%!important;
}
}
tabcontent

*/
@media screen and (max-width: 600px) {
  .tabcontent img{
  width: 300px;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  

}
}


@media screen and (min-width: 601px) {
  .tabcontent img{
  width: 400px;
  height: 100%;
  
}
}


@media screen and (max-width: 450px) {
  .im img{
  width: 300px;
  height: 100%;
  margin-left:30px;
  margin-bottom: 50px;

}
}


@media screen and (min-width: 451px) {
  .im img{
  width: 350px;
  height: 100%;
  margin-left:50px;
  margin-bottom: 50px;
}
}


 @media screen and (min-width: 864px) {
  .im img{
  text-align: left;
  width: 380px;
  height: 100%;
  margin-left: 50px;
  margin-top: 60px;
}
}
 @media screen and (min-width: 1064px) {
  .im img{
  text-align: left;
  width: 500px;
  height: 100%;
  margin-top: 60px;
  margin-left: 50px
}
}
 @media screen and (min-width: 1270px) {
  .im img{
text-align: left;
  width: 80%;
  height: 80%;
  margin-top: 30px;
  margin-right: 15%;
}
}
 @media screen and (min-width: 1640px) {
  .im img{
text-align: left;
  width: 500px;
  height: 100%;
  margin-top: 30px;
  margin-right: 20%;
}
}

 @media screen and (min-width: 1840px) {
  .im img{
text-align: left;
  width: 600px;
  height: 100%;
  margin-top: 0px;
  margin-left:10% ;
}
}


@media screen and (max-width: 400px) {
  .im img{
  width: 300px;
  height: 100%;
  margin-left:20px;
  margin-bottom: 50px;

}
}

@media screen and (min-width: 601px) {
  .dd img  {
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin-top: 30px; 
    margin-bottom: 20px; 
    border-radius: 10px;
    
   
  }
}
@media screen and (max-width: 600px) {
 .dd img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 20px; 
    border-radius: 10px;
    margin-right: 20px;
    margin-left: 0px;
  }
  }
@media screen and (max-width: 400px) {
 .container-fluids h5  {
    
    font-family: Montserrat;
  }
  }
 

/*.wrapper .job-card {
  display: flex;
  border-left: 5px solid teal;
  background: white;
  margin: 1rem 0;
  padding: 1.5rem 1.2rem;
  width: 100%;
  box-shadow: 0px 0px 20px #ccc;
  border-radius: 8px;
  transition: 100ms linear;
    font-family: Montserrat;
}
.wrapper .job-card .content-left h2 {
  margin: 0rem 0;
    font-family: Montserrat;
}
.wrapper .job-card .content-left p:nth-child(2) {
  margin: 1rem 0;
  color: #7e7e7e;
  font-size: 90%;
    font-family: Montserrat;
}
.wrapper .job-card .content-left p:nth-last-child(2) {
  margin: 1rem 0;
  line-height: 1.5;
}
.wrapper .job-card .content-left .d-flexbox {
  display: flex;
  margin-top: 2.5rem;
    font-family: Montserrat;
}
.wrapper .job-card .content-left .d-flexbox span {
  background: #ddd;
  border-radius: 15px;
  font-size: 85%;
  padding: 0.2rem 0.5rem;
  font-weight: 500 bold;
  color: #121212;
  margin: 0 0.3rem;
    font-family: Montserrat;
}
.wrapper .job-card .content-right {
  padding: 0 1rem;
  text-align: center;
}
.wrapper .job-card .content-right h4 {
    font-family: Montserrat;
  white-space: nowrap;
}
.wrapper .job-card .content-right img {
  border-radius: 50%;
}
.wrapper .job-card:hover {
  font-family: Montserrat;
  cursor: pointer;
  box-shadow: none;
}*/
/*select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none;
}*/
/* Remove IE arrow 
select::-ms-expand {
  display: none;
}
/* Custom Select 
.select {
  position: relative;
  display: flex;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #0f4a90;
  cursor: pointer;
}
/* Arrow */
/*.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: white;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}*/
/* Transition 
.select:hover::after {
  color: #f39c12;
}/*/






  @media screen and (min-width: 601px) {
  .container-fluids {
     font-family: 'Montserrat', sans-serif;
  padding: 50px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 150px;
  }
}

 @media screen and (min-width: 1401px) {
  .container-fluids {
     font-family: 'Montserrat', sans-serif;
  padding: 70px;
  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 150px;
  }
}

 @media screen and (min-width: 1641px) {
  .container-fluids {
     font-family: 'Montserrat', sans-serif;
  padding: 70px;
  padding-left: 220px;
  padding-right: 200px;
  padding-bottom: 200px;
  }
}

 @media screen and (min-width: 2041px) {
  .container-fluids {
     font-family: 'Montserrat', sans-serif;
  padding: 70px;
  padding-left: 350px;
  padding-right: 300px;
  padding-bottom: 200px;
  }
}


@media screen and (max-width: 600px) {
  .container-fluids {
     font-family: 'Montserrat', sans-serif;
  margin-left: 0%;
  padding: 50px;
  padding-bottom: 100px;
  }
}
@media screen and (max-width: 470px) {
  .container-fluids {
     font-family: 'Montserrat', sans-serif;
  margin-left: 0%;
  padding: 18px;
  }
}
@media screen and (min-width: 870px) {
 .container-fluids h2 {
  font-size: 46px;
    font-weight: 550;
  
  
  

  }
  }
.bo{
  margin-bottom: 50px;
}
.bob{
  margin-bottom: 100px;
}
@media screen and (max-width:450px) {
 .bob{
  margin-bottom: 100px;
  font-size: 23px;
  text-align: center!important;
}
}

@media screen and (max-width:500px) {
 .col-8{
  
  max-width: 100%!important;
  flex: 100%!important;
}
}




.input-group-btn>.btn {
    position: relative;
}

.col-sm-da{
    padding: 32px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}

@media screen and (max-width:450px) {
  .col-sm-da {
    padding: 0;
    display: contents;
    box-sizing: border-box;
    flex-direction: column;
  }
}
.imaz img{
  margin-top: -60px;
  margin-left: -70px;
}
@media screen and (max-width:450px) {
  .imaz img {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    width: 250px;
    height: 180px;
  }
}

.col-sm{
  padding: 32px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}

.ff{
  margin-left: 150px;
  margin-right: 50px;
}

.hr h6{
  font-weight: medium;
}

.hr hr{
    height:1px;
    border-width:0;
    color:gray;
    background-color:gray
  }
  .hr ul{
    line-height: 2; 
    list-style-type: none; 
    margin-left: 0px; 
    padding-left: 0px;
  }
  .five-two ul{
    line-height: -1; 
    list-style-type: none; 
    /*margin-left: -20px;*/
    padding-left: 0px;
    font-weight: medium; 
    color: silver;
  }
  .col-sm-4 ul li {
    margin-left:8%;
  }
.col-sm-4 h6{
  margin-left:8%;
}

  .five-two li{
  margin-top: -7px;
  }
  .five-two img{
   margin-left: 20px; 
  }
  .five-two a{
    color: black;  
    font-weight: bold;
  }
 
  .five-two p{
  margin-top: -50px; 
  color: silver;
  }
  .hwr p{
    font-weight: bold; 
    
    color: black;
  }
.collapse.in {
    display: block;
}
 @media screen and (min-width: 601px) {
 .col-sm-6 h4  {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
.col-sm-6 h4  {
    font-size: 15px;
  }
}

 .hr a {
  /*position: relative;*/
  /*display: inline-block;*/
  color: grey;
  font-weight: 400;
  font-family: Montserrat;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(midnightblue), color-stop(50%, midnightblue), color-stop(50%, royalblue));
  background: linear-gradient(to right, #ef7f1a, #ef7f1a 50%, grey 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;

}
a:hover {
  background-position: 0 100%;
}

 @media screen and (min-width: 601px) {
 a.tel {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
.hr a.tel {
    font-size: 16px;
  }
}
 @media screen and (min-width: 601px) {
 .brd {
    padding: 50px;
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
.brd {
    padding: 30px;
    width: 97%;
  }
}

 @media screen and (min-width: 601px) {
 .brdd {

    padding: 10px;
    width: 100%;
    height: 500px;
  }
}
 

 @media screen and (min-width: 1141px) {
 .brdd {
    padding: 20px;
    width: 100%;
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
.brdd {
    padding: 30px;
    width: 97%;
  }
}


.brd {
    text-align: left;
    
    
    height: auto;
    margin: 10px;
    background: rgb(255,255,255);
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 1px;}
    .brdd {
    text-align: left;
    
    
    
    margin: 10px;
    background: rgb(255,255,255);
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 1px;}
.brdr {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    height: auto;
    margin: 10px;
    background: rgb(255,255,255);
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 1px;
  }
 


.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 16px;
}
.brand a,
.brand a:visited {
  color: #262626;
  text-decoration: none;
}


 /* navbar */
  .navbar .navbar-brand {
  font-size: 16px;
  font-family: 'Montserrat'
}
.navbar .nav-item {
  padding: 9px ;
}
.navbar .nav-link {
  
  font-size: 16px;
  margin-left: 15px;
}
.fa-bars {
  color: black;
  font-size: 16px;
}
a.link{
margin-left: 15px;
font-family: 'Montserrat'
}

   /* end navbar */

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
 label {
 margin-top: 20px;
  margin-bottom: 0px!important;
  font-weight: 550;
 }

 
 input {
    padding: .5em;
    margin-top: 10px!important;
    
    width: 100%;
    height: 3.5em;
    
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(122, 122, 122, 0.28);
    border-radius: 5px 5px 5px 5px;
}
  

.file-upload {
  display: block;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
}
.file-upload .file-select {
  left: 10px;
  width: 90%;
  display: block;
  border-radius: .3rem;
  border: .5px solid #ff8100;
  color: black;
  cursor: pointer;
  height: 4.5em;
  line-height: 40px;
  text-align: left;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: #ff8100;
  padding: 0 10px;
  display: inline-block;
  height: 4.5em;
  line-height: 50px;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #005aaa;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 2.5rem;
  width: 90%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.ad textarea{
    margin-left: 5%;
    padding: .5em;
    width: 90%;
    height: 3.5em;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(122, 122, 122, 0.28);
    border-radius: 5px 5px 5px 5px;
}
.brdr ul li {
  padding: 15px;
  list-style-type: none;
  font-size: 17px;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  
}

.hero-section {
  align-items: flex-start;
  background-image: linear-gradient(15deg, #fff 0%, #fff 150%);
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media (min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  margin: 10px;
  list-style: none;
  position: relative;
  border-radius: 2em!important;
}

.card:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background {
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background {
  filter: brightness(0.5) saturate(0) contrast(.9) blur(2px);
}

.card__content {
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.card__category {
  color: black;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: var(--spacing-s);
  
}

.card__heading {
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}


.pp{
  height: 120px;
  width: 250px;
  margin-left:85px;
  margin-top:30px;
}
.navbar a{
  /*position: relative;*/
  /*display: inline-block;*/
  color: black;
  font-size:17px;
  margin-left:5px;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: 'Montserrat';
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(midnightblue), color-stop(50%, midnightblue), color-stop(50%, royalblue));
  background: linear-gradient(to right, #ef7f1a, #ef7f1a 50%, black 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;

}
 a.tel {
  /*position: relative;*/
  /*display: inline-block;*/
  color: black;
  font-weight: 600;
  font-family: Montserrat;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(midnightblue), color-stop(50%, midnightblue), color-stop(50%, royalblue));
  background: linear-gradient(to right, #ef7f1a, #ef7f1a 50%, black 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;

}
a:hover {
  background-position: 0 100%;
}
@charset "UTF-8";

 @media screen and (min-width: 601px) {
 a.tel {
    font-size: 20px;
  color: black;
  }
}

@media screen and (max-width: 600px) {
.hr a.tel {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .container-fluidsFooter {
     font-family: 'Montserrat', sans-serif;
   margin-left: 0%;
   padding-right: 50px;
  }
}
@media screen and (min-width: 601px) {
  .container-fluidsFooter {
     font-family: 'Montserrat', sans-serif;
   margin-left: 7%;
   padding-right: 7%;
  }
}

@media screen and (min-width: 1701px) {
  .container-fluidsFooter {
     font-family: 'Montserrat', sans-serif;
   margin-left: 10%;
   padding-right: 15%;
  }
}

@media screen and (max-width: 600px) {
  .oo {
     font-family: 'Montserrat', sans-serif;
   margin-left: 7%;
   padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .ww {
     width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .ww {
     width: 50%;
  }
}
 @media screen and (min-width: 601px) {
  .oo {
     font-family: 'Montserrat', sans-serif;
   margin-left: 0%;
   padding-right: 50px ;
   padding-left:0px;
     padding-right: 0%;
  }
}

/*Modal*/

.modal-body input {

    padding: .5em;
    margin-top: 0px!important;
    margin-bottom: 20px!important;
    width: 100%!important;
    height: 3.0em!important;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(122, 122, 122, 0.28);
    border-radius: 5px 5px 5px 5px;

}

.modal-body textarea{

    padding: .5em;
    margin-top: 0px!important;
    margin-bottom: 20px!important;
    width: 100%!important;
    height: 3.0em auto!important;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(122, 122, 122, 0.28);
    border-radius: 5px 5px 5px 5px;

}


 @media screen and (min-width: 601px) {
.modal-body {
  padding: 3em!important;
 font-family: "Montserrat", Sans-serif;
}
}

 @media screen and (max-width: 600px) {
  .modal-body {
  padding: 0em!important;
 font-family: "Montserrat", Sans-serif;
}
}

.modal-header{
  padding-top: 2em!important;
  border-bottom: 0px!important;
  font-family: "Montserrat", Sans-serif;
}



 @media screen and (min-width: 601px) {
.modal-footer{
  padding-right: 2.5em!important;
  padding-left: 2.5em!important;
  font-family: "Montserrat", Sans-serif;
}
}

 @media screen and (max-width: 600px) {
 .modal-footer{
  padding-right: .5em!important;
  padding-left: .5em!important;
  font-family: "Montserrat", Sans-serif;
}
}

 @media screen and (min-width: 601px) {
.modal-body {
  padding: 3em!important;
 font-family: "Montserrat", Sans-serif;
}
}

 @media screen and (max-width: 600px) {
  .modal-body {
  padding: 1em!important;
 font-family: "Montserrat", Sans-serif;
}
}


.modal-content{
  border-radius: 1em!important;
  border:0px!important;
}

.modal-open {
   
}

body {
   padding-right: 0 !important;
   overflow-y: visible !important;
}

/*@media screen and (min-width: 451px) {
  button.knop {
    background-color: #ff8100; 
  color: white; 
  height: 3.1em; 
  width: 180px;
  border-radius: .5em;

  }
}
@media screen and (max-width: 450px) {
  button.knop {
  background-color: #ff8100; 
  margin-left:40px;
  color: white; 
  height: 3.1em; 
  width: 220px;
  border-radius: .5em;
  }
}*/
.ul7564 {
  display: grid;
  list-style-type: none;
}
/*.ul7564 img{
margin-bottom: 20px!important;
margin-right: 10px;
margin-top: 0px;
border-radius: 10px!important;
}

.ul7564 li p{
  line-height: 30px;
  display: flex;
  margin-bottom: 10px;
}

*/
/* modal box */


/* Modal Content */
/*.w3-container{
  
  padding: 3em 2em!important;
  font-family: 'Montserrat'; 
}


.w3-modal-content {
  border-radius: 10px;
  transform: scale(0.9);
  opacity: 1;
  transition: all .2s linear;
  display: block !important;
}

@media screen and (max-width: 470px) {
 .w3-container {
  margin-top: 18%;

  }
  }
@media screen and (min-width: 471px) {
  .w3-container {
    margin-top: 18%;
   
  }
}
@media screen and (min-width: 801px) {
 .w3-container {
   margin-top: 15%;
  }
  }
  @media screen and (min-width: 1006px) {
 .w3-container {
   margin-top: 5%;
  }
  }
    @media screen and (min-width: 1806px) {
 .w3-container {
    margin-top: 18%;
  }
  }
.w3-display-topright {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;

  }*/
/*end modal box*/
/*button, 
button:active, 
button:focus {
    outline: none!important;
    background-color: grey;
    border-radius: .2em;

}*/

.zoom{
transition:transform .5s;
width:100%;
height: 100%;
margin:0 auto;
}
.zoom:hover{
-ms-transform: scale(.1);
-webkit-transform: scale(.1);
transform: scale(1.05);
}

.ball {
  width: 100%;
  height: 100%;
  
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

@media screen and (max-width: 450px) {
  .mi img{
  width: 340px;
  height: 285px;
  margin-left:10px;
  margin-right:70px;
  margin-bottom: 50px;

}
}


@media screen and (min-width: 451px) {
  .mi img{
  width: 330px;
  height: 400px;
  margin-left:50px;
  margin-bottom: 50px;
}
}
 @media screen and (min-width: 864px) {
  .mi img{
  width: 435px;
  height: 400px;
  margin-top: 70px;
  margin-right: 0px;
  
}
}
 @media screen and (min-width: 1064px) {
  .mi img{
  text-align: left;
  width: 450px;
  height: 400px;
  
  margin-right: 60px
}
}
 @media screen and (min-width: 1270px) {
  .mi img{
text-align: left;
  width: 470px;
  
  
}
}
 @media screen and (min-width: 1640px) {
  .mi img{
text-align: left;
  width: 605px;
  height: 505px;
  margin-top:0px;
  margin-right: 20%;
}
}
@media screen and (max-width: 400px) {
  .mi img{
  width: 315px;
  height: 285px;
  margin-right:30px;
  margin-bottom: 50px;

}
}


@media screen and (max-width: 863px) {
  .buttons{
  display: none;

}
}

.nn{
  margin-top: 5px;
  width: 250px!important;
}

@media screen and (min-width: 864px) {
  .dropbtn{
  display: none;
  
}
}

.dropbtn {
  background-color: #ff8100;;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 250px;
  height: 3.1em;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ff8100;;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content button {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown button:hover {background-color: #ddd;}

.show {display: block;}

.numberCircle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 8px;
    margin-right: 7%;
    background: #fff;
    border: 2px solid orange;
    color: #f81;
    text-align: center;

    font: 32px montserrat, sans-serif;
}


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 5px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 100%;
  font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: orange;
  border-radius: none;
  color: white;
}
button:focus {
     outline: 0px dotted!important; 
     outline: 5px auto -webkit-focus-ring-color; 
}


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 5px;
}

.pay{
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
    color: #2f2f2f;
    font-size: 17px;
    font-family: 'montserrat',Arial,sans-serif;
    line-height: 1;
    
    border-width: 2px;
    border-radius: 10px;
    opacity: 0.8;
    background-position: center center;
    border-color: #f81;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    padding: 10px;
    font-weight: 550;
}

.tarif{
  width: 90%;
  height: 400px;
  border-radius: 2px;
  border-color: #f81;
   border-width: 2px;
   vertical-align: middle;

}

.ec784 img  {
  width: auto;
  height: 80px;
  margin-right: 20px;

}

.ec7848 img  {
  width: 80px;
  height: auto;
  margin-right: 20px;

}

.rer{
  
  display: flow-root;
}

.bor{
  margin-bottom: 15px;
}


@media screen and (max-width: 550px) {
 .col-4 {
  
   
   max-width: 90%!important;
   flex: none!important;

  }
  }

.jumbotron h2{
  overflow: hidden;
  display: block;
}

.text{
  animation: slideUp 3s forwards;
  display: inline-block;
  transform: translateY(150%);
}
h2 .text-wrapper:nth-of-type(1) .text{
  animation-delay: 0s;
}
h2 .text-wrapper:nth-of-type(2) .text{
  animation-delay: .15s;
}

@keyframes slideUp {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0%);
  }
}

.container-fluids h2{
  overflow: hidden;
  display: block;
}

.bob{
  animation: slideUp 3s forwards;
  display: inline-block;
  transform: translateY(150%);
}
h2 .text-wrapper:nth-of-type(1) .text{
  animation-delay: 0s;
}
h2 .text-wrapper:nth-of-type(2) .text{
  animation-delay: .15s;
}

@keyframes slideUp {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0%);
  }
}