@import 'swiper.min.css';
@import 'aos.css';
@import 'bootstrap.min.css';
@font-face {
	font-family: 'CircularStd-Book';
	src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.otf') format('opentype'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CircularStd-Black';
	src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Black.otf') format('opentype'), url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf') format('truetype'), url('../fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CircularStd-Bold';
	src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold.otf') format('opentype'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'CircularStd-Book';
	color: #092D4D;
	font-size: 18px;
	line-height: normal;
}
a.active, a:focus, button:focus, button.active {
	outline: none;
}
a {
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: 0;
	box-shadow: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
a:focus, a:hover {
	text-decoration: none;
	box-shadow: none;
}
h1, h2, h3, h4 h5, h6 {
	margin: 0;
	font-weight: bold;
}
a {
	text-decoration: none;
	transition: all .5s ease-in-out;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	list-style: none;
}
p {
	margin: 0;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
img {
	border-style: none;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
/*---------------------------------------------------
	-------------STYLES MAIN PAGE-----------------------*/


/*-----------------------------------------------
    -------------------HEADER----------------------*/

header {
	transition: all 0.5s ease-in-out;
}
.top_nav {
	padding: 32px 0;
}
.header_main {
	max-width: 1521px;
	margin: auto;
}
.brand_name img {
	width: 116px;
	object-fit: cover;
}
.nav_link a img {
	width: 45.39px;
}
.nav_link {
	width: 45.39px;
	height: 45.39px;
	position: relative;
}
/*------------------------------------------------------
	------------------Banner Section CSS--------------------*/

.wrapper {
	overflow: hidden;
}
.banner_section {
	padding: 173px 0 267px;
	position: relative;
}
.text-holder {
	position: relative;
	z-index: 1;
}
.text-holder h1 {
	font-family: 'CircularStd-Black';
	font-size: 97px;
	letter-spacing: 0.1em;
	line-height: 100px;
	text-align: left;
	color: #092d4d;
	position: relative;
	padding: 22px 0;
	margin-bottom: 30px;
}
.text-holder h1:after {
	width: 134.5px;
	height: 6px;
	background: #fc6;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
.text-holder h3 {
	font-family: 'CircularStd-Bold';
	font-size: 33px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #092d4d;
	margin-bottom: 30px;
}
.btn.btn-link {
	width: 252px;
	height: 75px;
	line-height: 75px;
	padding: 0;
	border-radius: 37.5px;
	background: #fc6;
	box-shadow: 0px 20px 15px rgba(255, 204, 102, 0.25);
	font-family: 'CircularStd-Bold';
	font-size: 18px;
	letter-spacing: 0.04em;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
.btn.btn-link:hover {
	background-color: #092d4d;
	color: #fff;
	border-color: #092d4d;
	box-shadow: 0px 20px 15px rgb(9, 45, 77, 0.1);
}
.img-holder {
	position: absolute;
	right: 54px;
	z-index: 1;
	top: 96px;
}
.elipse1 {
	position: absolute;
	left: -79px;
	top: 0;
}
.elipse1 img {
	max-width: 360px;
}
.img_sub {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pos_ini {
	position: initial;
}
/*-------------------------------------------------------
	------------------About Us Section----------------------*/

.caption h3 {
	font-family: 'CircularStd-Black';
	font-size: 35px;
	letter-spacing: 0.1em;
	line-height: 0;
	color: #fff;
	display: inline-block;
	background: #092d4d;
}
.caption h2 {
	font-family: 'CircularStd-Black';
	font-size: 70px;
	letter-spacing: 0.1em;
	line-height: 82px;
	color: #092d4d;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 45px;
}
.caption h2:after {
	width: 134.5px;
	height: 6px;
	background: #fc6;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
.caption p {
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 26px;
	text-align: left;
	color: #092d4d;
	margin-bottom: 40px;
}
.cp_txt {
	max-width: 558px;
	position: relative;
	z-index: 2;
}
.about_main {
	padding: 312px 0;
	background-image: url(../images/bg-about.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.txt-bg {
	height: 44px;
	background-color: #092d4d;
	display: inline-block;
	line-height: 58px;
	margin-bottom: 10px;
	padding: 0 13px;
}
.abt_w {
	position: absolute;
	right: 0;
	bottom: -201px;
	z-index: 2;
}
/*---------------------------------------------------------------------
	---------------------------Approach Section Css-----------------------*/

.approch {
	padding: 270px 0;
	background-image: url(../images/bg-approach.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -55px;
	position: relative;
}
.app_bx {
	max-width: 570px;
	position: relative;
	z-index: 2;
}
.content_app {
	position: relative;
	z-index: 1;
}
.app_bx:after {
	background-image: url(../images/app-elispe.svg);
	max-width: 465px;
	height: 465px;
	margin: 0 auto;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -102px;
}
.list {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.list_nmbr {
	width: 203px;
	margin-top: -160px;
}
.list_nmbr li {
	width: 100%;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 7.21px;
	background: #e5e5e5;
	font-family: 'CircularStd-Black';
	font-size: 56px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	margin-bottom: 7px;
	position: relative;
}
.list_nmbr li img {
	margin-top: 30px;
}
/*---------------------------------------------------------------------
	---------------------------Our Team Css-----------------------*/

.team {
	padding: 170px 0 269px;
	position: relative;
}
.sec_index {
	position: relative;
	z-index: 2;
}
.teams_sub {
    content: '';
    position: absolute;
    left: 0;
    top: -429px;
    z-index: 1;
    width: 613px;
}
.teams_sub img{
	width:100%;
}
.team .caption h2 {
	color: #fff;
}
.team .caption h2:after {
	background-color: #fff;
}
.team-list {
	display: flex;
}
.text_team {
	height: 100%;
	display: flex;
	align-items: center;
}
/*---------------------------------------------------------------------
	---------------------------Mission Values Css-----------------------*/

.mission_values {
	background-image: url(../images/bg_mission.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0 300px;
}
.miss_text {
	border: 2px solid #fff;
	padding: 86px 95px;
	min-height: 461px;
	position: relative;
}
.text_mission {
	position: relative;
}
.text_mission:before {
	background-image: url(../images/comma-up.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 68px;
	position: absolute;
	top: -47px;
	content: '';
	left: 40px;
	z-index: 1;
}
.text_mission:after {
	background-image: url(../images/comma-down.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 68px;
	position: absolute;
	bottom: -47px;
	content: '';
	right: -40px;
	z-index: 1;
}
.miss_text h2 {
	font-family: 'CircularStd-Black';
	font-size: 70px;
	letter-spacing: 0.1em;
	line-height: 82px;
	color: #fff;
	margin-bottom: 41px;
}
.miss_text h3 {
	font-family: 'CircularStd-Black';
	font-size: 33px;
	letter-spacing: 0.1em;
	line-height: 45px;
	color: #fff;
	margin-top: 60px;
}
.values li {
	font-family: 'CircularStd-Book';
	font-size: 18px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #fff;
	position: relative;
}
.values li:before {
	content: url(../images/Rectangle.png);
	position: absolute;
	left: -35px;
}
/*------------------------------------------
	-----------------Client section Css----------*/

.slider_clients {
	background-image: url(../images/bg-clients.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 235px 0 273px;
	margin-top: -82px;
	position: relative;
}
.slide_con_af {
	background-image: url(../images/slider_bg.svg);
	max-width: 232px;
	position: absolute;
	content: '';
	bottom: -221px;
	right: 0;
	background-repeat: no-repeat;
}
.slider_clients .container {
	max-width: 1276px;
	margin: auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #F7F7F7;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.logo_holder {
    min-height: 283px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
    border: 2px solid transparent;
    width: 100%;
    opacity: 0.3;
    padding: 0 15px;
    transition: all 0.5s;
    padding: 20px;
}

.logo_holder:hover,
.client-logo .swiper-slide.swiper-slide-active .logo_holder {
    opacity: 1;
    border: 2px solid #FFCC66;
}

.logo_holder img {
    width: 100%;
    object-fit: cover;
}
.slider_clients .caption {
	max-width: 336px;
	margin: auto;
}
.slider_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 64px;
}
.slider_arrow .swiper-button-next, .swiper-button-prev {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 58px;
	height: 58px;
	background-image: none;
	background-color: #092D4D;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
}
/*------------------------------------------
	-----------------Contact section Css----------*/

.contact_sec {
	padding: 237px 0;
	position: relative;
}
.contact_sec:after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(-0%, -50%);
	right: -108px;
	background-image: url(../images/repeat-grid.png);
	background-repeat: no-repeat;
	width: 692px;
	height: 647px;
	z-index: -1;
}
.address h3 {
	font-family: 'CircularStd-Bold';
	font-size: 26px;
	letter-spacing: 0.04em;
	line-height: 38px;
	text-align: left;
	color: #092d4d;
}
.address {
	margin-bottom: 44px;
}
.address p {
	font-family: 'CircularStd-Book';
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 20px;
	text-align: left;
	color: #092d4d;
}
.c_link span {
	display: inline-block;
	width: 68px;
}
.c_link a {
	display: inline-block;
	font-family: 'CircularStd-Book';
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 26px;
	color: #092d4d;
}
.c_link .media {
	margin-bottom: 21px;
}
.c_link .media img {
	width: 33px;
}
.contact_sec .cst-form {
	max-width: 686px;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.04);
	padding: 63px 80px 47px;
	position: relative;
}
.attached {
	position: absolute;
	left: -52px;
	top: -52px;
}
.send_arrow {
	position: absolute;
	left: -201px;
	bottom: 106px;
	z-index: -1;
}
.cst-form .form-control {
	height: 58px;
	border-radius: 5px;
	background: transparent;
	border: 1.5px solid #eff1f0;
	padding: 22px 47px;
}
.cst-form .form-control:focus {
	box-shadow: none;
	border: 1px solid #FFCC66;
}
 .cst-form .form-control::placeholder {
 color: #E0E0E0;
}
.cst-form textarea.form-control {
	height: auto;
}
/*-------------------------------------------
	----------------Footr----------------------*/

footer {
	background-image: url(../images/footer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 12px 0;
}
footer:before {
	background-image: url(../images/ft-before.svg);
	width: 1057px;
	height: 130px;
	position: absolute;
	top: -96px;
	content: '';
	left: 0;
	z-index: -1;
}
footer:after {
	background-image: url(../images/ft-after.svg);
	width: 1057px;
	height: 257px;
	position: absolute;
	bottom: 0;
	content: '';
	right: -54px;
	z-index: 1;
}
.footer_logo {
	display: inline-block;
	width: 169.53px;
	height: 169.53px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 5px;
	line-height: 169px;
}
.footer_wrapper {
	position: relative;
	z-index: 2;
	margin-top: -100px;
}
.footer_logo img {
	width: 87px;
}
.social_links {
	justify-content: flex-end;
	display: none;
}
.social_links li {
	margin: 0 8px;
}
.social_links li a {
	width: 39.04px;
	height: 39.04px;
	border-radius: 50%;
	font-size: 18px;
	background-color: #8597A7;
	color: #092D4D;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.social_links li a:hover {
	background-color: #FFCC66;
	color: #092d4d;
}
.footer_links {
	display: flex;
}
.footer_links li a {
	font-family: 'CircularStd-Black';
	font-size: 16px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #fff;
	padding-left: 56px;
	transition: all 0.3s;
}
.footer_links li a:hover {
	color: #FFCC66;
}
.copy_txt {
	padding-top: 30px;
}
.copy_txt p {
	font-size: 18px;
	line-height: 101px;
	text-align: center;
	color: #fff;
}
.menu-open .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.menu-open {
	overflow: hidden;
}
.main-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100vh;
	background-color: #092D4D;
	z-index: 5;
	transition: all 1s ease-in-out;
}
.menu-open .main-menu {
	right: 0;
	transition: all 1s ease-in-out;
}
.close_icon {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 45.39px;
	height: 45.39px;
	display: block;
	cursor: pointer;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.close_icon .bar {
	width: 100%;
	height: 3px;
	display: block;
	position: relative;
	background-color: #fff;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.menu-open .close_icon .bar-1 {
	-webkit-transform: rotate(-45deg) translate(-5.5px, 5.5px);
	transform: rotate(-45deg) translate(-5.5px, 5.5px);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	margin-bottom: 13px
}
.menu-open .close_icon .bar-2 {
	-webkit-transform: rotate(45deg) translate(-5.5px, -5.5px);
	transform: rotate(45deg) translate(-5.5px, -5.5px);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.menu-open .close_icon {
	z-index: 11;
}
.menu-open .nav_link a img {
	opacity: 0;
}
.inner_menu {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.nav_links li {
	display: block;
	text-align: center;
}
.nav_links li a {
	font-family: 'CircularStd-Black';
	font-size: 44px;
	color: #fff;
	line-height: 80px;
	display: inline-block;
	text-transform: uppercase;
}
.nav_links li a:hover {
	color: #FFCC66;
}
.language {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.language a {
	font-family: 'CircularStd-Black';
	font-size: 22px;
	color: #fff;
	margin: 0 12px;
}
.language .active a {
	color: #FFCC66;
}
.info-team h3 {
	font-size: 18px;
	font-family: 'CircularStd-Black';
}
.info-team p {
	font-family: 'CircularStd-Book';
	font-size: 14px;
}
.team_av {
	overflow: hidden;
	padding: 30px;
	cursor: pointer;
}
.team_des {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(9, 45, 77, 0.9);
	transition: all 0.5s;
	opacity: 0;
}
.team_des p {
	color: #fff;
	text-align: center;
	line-height: 24px;
	padding: 15px;
}
.team_av:hover .team_des {
	opacity: 1;
}
.team_av .con_av {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .5s;
	padding: 15px;
}
.team_av .con_av:before {
	content: '';
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	transform: scale(0, 1);
	transition: all .5s;
}
.team_av .con_av:after {
	content: '';
	border-right: 1px solid #fff;
	border-left: 1px solid#fff;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	transform: scale(1, 0);
	transition: all .5s;
}
.team_av:hover .con_av:after {
	transform: scale(1, 1);
}
.team_av:hover .con_av:before {
	transform: scale(1, 1);
}
.header-holder.fixed {
	position: fixed;
	z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
}
.header-holder.fixed .top_nav {
	padding: 12px 0;
}
.header-holder.fixed .brand_name img {
	width: 87px;
	object-fit: cover;
}
.header-holder.fixed .nav_link {
	width: 30px;
	height: 30px;
}
.header-holder.fixed .nav_link .close_icon {
	width: 30px;
	height: 30px;
}
/*-------------------Terms & Conditions-----------------------*/

.text_wrapper {
	padding: 50px 0 150px;
	max-width: 1080px;
	margin: 0 auto;
}
.title {
	text-align: center;
	color: #092D4D;
}
.text_wrapper .title {
	margin-bottom: 30px;
}
.primary_list {
	counter-reset: section;
	list-style-type: none;
	padding: 0 20px;
	position: relative;
}
.primary_list li {
	margin-bottom: 20px;
}
.primary_list li::before {
	counter-increment: section;
	content: counters(section, ".") ".";
	position: absolute;
	left: 0;
}
.primary_list li a {
	color: #FFCC66;
}
.inner_list {
	counter-reset: section1;
	list-style-type: none;
	padding: 0 20px;
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
}
.inner_list li::before {
	counter-increment: section1;
	content: counters(section1, ".") ".";
	position: absolute;
	left: 0;
}
.primary_list li p {
	line-height: 24px;
}
.secondary li p {
	line-height: 24px;
	margin-bottom: 15px;
}
