/* .dropdown-backdrop{
	 display:none;
 }
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/ 
/* @font-face {
	font-family: 'Din';
	font-weight: 300;
	src: url("../fonts/din-light.ttf") format("ttf"),
		 url("../fonts/din-light.woff") format("woff");
}
@font-face {
	font-family: 'Din';
	font-weight: 400;
	src: url("../fonts/din-regular.ttf") format("ttf"),
		 url("../fonts/din-regular.woff") format("woff");
}
@font-face {
	font-family: 'Din';
	font-weight: 700;
	src: url("../fonts/din-bold.ttf") format("ttf"),
		 url("../fonts/din-bold.woff") format("woff");
} */
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Din' !important;
	font-size: 18px !important;
	color: #ffffff  !important;
	line-height: 1.3 !important;
	font-weight: 400 !important;
	background: #000000 !important;
}
/*also use rgba to hex conertor*/
/* body.stick_body {
	padding-top: 80px;
} */
/*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}*/
/*also use rgba to hex conertor*/
.thumbnail{
	margin-bottom: 10px;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #333333;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
button {
	outline: none !important;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
}
@media (max-width: 1199px) {
	.container {
		width: auto;
		max-width: none;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.main_heading {
	font-size: 72px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
.heading1 {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}
.heading2 {
	font-size: 34.65px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4;
}
.heading3 {
	font-size: 27px;
	font-weight: 300;
	line-height: normal;
}
.footer-heading {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: normal;
}
@media (max-width: 991px) {
	.main_heading {
		font-size: 50px;
	}
	.heading1 {
		font-size: 22px;
	}
	.heading2,
	.heading3 {
		font-size: 25px;
	}
}
@media (max-width: 767px){
	.main-banner .video-box {
    height: 85vh!important;
   
}
}

@media (max-width: 576px){
	.main-banner .video-box {
    height: 60vh!important;
		
}
	.main-banner .video-box video {
    object-fit: contain!important;
}
}


@media (max-width: 767px) {
	.main_heading {
		font-size: 30px;
	}
	.heading1 {
		font-size: 18px;
	}
	.heading2,
	.heading3 {
		font-size: 20px;
	}
	.footer-heading {
    	font-size: 14px;
    	margin: 0 0 10px;
	}
}
.text-green {
	color: #a0d400 !important;
}
.text-black {
	color: #000000 !important;
}
.bg-green {
	background: #a0d400 !important;
}
.bg-black {
	background: #000000 !important;
}
.btn-green {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	background: #a0d400 !important;
}
.btn-green:hover {
	color: #000000;
	background: #8ab700 !important;
}
.btn-black {
	font-size: 16px;
	font-weight: 400;
	background: #000000 !important;
}
.list1 {
	padding-left: 0;
	list-style: none;
}
.list1 li {
	line-height: 1.5;
}
/*--------------------------Header--------------------------*/
header {
	left: 0;
	right: 0;
	z-index: 1;
	padding: 20px 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
}
header .logo {
	float: left;
	padding-left: 15px !important;
}
header .logo a {
	z-index: 2;
	position: relative;
	display: inline-block;
}
header.sticky {
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	position: fixed;
	-webkit-animation:.3s forwards smoothScroll;
	animation:.3s forwards smoothScroll
}
.navbar {
	float: right;
	border: none;
	padding: 2px 15px 2px 0;
	min-height: auto;
}
/* .navbar ul {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
	display: inline-block;
} */
.navbar ul {
    margin: 0;
    padding: 0;
    float: none;
    list-style: none;
    display: block;
    position: relative;
    z-index: 100;
}
/* .navbar ul li {
	display: inline-block;
} */

.navbar ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar ul li ul { display:none; }

/* .navbar ul li a {
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
	display: inline-block;
	padding: 7px 15px !important;
} */

.navbar ul li a {
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    font-weight: normal;
    display: block;
    padding: 7px 15px !important;
}
.navbar ul li.last a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-left: 15px;
	padding: 7px 15px !important;
}
.navbar ul li:hover ul { position: absolute; top: 30px; display: block; width: 100px; color: #a0d400; }
.navbar ul li:hover ul li { display:block; color: #a0d400;}

.navbar ul > li a.active,
.navbar ul > li a:hover {
	color: #a0d400;
}
.navbar ul li.last a:hover {
	color: #000000;
	background: #8ab700 !important;
}
.navbar .navbar-toggler {
	border: none;
	background: none;
	position: relative;
	margin: 10px 0 0 5px;
}
.navbar .navbar-toggler .icon-bar {
	width: 22px;
	height: 2px;
	display: block;
	border-radius: 1px;
	background: #ffffff;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 5px;
}
@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform:translateY(-85px);
		transform:translateY(-85px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes smoothScroll {
	0% {
		-webkit-transform:translateY(-85px);
		transform:translateY(-85px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@media (min-width: 768px) {
	.navbar .navbar-toggler {
		display: none !important;
	}
}
@media (max-width: 991px) {	
	.navbar ul li a {
		padding: 5px 15px;
	}
}
@media (max-width: 820px) {
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 767px) {
	header {
		padding: 12px 0;
	}
	header.sticky {
		background: rgba(0, 0, 0, 0.9);
	}
	header .logo {
		float: none;
		padding-left: 0 !important;
		text-align: center;
	}
	header .logo a img {
		width: 180px;
	}
	header .main-menu {
		top: 0;
		position: absolute;
	}
	.navbar {
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		min-height: 46px;
		position: absolute;
	}
	.navbar .navbar-collapse {
		border-top: none;
		box-shadow: none;
	}
	.navbar ul {
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-bottom: none;
		background: rgba(0, 0, 0, 0.9);
	}
	.navbar ul li {
		display: block;
		padding: 0;
	}
	.navbar ul > li a {
		margin-bottom: 5px;
	}
	.navbar ul li.last a {
		margin: 0 auto;
		padding: 7px 20px !important;
	}
	.navbar .navbar-collapse {
		top: 49px;
		left: 0;
		right: 0;
		z-index: 1;
		position: absolute;
		border: none !important;
	}
}
/*--------------------------Banner--------------------------*/
.main-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* background: #000000; */
	height: -webkit-calc(100vh - 0);
    height: -moz-calc(100vh - 0);
    height: -ms-calc(100vh - 0);
    height: -o-calc(100vh - 0);
    height: calc(100vh - 0);
}
.main-banner .arrow {
    left: 0;
    right: 0;
	bottom: 0;
	margin: 2% 0;
	position: absolute;
	text-align: center;
}
.main-banner .video-box {
    width: 100%;
	height: 100vh;
	position: relative;
}
.main-banner .video-box video {
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
    height: inherit;
    margin: auto;
    object-fit: cover;
    position: absolute;
}
.main-banner .bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.video-source .video-mute {
    right: 20px;
    bottom: 40px;
    width: 20px;
    height: 20px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
}
.video-source .video-mute:hover i,
.video-source .video-mute .icon-muted {
    color: #ffffff;
}
.video-source .video-mute i {
    font-size: 28px;
    color: #ffffff;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.video-source .video-play-overlay {
    z-index: 1;
    width: 100px;
    height: 100px;
	margin: auto;
	background: none;
}
.video-source .video-play-overlay,
.video-source .video-play-btn {
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	position: absolute;
}
.video-play-overlay .video-play-btn [class^="icon-"] {
	opacity: .5;
	color:#ffffff;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.video-source .video-play-overlay .video-play-btn {
	font-size: 70px;
	color: #ffffff;
	width: 70px;
    height: 70px;
    margin: auto;
	cursor: pointer;
}
.video-source .video-play-btn {
	opacity: 0;
    visibility: hidden;
	transition: 1s;
}
.main-banner:hover .video-source .video-play-btn {
    opacity: 1;
    visibility: visible;
}
.main-banner .carousel-caption {
	width: 100%;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	text-align: left;
	position: absolute;
	text-shadow: none;
	padding: 10px 0 30px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.main-banner .carousel-caption h1 {
	font-size: 72px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.main-banner .carousel-caption p {
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
@media (max-width: 991px) {
	.main-banner .carousel-caption h1 {
		font-size: 40px;
	}
	.main-banner .carousel-caption p {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.main-banner .carousel-caption {
		transform: none;
		padding: 15px 0;
		position: static;
		text-align: center;
		background: #000000;
	}
	.main-banner .carousel-caption h1 {
		font-size: 24px;
	}
	.main-banner .carousel-caption p {
		font-size: 16px;
	}
}
/*-----------------------At A Glance------------------------*/
.at-a-glance {
	padding: 80px 0 50px;
	background: url("../images/layer.png") no-repeat top center / 100% auto;
}
.at-a-glance p {
	font-size: 20.79px;
	color: #ffffff;
	line-height: 1.5;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
	.at-a-glance {
		padding: 20px 0;
	}
	.at-a-glance p {
		font-size: 16px;
	}
	.at-a-glance figure img {
		width: 100px;
	}
}
/*-----------------------Our mission------------------------*/
.case-studies {
	padding: 50px 0;
}
.case-studies figure img {
	width: 100%;
}
.case-studies figcaption {
	background: #333333;
}
.case-studies figcaption div {
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.4;
}
.case-studies figcaption div.author {
	font-size: 20px;
}
.rotateslider-container {
	position: relative;
	width: 100%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.rotateslider-container .rotateslider-item {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.7);
	transform: translateY(-50%) translateX(-50%) scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rotateslider-container .rotateslider-item.next {
	left: 83%;
	width: 33%;
	opacity: 0.5;
}
.rotateslider-container .rotateslider-item.prev {
	left: 17%;
	width: 33%;
	opacity: 0.5;
}
.rotateslider-container .rotateslider-item.now {
	opacity: 1;
	top: 50%;
	left: 50%;
	width: 34%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}
.rotateslider-container .arrow {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	color: #fff;
	text-align: center;
}
.rotateslider-container .arrow.left { left: 0; }
.rotateslider-container .arrow.right { right: 0; }
@media (max-width: 767px) {
	.case-studies {
		padding: 20px 0;
	}
	.case-studies figcaption div {
		font-size: 18px;
	}
	.case-studies figcaption div.author {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.rotateslider-container {
		height: 350px;
	}
	.rotateslider-container .rotateslider-item.next {
		left: 90%;
	}
	.rotateslider-container .rotateslider-item.prev {
		left: 10%;
	}
	.rotateslider-container .rotateslider-item.now {
		width: 60%;
		opacity: 1;
	}
	.rotateslider-container .rotateslider-item.next,
	.rotateslider-container .rotateslider-item.prev {
		-webkit-transform: translateY(-50%) translateX(-50%) scale(0.4);
		-ms-transform: translateY(-50%) translateX(-50%) scale(0.4);
		transform: translateY(-50%) translateX(-50%) scale(0.4);
	}
}
/*-----------------------Latest News------------------------*/
.latest-news {
	padding: 50px 0;
	background: #f4f6f9;
}
.latest-news .card {
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.latest-news .card-body {
	color: #8b8e9f;
}
.latest-news .card-body span {
	display: block;
	color: #000000;
}
.latest-news .card-footer {
	border-top: 1px solid #d9d9d9;
}
.latest-news .card-footer .post-date {
	font-size: 14px;
	color: #d4d4d4;
}
/*--------------------------Footer--------------------------*/
footer {
	font-size: 15px;
	line-height: 1.87;
}
footer a,
footer a:focus,
footer a:active {
	color: #ffffff;
}
footer a.active,
footer a:hover {
	color: #a0d400;
}
footer .footer-top {
	padding: 50px 0 20px;
}
footer .footer-link {
	font-size: 16px;
	padding-top: 10px;
}
footer .footer-link ul {
	list-style: none;
	padding-left: 12px;
}
footer .footer-link ul li {
	position: relative;
}
footer .footer-link ul li::before {
	top: 11px;
	left: -12px;
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	background: #a0d400;
}
footer .footer-link ul li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 5px 0;
}
footer .footer-link ul li a:hover {
	color: #a0d400;
}
footer .copyright {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	padding: 0 0 60px;
}
@media (max-width: 991px) {
	footer .footer-top {
		padding: 40px 0 20px;
	}
}
@media (max-width: 767px) {
	footer .footer-link {
		padding: 0 0 20px;
	}
	footer .footer-link ul li {
		width: 33.33%;
		float: left;
	}
	footer .footer-link ul li a {
		font-size: 12px;
		margin: 1px 0;
	}
	footer .footer-top {
		padding: 30px 0 10px;
	}
	footer .copyright {
		padding: 20px 0;
	}
}
@media (max-width: 575px) {
	footer .footer-link ul li {
		width: 50%;
		float: left;
	}
}
/*inner css*/

.captcha_img {
	margin: 0 0 10px;
	border: 1px solid #ccc;
}
.captcha_input {
	border: 1px solid #ccc;
}
.enquiry_form.form-horizontal .control-label {
	text-align: left;
}
.btn-1 {
	font-size:17px;
	color:#fff;
	padding:3px 10px;
	background-image: -webkit-gradient(linear, 100% top, 100% bottom, from(rgba(58, 181, 227, 1)), to(rgba(29, 160, 209, 1)));
	background-image: -webkit-linear-gradient(top, color-stop(rgba(58, 181, 227, 1) 100%), color-stop(rgba(29, 160, 209, 1) 100%));
	background-image: -moz-linear-gradient(top, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803ab5e3', endColorstr='#001da0d1', GradientType=1);
}
.map .img-responsive {
	margin:0;
}
.btn-1:hover, .btn-1:focus, .btn-1:active, .btn-1.active, .open .dropdown-toggle.btn-1 {
	color: #ffffff;
	border-color: #1da0d1;
	background-color: #3ab5e3;
}
/*----------------------Image Gallery-----------------------*/
.image-gallery .full-h {
	width: 100%;
	height: 480px;
}
.image-gallery .half-h {
	width: 100%;
	height: 240px;
}
.image-gallery img {
	object-fit: cover;
}
/*--------------------------About---------------------------*/
.about {
	padding: 70px 0;
}
.about p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
}
.about blockquote {
	font-size: 30px;
	font-weight: 300;
	position: relative;
}
.about blockquote .quote {
	font-size: 150px;
	line-height: 0.8;
	position: absolute;
}
.about blockquote .quote.left {
	top: 10px;
	left: -60px;
}
/* .about blockquote .quote.right {
} */
@media (max-width: 767px) {
	.about {
		padding: 20px 0;
	}
	.about p {
		font-size: 15px;
		line-height: 1.5;
	}
	.about blockquote {
		font-size: 20px;
	}
	.about blockquote .quote {
		font-size: 105px;
	}
	.about blockquote .quote.left {
		top: 8px;
		left: -40px;
	}
}
/*-----------------------Contact Us-------------------------*/
.contact {
	padding: 50px 0;
	background: #ffffff;
}
.contact .form-control {
	border: none;
	background: #f2f2f2;
}
.contact .form-group textarea {
	border-radius: 20px;
}
.contact .contact-us {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact .contact-us li i {
	width: 36px;
	height: 36px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
}
@media (max-width: 767px) {
	.contact {
		padding: 20px 0;
	}
}
/*----------------------Hire Or Buy-------------------------*/
.hire-buy {
	padding: 50px 0;
	background: #ffffff;
}
.hire-buy .address {
	margin: 0;
	padding: 0;
	color: #000000;
	list-style: none;
}
.hire-buy .address li {
	padding-left: 60px;
	position: relative;
}
.hire-buy .address li i {
	top: 50%;
	left: 0;
	width: 36px;
	height: 36px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	position: absolute;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hire-buy .embed-responsive {
	width: auto;
}
.hire-buy .embed-responsive iframe {
	border-radius: 5px;
}
@media (max-width: 767px) {
	.hire-buy {
		padding: 20px 0;
	}
}