        /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
        
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #8a0808;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2dca98;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

body .btn-primary {
    color: #fff;
    background-color: #dc394b!important;
    border-color: #8a0808;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.icon-box iframe {
    width: 100%;
    border: 0;
    height: 350px;
}

.hero-container .text-left h3 {
    color: #dc394b;
    font-size: 17px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 25px;
    font-weight: bold;
    /* display: initial; */
    padding: 2px 20px;
    width: max-content;
}

.hero_list li span {
    color: #fff;
}

.hero-container ul {
    overflow: hidden;
    padding: 3px 18px;
    /* background-color: #ffffff1a; */
    border-radius: 20px;
    list-style: decimal;
    position: relative;
    /* box-shadow: 8px 4px 10px #00000052; */
}

.hero-container ul::after {
    content: '';
    position: absolute;
    background: 2px;
    /* box-shadow: -18px 10px 1px #8a0808; */
    /* background-color: #cb7a7a; */
    right: 0;
    top: 0;
    width: 250px;
    border-radius: 100%;
    height: 250px;
    transform: translate(35%, -35%);
}

.hero-container li {
    color: #f1e8e8!important;
    padding: 4px 0;
    font-weight: 00;
    position: relative;
    z-index: 1;
}

body .btn.btn-primary {
    color: #fff;
    background-color: #dc394b;
    border-color: #dc394b;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #8a0808;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #49d6a9;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
    position: relative;
}

.hero-container .card-header {
    background: #dc394b;
    color: #fff;
}

.hero-container .card {
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: 9px 10px 10px #0000004d;
    border-radius: 20px;
    overflow: hidden;
}

.hero-container .form-group.mb-3,
.mb-3.form-check {
    text-align: left;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(52, 59, 64, 0.9);
}

#header #logo h1 {
    font-size: 32px;
    margin: 0;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 20px;
    margin: 0;
}

#header.header-transparent {
    background: #ffffff;
    position: relative;
}

#header.header-scrolled {
    /* background: rgb(255 255 255 / 90%); */
    /* height: 70px; */
    transition: all 0.5s;
    position: fixed;
    padding: 6px 0!important;
}

.scrolled-offset {
    margin-top: 70px;
}

.section-header.m-auto {
    max-width: 900px;
    margin: 0 auto;
}


.section-header p{
   font-size: 16px;
   color:#000;
}
#logo {
    max-width: 180px;
}

#logo img {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 0 4px;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.4px;
    position: relative;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #8a0808;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #8a0808;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #666666;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #8a0808;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}
/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

i.fas.fa-bars.fa-fw.mobile-nav-toggle.bi-list.bi-x {
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    background-color: white;
    width: 23px;
    height: 23px;
    border: 0;
}

i.fas.fa-bars.fa-fw.mobile-nav-toggle.bi-list.bi-x::before {
    display: none;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(77, 77, 77, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #666666;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #8a0808;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #8a0808;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    /* height: 100vh; */
    background: url(../img/bg-02.JPG) top center;
    background-size: cover;
    position: relative;
    background-position: left;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

#hero:before {
    content: "";
    background: rgb(0 0 0 / 82%);
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(12 78 191 / 78%) 0%, #2370e2f5 35%, rgb(0 0 0 / 22%) 100%);
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    /* position: absolute; */
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

#hero h1 {
    margin: 30px 0 10px 0;
    font-size: 47px;
    line-height: 56px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    text-align: left;
}

#hero h2 {
    padding: 6px 20px;
    color: #eee;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 40px;
    font-size: 25px;
    text-align: left;
    font-weight: 100;
    background-color: #dc394b;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #8a0808;
    border: 2px solid #8a0808;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
    overflow: hidden;
}

h4.s_title {
    font-weight: 500;
    margin-bottom: 7px;
    color: #8a0808;
}
/* Sections Header
--------------------------------*/

.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    color: #000;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: whitesmoke;
    min-height: 40px;
    margin-top: 92px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
/* About Us Section
--------------------------------*/
/* Services Section
--------------------------------*/

#services {
    background: #fff;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #8a0808;
}

#services .icon a {
    display: inline-block;
}

#services .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

#services .box:hover .icon {
    background: #fff;
    border: 2px solid #8a0808;
}

#services .box:hover .icon i {
    color: #8a0808;
}

#services .box:hover .icon a {
    color: #8a0808;
}

#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .title a {
    color: #111;
}

#services .description {
    font-size: 14px;
    line-height: 24px;
}
/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-01.JPG) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

@media (max-width: 1024px) {
    #call-to-action {
        background-attachment: scroll;
    }
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #8a0808;
    border: 2px solid #8a0808;
}
/* Portfolio Section
--------------------------------*/

#portfolio {
    background: #f7f7f7;
    padding: 80px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 12px 18px 14px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #666666;
    margin: 0 5px 10px 5px;
    transition: all ease-in-out 0.3s;
    background: white;
    border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #8a0808;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    height: 324px;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1);
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #8a0808;
    padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #a4ebd4;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

#portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #343b40;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}
/* awards_section */

.awards_section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-02.JPG) top center;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.awards_section .card {
    color: #fff;
    padding: 20px;
    box-shadow: 10px 10px 10px #0003;
    border: 0;
}

.card.bg-one {
    background: linear-gradient(#dc3ef199, #dc3ef199), url(../img/call-to-action-bg.jpg) top center;
}

.card.bg-two {
    background: linear-gradient(#7da11cb0, #7c9d24d9), url(../img/call-to-action-bg.jpg) top center;
}

.card.bg-three {
    background: linear-gradient(#2189ff85, #2189ff), url(../img/call-to-action-bg.jpg) top center;
}

.card.bg-four {
    background: linear-gradient(#ff8c21, #ff8c2194), url(../img/call-to-action-bg.jpg) top center;
}

.awards_section .card .pic {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.img_box {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 3px #ccc;
    background: #ffffff;
    color: #8a0808;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.col-left h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}
.col-left h5 {
    margin-bottom: 0;
    font-size: 14px;

}

.col-left h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
}

.testimonial p {
    color: #000;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    /* height: 43px; */
    /* margin: 0 auto; */
    /* font-size: 16px; */
    line-height: 1.6;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stars {
    color: rgb(255, 196, 0);
    margin-bottom: 12px;
}

.testimonial .card-footer {
    background-color: #dc394b;
    color: #fff;
    display: flex;
    align-items: center;
}

#features .card-body h4 {
    color: #FFF;
    font-weight: 600;
}

#features .card-body p {
    color: #FFF;
    display: -webkit-box;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.features-col .card {
    display: flex;
    align-items: center;
    flex-direction: initial;
    margin: 15px 0;
    border: 0;
}

.features-col .card .pic {
    width: 40%;
    flex: none;
}

.features-col .card .img-fluid {
    max-width: 100%;
    height: auto;
    height: 300px;
    object-fit: cover;
}
/* Facts Section
--------------------------------*/

.facts {
    background: #f7f7f7;
    padding: 80px 0 60px 0;
}

.facts .counters span {
    font-size: 48px;
    display: block;
    color: #ffffff;
    font-weight: bold;
}

.facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.facts .card {
    color: #fff;
    border: 0;
    /* background-color: #8a0808 ; */
    padding: 35px 20px;
    box-shadow: 2px 2px 10px #e9e9e9;
    border-radius: 20px;
    background-size: inherit;
}
section#testimonial {
    background-color: #eef8fa;
    margin-bottom: 60px;
padding-bottom:50px;
}
.about_img {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 8px 7px 14px #ccc;
}

.facts .card {
    margin: 15px 0;
}

a.btn.btn-primary.col-md-4.m-auto {
    background-color: #8a0808;
    border: 0;
    margin-top: 15px!important;
}
/*----contact-us---*/

.contact-info a.cta-btn.align-middle {}

.contact-info {
    text-align: center;
}

.contact-info p {
    margin-bottom: 10px;
}

#contact .contact-info {
    margin: 40px auto;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    background: #00558e;
    box-shadow: 0px 0px 60px 0px rgb(68 197 238 / 60%);
    padding: 30px;
    color: #fff;
}

.card-header h3 b {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
    width: max-content;
    margin: 4px auto;
}

.icon-box {
    width: 100%;
}

.icon-box.map {
    border-radius: 40px;
    overflow: hidden;
}

.container.contact-info .content-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width:992px) {
    .hero-container .card {
        border: 0;
        margin: 15px auto!important;
    }
    .features-col .card {
        display: block;
        margin: 15px 0;
    }
    .features-col .card .img-fluid {
        width: 100%;
    }
    .awards_section .card {
        margin: 15px 0;
    }
    .features-col .card .pic {
        width: auto;
    }
    section.p-5.testimonial,
    section#about {
        padding: 40px 0!important;
    }
    #hero h1 span {
        font-size: 34px;
    }
    #campuses .card {
        margin: 15px 0;
    }
    .contact-info .icon-box {
        margin: 27px 0;
    }
}

@media (max-width:767px) {
    #header #logo img {
        padding: 0px;
    }
    section#features {
        padding: 40px 0px!important;
    }
    section#campuses {
        padding: 40px 0px!important;
    }
    #logo {
        max-width: 120px;
    }
    section.p-5.features {
        padding: 40px 0!important;
    }
    h4.s_title {
        margin-top: 20px;
    }
    .facts .card h4 {
        font-size: 16px;
    }
}


/* thankyou_img */

.thankyou_img {
    /* max-width: 456px; */
    margin:0 auto;
}

.thankyou_header {
    padding: 20px;
    background-color: #fef2f2;
    text-align: center;
    /* border-radius: 15px; */
}
.thankyou_header img{
max-width: 200px;
}

.row.content_center {
    align-items: center;
    padding: 40px 0;
    text-align: center;
}
.thankyou_content h1 {
    font-weight: bold;
    color: #2e73ba;
}
.thankyou_content h4 {
    font-weight: bold;
    color: black;
}

@media (max-width:767px) {
    .row.content_center {
    display: block;
    }
}