@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&family=Roboto:wght@300;400;500&family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: #0868d9;
    --highlight-color: #0868d9;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

#fixed_call_btn{
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    left: 15px;
}
.call_btn{
    display: block;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 20px;
}
.call_btn::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    background: #0054b7;
    left: 6px;
    bottom: -10px;
    border-radius: 10px;
    z-index: -9;
}
.call_btn i{
    padding-right: 10px;
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--primary-color);
    z-index: 999 !important;
}

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

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

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

.mobile_icon {
    transform: rotate(-30deg);
}

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

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

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

/* navbar  */

.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    z-index: 999 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

/* .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 {
    padding: 1px;
    height: 65px;
}

.navbar-brand {
    padding: 0px;
}

/* .navbar.scrolled {
    position: fixed;
    top: 0;
    padding-top: 0;
    background: rgba(0, 0, 00, 0.7);
} */

.navbar .navbar-nav>li>a {
    padding: 10px 15px;
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 500;
    margin: 15px 2.5px;
    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: var(--primary-color) !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: 400;
    color: var(--secondary-color) !important;
    background: var(--primary-color) !important;
    transition: all 0.3s ease;
}

/* .navbar-nav>li>a.scrolled:hover {
    color: var(--secondary-color) !important;
    transition: text-color 200ms linear;
    transition: all 0.5s;
    background: var(--primary-color) !important;
} */

/* .navbar-nav>li>a.scrolled {
    color: #ffffff !important;
    transition: text-color 200ms linear;
    transition: all 0.5s;
} */

/* end navbar  */


#fixed_icons {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
}

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

.fixed_icons li {
    display: block;
    padding: 11px 12px;
    color: var(--secondary-color);
    font-size: 17px;
    text-align: center;
}

.fixed_icons li a {
    display: block;
}

.whatsapp {
    background: #4ac959;
}

.phone {
    background: #34b7f1;
}

.facebook {
    background: #4267B2;
}

.youtube {
    background: #CD201F;
}

.twitter {
    background: #00acee;
}

.instagram {
    background: #d62976;
}


/* slider  */

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

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

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: #ffffff;
    opacity: 1;
}

.carousel-control {
    opacity: 0.9;
    width: 8%;
}

#main_slider {
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    width: 70%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_content{
    display: block;
}

.slider_h {
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 38px;
    padding: 12px 0 !important;
    text-shadow: 2px 1px #474747;
    line-height: inherit;
}

.color_b {
    color: var(--highlight-color) !important;
}

.slider_p {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 1px 1px #2e2e2e;
    letter-spacing: 0.35px;
    padding-top: 3px !important;
    padding-bottom: 10px !important;
}

.slider_btn {
    background: var(--highlight-color);
    padding: 12.5px 45px;
    font-size: 15px;
    letter-spacing: 0.35px;
    border: none;
    font-weight: 500;
    display: block;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
}

/* slider  */

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

.abt_sh {
    padding-bottom: 10px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0.3px;
    color: var(--highlight-color);
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;
}

.abt_p {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    line-height: 32px;
    font-weight: 400;
    padding-top: 10px !important;
}

.abt_btn {
    background: var(--highlight-color);
    border: none;
    padding: 10px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
}

#quatation_form {
    width: 100%;
    height: auto;
    border: 1px solid var(--p-color);
    background: var(--s_backgound-color);
    padding: 20px;
}

.quation_h {
    font-family: 'Montserrat', sans-serif;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 12px 20px !important;
    font-size: 22px;
    letter-spacing: 0.35px;
}

.q_form {
    padding: 8px;
    height: auto;
    margin-bottom: 12px;
    border: 1px solid var(--p-color);
    font-family: 'Poppins', sans-serif;
}

.q_radio {
    margin-bottom: 12px !important;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
}

.q_btn {
    background: var(--highlight-color);
    border: none;
    padding: 8px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: block;
}

#process {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: var(--primary-color);
}

.p_box {
    width: 100%;
    height: auto;
    padding: 25px 15px;
    padding-top: 10px !important;
    background: var(--secondary-color);
    border-radius: 10px;
    margin-top: 30px;
}

.p_box img {
    width: 150px;
    margin: auto;
}

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

.process_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

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

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

.ser_box {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}

#ser_b_img {
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.ser_box:hover #ser_b_img {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}

.ser_b_c {
    background: var(--secondary-color);
    padding: 15px 10px;
    position: relative;
}

.ser_sh {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    padding-top: 8px !important;
}

.ser_bc_btn {
    background: var(--highlight-color);
    border: none;
    padding: 9px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin: auto;
    border-radius: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.modal-body {
    padding: 0;
    z-index: 9999;
}

.close {
    font-size: 30px;
    color: var(--secondary-color);
    opacity: 1;
}

.modal {
    top: 10%;
}

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

.why_p {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    line-height: 32px;
    font-weight: 500;
    font-size: 20px;
    padding-top: 20px !important;
    color: var(--text-color);
}

.why_p span {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    text-align: center;
    background: var(--primary-color);
    display: inline-block;
    padding-top: 2px;
    position: relative;
    color: var(--secondary-color);
    margin-right: 12px;
}

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

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

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

#testi_img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    margin: auto;
    margin-top: 10px;
}

.review_h {
    padding-top: 12px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px;
    letter-spacing: 0.35px;
}

.review_h span {
    font-size: 15px !important;
    color: var(--highlight-color);
}

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

.review_box {
    margin-top: 40px;
    background: var(--secondary-color);
    /* box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.35); */
    padding: 15px 10px;
    border: 2px solid var(--highlight-color);
    border-radius: 10px;
}

#footer {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #444444;
    background: var(--primary-color);
}

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

.footer_sh {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 22px;
    letter-spacing: 0.35px;
}

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

.footer_li li {
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.65px;
    padding-top: 12px !important;
    color: var(--secondary-color);
    list-style: none;
}

.footer_li li i {
    font-size: 14px;
    padding-right: 8px;
}

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

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

#copyrights {
    width: 100%;
    height: auto;
    padding: 15px;
    background: var(--primary-color);
}

.copy_p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.35px;
    text-align: center;
    color: var(--secondary-color);
}

.marquee {
    font-family: 'Poppins', sans-serif;
    padding: 10px !important;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 400;
}

#marquee {
    padding: 0 !important;
    background: var(--highlight-color);
    margin: 0 !important;
    overflow: hidden;
}

.marquee_p {
    font-family: 'Poppins', sans-serif;
    padding: 10px !important;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 35s linear infinite;
    -webkit-animation: marquee 35s linear infinite;
    cursor: pointer;
    position: relative;
}

@keyframes marquee {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100vw);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100vw);
    }
}

.marquee_p:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.location_p{
    font-size: 18px;
    padding-top: 15px !important;
    color: var(--text-color);
    font-weight: 400;
}
.location_p i{
    padding-right: 6px;
    color: var(--highlight-color);
}
.location_p:hover{
    color: var(--highlight-color);
    cursor: pointer;
}


#contact_form {
    width: 100%;
    height: auto;
    padding: 45px 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}

#map {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}

.c_form {
    height: auto;
    padding: 13px 20px;
    border: 1px solid var(--primary-color);
    /* border-radius: 25px; */
    margin-bottom: 25px;
    font-size: 14px;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
}

::placeholder {
    color: #444444;
}

.contact_btn {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 30px;
    border-radius: 0;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.branch_box{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 10px 20px;
}
.branch_h{
    margin-top: 40px !important;
    font-family: 'Montserrat', sans-serif;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 12px 20px !important;
    font-size: 20px;
    letter-spacing: 0.65px;
}
.branch_sh{
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    letter-spacing: 0.35px;
    padding-top: 15px !important;
    font-size: 17px;
    font-weight: 600;
}
.branch_p{
    font-family: 'Poppins', sans-serif;
    padding: 6px !important;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

#get_a_quote{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: rgba(8, 104, 217, 0.65);
}
.gaq_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 28px;
    letter-spacing: 1px;
}
.gaq_p{
    font-family: 'Poppins', sans-serif;
    padding: 10px !important;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
}
.qaq_btn{
    padding: 12px 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    background: var(--highlight-color);
    border: none;
    font-size: 16px;
    letter-spacing: 0.35px;
    margin-top: 15px !important;
    float: right;
}


.testi_box {
    width: 100%;
    height: auto;
    padding: 25px;
    border: 1px solid var(--primary_color);
    text-align: center;
}

.testi_p {
    font-family: 'Montserrat';
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 28px;
}



.gtco-testimonials .owl-stage-outer {
    padding: 50px 0;
}

#t_img {
    margin: auto;
    width: 75px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 4px solid var(--secondary-color);
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 12px;
    width: 12px;
    display: block;
    background: transparent;
    border: 2px solid var(--highlight-color);
    border-radius: 50%;
    margin: 0 5px;
    margin-top: 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: var(--highlight-color);
    box-shadow: none;
    height: 15px;
    width: 15px;
}

.gtco-testimonials .card {
    background: transparent;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    margin: 0 20px;
    padding: 30px;
    border: none;
    background: var(--primary-color);
    border-radius: 10px;
}


.gtco-testimonials .card .card-img-top {
    border-radius: 50%;
    margin: 15px auto 0;
    width: 100px;
    border: 5px solid var(--secondary-color);
}

.gtco-testimonials .card h5 {
    color: var(--secondary-color) !important;
    font-size: 21px;
    letter-spacing: 0.65px;
    font-family: 'Montserrat', sans-serif;
    /* padding-top: 20px !important; */
    padding-bottom: 10px !important;
    font-weight: 600;
}

.gtco-testimonials .card p {

    color: var(--secondary-color);
    letter-spacing: 0.3px;
    line-height: 28px;
    font-family: 'poppins', sans-serif;
}

.gtco-testimonials .active {
    opacity: 1;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
    transition: all 0.3s;
    border-radius: 10px;
}


@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
    opacity: 1 !important;
}


.contact_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-bottom: 20px !important;
}
.c_box{
    margin-bottom: 40px;
    transition: all 0.3s ease-in;
}
.c_icon{
    width: 70px;
    height: 70px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 50%;
    text-align: center;
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}
.c_icon i{
    font-size: 26px;
    padding-top: 21px;
}
.c_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: var(--primary-color);
}
.c_p{
    letter-spacing: 0px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    padding-top: 5px !important;
    font-size: 15px;
    word-break: break-all;
}
.c_box:hover .c_icon{
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}


#estimation_booking{
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: var(--highlight-color);
}
.eb_num{
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    margin-top: 40px;
}
.eb_nh{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.65px;
}
.eb_num i{
    font-size: 24px;
    padding-right: 6px;
}
.eb_input{
    margin-top: 10px;
    padding: 10px;
    height: auto;
    font-family: 'poppins', sans-serif;
    color: #111111;
    letter-spacing: 0.35px;
}
.eb_input::placeholder{
    color: #111111;
}
.eb_btn{
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: var(--primary-color);
    color: var(--secondary-color);
}


#about_new{
    width: 100%;
    height: auto;
    padding: 60px 25px;
}
.about_nh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: 0.65px;
    padding-top: 30px !important;
}
.about_box{
    padding: 40px 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.about_box i{
    color: var(--primary-color);
    font-size: 32px;
}
.abt_bh{
    padding-top: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: inherit;
    color: var(--highlight-color);
}
.abt_bp{
    font-family: 'poppins', sans-serif;
    letter-spacing: -0.3px;
    line-height: 28px;
    padding-top: 10px !important;
    color: #666666;
}
.about_box:hover{
    background: var(--primary-color);
    transition: all 0.3s ease-in;
}
.about_box:hover i{
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.about_box:hover .abt_bh{
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.about_box:hover .abt_bp{
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

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

.abt_nh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: 0.65px;
    text-align: center;
    color: var(--primary-color);
}
.abt_np{
    font-family: 'poppins', sans-serif;
    letter-spacing: 0px;
    line-height: 28px;
    padding-top: 15px !important;
    color: #666666;
    text-align: center;
}
.abt_box{
    margin-top: 40px;
    text-align: center;
}
.abt_box i{
    width:55px;
    height: 55px;
    background: var(--primary-color);
    color: var(--secondary-color);
    text-align: center;
    font-size: 22px;
    padding-top: 15px;
}
.abt_b_nh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: inherit;
    padding-top: 10px !important;
    color: var(--primary-color);
}
.abt_b_np{
    font-family: 'poppins', sans-serif;
    letter-spacing: 0px;
    line-height: 28px;
    padding-top: 5px !important;
    color: #666666;
}

.ser_n_box{
    width: 100%;
    height: auto;
    padding: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: 40px;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
}
.ser_n_c{
    flex-basis: 40%;
}
.ser_n_i{
    flex-basis: 60%;
}
.ser_n_i img{
    margin-left: 10px;
}
.ser_nh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    font-size: 22px;
    letter-spacing: -0.35px;
    transition: all 0.3s ease-in;
    color: var(--primary-color);
}
.ser_np{
    font-family: 'poppins', sans-serif;
    letter-spacing: 0px;
    line-height: 28px;
    padding-top: 5px !important;
    color: #666666;
}
.ser_n_btn{
    border: none;
    background: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.35px;
    padding: 0 !important;
    margin-top: 8px;
}
.ser_n_btn i{
    transform: translateX(0px);
    transition: all 0.3s ease-in;
}
.ser_n_box:hover{
    transform: translateY(-10px);
    transition: all 0.3s ease-in;
}
.ser_n_box:hover .ser_nh{
    color: var(--highlight-color);
    transition: all 0.3s ease-in;
}
.ser_n_box:hover .ser_n_btn i{
    transform: translateX(5px);
    transition: all 0.3s ease-in;
}

#achievements{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--s_backgound-color);
}
.achi_box{
    margin-top: 40px;
    width: 100%;
    height: auto;
    text-align: center;
}
.achi_box i{
    width: 80px;
    height: 80px;
    background: var(--secondary-color);
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
    padding-top: 25px;
    color: var(--highlight-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .15);
}
.achi_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    font-size: 32px;
    padding-top: 15px !important;
    color: var(--primary-color);
}
.achi_p{
    font-family: 'poppins', sans-serif;
    letter-spacing: 0px;
    line-height: 28px;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
    padding-top: 5px !important;
}
.abpt-50{
    padding-top: 50px;
}

#why_choose_us{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-size: var(--secondary-color);
}
.why_us_box{
    width: 100%;
    height: auto;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 40px;
    padding: 25px;
}
.why_us_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    font-size: 22px;
    padding-top: 15px !important;
    color: var(--primary-color);
}
.why_us_p{
    font-family: 'poppins', sans-serif;
    letter-spacing: 0px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    padding-top: 5px !important;
}
.why_us_box i{
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
    padding-top: 15px;
    color: var(--primary-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .15);
}