@font-face {
  font-family: "GalanoGrotesque";
  unicode-range: U+30-39;
}
/* half circle mixin */
/* Gradient mixin */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 16, 0.5970763305) 0%, rgba(7, 84, 105, 0) 100%);
}

.bg-gradient-rev-slider-left {
  background: linear-gradient(107deg, rgba(0, 15, 16, 0.8505777311) 0%, rgba(7, 84, 105, 0.4724264706) 100%);
}

.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%);
}

.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 47, 59, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%);
}

/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Regular.eot");
  src: url("../fonts/GalanoGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Regular.woff") format("woff"), url("../fonts/GalanoGrotesque-Regular.ttf") format("truetype"), url("../fonts/GalanoGrotesque-Regular.svg#GalanoGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Medium.eot");
  src: url("../fonts/GalanoGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Medium.woff") format("woff"), url("../fonts/GalanoGrotesque-Medium.ttf") format("truetype"), url("../fonts/GalanoGrotesque-Medium.svg#GalanoGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-SemiBold.eot");
  src: url("../fonts/GalanoGrotesque-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("../fonts/GalanoGrotesque-SemiBold.woff") format("woff"), url("../fonts/GalanoGrotesque-SemiBold.ttf") format("truetype"), url("../fonts/GalanoGrotesque-SemiBold.svg#GalanoGrotesque-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neo Sans Arabic Regular";
  src: url("../fonts/NeoSansArabic.eot");
  src: url("../fonts/NeoSansArabic.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansArabic.woff2") format("woff2"), url("../fonts/NeoSansArabic.woff") format("woff"), url("../fonts/NeoSansArabic.ttf") format("truetype"), url("../fonts/NeoSansArabic.svg#NeoSansArabic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background: #F7F7F7;
  opacity: 1;
  transition: 1s opacity;
}

body {
  font-family: "GalanoGrotesque";
  font-weight: normal;
  color: #525251;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

body.fade-out {
  opacity: 0;
  transition: none;
}

a {
  color: #00A4A3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  color: #033240;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GalanoGrotesque";
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #033240;
}

h1 {
  font-size: 66px;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (max-width: 1599.98px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1599.98px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.3;
  color: #00A4A3;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #525251;
  margin: 0px;
  margin-bottom: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  p {
    font-size: 15px;
  }
}

.abstract {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .abstract {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .abstract {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .abstract {
    font-size: 18px;
  }
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 13px;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1399.98px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.preloadcss {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #003D4D;
}

/**************************************************
HEADER SLIDE UP SLIDE DOWN STARTS
**************************************************/
.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}

.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.headroom--pinned {
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headroom--unpinned {
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

/**************************************************
HEADER SLIDE UP SLIDE DOWN ENDS
**************************************************/
/**************************************************
BUTTON STYLE STARTS
**************************************************/
.icon-right-arrow:before {
  font-size: 10px;
}

.primary-btn {
  position: relative;
  text-transform: uppercase;
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  z-index: 1;
  padding: 0px 60px 0 40px;
  height: 52px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  background-color: #00A4A3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
  overflow: hidden;
  font-family: "GalanoGrotesque";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  border: 1px solid #00A4A3;
  cursor: pointer;
  box-shadow: none;
}
@media (max-width: 1399.98px) {
  .primary-btn {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .primary-btn {
    font-size: 14px;
    height: 46px;
  }
}
.primary-btn span {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.primary-btn span:before {
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.primary-btn.left-icon {
  padding: 0px 40px 0 60px;
}
.primary-btn.left-icon span {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.primary-btn.left-icon span:before {
  position: absolute;
  top: 50%;
  left: 30px;
  right: auto;
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.primary-btn:hover {
  background-color: #033240;
  color: #ffffff;
  border: 1px solid #033240;
}
.primary-btn:hover span:before {
  right: 25px;
}
.primary-btn:hover.left-icon span:before {
  left: 25px;
  right: auto;
}
.primary-btn.goback-btn {
  font-size: 12px;
  height: 42px;
}
.primary-btn.goback-btn span {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .primary-btn.goback-btn {
    font-size: 0px;
    padding: 0;
    height: 42px;
    width: 42px;
  }
  .primary-btn.goback-btn span:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .primary-btn.goback-btn:hover span:before {
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .primary-btn.goback-btn {
    height: 35px;
    width: 35px;
  }
}

.link-btn {
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #00A4A3;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1399.98px) {
  .link-btn {
    font-size: 15px;
  }
}
.link-btn:hover {
  color: #033240;
}

/**************************************************
MAIN HEADER STYLE STARTS
**************************************************/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1111;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1599.98px) {
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#header .main-logo-area {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
#header .main-logo-area img {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  width: 100%;
}
@media (max-width: 1599.98px) {
  #header .main-logo-area img {
    width: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  #header .main-logo-area img {
    width: 140px !important;
  }
}
@media (max-width: 767.98px) {
  #header .main-logo-area img {
    width: 120px !important;
  }
}
#header.headroom--not-top {
  background-color: #033240 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#header.headroom--not-top .main-logo-area img {
  width: 150px !important;
}
@media (max-width: 1599.98px) {
  #header.headroom--not-top .main-logo-area img {
    width: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  #header.headroom--not-top .main-logo-area img {
    width: 140px !important;
  }
}
@media (max-width: 767.98px) {
  #header.headroom--not-top .main-logo-area img {
    width: 120px !important;
  }
}
#header.headroom--not-top .header-button-area .account-btn {
  border: 1px solid #00A4A3;
}
#header.headroom--not-top .header-button-area .primary-btn {
  border: 1px solid #00A4A3;
}
#header .header-button-area {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 575.98px) {
  #header .header-button-area {
    gap: 15px;
  }
}
#header .header-button-area .account-btn {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background-color: #00A4A3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
@media (max-width: 575.98px) {
  #header .header-button-area .account-btn {
    height: 35px;
    width: 35px;
  }
}
#header .header-button-area .account-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #033240;
  border-radius: 100%;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
#header .header-button-area .account-btn span:before {
  z-index: 111;
  position: relative;
}
#header .header-button-area .account-btn:hover:before {
  transform: scale(1.1);
}
#header .header-button-area .account-btn:hover h6 {
  transform: translateY(0px);
}
#header .header-button-area .account-btn h6 {
  position: absolute;
  top: -32px;
  left: -25px;
  background-color: #003D4D;
  color: #00A4A3;
  font-size: 10px;
  border-radius: 5px;
  white-space: nowrap;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transform: translateY(-50px);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  #header .header-button-area .account-btn h6 {
    top: -26px;
  }
}
#header .header-button-area .account-btn h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #003D4D;
  left: 50%;
  bottom: -9px;
  transform: translate(-50%, -50%);
}

.header-button-area .account-dropdown {
  position: relative;
}
.header-button-area .account-dropdown button {
  border: none;
  box-shadow: none;
}
.header-button-area .account-dropdown .account-dropdown-menu {
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 26px #000000);
  width: 270px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100px);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.header-button-area .account-dropdown .account-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 20px);
}
@media (max-width: 767.98px) {
  .header-button-area .account-dropdown .account-dropdown-menu {
    right: 0;
    left: auto;
    transform: translate(0px, 100px);
    width: 250px;
  }
  .header-button-area .account-dropdown .account-dropdown-menu.active {
    transform: translate(0px, 20px);
  }
}
.header-button-area .account-dropdown .account-dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  height: 0px;
  width: 0px;
  border: none;
  border-bottom: 10px solid rgb(255, 255, 255);
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .header-button-area .account-dropdown .account-dropdown-menu:before {
    right: 0;
    left: auto;
  }
}
.header-button-area .account-dropdown .account-dropdown-menu .dropdown-menu-head {
  font-size: 16px;
  font-weight: 600;
  color: #033240;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .header-button-area .account-dropdown .account-dropdown-menu .dropdown-menu-head {
    font-size: 15px;
  }
}
.header-button-area .account-dropdown .account-dropdown-menu ul {
  padding: 20px 30px;
}
.header-button-area .account-dropdown .account-dropdown-menu ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.header-button-area .account-dropdown .account-dropdown-menu ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 10px;
  background-color: #525251;
  transform: translateY(-50%);
}
.header-button-area .account-dropdown .account-dropdown-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #525251;
}
@media (max-width: 767.98px) {
  .header-button-area .account-dropdown .account-dropdown-menu ul li a {
    font-size: 15px;
  }
}
.header-button-area .account-dropdown .account-dropdown-menu ul li a:hover {
  color: #00A4A3;
}

/**************************************************
FOOTER STYLE STARTS
**************************************************/
#footer {
  position: relative;
  background-color: #033240;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0px;
}
#footer > .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer > .container > .row .footer-copyrights {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #footer > .container > .row .footer-copyrights {
    text-align: center;
  }
}
#footer > .container > .row .footer-copyrights p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}
#footer > .container > .row .footer-quick-links {
  text-align: right;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #footer > .container > .row .footer-quick-links {
    text-align: center;
  }
}
#footer > .container > .row .footer-quick-links ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
@media (max-width: 991.98px) {
  #footer > .container > .row .footer-quick-links ul {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  #footer > .container > .row .footer-quick-links ul {
    gap: 20px;
  }
}
#footer > .container > .row .footer-quick-links ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
#footer > .container > .row .footer-quick-links ul li a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 2px;
  height: 14px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 575.98px) {
  #footer > .container > .row .footer-quick-links ul li a:after {
    right: -10px;
  }
}
#footer > .container > .row .footer-quick-links ul li a:hover {
  color: #00A4A3;
}
#footer > .container > .row .footer-quick-links ul li:last-child a:after {
  display: none;
}

.home-page #footer {
  bottom: 0;
  z-index: 11;
  left: 0;
}
@media (max-width: 991.98px) {
  .home-page #footer {
    position: relative;
  }
}

/**************************************************
HOME BANNER STYLE STARTS
**************************************************/
.simpleParallax {
  height: 100%;
  width: 100%;
}

.home-main-slider-wrapper {
  height: calc(100svh - 57px);
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  min-height: 755px;
}
@media (max-width: 991.98px) {
  .home-main-slider-wrapper {
    height: auto;
  }
}
.home-main-slider-wrapper .homebanner-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .home-main-slider-wrapper .homebanner-img {
    height: 420px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-wrapper .homebanner-img {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-wrapper .homebanner-img {
    height: 350px;
  }
}
.home-main-slider-wrapper .homebanner-img .homebanner-img-back {
  height: 100%;
  width: 100%;
}
.home-main-slider-wrapper .homebanner-img .homebanner-img-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 39, 56);
  background: -moz-linear-gradient(270deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.68) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.68) 100%);
  background: linear-gradient(270deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002738",endColorstr="#045376",GradientType=1);
  z-index: 1;
}
.home-main-slider-wrapper .homebanner-img .homebanner-img-back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 84, 106, 0.25);
  z-index: 1;
}
.home-main-slider-wrapper .homebanner-img .homebanner-img-back img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 8.5s ease-out;
  transform: scale(1.12);
}
.home-main-slider-wrapper .homebanner-img .homebanner-img-back.animated img {
  transform: scale(1) !important;
}
.home-main-slider-wrapper .homebanner-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: rgb(0, 39, 56);
  background: -moz-linear-gradient(0deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.8) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.8) 100%);
  background: linear-gradient(0deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002738",endColorstr="#045376",GradientType=1);
  z-index: 1;
}
.home-main-slider-wrapper .homebanner-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: rgb(0, 39, 56);
  background: -moz-linear-gradient(180deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.51) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.51) 100%);
  background: linear-gradient(180deg, rgba(0, 39, 56, 0) 0%, rgba(4, 83, 118, 0.51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002738",endColorstr="#045376",GradientType=1);
  z-index: 1;
}
.home-main-slider-wrapper .homebanner-content {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .home-main-slider-wrapper .homebanner-content {
    margin-top: -199px;
    margin-bottom: 60px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-wrapper .homebanner-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-wrapper .homebanner-content {
    margin-top: -154px;
  }
}
@media (max-width: 480px) {
  .home-main-slider-wrapper .homebanner-content {
    margin-top: -152px;
  }
}
.home-main-slider-wrapper .homebanner-content .homebanner-content-title {
  padding-right: 100px;
}
@media (max-width: 1399.98px) {
  .home-main-slider-wrapper .homebanner-content .homebanner-content-title {
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .home-main-slider-wrapper .homebanner-content .homebanner-content-title {
    padding-right: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-wrapper .homebanner-content .homebanner-content-title {
    margin-top: 10px;
  }
}
.home-main-slider-wrapper .homebanner-content .homebanner-content-title h1 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0px;
}
.home-main-slider-wrapper .homebanner-content .homebanner-content-title .homebanner-subtitle {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(237, 237, 237, 0.9);
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media (max-width: 1399.98px) {
  .home-main-slider-wrapper .homebanner-content .homebanner-content-title .homebanner-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .home-main-slider-wrapper .homebanner-content .homebanner-content-title .homebanner-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .home-main-slider-wrapper .homebanner-content .homebanner-content-title .homebanner-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .home-main-slider-wrapper .homebanner-content .homebanner-content-title .homebanner-subtitle {
    font-size: 13px;
  }
}

/**************************************************
COMMON FORM STYLE STARTS
**************************************************/
.common-form-wrapper {
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991.98px) {
  .common-form-wrapper {
    margin-top: 20px;
  }
}
.common-form-wrapper .homebanner-form-header {
  padding: 20px 40px;
  background-color: #033240;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .common-form-wrapper .homebanner-form-header {
    padding: 15px 40px;
  }
}
@media (max-width: 575.98px) {
  .common-form-wrapper .homebanner-form-header {
    padding: 15px 25px;
  }
}
.common-form-wrapper .homebanner-form-header.animated span {
  transform: scale(1);
  transition-delay: 1s !important;
}
.common-form-wrapper .homebanner-form-header h5 {
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 30px;
  line-height: 1.4;
}
.common-form-wrapper .homebanner-form-header span {
  color: #00A4A3;
  -webkit-transition: all 1s ease-out 0s !important;
  -moz-transition: all 1s ease-out 0s !important;
  -ms-transition: all 1s ease-out 0s !important;
  -o-transition: all 1s ease-out 0s !important;
  transition: all 1s ease-out 0s !important;
  transform: scale(0);
  font-size: 46px;
}
@media (max-width: 767.98px) {
  .common-form-wrapper .homebanner-form-header span {
    font-size: 38px;
  }
}
.common-form-wrapper .homebanner-form-body {
  background-color: #ffffff;
  padding: 40px 40px 20px 40px;
}
@media (max-width: 1399.98px) {
  .common-form-wrapper .homebanner-form-body {
    padding: 25px 40px 20px 40px;
  }
}
@media (max-width: 575.98px) {
  .common-form-wrapper .homebanner-form-body {
    padding: 25px 25px 20px 25px;
  }
}
.common-form-wrapper .homebanner-form-body p {
  margin-bottom: 30px;
}
.common-form-wrapper .homebanner-form-body .homebanner-form-buttons {
  display: flex;
  align-items: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}
.common-form-wrapper .homebanner-form-footer {
  background-color: #ffffff;
  padding: 30px 40px;
  border-top: 1px solid rgba(82, 82, 81, 0.15);
}
@media (max-width: 767.98px) {
  .common-form-wrapper .homebanner-form-footer {
    padding: 20px 40px;
  }
}
@media (max-width: 575.98px) {
  .common-form-wrapper .homebanner-form-footer {
    padding: 20px 25px;
  }
}
.common-form-wrapper .homebanner-form-footer p {
  margin-bottom: 0px;
}
.common-form-wrapper .homebanner-form-footer p a {
  font-weight: 600;
}

.inside-page-section .common-form-wrapper .homebanner-form-body {
  padding: 40px 40px 60px 40px;
}
@media (max-width: 575.98px) {
  .inside-page-section .common-form-wrapper .homebanner-form-body {
    padding: 25px 25px 40px 25px;
  }
}

/**************************************************
FORM FIELDS STYLE STARTS
**************************************************/
label.error, span.error {
  color: red !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent;
  word-spacing: unset;
  font-size: 14px !important;
  text-transform: none;
  text-align: right;
  float: right;
  position: relative !important;
  top: inherit !important;
  margin-top: 5px !important;
}

.nice-select {
  height: 52px;
  border-radius: 50px;
  background-color: #F2F2F2;
  border: 1px solid #EDEDED;
  font-size: 16px;
  color: rgba(82, 82, 81, 0.8);
}
@media (max-width: 575.98px) {
  .nice-select {
    height: 46px;
  }
}
.nice-select .list {
  border-radius: 10px;
  background-color: #00A4A3;
  color: #ffffff;
}
.nice-select .list .option {
  color: #ffffff;
  font-size: 16px;
}
.nice-select .list .option:hover {
  background-color: #033240;
}
.nice-select .list .option.selected.focus {
  background-color: #033240;
  color: #ffffff;
}

.select2 {
  padding: 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  box-shadow: none;
  width: 100% !important;
  height: 52px;
  border-radius: 50px;
  background-color: #F2F2F2;
  border: 1px solid #EDEDED;
  font-size: 16px;
  color: rgba(82, 82, 81, 0.8);
}
@media (max-width: 575.98px) {
  .select2 {
    height: 46px;
    font-size: 14px;
  }
}
.select2.with-value {
  border: 1px solid #00A4A3;
}
.select2.error {
  border: 1px solid #033240 !important;
  color: #033240;
}
.select2:after {
  content: "";
  height: 0px;
  width: 0px;
  border: none;
  border-top: 5px solid rgba(82, 82, 81, 0.5);
  border-left: 5px solid rgba(82, 82, 81, 0);
  border-right: 5px solid rgba(82, 82, 81, 0);
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  top: 24px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .select2:after {
    top: 23px;
  }
}
.select2.select2-container--open:after {
  border-top: none;
  border-bottom: 5px solid rgba(82, 82, 81, 0.5);
  border-left: 5px solid rgba(82, 82, 81, 0);
  border-right: 5px solid rgba(82, 82, 81, 0);
}
.select2 .selection {
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.select2 .selection .select2-selection {
  height: 100%;
  width: 100%;
  padding: 13px 16px;
  cursor: pointer;
}
.select2:focus {
  border: 1px solid #00a4a3;
  box-shadow: none;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid rgba(48, 48, 122, 0.1);
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0 6px 1px rgba(0, 37, 100, 0.1);
  position: relative;
  z-index: 111;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .select2-dropdown {
    padding: 10px;
  }
}
.select2-dropdown .select2-search {
  width: 100%;
}
.select2-dropdown .select2-search input {
  width: 100%;
  border: 1px solid rgba(0, 164, 163, 0.9);
  font-family: "GalanoGrotesque";
  font-size: 18px;
  min-height: 50px;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .select2-dropdown .select2-search input {
    min-height: 30px;
    padding: 6px;
    font-size: 16px;
  }
}
.select2-dropdown .select2-results {
  width: 100%;
}
.select2-dropdown .select2-results ul li {
  color: #515151;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 20px;
  background-color: rgba(0, 37, 100, 0);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .select2-dropdown .select2-results ul li {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.select2-dropdown .select2-results ul li:hover {
  color: #00A4A3;
  background-color: #033240;
  padding: 6px 15px 6px 25px;
}
@media (max-width: 767.98px) {
  .select2-dropdown .select2-results ul li:hover {
    padding: 6px 5px 6px 15px;
  }
}

.form-label-group {
  position: relative;
  display: block;
  margin: 0px;
  position: relative;
  outline: none;
  width: 100%;
}
.form-label-group select {
  display: none;
}
.form-label-group label {
  top: 25px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 82, 81, 0.8);
}
@media (max-width: 575.98px) {
  .form-label-group label {
    font-size: 14px;
    top: 22px;
  }
}
.form-label-group input {
  height: 52px;
  border-radius: 50px;
  background-color: #F2F2F2;
  border: 1px solid #EDEDED;
}
@media (max-width: 575.98px) {
  .form-label-group input {
    height: 46px;
  }
}
.form-label-group input:focus {
  border: 1px solid #00A4A3;
  box-shadow: none;
}
.form-label-group input:focus ~ label {
  color: #00A4A3;
  padding: 8px 22px 8px 32px;
}
.form-label-group input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 82, 81, 0.8);
}
@media (max-width: 575.98px) {
  .form-label-group input::placeholder {
    font-size: 14px;
  }
}

.date-time-calendar {
  position: relative;
}
.date-time-calendar input {
  height: 52px;
  border-radius: 50px;
  background-color: #F2F2F2;
  border: 1px solid #EDEDED;
}
@media (max-width: 575.98px) {
  .date-time-calendar input {
    height: 46px;
  }
}
.date-time-calendar input:focus {
  border: 1px solid #00A4A3;
  box-shadow: none;
}
.date-time-calendar input:focus ~ label {
  color: #00A4A3;
  padding: 8px 22px 8px 32px;
}
.date-time-calendar input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 82, 81, 0.8);
}
@media (max-width: 575.98px) {
  .date-time-calendar input::placeholder {
    font-size: 14px;
  }
}
.date-time-calendar:after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  top: 10px;
  pointer-events: none;
  color: rgba(82, 82, 81, 0.7);
  font-size: 20px;
}

.xdsoft_datetimepicker {
  font-family: "GalanoGrotesque";
}

.xdsoft_time.xdsoft_current {
  background-color: #00A4A3 !important;
}

.xdsoft_time:hover {
  background-color: #00A4A3 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #00A4A3 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today:hover {
  color: #ffffff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background-color: #00A4A3 !important;
  color: #ffffff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background-color: #00A4A3 !important;
}

.xdsoft_time:hover {
  background-color: #00A4A3 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: #00A4A3 !important;
}

.xdsoft_option:hover {
  background-color: #00A4A3 !important;
}
.xdsoft_option.xdsoft_current {
  background-color: #033240 !important;
  box-shadow: none !important;
}

/**************************************************
FORM FIELDS STYLE ENDS
**************************************************/
/**************************************************
INSIDE PAGE BANNER STYLE STARTS
**************************************************/
.inside-page-banner {
  position: relative;
  height: 540px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .inside-page-banner {
    height: 450px;
  }
}
@media (max-width: 1399.98px) {
  .inside-page-banner {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-banner {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .inside-page-banner {
    height: 350px;
  }
}
.inside-page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6558998599) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6558998599) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6558998599) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}
.inside-page-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}
.inside-page-banner .page-banner-img {
  height: 100%;
  width: 100%;
}
.inside-page-banner .page-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inside-page-section {
  margin-top: -270px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1599.98px) {
  .inside-page-section {
    margin-top: -263px;
  }
}
@media (max-width: 1399.98px) {
  .inside-page-section {
    margin-top: -241px;
  }
}
@media (max-width: 991.98px) {
  .inside-page-section {
    margin-top: -198px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-section {
    margin-top: -175px;
  }
}
@media (max-width: 575.98px) {
  .inside-page-section {
    margin-top: -171px;
  }
}
@media (max-width: 480px) {
  .inside-page-section {
    margin-top: -169px;
  }
}
.inside-page-section .inside-banner-title h1 {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ffffff;
}
@media (max-width: 1599.98px) {
  .inside-page-section .inside-banner-title h1 {
    font-size: 52px;
  }
}
@media (max-width: 1399.98px) {
  .inside-page-section .inside-banner-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .inside-page-section .inside-banner-title h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-section .inside-banner-title h1 {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .inside-page-section .inside-banner-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .inside-page-section .inside-banner-title h1 {
    font-size: 28px;
  }
}

.lang-switcher {
  font-family: "Neo Sans Arabic Regular";
  color: #ffffff;
}
.lang-switcher:hover {
  color: #00A4A3;
}

/*---------------------------------
PRELOADER POPUP SECTION STARTS
----------------------------------*/
.formpreloader {
  position: fixed;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(3, 50, 64, 0.9);
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.formpreloader.active {
  opacity: 1;
  visibility: visible;
  z-index: 1111111;
}
.formpreloader .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formpreloader .container .loader-infinite {
  width: 100px;
}

.loader-infinite {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  margin-top: 40px;
}
.loader-infinite .item {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.loader-infinite .item.item4 {
  background-color: transparent;
  animation: circle2 2s linear infinite;
}
.loader-infinite .item.item4 .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 50%;
}
.loader-infinite .item.item4 .circle:before {
  content: "";
  width: 3px;
  height: 8px;
  border-radius: 12px;
  background-color: #00A4A3;
  position: absolute;
  top: 15px;
  left: 6px;
}
.loader-infinite .item.item4 .circle.circle1 {
  transform: rotate(0);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle1:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle2 {
  transform: rotate(40deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle2:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle3 {
  transform: rotate(80deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle3:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle4 {
  transform: rotate(120deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle4:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle5 {
  transform: rotate(160deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle5:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle6 {
  transform: rotate(200deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle6:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle7 {
  transform: rotate(240deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle7:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle8 {
  transform: rotate(280deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle8:before {
  background-color: #00A4A3;
}
.loader-infinite .item.item4 .circle.circle9 {
  transform: rotate(320deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle9:before {
  background-color: #00A4A3;
}

@keyframes circle0 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---------------------------------
PRELOADER POPUP SECTION ENDS
----------------------------------*/
/*---------------------------------
SWEETALERT SECTION STARTS
----------------------------------*/
.swal2-container .swal2-title {
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .swal2-container .swal2-title {
    font-size: 1.4em;
  }
}
.swal2-container .swal2-confirm {
  background-color: #033240;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
}
.swal2-container .swal2-confirm:before {
  background-color: #00A4A3;
}
.swal2-container .swal2-confirm:hover {
  color: #ffffff !important;
}

.select2-selection__rendered {
  display: flex;
  align-items: center;
}
.select2-selection__rendered span {
  display: flex;
  align-items: center;
}
.select2-selection__rendered span img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .select2-selection__rendered span img {
    width: 25px;
    height: 25px;
  }
}

.select2-results__option {
  display: flex;
  align-items: center;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .avatar {
    width: 40px;
    height: 40px;
  }
}

.homebanner-form-buttons > div {
  position: absolute;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */