h1,
h2,
h3,
h4,
.h5,
h6,
p,
a,
span,
li,
button {

  font-family: 'Poppins', sans-serif !important;

}

.logo_slider:not(.slick-initialized) {

  display: flex;

}

.testimonial_slider:not(.slick-initialized) li {

  display: none !important;

}

.testimonial_slider:not(.slick-initialized) li:nth-child(1) {

  display: flex !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: 18px 0;/*position: fixed;*/width: 100%;background: #fff;z-index: 9999999;}

.ck_chat_send-button {

  padding: 0;

}

.logo img {width: 64%;/* filter: hue-rotate(184deg) brightness(3.7); */}

.menu ul {

  display: flex;

  justify-content: end;

}

.menu ul li button {

  background: #0a2f66;

  width: 200px;

  height: 50px;

  margin: 0 0 0 15px;

  color: #0a2f66;

  font-weight: 500;

  font-size: 17px;

  border-radius: 10px;

}

button.btn.btn-primary {

  background: transparent;

  border: 1px solid #0a2f66;

  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: #0a2f66;

}

button.btn.btn-primary:hover {

  background: #0a2f66;

  color: #fff;

  border: 1px solid #0a2f66;

  transition: 0.5s;

}

.menu ul li button:hover {

  background: transparent;

  border: 1px solid #0a2f66;

}

.menu ul li button:hover a {

  color: #0a2f66 !important;

}

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

footer.main-footer .d-flex {

  justify-content: flex-end;

}

.footer_social ul li a {

  background: #0a2f66;

  padding: 10px 17px;

  border-radius: 50%;

  margin: 0 20px 0 0;

  font-size: 20px;

}

.bottom_line a {

  text-decoration: none;

  color: #fff;

}

.row.cta_row {

  background: #fff;

  border-radius: 20px;

  padding: 40px;

}

.footer_cta h2 {

  color: #0a2f66;

  font-size: 32px;

  font-weight: 500;

  line-height: 42px;

  margin: 0 0 5px 0;

}

.footer_cta h2 span {

  color: #0a2f66;

}

.footer_cta p {

  width: 90%;

  line-height: 25px;

  color: #000;

}

.footer_cta_btn {

  text-align: right;

}

.footer_cta_btn button {

  width: 220px;

  background: #0a2f66 !important;

  height: 70px;

  font-size: 18px;

  font-weight: 500;

  border-radius: 10px;

  color: #fff !important;

}

.footer_cta {

  position: relative;

}

.footer_cta:after {

  content: '';

  display: block;

  position: absolute;

  background-image: url(../images/vector.webp);

  background-repeat: no-repeat;

  width: 150px;

  height: 230px;

  right: -90px;

  top: -80px;

}

.footer_inner img {width: 45%;/* filter: brightness(1) invert(1); *//* filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(86deg) brightness(111%) contrast(100%); */}

.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: #fff;

}

.infor_wrap .h5 {

  margin: 0 0 10px 0;

  color: #fff;

  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;

  font-size: 14px;

}

section.sec_1 {
  background-image: url(../images/banner.webp);
  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: 100px 0 60px 0;
  position: relative;
  z-index: 1;
}

section.sec_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.4);
  z-index: -1;
}



.banner_inner h2 {

  color: #fff;

  font-size: 40px;

  font-weight: bold;

  line-height: 50px;

  margin: 0 0 20px 0;

}

.banner_inner h2 span {

  color: #1278DC;

  text-shadow: 1px 1px 12px #000;

}

.fldset label a {

  color: #1278DC;

  font-weight: 500;

  font-size: 13px;

  text-decoration: underline !important;

}

.banner_inner p {

  color: #fff;

  line-height: 30px;

}

.fldset label a {

  color: #ffffff;

}

.global_btn {

  margin: 20px 0 0 0;

  display: flex;

  align-items: center;

}

.global_btn button {

  background: #0a2f66 !important;

  width: 200px;

  height: 50px;

  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: #0a2f66 !important;

  color: white;

}

.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: #0a2f66;

}

.banner__form__sec h3 {

  font-size: 20px;

  font-weight: 500;

  color: #fff;

}

.banner__form__sec h3 span {

  color: #0a2f66;

}

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: #0a2f66;

  color: #fff;

  font-size: 18px;

  font-weight: 400;

  border-radius: 10px;

}

section.sec_2 {

  background: #0a2f66;

  padding: 30px 0;

}

section.sec_3 {

  padding: 80px 0;

  position: relative;

  z-index: 1;

}

.content_wrap img {

  width: 85%;

}

.contant_wrap h2 {

  font-size: 32px;

  font-weight: 500;

  line-height: 42px;

}

.contant_wrap h2 span {

  font-weight: bold;

  color: #0a2f66;

}

.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 #0a2f66;

  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: #0a2f66;

}

section.sec_4 {

  background-image: url(../images/images-cta-img-01.webp);

  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: #1278DC;

  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: #0a2f66;

}

.team_wrap h2 span {

  font-weight: bold;

  color: #0a2f66;

}

.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: #0a2f66;

  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: #0a2f66 !important;

  color: #fff;

}

section.sec_6 {

  background: #0a2f66;

  padding: 80px 0;

  height: auto;

}

.client_inner {

  text-align: center;

}

.client_inner h2 {

  font-size: 38px;

  font-weight: bold;

  color: #fff;

}

.client_inner h2 span {

  color: #1278DC;

}

.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: #0a2f66;

  padding: 80px 0;

}

.client_inner.book_inner h2 span {

  color: #1278DC;

}

.client_inner.book_inner p {

  color: #fff;

  font-weight: 400;

}

.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: 35px;

  font-weight: 600;

  color: #0a2f66;

  line-height: 39px;

  margin: 0 0 15px 0;

}

.form_bottom h2 span {

  color: #0a2f66;

}

.form_bottom p {

  color: #000;

  font-size: 19px;

  width: 80%;

  line-height: 25px;

}

.form_bottom form {

  margin: 20px 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: 45px;

  font-family: 'Poppins';

  font-size: 16px;

  font-weight: 400;

  outline: none !important;

}

.textarea_wrap textarea {

  height: 225px;

  padding: 20px 0 0 15px;

}

input[type="submit"] {

  margin: 0 !important;

  padding: 0 !important;

  background: #0a2f66;

  border: none !important;

  color: #fff;

  font-size: 18px;

  font-weight: 600;

}

section.sec_9 {

  padding: 80px 0;

}

section.sec_9 h2 {

  color: #0a2f66;

}

section.sec_9 h2 span {

  color: #0a2f66;

}

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.webp) !important;

  background-repeat: no-repeat;

}

.accordion-button:focus {}

button.accordion-button {

  padding: 30px 20px 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: #0a2f66;

}

.tabs_inner h2 span {

  color: #0a2f66;

}

.tabs_inner p {

  font-size: 18px;

  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;border: 2px solid #0a2f66;padding: 10px 15px;border-radius: 5px;margin: 0 5px;color: #0a2f66;font-weight: 500;}

ul#myTab li.nav-item button.active {background: #0a2f66;/* border: 2px solid #0a2f66 !important; */color: #fff;}

.tabs_inner ul li img {

  width: 95%;

  margin: auto;

  height: auto;

}

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.webp);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  width: 467px;

  height: 743px;

  right: 0;

  bottom: 0;

}

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: #0a2f66 !important;

  color: #fff;

  z-index: 999;

}

section.sec_3 .global_btn button.btn.btn-primary:hover {

  background-color: #0a2f66 !important;

}

.modal-header {

  padding: 0 !important;

  border: none !important;

  margin-bottom: 20px;

}

.modal-body {

  padding: 0 !important;

}

.modal {

  background: #0000008c;

}

.modal-dialog {

  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

}

.popup_form_wrp {

  padding: 0 15px;
  /*  text-align: center; */

}

.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 #0a2f66;

}

.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: #0a2f66;

  width: 10px;

  height: 40px;

  left: -20px;

  border-radius: 5px;

}

span.color_form {

  color: #0a2f66;

}

button.btn-close {

  position: absolute;

  z-index: 99;

  right: 115px;

  top: 50px;

  background: #0a2f66;

  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: #0a2f66 !important;

  padding: 0 !important;

  color: #fff !important;

  width: 40% !important;

}

.global_btn button.btn:nth-child(2):hover {

  color: #ffffff;

  background-color: #0a2f66 !important;

}

.logo_wrap ul li img {

  width: 70%;

}

ul#myTab li.nav-item button:hover {background: #0a2f66;border: 2px solid #0a2f66;color: #fff;}

/* .over-btns:hover{

    background-color: #0a2f66 !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: 40px 25px;

  width: 480px;

  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: #0a2f66;

}

form#regForm h3 {

  margin: 0;

  text-align: center;

  font-size: 20px;

  font-weight: 400;

  color: #ffffff;

}

form#regForm h3 span {

  color: #0a2f66;

}

.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: #0a2f66;

  padding: 0 40px;

  font-size: 18px;

  border-radius: 5px;

  font-family: 'Poppins';

  font-weight: 300;

  height: 50px;

  border: 2px solid #0a2f66;

}

.next_right_btn button#prevBtn {

  background-color: #0a2f66;

  border: 2px solid #0a2f66;

  padding: 0 25px;

}

.next_right_btn button#nextBtn:hover,
.next_right_btn button#prevBtn:hover {

  opacity: 1;

  background: transparent;

  border: 2px solid #0a2f66;

  color: #0a2f66;

  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;

}

.tab ul {

  display: flex;

  flex-wrap: wrap;

  margin-top: 20px !important;

}

.tab ul li {

  flex: 0 0 50%;

  display: flex;

  align-items: center;

}

.tab ul li input {

  width: 20px;

  margin: 0;

  border: none !important;

  line-height: 0;

}

.tab ul li label {

  margin: 0 0 0 10px;

  font-size: 16px;

  color: #fff;

}

.tab 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: auto;
  height: 350px;
}

.img_cta {

  position: relative;

}

section.sec_4:after {content: '';display: block;position: absolute;background-image: url(../images/cta-book.webp);background-repeat: no-repeat;width: 100%;height: 458px;max-width: 518px;background-size: contain;top: -26px;right: 20px;animation: zoom-in 1s ease;transform: rotate(3deg);}

[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;

}

.form_row .col-md-4 {

  padding-right: 0;

}

@media only screen and (max-width: 1355px) {

  .popup_img img {

    width: 68% !important;

  }

  .popup_content_wrap input {

    height: 45px !important;

  }

  .ututut {

    margin-left: -50px !important;

  }

  .popup_content_wrap textarea {

    height: 117px !important;

  }

  button.btn-close {

    right: 150px !important;

    top: 58px !important;

  }

  section.sec_4:after {

    height: 490px;

    max-width: 580px;

  }

}

@media only screen and (max-width: 1199px) {

  .banner_inner h2 {

    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) {
    .pro-content h2 {
        width: 100% !important;
    }
    section.process {
        padding: 60px 0 !important;
    }
    .process-boxes .box {
        width: 100% !important;
        padding: 30px !important;
    }

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {

    position: absolute;

    top: unset;

    bottom: -60px;

    display: flex;

    justify-content: center;

    align-items: center;

    left: 130px;

    right: unset;

    font-size: 0;

    background: transparent;

  }

  button.slick-prev.slick-arrow::after {

    content: "\f053";

    font-family: 'FontAwesome';

    color: black;

    display: block;

    font-size: 29px;

  }

  button.slick-next.slick-arrow::after {

    content: "\f054";

    font-family: 'FontAwesome';

    color: black;

    display: block;

    font-size: 29px;

  }

  button.slick-next.slick-arrow {

    left: unset;

    right: 130px;

  }

  .popup_main_hd h2 {

    padding: 0 !important;

    margin: 0 0 10px 0 !important;

  }

  .ban-form input[type=submit] {

    position: relative;

    top: 10px;

  }

  .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: 100vh !important;

    /* position: relative; */

    top: 0px;

  }

  .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: 58px !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-left: 15px;

    padding-right: 15px;

    border-bottom-right-radius: 21px !important;

  }

  .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;

    height: 50px;

  }

  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: 70px 0 40px;

  }

  .logo {

    text-align: center;

  }

  .banner_inner h2 {

    font-size: 27px;

    line-height: 36px;

    margin: 0 0 6px;

  }

  .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 50%;

  }

  ul#myTab li.nav-item button {

    width: 94%;

    padding: 0 !important;

    height: 50px;

    font-size: 14px;

  }

  .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;

  }

  .banner-form {

    padding: 15px;

  }

  .testimonial_wrap ul li .book_right_content {

    flex: 0 0 100%;

  }

  .testimonial_wrap ul li .book_left {

    display: none;

  }

  hr {

    margin: 7px 0 20px 0 !important;

  }

  section.sec_9 {

    padding: 50px 0;

  }

  button.accordion-button.collapsed {

    padding: 15px 10px;

  }

  section.tabs_sec {

    padding: 0 0 40px 0;

  }

  .book_right_content p {

    font-size: 17px;

    line-height: 30px;

  }

  .client_inner h2 {

    font-size: 30px;

    line-height: 40px;

  }

  .form_row {

    padding-left: 10px;

    padding-right: 10px;

  }

  .form_bottom h2 {

    font-size: 22px;

    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;

  }

  .bottom_line {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .bottom_line {gap: 0.5rem;text-align: center;flex-wrap: wrap;justify-content: center !important;}

  footer.main-footer .d-flex {
    display: block;
  }

}

.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: 29px;

  color: #0a2f66;

  margin: 0 0 30px 0;

}

.popup_main_hd h2 span {

  color: #0a2f66;

  font-weight: bold;

}

.popup_content_wrap input,
.popup_content_wrap textarea {

  height: 40px;

  margin-bottom: 15px;

  font-size: 14px;

  border: 1px solid #ced4da;

  font-family: 'Poppins';

  color: #495059;

  padding: 0 0 0 14px;

  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: #0a2f66;

  height: 41px;

}

.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: 75%;

  margin-left: 30px;

}

div#exampleModal {

  z-index: 99999;

}

.modal-dialog {

  top: -30px !important;

}

.disclaimer.mt-4.mb-4 {
  margin: 0 !important;
  padding: 20px 0;
  background: black;
  color: white;
}

/* contact  */
.contact-box {
	background-color: #151515;
	padding: 40px 20px;
	border-radius: 20px;
}

.contact-box h5 {
	font-size: 36px;
	color: #fff;
}

.contact-box h5 span {
	color: #1278DC;
}

.contact-box p {
	color: #fff;
}

.cta-cnt h3 {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	font-family: "Barlow";
}

.cta-cnt h3 span {
	color: #ebb305;
}

.cta-btn {
	display: flex;
	column-gap: 30px;
}

section.cta .row {
	align-items: center;
}

.cta-btns {
	display: flex;
	column-gap: 15px;
	align-items: center;
}

.cta-btns img {
	height: 100%;
}

.cta-btns a.banner-call span {
	color: #fff;
}

section.cta a.about-quote {
	background-color: #fff;
	color: #000;
}

a.banner-call {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

a.banner-call:hover {
    color: #fff;
}

.contact-box {
	background-color: #151515;
	padding: 40px 30px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.contact-box .cta-btns {
	margin: 30px 0;
}

.cta-btns a.banner-call span {
	color: #1278DC;
	font-weight: bold;
	font-size: 25px;
}

section.contact {
	padding: 75px 0;
	background-image: url(../images/contact-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-box h5 {
	margin-bottom: 25px;
	font-weight: 600;
}

section.contact form input,
section.contact  form textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #000;
	height: 40px;
	background: 0 0;
	outline: 0;
}

section.contact form textarea {
	height: 150px !important;
	padding: 15px 0;
}

section.contact form input,
section.contact  form textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	height: 40px;
	background: 0 0;
	outline: 0;
	padding-left: 15px;
	background: #fff;
}

section.contact form input#checkbox {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.form_submission .btn_2.tilt,
section.contact .btn_2.tilt {
	border-radius: 30px;
	background-color: #1278DC;
	padding: 14px 25px !important;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: 0.5s;
	text-decoration: none;
	border: unset;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	height: unset;
}

.form_submission .btn_2.tilt:hover,
section.contact .btn_2.tilt:hover {
	/*box-shadow: inset 0 0 0 50px #000000;*/
	color: #fff;
}

section.contact .row {
	/* align-items: center; */
}

section.contact .sec10_left {
	margin: 25px;
}


section.contact form input:focus {
	border: 1px solid #000;
}

section.contact form textarea:focus {
	border: 1px solid #000;
}

.about-img img {
	width: 100%;
}

.about-cnt h4 {
	font-size: 30px;
	color: #1278DC;
	padding: 0 0 6px;
}

.about-cnt h2 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
}

.about-cnt p{
    padding: 8px 0 15px;
    line-height: 22px;
    color: #fff;
}

/* new sec  */
.port_img {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.port_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

ul.port-tabs.d-flex {
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
    border: none
}

ul.port-tabs.d-flex li {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #1278DC;
    border-radius: 10px;
    width: 100px;
    transition: 700ms;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}
ul.port-tabs.d-flex li:hover {
    transform: scale(1.1);
    transition: 500ms;
    background: #1278DC
}

ul.port-tabs.d-flex li:hover button {
    filter: invert(1)
}

li.current {
    background: #1278DC;
    color: #fff
}

ul.port-tabs.d-flex li img {
    width: 46px;
    height: 46px;
    object-fit: contain
}

section.incredible_book {
    padding: 50px 0;
    background: #edededcc
}

.port_cont h3 {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 600
}

.port_cont p {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 400;
    margin: 15px 0
}

.port_cont {
    width: 91%
}

section.best_seller {
    background: #183d5a69;
    position: relative
}

.seller_cont h3 {
    font-size: 41px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: capitalize;
    color: #fff
}

.seller_cont p {
    font-weight: 400;
    font-size: 15px;
    color: #fff
}

.seller_cont h6 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px
}
ul.port-tabs.d-flex li button {
    background: #fff0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0;
    color: #000 !important;
}


/* our process  */
section.process {
  padding: 90px 0;
}

.pro-content {
  text-align: -webkit-center;
}
.pro-content h2 {
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 700;
    width: 45%;
    margin: 0 auto 30px;
}
.pro-content p {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 15px;
}
.process-boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
}
.process-boxes .box {
  width: 31%;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  background: white;
}

.process-boxes .box img {
  height: 60px;
  margin-bottom: 30px;
}

.process-boxes .box h6 {
  font-size: 100px;
  font-weight: 800;
  position: absolute;
  right: 30px;
  top: 0;
}

.process-boxes .box h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 17px;
}

.process-boxes .box p {
  font-size: 14px;
  height: 100px;
  overflow-x: auto;
  padding-right: 20px;
  text-align: justify;
  line-height: 22px;
}
.process-boxes .box p::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}
.process-boxes .box p::-webkit-scrollbar-track {
  background: #cdcdcd;
}
.process-boxes .box p::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.process-boxes .box p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.process-boxes .box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(270deg, #1c6bb5, #fee210, #cd2027, #1c6bb5);
  background-size: 600% 600%;
  animation: gradientBorder 6s ease infinite;
}

@keyframes gradientBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* end our process  */

section.cta {
  background: black;
  padding: 50px 0;
}
.cta-content h2 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  text-transform: capitalize;
  margin-bottom: 19px;
}
.cta-content p {
  color: white;
}

section.cta .buttons {
  justify-content: flex-end;
}

section.cta .buttons a {
  background: #ffffff;
  color: black;
  padding: 13px 35px;
  border-radius: 3px;
  border: 1px solid white;
  font-weight: 500;
  transition: 0.5s all;
  text-transform: uppercase;
}
section.cta .buttons a:hover {
  background: transparent;
  color: white;
}