@font-face {
  font-family: 'google_sansbold';
  src: url("fonts/googlesans-bold.woff2") format("woff2"), url("fonts/googlesans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("fonts/googlesans-regular.woff2") format("woff2"), url("fonts/googlesans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'google_sansmedium';
  src: url("fonts/googlesans-medium.woff2") format("woff2"), url("fonts/googlesans-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html body {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  font-size: 1rem;
  font-family: 'google_sansregular';
  position: relative;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

html body h1 {
  font-size: 2rem;
  font-family: 'google_sansregular';
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html body h2 {
  font-size: 1.825rem;
  font-family: 'google_sansregular';
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html body h3 {
  font-size: 1.4rem;
  font-family: 'google_sansregular';
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html body h4 {
  font-size: 1.3rem;
  font-family: 'google_sansregular';
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html body h5 {
  font-size: 1.2rem;
  font-family: 'google_sansregular';
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html body h6 {
  font-size: 1rem;
  font-family: 'google_sansregular';
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html body ul {
  margin: 0;
  padding: 0;
}

html body ul li {
  list-style: none;
}

html body a {
  text-decoration: none;
  color: #71a60f;
}

html body a:hover {
  text-decoration: none;
}

html body p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.375rem;
  font-family: 'google_sansregular';
}

body.open {
  overflow: hidden;
}

.modal-open {
  padding-right: 0 !important;
}

header {
  z-index: 6;
  position: absolute;
  width: 100%;
}

header .head-body .mobMenu {
  display: none;
}

header .head-body .col-xl-9.col-lg-9.col-md-9.col-sm-12.col-xs-12 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

header .head-body .menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center !important;
  height: 100%;
}

header .head-body .menu nav ul li {
  display: initial;
  margin-left: 0.8125rem;
}

header .head-body .menu nav ul li a {
  padding: 0.1875rem 0.3125rem;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

header .head-body .menu nav ul li a:hover {
  background-color: #00affa;
  border-radius: 0.125rem;
}

header .head-body .menu nav ul li.active a {
  background-color: #00affa;
  border-radius: 0.125rem;
}

.banar-contant .main-body .white {
  width: 100%;
}

.banar-contant .main-body .white .img-fluid {
  width: 100%;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
}

.banar-contant .searching {
  position: relative;
  z-index: 8;
  width: 38%;
  margin-top: -430px;
}

.banar-contant .searching i.material-icons {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00affa), color-stop(0.15, #00affa), color-stop(0.3, #123f80), color-stop(0.45, #123f80), color-stop(0.6, #00affa), color-stop(0.75, #00affa), color-stop(1, #123f80));
  background-image: gradient(linear, left top, right top, color-stop(0, #00affa), color-stop(0.15, #00affa), color-stop(0.3, #123f80), color-stop(0.45, #123f80), color-stop(0.6, #00affa), color-stop(0.75, #00affa), color-stop(1, #123f80));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.banar-contant .searching .or {
  color: #6c6d6d;
  margin: 12px 0px;
  display: flex;
  justify-content: center;
}

.banar-contant .searching .or span {
  height: 33px;
  width: 33px;
  padding: 4px;
  border: 1px solid #ced4da;
  border-radius: 50px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banar-contant .searching .txt {
  padding-right: 26px;
}

.banar-contant .searching .txt:focus {
  box-shadow: none;
  border-color: #00affa;
}

.banar-contant .searching .p-txt1 {
  position: relative;
}

.banar-contant .searching .p-txt1.p-txt3,
.banar-contant .searching .p-txt3 {
  position: relative;
}

.banar-contant .searching .speak1 {
  position: absolute;
  top: 6px;
  z-index: 3;
  right: 5px;
}

.banar-contant .searching .speak2 {
  position: absolute;
  top: 98px;
  z-index: 3;
  right: 5px;
}

.banar-contant .searching .speak3 {
  position: absolute;
  top: 190px;
  z-index: 3;
  right: 5px;
}

.banar-contant .searching .search-btn {
  margin: 25px auto auto auto !important;
  background-color: #00affa !important;
  color: #ffffff;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.5rem 4rem;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 -12px 20px -12px rgba(0, 175, 250, 0.35), 0 12px 20px -12px rgba(0, 175, 250, 0.35);
  display: flex !important;
  justify-content: center;
  cursor: pointer;
}

.banar-contant .searching .search-btn:hover {
  background-color: #123f80 !important;
  box-shadow: 0 -12px 20px -12px rgba(18, 63, 128, 0.35), 0 12px 20px -12px rgba(18, 63, 128, 0.35);
}

.banar-contant .searching .search-btn:focus {
  outline: none !important;
}

.banar-contant .searching .errmsg.m-alert.m-alert--outline.alert {
  padding: .5rem 1.1rem;
  font-size: 14px;
}

.below-banar {
  position: relative;
}

.below-banar .pcs-banar {
  position: absolute;
  bottom: 0;
}

.below-banar:after {
  position: absolute;
  content: "";
  background-image: url("../images/right-triangle.png");
  width: 200px;
  height: 347px;
  z-index: 0;
  right: 0;
  bottom: 0;
}

.below-banar .left-triangle:before {
  position: absolute;
  content: "";
  background-image: url("../images/left-triangle.png");
  width: 315px;
  height: 546px;
  z-index: -1;
  left: 0;
}

.below-banar .left-triangle .thought {
  padding: 40px;
  margin-top: 150px;
  position: relative;
  z-index: 6;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.below-banar .left-triangle .thought h1 {
  color: #00affa;
  position: relative;
}

.below-banar .left-triangle .thought h1:before {
  position: absolute;
  content: "";
  background-image: url("../images/qutationopen.png");
  width: 15px;
  height: 15px;
  left: -19px;
  top: 0px;
}

.below-banar .left-triangle .thought h1:after {
  position: absolute;
  content: "";
  background-image: url("../images/qutaticlose.png");
  width: 15px;
  height: 15px;
  right: -11px;
  top: 0px;
}

.below-banar .left-triangle .thought p {
  text-align: center;
  padding-top: 40px;
  color: #515151;
  line-height: 32px;
  font-size: 1rem;
}

footer {
  position: relative;
}

footer .scrollTop {
  position: fixed;
  right: 20px;
  bottom: 55px;
  background-color: #707070;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 15;
  border-radius: 50px;
  box-shadow: 0px 26px 26px 0px rgba(9, 24, 33, 0.2);
}

footer .scrollTop a {
  font-size: 18px;
  color: #fff;
  padding: 9px 10px;
  display: flex;
}

footer .scrollTop a img {
  width: 18px;
  height: 19px;
}

footer .map-main {
  position: relative;
  width: 100%;
}

footer .map-main #map1 {
  height: 500px;
}

footer .map-main .p-blue {
  position: absolute;
  bottom: -3px !important;
  width: 100%;
  z-index: 9;
  pointer-events: none;
}

footer .modal {
  z-index: 1082 !important;
}

footer .modal .modal-header {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.2);
}

footer .modal .modal-header .close {
  color: #ffffff;
  font-size: 2.5rem;
}

footer .modal .modal-header .close:focus {
  outline: none;
}

footer .modal .modal-dialog {
  margin: 0 !important;
  max-width: 100% !important;
}

footer .modal .modal-sm {
  max-width: 100% !important;
}

footer .modal .modal-content {
  background-color: transparent !important;
  height: 100vh;
  margin: 0 !important;
}

footer #map {
  height: 400px;
  width: 100%;
}

footer #map .gm-style .gm-bundled-control-on-bottom .gmnoprint {
  top: -230px !important;
}

footer .footer-contant {
  background-color: #00affa;
  padding-top: 10px;
}

footer .footer-contant .app-links h2 {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 0.9375rem;
}

footer .footer-contant .app-links .p-ios {
  margin-bottom: 0.9375rem;
}

footer .footer-contant .contact-form h3 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}

footer .footer-contant .contact-form .p-tx {
  margin-top: 0.625rem;
  resize: none;
}

footer .footer-contant .contact-form .p-tx:focus {
  box-shadow: none !important;
}

footer .footer-contant .contact-form .p-send {
  background-color: #123f80 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.4s ease-in-out;
  margin-top: 0.625rem;
  cursor: pointer;
}

footer .footer-contant .contact-form .p-send:hover {
  background-color: #09274c !important;
}

footer .footer-contant .contact-form .p-send:focus {
  box-shadow: none !important;
}

footer .footer-contant .contact-form span.error {
  font-size: 0.9rem;
}

footer .footer-contant .contact-form span.successmsg.m-alert.m-alert--outline.alert.alert-success {
  padding: .5rem 1.1rem;
  font-size: 14px;
}

footer .footer-contant .link {
  width: 100%;
}

footer .footer-contant .link:hover a i {
  background-color: #123f80;
}

footer .footer-contant .link:hover a span {
  color: #123f80;
}

footer .footer-contant .link a i {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.4375rem;
  border-radius: 50%;
  float: left;
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
}

footer .footer-contant .link a span {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

footer .footer-contant .link .p-mail {
  display: flex;
}

footer .footer-contant .link .p-mail h4 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

footer .footer-contant .link1 {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

footer .footer-contant .link1:hover a i {
  background-color: #123f80;
}

footer .footer-contant .link1:hover a span {
  color: #123f80;
}

footer .footer-contant .link1 a i {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.4375rem;
  border-radius: 50%;
  float: left;
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
}

footer .footer-contant .link1 a span {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

footer .footer-contant .link1 .p-mail {
  display: flex;
}

footer .footer-contant .link1 .p-mail h4 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

footer .footer-contant .link2 {
  float: left;
}

footer .footer-contant .link2 .box {
  float: left;
  margin-right: 10px;
}

footer .footer-contant .link2 .box i {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.4375rem;
  border-radius: 50%;
}

footer .footer-contant .link2 .discription h6 {
  display: flex;
  flex-flow: row wrap;
  font-size: 18px;
  color: #ffffff;
}

footer .footer-contant .link2 .discription p {
  display: flex;
  flex-flow: row wrap;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

footer .footer-contant .social-icon {
  float: left;
  margin-top: 15px;
}

footer .footer-contant .social-icon ul li {
  display: inline-flex;
  margin-right: 10px;
}

footer .footer-contant .social-icon ul li a {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

footer .footer-contant .social-icon ul li a:hover svg {
  fill: #123f80;
}

footer .footer-contant .social-icon ul li a svg {
  fill: #ffffff;
  padding: 3px;
  transition: all 0.4s ease-in-out;
}

footer .footer-bar {
  background-color: #00affa;
  padding: 25px 0;
}

footer .footer-bar .fot-bar .copy-rits h2 {
  font-size: 0.9375rem;
  color: #0d2f59;
  font-family: 'google_sansmedium';
}

footer .footer-bar .fot-bar .copy-rits h2 span.copy-symbol {
  color: #0d2f59;
  font-family: 'google_sansmedium';
  font-size: 13px;
}

footer .footer-bar .fot-bar .copy-rits h2 span {
  color: #ffffff;
}

footer .footer-bar .fot-bar .igex-solution h2 {
  font-size: 0.9375rem;
  color: #0d2f59;
  font-family: 'google_sansmedium';
}

footer .footer-bar .fot-bar .igex-solution h2 a {
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

footer .footer-bar .fot-bar .igex-solution h2 a:hover {
  color: #000000;
}

.loder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 15;
}

.loder .loader8 {
  position: relative;
  width: 80px;
  height: 80px;
  top: 85% !important;
  top: -webkit-calc(50% - 43px);
  top: calc(50% - 43px);
  left: 35%;
  left: -webkit-calc(50% - 43px);
  left: calc(50% - 43px);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-width: 40px;
  border-style: double;
  border-color: transparent #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader8 2s linear infinite;
  animation: loader8 2s linear infinite;
}

@-webkit-keyframes loader8 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*************************************************seavesearch page****************************************************/
header.savesearch-header {
  position: relative !important;
  box-shadow: 1px -2px 5px 1px rgba(0, 0, 0, 0.3);
}

header.savesearch-header .mobMenu {
  display: none;
}

header.savesearch-header .menu ul li a {
  color: #123f80 !important;
}

header.savesearch-header .menu ul li:hover a {
  color: #ffffff !important;
}

header.savesearch-header .menu ul li.active a {
  color: #ffffff !important;
}

.savedsearch-page {
  background-color: #fcfcfc;
  padding-bottom: 35px;
}

.savedsearch-page .norec {
  font-size: 18px;
  color: #123f80;
  font-family: 'google_sansmedium';
}

.savedsearch-page .item {
  margin-top: 1.875rem;
  height: 240px;
}

.savedsearch-page .item img {
  width: 100%;
  position: relative;
  border-radius: 4px;
}

.savedsearch-page .item .img-overlay {
  position: absolute;
  color: #ffffff;
  background-color: #00affa;
  padding: 0.1875rem 0.5rem;
  top: 40px;
  right: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 0.8125rem;
}

.savedsearch-page .bottom {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  height: calc(100% - 272px);
  justify-content: space-between;
}

.savedsearch-page .bottom h4.text1 {
  width: 100%;
  display: block;
  font-size: 0.9375rem;
  color: #414154;
  margin-bottom: .5rem;
  font-family: 'google_sansmedium';
  padding-top: 0.4375rem;
}

.savedsearch-page .bottom label.text2 {
  display: flex;
}

.savedsearch-page .bottom label.text2 i.material-icons {
  font-size: 16px;
  margin-left: -1px;
  color: #898587;
}

.savedsearch-page .bottom label.text2 .sp {
  display: inline-flex;
  font-size: 13px;
  color: #898587;
  margin-left: 0.3125rem;
}

.savedsearch-page .save-btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.savedsearch-page .save-btn .save {
  margin: 20px auto auto auto !important;
  background-color: #00affa !important;
  color: #ffffff;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.5rem 4rem;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 -12px 20px -12px rgba(0, 175, 250, 0.35), 0 12px 20px -12px rgba(0, 175, 250, 0.35);
  cursor: pointer;
}

.savedsearch-page .save-btn .save:hover {
  background-color: #123f80 !important;
  box-shadow: 0 -12px 20px -12px rgba(18, 63, 128, 0.35), 0 12px 20px -12px rgba(18, 63, 128, 0.35);
}

.savedsearch-page .save-btn .save:focus {
  outline: none !important;
}

.savedsearch-page .my-pagination {
  display: flex;
  justify-content: center !important;
  margin-top: 35px;
}

.savedsearch-page .my-pagination .pagination .page-item {
  margin-left: 1px;
}

.savedsearch-page .my-pagination .pagination .page-item .page-link {
  border: none !important;
  color: #000000 !important;
  background-color: transparent;
}

.savedsearch-page .my-pagination .pagination .page-item .page-link:focus {
  box-shadow: none !important;
}

.savedsearch-page .my-pagination .pagination .page-item .page-link:hover {
  background-color: #e6e6e6;
}

.savedsearch-page .my-pagination .pagination .page-item.active .page-link {
  background-color: #00affa !important;
  color: #ffffff !important;
}

/************************************************aboutus-page*************************************************/
.about-page {
  background-color: #fafafa;
  padding: 50px 0;
}

.about-page:after {
  position: absolute;
  content: "";
  background-image: url("../images/right-triangle.png");
  width: 200px;
  height: 347px;
  z-index: 0;
  right: 0;
  bottom: 709px;
}

.about-page:before {
  position: absolute;
  content: "";
  background-image: url("../images/left-triangle.png");
  background-image: url("../images/left-triangle.png");
  width: 315px;
  height: 546px;
  z-index: 0;
  left: 0;
  top: 92px;
}

.about-page .col-xl-7.col-lg-7.col-md-7.col-sm-12.col-xs-12 {
  padding-right: 0 !important;
}

.about-page .col-xl-5.col-lg-5.col-md-5.col-sm-12.col-xs-12 {
  padding-left: 0 !important;
}

.about-page .about-img figure {
  margin: 0 !important;
}

.about-page .about-img figure img {
  object-fit: cover;
  height: 423px;
  width: 100%;
  position: relative;
}

.about-page .aboutbground {
  position: relative;
  z-index: 5;
}

.about-page .aboutbground h4 {
  font-family: 'google_sansbold';
  text-transform: uppercase;
  font-size: 20px;
}

.about-page .aboutbground h4 span {
  font-family: 'google_sansregular' !important;
  text-transform: capitalize !important;
  font-size: 20px;
  color: #00affa;
  margin-left: 5px;
}

.about-page .aboutbground p {
  margin-top: 15px;
  color: #6d7073;
  font-size: 15px;
  line-height: 1.81;
}

.about-page .aboutbground ul.post-list {
  margin: 20px 0 30px;
  padding: 0 0 0 50px;
}

.about-page .aboutbground ul.post-list li {
  list-style-type: disc;
  color: #1d1e1f;
  margin: 0 0 5px;
}

.swal2-buttonswrapper .swal2-confirm.swal2-styled:focus {
  outline: none !important;
}

/*************************************************speaker************************************************/
.video-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100vh;
}

.video-wrap .playbtn {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  top: 40%;
}

.video-wrap .playbtn a {
  box-sizing: content-box;
  display: inline-block;
  width: 130px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  position: relative;
}

.video-wrap .playbtn a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 165px;
  height: 165px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-wrap .playbtn a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-wrap .playbtn a i {
  font-size: 60px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  color: #123f80;
  margin-left: -3px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.map-main #map1 {
  height: 500px;
}

.map-main .map-container {
  width: 100%;
}

.map-main .map-container iframe {
  display: block;
  width: 100%;
  position: relative;
  pointer-events: none;
}

.map-main .map-container iframe.clicked {
  pointer-events: auto;
}

.map-main .map-container iframe #mapDiv .gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
  top: -300px !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999999;
  background-color: transparent;
}

#preloader #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #21496d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#preloader #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #23b5b9;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#preloader #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #21496d;
  -webkit-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#hideAll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 4;
  background-color: #fff;
}

#hideAll #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #21496d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#hideAll #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #23b5b9;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#hideAll #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #21496d;
  -webkit-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
