	@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


@import url('all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');

/*** ================	Reset===================***/

.bg-grey {
	background: #f3f3f3;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/*** =====	Global Settings=== ***/

.color-theme {
	color: #174ba1;
}
body {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #777777;
	line-height: 1.7em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #174ba1;
}
button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
}
/* Typography */

h1 {
	font-size: 44px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
	color: #174ba1;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	position: relative;
	line-height: 1.8em;
}
p b {
	color: #333;
}
ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img {
	display: inline-block;
	max-width: 100%;
}
.bg-theme {
	background: #174ba1;
}
.diamond-line-centered-theme-colored2 {
	margin-bottom: 25px;
	margin-top: 15px;
	padding-bottom: 5px;
	position: relative;
}

.diamond-line-centered-theme-colored2::before,
.diamond-line-left-theme-colored2::before {
	box-shadow: 0 0 3px 2px #4eab27;
}

.diamond-line-centered-theme-colored2:after,
.diamond-line-left-theme-colored2:after {
	border: 1px solid #4eab27;
}

.diamond-line-centered-theme-colored2:after {
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 90px;
}

.diamond-line-centered-theme-colored2:before {
	border: 3px solid #fff;
	bottom: -5px;
	content: "";
	height: 14px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 14px;
	z-index: 3;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.centered {
	text-align: center;
}

/*Btn Style One*/
.btn-style-one {
	position: relative;
	padding: 10px 72px 10px 30px;
	line-height: 24px;
	background: #174ba1;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	border-radius: 50px;
	border: 2px solid #174ba1;
	text-transform: capitalize;
}
.btn-style-one .icon {
	position: absolute;
	right: -2px;
	top: -2px;
	color: #ffffff;
	width: 57px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	padding-right: 4px;
	background-color: #0e3a84;
	border-radius: 0px 50px 50px 0px;
}
.btn-style-one:hover {
	background: none;
	border-color: #174ba1;
	color: #174ba1;
}
.theme_color {
	color: #174ba1;
}
.brown_color {
	color: #ad8e63;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader_files/index.rotate-whirl-ajax-vortex-spinner.gif);
	background-size: 200px;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* List Style One */
.list-style-one {
	position: relative;
}
.list-style-one li {
	position: relative;
	color: #777;
	margin-bottom: 15px;
	padding-left: 30px;
}
.list-style-one li:before {
	position: absolute;
	content: "\f192";
	left: 10px;
	top: 0px;
	font-size: 8px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/* List Style Two */
.list-style-two {
	position: relative;
}
.list-style-two li {
	position: relative;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 25px;
}
.list-style-two li .icon {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #3276ff;
	font-size: 14px;
}
.list-style-two li a {
	text-decoration: none;
	color: #fff;
}

/*** =============================	Main Slider Banner===============================***/
.main-slider {
	position: relative;
	background-size: cover;
	border-bottom: 2px solid #174ba1;
}
.main-slider:before {
	position: absolute;
	content: '';
	left: -32px;
	top: 0px;
	width: 310px;
	height: 492px;
	z-index: 1;
	display: inline-block;
	background: url(../images/main-slider/2.png) no-repeat;
}
.main-slider .slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
}
.main-slider .slide .content {
	position: relative;
	padding: 250px 0px 260px;
}
.main-slider .title {
	position: relative;
	color: #d1ae7c;
	opacity: 0;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.main-slider .active .title {
	opacity: 1;
	transition-delay: 900ms;
}
.main-slider .text,
.main-slider .btn-box,
.main-slider .link-box,
.main-slider h1,
.main-slider .title {
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.main-slider .active .btn-box,
.main-slider .active .text,
.main-slider .active h1,
.main-slider .active .link-box,
.main-slider .active .title {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.main-slider .owl-dots .owl-dot:before,
.main-slider .owl-dots .owl-dot,
.main-slider .owl-nav .owl-next,
.main-slider .owl-nav .owl-prev {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-slider h1 {
	position: relative;
	color: #58595b;
	opacity: 0;
	font-weight: 700;
	line-height: 1.3em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.main-slider h1:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	width: 50px;
	height: 4px;
	background-color: #58595b;
}
.main-slider h1 span {
	color: #174ba1;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}
.main-slider .active h1 {
	opacity: 1;
	transition-delay: 1300ms;
}
.main-slider .text {
	position: relative;
	color: #1a1e66;
	font-size: 18px;
	opacity: 0;
	line-height: 1.6em;
	font-weight: 400;
	margin-bottom: 30px;
	max-width: 580px;
}
.main-slider .active .text {
	opacity: 1;
	transition-delay: 2000ms;
}
.main-slider .btn-box {
	opacity: 0;
}
.main-slider .active .btn-box {
	opacity: 1;
	transition-delay: 2000ms;
}
.main-slider .link-box {
	position: relative;
	opacity: 0;
	z-index: 10;
	margin-right: 30px;
}
.main-slider .link-box .theme-btn {
	margin-right: 20px;
	margin-bottom: 10px;
}
.main-slider .active .link-box {
	opacity: 1;
	transition-delay: 2500ms;
}
.main-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 150px;
	max-width: 100px;
	margin-left: -50px;
	width: 100%;
	display: none;
	text-align: center;
}
.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #08c8af;
}
.main-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #08c8af;
}
.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
	height: 100%;
}
.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -40px;
}
.main-slider .owl-nav .owl-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 20px;
	color: #174ba1;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #174ba1;
}
.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #174ba1;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #174ba1;
}

/*--------------BANNER IMG-----------*/
.banner-img::before {
	background: rgba(9, 54, 128, 0.6);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.banner-img {
	position: relative;
}
.banner-img1 {border-bottom:1px solid #174ba1;}
/*----------choose area----------*/
.parallax-bg-one {
	position: relative;
}
.parallax-bg-one:before {
	background: rgba(23, 75, 161, 0.90) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.choose-area {
	background: #f7f7f7;
	display: block;
	padding-bottom: 80px;
}
.choose-area .inner-content {
	margin-top: -90px;
	z-index: 100;
	display: block;
	padding-top: 40px;
	padding-bottom: 105px;
}
.featured-item-box {
	display: block;
	padding: 0 30px;
	position: relative;
	margin-top: -105px;
	z-index: 100;
}
.featured-item-box .single-box {
	position: relative;
	background: #ffffff;
	display: block;
	padding-top: 75px;
	padding-bottom: 67px;
}
.featured-item-box .single-box .icon-holder {
	padding-bottom: 24px;
}
.featured-item-box .single-box .icon-holder span:before {
	color: #4eab27;
	font-size: 65px;
	line-height: 65px;
	transition: all 500ms ease;
	opacity: 1;
}
.featured-item-box .single-box h3 {
	font-size: 18px;
	margin-bottom: 0 0 5px;
	transition: all 500ms ease;
}
.featured-item-box .single-box .overlay-content-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 98%;
	background: #ffffff;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.9s ease;opacity:1;
}
.featured-item-box .single-box .overlay-content-box {
	transition: all 0.9s ease;
	height: 100%;
	opacity: 1;
}
.featured-item-box .single-box .overlay-content-box span {
	color: #172272;
}
.featured-item-box .single-box .overlay-content-box p {
	margin: 11px 0 0;
}
.featured-item-box .single-box .overlay-content-box .border {

	bottom: 0;
	left: 0;
	right: 0;
	background: #4eab27;
	height: 3px;
	width: 60px;
	margin: 0 auto;
}

/*** ===================	Main Footer=====================***/
.main-footer {
	position: relative;
	padding: 50px 0px 0px;
	background-color: #081738;
	bottom: 0px;
	margin-bottom: 0px;
}
.main-footer:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	max-width: 543px;
	width: 100%;
	height: 368px;
	background: url(../images/icons/footer-pattern-4.png) no-repeat;
}
.main-footer:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	max-width: 505px;
	width: 100%;
	height: 334px;
	background: url(../images/icons/footer-pattern-3.png) no-repeat;
}
.main-footer .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.main-footer .footer-widget h4 {
	position: relative;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2em;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.gallery-widget,
.list-link,
.main-footer .widgets-section,
.main-footer .logo-widget {
	position: relative;
}
.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 25px;
}

/* List Link */

.list-link li {
	position: relative;
	margin-bottom: 15px;
}
.list-link li a {
	position: relative;
	color: #eee;
	font-size: 14px;
	padding-left: 15px;
}
.list-link li a:hover {
	color: #ffffff;
	margin-left: 8px;
	text-decoration: underline;
}
.list-link li a:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	top: -2px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/*Gallery Widget*/
.gallery-widget .images-outer {
	position: relative;
	margin: 0px -3px;
}
.gallery-widget .image-box {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 3px;
	margin-bottom: 6px;
}
.gallery-widget .image-box img {
	position: relative;
	display: block;
	width: 100%;
}
.gallery-widget .image-box img:hover {
	opacity: 0.70;
}
.main-footer .footer-bottom {
	position: relative;
	padding: 18px 0px 14px;
	background-color: #0a0d15;
}
.main-footer .footer-bottom .copyright-column {
	position: relative;
}
.main-footer .footer-bottom .copyright-column .copyright {
	position: relative;
	color: #eee;
	font-size: 14px;
}
.main-footer .footer-bottom .social-column {
	position: relative;
	text-align: right;
}
.main-footer .footer-bottom .social-column ul {
	position: relative; margin-bottom
	:0px;
}
.main-footer .footer-bottom .social-column ul li {
	position: relative;
	margin-left: 8px;
	display: inline-block;
}
.main-footer .footer-bottom .social-column ul li.follow {
	color: #7f97ad;
	font-size: 14px;
}
.main-footer .footer-bottom .social-column ul li a span {
	position: relative;text-align:center;
	color: #ffffff; border:1px solid #fff; width:25px; height:25px; line-height:25px;
	font-size: 13px;
}
.main-footer .footer-bottom .social-column ul li a:hover {
	color: #3276ff;
}

/*** =================================================
	Companines Section
==========================================***/
.list-link li a,
.gallery-widget .image-box img,
.main-footer .footer-bottom .social-column ul li a,
.sponsors-section .image-box img,
.sponsors-section .image-box {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.sponsors-section {
	position: relative;
	padding: 50px 0px 50px;
}
.sponsors-section .image-box {
	position: relative;
	text-align: center;
}
.sponsors-section .image-box img {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	border: 1px solid #ccc;
}
.sponsors-section .image-box img:hover {
	opacity: 0.6;
}
.sponsors-section .owl-dots,
.sponsors-section .owl-nav {
	display: none;
}

/*-----*/
.how-to-area {
	background: rgba(0, 0, 0, 0.8) url("../images/resource/feature-1.jpg") repeat scroll right center / contain;
	padding: 55px 0 38px;
	position: relative;
}
.how-to-banner {
	background-image: url("../images/gallery/32.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 47.65%;
}
.how-to-content {
	overflow: hidden;
}
.how-to-content .section-title {
	text-align: left;
}
.how-to-content .section-title h2 {
	color: #fff;
}
.how-to-box {
	display: block;
	overflow: hidden;
	margin: 0 0 26px;
}
.how-to-box .icon {
	float: left;
	width: 50px;
}
.how-to-box .icon span {
	background: #fff none repeat scroll 0 0;
	border-radius: 100px;
	color: #4daa27;
	display: block;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
}
.how-to-box:hover .icon span {
	background: #4eaa26 none repeat scroll 0 0;
	color: #fff;
}
.how-to-box .content {
	overflow: hidden;
	padding-left: 24px;
}
.how-to-box .content .name {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 25px;
	margin: 0 0 3px;
}
.how-to-box .content .text {
	color: #fff;
	line-height: 24px;
}
.country_div .icon_title_holder {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 0 12px;
}
.country_div .icon_title_holder .icon_holder {
	width: 52px!important;
	box-shadow: 0px 0px 5px #666;
	padding: 12px 5px;
	height: 52px;
	border-radius: 52px;
	margin-right: 20px;
}
.country_div .icon_title_holder .icon_title {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	width: 100%;
}
.country_div p {
	font-size: 14px;
}
.country_div {
	box-shadow: 0px 0px 1px #666;
	padding: 20px;
	margin: 15px 0px;
	transition: 1s;
}
.country_div:hover {
	box-shadow: 0px 0px 10px #666;
}

/*-------*/
.certification .image-box1 {
	box-shadow: 0px 0px 10px #666;
	margin: 10px 0px;
}

/*-------------country service section-----------------*/
.services-section .srv-tab {
	border: none;
	width: auto;
	margin: 40px auto 0px;
	border-bottom: 0px;
	float: none;
	text-align: center;
}
.services-section .srv-tab>li {
	margin: 0 10px 40px;
	/*display: inline-block;
	-ms-flex-preferred-size: 2;
	flex-basis: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
		float: none;*/
	text-align: center; line-height:16px;
}
.services-section .srv-tab>li>a {
	border: none;
	font-family: 'Vollkorn', serif;
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #4eab27;
	margin-right: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.services-section .srv-tab>li>a::after,
.services-section .srv-tab>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 18px;
	height: 13px;
	margin: 0 auto;
}
.services-section .srv-tab>li>a::after {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 13px solid #fff;
	bottom: -9px;
}
.services-section .srv-tab>li>a::before {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 13px solid #e5e5e5;
	bottom: -11px;
}
.services-section .srv-tab>li>a>span {
	background-color: #fff;
	border: 1px solid #4eab27;
	display: inline-block;
	padding: 20px 5px;
	width: 100%;
	text-align: center;
	margin-right: 11px;
	margin-bottom: 11px;
	position: relative;
}
.services-section .srv-tab>li>a>span::before {
	border: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	left: 11px;
	right: -11px;
	top: 11px;
	bottom: -11px;
	z-index: -1;
}
.services-section .srv-tab>li>a>span>i {
	display: block;
	height: 44px;
	overflow: hidden;
	width: 60px;
	font-size: 30px;
	position: relative;
	margin: 0 auto 0px;
}
.services-section .srv-tab.nav>li>a:focus,
.services-section .srv-tab.nav>li>a:hover,
.services-section .srv-tab.nav-tabs>li>a.active,
.services-section .srv-tab.nav-tabs>li>a.active:focus,
.services-section .srv-tab.nav-tabs>li>a.active:hover {
	background-color: transparent;
	border: none;
	color: #fff;
}
.services-section .srv-tab.nav>li>a:focus::before,
.services-section .srv-tab.nav>li>a:hover::before,
.services-section .srv-tab.nav-tabs>li>a.active::before,
.services-section .srv-tab.nav-tabs>li>a.active:focus::before,
.services-section .srv-tab.nav-tabs>li>a.active:hover::before {
	border-top-color: #000;
}
.services-section .srv-tab.nav>li>a:focus>span,
.services-section .srv-tab.nav>li>a:hover>span,
.services-section .srv-tab.nav-tabs>li>a.active>span,
.services-section .srv-tab.nav-tabs>li>a.active:focus>span,
.services-section .srv-tab.nav-tabs>li>a.active:hover>span {
	background-color: #174ba1;
	border-color: transparent;
}
.services-section .srv-tab.nav>li>a:focus>span::before,
.services-section .srv-tab.nav>li>a:hover>span::before,
.services-section .srv-tab.nav-tabs>li>a.active>span::before,
.services-section .srv-tab.nav-tabs>li>a.active:focus>span::before,
.services-section .srv-tab.nav-tabs>li>a.active:hover>span::before {
	border-color: #000;
}


/*----------------------------------------*/

/*   Contact
/*----------------------------------------*/
.finestep-contact-details {
	background: #f2f2f2;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(204, 198, 204, 1);
	box-shadow: 0px 0px 20px 0px rgba(204, 198, 204, 1);
	padding: 40px 20px 0px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.finestep-contact-details:hover {
	background: #fff none repeat scroll 0 0;
}
.finestep-contact-details .text-holder {
	padding-left: 30px;
	padding-bottom: 20px;
}
.finestep-contact-details .text-holder .inner-content h3 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.finestep-contact-details .text-holder .inner-content ul {
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
}
.finestep-contact-details .text-holder .inner-content ul li {
	padding-left: 35px;
	margin-bottom: 20px;
	position: relative;
}
.finestep-contact-details .text-holder .inner-content ul li .icon-box {
	position: absolute;
	top: 2px;
	left: 0;
}
.finestep-contact-details .text-holder .inner-content ul li .icon-box span:before {
	color: #4eab27;
	font-size: 20px;
	line-height: 20px;
}
.finestep-contact-details .text-holder .inner-content ul li a {
	color: #333;
}
.finestep-contact-details .text-holder .inner-content ul li .text-box p {
	color: #333;
	margin: 0;
	line-height: 24px;
}
.finestep-contact-details .text-holder .inner-content ul li .text-box p span {
	color: #333;
	font-weight: 700;
}

/*** 
=============================================
Google Map Area style
=============================================
***/

.google-map-area::before {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.google-map-area {
	position: relative;
}

/*** 
=============================================
Contact Info Area style
=============================================
***/
.contact-info-area {
	position: relative;
	padding: 0px 0 10px;
}
.contact-info-area .sec-title {
	padding-bottom: 42px;
}
.contact-info-area .sec-title .border {
	margin: 17px auto 24px;
}
.contact-form {
	border: 1px solid #f2f2f2;
	display: block;
	padding: 40px;
	margin-top: -80px;
	background: #ffffff;
	box-shadow: 0px 10px 10px #999;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
	border: none;
	border-bottom: 1px solid #ccc;
	color: #000000;
	display: block;
	font-size: 15px;
	height: 40px;
	margin-bottom: 21px;
	padding: 0;
	width: 100%;
	transition: all 500ms ease;
}
.contact-form form textarea {
	height: 223px;
	margin-bottom: 40px;
	padding: 0;
}
.contact-form form input[type="text"]:focus {
	border-color: #174ba1;
	padding: 0 10px;
}
.contact-form form input[type="email"]:focus {
	border-color: #174ba1;
	padding: 0 10px;
}
.contact-form form textarea:focus {
	border-color: #174ba1;
	padding: 0 10px;
}
.contact-form form button {
	width: 190px;
	margin: 0 auto;
	padding: 12px 0 12px;
	cursor: pointer;
	display: block;
}

/**nehaaaaa css**/
.left-image img {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/*why us page */

ul.why-list li {
	padding-left: 50px;
	line-height: 2;
}
ul.why-list li:before {
	display: inline-block;
	position: absolute;
	left: 30px;
	font-size: 17px;
	color: #113d86;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1d8";
	font-weight: 300;
	-webkit-animation: rotation 3s infinite;
}
.why-us {
	background: url(../images/background/12.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	height: 337px;
	margin: 0 0 4rem;
}
.why-content h3 {
	font-weight: 500;
	color: #174ba1;
}
.why-us-img {
	margin: 10% 0 0;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
	}
}

/*why us page */

/*vise guidelines page*/
.visa-guideline {
	background: url(../images/background/14.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	height: 385px;
	margin: 0 0 4rem;
}
h5.require {
	color: #174aa1;
	font-weight: bold;
}
ol.inner-list li {
	line-height: 33px;
	font-weight: 600;
}
ol.why-list li:before {display:none !important;} 

/*visa guidelines page*/

/*our-brand-value*/
.our-brand-value {
	background: url(../images/background/13.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	height: 385px;
	margin: 0 0 4rem;
}

/*our-brand-value*/

/*career-counseling*/
.career-counseling {
	background: url(../images/background/15.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	height: 385px;
	margin: 0 0 4rem;
}

/*career-counseling*/
.visa-img {
	position: relative;
}
.visa-img img {
	position: absolute;
	top: -305px;
	left: 55%;
}
.box p {
	padding: 14px;
	text-align: center !important;
	font-size: 18px;
}
.box {
	border: 1px solid #dcd7d7;
	border-radius: 12px;
	text-align: center;
	box-shadow: 1px 1px 8px #d8d6d6;
	padding: 14px;
}

/* Make it looks good on CodePen */
.about-us-content h4 {
	color: #174ba1;
	font-weight: bold;
	font-family: 'Philosopher', sans-serif;
}
.about_text h3 {
	position: relative;
	font-family: 'Philosopher', sans-serif;
	color: #113d86;
	letter-spacing: 0.2rem;
	top: 2em;
	font-size: 4em;
	bottom: 0;	
	color: #fff;
	margin: auto;
	text-align: center;
}
.large-header {
	position: relative;
	width: 100%;
	background: #111;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #F9F1E9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.demo .main-title {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
}
.main-title .thin {
	font-weight: 200;
}.about-section {
	width: 100%;
	height: 350px;
	background: #000;
	overflow: hidden;
	animation: bgColor 20s linear infinite;
}
.bgPulse {
	width: 100%;
	height: 100%;
}
.bgPulse span {
	position: absolute;
	width: 80px;
	height: 80px;
}
.bgPulse span:nth-child(3n+1) {
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(1) {
	top: 50%;
	left: 20%;
	animation: animate 10s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(2) {
	top: 77%;
	left: 47%;
	animation: animate 12s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(3) {
	top: 36%;
	left: 25%;
	animation: animate 15s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(4) {
	top: 38%;
	left: 70%;
	animation: animate 6s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(5) {
	top: 46%;
	left: 17%;
	animation: animate 9s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(6) {
	top: 45%;
	left: 93%;
	animation: animate 8s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(7) {
	top: 43%;
	left: 5%;
	animation: animate 5s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(8) {
	top: 42%;
	left: 83%;
	animation: animate 14s linear infinite;
	background: url(../images/airplane.png)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(9) {
	top: 60%;
	left: 14%;
	animation: animate 11s linear infinite;
}
.bgPulse span:nth-child(10) {
	top: 100%;
	left: 82%;
	animation: animate 10s linear infinite;
	background-size: cover;
	-webkit-background-size: cover;
}
.bgPulse span:nth-child(10) {
	top: 25%;
	left: 90%;
}
@keyframes animate {
	0% {
		transform: scale(0) translateY(0) rotate(0deg);
		opacity: 1;
	}	
	100% {
		transform: scale(1) translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}
@keyframes bgColor {
	0% {
		background: url(../images/banner-back.jpg)repeat;
	}	
	25% {
		background: url(../images/banner-back2.jpg)repeat;
			}
	
	50% {
		background: url(../images/banner-back3.jpg)repeat;
			}	
	75% {
		background: url(../images/banner-back4.jpg)repeat;
			}	
	100% {
		background: url(../images/banner-back.jpg)repeat;
			}
}
.about_text ol {
	position: absolute;
	left: 46%;
	top: 338px;
color: #fff;}
/*----------------------banner-----------*/
.Australia-banner {     background:url(../images/country/australia-banner3.jpg) no-repeat;}
.usa-banner {     background:url(../images/country/usa-banner.jpg) no-repeat;}
.uk-banner {     background:url(../images/country/uk-banner2.jpg) no-repeat;}
.canada-banner {     background:url(../images/country/canada-banner2.jpg) no-repeat;}
.new_z-banner {     background:url(../images/country/newzeland-banner.jpg) no-repeat;}
#sky { height:400px;

    overflow: hidden;
    position: relative;
   background-size:100% 100%;
}

#aeroplane1{

    -webkit-animation: movingplane 20s linear infinite;
    -moz-animation: movingplane 20s linear infinite;
    -o-animation: movingplane 20s linear infinite;
}
#aeroplane,
#aeroplane1{
    position: absolute;
    background-image: url('../images/airbus.png');
    background-repeat: no-repeat;
    width: 200px;
height: 70px;}
#aeroplane{
    -webkit-animation: movingplane 10s linear infinite;
    -moz-animation: movingplane 10s linear infinite;
    -o-animation: movingplane 10s linear infinite;
}
@keyframes movingplane {
    0% { 
        margin-left: 100%;
        top:300px;
    }
    29% { 
        margin-left: 50%; 
        top: 50px; 
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    31% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    60% {
        margin-left: 0%; 
        top: 300px;    
    }
    100% {
        margin-left: -100%;
        top: 300px;
    }
}
/*--------------------svg-----------*/
.about-div svg {
  display          : block;
  background-color :transparents;
  shape-rendering  : crispEdges;
}

.about-div .plane-container {
  -webkit-perspective : 900px;
  -ms-perspective     : 900px;
  perspective         : 900px;
}

@-webkit-keyframes flyaround {
  0% {
    -webkit-transform : rotateX(0deg) translateZ(140px) scale3d(1, 1, 1);
    transform         : rotateX(0deg) translateZ(140px) scale3d(1, 1, 1);
    fill              : #eee;
    opacity           : 1.0;
  }

  50% {
    -webkit-transform : rotateX(1180deg) translateZ(140px) scale3d(0.5, 0.5, 0.5);
    transform         : rotateX(180deg) translateZ(140px) scale3d(1, 1, 1);
    fill              : #eee;
    opacity           : 0.5;
  }

  100% {
    -webkit-transform : rotateX(1360deg) translateZ(140px) scale3d(1, 1, 1);
    transform         : rotateX(1360deg) translateZ(140px) scale3d(1, 1, 1);
    fill              : #eee;
    opacity           : 1.0;
  }
}

@keyframes flyaround {
  0% {
    -webkit-transform : rotateX(0deg) translateZ(140px) scale3d(1, 1, 1);
    -ms-transform     : rotateX(0deg) translateZ(140px) scale3d(1, 1, 1);
    transform         : rotateX(0deg) translateZ(140px) scale3d(1, 1, 1);
    fill              : #eee;
    opacity           : 1.0;
  }

  50% {
    -webkit-transform : rotateX(180deg) translateZ(140px) scale3d(0.5, 0.5, 0.5);
    -ms-transform     : rotateX(180deg) translateZ(140px) scale3d(0.5, 0.5, 0.5);
    transform         : rotateX(180deg) translateZ(140px) scale3d(1, 1, 1);
    fill              : #eee;
    opacity           : 0.5;
  }

  100% {
    -webkit-transform : rotateX(360deg) translateZ(140px) scale3d(1, 1, 1);
    -ms-transform     : rotateX(360deg) translateZ(140px) scale3d(1, 1, 1);
    transform         : rotateX(360deg) translateZ(140px) scale3d(1, 1, 1);
    fill              : #eee;
    opacity           : 1.0;
  }
}

 .plane {
  fill              : none;
  -webkit-animation : flyaround 4000ms infinite linear;
  animation         : flyaround 4000ms infinite linear;
}

.delay-1 { -webkit-animation-delay: 1123ms; animation-delay: 1123ms; }
.delay-2 { -webkit-animation-delay: 3023ms; animation-delay: 3023ms; }
.delay-3 { -webkit-animation-delay: 2273ms; animation-delay: 2273ms; }
.delay-4 { -webkit-animation-delay: 2123ms; animation-delay: 2123ms; }
