@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Nunito+Sans:wght@300;400;600&family=Playfair+Display:wght@600;700;800;900&family=Poppins:wght@300;400;500&display=swap');

:root {
    --primary-color: #ffff01;
    --highlight-color: #2c3a77;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
}

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


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

.top__left_li {
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.top__left_li li {
    display: inline-block;
    color: var(--secondary-color);
    letter-spacing: 0.5px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.t_icon {
    font-size: 16px;
}

/* .social_li {
    padding: 0;
    float: right;
}

.social_li li {
    display: inline-block;
    color: var(--secondary-color);
    letter-spacing: 0.5px;
    padding-right: 20px;
    font-size: 16px;
} */

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

.nav_top {
    top: 0 !important;
    transition: all 1s;
}

.navbar {
    margin: 0 !important;
    border: none;
    border-radius: 0;
    width: 100%;
    background: #ffffff;
    margin: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    color: #2e2e2e !important;
}

#logo {
    width: 400px;
    padding-top: 10px;
}

.navbar .navbar-nav>li>a {
    padding: 15px 7px !important;
    color: var(--text_color_1) !important;
    font-size: 15px;
    font-weight: 500 !important;
    margin: 15px 7px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
}

.navbar .navbar-nav>li>a:hover {
    transition: all 0.5s;
    color: var(--highlight-color) !important;
    /* border-bottom: 2px solid var(--primary_color); */
}

.nav_background {
    background: #ffffff !important;
    margin: 0 !important;
    transition: all 0.5s;
}

.nav_color {
    color: #000000 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: var(--highlight-color) !important;
    /* border-bottom: 2px solid var(--primary-color); */
}

.dropdown li a {
    font-size: 15px !important;
    padding: 0px 30px;
    line-height: 40px;
    color: ver(--text_color);
}

.dropdown li a:hover {
    color: #0099cb;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active {
    color: #0099cb;
    background: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-default .navbar-nav>.open>a {
    background: none !important;
    color: #ffffff;
}


/* 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: var(--secondary-color);
    opacity: 1;
}

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

#main_slider {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.2); */
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    text-align: center;
}

#box {
    position: relative;
    transition: all 1s;
    transform: scale(1);
    text-align: center;
    margin: auto;
}

@-webkit-keyframes s_heading {
    0% {
        transform: translatey(150px);
        opacity: 0;
    }

    50% {
        transform: translatey(150px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

.slider_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.5px;
    transform: translatey(0px);
    animation-name: s_heading;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    transition: all 1s;
    color: #ffffff;
}

.s_p {
    color: var(--secondary-color);
    font-family: 'poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.3px;
    width: 60%;
    text-align: center;
    margin: auto !important;
    padding: 15px 0 !important;
    transform: translatey(0px);
    animation-name: s_heading;
    animation-iteration-count: 1;
    animation-duration: 1.8s;
    transition: all 1s;
}

.color_b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--highlight-color);
}

.slider_btn {
    background: none;
    font-family: 'poppins', sans-serif;
    border: 2px solid transparent;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: var(--highlight-color);
    font-weight: 400;
    margin-top: 5px !important;
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
    transform: translatey(0px);
    animation-name: s_heading;
    animation-iteration-count: 1;
    animation-duration: 2s;
    transition: all 1s;
}

.c_w {
    color: #ffffff !important;
}

/* slider  */


#ser_box {
    width: 100%;
    height: 340px;
    padding: 45px 20px;
    box-shadow: 0 10px 20px 0 rgba(44, 58, 119, 0.2);
    background: var(--secondary-color);
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

#ser_box:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    background: var(--highlight-color);
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

#ser_box:hover:before {
    width: 100%;
    transition: all 0.3s ease;
}

#ser_icon {
    width: 90px;
    margin: auto;
}

.ser_sh {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    padding: 12px 0 !important;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 18px;
    line-height: 30px;
    color: var(--highlight-color);
}

.ser_p {
    font-family: 'poppins', sans-serif;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #696969;
    font-size: 15px;
}


.top_section_box {
    width: 100%;
    height: auto;
    padding: 50px 15px;
    background: var(--secondary-color);
    border: 1.5px solid #a0a0a0;
    padding-top: 85px;
    transition: all 0.3s ease;
}

#top_img {
    right: 25px;
    top: 25px;
    width: 90px;
    height: 90px;
    position: absolute;
    background: rgba(254, 0, 21, 0.35);
    border-radius: 10px;
    padding: 5px;
    transition: all 0.3s ease;
}

.top_section_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    padding-top: 15px !important;
    transition: all 0.3s ease;
    font-weight: 600;
}

.top_section_p {
    font-family: 'poppins', sans-serif;
    padding-top: 15px !important;
    font-weight: 400;
    color: var(--p-color);
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

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

.top_section_box:hover>.top_section_h {
    color: var(--p-color);
    transition: all 0.3s ease;
}

.top_section_box:hover>.top_section_p {
    color: var(--p-color);
    transition: all 0.3s ease;
}

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

.abt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 36px;
    color: var(--highlight-color);
}

.abt_dh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-top: 15px !important;
    letter-spacing: 0.65px;
}

.abt_dp {
    font-family: 'poppins', sans-serif;
    color: var(--p-color);
    font-size: 20px;
    font-weight: 500;
    padding-top: 2.5px !important;
    letter-spacing: 0.5px;
}

.abt_p {
    font-family: 'poppins', sans-serif;
    padding-top: 12px !important;
    color: var(--p-color);
    line-height: 33px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

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

.ser_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 36px;
    text-align: center;
    color: var(--highlight-color);
}

#services_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    background: var(--secondary-color);
}

.services_content {
    padding: 25px 25px;
}

.services_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 22px;
    line-height: 30px;
    color: var(--highlight-color);
}

.services_p {
    font-family: 'poppins', sans-serif;
    padding-top: 5px !important;
    color: var(--p-color);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}

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


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

.contact_h {
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 28px;
}

.contact_li {
    margin: 0;
    padding: 0;
    margin-top: 10px !important;
    color: var(--highlight-color);
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.social_li {
    margin: 0;
    padding: 0;
    margin-top: 10px !important;
}

.social_h {
    color: var(--highlight-color);
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.social_li li {
    line-height: inherit;
    display: inline-block;
    transition: all 0.3s ease-in;
    margin-right: 15px;
    margin-top: 12px;
}
.facebook{
    width: 40px;
    height: 40px;
    background: #3b5998;
    border-radius: 50px;
    font-size: 20px;
    color: var(--secondary-color);
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.instagram{
    width: 40px;
    height: 40px;
    background: #dd2a7b;
    border-radius: 50px;
    font-size: 20px;
    color: var(--secondary-color);
    text-align: center;
    position: relative;
    padding-top: 10px;
}


.contact_li li {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    list-style: none;
    line-height: 30px;
    padding-top: 5px;
    font-family: 'Poppins', sans-serif;
}

#contact_form {
    margin-top: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%) !important;
    padding: 35px 25px;
    background: #ffffff;
}

.form_input {
    padding: 23px 20px !important;
    border: 1px solid var(--text-color);
    border-radius: 0;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    letter-spacing: 0.5px;
}

::placeholder {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color) !important;
    letter-spacing: 0.5px;
}

.contact_btn {
    background: var(--highlight-color);
    border: none;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 35px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

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

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


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

.rte_h {
    text-align: center;
    padding-top: 20% !important;
    color: #000000;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
}

.rte_btn {
    background: none;
    border: none;
    color: var(--highlight-color);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px !important;
    font-weight: 600;
    margin: auto;
    letter-spacing: 0.6px;
}

.rte_btn i {
    font-size: 19px;
    padding-left: 5px;
}

#v_img {
    margin: auto;
}

#tq {
    margin: 50px auto;
}

.abt_btn {
    padding: 10px 25px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    margin-top: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

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

.bredcum_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
}

#class_box {
    width: 100%;
    height: auto;
    padding: 0 15px;
    box-shadow: 0 0px 20px 0 rgba(44, 58, 119, 0.15);
    margin-top: 50px;
}

.age_b {
    border: 1px solid var(--highlight-color);
}

.age_b {
    padding: 12px !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    line-height: 32px;
    font-weight: 400;
    font-size: 17px;
}

.age_b strong {
    color: var(--highlight-color);
}

.br-n {
    border-right: none !important;
}

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

.abt_li li {
    font-family: 'poppins', sans-serif;
    color: var(--p-color);
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-left: 25px;
}

.abt_p strong {
    color: var(--text-color);
}


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

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

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

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

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

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

.gtco-testimonials .card {
    background: #ffffff;
    margin: 0 20px;
    padding: 20px;
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .07);
    text-align: left;
}

#testimonials_img {
    width: 75px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 50px;
}

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

.card-text {
    padding-top: 10px !important;
}

.t_d {
    color: var(--highlight-color) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 34px;
    padding-top: 5px !important;
    font-weight: 700 !important;
}

.gtco-testimonials .card h5 {
    color: #333333;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
    padding-top: 15px !important;
    font-weight: 700;
}

.gtco-testimonials .card p {
    font-family: 'Raleway', sans-serif;
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 26px;
    font-weight: 500;
    font-weight: 400;
}

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

.gtco-testimonials .center {
    opacity: 1 !important;
    /* background: rgba(255, 255, 255, 0.85); */
    transition: all 0.3s;
    border-radius: 10px;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
    color: #333333;
}

.gtco-testimonials .center h5 span {
    color: var(--secondary-color);
}

.gtco-testimonials .center p {
    color: var(--text-color);
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

@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;
}

#slide_image {
    position: absolute;
    width: 350px;
    right: 5%;
    bottom: 10%;
}

#map {
    margin-top: 30px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%) !important;
}

#slide_image_1 {
    display: none;
}