.head-bg i {
    font-size: 25px;
}


/*sticky header position*/

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

body {
    overflow-x: hidden;
}

body #carouselFade {
    position: relative;
}

body #carouselSlides {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 1;
}

.carousel-item p {
    color: rgb(136 16 113);
    background: #f0ffffc2;
    padding: 35px;
    font-size: 20px;
}

.logo-right-side {
    font-size: 15px;
    color: #881071;
    font-weight: bold;
}

#under-contruction {
    background-image: url('../img/Construction.jpg');
    height: 648px;
    background-size: contain;
    background-repeat: no-repeat;
}

.construction-box {
    border: 1px solid gray;
    padding: 39px 80px 39px 80px;
    box-shadow: 2px 3px 5px 1px grey;
}

nav {
    background: #ffffffd1;
    min-height: 85px;
}

nav .nav-item .nav-link {
    color: #720c5f;
    font-weight: 500;
    font-size: 15px;
}

nav .nav-item .nav-link:hover {
    background: #720c5f;
    color: white;
}

.nav-item {
    flex: 1;
    text-align: center;
}

.nav-head {
    background: #881071;
}

.search0result {
    padding: 20px;
}

.search0result table,
.search0result tr,
.search0result td,
.search0result th {
    border: 1px solid #190a49;
    padding: 5px;
    text-align: left;
}

.search0result table {
    width: 100%;
}

.search0result thead tr {
    background: #190a49;
    color: #fff;
    font-weight: bold;
}

body .container P {
    color: #666;
}

span {
    color: #881172;
}

h1 {
    color: #881172;
}

.fa-font {
    color: #881172;
    font-size: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #720c5f;
    border-color: #720c5f;
}

.btn-primary:hover {
    background-color: #e0be11;
    border-color: #e0be11;
}

#about {
    background: url("../img/bus1.jpg");
    background-size: contain;
    background-attachment: fixed;
}

#about .main_abt {
    background: url(../img/abt_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#about .main_abt:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#wareHouse .wareHouse-side {
    background: url(../img/warehousing-service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#wareHouse .wareHouse-side:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#int-import .int-import-side {
    background: url(../img/international-import.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#int-import .int-import-side:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#int-export .int-export-side {
    background: url(../img/inter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#int-export .int-export-side:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#domestic .domestic-side {
    background: url(../img/domesti-service.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#domestic .domestic-side:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#packaging .packaging-side {
    background: url(../img/packaging-service.jpg);
    /* background-position: right; */
    background-size: cover;
    background-repeat: no-repeat;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#packaging .packaging-side:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#do-client .do-client-side {
    background: url(../img/client.jpg);
    /* background-position: right; */
    background-size: cover;
    background-repeat: no-repeat;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#do-client .do-client-side:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#benefits .benefits-side {
    background: url("../img/benifits.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transition-timing-function: ease-in-out;
    transition: transform .9s;
    /* Animation */
}

#benefits .benefits-side:hover {
    transform: scale(1.5);
    overflow: hidden;
}

#visionmision {
    background: url("../img/missin_bg.jpg");
    background-size: contain;
    background-attachment: fixed;
}

#visionmision i {
    font-size: 100px;
    color: #575f67;
    padding-bottom: 20px;
}

#visionmision h4,
#visionmision p {
    color: #b4b7b9;
}

.service-box {
    height: 375px;
    background: radial-gradient(#720c5f, #af2195);
    background: -webkit-radial-gradient(#720c5f, #af2195);
    background: -moz-radial-gradient(#720c5f, #af2195);
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 6px 6px 9px grey;
}

.service-box figure {
    position: absolute;
    text-align: center;
    padding: 19px;
    width: 100%;
    height: 100%;
    color: white;
}

.service-box img {
    position: absolute;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
}

.service-box:hover img {
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    opacity: 0;
}

#helpadvice .help-nav li {
    flex: 1;
    text-align: center;
}

#helpadvice .help-nav li h5 {
    padding: 10px 0px 1px 1px;
}

#helpadvice .help-nav li:hover {
    background: #720c5f;
    color: white;
    box-shadow: 4px 4px 3px rosybrown;
}

#helpadvice .help-nav li:hover a {
    color: white;
    text-decoration: none;
}

#quoteEnquiry {
    background: url("../img/client-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#quoteEnquiry .client-content {
    color: #9e9e9e;
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 19px;
    line-height: 34px;
    padding: 20px 0px 5px 0px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}


/* pincode form and track form */

body {
    margin: 0;
    /* color:#6a6f8c; */
    /* background:#c8c8c8; */
    /* font:600 16px/18px 'Open Sans',sans-serif; */
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

#pincode-track {
    background: url(../img/pincode.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-wrap {
    width: 100%;
    margin: auto;
    /* max-width:525px; */
    min-height: 363px;
    position: relative;
    /* background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center; */
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.login-form {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 28px 20px 14px 20px;
    background: rgba(40, 57, 101, .9);
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    color: #ecc200;
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
    color: #fff;
    border-color: #1161ee;
}

.login-form {
    /* min-height:219px; */
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .1);
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    color: #aaa;
    font-size: 12px;
}

.login-form .group .button {
    background: #1161ee;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
    color: #fff;
}

.login-form .group .check:checked+label .icon {
    background: #1161ee;
}

.login-form .group .check:checked+label .icon:before {
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
    transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
}

#pincode-track {
    padding-top: 90px;
    padding-bottom: 86px;
}

.login-form .group .label {
    color: #aaa;
    font-size: 30px;
}


/* pincode form and track form */


/* STYLES SPECIFIC TO FOOTER  */

#foot_sec {
    background-image: url("../img/foot_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.footer {
    width: 100%;
    position: relative;
    height: auto;
    /* background-color: #070617; */
    background-image: url("../img/foot_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.footer .col {
    width: 239px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}

.footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}

.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .col ul li {
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}

.footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: #ffffffad;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}

.mob-footer {
    padding-top: 120px;
}


/*# sourceMappingURL=main.css.map */


/* media query */


/* media query */

.abt_area .img_block {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
    margin-right: 30px;
}

.abt_area .img_block img {
    width: 100%;
    transition: transform .9s;
}

.abt_area .img_block img:hover {
    transform: scale(1.5);
    overflow: hidden;
}