.home-banner {
    background: #fbf9f9;
    height: 90vh
}

.top-bar {
    background: #04458f;
    padding: 5px;
}

.banner-content {
    padding: 250px 40px 250px 0px
}

img {
    animation: point-up-down 1s linear infinite alternate
}

.img-animation {
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.home-banner h2 {
    text-transform:uppercase;
    color: #04458f;
    letter-spacing: 1px;
    font-weight:900
}

.home-banner p {
    color: #000;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight:500
}

.home-banner .btn-book {
    background: #DF0D52;
    color: #fff;
    border-radius: 25px;
    padding: 15px 50px;
    font-size: 15px;
    margin-top: 3px;
    transition: all 0.5s;
}

.home-banner .btn-book:hover {
    background: #000;
    box-shadow: 8px 8px 5px #ddd
}

.services {
    padding: 80px 0px;
    background: #F6FCFF
}

.site-title h3 {
    text-align: center;
    color: #04458f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:26px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 800
}

.site-title img {
    margin: 10px auto
}

.icabs-content h2 {
    text-transform: uppercase;
    color: #04458f;
    letter-spacing: 0.5px;
    font-size: 22px;
    line-height: 1.4
}

.icabs-content h2 span {
    text-transform: none
}

.icabs-content p {
    color: #000;
    font-size: 15.5px;
    letter-spacing: 1px;
    text-align: justify
}

.mt-40 {
    margin-top: 80px;

}

.p-left {
    padding: 40px 50px 0px 0px
}

.p-left-soft {
    padding: 40px 50px 0px 0px
}

.p-right {
    padding: 40px 0px 0px 50px
}

.p-right-safe {
    padding: 13px 0px 0px 00px
}

.btn-services {
    background: #DF0D52;
    color: #fff;
    border-radius: 25px;
    padding: 10px 35px;
    font-size: 15px;
    margin-top: 3px;
    transition: all 0.5s;
}

.btn-services:hover {
    background: #000;
    box-shadow: 8px 8px 5px #ddd;
    color: #fff;
}

.services .row {}

.soft-services {
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;*/
    background-color: #fff;
    padding: 60px 0px;
}

.saftey {

    padding: 60px 0px;
    background: #F6FCFF;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;

}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px !important;
}

.icabs-video {
    padding: 60px 0px;
    background: #FFF;
    padding-bottom: 80px;
}

.top-footer {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #04458f 50%);
}

.foonter-contact {
    background: #f6fcff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    border-radius: 10px;
}

.foonter-contact h4 {
    color: #04458f;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0px;
}

.foonter-contact h5 {
    color: #333;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    padding-top: 10px;
}

.br-1 {
    border-right: 1px solid rgba(0,0,0,0.15)
}

.main-footer {
    background: #04458f;
    padding: 40px;
}

.main-footer h5 {
    color: #fff;
}

.main-footer img {
    padding-top: 50px;
    width: 200px;
}

.main-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main-footer ul li {
    padding: 5px 0px
}

.main-footer ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.main-footer ul li a:hover {
    text-decoration: none;
    color: #000;
}

.main-footer p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2
}

ul.social-network {
    list-style: none;
    display: inline;
    margin: auto;
    margin-left: 0px;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer social icons */
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoMedium:hover {
    background-color: #00AB6C;
}

.social-network a.icoQuora:hover {
    background-color: #AA2200;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoInstagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoMedium:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a {
    background-color: #CCD8EA;
}

@media screen and (max-width: 500px) {
    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }
}

@media screen and (max-width: 450px) {
    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

    .social-circle li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .social-circle li i {
        margin: 0;
        line-height: 40px;
        text-align: center;
    }
}

@media screen and (max-width: 350px) {
    ul.social-network li {
        display: inline;
        margin: 0 2px;
    }

    .social-circle li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .social-circle li i {
        margin: 0;
        line-height: 40px;
        text-align: center;
    }
}

.copyright {
    background: #000;
    padding: 15px;
}

.copyright p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
}

.copyright p a {
    color: #fff;
    font-weight: bold
}

.copyright p a:hover {
    text-decoration: none;
    color: #DF0D52
}

.ht-45 {
    height: 45px;
}

.btn-contact {
    background: #df0d52;
    padding: 15px;
    color: #fff;
    font-size: 16px
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #df0d52;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}
.feature-1{
    height: 250px;
    background: #04458f
}
.feature-2{
    height: 250px;
    background: #1D589A
}
.feature-3{
    height: 250px;
    background: #366AA5
}
.feature-4{
    height: 250px;
    background: #4F7DB1
}
/* Inner Pages */
.inner-banner {
    background-color:#dee7f0;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0px;
}

.inner-banner nav.navbar.bootsnav {
    background: transparent !important;
    border: none;
    box-shadow: none
}
.inner-banner h3{
    color: #000;
    font-size: 20px;
}
.p-120{
    padding-top: 120px!important;
}
.pt-25{
    padding-top: 25px!important;
}
.pt-60{
    padding-top: 60px;
}
.bg-light-blue{
    background: #f5f8fb
}
.site-title p{
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding-bottom: 10px;
}
.mtb-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
/* Inner Page */
/*Contact*/
.contact-page{
    background: #fff;
    padding: 80px 0px;
}
.contact-page h3{
    font-size: 22px;
    color: #04458f;
    text-transform: uppercase
}
.contact-page h4{
    font-size: 17px;
    color: #04458f;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 10px;
}
.contact-page .form-control{
    border-radius: 0px;
    box-shadow: none;
}
.ht-40{
    height: 40px;
}
.contact-info{
    background: #f8f8f8;
    padding: 25px;
    border: 1px solid rgba(0,0,0,0.03);
    margin-bottom: 5px;
}
.contact-info p{
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    margin: 0px;
}
.fleet-block{
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all 0.5s
}
.pt-50{
    padding-top: 50px!important;
}
.site-title p a{
    color: #04458f;
    padding-top: 15px;
    font-weight: 600
}
.covid-safety h4{
   color: #04458f; 
    font-size: 35px;
    line-height: 1.7;
    letter-spacing: normal
}
.img-round{
    border-radius: 10px;
}