@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: #307ADD;
    --highlight-color: #ef4e5c;
    --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: 50px;
    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: var(--highlight-color);
    left: 6px;
    bottom: -6px;
    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(--secondary-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

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

.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);
    height: 100px;
}

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

#logo {
    padding: 1px;
}

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

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

.navbar .navbar-nav>li>a {
    padding: 12px 19px;
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 500;
    border-radius: 50px;
    margin: 18px 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: 500;
    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.5);
    border-left: 8px solid var(--highlight-color);
    position: absolute;
    width: 55%;
    bottom: 40%;
    left: 12%;
    padding: 20px 30px;
}

.slider_h {
    color: #ffffff;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    padding-top: 0 !important;
    padding-bottom: 12px !important;
    text-shadow: 2px 1px #474747;
    text-align: left;
    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;
    text-align: left;
    padding-top: 3px !important;
    padding-bottom: 10px !important;
}

.slider_btn {
    background: var(--highlight-color);
    padding: 10px 30px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border: none;
    display: block;
}

/* slider  */

#about {
    width: 100%;
    height: auto;
    padding: 90px 0;
}
#contact {
    width: 100%;
    height: auto;
    padding: 90px 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;
    line-height: inherit;
}

.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: 13px 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: 10px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    color: var(--secondary-color);
}

#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: 90px 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: 45px;
    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: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin: auto;
    border-radius: 50px;
    margin-top: 20px;
    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: 18px;
    padding-top: 15px !important;
    color: var(--text-color);
}

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

#gallery {
    width: 100%;
    height: auto;
    padding: 90px 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;
}

.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(--text-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: 20px;
    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;
    display: inline-flex;
}

.location_p i {
    padding-right: 8px;
    padding-top: 5px;
}

.location_p:hover {
    color: var(--primary-color);
    cursor: pointer;
}


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

#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(--primary-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;
}

.abt_li {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 5px !important;
    line-height: 28px;
}

.abt_li li {
    font-family: 'Poppins', sans-serif;
    padding-top: 10px !important;
    font-weight: 400;
    margin-left: 18px;
}

.footer_m_p{
    padding: 15px 0 !important;
    color: #ffffff;
}