@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
 */
:root {
    --white:        #ffffff;
    --black:        #000000;
    --gray100:      #f5f8ff;
    --blue50:       #5E75A4;
    --blue:         #221F5D;
    --blue100:      #9478EF;
    --blue200:      #4238BF;
    --blue300:      #2F305E;
    --blue400:      #770FE5;
    --blue500:      #7F58FF;
    --blue600:      #D3C5FE;
    --yellowgreen:  #D7F016;
    --orage:        #E13600;
    --green:        #75CF15;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    background-color: var(--gray100);
    color: var(--blue);
}
a{
    color: var(--blue);
}
a:hover{
    color: var(--blue);
}
.container{
    max-width: 1280px;
}
header{
    background-color: var(--white);
    /* background-color: var(--gray100); */
    position: sticky;
    top: 0;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.navbar{
    padding: 0px;
}
.navbar .nav-register-link{
    height: 40px;
}
header.htop{
    background-color: var(--gray100);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
 .navbar-brand {
    width: 150px;
    padding: 0;
}
 footer{
    width: 100%;
    display: flex;
    flex-direction: column;
 }
 .followus_wrp{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 40px;
 }
 .followus_wrp label{
    font-size: 32px;
    color: var(--blue50);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: -32px;
 }
 .footer_firstrow{
    background-color: #E1EAFF;
    padding-bottom: 40px;
    margin-top: 40px;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
 }
 .footer_logo{
    display: flex;
    width: 50%;
    margin: 40px auto;
}
.scm {
    display: flex;
}
.scm a {
    color: var(--blue50);
    margin: 0 40px;
    text-decoration: none;
}
.scm a svg {
    width: 58px;
    height: 58px;
}
.quicklinks{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ql_button {
    margin: 0px 30px;
}
.ql_button a{
    font-size: 18px;
    color: var(--blue50);
    display: flex;
    align-items: center;
}
.modal-open .modal{
    pointer-events: none;
}
.modal-content {
    background-color: var(--gray100);
    border: 0px;
    border-radius: 20px;
}
.modal-body{
    padding: 50px 70px;
}
button.close{
    color: var(--blue500);
    position: absolute;
    right: 40px;
    top: 10px;
    opacity: 1;
}
button.close svg{
    width: 32px;
    height: 32px;
}
.pcmodal_wrp .modal-body{
    padding: 0;
}
.tabs_wrps{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tabs_wrps .tabs_head{
    position: sticky;
    top: 0;
    padding: 50px 70px 20px;
    background-color: var(--gray100);
    z-index: 1;
}
.tabs_wrps .tabs_head button.close{
    top: 50px;
}
.tabs_wrps .tab-content{
    padding: 0px 70px 50px;
}
.navpc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
    border: 0px;
}
.navpc .nav-item{
    padding: 0 30px;
}
.navpc .nav-item .nav-link{
    background-color: transparent;
    color: rgba(127, 88, 255, 0.5);
    font-size: 48px;    
    font-weight: 600;
    padding: 0;
    line-height: 1;
    border: 0px;
}
.navpc .nav-item .nav-link.active{
    background-color: transparent;
    color: rgba(127, 88, 255, 1);
}
.tab-content{
    color: #878787;
    font-size: 13px;
    padding-left: 20px;
}
.tab-content h2, .tab-content h3{
    color: var(--black);
    font-weight: 600;
    margin-bottom: 20px;
}
.tab-content h4{
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.tab-content h4::before{
    content: '';
    background-color: var(--blue500);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 8px;
}
.tab-content ul,
.ourstory_content ul{
    margin-bottom: 40px;
}
.tab-content ul li,
.ourstory_content ul li{
    margin-bottom: 10px;
}
.tab-content ul li b,
.tab-content ul li strong,
.ourstory_content ul li b,
.ourstory_content ul li strong{
    color: var(--black);
}
.tab-content ul li::marker,
.ourstory_content ul li::marker {
    color: var(--blue500);
}
.section_thankyou{
    width: 100%;
    opacity: 0;
    height: 0px;
    transform: scale(0);    
}
.section_thankyou.show{
    transform: scale(1);
    height: auto;
    opacity: 1;
    margin-bottom: 80px;
    animation: thankyouFadeIn 1.5s infinite;    
    animation-iteration-count: 1;
    padding-top: 100px;
}
@keyframes thankyouFadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.thankyou_box {
    background-color: var(--yellowgreen);
    color: var(--blue);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding-top: 60px;
    padding-bottom: 60px;
    /* display: none;
    position: absolute;
    top: -10px;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 9; */
}
.thankyou_box.show{
    display: flex;
}
.thankyou_main{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0px auto 0px;
}
.thankyou_box h2{
    color: var(--blue);
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 40px;
}
.thankyou_desc{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 78%;
    letter-spacing: 2px;
    line-height: 36px;
    margin-left: 30px;
}
.thankyou_desc p{
    margin-bottom: 0;
}
.thankyou_desc .jointext{
    margin-top: 40px;
}
.thankyou_box a,
.thankyou_desc span{
    color: #0057FF;
}
.bestwishes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.bestwishes_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bestwishes_text img {
    margin-right: 30px;
    margin-top: 10px;
}
.thankshare {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--blue);
    margin-top: 60px;
}
.thankshare .a2a_svg{
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}
.thankshare .a2a_svg.a2a_s__default {
    background-color: var(--green) !important;
}
.section_getintouch{
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 90px;
    position: relative;
}
.getintouch_main{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
}
.getintouch_title{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
}
.getintouch_title h2{
    font-size: 104px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 10px;
    font-family: 'Poppins', sans-serif;
    color: var(--blue);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.getintouch_title span{
    color: var(--blue);
    font-size: 24px;
    letter-spacing: 2px;
}
.form_arrow.form_arrow_desktop {
    margin-right: -115px;
    margin-top: -53px;
    margin-bottom: 5px;
}
.form_wrp {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
}
.row.row-mrl-30{
    margin-left: -30px;
    margin-right: -30px;
}
.row.row-mrl-30 > [class*="col-"]{
    padding-left: 30px;
    padding-right: 30px;
}
.form-group{
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-group label {
    position: absolute;
    top: -10px;
    background-color: var(--gray100);
    line-height: 1;
    font-size: 20px;
    color: var(--blue);
    left: 50px;
    font-family: 'Poppins', sans-serif;
    padding: 0 6px;
}
.form-group .form-control{
    height: 50px;
    border-radius: 36px;
    border: 1px solid var(--blue);
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--blue);
    font-size: 17px;
}
.form-control:focus{
    box-shadow: 0px 0px 2px 0.1rem rgb(215 240 22 / 70%);
}
.custom-select:focus{
    box-shadow: 0px 0px 2px 0.1rem rgb(215 240 22 / 70%);
    border-color: var(--blue);
}
.custom-select option{
    background-color: var(--gray100);
    color: var(--blue);
}
.form-group.message{
    height: 100%;
}
.form-group textarea.form-control{
    height: 100%;
}
.form_button{
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.form_button .btn{
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.form_button .btn:last-child{
    margin-bottom: 0;
}
.btn{
    border-radius: 30px;
    background-color: var(--yellowgreen);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0px;
    color: var(--blue);
    font-size: 24px;
    letter-spacing: 0.065em;
    height: 60px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.btn:focus{
    background-color: var(--yellowgreen);
    color: var(--blue);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    outline: none;
}
.btn:hover{
    background-color: var(--blue);
    color: var(--yellowgreen);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    outline: none;
}
.btn.btn-inverse{
    background-color: var(--blue);
    color: var(--yellowgreen);
}
.btn.btn-inverse:hover{
    background-color: var(--yellowgreen);
    color: var(--blue);
}
.invalid-tooltip{
    left: inherit;
    right: 40px;
    top: 10px;
    font-size: 12px;
}
.carousel-indicators{
    position: static;
    margin: 0px;
    display: flex;
    align-items: center;
}
.carousel-indicators li{
    text-indent: inherit;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--blue);
    background-color: transparent;
    margin: 0 12px;
    transition: all ease-in 0.4s;
}
.carousel-indicators li.active{
    width: 110px;
    height: 110px;
}
.section_whycares{
    padding-top: 40px;
    padding-bottom: 70px;
}
.section_whycares .container{
    max-width: 1620px;
    padding-left: 30px;
    padding-right: 30px;
}
.section_whycares h2,
.video_main h2{
    font-size: 45px;
    color: var(--blue200);
    line-height: 60px;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.whycareslider{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    height: 560px;
}
.whycareslider .slick-track{
    display: flex;
    align-items: center;
}
.wc_box{
    padding: 50px 25px 50px;
}
.slick-slide{
    outline: none;
}
/* .slick-slide,
.slick-slide .wc_box,
.slick-slide.slick-active .wc_box,
.slick-slide.slick-current .wc_box,
.slick-slide .wc_box .wc_card,
.slick-slide.slick-active .wc_box .wc_card,
.slick-slide.slick-current .wc_box .wc_card,
.slick-slide.slick-cloned .wc_box .wc_card,
.slick-slide.slick-cloned.slick-active .wc_box .wc_card,
.slick-slide.slick-cloned.slick-current .wc_box .wc_card{
    transition: all ease-in 0.4s;
} */
.slick-slide.slick-active .wc_box{
    margin-left: -25px;
}
.slick-slide.slick-current .wc_box{
    margin-left: 0;
}
.slick-slide.slick-current + .slick-slide.slick-active .wc_box{
    margin-left: 25px;
}
.wc_card {
    background-color: rgba(66, 56, 191, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 20px;
    height: 380px;
    box-shadow: 0px 0px 3px 2px rgba(34, 31, 93, 0.25);    
}
.slick-slide.slick-active .wc_box .wc_card{
    transition: height ease-in 0.4s;
}
.slick-slide.slick-cloned .wc_box .wc_card{
    transition: height ease-in 0.4s;
}
.slick-slide.slick-current .wc_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 460px;
    width: calc(100% + 100px);
    margin-left: -50px;
}
.wc_card h4{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--white);
    margin-bottom: 0;    
    transition: all ease-in 0.4s;
}
.wc_card .wc_desc{
    display: none;
    opacity: 0;
    color: var(--white);
}
.slick-slide.slick-current .wc_card .wc_desc{
    display: flex;
    opacity: 1;
    margin: 10px 0;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.slick-slide.slick-current .wc_card h4{
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
}
.wc_icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: margin-top ease-in 0.4s;
}
.wc_icon img{
    width: 100%;
}
.slick-slide.slick-current .wc_icon{
    width: 100px;
    height: 100px;
    margin-top: -65px;
}
.slick-slider.slick-dotted{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots{
    bottom: 0px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.slick-dots li button {
    background: rgba(66, 56, 191, 1);
    content: '';
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    opacity: 0.3;
    transition: all ease-in 0.2s;
}
.slick-dots li.slick-active button {
    opacity: 0.8;
}
.heroslider_main{
    width: 100%;
    display: flex;
}
.heroslider_main .hero-slider {
    width: 100%;
    position: relative;
}
.hero-slider .slick-dots li.slick-active:last-child button{
    background: var(--green);
    opacity: 1;
}
.hero-slider .slick-prev, 
.hero-slider .slick-next,
.hero-slider .slick-prev:hover, 
.hero-slider .slick-next:hover,
.hero-slider .slick-prev:focus, 
.hero-slider .slick-next:focus {
    top: 50%;
    bottom: 0;
    opacity: 0.4;
    height: 100% !important;
    width: 10% !important;
    margin: 0;
    padding: 0;
    background-image: none !important;
    z-index: 1;
}
.hero-slider .slick-prev:hover, 
.hero-slider .slick-next:hover{
    opacity: 1;
}
.hero-slider .slick-prev:focus, 
.hero-slider .slick-next:focus{
    opacity: 1;
}
.hero-slider .slick-prev::before,
.hero-slider .slick-next::before{
    content: '';
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(117, 207, 21, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.hero-slider .slick-next::before{
    margin-left: auto;
}
/* .hero-slider .slick-prev:hover:before,
.hero-slider .slick-next:hover::before{
} */
.hero-slider .slick-prev::before{
    background-image: url('../image/arrow_prev_icon.png');
}
.hero-slider .slick-next::before{
    background-image: url('../image/arrow_next_icon.png');
}
.slick-prev:before, 
.slick-next:before{
    content: none;
}
.slick-arrow.slick-disabled {
    cursor: not-allowed;
    opacity: 0.4;
    pointer-events: none;
}
.slick-arrow.slick-disabled::before {
    animation: none;
}
.slick-dots li button::before{
    content: none;
}
.slick-prev, 
.slick-next{
    top: inherit;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    opacity: 0.8;
}
.slick-prev:hover, 
.slick-prev:focus,
.slick-next:hover, 
.slick-next:focus{
    width: 40px;
    height: 40px;
    top: inherit;
    bottom: -20px;
    background-position: center center;
    background-size: 60px;
    opacity: 1;
}
.slick-prev,
.slick-prev:hover, 
.slick-prev:focus{
    left: 0;
    background-image: url('../image/chevron-left.svg');
}
.slick-next,
.slick-next:hover, 
.slick-next:focus{
    right: 0;
    background-image: url('../image/chevron-right.svg');
    
}
.slick-prev:before, 
.slick-next:before{
    content: none;
}
.section_othersay{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.section_othersay::before,
.section_othersay::after{
    content: '';
    background-color: var(--blue);
    width: 68%;
    height: 5px;
    position: absolute;
    border-radius: 10px;
}
.section_othersay::before{
    top: 0;
    left: 0;
    border-radius: 0px 10px 10px 0;
}
.section_othersay::after{
    bottom: 0;
    right: 0;
    border-radius: 10px 0px 0px 10px;
}
.section_whatus{
    border-top: 80px solid var(--white);
    border-bottom: 160px solid var(--white);
}
.video_main{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.video_main h2{
    width: 30%;
}
.video_main .video_wrp{
    width: calc(100% - 30%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video_wrp video{
    width: 100%;
}
.video_wrp iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.video_poster.videocover-hide{
    opacity: 0;
}
.playpause{    
    border-radius: 50%;    
    border: 0px;
    color: var(--white);
    transition: all ease-in 0.2s;
    cursor: pointer;    
    background-color: var(--green);
    background-image: url('../image/button_play.png');
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: center;
    width:100px;
    height:100px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    box-shadow: 0 0 0 0 rgba(117, 207, 21, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
	z-index: 9 !important;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(117, 207, 21, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(117, 207, 21, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(117, 207, 21, 0);
	}
}
section.section_heroslider {
    background-color: var(--white);
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 80px; */
    /* margin-bottom: 80px; */
    border-bottom: 80px solid var(--white);
}
.section_heroslider .container{
    max-width: 1520px;
    padding-left: 10px;
    padding-right: 10px;
}
.hero-slider.slick-slider.slick-dotted{
    margin-bottom: 0px;
    padding-bottom: 5px;
}
/* .hero-slider .slick-dots{
    bottom: inherit;
    top: 0;
} */
.hero-slider .slick-dots li{
    margin: 0;
}
.hero-slider .slick-dots button{
    margin: 0;
    border-radius: 0;
    width: 150px;
    height: 8px;
}
.hero-slider .slick-dots li:first-child button{
    border-radius: 10px 0px 0px 0px;
}
.hero-slider .slick-dots li:last-child button{
    border-radius: 0px 10px 0px 0px;
}
.hero_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.hero_twobox{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hero_box.hs_4 .hero_twobox {
    justify-content: flex-start;
}
.hero_threebox{
    width: 33.333%;
    padding: 10px;
}
.hero_threebox.hero_fourbox{
    width: 25%;
}
.hero_threebox.hero_fourbox .hero_img .hero_img_caption {
    font-size: 25px;
    line-height: 34px;
}
.hcc_dsc {
    display: flex;
    align-items: flex-end;
}
.hcc_dsc span {
    margin-left: 30px;
    display: flex;
    position: relative;
    bottom: 10px;
}
.hero_card .hero_onebox{
    /* box-shadow: 0px 0px 3px 3px rgba(119,15,229,0.25); */
    width: calc(100% - 20px);
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin: auto auto;
    height: calc(100% - 20px);
}
.hero_threebox .hero_img{
    /* box-shadow: 0px 0px 3px 3px rgba(119,15,229,0.25); */
    justify-content: flex-start;
    outline: 1px solid var(--gray100);
}
.hero_threebox .hero_img .hero_img_caption{
    padding: 10px 6px;
    margin-top: 10px;
}
.hero_img{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero_twobox .hero_img {
    width: 100%;
    max-width: 84%;
}
.hero_caption{
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 3px;
    color: var(--blue300);
    font-weight: 600;
}
.hero_caption p{
    margin-bottom: 0;
}
.hero_caption h1{
    color: var(--blue100);
    font-size: 130px;
    line-height: 175px;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-weight: 600;
}
.hero_box{
    height: 580px;
}
.hero_box.hs_1 .hero_caption{
    padding-left: 50px;
}
.hero_box.hs_4 .hero_caption{
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 39px;
    line-height: 53px;
}
.hero_box.hs_4 .hc_textright {
    display: inline-flex;
    flex-direction: column;
}
.hero_box.hs_4 .hero_caption strong{
    font-weight: 600;
}
.hctim_arrow {
    justify-content: center;
    display: flex;
    margin-top: 50px;
    width:calc(100% - 50px);
}
.hero_img_caption{
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--orage);
    font-weight: 600;
}
.hero-slider.slick-slider, 
.hero-slider .slick-list, 
.hero-slider .slick-track{
    height: 100%;
}
.hero-slider .slick-track{
    display: flex !important;
}
.hero-slider .slick-slide{
    height: inherit !important;
}
.color-orage{
    color: var(--orage);
}
.blue400{
    color: var(--blue400);
}
.blue{
    color: var(--blue);
}
.modal-backdrop{
    display: none;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal.show::before {
    content: '';
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.modal.show.cookiemodal_wrp::before{
    content: none;
}
.modal.cookiemodal_wrp.show {
    top: 140px;
    animation: cookiemodal 1.5s infinite;    
    animation-iteration-count: 1;
}
.modal.cookiemodal_wrp:not(.show) {
    top: -100%;
    animation: cookiemodalclose 1.5s infinite;    
    animation-iteration-count: 1;
}
@keyframes cookiemodal {
    0% {
        top: -100%;
    }
    50% {
        top: 140px;
    }
}
@keyframes cookiemodalclose {
    0% {
        top: 140px;
    }
    50% {
        top: -100%;
    }
}
.cookiemodal_wrp .modal-content{
    background-color: transparent;
}
.cookiemodal_wrp .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0px auto;
    max-width: 1170px;
}
.cookiemodal_wrp .modal-body{
    padding: 0;
    background-color: transparent;
    margin: 0;
}
.cookie_popup.cookieout {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cookie_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #595959;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;    
    background-color: var(--blue600);
    padding: 0px 15px;
    border-radius: 30px 0 0 30px;
}
.cookie_text {
    display: flex;
    align-items: center;
}
.cookie_popup a{
    color: var(--blue500);
}
.cookie_popup .cookie_icon {
    margin-left: -30px;
    margin-right: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    max-width: 70px;
}
.btn-outline{
    background-color: transparent;
    color: var(--blue500);
    border: 1px solid var(--blue500);
    border-radius: 14px;
    height: 28px;
    font-size: 17px;
    font-weight: 400;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all ease-in 0.2s;
}
.btn-outline:focus{
    background-color: transparent;
    color: var(--blue500);
    border: 1px solid var(--blue500);
}
.btn-outline:hover,
.btn-outline:active{
    background-color: var(--blue500);
    color: var(--white);
}
.othersay_slider{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.othersay_content{
    display: flex;
    flex-direction: column;
    width: 75%;
}
.wopr_wrp{
     display: flex;
    flex-direction: column;
    width: 40%;
    overflow: hidden;
}
.wopr_wrp .slick-list{
    padding: 0 !important;
}
.wocontentslider .slick-track{
    display: flex !important;
    align-items: flex-end;
}
.othersay_headtilte{
    display: flex;
    align-items: center;
    justify-content: center;
}
.othersay_headtilte h3{
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 4px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 20px;
}
.otherssay_card{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.otherssay_desc{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: var(--blue);
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.slick-active .otherssay_desc,
.slick-active .otherssay_title {
    animation: osfadein 1.5s infinite;    
    animation-iteration-count: 1;
}
.otherssay_title{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: var(--blue);
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 20px;
    transition: all ease-in 0.10s;
}
@keyframes osfadein {
	0% {
        opacity: 0;
        transform:scale3d(.3,.3,.3);
	}
	50% {
        opacity: 1;
	}
}
.otherssay_card hr {
    width: 2.7px;
    height: 70px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.otherssay_card hr::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    transform: scaleY(1);
    transform-origin: bottom;
}
.slick-active .otherssay_card hr::before{
    animation: linepure 1.5s infinite;
    animation-iteration-count: 1;
}
@keyframes linepure {
	0% {
        transform: scaleY(0);
	}
	100% {
        transform: scaleY(1);
	}
}
.wodotprofile .slick-slide{
    padding: 30px 0px 0px;
    margin: 0 10px;
}
.wodotprofile .slick-slide.slick-active{
    transition: all ease-in 0.2s;
}
.wodotprofile .slick-slide.slick-current{
    transform: scale(1.3);
    margin-top: -16px;
}
.wodotprofile .slick-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wodotprofile .slick-slide .otherssay_img {
    position: relative;
}
.wodotprofile .slick-slide .otherssay_img img{
    border-radius: 50%;
    border: 1px solid var(--blue);
}
.wodotprofile .slick-slide.slick-active .otherssay_img{    
    transition: all ease-in 0.4s;
    transform: scale(1);
}
/* started scroll styled */
::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 10px;
    background-color: var(--blue600);
  }
   
  ::-webkit-scrollbar-thumb {
    background: var(--blue500); 
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: var(--blue200); 
  }
  /* end scroll styled */
.form-group-age{
    position: relative;
}
.form-group-age > label{
    z-index: 1;
}
.ageradio_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 50px;
    border-radius: 36px;
    border: 1px solid var(--blue);
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px 10px 30px;
}
.ageradio_group .custom-control {
    position: relative;
    display: flex;
    padding: 0;
    min-height: inherit;
}
.ageradio_group .custom-control .custom-control-label{
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    color: var(--blue);
    opacity: 0.5;
    border: 1px solid var(--blue);
    border-radius: 20px;
    padding: 2px 10px;
    cursor: pointer;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ageradio_group .custom-control-input:checked~.custom-control-label{
    opacity: 1;
    background-color: var(--blue);
    color: var(--white);
}
.ageradio_group .custom-control .custom-control-label::before,
.ageradio_group .custom-control .custom-control-label::after{
    content: none;
}
.ageradio_group .custom-control .custom-control-input{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.hs-desktop{
    width: 100%;
}
.hs-tablet{
    width: 100%;
}
/* Started Checkbox styled */
.custom-control-label{
    cursor: pointer;
}
.custom-control-label::before{
    width: 18px;
    height: 18px;
    top: 3px;
    left: -24px;
    border-color: var(--blue600);
}
.custom-control-label:hover:before{
    border-color: var(--blue);
}
.custom-control-label::after{
    width: 18px;
    height: 18px;
    top: 3px;
    left: -24px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--blue);
    background-color: var(--blue);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--blue50);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
/* End Checkbox styled */
.form_img_wrp {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-group.form-select-group label {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    text-transform: inherit;
    line-height: 1;
    font-size: 20px;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.form-group.form-select-group {
    margin-top: 10px;
    margin-bottom: 20px;
}
.custom-select{
    border-radius: 999px;
    height: 50px;
    border-color: var(--blue);
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--blue);
    background-color: var(--gray100);
    background-image: url('../image/dropdown_arrow_icon.png');
    background-size: 20px 9px;
    padding-right: 35px;
    background-position: calc(100% - 20px) center;
}
.form-select-group .form-control{
    height: 32px;
}
.form_wrp h3{
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 1.3px;
}
.form-group .form-control.phonecode{
    padding-left: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.telcode {
    position: absolute;
    font-weight: 400;
    left: 15px;
    font-size: 17px;
}
.form-info{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.navbar-expand>.container{
    padding-left: 15px;
    padding-right: 15px;
}
.footer_copyrights {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_copyrights .copyrights{
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.footer_copyrights .copyrights .c_code {
    font-size: 18px;
    margin-right: 5px;
    color: var(--blue50);
    line-height: 1;
}
.footer_copyrights .copyrights p{
    margin-bottom: 0;
    /* font-size: 24px; */
    color: var(--blue50);
}
.navbar-nav {
    display: flex;
    align-items: center;
}
.navbar-nav .nav-link{
    color: var(--blue400);
    margin-right: 20px;    
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.navbar-nav .nav-link:hover{
    color: var(--blue);
}
.m-maincontent .modal-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: var(--blue500);
}
.m-maincontent .modal-body {
    padding: 30px;
    color: #58779d;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.m-maincontent .modal-body h5{
    font-size: 22px;
    color: var(--blue500);
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.ourstory_content {
    /* padding: 0 40px; */
    color: #707070;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.ourstory_content h2{
    font-size: 32px;
}
.ourstory_content h2 span{
    font-size: 18px;
}
.ourstory_content h3{
    color: var(--black);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.quote_txt{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ourstory_content h2.last{
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
    color: var(--black);
}
.ourstory_content ul{
    margin-bottom: 10px;
}
.modal-header {
    display: flex;
    align-items: center;
    padding: 15px 30px;
}
.modal-header .close{
    margin: 0;
    padding: 0;
    top: inherit;
}
.ourstory_right {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    padding-right: 30px;
}
.ourstory_img{    
    display: flex;
    flex-direction: column;
    position: relative;
}
.ourstory_img::before {
    content: '';
    position: absolute;
    border: 1px solid rgba(255,255,255,0.5);
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.form_left_bg_img{
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    background-size: cover;
    background-image: url('../image/form_left_image.png');
}
.cookie_box_wrp {
    position: fixed;
    max-width: 1170px;
    margin: 0px auto;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.cookie_box_wrp.show{
    top: 140px;
    animation: cookiebox 3s infinite;
    animation-iteration-count: 1;
}
.cookie_box_wrp:not(.show){
    top: -100%;
    animation: cookieboxclose 3s infinite;
    animation-iteration-count: 1;
}
@keyframes cookiebox {
    0% {
        top: -100%;
        opacity: 0;
    }
    50% {
        top: 140px;
        opacity: 1;
    }
}
@keyframes cookieboxclose {
    0% {
        top: 140px;
        opacity: 1;
    }
    50% {
        top: -100%;
        opacity: 0;
    }
}
.is-hidden {
    display: none !important;
}
.is-opacity-hidden{
    opacity: 0 !important;
    pointer-events: none !important;
}
@keyframes rotate {
    100% { transform: rotate(360deg); }
   }

   @keyframes dash {
    0% { stroke-dasharray: 1,200; stroke-dashoffset: 0; }
    50% { stroke-dasharray: 89,200; stroke-dashoffset: -35; }
    100% { stroke-dasharray: 89,200; stroke-dashoffset: -124; }
   }

   .loading {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
   }

   .loading-spinner {
     width: 50px;
     height: 50px;
   }
   .loading-spinner svg {
     position: relative;
     animation: rotate 2s linear infinite;
     height: 50px;
     width: 50px;
   }
   .loading-spinner circle {
     stroke: var(--yellowgreen);
     stroke-dasharray: 1,200;
     stroke-dashoffset: 0;
     stroke-linecap: round;
     animation: dash 1s ease-in-out infinite;
     stroke-width: 4px;
   }
   .otherssay_text{
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
   }