html{
	font-size: 14px;
}
body{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	/*background:#040404;*/
	background:#1f1f1f;
}

body h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	color:#fff;
}
body input:focus{
	outline: none;
}
body ul{
	margin: 0;
	list-style: none;
	padding-left: 0px;
}
body a:hover,body a:focus{
	text-decoration: none;
}

.h-text{
	font-weight: 300 !important;
	font-family: 'Open Sans',sans-serif;
	font-size: 3rem;
}
.padding_0{
	padding: 0px;
}
.nav_section{
	margin-top:1.5rem;
	/*padding: 4rem 1rem 2rem 1rem;*/
	background-color: transparent;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.nav_section .bg-dark{
	background-color: transparent!important;
	padding: 0;
}
.scrolled{
	background-color: #040404;
	padding: 0.5rem;
	margin-top:0rem;
}
.nav_section .navbar-brand img{
	width: 15.5rem;
}
.navbar-dark .navbar-nav .nav-link{
	color: white;
	font-size: 1.05rem;
	padding: 0.4rem 2.1rem;
	border: 0.1rem solid transparent;
	border-radius: 2rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
	color: #37B34A;
	/*border: 0.1rem solid white;*/
}
.navbar-dark .navbar-nav .nav-link.btn_blue{
	background-color: #2979FF;
	border: 0.1rem solid #2979FF;
}
.navbar-dark .navbar-nav .nav-link.btn_blue:focus, .navbar-dark .navbar-nav .nav-link.btn_blue:hover{
	color: white;
	border: 0.1rem solid #2979FF;
}

.btn_green {
    background-color: #3ebc53;
    border: 0.1rem solid #3ebc53;
}

.top-buffer { 
	margin-top:30px;
}

.nav-link.btn_green.fa.fa-facebook {
    padding: 0.5rem 1rem;
}

.carousel {
  width: auto;
  max-height: 700px;
  overflow: hidden;
}

.carousel-fade .carousel-inner .carousel-item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: .1;
    background-color: #1D1D1D !important;
}

.carousel-item {
  min-height:700px;	
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item h1{
	color: white;
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
.carousel-item .btn_white{
	display: inline-block;
	color: white;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 1rem 2.5rem;
	border-radius: 2.35rem;
	border: 0.15rem solid white;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.carousel-item .btn_white:hover,header .carousel-item .btn_white:focus{
	background-color: white;
	color: black;
}
.carousel-item video{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-caption{
	position: absolute;
    right: 5%;
    bottom: 40%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}


.body_section{
	padding-top: 10rem;
	padding-bottom: 5rem;
}
.body_section h2{
	font-weight: 400;
	font-size: 2.3rem;
}
.body_section h2 span{
	font-weight: 600;
}
.body_section p{
/*	text-align: center;*/
	color: #FFF;
	font-size: 1.1rem;
	margin-top: .8rem;
}
.body_section .car_box{
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 2.5rem;
}
.body_section .car_box .car{
	max-height: 100%;
	position: absolute;
	width:50%;
	left: 0;
	bottom: 0;
}
.body_section .car_box .grey{
	background-color: #E8E8E8;
	background-image: linear-gradient(to left, #E8E8E8 , white); /* Standard syntax (must be last) */
	padding: 3rem;
	border-radius: .25rem;
	display: inline-block;
	width: 50%;
	float: right;
	text-align: right;
}
.body_section .car_box .grey h3{
	color: #232323;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.body_section .car_box .grey p{
	color: #2F2F2F;
	font-size: 1rem;
	text-align: right;
	margin-bottom: 7rem;
}
.body_section .slick-prev{
	width: 101px;
	height: 44px;
	background-image: url(../images/right1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: rotateY(180deg);
	position: absolute;
    right: 12rem;
    top: initial;
    bottom: 3rem;
    left: inherit;
    z-index: 99;
}
.body_section .slick-next{
	width: 101px;
	height: 44px;
	background-image: url(../images/right1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
    right: 3rem;
    top: initial;
    bottom: 1.5rem;
    z-index: 99;
}
.body_sectionn .slick-disabled{
	opacity: 0.3;
}
.body_section .slick-prev:hover, .product_section .slick-prev:focus {
	background-image: url(../images/right1.png);
}
.body_section .slick-next:hover, .product_section .slick-next:focus{
	background-image: url(../images/right1.png);
}
.body_section .slick-prev:before, .product_section .slick-next:before{
	display: none;
}
.key_section{
	background-color: #F4F4F4;
	padding-top: 5rem;
	padding-bottom: 3rem;
}
.key_section h2{
	color: #1B1B1B;
	font-size: 2.2rem;
	margin-bottom: 1rem;
}
.key_section p{
	color: #000000;
	font-size: 1rem;
	margin-bottom: 2.5rem;
}
.key_section img{
	width: 100%;
	margin-bottom: 1rem;
}
.key_section img:hover,.key_section img:focus{
	transform: scale(1.02);
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
}
.key_section .container{
	overflow: hidden;
}
.key_section .shadow{
	padding-bottom: 1rem;
	box-shadow: 0px 10px 30px -3px #E8E8E8;
}
.key_section h3{
	color: #2E2E2E;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 4.5rem;
	margin-bottom: 1rem;
}
.key_section .p{
	text-align: center;
}

.pp_section{
	background-color: #FFF;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pp_section h2{
	color: #1B1B1B;
	font-size: 2.2rem;
	margin-bottom: 1rem;
	text-align: left;
}
.pp_section p{
	color: #000000;
	font-size: 1rem;
	margin-bottom: 2.5rem;
}
.pp_section img{
	width: 100%;
	margin-bottom: 1rem;
}
.pp_section h3{
	color: #2E2E2E;
	font-size: 1.8rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.blue_section{
	position: relative;
	overflow: hidden;
	padding: 0 0rem;
}
.blue_section .overlay{
	background-color: #0B206C;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.blue_section .box{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: relative;
	width: 100%;
	padding: 0 5rem;
	height: 250px;
	z-index: 1;
	position: relative;
}
.blue_section .slick-slider:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32%;
	background-color: #132d89d1;
	z-index: 9;
}
.blue_section .slick-slider:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 32%;
	background-color: #132d89d1;
	z-index: 9;
}
.blue_section .box1 p{
	color: white;
	font-size: 1.4rem;
}
.blue_section .box h3{
	color: white;
	font-size: 1.8rem;
}
.blue_section .box h6{
	color: white;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	font-weight: 300;
}
.blue_section .slick-prev{
	width: 56px;
	height: 56px;
	background-image: url(../images/left2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
    left: 33%;
    z-index: 9;
}
.blue_section .slick-next{
	width: 56px;
	height: 56px;
	background-image: url(../images/right2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
    right: 33%;
    z-index: 9;
}
.blue_section .slick-prev:before, .blue_section .slick-next:before{
	display: none;
}
.blue_section .slick-list.draggable{
	padding: 0 !important;
}
.blue_section .slick-disabled{
	opacity: 0.3;
}
.video_section{
	background-color: #000B32;
	padding: 7rem 0;
}
.video_section h2{
	color: white;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}
.video_section p{
	color: white;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
.video_section .btn_white{
	display: inline-block;
	color: white;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 1rem 2.5rem;
	border-radius: .35rem;
	border: 0.15rem solid white;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.video_section .btn_white:hover,.video_section .btn_white:focus{
	background-color: white;
	color: black;
}
.video_section .video_box{
	width: 100%;
	display: inline-block;
	position: relative;
}
.video_section .video{
	width: 100%;
}
.video_section .video_box .hover{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
}
.video_section .video_box .hover .play{
	width: 8rem;
}
footer{
	/*background-color: #00071F;*/
	background-color: #1f1f1f;
	position: relative;
}
footer .top_footer{
	padding-top: 2.5rem;
	padding-bottom: 4rem;
	display: inline-block;
	width: 100%;
}
footer .top_footer h3{
	font-size: 1.7rem;
	color: white;
	font-weight: 400;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
footer .top_footer p{
	color: white;
	font-size: 1rem;
	font-weight: 400;
}
footer .top_footer ul li a{
	display: inline-block;
	width: 100%;
	color: white;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
footer .top_footer ul li a:hover,footer .top_footer ul li a:focus{
	color: #2979FF;
}
footer .top_footer .inputform{
	width: 100%;
	display: inline-block;
	position: relative;
	width: 70%;
	margin-top: 1.5rem;
}
footer .top_footer .inputform input{
	width: 100%;
	position: relative;
	border: 0;
	height: 35px;
	text-indent: 10px;
	background-color: white;
}
footer .top_footer .inputform button{
	background-color: #146CB2;
	color: white;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	width: 40px;
	text-align: center;
	font-size: 1rem;
}
footer .bot_footer{
	display: inline-block;
	width: 100%;
}
footer .bot_footer p{
	color: #6B6B6B;
	padding: 2.5rem 0;
	font-size: 1rem;

}

.top-border{
	border-top:1px solid #444444;
}

.modal-dialog{
	width: 900px;
    max-width: 96%;
}
.modal-dialog iframe{
	width: 100%;
	height: 500px;
}
.modal-body{
	background-color: white;
	padding:0px;
	border:1px solid white;
}
.modal-header .close{
	color: black;
	padding: 0;
}
.carousel .float-right {
    float: right!important;
    left: 50%;
    text-align: right;
}
@media(max-width: 1320px){
	html{
		font-size: 13px;
	}
}
@media(max-width: 1200px){
	html{
		font-size: 12px;
	}
	.product_section .slick-prev{
		bottom: 3.3rem;
	}
	.modal-dialog iframe{
		height: 400px;
	}
}
@media(max-width: 1024px){
	html{
		font-size: 10px;
	}
	.product_section .slick-prev {
	    bottom: 3.6rem;
	    right: 15rem;
	}
	.blue_section{
		padding: 0;
	}
	.blue_section .im1{
		display: none;
	}
	.blue_section .im2{
		display: none;
	}
}
@media(max-width: 991px){
	html{
		font-size: 10px;
	}
	header .carousel-item{
		padding: 14rem 0;
	}
}
@media(max-width: 767px){

	.body_section{
		padding-top: 10rem;
	}

	.nav_section {
	    background-color: #040404;
	    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
	    margin-top: 0rem;
	}

	.scrolled{
		margin-top:0px;
	}

	li.nav-item {
    	padding: 10px 0px;
	}

	html{
		font-size: 12px;
	}
	
	.product_section .car_box .grey{
		width: 100%;
	}
	.product_section .car_box .car {
	    width: 90%;
	    display: block;
	    margin: auto;
	    position: relative;
	    left: initial;
	    text-align: left;
	    bottom: initial;
	}
	.product_section .car_box .grey p br{
		display: none;
	}
	.product_section .slick-prev {
	    bottom: 3.3rem;
	    right: 13rem;
	}
	.blue_section .slick-prev {
	    left: 1rem;
	}
	.blue_section .slick-next {
	    right: 1rem;
	}
	.blue_section .box{
		padding: 0 5rem;
	}
	.blue_section .slick-slider:before{
		display: none;
	}
	.blue_section .slick-slider:after{
		display: none;
	}
	.video_section .btn_white{
		margin-bottom: 3rem;
	}
	footer .top_footer .inputform{
		width: 100%;
	}
	.modal-dialog iframe{
		height: 300px;
	}
	.nav_section {
	    background-color: #00071F;
	}
	.blue_section .slick-next, .blue_section .slick-prev{
		width: 40px;
		height: 40px;
	}
	.carousel .float-right, .carousel .float-left, .carousel .mx-auto {
    float: left!important;
    left: 0%;
    text-align: left;
	}
	.carousel {
    height: 500px !important;
	}
	.carousel-caption{
		bottom: 55% !important
	}
	.d-none{
		display: block !important;
	}

}







/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding-top: 4.25%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1100px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}
#myModal1{
	z-index: 99999999999999;
}


/*Fadding effect*/
.carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
  transition: opacity .2s ease;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: .1;
  background-color: #031A6C;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .carousel-item {
  height: 100%;
}


.mar-4{
	margin-left: 4px;
	margin-right: 4px;
}

.bg-dura{
	background-color: rgb(13, 156, 37);
}

.d-block{
	z-index: 101;
}

.slide-p {
    display: block;
    float: right;
    max-width: 400px;
}


.overlay-desc {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-t-25{
	padding-top:25px;
}

.border-b-25{
	padding-bottom: 25px;
}

.light-grey{
	background: #f1f1f1;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px; /* or 950px */
}

.align-left{
	text-align: left !important;
}

.content {
  position: relative;
  width: 100%;
/*  max-width: 400px;*/
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 15%;
  left: 55%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 15%;
  left: 55%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  /*letter-spacing: 0.15em;*/
  margin-bottom: 0.5em;
  /*text-transform: uppercase;*/
}

.content-details p{
  color: #fff;
  font-size: 1em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

a{
	color: #FFF;
}

a:hover {
	color: #37b34a;
}

.li-grey{
	color:#e2e2e2 !important;
	font-weight: 300;
}

.li-green{
	color:#37b34a !important;
	font-weight: 400;
}

.spacer{
	padding:1.5rem 0px;
	display: block;
}

.spacer-10{
	padding:1rem 0px;
	display: block;
}