*{
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none !important;
}
header .carousel-inner .item img{
    width: 100%;
}
.carousel-caption{
    padding-bottom: 226px;
}
.carousel-caption h2{
    font-size: 50px;
}
.carousel-control.right{
    background-image: none;
}
.carousel-control.left{
    background-image: none;
}
marquee{
    font-size: 16px;
    padding-top: 7px;
    font-weight: 700;
    color: #fff;
}
.link-area {
    position:fixed;
    bottom:20px;
    left:20px;
    padding:15px;
    border-radius:40px;
    background:tomato;
}
.link-area a {
    text-decoration:none;
    color:#fff;
    font-size:25px;
}
*{
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.82em;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    width: 100%;
}
h2{
    font-size: 45px;
    font-weight: 800;
}
h3{
    font-size: 35px;
}
.custom-btn{
    padding: 10px;
    background:#05abf5 ;
    color: #000;
    font-size: 16px;
}
button{
    outline:hidden;
    !important;
}
.mtb-80{
    margin: 80px 0;
}
.mb-80{
    margin-bottom: 80px;
}
small{
    font-weight: 600;
    font-size: 18px;
    color:#05abf5;
}
a{
    text-decoration: none;
}

.top-header{
    background: #222 ;
    color: #fff;
}
.top-header ul{
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.top-right{
    padding: 20px 0;
}
.top-right a i{
    padding: 5px;
}
.top-left ul li{
    padding: 0px 10px;
}
.top-left ul li i{
    padding: 0 5px;
}
.top-header-area {
    background-color: #05abf5;
    padding-top: 5px;
    padding-bottom: 0px;
}
.top-header-text span {
    font-size: 16px;
    color: #fff;
}
.top-header-text span i {
    font-size: 22px;
    color: #05abf5;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.toggle {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}
.nav-bar{
    background:#05abf5 ;
    position: relative;
}
.nav-bar .logo{
    background: #fff;
}
.nav-bar .logo:before {
}
.nav-bar .nav-right{
    position:absolute ;
    color: #fff !important;
}
.nav-right ul{
    display: flex !important;
}
.nav-bar ul{
    padding:0 15px;
}
.nav-bar ul li a{
    display: block;
    padding: 25px 15px;
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.drop-down{
    position: relative;
}
.drop-down-list{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 250px;
    background-color: #222;
    z-index: 1200;
    left: -45px;
    text-align: center;
}
.drop-down:hover .drop-down-list{
    display: block !important;
}
.drop-down .drop-down-list{
    display: none !important;
}
.drop-down .drop-down-list li a{
    display: block;
    margin: 3px;
    padding: 6px;
}
.drop-down .drop-down-list li a:hover{
    background:#05abf5 ;
}
.page-header {
    position: relative;
    background: url("../img/page-header.jpg");
    background-size: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 360px;
    margin:0px;
}
.page-header h1{
    font-size: 50px;
    font-weight: 700;
    margin-top: 100px;
    color: #fff;
    text-shadow: 1px 1px 2px #05abf5 ;
}
.page-header ul li a{
    color:#05abf5 !important;
}
.page-header ul li,a{
    color: #fff;
    display: inline-flex;
}
.calling-button{
    position: fixed;
    z-index: 1500;
    bottom: 40%;
    right: -102px;
    bottom: 40px;
}
.calling-button img{
    width: 50%;
}
.whatsapp{
    width: 30% !important;
}
.welcome_sec{
    background-image: url(../img/services-details/transportations.jpg);
    background-attachment: fixed;
    width:100%;
    height: auto;
    background-size: cover;
    padding:62px 0;
    background-color:#05abf5;
    background-blend-mode: overlay;
}
.member-item{
   padding: 10px;
    background: #00afee;
    box-shadow: 1px 2px 13px;
}
.welcome_sec .welcome_content h2{
    color:#fff;
}
.welcome_sec .welcome_content p{
    color:#fff;
    padding-bottom:10px;
}
.right_absolute {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/Main-office.JPG) no-repeat 0 0;
    background-size: cover;
    height: 730px;
}
.custom-section .custom-caption {
    padding: 10px;
}
.bg-attachment{
    background-image: url(../img/bg-attachment.jpg);
    justify-content: center;
    text-align: center;
    background-size: cover;
    width: 100%;
    padding: 20px;
    color: #fff;
    background-attachment: fixed;
}
.mission {
    text-align: center;
}
.mission img{
    border-radius: 3px;
    width: 300px;
}
.gallery .gallery-g{
    margin-bottom: 15px !important;
}
.gallery .gallery-g{
    padding: 10px;
    transition: all 0.5s;
}
.gallery .gallery-g:hover{
    padding: 0px;
    transition: all 0.5s;
}
.contact-form{
    position: relative;
    padding: 100px;
    box-shadow: 1px 2px 3px;
    background: linear-gradient( #05abf5,black);
}
.contact-form form{
    padding: 20px;
    box-shadow: 1px 4px 4px;
}
iframe{
    border-radius: 8px;
}
::placeholder {
    padding: 10px;
    font-size: 600;
    color: #fff;
}
.contact-form h3{
    color: #fff;
}
.contact-form{
    position: relative;
}
form{
    overflow: hidden;
}
.contact-form input{
    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #fff;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea ::placeholder{
    color: #fff;
}
textarea{
    height: 202px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
    color: #fff;
    background: transparent;
}
.counter{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 22px 0 0;
    margin: 0 10px;
    position: relative;
}
.counter:before{
    content: "";
    border: 2px solid #575757;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}
.counter .counter-icon{
    color: #222;
    font-size: 40px;
    margin: 0 0 22px;
}
.counter .counter-content{
    background-color: #05abf5;
    padding: 26px 18px 20px;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.counter .counter-content:before{
    content: '';
    background-color: #222;
    width: 25px;
    height: 25px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: -13px;
}
.counter h3{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 500;
}
.counter.red .counter-icon{
    color: #222;
}
.counter.red .counter-content, .counter.red .counter-content:before{
}
.counter.blue .counter-icon{
    color: #05abf5;
}
.counter.blue .counter-content, .counter.blue .counter-content:before{
    background-color: #05abf5;
}
.counter.purple .counter-icon{
    color: #05abf5;
}
.counter.purple .counter-content, .counter.purple .counter-content:before{
    background-color:#05abf5;
}
@media screen and (max-width:990px){
    .counter{
        margin-bottom: 40px;
    }
}
.footer{
    background-repeat: no-repeat;
    background-image: url(../img/footer.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 70px;
}
.footer_logo p{
    margin-top: 40px;
    color:#fff;
}
.footer_logo a{
    display: inline-block;
}
.footer_logo ul{
    margin: 0px;
    padding: 0px;
}
.footer_logo ul li {
    display: inline-block;
    margin-left: 5px;
}
.footer_logo ul li a {
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s;
    line-height: 31px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    border-color:#fff;
    color:#fff;
}
.footer_logo ul li a:hover {
    background: #d6a300;
    color: #fff;
    border-color: #d6a300;
}
.link_footer ul{
    margin:0;
    padding:0;
}
.footer h4{
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 0px;
}
.link_footer ul li{
    list-style: none;
}
.link_footer ul li a{
    color:#fff;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
    transition: all 0.3s;
}
.link_footer ul li a:hover{
    color: #fff;
}
.footer-latest-news {
    padding-left:65px;
}
.footer-latest-news .single-news {
    margin-bottom: 16px;
}
.footer-latest-news .single-news h5 a {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color:#fff;
}
.footer-latest-news .single-news h5 a:hover{
    color: #fff;
}
.footer-latest-news .single-news span{
    color:#fff;
}
.footer .footer-subscribe {
    padding-left: 60px;
}
.footer-subscribe p {
    color:#fff;
}
.footer-subscribe form {
    margin: 40px 0 0 0;
    height: 60px;
    position: relative;
}
.footer-subscribe form input {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    border-radius: 30px;
    padding: 0 63px 0 30px;
    font-size: 15px;
}
.footer-subscribe form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    color: #fff;
    border-radius: 0 30px 30px 0 !important;
    font-size: 30px;
    border: solid;
}
.footer-subscribe form button.btn-text:before{
    border-radius: 0 30px 30px 0;
}
.footer .bottom-footer .container {
    border-top:10px solid #05abf5;
}
.footer .bottom-footer .bor_top {
    padding: 10px 0;
}
.footer .bottom-footer p {
    color: #fff;
    line-height: 35px;
    margin: 0px;
}
.footer .bottom-footer p a {
    font-weight: normal;
}
.bor_top a{
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-latest-news, .link_footer, .footer .footer-subscribe {
        padding-left:0px;
    }
    .footer_logo ul li{
        margin-left: 3px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-latest-news, .link_footer, .footer .footer-subscribe {
        padding-left:0px;
    }
    .footer h4{
        margin-bottom: 20px;
    }
    .footer .bottom-footer {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
	
	.page-header h1 {
		font-size: 35px;
	}
    .footer-latest-news, .link_footer, .footer .footer-subscribe {
        padding-left:15px;
    }
    .important_info, .contact_btn{
        text-align: center;
    }
    .footer h4{
        margin-bottom: 20px;
    }
    .page-header {
    position: relative;
    background: url("../img/page-header.jpg");
    background-size: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 240px;
    margin:0px;
}
    .footer .bottom-footer, .footer-subscribe form {
    }
    .single-news h5{
        margin-bottom: 0px;
    }
    .link_footer ul li a:last-child, .footer-latest-news .single-news:last-child, .footer-subscribe p{
    }
    .footer .bottom-footer .bor_top{
        padding: 10px 0;
    }
    .footer .bottom-footer p{
        line-height: 1.3;
    }
    .footer_logo p{
        margin-top: 15px;
    }
    .footer_logo{
        margin-bottom:20px 
    }
}
@media(max-width:479px){
    .carousel-caption h3{
        font-size: 12px;
    }

.carousel-caption{
    padding-bottom: 0px !important;
}
    .top-header ul{
        flex-direction: column;
    }
    .drop-down-list{
        position: static !important;
    }
    .menu-bar-1{
        display: none;
    }
    .logo img{
        width: 180px;
    }
    .toggle{
        position: absolute !important;
        z-index: 1200;
        right: 29px;
        top: 185px;
        display: block;
    }
    .none-1{
        display: none;
    }
    .col-12{
        margin-bottom: 10px;
    }
    .contact-form{
        padding: 0;
    }
    .slider{
        padding: 0;
    }
    .carousel-caption h2 {
        font-size: 21px;
    }
    .nav-right{
        width: 100%;
        background: #05abf5;
        z-index: 1200;
        display: none;
    }
    .bg-attachment{
        padding: 0;
    }
    .nav-right ul{
        flex-direction: column;
        width: 100%;
    }
    .bg-caption{
        text-align: center;
        padding: 20px;
    }
    .nav-bar ul li a {
        display: block;
        padding: 9px 15px;
        font-size: 12px;
    }
    header .carousel-inner .item img {
        width: 100%;
        height: auto;
    }
    h2 {
        font-size: 30px;
    }
    .d-none-1{
        display:none;
    }
     .carousel-inner{
         height:auto;
    }
}
 


 .drop-down-list1{
    height: 400px;
    overflow-x: scroll;
 }
 .card-img-top{
    padding: 10px;
 }
 .services-home{
    padding: 20px 0 40px 0;
 }

.our_branches li {
    background-color: #0d6883;
    color: white;
    margin: 6px;
    border-radius: 5px;
    font-size: 16px;
}
.our_branches li a{
    background-color: #0d6883;
    color: white;
    padding: 6px;
    margin: 6px;
    border-radius: 5px;
    font-size: 16px;
}
.btn-primary{
    background-color: #0d6883 !important;
}
.card-title{
    font-size: 18px;
    font-weight: bold;
}