body {
    padding: 0px;
    margin: 0px;
    font-family: 'Bookman Old Style', Comfortaa, cursive;
    overflow-x: hidden;
}

.main-header .dt-sc-icon-box.type4 .icon-content h4 {
    font-size: 15px;
    float: left;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 16px;
}

.custom-back {
    background: #004D8C;
    /* color: white; */
    border: none;
    z-index: 1;
}


/* jssor slider loading skin spin css */

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.jssorb053 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb053 .i .b {
    fill: #fff;
    fill-opacity: 0.5;
}

.jssorb053 .i:hover .b {
    fill-opacity: .7;
}

.jssorb053 .iav .b {
    fill-opacity: 1;
}

.jssorb053 .i.idn {
    opacity: .3;
}

.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora093 .c {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093:hover {
    opacity: .8;
}

.jssora093.jssora093dn {
    opacity: .6;
}

.jssora093.jssora093ds {
    opacity: .3;
    pointer-events: none;
}

.hero-banner {
    width: 100%;
}

.header-align-left #logo {
    display: inline-block;
    width: 24.7%;
    padding-top: 34px;
    padding-bottom: 20px;
}

.logo {
    display: inline-block;
    width: 29.7%;
    /* padding-top: 21px; */
    /* padding-bottom: 20px; */
}

a.quote-btn {
    background: #e91e63 !important;
    color: white;
    padding: 15px 20px 15px 20px;
    line-height: 5;
    font-size: 12px;
    border-radius: 50px;
    margin-top: 2px;
}

.top-header {
    padding-top: 20px;
    padding-bottom: 10px;
    background: url(../images/top-header.jpg);
    background-size: cover;
    background-position: -82px -2px;
    /* background-attachment: fixed; */
}

section.why.choose.us {
    background: url(../images/handshake-background.png);
    color: black;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 41px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.custom-icons {
    color: black;
    width: 75px;
    height: 70px;
    line-height: 2;
    border-radius: 50px;
    background: #ffffff;
    border-bottom: 4px solid;
}

.pull-center {
    color: black;
    font-size: 60px;
}

.icons {
    position: absolute;
    left: -24px;
    top: 5px;
    font-size: 24px;
    color: #E67716;
}

.icon-content {
    font-weight: bold;
}

section.why.choose.us.about {
    background: white;
    color: black;
    text-align: justify;
    padding-top: 76px;
    padding-bottom: 40px;
}

footer {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #383636;
    color: white;
}

.footer-copyright {
    margin: 0px;
    padding: 30px 0px;
    width: 100%;
    clear: both;
}

ul {
    list-style: none;
}

.testimonial_subtitle {
    color: #0aaa7a;
    font-size: 12px;
}

.testimonial_btn {
    background-color: #373d4b !important;
    color: #fff !important;
}

.seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

.test-testimonial {
    padding-top: 50px;
    padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .screen {
        float: left;
        font-size: 11px;
        text-align: center;
    }
    .text-info {
        display: none;
    }
    .icons {
        position: relative;
        left: 0;
        top: -8px;
        font-size: 17px;
        color: #3F51B5;
    }
    .logo {
        display: inline-block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .top-header {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.serv-wrapper {
    /* background: #eee; */
    padding: 19px 23px;
    text-align: center;
}

.serv {
    background: #ACC144;
    padding: 15px;
    text-align: justify;
    box-shadow: 0 8px 5px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transition: .15s;
    color: white;
}

.SERV-ICONS {
    text-align: center;
    /* background: aliceblue; */
}

.section-6.animated.bounceInDown {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}

h3.txt-txt {
    color: black;
    text-align: center;
    font-weight: bold;
}

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.gal-item .box {
    height: 350px;
    overflow: hidden;
}

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

.gal-container .description h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}


/* Footer Style */

i.red {
    color: #BC0213;
}

.gal-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

footer {
    font-family: 'Quicksand', sans-serif;
}

footer a,
footer a:hover {
    color: white;
}

.section-3 {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
    background: url(../images/1200px-Australia_Day2.html);
    color: white;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-animation: backgroundScroll 15s linear 1;
    -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll 25s linear infinite;
    animation-fill-mode: forwards;
}

.btn-default {
    color: #333;
    background-color: #009688;
    border-color: #009688;
    border-radius: 0px;
    color: #fff;
}

#blog-section {
    margin-top: 40px;
    margin-bottom: 80px;
}

.content-title {
    padding: 5px;
    background-color: #fff;
}

.content-title h3 a {
    color: #34495E;
    text-decoration: none;
    transition: 0.5s;
}

.content-title h3 a:hover {
    color: #F39C12;
}

.content-footer {
    background-color: #16A085;
    padding: 10px;
    position: relative;
}

.content-footer span a {
    color: #fff;
    display: inline-block;
    padding: 6px 5px;
    text-decoration: none;
    transition: 0.5s;
}

.content-footer span a:hover {
    color: #F39C12;
}

aside {
    margin-top: 30px;
    -webkit-box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
    -moz-box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
    box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
}

aside .content-footer>img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-right: 10px;
    border: 2px solid #fff;
}

.user-ditels {
    width: 300px;
    top: -100px;
    height: 100px;
    padding-bottom: 99px;
    position: absolute;
    border: solid 2px #fff;
    background-color: #34495E;
    right: 25px;
    display: none;
    z-index: 1;
}

@media (max-width:768px) {
    .user-ditels {
        right: 5px;
    }
}

.user-small-img {
    cursor: pointer;
}

.content-footer:hover .user-ditels {
    display: block;
}

.content-footer .user-ditels .user-img {
    width: 100px;
    height: 100px;
    float: left;
}

.user-full-ditels h3 {
    color: #fff;
    display: block;
    margin: 0px;
    padding-top: 10px;
    padding-right: 28px;
    text-align: right;
}

.user-full-ditels p {
    color: #fff;
    display: block;
    margin: 0px;
    padding-right: 20px;
    padding-top: 5px;
    text-align: right;
}

.social-icon {
    background-color: #fff;
    margin-top: 10px;
    padding-right: 20px;
    text-align: right;
}

.social-icon>a {
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
}

.social-icon a:nth-of-type(1) {
    color: #4E71A8;
}

.social-icon a:nth-of-type(2) {
    color: #3FA1DA;
}

.social-icon a:nth-of-type(3) {
    color: #E3411F;
}

.social-icon a:nth-of-type(4) {
    color: #CA3737;
}

.social-icon a:nth-of-type(5) {
    color: #3A3A3A;
}


/*recent-post-col////////////////////*/

.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post {
    width: 100%;
    height: 80px;
    list-style-type: none;
}

.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border: 5px solid #16A085;
    transition: 0.5s;
}

.recent-post a {
    text-decoration: none;
    color: #34495E;
    transition: 0.5s;
}

.post-img,
.recent-post a:hover {
    color: #F39C12;
}

.post-img img:hover {
    border: 5px solid #F39C12;
}


/*===============ARCHIVES////////////////////////////*/

button.accordion {
    background-color: #16A085;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #F39C12;
    color: #fff;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*categories//////////////////////*/

.categories-btn {
    background-color: #F39C12;
    margin-top: 30px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.categories-btn:after {
    content: '\25BA';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.categories-btn:hover {
    background-color: #16A085;
    color: #fff;
}

.form-control {
    border-radius: 0px;
}

.btn-warning {
    border-radius: 0px;
    background-color: #F39C12;
    margin-top: 15px;
}

.input-group-addon {
    border-radius: 0px;
}

.cust-hemu {
    padding: 12px 40px;
    background: transparent;
    border: 2px solid;
    line-height: 1;
    margin-top: 37px;
    font-size: 19px;
}

.cust-hemu2 {
    padding: 14px 40px;
    background: #004D8C;
    border: 2px solid;
    line-height: 1;
    margin-top: 37px;
    font-size: 19px;
}

@media screen and (max-width:480px) {
    .cust-hemu2 {
        padding: 14px 40px;
        background: #50AC01;
        border: 2px solid;
        line-height: 1;
        margin-top: 37px;
        font-size: 19px;
        margin-left: 19%;
    }
}

input.track-box {
    width: 100%;
    padding: 10px;
}

.login-wrapper {
    background: url(../images/background-bg22.html);
    height: 100vh;
    background-size: cover;
}

section.aboutus {
    padding-top: 50px;
    padding-bottom: 50px;
    color: black;
    text-align: justify;
    background: url(../images/letsGo-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-form {
    width: 50%;
    transform: translate(50%, 50%);
    background: snow;
    padding: 50px 20px 50px 20px;
    border-radius: 5px;
}

a.login-btn {
    background: #A6BB37;
    color: white;
    padding: 10px 50px 10px 50px;
    line-height: 5;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.login-text {
    text-align: center;
    color: black;
}

.custom-style {
    width: 130px;
    z-index: 999;
    /* box-shadow: 0px 15px 1px -15px #eee; */
    text-align: center;
    position: absolute;
    top: -60px;
    left: 250px;
    border-radius: 50px;
    /* padding: 0; */
    /* margin: 0; */
}

.marvel-login {
    text-align: center;
}

.hero-banner {
    width: 100%;
    background: url(../images/movers_parallax.jpg);
    position: relative;
    opacity: 0.8;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-img {
    color: white;
    padding-top: 80px;
    text-align: justify;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.banner {
    background: url(../images/Business.jpg);
    BACKGROUND-SIZE: COVER;
    padding: 50px 0;
    background-attachment: fixed;
    background-repeat: repeat;
    font-size: 12px;
    overflow: hidden;
    transition: 1s;
}

.banner:hover {
    transform: scale(1.1);
    opacity: 0.9;
    transition: 1s;
}

.txt-reprensting {
    text-align: center;
    color: white;
    font-weight: 900;
    padding: 100px 0px;
}

span.chngetxt {
    color: #EA8913;
    font-size: 50px;
    font-weight: bold;
}

.banner-text {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    max-width: 44%;
    position: relative;
    left: 23pc;
    padding: 21px;
}

.back-back {
    background: url(../images/servback-bg.jpg);
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
}

section.bottom-slide {
    background: #004D8C;
    text-align: center;
    color: white;
}

.about-pro {
    padding-top: 50px;
    padding-bottom: 50px;
    color: black;
    text-align: justify;
    background: url(../images/serv-backbg.html);
}

.text {
    /* line-height: 30px; */
    background: #EE9C0C;
    height: 350px;
    padding: 29px 16px;
    color: white;
}

.text:hover {
    transform: translatey(10px) scale(1.1);
    transition: .5s;
    background: #04508E;
}

.text:hover img {
    transform: translatey(-50px);
    transition: .5s;
}

.text1:hover img {
    transform: translatey(-50px);
    transition: .5s;
}

.text1:hover {
    transform: translatey(10px) scale(1.1);
    transition: .5s;
    background: #EE9C0C;
}

.text1 {
    /* line-height: 30px; */
    background: #04508E;
    height: 350px;
    padding: 29px 16px;
    color: white;
}

.my-icons {
    position: absolute;
    bottom: 16px;
    left: 232px;
    overflow: hidden;
    font-size: 31px;
    transition: .5s;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.choose-icons {
    text-align: center;
}

.bold-txt {
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 22px;
    font-family: 'Comfortaa', cursive;
}

.serv-text {
    padding: 45px 0px;
    text-align: center;
    color: white;
    font-weight: bold;
}

span.serv-nmbr {
    background: transparent;
    padding: 15px 20px;
    line-height: 4;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid white;
    /* transform: skewX(87deg); */
    animation: animate 3s linear infinite;
}

@keyframes animate {
    0% {
        background: transparent;
    }
    50% {
        background: #F5BE32;
    }
    100% {
        background: transparent;
    }
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -360px 0px;
    }
}


/* Essential CSS - Makes the effect work */

.bubbles {
    display: inline-block;
    font-family: arial;
    position: relative;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #fff;
    z-index: 1;
}

a.btnbanner {
    box-shadow: 0 0 0 2px #ffffff;
    background: #004D8C;
    font-size: 14px;
    padding: 10px 70px 10px;
    font-size: 20px;
    text-transform: uppercase;
    /* padding: 8px 15px; */
    line-height: 2;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    color: white;
    border-radius: 5px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

section.about-us {
    background: #F7F6F2;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: justify;
    /* border: 3px solid #f1f1f1; */
}

section.about-us {
    background: url(../images/dubai.html);
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: justify;
    /* border: 3px solid #f1f1f1; */
    color: white;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-strength {
    padding-top: 20px;
    padding-bottom: 60px;
    /* border-bottom: 2px solid; */
    box-shadow: 2px -1px 16px -3px #888585;
}

.mission-txt {
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    text-align: center;
    background: url(../images/letsGo-background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.tracking-banner {
    background: url(../images/gps-tracking-banner.html);
    8 background-size: cover;
    background-repeat: no-repeat;
}

.contact-banner {
    background: url(../images/hero_contact_us-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

section.track-box {
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

.company-highlight {
    background: url(../images/offer-image.jpg);
    background-size: cover;
    height: 100px;
}

@keyframes animate2 {
    0% {
        opacity: 0
    }
    39% {
        opacity: 0.3
    }
    69% {
        opacity: 0.6
    }
    100% {
        opacity: 1
    }
}

.blink {
    animation: animate2 5s infinite;
}

.left {
    float: left;
}

.right {
    float: right;
}

.social-icons.left {
    padding: 29px 0px 0px 0px;
    position: absolute;
    z-index: 9999999999999;
    right: 0px;
}

.social-icons {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 150px;
}

.tab {
    margin-bottom: 5px;
    padding: 6px;
    background: rgba(0, 0, 0, .6);
    border-radius: 25px 0 0 25px;
}

.circle {
    padding: 14px 0px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    height: 40px;
}

.fa-facebook {
    color: white;
    background-color: hsl(221, 44%, 41%);
}

.fa-twitter {
    color: white;
    background-color: hsl(195, 100%, 60%);
}

.fa-twitter:hover {
    background-color: hsl(195, 100%, 60%);
}

.fa-google-plus {
    color: white;
    background-color: hsl(7, 71%, 55%);
}

.fa-google-plus:hover {
    background-color: hsl(7, 71%, 55%);
}

.fa-linkedin {
    color: white;
    background-color: hsl(199, 85%, 36%);
}

.fa-linkedin:hover {
    background-color: hsl(199, 85%, 36%);
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-linkedin:hover {
    color: hsl(0, 0%, 100%);
}

li.tab a {
    color: white;
}

li.tab a:hover {
    text-decoration: none;
}

.common {
    padding: 6px;
    text-align: justify;
}

.branches {
    padding: 15px;
    /* border: 1px solid; */
    background: #fff;
    text-align: center;
}

p.one {
    background: white;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
    border-top: 2px solid #b7b7b7;
}

a.phn-txt {
    font-weight: bold;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
    top: 25px;
    text-align: -webkit-center;
    border-radius: 10px;
    box-shadow: 2px 2px 9px -1px grey;
}

.number-ico {
    color: #FFF;
    padding: 5.5px 11px;
    background-color: #004D8C;
    border-radius: 3px;
    position: relative;
    top: -17px;
}