body { margin: 0px;  padding: 0px;  font-family: "Manrope", sans-serif;}

a:hover, a{text-decoration: none;}

.container{max-width: 1410px;}

header {width: 100%;  height: auto;  margin: 0px; position: absolute !important;  top: 50px;
    left: 0;   right: 0;   z-index: 99;}

.top-header{background: rgba(255, 255, 255, 0.9);  backdrop-filter: blur(5px);  border-radius: 0 0 30px 0;
    overflow: hidden;}

h1{margin: 0px; padding: 0px; font-size: 50px}

h2{font-size: 46px; color: #000; font-weight: 600; margin: 0px; padding: 0px; color: #1c1c1c}

h3{margin:0px 0px; padding: 0px; font-size: 28px;}

h4{margin:0px 0px; padding: 0px; font-size: 24px;}

h5{margin:0px 0px; padding: 0px; font-size: 20px;}

h6{margin:0px 0px; padding: 0px;font-size:16px; font-weight:600; }

p{margin: 0px; padding: 0px;font-size: 16px; font-weight: 300; color: #6d6c6c;}

.logo-dv {height: 100%; margin: 0px; padding:0px 0px 0px 20px; display: flex; align-items: center;}

.logo-dv img { max-width: 100%;    width: 200px;}

.talk-btn{ height: 100%;
background: #f6a440; width: 75%; float: right;}

.talk-btn a{ width: 100%; display: flex; align-items: center; height: 100%; justify-content: center;font-size: 18px;
font-weight:700; color:#fff ;    transition: all .3s;} 

.talk-btn a span{ margin-right: 4px;}

.talk-btn a:hover{background: #B51B41;}

#banner{width: 100%;  padding: 40px 0px; background-image: url("../images/hero_img.jpg");
    background-position: top center;  background-repeat: no-repeat; background-size: cover;
    min-height: 620px; border-radius: 0 0 150px 0 !important;
}

.banner-left{display: flex; align-items: center; height: 100%;
border-radius: 30px; padding: 160px 0px 0px;}

.bannerlogo h1{color: #fff; margin:15px 0px  30px; font-weight:800; font-size: 46px;}

.bannerlogo h1 span{color: #f6a440;}

.bannerlogo h6{color: #fff; font-weight:500; }

.bannerlogo p{color: #fff; margin:40px 0px 0px; font-weight:600;}

.bannerlogo a, .about-text a, .viewbtn a,
.getstart{background: #B51B41; border-radius: 0 0 30px 0;  overflow: hidden;  position: relative;
font-size: 18px; font-weight: 700;padding: 14px 30px 14px 30px; color: #fff; display: inline-block;
margin-top: 35px;transition: all .3s;} 

.bannerlogo a:after,.about-text a:after, .viewbtn a:after, .getstart:after {
    content: "";  position: absolute;  width: 60px; height: 60px; background: #F6A440;
    right: -30px; bottom: -30px;  border-radius: 100%;
}

.getstart{margin-top: 0px;}

.about-text a{margin-top: 10px;}

.bannerlogo a:hover, .about-text a:hover, .viewbtn a:hover, .getstart:hover{background: #F6A440;}

.bannerlogo a span{font-size: 17px; margin-left: 4px;}

.banner-right img{width: 100%; float: right;}

.aboutdv{padding:80px 0px; background-color: #fff; }

.about-text{ padding: 50px 50px 50px 50px; background: #f7f7f7; display: flex; align-items: center; height: 100%;}

.about-img{display: flex; align-items: center; height: 100%; padding: 0px 0px;}

.about-img img{width: 100%;border-radius: 0 0 160px 0;object-fit: cover;
  height: 100%;}

.about-text h2, .service-title h2{color: #1c1c1c; font-weight: 800;}

.about-text p{margin: 20px 0px 20px; font-weight: 500;}

.aboutdv .col-lg-6:first-child{padding-right: 0px;}

.aboutdv .col-lg-6:last-child{padding-left: 0px;}

.servicebxes{margin-top: 40px;}

.servicebx{margin-top: 20px;}

.frontshow{display: flex;position: relative;    flex-wrap: wrap;
    align-content: flex-start;}

.flipbx {
    perspective: 1000px;height: 280px; position: relative;
    transform-style: preserve-3d;
}

.flipfront{
    background-color: #DDD4D4;
    background-repeat: no-repeat;
    background-size: cover;transform: none;
    z-index: 1;
    backface-visibility: hidden;
    transform-style: preserve-3d;height: 100%;
    position: absolute;
    transition: all .6s ease-in-out;
    width: 100%;
}

.flipoverlay{
    align-items: stretch;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 35px;
    text-align: center;
    width: 100%;
}

.flipoverlay h4{color: #fff; font-weight: 800;}

.flipback {
    background-color: #383A3C;
    background-position: center center;
    background-repeat: no-repeat;transform: rotateX(-180deg) rotateY(0);    backface-visibility: hidden;
    transform-style: preserve-3d;height: 100%;
    position: absolute;
    transition: all .6s ease-in-out;
    width: 100%;
}

.flipbx:hover .flipback  { transform: none;}

.flipbx:hover .flipfront{
    transform: rotateX(180deg) rotateY(0);
}

.flipbackbtn .readmore{
    padding: 17px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.ourclient{padding: 80px 0px;}

.homeclients{margin-top: 50px;}

#clientslider .item{ max-width: 100%; object-fit: cover;
    width: auto !important;
    height: auto !important;border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px 0;
    text-align: center;
}

footer{background:#383A3C; padding:80px 0px; width: 100%;}

.footercontact p{font-size: 14px; margin: 15px 0px 10px;}

.footercontact a{border-radius: 5px; background: #9A006C; padding: 6px 15px; color: #fff; font-weight: 400;
font-size: 14px; display: inline-flex; align-items: center; margin-top: 20px;
transition: all linear 0.5s;} 

.footercontact a span{font-size: 17px; margin-left: 4px;}

.footerlogo{margin-top:50px;}

.footerlogo img{max-width: 100%; width: 220px;}

.footerlogo p{color: #9A006C; font-size: 13px; font-weight: 700; margin-top:7px;} 

.footerdv h5{margin-bottom: 30px; font-weight:600; color: #fff;}

.footerdv ul{margin: 0px; padding: 0px; list-style: none;}

.footerdv ul.linksfooter li{margin-bottom: 10px;}

.footerdv ul.linksfooter li a{color:#A8A8A8; font-size: 17px; transition: all linear 0.5s;}

.footerdv ul.linksfooter li a:hover{color: #fff;}

.footlogo img{max-width: 100%;}

.socialfooter{margin:60px 0px;}

.socialfooter ul{margin: 0px; padding: 0px; list-style: none;}

.socialfooter ul li{display: inline-block; margin-right:10px;}

.socialfooter ul li a{text-decoration: none;    transition: all .4s ease;
    border-radius: 50%; text-align: center;
    width: 40px;color: #A8A8A8;
    background-color: #FFFFFF1A; display: inline-block;
    height: 40px; font-size:20px;
    line-height: 42px;}

.socialfooter ul li a:hover{ background-color: #B51B41; color: #fff;}    

.copyright p{color: #6d6c6c; font-size: 16px; font-weight: 600;}

.navigatdv{padding-left:80px;}

.socialinfo{margin:0px; padding: 0px; list-style: none;}

.socialinfo li{display: flex;align-items:flex-start; margin-bottom:18px; }

.socialinfo li svg{width: 20px;fill: #A8A8A8;
    transition: fill 0.3s; margin-right: 15px}

.socialinfo li span{color: #a8a8a8; font-size: 16px; font-weight: 500;}    

/****testimonial****/


.owl-theme .owl-controls{ margin-top: 20px;}

.owl-theme .owl-controls .owl-page span{ background: #0d8a63;}

.owl-carousel .owl-item { padding: 0px 10px; box-sizing: border-box;}

.owl-pagination{ display:none;}

.testimg {padding-top: 50px; padding-bottom: 40px;}

.testimg img{width: 100%;}

.test-content{padding: 40px 20px 40px 40px;}

.test-content h2{color: #fff; font-size: 40px;}

.test-content h3{color:#D3D3D3; font-size: 27px; font-weight: 400; margin-bottom:25px;}

.test-content{margin-top: 20px; color: #fff;}

.test-content p{font-weight:200; margin: 15px 0px 0px;} 

.test-content a{
    border-radius: 5px; background: #fff; padding: 9px 18px; color: #031E36;
    font-weight: 500;  font-size: 14px; display: inline-flex; align-items: center;
    float: left;transition: all linear 0.5s; margin-top: 20px;
}

.viewbtn{margin-top:20px;}

.owl-dots{display: none;}


/**aboutpage**/

#banner.aboutbanner{background-image: url("../images/head_ab.jpg");}

#banner.bannerheight{min-height: 450px;}

#banner .banner-left{padding-top: 210px;}

.aboutdvmain{padding: 80px 0px; background: #fff;}

.aboutmainleftimg img{width: 100%;border-radius: 0px 0px 0px 180px;}

.aboutmainright h2{text-transform: uppercase; font-weight: 700;}

.aboutmainright h5{color: #f6a440; font-weight: 500; font-size: 18px; text-transform: uppercase;}

.aboutmainright p{font-weight: 500; margin: 15px 0px;}

.aboutmainright ul{list-style: none; margin: 0px; padding: 0px;}

.aboutmainright li{font-size: 16px; margin-bottom: 8px; color: #000; position: relative;
list-style: none;}

.aboutmainright li svg{ fill: #f6a440; width: 14px;  float: left; margin-top: 5px; margin-right: 10px;}

.missionsect{margin-top: 20px;}

.missioncontent{padding: 30px 20px 30px 20px; border: 2px solid #ec2225;
    border-radius: 0px 0px 0px 60px;font-family: "DM Sans", sans-serif; height: 100%; display: flex; flex-direction: row;}

.missionicon svg{width: 1em;  font-size: 100px; }

.missionicon{margin-right: 40px;}

.missiontext h4{color: #1c1c1c; font-weight: 800;}

.missiontext p{color: #6d6c6c; font-weight: 500; margin:10px 0px 0px;}

.whyadmark{padding: 120px 0px 80px;}

.visioncntnt{    border: 2px solid #383a3c;
    border-radius: 0px 0px 60px 0px}

.admarkinner{   padding: 18px 15px 15px !important; border-radius: 0 0 40px 0;  border: 1px solid #ECECEC;
margin-top: 10px; height: 100%;}

.admarkinner h5{color: #1c1c1c; font-size: 18px; font-weight: 800;}

.admarkinner img{ width: 100%; border-radius: 0 0 50px 0 !important; margin:20px 0px;}

.admarkinner p{color: #6d6c6c; font-weight: 500;}

/**careerpage**/

#banner.careerbanner{background-image: url("../images/head_car.jpg");}

#banner.contactbanner{background-image: url("../images/head_cont.jpg");}

.mapsect iframe{width: 100%; height: 400px;}

.contact-form{padding: 80px 0px;}

.contact-title h5 {
    color: #f6a440;
    font-weight: 500;
    font-size: 18px;
}

.contact-title h2{font-weight: 700; margin: 10px 0px;}

.formdata{margin-bottom: 20px;}

.contactdata{margin-top: 50px;}

.formdata label{color: #6d6c6c; font-size: 16px; font-weight: 500; display: block;}

.formdata input{    width: 100%; border: 1px solid #666;  border-radius: 3px;  padding: 10px 10px;
    transition: all .3s; border-radius: 25px; margin-top: 10px; outline: none; font-size: 16px;}

.formdata textarea{    width: 100%; border: 1px solid #666;  border-radius: 25px;  padding: 10px 10px;
    transition: all .3s;  margin-top: 10px; outline: none; font-size: 16px;
}

.formdata input:focus,.formdata textarea:focus {
    border-color: #F6A440;
}

.contactdata .col-md-6{padding:0px 25px;}

.sbmt-btn input{border-radius: 30px 30px 30px 30px; padding: 16px 30px 16px 30px; background: #f6a440;
outline: none; border: none; font-size: 18px; font-weight: 800; color: #fff;transition: all .3s;}

.sbmt-btn input:hover{background: #B51B41;}

.continfo svg{font-size: 45px; width: 1em; height: 1em}

.contact-detail{padding-bottom: 100px;}

.continfo{  padding: 30px 30px 30px 30px;  border-color: #1c1c1c;  height: 100%;
    border: 2px solid;  border-radius: 0px 0px 60px 0px;}

.continfo h4{margin: 20px 0px; color: #1c1c1c; font-weight: 800;}

.continfo p{font-weight: 500; color: #6d6c6c;}

.continfo p a{color: #f6a440; font-weight: 700; font-size: 17px; word-break: break-all; display: block;}

.casestudieimg img{max-width: 100%;}

.plantext h2{color: #3f444b; font-weight: 800;}

.plantext a{background: #f6a440; font-size: 18px; font-weight: 700; display: inline-block;
padding:15px 30px 15px 30px !important;    border-radius: 0 0 30px 0 ; margin-top: 25px;
    position: relative; transition: all .3s; color: #fff;}

.plantext a:hover {
    background: #B51B41 !important;
}

.planningsect{padding-bottom: 80px;}

.plantext{background-color: #f9fafa;     padding: 35px 100px 35px 100px;}   

.caseinfo img{border-radius: 0 0 150px 0;} 

.case h2{font-weight: 800;}

.clientsectns{margin-top: 50px;}

.titleclient  h3{font-size: 34px; font-weight: 600;font-family: "DM Sans", sans-serif;}

.clientnewbx{
    width: 18.7%; display: inline-flex; margin: 8px .5%; float: left;
}

 .clientimg {
    max-width: 100%;
    object-fit: cover;
    width: auto !important;
    height: auto !important;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px 0;
    text-align: center;
}

 .clientimg img{width: 100%;}

 .client-list {margin: 25px 0px; float: left;}

 .moreless-button{    padding: 8px 20px; font-size: 18px; font-weight: 700; background: #f6a440; color: #fff;
    border-radius: 25px; display: inline-block;transition: all .3s; display: inline-block; margin:20px auto 0px;}

 .moreless-button:hover{background: #B51B41}

 .clientcasetitle h2{
    color: #1c1c1c;
    font-weight: 800;
}

 .clientcasetitle  h4{margin:30px 0px; font-size: 18px;} 

 .casestdy{padding-bottom: 80px;}

 .casestdy .flipback {
    background-color:#4054b2;}

.service-subtext{margin-top: 30px; font-weight: 800; text-transform: initial;}

.service-data{margin-top: 80px;}

.service-data h4{font-weight: 800;}

.servicelefttext p{font-weight: 400; margin-top: 20px;}

.rightservicetext  ul{margin: 0px; padding: 0px;}

.rightservicetext ul li{list-style: none; display: block; margin: 0px 0px 20px;}

.rightservicetext ul li a{color: #6D6C6C;
   padding: 15px 25px; border-radius: 35px;
    font-weight: 700;font-size: 20px; display: block;
    
}

.rightservicetext ul li a.active{ background: #B51B41;color: #fff ;}

.serviceimginner img{width: 100%;
    transition: all .5s ease-in-out;}

.serviceimagesmain{margin-top: 20px;}

.serviceimginner{margin-top: 20px; overflow: hidden;}

.serviceimginner:hover img{transform: scale(1.2);}

/**newcss**/


/**css-end**/

.flex-active-slide .banner-content h1{
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.9s;}

/*banner-animation-css*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('../fonts/flexslider-icon.eot');
    src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/flexslider-icon.woff') format('woff'),
        url('../fonts/flexslider-icon.ttf') format('truetype'),
        url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;
    position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px;  position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; /*opacity: 0;*/ cursor: pointer; color: rgba(0,0,0,0.8); display: none; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); /*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/ }
.flex-direction-nav .flex-prev { /*left: -50px;*/ }
.flex-direction-nav .flex-next { /*right: -50px;*/  position:absolute; right:0px;  }
/*.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;  }*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:30px; text-align: center; z-index:99;}
.flex-control-nav li {margin: 0 6px; display:none; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/**menu-css**/

.menus {
    width: 100%;
    float: left; height: 100%; display: flex; align-items: center;
    padding: 10px 0px;
}

div#overlay { display: none; }

a#toggle {
 float: right;
  
  text-align: center;
  color: #33373d;
  display: none;
  transition: all ease-out 0.3s;
    align-items: center;
    justify-content: center;
}

a#toggle i {
  position: relative; 
}

main#content { padding: 10px; }

#menu {
  text-align: center;
  transition: all ease-out 0.3s;
}

#menu a { color:#2D2729; text-decoration: none;}

#menu ul {margin: 0px;padding: 0px;}

#menu ul li {
  display: inline-block;
  position: relative;margin: 0px 0px;
}

#menu ul li > a {
    display: inline-block;font-family: "DM Sans", sans-serif;
    font-size: 15px; 
    padding: 25px 10px;      line-height: 21px;   transition: .4s;
    font-weight: 500;
}

#menu ul li > a > i {
  margin: 0px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.1s;
  display: none;
}

#menu ul li ul {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 9;
  width: 200px;
  background:#FFF; left: 20px;
  text-align: left;
  padding: 3% 0;
  transition: all 0.3s ease;
  transform: translateY(0 0 50px);
  box-shadow: 1px 3px 5px #00000030;
  border-top: 2px solid #0f75bc;
}

#menu ul li ul li { display: block; }

#menu ul li a:hover{ font-size: 18px;
    color: #B51B41;
    font-weight: 600;}

#menu ul li ul li a {
    display: block;
    text-transform: capitalize;
    color: #555;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
}


#menu ul li ul li a:hover {
    background: #f38325;
}

#menu ul li a.active{ color: #9A006C;}

#menu ul li:hover > a > i { transform: rotateZ(90deg); }

#menu ul li:hover ul { display: block; }

@media screen and (max-width:959px) {

a#toggle { display: flex; }

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}
#menu ul li a.active {
    background: #396a00;
    color: #7dbd32;
}
#menu{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50px;
    padding: 0px;
    left: 0;
    overflow-y: hidden;
    overflow-y: auto;
    background-color: #f7f8f8;
    transform: translateY(0px);
    z-index: 99;
    display: none;
  }

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

#menu ul li a.active, #menu ul li a:hover {
    background:#3f444b; font-size: 15px;
    color: #fff;
}
#menu ul {
  text-align: left;
  background-color: transparent;
  padding-top:0px;
}
#menu ul li ul{
  padding-top:0px;
}

#menu ul li a:hover::before, #menu ul li a.active::before{display: none;}

#menu ul li { display: block; }

#menu ul li a { display: block; color:#2D2729; padding: 11px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1); }

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  padding: 0px 20px;
  background-color:transparent;
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

#menu ul li.open > a > i { transform: rotateZ(90deg); }

#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content { display: block;}

html.open-menu nav#menu {
  z-index: 3; display: block;
}

}

/**menu-end**/

/**multiple-select**/

a#toggle i.crosstime{display: none;}

.open-menu a#toggle i.crosstime{display: block;}

.open-menu a#toggle i.linetoggle{display: none;}

#contactModal .modal-content{background: rgba(206, 206, 206, 0.94);}

#contactModal .tellbx{border-radius: 0; padding:0px 20px 20px; background:transparent; box-shadow: none;}

#contactModal .modal-header{
  border-bottom: none;
  padding-bottom: 0;
}

.read-more-content, .read-more-content1 {
  display: none;
}


/**selectbox**/


.dropdown {
  position: relative;}

  .dropdown-list {
    padding: 25px 20px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgba(black, .2);
    max-height: 223px;
    overflow-y: auto;box-shadow: -1px 2px 5px #c4c4c4;
    background: #fff;
    display: none;
    z-index: 10;
  }
  
  .checkbox {
    opacity: 0;
    transition: opacity .2s;
  }
  
  .dropdown-label {
    display: block;
   width: 100%;
  background: #fff;
  padding: 11px 15px;
  color: #000;
  font-size: 15px;
  font-family: "DM Sans";
  border: none;
  border-radius: 8px;
  outline: none;
  font-weight: 500;
    cursor: pointer;
    position: relative;}
    
    .dropdown-label:before {
  content: '\e313';
  position: absolute;
  font-family: 'Material Symbols Outlined';
  right: 10px;
  top: 52%; font-weight: normal;
  transform: translateY(-50%);
  transition: transform .25s;
  transform-origin: center center;
  font-size: 29px;
}
  
.dropdown.open .dropdown-list {
    display: block;
}

.dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
}

.dropdown.open .dropdown-label:before {
      transform: translateY(-50%) rotate(-180deg);
    }


.checkbox {
  margin-bottom: 15px;}
  .checkbox:last-child {  
    margin-bottom: 0;
  }
  
  .checkbox-custom {
    display: none;
  }

  .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
  }

.checkbox .checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 14px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: -2px;
}

.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "\e5ca"; font-family: 'Material Symbols Outlined';
    position: absolute;
    top: 1px;
    left: -1px;
    text-align: center;
}
  .checkbox-custom-label {
    line-height: 16px;
    font-size: 16px;
    margin-right: 0;
    margin-left: 0;
    color: black;
  }

.errormessage{
  font-size: 13px;
  color: #c95151;
  margin-top: 5px;
}