/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	background: #fff;
	color: #666;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
    overflow-x: hidden;
}
a {
	color: #283d50;
	transition: 0.5s;
}
.back-to-top{
    border: 1px solid #fff;
}
a:hover, a:active, a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}
/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #ed9022;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
/* Prelaoder */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #007bff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding: 10px 0 6px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
#header.header-scrolled, #header.header-pages {

	padding: 10px 0 6px;
}
#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
	color: #00366f;
	text-decoration: none;
}
#header .logo img {
	padding: 0;
	margin: 7px 0;
	max-height: 45px;
}
.main-pages {
	margin-top: 60px;
}
.display-head {
	font-family: 'Barlow', sans-serif;
	font-size: 43px;
	font-weight: 500;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
	width: 100%;
	position: relative;
	background: rgba(242, 115, 17, 1);
	background: -moz-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 115, 17, 1)), color-stop(100%, rgba(250, 175, 77, 1)));
	background: -webkit-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: -o-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: -ms-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: linear-gradient(to right, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f27311', endColorstr='#faaf4d', GradientType=1);
	padding: 75px 0 0 0;
}
#intro .intro-img {
	width: 50%;
	float: right;
}
#intro .intro-info {
	width: 50%;
	float: left;
}
#intro .intro-info h2 {
	color: #fff;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 700;
}
#intro .intro-info h2 span {
	color: #74b5fc;
	text-decoration: underline;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {

	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 0 20px 20px 0;
	color: #fff;
}
#intro .intro-info .btn-get-started {
	background: #007bff;
	border: 2px solid #007bff;
	color: #fff;
}
#intro .intro-info .btn-get-started:hover {
	background: none;
	border-color: #fff;
	color: #fff;
}
#intro .intro-info .btn-services {
	border: 2px solid #fff;
}
#intro .intro-info .btn-services:hover {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}
.display-bg {
	background-image: linear-gradient(to top, #fcbe8e 0%, #fbe3d1 100%);
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
	/* Drop Down */
	/* Deep Drop Down */
}
.main-nav, .main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav > ul > li i {
	position: absolute;
	white-space: nowrap;
	float: right;
	right: 11px;
	top: 16px;
}
.main-nav a {
	display: block;
	position: relative;
	color: #556877;
	padding: 15px 10px 10px;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #ed9022;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100%+ 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}
.main-nav .drop-down ul a {
	padding: 10px 20px;
	font-size: 13px;
	color: #555;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #ed9022;
}
.main-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 13px;
	padding-left: 10px;
	position: relative;
	top: -2px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgba(22, 18, 13, 0.8);
	transition: 0.4s;
}
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #ed9022;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 25px 18px 0 0;
	color: #000;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(34, 30, 25, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/*-------------------------------
 Section header Section
--------------------------------*/
.section-header h3 {
	font-size: 36px;
	color: #333;
	text-align: center;
	font-weight: 500;
	position: relative;
}
.section-header p {
	text-align: center;
	margin: auto;
	font-size: 16px;
	padding-bottom: 60px;
	color: #888;
	width: 55%;
}
/*-------------------------------
 Section with background
--------------------------------*/
.section-bg {
	background: #ecf5ff;
}
.section-part {
	background: #f2f5f8;
	box-shadow: none!important;
}
.section-plain {
	background: #fff;
	padding: 60px 0 40px;
}
/*-------------------------------
 News & media Section
--------------------------------*/
#news-sec {
	background: #fff;
	padding: 60px 0 80px;
}
#news-sec .in-box {
	padding: 10px 1rem;
	border: 1px solid #e1e1e1;
}
#advt-sec {
	background: #f1f1f1;
	padding: 80px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#advt-sec .in-b1 {
	padding: 15px 1rem;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.no-br {
	border-radius: 0!important;
}
/*-------------------------------
 News & media Section
--------------------------------*/
#award-1 {
	background: #fff;
	padding: 60px 0 80px;
}
#award-1 p {
	padding-bottom: 20px;
}
#award-1 h3 {
	font-size: 25px;
}
#award-1 .in-b8 {
	border: 1px solid #e1e1e1;
	padding: 15px 1rem;
	margin-top: 40px;
	text-align: center;
}
#award-1 .in-b8 h4 {
	text-transform: uppercase;
	color: #333;
}
#award-1 .in-b8 p {
	color: #666;
	padding: 0;
	margin: 0;
}
#award-2 {
	background: #f1f1f1;
	padding: 60px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#award-2 .in-b9 {
	border: 1px solid #e1e1e1;
	padding: 15px 1rem;
	margin-top: 40px;
	text-align: center;
	background: #fff;
}
#award-2 h3 {
	font-size: 25px;
}
#award-2 h4 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}
#award-2 p {
	color: #666;
	padding: 0;
	margin: 0;
}
/*-------------------------------
 About Us Section
--------------------------------*/
#about-my {
	background: #fff;
	padding: 25px 0 60px;
}
#about-my p {
	line-height: 30px;
	font-size: 16px;
}
#about-my h4 {
	padding: 6px 0.8rem;
	margin: 0;
	margin-top: 15px;
	color: #333;
	font-size: 1.5rem;
	border: none;
	border-left: 2px solid #f7832c;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#about-my .mission {
	border: 1px solid #eee;
	padding: 0 1rem;
	margin: 0 0.5% 0 0;
	min-height: 195px;
}
#about {
	background: #fff;
	padding: 60px 0;
}
#about .about-container .background {
	margin: 20px 0;
}
#about .about-container .content {
	background: #fff;
}
#about .about-container .title {
	color: #333;
	font-weight: 700;
	font-size: 32px;
}
#about .about-container p {
	line-height: 26px;
}
#about .about-container p:last-child {
	margin-bottom: 0;
}
#about .about-container .icon-box {
	background: #fff;
	background-size: cover;
	padding: 0 0 30px 0;
}
#about .about-container .icon-box .icon {
	float: left;
	background: #fff;
	width: 64px;
	height: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #007bff;
	transition: all 0.3s ease-in-out;
}
#about .about-container .icon-box .icon i {
	color: #007bff;
	font-size: 24px;
}
#about .about-container .icon-box:hover .icon {
	background: #007bff;
}
#about .about-container .icon-box:hover .icon i {
	color: #fff;
}
#about .about-container .icon-box .title {
	margin-left: 80px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
}
#about .about-container .icon-box .title a {
	color: #283d50;
}
#about .about-container .icon-box .description {
	margin-left: 80px;
	line-height: 24px;
	font-size: 14px;
}
#about .about-extra {
	padding-top: 60px;
}
#about .about-extra h4 {
	font-weight: 600;
	font-size: 24px;
}
/*-----------------------------
Journey about us
-----------------------------*/
#journey {
	background: #f1f1f1;
	padding: 60px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.timeline {
	position: relative;
	padding: 0;
	list-style: none
}
.timeline p {
	color: #666;
}
.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef
}
.timeline > li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px
}
.timeline > li:after, .timeline > li:before {
	display: table;
	content: ' '
}
.timeline > li:after {
	clear: both
}
.timeline > li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left
}
.timeline > li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0
}
.timeline > li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0
}
.timeline > li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: #000;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #fed136
}
.timeline > li .timeline-image h4 {
	font-size: 30px;
	line-height: 14px;
	margin-top: 1.5rem;
}
.timeline > li .timeline-image h5 {
	font-size: 1.22rem;
	line-height: 25px;
	margin-top: 1.5rem;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0
}
.timeline > li:last-child {
	margin-bottom: 0
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: #333;
	font-size: 30px;
}
.timeline .timeline-heading h6 {
	color: #666;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
}
.timeline .timeline-body > p, .timeline .timeline-body > ul {
	margin-bottom: 0;
}
/*-------------------------------
 Packages Section
--------------------------------*/
#package-section {
	background: #f6f7fd;
	padding: 60px 0 80px;
}
.box-33 {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding: 20px 2%;
	margin: 0 1.5%;
	border-radius: 0.5rem;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.text-muted {
	color: #6c757d !important;
}
.font-35 {
	font-size: 35px !important;
	color: #212529;
}
.lh-40 {
	line-height: 40px !important;
}
.font-p {
	font-size: 14px !important;
	color: #212529;
}
/*-----------------------------
Pagination
-----------------------------*/
.pagination {
	font-size: 0.7rem;
}
@media (min-width:768px) {
	.timeline:before {
		left: 50%
	}
	.timeline > li {
		min-height: 100px;
		margin-bottom: 100px
	}
	.timeline > li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: right
	}
	.timeline > li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px
	}
	.timeline > li .timeline-image h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left
	}
}
@media (min-width:992px) {
	.timeline > li {
		min-height: 150px
	}
	.timeline > li .timeline-panel {
		padding: 0 20px 20px
	}
	.timeline > li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px
	}
	.timeline > li .timeline-image h4 {
		font-size: 60px;
		line-height: 26px;
		padding-top: 1.5rem;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		padding: 0 20px 20px
	}
}
@media (min-width:1200px) {
	.timeline > li {
		min-height: 150px
	}
	.timeline > li .timeline-panel {
		padding: 25px 20px 20px 100px
	}
	.timeline > li .timeline-image {
		width: 140px;
		height: 140px;
		/*margin-left: -85px*/
	}
	.timeline > li .timeline-image h4 {
		margin-top: 22px
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		padding: 15px 100px 20px 20px
	}
}
/*-------------------------------
 Service Section
--------------------------------*/
#services {
	padding: 60px 0 40px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#services .box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 10px 40px 10px;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s ease-in-out;
}
#services .box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#services .icon {
	position: absolute;
	left: -10px;
	top: calc(50% - 32px);
}
#services .icon i {
	font-size: 64px;
	line-height: 1;
	transition: 0.5s;
}
#services .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
#services .title a {
	color: #111;
}
#services .box:hover .title a {
	color: #007bff;
}
#services .description {
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	margin-bottom: 0;
}
#why-us {
	padding: 60px 0;
	background: #fff;
}
#why-us .section-header h3, #why-us .section-header p {

}
#why-us .card {
	background: #fff;
	border: none;
	border-radius: 0;
	margin: 0 5px;
	padding: 15px 1rem;
	text-align: center;
	color: #556877;
	transition: 0.3s ease-in-out;
	height: 100%;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.2);
}
#why-us .card i {
	font-size: 48px;
	padding-top: 15px;
	color: #bfddfe;
}
#why-us .card h5 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
}
#why-us .card p {
	font-size: 15px;
	color: #666;
}
#why-us .card .readmore {
	color: #556877;
	font-weight: 600;
	display: inline-block;
	transition: 0.8s ease-in-out;
	border-bottom: transparent;
}
#why-us .card .readmore:hover {
	border-bottom: #556877 solid 1px;
}
#why-us .counters {
	padding-top: 40px;
}
#why-us .counters span {

	font-weight: bold;
	font-size: 48px;
	display: block;
	color: #fff;
}
#why-us .counters p {
	padding: 0;
	margin: 0 0 20px 0;

	font-size: 14px;
	color: #cce5ff;
}
/*-----------------------------
lounge Access section
-----------------------------*/
#lounge-section {
	padding: 100px 0;
	background: #fff;
}
#lounge-section p {
	line-height: 30px;
	margin-bottom: 20px;
}
#lounge-section h6 {
    font-size: 0.8em;
    float: right;
    color: #333;
}
#lounge-section h6 span {

    color: red;
}
#lounge-section h3 {
	color: #333;
}
#lounge-section h3 em {
	color: #666;
	font-style: normal;
	font-size: 1rem;
	text-transform: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
#lounge-section h5 {
	color: #f7832c;
	font-style: normal;
	font-size: 1.5rem;
	text-transform: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
}
#lounge-section .inner {
	border: 1px solid #e1e1e1;
	padding: 15px 1rem;
}
#lounge-section .icon {}
#lounge-section .icon .l1 {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#lounge-section .icon .l1 ul li {
	color: #666;
	position: relative;
	padding-left: 30px;
	line-height: 35px;
}
#lounge-section .icon .l1 ul li i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 1rem;
	color: #999;
}
#lounge-section .icon h4 {
	font-size: 1.3rem;
	color: #333;
	font-weight: 400;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
/*-----------------------------
high Point section
-----------------------------*/
#highpoint-section {
	padding: 80px 0 50px;
	background: #f1f1f1;
}
/*-----------------------------
Services 5 tab
-----------------------------*/
#five-tab-section {
	padding: 50px 0 50px;
	background: #fff;
}
/*-----------------------------
Business Page section
-----------------------------*/
#busi-1 {
	padding: 60px 0;
	background: #fff;
}
#busi-2 {
	padding: 80px 0 60px 0;
	background: #fff;
}
#busi-2 .in-b3 {
	border: 1px solid #e1e1e1;
	padding: 15px 1rem;
}
#busi-3 {
	padding: 0px 0 60px 0;
	background: #fff;
}
#busi-3 h4 {
	color: #333;
	font-size: 1.2rem;
}
#busi-3 p strong {
	color: #111;
	font-weight: 400;
}
#busi-4 {
	padding: 60px 0;
	background: #111;
}
#busi-5 {
	padding: 60px 0 40px;
	background: #111;
}
#busi-5 p {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}
#busi-5 p span {
	font-size: 35px;
}
.black-form {
	background: #333;
	border: none;
	border-radius: 0;
	height: 47px;
	color: #f1f1f1;
}
.black-form:focus {
	background: #555;
	color: #f1f1f1;
}
.black-btn {
	border: 0;
	cursor: pointer;
}
/*-------------------------------
 TNC Section
--------------------------------*/
#tnc-section {
	padding: 60px 0;
	background: #fff;
}
#tnc-section h4 {
	color: #333;
	font-size: 1.2rem;
}
#tnc-section p strong {
	color: #111;
	font-weight: 400;
}
/*-------------------------------
 App Section
--------------------------------*/
#app-section {
	padding: 80px 0;
	background: #f1f1f1;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#app-section .in-b4 {
	padding-right: 1rem;

	text-align: right;
}
#app-section .inner {
	padding-left: 1rem;

	text-align: left;
}
#app-section .inner h3 {
	font-size: 30px;
	color: #333;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 80px;
}
#app-section .inner img:hover {
	opacity: 0.8;
	transition: 0.4s;
}
/*-------------------------------
 Counter Section
--------------------------------*/
#counter-section {
	/* The image used */
	margin-top: 73px;
	padding: 250px 0;
	background-image: url("../img/counter-bg-home-2.jpg");
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#counter-section p {
	color: #fff;
	font-size: 18px;
}
#counter-section span {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}
#counter-section span .million-f {
	font-size: 15px;
	color: #fff;
}
/*-------------------------------
 Counter Inner Section
--------------------------------*/
#counter-inner-section {
	padding: 120px 0 80px;
	background: url(../img/counter-bg.jpg) no-repeat center fixed;
	background-size: auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
#counter-inner-section p {
	color: #fff;
	font-size: 18px;
}
#counter-inner-section span {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}
#counter-inner-section span .million-f {
	font-size: 15px;
	color: #fff;
}
/*-------------------------------
 Reach Us Section
--------------------------------*/
#reach-us {
	padding: 80px 0 40px;
	background: #fff;
}
#reach-us .in-b5 {
	text-align: center;
	border-right: 1px solid #e1e1e1;
	padding: 20px 2rem 10px 0;
	min-height: 250px;
}
#reach-us .in-b6 {
	text-align: center;
	padding: 20px 2rem 10px 0;
	min-height: 300px;
}
#reach-us .in-b6 img {
	max-width: 180px;
}
#reach-us .in-b5 h4 {
	color: #333;
	padding-top: 25px;
}
#reach-us .in-b5 p {
	color: #666;
}
#reach-us .in-b5 p a {
	color: #666;
	text-decoration: underline;
}
#reach-us .in-b5 p a:hover {
	color: #f7832c;
}
#reach-us .in-b5 i {
	color: #f7832c;
}
#touch-sec {
	padding: 80px 0;
	background: #f1f1f1;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#touch-sec .textarea {
	min-height: 16em;
	border-radius: 0;
}
#touch-sec .in-b7 {
	height: 50px;
	border-radius: 0;
}
/*-------------------------------
 Particals Section
--------------------------------*/
.partical-sec {
	/*padding-top: 2rem;
	padding-bottom: 3rem;
	box-sizing: border-box;
	background: rgba(242, 115, 17, 1);
	background: -moz-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 115, 17, 1)), color-stop(100%, rgba(250, 175, 77, 1)));
	background: -webkit-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: -o-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: -ms-linear-gradient(left, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	background: linear-gradient(to right, rgba(242, 115, 17, 1) 0%, rgba(250, 175, 77, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f27311', endColorstr='#faaf4d', GradientType=1);*/
    background: rgb(59, 83, 111);
    display: block;
    width: 100%;
    margin-top: 65px;
    position: relative;
    padding: 0;
    height: 100px;
    margin-bottom: 0;
}
#webcoderskull {
	/*position: absolute;*/
	width: 100%;
	/*left: 0;
	top: 16%;*/
	box-sizing: border-box;
	text-align: center;
	/*color: #fff;*/
}
canvas {
	/*height: 21vh;*/
}
.pg-canvas{
    float: left;
    width: 100%;
    max-height: 100%;
    position: absolute;
}
#webcoderskull h1 {
    letter-spacing: 2px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
    line-height: 3;
    display: block;
}
/*-------------------------------
 Dragon pass  Section
--------------------------------*/
#dragon-sec {
	padding: 100px 0 80px;
	background: url(../img/bg-royal.jpg) no-repeat center center fixed;
	background-size: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}
#dragon-sec .in-left {
	padding-right: 8rem;
}
#dragon-sec .in-right {

}
#dragon-sec .in-right h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	border-bottom: 1px solid #333;
}
/*-------------------------------
 Portfolio Section
--------------------------------*/
#portfolio {
	padding: 60px 0;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#portfolio #portfolio-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}
#portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #007bff;
	border-radius: 50px;
	text-transform: uppercase;
	background: #ecf5ff;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
	background: #007bff;
	color: #fff;
}
#portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
#portfolio .portfolio-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
#portfolio .portfolio-item .portfolio-wrap {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	margin: 0;
}
#portfolio .portfolio-item .portfolio-wrap:hover img {
	opacity: 0.4;
	transition: 0.3s;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	transition: 0.2s linear;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
	font-size: 22px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 14px;
	padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
	color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
	color: #007bff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
	padding: 0;
	margin: 0;
	color: #e2effe;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
	display: inline-block;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	background: #007bff;
	border-radius: 50%;
	margin: 10px 4px 0 4px;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
	padding-top: 6px;
	font-size: 22px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
	background: #3395ff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
	color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap:hover {
	background: #003166;
}
#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}
/*-------------------------------
 Testimonial Section
--------------------------------*/
#testimonials {
	padding: 60px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#testimonials .section-header {
	margin-bottom: 40px;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	float: left;
}
#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
	margin-left: 140px;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
	margin-left: 140px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 0 15px 140px;
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #007bff;
}
/*-------------------------------
 Team Section
--------------------------------*/
#team {
	background: #fff;
	padding: 80px 0 80px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#team .member {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 0px 12px 2px rgba(0, 0, 0, 0.18);
}
#team .member h3 {
	position: absolute;
	background: #f7832c;
	padding: 7px 12px;
	color: #fff;
	font-size: 13px;
	bottom: 15px;
	letter-spacing: 0;
	left: 15px;
	transition: all .9s ease 0s;
}
#team .member .member-info {
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.5s;
}
#team .member .member-info-content {
	margin-top: 50px;
	transition: margin 0.2s;
}
#team .member:hover .member-info {
	background: rgba(0, 0, 0, .6);
	opacity: 1;
	transition: 0.4s;
}
#team .member:hover .member-info-content {
	margin-top: 0;
	transition: margin 0.4s;
}
#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
	color: #fff;
	font-family: "Barlow", sans-serif;
}
#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: #fff;
	font-family: "Barlow", sans-serif;
}
#team .member .social {
	margin-top: 15px;
}
#team .member .social a {
	transition: none;
	color: #fff;
}
#team .member .social a:hover {
	color: #000;
}
#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
	background: #f7832c;
	padding: 20px 1rem;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 15px;
}
/*-------------------------------
 Clients Section
--------------------------------*/
#clients {
	padding: 60px 0;
	background: #f1f1f1;
}
#clients .partner {
	background: #fff;
	box-shadow: none;
}
#clients .clients-wrap {
}
#clients .client-logo {
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	background: #fff;
	height: 120px;
	margin: 0 10px 20px;
}
#clients .client-logo:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#clients img {
	transition: all 0.4s ease-in-out;
}
#clients h4 {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 10px;
	font-size: 1.2rem;
	text-transform: capitalize;
	color: #333;
	margin: 0 1% 20px 1%;
}
/*-------------------------------
 Contact Section
--------------------------------*/
#contact {
	padding: 80px 0;
	overflow: hidden;
}
#contact .in-b2 {
	border: 1px solid #ced4da;
	padding: 11px 1rem;
	color: #283d50;
	margin-bottom: 20px;
	margin-top: 31px;
}
#contact .in-b3 {
	padding-left: 3rem;
}
#contact .section-header {
	padding-bottom: 30px;
}
#contact .contact-about h3 {
	font-size: 36px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #007bff;
}
#contact .contact-about p {
	font-size: 14px;
	line-height: 24px;
	color: #888;
}
#contact .social-links {
	padding-bottom: 20px;
}
#contact .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #fff;
	color: #007bff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	border: 1px solid #007bff;
}
#contact .social-links a:hover {
	background: #007bff;
	color: #fff;
}
#contact .info {
	color: #283d50;
}
#contact .info i {
	font-size: 32px;
	color: #ed9022;
	float: left;
	line-height: 1;
}
#contact .info p {
	padding: 5px 0 15px 36px;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 0;
}
#contact .form #sendmessage {
	color: #007bff;
	border: 1px solid #007bff;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#contact .form input, #contact .form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}
#contact .form button[type="submit"] {
	background: #ed9022;
	border: 0;
	border-radius: 20px;
	padding: 8px 30px;
	color: #fff;
	transition: 0.3s;
}
#contact .form button[type="submit"]:hover {
	background: #fbbb48;
	cursor: pointer;
}
/*-------------------------------
 Flying Route Section
--------------------------------*/
#flying-sec {
	padding: 60px 0;
	background: #141E30;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#flying-sec .fl-info {
	padding: 50px 0 0;
}
#flying-sec .fl-info h3 {
	color: #fff;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
}
#flying-sec .fl-info h3 span {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 600;
}
/*-------------------------------
 Slick Logo Slider
--------------------------------*/
.slick-slide {
	margin: 0 10px;
}
.slick-slide img {
	width: 100%;
	padding: 20px;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*--------------------------------------------------------------
# Login Section
--------------------------------------------------------------*/
#login-section {
	padding: 90px 0 30px 0;
	background: #f6f7fd;
	background-image: linear-gradient(to bottom, #f4a429, #f59e24, #f6971f, #f6911b, #f78a17, #f68615, #f68213, #f57e11, #f37d0e, #f17b0b, #f07a08, #ee7805);
}
.card {
	border: none;
	border-radius: 0.8rem;
}
.card-signin {
	border: 0;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}
.card-signin .card-body {
	padding: 2rem;
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.form-signin {
	width: 100%;
}
.grey-c {
	color: #999 !important;
}
.form-br {
	font-size: 14px;
	height: 40px;
	border-radius: 2rem;
	transition: all .1s ease-in-out;
}
.font-14 {
	font-size: 14px !important;
}
.font-13 {
	font-size: 13px !important;
}
.link-df a:hover {
	text-decoration: none;
	color: #333;
}
.link-df a {
	text-decoration: underline;
	color: #999;
}
.btn-g {
	background: #ea4335!important;
}
.btn-g:hover {
	background: #cb2113!important;
}
.btn-f {
	background: #3b5998!important;
}
.btn-f:hover {
	background: #113072!important;
}
.v-align-t {
	vertical-align: top!important;
}
a.button {
	background: #ed9022;
	padding: 12px 3% 0;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1px;
	outline: none;
	border-radius: 100px;
	display: inline-block;
	text-transform: uppercase;
	min-width: 120px;
	text-align: center;
	height: 46px;
}
a.button:hover {
	background: #fbbb48;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #fff;
	padding: 0 0 30px 0;
	color: #555;
	font-size: 14px;
}
#footer .footer-top {
	background: #fff;
	padding: 60px 0 20px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	color: #fff;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #666;
}
#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul li {
	padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #666;
}
#footer .footer-top .footer-links ul a:hover {
	color: #ed9022;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
}
#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #ed9022;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #e08212;
}
#footer .copyright {
	text-align: center;
	padding-top: 30px;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #f1f7ff;
}
#footer .credits a {
	color: #bfddfe;
}
#footer .credits a:hover {
	color: #f1f7ff;
}
#footer .footer-top .fl a {
	color: #666;
}
#footer .footer-top .fl a:hover {
	color: #ed9022;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #fff;
	color: #333;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.8s;
	border: 1px solid #333;
}
#footer .footer-top .social-links a:hover {
	background: #3b5998;
	color: #fff;
	border: #3b5998;
}
.twitter a {
	color: #333!important;
	border: 1px solid #333!important;
	background: #fff!important;
}
.twitter a:hover {
	background: #55acee!important;
	color: #fff!important;
	border: #55acee!important;
}
#footer .footer-top .social-links .linkedin a {
	color: #333!important;
	border: 1px solid #333!important;
	background: #fff!important;
}
#footer .footer-top .social-links .linkedin a:hover {
	background: #0077b5!important;
	color: #fff!important;
	border: #0077b5!important;
}
/*--------------------------------------------------------------
# My Style Global Start
--------------------------------------------------------------*/
.p-tb-10 {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.p-tb-20 {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.p-tb-30 {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.p-tb-40 {
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}
.p-tb-50 {
	padding-top: 50px!important;
	padding-bottom: 50px!important;
}
.p-tb-60 {
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}
.p-tb-70 {
	padding-top: 70px!important;
	padding-bottom: 70px!important;
}
.p-tb-80 {
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}
.p-tb-90 {
	padding-top: 90px!important;
	padding-bottom: 90px!important;
}
.p-tb-100 {
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
.p-t-5 {
	padding-top: 5px!important;
}
.p-t-10 {
	padding-top: 10px!important;
}
.p-t-15 {
	padding-top: 15px!important;
}
.p-t-20 {
	padding-top: 20px!important;
}
.p-t-30 {
	padding-top: 30px!important;
}
.p-t-40 {
	padding-top: 40px!important;
}
.p-t-50 {
	padding-top: 50px!important;
}
.p-t-60 {
	padding-top: 60px!important;
}
.p-t-70 {
	padding-top: 70px!important;
}
.p-t-80 {
	padding-top: 80px!important;
}
.p-t-90 {
	padding-top: 90px!important;
}
.p-t-100 {
	padding-top: 100px!important;
}
.p-t-100 {
	padding-top: 100px!important;
}
.p-t-110 {
	padding-top: 110px!important;
}
.p-t-120 {
	padding-top: 120px!important;
}
.p-t-130 {
	padding-top: 130px!important;
}
.p-t-140 {
	padding-top: 140px!important;
}
.p-t-150 {
	padding-top: 150px!important;
}
.p-t-200 {
	padding-top: 200px!important;
}
.p-t-250 {
	padding-top: 250px!important;
}
.p-b-10 {
	padding-bottom: 10px!important;
}
.p-b-20 {
	padding-bottom: 20px!important;
}
.p-b-30 {
	padding-bottom: 30px!important;
}
.p-b-40 {
	padding-bottom: 40px!important;
}
.p-b-20 {
	padding-bottom: 20px!important;
}
.p-b-50 {
	padding-bottom: 50px!important;
}
.p-b-60 {
	padding-bottom: 60px!important;
}
.p-b-70 {
	padding-bottom: 70px!important;
}
.p-b-80 {
	padding-bottom: 80px!important;
}
.p-b-90 {
	padding-bottom: 90px!important;
}
.p-b-100 {
	padding-bottom: 100px!important;
}
.p-l-30 {
	padding-left: 30px!important;
}
.p-l-10 {
	padding-left: 10px!important;
}
.p-l-20 {
	padding-left: 20px!important;
}
.p-lr-10 {
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.p-lr-20 {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.p-lr-30 {
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.p-r-10 {
	padding-right: 10px!important;
}
.p-r-20 {
	padding-right: 20px!important;
}
.p-r-30 {
	padding-right: 30px!important;
}
.p-r-35 {
	padding-right: 35px!important;
}
.p-r-40 {
	padding-right: 40px!important;
}
.margin-0 {
	margin: 0 auto!important;
}
.m-tb-10 {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.m-tb-20 {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.m-tb-30 {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}
.m-tb-40 {
	margin-top: 40px!important;
	margin-bottom: 40px!important;
}
.m-tb-50 {
	margin-top: 50px!important;
	margin-bottom: 50px!important;
}
.m-tb-60 {
	margin-top: 60px!important;
	margin-bottom: 60px!important;
}
.m-tb-70 {
	margin-top: 70px!important;
	margin-bottom: 70px!important;
}
.m-tb-80 {
	margin-top: 80px!important;
	margin-bottom: 80px!important;
}
.m-tb-90 {
	margin-top: 90px!important;
	margin-bottom: 90px!important;
}
.m-tb-100 {
	margin-top: 100px!important;
	margin-bottom: 100px!important;
}
.m-t-10 {
	margin-top: 10px!important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px!important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px!important;
}
.m-t-60 {
	margin-top: 60px !important;
}
.m-t-70 {
	margin-top: 70px!important;
}
.m-t-90 {
	margin-top: 90px!important;
}
.m-t-80 {
	margin-top: 80px!important;
}
.m-t-100 {
	margin-top: 100px!important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-b-60 {
	margin-bottom: 60px !important;
}
.m-b-70 {
	margin-bottom: 70px !important;
}
.m-b-80 {
	margin-bottom: 80px !important;
}
.m-b-90 {
	margin-bottom: 90px !important;
}
.m-b-100 {
	margin-bottom: 100px !important;
}
.m-r-5 {
	margin-right: 5% !important;
}
.margin-0 {
	margin: 0!important;
}
.lh-20 {
	line-height: 20px!important;
}
.lh-25 {
	line-height: 25px!important;
}
.lh-30 {
	line-height: 30px!important;
}
.lh-35 {
	line-height: 35px!important;
}
.lh-40 {
	line-height: 40px!important;
}
.lh-45 {
	line-height: 45px!important;
}
.lh-50 {
	line-height: 50px!important;
}
.lh-55 {
	line-height: 55px!important;
}
.lh-60 {
	line-height: 60px!important;
}
.lh-65 {
	line-height: 65px!important;
}
.lh-70 {
	line-height: 70px!important;
}
.clear-10 {
	clear: both;
	height: 10px;
}
.clear-20 {
	clear: both;
	height: 20px;
}
.clear-30 {
	clear: both;
	height: 30px;
}
.clear-40 {
	clear: both;
	height: 40px;
}
.clear-50 {
	clear: both;
	height: 50px;
}
.br-none {
	boreder-radius: 0!important
}
.white {
	color: #fff!important;
}
.red {
	color: red
}
.black-1 {
	color: #333;
}
.black-2 {
	color: #666;
}
/*--------------------------------------------------------------
# My Style Common Start
--------------------------------------------------------------*/
.sec-bread {
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	box-sizing: border-box;
	margin-top: 0px;
	background: #e9ecef;
	border-radius: 0;
}
.modal-dialog {
	max-width: 800px;
	margin: 60px auto;
}
.btn-theme:hover {
	color: #ffffff;
	background: #fbbb48;
}
.btn-theme {
	position: relative;
	padding: 12px 3rem;
	line-height: 26px;
	background: #ed9022;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	border: none;
}
.main-title {}
.main-title h3 {
	text-align: center;
	font-size: 34px;
	color: #f7832c;
	text-transform: uppercase;
	font-weight: 500;
}
.main-title p {
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	padding: 10px 0 50px;
	color: #666;
	width: 55%;
}
.title-icon {
	border-bottom: 1px solid #333;
	max-width: 220px;
	margin: 20px auto;
	position: relative;
}
.title-icon i {
	color: #f7832c;
	font-size: 22px;
	position: absolute;
	text-align: center;
	top: -9px;
	left: 0;
	right: 0;
}
.short {
	padding: 8px 1rem;
	font-size: 14px;
}
.short-br-no {
	padding: 8px 1rem;
	font-size: 14px;
	border-radius: 0!important
}
.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;
}
/*--------------------------------------------------------------
# My Style Common End
--------------------------------------------------------------*/
.modal-body h6 {
	font-size: 0.9rem;
}
.busi-warning {
	color: #f00;
	background-color: #000;
	border: none;
	padding: 12px 10px 8px;
	border-radius: 0;
}
.contact-warning {
	color: #f00;
	background-color: #e0b5fb;
	border: none;
	padding: 12px 10px 8px;
	border-radius: 0;
}
.btn-service {
	border: none!important;
	background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
	color: #fff!important;
	border-radius: 24px;
	min-width: 140px;
	padding: 10px;
	text-transform: uppercase;
	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;
}
.btn-service:hover {
	border: none!important;
	background-image: linear-gradient(-60deg, #f09819 0%, #ff5858 100%);
	color: #fff!important;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 300;
	font-size: 0.9rem;
	color: #666;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-transform: capitalize;
}
.dropdown-item:hover {
	color: #111;
}
.home-bg {
	padding-top: 30px;
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
}
/*--3 feb table css--*/
.table-responsive {
    display:inline-table!important;

}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1200px) {}
@media (min-width: 992px) {
	#testimonials .testimonial-item p {
		width: 80%;
	}
}
@media (max-width: 991px) {
	#flying-sec .fl-info {
		padding: 0px 0 0;
	}
	#flying-sec .fl-info h3 {
		color: #fff;
		font-size: 30px;
		line-height: 60px;
		text-align: center;
	}
	#flying-sec .fl-info h3 span {
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 600
	}
	.main-title p {
		width: 100%;
		padding-bottom: 40px;
	}
	#app-section {
		padding: 60px 0 40px;
		text-align: center;
	}
	#app-section .in-b4 {
		text-align: center;
	}
	#app-section .inner {
		text-align: center;
	}
	#app-section .inner h3 {
		line-height: 50px;
	}
	.timeline > li .timeline-image h5 {
		font-size: 16px;
		line-height: 20px;
		margin-top: 12px;
	}
	.timeline > li .timeline-image h4 {
		font-size: 60px;
		line-height: 18px;
		margin-top: 30px;
	}
	#header {
		padding: 10px 0;
	}
	#header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}
	#intro {
		padding: 79px 0 0 0;
	}
	#intro .intro-img {
		width: 80%;
		float: none;
		margin: 0 auto 25px auto;
	}
	#intro .intro-info {
		width: 80%;
		float: none;
		margin: auto;
		text-align: center;
	}
	#why-us .card {
		margin: 0;
	}
	.rs-center {
		text-align: center!important;
	}
	#app-sec h4 {
		line-height: 40px;
		font-size: 1.3rem;
		text-align: center;
		padding-top: 20px;
	}
	#dragon-sec .in-left {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#dragon-sec .in-right {
		margin-bottom: 10px;
		text-align: center
	}
	#dragon-sec .in-right h4 {
		padding-top: 10px;
		font-size: 16px;
	}
	#app-section .inner {
		padding: 0 1rem 50px;
	}
	#app-section .inner p {
		color: #6f8ba4;
		margin-bottom: 30px;
	}
	.box-33 {
		width: 100%;
		padding: 20px 8%;
		margin: 0;
		margin-top: 30px;
	}
	#counter-section {
		/* The image used */
		margin-top: 55px;
		padding: 100px 0 60px;
	}
}
@media (max-width: 768px) {
	.modal-dialog {
		margin: 60px 1rem;
	}
	.timeline > li .timeline-image h4 {
		font-size: 30px;
		line-height: 18px;
		margin-top: 20px;
	}
	.back-to-top {
		bottom: 15px;
	}
	.partical-sec {
		padding-top: 0;
		padding-bottom: 0;
	}
	#webcoderskull {
		top: 12%;
	}
	#webcoderskull h1 {
        letter-spacing: 1px;
        font-size: 1.5rem;
        line-height: 4;
	}
	.timeline > li .timeline-image h5 {
		font-size: 80%;
		line-height: 15px;
		margin-top: 0.7rem;
	}
	#reach-us .in-b5 {
		border-right: none;
		border-bottom: 1px solid #e1e1e1;
		padding: 20px 1rem;
		min-height: 0;
		margin-bottom: 10px;
	}
	#reach-us .in-b5 p {
		margin-bottom: 10px;
	}
	#reach-us .in-b6 {
		text-align: center;
		padding: 20px 1rem;
		min-height: 0;
	}
	#reach-us .in-b6 img {
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	#intro .intro-info {
		width: 100%;
	}
	#intro .intro-info h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}
	.section-header p {
		width: 100%;
	}
	#testimonials .testimonial-item {
		text-align: center;
	}
	#testimonials .testimonial-item .testimonial-img {
		float: none;
		margin: auto;
	}
	#testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
		margin-left: 0;
	}
	#counter-section {
		/* The image used */
		margin-top: 40px;
		padding: 100px 0 60px;
	}
}
@media (max-width: 420px) {
    .logo{ text-align: center;}
    .partical-sec{    margin-top: 65px !important;}
	#lounge-section .icon .l1 {
		width: 100%;
		float: left;
		box-sizing: border-box;
	}
	.sec-bread {
		padding-right: 0%;
		padding-left: 0%;
		background: #e9ecef;
		border-radius: 0;
		font-size: 0.9rem;
	}
	#header {
		padding: 5px 0;
	}
	#intro {
		padding: 59px 0 0 0;
	}
	#webcoderskull h1 {
		font-size: 1.3rem;
		padding-top: 1rem; line-height: 3;
	}
	#lounge-section {
		padding: 40px 0 20px;
		background: #fff;
	}
	#lounge-section h5 {
		font-size: 1.2rem;
	}
	#header .logo img {
		padding: 0;
		margin: 7px 0;
		max-height: 35px;
	}
	.mobile-nav-toggle i {
		margin: 17px 18px 0 0;
		color: #000;
	}
	#lounge-section h3 {
		font-size: 1.3rem;
	}
	#counter-section {
		/* The image used */
		margin-top: 55px;
		padding: 60px 0;
	}
	#login-section {
		padding: 50px 0 0px 0;
	}
	.card {
		border-radius: 0.5rem;
	}
	#footer .footer-top img {
		width: 160px;
	}
}
