@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
/* header */
.main-head {
    position: relative;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 100px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    border-top: 1px solid #ccc;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    color: #fff;
    padding: 0;
    right: 0px;
    /* margin-left: 11px; */
    margin-right: 0px;
    padding: 1px 19px;
    /* margin: 0px 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    /* margin-right: 0px; */
    color: #080808;
    padding-top: 14px;
    font-weight: 500;
}
.navbar-expand-md .navbar-nav .nav-link i {
    color: #000;
    font-size: 23px;
}
.navbar-brand {
    position: absolute;
    top: -53%;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 100%;
}
.get-quote {
    border: 1px solid #ec5d20;
    border-radius: 20px;
    padding: 6px 9px;
    color: #ffffff;
    font-size: 13px;
    margin-top: 6px;
    background-color: #ec5d20;
}
.home-page .navbar-expand-md .navbar-nav .nav-link{
  color: #3B4D57;
}
.home-page .navbar-expand-md .navbar-nav .nav-link span{
  font-size: 27px;
}
header .navbar-expand-md .navbar-nav .nav-link.active,
header .navbar-expand-md .navbar-nav .nav-link:hover {
  color: #ec5d20;
}
.upper-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.upper-nav ul li a{
    color: #35363a;
    font-size: 15px;
    padding: 0px 6px;
}
.upper-nav .social-box a {
    font-size: 19px;
    padding: 0px 0px;
    margin-right: 8px;
}
.upper-nav ul li:last-child a{
    padding-right: 0;
}
.upper-nav {
    padding: 6px 0px 0;
}
.upper-nav a img {
    margin-right: 10px;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1px;
}
.social-box .twitter, .social-box .instagram, .social-box .facebook, .social-box .linkedin {
    color: #b5b5b5;
    font-size: 40px;
    margin-right: 23px;
}

.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
/*    */
/* footer */
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 22px;
    margin-bottom: 8%;
}
.main-footer {
    background:#231F20;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
footer{
    position: relative;
}
.footer-bottom .social-box .fa {
    color: #fff;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.footerlogo {
    width: 55%;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
footer span.span1 {
    color: #ec5d20;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff21;
    padding-top: 20px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.footer-bottom .contact-box img{
   width: 30px;
}
.btm-strip {
    background: #202226;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
.btm-strip .container {
    padding: 16px 15px 16px 15px;
    position: relative;
  }
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.main-footer .top-arrow {
    background: #ec5727;
    color: #fff;
    position: fixed;
    font-size: 26px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
   bottom:8%;
   right:3%;
   display:none;
    transform: rotate(270deg);
}
.top-arrow span {
    position: relative;
    top: 10px;
    left: 37%;
}
.column:nth-child(1) {
    width: 24%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
.column:nth-child(2) {
    width: 28%;
    position: relative;
}
.column h4 {
    color: #ff6600;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 28%;
}
.column:nth-child(4) {
    width: 33%;
}
.column:nth-child(5) {
    width: 28%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: table;
    padding-bottom: 7px;
    line-height: 19px;
    color: #f2efef;
    font-size: 14px;
    font-weight: 100;
}
.certificate-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.column a:hover{
    color:#fff !important;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.Contact-wrapper a img {
    margin-right: 11px;
    display: flex;
    align-items: flex-start;
    margin-top: -10%;
    width: 7%;
}
.Contact-wrapper a {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.contact-box {
    display: flex;
    align-items: center;
}
.contact-box .box {
    padding-left: 2px;
}
.contact-box h3 {
    font-size: 17px;
    margin-bottom: 0;
}
.contact-box a {
    font-size: 21px;
    color: #fff;
}
.contact-box .box {
    padding-left: 10px;
}
.sky {
    color: #ffffff;
}
/*    */ 
/* Slider */
.slider-section h2 {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}
.slider-section img{
  height: 100vh;
  object-fit: cover;
}
.slider-section .caption-left {
    position: absolute;
    top: 39.7%;
    left: 7.1%;
    z-index: 1;
}
.slider-section .owl-nav {
    position: absolute;
    bottom: 0px;
    right: 10%;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 56px;
    left: 7%;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    height: 4px;
    width: 30px;
    border-radius: 0;
    margin: 5px 3px;
    background: #786d6d;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span, .slider-section .owl-theme .owl-dots .owl-dot:hover span{
  background: #13ACF3;
}
.services .heading {
    color: #2a2627;
    font-size: 45px;
    font-weight: 600;
    /* padding-bottom: 2%; */
    position: relative;
}
.slider-section p{
    color: #fff;
}
.slider-section .common-btn{
    color: #fff;
}
.slider-section i {
    background-color: #ec5d20;
    width: 33px;
    height: 32px;
    border-radius: 20px;
    padding-top: 8px;
    padding-left: 8px;
}
.owl-theme .owl-nav {
    margin-top: 1px;
}
.slider-section .owl-theme .owl-nav [class*=owl-]{
    border-radius: 0 !important; 

}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    font-size: 17px;
    /* padding: 7px 14px; */
    background: #ec5d20;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 1px;
    border-radius: none;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover {
    font-size: 17px;
    /* padding: 7px 14px; */
    background: #abacb0;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 1px;
    border-radius: none;
}
/*     */
/* Services */
.text-services {
    background: #fff;
    padding: 0px 0px;
    display: flex;
}
.text-services span {
    font-size: 14px;
    color: #A3A2A2;
    font-weight: 300;
}
.services .text-services p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    position: relative;
}

.services .services-content::before p{
    position: absolute;
    content: "";
    height: 6px;
    width: 16%;
    left: 0px;
    right: 10;
    top: -19px;
    background-color: #000;
}
.text-services span.icon-right-arrow1 {
    transform: rotate(180deg);
    display: inline-flex;
    text-align: left;
}
.services-slider .img-div{
    overflow: hidden;
}
.services-slider .img-div img {
    transition: 0.5s all ease-in-out;
    width: 100%;
}
.services-slider .item:hover img {
    transform: scale(1.1);
}
.services .item {
    box-shadow: 0px 0px 10px 0px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.services {
    margin-top: 4%;
    margin-bottom: 9%;
}
/*.services .services-slider .owl-nav {
    position: absolute;
    top: 100%;
}*/
.services-slider .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
}

.services-slider .owl-prev{
    position:absolute;
    left:-6%;
}

.services-slider .owl-next{
    position:absolute;
    right:-6%;
}
.services .services-slider .owl-nav [class*=owl-] {
    font-size: 15px;
    /* padding: 7px 14px; */
    background: #ec5d20;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 1px;
    border-radius: none;
    border-radius: 0px;
}
.services .services-slider .owl-nav [class*=owl-]:hover {
    font-size: 17px;
    /* padding: 7px 14px; */
    background: #abacb0;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 1px;
    border-radius: none;
}
.services .services-content {
    height: 210px;
    padding: 11px 11px;

}
.services .services-content h4 {
    font-size: 20px;
}
.services .services-content h4{
    color: #000;
}
.services-content li {
    list-style-type: disc;
    color: #000;
}
.services-slider .item:hover li {
    list-style-type: disc;
    color: #fff;
}
.services-content ul {
    padding-left: 20px;
}
.text-services img {
    width: 50px !important;
    margin-left: 4%;
}
.services-slider .item:hover .text-services img {
    width: 50px !important;
    margin-left: 4%;
     filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.services-slider .item:hover .text-services{
    background: #ec5d20;
    padding: 0px 0px;
    display: flex;
}
.services .item:hover h4{
    color: #fff;
}
.services .item:hover p{
    color: #fff;
}
.services .item:hover .text-services{
    color: #ffffffde;
}
/*     */
/* Lorem */
.why {
    padding: 5% 0px;
    background: url(../images/why-choose.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.why p{
  font-weight: 100;
}
.why-wrapper {
    display: flex;
    align-items: baseline;
 justify-content: space-between;
    flex-wrap: wrap;
    width: 101%;
    margin: 0 auto;
    margin-top: 8%;
}
.why-single h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 9px;
    color: #fff;
}
.why-single p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.why-single {
    width: 21%;
}
.why-single img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width: 35%;
}
.why .heading {
     color: #fff;
    font-size: 45px;
    font-weight: 600;
    position: relative;
}
/*       */
/* demo */
.about-section-content {
    position: relative;
    padding-left: 6%;
    margin-bottom: 0%;
}
.about-section-content .heading {
    font-weight: 600;
    color: #202124;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 15px;
    padding-bottom: 4%;
    position: relative;
}
.about-section-content .text-box {
    padding: 11% 9% 17%;
}
.about-section-content .text-box p {
    font-size: 19px;
}
.about-section-content i {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 6px 6px;
    background-color: #ec5d20;
    border-radius: 23px;
}
.about-section-content .common-btn {
    font-size: 17px;
    color: #202124;
    text-align: center;
    font-weight: 600;
}
.about-section-content .img-box .about_element:before {
    border: 10px solid #ec5d20;
}
.about-section-content .about-box {
    display: flex;
    padding-top: 160px;
}
.about-section-content .about-box .img-box1 {
    position: relative;
    top: -83px;
}
.about-section-content .img-box{
    position: relative;
}
.about-box .img-box::before {
    position: absolute;
    content: "";
    background: #ec5d20;
    height: 97%;
    width: 68px;
    left: 40%;
    z-index: -1;
    top: -7px;
}
.about-box .img-box::after {
    position: absolute;
    content: "";
    background: #ec5d20;
    height: 170%;
    boder: 1px solid #fff;
    width: 0.5px;
    left: 51%;
    z-index: -1;
    top: -163px;
}
.about-box .img-box1::before {
    position: absolute;
    content: "";
    background: #ec5d20;
    height: 104%;
    width: 68px;
    left: 40%;
    z-index: -1;
    top: -8px;
}
.elevator .elevator-counter-single h4 {
    font-size: 32px;
    margin-bottom: 0px;
}
.about-box .img-box1::after {
    position: absolute;
    content: "";
    background: #ec5d20;
    width: 1px;
    height: 170%;
    width: -18px;
    left: 51%;
    z-index: -1;
    top: -80px;
}
/*      */
/* elevator */
.elevator {
   padding: 175px 0px 50px;
    background: url(../images/counter-sec-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.elevator p{
  font-weight: 100;
}
.elevator i {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 6px 6px;
    background-color: #ec5d20;
    border-radius: 23px;
}
.elevator .common-btn {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.elevator .heading {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    position: relative;
}
.elevator .caption-left p {
    line-height: 26px;
    font-size: 17px;
    margin-top: 2%;
    margin-bottom: 28px;
    color: #fff;
}
.elevator .elevator-counter-single p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: -27px;
    color: #202124;
}
.elevator .elevator-counter-single h4{
    font-size: 32px;
}
.elevator-counter {
    background-color: #f4f6f7;
    color: #202124;
    display: flex;
    position: absolute;
    left: 7%;
    width: 85%;
    height: 32%;
    border-radius: 3px;
    padding: 30px 0px;
    margin-left: 0px;
    margin-top: 0%;
    top: -45px;
}
.elevator-counter-single {
    width: 24%;
    top: -14%;
    padding-left: -1%;
    display: flex;
    flex-wrap: wrap;
    align-items: inherit;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-right: 1px solid #d7dadbc2;
}
.elevator-counter-single:last-child {
    border: 0px solid;
}
/*       */
/* Client */
.client .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    /* box-shadow: 0px 0px 10px 0px #ccc; */
    border: 1px solid #cccccc6b;
    background: #fff;
    height: 110px;
}
.client {
    background: #ffffff;
    padding: 71px 24px;
}
.client .heading {
    position: relative;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}
.client .owl-theme .owl-nav [class*=owl-] {
    color: #002c41;
    font-size: 20px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 44px;
}
.team-content {
    margin-top: 20px;
}
.client .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
}
.client .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -55px;
}
.client .owl-theme .owl-nav [class*=owl-]:hover {
    /* background: #ffffff; */
    /* color: #3c4043; */
    text-decoration: none;
    padding: 9px 15px;
}
.client img {
    width: auto !important;
    /* padding: 10px; */
}
/*     */
/*  Project  */
.project {
    padding: 50px 0px;
    position: relative;
    background-color: #f2efef;
}
.project .heading {
    position: relative;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}
.project-single {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.project-single:hover .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 5%;
    padding-left: 7%;
}
.project-single p{
    opacity:0;
}
.project-single:hover p{
opacity:1;
}
.project-single h6{
    line-height: 26px;
    margin-bottom: 10px;
   
}
.project-single .text-box p{
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
}

.project .img-box {
    /* max-height: 369px; */
    /* height: 400px; */
    width: 100%;
}
.project .img-box img {
    height: inherit;
    width: 100%;
}
.project i {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 7px 6px;
    background-color: #ec5d20;
    border-radius: 23px;
}
.project .common-btn {
    color: #202124;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
   
}
.project .project-single .text-box {
    opacity: 1;
    position: absolute;
    bottom: 0px;
    height: 23%;
    width: 100%;
   color:#fff;
    /*display: flex;*/
    align-items: start;
    justify-content: end;
    padding-left: 25px;
    padding-bottom: 14px;
    flex-direction: column;
    transition: all 0.4s;
}
.project .project-single img{
    filter: brightness(0.8);
}
.project .project-single:hover .text-box {
    opacity: 1;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,154,219,0.025647759103641476) 31%, rgb(234 96 34 / 61%) 62%);
}
/*       */
/*  Blog  */
.blog .main-p {
    font-size: 23px;
    margin-bottom: 66px;
}
.blog{
    padding: 50px 0px;
    position: relative;
}
.blog .heading {
    position: relative;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}
.blog-single {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-single .text-box {
    position: absolute;
    bottom: 0;
    background: transparent linear-gradient(0deg, #ec5d20 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    padding: 25px;
    transition: all 0.4s;
    width: 100%;
}
.blog-single:hover .text-box{
 background: transparent linear-gradient(0deg, #000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.blog-single .text-box p {
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}
.blog-single .text-box h5 {
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.blog-details{
    padding: 80px 0px;
}
/*       */
/* Breadcrum */
.breadcum {
  position: relative;
  margin-top: 41px;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum h1 {
  font-size: 50px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.1;
  text-transform: uppercase;
}

.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum h1 {
    font-size: 50px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
   text-transform: inherit;
    text-align: left;
}
.breadcum-list span {
    text-transform: initial;
}
.facebook:hover {
    color: #4267B2 !important;
}
.insta:hover {
    color: transparent;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
.linkedin:hover {
    color: #0072b1 !important;
}
.twitter:hover{
color:#1da1f2 !important;
}
.breadcum h1{
  font-size: 90px;
}
.breadcum img{
  filter: brightness(0.7);
}
.breadcum-list {
    left: 11px;
    bottom: 0%;
    font-size: 15px;
    text-transform: capitalize;
}
.breadcum-list {
    position: absolute;
    bottom: 3%;
    padding: 10px 0;
    font-weight: 600;
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.breadcum-list a {
    color: #b3b3b3;
}
.page-breadcrum .caption-heading {
    top: -356px;
}
.caption-heading {
    position: absolute;
    width: 100%;
    top: -145px;
    color: #fff;
   
}
.breadcum_container {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/*       */
/* about */
.team-wrapp .right-text h1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.team-wrapp .right-text h2 {
    font-size: 22px;
    margin-bottom: 0;
}.team-wrapp .right-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.team-wrapp .right-text p{
  font-size: 14px;
  margin-bottom: 10px;
}
.team-wrapp .right-text{
  padding-bottom: 30px;
}
.certification-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43%;
    margin: 0 auto;
    border: 1px solid #f2f1f4;
    border-radius: 10px;
}
.certification .item:nth-child(3) .img-wrapper{
  border-right:0px;
}
/*.team-wrapp .container{
border-bottom:2px solid #f4f4f4;
}*/
section.team-member {
    padding: 4rem 0;
}
.team-wrapp {
    padding: 60px 0px 40px;
}
.team-wrapp h2 {
    font-size: 25px;
    text-align: center;
    color: #e96c35;
}
.team-wrapp .team-member h5 {
    font-size: 18px;
    text-align: center;
}
.team-member .team-wrapp {
  display: flex;
  justify-content: space-between;
}
.team-member .team-wrapp {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.team-member .team-wrapp .team-single {
    position: relative;
    width: 47%;
     margin-bottom: 30px; 
}
.team-member .team-wrapp .inner-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  text-align: center;
   box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.05);
   padding: 30px;
   position: relative;
   border-radius: 10px;
   background: #fff;
}

/*.team-member .team-wrapp .team-single:before{
  position: absolute;
  top: 0;
  width: 80%;
  background: #80c14d;
  height: 10px;
  border-radius: 20px;
  content: "";
}*/
.team-member .team-wrapp .team-single:before {
    position: absolute;
    top: -7px;
    width: 80%;
    left: 10%;
    background: #80c14d;
    height: 10px;
    border-radius: 20px;
    content: "";
}
.team-member h1.heading{
  text-transform: inherit;
}
.team-member .team-wrapp .team-single img{
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.team-member .team-wrapp .team-single h1 {
    font-size: 23px;
    margin-top: 100px;
}
.team-member .team-wrapp .team-single h2{
  font-size: 19px;
  margin-bottom: 20px;
}
.team-member .team-wrapp .team-single p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}
/*          */
/* about-section */
.about-section {
     width: 100%;
    background: no-repeat;
    background-size: cover;
    background-position: center;
}

/*          */

/* vision-mission */
.vision {
    position: relative;
    background: url(../images/vision-mission.webp) no-repeat;
    padding: 72px 95px;
}
.vision .bg-img {
    position: absolute;
    top: 17%;
    z-index: -1;
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
}
.vision-single img {
    width: 64px;
}
.vision-single:hover img{
    width: 64px;
    filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.vision-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.vision-single {
   width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    transition: all 0.4s ease-in-out;
   
}
.vision-single h3 {
    padding-top: 13px;
    color: #fff;
}
.vision-single p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}
.vision-single:nth-child(1) {
    
    padding-top: 60px;
    padding-bottom: 70px;
    height: 250px;
}
.vision-single:nth-child(2) {
    padding: 40px 55px;
    position: relative;
    border-right: 1px solid #fc670079;
    border-bottom: 1px solid #fc670079;
    border-top: 1px solid #fc670079;
    height: 250px;
}
.vision-wrapper .vision-single:nth-child(1) {
    padding: 40px 55px;
    border-right: 1px solid #ec5d2061;
    border-bottom: 1px solid #ec5d2061;
    border-left: 1px solid #ec5d2061;
    border-top: 1px solid #ec5d2061;
}
.vision-wrapper .vision-single:hover {
    background-color: #ec5d20;
}
.vision-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.vision-content-single {
   width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.vision-content-single h3 {
    position: relative;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
}
.vision-content-single p {
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 53px;
}
.vision-content-single:nth-child(1) {
    
    padding-bottom: 70px;
   
}
.vision-content-single:nth-child(2) {
   
    padding: 0px 0px;
    position: relative;
}
/*       */

/* Gallery */
.gallery-main {
    padding: 75px 100px 0;
    margin-bottom: 3%;
}
.gallery-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-main .heading {
    position: relative;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}
.gallery-wrapp .gallery-single {
    width: 30%;
    padding-bottom: 4%;
    position: relative;
}
.gallery-wrapp .gallery-single .img-wrapp::before{
  position: absolute;
  content: "";
  background-color: #ec5d20;
  height: 7px;
  width: 90%;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single .img-wrapp:hover:before{
  background-color: #080808;
}
.gallery-wrapp .gallery-single p {
  color: #455491;
  line-height: 1.3;
  padding: 12px 34px;
}
.gallery-wrapp .gallery-single .img-wrapp{
  position: relative;
}

.gallery-wrapp .gallery-single .img-wrapp span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  font-size: 30px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background:#323e7293;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single:hover .img-wrapp span, .gallery-wrapp .gallery-single:hover .overlay {
  opacity: 1;
}
/*         */
/* certificate */
.certificate .certificate-slider {
    display: flex;
    flex-wrap: wrap;
   
}
.certificate .item {
    width: 31%;
    margin: 0px 10px 20px;
}
.certificate .heading {
    position: relative;
    font-size: 45px;
    margin-bottom: 0px;
}
.certificate p {
    color: #2a2627;
    font-size: 18px;
    margin-top: 7%;
}
.certificate .certificate-slider .img-div{
    overflow: hidden;
    width: 33%;
}
.certificate .certificate-slider .item:hover img {
    transform: scale(1.1);
}
.certificate {
    padding: 60px 77px;
    background-color: #f2efef;
}
.certificate .certificate-slider .item:hover .text-services{
    background: #ec5d20;
    padding: 13px 15px;
    display: flex;
}
.certificate .common-btn {
    font-size: 17px;
    color: #202124;
    text-align: center;
    font-weight: 600;
}
.certificate i {
    background-color: #ec5d20;
    color: #fff;
    width: 33px;
    height: 32px;
    border-radius: 20px;
    padding-top: 6px;
    padding-left: 0px;
}
/*     */

/* Services-section*/
.services-section .services-slider {
    display: flex;
    flex-wrap: wrap;
}
.services-section .item {
    width: 31%;
    margin: 0px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.services-section .heading {
    position: relative;
    font-size: 45px;
    font-weight: 600;
}
.services-section p{
    font-size: 18px;
}
.services-section .text-services {
    background: #f7f7f7;
    padding: 0px 0px;
    display: flex;
}
.services-section .text-services span {
    font-size: 14px;
    color: #A3A2A2;
    font-weight: 300;
}
.services-section .text-services p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0%;
}
.services-section .text-services span.icon-right-arrow1 {
    transform: rotate(180deg);
    display: inline-flex;
    text-align: left;
}
.services-section .services-slider .img-div{
    overflow: hidden;
}
.services-section .services-slider .img-div img {
    transition: 0.5s all ease-in-out;
    width: 100%;
}
.services-section .services-slider .item:hover img {
    transform: scale(1.1);
}
.services-section {
    padding: 90px 0px;
    background-color: #f2efef;
}
.services-section .services-content {
    width: 100%;
    height: 200px;
    padding: 20px 20px;
}
.services-section .services-content h4{
    color: #000;
}
.services-section .text-services img {
    width: 50px !important;
    margin-left: 5%;
}
.services-section .services-slider .item:hover .text-services{
    background: #ec5d20;
    padding: 0px 0px;
    display: flex;
}
.services-section .text-services:hover .services-content {
    width: 100%;
    height: 200px;
    padding: 20px 20px;
}
.services-section .item:hover h4{
    color: #fff;
}
.services-section .item:hover p{
    color: #fff;
}
.services-section .item:hover .text-services{
    color: #ffffffde;
}
/*     */
/* services-details */
.services-details .services-details-slider {
    display: flex;
    /*flex-wrap: wrap;*/
}
.services-details h3 {
    color: #2a2627;
    font-size: 44px;
    position: relative;
    margin-bottom: 20px;
}
.services-details h4 {
    color: #2a2627;
    font-size: 29px;
    position: relative;
    margin-bottom: 4px;
}
.services-details h6 {
    color: #2a2627;
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}
.services-details li {
    line-height: 35px;
    list-style-type: unset;
    font-size: 20px;
}
.services-details .text-services-details {
    background: #e9e9e9;
    padding: 13px 15px;
    display: flex;
    margin-bottom: 25px;
}
.services-details .text-services-details span {
    font-size: 14px;
    color: #A3A2A2;
    font-weight: 300;
}
.services-details .text-services-details p {
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 14px;
}
.services-details .services-details-slider .img-div{
    overflow: hidden;
    width: 50%;
}
.services-details .services-details-slider .img-div img {
    transition: 0.5s all ease-in-out;
    width: 100%;
}
.services-details p{
    width:50%;
    margin-top: 0px;
    padding-left: 15px;
}

.services-details .services-details-slider .item:hover img {
    transform: scale(1.1);
}
.services-details {
    padding: 60px 0px 0px;
    background-color: #ffffff;
}
.services-details .services-details-content {
    padding: 2px 11px;
}
.services-details .text-services-details img {
    width: 50px !important;
    margin-left: 10%;
}
.services-details .services-details-slider .item:hover .text-details-services{
    background: #ec5d20;
    padding: 13px 15px;
    display: flex;
}
.services-details p {
    margin-top: 0px;
}
.related-section {
    padding: 90px 233px;
    background-color: #ffffff;
}

.related-section .services-slider {
    display: flex;
    flex-wrap: wrap;
}
.related-section .item {
    width: 31%;
    margin: 0px 10px 20px;
}
.related-section .heading1 {
    color: #2a2627;
    font-size: 44px;
    position: relative;
    margin-bottom: 35px;
}
.related-section .text-services {
    background: #f7f7f7;
    padding: 0px 0px;
    display: flex;
}
.related-section .text-services span {
    font-size: 14px;
    color: #A3A2A2;
    font-weight: 300;
}
.related-section .text-services p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
}
.related-section .text-services span.icon-right-arrow1 {
    transform: rotate(180deg);
    display: inline-flex;
    text-align: left;
}
.related-section .services-slider .img-div{
    overflow: hidden;
}
.related-section .services-slider .img-div img {
    transition: 0.5s all ease-in-out;
    width: 100%;
}
.related-section .services-slider .item:hover img {
    transform: scale(1.1);
}
.related-section {
    padding: 90px 0px;
    background-color: #fff;
}
.related-section .services-content {
    border-right: 1px solid #6d707738;
    width: 77%;
    height: 182px;
    padding: 20px 20px;
}
.related-section .services-content h4 {
    color: #000;
}
.related-section .text-services img {
    width: 50px !important;
    margin-left: 5%;
}
.related-section .services-slider .item:hover .text-services{
    background: #ec5d20;
    padding: 0px 0px;
    display: flex;
}
.related-section  .text-services:hover .services-content {
    border-right: 1px solid #fff;
    width: 77%;
    padding: 20px 20px;
}
.related-section .item:hover h4{
    color: #fff;
}
.related-section .item:hover p{
    color: #fff;
}
.related-section .item:hover .text-services{
    color: #ffffffde;
}
/*     */
/*  Project1  */
.project1 {
    padding: 50px 0px;
    position: relative;
    background-color: #f2efef;
}
.project1 .heading {
    position: relative;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}
.project1 .project-single {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.project1 .project-single:hover .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 5%;
    padding-left: 7%;
}
.project1 .project-single h6{
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
}
.project1 .project-single .text-box p{
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.project1  .img-box {
    max-height: 369px;
    height: 400px;
}
.project1  .img-box img {
    height: inherit;
    width: 100%;
}
.project1  i {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 7px 6px;
    background-color: #ec5d20;
    border-radius: 23px;
}
.project1  .common-btn {
    color: #202124;
    text-align: center;
}
.project1 .project-single .text-box {
     opacity: 0; 
    position: absolute;
    bottom: 0px;
    height: 0%;
    width: 100%;
    background-color: #00000094;
    display: flex;
    align-items: start;
    justify-content: end;
    padding-left: 25px;
    padding-bottom: 14px;
    flex-direction: column;
    transition: all 0.4s;
}
.project1 .project-single:hover .text-box {
    opacity: 1;
    height: 100%;
}
/*       */
/* contact */
.contact{
    position: relative;
    padding: 50px 50px;
    
}
.contact .heading {
    color: #2a2627;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 5%;
    position: relative;
}
.contact a {
    color: #2a2627;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact a:hover {
    color: #2a2627;
    font-size: 17px;
}
.contact-single {
    position: relative;
    width: 23%;
    margin: 0px 7px;
    height: 280px;
    /* margin-right: 3%; */
    box-shadow: 0px 0px 10px 0px #ccc;
    background-color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding-top: 45px;
}
.contact-single h5 {
    font-size: 18px;
}
.contact-single p {
    font-size: 15px;
}
.contact .contact-content {
    margin-top: 3%;
    
}
.contact .subheading {
    color: #2a2627;
    font-size: 25px;
    position: relative;
}
.contact .text-box p {
    padding: 6px 17px;
}

.contact .contact-content .icon-box {
    /* margin-left: 38%; */
    width: 21%;
    height: 20%;
    /* margin-top: -12%; */
    /* margin-bottom: 5%; */
    background-color: #E6E6E6;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact .contact-single .text-box {
    background-color: #E6E6E6;
    width: 81%;
    height: 23%;
    margin-left: 8%;
    font-size: 13px;
    margin-bottom: -6%;
}
.contact .contact-single .icon-box img {
    width: 30%;
}
.contact .contact-single .icon-box img {
    width: 40%;
    height: 100%;
    margin-left: 29%;
}
.contact .text-box img {
    width: 6%;
}
/*      */

.contact-wrapper {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
}
.contact {
    padding: 50px 0px;
    background-colorcolor: #f2efef;
    position: relative;
    background-color: #f2efef;
}
.contact .contact-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 61%;
}
.contact .common-btn {
    position: absolute;
    color: #2a2627;
    background-color: #ccc;
    width: 85% !important;
    height: 22% !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4%;
    bottom: -30px;
}

.contact .common-btn:hover {
    color: #fff;
    background-color: #ec5d20;
    width: 85% !important;
    height: 22% !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4%;
    bottom: -30px;
}
.contact .common-btn i {
    color: #ec5d20;
    width: 33px;
    height: 32px;
    border-radius: 20px;
    padding-top: 9px;
    padding-left: 8px;
}
.contact .common-btn:hover i {
    color: #fff;
    width: 33px;
    height: 32px;
    border-radius: 20px;
    padding-top: 9px;
    padding-left: 8px;
}
.contact-wrapper .contact-single {
  display: flex;
  justify-content: center;
  width: 30%;
  border: 2px solid #ed1c24;
  padding: 20px 17px;
  height: 164px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-single:hover{
  background:#e02128;
}
.contact-wrapper .contact-single span {
  font-size: 28px;
  color: #ed1c24;
}
.contact-wrapper .contact-single:hover span{
  color:#fff;
}
.contact-wrapper .contact-single:hover a{
  color:#fff;
}
.contact-wrapper .contact-single:hover h6, .contact-wrapper .contact-single:hover p{
  color:#fff;
}
.contact-wrapper .contact-single h6 {
  font-size: 19px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.contact-wrapper .contact-single a {
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #000;
}
.contact-wrapper .contact-single p {
  font-size: 15px;
}
.contact-wrapper .contact-single .content{
  padding-left: 15px;
}
.contact .social-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
.contact .social-box h6 {
    font-size: 24px;
    padding-right: 17px;
}
.contact .social-box .fa{
    font-size: 27px;
}
.contact-form .heading {
    color: #2a2627;
    font-size: 45px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}
.contact-wrapper .contact-single:nth-child(3),
.contact-wrapper .contact-single:nth-child(2) {
  padding-top: 51px;
}
.contact-form label {
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
  position: absolute;
  top: -11px;
  left: 9px;
  background: #fff;
  padding: 0px 7px;
  z-index: 1;
}
.opening-form label {
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
  position: absolute;
  top: -11px;
  left: 9px;
  background: #fff;
  z-index:1;
  padding: 0px 7px;
}
.opening-form .form-control {
    height: 45px;
    padding: 20px 20px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 13px;
}
.contact-form  .form-group, .opening-form .form-group{
  margin-bottom: 23px;
  position: relative;
}
.contact-form .form-control {
  width: 93%;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 14px 20px;
  border-radius: 0;
}
.contact-form .btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact-form .btn-div .common-btn, .opening-form .common-btn {
    width: 115px;
    height: 36px;
    border: 0px;
    background-color: transparent;
    color: #202124;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: transparent;
}
.contact-form .btn-div .common-btn .fa, .opening-form .common-btn .fa {
    background-color: #ec5d20;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding-top: 8px;
    padding-left: 0px;
    color: #fff;
}
.contact-form {
    width: 70%;
    margin-left: 15%;
    /* padding-left: 39%; */
    padding: 60px 0px;
}
.contact-form .form-div {
  width: 80%;
  margin: auto;
}
/* Common Page */
.common-pages {
    padding: 40px 0;
}
.common-pages p {
    font-size: 16px;
    line-height: 1.2;
    color: #475766;
}
.common-pages h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.common-pages h3 {
    font-size: 16px;
}
.caption-heading.commonpage-head {
   width: auto;
    padding: 10px 20px;
}
.common-pages a{
  display: block;
  color: #002c41;
}
.common-pages a:hover {
    color: #ec5d20;
    /*font-weight: bold;*/
}
.upper-nav ul li a:hover {
    color: #e85c20;
}
.error-page img {
    width: 9%;
}
.elevator-counter-single img {
    width: 29%;
    margin-left: 15px;
}
.error-page .heading {
    font-weight: 600;
    color: #ec5d20;
    font-size: 47px;
}
.error-page .common-btn1 {
    background-color: #ec5d20;
    padding: 11px 36px;
    color: #fff;
   
}
.thank-you img {
    width: 11%;
    margin-bottom: 20px;
}
.thank-you{
    padding: 50px 0px;
}
.error-page{
    padding: 50px 0px;
}
/*      */
/* values */
.values-sec {
    padding: 60px 0px;
}
.values-sec .heading {
    font-size: 45px;
    margin-bottom: 20px;
}
.values-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.values-single p {
    margin-bottom: 0px;
}
.values-single {
    width: 30%;
    margin: 0px 10px;
    box-shadow: 0px -1px 36px #19356915;
    margin-bottom: 20px;
    padding: 20px 20px;
    text-align: center;
    transition:all 0.3s ease-in-out;
}
.values-single:hover {
    box-shadow: 0px -1px 51px #19356936;
   
}
.values-single img {
    width: 25%;
    margin-bottom: 10px;
}
.values-single h3 {
    font-size: 22px;
}
.values-sec .values-content:nth-child(2) {
    position: relative;
    left: -48px;
}
.values-sec .icon-bg {
    position: absolute;
    left: -30px;
    top: 20px;
}
.values-sec .values-content {
    padding-left: 40px;
}
.values-sec .values-content:nth-child(1){
  position: relative;
    left: -18%;
}
.values-sec .values-content:nth-child(1) .icon-bg {
    position: absolute;
    left: -8%;
    top: 10%;
}

/*       */
 
 .common-btn:hover .fa {
    margin-left: 10px;
}
.common-btn .fa{
    transition:all 0.3s ease-in-out; 
}
.common-btn{
    transition:all 0.3s ease-in-out;
    text-transform:capitalize;
}

.job-openings {
  background: #fcfcfc;
  padding: 50px 0px;
}
.career-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  flex-wrap: wrap;
}
.captcha-div .g-recaptcha > div {
  margin: 0 auto;
}

.opening-form .career-file.form-control {
    padding: 12px 10px;
    height: 50px;
}
.career .text-wrapper p {
  font-size: 15px;
  line-height: 1.5;
  width: 57%;
  margin: auto;
}
.opening-form textarea#contactmsg {
    height: 90px;
}
.job-openings .opening-single {
    width: 48%;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 0px 10px #cccccc40;
}
.job-openings .opening-single:before {
  position: absolute;
  bottom: 0;
  width: 22%;
 background-color: #e37748;
  content: "";
  height: 90%;
  border-radius: 20px;
  left: -6px;
  top: 7px;
  right: 0;
}
.job-openings h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight:600;
}
.elevator:before {
    position: absolute;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0px;
}

.job-openings .box-wrapper {
  position: relative;
  background-color: #fff;
  padding: 20px 17px;
}
.job-openings .opening-single h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
.job-openings .opening-single p {
  color: #494949;
  margin-bottom: 10px;
}
.job-openings .box-wrapper a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #e27c4c;
}
.career-wrapper {
    display: flex;
    align-items: center;
}
.career-wrapper .text-box {
    width: 60%;
    margin-right: 20px;
}
.career-wrapper .img-box {
    width: 50%;
}
.career {
    padding: 60px 0px;
}
.box-wrapper h6 {
    color: #000;
    font-weight: 400;
}
.heading {
    font-size:40px;
    font-weight:600;
}
/*.modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}*/
.career-popup {
    display: flex;
}
.career-content {
    width: 50%;
    padding-right: 5px;
}
.opening-form {
    width: 100%;
}

button.close {
    padding: 0;
    background-color: #ec5d20;
    border: 0;
    -webkit-appearance: none;
    opacity: 1;
    height: 37px;
    margin: 0;
    position: relative;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.project-slider .owl-nav [class*=owl-] {
    font-size: 17px;
    /* padding: 7px 14px; */
    background: #eb5d1f;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 1px;
    border-radius: none;
    border-radius: 0px;
}
.project-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 18px;
    margin: 5px;
    padding: 4px 7px;
    background: #eb5d1f;
    display: inline-flex;
    cursor: pointer;
    border-radius: 0px;
}
.project-slider .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
}

.project-slider .owl-prev{
    position:absolute;
    left:-6%;
}

.project-slider .owl-next{
    position:absolute;
    right:-6%;
}


 .img-wrapper{
    overflow: hidden;
    position:relative;
}
 .img-wrapper:hover img{
    transform: scale(1.04);
}

 .img-wrapper img{
    transition: all 0.4s;
}
.contact-wrapper img {
    width: 8%;
    margin-right: 10px;
}
div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 4;
  width: 100%;
  /*display:none;*/
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #ec5727;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
    border-radius: 0px;
}
.Contact-wrapper {
    display: flex;
    align-items: flex-start;
}
.Contact-wrapper img {
    width: 8%;
    margin-right: 10px;
}

div#cookieNotice{
    display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    
}

.errors {
    font-size: 13px;
    color: #f00;
    margin: 10px 0 0;
    font-weight: 400;
    padding-left: 20px;
}

.intl-tel-input {
    width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code{
padding-left: 20px;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
}
#phone7::placeholder{
    opacity:0;
}

.values-wrapp .values-single:nth-child(5) img {
    width: 22%;
}