@import url('https://fonts.googleapis.com/css2?family=Allison&family=Calistoga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary-color: #1693c1;
    --highlight-color: #d82221;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: "Allison", sans-serif;
    font-family: "Calistoga", serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
    text-align: justify;
}

.gap_top {
    padding-top: 80px;
}

.gap_bottom {
    padding-bottom: 80px;
}

.gap_top_40 {
    padding-top: 40px;
}

.fi_sh {
    display: flex;
    position: fixed;
    right: 0;
    top: 37.25%;
    background: var(--primary-color);
    color: var(--secondary-color);
    min-width: 42px;
    height: 40px;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999 !important;
}

.fi_show {
    display: block;
}

.fi_hide {
    display: none;
}

.i_hide {
    display: none !important;
    transition: all 0.3s ease-in;
}

.i_show {
    display: block !important;
    transition: all 0.3s ease-in;
}

#fixed_icons {
    position: fixed;
    right: 0;
    top: 42%;
    z-index: 99999;
}

.fixed_icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed_icons li {
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
    padding: 15px;
    text-align: center;
    color: var(--secondary-color);
    font-size: 15px;
    padding-top: 11px;
}

.fixed_icons li a span {
    padding: 12px 15px;
    position: absolute;
    transform: translateX(0%);
    width: auto;
    display: block;
    height: 42px;
    top: 0;
    white-space: nowrap;
    z-index: -9 !important;
    transition: all 0.3s ease-in;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0.35px;
    padding-top: 15px;
}

.fixed_icons li:hover>a span {
    opacity: 1;
    transform: translateX(-110%);
    transition: all 0.3s ease-in;
    display: block;
}


.appointment {
    background: var(--highlight-color);
}

.appointment span {
    background: var(--highlight-color);
}

.whatsapp {
    background: #4ac959;
}

.whatsapp span {
    background: #4ac959;
}

.phone {
    background: #34b7f1;
}

.phone span {
    background: #34b7f1;
}

.facebook {
    background: #4267B2;
}

.facebook span {
    background: #4267B2;
}

.youtube {
    background: #CD201F;
}

.youtube span {
    background: #CD201F;
}

.twitter {
    background: #00acee;
}

.twitter span {
    background: #00acee;
}

.instagram {
    background: #d62976;
}

.instagram span {
    background: #d62976;
}

#top_bar {
    width: 100%;
    height: auto;
    background: var(--primary-color);
}

.tb_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.15px;
    padding-top: 11px !important;
}

.top_social {
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 11px !important;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    transition: all 0.3s ease-in;
}

.top_social li:hover {
    transition: all 0.3s ease-in;
    color: var(--highlight-color);
}

.top_appointment_btn {
    padding: 15px 25px;
    border: none;
    border-radius: 0;
    background: var(--highlight-color);
    color: var(--secondary-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.mobile_number {
    display: none;
}

.mn_p {
    color: var(--secondary-color);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: 6px !important;
    letter-spacing: 0.35px;
    padding-bottom: 6px !important;
    text-align: center;
}

.d_n {
    display: none;
}

/* navbar  */

.desktop_logo {
    width: 100%;
    height: auto;
    padding: 10px 0;
    padding-bottom: 0;
}

.mobile_mail {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mm_box i {
    font-size: 28px;
}

.aab_ps {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.aab_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: inherit;
    color: var(--text-color);
}


#header {
    position: sticky;
    top: 0;
    z-index: 999 !important;
}

.navbar-header {
    display: none !important;
}

.navbar-brand {
    padding: 5px 0px;
}

.navbar {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
    padding-bottom: 10px !important;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    padding-top: 7px !important;
    font-size: 32px;
}

#logo {
    height: 60px;
}

.mobile_nav {
    background: var(--primary-color);
    border-radius: 50px;
    position: relative;
    margin-top: 10px;
}

.navbar .navbar-nav>li>a {
    padding: 12px 15px;
    color: var(--secondary-color) !important;
    font-size: 16px;
    letter-spacing: 0.35px;
    font-weight: 500;
    margin: 12px 15px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color) !important;
    background: none !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color) !important;
    background: none !important;
    transition: all 0.3s ease;
}

.dropdown-menu {
    padding: 0;
    /* width: 250px; */
    border: none !important;
    border-radius: 0;
}

.dropdown li a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    padding: 10px 20px !important;
    font-weight: initial;
    font-weight: 500;
    color: var(--text-color) !important;
    letter-spacing: 0px;
}

.dropdown li a:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    font-weight: initial;
    font-weight: 500;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none !important;
    color: var(--text-color) !important;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.goog-te-gadget {
    text-align: center;
}

.goog-te-combo {
    display: block !important;
    padding: 2.5px;
}

.translate_desktop {
    position: absolute;
    right: 40px;
    top: 9px;
}

/* end navbar  */



/* slider  */

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    width: 5% !important;
    opacity: 1;
}

.carousel-control i {
    color: var(--secondary-color);
    font-size: 33px;
    position: absolute;
    top: 45%;
}

.cc_left {
    right: 0 !important;
}

.cc_right {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: var(--secondary-color);
    opacity: 1;
}

/* slider  */


#about {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.abt_h_box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.abt_sh {
    font-family: "Allison", sans-serif;
    color: var(--highlight-color);
    font-size: 90px;
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    color: var(--primary-color);
}

.abt_sp {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.abt_ph {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: var(--highlight-color);
    font-size: 20px;
    font-weight: 400;
}

.abt_ph svg {
    width: 60px;
}

.abt_p {
    padding-top: 10px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 0.15px;
    line-height: 32px;
}

.abt_btn {
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
    background: var(--primary-color);
    letter-spacing: 0.35px;
    border: none;
    margin-top: 25px;
    transition: all 0.3s ease-in;
}

.abt_btn i {
    position: relative;
    left: 2px;
    top: 2px;
    transform: rotate(-45deg);
    font-size: 18px;
}

.abt_btn:hover {
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}

#count {
    margin: 40px 0;
    margin-bottom: 80px;
}

.count {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 30px;
    background: var(--primary-color);
}

.count_box {
    display: flex;
    align-items: center;
    padding: 15px 5px;
}

.cb_icon {
    width: 55px;
    height: 55px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cb_icon i {
    font-size: 26px;
}

.cb_text {
    padding-left: 8px;
}

.cbt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 24px;
}

.cbt_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
}

#trust_us {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

.heading {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
}

.wc_heading {
    font-family: 'Montserrat', sans-serif;
    /* text-align: left; */
    font-weight: 700;
    color: var(--primary-color);
    font-size: 28px;
    line-height: inherit;
}

.sub_heading {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-top: 15px !important;
    font-size: 18px;
    font-weight: 400;
}

.sub_heading_highlight {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--highlight-color);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.65px;
}

.tu_box {
    width: 100%;
    height: auto;
    padding: 20px 25px;
    border-radius: 50px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    transition: all 0.3s ease-in;
}

.tub_right {
    justify-content: flex-end;
    text-align: right;
}

.tub_left {
    justify-content: flex-end;
    flex-direction: row-reverse;
    text-align: left;
}

.tu_box i {
    min-width: 60px;
    min-height: 60px;
    background: var(--secondary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.tub_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 17px;
    line-height: 23px;
}

.mr_50 {
    transform: translateX(-50px);
}

.lr_50 {
    transform: translateX(50px);
}

#trust_us_img {
    border: 2.5px solid var(--primary-color);
    border-radius: 100%;
    padding: 30px 40px;
    max-width: 300px;
    margin: auto;
    margin-top: 18%;
}

.tu_box:hover {
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}

.tu_box:hover i {
    color: var(--highlight-color);
    transition: all 0.3s ease-in;
}

#services {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.service_box {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
    border-bottom-right-radius: 65px;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
}

.sb_content {
    padding: 25px 20px;
    padding-bottom: 30px;
}

.sbc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 26px;
    color: var(--text-color);
    transition: all 0.3s ease-in;
    font-size: 21px;
    letter-spacing: -0.15px;
}

.sbc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0px;
    padding-top: 8px !important;
}

.sbc_btn {
    color: var(--primary-color);
    background: transparent;
    padding: 10px 25px;
    border: 1px solid var(--primary-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
    border-radius: 5px;
    letter-spacing: 0.15px;
    transition: all 0.3s ease-in;
}

.sbc_btn:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.sbc_btn i {
    position: relative;
    top: 1.5px;
    font-weight: bolder;
}

.service_box:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in;
}

.service_box:hover .sbc_h {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

#why_choose {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

.wc_box {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.wcb_icon i {
    font-size: 36px;
    color: var(--highlight-color);
    position: relative;
    top: 10px;
    min-width: 38px;
}

.wcbc_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
}

.wcbc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    padding-top: 5px !important;
}

.wc_image_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.wcib_right img {
    margin-top: 15px;
}

.wcib_left img {
    margin-top: 15px;
}

#wc01 {
    border-top-left-radius: 60px;
}

#wc02 {
    border-top-right-radius: 60px;
}

#wc03 {
    border-bottom-left-radius: 60px;
}


#testimonials {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #fafafa;
}

.testimonials_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.tb_name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tbn_h {
    width: 42px;
    height: 42px;
    background: var(--primary-color);
    color: var(--secondary-color);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
}

.tbn_p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--highlight-color);
    letter-spacing: 0;
    font-size: 17px;
}

.tbc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

.tb_btn {
    margin-top: 15px;
    display: block;
    color: var(--highlight-color) !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px
}

.tb_btn i {
    font-size: 14px;
    position: relative;
    top: 1.5px;
}

#tb_img {
    padding-top: 10px;
}


#faqs {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

#faq_img {
    padding-top: 25%;
}

.panel-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--secondary-color);
}

.panel-default>.panel-heading {
    background: rgba(3, 78, 162, 0.8);
}

#faq .panel .panel-heading a .panel-title span {
    float: right;
    width: 50px;
}

#faq .panel .panel-heading a .panel-title span:after {
    content: "\2014";
    color: #1B5062;
    font-size: 20px;
    color: var(--secondary-color) !important;
}

#faq .panel .panel-heading a.collapsed .panel-title span:after {
    content: "+";
}

#faq .panel {
    margin-bottom: 10px !important;
}

#faq .panel-heading {
    padding: 16px 15px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 15px 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 29px;
    letter-spacing: 0px;
    color: var(--text-color);
}

#works {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.works_box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.wb_icon i {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 23px;
}

.wbc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: inherit;
    color: var(--text-color);
}

.wbc_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 2.5px !important;
    font-weight: 400;
    color: var(--p-color);
    font-size: 15px;
}

#gallery {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

#ip_img {
    margin-top: 40px;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: var(--secondary-color);
    border-radius: 5px;
}

.contact_box {
    margin-top: 40px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.ccb_icon i {
    width: 42px;
    height: 42px;
    background: var(--secondary-color);
    border-radius: 50px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--highlight-color);
    font-size: 18px;
}

.cbc_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.cbc_p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--p-color);
    font-weight: 400;
    padding-top: 5px !important;
    letter-spacing: 0.15px;
}


#contact {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.c_form {
    height: auto;
    padding: 12px;
    margin-top: 20px;
    border: 1px solid var(--primary-color);
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    width: 100%;
    line-height: normal;
    height: auto;
}

.c_form::placeholder {
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
}

.c_btn {
    padding: 15px 30px;
    margin-top: 20px;
    background: var(--primary-color);
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.c_btn i {
    position: relative;
    left: 2px;
    top: 2px;
    transform: rotate(-45deg);
    font-size: 18px;
}

.c_btn:hover {
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}


#footer {
    width: 100%;
    height: auto;
    padding: 60px 0;
    padding-top: 30px;
    /* background-color: var(--primary-color); */
    background-image: url(../../images/footer_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_box {
    margin-top: 30px;
    padding: 0 10px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
}

.footer_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.15px;
    color: var(--secondary-color);
}

.footer_p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.05px;
    padding-top: 10px !important;
}

.footer_li {
    padding: 0;
    margin: 0;
}

.footer_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    padding-top: 15px;
    line-height: 25px;
    font-weight: 500;
}

.footer_contact {
    padding: 0;
    margin: 0;
    margin-top: 15px !important;
}

.footer_contact li {
    list-style: none;
    display: flex;
    padding-bottom: 20px;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 30px;
    align-items: center;
    color: var(--secondary-color);
    font-weight: 400;
}

.footer_contact li:nth-child(3) {
    word-wrap: anywhere;
}

.footer_contact li i {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background: var(--highlight-color);
    border-radius: 50%;
    text-align: center;
    color: var(--secondary-color);
    font-size: 17px;
    position: relative;
    padding-top: 12px;
}

.f_br_none {
    border-right: none;
}

.copy_p {
    width: 100%;
    height: auto;
    padding: 12px !important;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    margin-top: 25px !important;
    font-weight: 400;
}

#footer_logo {
    padding: 10px;
    background-color: var(--secondary-color);
}


#bredcum {
    width: 100%;
    height: auto;
    padding: 125px 0;
    background: url(../../images/bredcum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top, center;
}

.bredcum_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15px;
    color: var(--secondary-color);
}

.cd_box {
    width: 100%;
    height: auto;
    padding: 50px 30px;
    background: var(--primary-color);
    margin-bottom: 40px;
    min-height: 220px;
    border-radius: 0px 60px;
    box-shadow: -10px 10px 10px 0px rgba(3, 78, 162, 0.1);
    position: relative;
}

.cdb_icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -20px;
    background: var(--highlight-color);
    width: 50px;
    top: 80px;
    height: 50px;
    border-radius: 50px;
}

.cdb_icon i {
    color: var(--secondary-color);
    font-size: 22px;
}

.cdbt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.15px;
    color: var(--secondary-color);
}

.cdbt_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    padding-top: 15px !important;
    letter-spacing: 0.15px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 5px !important;
}

#inner_pages_secondary {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

#inner_pages_s_secondary {
    width: 100%;
    height: auto;
    background: rgba(22, 147, 193, 0.1);
}

.pt-40 {
    padding-top: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mvv_box {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--primary-color);
    margin-top: 40px;
    text-align: center;
    min-height: 325px;
}

.mvv_box i {
    font-size: 33px;
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.mvvb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15px;
    margin-top: 20px !important;
    color: var(--secondary-color);
}

.mvvb_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    padding-top: 15px !important;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 28px;
}

.heading_shape {
    text-align: center;
    width: 600px;
    height: auto;
    background: var(--highlight-color);
    margin: auto;
    position: relative;
    padding: 22px 0;
}

.heading_shape::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 75px solid var(--primary-color);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid var(--primary-color);
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    transform: rotate(180deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.s_heading {
    position: relative;
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-family: "Calistoga", serif;
    text-align: center;
    line-height: inherit;
    color: var(--secondary-color);
    letter-spacing: 0.65px;
    font-size: 25px;
}

#main_footer {
    width: 100%;
    height: auto;
    position: relative;
}

.footer_main_box {
    width: 100%;
    height: auto;
    padding: 40px 40px;
    background: var(--primary-color);
    border-radius: 20px;
}

.footer_qr {
    padding: 15px;
    background: var(--secondary-color);
    border-radius: 10px;
    margin-top: 20px;
}

.qr_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 16px;
    padding-top: 12px !important;
    text-align: center;
}

.footer_btn {
    background: var(--highlight-color);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
}

.footer_contact_d {
    display: flex;
    padding-top: 15px;
    gap: 15px;
}

.footer_contact_d i {
    color: var(--secondary-color);
    font-size: 20px;
    position: relative;
    top: 5px;
}

.fcd_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 16px;
}

.footer_contact_social {
    padding: 0;
    margin: 0;
}

.footer_contact_social li {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    margin-top: 15px;
    margin-right: 10px;
}

.line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 20px 0;
}

.footer_links {
    padding: 0;
    margin: 0;
}

.footer_links li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
}

.copyrights {
    width: 100%;
    height: auto;
    padding: 20px 0;
    padding-top: 110px;
    background: var(--s_backgound-color);
    position: relative;
    margin-top: -80px;
    z-index: -1;
}

#certificates {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.service_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: inherit;
    color: var(--highlight-color);
}

.service_sh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    color: var(--primary-color);
    padding-top: 15px !important;
    font-size: 20px;
}

.service_p {
    padding-top: 5px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 0px;
    line-height: 30px;
}

.services_li {
    padding: 0;
    margin: 0;
}

.services_li li {
    margin-left: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 32px;
}

.t_i{
    font-size: 18px;
    line-height: 28px;
}

.abt_img{
    position: relative; 
}
.abt_img::before{
    content: "";
    position: absolute;
    width: 55%;
    height: 225px;
    top: 0;
    right: 0px;
    background: var(--primary-color);
    transition: all 0.5s ease-in;
}
.abt_img::after{
    content: "";
    position: absolute;
    width: 55%;
    height: 225px;
    bottom: 0;
    left: 0px;
    background: var(--highlight-color);
    transition: all 0.5s ease-in;
}
.abt_img img{
    position: relative;
    z-index: 999;
    width: 90%;
    margin: auto;
    transition: all 0.5s ease-in;
}
.abt_img:hover::after{
    bottom: 20%;
    transition: all 0.5s ease-in;
}
.abt_img:hover::before{
    top: 20%;
    transition: all 0.5s ease-in;
}