/*   font-family: "DM Sans", sans-serif; */
/*  font-family: "Inter", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
p {
    padding: 0;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 500;
    color: #575757;
    font-family: "DM Sans", sans-serif;
}


/* ============
button start
================ */
.deafult_btn {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 40px;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    text-transform: uppercase;
}
a.deafult_btn.btnwhite {
    background: #fff;
    color: #000;
    transition: 0.5s ease-in-out;
}
a.deafult_btn.btnwhite:hover {
    transition: 0.5s ease-in-out;
    background: #35506D;
    border: 2px solid #35506D;
    color: #fff;
}
/* ============
button close
================ */


/* ============
  top header start
  ================ */
ul.topcontact {
    display: flex;
    gap: 20px;
    flex-flow: wrap;
    justify-content: right;
    list-style: none;
}

.subheader span {
    border: 1px solid #A6BED8;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    line-height: 24px;
}

.subheader span img {
    height: 12px;
    width: 12px;
}

.subheader a {
    font-size: 12px;
    color: #A6BED8;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out;
}
.subheader a:hover {
      transition: 0.5s ease-in-out;
      color: #fff;
      
}
 .subheader a:hover span{
     transition: 0.5s ease-in-out;
     border: 1px solid #fff;
 }
  .subheader a:hover span img{
     transition: 0.5s ease-in-out;
   filter: brightness(0) invert(1);
 }

.subheader {
    background: #152331;
    padding: 16px 0;
}

/* ============
  top header close
  ================ */

/* =============
    nav start
    ============= */
    .sidenav{
        display: none;
    }
    .navbar-collapse.collapse.show{
        transition: 0.5s;
    }
    .close_btn{
        display: none;
    }
.overlay {
    height: 100vh;
    width: 100%;
    background: #000000a1;
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: 0;
    display: none;
    transition: 0.3s ease-in-out;
}
.overlay.active{
    opacity: 1;
    display: block;
      transition: 0.3s ease-in-out;
}
.navtop {
    position: absolute;
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: right;
}

.nav-item a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}
.nav-item a:hover{
    color: #A6BED8;
      transition: 0.5s ease-in-out;
}
.navbar-expand-lg .navbar-nav {
    gap: 68px;
    padding: 50px;
}
.navtop .nav-link {
    padding: 0 !important;
    font-size: 14px;
}

.navbar.navtop {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 99;
}

/* ===========
    nav close
 =============== */



/* ===========
banner start
 ============ */
.herobanner {
    background: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.bannerscontents {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    bottom: 20%;
}
.banner_heading h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 92px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.banner_btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

a.deafult_btn.btntransparent {
    border: 2px solid #fff;
    color: #fff;
    transition: 0.5s ease-in-out;
}
a.deafult_btn.btntransparent:hover{
      transition: 0.5s ease-in-out;
      color: #000;
      background: #fff;
}

/* ===========
banner close
 ============ */
/* ==============
  about start
  ============== */
.subheading span {
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    color: #35506D;
    font-weight: 800;
    border: 1px solid #35506D;
    border-radius: 100px;
    padding: 8px;
    display: inline-block;
    letter-spacing: 1px;
    width: 89px;
    height: 30px;
    text-align: center;
    line-height: 12px;
    margin-bottom: 30px;
}

section.aboutus {
    padding: 75px 0 85px;
    position: relative;
}

.subheading h2 {
    color: #35506D;
    font-size: 60px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
}

.about_content p {
    margin-bottom: 41px;
}

.btnblue {
    color: #35506D;
    border: 1px solid #35506D;
    transition: 0.5s ease-in-out;
}
.btnblue:hover{
    transition: 0.5s ease-in-out;
    background: #35506D;
    color: #fff;
}

.glovesimg {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 88;
}

.aboutcrads {
    background: #F8FBFF;
    padding: 44px 0 63px;
    position: relative;
}

.aboutcrads::after {
    position: absolute;
    content: "";
    background: url(../images//boxs.svg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: center;
    background-repeat: round;
}

.about_cardContent {
    font-size: 14px;
    color: #35506D;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    width: 187px;
}

.cardimg {
    margin-bottom: 22px;
    height: 50px;
    width: 50px;
}

.cardimg img {
    height: 100%;
    width: 100%;
}

.aboutcrads ul {
    display: flex;
    gap: 90px;
    flex-flow: wrap;
    justify-content: left;
    z-index: 5;
    position: relative;
}

.aboutcrads ul li {
    list-style: none;
}

/* ==============
  about close
  ============== */
/* ==============
  service start
  ============== */

.services  .owl-dot.active span {
    background: #415e7d;
    height: 10px;
    width: 14px;
    display: inline-block;
    border-radius: 15px;
}
.services  .owl-dots {
    display: none;
    margin: auto;
    margin-top: 20px;
}
.services  .owl-dot span{
    height: 10px;
    width: 10px;
    border: 1px solid #415e7d;
    border-radius: 50%;
        display: inline-block;
        margin-right: 4px;
}
.services {
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

/* .services::after {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 7%;
    z-index: 99;
} */

.service_content p {
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.serviceHeading {
    color: #35506D;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
    font-family: "DM Sans", sans-serif;
    line-height: 28px;
}

.services .subheading {
    margin-bottom: 60px;
    z-index: 100;
    position: relative;
}

.serviceimg img {
    height: 500px;
    object-fit: cover;

}

.serviceimg {
    margin-bottom: 41px;
}


.services .owl-nav button {
    border: 1px solid #CACACA !important;
    background: #fff !important;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}
.services .owl-nav button:hover{
      transition: 0.5s ease-in-out;
      background: #35506d !important;
      border: 1px solid #35506d;
}
.services .owl-nav button:hover img{
      transition: 0.5s ease-in-out;
      filter: brightness(0) invert(1);
}
.services .owl-nav button img {
    height: 22px !important;
    width: 22px !important;
}

.services .owl-next {
    position: absolute;
    top: -128px;
    right: 11%;
}

.services .owl-prev {
    position: absolute;
    top: -128px;
    right: 16%;
}
.servicesslider  .item{
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.serviceimg{
    height: 500px;
    position: relative;
}
.serviceimg::after{
    background: #00000080;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0;
}
.servicesslider  .item:hover .serviceimg::after{
    transition: 0.5s ease-in-out;
    opacity: 1;

}
.servicesslider .item .deafult_btn  {
      position: absolute;
    left: 50%;
    top: 113%;
    transform: translate(-50% ,-50%);
      transition: 0.5s ease-in-out;
      z-index: 99;
}
.servicesslider  .item:hover .deafult_btn{
     transition: 0.5s ease-in-out;
      top: 50%;
}
.serviceimg{
    overflow: hidden;
}

.wrapper {
    margin-left: 100px;
}
/* ==============
  service close
  ============== */
/* ==========
  footer start
  ================= */
.footerpart {
    background: #415E7D;
    padding: 67px 0 28px;
    position: relative;
}
.footerpart::after {
    background: url(../images/Vector.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    filter: brightness(0.6) invert(1);
    opacity: 0.1;
    background-position: center;
    z-index: 99;
}
.logo {
    margin-bottom: 20px;
}
.footer_content {
    color: #A6BED8;
    font-size: 12px;
    font-weight: 500;
}
.footer_content a{
    color: #fff;

}   
.footerpart h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.footer_links li a {
    color: #A6BED8;
    font-size: 12px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}
.footer_links li a:hover{
    color: #fff;
     transition: 0.5s ease-in-out;

}
.footer_links li a span{
    color: #fff;
}
ul.footer_links {
    display: grid;
    gap: 21px;
    list-style: none;
}
.footerbottom ul {
    display: flex;
    gap: 34px;
    align-items: center;
    list-style: none;
    z-index: 100;
    position: relative;
}
.footerbottom li a{
    color: #A6BED8;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}
.footerbottom li a:hover{
        transition: 0.5s;
        color: #fff;
}
.copywrite {
    color: #A6BED8;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    display: flex;
    gap: 2px;
}
.copywrite a{
    color: #fff;
}
.cap_img {
    display: none;
}
.footerpart {
    position: relative;
    overflow: hidden;
}
.cap_img img {
    height: 254px;
    width: 461px;
}
.footerbottom {
    padding-top: 144px;
}
/* ==========
  footer close
  ================= */



/* ===========abotus page start
==================== */
.subbanner {
    background: url(../images/aboutbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 144px 0 65px;
    position: relative;
}
.subbanner::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000080;
    left: 0;
    top: 0;
}
.banner_title {
    text-align: center;
    position: relative;
    z-index: 99;
}
.banner_title h2{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 21px; 
     position: relative;
    z-index: 99;
}
.breadcrumb li a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.breadcrumb-item.active {
     font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
 color: #fff;
}
.breadcrumb {
    justify-content: center;
    position: relative;
    z-index: 99;
}
.about_content{
    padding: 163px 0 89px;
    position: relative;
}
.about_content .subheading {
    margin-bottom: 30px;
}
.about-img img{
    width: 100%;
}
.about-img {
    position: absolute;
    width: 768px;
    left: 0;
    bottom: 37px;
    height: 512px;
}
.about-contents p {
    margin-bottom: 0;
}
.about_service .subheading {
    margin-bottom: 30px;
}
section.about_service {
    padding: 115px 0 90px;
    background: #F8FBFF;
    position: relative;
}
section.about_service::after {
    position: absolute;
    content: "";
    background: url(../images/background.png);
    background-position: center;
    background-size: cover;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
p.do_content {
    margin-bottom: 50px;
}
.list_icons{
    background: #35506D;
    height: 99px;
    width: 99px;
    border-radius: 50%;
}
.list_icons {
    background: #35506D;
    height: 99px;
    width: 99px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 94px;
 transition: 0.5s;
}

.list_icons  img {
    height: 40px;
    width: 40px;
}
ul.do_list {
    list-style: none;
    display: grid;
    gap: 40px;
}
.do_list li {
    display: flex;
    gap: 20px;
    transition: 0.5s;
}
.list_content{
    flex: 1;
}
.list_content h5 {
    color: #35506D;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.list_content p{
    font-size: 13px;
}
.about_service .container {
    z-index: 1000;
    position: relative;
}
.manimg {
    position: absolute;
    right: -99px;
    bottom: -90px;
}
.corevalues{
    padding: 75px 0 60px
}
.corevalues .subheading {
    margin-bottom: 65px;
    text-align: center;
}
.corevalues .aboutcrads {
    background: #fff;
    padding: 0;
    position: relative;
}
.corevalues  .aboutcrads::after {
 display: none;
}
.corevalues h5 {
    color: #35506D;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.corevalues .aboutcrads ul {
    gap: 70px;
}
.corevalues .about_cardContent {
    width: 200px;
}

.last_content {
    background: #F8FBFF;
    padding: 77px 0;
    position: relative;
}
.last_content::after {
    position: absolute;
    content: "";
    background: url(../images//boxs.svg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: center;
    background-repeat: repeat;
}
.last_content p {
    color: #35506D;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    width: 1027px;
    z-index: 99;
    position: relative;
    display: table;
    margin: auto;
}
.substract {
    position: absolute;
    z-index: 99;
    top: -70px;
}
.tools {
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: -46px;
}
/* ===========abotus page close
==================== */
.contactus{
    background: url(../images/contactus.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        padding: 144px 0 65px;
    position: relative;

}
.contactus::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #2c2a2a7a;
    left: 0;
    top: 0;
}
.contactsec {
    padding: 68px 0 75px;
    position: relative;
}
.contactsec .subheading h2{
    margin-bottom: 30px;
}
.contactsec .subheading p
{
    display: table;
    max-width: 839px;
    margin: auto;
}
.contactsec .subheading {
    text-align: center;
    margin-bottom: 65px;
}
.form-area input{
width: 100%;
border: 1px solid #C7D3DF;
padding: 20px 20px 20px 10px;

}
.single-form-input {
    margin-bottom: 20px;
}
.form-area input::placeholder{
    color:#35506D ;
    font-size: 12px;
    font-weight: 700;
     font-family: "Inter", sans-serif; 
}

.single-form-input textarea{
    border: 1px solid #C7D3DF;
padding: 20px 20px 20px 10px;
width: 100%;
height: 120px;
text-transform: uppercase;
}
.single-form-input textarea::placeholder{
      color:#35506D ;
    font-size: 12px;
    font-weight: 700;
     font-family: "Inter", sans-serif; 
}
.sendbtn {
    background: #35506D;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
      font-family: "Inter", sans-serif; 
      border: none;
}
.contact_icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    transition: 0.5s;
    justify-content: center;
}
.talkus li:hover .contact_icon  {
    transition: 0.5s;
     background: #35506d;
      border: 1px solid #35506d;
}
.talkus li:hover .contact_icon img{
    transition: 0.5s;
filter: brightness(0) invert(1);
}
.contact_icon img{
    width: 22px;
}
ul.visit {
    list-style: none;
    margin-bottom: 53px;
}
ul.visit li {
    display: flex;
    gap: 12px;
    align-items: center;
    transition: 0.5s;
}
ul.visit li:hover .contact_icon{

          transition: 0.5s;
     background: #35506d;
      border: 1px solid #35506d;
}
ul.visit li:hover .contact_icon img{
    transition: 0.5s;
filter: brightness(0) invert(1);
}
.contact_info {
    flex: 1;
}
.contact_detais h4{
    color: #35506D;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}
.contact_detais {
    padding-left: 20px;
}
ul.talkus {
    list-style: none;
    display: grid;
    gap: 18px;
}
ul.talkus li a{
    display: flex;
    gap: 12px;
    align-items: center;
}
ul.talkus li a .contact_info  {
    font-size: 13px;
    color: #575757;
    font-weight: 500;
}
.constructionimg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.aboutus .about_content{
    padding: 0;
}
p.error-message {
    color: #cb3131;
    font-size: 12px;
}

/* ========thankyou start=== */
section.thankyou {
    padding: 60px 0;
}
.thanktou_title h2 {
    font-size: 73px;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(134 154 184) 30%, rgb(65 94 125) 49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.thanktou_title {
    text-align: center;
}
.thanktou_title  p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.thankyoubtn {
    margin-top: 30px;
}
.thankyou .deafult_btn {
    padding: 15px 29px;
    display: table;
    margin: auto;
}
.navbar  .nav-link.active {
    font-weight: 900;
}
.footerpart .container{
    position: relative;
    z-index: 100;
}
.footer_links li{
    color: #A6BED8;
}
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    background: #95bed8;
    color: #244263;
    cursor: pointer;
    /* padding: 12px 16px; */
    border-radius: 50%;
    transition: opacity 0.3s ease;
    height: 45px;
    width: 45px;
    display: inline-block;
}
.visit li a {
    display: flex;
    gap: 12px;
    align-items: center;
}
.contact_detais li a:hover .contact_info , .contact_detais li a:hover .contact_info p{
    color: #35506d;
}
