:root {
    --the-black: #000;
    --the-white: #fff;
    --the-red: #FF0031;
    --the-yellow: #ECCB7C; 
	--the-grey: #A4A4A4;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*Font icons*/

@font-face {
  font-family: 'thss';
  src: url('font/thss.eot?10179370');
  src: url('font/thss.eot?10179370#iefix') format('embedded-opentype'),
       url('font/thss.woff2?10179370') format('woff2'),
       url('font/thss.woff?10179370') format('woff'),
       url('font/thss.ttf?10179370') format('truetype'),
       url('font/thss.svg?10179370#thss') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'thss';
    src: url('../font/thss.svg?10179370#thss') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "thss";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-right:before { content: '\e800'; } /* '' */
.icon-mouse:before { content: '\e805'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */

/*------------------------------------------------------------*/
html,
body,
a,
p,
ul,
li  {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  h2 {
	color: var(--the-main-blue);
	font-weight: 700 !important;
	font-size: 2.5em !important;
}
.the-h2-center {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 2.5em;
	margin-top: 3em;
	position: relative;
}
.the-h2-center::before {
	content: url('img/circles.png');
	position: relative;
	top: -1em;
}
.ea-card.sp-ea-single h3 a {
    font-family: "Poppins", sans-serif !important;
	font-weight: 700 !important;
	font-style: normal;
}
iframe {
	width: 100%;
	margin-bottom: 2em;
}

p {
    font-size: 1.1em;
}

a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 90%;
}

button {
    outline: none !important;
}

/*--------------------------*/

.the-body-content {
    overflow: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}


/* li {
    list-style: none;
  } */

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.the-body-content ul li {
    position: relative;
    list-style-position: inside;
    list-style: none;
    font-size: 1.1em;
    font-family: "Inter", sans-serif;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}


/* .the-body-content li::before {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: -15px;
    top: 8px;
} */

a {
    color: var(--the-black);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: var(--the-blue);
}

a img {
    transition: 500ms;
}

a img:hover {
    opacity: 0.8;
    transform: translateY(5px);
}


/* LOgo */
:not(.home) .main-logo img {
	width: 180px;
	height: 145px;
	object-fit: contain;
}
.log img {
    width: 270px;
}

.color-logo {
    display: none;
}

.sticky .color-logo {
    display: block;
}

.sticky .black-logo {
    display: none;
}


/*---------Banner----------*/
.banner-caption {
	padding-top: 3em;
	padding-bottom: 3em;
}
/*.mk-bgimg {*/
/*	position: relative;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	margin: 143px 0 40px 0;*/
/*	height: 510px;*/
/*	background-color: var(--the-dark-gray);*/
/*}*/

.container.banner {
    position: relative;
    margin-bottom: 5em;
}

.mk-bgimg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 0 41px 0;
	height: 557px;
	background-color: var(--the-dark-gray);
	z-index: 0;
}
.mk-bgimg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.01);
}
.mk-bgimg h2 {
	font-weight: 400 !important;
}
.mk-bgimg .container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: var(--the-white);
}
/* .ms-caption {
      position: absolute;
      z-index: 8;
      top: 35%;
  } */

.actual-bread {
    position: relative;
    z-index: 8;
    top: -14em !important;
    background: transparent;
    margin-bottom: -5em;
    /* padding: 10px 0px 0 45px; */
}

.mk-page-title {
    color: var(--the-white);
    font-weight: 400;
}

.breadcrumb {
	color: var(--the-orange);
    font-weight: 600;
}

.breadcrumb a {
    color: var(--the-black);
    font-weight: 300;
}

.breadcrumb .icon-right-arrow {
    color: var(--the-black);
}

.ms-caption {
    margin-bottom: 0em;
    position: absolute;
    top: 50%;
    /* text-align: center; */
    display: block;
    /* width: 100%; */
    /* left: 0; */
}

.mk-page-title .dot {
    position: relative;
    top: -9px;
}

.ms-caption li {
    list-style: disc;
    color: var(--the-gray);
    list-style-position: inside;
}

.mk-page-title .dot::after {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: 2px;
}


/* .ms-caption span {
      font-size: 4em;
  } */

.mk-page-title {
    font-size: 1.2em;
    font-weight: 400;
    color: var(--the-white);
}


/*
  .mk-bgimg {
      filter: brightness(80%);
  }
  */

  .breadcrumb {
	background-color: transparent;
	padding-left: 0;
}


/*--------------------------*/


/*for banner image*/

.the-actual-img {
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 40px 0;
    height: 500px;
    width: 100%;
    /* z-index: 9 !important; */
    top: 35%;
    right: 5%;
}

.mk-bgimg {
    position: relative;
}


/*-------------------------*/


/* Slider */
#homeSlider .owl-prev i::before {
	content: '\e806';
	font-family: 'tutorial';
	font-size: 2em;
	color: var(--the-white);
}
#homeSlider .owl-next i::before {
	content: '\e80d';
	font-family: 'tutorial';
	font-size: 2em;
	color: var(--the-white);
}
.counter-position {
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: end;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	top: -11em;
}
.change {
	font-size: 2.8em;
	display: block;
	width: 82px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	line-height: 0;
	text-align: center;
	margin-top: -6px;
}


.change-font {
	position: relative;
	left: -42px;
}
.slider-counter {
	position: relative;
	right: 13%;
	color: var(--the-white);
	font-size: 2.3em;
	top: -90px;
	font-family: "Lato", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
@media(max-width: 600px){
    .slider-counter {
        position: relative;
        right: -1%;
        color: var(--the-white);
        font-size: 2.3em;
        top: -40px;
        font-family: "Lato", sans-serif !important;
        font-weight: 400;
        font-style: normal;
    }
}
#homeSlider .owl-next span::after {
	content: '\e804';
	font-family: 'covenant';
	color: var(--the-blue);
	position: relative;
	right: 5px;
}
#homeSlider .owl-prev span::before {
	content: '\e805';
	font-family: 'covenant';
	color: var(--the-blue);
	position: relative;
	left: 5px;
}
.owl-next span, .owl-prev span {
	color: transparent;
}
.content-wrapper {
	position: absolute;
	top: 40%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.slider-captionn {
	position: relative;
	width: 90%;
	/* margin-left: auto; */
	/* margin-right: auto; */
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: baseline;
	justify-content: center;
}
.slider-captionn h3 {
	font-size: 3em;
	font-weight: 200 !important;
	text-align: center;
}

@media(min-width: 760px){

.slider-captionn h3 {
	font-size: 3em;
	font-weight: 200 !important;
	text-align: center;
	max-width: 78%;
}
}



@media(min-width: 1400px){
.slider-captionn h3 {
	font-size: 3em;
	font-weight: 200 !important;
	text-align: center;
	max-width: 55%;
}
}
#homeSlider .owl-nav.disabled {
	display: none;
	
}
@media(max-width:759px){
	.slider-container {
		margin-left: 0%;
	}
}

.owl-prev, .owl-next {
	background: transparent;
	width: 50px;
	height: 50px;
}

#homeSlider .item {
	background-size: cover;
	height: 100vh;
	background-attachment: scroll;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
#homeSlider .item::before {
	content: "";
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.content-wrapper {
    color: var(--the-white)
}

.post-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.actual-locations p {
	font-size: 11px;
	padding: 6px;
	color: var(--the-white);
	text-align: center;
}
.post-title {
    margin-bottom: 30px;
}


.post-title a {
    color: var(--the-white);
    font-size: 20px;
    font-weight: 300;
    transition: 500ms;
}

.read-more a {
	color: var(--the-white);
	font-weight: 600;
	transition: 500ms;
}

.insights {
    margin-top: 5px;
}

.insights h2 {
    color: var(--the-white);
}

.insight-wrap {
    flex-basis: 33.3%;
}
/* Preparing the way */
.Welcome {
	margin-top: 5em;
}
.prepare {
	text-align: center;
}
@media(min-width: 600px){
.the-vid-title-text.top {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}
}
.the-button a {
	border: 1px solid var(--the-yellow);
	padding: 10px 50px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	transition: 500ms;
}
.the-button a::after {
	content: "\e800";
	position: relative;
	font-family: 'thss';
	right: -16px;
	color: var(--the-yellow);
	font-size: 1.2em;
}
/* Our Video */
.the-vid-title-text {
	text-align: center;
	margin-bottom: 2em;
}
.admissions-title-text h2, .the-activities h2, .the-vid-title-text h2, .prepare h2 {
	font-weight: 400 !important;
    position: relative;
}
.ytp-title-text {
	display: none !important;
}
.ytp-impression-link {
	display: none !important;
}
@media(max-width: 599px){
.Our-video iframe {
	width: 100%;
	margin-bottom: 5em;
	min-height: 550px;
}
}
@media(min-width: 600px){
    .Our-video iframe {
	width: 100%;
	margin-bottom: 5em;
	min-height: 650px;
}
}
.the-vid-title-text p {
	display: inline-block;
	margin-top: 2em;
}
.Our-video {
	margin-top: 7em;
}
.the-vid-title-text h2{
	position: relative;
}
.the-vid-title-text h2::before {
	content: "";
	border-bottom: 2px solid var(--the-yellow);
	width: 60px;
	position: absolute;
	bottom: -20px;
	left: 49%;
}
/* Scroll */
.scroll {
	position: relative;
	top: -5em;
	z-index: 99;
	display: flex;
	justify-content: center;
    animation: slowBounce 3s infinite;
}
.icon-mouse {
	color: var(--the-white);
	font-size: 1.4em;
	transition: 500ms;
}
.scroll a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: var(--the-white);
}
@keyframes slowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Book Tour */
@media(min-width: 760px){
.Tour {
	height: 100vh;
}
}

.tour-img {
	height: 100%;
	overflow: hidden;
}
.tour-formm {
	display: flex;
	height: 100%;
	align-items: center;
	background: var(--the-red);
}
.wpcf7-form-control.wpcf7-text {
	border: none;
	padding: 8px;
}
.wpcf7-form-control.wpcf7-textarea {
	border: none;
}
.tour-form-text h2 {
	font-weight: 400 !important;
}
.contact-flex input, .wpcf7-form-control.wpcf7-tel.wpcf7-text, .wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.tour-form-text {
	color: var(--the-white);
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: transparent;
	border: 1px solid var(--the-yellow);
	color: var(--the-white);
	padding: 5px 20px;
	border-radius: 50px;
	transition: 500ms;
	position: relative;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	width: 100%;
	border: none;
	padding: 9px;
	margin: 0;
	background: var(--the-white);
	color: var(--the-grey);
}
@media(min-width:600px){
    .tour-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100vh;
    }
    .wpcf7-form-control.wpcf7-textarea {
        max-height: 195px;
    }
    .contact-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }
    .Tour {
        height: 100vh;
    }
}
/* Our Activities */
.the-activities li {
	list-style: none;
	line-height: 4;
}
.admissions-title-text {
	margin-bottom: 3em;
}
.tour-img img {
	width: 100%;
}
.the-admissions {
	margin-bottom: 3em;
}
.Admissions, .Welcome {
	margin-bottom: 7em;
	background-image: url('img/grid.png');
	padding-top: 5em;
}
.Welcome {
	margin-top: -51px;
	padding-top: 8em;
}
.admissions-image img {
	width: 100%;
}
.admissions-title {
	margin: 1em 0em;
}
.our-activities {
	margin-bottom: 5em;
}
.admissions-title a {
	font-size: 1.2em;
}
.admmission-link a::after {
	content: "\e800";
	font-family: 'thss';
	position: relative;
	right: -12px;
	color: var(--the-yellow);
}
.admmission-link a {
	border: 1px solid var(--the-yellow);
	padding: 10px 30px;
	display: inline-block;
	border-radius: 35px;
	transition: 500ms;
	position: relative;
}
@media(max-width: 599px){
    .activities-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
@media (min-width: 600px){
    .activities-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0px 0px;
    }
    .activities-first-img { grid-area: 1 / 2 / 3 / 4; }
.activities-second-img { grid-area: 2 / 1 / 4 / 3; }
}

.the-activities li a {
	border-bottom: 1px solid var(--the-yellow);
	width: 85%;
	display: block;
	position: relative;
}
.the-activities li a::after {
	content: '\e800';
	font-family: 'thss';
	position: absolute;
	right: 10px;
	color: var(--the-yellow);
}
/* Quick Links */
.hidden {
    display: none;
}
.quick-links ul {
	list-style: none;
	margin: 0;
}
.the-actual-links ul li a {
	color: var(--the-grey);
}
.email a {
	color: var(--the-yellow);
}
.the-actual-links ul li a:hover {
	color: var(--the-black);
}
.quick-links {
	margin-bottom: 8em;
}
.the-actual-links li a {
	font-size: 2em;
	line-height: 1.9;
	transition: 500ms;
}
.the-big-letters li {
	font-size: 23em;
	line-height: 0.5;
	color: var(--the-red);
}
/* Partners */
#partnerSlider img {
	width: 160px;
	object-fit: scale-down;
	height: 86px;
}
.the-partners-section {
	position: relative;
	margin-top: 4em;
	margin-bottom: -2em;
}
.the-partners-section::before {
	content: "";
	position: absolute;
	border-top: 1px solid var(--the-yellow);
	width: 100%;
	top: -35px;
}
/* Footer */
.the-copy-r {
	text-align: center;
}
.th-cr-wrapper {
	margin-top: 2em;
	position: relative;
}
.email-mobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}
.th-cr-wrapper::before {
	content: "";
	position: absolute;
	border-top: 1px solid var(--the-yellow);
	width: 100%;
	left: 0;
	top: -25px;
}
.get-intch {
	text-align: center;
	margin-bottom: 2em;
}
/*--------Search-----------*/
@media screen and (max-width: 575px) {
    .main-nav-container {
        top: -63px;
    }
}

@media screen and (max-width: 999px) and (min-width: 576px) {
    .main-nav-container {
        top: -50px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .main-nav-container {
        top: 25px;
        right: -120px;
    }
}

@media screen and (max-width: 1200px) {
    .the-search {
        display: inline-block;
        float: right;
        position: absolute;
        top: 0;
        right: 38px;
    }

    .fa.fa-bars {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 580px) {
    .search-trigger {
        position: relative;
        display: block;
        width: 206px;
        height: 74px;
        overflow: hidden;
        white-space: nowrap;
        color: transparent;
        z-index: 10;
        top: 4em !important;
        background: var(--the-dark-blue);
        right: 225px !important;
    }

    .fa.fa-bars {
        position: absolute;
        right: 13px;
        top: 0em;
    }

    input[type="search"].search-field {
        top: -0.8em !important;
    }
}

@media screen and (max-width: 766px) and (min-width: 581px) {
    .search-trigger {
        top: 3.2em !important;
        right: 30px !important;
    }

    .fa.fa-bars {
        position: absolute;
        top: 6px !important;
        right: 12px !important;
    }

    input[type="search"].search-field {
        top: -1.2em !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .search-trigger {
        top: -1.5em !important;
        right: -99px !important;
    }

    .fa.fa-bars {
        position: absolute;
        right: -123px !important;
    }

    input[type="search"].search-field {
        top: -0.8em !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #menu-primary-menu li {
        margin-right: 2px;
    }

    .menu-primary-menu-container {
        top: -25px;
    }

    .the-search {
        top: -98px !important;
        right: -138px !important;
    }

    input[type="search"].search-field {
        top: -3.1em !important;
    }
}

@media only screen and (min-width: 1201px) {
    .the-search {
        top: 0;
        right: -210px;
        position: relative;
    }
}
.search-trigger {
	position: relative;
	display: block;
	width: 111px;
	height: 74px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 10;
	top: -29px !important;
	background: transparent;
	right: 0px;
	margin-bottom: -51px;
}

.search-trigger::before,
.search-trigger::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-trigger::before {
	top: 30px;
	left: 23px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 3px solid transparent;
	font-family: 'tutorial';
	content: "\E805";
	color: var(--the-white);
	text-indent: 31px;
	font-size: 1.4em;
}

.search-trigger::after {
    height: 15px;
    width: 3px;
    /*    background: var(--black);*/
    bottom: 20px;
    right: 159px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 13px;
    left: 13px;
}

.search-trigger span::before,
.search-trigger span::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 35px;
    top: 50%;
    margin-top: -2px;
    left: 45%;
    margin-left: -11px;
    background: var(--the-white);
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
:not(.home) .search-trigger span::before, :not(.home) .search-trigger span::after {
	content: "";
	position: absolute;
	background: var(--the-black);
}
.home .header-container .search-trigger span::before,  .home .header-container .search-trigger span::after {
	content: "";
	position: absolute;
	background: var(--the-white);
}
.search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-trigger.search-is-visible::before,
.search-trigger.search-is-visible::after {
    opacity: 0;
}

.search-trigger.search-is-visible span::before,
.search-trigger.search-is-visible span::after {
    opacity: 1;
}

.search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="search"].search-field {
	padding: 20px;
	margin: 49px 0px;
	border: 1px solid var(--the-black);
	position: absolute;
	top: 31px !important;
	border-radius: 0 0 0px 0px;
	width: 100%;
	left: 0;
	z-index: 9;
}

.search form {
    height: 100%;
    width: 100%;
}

.search {
    position: absolute;
    height: 70px;
    width: 100%;
    /* top: 39px; */
    /* left: 0; */
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search.search-results {
    position: absolute;
    height: 70px;
    width: 100%;
    top: 0px;
    /* left: 0; */
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search form {
    height: 100%;
    width: 100%;
    display: inline;
}

.search input {
    border-radius: 0;
    border: none;
    background: var(--the-gray);
    height: 113%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 25px;
    color: var(--the-black);
}

.search input {
    border-radius: 0;
    border: none;
    background: var(--the-white);
    height: 113%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 25px;
    color: var(--the-black);
}

.search input::-webkit-input-placeholder,
.search input::-moz-placeholder,
.search input:-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #c9cbc4;
}

.search input:focus {
    outline: none;
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.the-search {
    display: inline-block;
    float: right;
}

.srch li {
    list-style: none;
}
