/*===== Google Fonts =====*/
@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');
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}
html, body {
	color: #222;
	line-height: 1.3;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden !important;
}

p {
	font-size: 15px;
	font-weight: 400;
	color: #212529;
	line-height: 1.8;
	margin: 0;
}

b, strong {
	font-weight: bold;
}

.loading
{
	display: none;
}

h1 {
	font-size: 2.8rem;
}

h1, h2, h3, h4, h5,p {
}

h1, h2, h3, h4, h5 {
	font-weight: 600;
}

span, a, a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
button{
	outline: none !important;
}
.common-section {
	margin: 50px 0;
}

.curve {
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #fff;
	right: -60px;
	bottom: -5px;
	-webkit-transform: skew(-50deg);
	transform: skew(-50deg);
	z-index: 3;
}

.curve.rev {
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	background-color: #fff;
	left: -60px;
}

.curve.rev:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-right: 100px solid transparent;
	border-left: 0;
	position: absolute;
	left: 170px;
	top: -96px;
	-webkit-transform: skew(-50deg);
	transform: skew(-50deg);
}

.curve:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 100px solid transparent;
	position: absolute;
	right: 170px;
	top: -96px;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
}

.section-padding {
	padding: 3rem 0;
}

.section-head {
	margin-bottom: 80px;
	padding-bottom: 30px;
	position: relative;
}

.section-head:after {
	content: '';
	width: 200px;
	height: 1px;
	background-color: rgba(200, 200, 200, 0.2);
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
}

.section-head:before {
	content: '';
	width: 50px;
	height: 5px;
	background-color: #229F9B;
	position: absolute;
	bottom: -2px;
	left: calc(50% - 25px);
	border-radius: 2px;
}

.section-head h6 {
	font-size: 12px;
	letter-spacing: 4px;
	color: #229F9B;
	margin-bottom: 5px;
	margin-right: 30px;
}

.section-head h4 {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.section-head p {
	font-size: 15px;
}

.bg-gray {
	background: #f7f7f7;
}

.o-hidden {
	overflow: hidden;
}

.ontop {
	position: relative;
	z-index: 4;
}

.position-re {
	position: relative;
}

.full-width {
	width: 100% !important;
}

.lg-line-height {
	line-height: 1.5;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-fixed {
	background-attachment: fixed;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 50px;
	height: 2px;
	margin: 0;
	border-radius: 0;
	background: rgba(200, 200, 200, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #229F9B;
}

.cd-headline {
	font-size: 3rem;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.cd-headline {
		font-size: 4.4rem;
		font-weight: 300;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-headline {
		font-size: 6rem;
	}
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

/* xclip */

.cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 10%;
	right: 0;
	width: 2px;
	height: 70%;
	background-color: #aebcb9;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline b.is-visible {
	opacity: 1;
	font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/

.butn {
	padding: 12px 34px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid transparent;
	position: relative;
	z-index: 3;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden;
}

.butn span {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.butn:before, .butn:after {
	content: '';
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
	z-index: 1;
	opacity: .4;
}

.butn:after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: #fff;
	opacity: 1;
}

.butn:hover:before, .butn:hover:after {
	width: 100%;
}

.butn:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.butn:hover span {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.butn-bg {
	background: #229F9B;
	border-color: #229F9B;
	color: #fff;
}

.butn-bg:hover span {
	color: #229F9B;
}

.butn-light {
	background: #fff;
}

.butn-light:before, .butn-light:after {
	background: #229F9B;
}

.butn-light:hover span {
	color: #fff;
}

.butn-light span {
	color: #229F9B;
}

.butn-bord {
	background: transparent;
	border: 1px solid #eee;
}

.butn-bord:before, .butn-bord:after {
	background: #229F9B;
}

.butn-bord:hover {
	border-color: #229F9B;
}

.butn-bord:hover span {
	color: #fff;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/

.navbar {
	position: absolute;
	left: 0;
	top: -6px;
	width: 100%;
	border: 0;
	background: #fff;
	z-index: 9;
	min-height: 70px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	padding: 0rem 0;
}

/*.navbar .icon-bar {*/
/*	color: #fff;*/
/*}*/

.navbar .navbar-nav .nav-link {
	color: #222;
	margin: 0px 0px;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	padding: 36px 15px 27px 15px;
	position: relative;
	line-height: normal;
	border-bottom: 3px solid transparent;
}

.navbar .navbar-nav .active {
	color: #229F9B !important;
	border-bottom: 3px solid #229F9B;
}

.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	/* -webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px); */
	transform: translateY(100px);
	padding: 0rem 0;
}

/*.nav-scroll .icon-bar {*/
/*	color: #222;*/
/*}*/

.nav-scroll .navbar-nav .nav-link {
	color: #222;
}

.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #111;
}

.logo {
	display: contents;
}

.logo:hover {
	display: contents;
}

.logo img {
	width: 150px;
	padding: 0.5rem 0;
}

li.nav-item {
	/*margin-right: 30px;*/
	position: relative;
}

.navbar .navbar-nav .nav-link:hover {
	color: #229F9B;
	border-bottom: 3px solid #229F9B;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

/*.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}*/

.dropdown-toggle::after {
	transition: transform 0.15s linear;
	display: none;
}

.show.dropdown .dropdown-toggle::after {
	transform: translateY(3px);
}

.dropdown-menu {
	margin-top: 0px;
	border: none;
	border-radius: unset;
	padding: 0;
	min-width: 260px;
}

.dropdown-item {
	padding: 12px 25px;
	background-color: #229f9b1a;
	font-size: 14px;
}

.dropdown-item:hover {
	background-color: #229F9B;
	color: #fff;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/

.header {
	min-height: 500px;
	overflow: hidden;
	height: 100%;
}

.header .caption .o-hidden {
	display: inline-block;
}

.header .caption h4 {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.header .caption h1 {
	margin: 15px 0;
	font-size: 44px;
	font-weight: 500;
	font-family: "inherit";
	word-spacing: 2px;
	letter-spacing: 2px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	background-color: #229F9B;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
}

.header .caption p {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.header .caption .butn {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.curve-header {
	min-height: calc(100vh + 100px);
}

.slider-fade {
	position: relative;
}

.slider-fade .owl-item {
	height: 100vh;
	position: relative;
}

.slider-fade .item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.slider-fade .item .caption {
	z-index: 9;
}

.slider-fade .owl-theme .owl-dots {
	position: absolute;
	bottom: 5vh;
	width: 100%;
}

.bg-vid {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/

.hero .intro h6 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #229F9B;
	margin-bottom: 15px;
}

.hero .intro h2 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #229F9B;
}

/*.clr{
	color: #229F9B !important;
}*/

.hero .fet-img {
	padding-right: 30px;
}

.hero .fet-cont h6 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #229F9B;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
}

.hero .fet-cont h6:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: 5px;
	right: -65px;
}

.hero .fet-cont h5 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 30px;
}

.hero .fet-cont h5 b {
	font-weight: 600;
}

.hero .fet-cont .circle {
	float: left;
	margin-right: 50px;
	position: relative;
	line-height: 1.2;
}

.hero .fet-cont .circle:last-child {
	margin-right: 0;
}

.hero .fet-cont .circle canvas {
	height: 100px;
	width: 100px;
	margin: 0 auto 10px;
}

.hero .fet-cont .circle canvas:last-of-type {
	display: none;
}

.hero .fet-cont .circle span {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.hero .fet-cont .circle p {
	text-align: center;
	font-size: 15px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/

.services .item {
	padding: 40px 20px;
	background-color: rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.services .item .icon {
	color: #229F9B;
	font-size: 60px;
	margin-bottom: 15px;
}

.services .item h5 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/

.numbers .item .icon {
	font-size: 40px;
	margin-bottom: 15px;
	color: #229F9B;
}

.numbers .item h2 {
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.numbers .item p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ccc;
	text-align: center;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 16 Start Footer ]
-----------------------------------------------------------------*/

footer {
	background: #07406f;
	padding: 80px 0 40px;
}

footer .social a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: transparent;
	margin: 15px 5px;
}

footer .social a:hover {
	background: #afafaf;
}

footer p {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ 17 Responsive ]
-----------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	.container-fluid {
		padding-right: 50px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 768px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}
	.navbar-toggler,
	.logo img {
        margin: 0 20px;
    }
    .navbar .navbar-collapse {
        top: 70px;
        position: absolute;
        width: 100%;
    }

}

@media screen and (max-width: 991px) {
	.mb-md50 {
		margin-bottom: 50px;
	}
	.mb-md30 {
		margin-bottom: 30px;
	}
	.mb-md0 {
		margin-bottom: 0;
	}
	.bgimg-height {
		height: 400px;
	}
	.hide-md {
		display: none !important;
	}
	.bg-fixed {
		background-attachment: scroll !important;
	}
	.curve {
		display: none;
	}
	.section-padding {
		padding: 120px 0 !important;
	}
	.section-padding .container {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.section-head {
		text-align: center;
	}
	.section-head .text-right {
		text-align: center !important;
		margin-bottom: 15px;
	}
	.section-head .text-right h6 {
		margin-right: 0;
	}
	.navbar .navbar-collapse {
		max-height: 340px;
		overflow: auto;
		background: #229F9B;
		text-align: center;
		padding: 10px 0;
	}
	.navbar .nav-link {
		margin: 10px auto !important;
	}
	.nav-scroll {
		/*padding-left: 15px;*/
		/*padding-right: 15px;*/
	}
	.nav-scroll .navbar-collapse .nav-link {
		color: #fff !important;
	}
	.nav-scroll .navbar-collapse .active {
		color: #229F9B !important;
	}
	.header {
		min-height: 100vh;
		background-attachment: scroll !important;
		background-position: 50% 0% !important;
	}
	.header .caption h4 {
		font-size: 30px;
	}
	.header .caption h1 {
		font-size: 45px;
		line-height: 1.4;
	}
	.hero .fet-img {
		padding: 0;
	}
	.portfolio .items.width2 {
		width: 50%;
	}
	.featurse .content {
		padding: 0;
		margin-bottom: 50px;
	}
	.featurse .item.active {
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	.mb-sm50 {
		margin-bottom: 50px;
	}
	.mb-sm30 {
		margin-bottom: 30px;
	}
	.butn {
		padding: 12px 20px;
		margin-left: 2px;
		margin-right: 2px;
	}
	.header .caption h4 {
		font-size: 20px;
	}
	.header .caption h1 {
		font-size: 25px;
		line-height: 1.4;
	}
	.hero .intro h2 {
		font-size: 24px;
	}
	.hero .fet-cont h3 {
		font-size: 22px;
	}
	.hero .fet-cont .circle {
		margin-right: 15px;
	}
	.portfolio .items.width2, .portfolio .items {
		width: 100%;
	}
	.featurse .item {
		padding: 30px 15px;
		text-align: center;
	}
	.featurse .icon {
		float: none;
		margin-bottom: 15px;
	}
	.featurse .cont {
		margin: 0;
	}
	.ready .content h3 {
		font-size: 25px;
	}
}
@media(max-width:576px){
	.about-wrapper .history-sub-block{
		padding-bottom: 50px !important;
	}
	.footer-sec .f-logo {
		width: 65% !important;
	}
	section.brand-section .row .col-md-4.mb-4 {
		padding: 0 !important;
	}
	.f-logo-list li {
		margin-bottom: 20px !important;
	}
	.about-wrapper .history-img {
		height: 150px;
	}
	.about-wrapper .quote-block .quote-icon {
		font-size: 3em !important;
	}
}
@media screen and (max-width: 480px) {
	.header .caption h4 {
		font-size: 16px;
	}
	.header .caption h1 {
		font-size: 20px;
		line-height: 1.4;
	}
	.section-head h4 {
		font-size: 30px;
	}
	.hero .fet-cont .circle canvas {
		width: 80px !important;
		height: 80px !important;
	}
	.hero .fet-cont .circle span {
		top: 25px;
	}
	.portfolio .filtering .filter {
		padding: 0;
	}
	.portfolio .filtering span {
		margin: 0;
		padding: 8px 15px;
	}
}
@media(max-width:330px){
	.home-wrapper .career-section .creer-banner {
		height: 75vh !important;
	}
}
/* hover effect */

.hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
}

.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 25px;
	font-weight: 700;
	/*background:rgba(0,0,0,0.6);*/
	-webkit-transform: translatey(100px);
	-ms-transform: translatey(100px);
	transform: translatey(100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
	line-height: 1.5;
}

.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 50px 0 0;
	padding: 7px 14px;
}

.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect:hover .overlay {
	opacity: 1;
	background-color: transparent;
	filter: alpha(opacity=100);
}

.hovereffect:hover h2, .hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(100);
	-webkit-transform: translatey(100);
	transform: translatey(100);
}

.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.thrd-blog {
	text-align: center;
}

.thrd-blog h3 {
	font-size: 26px;
	color: #229F9B;
	font-weight: 500;
	margin-top: 10px;
}

.thrd-blog p {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}

.thrd-blog span {
	font-size: 60px;
	color: #229F9B;
}

/*footer*/

.footer-list li {
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 10px;
}

.footer-list li a {
	font-weight: 600;
	color: #fff;
}

.footer .footer-list li a:hover {
	color: #219d99;
	text-decoration: underline !important;
}

.footer-menu {
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
}

.footer-logos-row {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.footer-sapodilla-img, .footer-snk-img {
	width: 110px;
	margin: 20px;
	object-fit: contain;
}

.footer-logos-row .footer-sapodilla-img {
	width: 160px;
	margin: 20px;
	object-fit: contain;
}

.footer .dropdown-menu {
	padding: 10px 15px;
	border-top: 2px solid #229F9B;
	min-width: 13%;
}

.footer .dropdown-menu li a {
	margin: 6px 0 0;
	font-size: 13px;
	color: #000;
}

.footer .dropdown-menu li a.active {	
	color: #229F9B;
}

.footer .dropdown-menu li a:hover {
	color: #229F9B;
}

.footer .dropdown-menu li:nth-child(2) {
	margin: 10px 0;
}

.footer .dropdown-toggle {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle
 {
	background-color: transparent;
	border: 0 !important;
	color: #fff;
	outline: none !important;
	box-shadow: none !important;
}

.term-list ul li {
	display: inline-block;
	margin-right: 50px;
}

.term-list ul li a {
	margin-right: 40px;
	margin: 20px 0;
}

.term-list ul li a:hover {
	color: #229F9B;
}

/*end*/

/*aboutus*/
.about-card {
    /* padding: 10px; */
    /* border-color: #229f9b; */
    border: 0;
}
/* .about-card h3
{
	color: #229f9b;
} */
.block-title {
	/* margin-top: 35px; */
	font-weight: 600;
	color: #229F9B;
	position: relative;
	line-height: 1.2;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.block-title:after {
	position: absolute;
	content: "";
	width: 25px;
	border: 2px solid #229F9B;
	margin-bottom: 20px;
	height: 0px;
	bottom: 0;
	left: 0;
}

.filmstrip-row {
	margin: 30px 0;
}

.filmstrip-blocks {
	border: 1px solid #f0efef;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filmstrip-item {
	padding: 20px;
	width: 100%;
}

.filmstrip-content-block {
	background-color: #def1f080;
	padding: 25px;
	margin-left: 30px;
}

.filmstrip-content-block p {
	padding: 10px 0;
	color: #000;
}

.filmstrip-content-block p a {
	color: #229f9b;
	font-weight: 600;
	text-decoration: none;
}

.filmstrip-content-block p a:hover {
	text-decoration: underline;
}

.about-board-wrapper .btn-exp-all {
	background: none;
	border: none;
	color: #229F9B;
	cursor: pointer;
}

.about-board-wrapper .btn-exp-all:focus {
	box-shadow: none !important;
	border: none !important;
	outline: none;
}

.about-board-wrapper .btn-link {
	background: #fff;
	width: 100%;
	padding: 0 15px 0 0;
}

.about-board-wrapper .btn-link:hover {
	background: #fff;
	text-decoration: inherit;
}

.about-board-wrapper .btn-link:focus {
	text-decoration: inherit;
}

.about-board-wrapper .card {
	border: none;
	width: 100%;
}

.about-board-wrapper .card-header {
	border: none;
	border-radius: 0;
}

.about-board-wrapper .card {
	border-bottom: 1px dotted gray;
	border-radius: 0;
	padding: 6px 0;
}

.about-board-wrapper .card-header:first-child {
	border-radius: 0;
}

.about-board-wrapper .collapse-cnt h4 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #229F9B;
}

.about-board-wrapper .collapse-cnt span {
	color: #999999a8;
	font-size: 12px;
}

.about-board-wrapper .fa-stack {
	color: #229F9B;
}

.about-board-wrapper .card-body {
	padding: 10px 0;
}

.about-board-wrapper .cheif-img {
	width: 30px;
	height: 44px;
	object-fit: cover;
	margin-right: 15px;
}

.about-board-wrapper .item-img {
	width: 170px;
	height: 250px;
	object-fit: cover;
	margin-right: 15px;
}

#ex2 {
	display: none;
}

.contact-wrapper, .about-wrapper {
	margin-top: 130px;
}

.home-wrapper, .career-wrapper {
	margin-top: 80px;
}

.about-board-wrapper .btn-exp-all p {
	color: #229F9B !important;
}

.about-wrapper .jumbotron {
    background: #219c98;
    border-radius: 0;
    padding: 0 2rem;
}
.jumbotron-left-block h1, .jumbotron-left-block p{
    color: #fff !important;
}
.about-wrapper .ceo-img {
	height: 100%;
	width: 100%;
    /*max-height: 550px;*/
    object-fit: cover;
}
.about-card.card.common-section h3 {
    font-weight: 700;
    color: #07406f;
    position: relative;
    padding-bottom: 10px;
    font-size: 2rem;
}

.about-card.card.common-section h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10%;
    border-bottom: 5px solid #07406f;
}

.about-wrapper .jumbotron-left-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-wrapper .jumbotron h1 {
	font-weight: bold;
	color: #494a49;
	margin-top: 20px;
	margin-bottom: 50px;
}

.about-wrapper .jumbotron p {
	font-size: 17px;
	font-weight: 400;
	color: #494a49;
	opacity: .7;
	padding-bottom: 10px;
}

/* history-section */

.about-wrapper .history-section h6 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color: #229f9b;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}

.about-wrapper .history-section h1 {
	font-weight: 700;
	color:#07406f;
	position: relative;
	padding-bottom: 10px;
}

.about-wrapper .history-section h1::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 10%;
	border-bottom: 5px solid #07406f;
}

.about-wrapper .history-sub-block {
	/* margin-top: 30px; */
	align-items: center;
	padding-bottom: 100px;
	border-bottom: 1px solid #d6d8d7;
}

.about-wrapper .history-section p {
	margin-bottom: 10px;
}

.about-wrapper .quote-block {
	align-items: center;
	position: relative;
}

.about-wrapper .quote-block .quote-icon {
	color: #d6d8d7;
	font-size: 7em;
}

.about-wrapper .quote-block p {
	position: absolute;
	left: 80px;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0;
	/*line-height: 2.5;*/
}

.about-wrapper .history-img {
	width: 400px;
	object-fit: contain;
}

.about-wrapper .history-rows {
	padding: 30px 0;
	border-bottom: 1px solid #d6d8d7;
	/* margin-bottom: 50px; */
}

.about-wrapper .history-rows h6 {
	margin-bottom: 10px;
}

.about-wrapper .history-rows h1 {
	padding-bottom: 0;
	font-size: 4rem;
	color: #07406f;
}

.about-wrapper .history-rows h4 {
	font-weight: 700;
	color: #07406f;
}

.about-wrapper .history-rows h1::before {
	border: 0;
}

.about-wrapper .card h5 {
    font-weight: 500;
}

.about-wrapper .card p {
	/*color: #858585;*/
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #212529;
    font-family: 'Montserrat', sans-serif;
}

/* ends: history-section */

/*end*/

/* home-wrapper */

.home-wrapper .banner-slide-img {
	width: 100%;
	height: 100%;
	/* min-height: 90vh; */
	object-fit: cover;
	object-position: top;
}
.home-wrapper .banner-slide {
	width: 100%;
	height: 500px;
	/* min-height: 90vh; */
	object-fit: cover;
	object-position: top;
	z-index: 1;
	position: relative;
}

.home-wrapper .text-overlay {
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.home-wrapper .home-slider .swiper-wrapper {
      /*height: 550px;*/
}
.home-wrapper .home-slider .slide-img {
    min-height: 350px;
    object-fit: cover;
}

.home-wrapper .home-slider .swiper-pagination-bullet {
	height: 20px;
	width: 20px;
	background-color: #229f9b;
	opacity: 0.8;
}

.home-wrapper .home-slider .swiper-pagination-bullet-active {
	background-color: #07406f;
	opacity: 1;
}

.home-wrapper .brand-logos-section .brand-logos-blocks {
	border-right: 1px solid #229F9B;
	border-bottom: 1px solid #229F9B;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:60px 0;
}
.home-wrapper .brand-logos-section .brand-logos-blocks p{
	padding-right: 10px;
}
.home-wrapper .brand-logos-section .brand-logos-blocks:nth-child(n+4)  {
	border-bottom: 0;
}
/*.home-wrapper .brand-logos-section  .brand-logos-blocks:first-child {*/
/*	padding: 0;*/
/*}*/

.home-wrapper .brand-logos-section .brand-logos-blocks:nth-child(3n+3) {
	border-right: 0;
}

.home-wrapper .brand-bottom-title {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #229f9b;
	font-weight: 600;
	padding: 10px 0;
	text-transform: uppercase;
}

.home-wrapper .brand-bottom-title span {
	font-size: 18px;
	font-weight: bold;
	color: #229f9b;
	font-weight: bolder;
	margin-left: 10px;
	transition: margin-left 0.3s linear 0s;
}

.home-wrapper .brand-bottom-title:hover span {
	margin-left: 20px;
}

.home-wrapper .brand-logos-section img {
	width: 200px;
    object-fit: contain;
    object-position: center;
    /* margin: 0 15px; */
    height: 150px;
}

.home-wrapper .home-top-banner {
    min-height: 350px;
    object-fit: cover;
}

.home-wrapper .home-banner {
    /*background-image: url(../img/banner/Banner3.jpg);*/
   /* background-size: cover;
    background-position: center;
    width: 100%;
    height:100vh;
    margin: 60px 0;
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;*/
}

/*.home-wrapper .home-banner::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 4;
}
*/
.common-banner {
	background-image: url(../img/banner/banner3.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	color: #fff;
	z-index: 1;
}


.career-banner {
    background-image: url(../img/banner/career_banner.jpg);
    background-position: 100% 50%;
    position: relative;
    height: 500px;
}
.career-banner::before {
    content: '';
    display: block;
    width: 100%;
    background: #00000087;
    position: absolute;
    height: 100%;
}

.career-join-banner {
	background-image: url(../img/banner/banner4.jpg);
}

.common-banner::before, .home-wrapper .home-banner::before {
	/* content: "";
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0; */
}

.common-banner::before {
	/* left: auto;
	top: auto;
	height: 300px; */
}

.career-banner h1 {
    z-index: 3;
    color: #fff !important;
    margin-left: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
}

.common-banner h1 {
	z-index: 3;
	color: #222;
	margin-left: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.home-wrapper .home-overlay {
    background-color: rgba(255,255,255,0.8);
    margin-left: 40px;
    padding: 20px;
    height: 100%;
    border-left: 10px solid #07406f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
}

.home-wrapper .overlay-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 5px solid #229f9b;
	padding-left: 20px;
}

.home-wrapper .home-overlay h6 {
	font-weight: 800;
	color: #212529;
}

.home-wrapper .home-overlay h1 {
	color: #07406f;
	font-weight: 600;
    font-size: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

/* career-wrapper */

.career-wrapper .card-row {
	/*width: 50%;*/
	/*margin: 0 auto;*/
}

.career-wrapper .card {
margin-bottom: 20px;
    /*padding: 30px 0;*/
    border: 0;
    border-radius: 0;
    border: 1px solid #3cada7;
    position: relative;
    border-radius: 5px;
}

.career-wrapper .card h4 {
   font-weight: 500;
    color: #56bab3;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.career-wrapper .card h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 30px;
	border-bottom: 5px solid #56bab3;
}

.career-wrapper .card p {
	padding-bottom: 20px;
	color: #333333;
	font-weight: 400;
}

.btn {
	color: #56bab3;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 2px 30px;
	box-shadow:none !important;
}

.btn-outline-danger {
	border-radius: 0;
	border: 1px solid #43b0ab;
    padding: 8px 20px;
    border-radius: 5px;
}

.btn-outline-danger:active, .btn-outline-danger:hover {
    background-color: #229f9b !important;
    border-color: #229f9b !important;
}

.career-wrapper .card .diamond {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #229f9b;
	position: absolute;
	top: -21px;
	left: 150px;
}

.career-wrapper .card .diamond:after {
	content: '';
	position: absolute;
    position: absolute;
    right: -10px;
    top: 10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #229f9b;
}

.career-wrapper .card .close-icon-row {
	position: relative;
}

.career-wrapper .card .closeAccordianBtn {
	position: absolute;
	right: -15px;
    top: -7px;
    z-index: 2;
}

.career-wrapper .cross {
	background: #229f9b;
	height: 26px;
	position: relative;
	width: 5px;
	transform: rotate(45deg);
}

.career-wrapper .cross:after {
	background: #229f9b;
	content: "";
	height: 5px;
	left: -10px;
	position: absolute;
	top: 10px;
	width: 27px;
}

.career-wrapper .career-row .card-body {
    padding: 20px;
}

.career-wrapper .career-content-row {
	padding: 0 30px;
}

.career-wrapper .career-blocks {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    padding: 15px;
    display: block;
    /*border: 2px solid #084170;*/
    background-image: linear-gradient(160deg, #229f9b 0%, #80D0C7 100%);
    border-radius: 5px;
}
.career-wrapper .feed-item-title {
   margin-bottom: 20px;
    z-index: 1;
    position: relative;
    display: block;
    background-image: linear-gradient(160deg, #229f9b 0%, #80D0C7 100%);
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    margin-right:20px;
    width: 30%;
}
.career-wrapper .feed-item-title a{
  width:100%;
  padding: 15px;
}
/*.career-wrapper .career-blocks-overlay::before {*/
/*	content: "";*/
/*	background-color: rgba(0, 0, 0, 0.5);*/
/*	position: absolute;*/
/*	z-index: 2;*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	left: 0;*/
/*	top: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*}*/

/*.career-wrapper .career-blocks-overlay:hover::before {*/
/*	background-color: rgba(0, 0, 0, 0.7);*/
/*}*/

.career-wrapper .career-blocks-overlay
{
   justify-content: space-between;
    width: 100%;
    display: flex;
        align-items: center;
    
}
.career-wrapper .career-blocks-overlay h6 {
    z-index: 20;
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 10px;*/
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin:0;
}

.career-wrapper .career-blocks-overlay .bottom-arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #07406f;
    border-radius: 50%;
    /* margin-right: 0.75em; */
    text-align: center;
}

.career-wrapper .career-blocks-overlay .bottom-arrow:after {
    content: '';
    display: inline-block;
    margin-top: 7px;
    /*margin-left: 2px;*/
    width: 8px;
    height: 8px;
    border-top: 3px solid #07406f;
    border-right: 3px solid #07406f;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.career-wrapper .career-blocks-overlay .top-arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #073e6e;
    border-radius: 50%;
    /* margin-right: 0.75em; */
    text-align: center;
}

.career-wrapper .career-blocks-overlay .top-arrow:after {
    content: '';
    display: inline-block;
    margin-top: 5px;
    /*margin-left: 2px;*/
    width: 8px;
    height: 8px;
    border-top: 3px solid #07406f;
    border-right: 3px solid #07406f;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.career-wrapper .career-blocks img {
	width: 100%;
}

/* Ends: career-wrapper */

/* contact-wrapper */

.contact-wrapper .contact-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center;
	align-items: center; */
	margin-bottom: 40px;
}

.contact-wrapper .faq-row {
	background-color: #229F9B;
	padding: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.contact-wrapper .faq-row h2, .contact-wrapper .faq-row h6 {
	color: #fff;
}

.contact-wrapper .contact-row .contact-blocks {
	width: 33.33%;
	z-index: 1;
	position: relative;
}

.contact-wrapper .contact-row .contact-blocks .contact-img {
	width: 100%;
	height: 360px;
    object-fit: cover;
    object-position: top;
}
.contact-wrapper .contact-row .contact-blocks:nth-child(3) .contact-img {
    height: 100%;
    object-fit: fill;
}

.contact-wrapper .contact-row .brand-bottom-title {
	display: flex;
	align-items: center;
}

.contact-wrapper .contact-row .brand-bottom-title h2 {
	font-size: 1.50rem;
	color: #229F9B;
	font-weight: 600;
	padding: 10px 0;
	margin-bottom: 0;
}

.contact-wrapper .contact-row .brand-bottom-title span {
	font-size: 30px;
	color: #229F9B;
	margin-left: 10px;
	transition: margin-left 0.3s linear 0s;
}

.contact-wrapper .contact-row .brand-bottom-title:hover span {
	margin-left: 20px;
}

.contact-wrapper .contact-overlay-content {
	z-index: 2;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.contact-wrapper .contact-overlay-content img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	box-shadow: 1px 0px 20px 11px #fff;
	padding: 5px;
}

.contact-wrapper .contact-overlay-content h1 {
	color: #333;
	font-weight: 700;
	text-align: center;
	font-size: 1.70rem;
}

.contact-wrapper .contact-overlay-content p {
	color: #333;
	font-weight: 400;
	margin: 20px 0;
}

/* Ends: contact-wrapper */

.home-wrapper .banner-cnt{
	background: #ffffffed;
    position: relative;
    z-index: 9;
    width: 20%;
    text-align: center;
    float: right;
    padding: 40px 0;
}
.home-wrapper .banner-cnt p{
	margin: 0;
    color: #229f9b;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
}
.home-wrapper .brand-box h2{
	text-align: center;
    color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    font-size: 40px;
}
.home-wrapper .brand-box .brand-h{
	position: absolute;
    color: #000;
    font-size: 26px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.home-wrapper .brand-box p{
	text-align: left;
    font-size: 12px;
    width: 81%;
    margin: 30px auto;
}
.home-wrapper .brand-box-site img{
	width: 150px;
}
.home-wrapper .brand-box-site{
	background: #f4f4f4;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-wrapper .brand-box-site .after-box{
	content: '';
	position: absolute;
	background: #229f9b;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	top: 0;
	left: 0;
	display: none;
}
.home-wrapper .brand-box-site:hover .visit-box{
	display: block;
}
.home-wrapper .brand-box-site:hover .after-box{
	display: block;
}
.home-wrapper .visit-box{
	position: absolute;
	z-index: 9;
	display: none;
}
.home-wrapper .visit-box p{
	color: #fff;
	font-size: 20px;
	margin-bottom: -5px;
}
.home-wrapper .visit-box h3{
	color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
}
.home-wrapper .brand-section button{
	margin: 20px auto 30px;
    display: table;
    background: #229f9b;
    color: #fff;
    padding: 20px 100px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid;
    transition: all 0.5s;
}
.home-wrapper .brand-section{
	margin-top: 60px;
}
.home-wrapper .brand-section button:hover{
	background: #fff;
	color: #229f9b;
}
.home-wrapper .career-section .career-cnt h2{
	color: #f0f0f0;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 25px;
}
.home-wrapper .career-section .career-cnt p{
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-wrapper .career-section{
	margin-top: 50px;
}
.home-wrapper .career-section .creer-banner{
	background-image: url(../img/banner/home_career_banner.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	color: #fff;
	z-index: 1;
}
.home-wrapper .career-section .team-box {
    background: #229f9be0;
    width: 45%;
    text-align: center;
    padding: 70px 20px;
    margin: auto;
}
.home-wrapper .career-section .team-box p{
	color: #fff;
    width: 100%;
    margin: auto;
    font-size: 20px;
    line-height: 28px;
}
.home-wrapper .career-section .team-box h2{
	text-transform: uppercase;
    margin: 10px 0 15px;
	font-weight: 700;
	font-size: 40px;
}
.home-wrapper .career-section .team-box button{
	background: #fff;
    border: 2px solid #229f9b;
    color: #229f9b;
    padding: 15px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.footer-sec{
	background: #292929;
	height: auto;
	margin-top: 100px;
}
.footer-sec .nav-list{
	margin-left: 30px;
}
.footer-sec .nav-list li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}
.footer-sec .nav-list li{
	margin-bottom: 10px;
}
.footer-sec .copyright-sec{
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	padding: 15px 0;
	text-align: center;
	margin-top: 20px;
}
.footer-sec .copyright-sec p{
	color: #7c7c7c;
}
.footer-sec .f-logo{
	width: 100%;
}
.footer-sec .nav-list li a:hover{
	color: #229f9b;
}
.f-logo-list li{
	display: inline-block;
}
.f-logo-list{
	display: flex;
	justify-content: space-between;
}
.f-logo-list li img{
	width: 70px;
    height: 70px;
    object-fit: contain;
}
section.brand-section .row {
    width: 87%;
    margin: 0 auto;
}
.embed_jobs_head2{
	padding: 30px 30px 0 !important;
}
.filter-embed{
	display: flex;
	justify-content: space-between;
	align-items: center;
}





.wrap-drop {
	background: #ffffff;
    cursor: pointer;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    width: 250px;
    z-index: 3;
    margin-bottom: 20px;
    user-select: none;
    padding-right: 50px;
    max-width: 300px;
    border: 2px solid #229f9b;
    border-radius: 5px;
}

.wrap-drop::after {
	border-color: #229f9b transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    content: "";
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0;
}

.wrap-drop .drop {
	background: #ffffff;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    display: none;
    left: 0;
    border: 2px solid #229f9b;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
}

.wrap-drop .drop li a {
    color: #000000;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.wrap-drop span {
color:#000;
}

.wrap-drop .drop li:hover a {
    background-color: #229f9b;
    color: #ffffff;
}
.wrap-drop.active::after {
border-width:0 7px 7px;
}

.wrap-drop.active .drop {
display:block;
opacity:1;
pointer-events:auto;
}