@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');

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button {
	font-family: 'Poppins', sans-serif !important;
}

ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

a {
	text-decoration: none !important;
}

p {
	margin: 0 !important;
}

.container {
	width: 100% !important;
	max-width: 1200px !important;
	margin: auto !important;
}

header.main_header {
	padding: 10px 0;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 99999;
}

.logo img {
	width: 100%;
	/* filter: invert(1); */
}

.menu ul {
	display: flex;
	justify-content: end;
}

.menu ul li button {
	background: #051d38;
	width: 200px;
	height: 50px;
	margin: 0 0 0 15px;
	color: #051d38;
	font-weight: 500;
	font-size: 17px;
	border-radius: 10px;
}

button.btn.btn-primary {
	background: transparent;
	border: 1px solid #48bac4;
	color: #000;
}

.menu ul li button a {
	color: #fff !important;
}

.global_btn button:hover {
	background-color: #fff !important;
}

.global_btn button:hover a {
	color: #000 !important;
}

.global_btn button.btn:nth-child(2):hover {
	background-color: #48bac4;
}

button.btn.btn-primary:hover {
	background: #051d38;
	color: #fff;
	border: 1px solid #051d38;
	transition: 0.5s;
}

.menu ul li button:hover {
	background: transparent;
	border: 1px solid #051d38;
}

.menu ul li button:hover a {
	color: #051d38 !important;
}

footer.main-footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 100px 0 30px 0;
}

.footer_social ul li span {
	background: #48bac4;
	padding: 10px 17px;
	border-radius: 50%;
	margin: 0 20px 0 0;
	font-size: 20px;
}


.row.cta_row {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
}

.footer_cta h2 {
	color: #051d38;
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	margin: 0 0 5px 0;
}

.footer_cta h2 span {
	color: #48bac4;
}

.footer_cta p {
	width: 90%;
	line-height: 25px;
	color: #000;
}

.footer_cta_btn {
	text-align: right;
}

.footer_cta_btn button {
	width: 220px;
	background: #48bac4 !important;
	height: 70px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 10px;
}

.footer_cta {
	position: relative;
}

.footer_cta:after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/vector.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 230px;
	right: -90px;
	top: -80px;
}

.footer_inner img {
	width: 35%;
	filter: brightness(0) invert(1);
}

.footer_inner p {
	color: #fff;
	font-weight: 300;
	line-height: 25px;
	margin: 25px 0 0 0 !important;
	width: 95%;
}

.footer_social {
	margin: 40px 0 0 0;
}

.footer_social ul {
	display: flex;
	align-items: center;
}

.footer_social ul li {}

.footer_social ul li svg {
	color: #000;
}

.footer_social ul li a:hover {
	background: #fff;
	transition: 0.5s;
}

.footer_info {}

.footer_info h3 {
	color: #fff;
	margin: 0;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}

.footer_info ul {
	margin: 30px 0 0 0 !important;
}

.footer_info ul li {
	display: flex;
	margin: 0 0 30px 0;
}

.footer_info ul li .icon_wrap {
	margin: 0 30px 0 0;
	font-size: 23px;
}

.footer_info ul li .icon_wrap svg {
	color: #48bac4;
}

.infor_wrap h5 {
	margin: 0 0 10px 0;
	color: #48bac4;
	font-weight: 400;
	font-size: 17px;
}

.infor_wrap p,
.infor_wrap p a {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}

hr {
	background: #fff !important;
	opacity: 1 !important;
	margin: 50px 0 40px 0 !important;
}

.bottom_line {
	text-align: center;
}

.bottom_line p {
	color: #fff;
	font-weight: 300;
}

section.sec_1 {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	box-shadow: inset 0 0 0 2000px rgb(84 76 76 / 33%);
	padding: 130px 0 60px 0;
}

.banner_inner h2 {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 20px 0;
}

.banner_inner h1 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    margin: 0 0 20px 0;
}

.banner_inner h2 span {
	color: #48bac4;
}

.banner_inner h1 span {
	color: #48bac4;
}

.banner_inner p {
	color: #fff;
	line-height: 30px;
}

.global_btn {
	margin: 30px 0 0 0;
	display: flex;
	position: relative;
	align-items: center;
	z-index: 2;
}

.global_btn button {
	background: #48bac4 !important;
	width: 200px;
	height: 65px;
	margin: 0 15px 0 0;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	border-radius: 10px;
	border: none !important;
}

.global_btn button a {
	color: #fff;
}

.global_btn button.btn:nth-child(2) {
    background: #0c1b38 !important;
    color: #fff;
}

.rating_wrap {
	margin: 30px 0 0 0;
}

.rating_wrap ul {
	display: flex;

	align-items: center;
}

.rating_wrap ul li {
	margin: 0 10px 0 0;
	color: #fff;
}

.rating_wrap ul li svg {
	color: #ffc905;
}

.bagde_logo {
	margin: 30px 0 0 0;
}

.bagde_logo ul {
	display: flex;
	justify-content: space-between;
}

.banner__form__sec {
	box-shadow: 0px 0px 20px rgb(72 186 196 / 55%);
	background: rgb(78 78 78 / 49%);
	height: 430px;
	width: 85%;
	margin-left: auto;
	padding: 40px 25px;
	text-align: center;
	border-radius: 20px;
}

.banner__form__sec p {
	color: #ffffff;
	font-size: 23px;
	line-height: 29px;
	font-weight: 600;
	text-transform: capitalize;
	width: 100%;
	line-height: 33px;
	margin: 0 0 20px 0 !important;
}

.banner__form__sec p br {
	display: none;
}

.banner__form__sec p span {
	color: #48bac4;
}

.banner__form__sec h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.banner__form__sec h3 span {
	color: #48bac4;
}

select.form-control {
	margin: 20px 0 0 0;
	height: 50px;
	outline: none;
	font-family: 'Poppins';
	font-weight: 500;
	color: #000;
}

.banner_form_btn button#nextBtn,
.banner_form_btn button#prevBtn {
	height: 50px;
	border: none;
	width: 150px;
	margin: 20px 0 0 0;
	background: #051d38;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 10px;
}

section.sec_2 {
	background: #051d38;
	padding: 30px 0;
}

section.sec_3 {
	padding: 80px 0;
	position: relative;
}

.content_wrap img {
	width: 85%;
}

.contant_wrap h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 39px;
}

.contant_wrap h2 span {
	font-weight: bold;
	color: #48bac4;
}

.contant_wrap p {
	margin: 20px 0 !important;
	color: #000;
	padding: 0 0 0 20px;
	line-height: 25px;
	font-weight: 400;
	position: relative;
	border-left: 5px solid #48bac4;
	border-radius: 8px;
}

.contant_wrap ul li {
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	color: #000;
	position: relative;
	display: flex;
}

.contant_wrap ul li svg {
	position: relative;
	left: -13px;
	font-size: 20px;
	top: 4px;
	color: #48bac4;
}


section.sec_4 {
	position: relative;
	background-image: url(../images/images-cta-img-01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding: 60px 0;
	position: relative;
}

.ceta_inner h2 {
	color: #fff;
	font-weight: 500;
	font-size: 35px;
}

.ceta_inner h2 span {
	color: #48bac4;
	font-weight: bold;
}

.ceta_inner p {
	color: #fff;
	font-size: 18px;
	width: 90%;
	margin: 20px 0 0 0 !important;
}

section.sec_5 {
	padding: 60px 0 80px 0;
	background: #f7f7f7;
}

.team_wrap {
	text-align: center;
}

.team_wrap h2 {
	font-size: 38px;
	font-weight: bold;
	color: #051d38;
}

.team_wrap h2 span {
	font-weight: bold;
	color: #48bac4;
}

.team__img__Sec {
	position: relative;
}

.team__img__Sec img {
	width: 100%;
}

.overlay__team {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px;
	justify-content: flex-end;
	background: transparent linear-gradient(180deg, #00000000 0%, #04162D 100%) 0% 0% no-repeat padding-box;
	opacity: 0;
	transition: 0.5s ease-in-out;
}

.overlay__team h5 {
	font-size: 24px;
	color: #48bac4;
	font-weight: bold;
	padding-bottom: 9px;
}

.overlay__team span {
	color: #fff;
	font-size: 20px;
}

.team__img__Sec:hover .overlay__team {
	opacity: 1;
	transition: 0.5s ease-in-out;
}

.team__img__Sec:hover .overlay__team {
	transform: translate(0px, 0%);
}

section.sec_5 .global_btn {
	justify-content: center;
}

section.sec_5 .global_btn button.btn.btn-primary:nth-child(2) {
	background: #051d38 !important;
	color: #fff;
}

section.sec_6 {
	background: #48bac4;
	padding: 80px 0;
}

.client_inner {
	text-align: center;
}

.client_inner h2 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}

.client_inner h2 span {
	color: #051d38;
}

.testimonial_wrap {}

.testimonial_wrap ul li {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.testimonial_wrap ul li .book_left {
	flex: 0 0 35%;
}

.testimonial_wrap ul li .book_right_content {
	flex: 0 0 65%;
	text-align: center;
}

.book_right_content img {
	width: 90px !important;
	height: 90px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 10px;
}

.book_right_content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 38px;
	margin: 0 0 20px 0;
}

.book_right_content ul {
	display: flex;
	justify-content: center;
	margin: 0 0 20px 0 !important;
}

.book_right_content ul li svg {
	color: #ffc800;
	font-size: 25px;
	margin: 0 10px;
}

.book_right_content p {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
}

.book_left {
	text-align: center;
}

section.sec_8 {
	background: #051d38;
	padding: 80px 0;
}

.client_inner.book_inner h2 span {
	color: #48bac4;
}

.client_inner.book_inner p {
	color: #fff;
	font-weight: 400;
}

.row.form_row {
	background: #fff;
	padding-left: 40px;
	padding-bottom: 0;
}

.right_form_img img {
	width: 100%;
}

.form_bottom {
	padding: 40px 0 0 0;
}

.form_bottom h2 {
	font-size: 31px;
	font-weight: 600;
	color: #051d38;
	line-height: 39px;
	margin: 0 0 20px 0;
}

.form_bottom h2 span {
	color: #48bac4;
}

.form_bottom p {
	color: #000;
	font-size: 20px;
	width: 80%;
	line-height: 30px;
}

.form_bottom form {
	margin: 30px 0 0 0;
}

.form_bottom form {
	display: flex;
	flex-wrap: wrap;
}

.form_bottom form .input_inner,
.form_bottom form .textarea_wrap {
	flex: 0 0 47%;
	margin: 0 20px 0 0;
}

.input_inner input,
.textarea_wrap textarea {
	padding: 0 0 0 15px;
	width: 100%;
	border: 1px solid #DBDBDB;
	background: #EBEBEB;
	margin: 0 0 15px 0;
	height: 50px;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
	outline: none !important;
}

.textarea_wrap textarea {
	height: 245px;
	padding: 20px 0 0 15px;
}

input[type="submit"] {
	margin: 0 !important;
	padding: 0 !important;
	background: #48bac4;
	border: none !important;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

section.sec_9 {
	padding: 80px 0;
}

section.sec_9 h2 {
	color: #051d38;
}

section.sec_9 h2 span {
	color: #48bac4;
}

div#accordionExample {
	width: 90%;
	margin: auto;
}

.accordion-item {
	border: none !important;
	border-top: 1px solid #ccc !important;
}

.accordion-item:last-child {
	border-bottom: 1px solid #ccc !important;
}

button.accordion-button.collapsed {
	padding: 30px 15px;
}

.accordion-button:not(.collapsed) {
	background: transparent !important;
	color: #000 !important;
	border: none !important;
	box-shadow: unset !important;
}

.accordion-button::after {
	background-image: url(../images/plus.png) !important;
	background-repeat: no-repeat;
}

.accordion-button:focus {}

button.accordion-button {
	padding: 30px 20px;
}

.accordion-button:not(.collapsed)::after {
	margin-left: auto !important;
}

section.tabs_sec {
	padding: 0 0 80px 0;
	background: #f5f5f5;
}

.tabs_inner {
	text-align: center;
	margin: 40px 0 0 0;
}

.tabs_inner h2 {
	margin: 0 0 15px 0;
	font-size: 40px;
	font-weight: bold;
	color: #051d38;
}

.tabs_inner h2 span {
	color: #48bac4;
}

.tabs_inner p {
	font-size: 17px;
	line-height: 28px;
	width: 80%;
	margin: auto !important;
}

ul#myTab {
	justify-content: center;
	border: none !important;
	margin: 30px 0 0 0 !important;
}

ul#myTab li.nav-item button {
	background: transparent;
	box-shadow: unset !important;
	border: 2px solid #48bac4 !important;
	padding: 10px 15px !important;
	border-radius: 5px;
	margin: 0 5px;
	color: #051d38;
	font-weight: 500;
}

ul#myTab li.nav-item button.active {
	background: #051d38;
	border: 2px solid #051d38 !important;
	color: #fff;
}

.tabs_inner ul li img {
	width: 95%;
	margin: auto;
	height: 400px;
}

ul#myTab li.nav-item {
	margin: 0 0 10px 0;
}

div.tab-pane {
	margin: 0;
}

.author_tabs_content {
	text-align: left;
}

.author_tabs_content p {
	width: 100%;
}

.author_tabs_img img {
	width: 80%;
}

section.sec_3:after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/wirting-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 467px;
	height: 743px;
	right: 0;
	bottom: 0;
	z-index: -2;
}

section.sec_7:after {
	-webkit-transform: unset !important;
	transform: unset !important;
	left: -20px;
	right: unset;
	background-size: 90%;
}

section.sec_3 .global_btn button.btn.btn-primary,
section.tabs_sec .global_btn button.btn.btn-primary {
	background: #051d38 !important;
	color: #fff;
	z-index: 999;
}

section.sec_3 .global_btn button.btn.btn-primary:hover {
	background-color: #48bac4 !important;
}

.modal-header {
	padding: 0 !important;
	border: none !important;
	margin-bottom: 20px;
}

.modal-body {
	padding: 0 !important;
}

.modal {
	/* background: #0000008c; */
	z-index: 999999;
}

.modal-dialog {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.popup_form_wrp {
	padding: 0 15px;
    
}

.popup_form_wrp h2 {
	font-weight: 800;
	font-size: 35px;
	color: #494949;
	margin: 0 0 10px 20px;
	position: relative;
}

.modal-content {
	padding: 30px 0;
	background: #00ffff00 !important;
}

.popup_form_wrp p {
	color: #343434;
	font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	height: 45px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-family: 'Poppins';
	font-weight: 500;
	outline: none;
	color: #000;
	border: 1px solid #48bac4;
}

.popup_form_wrp form {
	margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
	color: #000;
	font-size: 14px;
}

.popup_form_wrp form textarea {
	border-radius: 15px;
	height: 130px;
	padding: 15px 18px;
}

.popup_form_wrp form select {
	font-size: 14px;
	font-weight: 500;
}

.modal-content {
	border-radius: 20px;
}

.modal-content {
	border: none !important;
	border-radius: 20px !important;
	padding-left: 40px;
	padding-right: 40px;
}

.popup_form_wrp h2:before {
	content: '';
	display: block;
	position: absolute;
	background: #48bac4;
	width: 10px;
	height: 40px;
	left: -20px;
	border-radius: 5px;
}

span.color_form {
	color: #48bac4;
}

button.btn-close {
	position: absolute;
	z-index: 99;
	right: 115px;
	top: 50px;
	background: #48bac4;
	opacity: 1;
	border-radius: 0;
	width: 30px;
	height: 35px;
	border-bottom-left-radius: 20px;
}

button.btn-close:after {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	width: 4px;
	height: 26px;
	top: 5px;
	transform: rotate(42deg);
	left: 25px;
	border-radius: 5px;
}

button.btn-close:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	width: 4px;
	height: 26px;
	top: 5px;
	transform: rotate(129deg);
	left: 24px;
	border-radius: 5px;
}

button.btn-close:hover {
	background: #F3AD16;
	opacity: 1;
}

button.popup_button {
	background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	border: none;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
	text-transform: capitalize;
	width: 200px;
	height: 50px;
	font-family: 'Raleway';
}

button.popup_button:hover {
	background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
	background: #48bac4 !important;
	padding: 0 !important;
	color: #fff !important;
	width: 40% !important;
}

.global_btn button.btn:nth-child(2):hover {
	color: #ffffff;
	background-color: #48bac4 !important;
}

.logo_wrap ul li img {
	width: 70%;
}

ul#myTab li.nav-item button:hover {
	background: #051d38;
	border: 2px solid #051d38 !important;
	color: #fff;
}

/* .over-btns:hover{
    background-color: #051d38 !important;
    color: #fff !important;
} */

.img_cta img {
	width: 480px;
}

.content_wrap {
	text-align: right;
}

.client_inner p {
	font-size: 18px;
	width: 70%;
	margin: auto !important;
}

button.btn:hover,
button.btn:hover a {
	transition: 0.5s;
}


#regForm {
	font-family: Raleway;
	padding: 25px 25px;
	width: 500px;
	margin-left: auto;
	background: rgb(78 78 78 / 49%);
	box-shadow: 0px 0px 20px rgb(72 186 196 / 55%);
	border-radius: 10px;
	/* height: 470px; */
}

input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	font-family: Raleway;
	border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
	background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
	display: none;
}

button {
	background-color: #04AA6D;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	font-size: 17px;
	font-family: Raleway;
	cursor: pointer;
}

button:hover {
	opacity: 0.8;
}

#prevBtn {
	background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

/*   
  .step.active {
    opacity: 1;
  } */

/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #04AA6D;
}

form#regForm h2 {
	color: #ffffff;
	font-size: 23px;
	line-height: 29px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	margin: 0 0 20px 0;
}

form#regForm h2 span {
	color: #48bac4;
}

form#regForm h3 {
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}

form#regForm h3 span {
	color: #48bac4;
}

.form-group h6 {
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}

.form-group h6 span {
	color: #48bac4;
}

.dots_wrap {
	display: none;
}

.tab select.form-control {
	background: transparent;
	height: 50px !important;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	height: 50px !important;
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 300;
	outline: none !important;
}

.tab select.form-control option {
	color: #000;
}

.next_right_btn {
	text-align: center;
	margin: 20px 0 0 0;
}

.next_right_btn button#nextBtn,
.next_right_btn button#prevBtn {
	background: #051d38;
	padding: 0 40px;
	font-size: 18px;
	border-radius: 5px;
	font-family: 'Poppins';
	font-weight: 300;
	height: 50px;
	border: 2px solid #051d38;
}

.next_right_btn button#prevBtn {
	background-color: #48bac4;
	border: 2px solid #48bac4;
	padding: 0 25px;
}

.next_right_btn button#nextBtn:hover,
.next_right_btn button#prevBtn:hover {
	opacity: 1;
	background: transparent;
	border: 2px solid #48bac4;
	color: #48bac4;
	transition: 0.5s;
}

.tab input {
	height: 50px;
	font-family: 'Poppins';
	font-size: 16px;
	border: none;
	border-radius: 5px;
	padding: 0 0 0 15px;
	outline: none;
	margin: 20px 0 0 0;
}

.form-group ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px !important;
}

.form-group ul li {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
}

.form-group ul li input {
	width: 20px;
	margin: 0;
	border: none !important;
	line-height: 0;
}

.form-group ul li label {
	margin: 0 0 0 10px;
	font-size: 16px;
	color: #fff;
}

.form-group ul li:nth-child(5) input#Illustration {
	width: 30px;
}

.wrap_sec .content_wrap {
	text-align: left !important;
}

.parent_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}

.parent_fields .inner_field {
	flex: 0 0 47%;
	margin: 0 12px 20px 0px;
}

.parent_fields .inner_field select,
.parent_fields .inner_field input {
	margin-top: 0;
}

.parent_fields .inner_field p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	margin: 0 0 10px 0 !important;
}

.parent_fields .inner_field select {
	background: #fff;
	color: #000 !important;
	font-weight: 400;
	font-family: 'Poppins';
	font-size: 16px;
}

.parent_fields .inner_field input::placeholder {
	color: #000;
}

.tabs_inner ul.tabs_slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tabs_inner ul.tabs_slider li {
	flex: 0 0 16%;
}

.tabs_inner ul.tabs_slider li img {
	width: 100%;
}

.img_cta {
	position: relative;
}

section.sec_4:after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/cta-book.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 596px;
	max-width: 670px;
	background-size: 100%;
	top: -35px;
	right: 20px;
	animation: zoom-in 1s ease;
}

[data-aos="zoom-in"] {
	/* Define the styles for the zoom-in animation */
	animation: zoom-in 1s ease;
}

@keyframes zoom-in {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

.contant_wrap {
	/* position: relative; */
	/* z-index: 9999; */
}

.row.form_row .col-md-4 {
	padding-right: 0;
}

@media only screen and (max-width: 1199px) {
	.banner_inner h2 {
		font-size: 38px;
	}
	
	.banner_inner h1 {
		font-size: 38px;
	}

	.tabs_inner ul li img {
		height: auto;
	}

	section.sec_4:after {
		max-width: 530px;
		right: 0;
		top: 30px;
	}

	.ceta_inner {
		width: 80%;
	}

	.ceta_inner h2 br {
		display: none;
	}

	.form_bottom form .input_inner,
	.form_bottom form .textarea_wrap {
		margin: 0 15px 0 0;
	}
}

.modal {
	/* overflow-y: hidden !important; */
}

@media only screen and (max-width: 767px) {
    
    .logo img {
    width: 50%;
}

header.main_header .menu {
    display: none;
}

	.popup_main_hd h2 {
		padding: 0 !important;
		font-size: 17px!important;
		margin: 0 0 10px 0 !important;
	}
	.customModal:before {
    position: absolute;
    content: "";
    background: #000000a8;
    height: 100%;
    width: 100%;
	display: none;
    top: 56%;
    right: 0;
    left: 0;
    z-index: 99999;
}

	.popup_content_wrap input,
	.popup_content_wrap textarea {
		margin: 0 0 10px 0 !important;
	}

	.popup_main_hd {
		position: relative !important;
		top: -18px !important;
	}

	.popup_content_wrap form {
		position: relative !important;
		top: -17px !important;
	}


	div#exampleModal {
		height: 560px !important;
		/* position: relative; */
		top: 151px;
	}

	.row.align-items-center.here_1_row {
		display: flex !important;
		place-content: center !important;
	}

	button.btn-close {
		position: absolute !important;
		left: unset !important;
		right: 34px !important;
		bottom: unset !important;
		top: 29px !important;
		padding: 3px !important;
	}

	button.btn-close:before {
		position: relative !important;
		left: 12px !important;
		top: 0 !important;
	}

	button.btn-close:after {
		position: relative !important;
		left: 12px !important;
		top: -26px !important;
	}

	.popup_img {
		display: none;
	}

	.popup_content_wrap input[type="submit"] {
		position: unset;
	}

	.modal-content {
		padding-bottom: 0;
		padding-left: 21px;
		padding-right: 15px;
		/* border-bottom-right-radius: 21px !important; */
		padding-top: 0;
	}

	.modal-dialog {
		max-width: 96% !important;
	}

	.content_wrap img {
		width: 100%;
	}

	#regForm {
		width: 100%;
		height: fit-content !important;
	}

	.parent_fields .inner_field select {
		/* width: 100% !IMPORTANT; */
	}

	.parent_fields {
		display: flex;
		flex-wrap: wrap;
	}

	.parent_fields .inner_field {
		flex: 0 0 134px !important;
	}

	.tab ul li input {
		width: 12px !important;
		display: flex;
	}


	.global_btn button {
		padding: 0;
		font-size: 15px;
	}

	header.main_header .col-md-8 {
		display: none;
	}

	.bagde_logo ul {
		flex-wrap: wrap;
	}

	section.sec_7:after {
		display: none;
	}

	.footer_cta:after {
		display: none;
	}

	section.sec_1 {
		height: auto;
		padding: 100px 0 !important;
		background: url(../images/mbl-Banner.png);
	}

	.logo {
		text-align: center;
	}

	.banner_inner h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.banner_inner h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.rating_wrap ul {
		justify-content: center;
	}

	.bagde_logo ul li {
		flex: 0 0 50%;
		text-align: center;
		margin: 0 0 20px 0px;
	}

	.bagde_logo ul li img {
		width: 70%;
	}

	.banner__form__sec {
		width: 100%;
	}

	.content_wrap {
		text-align: center;
	}

	.contant_wrap h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.contant_wrap {
		margin: 30px 0 0 0;
	}

	.tabs_inner p {
		width: 100%;
		font-size: 16px;
		line-height: 25px;
	}

	ul#myTab li.nav-item {
		flex: 0 0 30%;
	}

	ul#myTab li.nav-item button {
		width: 94%;
		padding: 0 !important;
		height: 50px;
		font-size: 12px;
	}

	.tabs_inner ul li img {
		width: 100%;
		height: auto;
	}

	section.sec_4 {
		height: auto;
		padding: 60px 0;
	}

	.ceta_inner h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.ceta_inner h2 br {
		display: none;
	}

	.tabs_inner h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.team__img__Sec {
		margin: 0 0 20px 0;
	}

	.testimonial_wrap ul li {
		display: block !important;
	}

	.testimonial_wrap ul li .book_left img {
		display: block;
		margin: auto;
		margin-bottom: 30px;
	}

	.book_right_content p {
		font-size: 17px;
		line-height: 30px;
	}

	.client_inner h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.row.form_row {
		padding-left: 10px;
		padding-right: 10px;
	}

	.form_bottom h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.form_bottom p {
		width: 100%;
		font-size: 16px;
		line-height: 25px;
	}

	.form_bottom form {
		display: block;
	}

	input[type="submit"] {
		position: relative;
		top: 260px;
	}

	.textarea_wrap {
		margin: -50px 0 80px 0 !important;
	}


	.form_bottom form .input_inner {
		margin: 0 !important;
	}

	div#accordionExample {
		width: 100%;
	}

	.row.cta_row {
		padding: 30px 15px;
	}

	.footer_cta_btn {
		text-align: center;
		margin: 40px 0 0 0;
	}

	.footer_cta p {
		width: 100%;
	}

	.footer_cta h2 {
		font-size: 26px;
	}

	.footer_info {
		margin: 30px 0 0 0;
	}

	.tabs_inner ul.tabs_slider li {
		flex: 0 0 30%;
		margin: 0 10px 10px 0;
	}

	section.sec_4:after {
		display: none;
	}

	.ceta_inner {
		width: 100%;
	}

	h2 {}

	.ceta_inner p {
		width: 100%;
		font-size: 16px;
		font-weight: 400;
	}

	div#Writing {}

	div#myTabContent {}

	.tabs_inner .row.align-items-center {
		margin-top: 30px;
	}

	.author_tabs_img {
		margin: 0 0 30px 0;
	}

	section.sec_5 {
		padding-top: 0;
	}

	.team_wrap h2 {
		font-size: 30px;
	}

	section.sec_3.sec_7 {
		padding: 30px 0;
	}

	section.sec_3.sec_7 .content_wrap {
		margin: 30px 0 0 0;
	}

	.client_inner.book_inner p {
		width: 100%;
		font-size: 16px;
		font-weight: 400;
	}

	.client_inner p {
		width: 100%;
		font-size: 16px;
	}

}


.modal-dialog {
	width: 100% !important;
	max-width: 1080px !important;
}

.popup_img img {
	width: 79%;
}

.popup_img {
	text-align: center;
}

.popup_main_hd h2 {
	font-size: 22px;
	color: #051d38;
	margin: 0 0 30px 0;
}

.popup_main_hd h2 span {
	color: #48bac4;
	font-weight: bold;
}

.popup_content_wrap input,
.popup_content_wrap textarea {
	height: 55px;
	margin-bottom: 18px;
	font-size: 15px;
	border: 1px solid #ced4da;
	font-family: 'Poppins';
	color: #495059;
	padding: 0 0 0 15px;
	outline: none !important;
	width: 100%;
}

.popup_content_wrap textarea {
	height: 150px;
	padding: 15px 0 0 15px;
	FONT-VARIANT: JIS04;
	FONT-VARIANT: JIS04;
}

.popup_content_wrap input::placeholder,
.popup_content_wrap textarea::placeholder {
	color: #495057;
}

.popup_content_wrap input[type="submit"] {
	width: 30%;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	background: #051d38;
	height: 60px;
}

.modal-dialog {
	top: 5%;
}

/* animation */

.animation-element {
	opacity: 0;
	position: relative;

	&.slide-left {
		-webkit-transition: all 1500ms ease;
		-moz-transition: all 1500ms ease;
		-o-transition: all 1500ms ease;
		transition: all 1500ms ease;
		opacity: 0;
		-moz-transform: translate3d(-100px, 0px, 0px);
		-webkit-transform: translate3d(-100px, 0px, 0px);
		-o-transform: translate(-100px, 0px);
		-ms-transform: translate(-100px, 0px);
		transform: translate3d(-100px, 0px, 0px);
	}

	&.slide-left-2 {
		-webkit-transition: all 2000ms ease;
		-moz-transition: all 2000ms ease;
		-o-transition: all 2000ms ease;
		transition: all 2000ms ease;
		opacity: 0;
		-moz-transform: translate3d(-100px, 0px, 0px);
		-webkit-transform: translate3d(-100px, 0px, 0px);
		-o-transform: translate(-100px, 0px);
		-ms-transform: translate(-100px, 0px);
		transform: translate3d(-100px, 0px, 0px);
	}

	&.slide-right {
		-webkit-transition: all 1500ms ease;
		-moz-transition: all 1500ms ease;
		-o-transition: all 1500ms ease;
		transition: all 1500ms ease;
		opacity: 0;
		-moz-transform: translate3d(100px, 0px, 0px);
		-webkit-transform: translate3d(100px, 0px, 0px);
		-o-transform: translate(100px, 0px);
		-ms-transform: translate(100px, 0px);
		transform: translate3d(100px, 0px, 0px);
	}

	&.slide-left.in-view,
	&.slide-right.in-view,
	&.slide-left-2.in-view {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}
}


@import "compass/css3";

/* * {
  @include box-sizing(border-box); 
} */


.module {}

.come-in {
	transform: translate3d(0, 100px, 0);
	animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
	animation-duration: 1.5s;
}

.already-visible {
	transform: translate3d(0, 0, 0);
	animation: none;
}

@keyframes come-in {
	to {
		transform: translate3d(0, 0, 0);
	}
}

.testimonial_wrap ul li .book_left img {
	width: 90%;
}


div#exampleModal {
	z-index: 99999;
}

.modal-dialog {
	top: -30px !important;
}

form#regForm select.form-control {
	height: 40px;
	margin: 5px 0px 10px 0px;
}


.sec_4:before {
    position: absolute;
    content: "";
    /* background: #f5f5f5; */
    height: 100%;
    width: 5px;
    right: 39%;
}
span.arrowd_wn {
    position: absolute;
    right: 14px;
    top: 9px;
    color: #051d38;
    cursor: pointer;
}
form#regForm .form-group {
    position: relative;
    z-index: 3;
}

.dfle {
    display: flex;
    justify-content: center;
    gap: 15px;
}











.floatbutton.active{right: 0;z-index: 11;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: fixed;right: -370px;top: 22%;font-size: 0;width: 420px;/* transform: translateY(-50%); */z-index: 9;}
.floatbutton .clickbutton{border-radius: 30px 0px 0px 30px;background: #fff;width: 50px;z-index: 999;height: 270px;cursor: pointer;box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);display: inline-block;padding-top: 0;vertical-align: top;background: #48bac4;margin-top: 198px;color: #fff;font-size: 14px;font-weight: 700;position: relative;text-transform: uppercase;font-family: 'Poppins', sans-serif;-ms-box-shadow: 0px 0px 40px #00000026;-o-box-shadow: 0px 0px 40px #00000026;/* border: 1px solid #07379a; */}
.floatbutton .clickbutton .crossplus:before{content: ""; display:none;position: absolute;width: 20px;height: 2px;right: 0;background: #fbb334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus:after{content: ""; display:none;position: absolute;width: 2px;height: 20px;right: 0;background: #fab334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus{position: relative;display: block;transform: rotate(0deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: absolute;display: block;transform: rotate(-90deg);-webkit-transition: 0.4s;font-size: 16px;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;left: -79px;white-space: pre;bottom: 122px;font-weight: bold;}
.floatbutton .clickbutton .crossplus.rotate{/* transform: rotate(45deg); */-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #f43535;margin: 17px 0 0 15px;}
.banner-form{background: #fff;padding: 30px;position: relative;z-index: 9;border-radius: 5px 0 0 5px;margin: 0;width: 370px;display: inline-block;box-shadow: 0px 0px 30px #0000001f;}
.banform{}
.ban-form{}
.ban-form input{width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;height: 50px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;}
.banner-form .intl-tel-input{width: 100%;}
.banner-form h3 {color: #333;font-size: 24px;margin-bottom: 20px;}
.ban-form input[type="submit"]{color: #fff;font-weight: 600;background:#051d38;border-radius: 3px;text-align: center;/* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */padding: 10px 15px;margin: 20px 0 0;border: transparent;}
.ban-form textarea{width: 100%;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;font-weight: 400;height: 120px;outline: none !important;margin: 15px 0 0px 0;}



.btns_wrap{position:fixed;right: -6px;}
.btns_wrap a:hover{text-decoration: none!important;right: 0px;}
.btns_wrap .call_wrap{width: 280px;position: absolute;right: -225px;background: #fff;top: 120px;padding: 0;border-radius: 50px 0px 0px 50px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

.btns_wrap .call_wrap span{color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 20px 15px 15px;}
.btns_wrap .chat_wrap{display: block;position: absolute;right: -225px;width: 280px;padding: 0;background: #fff;top: 40px;border-radius: 0px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 50px 0px 0px 50px;}
.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo{color: #fff;background: #48bac4;font-size: 18px;padding: 18px 20px 16px;border-right: 1px solid #ded9d9;vertical-align: middle;display: inline-block;border-radius: 50px 0px 0px 50px;}
.btns_wrap .chat_wrap span{color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 30px 15px 15px;}
/*floating strips css end */

