html{overflow-x:hidden;scroll-behavior:smooth}
body{background:#fff;margin:0;padding:0!important;font-family:Poppins,sans-serif;font-weight:400;color:#646464;overflow-x:hidden}
*{box-sizing:border-box}
p{font-size:16px;line-height:26px;color:#1c1c1c;margin:0}
#myBtn{display:none;position:fixed;bottom:20px;right:30px;z-index:99;font-size:28px;border:none;outline:0;background:#71b7e6;color:#fff;cursor:pointer;padding:0;width:60px;height:60px;border-radius:100%}
#myBtn:hover{background-color:#228B22}
#myBtn i {margin-top: 10px;}
a,a:focus,a:hover{text-decoration:none!important;transition:ease-in-out .3s}
a{color:#245478}
button:focus{box-shadow:none!important}
ul{padding:0;margin:0}
img{max-width:100%;transition:ease-in-out .3s;object-fit: cover;width:auto;height:auto}
::placeholder{color:#4e4e4e}
button:focus{outline:0!important}
.black_txt{color:#000!important}
.blackL_txt{color:#2a2e32!important}
.white_txt{color:#fff!important}
.pink_txt{color:#ed9aa4!important}
.gray_txt{color:#66696c!important}
.blue_txt{color:#245478!important}
.gray_bg {background: #f9f9f9;}
h1, h2, h3, h4, h5, h6{color: #1c1c1c;}
.container{max-width:1280px}
.header_sec {
    transition: ease-in-out .2s;
    width: 100%;
    background: #fff;
    border-bottom: 5px solid #228B22;
}
.header_sticky {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
}
.top_bar {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
.header_sticky .top_bar{display:none}
.social_icon a {
    font-size: 18px;
    background: #228B22;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_icon a:not(:last-child){margin-right:10px}
.social_icon a:hover {
    background: #242424;
}
.mail_adrs a{word-break: break-word;color:#242424;font-size:14px;display:flex !important;align-items:center}
.mail_adrs a:hover{color: #FF6F61;}
.mail_adrs a:not(:last-child){margin-right:20px}
.mail_adrs span {
    margin-right: 5px;
    font-size: 22px;
    line-height: 16px;
    color: #FF6F61;
}
.header_sec .navbar{background:none!important;padding:10px 0}
.navbar-brand{margin:0;padding:0;max-width: 70px;}
.header_sec .navbar .nav-item:not(:last-child) {padding-right:30px}
.header_sec .navbar .nav-item{transition:ease-in-out .3s}
.header_sec .navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #242424;
    padding: 15px 0;
    line-height: 15px;
    position: relative;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
}
.header_sec .navbar .navbar-nav .nav-link:hover, .header_sec .navbar .navbar-nav .active .nav-link {
    border-bottom: 3px solid #228B22;
    color: #228B22;
}
.header_sec .navbar-nav .dropdown-menu {
    min-width: 230px;
    margin: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    background: #FF6F61;
}
.header_sec .navbar-nav .dropdown-menu li:not(:last-child) {
    border-bottom: 1px dashed rgba(197, 197, 197, 0.15);
}
.header_sec .navbar-nav .dropdown-menu .dropdown-item {
    line-height: 15px;
    font-size: 14px;
    padding: 9px 10px;
    color: #fff;
    transition: ease-in-out .2s;
    white-space: normal;
}
.header_sec .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: #d93838;
}
.btn_group {
    margin-top: 30px;
}
.custom_btn {
    color: #fff !important;
    background: #FF6F61;
    border-radius: 4px;
    border: 1px solid #FF6F61;
    text-align: center;
    display: inline-block;
    min-width: 155px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 25px;
    transition: ease-in-out .3s;
    font-weight: 500;
}
.bottom-head { padding:10px 0; }
.bottom-head .col-lg-12 { align-items:center; display:flex; justify-content:space-between; }
.bottom-head .logo { width:70px; }
.green_btn, .custom_btn:hover {
    background: #228B22;
    border-color: #228B22;
}
.green_btn:hover{
    background: #FF6F61;
    border-color: #FF6F61;
}
.btn_group .custom_btn:not(:last-child) {
    margin-right: 15px;
}
.custom_btn i {
    vertical-align: middle;
    font-size: 22px;
    margin-left: 5px;
}
.header_sec .custom_btn i {
    margin: 0 5px 0 0;
}
/* Banner CSS Start here */
.bnr_sec .item{
    position: relative;
    padding: 130px 0 190px;
}
.overlay_bg{position: relative;}
.overlay_bg::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 40%);
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
.overlay_bg .container{
    position: relative;
    z-index: 1;
}
.bnr_txt .heading_h1 {
    margin-bottom: 30px;
}
.bnr_txt h2, .bnr_txt p {color: #fff;}
.bnr_txt h2 {
    font-size: 42px;
}
.bnr_txt p{
    margin: 20px 0 0;
}
.heading_h1{font-weight:700;font-size:60px;color: #fff;}
.bnr_txt .btn_group {
    margin: 50px 0 0;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
    top: 48%;
    background: #245478;
}
/* Banner CSS End here */
/* About CSS start here */
.counter_sec .container {
    margin-top: -60px;
    position: relative;
    z-index: 9;
}
.work_box {
    background: #fff;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.counter_icon {
    max-width: 70px;
    min-width: 70px;
    margin-right: 15px;
}
.work_box h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.paddTB_70 {padding: 70px 0;}
.about_box {
    max-width: 460px;
    background: #000;
    padding: 50px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.aboutimg_box {
    position: relative;
    padding: 30px 30px 0 0;
    background: url(../img/dot_bg.webp) no-repeat;
    background-position: top right;
    background-size: 330px;
}
header .navbar-expand-lg .navbar-collapse .custom_btn, header .navbar .dropdown i::after { display:none; }
.aboutimg_box img {
    height: 400px;
}
.aboutimg_box2 {
    padding: 0 30px 30px 0;
    background-position: bottom right;
    background-size: 330px;
}
.small_head {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #d93838;
}
.about_box .sec_head, .about_box p {
    color: #fff;
    margin: 0 0 20px;
}
.about_txt p {
    margin:0 0 20px;
}
.head_box {
    margin-bottom: 30px;
}
.sec_head, .vision-sec h2, .work-sec h2, .team-sec h2 {
    font-size: 44px;
    margin-bottom: 40px;
    color: #242424;
    font-weight: 600;
    line-height: 1.1;
}
.head_box .sec_head, .vision-sec h2, .work-sec h2, .team-sec h2 {
    margin: 0 0 5px;
    position: relative;
}
.head_box .sec_head span {
    color: #d93838;
}
.head_box .sec_head:after, .vision-sec h2:after, .work-sec h2:after, .team-sec h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background: #228B22;
    margin: 20px 0 10px 0;
}
.text-center .sec_head:after, .vision-sec h2:after, .work-sec h2:after, .team-sec h2:after { margin:20px auto 10px auto; }
.head_box p {
    max-width: 800px;
    margin: 0 auto;
}
/* About CSS end here */

/* Coupon CSS start here */
.coupon_sec {
    background: #e7e7e7 url(../img/coupon_bg.webp) no-repeat;
    background-position: bottom right;
    background-size: contain;
}
/* Coupon CSS end here */

/* Testimonials CSS start */
.testi_box {
    border-radius: 4px;
    box-shadow: 0 0 15px rgb(102 102 102 / 5%);
    background-color: #d93838;
    padding: 50px;
    position: relative;
}
.testimonials .head_box {
    max-width: 550px;
    margin: 0 auto 50px;
}
.testi_user {
    display: flex;
    align-items: center;
}
.testi_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
    overflow: hidden;
}
.testi_box h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.testi_box .star i {
    color: #f5a22d;
    font-size: 17px;
}
.testi_box .star .bx-star {
    color: #a8a8a8;
}
.testi_box p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-style: italic;
    margin: 20px 0;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.owl-dots {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.owl-dots button {
    width: 12px;
    height: 12px;
    background: #b4b4b4 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.owl-dots button.active{
    width: 15px;
    height: 15px;
    background: #228B22 !important;
}
.owl-dots button:not(:last-child) {
    margin-right: 10px;
}
/* Testimonials CSS end */
/* Event CSS start */
.event_sec {
    background: #f9f9f9 url(../img/event_bg.webp) no-repeat;
    background-position: bottom left;
    background-size: 400px;
}
.custom_row > div {
    margin-bottom: 24px;
}
.event_box {
    background: #fff;
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);
    padding: 0 0 20px;
}
.event_img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.event_txt{
    padding: 20px 15px 0;
}
.event_box h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #242424;
}
.event_box .btn_group {
    border-top: 1px dashed #FF6F61;
    padding: 20px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.learn_more {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
}
.learn_more i {
    vertical-align: -1px;
}
/* Event CSS end */
/* Contact CSS Start here */
.contact_sec {
    background:#000 url(../img/contact_img.webp) no-repeat center/cover;
    background-attachment: fixed;
    background-position: center top;
}
.contact_form {
    background: rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 30px 40px 35px;
}
.contact_form .form-group{margin-bottom:20px}
.contact_form .form-control {
    border: 1px solid #fff;
    padding: 14px 15px;
    font-size: 14px;
    border-radius: 5px;
}
.contact_form .form-select{color:#78797a}
.contact_form textarea.form-control{height:100px;padding-left:18px}
.contact_form .blue_btn:hover {
    background: #242424;
}
/* Contact CSS End here */
/* FAQ CSS Start here */
.logo_sec {
    background: #eee;
    padding: 40px 0;
}
.accordion-item {
    border: none;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    background: none;
}
.accordion-button, .accordion-button:not(.collapsed) {
    color: #000;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    font-size: 22px;
    font-weight: 600;
}
.accordion-button::after {
    border: 1px solid #000;
    border-radius: 100%;
    background-size: 15px;
    background-position: center;
}
.accordion-button:not(.collapsed)::after{border-color: #0c63e4;}
.accordion-body {
    padding: 10px 0 0;
}
.accordion-body p:last-child {
    margin: 0;
}
/* FAQ CSS end here */

.get_sec{background: #000 url(../img/contact_bg.webp) no-repeat center / cover;}
.get_txt p {
    color: #fff;
}
/* Footer CSS Start here */
.footer_sec {
    background: #1b1b1b;
    padding: 70px 0;
}
.footer_logo {
    display: inline-block !important;
    margin-bottom: 20px;
}
.footer_logo img {
    max-width: 100px;
}
.footer_sec .mail_adrs a:not(:last-child) {
    margin: 0 0 10px;
}
.footr_head {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}
.footer_menu a, .adrs_box p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    display: block;
}
.footer_menu ul {
    display: flex;
    flex-wrap: wrap;
}
.footer_menu ul li {
    position: relative;
    padding: 8px 0 8px 20px;
    width: 50%;
}
.footer_menu ul li::before {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 11px;
    content: "\ebe6";
    font-size: 16px;
}
.footer_menu a:hover, .read_more:hover, .learn_more:hover {
    color: #FF6F61;
}
.footer_adrs .call_us h6, .footer_adrs .call_us a {
    color: #fff;
}
.footer_adrs .call_us a{font-size: 18px;}
.footer_adrs p {
    margin-bottom: 10px;
}
.footer_adrs .call_us {
    margin-top: 20px;
}
.footer_adrs .mail_adrs span, .footer_adrs .mail_adrs a {
    color: #fff;
}
.footer_adrs {
    margin-bottom: 20px;
}
.copy_right {
    background: #000;
    padding: 20px 0;
    border-top: 1px solid #4e4e4e;
}
.copy_right p {
    font-size: 14px;
    color: #a69ea5;
}
.copy_right a {
    color: #228B22;
}
/* Footer CSS end here */
.main { position:relative; }
.main .carousel-item img { height:650px; }
.main .carousel-caption { bottom:0; display:flex; flex-direction:column; left:0; justify-content:center; padding:0 0 60px; right:0; text-align:left; top:0; z-index:1; }
.main .carousel-caption::before { background-color:rgba(0,0,0,0.4); bottom:0; content:''; left:0; position:absolute; right:0; top:0; z-index:-1; }
.main .carousel-control-prev, .main .carousel-control-next { background-color:transparent; opacity:1; width:7.5%; z-index:11; }
.main h1, .main h2 { color:#fff; font-size:45px; font-weight:700; margin:0 0 40px; text-transform:uppercase; }
.main p { color:#fff; font-size:18px; line-height:1.7; margin:20px 0 30px; }

/******************** contact-us page CSS ********************/
.cont-sec { padding:80px 0 0; }
.cont-sec .col-lg-6 { padding:0; }
.cont-sec h2 { color:#fff; font-size:37px; font-weight:600; line-height:1.3; margin:0 0 45px; }
.cont-sec h3 { color:#fff; font-size:48px; font-weight:600; margin:0 0 30px; padding:40px 0 0; text-transform:capitalize; }
.cont-sec h4 { color:#fff; font-size:24px; font-weight:600; margin:0 0 22px; text-transform:uppercase; }
.cont-box { background-image:url(../img/contact-img.webp) !important; background-position:top center; background-size:cover; height:100%; padding:130px 70px 220px; position:relative; z-index:0; }
.cont-box::before { background-color:rgba(0,0,0,0.8); bottom:0; content:''; left:0; position:absolute; right:0; top:0; z-index:-1; }
.cont-box li { color:#fff; font-size:18px; list-style:decimal; margin:0 0 25px 18px; }
.cont-box li b { font-weight:600; }
.social-icon { border-top:1px solid rgba(255,255,255,0.30); margin:40px 0 0; padding:40px 0 0; }
.social-icon img { height:25px; margin-right:23px; }
.social-icon img:hover { filter:brightness(0) invert(1); }

.cont-form { background-color:#FF6F61; height:100%; padding:100px 120px; }
.in-box { margin:0 0 15px; }
.box { background-color:transparent; border:1px solid #fff; border-radius:0; color:#fff; font-size:16px; outline:none; padding:14px 18px; width:100%; }
.box:focus { border:1px solid #228B22; }
.box:focus::placeholder { color:transparent; }
.box::placeholder { color:#fff; opacity:1; }
.get-btn { background-color:#228B22; border:none; color:#fff; display:inline-block; font-size:17px; font-weight:600; padding:10px 20px; text-transform:uppercase; }
.get-btn:hover { background-color:#fff; color:#228B22; }

.banner-icon { margin:-125px 0 100px; position:relative; }
.banner-box { background-color:#fff; box-shadow:0 0 11.3px 0 rgba(0,0,0,0.25); height:100%; padding:40px 25px; text-align:center; }
.banner-box img { height:75px; }
.banner-box h2 { color:#228B22; font-size:20px; font-weight:600; margin:15px 0; }
.banner-box p { font-size:16px; line-height:1.6; margin:0; }
.banner-box p a { color:#1c1c1c; }
.banner-box p a:hover { color:#FF6F61; }

/******************** about-us page CSS ********************/
.inner-banner { padding:0 15; position:relative; }
.inner-banner::before, .about-sec::before { background-color:rgba(0,0,0,0.5); bottom:0; content:''; left:0; position:absolute; right:0; top:0; }
.inner-txt { align-items:center; bottom:0; display:flex; flex-direction:column; justify-content:center; left:0; padding:0 12px; position:absolute; right:0; text-align:center; top:0; }
.inner-txt h1 { color:#fff; font-size:45px; font-weight:700; line-height:1.35; margin:0 0 12px; }
.inner-txt .breadcrumb-item a { color:#FF6F61; }
.inner-txt .breadcrumb-item::before, .inner-txt .breadcrumb-item a:hover, .inner-txt .breadcrumb-item.active, .work-box:hover h4, .work-box:hover p, .work-box:hover p a { color:#fff; }

.vision-sec { padding:80px 0 50px; text-align:center; }
.vision-sec .col-lg-4, .team-sec .col-lg-3, .work-sec .col-lg-4, .team-sec .col-lg-3 { margin:0 0 24px; }
.vision-sec h2, .work-sec h2, .team-sec h2 { margin:0 0 25px; }
.vision-sec h2 strong, .work-sec h2 strong, .team-sec h2 strong { color:#FF6F61; font-weight:600; }
.vision-sec h3, .work-sec h3, .team-sec h3 { color:#d93838; font-size:20px; line-height:1.5; margin:0 15px 45px; }
.vision-sec h4 { color:#000; font-size:24px; font-weight:700; margin:20px 0 10px; }
.vision-sec p { font-size:15px; line-height:1.6; margin:0; }

.about-sec { background-attachment:fixed; background-image:url(../img/about-bg.webp) !important; background-size:cover; position:relative; z-index:0; }
.about-sec::before { z-index:-1; }
.about-sec .col-lg-6, .forms-txt .col-lg-6, .board-sec .col-lg-6 { align-self:center; }
.about-sec h2 { color:#fff; font-size:28px; font-weight:600; margin:12px 0 18px; }
.about-sec h3 { color:#FF6F61; font-size:25px; font-weight:700; margin:0; text-transform:uppercase; }
.about-sec p { color:#fff; font-size:16px; line-height:1.7; margin:0 0 15px; }

.work-sec { background-color:#ecf1f5; padding:90px 0 75px; text-align:center; }
.work-box { align-items:flex-start; background-color:#fff; border-radius:5px; display:flex; gap:20px; height:100%; padding:45px 30px; position:relative; text-align:left; z-index:0; }
.work-box::after { background-color:#228B22; border-radius:5px; bottom:0; content:""; left:0; position:absolute; right:0; top:0; transition:-webkit-transform 0.4s ease; -webkit-transform:scale(1, 0); z-index:-1; }
.work-box:hover::after { transform:scale(1, 1); -webkit-transform:scale(1, 1); transform-origin:bottom center; }
.work-box img { margin:0 auto; width:50px; }
.work-box:hover img { filter:brightness(0) invert(1); }
.work-box h4 { color:#000; font-size:24px; font-weight:700; line-height:1.35; margin:0 0 8px; }
.work-box p { color:#000; font-size:17px; font-weight:500; margin:0; }

.call-sec { background-attachment:fixed; background-image:url(../img/get-in-touch-bg.webp) !important; background-position:top center; background-size:cover; padding:90px 0 80px; position:relative; text-align:center; z-index:0; }
.call-sec::before { background-color:rgba(0,0,0,0.6); bottom:0; content:''; left:0; position:absolute; right:0; top:0; z-index:-1; }
.call-sec h2 { color:#fff; font-size:30px; font-weight:700; line-height:1.5; margin:0 0 30px; }
.free-btn { border:2px solid #fff; color:#fff; display:inline-block; font-size:17px; font-weight:600; margin:0 5px 10px; padding:10px 25px; }
.free-btn.dd { background-color:#fff; color:#000; }
.free-btn:hover, .free-btn.dd:hover { background-color:#228B22; border:2px solid #228B22; color:#fff; }

.team-sec { background-color:#eff7fc; padding:90px 0 65px; text-align:center; }
.team-box { background-color:#fff; height:100%; padding:35px 15px; }
.team-box h4 { color:#228B22; font-size:20px; font-weight:600; margin:22px 0 0; }
.team-box h5 { color:#000; font-size:16px; margin:10px 0 0; }
.team-img { border:1px solid #228B22; border-radius:50%; height:130px; margin:0 auto; padding:2px; width:130px; }
.team-img img { border-radius:50%; height:100%; }

.board-sec { padding:70px 0; }
.board-sec .row { padding-bottom:30px; }
.board-sec h2 { color:#FF6F61; font-weight:700; font-size:28px; margin:28px 0 12px; }
.board-sec h3 { color:#228B22; font-size:22px; font-weight:600; margin:0 0 12px; }
.board-sec h4 { color:#000; font-size:22px; font-weight:700; margin:30px 0 20px; text-align:center; }
.board-sec p { font-size:16px; line-height:1.7; margin:0 0 10px; }
.board-sec p b { font-weight:600; }
.board-sec p a, .board-sec li a { color:#d93838; text-decoration:underline !important; }
.board-sec p a:hover, .board-sec li::marker, .board-sec li a:hover { color:#228B22; }
.board-img { padding:25px 0 0 25px; position:relative; }
.board-img::before { background-color:#d93838; content:''; height:150px; left:0; position:absolute; top:0; width:150px; z-index:-1; }
.board-img img { border-radius:0 25px 25px 25px; }

.board-sec table { border:1px solid #ccc; width:100%; }
.board-sec tr { border-bottom:1px solid #ccc; }
.board-sec tr:first-child { background-color:#d93838; }
.board-sec th { color:#fff; font-size:18px; font-weight:600; padding:10px 12px; text-align:center; }
.board-sec td { border-right:1px solid #ccc; color:#000; font-size:16px; padding:10px 12px; }
.board-sec td:first-child { font-weight:600; text-align:center; }
.board-sec td b { color:#d93838; font-size:18px; font-weight:600; }
.board-sec li { color:#1c1c1c; font-size:15px; list-style:disclosure-closed; margin-left:25px; padding:0 0 8px 5px; }
.board-sec .col-lg-6.dd { padding-top:28px; }



.forms-txt { padding:80px 0 50px; }
.forms-txt h2 { color:#FF6F61; font-size:30px; font-weight:700; margin:0 0 18px; }
.forms-txt h2 span { color:#000; display:block; font-size:18px; font-weight:600; padding:12px 0 0; }
.forms-txt h2 span a, .forms-txt p strong a { color:#228B22; text-decoration:underline !important; }
.forms-txt p { line-height:1.7; margin:0 0 15px; }
.forms-txt p b, .forms-txt p strong { display:block; padding:15px 0 4px; }

.faq-sec { background-color:#EBF1F7; padding:80px 0; }
.faq-sec h2 { color:#242424; font-size:44px; font-weight:700; margin:0 0 40px; text-align:center; }
.faq-sec .card { border:1px solid rgba(51,166,221,0.25); border-radius:50px; margin:0 0 22px; padding:22px 52px 22px 32px; }
.faq-sec .card-header { background-color:transparent; border:none; border-radius:0; font-size:20px; font-weight:700; padding:0; }
.faq-sec .card-header a { color:#d93838; display:block; }
.faq-sec .card-header a::after { align-items:center; background-color:#228B22; border-radius:50%; bottom:0; color:#fff; content:"\+"; display:flex; font-size:30px; font-weight:400; height:32px; justify-content:center; margin:auto 0; position:absolute; right:20px; top:0; width:32px; }
.faq-sec .card-header a[aria-expanded="true"]::after { background-color:#d93838; color:#fff; content:"\×"; }
.faq-sec .card-body { padding:15px 0 0; }
.faq-sec p { color:#32394A; font-size:16px; line-height:1.6; margin:0; }
.box option {color: #333;}
.cont-form .head_box h2, .cont-form .head_box p {
    color: #fff;
}
.faq-sec h3.text-center {
    margin: 30px 0 15px;
    font-weight: 600;
}
.board-sec p a.custom_btn {
    text-decoration: none !important;
}

.thankyou_sec{padding: 70px 0;}
.thankyou {
	background: #fff;
	text-align: center;
	margin: 0;
}
.thankyou h1 {
	font-size: 80px;
	font-weight: bold;
	margin: 0 0 10px;
}
.thankyou p {
	max-width: 500px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 26px;
	color: #2a2e32;
}
.thankyou h2{font-size: 32px;margin: 10px 0 15px;}
.vision-sec ul {
    padding-left: 25px;
    text-align: left;
}
.vision-sec ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
}