@font-face {
    font-family: 'Candara';
    src: url('../fonts/Candara/Candara.woff');
    font-weight: normal;
    font-style: normal;
  }
 .navbar-nav > li > a{
    padding: 8px 14px !important;
    color: #fff !important;
}
.navbar-nav li a:hover {
    color: black !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(255,140,0);
}
.dropdown-item{
    padding: 0.35rem 0.5rem !important;
}
.mynavbar{
    background-color: rgb(255,140,0) !important;
    text-transform: uppercase;
}
.navbar-light .navbar-toggler {
    border-color:#fff !important;
}
.mycarousel img{
    height: 450px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 120px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.5);
    padding: 20px;
}
.carousel-caption p{
    text-align: justify;
}
.carousel-caption h3{
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
}
.carousel-caption a{
    background-color: rgba(255,140,0,0.5);
    color: #fff;
    /* padding: 10px 40px; */
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    float: right;
}
.carousel-caption .input-group{
    width: auto !important;
    float: right;
}
.carousel-caption a:hover{
    background-color: #cc3300;
}
.carousel-inner .carousel-item .svimg{
    height: 600px;
}
#serviceinfo > p{
    padding-top: 12px;
}
#serviceinfo{
    position: absolute;
    bottom: 0.2%;
    color: white;
    background-color: rgba(255,140,0,0.5);
    width: 256px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 8pt;
  }
  .roundimg{
    width: 100%;
    height: 250px;
    border-radius: 20px;
  }
  .service{
    margin-top: 60px;
  }
  .myfont{
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Courier New', Courier, monospace !important;
    font-size: 14px;
    padding-right: 50px;
    margin-bottom: 10px;
  }
  #news{
    /* margin-top: 60px; */
    background-color: #e3e3e3;
  }
  #brand{
    margin-top: 60px;
    background-color: #527a7a;
    color: white;
  }
  .myimgsize{
    width: 100%;
    height: auto;
  }
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .col-md-4:hover .image {
    opacity: 0.3;
  }
  
  .col-md-4:hover .middle {
    opacity: 1;
  }
  
  .text {
    background-color: rgba(255,140,0,0.5);
    color: white;
    font-size: 10px;
    padding: 16px 32px;
  }
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    /* padding-bottom: 40px; */
  }
  .escortpadding{
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-bottom: 20px; */
  }
  .botpad .image{
      padding-bottom: 40px;
  }
  .contacthr{
    border-top: 1px solid rgba(233, 236, 239, 0.41);
}
@media (max-width: 575.98px) { 
    .myphonelogo{
        height: 58px !important;
    }
    .mytopsection{
        padding: 0px !important;
    }
    .mycarousel img {
        height: 170px !important;
    }
    .mycontact{
        margin-bottom: 20px;
    }
    .search-box{
        top: 392px !important;
        padding: 6px 38px !important;
        right: 11% !important;
      }
      .search-box:before{
        right: 260px !important;
      }
      .mysearch{
            margin: 7px 30px;
      }
      .mylistgroup{
          padding-top: 20px !important;
      }

 }
 .contact h3{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
}
.contacthr{
    border-top: 1px solid rgba(233, 236, 239, 0.41);
}
.foot-address{
    padding-right: 10px;
    color:  rgb(255,140,0);
    vertical-align: top;
    font-size: 16px;
}
.footcolor{
    color: #e3e3e3 !important;
}
.footcolor a {
    color: #e3e3e3 !important;
}
.destination-text p{
    color: #626262;
    font-size: 15px;
    font-family: 'Candara' !important;
    margin: 0 0 0px;
    text-align: justify;
    padding-bottom: 20px;
}
.destination-text p::after {
  content: '';
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.destination-text h4,.tab-subtitle h4 {
    font-family: 'Candara' !important;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 10px 0px 10px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left:4px solid #FF5722;
    text-transform: uppercase;
  }