.cms-body-content .about-us-banner{
    background-image:url('../images/inner-slide-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px 0px;
    text-align:center;
}

.cms-body-content .about-us-banner h1{
    color:#fff;
    font-size:2rem;
    font-weight:bold;
}

.cms-body-content .about-us-banner .breadcrumb{
    background-color:transparent;
    display:inline-flex;
    padding:0px;
    margin:0px;
}

.cms-body-content .about-us-banner .breadcrumb li,.cms-body-content .about-us-banner .breadcrumb li a ,.cms-body-content .about-us-banner .breadcrumb li.active, .cms-body-content .about-us-banner .breadcrumb li.active a, .cms-body-content .about-us-banner .breadcrumb li:before{
    color:#fff;
}

.team-content{
    padding:50px 0px;
}

.team-content .team-info-div{
    margin-bottom: 25px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 25px;
}

.team-content .team-info-div .our-team-img{
    box-shadow: 0px 5px 14px 1px #ccc;
    border: 5px solid #fff;
    overflow:hidden;
}

.team-content .team-info-div .our-team-img img{
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
    width:100%;
}

.team-content .team-info-div .our-team-img:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
}

.team-content .team-info-div h4{
    color: #736e6e;
    font-weight: bold;
    font-size: 1.3rem;
}

.team-content .team-info-div h6{
    color: #736e6e;
}

.team-content .team-info-div p{
    font-size:14px;
    margin:0px;
    color: #736e6e;
}

img{
    max-width:100%;
}

.about-us-content{
    padding:30px 0px;
}

.about-us-content h3{
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 2px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color:#000;
}

.about-us-content p{
    margin:0px;
    color:#666;
    font-size:14px;
    line-height:1.75;
}

.about-us-content img{
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
    border-radius:10px;
    width:100%;
    max-width:100%;
}

.about-us-content .about-us-img:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
}

.about-us-content .about-us-img{
    overflow:hidden;
    box-shadow: 0px 5px 14px 1px #ccc;
    border-radius: 10px;
    
}

.about-mission-section{
    background-image:url('../images/mission-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    padding:30px 0px;
}

.about-mission-section .about-mission-div{
    text-align:center;
    position:relative;
    background-color: #fff;
    box-shadow: 0px 5px 14px 1px #060606;
    overflow:hidden;
}

.about-mission-section .about-mission-div img{
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
    width:100%;
}

.about-mission-section .about-mission-div:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
}

.about-mission-section .about-mission-div .about-mission-div-text{
    position:absolute;
    bottom:0px;
    padding:20px;
    z-index:1;
    background:rgb(0 0 0 / 23%);
}

.about-mission-section .about-mission-div .about-mission-div-text h5{
    color: #f1f1f1;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: 1px dotted #f1f1f1;
    padding-bottom: 10px;
}

.about-mission-section .about-mission-div .about-mission-div-text p{
    color:#f1f1f1;
    margin:0px;
    text-align:left;
}

.terms-section{
    padding:30px 0px;
}

.terms-section h3{
   color: #0a345d;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.terms-section ul{
    list-style-image:url('../images/list-icon.png');
    padding:0px 0px 0px 20px;
    margin-bottom:20px;
}

.terms-section ul li ul{
    list-style-type:lower-alpha !important;
    list-style-image:none;
}

.terms-section ul li ul li ul{
    list-style-type:decimal !important;
    list-style-image:none;
}

.terms-section ul li{
   color: #666;
    line-height: 1.75;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-us-section{
    background-color:#fff;
    padding:30px 0px;
}

.contact-us-section .contact-us-div{
    border: 1px solid #e6dede;
    box-shadow: 0 0 30px rgb(88 92 97 / 30%);
    padding: 20px 0px;
    background-color:#fff;
    text-align:center;
    padding: 25px 10px;
    min-height: 250px;
}

.contact-us-section .contact-us-div .icon-div{
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: auto;
    border: 2px dotted #ffcdbe;
    line-height: 60px;
    border-radius: 50px;
}

.contact-us-section .contact-us-div .icon-div .fa{
    color:#b79a7b;
    font-size:30px;
}

.contact-us-section .contact-us-div h6{
    color: #777;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 15px 0px;
}

.contact-us-section .contact-us-div p{
    margin:0px;
    line-height:1.75;
}

.contact-address-details h3{
    font-size:1.75rem;
    color:#16436f;
    border-bottom:1px dotted #0e4479;
    font-weight:bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contact-address-details .address-div{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.contact-address-details .address-div h4{
   
        font-size:1.25rem;
        color:#000;
        margin-bottom:5px;
    
}

.contact-address-details .address-div p{
    color:#777;
    margin-bottom:5px;
}

.contact-address-details .address-div p .fa{
    color:#106eea;
    margin-right:8px;
}

.contact-address-details .address-div iframe{
    width: 100%;
    border: none;
    height: 135px;
}

.message-div h4{
    background-color: #dfeaf7;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.message-div h5{
    font-size:14px;
    color:#888;
}

.message-div .form-control{
    font-size:14px;
}

.contact-image-div{
    overflow:hidden;
}

.contact-image-div img{
    width:100%;
    max-height:200px;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
}

.contact-image-div:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
}

.transport-table table thead tr th{
    background-color:#e0f7ff;
    border:1px solid #0a0505;

    border-collapse:collapse;
}

.transport-table table thead tr td{
    border:1px solid #0a0505;

    border-collapse:collapse;
}

.transport-table table tbody tr td{
    border:1px solid #0a0505;
    color:#777;
    border-collapse:collapse;
}
.note-div h6{
    color:#777;
    font-weight:bold;
}

.note-div ul{
    list-style-image:none;
    padding-left:15px;
    margin-bottom:20px;
}


.note-div ul li{
    font-size:14px;
}

.travel-gallery{
    overflow:hidden;
    border:5px solid #ccc;
}



.travel-gallery img{
    width:100%;
    max-height:200px;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
}

.travel-gallery:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
}

.car-rental-img{
    overflow:hidden;
}

.car-rental-img img{
    width:100%;
    max-height:200px;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
}

.car-rental-img:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
}

.data-management-content{
    padding:30px 0px;
}

.data-management-div{
    box-shadow:0px 5px 14px 1px #ccc;
}

.data-management-icon{
    margin-top:-45px;
    position:relative;
}

.data-management-icon img{
    border: 2px solid #09608f;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    display:block;
    margin:auto;
}

.data-management-div .data-management-text{
    padding:20px;
    text-align:center;
}

.data-management-div .data-management-text h5{
    color:#004e8c;
    font-size:1.25rem;
    font-weight:bold;
}

.data-management-div .data-management-text p{
    color:#777;
    margin:0px;
    text-align:left;
    line-height:1.75;
}

.data-management-div .data-image{
    overflow:hidden;
}

.data-management-div .data-image img{
    width:100%;
    max-height:200px;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
}

.data-management-div .data-image:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
}


@media screen and (max-width:991px){
    .about-mission-section .about-mission-div img{max-height:400px;}
}

@media screen and (max-width:480px){
  
 

  .xs-pr-0{padding-right:0px !important;}
  .xs-pr-1{padding-right:0.25rem !important;}
  .xs-pr-2{padding-right:0.5rem !important;}
  .xs-pr-3{padding-right:1rem !important;}
  .xs-pr-4{padding-right:1.5rem !important;}
  .xs-pl-0{padding-left:0px !important;}
  .xs-pl-1{padding-left:0.25rem !important;}
  .xs-pl-2{padding-left:0.5rem !important;}
  .xs-pl-3{padding-left:1rem !important;}
  .xs-pl-4{padding-left:1.5rem !important;}
  .xs-mb-0{margin-bottom:0px !important;}
  .xs-mb-1{margin-bottom:0.25rem !important;}
  .xs-mb-2{margin-bottom:0.5rem !important;}
  .xs-mb-3{margin-bottom:1rem !important;}
  .xs-mb-4{margin-bottom:1.5rem !important;}
  .xs-mt-0{margin-top:0px !important;}
  .xs-mt-1{margin-top:0.25rem !important;}
  .xs-mt-2{margin-top:0.5rem !important;}
  .xs-mt-3{margin-top:1rem !important;}
  .xs-mt-4{margin-top:1.5rem !important;}
}

@media screen and (min-width:481px) and (max-width:767px){
  .sm-pr-0{padding-right:0px !important;}
  .sm-pr-1{padding-right:0.25rem !important;}
  .sm-pr-2{padding-right:0.5rem !important;}
  .sm-pr-3{padding-right:1rem !important;}
  .sm-pr-4{padding-right:1.5rem !important;}
  .sm-pl-0{padding-left:0px !important;}
  .sm-pl-1{padding-left:0.25rem !important;}
  .sm-pl-2{padding-left:0.5rem !important;}
  .sm-pl-3{padding-left:1rem !important;}
  .sm-pl-4{padding-left:1.5rem !important;}
  .sm-mb-0{margin-bottom:0px !important;}
  .sm-mb-1{margin-bottom:0.25rem !important;}
  .sm-mb-2{margin-bottom:0.5rem !important;}
  .sm-mb-3{margin-bottom:1rem !important;}
  .sm-mb-4{margin-bottom:1.5rem !important;}
  .sm-mt-0{margin-top:0px !important;}
  .sm-mt-1{margin-top:0.25rem !important;}
  .sm-mt-2{margin-top:0.5rem !important;}
  .sm-mt-3{margin-top:1rem !important;}
  .sm-mt-4{margin-top:1.5rem !important;}
}

@media screen and (min-width:768px) and (max-width:991px){
  .md-pr-0{padding-right:0px !important;}
  .md-pr-1{padding-right:0.25rem !important;}
  .md-pr-2{padding-right:0.5rem !important;}
  .md-pr-3{padding-right:1rem !important;}
  .md-pr-4{padding-right:1.5rem !important;}
  .md-pl-0{padding-left:0px !important;}
  .md-pl-1{padding-left:0.25rem !important;}
  .md-pl-2{padding-left:0.5rem !important;}
  .md-pl-3{padding-left:1rem !important;}
  .md-pl-4{padding-left:1.5rem !important;}
  .md-mb-0{margin-bottom:0px !important;}
  .md-mb-1{margin-bottom:0.25rem !important;}
  .md-mb-2{margin-bottom:0.5rem !important;}
  .md-mb-3{margin-bottom:1rem !important;}
  .md-mb-4{margin-bottom:1.5rem !important;}
  .md-mt-0{margin-top:0px !important;}
  .md-mt-1{margin-top:0.25rem !important;}
  .md-mt-2{margin-top:0.5rem !important;}
  .md-mt-3{margin-top:1rem !important;}
  .md-mt-4{margin-top:1.5rem !important;}
}

@media screen and (min-width:992px) and (max-width:1199px){
  .lg-pr-0{padding-right:0px !important;}
  .lg-pr-1{padding-right:0.25rem !important;}
  .lg-pr-2{padding-right:0.5rem !important;}
  .lg-pr-3{padding-right:1rem !important;}
  .lg-pr-4{padding-right:1.5rem !important;}
  .lg-pl-0{padding-left:0px !important;}
  .lg-pl-1{padding-left:0.25rem !important;}
  .lg-pl-2{padding-left:0.5rem !important;}
  .lg-pl-3{padding-left:1rem !important;}
  .lg-pl-4{padding-left:1.5rem !important;}
  .lg-mb-0{margin-bottom:0px !important;}
  .lg-mb-1{margin-bottom:0.25rem !important;}
  .lg-mb-2{margin-bottom:0.5rem !important;}
  .lg-mb-3{margin-bottom:1rem !important;}
  .lg-mb-4{margin-bottom:1.5rem !important;}
  .lg-mt-0{margin-top:0px !important;}
  .lg-mt-1{margin-top:0.25rem !important;}
  .lg-mt-2{margin-top:0.5rem !important;}
  .lg-mt-3{margin-top:1rem !important;}
  .lg-mt-4{margin-top:1.5rem !important;}
}

@media screen and (min-width:1200px){
  .xl-pr-0{padding-right:0px !important;}
  .xl-pr-1{padding-right:0.25rem !important;}
  .xl-pr-2{padding-right:0.5rem !important;}
  .xl-pr-3{padding-right:1rem !important;}
  .xl-pr-4{padding-right:1.5rem !important;}
  .xl-pl-0{padding-left:0px !important;}
  .xl-pl-1{padding-left:0.25rem !important;}
  .xl-pl-2{padding-left:0.5rem !important;}
  .xl-pl-3{padding-left:1rem !important;}
  .xl-pl-4{padding-left:1.5rem !important;}
  .xl-mt-0{margin-top:0px !important;}
  .xl-mt-1{margin-top:0.25rem !important;}
  .xl-mt-2{margin-top:0.5rem !important;}
  .xl-mt-3{margin-top:1rem !important;}
  .xl-mt-4{margin-top:1.5rem !important;}
  .xl-mb-0{margin-bottom:0px !important;}
  .xl-mb-1{margin-bottom:0.25rem !important;}
  .xl-mb-2{margin-bottom:0.5rem !important;}
  .xl-mb-3{margin-bottom:1rem !important;}
  .xl-mb-4{margin-bottom:1.5rem !important;}
}

