*:focus {
	outline:0;
	text-decoration: none
}
* {
	outline:0;
	 
}
html {
	overflow-x: hidden;
}
body {
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin:0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Montserrat', sans-serif;
}
body h2 {
	font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
body h3 {
	line-height: 1.4
}
p,li {
	font-weight: 300;
	line-height:1.8;
}
p,a,li {
	font-size: 14px
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(img/loader.gif) center no-repeat #fff;
    background-size: 100px;
}
.mb-6 {
	margin-bottom:6em;
}
.pt-6 {
	padding-top:5em;
}
.container, [class*=col], section {
 	position: relative
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
}
.opensans {
	font-family: 'Open Sans', sans-serif;
}
.yellow {
	color:#ffb300;
}
.bg-yellow {
	background:#ffb300;
}
.blue {
	color:#1e79ae;
}
.bg-blue {
	background-color:#1e79ae;
}
.pale {
	color:#f9f9f9;
}
.bg-pale {
	background: #f9f9f9
}
.bg-pale2 {
	background:#F0F0F0;
}
.red {
	color: #f15942
}
.bg-red {
	background: #f15942;
}
.blue2 {
	color:#1a4895;
}
.bg-blue2 {
	background:#1a4895;
}
.white {
	color:#fff;
}
.black {
	color:#000;
}
section {
	padding:100px 0;
}
.header {
	position:relative;
	z-index:2;
}
.navbar, .navbar-brand {
	padding:0;
}

@media screen and (min-width: 768px) {
	.navbar-nav li a.nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 15px 25px 30px 25px !important;
	}
	.navbar-nav .nav-link.dropdown-toggle {
		padding-right:40px !important;
	}
	.light-header .navbar-nav li a.nav-link {
	    color: #000 !important;
	    font-weight: 600;
	    padding: 15px 25px 30px 25px !important;
	}
	.light-header .menu-desktop .dropdown-toggle::after {
	    position: absolute;
	    vertical-align: 0.255em;
	    content: '';
	    border: 0;
	    background: url(img/chevron3.png);
	    background-size: 12px;
	    width: 12px;
	    height: 7px;
	    margin: 8px 0 0 6px;
	}
	.light-header .megamenu .dropdown-menu {
		z-index:1;
	}
	.light-header .menu-desktop .dropdown-menu li:last-child a {
	    padding: 10px 0 !important;
	}
	.menu-desktop {
		margin-top:15px;
	}
	.megamenu {
	  position: static;
	}
	.megamenu .row.bg-white.rounded-0 {
	    padding: 30px 0;
	    -webkit-box-shadow: 0px 0px 17px -9px rgba(0,0,0,0.76); 
		box-shadow: 0px 0px 17px -9px rgba(0,0,0,0.76);
	}
	.megamenu .dropdown-menu {
	  background: none;
	  border: none;
	  width: 100%;
	  margin-top: -37px;
	  z-index:-1;
	}
	.menu-desktop .dropdown-toggle::after {
	    position: absolute;
	    vertical-align: 0.255em;
	    content: '';
	    border: 0;
	    background: url(img/chevron.png);
	    background-size: 12px;
	    width: 12px;
	    height: 7px;
	    margin: 8px 0 0 6px;
	}
	.menu-desktop a.nav-link[aria-expanded="true"]::after {
	    position: absolute;
	    vertical-align: 0.255em;
	    content: '';
	    border: 0;
	    background: url(img/chevron2.png);
	    background-size: 12px;
	    width: 12px;
	    height: 7px;
	    margin: 8px 0 0 6px;
	}
	.menu-desktop li a.nav-link[aria-expanded="true"] {
		background:#fff;
		color:#000 !important;
	}
	.menu-desktop li:last-child a {
		padding:0 0 0 20px !important;
	}
	.light-header header .btn-ghost-white {
		border: 2px solid #000;
	    border-radius: 8px;
	    padding: 11px 40px;
	    color: #000;
	    font-size: 14px;
	    font-weight: 600;
	}

	.dropdown-menu ul {
		text-align: right
	}
	.navbar-expand-md .dropdown-menu li a.nav-link {
		color:#000 !important;
		padding:10px 0 !important;
		font-size: 16px
	}
	.light-header .menu-desktop li:last-child a {
	    padding: 0 0 0 20px !important;
	}
	.light-header .navbar-nav .nav-link.dropdown-toggle {
	    padding-right: 40px !important;
	}
	.navbar-expand-md .dropdown-menu li:last-child a.nav-link {
		padding-bottom: 0 !important
	}
	.dropdown-menu .row {

	}
	.dropdown-menu h2 {
		margin:0 0 20px 0;
	}
	.menu-grey-box {
		padding:25px;
		height:100%;
	}
	.menu-grey-box img {
		width:200px;
		max-width: 100%
	}
	.dropdown-menu [class*=col] {
		padding-left:30px;
		padding-left:30px;
	}
	.dropdown-menu .child-menu {
		
	}
	.navbar-expand-md .dropdown-menu li a.nav-link {
		padding:6px 0;
	}
}
.btn-ghost-white {
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 11px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.btn-ghost-white:hover {
	background:#fff;
	color:#000;
}
.btn-ghost-black {
    border: 2px solid #000;
    border-radius: 8px;
    padding: 11px 30px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.btn-ghost-black:hover {
	background:#000;
	color:#fff;
}
.btn-ghost-white-arrow { 
	background:url(img/arrow-right2.png) left 23px center no-repeat;
	background-size: 26px;
	border: 2px solid #fff;
    border-radius: 8px;
    padding: 13px 30px 13px 60px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.btn-ghost-white-arrow:hover { 
	background:#fff url(img/arrow-right.png) left 23px center no-repeat;
	background-size: 26px; 
	color:#000;
}
.btn-noborder-black-arrow { 
	background: url(img/arrow-right.png) left center no-repeat;
    background-size: 30px;
    border: 0;
    padding: 13px 30px 13px 45px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.btn-noborder-black-arrow:hover { 
	background: url(img/arrow-right.png) left 5px center no-repeat;
	background-size: 30px;
	padding: 13px 30px 13px 47px;
}
.btn-noborder-white-arrow { 
	background: url(img/arrow-right2.png) left center no-repeat;
    background-size: 30px;
    border: 0;
    padding: 13px 30px 13px 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.more-arrow {
	color:#000;
}
.more-arrow::after {
    content: 'more';
    color: #f15942;
    background: url(img/arrow-right.png) left center no-repeat;
    background-size: 33px;
    text-transform: uppercase;
    padding-left: 44px;
    margin-left: 20px;
    font-weight: 600;
}
#home-top {
	background:url(img/top-home.jpg) center bottom no-repeat;
	background-size: cover;
	z-index:1;
}
.connected-globe {
	background:url(img/connected.jpg) center bottom no-repeat;
	background-size: cover;
}
.man-talking {
	background:url(img/man-talking.jpg) center bottom no-repeat;
	background-size: cover;
}
.writing {
	background:url(img/writing.jpg) center bottom no-repeat;
	background-size: cover;
}
.laptop {
	background:url(img/laptop.jpg) center bottom no-repeat;
	background-size: cover;
}
#overview-top {
	background:url(img/hiking.jpg) center bottom no-repeat;
	background-size: cover;
	z-index:1;
}
.vh100 {
	min-height: 100vh
}
.fade-white-box {
	background:rgba(255,255,255,0.2);
	padding:14px;
}
.fade-white-box img {
	margin-bottom:15px;
}
.recognition [class*=col] {
	padding-left:10px;
	padding-right:10px;
}
.recognition.row {
	margin-left:-10px;
	margin-right:-10px;
}
.recognition img {
	width:100%;
	margin-bottom:0;
}
h6 {
	margin:0 0 20px 0;
}
.mega-text {
	font-size:60px;
	font-weight: 700;
	letter-spacing: -0.3px;
	margin:0 0 30px 0;
}
.semi-text {
	font-size:18px;
	font-weight: 300
}
section.large {
	padding:90px 0;
}
section.small {
	padding:40px 0;
}
section.med, footer.large, .med {
	padding:60px 0;
}
section.page-title {
	padding:80px 0 30px 0;
}
span.title-name {
	font-size:15px;
	display: block;
	margin:0 0 10px 0;
	font-weight: 400
}
section.page-title h1 {
	margin:0;
}
.grid-icon img {
	width:120px;
	display: block;
	margin:0 auto 25px auto;
}
.row.grid-icon{
	margin-left:-50px;
	margin-right:-50px;
}
.row.grid-icon [class*=col]{
	padding-left:50px;
	padding-right:50px;
} 
.featured-industry {
	background-size:cover;
	padding:35px 40px; 
	margin-left: 40px;
	height:380px;
}
.featured-industry p {
	width:350px;
	max-width: 100%
}
#airlines {
	background:url(img/airlines.jpg) center center ;
}
.ribbon {
	border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    position: absolute;
    left: 30px;
    top: 25px;
}
#industries img {
	width:100%;
	margin-bottom: 30px
}
#industries h6 {
	margin-bottom:20px !important;
}
.footer {
	color:#fff;
}
.footer p {
	font-size:13px;
}
.socmed img {
	width:38px; 
}
.socmed a {
	margin:0 5px;
	display: inline-block;
}
body .form-control {
    height: auto;
    padding: 15px 19px;
    font-size: 13px;
    font-weight: 300;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group label {
	font-weight: 600;
	margin-bottom: 15px
}
.form-group {
	margin-bottom: 25px
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color:transparent;
	color:#000;
	padding-bottom: 0
}
.nav-pills .nav-link {
	font-weight:700;
	padding:0.5rem 2rem;
}
.nav-pills .nav-link:last-child  {
	padding-right: 0
}
.nav-pills .nav-link.active::after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 15px 14px;
    border-color: transparent transparent #ffffff transparent;
    margin: 20px auto 0 auto;
    display: block;
}
.service-details h3 {
	margin:0 0 30px 0;
}
.red-dot {
	list-style: none;
	padding:0 0 0 35px;
	margin:0;
}
.red-dot li {
	padding:0 0 15px 0;
}
.red-dot li:last-child {
	padding:0 ;
}
.red-dot li::before {
	content: '';
    border: 2px solid #FF3D00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    margin: 5px 0 0 -35px;
}
.quote-box {
    padding: 90px 20px 20px 20px;
    background: #1e79ae url(img/quote.png) left 20px top 20px no-repeat;
    background-size: 75px;
}
.grey-box-ribbon {
	padding:100px 30px 30px 30px;
	position: relative;
	margin-bottom:30px;
}
.grey-box-ribbon:last-child {
	margin:0;
}
.grey-box-ribbon .ribbon {
	left:-35px;
}
.grey-box-ribbon p:last-child {
	margin-bottom: 0
}
.download-card {
	padding:20px 100px 20px 20px;
	background:#FFB300 url(img/download.png) right center no-repeat;
	background-size: auto 100%;
	position: absolute;
    z-index: 3;
    width: 85%;
}
.download-card .font-weight-bold {
	margin:0 0 10px 0;
	font-size:16px;
}
.other-industries a {
	color:#F15942;
	font-weight: 700
}
.other-industries ul {
	margin:0;
}
.other-industries li {
	padding:0 0 10px 0;
}
.other-industries li:last-child {
	padding:0;
}
.other-industries {
	padding: 30px 0;
	margin-right:50px;
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
}
.navbar-toggler {
	padding: 10px !important;
}
.navbar-toggler span {
	display: block;
	height:4px;
	width: 35px;
	background:#000;
	border-radius: 5px;
	margin:0 0 7px 0;
}
.navbar-toggler span:nth-child(2) {
	width: 28px;
}
.navbar-toggler span:last-child {
	display: block;
	margin:0;
}
span.close img {
    width: 35px;
}


@media screen and (max-width:767px) {
	.modal-backdrop {
		background:none;
		display: none
	}
	.modal-dialog {
	    position: relative;
	    width: 100%;
	    max-width: none !important;
	    margin: 0 !important;
	    min-height: 100vh;
	}
	.modal-content {
		min-height: 100vh;
		border:0;
		background:#FFB300;
	}
	.dropdown-menu {
		background:transparent;
	}
	.dropdown-menu .row.bg-white {
		background:none !important;
	}
	.home .header .navbar-toggler span {
		background:#fff;
	}
	.home .header .navbar-toggler[aria-expanded=true] span {
		background:#000;
	}
	br, .menu-grey-box {
		display: none
	}
	.header li.nav-item .btn,
	.header li.nav-item .nav-link {
		padding:0 !important;
		color:#000 !important;
		font-weight: 600;
		border:0;
	}
	.header .dropdown-menu .container {
		padding:0;
	}
	.header .navbar-nav {
		width: 100%;
		 
    padding: 30px 0;
	}
	.page-title .container {}
	.other-industries {
		margin-bottom: 40px;
		margin-right:0;
	}
	.header .dropdown-menu .container [class*=col] {
		padding:0;
	}
 	.header .dropdown-menu {
 		border:0;
 		padding:0;
 	}
	.mega-text {
		font-size:35px;
	}
	.navbar-brand img {
		width:100px;
		 
	}
	.menu-desktop {
		padding:20px 0;
	}
	.home-top .container {
		 
	}
	.noc-support {
	    margin-top: 50px;
	    padding: 0;
	}
	.fade-white-box {
	    padding: 20px;
	}
	.home-top {
		padding-bottom: 0
	}
	.container-fluid, .container {
		padding-right:30px;
		padding-left:30px;
	}
	[class*=col-] {
		padding-left:30px;
		padding-right:30px;
	}
	.child-menu {
		padding-left:0px;
		padding-top: 15px;
		text-align: center
	}
	#get-to-know {
		padding-bottom:50px !important;
	}
	#get-to-know [class*=col]:nth-child(2) {
		padding-left:30px !important;
		margin-bottom: 30px;
	}
	.container-fluid .row, 
	.container .row {
		margin-left:-30px;
		margin-right:-30px;
	}
	#get-to-know h3 {
		margin-top:0;
	}
	.recognition.row {
	    margin-left: -10px !important;
	    margin-right: -10px !important
	}
	section.med{
	    padding: 35px 0;
	}
	section.large {
	    padding: 45px 0;
	}
	section#industry-content img {
	    max-width: 100%;
	    padding: 0 !important;
	}
	.row.grid-icon [class*=col], #industries [class*=col] {
		margin-bottom:40px;
	}
	.row.grid-icon [class*=col]:last-child,
	#industries [class*=col]:last-child {
		margin-bottom:0px;
	}
	.mb-6 {
	    margin-bottom: 3em;
	}
	p, a, li {
	    font-size: 13px;
	}
	.reach-top.bg-yellow .container {
		padding-right: 0
	}
	.featured-industry {
	    background-size: cover;
	    padding: 100px 18px 10px 18px;
	    margin-left: 0;
	    height: 280px;
	}
	.featured-industry p {
		width:100%;
	}
	#value-partnership h3,
	#accept-client h3 {
	    margin: 20px 0 25px 0 !important;
	}
	#value-partnership p,
	#accept-client p {
	    margin:0 0 25px 0 !important;
	}
	body h3, body .h3 {
    	font-size: 1.5rem;
	}
	#ft-industry .col-md-5 p {
		margin-bottom:30px;
	}
	#value-partnership h3 {
		margin:10px 0 15px 0;
	}
	#value-partnership {
		padding-bottom: 35px !important
	}
	#value-partnership [class*=col]:nth-child(2) {
		padding-left:30px !important;
	}
	.footer .col-md-5 {
		text-align: center !important
	}
	.footer {
		text-align: center;
	}
	section.page-title {
	    padding: 50px 0 30px 0;
	}
	#reach-top .col-md-7 {
		margin-bottom: 15px
	}
	#reach-top .text-right {
		text-align: left !important
	}
	#reach-top .col-md-7 p {
		margin-bottom:20px !important;
	}
	#reach-top .col-md-5.align-self-end {
		display: none
	}
	#reach-top.bg-yellow .mb-5.row {
		margin-bottom: 0px !important
	}
	#form-section .col-lg-8 {
		padding:0 30px !important;
	}
	#form-section [class*=col]:first-child {
		margin-bottom: 30px
	}
	.service-details [class*=col]:nth-child(1) {
		margin-bottom: 40px
	}
	.d-flex .nav-pills {
		margin:0 !important;
		width: auto !important;
	    max-width: none !important;
	    flex-wrap: nowrap;
	    white-space: nowrap;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	} 
	.nav-pills .nav-link:last-child {
	    padding-right: 1rem;
	}
	.nav-pills .nav-link {
		padding:0.5rem 1rem;
	}
	.nav-pills .nav-link:first-child {
	    padding-left: 0;
	}
	.socmed h6 {
		display: block !important;
		margin:0 auto 20px auto !important;
	}
	.footer .col-md-6 p {
		float:none !important;
		text-align: center !important
	}
	.download-card {
	    padding: 20px 100px 20px 20px;
	    background: #FFB300 url(img/download.png) right center no-repeat;
	    background-size: auto 100%;
	    position: relative;
	    z-index: 0;
	    width: 100%;
	    margin: 0 0 40px 0;
	}
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
	    padding-right: 30px;
	    padding-left: 30px;
	}
	.container-fluid, .container {
	    max-width: 93%;
	}
	.mainmenu .nav-link, .mainmenu .btn {
		font-size:18px !important;
	}
	.mainmenu li {
		padding:0 0 20px 0;
	}
	.mainmenu li:last-child {
		padding:0;
	}

}
@media (min-width: 768px) {
	 
}
@media (min-width: 576px) and (max-width: 767px) {
	.container-fluid, .container {
	    max-width: 100%;
	}
	#ft-industry [class*=col] {
		padding-right:30px !important;
	}
	#get-to-know img {
		margin-left:-25px;
	}
 
	#industry-content img {
		max-width:100%;
		padding:0 !important;
	}
} 
@media (max-width: 575px) {
	#get-to-know img {
		margin-left:-25px;
	}
	#ft-industry [class*=col] {
    	padding-right: 30px !important;
	}
	.container-fluid, .container {
	    max-width: 100%;
	}
}
