/*!
Theme Name: ASAP
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

main {
  display: block;
}
img {
  border-style: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  background-color: #c6d366;
  line-height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#lottie {
  background-color: #c6d366;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:active {
  outline: 0;
  transition: all 0.4s ease-in-out 0s;
}

/* Alignments
--------------------------------------------- */
h1,
h2 {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}
h1 {
  margin-bottom: 0;
}
h2 {
  margin-bottom: 30px;
}

.circle-1 {
  animation: pulse-dot 1s infinite, ellipse-opacity 1s linear;
  opacity: 0;
  animation-delay: 2s;
}

.circle-2 {
  animation: pulse-dot2 1s infinite, ellipse-opacity 1s linear;
  opacity: 0;
  animation-delay: 2s;
}

svg ellipse.dot-loading {
  /* animation: ellipse-opacity 1s linear;
    opacity: 0;
    animation-delay: 2s;
    animation-fill-mode: forwards;*/
}

@keyframes pulse-dot {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse-dot2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ellipse-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.wrapper .main-img {
  width: 100%;
  height: 100%;
}

.wrapper #bodyOfLinkCircle1.link1 {
  position: fixed;
  width: 10vw;
  z-index: 999999999999;
}

.wrapper .link1 {
  /*position: absolute;
	bottom:11rem;
  left:23.5rem;*/
}
.wrapper .link2 {
  position: absolute;
  top: 310px;
  right: 350px;
}

.open_popup {
}

.popup_body {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 300ms;
  z-index: 1;
  overflow-y: auto;
}

.popup_close img {
  width: 45px;
}
.popup_body_show {
  display: block;
  transition: 300ms;
  z-index: 99;
}
.popup_back {
   background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.popup_close {
  background: transparent;
  width: 63px;
  z-index: 999;
  height: 63px;
  border: none;
  outline: none;
  cursor: pointer;
  right: 35px;
  position: absolute;
  top: 25px;
}

.popup-window {
  position: absolute;
  width: 100%;
  height: 100%;
}

.left-section {
  background: #0059a6;
  position: relative;
  padding: 110px 40px;
  width: 37%;
  height: 100vh;
  position: fixed;
  max-width: 695px;
  float: left;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}
.left-section .bottom-box {
  position: absolute;
  bottom: 50px;
}
.left-section .top-logo {
  margin-bottom: 40px;
}
.left-section .info-sec {
  border-left: 2px solid #fff;
  padding: 0 0 0 30px;
  margin-bottom: 95px;
  line-height: 30px;
}
.left-section .info-sec span {
  display: block;
  color: #58acf5;
  margin-bottom: 45px;
}
.left-section .info-sec ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 18px;
}
.left-section .info-sec ul li a {
  color: #fff;
  text-decoration: none;
}
.left-section .info-sec ul li a:hover {
  color: #58acf5;
}
.left-section .info-sec h1 {
  padding-right: 100px;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.site-btn {
  background: #aa208e;
  border: none;
  border-radius: 7px;
  padding: 32px 35px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}
.site-btn:hover {
  background: #6d0658;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}

.right-section {
  float: right;
  padding: 75px;
  width: 60%;
}

.right-section figure {
  margin: 0;
}

/* GENERAL IMAGE FLIP STUFFS */
.img_flip {
  perspective: 50em;
  box-sizing: border-box;
  transition: all 0.8s ease;
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.img_flip img {
  backface-visibility: hidden;
  vertical-align: top;
  max-width: 100%;
  box-sizing: border-box;
  transition: all 0.8s ease;
  opacity: 1;
}

.img_flip figcaption {
  opacity: 0;
  background-color: #fff;
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  right: 0;
  color: #313131;
  text-align: left;
  display: inline-block;
}

.right-section .gallery .white-box .img_flip figcaption a h3 {
  color: #313131;
  margin: 0 0 10px 0;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: auto;
  text-align: left;
}
.right-section .gallery .white-box .img_flip figcaption a p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  color: #313131;
}

.img_flip figcaption a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-decoration: none;
  display: block;
  padding: 15px;
}

.img_flip:hover img {
  opacity: 0;
}

.img_flip-hor:hover img {
  transform: rotateY(-180deg);
}

/* image flip on horizontal */
.img_flip-hor figcaption {
  transform: rotateY(180deg);
  transform-origin: center;
  opacity: 0;
  transition: all 0.8s ease;
}

.img_flip-hor:hover figcaption {
  transform: rotateY(0deg);
  transition: all 0.8s ease;
  opacity: 1;
}

.right-section .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.right-section .gallery .white-box {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 25px 22px 15px;
  width: 30%;
  height: 100%;
  line-height: 30px;
  max-width: 273px;
}
.right-section .gallery .white-box .imgbox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 227px;
  margin-bottom: 10px;
}
.right-section .gallery .white-box h3 {
  color: #313131;
  font-size: 15px;
  margin: 8px 0 0 0;
  min-height: 65px;
  line-height: 16px;
}

.ui-tooltip {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ui-tooltip-content {
  width: 120px;
  background: #fff;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.ui-tooltip-content::after,
.ui-tooltip-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  left: 55%;
  transform: translateX(-50%);
}

.ui-tooltip-content::before {
  bottom: -17px;
  border-color: #fff transparent;
  border-width: 10px 10px 0;
}

.ui-tooltip-content::after {
  display: none;
}

@media (max-width: 1480px) and (max-height: 980px) {
  h1,
  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .left-section {
    padding: 0px 60px 50px 20px;
    width: 33%;
  }
  .right-section .gallery {
    gap: 15px;
  }
  .right-section {
    padding: 0 15px 40px 20px;
  }

  .left-section .top-logo {
    margin-left: -28px;
  }
  .left-section .info-sec,
  .left-section .info-sec span {
    margin-bottom: 30px;
  }
  .right-section .gallery .white-box .img_flip figcaption a p {
    font-size: 11px;
    line-height: 13px;
  }
  .right-section .gallery .white-box .img_flip figcaption a h3 {
    font-size: 18px;
    line-height: 10px;
  }
}

@media (max-width: 1680px) {
  .right-section .gallery .white-box .img_flip figcaption a h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1540px) {
  .right-section .gallery .white-box .img_flip figcaption a p {
    font-size: 11px;
    line-height: 13px;
  }
  .right-section .gallery .white-box .img_flip figcaption a h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1480px) {
  .right-section .gallery .white-box .img_flip figcaption a p {
    font-size: 11px;
    line-height: 13px;
  }
  .right-section .gallery .white-box .img_flip figcaption a h3 {
    font-size: 15px;
    line-height: 15px;
  }
}

@media (max-width: 1280px) {
  .right-section .gallery .white-box {
    width: 35%;
  }
}
/* 30-11-23 */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#preloader #loader {
  height: 69px;
  animation: spin 4s linear infinite;
}
#preloader::before {
  content: '';
  background: rgba(0, 0, 0, 0.40);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#preloader .inner-col {
  padding: 40px 73px 40px 73px;
  display: flex;
  flex-direction: column;
  border-radius: 36px;
  background: #fff;
  max-width: 664px;
  max-height: calc(100% - 10px);
  overflow-y: auto;
}
#preloader .inner-col::-webkit-scrollbar {
  display: none;
}
#preloader .inner-col div {
  line-height: normal;
}
#preloader .loader-mgs {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#preloader #load-title {
  color: #AA208E;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 40px 0;
}
#preloader #description {
  color: #5C5C5C;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#preloader #title {
  color: #3B383A;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* end */
#preloader .inner-col .img-with-txt {
  display: grid;
  gap: 15px;
  grid-template-columns: 200px 1fr;
  padding: 16px 0;
  align-items: center;
}
#preloader .inner-col .img-with-txt img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.iac-details {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  text-align: center;
  gap: 15px;
}
.iac-details .icon-with-title img{
  height: 60px;
  object-fit: contain;
}
.icon-head {
  margin-bottom: 20px;
  margin-top: 10px;
}
.iac-details .icon-with-title p {
  margin-bottom: 0;
  font-size: 14px;
}
.loader-main-info .iac-info-link {
  margin-top: 25px;
  margin-bottom: 0;
}
.loader-main-info .iac-info-link a {
  color: #0076bc;
  text-decoration: none;
}
.loader-main-info .iac-info-link a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .mob-mgs {
    display: none;
  }
}
@media (max-width: 767px) {
  #preloader,
  #lottie,
  #svg_lottie {
    display: none !important;
  }
  .mob-mgs {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
  }
  body {
    background-color: transparent;
  }
}