/* Base CSS */
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid;
}

img {
	max-width: 75%;
	height: auto;
}

.fix {
	overflow: hidden
}

p {
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

html,
body {
	height: 100%
}

a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none
}

.btn-trans:focus {
	outline: none;
	color: #fff;

}

/******************** NAVBAR CSS *************/
header .navbar {
	border-radius: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover {
	background: none;
}

.navbar-inverse {
	background: rgba(0, 0, 0, 0.65) !important;
}

#myNavbar ul li {
	padding: 40px 15px 30px;
	text-transform: uppercase;
}

#myNavbar ul li.active a {
	color: #38b6ff;
}

#myNavbar ul li.active > a::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	border-bottom: 2px solid #38b6ff;
	bottom: 0;
	transition: all 0.2s;
}

#myNavbar ul li a {
	border-bottom: 2px solid transparent;
}

.navbar-inverse #myNavbar li:hover a::after, #myNavbar ul li a:hover {
	border-bottom: 2px solid #38b6ff;
	color: #38b6ff;
}

#myNavbar ul li a {
	padding: 0 0 5px;
	font-size: 16px;
	color: #fff;
	transition: all 0.2s ease-in 0.2s;
}

header .navbar-brand {
	padding: 8px;
	float: left;
	margin-left: -95px!important;
}

header .navbar {
	margin-bottom: 0;
}

@media screen and (max-width: 719px) {
	html {
		overflow-x: hidden;
	}

	body {
		overflow-x: hidden;
	}

	.navbar-fixed-bottom, .navbar-fixed-top {
		padding-bottom: 10px;
    position: absolute;
	}

	.navbar-toggle {
		margin-top: 20px;
		margin-bottom: 0;
	}

	header nav .container .navbar-brand {
		margin-top: 10px;
		margin-left: -40px!important;
		width: 220px;
	}

	.home-text h1 span {
		display: block;
		font-size: 60vw!important;
	}
	
	.home-text h1 {
		font-size: 12vw!important;
	}

	.carousel-indicators {
		display: none;
	}

	#about {
		height: auto!important;
	}

	#about-left {
		display: none;
	}

	#service {
		padding-block: 20px!important;
	}
}

/************ Home css ************/

#home {
	background: url(img/main-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	justify-content: center;
	flex-direction: column;
	display: flex;
	height: 100%;
}

.home-text {
	text-transform: uppercase;
	color: #fff;

}

.home-text h1 {
	font-size: 115px;
	color: #fff;
	font-weight: 500;

}

.home-text h3 {
	padding: 10px;
	font-size: 30px;
	font-weight: 500;
}

.home-text span {
	color: #38b6ff;
	font-weight: 700;
	font-size: 200px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: rgb(3 1 10 / 47%);
}



.carousel-indicators li.active {
	background-color: #000;
	width: 110px;
	height: 10px;
}

.carousel-indicators {
	bottom: -240px !important;
}

/* ==========================================================================
about section
========================================================================== */
#about {
	background: url(img/about-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	height: 60%;
}

#about-left {
	background: url('img/1.jpg') no-repeat;
	background-size: cover;
}

#about-right {
	padding: 45px;
}

.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1c5fcc;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.technology-header {
	color: #1c5fcc;
}

.tab-content a {
	color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}


/********** SERVICE AREA**************/
#service {
	position: relative;
	padding: 80px 0 160px;
	background: url(img/service-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

.section-heading {
}

.section-heading h2 {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
}

.section-heading span {
	color: #f20101;
}

.single-item {
	transition: all 0.6s;
}

.single-item i {
	font-size: 80px;
	color: #38b6ff;
	padding: 15px;

}

.single-item h4 {
	padding-bottom: 10px;
}

.single-item p {
	line-height: 24px;
	padding: 10px;
}

.single-item a.btn-red {
	margin-bottom: 20px;
	padding: 6px 10px;
	background-color: #f20101;
	border-radius: 0;
	font-weight: 700;
	color: #fff;
}

.single-item:hover {
	border-color: #fff;
}

.single-item a:hover {
	color: #000;
	background-color: #fff;
}

/***************** partners css **************/
#partners {
	padding: 60px 0 100px;
	background: url(img/partners-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
}

.partners-crsl img {
	height: calc(40vh - 120px);
	width: auto;
	margin: 0 auto;
}


/********** skill area ********/
.skill-heading h3 {
	font-size: 36px;
	padding-bottom: 80px;
	color: white;
}

.bar {
	color: #fff;
}

.wp-bar {
	text-transform: uppercase;
}

.bar .progress {
	height: 12px;
	background-color: #f20101;
}

.bar .progress-bar {
	background-color: #fff;
}

.bar h4 {
	margin: -3px;
}

/********* isotop ********/
.single-gl {
	width: 100%;
}

.no-gutter [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.gl-overlay {
	position: absolute;
	background: rgba(242, 0, 0, .6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.gl-overlay i {
	color: #fff;
	padding: 5px;
	background: #000;
	margin-bottom: 30px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;

}

.gl-overlay:hover i {
	margin-bottom: 0;
}

.gl-overlay i:hover {
	background: #EB0000;
}

.gl-overlay:hover {
	opacity: 1;
}

/************* our contact area *********/
#contact {
	padding: 42px 0 0;
	background: url(img/Contact.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.contact-heading {
	padding: 20px 0;
}

#map {
	height: 300px;
	width: 100%;

}

#map-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #00000054;
	justify-content: center;
	flex-direction: column;
	display: flex;

}

#map-overlay h2 {
	padding: 0 35px 0;
}

/******** contact form *******/
.contact-form {
	padding: 70px 0;
	background: url(img/Contact.jpg) no-repeat;
	background-size: cover;
}

.form-control {
	border-radius: 0;
}

input[type="text"], input[type="number"], input[type="email"] {
	height: 40px;
	margin-bottom: 20px;
}

textarea {
	margin-bottom: 40px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
	color: white;
}

.red-btn {
	line-height: 40px;
	width: 250px;
	border-radius: 0;
	background: url(img/Contact.jpg) no-repeat;
	font-size: 16px;
	color: white;
}

.red-btn:hover {
	color: #fff;
}

/******* footer css********/
footer {
	padding: 25px 0 20px;
	background-color: #153f59;
	color: #FFF;
}

.footer-p {
	padding: 10px;
	font-size: 16px;
}

.footer-social i {
	padding: 12px 5px;
	font-size: 18px;

}

.footer-social i:hover {
	color: #000000;
}