/*
    Theme name: Bace

*/


@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5867dd;
  --secondary: #e1e1ef;
  --success: #0abb87;
  --info: #5578eb;
  --warning: #ffb822;
  --danger: #fd397a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1399px;
  }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  scroll-behavior: smooth;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; 
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; 
}

h1, h2, h3, h4, h5, h6{
  margin: 0 
}


abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; 
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    text-decoration: none;
    color: #e77817;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; 
}

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; 
  max-width: 100%;
-webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: inherit;
  color: #6c7293;
  border-bottom: 1px solid #ddd;
  -webkit-text-fill-color: #6c7293;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
  transition: background-color 5000s ease-in-out 0s;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none
}
.wrapper{
    overflow-x: hidden
}

.no-pad{
    padding: 0;
}
.banner {
    position: relative;
}
.slider-container{
    background: url('../images/bannner/banner1.jpg');
}
header {
    font-family: 'Lato', sans-serif;
    position: absolute;
    z-index: 3;
    width: 100%;
    overflow: hidden;
}
.header-nav {
    background: #fff;
    padding: 33px 0 33px 92px;
    margin: 54px 0 0 0;
    width: 95%;
    position: relative;
}
.header-nav::after {
    position: absolute;
    content: '';
    background: #fff;
    height: 100%;
    width: 80px;
    transform: skewX(-15deg);
    top: 0;
    right: -36px;
    z-index: -1;
}
.mobile-nav{
    display: none;
}
.brand {
    text-align: right;
    background: #fff;
    margin: 32px 0 0; 
    text-align: left;
    width: 90%;
    float: right;
    padding: 12px 0;
    position: relative;
}
.brand::before {
    position: absolute;
    content: '';
    background: #fff;
    height: 100%;
    width: 80px;
    transform: skewX(-15deg);
    top: 0;
    left: -36px;
    z-index: -1;
}
nav ul li {
    display: inline-block;
    margin-left: 35px;
}
nav ul li:first-child {
    margin-left: 0px;
}
nav a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
span.higlightSPan {
    position: absolute;
    top: -14px;
    color: #fff;
    background: #E91E63;
    padding: 0px 5px;
    font-size: 10px;
    right: 0;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 0px;
}
span.higlightSPan::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #e91e63;
    left: 0px;
    bottom: -3px;
    z-index: -1;
}

nav a:hover {
    color: #e77817
}
nav a::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e77817;
    transition: all .3s ease-in-out;
}
nav a:hover:after {
    transition: all .3s ease-in-out;
    width: 100%;
}
.services-at-banner{
    position: absolute;
    right: 0;
    bottom: 15vh;
    z-index: 3;
}
.services-points {
    background: #4b4663;
    padding: 12px 40px 12px 8px;
    position: relative;
}
.services-points ul li {
    display: inline-block;
    margin: 0 30px;
    position: relative;
}
.services-points ul li::after {
    content: '';
    position: absolute;
    top: 20%;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    height: 18px;
    width: 18px;
    transform: rotate(-45deg);
    right: -36px;
    box-shadow: 1px 3px #f00;
}
.services-points ul li:last-child::after {
    display: none;
}
.services-points h2 {
    font-family: 'Noto Serif', serif;
/*    font-weight: 400;*/
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
    text-shadow: 2px 1px #000;
}
.services-at-banner::before, .services-points::before {
    position: absolute;
    content: '';
    background: #4b4663;
    height: 50%;
    width: 80px;
    transform: skewX(35deg);
    top: 0;
    left: -31px;
    z-index: -1;
    border-left: 6px solid #000;
}
.services-at-banner::after, .services-points::after {
    position: absolute;
    content: '';
    height: 50%;
    background: #4b4663;
    width: 80px;
    transform: skewX(-35deg);
    bottom: 0;
    left: -24px;
    z-index: -1;
    border-left: 6px solid #fff;
}
.services-points::before {
    left: -24px;
    border-left: 6px solid #fff;
}
.services-points::after {
    left: -31px;
    border-left: 6px solid #0a0a0a;
}
section#about {
    background-size: cover !important;
    position: relative;
    padding: 0 0 120px;
    min-height: 100vh;
}
.about-title-pic {
    margin: -1px;
}
.about-title-pic img{
    min-width: 100%;
}
.white-text{
    color: #fff;
}
.about-para {
    font-size: 1.1rem;
    margin-top: 5rem;
    padding-left: 2.2rem;
}
.about-tagline-pic {
    position: absolute;
    bottom: 180px;
    left: 6%;
}
.mobileBar {
    color: #0a0b0c;
    margin-top: 12px;
    font-size: 20px;
}

#what-we-do {
    background-size: cover !important;
    padding: 40px 0 135px;
    background-repeat: repeat-y !important;
    display: block;
    position: relative;
}

.img-wrapper{
    width: 100%;
    padding: 0 50px;
}
#what-we-do .img-wrapper{
    text-align: right;
}
#what-we-do .container {
    padding: 0px 60px;
}
.workboxmain {
    position: relative;
    display: block;
    margin-top: -3.1em;
}
.workboxmain:first-child{
    margin-top: 5px;    
}
.work-box {
    position: relative;
    display: block;
}
.work-box-type1{
    text-align: left;
}
.work-box img:hover{
    filter: sepia(80%);
    opacity: 0.8;
}
.work-box h2{
    font-size: 1.7vw;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: #555;
}
.work-box h2:hover{
    color: #e77817 !important
}
.work-box-type2 {
    text-align: right;
    margin-top: 80px;
}
.workboxmain > a > article.work-box-type2.first-type2-work {
    margin-top: 125px;
}
.work-text {
    position: absolute;
    top: 50%;
    left: 50%;
}
.work-text-left {
    transform: translate(-20%, -50%);
}
.work-text-right {
    transform: translate(-90%, -50%);
}
.work-box p{
    display: none
}
.service-main-pic {
    text-align: right;
}
.service-title h2 {
    font-family: 'IBM Plex Serif', serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 3.8rem;
    font-weight: 200;
    color: #7191d8;
    text-shadow: -2px 0px #48488e;
    margin-bottom: 12px;
}
section#our-services {
    padding: 50px 0;
}
.coming-title h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 400;
    color: #e77817;
    margin-top: 125px;
}
.coming-title h2 span{
    display: block;
}
span.coming-text-2 {
    text-align: right;
    color: #000;
}
#logistics {
    background: #f5a310;
    padding: 25px 0;
    color: #fff;
}
.star-pattern-top-right, .star-pattern-bottom-right{
    text-align: right;
}
.logistics-content h2 {
    font-family: 'Oswald', sans-serif;
    text-shadow: -2px 3px 0px #000;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: -.04em;
    margin-bottom: 1.5rem;
}
.logistics-pic{
    max-width: 150%;
    margin-left: -70px;
}
.logistics-content li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
}
.logistics-content li::before, .logistics-content li::after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #fff;
    top: 34%;
    z-index: 1;
}
.logistics-content li::after {
    left: 3px;
    border-left: 11px solid #000;
    z-index: 0;
}

#clients {
    padding: 72px 0;
}
.clients-title.text-center {
    margin-bottom: 50px;
}
.clients-container {
    display: flex;
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
    padding: 5px;
    /* border-radius: 50%; */
}
.client-box {
    padding: 5px;
    border: 3px solid #33a0cd;
    text-align: center;
    border-radius: 50%;
}
.client-box img {
    border-radius: 50%;
}
footer{
    background: #f5a310;
    color: #fff;
    position: relative;
}
footer h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.9rem;
}
footer h3 {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 4px;
}
.bg-contact {
    background: #24211d;
    position: relative;
    padding: 35px;
    padding-left: 45px;
    font-size: 0.8rem;
    color: #f9f9f9;
}
.bg-contact::after {
    position: absolute;
    content: '';
    right: -135%;
    background: #24211d;
    width: 135%;
    top: 0;
    bottom: 0;
}
.add-details {
    margin-top: 20px;
}
.what-we-do-details {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 88%);
    z-index: 3;
    padding-top: 6vw;
    display: none;
}
article.work-dt-box-content.show-work-details{
    display: block
}
article.work-dt-box-content {
    position: relative;
    display: none;
}
.work-dtl-box {
    background: url(../images/bg/what-we-do.jpg);
    position: relative;
    background-size: cover;
    padding: 55px 25px;
    
}
.work-dtls-text {
    position: absolute;
    top: 23px;
    left: 43%;
    transform: translate(-10%, 2%);
}
.close-dtl {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 2rem;
    color: #f00;
    cursor: pointer;
}
.work-dtls-text h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2.6rem;
    font-weight: 400;
    color: #333;
    margin-top: -7px;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    margin-left: -15px;
}
.work-dtls-text p {
    font-family: 'Norican', cursive;
    color: #333;
    font-size: 35px;
    margin-top: 5px;
}
.work-dtls-text ul li {
    color: #333;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    padding-left: 18px;
    margin-left: -10px;
}
.work-dtls-text ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 30%;
}
.work-dt-box-content.show-work-details img:first-child{
    display: none
}
.preloader {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    padding: 28px;
    text-align: center;
    z-index: 3;
}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #ffffff;
    font-size: 24px;
    line-height: 35px;
    width: 40px;
    height: 40px;
    background: inherit;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    border-radius: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.scroll-to-top::after {
    position: absolute;
    content: '';
    background: inherit;
    height: 100%;
    width: 100%;
    left: 0;
    transform: rotate(45deg);
    z-index: -1;
    border: 2px solid #215672;
    background: #27b8d9;
}
section#conatact {
}
.callback-box {
    background-color: #ffffff;
}
.call-bg{
    background: url('../images/bg/call-back.jpg');
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
    background-size: contain;
}
.callback-box {
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    z-index: 2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.callback-box h2 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 14px;
}
.callback-box p {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    line-height: 1.65;
}
.form__input {
    width: 100%;
    height: 44px;
    line-height: 40px;
    border: 2px solid #dddddd;
    padding: 0 20px;
    font-size: 16px;
    color: #222222;
    border-radius: 4px;
    outline: none;
    margin-bottom: 20px;
}
.btn-submit {
    background-color: #dad8da;
    color: #515151;
    border: none;
    padding: 0 20px;
    height: 44px;
    line-height: 40px;
    webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 700;
}

.btn-submit:hover {
    background-color: #3768b4;
    color: #ffffff;
    border-color: #3768b4;
}
.scroll-to-top.show-scroll-to-top {
    display: block;
}
@media (min-width:768px){
    .lg-hidden{
        display:none;
    }
}

@media only screen and (max-width: 1024px) {
    
    .header-nav {
        padding: 30px 0 30px 68px;
        margin: 45px 0 0 0;
        width: 92%;
    }
    
    .brand {
        padding: 5px 15px 5px 0;
    }
    .work-box h2 {
        font-size: 1.5vw;
    }
    .work-text-left {
        transform: translate(-10%, -50%);
    }
    .work-dtls-text h2 {
        font-size: 2.3rem;
        margin-top: -12px;
    }
    .work-dtls-text p {
        font-size: 30px;
        margin-bottom: -4px;
    }
    .logistics-pic {
        max-width: 110%;
    }
}

@media only screen and (max-width: 768px) {
    nav a {
        font-size: 12px;
    }
    .header-nav {
        padding: 20px 0 20px 40px;
        width: 89%;
        margin: 32px 0 0;
    }
    nav ul li {
        display: inline-block;
        margin-left: 20px;
    }
    .brand {
        margin: 25px 0 0;
        width: 90%;
        padding: 5px 26px 5px 5px;
    }
    .services-points h2 {
        font-size: 1rem;
    }
    .services-points {
        padding: 8px 8px 8px 0px;
    }
    .services-points ul li::after {
        border-width: 0 3px 3px 0;
        height: 14px;
        width: 14px;
        box-shadow: 1px 2px #f00;
    }
    .services-at-banner::before, .services-points::before {
        left: -11px;
        border-left: 4px solid #000;
    }
    .services-points::before {
        left: -16px;
        border-left: 4px solid #fff;
    }
    .services-at-banner::after, .services-points::after {
    left: -16px;
    border-left: 4px solid #fff;
}
    .services-points::after {
    left: -11px;
    border-left: 4px solid #0a0a0a;
}
    .about-tagline-pic {
    bottom: 72px;
    max-width: 24%;
}
    .about-para {
    font-size: 1rem;
    margin-top: 2rem;
    padding-left: 2.2rem;
}
    footer h2 {
        font-size: 1.5rem;
    }
    .service-title h2 {
        font-size: 3.1rem;
    }
    .logistics-content li {
        font-size: 1.2rem;
    }
    .coming-title h2 {
        font-size: 2rem;
        margin-top: 50px;
    }
     .work-dtls-text h2 {
        font-size: 2rem;
        margin-top: -20px;
    }
    .work-dtls-text p {
        font-size: 25px;
        margin-top: -2px;
    }
    .work-dtls-text ul li {
        font-size: 13px;
        margin-top: 4px;
    }
    .logistics-pic {
        max-width: 100%;
        margin-left: -70px;
    }
    .services-at-banner {
        bottom: 5vh;
    }
}

@media only screen and (max-width: 767px) {
    .xs-hidden{
        display: none;
    }
    header{
        position: relative;
    }
    .services-at-banner {
        bottom: 5vh;
    }
    .services-points {
        padding: 5px 5px 5px 5px;
    }
    .services-at-banner::before, .services-points::before {
        left: -13px;
        border-left: 3px solid #000;
    }
    .services-points::before {
        left: -8px;
        border-left: 3px solid #fff;
    }
    .services-at-banner::after, .services-points::after {
    left: -8px;
    border-left: 3px solid #fff;
}
    .services-points::after {
    left: -13px;
    border-left: 3px solid #0a0a0a;
}
    
    
    .services-points ul li {
        margin: 0 15px;
        margin-left: 0;
    }
    .services-points ul li::after {
        border-width: 0 2px 2px 0;
        height: 3px;
        width: 3px;
        right: -10px;
        box-shadow: 1px 1px #f00;
    }
    
    .services-points h2 {
        font-size: 10px;
    }
    section#about {
        padding: 0 0 150px;
    }
    .about-para {
        font-size: 0.9rem;
        margin-top: 1rem;
        padding-left: 0;
    }
    .brand {
        margin: 0;
        width: 100%;
        float: left;
        padding: 0 15px;
    }
    .header-nav {
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        display: none;
    }
    .header-nav nav ul li {
        display: block;
        margin: 0 35px;
    }
    .mobile-nav {
        padding: 5px 30px;
        width: 100%;
        display: block;
    }
    nav {
        padding: 5px 0 20px 0;
    }
    .brand-mobile img {
        margin-left: -20px;
    }
    #what-we-do {
        padding: 30px 15px px;
    }
   .img-wrapper {
        width: 100%;
        padding: 0 15px;
    }
   .img-wrapper img{
        width: 50%;
    }
    #what-we-do {
        padding: 40px 0 50px;
    }
    #what-we-do .container {
        padding: 0px 15px;
    }
    .work-box h2 {
        font-size: 4.7vw;
    }
    .work-text-left {
        transform: translate(-9%, -50%);
    }
    .workboxmain {
        margin-top: 10px;
    }
    .workboxmain > a > article.work-box-type2.first-type2-work {
        margin-top: 0;
    }
    .work-box-type2 {
        margin-top: 0;
    }
    .service-title h2 {
        font-size: 2.8rem;
    }
    section#our-services {
        padding: 30px 0;
    }
    .coming-title h2 {
        font-size: 1.8rem;
        margin-top: 40px;
    }
    .logistics-pic {
        max-width: 100%;
        margin-left: 0;
    }
    .logistics-content li {
        font-size: 1.1rem;
    }
    .logistics-content h2 {
        font-size: 2.5rem;
        margin-top: 1.1rem;
    }
    #clients {
        padding: 38px 0;
    }
    footer h2 {
        font-size: 1.3rem;
        margin: 15px 0;
    }
    .bg-contact {
        padding: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .clients-container{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .owl-clients-scroll{
        margin: 0 auto
    }
    .close-dtl {
        right: 5px;
        top: 2px;
        font-size: 1rem;
    }
    .work-dtl-box {
        padding: 15px 5px 15px 5px;
        overflow-y: auto;
    }
    .work-dtls-text h2 {
        font-size: 8vw;
        padding: 0 0;
        margin-left: 0;
        background: none;
        margin-top: 0;
    }
    .work-dtls-text p {
        font-size: 7vw;
        margin-top: 5px;
        margin-bottom: 12px;
    }
    .work-dtls-text {
        top: -2px;
    }
    .work-dtls-text ul li {
        font-size: 5vw;
        margin-top: 13px;
        margin-left: 0;
        line-height: 1.2;
        padding-left: 0;
    }
    .work-dtls-text ul li::before {
        width: 5px;
        height: 5px;
    }
    
    
    .work-dtls-text {
        top: -2px;
        position: relative;
        left: 0;
        transform: translate(0);
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .work-dt-box-content.show-work-details img:nth-child(2){
        display: none;
    }
    .work-dt-box-content.show-work-details img:first-child {
        display: inline-block;
        margin-bottom: 20px;
        max-width: 60%;
    }
    article.work-dt-box-content.show-work-details {
        display: block;
        text-align: center;
    }
    
}