*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Inter", serif;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 20px;
}
p{
    font-size: 15px;
}
:root{
    --primary-color:#333;
    --white-color:#ffffff;
    --accent-color:#0b5494;
    --red-color:#0b5494;
}
.spt{
    padding-top: 80px;
}
.spb{
    padding-bottom: 80px;
}
.top_header{
    background-color:var(--accent-color) ;
    padding: 8px 0px;
}
.top_left ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.top_left ul li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.top_left ul li a{
    color: var(--white-color);
    text-decoration: none;
}
.top_left ul li a i {
    background-color: var(--white-color);
    width: 30px;
    position: relative;
    display: inline-block;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: var(--accent-color);
}
.top_right ul{
    list-style: none;
    margin-bottom: 0px;
}
.top_right ul li{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    color: var(--white-color);
}
.top_right ul li a{
    color: var(--white-color);
    text-decoration: none;
}
.top_right ul li i{
    background-color: var(--accent-color);
    width: 30px;
    position: relative;
    display: inline-block;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: initial;
}
.navbar-brand img{
    width: 100px;
}
.navbar-nav li {
    padding: 0px 10px 0px 10px;
}
.dropdown-menu.show {
    /* display: block; */
    border: 0;
}
.dropdown-item {
    font-size: 14px;
    padding: 6px 0px;
    border-bottom: 1px #ddd dotted;
}
.accout_section .dropdown .dropdown-menu {
    padding: 10px 15px;
}
/* Ensure the dropdown menu is visible on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.5rem; 
}
/* .dropdown:hover .dropdown-menu {
    display: block;
} */
.header_section .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: flex-end;
}
.main_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav li a.nav-link {
    text-transform: uppercase;
    color: #0b5494;
    font-weight: 600;
}

.about_us{
    position: relative;
    padding: 80px 0px;
}
.about_img{
    position: relative;
    padding-left: 35px;
}
.about_img::before{
    content: "";
    bottom: 0;
    left: 0;
    width: 20px;
    height: 50%;
    background-color: var(--accent-color);
    position: absolute;
}
.about_heading {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 10px;
    margin-left: -50px;
    z-index: 99;
    position: relative;
    background: var(--accent-color);
}
.about_heading h1{
    font-size: 28px;
    font-weight: 800;
    color: var(--white-color);
}
.about_heading p{
    color: var(--white-color);
}
.about_img img{
    width: 100%;
}
.heading{
    position: relative;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
}
.heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    background:var(--accent-color);
    left: 0;
}
.service_slider .slick-slide, .service_sliders .slick-slide{
    margin: 0 15px;   /* left-right gap */
}

.service_slider .slick-list, .service_sliders .slick-list{
    margin: 0 -15px;  /* layout balance */
}

.slick-slider .element{
   
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
            margin:0px 10px;
  }
  .slick-slider .slick-disabled {
    opacity : 0; 
    pointer-events:none;
  }
.service_section{
    background: url(../image/bg-shape-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.service_slider_content {
    background-color: #fff6f6;
    text-align: center;
    margin: 0 auto;
    border: 1px #ddd solid;
    padding: 15px;
    position: relative;
    height: 185px !important;
}
.service_slider_content::after {
    content: "";
    transition: all 0.45s ease-in-out;
    position: absolute;
    background: var(--accent-color);
    width: 100%;
    bottom: 0;
    height: 0%;
    left: 0;
    z-index: 1;
}
.rr-btn-1 {
    background-color: var(--accent-color);
    color: var(--white-color);
    padding: 15px 40px;
    overflow: hidden;
    border-radius: 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.rr-btn-1::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #17726c;
    transition: 0.5s;
    z-index: -1;
}
.rr-btn-1:hover {
    color: var(--white-color);
}
.rr-btn-1:hover.rr-btn-1::before {
    width: 100%;
}
.service_btn .rr-btn-1{
     background-color: var(--white-color);
    color: var(--accent-color);
}
.service_btn .rr-btn-1:hover {
    color: var(--white-color);
}
.service_slider_content:hover {
    
    transition: all 0.45s ease-in-out;
}
.service_slider_content:hover::after {
    height: 100%;
    transition: all 0.45s ease-in-out;
}
.service_img {
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    margin: auto;
    border: 1px #ddd solid;
    padding: 5px;
    z-index: 9;
    position: relative;
}
.service_slider_content img{
width: 100%;
border-radius: 50%;

}
.service_slider_content h4 {
    font-size: 16px;
    margin-top: 15px;
    z-index: 9;
    position: relative;
}
.service_slider_content:hover h4{
    transition: all 0.45s ease-in-out;
    color: var(--white-color);
}
.service_slider_content a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.service_section_main{
    width: 100%;
    position: relative;
    background-color: var(--accent-color);
}
.service_section_main .heading{
    color: #fff;
}
.service_section_main .heading::after {
    background: var(--white-color);
}
.main_service_section{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 3px #fff solid;
}
.main_service_section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333a6;
}
.main_service_section img{
    width: 100%;
    border-radius: 15px;
    transition: all 0.45s ease-in-out;
}
.main_service_section:hover img {
    transition: all 0.45s ease-in-out;
    transform: scale(1.5);
}
.main_service_section h2 {
    position: absolute;
    bottom: 10px;
    font-size: 20px;
    left: 10px;
    font-weight: 700;
    color: var(--white-color);
    z-index: 99;
}
.panel_section{
    background: url(../image/bg-1.jpg) no-repeat center;
    position: relative;
    padding: 100px 0px 170px;
}
.panel_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(11 84 148 / 70%);
}
.panel_section_img .container {
    margin-top: -130px;
}
.panel_heading{
    z-index: 99;
    position: relative;
}
.panel_heading h2{
    color: var(--white-color);
    text-align: center;
}
.panel_inner {
    position: relative;
    border: 1px #ddd solid;
    text-align: center;
}
.panel_inner img{
    width: 100%;
}
.panel_img {
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    margin: -50px auto 0px auto;
    border: 1px #ddd solid;
    padding: 5px;
    z-index: 9;
    position: relative;
}
.panel_img  img{
    border-radius: 50%;
}
.panel_inner  h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px;
    text-transform: uppercase;
}
.panel_section_img {
    padding-bottom: 80px;
}
.footer_section{
    position: relative;
    padding: 80px 0px 30px;
    background-color: var(--accent-color);
}
.footer_menu h3{
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
}
.footer_menu ul{
    list-style: none;
    padding-left: 0px;
}
.footer_menu ul li{
    padding: 5px 0px;
}
.footer_menu ul li a{
    color: var(--white-color);
    text-decoration: none;
}
.footer_address h3{
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
}
.footer_address ul{
    list-style: none;
    padding-left: 0px;
}
.footer_address ul li {
    color: var(--white-color);
    padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
}
.footer_address ul li i {
    position: absolute;
    left: 0;
    width: 30px;
    background: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: var(--accent-color);
    text-align: center;
}
.footer_address ul li span{
    display: block;
}
.footer_address ul li a{
    color: var(--white-color);
    text-decoration: none;
}

.copy_right{
    padding: 30px 0px 0px;
    border-top: 1px solid rgba(151, 151, 151, 0.4);
}
.footer_logo img{
    width: 110px;
    margin-bottom: 20px;
}
.footer_logo ul{
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.footer_logo ul li{
    display: inline-block;
    color: var(--white-color);
}
.footer_logo ul li a{
    color: var(--white-color);
    text-decoration: none;
}
.footer_logo ul li i{
    background-color: var(--accent-color);
    width: 30px;
    position: relative;
    display: inline-block;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.footer_logo p{
    color: var(--white-color);
    font-size: 18px;
}
.copy_right_inner p{
    color: var(--white-color);
    margin-bottom: 0px;
}
.copy_right_inner p a{
    color:var(--accent-color);
    text-decoration: none;
}
.testimonials-slider-box{
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    border-bottom: 4px var(--accent-color) solid;
}
.testimonails_img{
    margin-bottom: 20px;
}
.testimonails_img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonails_content {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.testimonails_content_left h4 {
    font-size: 18px;
    margin-bottom: 2px;
}
.testimonails_content_left p {
    font-size: 12px;
    text-transform: uppercase;
}
.testimonails_content_review ul{
    list-style: none;
    padding-left: 0px;
}
.testimonails_content_review ul li {
    color: #FFDF00;
    display: inline-block;
}

.breadcrumb_section{
    background: url(../image/breadcurmb-1-1.jpg) no-repeat right;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}
.breadcrumb_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0b5494d1;
}
.breadcrumb_inner {
    text-align: center;
    z-index: 9;
    position: relative;
}
.breadcrumb_inner h2 {
    color: var(--white-color);
    display: inline-block;
    border-bottom: 1px #fff solid;
    text-transform: uppercase;
    font-weight: 700;
}
.vision_section{
    position: relative;
    width: 100%;
    background: url(../image/bg-shape-6.jpg) no-repeat center;
    background-size: cover;
}
.vision_section_inner {
    border: 1px #ddd solid;
    height: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}
.vision_section_inner img{
    width: 100%;
    border-radius: 20px;
}
.vision_section_inner h2{
    margin-top: 15px;
    font-size: 26px;
}
.services_section_page {
    background-color: rgb(211 229 239 / 47%);
    border-radius: 20px;
    padding: 25px 45px 45px 45px;
}
.services_section_page_inner {
    display: flex;
    width: 100%;
    grid-gap: 30px;
    align-items: center;
    border-bottom: 1px #0b549470 solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
.services_section_page_inner_left {
    width: 40%;
    position: relative;
    padding: 0px 0px 20px 20px;
}
.services_section_page_inner_left::before {
    content: "";
    background-color: var(--accent-color);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 60%;
}
.services_section_page_inner_left img {
    width: 100%;
    z-index: 9;
    position: relative;
}
.services_section_page_inner_right {
    width: 60%;
}
.services_section_page_inner_right h2 {
    font-size: 26px;
    font-weight: 700;
}
.services_section_page_inner_left1 {
    width: 40%;
    position: relative;
    padding: 0px 20px 20px 0px;
}
.services_section_page_inner_left1::before {
    content: "";
    background-color: var(--accent-color);
    position: absolute;
    right:0;
    bottom: 0;
    width: 50%;
    height: 60%;
}
.services_section_page_inner_left1 img {
    width: 100%;
    z-index: 9;
    position: relative;
}
.order-1 {
    order: initial !important;
}
.order-2 {
    order: initial !important;
}
.contact-section {
    position: relative;
    width: 100%;
    background: url(../image/cont-bg.png);
    background-size: cover;
    margin-top: 45px;

}
.contact-head {
    position: relative;
    margin-top: -40px;
    margin-bottom: 35px;
}
.contact-head h2{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    z-index: 99;
    position: relative;
    padding: 0px 30px 0px 30px;
}

.location-section{
    position: relative;
     padding-left: 0px;
    margin-bottom: 40px;
}
.location-section i {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #0b5494;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.location-section-inner {
    border-left: solid 1px #0b5494;
    margin: 0 0 0 14px;
    padding-left: 30px;
}
.location-section-inner h2{
    font-weight: 600;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.location-section-inner p{
    color: #000;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0px;
}
.location-section-inner p a{
    color:#000;
    text-decoration: none;
}
.contact-head::before {
    display: block;
    content: "";
    -ms-flex-positive: 1;
    border-top: 1px solid var(--accent-color);
    width: 100%;
    margin-top: 19px;
    position: absolute;
}
.form-section {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 22%);
    border-radius: 8px;
    border-top: 4px solid var(--accent-color);
    width: 70%;
    margin: 0 auto;
}
.form-section h4 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.form-section input, .form-section textarea {
    width: 100%;
    border: 1px #ddd solid;
    padding: 10px 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #000;
}
.form-section input::placeholder, .form-section textarea::placeholder{
    color: #333;
}
.submit_btn {
    width: auto !important;
    background-color: #0b5494 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
}
/* @media (max-width:1220px){
    .navbar-brand img {
        width: 100px;
    }
    .navbar-nav li {
        padding: 0px 5px 0px 6px;
    }
    .accout_section.d-flex {
        grid-gap: 8px;
    }
    .tabs_with_accordion_wrapper ul li a {
        padding: 0px 0px 0px 4px;
        font-size: 16px;
    }
    .promo_banner {
        padding: 85px 0px;
    }
} */

.chat_section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chat_section a {
    background: #0b5494;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    text-wrap-mode: nowrap;
    font-size: 14px;
}
.information_box img {
    width: 50px;
    margin-bottom: 10px;
}
.information_box h3 {
    font-size: 24px;
    text-transform: uppercase;
}
@media (max-width:992px){
    .nav-item.dropdown:hover .dropdown-menu {
        display: none;
        position: static;
        top: 100%;
        left: 0;
        margin-top: 0.5rem; 
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav li {
        border-bottom: 1px #ddd solid;
    }
    .navbar-nav .dropdown-menu {
        background-color: #f7f7f7;
    }
    .header_section .navbar-expand-lg .navbar-collapse {
        display: none !important;
        flex-basis: 100%;
        justify-content: flex-start;
    }
    .navbar-collapse.collapse.show {
        display: block !important;
        position: absolute;
        top: 85px;
        background: #fff;
        width: 100%;
        z-index: 9;
        left: 0;
    }
    .nav-item.dropdown .dropdown-menu.show {
        display: block;
    }
    .navbar-brand img {
        width: 88px;
    }
    .accout_section.d-flex {
        display: flex!important;
        grid-gap: 6px;
    }
    .accout_section  i {
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-size: 12px;
    }
    .top_left {
        text-align: center;
    }
   .top_left ul li {
    margin: 0px 10px 3px 0px;
    font-size: 13px;
}
.about_heading h1 {
    font-size: 25px;
}
    .top_right.text-end{
        text-align: center !important;
    }
    .top_right ul {
        padding-left: 0px;
    }
    .accout_section .dropdown{
        position: inherit;
    }
    .accout_section .dropdown .dropdown-menu {
        padding: 10px 15px;
        width: 100%;
        left: 0;
    }
    .usefull_links_footer{
        padding-top: 25px;
    }
   .usefull_links{
    padding:8px 0px;
   }
   .panel_inner  h3 {
    font-size: 14px;
}
    
}

@media (max-width:767px){
    h3 {
        font-size: 20px;
    }
    .newsletter_form input {
        width: 100%;
       margin-bottom: 15px;
    }
    .usefull_links h4 {
        font-size: 16px;
    }
    .pre-footer_inner p img {
        width: 30px;
    }
    .pre-footer_inner p {
        padding-left: 40px;
        font-size: 12px;
    }
    .newsletter_section h2 {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .copy_right_inner {
        text-align: center;
    }
    .copy_right_right.text-end{
        text-align: center !important;
    }
    .copy_right_right ul {
        padding-left: 0px;
        margin-top: 15px;
    }
    .copy_right_right ul li {
        margin: 0px 10px 0px 0px;
    }
    .category_tab {
        flex-direction: column-reverse;
    }
    .tabs_with_accordion_wrapper_content {
        width: 100%;
    }
    .tabs_with_accordion_wrapper {
        width: 100%;
    }
    .tabs_with_accordion_wrapper ul li {
        margin-bottom: 2px;
    }
    .tabs_with_accordion_wrapper ul li:nth-last-child(1) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .tabs_inner {
        border-radius: 10px;
    }
    .tabs_inner img {
        border-radius: 10px;
    }
    .tabs_inner_conetnt h3 {
        font-size: 22px;
    }
    .tabs_inner_conetnt {
        top: 20px;
        left: 15px;
    }
    .tabs_inner_conetnt p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .tabs_inner_conetnt .btn_theme {
        padding: 8px 32px;
    }
    .tabs_with_accordion_wrapper ul {
        display: inline-block;
        height: auto;
        width: 100%;
    }
    .tabs_with_accordion_wrapper ul li a {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        width: 100%;
        font-size: 16px;
        padding: 8px;
    }
    .breadcrumb_inner h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .about_us_content h2 {
        font-size: 24px;
        margin-top: 15px;
    }
    .dm-flip-card {
        margin-bottom: 25px;
    }
    .why_choose_us_heading_main h2 {
        font-size: 42px;
    }
    .why_choose_us_heading h2 {
        font-size: 26px;
    }
    .review_section {
        
        flex-wrap: wrap;
    }
    .breadcrumb_section {
    padding: 55px 0px;
}
.heading {
    padding-top: 20px;
}
.about_heading {
    margin-left: 0;
}
.vision_section  .col-12.col-sm-6.col-md-6.col-lg-6 {
    margin-bottom: 20px;
}
.about_us {
    padding: 50px 0px;
}
.spb {
    padding-bottom: 50px;
}
.spt {
    padding-top: 50px;
}
.services_section_page_inner {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
}
.services_section_page_inner_left {
    width: 100%;
}
.services_section_page_inner_left1 {
    width: 100%;
}
.services_section_page_inner_right {
    width: 100%;
    margin-top: 15px;
}
.services_section_page {
    padding: 5px 15px 15px 15px;
}
.services_section_page_inner_right h2 {
    font-size: 20px;
}
.order-1 {
    order: 1!important;
}
.order-2 {
    order: 2!important;
}
.form-section {
    width: 100%;
    padding: 10px;
}
.footer_address {
    padding-top: 25px;
    border-top: 1px #fff solid;
}
.panel_heading h2 {
    font-size: 26px;
}
.panel_section {
    padding: 50px 0px 170px;
}
.heading {
    font-size: 26px;
}
.service_slider_content h4 {
    font-size: 16px;
}
.service_slider_content {
    height: auto !important;
}
.about_heading h1 {
    font-size: 26px;
}
.top_left ul li {
    font-size: 10px;
}
.top_left ul li a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.information_box h3 {
    font-size: 15px;
}
.information_box p{
    font-size: 12px;
}
}

