@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

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

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

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

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

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

}

/*Outfit Fonts*/
@font-face {
    font-family: 'OutfitBold';
    src: url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitExtraBold';
    src: url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitMedium';
    src: url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitLight';
    src: url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitSemiBold';
    src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitRegular';
    src: url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
   font-family: 'OutfitLight';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient( 90deg, rgb(219 40 66) 15%, #db2842 63% );
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
}

h2{
 
}

.only-mob {
    display: none;
}

/*Bottom to Top*/
button.scroltop:focus {
    outline: 0 !important;
}
button.scroltop {
    border-color: #ed4e17;
    border-radius: 50%;
    background: #ed4e17;
    border-style: solid;
    border-width: 0;
    bottom: 93px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
button.scroltop:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: inherit;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
button.scroltop:after {
    border: 1px dashed #ed4e17;
    background: 0 0;
    transform: scale(1.2);
    transition: all 0.5s;
}
button.scroltop:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0) scale(1.2);
    }
    to {
        -webkit-transform: rotate(360deg) scale(1.2);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0) scale(1.2);
    }
    to {
        -moz-transform: rotate(360deg) scale(1.2);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0) scale(1.2);
    }
    to {
        transform: rotate(360deg) scale(1.2);
    }
}

/*Navbar*/
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}
.navbar{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 2px 1px 4px #eee;
    background: #fff;
}
.navbar-brand img{
    width: 140px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: 'OutfitMedium';
    font-size: 0.8rem;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-item{
    background: #000;
    color: #fff;
    font-family: 'OutfitRegular';
    letter-spacing: 0;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}
.dropdown-menu li {
    border-bottom: 1px dashed #000;
}
.dropdown-menu li:last-child {
    border-bottom: 0px dashed #fff;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: #fff;
    color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #e43526;
}

.carousel-caption{
    position: absolute;
    top:35%;
    left: 0;
    right: 0;
}
.pro-warranty{
    position: absolute;
    bottom: 25%;
    left: auto;
    right: 12%;
}
.pro-warranty h3{
    font-size: 3rem;
    color: #000;
    font-family: 'OutfitExtraBold';
    text-align: left;
    display: inline-block;
}
.pro-warranty h3 span{
    font-family: 'OutfitLight';
    font-size: 2rem;
    display: block;
}
.carousel-indicators [data-bs-target]{
    background-color: #e92743;
}
.carousel-indicators{
    bottom: 50px;
}

/*Banner Text*/

.carousel-item{
    position: relative;
}
.banner-text-box{
    width: 35%;
}
.banner-text-box h2 {
    font-size: 3rem;
    color: #000;
    font-family: 'OutfitExtraBold';
    text-transform: uppercase;
}

/*about-us*/
.about-us{
    position: relative;
}

.about-us-text{
    position: absolute;
    width: 46%;
    left: auto;
    right: 0;
    top: 10%;
    background: #fff;
    padding: 50px;
}
.common-btn {
    background: #ed4e17;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #ed4e17;
    margin-right: 7px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
}
.common-btn:hover, .common-btn:focus {
    text-decoration: none;
    outline: none;
    color: #ed4e17;
    background: transparent;
    border: 1px solid #ed4e17;
}
.about-heading{
    font-size: 3rem;
    color: #000;
    font-family: 'OutfitExtraBold';
}
.common-heading {
    font-size: 1.6rem;
    color: #000;
    font-family: 'OutfitExtraBold';
    text-transform: uppercase;
}
.common-heading span{
    color: #e43526;
}
.about-para{
    color: #575757;
    border-left: 3px solid #ccc;
    padding-left: 15px;
}


/*why-choose-us*/

.small-line {
    width: 60px;
    height: 3px !important;
    background: #ed4e17;
    margin-top: 10px;
    opacity: 1;
}
.right-content{
    padding: 60px;
    position: relative;
}
.sub-heading {
    font-family: 'OutfitBold';
    font-size: 1.3rem;
}
.right-content p{
    color: #575757;
}
.testimonials{
    position: relative;
}
.testimonial-area{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    z-index: 10;
}
.testimonial-content h5{
    font-family: 'OutfitBold';
    color: #000;
}
.testimonial-content label{
    font-size: .8rem;
    color: #575757;
}


/*home-products*/
.home-products{
    background: url('../images/home-products-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: -30px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    border: 1px solid #f15a22;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
    background: #f15a22;
    margin: 0 5px;
    color: #fff;
    transition: 0.3s;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
    background: #000;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}


/*footer*/
footer{
    padding-top: 60px;
}
footer h4{
    font-family: 'OutfitBold';
}
.footer-list{
    margin: 0;
    padding: 0;
}
.footer-list li{
    list-style: none;
    margin-bottom: 10px;
}
.footer-list li a{
    color: #fff;
    transition: 0.3s;
    display: inline-block;
}
.footer-list li a:hover{
    padding-left: 5px;
    color: #ff4939;
}
.social-list{
    margin: 0;
    padding: 0;
}
.social-list li{
    text-decoration: none;
    list-style: none;
    font-family: 'OutfitSemiBold';
    font-size: 1rem;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}
.social-list li a{
    color: #000;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    transition: 0.3s;
}
.social-list li a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.address {
    color: #626262;
    font-family: 'OutfitSemiBold';
    font-size: 1rem;
}

/*Map*/
.map{
    position: relative;
}
.map-title{
    position: absolute;
    top: 60px;
    left: 5%;
}
/*Brand Range*/
.brand-list{
    margin: 15px 0;
    padding: 0;
    display: inline-block;
}
.brand-list li{
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.brand-list li a{
    color: #ed4e17;
    text-transform: uppercase;
    font-size: 0.9rem;
    background: transparent;
    padding: 6px 20px;
    padding-top: 8px;
    border: 1px solid #ed4e17;
    transition: 0.3s;
    border-radius: 40px;
    display: inline-block;
}
.brand-list li a:hover{
    color: #fff;
    background: #000;
}
.brand-content{
    display: none;
    text-align: center;
    margin-top: 40px;
}
.brand-content p{
    font-size: 0.8rem;
    margin-bottom: 0;
}
.brand-content h4 {
    font-size: 1rem;
    font-family: 'OutfitSemiBold';
    text-transform: uppercase;
}
.owl-item.active.center .brand-content{
    display: block;
}
.owl-item.active .item{
    width: 80%;
    opacity: 0.2 !important;
}
.owl-item.active.center .item{
    width: 100%;
    opacity: 1 !important;
}

/*Inner Pages*/
.inner-banner-text{
    position: absolute;
    top:40%;
    left: 0;
    right: 0;
    text-align: center;
}
.director-speech{
    background: url('../images/director-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.our-team{
    padding: 60px 0;
}
.card-title{
    font-family: 'OutfitBold';
}
.card-body .icon{
    background: #eee;
    border: 1px soldi #ccc;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.mb-50{
    margin-bottom: 100px;
}
.about-us-inner{
    padding: 60px 0;
}
.about-us-inner p{
    font-family: 'OutfitLight';
}
/*testimonial-about*/
.testimonial-about{
    background: url('../images/director-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.owl-carousel .owl-item .testimonial-about-img img{
    width: 70px;
    display: inline-block;
    margin: 0 auto;
}
.testimonial-about-box{
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
}
.testimonial-about-text h4{
    font-size: 1rem;
    font-family: 'OutfitMedium';
    margin-top: 15px;
}
.testimonial-about-text p{
    font-size: 0.9rem;
}
.nav-link.sine-img img{
    width: 50px;
    position: relative;
}
/*contact-us*/
.contact-us{
    padding: 60px 0;
}
.sc-shadow {
    box-shadow: 5px 0px 15px 0px #ccc;
}
.how-it-works-box {
    cursor: pointer;
    padding: 5px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
    color: #000;
    border-bottom: 3px solid #ed4e17;
    height: 100%;
}
.how-it-works-text {
    padding: 15px;
    padding-top: 20px;
}
.how-it-works-text i {
    color: #ed4e17;
    display: block;
    font-size: 36px;
    padding-bottom: 12px;
    transition: 0.3s;
}
.how-it-works-box:hover i {
    color: #ed4e17;
}
.contact-us i:hover {
    transform: rotate(360deg);
    transition: 0.7s;
}
.how-it-works-text p {
    margin-top: 7px;
    margin-bottom: 4px;
    line-height: 25px;
    font-size: 0.9rem;
    color: #000;
    transition: 0.3s;
}
.how-it-works-text p a {
    color: #000;
    display: block;
}

/*Product Page*/
.product-archive{
    padding: 60px 0;
}
.product-archive .card{
    text-align: center;
}

.footer-address p a{
    color: #fff;
}


.common-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.common-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    color: #4d5e67;
}
.common-list li a {
    font-size: .9rem;
    color: #575757;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color: #9b1511;
    left: 0;
    top: 0px;
}

.company-profile{
    padding: 60px 0;
}

/*Gallery CSS*/
.image-gallery{
    padding: 50px 0;
}
.gallery-item--thumb img{
    width: 100%;
}

.gallery-item:hover .gallery-item--thumb:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.gallery-item:hover .gallery-item--thumb a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50%;
}

.gallery-item:hover .gallery-item--content p {
  color: #fff;
}

.gallery-item--thumb {
  position: relative;
}

.gallery-item--thumb:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(25 198 255 / 80%);
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--thumb a {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  font-size: 30px;
  color: #fff;
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--content {
  margin-top: 20px;
}

.gallery-item--content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 17px;
}

.gallery-item--content p {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
  color: #7a8a9e;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 170px;
}
.whatsapp a{
    color: #075e54;
    font-size: 2.1rem;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #075E54;
}


/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .navbar-collapse{
        background: #fff;
    }
    .about-us-text {
        width: 80%;
        left: auto;
        right: 0;
        top: 0;
    }
    .tab-content .carousel-caption {
        width: 350px;
        left: 10%;
        top: 25%;
    }
    .common-heading {
        font-size: 1.7rem;
    }
}
@media only screen and (max-width: 767px) {
    .about-us-text {
        position: relative;
        width: 100%;
        left: auto;
        right: 0;
        top: 0;
        background: rgb(255 255 255 / 89%);
        padding: 30px;
    }
    .testimonial-img{
        height: 400px;
        object-fit: cover;
        object-position: left;
    }
    .about-us-img {
        display: none;
    }
    .right-content {
        padding: 30px;
        position: relative;
    }
    .why-choose-us{
        display: block !important;
    }
    .why-choose-us .w-50{
        width: 100% !important;
    }
    .why-choose-us .float-start{
        float: inherit !important;
    }
    .testimonial-area {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
        padding: 30px;
    }
    .nav-pills {
        position: relative;
        left: 0;
        right: 0;
        z-index: 10;
        top: 0;
        text-align: center;
        margin-bottom: 30px !important;
    }
    .nav-pills .nav-link{
        color: #000;
    }
    .nav-pills .nav-link.active{
        color: #ed4e17;
        border-bottom: 3px solid #ed4e17;
    }
    .mobmt-3{
        margin-top: 30px;
    }
    .common-heading {
        font-size: 2rem;
    }
    .only-desktop{
        display: none;
    }
    .only-mob{
        display: block;
    }
    .banner-text-box h2{
        font-size: 2.3rem;
    }
    .carousel-caption {
        top: 20%;
    }
    .banner-text-box {
        width: 90%;
    }
    .pro-warranty h3 span {
        display: inline-block;
        font-size: 1rem;
    }
    .pro-warranty h3 {
        font-size: 2rem;
    }
    .pro-warranty {
        position: relative;
        bottom: auto;
        left: -15px;
        right: 0;
        text-align: right;
    }
    .tab-content .carousel-caption {
        width: 90%;
        left: 20px;
        right: auto;
        text-align: left;
        top: 5%;
    }
    .map-title {
        top: 30px;
        left: 5%;
    }
    .navbar-collapse{
        background: #fff;
    }
    #carouselExampleCaptions{
        padding-top: 80px;
    }
    .inner-banner .inner-banner-img {
        height: 300px;
        object-fit: cover;
    }
    .inner-banner-text {
        top: 45%;
    }
    .navbar-nav.align-items-center {
        align-items: flex-start !important;
    }
    .brand-list li{
        margin-bottom: 10px;
    }
    footer {
        text-align: center;
    }
}