@font-face {
    font-family: 'proxima_nova_condensedregular';
    src: url('../fonts/proximanovacond-regular.woff2') format('woff2'),
         url('../fonts/proximanovacond-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proxima_nova_bold.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
body{
    font-family: 'proxima_nova_condensedregular';
    font-size: 14px;
    overflow-x: hidden;
}
article{
    flex: 1;
}
@media (min-width: 1300px){
    .container{
        max-width: 1180px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1380px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1480px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1580px;
    }
}
@media (min-width: 1900px){
    .container{
        max-width: 1800px;
    }
}
.carousel-control-prev img{
    transform: rotate(180deg);
}
.learn-more {
    display: flex;
    align-items: center;
    width: 160px;
}
.learn-more p{
    margin: 0px;
    padding-left: 15px;
    color: #FF6600;
    font-size: 20px;
    font-family: 'proxima_novabold';
}
.learn-more img{
    width: 40px;
}
.learn-more:hover{
    text-decoration: none;
}
.col-custom-5{
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}
.heading{
    color: #333;
    font-size: 40px;
    font-family: 'proxima_novabold';
    margin-bottom: 50px;
}
.heading span {
    color: #FF6600;
}
header {
    padding: 15px 0px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}
header.sticky-header, header.contact-header{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
header .header-logo{
    width: 100%;
    max-width: 300px;
}
header ul li{
    margin-right: 35px;
}
header ul li a{
    color: #565987;
    font-size: 17px;
    border-bottom: 5px solid transparent;
    font-weight: bold;
    letter-spacing: 1px;
}
header ul li.fb-link{
    margin-right: 10px;
}
header.sticky-header ul li a{
    color: #565987 !important;
}
header ul li a:hover{
    color: #FF6600;
}
header ul li a.active{
    color: #FF6600;
    border-bottom: 5px solid #FF6600
}
header ul li a.req-callback{
    color: #FF6600;
    border-radius: 25px;
    border: 2px solid #FF6600;
    padding: 10px 20px !important;
}
.home-banner {
    padding-top: 100px;
}
.home-banner img{
    width: 100%;
}
.count-stats{
    text-align: center;
    padding-top: 60px;
}

.count-stats h2{
    color: #5A5C87;
    font-size: 54px;
    font-family: 'proxima_novabold';
}
.count-stats h3{
    font-size: 18px;
}
.about-motor p{
    font-size: 18px;
    line-height: 2;
}
.about-motor{
    padding: 60px 0px;
    position: relative;
}
.abt-img{
    background: url('../images/abt-motorhead.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;    
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 60px;
}
.abt-info{
    padding-right: 100px;
}
.our-promises{
    padding-bottom: 40px;
}
.our-promises ul{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.our-promises ul li {
    width: 33.3%;
    padding-right: 80px;
    padding-bottom: 20px;
}
.promises-content{
    display: flex;
}
.promises-content h4 {
    font-size: 38px;
    color: #3D3E69;
    min-width: 60px;
    font-family: 'proxima_novabold';
}
.promises-content p {
    font-size: 18px;
    padding-top: 8px;
}
.promises-content.repeat-content{
    margin-top: 15px;
}
.promises-layout{
    display: none;
}
.our-services .col-custom-5 {
    text-align: center;
    margin: 20px 0px;
}
.our-services .col-custom-5 img {
    max-width: 50px;
    width: 100%;
    min-height: 55px;
}
.our-services {
    padding: 70px 0px;
    clear: both;
}
.our-services .col-custom-5 p{
    color: #4B5667;
    margin-top: 20px;
    font-family: 'proxima_novabold';
    font-size: 16px;
}
.our-services h2{
    margin-bottom: 30px;
}
.our-team {
    background: url('../images/curve.png') #fff;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.our-team img.team-img{
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
}
.our-team p{
    font-size: 18px;
    line-height: 2;
}
.our-gallery{
    padding: 60px 0px;
}
.our-gallery img{
    width: 100%;
}
.our-partner{
    padding: 60px 0px;
    position: relative;
}
.our-partner .carousel img {
    width: 85%;
    margin: auto;
    display: block;
}
.our-partner .carousel .carousel-control img {
    width:100%;
}
.our-partner .carousel-control, .our-gallery .carousel-control {
    top: -100px;
    width: 60px;
    height: 60px;
    opacity: 1;
    left: auto;
}
.our-partner .carousel-control-prev, .our-gallery .carousel-control-prev {
    right: 80px;
}
.our-partner .carousel-control-next, .our-gallery .carousel-control-next {
    right: 0;
}
.our-clients{
    padding: 60px 0px 160px;
    background: #F1F1F1;
}
.our-clients img{
    width: 100%;
    max-width: 300px;
}
.our-clients p{
    font-size: 20px;
    line-height: 1.8;
}
.our-clients h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'proxima_novabold';
}
.our-clients h5{
    font-size: 24px;
    margin-bottom: 0px;
    color: #000;
    font-family: 'proxima_novabold';
}
.our-clients h5 span {
    color: #FF6600;
}
.our-clients h6{
    color: #888;
    font-size: 20px;
    font-family: 'proxima_novabold';
}
.our-clients .carousel-control {
    top: -100px;
    width: 60px;
    height: 60px;
    background: #FF6600;
    opacity: 1;
    left: auto;
}
.our-clients .carousel-control-prev {
    right: 80px;
}
.our-clients .carousel-control-next {
    right: 0px;
}
.req-callback{
    padding: 60px 0px;
    color: #fff;
}
.req-callback .container{
    background: #464665;
    padding: 40px 0px;
    border-radius: 20px;
    background-image: url('../images/callback-bg.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.req-callback h2{
    font-size: 42px;
    color: #FF6600;
    font-family: 'proxima_novabold';
    margin-bottom: 25px;
}
.req-callback h2 span{
    color: #fff;
}
.req-callback p{
    font-size: 24px;
}
.req-callback .form-control{
    height: 60px;
    margin-bottom: 30px;
    background: #f1f1f1;
    font-size: 20px;
}
.req-callback button, .req-callback button:hover {
    height: 60px;
    color: #fff;
    background: #FF6600;
    width: 100%;
    margin-bottom: 15px;
}
.avail-offers{
    background: #fff;
    padding: 50px;
    max-width: 500px;
    margin: auto;
    border-radius: 50px;
}
.avail-offers h4{
    color: #464665;
    font-size: 24px;
    margin-bottom: 40px;
}
.avail-offers h4 span {
    font-size: 32px;
    color: #FF6600;
    font-family: 'proxima_novabold';
}
.callback-content{
    max-width: 400px;
    margin: auto;
    padding-top: 60px;
}
.callback-content img {
    max-width: 160px;
}
.core-team{
    padding: 60px 0px;
}
.team-member{
    margin-top: 30px;
}
.team-img {
    position: relative;
    max-width: 260px;
    margin: auto;
}
.team-img .profile-pic{
    width: 100%;
    max-width: 260px;
    border-radius: 50%;
}
.team-img .visit-profile{
    width:75px;
    height: 75px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right:5px;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    border-radius: 50%;
    cursor: pointer;
}
.core-team h3{
    font-size: 28px;
    font-family: 'proxima_novabold';
    color: #3E3E3E;
    margin-top: 20px;
}   
.core-team p {
    color: #727272;
    font-size: 20px;
}
.close-icon{
    background: #FF6600;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.close-icon img{
    width: 40px;
}
.profile-detail {
    position: relative;
    padding: 40px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.profile-intro{
    text-align: center;
}
.profile-intro h4{
    margin-top: 15px;
    color: #3E3E3E;
    font-family: 'proxima_novabold';
    margin-bottom: 5px;
    font-size: 20px;
}
.profile-intro h5 {
    color: #FF6600;
    font-size: 18px;
    font-family: 'proxima_novabold';
}
.profile-intro img{
    width: 100%;
    max-width: 260px;
    border-radius: 50%;
}
.profile-detail{
    display: none;
}
.profile-detail p {
    color: #727272;
    margin-bottom: 20px;
    line-height: 1.5;
}
.faq{
    padding: 0px 0px 80px;
}
.faq-box{
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    border-top: 10px solid #3D3E69;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}
.faq-box h3{
    font-size: 28px;
    font-family: 'proxima_novabold';
    color: #3E3E3E;
    margin-bottom: 20px;
} 
.faq-box h5 {
    color: #727272;
    font-size: 20px;
    margin: 15px 0px 30px;
    font-weight: 300;
    line-height: 1.5;
}
.offcanvas-header{ display:none; }

.inner-page-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-page-banner h1{
    position: absolute;
    z-index: 9;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0,0,0,.3);
    margin: 0;
}
.inner-page-banner img{
    width: 100%;
    margin-bottom: 50px;
}

/* about us */
.abt-banner {
    background: #FF7E3D;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
    padding-top: 100px;
}
.abt-banner h1{
    font-size: 54px;
    font-family: 'proxima_novabold';
    color:#000;
    padding: 30px 0px;
}
.abt-banner h1 span{
    color:#fff;
}
.abt-banner img{
    padding: 0px 20px;
    width: 75%;
}
.abt-content p{
    color: #888888;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
}
.abt-content .heading {
    margin-bottom: 20px;
}
header.abt-header ul li a{
    color:#fff;
}
header.abt-header ul li a.active{
    color: #fff;
    border-bottom: 5px solid #fff;
}
header.abt-header .header-logo{
    display: none;
}
header.abt-header .social-link, header.sticky-header.abt-header .innner-page-social-link{
    display: none;
}
header.abt-header .innner-page-social-link, header.sticky-header.abt-header .social-link{
    display: block;
}
header.abt-header .header-logo.abt-logo{
    display: block;
}
header.sticky-header.abt-header .header-logo{
    display: block;
}
header.sticky-header.abt-header .header-logo.abt-logo{
    display: none;
}
/* Our Service */
header.service-header .social-link, header.sticky-header.service-header .innner-page-social-link{
    display: none;
}
header.service-header .innner-page-social-link, header.sticky-header.service-header .social-link{
    display: block;
}

header.service-header ul li a{
    color:#fff;
}

.inner-page-banner.service-banner img{
    margin-bottom: 0px;
    min-height: 200px;
}
.service-content{
    background-color: #F6F6F6;
    padding-top: 60px;
}
.service-content .row > .col-md-6{
    padding-right: 80px;
}
.service-content p{
    color: #888888;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
}
.service-content h4{
    font-weight: 600;
    padding: 20px 0px 10px;
    margin: 0px;
}
.service-icon{
    width: 100px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3D3E69;
}
.service-icon img {
    width: 60px;
}


/* Contact */
.contact{
    background: #F1F1F1;
}
.contact-info .container{
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    padding: 50px;
    border-radius: 15px;
}
.contact-info h4{
    margin-bottom: 30px;
    color: #0D3E67;
    font-size: 30px;
}
.operation-time{
    width: 100%;
    max-width: 400px;
}
.why-motorheads p{
    color: #535353;
    line-height: 1.5;
    font-size: 20px;
}
.why-motorheads h2, .why-motorheads p span{
    font-family: 'proxima_novabold';
}
.why-motorheads p a, .why-motorheads p a:hover{
    text-decoration: none;
    color: #888888;
}
.why-motorheads, .faq-accordion {
    padding-right: 80px;
}
.faq-content h3{
    font-size: 32px;
    color: #000;
    font-family: 'proxima_novabold';
}
.faq-accordion .card {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 12px 0px;
    background: transparent;
}
.faq-accordion .card-header{
    background-color: transparent;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
.faq-accordion .card-link.collapsed:after{
    content: '+';
}
.faq-accordion .card-link:after{
    content: '-';
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 600;
    color: #0D3E67;
    font-size: 40px;
}
.faq-accordion .card-body{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 2;
    color: #0D3E67;
    font-size: 18px;
}
.faq-accordion .card-link{
    color: #0D3E67;
    font-weight: 600;
    font-size: 20px;
    display: block;
    padding-right: 40px;
}
.faq-content{
    background: #fff;
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 80px;
}
.faq-img{
    width: 100%;
}

/* Gallery */
.gallery-page{
    background: #F1F1F1;
    padding-top: 150px;
}
.gallery-page header {
    background-color: #fff;
}
.filter-gallery{
    background: #fff;
    color: #3D3E69;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.filter-gallery.active{
    background: #3D3E69;
    color: #fff;
}
.gallery-list .row{
    margin: 25px -8px;
}
.gallery-list img{
    width: 100%;
}
.gallery-list .gallery-img{
    margin-bottom: 15px;
    padding: 0px 8px;
    display: block;
}
#mob-gallery, #mob-partners{
    display: none;
}

/* footer */
footer{
    background: #303157;
    padding: 20px 0px;
    color: #CACAE2;
    flex: 0;
}
footer h4{
    font-size: 38px;
    margin-bottom: 20px;
    font-family: 'proxima_novabold';
}
footer h5{
    font-size: 20px;
    margin-bottom: 10px;
}
footer p{
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 28px;
}
footer a{
    color: #CACAE2;
}
footer a:hover {
    color: #FF6600;
}
footer p.copyright {
    margin-top: 20px;
    font-weight: 300;
    color: #9E9FC4;
}
footer ul{
    display: flex;
    padding: 0;
}
footer ul li{
    list-style: none;
    margin-right: 20px;
}
footer ul li img{
    width: 30px;
}
.footer-logo{
    max-width: 220px;
    margin-bottom: 20px;
    margin-top: 15px;
}

@media screen and (max-width: 1200px){
    .our-team{
        background-size: contain;
    }
    .navbar-expand-sm>.container{
        max-width: 100%;
        padding: 0px;
    }
    header ul li {
        margin-right: 10px;
    }
    header ul li a.req-callback {
        width: 140px;
        padding: 8px 10px !important;
    }
    header ul li a {
        font-size: 14px;
    }
    .about-motor p, .our-team p {
        font-size: 14px;
    }
    .our-clients p {
        font-size: 18px;
    }
    .callback-content {
        padding: 0px 20px;
    }
    .req-callback h2{
        font-size: 40px;
    }
    .why-motorheads, .faq-accordion{
        padding-right: 20px;
    }
    .our-promises ul li {
        padding-right: 20px;
    }
    .abt-info{
        padding-right: 40px;
    }
}
@media (max-width: 992px) {
    header {
        box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
        height: 60px;
    }
    header .header-logo{
        max-width: 230px;
    }
    .navbar{
        padding: 0px;
    }
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 99;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
  .navbar-toggler{
    position: absolute;
    right: 15px;
    background: #FF6600;
    top: -20px;
    padding: 5px 10px;
  }
  .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
    }
    header.abt-header ul li a, header.service-header ul li a{
        color:#565987;
    }
    header.abt-header ul li a.active, header.service-header ul li a.active{
        color: #FF6600;
        border-bottom: 5px solid #FF6600;
    }
    .faq-box{
        margin-bottom: 20px;
        height: auto;
    }
    .map-container, .map-container iframe{
        margin-top: 20px;
    }
    .our-promises ul li{
        width: 50%;
    }
    header .social-link {
        display: block !important;
    }
    header .inner-page-social-link {
        display: block !important;
    }
    .abt-info{
        padding-right: 15px;
    }
    .promises-layout{
        display: block;
    }
    .repeat-content{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .navbar-toggler{
        top: -30px;
    }
    .col-custom-5{
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .heading{
        margin-bottom: 30px;
        font-size: 30px;
    }
    .abt-img{
        margin-top: 50px;
        height: 300px;
        width: 100%;
        position: static;
    }
    .our-services{
        padding: 0px;
    }
    .our-team {
        background: transparent;
    }
    .our-team img.team-img {
        margin-bottom: 30px;
    }
    .req-callback .container{
        height: auto;
        border-radius: 0;
        padding: 40px 15px;
        padding-bottom: 0px;
    }
    .req-callback .container > div > div {
        padding: 0px;
    }
    .callback-content{
        text-align: center;
    }
    .avail-offers {
        position: static;
        border-radius: 0;
        margin: 30px auto 0px;
    }
    .our-partner .carousel-control, .our-gallery .carousel-control{
        width: 40px;
        height: 40px;
        top: -70px;
    }
    .our-partner .carousel-control-prev, .our-gallery .carousel-control-prev{
        right: 60px;
    }
    #mob-gallery, #mob-partners{
        display: block;
    }
    #gallery, #partners{
        display: none;
    }
    .team-member{
        text-align: center;
    }
    .team-img{
        margin: auto;
    }
    .contact-info .container{
        border-radius: 0px;
    }
    .faq-img{
        margin-top: 25px;
    }
    .our-promises ul li {
        width: 100%;
    }
    footer h5,
    footer ul{
        margin-top: 20px;
    }
}
