/* New Changes */
.logo img{
  width: 50%;
}
ul.slimmenu {
    padding-top: 10px;
}
.detail-info img{
width: 100%;
height: 300px;
}

.navbar-default {
    background-color: #fff;
}

ul.slimmenu li a {
    color: #3c6b94;
    font-weight: 500;
    font-size: 15px;
}
ul.slimmenu li .sub-toggle:before {
  color: #3c6b94;
}
ul.slimmenu li a:hover {
    color: #484848;
}

.content-w3ls {
    width: 65%;
    margin: 0 auto;
    position: relative;
    background: none;
    margin-top: 150px;
    text-align: center;
}
.slick-prev:before, .slick-next:before {
    color: #3c6b94 !important;
}
/*social menu
================*/
.social-icon ul li .fa{
    border:1px solid #e2e0e0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all ease-in-out 0.5s;
    margin-bottom: 15px;
}
.social-icon {
    position: fixed;
    top: 35%;
    left: 0px;
    z-index: 999;
    background: rgba(255,255,255,0.6);
    padding: 15px 10px;
}

.social-icon ul li {
    display: block;
}


.social-icon ul li .fa-facebook{
color: #fff;
background-color: #3b5998;
border-color: #3b5998;
transition: all ease-in-out 0.7s;
}

.social-icon ul li .fa-twitter{
    color: #fff;
background-color: #32cdfd;
border-color: #32cdfd;
transition: all ease-in-out 0.7s;
}

.social-icon ul li .fa-instagram{
    color: #fff;
background-color: #de126c;
border-color: #de126c;
transition: all ease-in-out 0.7s;
}

.social-icon ul li .fa-youtube{
    color: #fff;
background-color: #e62117;
border-color: #e62117;
transition: all ease-in-out 0.7s;
}

.social-icon ul li .fa-linkedin{
    color: #fff;
background-color: #0274b3;
border-color: #0274b3;
transition: all ease-in-out 0.7s;
}



.logo-slider marquee a img{
    height: 80px;
    width: auto;
    margin: 0px 25px;
}

.logo-slider{
    background-color: #f8f8f8;
    padding: 25px 0px;
}
.margin-bottom {
    margin-bottom: 15px;
}


/* Back to top button */
.back-to-top {
  position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    border-radius: 2px;
    right: 17px;
    bottom: 40px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #03C4EB;
  color: #fff;
}



/*corner slider
=========================*/
.scrollToTop{
	width: 100%; 
	text-align:center; 
	background: #f8f8f8;
	position:fixed;
	top:0px;
	right:0px;
	z-index: 999;
	display: none;
}
.modal-backdrop {
    z-index: 99;
}
/*new breacrumb
==================*/

.inner-top-banner figure{
 position: relative;
 margin-bottom: 60px;
}

.inner-top-banner img{
 width: 100%;
 height: 250px;
 object-fit: cover;
 position: relative;
}

.bc-caption{
 position: absolute;
 top: 25%;
 z-index: 9999;
}
.breadcrumb {
 background-color: transparent;
 padding: 0px;
}

.breadcrumbs-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.4);
  z-index: 9;
}
.bc-caption h1{
 color: #fff;
}
.breadcrumb>li {
  color: #fff;
  text-transform: capitalize;
}
.breadcrumb>li a {
  color: #d0e7ff;
  text-transform: capitalize;
}
.breadcrumb>li a:hover {
  color: #fff;
}
.assest{
  float: right;
  background-color: #e62117;
  color: #fff;
  padding: 9px 25px;
  margin-top: 13px;
  margin-left: 18px;
  text-transform: capitalize;
  transition: all ease-in-out 0.7s;
}
.assest a{
  color: #fff;
}
.assest:hover{
  background-color: #004884;
    transition: all ease-in-out 0.7s;
}
#sg-carousel:hover .carousel-control.right {
    right: 100px;
  }
#sg-carousel:hover .carousel-control.left {
   left: 100px;
  }
  .about-us{
    padding: 60px 0px;
}
.aboutus-content h1 {
    font-size: 24px;
}
.slider-banner .carousel-caption h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-left: 150px;
    color: #5490fd;
    margin-bottom: 50px;
}
.slider-banner .carousel-caption > p {
    text-align: left;
    margin-left: 150px;
    text-transform: capitalize;
    font-size: 22px;
    color: #efefef;
}
/****************************
chngae**********************/

.inner-contact-infos{
  background: #fff;
  border:1px solid #ddd;
  padding: 40px 10px;
  box-sizing: border-box;
  text-align: center;
   min-height: 227px;
}

ul.slimmenu li a {
    padding: 12px 16px;
    
}
.logo img {
    width: 100%;
}
.navbar-default {
    padding: 0px 0;}
ul.slimmenu {
    padding-top: 20px;
}
.assest {
    float: right;
    background-color: #e62117;
    color: #fff;
    padding: 9px 25px;
    margin-top: 24px;
    margin-left: 18px;
    text-transform: capitalize;
    transition: all ease-in-out 0.7s;
}
/*testimonial
============================*/

.testimonial{
    padding: 20px;
    margin: 50px 10px 0;
}
.testimonial .pic{
    width: 122px;
    height: 122px;
    float: left;
    margin-right: 50px;
    position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
}
.testimonial .pic:before{
    bottom: -10%;
    left: -10%;
    border-bottom: 3px solid #1a519e;
    border-left: 3px solid #1a519e;
}
.testimonial .pic:after{
    top: -10%;
    right: -10%;
    border-top: 3px solid #1a519e;
    border-right: 3px solid #1a519e;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    display: table;
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: -30px;
    left: -15px;
    font-size: 60px;
    color: #d8dad6;
    z-index: -1;
}
.testimonial .testimonial-title{
    font-size: 24px;
    color: #1a519e;
    text-transform: capitalize;
    text-align: left;
}
.testimonial .post{
    font-size: 13px;
    font-weight: 600;
    color: #585f62;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    padding-left: 5px;
}
.testimonial .description{
    width: 100%;
    color: #7c7c7c;
    margin-top: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #1a519e;
}
@media only screen and (max-width: 980px){
    .testimonial{
        padding: 20px 0;
        margin: 20px 15px;
    }
    .testimonial .pic{
        float: none;
    }
    .testimonial .testimonial-content{
        display: block;
        margin-top: 30px;
        overflow: hidden;
    }
    .testimonial .testimonial-content:before{
        z-index: 1;
        top: -200px;
    }
}
.vc-testimonial-block .owl-buttons{
    display: none;
}
.vc-testimonial-block h1{
  text-align: center;
}


.logo-slider marquee a img {
    height: 95px;
    width: auto;
    margin: 0px 25px;
}
.breadcrumb>li a {
    color: #999;
}
.breadcrumb>li {
    color: #999;
}
.logo-slider h1{
    text-align: center;
}

.pull-right img{
    width: 35px;
    height: 35px;
}
.bottom-footer .pull-right {
    padding-right: 200px;
}
.hover-image figure{
    overflow: hidden;
}
.hover-image figure img{
    width: 100%;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.hover-image:hover figure img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.related-news{
  border: 1px solid #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
}
.news h1{
  margin-bottom: 30px;
}
.news figure{
  height: 200px;
  object-fit: cover;
}
.news-box {
    height: 170px;
}
.about-us-images {
    margin-top: 63px;
}



.content-w3ls {
    width: 65%;
    margin: 0 auto;
    position: relative;
    background: none;
    margin-top: 150px;
    text-align: center;
}
.hover-image figure{
    overflow: hidden;
}
.hover-image figure img{
    width: 100%;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.hover-image:hover figure img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}


.detail-page .company {
  margin-bottom: 30px;
}


.rel-subject img{
  width: 100%;
}

.rel-subject h4{
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
}

.right-box-infos.rel-subject{
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.related-subject .view-more {
    text-align: left;
}
.related-subject .company h2 {
    text-align: left;
}
.related-subject .right-box {
    padding: 15px;
    padding-bottom: 0px;
}

.detail-page .company-detail label{
  text-transform: capitalize;
}
.aboutus-content{
    text-align:justify;
}


/* Details trip page */

.booking-form, .detail-content{
    padding:5px;
}
.booking-form h2, .related-Post h2{
   background-color:#3C6B94;
   color:#fff;
   padding :5px;
   margin-top:5px;
   margin-bottom:15px;

}

.single-related-Post{
    margin-top:10px;
    margin-bottom:10px;
}
 /*our-partners
  =================*/
  
   .our-partners{
    background-color: #f8f8f8;
    padding: 60px 0px;
  }
  
  .partners-img img{
    width: 100%;
  }
 