@font-face {
  font-family: "AvenirNextLTCom-Demi";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Demi.eot");
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Demi.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Demi.woff") format("woff"), url("../../../assets/fonts/landing/AvenirNextLTCom-Demi.ttf") format("truetype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Demi.svg#AvenirNextLTCom-Demi") format("svg");
}
@font-face {
  font-family: "AvenirNextLTCom-Bold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Bold.eot");
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Bold.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Bold.woff") format("woff"), url("../../../assets/fonts/landing/AvenirNextLTCom-Bold.ttf") format("truetype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Bold.svg#AvenirNextLTCom-Bold") format("svg");
}
@font-face {
  font-family: "AvenirNextLTCom-Medium";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Medium.eot");
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Medium.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Medium.woff") format("woff"), url("../../../assets/fonts/landing/AvenirNextLTCom-Medium.ttf") format("truetype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Medium.svg#AvenirNextLTCom-Medium") format("svg");
}
@font-face {
  font-family: "AvenirNextLTCom-Regular";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Regular.eot");
  src: url("../../../assets/fonts/landing/AvenirNextLTCom-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Regular.woff") format("woff"), url("../../../assets/fonts/landing/AvenirNextLTCom-Regular.ttf") format("truetype"), url("../../../assets/fonts/landing/AvenirNextLTCom-Regular.svg#AvenirNextLTCom-Regular") format("svg");
}
@font-face {
  font-family: "UnderlandDEMO-Regular";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/landing/UnderlandDEMO-Regular.eot");
  src: url("../../../assets/fonts/landing/UnderlandDEMO-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/landing/UnderlandDEMO-Regular.woff") format("woff"), url("../../../assets/fonts/landing/UnderlandDEMO-Regular.ttf") format("truetype"), url("../../../assets/fonts/landing/UnderlandDEMO-Regular.svg#UnderlandDEMO-Regular") format("svg");
}
.font-rg {
  font-family: "AvenirNextLTCom-Regular" !important;
}

.font-sm {
  font-family: "AvenirNextLTCom-Demi" !important;
}

.font-md {
  font-family: "AvenirNextLTCom-Medium" !important;
}

a.default-color {
  color: #2B2B2B;
}
a.default-color:hover {
  color: #676767;
}
a.theme-color {
  color: #747474;
}
a.theme-color:hover {
  color: #676767;
}
a:focus-visible {
  outline: none;
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
@keyframes progressive {
  0% {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "AvenirNextLTCom-Regular";
  background: #ffffff;
  position: relative;
  color: #2B2B2B;
}
@media (max-width: 1599px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 14px;
  }
}

a,
.btn {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*scroll css*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #E1E1E1;
}

::-webkit-scrollbar-thumb {
  background-color: #B6B6B6;
  border-radius: 8px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1430px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.toppad {
  padding-top: 75px;
}
@media (max-width: 1439px) {
  .toppad {
    padding-top: 67px;
  }
}
@media (max-width: 1199.98px) {
  .toppad {
    padding-top: 67px;
  }
}
@media (max-width: 767.98px) {
  .toppad {
    padding-top: 52px;
  }
}

.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  width: 12px;
  height: 12px;
  line-height: 12px;
  pointer-events: none;
  opacity: 0.2;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000;
  opacity: 0.07;
}

.mainContent {
  padding: 60px 0;
}
@media (max-width: 1199.98px) {
  .mainContent {
    padding: 50px 0px;
  }
}
@media (max-width: 991.98px) {
  .mainContent {
    padding: 40px 20px;
  }
}
@media (max-width: 767.98px) {
  .mainContent {
    padding: 20px 10px;
  }
}

.no-gutters > [class*=col-] {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .no-gutters > [class*=col-] {
    margin-bottom: 15px;
  }
}

.h24 {
  font-size: 24px;
}
@media (max-width: 1399px) {
  .h24 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .h24 {
    font-size: 18px !important;
    padding: 25px 0 !important;
  }
}
@media (max-width: 767.98px) {
  .h24 {
    font-size: 14px !important;
  }
}

.h40 {
  font-size: 40px;
  font-family: "AvenirNextLTCom-Demi";
}
@media (max-width: 1399px) {
  .h40 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .h40 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .h40 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .h40 {
    font-size: 20px;
  }
}

.reddot {
  background-color: #D85D5D;
  width: 7px;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 7px;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .reddot {
    top: 0;
  }
}

.graybox {
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 50px;
  text-align: center;
  min-height: 560px;
  position: relative;
}
.graybox_heading {
  font-size: 48px;
  font-family: "AvenirNextLTCom-Demi";
}
.graybox_subheading {
  font-family: "AvenirNextLTCom-Demi";
}
.graybox_subtitle {
  font-family: "AvenirNextLTCom-Medium";
  font-size: 24px;
}
.graybox_ctn {
  font-size: 18px;
  color: #ABABAB;
  max-width: 360px;
  margin: 0 auto;
}
.graybox_time span {
  font-size: 14px;
  vertical-align: middle;
  color: rgba(0, 51, 89, 0.4);
}
.graybox_img {
  padding: 60px 0px 30px;
}
.graybox_videoicon {
  width: 70px;
  height: 70px;
  background-color: #003359;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
  font-size: 30px;
  border-radius: 60px;
  padding: 14px 20px;
}
.graybox_videoicon:hover {
  background-color: #014b83;
}
@media (max-width: 1699px) {
  .graybox {
    padding: 40px;
    min-height: 460px;
    height: 100%;
  }
  .graybox_heading {
    font-size: 36px;
  }
  .graybox_subheading {
    font-size: 30px;
  }
  .graybox_subtitle {
    font-size: 22px;
  }
  .graybox_img {
    padding: 40px 0px 30px;
  }
  .graybox_videoicon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .graybox .pt-4 {
    padding-top: 15px !important;
  }
}
@media (max-width: 1399px) {
  .graybox {
    padding: 30px;
    height: 100%;
    min-height: auto;
  }
  .graybox_heading {
    font-size: 30px;
  }
  .graybox_subheading {
    font-size: 24px;
  }
  .graybox_subtitle {
    font-size: 18px;
  }
  .graybox_ctn {
    font-size: 16px;
  }
  .graybox_img {
    padding: 20px 0px;
  }
  .graybox_videoicon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 60%;
    padding: 12px 18px;
  }
  .graybox .pt-4 {
    padding-top: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .graybox {
    padding: 30px;
    height: 100%;
    min-height: auto;
  }
  .graybox_heading {
    font-size: 34px;
  }
  .graybox_subheading {
    font-size: 26px;
  }
  .graybox_subtitle {
    font-size: 20px;
  }
  .graybox .pt-4 {
    padding-top: 0px !important;
  }
}
@media (max-width: 991.98px) {
  .graybox {
    min-height: 300px;
    padding: 20px;
  }
  .graybox_heading {
    font-size: 24px;
  }
  .graybox_subheading {
    font-size: 18px;
  }
  .graybox_subtitle {
    font-size: 16px;
  }
  .graybox_img {
    padding: 10px 0px 15px;
  }
  .graybox_ctn {
    font-size: 14px;
  }
  .graybox_videoicon {
    font-size: 18px;
    top: 65%;
    padding: 14px;
  }
}
@media (max-width: 767.98px) {
  .graybox {
    padding: 15px;
    min-height: 200px;
  }
  .graybox_heading {
    font-size: 20px;
    margin-bottom: 0;
  }
  .graybox_subheading {
    font-size: 16px;
  }
  .graybox_subtitle {
    font-size: 14px;
  }
  .graybox_videoicon {
    width: 40px;
    height: 40px;
    top: 65%;
    padding: 10px;
    font-size: 16px;
  }
}

.btn {
  background-color: #003359;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  padding: 14px 15px;
  font-family: "AvenirNextLTCom-Medium";
  height: 60px;
  color: #fff;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 1599px) {
  .btn {
    font-size: 15px;
  }
}
.btn.btn-primary:hover {
  background-color: #014b83;
}

.form-group, .input-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group label, .input-group label {
  margin-bottom: 8px;
  color: #2B2B2B;
  font-family: "AvenirNextLTCom-Medium";
  font-size: 16px;
}
.form-group .form-control, .input-group .form-control {
  border-color: #E6E6E6;
  color: #2B2B2B;
  background-color: #ffffff;
  padding: 14px 15px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
}
.form-group .form-control:focus, .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #747474;
}
.form-group .form-control:valid:focus, .form-group .form-control:invalid:focus, .input-group .form-control:valid:focus, .input-group .form-control:invalid:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-control:disabled, .form-group .form-control[readonly], .input-group .form-control:disabled, .input-group .form-control[readonly] {
  background-color: #edecec;
  color: #2B2B2B;
}
.form-group .form-control::-webkit-outer-spin-button, .form-group .form-control::-webkit-inner-spin-button, .input-group .form-control::-webkit-outer-spin-button, .input-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .form-control::-moz-placeholder, .input-group .form-control::-moz-placeholder {
  color: #ABABAB;
}
.form-group .form-control::placeholder, .input-group .form-control::placeholder {
  color: #ABABAB;
}
.form-group-icon .form-control, .input-group-icon .form-control {
  padding-right: 50px !important;
}
.form-group-icon .icon, .input-group-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  height: 100%;
  display: flex;
  padding: 0 15px;
  align-items: center;
  color: #ffffff;
}
.form-group textarea, .input-group textarea {
  resize: none;
}
.form-group textarea.form-control, .input-group textarea.form-control {
  height: auto;
}
.form-group ::-webkit-input-placeholder, .input-group ::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.form-group :-moz-placeholder, .input-group :-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.form-group ::-moz-placeholder, .input-group ::-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.form-group :-ms-input-placeholder, .input-group :-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
@media (max-width: 1199.98px) {
  .form-group, .input-group {
    margin-bottom: 15px;
  }
  .form-group label, .input-group label {
    font-size: 14px;
  }
  .form-group .form-control, .input-group .form-control {
    height: 40px;
    padding: 6px 15px;
    font-size: 15px;
  }
  .form-group-icon .form-control, .input-group-icon .form-control {
    padding-right: 40px !important;
  }
}
@media (max-width: 767.98px) {
  .form-group label, .form-group .form-control, .input-group label, .input-group .form-control {
    font-size: 14px;
  }
}

.focusField ::-webkit-input-placeholder {
  opacity: 0;
}
.focusField :-moz-placeholder {
  opacity: 0;
}
.focusField ::-moz-placeholder {
  opacity: 0;
}
.focusField :-ms-input-placeholder {
  opacity: 0;
}
.focusField input:focus, .focusField textarea:focus {
  background-color: #fff;
}
.focusField input:focus ~ label, .focusField textarea:focus ~ label, .focusField.isFocused label, .focusField.hash-value label {
  font-size: 12px;
  color: #747474;
  font-family: "AvenirNextLTCom-Demi";
  margin-bottom: 0;
  background-color: #F7F8F9;
  top: -8px;
  left: 16px;
  padding: 0 5px;
}
.focusField input:-webkit-autofill,
.focusField input:-webkit-autofill:hover,
.focusField input:-webkit-autofill:focus,
.focusField textarea:-webkit-autofill,
.focusField textarea:-webkit-autofill:hover,
.focusField textarea:-webkit-autofill:focus {
  background-color: #fff !important;
}
.focusField input:-webkit-autofill ~ label,
.focusField input:-webkit-autofill:hover ~ label,
.focusField input:-webkit-autofill:focus ~ label,
.focusField textarea:-webkit-autofill ~ label,
.focusField textarea:-webkit-autofill:hover ~ label,
.focusField textarea:-webkit-autofill:focus ~ label {
  top: -8px;
  left: 16px;
  padding: 0 5px;
  font-size: 12px;
  color: #747474;
  font-family: "AvenirNextLTCom-Demi";
  margin-bottom: 0;
  background-color: #F7F8F9;
}
.focusField label {
  position: absolute;
  cursor: text;
  opacity: 1;
  transition: 0.2s ease all;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 10px;
  left: 18px;
  color: #2B2B2B;
  font-family: "AvenirNextLTCom-Regular";
  z-index: 3;
  margin: 0;
}
.focusField .wpcf7-form-control-wrap:focus-within ~ label {
  font-size: 12px;
  color: #747474;
  font-family: "AvenirNextLTCom-Demi";
  margin-bottom: 0;
  background-color: #F7F8F9;
  top: -8px;
  left: 16px;
  padding: 0 5px;
}
@media (max-width: 1599px) {
  .focusField label {
    top: 8px;
    left: 15px;
  }
}
@media (max-width: 1199.98px) {
  .focusField label {
    top: 9px;
  }
}

.custom-checkbox, .custom-radio {
  padding-left: 26px;
  line-height: normal;
  min-height: auto;
}
.custom-checkbox.custom-control-inline:last-child, .custom-radio.custom-control-inline:last-child {
  margin-right: 0;
}
.custom-checkbox .custom-control-input, .custom-radio .custom-control-input {
  z-index: 1;
  cursor: pointer;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffffff;
  border-color: #d6d6d6;
}
.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .custom-radio .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d6d6d6;
}
.custom-checkbox.interactive-effect .custom-control-label:after, .custom-radio.interactive-effect .custom-control-label:after {
  animation: radius-shadow 0.4s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #4BA5E3;
  border-radius: 3px;
  background: #4BA5E3;
}
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #ABABAB;
  font-family: "AvenirNextLTCom-Regular";
}
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: transparent;
  top: 2px;
  border: 2px solid #E2EEFA;
  cursor: pointer;
  transition: all 0.3s;
}
.custom-checkbox .custom-control-label:after, .custom-radio .custom-control-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  top: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.custom-checkbox.custom-radio, .custom-radio.custom-radio {
  min-height: 19px;
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #2B2B2B;
  font-family: "AvenirNextLTCom-Medium";
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label:after, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #4BA5E3;
  background-image: none;
  content: "";
  border-radius: 50%;
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #4BA5E3;
  border-radius: 50%;
  background-color: transparent;
}
.custom-checkbox.custom-radio .custom-control-label:before, .custom-checkbox.custom-radio .custom-control-label:after, .custom-radio.custom-radio .custom-control-label:before, .custom-radio.custom-radio .custom-control-label:after {
  border-radius: 50%;
  content: "";
  border-color: #DFDFDF;
}
.custom-checkbox.custom-radio .custom-control-label:before, .custom-radio.custom-radio .custom-control-label:before {
  height: 18px;
  width: 18px;
  border: 2px solid #DFDFDF;
}
.custom-checkbox.custom-radio .custom-control-label:after, .custom-radio.custom-radio .custom-control-label:after {
  width: 8px;
  height: 8px;
  left: 5px;
  top: 7px;
  background-color: #d6d6d6;
}

.custom-checkbox {
  padding-left: 30px;
  min-height: 20px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #ABABAB;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #747474;
  background: #747474;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  width: 15px;
  height: 15px;
  background-image: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 6px;
  left: 7px;
  transform: rotate(41deg);
}
.custom-checkbox .custom-control-input {
  width: 16px;
  height: 16px;
}
.custom-checkbox .custom-control-label {
  color: #ABABAB;
  min-height: 16px;
  vertical-align: baseline;
  line-height: normal;
  margin-bottom: 0;
}
.custom-checkbox .custom-control-label:before {
  width: 20px;
  height: 20px;
  border-width: 2px;
  top: 1px;
}
@media (max-width: 1599px) {
  .custom-checkbox {
    padding-left: 25px;
  }
  .custom-checkbox .custom-control-label:before {
    width: 16px;
    height: 16px;
    border-width: 1px;
    top: 1px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    top: 2px;
    left: 5px;
  }
}
@media (max-width: 575.98px) {
  .custom-checkbox .custom-control-label {
    padding-top: 2px;
  }
  .custom-checkbox .custom-control-label:before {
    width: 16px;
    height: 16px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    width: 5px;
    height: 10px;
    background-size: 8px;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3232;
}

.wpcf7-form .wpcf7-response-output {
  color: #28a745;
  margin-top: 10px;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #dc3232;
}

.error {
  color: #dc3232 !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../../../assets/fonts/landing/icomoon.eot?82x1zc");
  src: url("../../../assets/fonts/landing/icomoon.eot?82x1zc#iefix") format("embedded-opentype"), url("../../../assets/fonts/landing/icomoon.ttf?82x1zc") format("truetype"), url("../../../assets/fonts/landing/icomoon.woff?82x1zc") format("woff"), url("../../../assets/fonts/landing/icomoon.svg?82x1zc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e928";
}

.icon-arrow-up:before {
  content: "\e92a";
}

.icon-vocabulary:before {
  content: "\e929";
}

.icon-globe:before {
  content: "\e927";
}

.icon-phone:before {
  content: "\e924";
}

.icon-location:before {
  content: "\e925";
}

.icon-mail:before {
  content: "\e926";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-eye:before {
  content: "\e90e";
}

.icon-mission:before {
  content: "\e90f";
}

.icon-check:before {
  content: "\e910";
}

.icon-linkedIn:before {
  content: "\e911";
}

.icon-facebook:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-snapchat:before {
  content: "\e914";
}

.icon-learning:before {
  content: "\e915";
}

.icon-setting:before {
  content: "\e916";
}

.icon-tutors:before {
  content: "\e917";
}

.icon-stages:before {
  content: "\e919";
}

.icon-calendar:before {
  content: "\e91a";
}

.icon-classes:before {
  content: "\e91b";
}

.icon-schedule:before {
  content: "\e91c";
}

.icon-chat:before {
  content: "\e91d";
}

.icon-grammar:before {
  content: "\e91e";
}

.icon-abc:before {
  content: "\e921";
}

.icon-skills:before {
  content: "\e922";
}

.icon-pen:before {
  content: "\e923";
}

.icon-contract:before {
  content: "\e907";
}

.icon-email:before {
  content: "\e908";
}

.icon-time:before {
  content: "\e909";
}

.icon-video-icon:before {
  content: "\e904";
}

.icon-sign-out-alt:before {
  content: "\e902";
}

.icon-user:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-notification:before {
  content: "\e901";
}

.icon-camera:before {
  content: "\e91f";
}

.icon-pencil-fill:before {
  content: "\e920";
}

.icon-plus:before {
  content: "\e90b";
}

.icon-checkmark:before {
  content: "\e90c";
}

.icon-close:before {
  content: "\e90d";
}

.icon-share:before {
  content: "\e918";
}

.icon-pause:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.select2-dropdown {
  background: #003359;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background: rgba(219, 219, 219, 0.05);
  border-color: rgba(222, 222, 222, 0.5);
  border-radius: 5px;
  padding: 14px;
  height: 56px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  width: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}

.select2-results__option {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
  color: #003359;
}

.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  content: "\e928";
  font-family: "icomoon";
  height: 100%;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\e92a";
}

.select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection--single {
  border-color: #ffffff;
  border-bottom: 0;
}

.select2-dropdown.select2-dropdown--below {
  border: 1px solid #ffffff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  color: #003359;
}

@media (max-width: 1399px) {
  .select2-container--default .select2-selection--single {
    height: 45px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
  }
}
@media (max-width: 1399px) and (max-width: 991.98px) {
  .select2-container--default .select2-selection--single {
    height: 40px;
  }
  .select2-container--default .select2-selection--single {
    padding: 12px 5px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }
}
.mainHeader {
  background-color: #747474;
  padding: 4px 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.mainHeader .rightblock_ul {
  list-style: none;
  margin-bottom: 0;
}
.mainHeader .rightblock .notificationmenu {
  font-size: 24px;
  margin-right: 50px;
}
.mainHeader .rightblock .notificationmenu_link {
  color: #ffffff;
  position: relative;
}
.mainHeader .rightblock .notificationmenu .dropdown-toggle {
  color: #ffffff;
}
.mainHeader .rightblock .notificationmenu .dropdown-toggle::after {
  display: none;
}
.mainHeader .rightblock .notificationmenu .dropdown-toggle .reddot {
  top: 0;
  right: 0;
}
.mainHeader .rightblock .notificationmenu .dropdown-menu {
  padding: 0;
  border: none;
  margin-top: 10px;
}
.mainHeader .rightblock .notification {
  -o-box-shadow: 0 10px 10px 0 rgba(4, 4, 4, 0.0196078431);
  -ms-box-shadow: 0 10px 10px 0 rgba(4, 4, 4, 0.0196078431);
  box-shadow: 0 10px 10px 0 rgba(4, 4, 4, 0.0196078431);
}
.mainHeader .rightblock .notification_header {
  padding: 12px 20px;
}
.mainHeader .rightblock .notification_link {
  font-size: 12px;
}
.mainHeader .rightblock .notification_list {
  -o-box-shadow: 0 0 15px 0 #f5f5f5;
  -ms-box-shadow: 0 0 15px 0 #f5f5f5;
  box-shadow: 0 0 15px 0 #f5f5f5;
  max-height: 350px;
  overflow-y: overlay;
  padding: 15px 20px 0;
}
.mainHeader .rightblock .notification_lable {
  font-size: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}
.mainHeader .rightblock .notification_item {
  padding-bottom: 5px;
}
.mainHeader .rightblock .notification_item_left {
  height: 32px;
  min-width: 32px;
  font-size: 10px;
}
.mainHeader .rightblock .notification_item_left .reddot {
  top: 0;
  right: 0;
}
.mainHeader .rightblock .notification_item_right {
  font-size: 13px;
  padding-left: 10px;
}
.mainHeader .rightblock .notification_footer {
  padding: 12px 15px;
}
.mainHeader .rightblock .profilemenu .dropdown-toggle::before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 8px;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.mainHeader .rightblock .profilemenu .dropdown-toggle::after {
  display: none;
}
.mainHeader .rightblock .profilemenu .dropdown-menu {
  border: none;
  padding: 22px 16px;
  min-width: 190px;
  border-radius: 5px;
  -o-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.0509803922);
  -ms-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.0509803922);
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list {
  padding-left: 0px;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li {
  font-size: 14px;
  display: block;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li:not(:last-child) {
  margin-bottom: 20px;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a {
  padding: 0;
  font-family: "AvenirNextLTCom-Medium";
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a span {
  margin-right: 5px;
  font-size: 17px;
  color: #7F96A8;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a:hover {
  background-color: transparent;
  color: #7F96A8;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a:active {
  background-color: #ffffff;
  color: #2B2B2B;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a:focus-visible {
  outline: none;
}
.mainHeader .rightblock .profilemenu_img {
  width: 45px;
  height: 45px;
  margin-right: 30px;
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .mainHeader {
    padding: 0px 40px;
  }
}
@media (max-width: 1499px) {
  .mainHeader {
    padding: 0px 60px;
  }
}
@media (max-width: 1199.98px) {
  .mainHeader {
    padding: 0px 40px;
  }
}
@media (max-width: 991.98px) {
  .mainHeader {
    padding: 0px 20px;
  }
  .mainHeader .rightblock .notificationmenu {
    margin-right: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .mainHeader .navbar-brand_img {
    width: 70px;
  }
  .mainHeader .rightblock_ul_img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }
  .mainHeader .rightblock_ul .dropdown-menu {
    padding: 15px;
  }
  .mainHeader .rightblock_ul .dropdown-menu li {
    display: block;
  }
  .mainHeader .rightblock_ul .dropdown-menu li .dropdown-item {
    font-size: 14px;
  }
  .mainHeader .rightblock_ul .dropdown-menu li:not(:last-child) {
    margin-bottom: 15px !important;
  }
  .mainHeader .rightblock .notificationmenu {
    margin-right: 15px;
    font-size: 20px;
  }
  .mainHeader .rightblock .notificationmenu .dropdown-menu {
    min-width: 270px;
  }
  .mainHeader .rightblock .notification {
    min-width: auto;
  }
  .mainHeader .rightblock .notification_header, .mainHeader .rightblock .notification_footer {
    padding: 5px 15px;
  }
  .mainHeader .rightblock .notification_list {
    padding: 10px 15px 0;
  }
  .mainHeader .rightblock .notification_item {
    padding-bottom: 0;
  }
  .mainHeader .rightblock .notification_item_right {
    font-size: 12px;
  }
  .mainHeader .rightblock .profilemenu_img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575.98px) {
  .mainHeader .notificationmenu .dropdown-menu {
    left: auto;
    right: -90px;
  }
}

@media (min-width: 1200px) and (max-width: 1699px) {
  body {
    overflow-x: hidden;
  }
}

@media (min-width: 1280px) {
  .homePage .container {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .homePage .container {
    max-width: 1360px;
  }
}
@media (min-width: 1500px) {
  .homePage .container {
    max-width: 1636px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .container {
    max-width: 100%;
  }
}
.homePage .row.no-gutter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.homePage .no-gutter > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.homePage .py-90 {
  padding: 90px 0;
}
@media (max-width: 1699px) {
  .homePage .py-90 {
    padding: 70px 0;
  }
}
@media (max-width: 1399px) {
  .homePage .py-90 {
    padding: 50px 0;
  }
}
@media (max-width: 1199.98px) {
  .homePage .py-90 {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .homePage .py-90 {
    padding: 25px 0;
  }
}
.homePage .h45 {
  font-size: 45px;
  font-family: "AvenirNextLTCom-Demi";
}
.homePage .commnHead {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 18px;
}
.homePage .commnHead h3 {
  font-family: "UnderlandDEMO-Regular";
  font-size: 20px;
  line-height: 31px;
  color: #FFAA8B;
}
.homePage .commnHead h2 {
  font-size: 48px;
  font-family: "AvenirNextLTCom-Demi";
  color: #003359;
  margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .homePage .commnHead h3 {
    font-size: 18px;
  }
  .homePage .commnHead h2 {
    font-size: 42px;
  }
}
@media (max-width: 1399px) {
  .homePage .commnHead {
    font-size: 16px;
  }
  .homePage .commnHead h3 {
    font-size: 16px;
    line-height: normal;
  }
  .homePage .commnHead h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .commnHead h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .homePage .commnHead {
    max-width: 750px;
  }
  .homePage .commnHead h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .homePage .commnHead {
    font-size: 14px;
  }
  .homePage .commnHead h3 {
    font-size: 14px;
  }
  .homePage .commnHead h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .homePage .commnHead {
    text-align: center !important;
  }
  .homePage .commnHead h2 {
    font-size: 24px;
  }
}
.homePage .header {
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(43, 43, 43, 0.1);
  z-index: 9999;
}
.homePage .header .navbar-toggler:hover, .homePage .header .navbar-toggler:focus {
  background: transparent;
  outline: none;
}
.homePage .header .navbar-toggler .line {
  border: 1px solid #60798D;
  width: 22px;
  display: block;
  margin-top: 6px;
}
.homePage .header .nav-item:not(:last-child) {
  margin-right: 40px;
}
.homePage .header .nav-link {
  color: #2B2B2B;
  padding: 26px 0;
  line-height: 28px;
  font-size: 16px;
  font-family: "AvenirNextLTCom-Medium";
}
.homePage .header .nav-link:hover, .homePage .header .nav-link:focus {
  color: #003359;
}
.homePage .header .btnLogin {
  border: 1px solid #003359;
  color: #003359;
  font-size: 14px;
  padding: 8px 16px;
  font-family: "AvenirNextLTCom-Medium";
  margin-right: 8px;
}
.homePage .header .btnLogin:hover {
  background: #003359;
  color: #ffffff;
}
.homePage .header .select2-container {
  width: 133px !important;
}
.homePage .header .select2-results__option {
  background: #ffffff;
  font-size: 15px;
  color: #1C1C1C;
}
.homePage .header .select2-results__option:hover, .homePage .header .select2-results__option:focus {
  background: rgba(96, 121, 141, 0.7);
  color: #ffffff;
}
.homePage .header .select2-container--default .select2-selection--single {
  border-color: #DBDBDB;
  border-radius: 0;
  height: 40px;
  font-size: 15px;
  font-family: "AvenirNextLTCom-Medium";
  position: relative;
  padding: 10px 10px 10px 35px;
}
.homePage .header .select2-container--default .select2-selection--single:before {
  content: "\e927";
  position: absolute;
  top: 5px;
  font-family: "icomoon" !important;
  font-size: 20px;
  color: #003359;
  left: 15px;
}
.homePage .header .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 40px;
}
.homePage .header .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1C1C1C;
  line-height: 20px;
}
.homePage .header .select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection--single {
  border-color: #003359;
  border-bottom: 0;
}
.homePage .header .select2-dropdown.select2-dropdown--below {
  border: 1px solid #003359;
  border-radius: 0;
}
.homePage .header .select2-selection--single .select2-selection__arrow:after {
  color: #1C1C1C;
}
@media (max-width: 1440px) {
  .homePage .header .nav-item:not(:last-child) {
    margin-right: 24px;
  }
  .homePage .header .nav-link {
    padding: 22px 0;
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .homePage .header .navbar-brand img {
    max-width: 75px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .header {
    padding: 8px 0;
  }
  .homePage .header .nav-link {
    padding: 5px 0;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .homePage .header .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid #DEDEDE;
  }
  .homePage .header .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .homePage .header .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid #DEDEDE;
  }
  .homePage .header .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .homePage .header .btnLogin {
    padding: 8px 10px;
  }
  .homePage .header .navbar-brand img {
    max-width: 60px;
  }
  .homePage .header .navbar-toggler {
    padding: 0 0 0 5px;
  }
  .homePage .header .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .homePage .header .select2-container--default .select2-selection--single {
    padding: 10px 10px 10px 22px;
    font-size: 13px;
  }
  .homePage .header .select2-container--default .select2-selection--single:before {
    left: 4px;
  }
  .homePage .header .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 25px;
  }
  .homePage .header .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
  }
  .homePage .header .select2-container {
    width: 100px !important;
  }
}
.homePage .bannerSec {
  position: relative;
  color: #ffffff;
}
.homePage .bannerSec_shape:after {
  content: "";
  background-image: url("../../../assets/images/landing/banner-shape.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 105px;
  left: 0;
  height: 276px;
  width: 100%;
  z-index: 0;
}
.homePage .bannerSec::before {
  content: "";
  background-image: url("../../../assets/images/landing/header-banner.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 763px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.homePage .bannerSec_title {
  font-size: 60px;
  line-height: 71px;
  font-family: "AvenirNextLTCom-Demi";
  margin-bottom: 20px;
}
.homePage .bannerSec_slideItem .btn {
  font-size: 14px;
  font-family: "AvenirNextLTCom-Medium";
  padding: 12px 24px;
  border-radius: 5px;
  margin-top: 40px;
  background: #ffffff;
  color: #003359;
  height: auto;
}
.homePage .bannerSec_slideItem .btn:hover {
  background: #003359;
  color: #ffffff;
}
.homePage .bannerSec_cnt {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 32px;
}
.homePage .bannerSec_images {
  padding: 40px 0 25px;
}
.homePage .bannerSec_images div:nth-child(even) {
  padding-top: 50px;
}
.homePage .bannerSec_images .sliderImg {
  border-radius: 5px;
  box-shadow: 0 -11px 0 #264155;
}
.homePage .bannerSec_slider {
  padding-top: 60px;
}
.homePage .bannerSec_slider .slick-dots {
  font-size: 0;
  padding: 0;
  display: flex !important;
  justify-content: center;
  margin-bottom: 0 !important;
  padding-top: 30px;
}
.homePage .bannerSec_slider .slick-dots li:not(:last-child) {
  margin-right: 8px;
}
.homePage .bannerSec_slider .slick-dots li button {
  height: 12px;
  width: 12px;
  border: 0;
  background: rgba(43, 43, 43, 0.2);
  border-radius: 11px;
}
.homePage .bannerSec_slider .slick-dots li button:focus {
  outline: none;
}
.homePage .bannerSec_slider .slick-dots li.slick-active button {
  width: 34px;
  background: #003359;
}
@media (max-width: 1699px) {
  .homePage .bannerSec_title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .homePage .bannerSec_slider {
    padding-top: 50px;
  }
}
@media (max-width: 1599px) {
  .homePage .bannerSec::before {
    height: 600px;
  }
  .homePage .bannerSec_slider .slick-dots {
    padding-bottom: 15px;
  }
}
@media (max-width: 1399px) {
  .homePage .bannerSec_title {
    font-size: 40px;
    line-height: 50px;
  }
  .homePage .bannerSec_cnt {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .homePage .bannerSec::before {
    height: 500px;
  }
  .homePage .bannerSec_shape {
    width: calc(100% - 30px);
  }
  .homePage .bannerSec_shape:after {
    top: 0;
  }
}
@media (max-width: 1199.98px) {
  .homePage .bannerSec_title {
    font-size: 30px;
    line-height: 40px;
  }
  .homePage .bannerSec_slideItem .btn {
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 13px;
  }
  .homePage .bannerSec_cnt {
    font-size: 13px;
    line-height: 22px;
  }
  .homePage .bannerSec_slider {
    padding-top: 35px;
  }
  .homePage .bannerSec_slider .slick-dots li:not(:last-child) {
    margin-right: 4px;
  }
  .homePage .bannerSec_slider .slick-dots li button {
    height: 8px;
    width: 8px;
    padding: 0;
  }
  .homePage .bannerSec_slider .slick-dots li.slick-active button {
    width: 28px;
  }
}
@media (max-width: 991.98px) {
  .homePage .bannerSec::before {
    height: 100%;
    background-size: cover;
  }
  .homePage .bannerSec_title {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .homePage .bannerSec .slick-slide img {
    display: initial;
  }
  .homePage .bannerSec_slider .slick-dots {
    padding-top: 15px;
  }
}
.homePage .aboutSec_main {
  background-image: url("../../../assets/images/landing/pen-left.svg"), url("../../../assets/images/landing/pen-right.svg");
  background-size: auto;
  background-position: center left, center right;
  background-repeat: no-repeat;
}
.homePage .aboutSec_leftImg {
  margin-bottom: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.homePage .aboutSec_rightImg {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.homePage .aboutSec_vision {
  background: #F3F3F3;
}
.homePage .aboutSec_vision::before {
  content: "";
  background: #003359;
  color: #ffffff;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.homePage .aboutSec .title {
  font-size: 45px;
  font-family: "AvenirNextLTCom-Demi";
  color: #003359;
  margin-bottom: 20px;
}
.homePage .aboutSec_leftCnt {
  font-family: "AvenirNextLTCom-Medium";
  font-size: 18px;
  padding-right: 60px;
  padding-left: 88px;
  z-index: 1;
}
.homePage .aboutSec_leftCnt img {
  margin-bottom: 20px;
}
.homePage .aboutSec_leftCnt:after {
  content: "";
  background-image: url("../../../assets/images/landing/dot-img-light.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 85px;
  height: 166px;
  width: 123px;
  z-index: -1;
  left: 0;
}
.homePage .aboutSec_leftCnt--right {
  color: #ffffff;
  padding-left: 60px;
  padding-right: 65px;
}
.homePage .aboutSec_leftCnt--right:after {
  background-image: url("../../../assets/images/landing/dot-img-dark.svg");
  bottom: 30px;
  right: 28px;
  left: auto;
}
@media (max-width: 1699px) {
  .homePage .aboutSec .title {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  .homePage .aboutSec .title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .homePage .aboutSec_main {
    background-size: contain;
  }
  .homePage .aboutSec_leftCnt {
    font-size: 16px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .homePage .aboutSec_leftCnt img {
    max-width: 40px;
    margin-bottom: 5px;
  }
  .homePage .aboutSec_leftCnt:after {
    height: 135px;
    width: 100px;
    bottom: 55px;
  }
  .homePage .aboutSec_leftCnt--right:after {
    bottom: 30px;
    right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .aboutSec .title {
    font-size: 24px;
  }
  .homePage .aboutSec_leftCnt {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .homePage .aboutSec_leftCnt:after {
    bottom: 30px;
    height: 115px;
  }
  .homePage .aboutSec_leftCnt--right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .homePage .aboutSec_leftImg {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .homePage .aboutSec_leftCnt img {
    max-width: 30px;
  }
}
@media (max-width: 767.98px) {
  .homePage .aboutSec_leftCnt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .homePage .aboutSec_leftCnt:after {
    display: none;
  }
  .homePage .aboutSec_leftCnt--right:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .homePage .aboutSec_leftCnt {
    padding: 20px 0 0;
    text-align: center;
  }
  .homePage .aboutSec_leftCnt--right {
    padding-top: 35px;
  }
  .homePage .aboutSec_rightImg, .homePage .aboutSec_leftImg {
    border-radius: 5px;
  }
  .homePage .aboutSec_vision::before {
    height: 52%;
    width: 100%;
    bottom: 0;
    top: auto;
  }
}
.homePage .coreValuesSec::before {
  content: "";
  background: #F3F3F3;
  height: 407px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  left: 0;
}
.homePage .coreValuesSec .card {
  border: 0;
  background: transparent;
}
.homePage .coreValuesSec .card img {
  margin-bottom: 40px;
  border-radius: 5px;
}
.homePage .coreValuesSec .card_title {
  font-size: 32px;
  font-family: "AvenirNextLTCom-Demi";
  margin-bottom: 12px;
}
.homePage .coreValuesSec .row {
  margin-left: -10px;
  margin-right: -10px;
}
.homePage .coreValuesSec .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1400px) {
  .homePage .coreValuesSec .commnHead {
    padding-bottom: 48px;
  }
}
@media (max-width: 1599px) {
  .homePage .coreValuesSec .card img {
    margin-bottom: 12px;
  }
  .homePage .coreValuesSec .card_title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1399px) {
  .homePage .coreValuesSec .commnHead {
    padding-bottom: 20px;
  }
  .homePage .coreValuesSec .card img {
    margin-bottom: 15px;
  }
  .homePage .coreValuesSec .card_title {
    font-size: 22px;
  }
  .homePage .coreValuesSec::before {
    height: 300px;
  }
}
@media (max-width: 991.98px) {
  .homePage .coreValuesSec .card {
    margin-bottom: 20px;
  }
  .homePage .coreValuesSec .card img {
    margin-bottom: 8px;
  }
  .homePage .coreValuesSec .card_title {
    font-size: 18px;
  }
  .homePage .coreValuesSec::before {
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  .homePage .coreValuesSec::before {
    height: 100%;
  }
}
.homePage .studyLevelsSec .commnHead {
  padding-bottom: 60px;
}
.homePage .studyLevelsSec .textBox {
  height: 127px;
  width: 127px;
  border: 1px dashed #000000;
  border-radius: 50%;
  position: absolute;
  top: 130px;
  right: -40px;
  direction: ltr;
}
.homePage .studyLevelsSec .textBox .icon-pen {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 37px;
  color: #003359;
  transform: translate(-50%, -50%);
}
.homePage .studyLevelsSec .textBox_icon {
  line-height: 80px;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.05);
  height: 80px;
  width: 80px;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #003359;
}
.homePage .studyLevelsSec .textBox--two {
  top: -24px;
  right: -40px;
}
.homePage .studyLevelsSec .textBox-third {
  top: 85px;
}
.homePage .studyLevelsSec_cnt {
  padding-left: 99px;
  text-align: left;
}
.homePage .studyLevelsSec_cnt .title {
  font-size: 36px;
  font-family: "AvenirNextLTCom-Demi";
  margin-bottom: 20px;
}
.homePage .studyLevelsSec_cnt p {
  font-size: 18px;
  font-family: "AvenirNextLTCom-Demi";
  margin-bottom: 20px;
}
.homePage .studyLevelsSec_cnt .icon-pen {
  padding-right: 16px;
  color: #003359;
  font-size: 16px;
}
.homePage .studyLevelsSec_cnt .icon {
  font-size: 95px;
  top: 0;
  opacity: 0.06;
  line-height: 0;
  right: 0;
  left: auto;
}
.homePage .studyLevelsSec_cnt--left .icon {
  left: 0;
  right: auto;
  top: -70px;
}
.homePage .studyLevelsSec_list li {
  font-family: "AvenirNextLTCom-Medium";
  display: flex;
  align-items: center;
}
.homePage .studyLevelsSec_list li:not(:last-child) {
  margin-bottom: 20px;
}
.homePage .studyLevelsSec .row {
  margin-left: -5px;
  margin-right: -5px;
}
.homePage .studyLevelsSec .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.homePage .studyLevelsSec .row [class*=col-]:not(:last-child) {
  margin-bottom: 50px;
  left: 0;
  right: auto;
}
@media (max-width: 1599px) {
  .homePage .studyLevelsSec .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .homePage .studyLevelsSec_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399px) {
  .homePage .studyLevelsSec .commnHead {
    padding-bottom: 40px;
  }
  .homePage .studyLevelsSec_cnt {
    padding-left: 75px;
  }
  .homePage .studyLevelsSec_cnt .title {
    font-size: 22px;
  }
  .homePage .studyLevelsSec_cnt p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .homePage .studyLevelsSec_cnt .icon {
    font-size: 65px;
  }
  .homePage .studyLevelsSec .row [class*=col-]:not(:last-child) {
    margin-bottom: 25px;
  }
  .homePage .studyLevelsSec .textBox {
    height: 90px;
    width: 90px;
  }
  .homePage .studyLevelsSec .textBox .icon-pen {
    font-size: 24px;
  }
  .homePage .studyLevelsSec .textBox svg {
    height: 80px;
    width: 80px;
  }
  .homePage .studyLevelsSec .textBox .go-down-btn:after {
    content: "";
    top: 13px;
    height: 55px;
    width: 55px;
    left: 12px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .studyLevelsSec .commnHead {
    padding-bottom: 30px;
  }
  .homePage .studyLevelsSec_cnt {
    padding-left: 55px;
  }
  .homePage .studyLevelsSec .textBox {
    top: 90px;
  }
  .homePage .studyLevelsSec .textBox--two {
    top: -40px;
  }
  .homePage .studyLevelsSec .textBox-third {
    top: 78px;
  }
}
@media (max-width: 991.98px) {
  .homePage .studyLevelsSec_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .homePage .studyLevelsSec_cnt {
    padding-left: 45px;
  }
  .homePage .studyLevelsSec .textBox {
    top: 70px;
  }
  .homePage .studyLevelsSec .textBox--two {
    top: -25px;
  }
  .homePage .studyLevelsSec .textBox-third {
    top: 55px;
  }
}
@media (max-width: 767.98px) {
  .homePage .studyLevelsSec .commnHead {
    padding-bottom: 15px;
  }
  .homePage .studyLevelsSec .row [class*=col-]:not(:last-child) {
    margin-bottom: 0;
  }
  .homePage .studyLevelsSec_cnt {
    padding-left: 0;
  }
  .homePage .studyLevelsSec_cnt p {
    font-size: 14px;
  }
  .homePage .studyLevelsSec_cnt .title {
    font-size: 19px;
  }
  .homePage .studyLevelsSec img {
    max-width: 600px;
    width: 100%;
    margin: 25px 0 10px 0;
  }
  .homePage .studyLevelsSec .textBox {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .homePage .studyLevelsSec_list:not(:last-child) {
    margin-bottom: 10px;
  }
  .homePage .studyLevelsSec_list li {
    align-items: flex-start;
  }
  .homePage .studyLevelsSec_list li .icon-pen {
    margin-top: 5px;
    padding-right: 10px;
  }
  .homePage .studyLevelsSec .textBox {
    display: none !important;
  }
}
.homePage .ourTeamSec_cnt {
  padding-top: 60px;
}
.homePage .ourTeamSec_cnt ul {
  padding-right: 95px;
}
.homePage .ourTeamSec_cnt ul li {
  font-size: 20px;
  line-height: 32px;
  font-family: "AvenirNextLTCom-Medium";
}
.homePage .ourTeamSec_cnt ul li em {
  color: #FFAA8B;
  padding-top: 8px;
  padding-right: 20px;
}
.homePage .ourTeamSec_cnt ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .homePage .ourTeamSec_cnt {
    padding-top: 40px;
  }
  .homePage .ourTeamSec_cnt ul {
    padding-right: 50px;
  }
  .homePage .ourTeamSec_cnt ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .homePage .ourTeamSec_cnt ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .ourTeamSec_cnt ul {
    padding-right: 15px;
  }
  .homePage .ourTeamSec_cnt ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .homePage .ourTeamSec_cnt {
    padding-top: 20px;
  }
  .homePage .ourTeamSec_cnt ul li {
    font-size: 14px;
    line-height: normal;
  }
  .homePage .ourTeamSec_cnt ul li em {
    padding-top: 3px;
    padding-right: 10px;
  }
}
.homePage .WhyChooseSec .icon {
  height: 57px;
  width: 57px;
  border-radius: 50%;
  background: #F3F3F3;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #003359;
  margin-bottom: 24px;
}
.homePage .WhyChooseSec .text {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}
.homePage .WhyChooseSec_inner {
  padding-top: 45px;
  max-width: 1390px;
  margin: 0 auto;
}
.homePage .WhyChooseSec_inner .row {
  margin-left: -44px;
  margin-right: -44px;
}
.homePage .WhyChooseSec_inner .row [class*=col-] {
  padding-left: 44px;
  padding-right: 44px;
  margin: 40px 0;
}
@media (max-width: 1399px) {
  .homePage .WhyChooseSec_inner {
    padding-top: 15px;
  }
  .homePage .WhyChooseSec_inner .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .homePage .WhyChooseSec_inner .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
  }
  .homePage .WhyChooseSec .text {
    font-size: 16px;
    line-height: 28px;
  }
  .homePage .WhyChooseSec .icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .homePage .WhyChooseSec_inner .row [class*=col-] {
    margin: 10px 0;
  }
  .homePage .WhyChooseSec .text {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .homePage .WhyChooseSec .icon {
    margin: 0 auto;
  }
  .homePage .WhyChooseSec .text {
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }
}
.homePage .contactSec {
  background-image: url("../../../assets/images/landing/contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 129px 0;
}
.homePage .contactSec_cnt {
  max-width: 775px;
  padding: 70px 48px;
  background: #F3F3F3;
  border-radius: 5px;
}
.homePage .contactSec .customForm {
  padding-top: 32px;
}
.homePage .contactSec picture {
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .homePage .contactSec .commnHead {
    max-width: auto;
    text-align: left;
  }
  .homePage .contactSec .commnHead p {
    font-size: 16px;
  }
  .homePage .contactSec .commnHead h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1399px) {
  .homePage .contactSec {
    padding: 50px 0;
  }
  .homePage .contactSec_cnt {
    max-width: 635px;
    padding: 25px 35px;
  }
  .homePage .contactSec .customForm {
    padding-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .homePage .contactSec_cnt {
    padding: 15px;
  }
}
.homePage .customForm .form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.homePage .customForm .form-row [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.homePage .customForm .form-group label, .homePage .customForm .input-group label {
  margin-bottom: 10px;
  color: #000000;
  font-family: "AvenirNextLTCom-Regular";
  font-size: 14px;
}
.homePage .customForm .form-group .form-control, .homePage .customForm .input-group .form-control {
  padding: 18px 20px;
  height: 56px;
  border-color: #DEDEDE;
  background: rgba(219, 219, 219, 0.1);
}
.homePage .customForm .form-group .form-control::-moz-placeholder, .homePage .customForm .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.homePage .customForm .form-group .form-control::placeholder, .homePage .customForm .input-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.homePage .customForm .form-group .btn, .homePage .customForm .input-group .btn {
  padding: 16px 30px;
  background: #003359;
  height: auto;
  line-height: normal;
  margin-top: 20px;
}
.homePage .customForm--dark .form-group label, .homePage .customForm--dark .input-group label {
  color: #ffffff;
}
.homePage .customForm--dark .form-group textarea, .homePage .customForm--dark .input-group textarea {
  height: 120px !important;
}
.homePage .customForm--dark .form-group .form-control, .homePage .customForm--dark .input-group .form-control {
  border-color: rgba(222, 222, 222, 0.5);
  color: #ffffff;
  background: rgba(219, 219, 219, 0.05);
}
.homePage .customForm--dark .form-group .form-control:focus, .homePage .customForm--dark .input-group .form-control:focus {
  border-color: #DEDEDE;
}
.homePage .customForm--dark .form-group .form-control::-moz-placeholder, .homePage .customForm--dark .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homePage .customForm--dark .form-group .form-control::placeholder, .homePage .customForm--dark .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homePage .customForm--dark .form-group .btn, .homePage .customForm--dark .input-group .btn {
  background: #ffffff;
  color: #003359;
}
@media (max-width: 1399px) {
  .homePage .customForm .form-group label, .homePage .customForm .input-group label {
    margin-bottom: 5px;
  }
  .homePage .customForm .form-group .form-control, .homePage .customForm .input-group .form-control {
    padding: 15px;
    height: 45px;
  }
  .homePage .customForm .form-group .btn, .homePage .customForm .input-group .btn {
    margin-top: 0;
    padding: 12px 22px;
  }
}
@media (max-width: 991.98px) {
  .homePage .customForm .form-group .form-control, .homePage .customForm .input-group .form-control {
    height: 40px;
  }
}
.homePage .franchiseSec .commnHead {
  padding-left: 132px;
  padding-right: 55px;
}
.homePage .franchiseSec .commnHead picture {
  bottom: 0;
  right: 0;
}
.homePage .franchiseSec_form {
  background: #003359;
  color: #ffffff;
  padding: 60px 48px;
  border-radius: 5px;
}
.homePage .franchiseSec .title {
  font-size: 24px;
  font-family: "AvenirNextLTCom-Medium";
  margin-bottom: 24px;
}
@media (max-width: 1699px) {
  .homePage .franchiseSec .commnHead {
    padding-left: 0px;
    padding-right: 15px;
  }
  .homePage .franchiseSec_form {
    padding: 40px;
  }
  .homePage .franchiseSec .title {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  .homePage .franchiseSec_form {
    padding: 35px;
  }
  .homePage .franchiseSec .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .homePage .franchiseSec_form {
    padding: 15px;
  }
}
.homePage .ourMethod .container {
  max-width: 1390px;
}
.homePage .ourMethod .commnHead {
  max-width: 670px;
  margin: initial;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .homePage .ourMethod .commnHead {
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .homePage .ourMethod .commnHead {
    padding-bottom: 15px;
  }
}
.homePage .ourMethod .scrollSpa {
  color: #2B2B2B;
  padding: 85px 0 0;
}
.homePage .ourMethod .scrollSpa .number {
  width: 44px;
  height: 44px;
  background-color: #1AB18B;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 16px;
  color: #ffffff;
}
.homePage .ourMethod .scrollSpa h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
.homePage .ourMethod .scrollSpa h4 {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 0;
  font-family: "AvenirNextLTCom-Medium";
}
.homePage .ourMethod .scrollSpa_item {
  padding-bottom: 84px;
}
.homePage .ourMethod .scrollSpa_list {
  margin-top: 272px;
}
.homePage .ourMethod .scrollSpa_list ::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
.homePage .ourMethod .scrollSpa_list::-webkit-scrollbar {
  width: 1px;
}
.homePage .ourMethod .scrollSpa_imagesBox {
  width: 670px;
}
.homePage .ourMethod .scrollSpa-primary .number {
  background-color: #747474;
}
.homePage .ourMethod .scrollSpa-primary h3 {
  color: #4BA5E3;
}
.homePage .ourMethod .scrollSpa-primary p {
  color: #60798D;
}
.homePage .ourMethod .scrollSpa_images {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  min-width: 670px;
  position: relative;
}
@media (min-width: 992px) {
  .homePage .ourMethod .scrollSpa_images {
    padding-bottom: 20px;
    position: sticky;
    top: 100px;
  }
  .homePage .ourMethod .scrollSpa_images:after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }
  .homePage .ourMethod .scrollSpa_image {
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s;
  }
  .homePage .ourMethod .scrollSpa:not(.homePage .ourMethod .scrollSpa--in-view) .homePage .ourMethod .scrollSpa_image:first-of-type, .homePage .ourMethod .scrollSpa_image.is-active {
    opacity: 1;
  }
  .homePage .ourMethod .scrollSpa_item {
    opacity: 0;
    padding-top: 40px;
    padding-left: 108px;
  }
  .homePage .ourMethod .scrollSpa_item.is-active {
    opacity: 1;
  }
  .homePage .ourMethod .scrollSpa_item.is-active ~ .scrollSpa_item {
    opacity: 0.3;
  }
  .homePage .ourMethod .scrollSpa_item-top {
    padding-top: 0;
  }
  .homePage .ourMethod .scrollSpa_item-last {
    padding-bottom: 20vh;
  }
}
@media only screen and (max-width: 1799px) {
  .homePage .ourMethod .scrollSpa h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .homePage .ourMethod .scrollSpa h4 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .homePage .ourMethod .scrollSpa h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .homePage .ourMethod .scrollSpa h4 {
    font-size: 34px;
    line-height: 40px;
  }
  .homePage .ourMethod .scrollSpa_images {
    min-width: 560px;
  }
  .homePage .ourMethod .scrollSpa_item {
    padding-left: 60px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .ourMethod .scrollSpa h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .homePage .ourMethod .scrollSpa h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .homePage .ourMethod .scrollSpa_list {
    margin-top: 240px;
  }
  .homePage .ourMethod .scrollSpa .scrollSpa_images {
    width: 500px;
    min-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .homePage .ourMethod .scrollSpa {
    padding: 0;
    text-align: center;
  }
  .homePage .ourMethod .scrollSpa_item {
    padding-top: 15px;
    padding-bottom: 25px;
    opacity: 1;
  }
  .homePage .ourMethod .scrollSpa_item-last {
    padding-bottom: 0;
  }
  .homePage .ourMethod .scrollSpa_texts {
    padding-top: 0;
  }
  .homePage .ourMethod .scrollSpa h3 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .homePage .ourMethod .scrollSpa h4 {
    font-size: 18px;
    line-height: normal;
  }
  .homePage .ourMethod .scrollSpa_list {
    max-height: initial;
    margin-top: 0;
  }
  .homePage .ourMethod .scrollSpa_item {
    padding-left: 0;
  }
  .homePage .ourMethod .scrollSpa .scrollSpa_image {
    width: 440px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .homePage .ourMethod .scrollSpa .scrollSpa_image {
    width: 100%;
  }
}
.homePage .go-down-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.homePage .go-down-btn svg {
  position: relative;
  z-index: -1;
  display: block;
}
.homePage .go-down-btn:after {
  position: absolute;
  content: "";
  line-height: 85px;
  border-radius: 50%;
  top: 17px;
  background: rgba(43, 43, 43, 0.05);
  height: 85px;
  width: 85px;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 37px;
  color: #003359;
  left: 17px;
}
.homePage .go-down-btn text {
  font-size: 11px;
  transform-origin: center;
  animation: rotate-btn 10s linear infinite;
}
@keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}
.homePage .footer {
  background: linear-gradient(#003359, #000A12);
  color: #ffffff;
}
.homePage .footer_inner {
  padding: 80px 0;
}
.homePage .footer_bottom {
  padding-bottom: 30px;
}
.homePage .footer_title {
  font-family: "AvenirNextLTCom-Medium";
  margin-bottom: 20px;
}
.homePage .footer_logo img {
  margin-bottom: 20px;
}
.homePage .footer_socialLink a {
  height: 36px;
  width: 36px;
  background: rgba(0, 51, 89, 0.5);
  color: #ffffff;
  line-height: 36px;
  border: 1px solid transparent;
}
.homePage .footer_socialLink a:hover, .homePage .footer_socialLink a:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.homePage .footer .footer_info {
  padding-left: 80px;
}
.homePage .footer .footer_info li {
  font-family: "AvenirNextLTCom-Medium";
}
.homePage .footer .footer_info li:not(:last-child) {
  margin-bottom: 15px;
}
.homePage .footer .footer_info li a {
  color: #ffffff;
}
.homePage .footer .footer_info li a:hover, .homePage .footer .footer_info li a:focus {
  color: #ABABAB;
}
.homePage .footer .footer_info li em {
  padding-top: 5px;
  padding-right: 10px;
}
.homePage .footer .footer_info li .icon-mail {
  font-size: 12px;
}
.homePage .footer ul li {
  font-family: "AvenirNextLTCom-Medium";
}
.homePage .footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1699px) {
  .homePage .footer_inner {
    padding: 60px 0;
  }
}
@media (max-width: 1440px) {
  .homePage .footer {
    font-size: 14px;
  }
  .homePage .footer_title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .homePage .footer_logo img {
    margin-bottom: 10px;
  }
  .homePage .footer .footer_info {
    padding-left: 50px;
  }
}
@media (max-width: 1399px) {
  .homePage .footer_inner {
    padding: 45px 0;
  }
  .homePage .footer_title {
    font-size: 18px;
  }
  .homePage .footer_socialLink li {
    margin-right: initial;
  }
}
@media (max-width: 1199.98px) {
  .homePage .footer .row [class*=col-]:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .homePage .footer_inner {
    padding: 25px 0;
    font-size: 13px;
  }
  .homePage .footer .footer_info {
    padding-left: 0;
  }
  .homePage .footer .footer_info ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .homePage .footer_logo img {
    max-width: 80px;
  }
  .homePage .footer_bottom {
    padding-bottom: 15px;
  }
  .homePage .footer ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.homePage .whatsappIcon {
  background: #53A437;
  position: fixed;
  color: #ffffff;
  bottom: 22px;
  z-index: 1;
  right: 150px;
  height: 78px;
  width: 78px;
  font-size: 44px;
  border-radius: 50%;
}
@media (max-width: 1699px) {
  .homePage .whatsappIcon {
    right: 50px;
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .whatsappIcon {
    right: 35px;
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .homePage .whatsappIcon {
    right: 25px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .homePage .whatsappIcon {
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
