body{
    font-family: "Francois One", sans-serif;
    font-style: normal;
}

.top-bar{
    background-image: url('../images/headerbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.top-wrapper{
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
}
.top-wrapper a{
    text-decoration: none;
}
.top-bar .call-btn{
    display: flex;
}
.top-bar .call-btn p.one,
.top-bar .call-btn p.two{
    color: #b91d2a;
}
.top-bar .call-btn p.one i{
    font-size: 20px;
    padding: 10px;
    border: 2px solid #b91d2a;
    border-radius: 50%;
    margin-top: 10px;
}
.top-bar .call-btn p.two{
    font-size: 22px;
    font-weight: 700;
}
.top-bar .call-btn p.two span{
    color: white;
    font-size: 27px;
    font-weight: 800;
}
.navbar{
    background-color: #b91d2a;
}
.navbar-nav .nav-item:not(:last-child){
    margin-right: 25px;
}
.navbar-nav .nav-item .nav-link{
    color: white;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.heros-section{
    background-image: url('../images/herobg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.heros-section .heros-wrapper{
    padding: 30px;
}
.heros-section .heros-wrapper h1{
    font-size: 55px;
    color: #ff3a4b;
    line-height: 60px;
    text-align: left;
    font-family: Anton;
    font-weight: 900;
    font-style: normal;
    padding-top: 35px;
    font-family: "Francois One", sans-serif;
    text-shadow: 3px 3px 9px #000000;
}
.heros-section .heros-wrapper h2{
    color: #ffffff;
    text-shadow: 3px 3px 9px #000000;
    padding-top: 15px;
}
.heros-section .heros-wrapper .form-wrapper{
    background-color: black;
    border-radius: 10px;
}
.heros-section .heros-wrapper .form-wrapper .hero-form{
    padding: 25px;
}
.heros-section .heros-wrapper .form-wrapper .hero-form h3{
    color: white !important;
    border-bottom: 1px solid !important;
}
.heros-section .heros-wrapper .form-wrapper .hero-form hr{
    background-color: white;
    margin: 0;
}
.btn.btn-submit{
    color: white;
    background-color: #ff3a4b;
    padding: 7px 25px;
}

.about-section{
    padding: 90px 400px;
}
.about-section h3{
    font-size: 42px;
    color: #ff3a4b;
}
.about-section p{
    font-size: 20px;
    font-weight: 300;
    text-align: justify;   
}

.gallery-section{
    padding: 30px 0px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.service-section{
    padding: 30px 0px;
}
.square-flip{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    position:relative;
    float:left;
    margin:20px;
}
.square-flip{
    width:400px;
    height:400px;
}
.square,.square2{
    width:100%;
    height:100%;
}
.square{
    background-size: cover;
    background-position:center center;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position:absolute;
    top:0;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}
.square-flip .square{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index:1;
}
.square-flip:hover .square{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.square2{
    background-size: cover;
    background-position:center center;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position:absolute;
    top:0;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}
.square-flip .square2{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index:1;
}
.square-flip:hover .square2{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.square-container{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(0px)  scale(1);
    -ms-transform: translateY(-50%) translateX(0px)  scale(1);
    transform: translateY(-50%) translateX(0px)  scale(1);
    transform-style: preserve-3d;
    z-index:2;
}
.square-flip:hover .square-container{
    -webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
    transform: translateY(-50%) translateX(-650px)  scale(.88);
    transform-style: preserve-3d;
}
.square-container2{
    padding:40px;
    text-align:center;
    position:relative;
    top:50%;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform-style: preserve-3d;
    z-index:2;
}
.square-flip:hover .square-container2{
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform-style: preserve-3d;
}
.square-flip h2{
    color:white;
    font-weight:700;
    font-size:22px;
}
.square-flip h3{
    color:white;
    font-weight:500;
    font-size:16px;
    line-height:26px;
}
.flip-overlay{
    display:block;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}
.align-center{
    margin:0 auto;
}
.kallyas-button{
    display:block;
    width:160px;
    padding:18px 30px;
    font-weight:600;
    color:#fff;
    background:#FF2024;
    margin:0 auto;
    border-radius:2px;
    text-decoration:none;
    background: #ffa067; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.square-flip .square .boxshadow, .square-flip .square .textshadow, .square-flip .square2 .boxshadow, .square-flip .square2 .textshadow{
    -ms-transition: 0.60s;
    transition: 0.60s;
    -webkit-transition: 0.60s;
}
.square-flip .square .boxshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}
.square-flip .square .textshadow{
    -webkit-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}
.square-flip:hover .square .boxshadow, .square-flip:hover .square .textshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}
.square-flip .square2 .boxshadow{
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}
.square-flip .square2 .textshadow{
    -webkit-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    -moz-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}
.square-flip:hover .square2 .boxshadow, .square-flip:hover .square2 .textshadow{
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}
.centerflipcards{
    display:block;
    text-align:center;
    margin:0 auto;
    margin-top:15px;
}
.clearfix{clear:both;}
.centerflipcards p{
    font-size:13px;
    margin-top:10px;
    font-weight:700;
}
.service-section .side-content{
    padding: 150px 50px;
}

.arrival-section{
    background-image: url('../images/new_arrival.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.arrival-section .inner-content, .arrival-section .inner-content a{
    padding: 75px 100px;
    color: white;
    text-decoration: none;
}
.arrival-section .inner-content h5{
    font-size: 32px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.arrival-section .inner-content h3{
    font-size: 78px;
    color: #fff;
    text-transform: uppercase;
}
.arrival-section .inner-content p{
    padding-bottom: 3px;
    display: block;
    margin-top: 25px;
    background: #e11b22;
    text-align: center;
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 18px;
}

.buy-section{
    padding: 50px 0px 0px 0px;
    background-color: black;
}
.buy-card{
    background-color: #e11b22;
    padding: 20px;
    display: flex;
    color: white;
}
.buy-card i{
    font-size: 45px;
    margin-right: 25px;
}

.why-section{
    padding: 50px 0px 20px 0px;
}
.why-card{
    background-color: #e11b22;
    padding: 20px;
    display: flex;
    color: white;
}
.why-card i{
    font-size: 45px;
    margin-right: 25px;
}

.footer{
    padding: 20px 0px 0px 0px;
    background-color: black;
}
.footer p{
    font-size: 12px;
}

#engines .item-details {
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
}
#engines .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
}
#engines .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}
#engines .item-details p {
    font-size: 14px;
}
#engines .item {
    text-align: center;
    margin-bottom: 80px;
}
#engines .owl-carousel .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}
#engines .owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}
#engines .owl-carousel {
    position: relative;
}
#engines .owl-carousel .owl-next,
#engines .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
#engines .owl-carousel .owl-prev {
    left: -70px;
}
#engines .owl-carousel .owl-next {
    right: -70px;
}

.policy-section{
    padding: 50px 0px;
}
.thank-section{
    padding: 50px 0px;
}

@media only screen and (max-width: 1465px) {
    .about-section {
        padding: 90px 60px;
    }
    .square-flip {
        width: 300px;
        height: 300px;
    }
    .why-card{
        padding: 15px;
    }
    .why-card i {
        font-size: 30px;
        margin-right: 10px;
    }
    .why-card p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 1325px) {
    .about-section {
        padding: 90px 60px;
    }
    .square-flip {
        width: 270px;
        height: 270px;
    }
    .why-card{
        padding: 15px;
    }
    .why-card i {
        font-size: 30px;
        margin-right: 10px;
    }
    .why-card p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 1280px) {
    .about-section{
        padding: 50px 30px;
    }
    .square-flip {
        width: 270px;
        height: 270px;
    }
    .why-card{
        padding: 15px;
    }
    .why-card i {
        font-size: 30px;
        margin-right: 10px;
    }
    .why-card p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .heros-section .heros-wrapper .form-wrapper .hero-form {
        padding: 15px;
    }
    .heros-section .heros-wrapper .form-wrapper .hero-form h3{
        font-size: 20px;
    }
    .hero-form .form-group .form-control, .hero-form .form-group .form-select{
        padding: 5px;
    }
    .about-section{
        padding: 50px 30px;
    }
    .square-flip {
        width: 210px;
        height: 210px;
    }
    .why-card{
        padding: 15px;
    }
    .why-card i {
        font-size: 30px;
        margin-right: 10px;
    }
    .why-card p{
        font-size: 15px;
    }
    .arrival-section .inner-content h5 {
        font-size: 15px;
        line-height: 20px;
    }
    .arrival-section .inner-content h3 {
        font-size: 45px;
    }
    .arrival-section .inner-content, .arrival-section .inner-content a{
        padding: 45px;
    }
    .buy-card i {
        font-size: 30px;
        margin-right: 15px;
    }
    .why-card {
        padding: 10px;
    }
    .why-card i {
        font-size: 25px;
        margin-right: 5px;
    }
    .why-card p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 920px) {
    .heros-section .heros-wrapper .form-wrapper .hero-form h3 {
        font-size: 40px;
        text-align: center;
    }
    .about-section h3 {
        font-size: 45px;
        text-align: center;
    }
    .square-flip {
        width: 350px;
        height: 350px;
    }
    .why-card {
        padding: 25px;
    }
    .superior-section .square-flip {
        width: 100%;
        height: 450px;
    }
}
@media only screen and (max-width: 768px) {
    .hero-form .form-group .form-control, .hero-form .form-group .form-select {
        padding: 10px;
    }
    .centerflipcards {
        margin: 0;
    }
    .square-flip {
        width: 330px;
        height: 330px;
    }
    .superior-section .square-flip {
        width: 480px;
        height: 350px;
    }
}
@media only screen and (max-width: 600px) {
    .top-wrapper{
        flex-direction: column;
        text-align: center;
    }
    .top-bar .call-btn {
        display: block;
    }
    .call-btn p.one i{
        display: none;
    }
    .heros-section .heros-wrapper {
        padding: 20px;
    }
    .heros-section .heros-wrapper h1 {
        font-size: 40px;
        line-height: 50px;
        padding-top: 25px;
    }
    .heros-section .heros-wrapper .form-wrapper .hero-form h3 {
        font-size: 30px;
    }
    .square-flip, .superior-section .square-flip {
        width: 480px;
        height: 330px;
    }
    .about-section {
        padding: 50px 10px;
    }
    .about-section h3 {
        font-size: 35px;
        text-align: center;
    }
    .about-section p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px) {
    .top-wrapper a img{
        width: 100%;
    }
    .heros-section .heros-wrapper h1 {
        font-size: 33px;
        line-height: 45px;
    }
    .heros-section .heros-wrapper h2 {
        font-size: 20px;
    }
    .heros-section .heros-wrapper .form-wrapper .hero-form h3 {
        font-size: 20px;
    }
    .about-section {
        padding: 30px 5px;
    }
    .about-section h3 {
        font-size: 27px;
    }
    .square-flip, .superior-section .square-flip {
        width: 300px;
        height: 300px;
    }
    .arrival-section .inner-content h3 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 320px) {
    
}