*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #7c7c7c;
}

a {
  color:  #b92d2d;
  text-decoration: none;
}

a:hover {
  color: #e76668;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.list-arrow{
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  color: #ffb600;
  font-size: 16px;
  font-weight: bold;
}

/**loader**/
#loader{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(51, 51, 51);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .93s ease-out, visibility .80s linear .93s;
  -o-transition: opacity .93s ease-out, visibility .80s linear .93s;
  transition: opacity .93s ease-out, visibility .80s linear .93s;
  z-index: 999;
}
#loader.show{
  -webkit-transition: opacity .96s ease-out, visibility .90s linear 90s;
  -o-transition:  opacity .96s ease-out, visibility .90s linear 90s;
  transition:  opacity .96s ease-out, visibility .90s linear 90s;
  visibility: visible;
  opacity: 1;
}
#loader .loader{
  position: relative;
  width: 45px;
  height: 45px;
  border: 5px solid #ddd;
  border-top: 5px solid #e8d41c;
  border-radius: 50%;
  -webkit-animation: spin 9s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/**end loader**/
/**top button**/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 55px;
  transition: .5s;
  background: #ffae00;
  border-radius: 0px;
  z-index: 9;
}

.back-to-top i {
  color: #ffffff;
  padding-top: 13px;
}

.back-to-top:hover {
  background: #fbff00;
}
/**end top button**/
/**top bar**/
.top-bar{
  padding: 8px 0;
  background: #000e29;
  position: relative;
}

ul.top-info{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.top-info li{
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}
ul.top-info li i{
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #fff;
}
ul.top-info p.info-text{
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
  color: #fff;
}
.top-social ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}
.top-social ul li{
  display: inline-block;
  padding: 0;
}
.top-social ul li a{
  color: #ffffff;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}
.top-social ul li a:hover{
  color: rgb(255, 145, 0);
}
.top-bar-border{
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}
.top-bar-border ul.top-info{
  color: #707070;
  font-weight: 400;
}
.top-bar-border .top-social li a{
  color: #7c7c7c;
}
.top-bar-border ul.top-info li i{
  color: #ffb600;
}
/**end top bar**/
/*-----navbar-----*/
.ftco-navbar-light{
  background: rgb(255, 255, 255) !important;
  z-index: 3;
  padding: 0;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

.ftco-navbar-light .navbar-brand {
  color: #000000;
  font-weight: 800;
  font-size: 28px;
  line-height: 1; 
}
.ftco-navbar-light .navbar-brand span {
  color: #0f0f0f; 
}
.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
  color: #000000; 
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 700;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  opacity: 1 !important; 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #0f0f0f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  z-index: -1; 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #0f0f0f; 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
  visibility: visible;
  background-color: #0f0f0f;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); 
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  margin-top: -15px;
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  border-radius: 4px; 
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #000000; 
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: #474747;
  color: #fff; 
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: rgb(0, 0, 0);
  background: #fffb00;
  border-radius: 0px; 
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #363636; 
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
  visibility: visible;
  background-color: #000000;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); 
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgb(0, 0, 0) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em; 
}
.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important; 
}
/*dropdown*/

.dropdown-toggle::after {
  display: none;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu{
  background: #fff;/*
  -webkit-box-shadow: 0px 10px 34px -20px rgb(0 0 0 / 41%);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgb(0 0 0 / 41%);*/
  border-radius: 0px;
}/*
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  color:#fff;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}*/
.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 8px solid #000000;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}
/*---end dropdown---*/
.hero-image{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/tire-g5d7a5f001_1920.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
}
.hero-text{
  text-align: center;
  padding-top: 18%;
  left: 50%;
  color: white;
  
}
.hero-image .hero-text h3{
  color: #e81c2e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.hero-image .hero-text h1{
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: none;
}
/*---carousel---*//*
.carousel {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: #ffffff;
}

.carousel .container-fluid {
  padding: 0;
}

.carousel .carousel-item {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel .carousel-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  text-align: right;
  overflow: hidden;
}

.carousel .carousel-img::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.carousel .carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .carousel-text {
  position: absolute;
  max-width: 992px;
  padding: 0 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.carousel .carousel-text h3 {
  color: #E81C2E;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.carousel .carousel-text h1 {
  color: #ffffff;
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}

.carousel .carousel-text p {
  max-width: 500px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 40px;
}

.carousel .btn.btn-custom {
  padding: 20px 45px 22px 45px;
  color: #ffffff;
}

.carousel .btn.btn-custom:hover {
  color: #010c70;
}

.carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 50px;
  top: calc(50% - 25px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50px;
  background: rgba(256, 256, 256, .2);
  font-size: 22px;
  transition: .5s;
}

.carousel .owl-nav .owl-prev {
  margin-left: 30px;
}

.carousel .owl-nav .owl-next {
  margin-right: 30px;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #000275;
}

.carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}*/
.btn-primary{
  background-color: #ffb600;
}
.btn-primary{
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}
.btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}
.btn-primary:hover:active, .btn-primary:hover:focus, .btn-dark:hover:active, .btn-dark:hover:focus, .btn-white.btn-primary:hover:active, .btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #111;
  border-color: #111;
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
.btn-primary a{
  color: #fff;
}
/*---end carousel---*/
/*hero*/
.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; 
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .2;
  background: #000000; 
}
.hero-wrap.hero-wrap-2 {
  height: 500px; 
}
.hero-wrap.hero-wrap-2 .overlay {
  opacity: .3; 
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 500px; 
}
.mb-3, .my-3{
  margin-bottom: 1rem!important;
  color: #fff;
}
.list-inline{
  padding-left: 0;
  list-style: none;
}
.list-inline-item:not(:last-child){
  margin-right: 1.5rem;
}
.list-inline-item{
  display: inline-block;
}
/*end hero*/
/*about us
.services{
  padding: 50px 0 50px 0;
}
.services #heading{
  font-family: 'Exo';
  font-size: 40px;
  color: #000;
  text-align: center;
}
.services .mn{
  font-family: 'Exo';
  color: #000;
  line-height: 1.7rem;
  letter-spacing: 0.1rem;
}
*/

.aboutus{
  padding: 50px 0 50px 0;
}
.aboutus #heading{
  font-family: 'Exo';
  font-size: 40px;
  color: #000;
  text-align: center;
}
.aboutus .mn{
  font-family: 'Exo';
  color: #000;
  line-height: 1.7rem;
  letter-spacing: 0.1rem;
}



.chooseus {
	background: #f7f7f7;
	position: relative;
	height: 530px;
	padding-top: 85px;
}

.chooseus .row {
	position: relative;
	z-index: 1;
}

.chooseus__text {
	position: relative;
	z-index: 1;
}

.chooseus__text .section-title {
	margin-bottom: 10px;
	text-align: left;
}

.chooseus__text .section-title h2 {
	margin-top: 0;
  color: #000;
}

.chooseus__text ul {
	margin-bottom: 28px;
}

.chooseus__text ul li {
	list-style: none;
	font-size: 15px;
	color: #727171;
	line-height: 36px;
}

.chooseus__text ul li i {
	color: #ff8800;
}
.video-about{
  width: 650px;
  height: 350px;
  margin: 0 0 0 0;
}
.chooseus__video {
	height: 530px;
	width: calc(100% - 46%);
	position: absolute;
	right: 0;
	top: 0;
}

.chooseus__video img {
	height: 100%;
	width: 100%;
}

.chooseus__video .play-btn {
	height: 60px;
	width: 60px;
	background: #ff8800;
	border-radius: 50%;
	font-size: 25px;
	color: #ffffff;
	line-height: 64px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-30px, -30px);
	-ms-transform: translate(-30px, -30px);
	transform: translate(-30px, -30px);
	z-index: 9;
}

.chooseus__video .play-btn i {
	position: relative;
	left: 3px;
	top: -1px;
}
/*about us*/
.section-2-box { 
  margin-top: 30px; 
  text-align: left; 
}
.section-2-box h3 { 
  margin-top: 0; 
}
.section-2-box-text .medium-paragraph { 
  margin-top: 20px; 
  margin-bottom: 20px; 
}
.section-2-box p{
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Audiowide", sans-serif;
}
/*end about*/






.tc{
  margin-top: 40px;
}
.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #d9232d;
}
.btn-get-started:hover {
  background: #df3740;
}

/*---------to contact---------*/
.ftco-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  z-index: 0; 
}
.ftco-intro:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000000;
  z-index: -2;
  opacity: .3; 
}
/*------end--------*/
/*-----gallery*-----*/
#container{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 8%;
}
.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(244px, 1fr));
  grid-gap: 30px;
  margin: 50px 130px 20px 130px;
}
.gallery img{
  width: 100%;
}
/*----------end gallery--------*/

/*services*/
.site-section{
  margin-top: 80px;
  margin-bottom: 80px;
}
.ftco-feature-1{
  text-align: center;
  padding-top: 30px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}
.ftco-feature-1 .ftco-feature-1-text{
  padding: 30px;
}
.ftco-feature-1 h2{
  font-size: 20px;
  font-weight: bold;
}
.ftco-feature-1 p{
  color: #989898;
}
.ftco-feature-1:hover, .ftco-feature-1.active{
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.788);
}
.ftco-feature-1 .img-servce{
  max-height: 70px;
}
.services{
  padding: 50px 0 50px 0;
}
.services #heading{
  font-family: 'Exo';
  font-size: 40px;
  color: #000;
  text-align: center;
}
.services .mn{
  font-family: 'Exo';
  color: #000;
  line-height: 1.7rem;
  letter-spacing: 0.1rem;
}
.video{
  margin: 50px 0 0 0;
  text-align: center;
}
/*end services*/
.facts{
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  background: #202c45;
}
.facts .facts-item{
  display: flex;
  flex-direction: row;
  margin: 25px 0;
}/*
.facts .facts-item i{
  margin-top: 1px;
  font-size: 1px;
  color: #ffffff;
}*/
.facts .facts-text{
  padding-left: 20px;
}
.facts .facts-text h3{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.facts .facts-text h3::after{
  position: absolute;
  content: "\f067";
  top: 0px;
  right: -25px;
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.facts .facts-text p{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

/*counter*/

  
  /*end ftco-counter*/
/*end counter*/



/*contact*/
#contact{
  margin-top: -10px;
}
.contact .info {
  padding: 60px;
  background: rgb(32, 66, 94);
  color: #ffffff;
  text-align: center;
  box-shadow: -5px -5px 40px 0 rgb(17, 35, 49);
}
.contact .info i{
  font-size: 50px;
  color: #ffffff !important;
  margin-bottom: 15px;
}
.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Atkinson Hyperlegible';
}
.contact .info p {
  font-size: 20px;
  font-family: 'Atkinson Hyperlegible';
}
.contact .info-bg {
  background: rgb(32, 66, 94);
}

/*---Footer---*/
#footer{
  font-size: 14px;
  background: #000e29;
}
#footer .footer-main{
  padding: 60px 0 30px 0;
  background: rgb(0, 73, 168);
}
#footer .footer-main .social-links a{
  margin: 0 10px 0 10px;
}
#footer .footer-main .social-links a .bxl-twitter{
  font-size: 20px;
  display: inline-block;
  background: #082435;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#footer .footer-main .social-links a .bxl-twitter:hover{
  background-color: #1DA1F2;
  color: white;
}
#footer .footer-main .social-links a .bxl-facebook{
  font-size: 20px;
  display: inline-block;
  background: #082435;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center ;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#footer .footer-main .social-links a .bxl-facebook:hover{
  background-color: #4267B2;
  color: white;
}
#footer .footer-main .social-links a .bxl-instagram{
  font-size: 20px;
  display: inline-block;
  background: #082435;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#footer .footer-main .social-links a .bxl-instagram:hover{
  background-color: #c13584;
  color: white;
}
#footer .footer-main .social-links a .bxl-linkedin{
  font-size: 20px;
  display: inline-block;
  background: #082435;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.mt-3, .my-3{
  margin-left: 11px;
}
#footer .footer-main .social-links a .bxl-linkedin:hover{
  background-color: #0e76a8;
  color: white;
}

.img-servic{
  max-height: 50px;
}
.footer-logo{
  margin-bottom: 25px;
  max-height: 150px;
  margin-left: 45px;
}
#footer .footer-bottom{
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright{
  float: left;
}
#footer .credits{
  float: right;
  font-size: 15px;
}
#footer .credits a{
  transition: 0.3s;
  color: orange;
}
#footer .credits a:hover{
  color: yellow;
}
.footer-widget .widget-title{
  color: #fff;
}
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #ffb600;
}

.working-hours {
  padding-right: 10px;
  font-family: 'Roboto';
  color: #fff;
}

.working-hours .text-right {
  float: right;
}
.datetime{
  color: #fff;/*
  background: #10101e;*/
  font-family: "Segoe UI", sans-serif;
  width: 340px;
  padding: 15px 10px;/*
  border: 3px solid #2e94e3;*/
  border-radius: 5px;
}
.date{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}
.time{
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time span:not(:last-child){
  position: relative;
  margin: 0 6px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}
.time span:last-child{
  /*background: #2e94e3;*/
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 5px;
  border-radius: 3px;
}
/*end footer*/



@media (max-width: 1199.98px) {
  .hero-wrap {
    background-position: center center !important; 
  } 
}



/*client*/
#clients {
  padding: 60px 0
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px
}

#clients .client-logo {
  padding: 50px;
  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-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px
}

#clients img {
  transition: all 0.4s ease-in-out
}
/*end client*/
.ftco-section-parallax {
  position: relative; 
}
.ftco-section-parallax .heading-section-white h2 {
  font-weight: 400 !important; 
}
.ftco-section {
  padding: 6em 0;
  position: relative; 
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*pricing*/
ul.leaders{
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
ul.leaders li{
  display: table;
  padding: 10px;
}
ul.leaders li span{
  display: table-cell;
}
ul.leaders li span:first-child{
  position: relative;
  overflow: hidden;
  font-family: monospace;
  font-weight: bolder;
}
ul.leaders li span:first-child:after{
  content: "";
  position: absolute;
  bottom: 0.5em;
  margin-left: 0.5em;
  width: 100%;
  border-bottom: 1px dashed #000;
}
ul.leaders li span + span{
  text-align: right;
  width: 1%;
  vertical-align: bottom;
  padding-left: 0.5em;
  font-family: monospace;
  font-weight: bold;
}

.ftco-section-parallax {
  position: relative; 
}
.ftco-section-parallax .heading-section-white h2 {
  font-weight: 400 !important; 
}
.ftco-section {
  padding: 6em 0;
  position: relative; 
}
 
  /*--------------------------------- consive Media Quaries -----------------------------*/
@media (max-width: 992px) {
    .hero-image{
        height: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 300px;
    }/**/
    .hero-text{
        padding-bottom: 40px;
        padding-top: 60px;
    }
    .hero-image .hero-text h3{
        margin-bottom: 5px;
    }
    .hero-image .hero-text h1{
        font-size: 60px;/*
        margin-bottom: 15px;*/
    }
    .hero-image .hero-text .btn{
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
  /*.carousel .carousel-text h3 {
    margin-bottom: 5px;
  }
  
  .carousel .carousel-text h1 {
    font-size: 60px;
  }
  
  .carousel .carousel-text p {
    font-size: 16px;
  }
  
  .carousel .carousel-text .btn {
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 0;
  }*/
  .video-about{
    width: 490px;
    height: 430px;
  }
    
}
@media (max-width: 768px) {
  .ftco-intro .overlay {
    position: absolute;
    top: -160px;
    left: -100px;
    right: 0;
    bottom: -120px;
    width: 40%;
    content: '';
    opacity: 1;
    background: #006eff;
    -ms-transform: rotate(20deg);
    /* IE 9 */
    -webkit-transform: rotate(20deg);
    /* Safari 3-8 */
    transform: rotate(20deg); 
  } 
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: rgb(0, 0, 0);
    color: rgb(211, 197, 5);
  }
  
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
  }
    .hero-image{
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
    }
    .hero-text{
    padding-bottom: 40px;
    padding-top: 60px;
    }
    .hero-image .hero-text h3{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    }
    .hero-image .hero-text h1{
    font-size: 45px;
    margin-bottom: 15px;
    }
    .hero-image .hero-text .btn{
    padding: 10px 25px;
    font-size: 15px;
    letter-spacing: 0;
    }
  /*
  .carousel .carousel-text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .carousel .carousel-text h1 {
    font-size: 45px;
  }   
  .carousel .carousel-text .btn {
    padding: 10px 25px;
    font-size: 15px;
    letter-spacing: 0;
  }*/
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: #fff;
    color: #000;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .ftco-navbar-light .navbar-brand {
    margin: 10px 0; 
  } 
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
  }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 15px;
    padding-right: 15px; 
  }
  .ftco-counter .text {
    width: 100%; 
  }
  .ftco-counter .counter-wrap {
    margin-bottom: 20px; 
  }
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
  .ftco-section {
    padding: 6em 0; 
  } 
  .ftco-section {
    padding: 6em 0; 
  } 
  .top-social ul{
    margin-right: 0;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: #fff;
    color: #000;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
  }
  .chooseus {
		height: auto;
		padding-bottom: 0;
	}
	.chooseus__video {
		height: 100%;
		width: 100%;
		position: relative;
	}
	.chooseus__text {
		margin-bottom: 40px;
	}
  .video{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chooseus {
		height: auto;
		padding-bottom: 0;
	}
	.chooseus__video {
		height: 100%;
		width: 100%;
		position: relative;
	}
	.chooseus__text {
		margin-bottom: 40px;
	}
  .video{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
	
}
@media (max-width: 576px) {
  /*.carousel .carousel-text h3 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
    
  .carousel .carousel-text h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
    
  .carousel .carousel-text p {
    margin-bottom: 25px;
  }
    
  .carousel .carousel-text .btn {
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0;
  }*/
    .hero-image{
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
  }
  .hero-text{
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .hero-image .hero-text h3{
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .hero-image .hero-text h1{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .hero-image .hero-text .btn{
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: #fff;
    color: #000;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
  }
  .video{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .video-about{
    width: 490px;
    height: 490px;
  }
  .facts .facts-item{
    padding-left: 135px;
  }
  iframe {
    width: 520px;
    height: 280px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
  .footer-logo {
    margin-bottom: 25px;
    max-height: 150px;
    margin-left: 150px;
  }
  #footer .footer-main .social-links a{
    padding: 0 0 0 97px;
    margin: 0 -70px 0 2px;
  }
  .datetime{
    margin-left: 88px;
  }
  .video{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 990px) {
  .ftco-navbar-light {
    background: #fff;
    position: relative;
    top: 0;
    padding: 10px 15px; 
  } 
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px; 
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: .9rem;
    padding-bottom: .9rem; 
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: rgb(0, 0, 0); 
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    display: block !important;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #fffb00;
    border-radius: 4px; 
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #000000; 
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
    display: none; 
  }
  .ftco-counter .block-18 {
    margin-bottom: 2em; 
  }
  .facts .facts-item{
    margin: 50px 0 50px 60px;
  }
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
  .video{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.chooseus {
		height: auto;
    padding-bottom: 20px;
	}
	.chooseus__video {
		height: 100%;
	}

}
@media only screen and (max-width: 479px) {
  .gallery{
    margin: 50px 60px 20px 60px;
  }
  .chooseus__text {
    margin-bottom: 40px;
    padding: 0 40px 0 40px;
  }
  .mb-3{
    padding: 0 40px 0 40px;
  }
  .contact-about{
    margin: 0 10px 0 40px;
  }
  .btn-primary{
    margin: 0 50px 0 70px;
  }
  .facts{
    padding: 0 50px 0 50px;
  }
  .facts .facts-item {
    margin: 20px 60px 20px -80px;
  }
  iframe {
    width: 300px;
    height: 280px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
  .video{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .footer-logo {
    margin-bottom: 25px;
    max-height: 150px;
    margin-left: 125px;
  }
  .mt-3, .my-3{
    margin-left: 15px;
  }
  #footer .footer-main .social-links a{
    padding: 0 0 0 82px;
    margin: 0 -60px 0 2px;
  }
  .datetime{
    margin-left: 55px;
  }
  .video-about{
    width: 333px;
    height: 100%;
  }
  .footer-logo{
    margin-bottom: 25px;
    max-height: 150px;
    margin-left: 67px;
  }
  .social-links{
    margin-left: -45px;
    margin-right: 25px;
  }
  

}
@media (max-width:360px){
  
  /*.video-about{
    width: 333px;
    height: 100%;
  }
  .footer-logo{
    margin-bottom: 25px;
    max-height: 150px;
    margin-left: 67px;
  }
  .social-links{
    margin-left: -45px;
    margin-right: 25px;
  }*/
}
@media (max-width: 357px){
  .footer-logo{
    margin-left: 50px;
  }
  .mt-3, .my-3{
    margin-left: -60px
  }
}
@media only screen and (max-width: 315px) {
  .gallery{
    margin: 50px 62px 20px 30px;
  }
  .chooseus__text {
    margin-bottom: 40px;
    padding: 0 40px 0 40px;
  }
  .mb-3{
    padding: 0 30px 0 30px;
  }
  .btn-primary{
    margin: 0 40px 0 40px;
  }
  .facts{
    padding: 0 50px 0 50px;
  }
  .facts .facts-item {
    margin: 20px 60px 20px -80px;
  }
  iframe {
    width: 400px;
    height: 280px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
  .video{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .footer-logo {
    margin-bottom: 25px;
    max-height: 100px;
    margin-left: 125px;
}
  #footer .footer-main .social-links a{
    padding: 0 0 0 82px;
    margin: 0 -60px 0 2px;
}
  .datetime{
    margin-left: 55px;
  }

}
