/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,500;1,700&display=swap');

html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background: #fff;
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: #4e4e4e;
  line-height: 22px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #4e4e4e;
}

h1 {
  font-size: 36px;
  color: #fff;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  font-size: 16px;
}
p{
  font-family: 'Montserrat', sans-serif;
}
a {
  color: hsl(209.05deg 94.04% 46.08%);
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
  /* color: #d43133; */
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
}


.btn-primary:hover,
.btn-primary:focus {
  background: hsl(209.05deg 94.04% 46.08%);
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 190px;
}

.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left {
  margin-right: 20px;
}

.media>.pull-right {
  margin-left: 20px;
}

body>section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

 #header .btn-right {
  display: inline-block;
}

.navbar>.container .navbar-brand {
  margin-left: 0;
}

.top-nav {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number {
  color: #fff;
}

.top-number p {
  margin: 0;
  font-family: monospace;
   font-family: 'Montserrat', sans-serif;
  /* font-family: 'Raleway', sans-serif; */
}

.social {
  text-align: right;
}

.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form {
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}


.navbar-fixed-top {
 
  transition: .5s;
  z-index: 9999;
  width: 100%;
  /* top: -10px; */
  transition: .5s;


}
input.search-form::-webkit-input-placeholder {
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  
  /* padding: 15px 0; */
  padding-bottom: 0;
  display: flex;
    align-items: center;
    min-height: 77px;
    max-height: 95px;
    border-top: 5px solid hsl(209.05deg 94.04% 46.08%);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
}


.navbar-nav {
  margin-top: 15px;
}

.navbar-nav>li {
  margin-left: 10px;
  /* padding-bottom: 28px; */
}

.navbar-inverse .navbar-nav>li>a {
  
  display: inline-block;
  font-size: 15px;
  /* font-weight: 600; */
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
  
}

.navbar-inverse {
  /* border: none; */
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
  padding: 10px 30px;
  font-family: 'Poppins', sans-serif;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, .85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
  background-color: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
} 


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
/* background: black */
  
}

.no-margin {
  /* margin: 0;
  padding: 0; */
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
  font-family: 'Montserrat', sans-serif;
}

#main-slider .carousel .slide-margin {
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
  /* line-height: 5px; */
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  opacity: 1;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 1;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  /* height: 730px; */
  /* -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms; */
  height: 100%;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
  /* height: 100%; */
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: black;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  font-weight: 600;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 20px;
}

#main-slider .next {
  right: 20px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active {
  width: 20px;
  height: 20px;
  background-color: hsl(209.05deg 94.04% 46.08%);
  margin: 0 15px 0 0;
  border: 1px solid hsl(209.05deg 94.04% 46.08%);
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: hsl(209.05deg 94.04% 46.08%);
  border: 1px solid hsl(209.05deg 94.04% 46.08%);
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

.carousel-content h1 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: capitalize !important;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  text-align: left;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
  letter-spacing:  .4px;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

# {
  background: #f2f2f2;
  padding-bottom: 40px;
  min-height: 100vh;
}

.service-cont {
  border: 1px solid #e5d8d8;
  border-radius: 6px;
  padding: 45px 22px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  position: relative;
  z-index: 1;
  background: #fcfcfc;


}

.service-cont:hover {
  /* background: #fafafa; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
 
}

.service-cont i {
  color: #f15f22;
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
}

.service-cont h2 {
  font-size: 22px;
  font-weight: 600;
  color: black;
}

.services-cont p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
  padding: 0;
}

#recent-works {
  padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img {
  width: 100%;
}

.recent-work-wrap .recent-work-inner {
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3 {
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/truck-3.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  padding: 0;
}

#services .inner-qte {
  background: url(../images/dot.png);
  background-repeat: repeat;
  padding: 60px 0;

}

#services .click-qte {
  background: #f15f22 none repeat scroll 0 0;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  padding: 14px;
  text-transform: uppercase;
  width: 180px;
  color: white;
  display: block;
  margin: 35px auto;
  border-radius: 5px;
}

#services .qte-p {
  white-space: normal;
  width: 60%;
  margin: 0 auto;
  color: white;
  font-size: 15px;
}

#services .lead,
#services h2 {
  color: #fff;

}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2 {
  margin-bottom: 25px;
}

.accordion h2 {
  margin-bottom: 25px;
}

.panel-default {
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel {
  background-color: #e6e6e6;
  border: 0 none;
  box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  background: #fff;
  color: #858586;
}

.panel-body {
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-heading {
  border-radius: 0;
}

.panel-title>a {
  color: #4e4e4e;
}

.accordion-inner img {
  border-radius: 4px;
}

.accordion-inner h4 {
  margin-top: 0;
}

.panel-heading.active {
  background: #1f1f20;
}

.panel-heading.active .panel-title>a {
  color: #fff;
}

a.accordion-toggle i {
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
}

.nav-tabs>li {
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right: 0;
  padding: 13px 15px;
}

.nav-tabs li:last-child {
  border-bottom: 0 none;
}

.nav-stacked>li+li {
  margin-top: 0;
}

.nav-tabs>li>a:hover {
  background: #1f1f20;
  color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: 0;
  color: #fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  border-style: solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top: 0;
}


#conatcat-info {
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2 {
  margin-top: 0;
  color: #000;
}

.contact-info {
  color: #000;
}

/*************************
********* About Us Page CSS ******
**************************/
.about {
  min-height: 100vh;
  padding-top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* .about h2{
   font-size: 28px; 
    display: block;
    color: #f15f22;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 17px;
} */
.about h1 {
  color: black;
  font-size: 25px;
}
.about .about-caption{
  
}
.about .btn {
  padding: 13px 40px;
  /* margin-left: 30px; */
  color: #fff;
  margin-top: 35px;
  background: #f15f22;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: color 0.4s linear;
  position: relative;
  border: 0;
  margin: 30px 0 0 0;
}

.about .row {
  /* display: flex; */
  /* justify-content: center;
  align-items: center; */
  margin-bottom: 20px;
}

.about .first-clm {
  margin: 30px 0;
}

.about p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2,
.skill_text h2 {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color: #4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius: 50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #777;
}

#carousel-slider a i:hover {
  background: #bfbfbf;
  color: #fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider .carousel-control {
  width: inherit;
}

#carousel-slider .carousel-control.left i {
  left: -25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background: #f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill,
.html-skill,
.css-skill,
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}
.services {
  padding: 0;
}

.sec-title {
  color: #ea560f;
  margin: 0 10px 35px;
  text-transform: capitalize;
  font-size: 40px;
  display: block;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .5px;
  position: relative;
  text-align: center;


}
.sec-title::after{
  content: '';
  position: absolute;
  background: black;
  bottom: -10px;
  height: 4px;
  width: 80px;
  margin: 0 auto;
  right: 47%;
  border-radius: 50px;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position: relative;
}

.request h4 a {
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid hsl(209.05deg 94.04% 46.08%);
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}
#contact-page .contact-form .form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  /* border-color: #f2f2f2; */
  box-shadow: none;
  border-color: #cda7a7;
}

textarea#message {
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}
.reply_section .media-body {
  display: inherit;
}

.comment_section .media-body {
  display: inherit;
}


.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}
.post_reply_comments {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 30px;
}
.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}
.post_reply_comments h3,
.post_reply_content h3 {
  margin-top: 0;
}
.post_reply_comments h1 a:hover {
  color: hsl(209.05deg 94.04% 46.08%);
}
.post_reply_comments h4 {
  color: #c4c4c5;
  font-weight: 400;
}
.post_reply_comments p {
  padding-bottom: 30px;
}
.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: hsl(209.05deg 94.04% 46.08%);
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}
.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a {}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1 {
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #2e2e2e;
  border-bottom: 5px solid hsl(209.05deg 94.04% 46.08%);
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  color: white;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  /* display: block;
  padding: 5px 0; */
  padding: 5px 0;
    /* padding: 10px 0; */
    display: flex;
    font-weight: bold;
    align-items: center;
    
}

#bottom ul li a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.6px;
  
}

#bottom ul li a:hover {
  color: #f15f22;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  background: #f7f5f5;
}

#footer a {
  color: #000;
  font-weight: 600;
}

#footer a:hover {
  color: hsl(209.05deg 94.04% 46.08%);
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul>li {
  display: inline-block;
  margin-left: 15px;
}

#footer .pull-right h5 {
  color: rgb(0 0 0);
}

/* #footer .pull-right span {
  color: #f14747;
} */
#footer .pull-right a {
  color: #f14747;
}
.widget .btn-whatsapp-pulse:hover {
  color: white;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  /* bottom: -80px; */
  bottom: -245px;
  right: 0;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}


#feature {
  background: #f2f2f2;
  min-height: 100vh;
}

 .fl-img{
  min-height: 100vh;
  background: url(../images/plane-dark.jpg) no-repeat top center;
  width: 100%;
  position: relative;
}
.fl-img::before{
  background: linear-gradient(90deg,rgba(0,0,0,.6) 41%,transparent 73.15%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.get-quote h3{
 font-size: 20px;
 font-weight: 600;
 color: black;
 padding-left: 20px;
}
 .click-qte {
  background: #f15f22 none repeat scroll 0 0;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  padding: 14px;
  text-transform: uppercase;
  width: 120px;
  color: white;
  display: block;
  margin: 35px auto;
  border-radius: 5px;
  text-align: center;
  border: none;
}
/* .........form.......... */
.quote-form-area {
  background: #eef1f5 none repeat scroll 0 0;
  padding: 30px 20px;
  border-radius: 5px;
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 17, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area {
  padding: 7px 0;
  background: #fff;
}

@media (max-width: 767px) {
  /* line 17, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 0;
  }
}

/* line 23, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 23, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

/* line 30, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area.details_nav {
  background: #001D38;
}

/* line 47, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 47, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 47, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 47, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 61, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 61, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

/* line 73, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 77, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 77, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

/* line 86, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .search_button a i {
  color: #E8E8E8;
}

/* line 93, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

/* line 96, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

/* line 100, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

/* line 107, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 107, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 107, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

/* line 115, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FF3414+0,fd8e5e+100 */
  background: #fdae5c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdae5c 0%, #fd8e5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3414', endColorstr='#fd8e5e',GradientType=0 );
  /* IE6-9 */
  padding: 13px 26px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 115, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

/* line 133, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FF3414+0,fd8e5e+100 */
  background: #fdae5c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdae5c 0%, #fd8e5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3414', endColorstr='#fd8e5e',GradientType=0 );
  /* IE6-9 */
}

/* line 145, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  padding: 12px 0;
}

/* line 148, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 44px 0 0;
}

/* line 158, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #596672;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 158, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 158, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 177, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 177, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 177, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 214, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
  color: #FF3414;
}

/* line 218, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 230, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 232, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 238, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 242, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/* line 247, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/* line 252, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 256, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 262, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #fff;
}

@media (max-width: 767px) {
  /* line 262, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 262, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
}

/* line 290, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 293, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

/* line 296, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.header-area .header-top_area {
  padding: 17px 0;
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
}

@media (max-width: 767px) {

  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #C7C7C7;
  margin-right: 12px;
}

/* line 332, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a:hover {
  color: #FF3414;
}

/* line 338, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

/* line 345, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #919191;
  margin-right: 50px;
}

@media (max-width: 767px) {

  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #FF3414;
  margin-right: 7px;
}

.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}

.header-area .search_btn a {
  width: 35px;
  height: 35px;
  background: #FF3414;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  color: #fff;
}

.contactus {
  margin: 40px 20px 0 20px;
}
.pdig-lft {
  font-size: 30px;
  font-weight: 600;
  padding-left: 25px;
}
.form-control {
  border: 2px solid #272628;
  border-radius: 5px;
  height: 40px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  /* text-indent: 20px; */
}
.contactus .contact-info {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i {
  color: #8f9195;
  font-size: 27px;
  margin-top: 10px;
  color: hsl(209, 94%, 46%);
  background: transparent;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  /* color: #2a2a2a; */
  color: black;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 8px;
}
.contact-info .media-body p{
   font-family: 'Montserrat', sans-serif;
}
.contactus .gt-blue{
  background: #f15f22 none repeat scroll 0 0;
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    padding: 14px;
    text-transform: uppercase;
    width: 180px;
    color: white;
    /* display: block; */
    margin: 35px auto;
    border-radius: 5px;
}
#social-about {
    /* background-image: url(../img/aboutus_banner.jpg); */
    background-position: center;
    background-size: cover;
    padding: 0;
    width: 100%;
    background-repeat: no-repeat;
    background: #000 url(../images/truck-3.jpg);
    background-size: cover;
   /* height: 350px; */
}
#social-about .overlay{
  padding: 200px;
}
 .mini-title{
  color: black;
    font-size: 19px;
    font-weight: 600;
}
.mini-title span{
  color: #0779e4;
}
.service-flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.service-flex .service-icon{
  padding: 0 15px;
  /* transform: rotate(90deg); */
}
.service-flex .service-icon i{
  color: #0779e4;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}



.carousel-inner{
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel {
  position: static;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float .bi{
  color: white;
  font-size: 35px;
}

.my-float{
	margin-top:-20px;
}


#bottom ul li i{
  color: #0779e4;
  font-size: 20px;
    padding-right: 10px;
}
#bottom .widget h3{
  font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    text-transform: capitalize !important;

}
.contactus a{
 color: white;
font-size: 15px;
font-weight: 600;
}
.cmx-img {
  width: 135px;
}
.get_a_quote{
  margin: 40px 20px 0 20px;
}
.get_a_quote .contact-info {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.get_a_quote .gt-blue{
  background: #f15f22 none repeat scroll 0 0;
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    padding: 14px;
    text-transform: uppercase;
    width: 180px;
    color: white;
    /* display: block; */
    margin: 35px auto;
    border-radius: 5px;
}
.get_a_quote a{
  color: white;
 font-size: 15px;
 font-weight: 600;
 }

 #about-about {
  /* background-image: url(../img/aboutus_banner.jpg); */
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background: #000 url(../images/about_logi.jpg);
  background-size: cover;
 /* height: 350px; */
}
#about-about .overlay{
padding: 200px;
}
#ship-about {
  /* background-image: url(../img/aboutus_banner.jpg); */
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background: #000 url(../images/ship1-banner.png);
  background-size: cover;

 /* height: 350px; */
}
#ship-about .overlay{
padding: 200px;
}
#air-about {
  /* background-image: url(../img/aboutus_banner.jpg); */
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background: #000 url(../images/plane-banner.png);
  background-size: cover;

 /* height: 350px; */
}
#air-about .overlay{
padding: 200px;
}
#custom-about {
  /* background-image: url(../img/aboutus_banner.jpg); */
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background: #000 url(../images/custom-banner.png);
  background-size: cover;

 /* height: 350px; */
}
#custom-about .overlay{
padding: 200px;
}
#halal-about {
  /* background-image: url(../img/aboutus_banner.jpg); */
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 100%;
  background-repeat: no-repeat;
  background: #000 url(../images/halal-banner.png);
  background-size: cover;

 /* height: 350px; */
}
#halal-about .overlay{
padding: 200px;
}