/* Global Css Start */
body {
	font-family: 'Gilroy';
	margin: 0;
	line-height: 1.5;
	background-image: url(../images/bg_pattern.png);
	background-repeat: repeat;
	background-position: center;
    background-attachment: fixed;
}
.mobile-show {
    display: none;
    border-bottom: 1px solid #211a42;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
  --primary-color:#211A42;
  --secondary-color:#ef4280;
  --alternative-color:#fec40d;
}
section.main-banner {
    padding-bottom: 180rem!important;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-size: 35px;
}
/*section:nth-child(odd) {*/
/*    background-color: red;*/
/*}*/
/*section:nth-child(even) {*/
/*    background-color: green;*/
/*}*/
#home {
    overflow-x: hidden;
}
section.count-section,section.about-section,section.quote-section,section.framework-section,section.fundamentals-section
,section.courses-section,section.testimonials-section,section.enquire-section{
    padding: 75rem 0;
}
section.about-section {
    margin-bottom: 0!important;
}
section.client-logo {
    margin-bottom: 50rem;
    display: none;
}
section.enquire-section {
    padding-top: 100rem;
}
section.about-section + section.quote-section,section.frame-quote-space {
    margin-bottom: 0rem!important;
}
section.enquire-section {
    margin-bottom: 120rem!important;
}
/*section.framework-section,section.fundamentals-section {*/
/*    padding-top: 150rem;*/
/*}*/
section.about-section,
section.fundamentals-section,
section.courses-section,
section.enquire-section,
section.footer-section{
    overflow: hidden;
}
p {
	margin-bottom: 20rem;
}
.menu-bar,.close-icon {
    font-size: 40px;
    display: none;
}
.button-area {
    position: relative;
    height: 115px;
    width: 200px;
}
.button-area a {
    font-size: 18rem;
    color: #fff;
    position: absolute;
    top: -5px !important;
    left: 0 !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enquire-section .button-area input {
    font-size: 18rem;
    color: #fff;
    position: absolute;
    top: -12px !important;
    left: 0 !important;
    background-color: transparent;
    border: none;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.enquire-section .button-area input:focus {
    outline: none !important;
    border: none !important;
}
/* Global Css End */
.page-loader-container {
    width: 100%;
    height: 100%;
    z-index: 111111;
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lottie-page-loader {
    width: 220px;
}

/*slick js slider css for arrow custom*/
.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25rem;
    height: 25rem;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    font-family: 'Gilroy';
    background: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -5px;
    transform: rotate(180deg);
    top: 44%;
}
.slick-prev:before {
    content:url('../images/slider-arrow.svg');
    font-family: arial;
}
.slick-next:before {
    content:url('../images/slider-arrow.svg');
    font-family: arial;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 15rem;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: 'Gilroy';
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    line-height: 1;
}
/* Common presentation css Start*/
.perspective-btn {
    background-image: url(../images/button-bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 115px;
    float: left;
    width: 200px;
    display: flex;
    justify-content: center;
}
/*.perspective-btn-enq {*/
/*    background-image: url(../images/button-bg.svg);*/
/*    background-position: 0px 17px;*/
/*    background-repeat: no-repeat;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    font-weight: normal;*/
/*    height: 115px;*/
/*    float: left;*/
/*    width: 200px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
.enquire-section .perspective-btn {
    height: 110px;
    width: 260px;
}
.enquire-section .button-area input {
    top: 30px;
    left: 75px;
}
.enquire-section .button-area {
    height: 115px;
    width: 260px;
}
.banner-text .perspective-btn {
    margin-top: 7px;
}
.banner-text img.dots-icon {
    margin-left: 100rem;
    margin-bottom: 50px;
    max-width: 300rem;
}
#wave-animation-1 svg {
    width: 185rem!important;
    height: 130rem!important;
}
/* Common presentation css End*/
.main-banner {
	background-image: url(../images/home-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh;
	background-size: cover;
    margin-top: 0;
}
.main-banner:before {
    content: "";
    position: absolute;
    left: 0;
    height: auto;
    background: linear-gradient(180deg,#fff 4%,rgba(255,255,255,.6) 47%,rgba(255,255,255,.02) 95%,rgba(255,255,255,0) 100%);
    bottom: 0;
    width: 100%;
    transform: rotate(180deg);
    padding: 50px 0;
    pointer-events: none;
}
.banner-icons {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.count-section {
    position: relative;
}
.count-section:before  {
    content: "";
    position: absolute;
    left: 0;
    height: auto;
    background: linear-gradient(0deg,#fff 4%,rgba(255,255,255,.6) 47%,rgba(255,255,255,.02) 95%,rgba(255,255,255,0) 100%);
    top: 0;
    width: 100%;
    transform: rotate(180deg);
    padding: 50px 0;
    pointer-events: none;
}
.main-banner .container,.footer-section .container {
	position: relative;
	height: 100%;
    padding: 0 50rem;
    max-width: 100%;
}
.container{
	max-width: 1100rem;
    width: 100%;
	margin: auto;
}
.main-header {
	display: flex;
    justify-content: space-between;
    padding: 20rem 50rem;
    align-items: center;
    z-index: 99;
    position: fixed;
    width: 100%;
    max-width: 100vw;
    left: 0;
    transition: all .5s ease;
}
.main-header.nav-up {
    margin-top: -140px;
}
.main-header.invert {
    background: linear-gradient(180deg,rgba(241, 237, 237, 0.74) 4%,rgba(216, 209, 209, 0.52) 47%,rgba(255,255,255,.02) 95%,rgba(255,255,255,0) 100%);
}
.header-logo img {
	float: left;
}
.main-menu ul li {
	float: left;
	padding-right:20rem;
    position: relative;
}
.main-menu ul li:last-child {
    padding-right: 0;
    background-image: url(../images/menu-line.png);
    background-repeat: no-repeat;
    background-position: 0px 22px;
    background-size: 100%;
}
.button-area a:focus-within,.button-area a:focus,.button-area a:visited {
    outline: none!important;
}
.main-menu ul li a {
	font-size: 16rem;
	color:var(--primary-color);
	transition: all ease 0.5s;
    font-weight: bold;
}
.main-menu ul li a.current,.main-menu ul li a.active {
    color: var(--secondary-color);
}
.main-menu ul li a:hover {
	color: var(--secondary-color);
}
.banner-text {
	width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    font-size: 40rem;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    padding: 0 60rem;
}
.banner-text h1 {
	font-size: 55rem;
	line-height: 60rem;
    z-index: 9;

}
.banner-text span {
	color: var(--secondary-color);
}
/*banner icons css start*/
.division-icon {
    position: absolute;
    max-width: 130rem;
    top: 14vh;
    left: 12vw;
}
#wavedpwn-animation svg {
    position: absolute;
    top: 250rem;
    left: 320rem;
    max-width: 150px;
    transform: rotate(140deg)!important;
}
.setting-icon {
    position: absolute;
    max-width: 130rem;
    right: -45rem;
    top: 115rem;
}
.snake-wave-icon {
    position: absolute;
    max-width: 100rem;
    top: 71rem;
    right: 556rem;
}
#plus-minus-animation {
    position: absolute;
    max-width: 150rem;
    bottom: 150rem;
    right: 700rem;
}
.plus-icon-outer {
    position: absolute;
    max-width: 45rem;
    bottom: 100px;
    right: 580rem;
    cursor: pointer;
    width:50rem;
    height:50rem;
}
.equal-icon {
    position: absolute;
    max-width: 45rem;
    right: 490rem;
    bottom: 91rem;
}
.wave-icon {
    position: absolute;
    max-width: 60rem;
    bottom: 130rem;
    right: 170rem;
}
.count-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rocket-area {
    position: relative;
    z-index: 9;
}
.rocket-area img {
	max-width: 340rem;
    position: relative;
}
.rocket-area .rocket-svg {
    position: absolute;
    top: -144px;
    left: -60px;
    width: 136%;
}
.count-content {
	display: flex;
    justify-content: space-between;
    padding: 83rem 35rem;
    background-image: url(../images/rocket-area-bg.png);
    background-size: 100%;
    background-position: center;
    margin-left: -60rem;
    background-repeat: no-repeat;
}
.count-number {
	width: 350px;
    text-align: center;
    border-right: 2rem solid var(--secondary-color);
    padding: 25rem 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.count-number span {
	font-size: 55rem;
	color:#7461aa;
	font-weight: bold;
    padding-left: 10rem;
}
.count-text {
	padding: 10rem 20rem;
	display: flex;
	align-items: center;
	color:#7461aa;
}
.count-text p {
	margin: 0;
}
.about-section .container {
	display: flex;
	justify-content: space-between;
}
.about-left,.about-right {
	flex: 1;
}
.about-left {
    padding: 15rem;
}
.courses-circle-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.courses-circle-left {
    width: 400rem;
    height: 400rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(85%, 0) rotate(90deg);
    transition: transform 1.2s 1.5s ease-out;
    position: absolute;
}
.courses-desc {
    position:relative;
    color: #fff;
    width: 736rem;
    height: 656rem;
    opacity: 0;
    margin-left: 400rem;
    transform: translateX(-100%) scale3d(0, 0, 0);
    transition: transform 1.2s 0s ease-out, opacity 1.2s 0s ease-out;
}
.courses-section .courses-circle {
    border: 2rem solid #705ca3;
    border-radius: 50%;
    display: flex;
    position: relative;
    width: 160px;
    height: 160px;
    transition: width 1.5s ease-out, height 1.5s ease-out;
}
.grade-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.circle-desc-text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.grade-row span,.circle-desc-text ul li {
    width: 50%;
}
.circle-inner {
    width: 150rem;
    height: 150rem;
    background: #705ca3;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s ease;
    transform: rotate(-90deg);
}
.minus-icon {
    width: 45rem;
    height: 8rem;
    background-color: #705ca3;
    position: relative;
}
.minus-icon:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 10rem;
    height: 10rem;
    background-color: #705ca3;
    border-radius: 50%;
    right: 0;
    margin: auto;
    animation: dot-zoom 2s infinite;
}
.minus-icon:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 10rem;
    height: 10rem;
    background-color: #705ca3;
    border-radius: 50%;
    right: 0;
    margin: auto;
    animation: dot-zoom 2s infinite;
}

.circle-desc {
    background-image: url(../images/course-purple-bg.svg);
    color: #fff;
    width: 736rem;
    height: 656rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: right 57rem;
    top: 0;
    opacity: 0!important;
}
.circle-desc.yellow {
    background-image: url(../images/course-yellow-bg.svg);
}
.circle-desc.pink {
    background-image: url(../images/course-pink-bg.svg);
}
.circle-desc.sky-blue {
    background-image: url(../images/course-skyblue-bg.svg);
}
.circle-desc.active-box {
    opacity: 1!important;
}
.circle-desc-text {
    padding:95rem 40rem 20rem 155rem;
    position: absolute;
}
.circle-desc-text h4 {
    font-size: 25rem;
    padding: 10rem 0;
    font-weight: bold;
}
.courses-circle ul {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    display: flex;
    transition: transform 2s;
}
.courses-circle ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
    text-align: center;
}
.footer-hover-content {
    width: 100%;
    padding: 14rem 15rem;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -5rem;
    transform: translateX(110%);
    transition: transform linear 1s;
}
.marching-icon:hover + .footer-hover-content,.footer-hover-content:hover {
    transform: translateX(0);
    background-color: #ff0c5e;
}
.courses-circle ul li:nth-child(1) {
    transform: rotate(0deg);
}
.courses-circle ul li:nth-child(2) {
    transform: rotate(40deg);
}
.courses-circle ul li:nth-child(3) {
    transform: rotate(80deg);
}
.courses-circle ul li:nth-child(4) {
    transform: rotate(120deg);
}
.courses-circle ul li:nth-child(5) {
    transform: rotate(160deg);
}
.courses-circle ul li:nth-child(6) {
    transform: rotate(200deg);
}
.courses-circle ul li:nth-child(7) {
    transform: rotate(240deg);
}
.courses-circle ul li:nth-child(8) {
    transform: rotate(280deg);
}
.courses-circle ul li:nth-child(9) {
    transform: rotate(320deg);
}
.courses-circle ul li > a {
    visibility: visible;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #000000;
    height: 14%;
    width: 14%;
    margin: -7% auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
}
.courses-circle ul li.active > a, .courses-circle ul li:hover > a {
    transform: scale(1.2);
}
.courses-circle ul li.face a,.courses-circle ul li.android a {
    background: var(--alternative-color);
}
.courses-circle ul li.graduate a,.courses-circle ul li.head a,.courses-circle ul li.drone a {
    background: #705ca3;
}
.courses-circle ul li.brain a,.courses-circle ul li.bulb a {
    background: #46bcd2;
}
.courses-circle ul li.wifi a {
    background: var(--secondary-color);
}
.courses-circle ul li a img {
    margin: auto;
    transform: rotate(-90deg);
    max-width: 35rem;
}
 h2.title-tag {
	font-size: 35rem;
    color: var(--primary-color);
    position: relative;
    font-weight: 800;
    display: flex;
    align-items: center;
     text-transform: uppercase;
     padding-left: 30rem;
}
.title-tag {
	padding-bottom: 15rem;
}
.title-tag span {
    width: 32rem;
    height: 26px;
    background-image: url(../images/double_slash.svg);
    float: left;
    position: absolute;
    left: 2px;
    top: 14px;
    background-size: 59%;
    background-repeat: no-repeat;
}
.about-right {
    padding: 15rem;
	display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.mission-circle {
    margin-top: -7px;
}
.vision-circle .vision-circle-bg,
.mission-circle .mission-circle-bg {
    width: 400rem;
    font-size: 18rem;
    padding: 65rem 50rem;
    text-align: center;
    position: relative;
    color: #fff;
}
.vision-circle-bg {
    padding-top: 115rem!important;
}
.mission-circle-bg {
    padding-top: 80rem!important;
}
.vision-circle .vision-circle-bg img,
.mission-circle .mission-circle-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
}
.vision-circle h5,.mission-circle h5 {
	font-size: 30rem;
    font-weight: bold;
    padding-bottom: 13rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.vision-circle p,.mission-circle p {
	margin: 0;
    position: relative;
}
.mission-circle {
	color: #fff;
    z-index: 11;
    transition: opacity 1.2s ease;
}
.mission-circle h5 {
	padding-top: 10rem;
}
.mission-circle .mission-circle-bg {
    top: -8px;
    left: -120px;
    padding-top: 90px!important;
}
.mission-circle .mission-circle-bg > img {
    transform: rotate(-4.5deg);
}
.quote-inner {
    background-image: url(../images/yellow-bg.png);
    padding: 80rem 30rem;
    font-size: 20rem;
    margin-left: -25px;
    background-repeat: no-repeat;
}
.frame-quote,.courses-quote {
    background-image: url(../images/yellow-bg-2.png);
}
.fundamentals-quote {
    background-image: url(../images/yellow-bg-3.png);
}
.quote-section p {
	margin: 0;
    text-align: justify;
}
blockquote {
	margin: 0;
    position: relative;
}
blockquote p::before{
    background-image: url(../images/quote.svg);
    position: absolute;
    left: -3rem;
    top: -83rem;
    content: "";
    width: 51rem;
    height: 40rem;
    background-repeat: no-repeat;
}
.client-details blockquote p::after{
    background-image: url(../images/quote.svg);
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
    width: 51rem;
    height: 40rem;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.frame-quote blockquote p::before,
.fundamentals-quote blockquote p::before,
.courses-quote blockquote p::before {
    top: -100rem;
}
.client-details blockquote p::before {
    background-size: 50%;
}
.client-details blockquote p::after {
    background-size: 50%;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    font-size: 50rem;
    margin-right: 9px;
}
.frame-quote blockquote p::after,.fundamentals-quote blockquote p::after,.courses-quote blockquote p::after {
    display: none;
}

.btn-group {
    display: flex;
    justify-content: start;
}
blockquote span {
    float: right;
    font-weight: bold;
}
blockquote span label {
    font-weight: normal;
}
.framework-section .container,.fundamentals-section .container {
    display: flex;
    justify-content: space-between;
}
.fundamentals-section h5 {
    font-weight: bold;
    position: relative;
    background-image: url(../images/slider-active-dot.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.fundamentals-section h5 span.bullet-point {
    top: -9px;
    position: absolute;
    left: -1px;
    float: left;
    font-size: 0;
}
.framework-left, .framework-right,
.fundamentals-left, .fundamentals-right {
    flex: 1;
}
.fundamentals-right .color-outer-box:nth-child(2) .content-box h4 {
    direction: rtl;
}
.box-shake-animate:hover {
    animation: unset;
}
.framework-left,.fundamentals-left {
    padding-right: 40rem;
}
.fundamentals-left h5,.fundamentals-left h5 + p {
    padding-left: 20rem;
}
.framework-left {
    padding-right: 150rem;
}
.framework-left .title-tag {
    display: none;
}
.framework-left .four-color-box.hide {
    transform: scale(0);
    transition: transform 0.5s;
}

.color-outer-box {
    position: relative;
    margin-bottom:13rem;
}
.framework-left .color-outer-box,
.fundamentals-right .color-outer-box {
    position: absolute;
    top: 0;
}
.fundamentals-right .color-outer-box {
    right: 0;
}
.fundamentals-right {
    position: relative;
}
.fundamentals-right .color-outer-box img {
    width: 100%;
}
.color-outer-box img.color-bg {
    display: block;
}
.four-c {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: 0;
}
.four-color-box {
    position: absolute;
    top: 2px;
}
.four-c h2 {
    margin: auto;
    font-size: 80rem;
    color: #fff;
    font-weight: bold;
}
.color-outer-box:last-child {
    margin-bottom: 0;
}
.color-outer-box .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 30rem;
    color: #fff;
    font-weight: 800;
}
.color-outer-box .content-box h4 {
    font-size: 30rem;
    line-height: 35rem;
}
.color-outer-box .content-box img {
    max-width:130rem;
}
.client-details {
    text-align: center;
    padding:20px;
}
.client-details p {
    padding: 30px;
    margin: 0;
}
.client-details span {
    display: block;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 15rem;
}
.slick-dots li {
    font-size: 0;
    width: 12px;
    height: 12px;
    background-image: url("../images/slider-dot.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-right: 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.slick-dots li.slick-active {
    background-image: url("../images/slider-active-dot.svg");
}
.testimonials-section blockquote p::before,.testimonials-section blockquote p::after {
    display: none;
}
.testimonials-section .slick-active blockquote p::before {
    top: -10rem;
    display: block;
}
.testimonials-section .slick-active blockquote p::after {
    display: block;
}
.client-logos {
    width: calc(100% - 50px);
    margin: 0 auto;
}
.client-logos .slick-dots {
    display: none !important;
}
.client-logos ul li img {
    /*margin:0 20rem;*/
    max-width: 200rem;
    height: 190rem;
    transform: scale(1);
    transition: transform 0.4s linear;
}
.client-logos .slick-slide.slick-center img {
    transform: scale(1.2);
}
.enquire-form {
    padding: 10rem 100rem 0 100rem;
}
.enquire-form ul li{
    min-height: 70rem;
    margin-right: 5%;
    float: left;
    width: 427rem;
}
.enquire-form ul li > div {
    background: url(../images/input-box.svg) no-repeat;
    min-height: 70rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30rem;
    flex-direction: column;
    position: relative;
}
.enquire-form ul li > div label {
    position: absolute;
    left: 20rem;
    top: 25rem;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.enquire-form ul li > div.input-border label {
    top: -13rem;
    background: #211a42;
    color: #fff;
    padding: 1rem 7rem;
    transition: all ease-in-out 0.3s;
}
.enquire-form ul li > div span {
    left: 2px;
    bottom: -22px;
    position: absolute;
    color: #ef4280;
}
.enquire-form ul li > div.input-border,
.enquire-form ul li:nth-child(3) > div.input-border,
.enquire-form ul li:nth-child(4) > div.input-border,
.enquire-form ul li.textarea > div.input-border{
    background: none;
    border: 1px solid var(--primary-color);
}
.enquire-form ul li:nth-child(3) > div,.enquire-form ul li:nth-child(4) > div {
    background: url(../images/input-box-2.svg) no-repeat;
}
.enquire-form ul li.textarea > div {
    background: url(../images/textarea-box.svg) no-repeat;
    min-height: 135rem;
    background-size: 100%;
}
.enquire-form ul li input {
    border: none;
    height: 55rem;
    width: 100%;
    cursor: pointer;
}
.enquire-form ul li.input-border {
    background: none;
    border: 1rem solid  var(--primary-color);
    transition: all ease 0.5s;
}
.enquire-form ul li input:focus,.enquire-form ul li textarea:focus {
    outline: none;
}
.enquire-form ul li:last-child {
    width: 100%;
    margin-bottom: 0;
}
.enquire-form ul li:nth-child(2n+2) {
    margin-right: 0;
}
.enquire-form ul li:last-child textarea {
    width: 100%;
    border: none;
    height: 100px;
    resize: none;
}
.enquire-form .perspective-btn {
    background-image: url(../images/submit-button.svg);
}
.button-outer {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
}
.enquire-form .button-area {
    float: left;
    margin-top:25rem;
}
.privacy-policy,.terms-of-use,.disclaimer {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    z-index: 99;
    padding: 25rem;
    overflow: hidden;
    display: none;

}
.privacy-policy .privacy-policy-inner,
.terms-of-use .terms-of-use-inner,
.disclaimer .disclaimer-inner{
    background-color: #fff;
    padding: 50rem 20rem 20rem 20rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 600rem;
    max-width: 1100rem;
    border: 5px solid #f371a0;
}
.privacy-policy-inner,.disclaimer-inner,.terms-of-use-inner {
    background-image: url(../images/privacy_bg.svg);
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    background-size: 101%;
    background-color: transparent!important;
    border: none!important;
    max-width: 800rem!important;
    padding: 50rem 40rem 40rem 40rem!important;
}
.disclaimer-inner {
    background-image: url(../images/privacy_bg.svg);
}
.terms-of-use-inner {
    background-image: url(../images/terms_bg.svg);
}
.privacy-policy .privacy-policy-inner .container,
.terms-of-use .terms-of-use-inner .container,
.disclaimer .disclaimer-inner .container{
    height: 100%;
}
.model-box h4 {
    color: var(--primary-color);
    font-weight: 800;
}
body.scroll-flow {
    overflow: hidden;
}
.model-box .close-model {
    max-width: 15rem;
    position: absolute;
    right: -10rem;
    top: 8rem;
    cursor: pointer;
    z-index: 9;
}
.footer-section {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-size: cover;
    margin-bottom: 0;
    padding:15rem 0 7rem;
    position: relative;
    padding-top: 35rem;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left {
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer-left address {
    font-style: normal;
    padding-left:25rem;
}
.footer-menu ul li {
    float: left;
    padding-right: 25px;
    color: #fff;
}
.footer-bottom {
    position: relative;
    margin-top: 22rem;
}
.footer-menu ul li:last-child {
    padding-right: 0;
}
.footer-menu ul li a:hover {
    color: var(--secondary-color);
}
.footer-menu ul li a.current {
    color: var(--secondary-color);
}
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-top:20rem;
}
.footer-section .footer-line {
    background-image: url("../images/footer-line.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 3rem;
    position: absolute;
    top: 0;
    background-size: 100%;
    width: 100%;
}

.footer-hover-content svg {
    width: 28px!important;
    height: 28px!important;
    position: absolute;
    bottom: -5px;
    right: -30px;
    transform: rotateY(180deg)!important;
}
.address-place a:hover,.copy-right a:hover {
    color:var(--secondary-color);
}
.footer-hover-content svg path {
    fill: #fff;
}
.footer-hover-content:hover span:first-child svg {
    animation: walkingAntOne 60s infinite forwards linear;
}
.footer-hover-content:hover span:nth-child(2) svg {
    animation: walkingAntTwo 60s 20s infinite forwards linear;
}
.footer-hover-content:hover span:nth-child(3) svg {
    animation: walkingAntThree 60s 21.5s infinite forwards linear;
}
.footer-hover-content:hover span:nth-child(4) svg {
    animation: walkingAntFour 60s 40s infinite forwards linear;
}
.footer-hover-content:hover span:nth-child(5) svg {
    animation: walkingAntFive 60s 48s infinite forwards linear;
}

/*banner icons css end*/
.words.splitting {
    opacity: 0;
}
.words.splitting.in-view {
    opacity: 1;
}
