@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500|Rubik:500, 600");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

:root {
    --btn-color-1: #b82416;
    --dropdown-menu-hover-bg: #b82416;
    --page-bg-color-1: #f8f9fa;
    --font-family-body: "Roboto", sans-serif;
    --font-family-head: "Rubik", sans-serif;
}

body {
    line-height: 25px;
    font-size: 16px;
    font-family: var(--font-family-body);
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-head);
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.pos-relative {
    position: relative;
}

.top-padding {
    padding-top: 100px;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.section-gap {
    /* padding: 130px 0; */
    padding: 80px 0;
}

.section-gap-top {
    /* padding-top: 130px; */
    padding-top: 80px;
}

@media only screen and (max-width: 991px) {
    .section-gap {
        padding: 70px 0;
    }
    
    .section-gap-top {
        padding-top: 70px;
    }
}

.header_area {
    position: absolute;
    width: 100%;
    z-index: 99;
}

#search_input_box {
    background: #fdc632;
    text-align: center;
    padding: 5px 20px;
}

#search_input_box .form-control {
    padding-left: 0;
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}

#search_input_box input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}


#search_input_box #close_search {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
}

#search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-close:before {
    content: "\e646";
}

.search_ic::before {
    content: "\e610";
}

.logo-container {
    min-width: 100px;
    max-width: 100px;
    height: auto;
    transition: all 0.6s ease-in-out;
}

.logo-container img {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.header_area .navbar .nav .nav-item {
    margin-right: 40px;
}

.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link{
    color: var(--btn-color-1);
}

.header_area .navbar .nav .nav-item .nav-link {
    font: 500 14px/80px "Rubik", sans-serif;
    text-transform: capitalize;
    color: #fff;
    padding: 0px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .header_area .navbar {
        background: #868686;
    }
}

.header_area .navbar {
    transition: all 0.3s;
}


.header_area .navbar.sticky-headbg {
    background: #002347;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    height: 92px;
}
.header_area .navbar.sticky-headbg .logo-container {
    width: 80px;
    transition: all 0.3s ease-in, 0.3s ease-out;
}

.header_area .sticky-headbg .nav .nav-item .nav-link {
    color: #fff;
    transition: all 0.3s;
}

.header_area .navbar .nav .nav-item.dropdown ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

.header_area .navbar .nav .nav-item.dropdown .dropdown-item {
    font: 500 14px/80px "Rubik", sans-serif;
    text-transform: capitalize;
    color: #fff;
    padding: 0px;
    display: inline-block;
}

.header_area .navbar .nav .nav-item.dropdown ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
}


.header_area .navbar .nav .nav-item.dropdown ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.dropdown:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item.dropdown .nav-item:last-child {
    border-bottom: none;
}


.header_area .navbar .nav .nav-item.dropdown ul .nav-item .dropdown-item {
    line-height: 45px;
    color: #002347;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

.header_area .navbar .nav .nav-item.dropdown ul .nav-item:hover .dropdown-item {
    background: var(--dropdown-menu-hover-bg);
    color: #fff;
}

.banner-area {
    position: relative;
    background: url('/images/banner.jpg') no-repeat center center;
    background-size: cover;
    z-index: 1;
    min-height: 280px;
    padding-top: 0px !important;
}

.banner-area .banner-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 280px;
    z-index: 1;
}

.banner-area .banner-inner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 35, 71, 0.8);
}

.banner-area .banner-inner .overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.banner-area .banner-inner .banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.banner-area .banner-inner .banner-content h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 0px;
    margin-top: 15%;
}

.banner-area .banner-inner .banner-content .link_name {
    display: inline-block;
    padding: 7px 20px;
}

.banner-area .banner-inner .banner-content .link_name a {
    font-size: 15px;
    color: #fff;
    font-family: var(--font-family-body);
    margin-right: 20px;
    position: relative;
    text-transform: capitalize;
}

.banner-area .banner-inner .banner-content .link_name a:before {
    content: "/";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-area .banner-inner .banner-content .link_name a:last-child {
    margin-right: 0px;
}

.banner-area .banner-inner .banner-content .link_name a:last-child::before {
    content: "";
}

.section-bg {
    background: #002347;
}

.section-bg .main_title {
    color: #fff;
}


.home_banner_area {
    max-width: 100%;
    min-height: 536px;
}

.home_banner_area img {
    width: 100%;
}

.home-contact-banner-section {
    position: relative;
}

.home-contact-banner-section .contact-box {
    position: absolute;
    right: 0;
    display: flex;
    column-gap: 14px;
    align-items: center;
    padding: 20px 0;
    background-color: #f9f9ff;
    border-radius: 50px 0 0 50px;
    width: 40%;
}   

.home-contact-banner-section .contact-icon {
    padding-left: 20px;
}

.home-contact-banner-section .contact-msg p {
    color: #222222;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 20px;
}

.contact-time-sec .row {
    background: #f9f9ff;
}

.contact-time-sec .time-schedule {
    padding: 20px 0;
}

.contact-time-sec .contact-box {
    display: flex;
    column-gap: 14px;
    align-items: center;
    padding: 20px 0;
    background-color: #f9f9ff;
    border-radius: 50px 0 0 50px;
}

.contact-time-sec .contact-msg p {
    color: #222222;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 20px;
}

.contact-time-sec .time-schedule .time-table {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    text-align: center;
    background: #fff;
    box-shadow: 3px 3px 2px rgba(0, 35, 71, 0.1);
}

.contact-time-sec .time-table .daytime-box {
    border-right: none;
}

.contact-time-sec .time-schedule h4{
    color: #222222;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}


.home-welcome-section {
    padding-bottom: 100px;
}

.title-bottom-margin {
    margin-bottom: 80px;
}

.welcome_message {
    text-align: justify;
}

.single-course {
    margin-bottom: 24px;
    transition: all 0.3s ease 0s;
}

.single-course .course-head {
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.single-course .course-head img {
    transition: all 0.3s ease 0s;
}

.single-course:hover {
    box-shadow: 5px 5px 10px rgba(0, 35, 71, 0.1);
}

.single-course:hover .course-head img {
    transform: scale(1.1);
}

.single-course .course-content {
    position: relative;
    background: #f9f9ff;
    padding: 30px 26px;
}

.single-course .course-content .course-title {
    text-transform: capitalize;
}

.single-course .course-content .course-title .short-form {
    text-transform: uppercase;
}

.single-course .course-btn {
    margin-top: 20px;
    background: #002347;
    color: #fff;
    font-size: 13px;
    padding: 8px 21px;
    text-transform: uppercase;
}

.single-course .course-btn:hover {
    background: transparent;
    color: var(--btn-color-1);
    border: 1px solid var(--btn-color-1);
}

.single-course:hover .course-content {
    background: #fff;
}

.home-gallery-section .image-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-gallery-section .image-container {
        grid-template-columns: auto auto auto;
        gap: 10px;
    }

}

.single-img {
    position: relative;
}

.single-img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}

.single-img:hover:after {
    opacity: 1;
    visibility: visible;
}
.single-img .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.single-img .photo-text-more svg, .single-img .photo-text-more i {
    color: white;
    font-size: 16px;
}

.single-img:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.home-gallery-section .image-container .single-img-box {
    overflow: hidden;
}

.home-gallery-section .image-container .single-img-box img {
    transition: all 0.3s;
}

.home-gallery-section .image-container .single-img-box img:hover {
    transform: scale(1.1);
}

.home-blog-section {
    background: #fafafa;
}

.home-blog-section .blog-entry {
    margin-bottom: 30px;
}

.home-blog-section .blog-entry .blog-img {
    display: flex;
    align-items: end;
    height: 275px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-blog-section .blog-entry .blog-img .meta-date {
    display: inline-block;
    background: #5d50c6;
}

.blog-entry .meta-date span {
    display: block;
    color: #fff;
}

.blog-entry .meta-date .day {
    font-size: 20px;
    font-weight: 700;
}

.blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
    font-size: 14px;
}

.home-blog-section .blog-entry .blog-content {
    position: relative;
    background: #fff;
    border-top: 0;
    border-radius: 2px;
    padding: 1.5rem;
    min-height: 266px;
    max-height: 266px;
}

.blog-entry .readmore-btn {
    margin-top: 20px;
    background: #002347;
    color: #fff;
    font-size: 13px;
    padding: 8px 21px;
    text-transform: uppercase;
}

.blog-entry .readmore-btn:hover {
    border: 1px solid #002347;
    background: transparent;
    color: #002347;
}


/* ========== Footer CSS Start ========== */

.footer-area {
    background: #002347;
}

.footer-area .footer-widget .widget-heading {
    color: #fff;
    margin-bottom: 35px;
    font-size: 18px;
}

.footer-area .footer-widget .widget-content-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-area .footer-widget ul {
    padding-left: 0;
}

.footer-area .footer-widget ul li {
    margin-bottom: 15px;
    list-style: none;
}

.footer-area .footer-widget {
    color: #7b838a;
}

.footer-area .footer-widget .form-wrap {
    margin-top: 25px;
}

.footer-area .footer-widget input {
    height: 40px;
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #334f6c;
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    padding-left: 20px;
}

.footer-area .footer-widget .click-btn {
    background: var(--btn-color-1);
    background-size: 200% auto;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    margin-left: -60px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font-family-head);
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-area .footer-widget input:focus {
    outline: none;
    box-shadow: none;
}

.footer-area .copyright-text {
    color: #fff;
}

/* ========== Footer CSS End ========== */

@media only screen and (max-width: 767px) {
    .img-fluid {
        width: 100%;
    }

    .home-gallery-section .image-container {
        grid-template-columns: auto auto;
    }

    .footer-area .footer-widget {
        text-align: center;
    }

    .footer-area .footer-widget .widget-heading {
        margin-bottom: 20px;
        margin-top: 60px;
    }
}

/* ========= About Us Page CSS Start ========= */

.about-us-img {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.opages .welcome_title h2{
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.about-section p, .about-section span {
    font-size: 14px;
    color: #212529;
    /* font-family: ; */
}

.about-section span {
    display: inline-block;
    width: 59%;
}

.about-section .our-policy {
    display: inline-block;
    padding: 70px 60px;
    max-width: 360px;
    background: #002347;
    position: absolute;
    right: 70px;
    bottom: 20px;
    color: #fff;
}

.our-policy .policy-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.our-policy .policy-content {
    color: #fff;
    font-size: 16px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-section .our-policy {
        position: static;
        padding: 15px;
        max-width: 100%;
    }

    .our-policy .policy-title, .vission-sec h4 {
        font-size: 20px;
    }

    .our-policy .policy-content, .vision-sec h4 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about-section .our-policy {
        padding: 25px;
        max-width: 300px;
        position: absolute;
        right: 45px;
        bottom: 20px;
    }

    .our-policy .policy-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .our-policy .policy-content {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .about-section .our-policy {
        padding: 35px;
        max-width: 300px;
        position: absolute;
        right: 50px;
        bottom: 20px;
    }

    .our-policy .policy-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .our-policy .policy-content {
        font-size: 14px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-section .our-policy {
        padding: 40px;
        max-width: 300px;
        position: absolute;
        right: 60px;
    }

    .our-policy .policy-title, .vission-sec h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .our-policy .policy-content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1599px) {
    .our-policy .policy-content, .vission-sec p {
        font-size: 14px;
    }
}

/* ========= About Us Page CSS End ========= */


/* ========= Courses Page CSS Start ========= */

.course-page {
    background: var(--page-bg-color-1);
    width: 100%;
}

/* ========= Courses Page CSS End ========= */




/* ========= Blogs Page CSS Start ========= */

.blog-item {
    margin-bottom: 50px;
}

.blog-item-img {
    position: relative;
}

.blog_area a {
    text-decoration: none;
    transition: .4s;
}

.blog-item-img .blog-item-date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: var(--btn-color-1);
    padding: 8px 15px;
    border-radius: 5px;
}

.blog-area a:hover, .blog-area a :hover {
    background: -webkit-linear-gradient(131deg, var(--dropdown-menu-hover-bg) 0%, var(--dropdown-menu-hover-bg) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s;
}

.blog-item-img .blog-item-date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

.blog-item-img .blog-item-date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.blog-details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221,221,221,0.3);
}

.blog-details a {
    color: #080808;
}

.blog-details a:hover {
    color: var(--dropdown-menu-hover-bg);
}

.blog-details h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-details .blog-excerpt {
    margin-bottom: 30px;
    max-height: 75px;
    overflow: hidden;
}

.blog-details ul {
    margin: 0;
    padding: 0;
}

.blog-info-link::after {
    content: "";
    clear: both;
    display: table;
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

.blog-info-link li:last-child::after {
    content: "";
}


.blog-info-link li {
    float: left;
    font-size: 14px;
}


.blog-info-link li svg, .blog-info-link li span {
    font-size: 14px;
    margin-right: 5px;
}

.blog-pagination {
    margin-top: 3rem;
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}

.blog-pagination .page-link svg {
    font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}

@media only screen and (min-width: 768px) {
    .blog-item-img .blog-item-date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }
    
    .blog-item-img .blog-item-date h3 {
        font-size: 30px;
    }

    .blog-item-img .blog-item-date p {
        font-size: 18px;
    }

    .blog-details {
        padding: 60px 30px 35px 35px;
    }

    .blog-details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}


/* ========= Blogs Page CSS End ========= */


/* ========= Single Blog Page CSS Start ========= */

.blog-right-sidebar .git-form-parent {
    background: #fbf9ff;
}
.blog-right-sidebar .git-form-parent .form-title {
    padding: 30px 30px 0px 30px;
    margin-bottom: 40px;
}

.blog-right-sidebar .git-form-parent .form-title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog-right-sidebar .git-form {
    padding: 0px 30px 15px 30px;
}

.blog-right-sidebar .git-form .form-group{
    margin-bottom: 30px;
}


.blog-right-sidebar .git-form .form-control{
    border-color: #f0e9ff;
    font-size: 14px;
    border-radius: 0;
    padding: 20px;
}

.blog-right-sidebar .git-form .form-control:focus {
    box-shadow: none;
}

.blog-right-sidebar .git-form input.form-control{
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
}


.git-form-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}
.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.blog-right-sidebar .git-form .button {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
    line-height: 24px;
    padding: 16px 0;
    border-radius: 1px;
    border: 1px solid #b82416;
    color: #b82416;
    transition: all 0.2s ease-in-out;
    font-family: 'Rubik', sans-serif;
}

.blog-right-sidebar .git-form .button:hover {
    background: #b82416;
    border: 1px solid transparent; 
    color: #fff;
    transition: all 0.4s;
    border-radius: 3px;
}

/* ========= Single Blog Page CSS End ========= */



/* ========= Contact Us Page CSS Start ========= */

.contact-map {
    height: 420px;
    margin-bottom: 80px;
}

.contact-info .info-item {
    position: relative;
    padding-left: 45px;
}

.contact-info .info-item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #002347;
    font-weight: 600;
}

.contact-info .info-item svg {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #002347;
    font-weight: 600;
}

.contact-info .info-item h6{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #002347;
}
.contact-info .info-item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
}

.contact-info .info-item ul.opening-hours {
    list-style-type: none;
    padding-left: 0;
}

.contact-info .info-item ul.opening-hours li{
    font-size: 14px;
    line-height: 14px;
    padding: 2px 0px;
    display: flex;
    justify-content: space-between;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.contact-form .form-group .form-control {
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: var(--font-family-body);
    border-radius: 0px;
    padding-left: 20px;
}

.contact-form .form-group textarea.form-control {
    height: 140px;
}

.contact-form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #002347;
    font-size: 13px;
}

.contact-form .submit-btn {
    margin-top: 20px;
    display: inline-block;
    background: var(--btn-color-1);
    padding: 0px 48px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    text-align: center;
    text-transform: uppercase;
}

.contact-form .submit-btn:hover {
    background: #fff;
    color: var(--btn-color-1); 
    border: 1px solid var(--btn-color-1);

}

/* ========= Contact Us Page CSS End ========= */


/* body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
} */