
*{margin:0;padding:0;outline:0; transition:all 0.3s ease 0s;}

/* transition:all 0.3s ease 0s; */
/****************************************************************************/
/* html{overflow-y:scroll;} */
body {color:rgba(16, 16, 16, 0.7); font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400;line-height:1.5;}
a{text-decoration:none !important;}
.container {padding:0 25px;}
.cmnpad{padding:4rem 0;}
.object-fit{/*object-fit:cover;*/ height:100%; width:100%}
.sub-title{color:#0A82AA; font-size:14px; font-weight:500; text-transform:uppercase; border:1px solid #10101033; border-radius:60px; padding:5px 20px; display:inline-block; margin-bottom:1rem;}
.rounded{border-radius:20px!important;}
.rounded-4{border-radius:1rem!important;}

a.icon-arrow{background:#0A82AA; height:50px; width:50px; line-height:55px; text-align:center; display:block; border-radius:100%; color:#fff;}
a.icon-arrow:hover{background:#101010;}

a.icon-arrow.white{background:#fff; color:#101010; line-height:50px;}
a.icon-arrow.white:hover{background:#d7d7d7; color:#fff;}

h1,h2,h3,h4,h5,h6{color:#101010; font-weight:500;}
h1{font-size:32px;}f
h2{font-size:28px; font-weight:600;}
h3{font-size:22px;}
h4{font-size:18px; font-weight:600;}
h5{font-size:16px;}
h6{font-size:14px;}


/******************Color Theme******************/
.bg-dark {background:#1C2332!important;}
.bg-primary {background:#0A82AA!important;}
.bg-primary2 {background:#3F66A2!important;}
.bg-primary3 {background:#42437C!important;}
.bg-light {background:#EFF3F6!important;}
.bg-secondary {background:#2C3240!important;}


.text-dark {color:#1C2332!important;}
.text-primary {color:#0A82AA!important;}
.text-light {color:#EFF3F6!important;}
.text-secondary {color:#2C3240!important;}


/******************button theme area******************/
.web-btn {position: relative; display: inline-block; width: auto; height: auto; cursor: pointer; overflow:hidden; border-radius: 50px; text-align:center;}
.web-btn::before,.web-btn::after {position: absolute; content: "";}
.web-btn::before {top:0;bottom:0;right:unset; left:0; height:100%; width:0%; border-radius:10px; transition:all ease-in-out 400ms;} 
.web-btn > span {position: relative; display: inline-block; top: 0; left: 0; width: 100%; padding:6px 6px 6px 32px; color:#1A1A1A; font-size:16px; font-weight:500; transition: transform 0.3s ease, background-color 0.3s ease;} 
.web-btn > span > span {background-color: #0A82AA; border-radius:100%; color:#fff; margin-left:5px; height:50px; width:50px; line-height:55px; display:inline-block;} 


/*****button border***********/
.alt.web-btn{background: transparent; border:1px solid #1A1A1A;  transition: 0.3s ease-out;}
.alt.web-btn:hover::before {width: 100%;
  background-image: -moz-linear-gradien(135deg, #1A1A1A 0%,#1A1A1A 100%);
  background-image: -webkit-linear-gradient(135deg, #1A1A1A 0%,#1A1A1A 100%);
  background-image: -ms-linear-gradient(135deg, #1A1A1A 0%,#1A1A1A 100%);}

.alt.web-btn:hover > span {color:#fff;} 


/*****button color1***********/
.alt2.web-btn{background: #fff; transition: 0.3s ease-out;}
.alt2.web-btn:hover::before {width: 100%;
  background-image: -moz-linear-gradien(135deg, #EFF3F6 0%,#EFF3F6 100%);
  background-image: -webkit-linear-gradient(135deg, #EFF3F6 0%,#EFF3F6 100%);
  background-image: -ms-linear-gradient(135deg, #EFF3F6 0%,#EFF3F6 100%);}

.alt2.web-btn:hover > span {color:#000;} 

/*****button color2***********/
.alt3.web-btn{background: #0A82AA; transition: 0.3s ease-out;}
.alt3.web-btn:hover::before {width: 100%;
  background-image: -moz-linear-gradien(135deg, #000 0%,#000 100%);
  background-image: -webkit-linear-gradient(135deg, #000 0%,#000 100%);
  background-image: -ms-linear-gradient(135deg, #000 0%,#000 100%);}

.alt3.web-btn > span {color:#fff;} 
.alt3.web-btn:hover > span {color:#fff;} 
.alt3.web-btn > span > span {background-color: #fff; line-height:50px;} 


/*******************************Header*********************************************/
header {z-index:999;}
header .top-hdr a {color:#fff;}
header .top-hdr a:hover {color:#0A82AA;}

header .hdr-tel {color:#1A1A1A; margin-right:15px;} 
header .hdr-tel:hover {color:#0A82AA;} 
header .hdr-tel span {background-color: #EFF3F6; border-radius:100%; color:#0A82AA; margin-right:5px; height:50px; width:50px; line-height:50px; display:inline-block; text-align:center;} 

.navbar .navbar-nav .nav-link {color: #000; font-size:16px; transition: all 0.5s;}
.navbar .navbar-nav .nav-link:before {content: attr(data-text); font-weight: 700; visibility: hidden; height: 0; overflow: hidden; display: block;}
.navbar .navbar-nav .nav-link.active,.navbar-expand-md .navbar-nav .nav-link:hover {font-weight: 700; transition: all 0.5s;}

.dropdown-menu {background:#EFF3F6; border:0px; min-width:13rem; padding:0px; overflow:hidden;box-shadow:0 0 8px rgba(0,0,0,.5);}
.dropdown-menu li {margin-bottom:0px; line-height:normal;}
.dropdown-item{color:#000;padding:.55em 1em;}
.dropdown-item:focus, .dropdown-item:hover {font-weight: 700; transition: all 0.5s; background-color:transparent;}


.home .navbar {background-color: #EFF3F6;}
.home header .hdr-tel span {background-color: #fff;}


/*******************************main*********************************************/
#banner{position:relative;}
#banner:after{content:''; position:absolute; left:0px; right:0px; top:0px; bottom:0px;
  background-image: -moz-linear-gradien(180deg, transparent 0%,#1C2332 100%);
  background-image: -webkit-linear-gradient(180deg, transparent 0%,#1C2332 100%);
  background-image: -ms-linear-gradient(180deg, transparent 0%,#1C2332 100%);}

#banner .carousel-caption {transform: translate(0, -50%); bottom:auto; top:50%; left:0px; right:0px; z-index:99; text-align:left;}
#banner .bnr-sub-title {font-size:18px; font-weight:500; text-transform:uppercase; padding:3px 20px; border:1px solid #fff; border-radius:60px; display:inline-block; margin-bottom:15px;}  
#banner h1 {color:#fff;}  
  
#banner .carousel-control-next, #banner .carousel-control-prev {top: 50%; bottom: auto; width: 1.5%; background: #fff; height: 70px; border-radius: 0 10px 10px 0; transform: translate(0, -50%); z-index:999;}
#banner .carousel-control-next {border-radius: 10px 0 0 10px;}
#banner .carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");}
#banner .carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
#banner .carousel-control-next-icon, #banner .carousel-control-prev-icon {width: 1rem; height: 1rem;}

#banner .carousel-item > img {
    /*height: 768px;*/
    object-fit: cover;
}
.inr-bnr .carousel-item > img{
  height: auto !important;
}

#about .about-text-area .about-fst-img,#about .about-text-area .about-sec-img {width:420px; height:515px; overflow:hidden; border-radius:20px;}
#about .about-text-area .about-sec-img {width:37%; height:332px;}
#about .about-text-area .right-content-area {width:66%;}
#about .about-text-area .right-content-area .about-content {width:59%;}

.counter .count-block {border-top:1px solid #10101033; padding-top:10px; position:relative;}
.counter .count-block:before {background:#10101033; content:''; position:absolute; left:-35px; width:1px; height:99px;}
.counter .count-block:first-child:before {display:none; margin:0px;}
.counter .count-block + .count-block {margin-left:70px;}
.counter .count-numb {color:#101010; font-size:32px; font-weight:500; line-height:100%;}
.counter .count-type {color:#101010; font-size:17px;}


.scroll-logos div {margin:0 3rem;}


#products .card {border-radius:20px; position:relative; padding:3rem 0; text-align:left;}

#products .card:hover{
background: #0A82AA;
    color: #fff;
}

#products .card:hover h3 {
    color: #fff;
    font-size:29px;
}
#products .card h3{
    font-size:29px;
}
#products .card:hover a.icon-arrow {
    transform: rotate(45deg);
    background: #000;
}


#products .card .products-card-img {position:absolute; width:367px; border-radius:20px; overflow:hidden; left:27%; top:-25px; /*display: none*/;}
#products .card:hover .products-card-img {
  display: block;
}
#products .products-content {width:75%;}
#products .bg-primary h3 {color:#fff;}
#products .hm-serv-btn {background:#EFF3F6; display:inline-block; padding:20px 20px 10px; border-radius:30px 30px 0 0;}

#projects .pro-tabs a{border:1px solid #1010104D; border-radius:50px; color:#101010; padding:12px 32px;}
#projects .pro-tabs a:hover,#projects .pro-tabs a.active{background:#0A82AA; border:1px solid #0A82AA; color:#fff;}


#projects .pro-gal-area {border-radius:20px;}
#projects .home-project-thum > img {border-radius:20px; width:100%; /*object-fit: cover;*/}
#projects .pro-gal-area.active-color {background:#0A82AAB2; padding: 16% 10%;}

.home-project-thum{
 overflow: hidden;
}
.home-project-img-1 > img{
    height: 500px;
     width: 350px !important;
}
.home-project-img-4 > img{
  height: 600px;
   width: 350px !important;
}

.home-project-img-5 > img{
  height: 450px;
   width: 350px !important;
}

.home-project-img-6 > img{
  height: 630px;
  width: 350px !important;
}

.hover-project-link {
    position: absolute;
    bottom: -100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    justify-content: center;
    background: #0A82AA !important;
    border-radius: 20px !important;
    transition: 0.3s;
    text-align: center;
    padding:20px;
}

.home-project-thum:hover .hover-project-link {
 bottom: 0px;
}

#why-choose {background:url(https://mount.shekharhans.com/wp-content/uploads/why-choose-bg.jpg) no-repeat center center fixed; background-size:cover; padding-top:7rem;}
#why-choose .content-area {color:#fff; width:43%;}
#why-choose .content-area .sub-title {border-color:#FFFFFF33;}
#why-choose .content-area .quality {border-radius:10px 10px 0 0; color:#555555;}
#why-choose .content-area .quality li {display:flex; align-items:start; margin-bottom:1rem;}



#client-review .swiper-slide {background: #fff; position: relative; min-height:260px; width:100%; border-radius:30px;}
#client-review .swiper-slide .shape-block {position: absolute; bottom: 0;right: 0;width: 70px;height: 70px;background: #EFF3F6; border-top-left-radius: 30px;}
#client-review .swiper-slide .shape-block:before, #client-review .swiper-slide .shape-block:after {content: ""; position: absolute; height: 30px; width: 30px; background: radial-gradient(circle 30px at top left, #0000 98%, #EFF3F6);}
#client-review .swiper-slide .shape-block:before {bottom: 0; left: -30px;}
#client-review .swiper-slide .shape-block:after {top: -30px; right: 0;}
#client-review .swiper-slide .review-block {background: url(https://mount.shekharhans.com/wp-content/uploads/quote.svg) no-repeat 92% 2rem; padding:2rem;}
#client-review .swiper-slide .review-img {position: absolute; bottom: 0;right: 0; width:60px; height:60px;border-radius:100%;}
#client-review .swiper-slide .review-img img {object-fit:cover; width:100%; height:100%;}
#client-review .swiper-slide .rating-stars li {padding:0px; margin:0px; color:#FFCC00;}
#client-review .swiper-slide .name span{font-size:24px; font-weight:600;}

#client-review .swiper-container {margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}
#client-review .swiper_wrap {height: 100%; width: 100%; position: relative; display: block; text-align: left;}

#client-review .swiper-button-next,#client-review .swiper-button-prev{margin-top: 0px; position: absolute; top: 50%; width: 45px; height: 45px; transform: translateY(-50%); border:1px solid #101010; border-radius:100%;}
#client-review .swiper-button-next:hover,#client-review .swiper-button-prev:hover{background:#d7d7d7;}
#client-review .swiper-button-next {right: -60px;}
#client-review .swiper-button-prev {left: -60px;}
#client-review .swiper-button-next:after, #client-review .swiper-button-prev:after {font-size: 20px; color: #101010;}

#client-review .quality {display:flex; align-items:center;}
#client-review .quality h2,#client-review .quality a {margin:3rem;}
#client-review .quality img.d-block {margin-top:3rem;}

#client-review .satisfied-customers {padding: 2.8rem 2.5rem;}
#client-review .satisfied-customers span {text-decoration:underline;}


#faq .faq-content-area {padding:6rem 0 6rem 2rem;}
#faq .sub-title {border-color:#FFFFFF33;}


#faq .card {background: transparent; border: 0px; padding: 10px 0; color:#fff; border-bottom:1px solid #FFFFFF33; border-radius:0px;}
#faq .card .card-header{border:0px; padding:0px;}
#faq .card .card-header a{color:#fff; font-size:24px; font-weight:600; padding:0px; margin-bottom:.5rem; display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative;}
#faq .card .card-body{padding:0 0 1rem;}
#faq .card-header .btn::after {content: ""; display: inline-block; width: 10px; height: 10px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); /* Down arrow */ transition: transform 0.3s ease; margin-left: auto;}
#faq .card-header .btn:not(.collapsed)::after {transform: rotate(-135deg);}
#faq .card-header .btn:focus,
#faq .card-header .btn:focus-visible,
#faq .card-header .btn:active,
#faq .card-header .btn:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}


#case-study .card {padding:10px; border-radius:20px; border:0px; box-shadow:0 0 20px #0000001A;}
#case-study .card .card-img {position:relative; overflow: hidden; border-radius: 10px; background-color: #f2f2f2; /*height: 240px;*/}
#case-study .card .card-img img {
    /*height: 100%;*/
    /*object-fit: cover;*/
}
#case-study .card:hover{
  margin-top: -10px;
}
#case-study .card .card-img .category {position:absolute; background:#fff; bottom:0px; right:55px; padding:.3rem 1rem; border-radius:10px 10px 0 0;}

#case-study .card .date {margin-bottom:1rem;}
#case-study .card a {color:#101010; font-weight:500; font-size:16px; vertical-align:middle;}
#case-study .card a span{background:#101010; height:30px; width:30px; line-height:35px; text-align:center; display:inline-block; border-radius:100%; vertical-align:middle; margin-left:1rem;}
#case-study .card a:hover span{background:#0A82AA;}

.blog-gallery-image{
 height: 359px;
 background-color: #f2f2f2;
 object-fit: contain;
}
.blog-detail-full-img{
 /*max-height: 466px;*/
  background-color: #f2f2f2;
 object-fit: contain;
}

#case-study .card h4{
      -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}
#contact{background:url(https://mount.shekharhans.com/wp-content/uploads/contact.jpg) no-repeat center center fixed; background-size:cover; position:relative; z-index:1;}
#contact:after{content:''; position:absolute; left:0px; right:0px; top:0px; bottom:0px; z-index:-1;
  background-image: -moz-linear-gradien(180deg, transparent 0%,#1C2332 80%,#1C2332 100%);
  background-image: -webkit-linear-gradient(180deg, transparent 0%,#1C2332 80%,#1C2332 100%);
  background-image: -ms-linear-gradient(180deg, transparent 0%,#1C2332 80%,#1C2332 100%);}
#contact .contact-info-area {background:url(https://mount.shekharhans.com/wp-content/uploads/bg-contact.png) no-repeat left top; background-size:100% 100%; padding:3rem;}
#contact .contact-info-area .form-control,#contact .contact-info-area .form-select {background:transparent; border:1px solid #10101033; border-radius:40px; height:62px; font-size:17px; color:#101010B2; padding:0 30px;}
#contact .contact-info-area textarea.form-control{padding:20px 30px; height:148px;}

#contact .contact-info-area .cont-btn p .cont-btn br {display:none;}
#contact .contact-info-area .cont-btn p .cont-btn {position: relative; display: inline-block;  width: 100%; padding:6px 6px 6px 22px; color:#1A1A1A; font-size:16px; font-weight:500; transition: transform 0.3s ease, background-color 0.3s ease; border-radius: 50px; text-align:right; border:0px!important;}
#contact .contact-info-area .cont-btn p .cont-btn:hover {background:#1A1A1A; color:#fff;}

#contact .contact-info-area .cont-btn p button.wpcf7-form-control.wpcf7-submit.cont-btn {
    position: static !important;
}

#contact .contact-info-area .cont-btn p .cont-btn span {background-color: #0A82AA; border-radius:100%; color:#fff; margin-left:15px; height:50px; width:50px; line-height:55px; display:inline-block; text-align:center;}

::-webkit-input-placeholder{color:#101010B2 !important;}
::-moz-placeholder{color:#101010B2 !important;}
:-ms-input-placeholder{color:#101010B2 !important;}
:-moz-placeholder{color:#101010B2 !important;}
.contact-info-area {
  position: relative;
}
 .form-check .form-check-input{
  float: none;
  width: 100%;
  background: unset;
  border: 0px;
}
.contact-info-area .wpcf7-response-output {
    position: absolute;
    bottom: 40px;
    margin: 0 !important;
}
.form-check .form-check-input input[type=checkbox]{
    border-radius: .25em;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check .form-check-input input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check .form-check-input input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}



/*******************************Breadcrumb*********************************************/
#breadcrumb {background:#EFF3F6; font-size:14px; font-weight:500;}
#breadcrumb a {color:#1C2332;}
#breadcrumb a:hover {color:#0A82AA;}
#breadcrumb span {margin:0 .3rem;}


/*******************************Supply Network*********************************************/
#network-list .card {border-radius:8px; border:1px solid #ECECEC; box-shadow:0 0 24px #0000001A; overflow:hidden;}
#network-list .card .card-body {padding:.8rem;}
#network-list .card .card-body h4 {font-weight:500;}
#network-list .card a {color:#101010; font-weight:500; font-size:16px; vertical-align:middle;}
#network-list .card a span{background:#101010; height:30px; width:30px; line-height:35px; text-align:center; display:inline-block; border-radius:100%; vertical-align:middle; margin-left:1rem;}
#network-list .card a:hover span{background:#0A82AA;}

#network-loc .loc-list {border-top:1px solid #DDDDDD; width:100%;}
#network-loc .loc-list a {border-bottom:1px solid #DDDDDD; color:#000; font-size:14px; padding:2.5rem 1rem 2.5rem 0; width:50%;position: relative;}
#network-loc .loc-list a:hover {color:#0A82AA; font-size:18px; text-decoration:underline!important;}
#network-loc .loc-list a::after {content: ""; position: absolute; top: 50%; transform:translateY(-50%); left: -20px; height: 60px; width: 1px; background-color: #DDDDDD; display: none;}
#network-list .card-img >img{
 height: 325px;
 object-fit: cover;
}

#application .app-details .icon-block{border-bottom:1px solid #DDDDDD; padding:3rem 1.5rem; margin-bottom:1rem; width:100%;position: relative;}

#revolution .sub-title {border-color:#FFFFFF33;}
#revolution .revo-top {color:#A2A2A2;}
#revolution .revo-content {font-size:14px;}
#revolution .revo-content .bg-primary{font-size:16px;}
#revolution .revo-content h4 {font-weight:500;color:#fff;}
#revolution .revo-content h6 {font-weight:600;color:#fff;}

#roof ul,#solution ul {font-size:16px; padding:0 0 0 15px; margin-top:1rem;}
#roof ul li,#solution ul li {margin-bottom:1rem;}

#industry .ind-block {border:1px solid #ECECEC; border-radius:8px; padding:32px 24px; box-shadow:0 0 24px #0000001A; font-size:16px;}
#industry .showcase {font-size:24px; border-radius:10px;}

#network-faq .card {background: transparent; border: 0px; padding: 10px 0; color:#000; border-bottom:1px solid #FFFFFF33; border-radius:0px;}
#network-faq .card .card-header{border:0px; padding:1rem 0 0; background:transparent; border-top:1px solid #E9E9E9;}
#network-faq .card .card-header a{color:#000; font-size:24px; font-weight:600; padding:0px; margin-bottom:.5rem; display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative;}
#network-faq .card .card-body{padding:0 0 1rem;}
#network-faq .card-header .btn:focus,
#network-faq .card-header .btn:focus-visible,
#network-faq .card-header .btn:active,
#network-faq .card-header .btn:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}


#network-faq .card-header .btn::after {content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('../images/plus.svg'); background-size: contain; background-repeat: no-repeat; transition: transform 0.3s ease; margin-left: auto;}
#network-faq .card-header .btn:not(.collapsed)::after {background-image: url('../images/minus.svg');}

/*******************************Contact Us*********************************************/

#contact-details .contact-block {border:1px solid #ECECEC; border-radius:8px; padding:1rem; margin-bottom:1rem; font-size:20px;}
#contact-details .contact-block a {color:rgba(16, 16, 16, 0.7);}
#contact-details .contact-block h6 {color:#0A82AA; font-weight:600;}

#contact-details .contact-form .form-control,#contact-details .contact-form .form-select {background:transparent; border:1px solid #10101033; border-radius:40px; height:62px; font-size:17px; color:#101010B2; padding:0 30px;}
#contact-details .contact-form textarea.form-control{padding:20px 30px; height:148px;}
#contact-details .contact-form .cont-btn {text-align:center;} 
#contact-details .contact-form .cont-btn button {border:none;} 
#contact-details .contact-form .cont-btn br {display:none;}

#cont-location .cont-location-block{background:#2C3240; border-radius:8px; padding:24px;}
#cont-location .cont-location-block h4{font-weight:500; color:#fff;}
#cont-location .cont-location-block a{color:#0A82AA; text-decoration:underline!important;}
#cont-location .cont-location-block a:hover{color:#fff;}

/*******************************Blog*********************************************/

.pagination a.page-link {background: transparent!important; border: transparent; font-size:16px; border-radius:8px!important; color:#00000099;}
.pagination a.page-link:hover,.pagination .active a.page-link {background: #0A82AA!important; color:#fff;}

.nav-arrow a {background:#fff; border:1px solid #E7E5E4; border-radius:8px; box-shadow:0 0 2px #0A0D120D; color:#00000099; display:inline-block; width:36px; height:36px; text-align:center; line-height:36px;}
.nav-arrow a:hover {background:#0A82AA; color:#fff;}

#blog-details p {margin-bottom:2rem;}
#blog-details ol {padding-left:20px; margin-bottom:2rem;}
#blog-details .share {border-top:1px solid #D1D1D1; border-bottom:1px solid #D1D1D1; color:#000; padding:1rem 0;font-size:20px; margin-top:3rem;}
#blog-details .share a {color:#000; margin:0 1.5rem; text-decoration:underline!important;}



.pagination li span{
      background: transparent !important;
    border: transparent;
    font-size: 16px;
    border-radius: 8px !important;
    color: #00000099;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0A82AA !important;
    border-color: #0A82AA !important;
}
/*******************************About*********************************************/

#miss-viss .card {color:#fff;}
#miss-viss .card .bg-transparent-color {background:#FFFFFF1A; border-radius:8px; font-style:italic; padding:.5rem;}


/*******************************Projects*********************************************/

.btn-tabs {background:#F6F6F6; width:100%;}
.btn-tabs .btn {color:#000; border-radius:8px!important;}
.btn-tabs .btn:hover,.btn-tabs .btn.active {background:#0A82AA; border:0; color:#fff;}

#project-list .row a,#project-list.indus .block {border-radius:10px; display:block; overflow:hidden; position:relative;}
#project-list .row a:before,#project-list.indus .block:before {background:rgba(0,0,0,0.6); content:''; position:absolute; left:0px; top:0px; bottom:0px; right:0px;display:none;}
#project-list .row a span,#project-list.indus .block span {position:absolute; left:1rem; right:1rem; bottom:0;display:none;}
#project-list .row a span p {color:#fff; font-size:12px; text-transform:uppercase;}
#project-list .row a:hover:before,#project-list .row a:hover span {display:block;}

#project-list.indus .block:before,#project-list.indus .block span {display:block; color:#fff;}
.indu-block-content {background:#EFF3F6; padding:1rem; border-radius:8px; margin-bottom:1rem;}


/*******************************Career*********************************************/

#career .card {background: #EFF3F6; border: 0px; padding: 24px; color:#000; border:1px solid #0000000D; border-radius:10px; margin-bottom:1rem;}
#career .card .card-header{border:0px; padding:0rem; margin-bottom:0rem; background:transparent; border-bottom:0px;}
#career .card .card-header ul {font-size:16px; margin-bottom:0px;}
#career .card .card-header a{color:#000; font-size:24px; font-weight:600; padding:0px; margin-bottom:.5rem; display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative;}
#career .card .card-body{padding:2rem 0 1rem; margin-top:1.5rem;  border-top:1px solid #1010101A;}
#career .card .card-body h6 {font-weight:600;}
#career .card .card-body ul {margin-bottom:1rem; padding-left:25px; color:#5B5B5B;}
#career .card .card-footer{padding:1.5rem 0 0; margin-top:0rem; background:transparent; border-top:1px solid #1010101A;}
#career .card-header .btn::after {content: ""; display: inline-block; width: 10px; height: 10px; border-right: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(45deg); /* Down arrow */ transition: transform 0.3s ease; margin-left: auto;}
#career .card-header .btn:not(.collapsed)::after {transform: rotate(-135deg);}
#career .card-header .btn:focus,
#career .card-header .btn:focus-visible,
#career .card-header .btn:active,
#career .card-header .btn:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}

#message p {font-style:italic;}
#message .name {font-size:20px; font-weight:500;}

/*******************************opportunity*********************************************/
#opportunity .alt {border-color:#fff;}
#opportunity .alt span{color:#fff;}

/*******************************peb*********************************************/

#peb .peb-block {background:#EFF3F6; border-radius:8px; padding:1rem; font-size:20px; font-style:italic; margin-top:1rem;}

#steel a {color:#3F66A2; font-weight:800;}
#steel .steel-block {background:#0A82AA; border-radius:8px; padding:1rem; margin-bottom:1rem; color:#fff;}
#steel .steel-block ul {margin:0px;}

.app-details .icon-block.no-bor {border-bottom:0px!important;}


.sub-title2 {background:#0A82AA; border-radius:50px; font-size:16px; font-weight:500; text-transform:uppercase; color:#fff; padding:.3rem 1rem; display:inline-block; margin-bottom:1rem;}
#process h4 {color:#0A82AA; font-size:24px;}
#process .bg-white {font-size:16px;}

.block-content-area{background:#EFF3F6; font-size:16px;}
.steps p {margin-bottom:0px;}


/*******************************Product Details*********************************************/

#project-details .product-detail-img{width:43%;}
#project-details .product-detail-img .product-container {display: flex; max-width: 100%; margin: auto;}
#project-details .product-detail-img .thumbs-wrapper {display: flex; flex-direction: column; align-items: center; margin-right: 20px;}
#project-details .product-detail-img .arrow-btn {background-color: transparent; border:0px; padding: 5px 10px; cursor: pointer; margin-bottom: 5px;}
#project-details .product-detail-img .thumbs {display: flex; flex-direction: column; gap: 10px; max-height: 530px; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none;}
#project-details .product-detail-img .thumbs::-webkit-scrollbar {display: none;}
#project-details .product-detail-img .thumbs img { width: 60px; height: 60px; object-fit: cover; border: 2px solid #ddd; cursor: pointer; transition: border 0.3s;}
#project-details .product-detail-img .thumbs img:hover,
#project-details .product-detail-img .thumbs img.active {border-color: #000;}

#project-details .product-detail-img .main-image {position: relative; width: 100%; height: 600px; overflow: hidden;}
#project-details .product-detail-img .main-image img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease;}
#project-details .product-detail-img .main-image:hover img {transform: scale(1.5); cursor: zoom-in;}



#project-details .product-detail-des{width:55%; margin-left:auto; font-size:14px; color:#808080;}
#project-details .product-detail-des .sub-title2 {font-size:12px; text-transform:capitalize;}
#project-details .product-detail-des h6 {font-weight:600;}

#project-details .product-detail-des .pro-color {border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; margin:1.5rem 0; padding:1rem 0 .5rem;}
#project-details .product-detail-des .pro-color a {display:inline-block; width:40px; height:40px; border-radius:100%; padding:4px; margin-right:.3rem;}
#project-details .product-detail-des .pro-color a span {display:block; width:100%; height:100%; border-radius:100%;}

#project-details .product-detail-des .pro-color a.color{border-width:0px; border-style:solid;}
#project-details .product-detail-des .pro-color a.color:hover{border-width:2px}

#project-details .product-detail-des .pro-color a.color1 {border-color:#7BB5EB;}
#project-details .product-detail-des .pro-color a.color1 span {background:#7BB5EB;}

#project-details .product-detail-des .pro-color a.color2 {border-color:#3B5D5C;}
#project-details .product-detail-des .pro-color a.color2 span {background:#3B5D5C;}

#project-details .product-detail-des .pro-color a.color3 {border-color:#8B8B8B;}
#project-details .product-detail-des .pro-color a.color3 span {background:#8B8B8B;}

#project-details .product-detail-des .pro-color a.color4 {border-color:#5D3B53;}
#project-details .product-detail-des .pro-color a.color4 span {background:#5D3B53;}

#project-details .product-detail-des ul li {margin-bottom:.3rem;}
#project-details .product-detail-des ul span {color:#000; font-weight:500;}
#project-details .product-detail-des .top-border {border-top:1px solid #E6E6E6; margin:1rem 0 0; padding:1rem 0 0;}


#key {background:url(https://mount.shekharhans.com/wp-content/uploads/bg-key.jpg) no-repeat center center; background-size:cover; font-size:16px;}
#key h4 {font-weight:500;}
#key .box {background:#2C3240; color:#C4C4C4;}

/*******************************Product-list*********************************************/
#listing .applied-filters,#filterAccordion h6 {border-top:1px solid #E6E6E6!important; padding-top: 20px!important;}
#listing .applied-filters h6 {font-size: 14px;}
#listing .applied-filters .badge {margin: 0 5px 5px 0;}
#listing .clear-filters {font-size: 12px; font-weight: 600; color: #0A82AA; text-decoration: underline; cursor: pointer;}	
#listing .badge-filter {background-color: #F2F7FB; color: #0A82AA; border: 1px solid #0A82AA;  position: relative; font-size: 12px; display: inline-flex;  align-items: center; border-radius: 4px; font-weight:600;}
i.clear-individual {
    margin-left: 8px;
    font-weight: bold;
    font-size: 14px;
}
	
#filterAccordion h6 {margin:20px 0;}
#filterAccordion .accordion-item {background:transparent; border:0px;}	
#filterAccordion h6,#filterAccordion h6 .accordion-button {color:#101010;font-size: 14px; font-weight:500; padding:0px; background:transparent; border:0px; box-shadow:none;}
#filterAccordion .accordion-body {color:#101010;font-size: 12px; font-weight:500; padding:0px;}

#filterAccordion h6 .accordion-button:focus,
#filterAccordion h6 .accordion-button:focus-visible,
#filterAccordion h6 .accordion-button:active,
#filterAccordion h6 .accordion-button:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}
#filterAccordion .accordion-button::after {width: 12px; height: 12px; background-size: 12px;}


#listing .pro-list-area .card {border:1px solid #ECECEC; border-radius:8px; overflow:hidden; box-shadow:0 0 20px #EFEFEF;}
#listing .pro-list-area .card .card-img {position:relative;}
#listing .pro-list-area .card .card-img .featured {position:absolute; top:1rem; right:1rem; background:#C0995D; border-radius:4px; padding:3px 15px; color:#fff; font-size: 12px; font-weight:500;}
#listing .pro-list-area .card .card-body {font-size: 14px;}
#listing .pro-list-area .card .card-body h6 {color:#0A82AA; font-size: 12px; font-weight:600;}
#listing .pro-list-area .card .card-body h4 {font-weight:500;}
#listing .pro-list-area .card .card-body p {margin-bottom:0px;}
	

/*******************************Footer*********************************************/


#Footer h4 {margin-bottom:1rem;}
#Footer ul li {margin-bottom:.5rem;}
#Footer ul li a{padding:0rem;}
#Footer a {color:rgba(16, 16, 16, 0.7);}
#Footer a:hover {color:#0A82AA;}

#Footer .subscribe {border-bottom:1px solid #00000033; margin-bottom:2rem; padding-bottom:2rem;}
#Footer .subscribe .input-group {border:1px solid #000000; border-radius:60px; height:60px;}
#Footer .subscribe .input-group p br {
    display: none;
}
#Footer .subscribe .input-group p {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
}
#Footer .subscribe .input-group .form-control {background:transparent; border:0px; font-size:17px; color:#101010B2; padding-left:1rem; box-shadow:none;}
#Footer .subscribe .input-group .btn {background:#0A82AA; border-radius:60px; color:#fff; font-size:16px; font-weight:500; padding:0 4rem; height:100%;}
#Footer .subscribe .input-group .btn:hover {background:#101010;}
#Footer .subscribe a {color:#0A82AA;}
#Footer .subscribe a:hover {color:#101010;}

#Footer .cont-info a{display:flex; align-content:start;}
#Footer .cont-info a .fas{margin-right:1rem;margin-top:.3rem;color:#0A82AA;}

#Footer .copyright {border-top:1px solid #00000033; margin-top:2rem; padding-top:2rem;}
.footer-term-of-use-checkbox br{display: none;}
.footer-term-of-use-checkbox .wpcf7-list-item{
  display: block;
  margin: 0px;
}
.footer-term-of-use-checkbox .form-check-input{
  margin: 0px;
}
#Footer .subscribe .input-group .wpcf7-form-control-wrap {
    position: relative;
    width: calc(100% - 251px);
}
#Footer .subscribe .input-group span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    bottom: -6px;
    font-size: 16px;
}
.form-check.footer-term-of-use-checkbox {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}
.show-more-btn {
  display: block;
  margin: 0 auto;
  min-width: 180px;
}
.btn-outline-primary {
    border-color: #0A82AA;
    background: #0A82AA;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    /* padding: 0 4rem; */
    height: 100%;
}
.btn-outline-primary:hover{
  background-color: #000;
  border-color: #000;
}
#project-list .project-item img {
    height: 289px;
    object-fit: cover;
}



.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  
}

.logo-track {
  /* display: flex; */
  display: none;
  animation: scroll 20s linear infinite;
}

.logo-track img {
  height: 80px;
  margin: 0 30px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.logo-track img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

ul.navbar-nav .active a {
    font-weight: bold;
}
.footer-term-of-use-checkbox span.wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: -30px;
}


 .product-filter-area .form-check .form-check-input{
  float: none;
  width: 16px;
  border:1px solid #B0BABF;
  height: 16px;
  background-color: #fff;
  position: relative;
    top: -2px;
    border-radius: 0px;
}

 .product-filter-area .form-check .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2020%2020'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6%2010l3%203l6-6'/%3E%3C/svg%3E");
}

 .product-filter-area .form-check .form-check-input:checked {
    background-color: #0A82AA !important;
    border-color: #0A82AA !important;
}
.card-img img{
  height: auto;
}

button.see-more-btn {
    background: #fff;
    border: 1px solid #1A1A1A;
    padding: 6px 32px;
    border-radius: 50px;
    font-size: 16px;
}
button.see-more-btn:hover{
   background: #000;
    border: 1px solid #000;
    color: #fff;

}
.color-gallery {
    flex-direction: row-reverse;
}
.gallery-section  .swiper-thumbs {
    height: 600px !important; 
    width: 90px !important;
    padding: 15px 0 !important;
}

.gallery-section  .swiper-thumbs img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    background: #f2f2f2;
}

.gallery-section .swiper-thumbs .swiper-slide {
    width: 60px !important;  
    margin: 4px 0 !important;
    opacity:1;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.gallery-section .swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #000;
}

.gal-slider img {
    height: 600px;
    object-fit: cover;
    border-radius: 0px !important;
}

.gallery-section .swiper-button-next{
top: -16px;
    transform: rotate(-90deg);
    font-size: 10px;
    width: 20px;
    left: -7px;
    right: 0;
    margin: 0 auto;
    z-index: 222;
    background: #fff;
}
.gallery-section .swiper-button-next:after, .gallery-section .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.gallery-section .swiper-button-prev{
transform: rotate(-90deg);
    bottom: -8px;
    top: auto;
    /* background: #fff; */
    width: 100%;
    left: -16px;
    right: 0;
    margin: 0 auto;
    height: 47px;
}
.gallery-section .swiper-button-disabled{
  display: none;
}
.product-description-wrap div:empty {
    display: none !important;
}
.product-description-wrap .card, .product-description-wrap .card-body{
 padding: 0px;
 border: 0px;
 border-radius: 0px;
}
.product-description-wrap .card-body p{
  margin:5px 0px;
  font-size: 16px;
}

.color-swatch.active {
    border: 2px solid #000 !important;
}
.color-swatch:hover{
  border-color: #000 !important;
}
.gallery-section  .gal-slider .swiper-slide-active:hover img{
 transform: scale(1.5);
    cursor: zoom-in;
}
.highlights-items-wrap ul{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highlights-items-wrap ul li{
  width: 47%;
}
.fallback-thumbnail img {
    width: 100%;
}

#career-modal .form-control{
       background: #f2f2f200;
    border: 1px solid #10101033;
    border-radius: 40px;
    /* height: 51px; */
    font-size: 17px;
    color: #101010B2;
    padding: 9px 24px;
    margin: 6px 0px 12px 0;
}
#career-modal input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-control {
    padding: 6px 12px;
}

#career-modal button.btn.btn-primary.w-auto {
    background: #0A82AA;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 4rem;
    height: 100%;
    display: block;
    width: 100% !important;
    border-color: #0A82AA !important;
    margin-top: 30px;
}

#career-modal .modal-title {

    font-size: 22px;
    font-weight: 600;
}

#career-modal .modal-body {
    background: #f2f2f2;
}
#career-modal .modal-content{
  overflow: hidden;
}

#career-modal .form-block label {
    font-size: 14px;
    margin: 0px !important;
    color: #000;
}

div#mega-menu-wrap-header ul li a {
    color: #000 !important;
    font-size: 16px !important;
}
div#mega-menu-wrap-header {
    background: unset !important;
}
.new-cmnpad{
padding:0px 50px 40px 50px;
}
.left-image{
padding: 100px;
}

.form-section-wrap {
    padding: 60px 0;
}

.forl-left-data h1 {
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
    margin-bottom: 22px;
}
.forl-left-data h1 span{
  color: #0A82AA;
}
.forl-left-data h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 35px;
}



.enquiry-form .form-control, .enquiry-form .form-select {
    background: transparent;
    border: 1px solid #10101033;
    border-radius: 40px;
    height: 62px;
    font-size: 17px;
    color: #101010B2;
    padding: 0 30px;
}
.record-items-wrap-product{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.record-items-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.record-items-wrap img, .record-items-wrap-product img {
    margin: 10px 0 20px;
    border-radius: 20px;
    width: 100%;
}

.record-small-heading {
    font-weight: bold;
    color: #0b82aa;
}
.record-sec{
  padding: 60px 0px;
}
.video-thum{
  border-radius: 20px;
  overflow: hidden;
} 
.video-thum img {
    width: 100%;
}

.play-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.play-video-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #0b82aa;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
}
#videoModal button.btn-close {
    background-color: #fff;
    opacity: 1;
    padding: 21px;
    right: 0;
    left: auto;
    position: absolute;
}
.word-record-key-features img{
  margin-top: 0px;
}

.video-tabs-sec {
    padding: 60px 0;
}
.timelapse-wrapper {
    display: flex
;
    gap: 20px;
    margin-top: 50px;
}
.timelapse-tabs {
    width: 300px;
}
.timelapse-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.timelapse-tabs li {
    padding: 10px;
    display: flex
;
 color: #000;
    align-items: center;
    gap: 20px;
}
.timelapse-tabs li img {
    width: 100px;
    border-radius: 5px;
}

.timelapse-tabs li span {
    font-size: 16px;
    font-weight: bold;
   
}



.timelapse-tabs li.timelapse-tab.active {
    background: #0A82AA;
    border-radius: 10px;
    color: #fff;
}

.timelapse-video {
    display: none;
}

.timelapse-video.active{
  display: block;
} 

.timelapse-videos {
    border-left: 1px solid #d9d9d9;
    padding-left: 20px;
    width: 100%;
}

.gal-section-wrap {
    margin-top: 50px; 
}

.gal-section-wrap .record-items-wrap h4 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 29px;
}

.gal-section-wrap img{
  margin-top: 0px;
}
ul.elementor-icon-list-items li {
    font-weight: bold;
    margin: 5px 0;
}
ul.elementor-icon-list-items {
    padding-left: 15px;
}
.social-butn-link {
    margin-top: 30px;
}
.gal-section-wrap .record-items-wrap{
gap: 5px;
}
.common-img-center{
    display: flex;
    justify-content: center;
}
.common-space{
    padding-top: 50px !important;
}
#box-card .card{
    color: #2a2a2a;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#box-card h3{
    color: #2a2a2a;
}
.card-first{
    background-color: #fff !important;
}
.forminator-ui {
    display: block !important;
}
.new-btn{
    background: #41cbfb;
    padding: 8px 45px 8px 45px;
    border-radius: 23px;
    height:45px;
    border: 1px solid #fff;
    }
.new-btn a{
  color: #fff;
  font-weight:bold;
  text-transform: uppercase;
  }
select{
    width: 100%;
    padding: 10px;
}
.landingpage-content{
padding:10px;
}
.main-hero{
background: #bae3f3;
}
#projects{
display:none;
}
.green{
    box-shadow: 0 0 10px 5px #b3efa4;
    padding: 20px;
    margin-top:10px;
}
.red{
    box-shadow: 0 0 10px 5px #efa4a4;
    padding: 20px;
    margin-bottom:10px;
}
.common-image{
    width:100%;
}
.quote-btn{
    display: none;
}
.forminator-button-submit{
    background-color: #0dabe2;
    color:#fff;
}
.select2-results{
    background-color: #fff;
}
@media only screen and (min-width: 768px) {
.landingpage-content{
padding:100px;
}
.green{
    box-shadow: 0 0 10px 5px #b3efa4;
    padding: 20px;
    margin-top:0px;
}
.red{
    box-shadow: 0 0 10px 5px #efa4a4;
    padding: 20px;
    margin-bottom:0px;
}
}
@media only screen and (max-width: 767px) {
.record-items-wrap-product{
    display:block;
    margin-top: 40px;
    text-align: center;
}
.new-btn{
    background: #41cbfb;
    padding: 8px 27px 8px 27px;
    border-radius: 23px;
    height:30px;
    border: 1px solid #fff;
    }
}
