.navlink{
    color: black;
    font-family: "Work Sans", serif;
    font-weight: 500;
    font-size: 15px;
}
.active{
  color: rgb(247, 119, 73)!important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
.carousel-item {
    transition: transform 1s ease, opacity 1s ease; /* Adjust the timing as needed */
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    border-radius: 100%;
  
}
.visit {
    background-color: #f35525;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 18px; /* Adjust the icon size */
  }

  .visitbutton {
    background-color: #1e1e1e;
    font-family: "Work Sans", serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    border-radius: 20px;
    padding: 0px 20px 0px 0px;
    text-decoration: none;
    display: inline-flex;
    align-items: center; /* Vertically center the text and icon */
  }
  .visitbutton:hover{
    color: rgb(255, 255, 255);
  }
  .sectionHeading.-left-line .sectionHeading__subtitle {
    display: flex;
    align-items: center;
}
.sectionHeading__subtitle {
    color: rgb(231, 103, 31);
    font-size: 16px;
    font-weight: 600;
    font-family: "Work Sans", serif;
    line-height: 16px;
    margin-bottom: 16px;
}
.sectionHeading.-left-line .sectionHeading__subtitle::before {
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: currentColor;
}
.overlayImgs {
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-right: 40px;
}
[data-anim^='img-right'], [data-anim-child^='img-right'] {
    overflow: hidden;
    display: block;
    position: relative;
}
.overlayImgs__front.-border {
    border: 6px solid #FFFFFF;
}
.overlayImgs__front {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 60%;
}
.sectionHeading__title{
    font-family: "Work Sans", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 41px;
}
.sectionHeading__text {
    margin-top: 42px;
    font-size: 14px;
    line-height: 24px;
}
.sectionHeading__button {
    margin-top: 52px;
}
.button.-dark {
    background-color: #005374 !important;
}
.button.-md {
    min-width: 13rem;
    padding: 1.2rem 1rem;
    text-decoration: none;
}
.button.-dark:hover {
   
    background-color: #18130C !important;
}
/* counter section */
.counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px 20px;
    background: #ebebeb;
    text-align: center;
}
.bg-counter{
    background: #ebebeb;
}
.counter-box {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.counter-box i {
    font-size: 40px;
    color: #f39c12;
    margin-bottom: 10px;
}
.counter-text {
    font-size: 30px;
    font-weight: bold;
    color: #0d2c54;
    display: flex;
    align-items: center;
    gap: 5px;
}
.label {
    font-size: 16px;
    color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .counter-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .counter-box {
        width: 90%;
    }
}


/* /////////////////////////////////////////// */
.case-study-area {
    
   
    background-image: url(../images/background.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 70px 0 60px;
    background-attachment: fixed;
}

/*case thumb*/
.case-study-thumb {
    position: relative;
    z-index: 1;
}


.case-study-thumb img {
    width: 100%;
}

/*case content*/
/***
======================================================
<-- Constre Portfolio Area Css -->
======================================================***/


/*case thumb*/
.case-study-thumb {
    position: relative;
    z-index: 1;
}


.case-study-thumb img {
    width: 100%;
}

/*case content*/

.case-study-content {
    position: absolute;
    bottom: -50px;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.9999999999999999) 0%, rgba(255,255,255,0.9999999999999999) 9%, rgba(255,255,255,0) 100%);
    border: 2px solid rgba(255,255,255,0.7);
    width: 82%;
    padding: 25px 0 29px;
    text-align: left;
    border-left: 3px solid #FF5E15;
    padding-left: 35px;
    opacity: 0;
    left: 26px;
    transition: .5s;
}

.case-study-title h3 {
    margin-top: 5px;
}

.case-study-title h3 a {
    font-size: 28px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
    display: inline-block;
}

.case-title span a {
    display: inline-block;
    font-size: 18px;
    color: #ff5e14;
    font-weight: 500;
    font-family: "Yantramanav";
}


.case-text {
    float: left;
}


.case-right-btn {
    text-align: right;
    padding-right: 30px;
    position: relative;
    margin-top: 10px;
}

.case-right-btn a {
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ff5e14;
    line-height: 50px;
}

.case-right-btn a i {
    color: #fff;
    font-size: 16px;
    transform: rotate(-45deg);
    display: inline-block;
}

.case-study-area .owl-item.active.center .case-study-thumb img {
    transform: scale(1.1);
}

.case-study-area .owl-carousel .owl-item img {
    display: inline-block;
    padding: 10px 10px 10px;
}

.case-study-area .owl-item.active.center .case-study-content {
    opacity: 1;
    bottom: 42px;
}

/* owl carousel */
.case-study .owl-nav {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 80px;
    z-index: 1;
}

.case-study .owl-nav:before {
    position: absolute;
    content: "";
    left: 43%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.10196078431372549);
    z-index: -1;
    margin: auto;
}

.case-study .owl-nav:after {
    position: absolute;
    content: "";
    right: 43%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.10196078431372549);
    z-index: -1;
    margin: auto;
}

.case-study .owl-prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #2F2F2F;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
    transition: .5s;
    color: #fff;
}

.case-study .owl-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #2F2F2F;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    transition: .5s;
    color: #fff;
}

.case-study .owl-prev:hover {
    background: #FF5E15;
    color: #fff;
}

.case-study .owl-next:hover {
    background: #FF5E15;
    color: #fff;
}




/***
======================================================
<-- Constre Team Area Css -->
======================================================***/
.section-title h5{
    color: rgb(231, 103, 31);
    font-family: "Work Sans", serif;
}
.section-title h1{
   
    font-family: "Work Sans", serif;
   
}

.team-area {
    background: #F5F6F8;
    padding: 107px 0 90px;
    position: relative;
    overflow: hidden;
}

.sengle-team-box {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.sengle-team-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/team/team-shape.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.2;
}

.team-thumb img {
    width: 100%;
}

.team-content {
    background: #fff;
    padding: 17px 0 30px;
    position: relative;
    margin-top: 0px;
    transition: .5s;
    overflow: hidden;
    border-bottom: 3px solid transparent;
    filter: drop-shadow(0px 5px 15px rgba(136,136,136,0.05));
}

.team-title h3 a {
    display: inline-block;
    font-size: 26px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    text-align: center;
    transition: .5s;
}

.team-title span {
    font-size: 16px;
    color: #575f66;
    font-weight: 400;
    font-family: "Yantramanav";
    margin-top: 5px;
    display: inline-block;
    transition: .5s;
}

.team-social-icon {
    padding: 20px 0 0px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}

.team-social-icon a {
    line-height: 30px;
    display: inline-block;
    color: #ffff;
    margin-left: 10px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background-color: rgba(16,18,16,0);
    border: 1px solid rgba(255,255,255,0.25);
}

.team-social-icon a:hover {
    background: #FF5F15;
    border: 1px solid #FF5F15;
    color: #fff;
}


.team-shape1 {
    position: absolute;
    top: 21%;
    left: -4%;
    animation: dance3 4s alternate infinite;
}

.team-shape2 {
    position: absolute;
    right: 0%;
    bottom: -84%;
    animation: dance3 3s alternate infinite;
}
/* all hover */

.sengle-team-box:hover .team-social-icon {
    opacity: 1;
    
}

.sengle-team-box:hover .team-content {
    margin-top: -60px;
    padding: 17px 0 90px;
    background: #171717;
    border-bottom: 3px solid #FF5E15;
}

.sengle-team-box:hover .team-title h3 a {
    color: #fff;
}

.sengle-team-box:hover .team-title span {
    color: #FF5E15;
}

/*  */
.case-study-thumb {
    position: relative;
    overflow: hidden;
}

.case-study-thumb img {
    width: 100%;
    display: block;
}

.case-study-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.case-study-thumb:hover .case-study-content {
    opacity: 1;
    transform: translateY(0);
}
/* button */
.constre-btn a {
    display: inline-block;
    font-size: 23px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    background: rgb(27, 147, 194);
    padding: 15px 58px;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-decoration: none;
}
.callus-text{
    font-family: "Work Sans", serif;
    font-weight: 600;
}
.constre-btn a:hover {
    color: #FF5E15;
}

.constre-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

.constre-btn a:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.constre-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}

/* why choose us */
.card-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
}
.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: 0.3s ease-in-out;
    border-bottom: 4px solid #d35400;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.icon {
    background: #fceae8;
    display: inline-block;
    padding: 15px;
  
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;

}
.icon i {
    font-size: 30px;
    color: #d35400;
}
.card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card-section {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.aicon{
    font-size: 40px;
    margin-top: 30px;
 
}
/*///////////////////////////// testimonial ////////////////////////////////////////////*/

.testimonial{
    margin: 0 20px 40px;
  }
  .testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    height: 230px;
    position: relative;
  }
  @media screen and (max-width:600px) {
    .testimonial .testimonial-content{
      padding: 25px 25px 35px 30px;
      margin-bottom: 35px;
      background: #fff;
      height: 230px;
      position: relative;
    }
  }
  .testimonial .testimonial-content:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .testimonial .testimonial-content:after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: rgb(236, 111, 28);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
  }
  .testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid rgb(243, 134, 61);
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
  }
  .testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
  }
  .testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
  }
  .testimonial .post{
    display: block;
    font-size: 14px;
    color: #ffffff;
  }
  .owl-theme .owl-controls{
    margin-top: 20px;
  }
  .owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #0c94ca;
  }
  .testi-bg{
    background-image: url(../images/testimonialbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .bglight{
   background-image: url(../images/backgroundcall.jpg);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding: 70px 0px!important;
  }
  .footer-text{
    font-family: "Work Sans", serif;
    color: white;
  }
  .footerbg{
    background-color: rgb(33, 56, 66);
  }
  .location {
    display: flex;
    
    gap: 10px; /* Adds consistent spacing */
  }
  .ficon{
   color: rgb(125, 215, 235)!important;
  }
  .location a:hover{
    color: rgb(125, 215, 235)!important;
  }
 
  .ffamily{
    font-family: "Work Sans", serif;
color: rgb(216, 159, 3);
  }
  ul li, span{
    font-family: "Work Sans", serif;

  }
  ul li::marker{
    color: rgb(132, 206, 223);
  }
  a{
    text-decoration: none;
   
  }
  .action-hover{
    color: white;
  }
  .action-hover:hover{
    color: rgb(125, 215, 235)!important;
  }
  /* ///////////about page//////////////////// */
  .aboutbanner{
    background-image: url(../images/otherbanner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 180px 0px;
    margin-top: 50px;
  }
  .about-text{
    font-family: "Work Sans", serif;
    font-weight: 700;
    font-size: 65px;
    padding-left: 70px;
  }
  .visionmission-text{
    font-family: "Work Sans", serif;
    font-weight: 500;
  }
  .visionmission{
    border-right: 2px solid rgb(172, 131, 93);
  }
  .visionmission-heading{
    font-family: "Work Sans", serif;
    font-weight: 600;
    font-size: 40px;
  }
  .values{
    border-left: 1px solid rgb(172, 131, 93);
    padding-left: 30px;
  }
  .corevalues{
    font-family: "Work Sans", serif;
    font-weight: 600;
    font-size: 40px;
  }
  /*///////////////////////////// projects ////////////////////////////////// */
  .pbutton {
    display: inline-block;
    font-size: 23px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    background: rgb(27, 147, 194);
    padding: 15px 58px;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-decoration: none;
  }

  .pbutton::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
  }

  .flow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Ensure the pseudo-element doesn't affect layout */
  }

  .flow img {
    width: 100%;
    height: auto;
    display: block;
  }

  .flow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(55deg, transparent -2%, #ffffff 20%, #ffffff 100%);
    transform: skew(-25deg) translateX(43%);
    z-index: 1;
    /* Ensures the patch is above the image */
  }

  .fl-row-content {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* Content appears above the white patch */
    color: #333;
    /* Adjust text color for contrast */
    text-align: start;
    padding: 20px;
    width: 40%;
    margin-top: 20px;
  }
  .flow2{
    position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
  }
  .flow2 img{
    width: 100%;
height: auto;
display: block;
object-fit: cover;
  }
  .flow2::before {
content: "";
position: absolute;
top: 0;
right: 0; /* Change from left to right */
width: 100%;
height: 100%;
background-image: linear-gradient(-55deg, transparent -2%, #ffffff 20%, #ffffff 100%);
transform: skew(25deg) translateX(-53%); /* Invert skew and translation */
z-index: 1; /* Ensure it's above the image */
}

.fl-row-content2 {
position: absolute;
top: 50%;
left: 3%; /* Push content to the left */
transform: translateY(-50%);
z-index: 2;
color: #333;
text-align: left; /* Align text to the left */
padding: 20px;
width: 40%;
}
    .flow3 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        /* Ensure the pseudo-element doesn't affect layout */
      }
    
      .flow3 img {
        width: 100%;
        height: 550px;
        display: block;
      }
    
      .flow3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(55deg, transparent -2%, #ffffff 20%, #ffffff 100%);
        transform: skew(-25deg) translateX(43%);
        z-index: 1;
        /* Ensures the patch is above the image */
      }
      .fl-heading-text{
        font-family: "Work Sans", serif;
         font-size: 50px;
         font-weight: 600;
      }
    
/*///////////////// contact page///////////////// */
 /* /////contact//// */
 .location2 {
    display: flex;
    
    gap: 10px; /* Adds consistent spacing */
  }
  .ficon2{
   color: rgb(0, 103, 163)!important;
   font-size: 25px;
  }
  .location2 a{
    font-family: "Work Sans", serif;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
  }
  .location2 a:hover{
    color: rgb(243, 107, 66)!important;
  }
  .fl-button-width-auto a{
    background-image: linear-gradient(55deg, #fe7a02 20%, #ff0000 100%) !important;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 30px 12px 30px;
    border-radius: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    color: #fff !important;
    font-family: "Work Sans", serif;

   
  }
  .fl-button-width-auto a:hover{
    background-image: linear-gradient(55deg, #ff0000 20%,   #fe7a02 100%) !important;
   
   
  }
  .contact-bg{
    background-image: url(../images/calltoaction.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
  }
  .contact-form{
    font-family: "Work Sans", serif;
    font-size: 35px;
    font-weight: 600;
  }
  .form-label{
    font-size: 20px;
    margin-right: 20px;
    font-family: "Work Sans", serif;
font-weight: 500;
  }
  select {
    width: 100%; /* Full width */
    max-width: 300px; /* Set max width */
    padding: 10px;
    font-size: 16px;
    border: 1px solid rgb(179, 179, 179);
  }
  input{
    width: 100%; /* Full width */
    max-width: 300px; /* Set max width */
    padding: 10px;
    font-size: 16px;
  }
  .sub-button{
    width: 100%; /* Full width */
    max-width: 160px; /* Set max width */
    padding: 10px;
    font-size: 16px;
    background-image: linear-gradient(55deg, #fe7a02 20%, #ff0000 100%) !important;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
  }
  .sub-button:hover{
    background-image: linear-gradient(55deg,#ff0000  20%, #fe7a02 100%) !important;

  }
  /*/// end //////*/

  /* ////////////////////////////// career page //////////////////////////////////////// */
  .careerbanner{
    background-image: url(../images/career.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0px;
  }
  .career-containt{
    color: #808080!important;
    font-family: "Work Sans", serif;

  }
  .career-heading-text{
    font-size: 45px;
    font-family: "Work Sans", serif;
font-weight: 600;
  }
  /* Blur Background */

/* Hide modal by default */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px); /* Blur effect */
    justify-content: center;
    align-items: center;
}

/* Modal content styling */
.modal-content {
    background: white;
    padding: 20px;
    width: 550px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

/* Close button */
.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
input, .form-button{
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  max-width: 300px;
  margin-top: 30px;
}

.form-button:hover {
  background-color: #0056b3;
}
/*/////////////////// channel partner/////////////////////// */

.cpbanner{
  background-image: url(../images/chanel\ partner1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0px;
}
.rera{
  max-width: 630px;
}
.bg-cp{
  background-color: rgb(242, 248, 253);
}
.cp-font{
  
 font-size: 30px;
 font-family: "Work Sans", serif;
 font-weight: 600;
}

/* respnsive media query */

@media screen and (max-width:600px){
  .navbar-height{
    margin-top: 100px!important;
  }
  .overlayImgs {
    position: relative;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
}
.constre-btn a {
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Yantramanav";
  background: rgb(27, 147, 194);
  padding: 5px 18px;
  position: relative;
  z-index: 1;
  transition: .5s;
  text-decoration: none;
  margin-bottom: 20px;
}
.bglight {
  background-image: url(../images/callus\ button.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 0px !important;
}
.about-text {
  font-family: "Work Sans", serif;
  font-weight: 700;
  font-size: 25px;
  padding-left: 20px;
}
.aboutbanner {
  background-image: url(../images/otherbanner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 0px;
  margin-top: 50px;
}
.visionmission {
  border-bottom: 2px solid rgb(172, 131, 93);
  border-right: none;
  margin-top: 20px;
}
.visionmission-values{
  margin-top: 20px;
}
.visionmission-heading {
  font-family: "Work Sans", serif;
  font-weight: 600;
  font-size: 30px;
}
.corevalues {
  font-family: "Work Sans", serif;
  font-weight: 600;
  font-size: 30px;
}
.career-heading-text {
  font-size: 35px;
  font-family: "Work Sans", serif;
  font-weight: 600;

}
.fl-heading-text {
  font-family: "Work Sans", serif;
  font-size: 35px;
  font-weight: 600;
  
}
.values {
  border-left:none;
  padding-left: 30px;
}
}

@media screen and (width:768px){
  .overlayImgs {
    position: relative;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
}
}