
.navbar-nav {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  /* -webkit-transition: all 0.5s ease-out; */
  /* transition: all 0.5s ease-out; */
  color: #111111;
  padding: 25px 40px;
}

.dropend .dropdown-toggle {
  color: #E87B06 ;
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: #E87B06  !important;
  color: #fff !important;
}

.dropdown .dropdown-menu {
  /* display: none; */
  border-radius: 0px;
  background-color: white;
  padding: 10px;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.155em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

/* ============== */
.cardcontainer {
  width: 270px;
  /* height: 365px; */
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}

.cardcontainer:hover {
  box-shadow: 0 0 45px gray;
}

.photo {
  height: 200px;
  width: 100%;
}

.photo img {
  height: 100%;
  width: 100%;
}


.photos {
  width: 90px;
  height: 30px;
  background-color: #E87B06 ;
  color: white;
  position: relative;
  top: -30px;
  padding-left: 10px;
  font-size: 20px;
}

.cardcontainer:hover>.photo {
  /* height: 180px; */
  animation: move1 0.5s ease both;
}

@keyframes move1 {
  0% {
    height: 220px
  }

  100% {
    height: 200px
  }
}

.cardcontainer:hover>.content {
  height: auto;
}

.custom-card-body:hover {
  background-color: #E87B06 !important;
  color: white !important;
  animation: 1s ease;

}

/* css for Location section */
.bg-image {
  position: relative;
  overflow: hidden;
}

.hover-zoom {
  transition: transform 0.3s;
}

.hover-zoom:hover {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  height: 40px;
  /* Initial height of the overlay */
  overflow: hidden;
  transition: height 0.3s;
}

.hover-zoom:hover .overlay {
  height: 80px;
  /* Height of the expanded overlay on hover */
}

.overlay-title {
  margin-bottom: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.overlay-title-hidden {
  opacity: 0;
}

.hover-zoom:hover .overlay-title {
  opacity: 1;
}

.hover-zoom:hover .overlay-title-hidden {
  opacity: 1;
}

.overlay:hover .overlay-title-hidden {
  display: block;
  opacity: 1;
}
/* carDetails */

.large-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.small-image {
  width: 100px;
  height: auto;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.6;
}

.small-image:hover {
opacity:1;
}
/* endCarDetails */
 input[type=file] {
    width: 100%;
    z-index: 50;
    height: 38px;
   cursor: pointer;
    opacity: 0;
   border: 1px solid #000;
 }
 /* About page */
 .aboutus-section {
  padding: 90px 0;
}
.aboutus-title {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 39px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  color: #000;
}
.aboutus-title::after {
  background: #E87B06 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 54px;
}
.aboutus-text {
  color: #606060;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 35px;
}

a:hover, a:active {
  color: #E87B06;
  text-decoration: none;
  outline: 0;
}
.aboutus-more {
  background-color: #E87B06;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 7px 20px;
  text-transform: uppercase;
}
.feature .feature-box .iconset {
  float: left;
  position: relative;
}
.feature .feature-box .iconset::after {
  background: #E87B06 none repeat scroll 0 0;
  content: "";
  height: 370%;
  left: 43%;
  position: absolute;
  top: 100%;
  width: 1px;
}

.feature .feature-box .feature-content h4 {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}


.feature .feature-box .feature-content {
  float: left;
  padding-left: 28px;
  width: 78%;
}
.feature .feature-box .feature-content h4 {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
  color: #606060;
  font-size: 13px;
  line-height: 22px;
}
.icon {
  color : #E87B06;
  padding:0px;
  font-size:40px;
  border: 1px solid #E87B06;
  border-radius: 100px;
  color: #E87B06;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
/* Safty page */
.ptb-50{
  padding: 40px  50px 30px 50px;
}

.section_bg_gray {
  background-color: #f3f5f7;
}

.single_what_we_do {
  background-color: #ffffff;
  text-align: center;
  padding: 0 35px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_what_we_do:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.single_what_we_do .top_line {
  position: absolute;
  top: 0;
  left: 44%;
  background-color: #E87B06 ;
  width: 12%;
  height: 3px;
}

.single_what_we_do .what_we_do_figure {
  padding: 15px 0;
}
.single_what_we_do .what_we_do_figure img {
  margin: 0 auto;
}
.single_what_we_do .what_we_do_title {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 35px;
  margin: 0;
  color: #2b353a;
}
.single_what_we_do .what_we_do_content {
  padding-bottom: 65px;
  color: #2b353a;
}
.single_what_we_do .what_we_do_icon {
  position: absolute;
  bottom: -9px;
  left: 47%;
  color: #fff;
  background-color: #E87B06 ;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single_what_we_do .what_we_do_icon i {
  font-size: 24px;
  text-align: center;
  padding: 2px 3px 2px 5px;
}
/* Sent Mail page */
.mail-seccess {
  text-align: center;
background: #fff;
border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
display: inline-block;
}
.mail-seccess .success-inner h1 {
font-size: 100px;
text-shadow: 3px 5px 2px #3333;
color: #006DFE;
font-weight: 700;
}
.mail-seccess .success-inner h1 span {
display: block;
font-size: 25px;
color: #333;
font-weight: 600;
text-shadow: none;
margin-top: 20px;
}
.mail-seccess .success-inner p {
padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
color:#fff;
}


.signin-form select{color:#c6c6c6; border-radius: 7px; border: none;  height: 50px; background: rgba(0, 0, 0, 0.4);}
.signin-form input{color:#c6c6c6; border-radius: 7px; border: none !important;  height: 50px; background: rgba(0, 0, 0, 0.4);}
.signin-form button{color:#fff!important; border-radius: 7px  !important; border: none !important; height: 50px; background: rgba(0, 0, 0, 0.4);}
.signin-form input::placeholder{color:#c6c6c6 }
.hero-box{background: rgba(255, 255, 255, 0.2) !important;}


.header-btn .btn{
  box-shadow: none !important;
  border: none !important;
  border-radius: 5px !important;
}


.cardcontainer:hover{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;}
.cardcontainer{ border-radius: 3px; border: 0.5px solid rgb(219, 219, 219);}
.card-titl h6{text-transform: uppercase !important;}
.card-titl h6:hover{color: #454545 !important;}
/* .photo {width: 100% !important; height: 200px !important; overflow-y: hidden !important;}
.photo img{width: auto !important; height: 200px !important; overflow-x: hidden !important;}
 */

.list ul li{
  list-style: none;
}
.list ul{
  padding-left: 25px;
}

.categ{
  background: rgb(236, 236, 236) !important;
}
.dropdown-item:hover {
  border-radius: 10px;
}

.btn-outline-warning{
  border: 1px solid #E87B06 !important;
  color: #E87B06 !important;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #E87B06 !important;
  color: white !important;
}


.form-check-input[type="checkbox"]:checked {
  background-color: #E87B06 !important;
  border-color: #E87B06 !important;
}

.link-warning:hover {
  color:#E87B06 !important;
}


















@-webkit-keyframes scroll-inner {
  from {margin-top: 15%;}
  to {margin-top: 50%;}
}
@keyframes scroll-inner {
  from {margin-top: 15%;}
  to {margin-top: 50%;}
}
@-webkit-keyframes scroll-mouse {
  from {margin-top: 0;}
  to {margin-top: 15px;}
}
@keyframes scroll-mouse {
  from {margin-top: 0;}
  to {margin-top: 15px;}
}

div.mouse-container{
position:relative;
display:block;
height:100px;
}
div.mouse{
position:relative;
margin:0 auto;
display:block;
width:30px;
height:50px;
border: solid 2px #bababa;
border-radius: 25px;
-webkit-animation: scroll-mouse 1.5s; 
animation: scroll-mouse 1.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
//-webkit-animation-timing-function:ease;
//animation-timing-function:ease;

span.scroll-down{
  display:block;
  width:10px;
  height:10px;
  background:#fff;
  border-radius:50%;
  margin:15% auto auto auto;
  
  -webkit-animation: scroll-inner 1.5s; 
  animation: scroll-inner 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:ease;
  animation-timing-function:ease
    
}
}