*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

p{
    color: #787373;
}

a{
    text-decoration: none;
}

.main_heading h2 span{

        color: #0a61ad;
}

.pro_imm img{
    object-fit:cover;
    height:250px !important;
}

.why_btn a{
    color:#fff;
}

.main_headings{
    max-width:450px;
}

.app_text h2 span{
    font-weight: 800;
    color: #91bfe1;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.top_header{
    padding: 2px;
    background-color: #0a61ad;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%);
}


.top_header_b {
    padding: 2px;
    background-color: #276e96;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1% 100%);
}

.top_c ul{
    list-style-type:none;
    display: inline-flex;
    gap:10px;
    margin-bottom:0px;
    padding-left: 0px;
}

.top_c ul li a{
    font-size: 12px;
    color: #ffffff;
    font-weight: 200;
}

.top_c ul li img {
    width: 26px;
}

.topw{
    padding: 0px 12px;
    background-color: #f1f1f1;
    border-radius: 16px;
    color: #000000;
}

.top_w ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.top_c ul li a i{
    font-size: 16px;
    color: #3d9ae2;
    font-weight: 500;
}

.hero_image_inner img{
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.main_header{
    padding: 11px 0px;
    background-color: #ffffff00;
    position: fixed;
    top: 28px;
    right: 10%;
    z-index: 999;
    width: 80%;
    margin: auto;
    border-radius: 7px;
}

.m_logo img{
    max-width:70px;
}

.m-list{
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-list ul{
    display: inline-flex;
    margin: 0px;
    list-style-type: none;
    gap: 20px;
}

.m-list ul li a{
    font-size: 12px;
    font-weight: 400;
    color: #6fbcff;
    text-transform: uppercase;
}

.app_text h2{
    font-weight: 800;
    font-size: 36px;
}

.ser_icon_text h4{
    margin-top: 16px;
    color: #fff;
    font-size: 18px;
}

.menu_call{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.main_btn button{
    border:none;
    background-color: #00000000;
}

.main_btn button {
    position: relative;
}

.main_btn button::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: -2px;
    border-radius: 50%;
    right: -6px;
    background-color: #000000;
}

.main_btn button p{
    font-size: 17px;
    z-index: 2;
    position: relative;
    color: #ffffff;
}

.input-wrapper input::placeholder{
    color:#fff;
}

.main_btn button i{
    color:#fff;
}

.call i{
    font-size: 30px;
    color: #42dba8;
}

.call p{
    font-size: 14px;
    font-weight: 600;
    color: #267097;
}

.ban_title{
    position: absolute;
    z-index:99;
}

.banner_sec_in{
 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_sec_in::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-image: linear-gradient(to top, #00000003, #464849);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
  
}

.banner_sec{
 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_sec::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-image: linear-gradient(to top, #ffffff00, #0000005c), url(../images/thunder.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
  
}

/* .cover_text h3{
    position: absolute;
    font-size: 70px;
    opacity:1;
    color:rgb(0, 0, 0);
    max-width:550px;
    z-index:99;
} */

.hero_ban{
    position: relative;
}

.ban_title h3 span{
    font-weight: 700;
    color: #276d99;
    text-align: center;
}

.ban_title h3{
    text-transform: capitalize;
    font-size: 47px;
    color: #fff;

}

.cou_sec_cover{
    position: relative;
    overflow: hidden;
   background-image: linear-gradient(to bottom, #aed3ef6e, #2d75bb), url(../images/counter.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.cou_sec_cover::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-attachment:fixed;
}

.count{
    position: relative;
    color: #ffffff;
    font-size: 40px;
    z-index:99;
}

.banner_image{
    padding-bottom: 10px;
    margin-top: -20px;
}

.banner_image img{
    border-radius:20px;
}

.about_sec{
    padding-bottom:40px;
    padding-top: 40px;
}

.box_col{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box_cover{
    position: relative;
    background-color: #0a61ad;
    padding: 10px;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    
}

.pin_l{
    position: absolute;
    content: "";
    top: -37px;
    right: -38px;
    width: 48px;
    rotate: 44deg;
}


.pin_r{
    position: absolute;
    content: "";
    top: -37px;
    left: -38px;
    width: 48px;
    rotate: 315deg;
}

.box_cover_r{
    position: relative;
    background-color: #0a61ad;
    padding: 10px;
    min-height: 159px;
    border-top-right-radius: 42px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
}

.ser_icon_text p{
    color: #ffffff;
    font-weight: 200;
}
  
.our_service{
    position: relative;
    padding-top:40px;
    padding-bottom:40px; 
    background-color: #aed3ef6e;
    /* background-color: #42dba833; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.test_name p{
    font-size:12px;
}

.test_name h6{
    color:#246f96;
}

.test_img img{
    width:30px !important;
    border-radius:50%;
}

.testmonial_wrapper{
    background-color: #91bfe173;
    padding: 36px;
    border-radius: 10px;
}

P.scr{
    text-align: left !important;
    min-height: 100px;
    overflow-y: scroll;
}

.style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #ffffff00;
}

.style-2::-webkit-scrollbar
{
	width: 4px;
	background-color: #f5f5f500;
}

.style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #ffffff40;
}

.enquiry_sec{
    padding-top:50px;
    padding-bottom: 50px;
    background-color: #aed3ef6e;
}

.our_team_img img{
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
}

.our_text{
    position: relative;
    background-color: #0e8efd00;
    padding: 10px;
    max-width: 450px;
    /* margin-top: -123px; */
    z-index: 9;
    /* margin-left: 8px; */
    /* height: 126px; */
    color: #252121;
    width: 100%;
    text-align: center;
    margin: auto;
    backdrop-filter: blur(47px);
    border-radius: 10px;
}

.bn_text{
    position: absolute;
    z-index:99;
}

.bn_text h2{
    font-size: 45px;
    color: #ffffff;
}

.float{
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 54px;
    height: 54px;
    z-index: 9;
}

.our_text h6{
    color:#247094;
}


.our_text p{
    font-size: 14px;
    color:#000000;
}

.our_team_img img{
    max-width: 350px;
    border-radius: 18px;
    max-height: 367px;
    margin: auto;
}

.bg_eq{
    position: relative;
}

.bg_eq_text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bg_eq_text h2 {
    font-size: 30px;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
  
}

.menu li a:hover,.menu li:hover>a {
    color: #000;
    background: #9ca3da00;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    gap: 0px;
    position: absolute;
    left: 0px;
    background: #ffffff;
    z-index: 99;
    flex-direction: column;
    display: flex;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}

.sub-menu li a{
    padding:12px 13px;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #000000;
    background: #fff;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #91bfe1;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}


.form_bg{
    background-color: #256f94;
    padding: 24px;
    border-radius: 30px;
    max-width: 316px;
}

.new_arrival .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #91bfe1;
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
    margin-right: 35px;
}

.new_arrival .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #91bfe1;
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
}

button.owl-next span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
    height: -15%;
}

button.owl-prev span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
    height: -15%;
}

.main_heading h2{
    font-size: 34px;
    font-weight: 600;
    text-align: left;
}
  
.why_btn{
    background-color: #0a61ad;
    width: fit-content;
    padding: 8px 19px;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
    margin: auto;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

.why_co img{
    margin: auto;
    border-radius:10px;
}

.why_co_text h3 {
    text-align: left;
    font-size: 23px;
    color: #01283f;
    font-weight: 200;
}

.testmonial{
    padding-top:50px;
    padding-bottom:50px;
}

.footer_logo img{
    max-width: 88px;
}

.form_cover{
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 35px;
}

.footer_section{
    padding-top: 60px;
    padding-bottom: 50px;
  
    background-color: #0a61ad;
}

.footer_cover{
    background-color: #0a61ad;
    padding: 50px 34px 50px 34px;
    border-radius: 20px;
}

.single_footer h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 3px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.copyright span, .copyright a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
}


.our_services{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.ser_cion img{
    width:50px !important;
}

.ser_box{
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    padding: 10px;
    border-radius: 16px;
    height: 300px;
    background-color: #0b8dff30;
    transition: 1s all linear;
}


.ser_box:hover{
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    padding: 10px;
    border-radius: 16px;
    height: 300px;
    background-color: #0c8dfd;
}

.counter_sec{
    padding: 50px 0 50px;
    background-color: #91bfe136;
    
}


.counter_sec .container-fluid{
    
}

.contact_roll{
  
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
}


.moreless-button{
    background-color: #91bfe1;
    width: fit-content;
    padding: 8px 19px;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
}

.moretext {
    display: none;
  }
  

.b_sr i{
    color: #098dfe;
    font-size: 28px;
}


.ser_icon_texts h4 {
 margin-top: 23px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.ser_icon_texts p{
    color: #000000;
    font-weight: 200;
}


.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

.input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    border: none;
    height: 49px;
    outline: none;
    border: 1px solid #ffffff63;
    padding: 10px 20px;
    border-radius: 27px;
    position: relative;
    background-color: #ffffff00;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #1b77bb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group label {
    color: #000000;
    display: block;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}
.bg_contact {
    background: #0b8dff29;
    padding: 20px 20px;
    border-radius: 23px;
    overflow: auto;
}
.contact-uss {
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    max-width: 250px;
}
.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #005a84 !important;
}
.contact-info {
    margin-left: 54px;
    color: #fff;
}
.contact-info h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
}
.contact-icon i {
    font-size: 36px;
    top: 3px;
    position: relative;
    color: #005a84;
}

.form-control {
    display: block;
    width: 100%;
    padding: .80rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff00;
    background-clip: padding-box;
    border: 1px solid #ced4da9e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-btn .submit-btn {
    background: #005a84;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    height: 47px;
    font-size: 13px;
    width: 120px;
    color: #ffffff;
    border-radius: 4px;
    display: block;
    margin-left: 7px;
    border: 1px solid #fff;
}

.input-wrapper label {
    color: #ffffff !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 1px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #595d7e00;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}


.abt_pos{
    position: absolute;
    content: "";
    width: 211px;
    bottom: -45px;
    right: -28px;
}

.abt_img{
    position: relative;
    max-width: 341px;
    margin: auto;
}

.teeth_cover{
    position: absolute;
    content: "";
    width: 71px;
    top: 12px;
    left: 6px;
}

.abt_img img{
    border-bottom-left-radius:130px;
    border-bottom-right-radius:130px;
}


.mid_teeth{

    border: 7px solid #26709787;
    border-radius: 50%;
    border-style: double;
    margin: auto;
}


.project_card img{
    max-width:500px;
}

.project_cards img{
    max-width: 345px;
}

.project_box_text{
    position: relative;
    width: 83%;
    margin-top: -41px;
    background-color: #1e81ce;
    padding: 10px;
}

.project_box_text p{
    color:#fff;
    display: none;
  
}


hr {
    margin: 1rem 0;
    color: inherit;
    background-color: rgb(255 255 255);
    border: 0;
    opacity: .25;
}

.project_card:hover .project_box_text p{
    color:#fff;
    display: block;
    transition: all 1s linear;
}

.project_box_text h3{
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
}

.project_card{
    margin-top: 36px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.ser_text h5{
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 14px;
    text-align: center;
}

.pro_img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


.box_no{
    position: absolute;
    content: "";
    z-index: 999999;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    font-size: 11px;
    align-items: center;
    border-top-left-radius: 10px;
    width: 32px;
    color: #fff;
    height: 31px;
    background-color: #005a84;
}


.services_cards {
    /* max-width: 300px; */
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 0 0 / 4%) 0px 30px 60px -30px;
    margin-top: 24px;
    border-radius: 10px;
    overflow: hidden;
}


.footer-social-link li {
    display: inline-block;
}

.footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    text-decoration: none !important;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: #fdfcfc;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
}

.con_cover{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-info h3 {
    font-size: 13px;
    color: #fdfcfc;
    margin-bottom: 0;
    line-height: 28px;
}

.contact-info {
    margin-left: 14px;
}

.contact-icon i{
    color: #ffffff !important;
    font-size: 20px;
}

.whitecolor i{
 color:#005a84;
}

.btn {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
  }
    .btn span {         
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      top: 0; left: 0;
      width: 100%;
      padding: 15px 20px;
      transition: 0.3s;
    }

    .btn.hover-border-10::before,
.btn.hover-border-10::after {
  left: 0%;
  height: 30%;
  width: 2px;
  transition: height 0.2s 0.35s ease-out;
}
.btn.hover-border-10::before {
  top: 50%;
}
.btn.hover-border-10::after {
  bottom: 50%;
}
.btn.hover-border-10:hover::before {
  height: 50%;
  transition: height 0.2s ease-in;   
}
.btn.hover-border-10:hover::after {
  height: 50%;
  transition: height 0.1s ease-in;   
}

.btn.hover-border-10 span::before,
.btn.hover-border-10 span::after {
  width: 0%; height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
}
.btn.hover-border-10 span::after {
  bottom: 0; left: 0%;
  border-bottom: 2px solid rgb(54, 56, 55);
  transition: width 0.25s ease-in, opacity 0s 0.35s;   
}
.btn.hover-border-10 span:hover::after {
  width: 100%;
  opacity: 1;
  transition: width 0.25s 0.2s ease-out, opacity 0s 0.2s;   
}
.btn.hover-border-10 span::before {
  top: 0%; left: 0%;
  border-top: 2px solid rgb(54, 56, 55);
  border-right: 2px solid rgb(54, 56, 55);
  transition: height 0.15s ease-in, width 0.2s 0.15s linear, opacity 0s 0.35s;   
}
.btn.hover-border-10 span:hover::before {
  width: 98.5%; height: 96%;
  opacity: 1;
  transition: width 0.2s 0.1s linear, height 0.15s 0.3s ease-out, opacity 0s 0.1s;   
}

  
@media screen and (max-width: 895px) {

.hero_image img{
    min-height: 450px;
    object-fit: cover;
}

.bn_text h2 {
    font-size: 30px;
    color: #161b3b;
}

.contact_roll {
    background-color: #c4e4ff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.top_c ul li:nth-child(2)
{
    display: none;
}

.main_header {
    padding: 11px 0px;
    background-color: #ffffff91;
    position: fixed;
    top: 28px;
    right: 3%;
    z-index: 999;
    width: 94%;
    margin: auto;
    border-radius: 21px;
}

.main_heading h2 {
    font-size: 35px;
    font-weight: 600;
    text-align: left;
}


.box_sr {
    margin-top:20px;
}

.m-list ul {
    display: none;
    margin: 0px;
    list-style-type: none;
    gap: 20px;
}
}


@media screen and (max-width: 695px) {
.main_heading h2 {
    font-size: 29px;
    font-weight: 600;
    text-align: left;
}

.pin_l {
    position: absolute;
    content: "";
    top: -21px;
    right: -21px;
    width: 29px;
    rotate: 44deg;
}
}