
@charset "UTF-8";

/*
Theme Name: Viker
Theme URI: https://vikertile.com
Author: Sam Team
Description: Amir Marashi.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Viker

Viker WordPress Theme, (C) 2021.
*//* Reset */
a {
    text-decoration: none !important;
}

p {
    padding: 0;
    margin: 0;
}

h2,
h5 {
    color: #fff;
}
/* End Reset */
/* Fonts */
@font-face {
    font-family: anjoman-med;
    src: url(assets/font/Anjoman-Medium.woff);
}
@font-face {
    font-family: anjoman-sbold;
    src: url(assets/font/Anjoman-SemiBold.woff);
}
@font-face {
    font-family: anjoman-elight;
    src: url(assets/font/Anjoman-ExtraLight.woff);
}
@font-face {
    font-family: anjoman-ebold;
    src: url(assets/font/Anjoman-ExtraBold.woff);
}
@font-face{
    font-family: bulter-b;
    src: url(assets/font/Butler-Bold.woff);
}
/* End Fonts */
body {
    background: #14151b !important;
    background-image: url(assets/img/bg.png), url(assets/img/bg1.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 0 1200px, right 4400px !important;
}
body.singlebody {
    background: #fff !important;
    background-image:unset !important;

}

.header {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: all ease-in-out .5s;
    padding: 2rem 0;
    
}
.header-lp{
    padding: 1rem 0;
}
.header .lang{
    color:#fff !important;
    position: absolute;
    bottom: -1%;
    right: 1%;
    font-family: anjoman-med;
    font-size: .8rem;
}
.lang a{
    color:#fff;
}
.lang a:hover{
    color:#fff;
}
.lang .langmune{
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.lang li{
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: auto;
}
.lang li:nth-child(2){
    border-left: 1px solid #fff;
    padding-left: 2.5px;
}
.contactus{
    list-style: none;
    padding: 0;
    margin: 0;
}
.contactus a{
    text-transform: uppercase;
    background: linear-gradient(to right, #660922, #c02646);
    padding: .8rem 1rem .65rem;
    transition: all ease-in-out 0.2s;
    font-family: anjoman-med;
    color:#fff;
    text-decoration: none;
}

.contactus a:hover {
    color: #ddd;
}

/* Navbar */
.navbar{
    font-size: .8rem;
    font-family: anjoman-med;
    transition: all ease-in-out .5s;
}
.nav-item {
    margin-right: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-link {
    color: #fff !important;
}

.nav-link.active,
.nav-link:hover {
    color: #aa233f !important;
}
.navbar .navbar-toggler{
    border: none !important;
    outline: none !important;
}
.navbar .navbar-toggler:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none;
}
/*######################################
Hero Carousel
*/
.hero {
    overflow: hidden;
    padding: 0;
    height: 100vh;
    z-index: 100;
}

.hero .carousel {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 101;
}
.hero .carousel-item{
    overflow: hidden;
    position: relative;
    z-index: 102;
    height: 100vh;
}
.hero .carousel-item img {
    height: 100vh;
    object-fit:cover;
} 

.hero-control {
    position: absolute;
    overflow: hidden;
    bottom: 15%;
    left: 7%;
    z-index: 200;
    text-align: center;
}
/* .hero-control .hero-up{
    margin-bottom: 0;
} */
.hero-control a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: block;

}
.hero-control a:hover {
    color: #b32341;
}

.hero-control i {
    font-size: 1.5rem;
}
.hero-control p {
    color: #b32341;
    font-family: anjoman-sbold;
    font-size: 2.5rem;
    margin-bottom: -4px;
}
.hero-counter {
    color: #b32341;
    font-family: anjoman-sbold;
    font-size: 2.5rem;
    margin: 0;
}

/* Banner */
.banner {
    font-family: anjoman-sbold;
    margin-top: -15vh;
    background: #660922;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 103;
    width: 75%;
}

.midbanner {
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
}

.banner .card-title {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: bold;
}

.banner .card-text {
    font-size: .7rem;
    font-family: anjoman-elight;
}

/* Category */
.category h2,
.category h5 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.category h2 {
    margin-top: 3.5rem;
    font-size: 3rem;
    font-family: anjoman-sbold;
}
.category h5{
    font-family: anjoman-med;
    margin-top: -15px;
}
.category a {
    color: #14151b;
    text-decoration: none;
}

.category .text {
    text-align: left;
    padding-bottom: 1rem;
    transition: max-height ease-in .5s;
}

.category .heading {
    text-transform: uppercase;
    font-family: anjoman-sbold;
    transition: all ease-in-out .7s;
}
.category.archive .heading {
    margin: 0;
    white-space: nowrap;
    width: 0;
    text-align: center;
}

.category .heading::before {
    content: "";
    background: #aa233f;
    height: 3px;
    width: 35px;
    display: inline-block;
    margin: 0 10px 8px 0;
    transition: all ease-in-out .7s;
}

.category .text {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out .7s;
    bottom: -120px;
    font-family: anjoman-elight;
}
.category.archive .text {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out .7s;
    bottom: 0px;
    font-family: anjoman-elight;
}

.category .blog-entry {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
}
.category .blog-entry a{
    height: 100%;
}
.category .blog-entry img{
    height: 100%;
    object-fit:cover;
    object-position: center;
}
.category .text p {
    margin-left: 45px !important;
    line-height: 2.8rem;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;*/
    transition: all ease-in-out .7s; 
}

.category .item {
    position: relative;
    transition: all ease-in-out .7s;
    border: none;
    color: #14151b;
    z-index: 9999;
    overflow: hidden;
}

.category .item:hover {

    transform: scale(1.04, 1.04);
    transition: all ease-in-out .3s;
}

.category .item:hover a {
    color: #ffffff;
    transition: all ease-in-out .7s;
}

.category .item:hover .text {
    background: #79122b;
    transition: all ease-in-out .7s;
    color: #fff;
    bottom: 0;
}
.category .item:hover .text p{
    line-height: 1.8rem;
    text-overflow: unset;
    white-space:unset;
}
.category .item:hover .heading::before {
    background: #fff;
}
.category.archive .item:hover .heading {
    width: 100%;
}
.category.archive .item:hover .heading::before {
    width: 0;
}
.owl-dots {
    height: 15px;
    position: relative;
    margin: 10px auto !important;
    margin-top: 20px !important;
}

.owl-dot {
    background: #c2c2c4 !important;
    height: 14px;
    width: 14px;
    margin: 0 5px 0 5px;
    transition: all ease-in-out .3s;
}

.owl-dot:hover {
    background: #fff !important;
}

.owl-dot.active {
    background: #aa233f !important;
}

.owl-carousel {
    z-index: 9998;
}

/* Section Header */
.category h2::after,
.category h2::before,
.bestselection h2::after,
.bestselection h2::before,
.customers h2::after,
.customers h2::before,
.products-flters h5::after,
.products-flters h5::before {
    content: "";
    background: #aa233f;
    height: 3px;
    width: 30px;
    display: inline-block;
}

.category h2::before,
.bestselection h2::before,
.customers h2::before {
    margin: 0 10px 15px 0;
}

.category h2::after,
.bestselection h2::after,
.customers h2::after {
    margin: 0 0 15px 10px;
}

/* End Section Header */
/* End Category */
/* Best Selection */
.bestselection h2,
.bestselection h5 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.bestselection h2 {
    font-size: 3rem;
    font-family: anjoman-sbold;
}
.bestselection h5{
    font-family: anjoman-med;
    margin-top: -15px;
}
.bestselection a {
    color: #14151b;
}

.bestselection .bsmain {
    border: 1px solid #500419;
}


.bestselection .best-body {
    position: relative;
    height: 500px;
}
.bestselection .best-body img{
    width: 97%;
    height: 100%;
    object-fit: cover;
    
}

.bestselection .best-highlight {
    height: 100%;
    width: 97%;
    position: absolute;
    top: 0;
    left: 1.5%;
    visibility: hidden;
    opacity: 0;
    background: rgba(182, 121, 137, 0.6);
    color: #fff;
    transition: all ease-in-out .3s;
    text-align: left;
    padding: 80px 35px;
}

.best-highlight h3 {
    text-transform: uppercase;
    font-family: anjoman-sbold !important;
    font-size: 2rem;
}

.best-highlight h4 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: -15px;
    font-family: anjoman-med;
}

.best-highlight p {
    margin-top: 20px;
    padding-left: 2px;
    text-transform: uppercase;
    font-family: anjoman-elight;
}

.best-highlight a {
    position: absolute;
    display: block;
    background: linear-gradient(to right, #aa233f 50%, #14151b00 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    padding: 15px;
    bottom: 5%;
    right: 10%;
    border: 1px solid #fff;
    color: #fff;
    transition: all .4s ease-out;
    font-weight: 500;
    font-family: anjoman-elight;
}

.best-highlight a:hover {
    background-position: left bottom;
    color: #fff;
    border-color: #aa233f;
}

.bestselection .best-body:hover .best-highlight {
    visibility: visible;
    opacity: 1;
}

/* End BestSelection */
/* Projects */
.projects {
    position: relative;
    font-family: anjoman-elight;
    margin: 5rem 0;
}

.projects h2 {
    font-family: anjoman-ebold;
    text-transform: uppercase;
    font-size: 12rem;
    color: #14151b;
    text-shadow: #c02646 3px 0, -3px 0 #c02646, 0 3px #c02646, 0 -3px #c02646, 2px 2px #c02646, -2px -2px #c02646, 2px -2px #c02646, -2px 2px #c02646;
}

.projects .container {
    margin-top: -100px;
}
.projects .carousel-item{
    z-index: 5;
}
.projects .carousel-item img{
    height: 650px;
}
.projects .carousel-caption {
    position: relative;
    background: #fff;
    left: 0;
    bottom: 85px;
    width: 55%;
    height: 170px;
    color: #14151b;
    text-align: left;
    padding-left: 4%;
    padding-top: 4%;
}

.projects .carousel-caption h5 {
    color: #14151b;
    font-family: anjoman-sbold;
}

.projects .carousel-caption p {
    width: 50%;
}

.projects .carousel-caption a {
    background: #fff;
    display: block;
    width: 50px;
    height: 48px;
    text-align: center;
    position: absolute;
    right: 8%;
    top: 40%;
    padding-top: 8px;
    transition: all ease-in-out .3s;
    border: #660922 1px solid;
    color: #660922;
}

.projects .carousel-caption a:hover {
    color: #fff;
    background: #660922;
}

.projects .carousel-indicators {
    justify-content: right;
    z-index: 999;
    right: 3rem;
    bottom: 130px;
    margin: 0;
}

.projects .carousel-indicators button {
    height: 13px !important;
    width: 13px !important;
    transition: all ease-in-out .3s;
    border: none;
}

.projects .carousel-indicators button.active {
    background: #79122b;

}
.projects .carousel-control-prev,.projects .carousel-control-next{
    z-index: 9999;
}
.projects .carousel-control-prev-icon,.projects .carousel-control-next-icon{
    position: relative;
    top: -70px !important;
}

/* End Project -- Start CRM  */
.crm {
    height: 384px;
    background: url(assets/img/bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0 0 10%;
}

.crm h2 {
    text-transform: uppercase;
    font-family: anjoman-ebold;
    line-height: 3.5rem;
    font-size: 3rem;
    padding-left: 10%;
}

.crm a {
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #14151b;
    color: #fff;
    padding: 20px 55px 15px;
    float: right;
    margin-right: 10%;
    margin-top: -5%;
    background: linear-gradient(to right, #fff 50%, #14151b 50%);
    background-size: 250% 110%;
    background-position: right bottom;
    transition: all ease-in-out .5s;
    font-family: anjoman-elight;
}

.crm a:hover {
    background-position: left bottom;
    color: #14151b;
    border-color: #14151b;
}

/* End CRM -- Start Customers  */
.customers {
    margin-bottom: 10rem !important;
    font-family: anjoman-elight;
}

.customers h2,
.customers h5 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.customers h2 {
    font-size: 3rem;
    font-family: anjoman-sbold;
}
.customers h5{
    font-family: anjoman-med;
    margin-top: -15px;
}
.customers .swiper-slide {
    overflow: hidden;
}
.customers .swiper-wrapper{
    height: 330px;
}
.customers .testimonial-item {
    background: #fff;
    padding: 10%;
    text-align: left;
    overflow: hidden;
    height: 300px;
}

.customers .testimonial-item h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: anjoman-sbold;
}

.customers .testimonial-item h4 {
    color: #aa233f;
    font-size: 1.2rem;
}

.customers .testimonial-img {
    height: 90px;
    width: 90px;
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.customers .testimonial-item p {
    clear: both;
    line-height: 1rem;
}

.customers .testimonial-item .cicon {
    position: absolute;
    top: 100px;
    left: 100px;
    background: #aa233f;
    color: #fff;
    padding: 12px;
    font-size: 1.5rem;
}

.customers .swiper-pagination {
    bottom: -20px !important;
}

.customers .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0 !important;
    background: #fff;
    opacity: 0.7 !important;
    transition: all ease-in-out .5s;
    height: 12px;
    width: 12px;
}

.customers .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1 !important;
}

.customers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #aa233f;
    height: 12px;
    width: 12px;
}

/* Posts */
.posts{
    margin-top: 6rem !important;
}
.posts .carousel-inner{
    overflow: hidden;
}
.posts .p-text {
    display: block;
    color:#fff;
    font-family: anjoman-elight;
    padding-top: 7%;
}
.posts .p-text h2{
    font-family: anjoman-sbold;
}
.posts .p-text h5{
    text-transform: uppercase;
    font-weight: normal;
    color:#aa233f;
    margin-top: -10px;
}
.posts .p-text .phr{
    height: 1px;
    width: 30%;
    border-top: 2px #aa233f solid;
}
.posts .p-text p{
    font-size: 1.3rem;
    padding: 0 50% 0 0;
}
.posts .p-text a{
    display: inline-block;
    margin-top: 40px;
    color:#79122b;
    border: 1px solid #79122b;
    padding: 7px 35px 7px;
    background: linear-gradient(to right, #79122b 50%, #14151b00 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.posts .p-text a:hover{
    background-position: left bottom;
    color: #fff;
    border-color: #79122b;
}
.posts .p-img{
    position: relative;
    padding-left: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    height: 400px;
    
}
.posts .p-img .img-now{
    box-shadow: 0 15px 15px #000;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.posts .p-img .img-back{
    position: absolute;
    width: 47% !important;
    display: block !important;
    height: 200px;
    left: 0;
    top:22%;
    z-index: -1;
    transition: all ease-in-out .5s;
    box-shadow: 0 15px 15px #000;
    object-fit: cover;
}
.posts .pcontrol{
    position: absolute;
    right:0;
    bottom: -80px;
    margin-top: 20px;
    z-index: 999;
    text-align: center;
}
.posts .control-prev, .posts .control-next{
    height: 50px;
    width: 50px;
    border:1px solid #fff;
    color: #fff;
    background: none;
    transition: all .5s ease-out;
}
.posts .control-prev:hover, .posts .control-next:hover{

    background: #79122b;
    border: #79122b 2px solid;
}
/* Main Footer */
.mfooter{
    background: #000;
    margin-top: 17rem;
    padding-bottom: 4rem;
    color:#fff;
    font-family: anjoman-elight;
}
.mfooter a{
    color:#fff;
}
.mfooter h2{
    display: inline-block;
    text-transform: uppercase;
    font-family: bulter-b;
    font-size: 3rem;
    background: url(assets/img/bg2.png) no-repeat;
    background-size: contain;
    height: 220px;
    width: 470px;
    padding: 100px 0 20px 0;
    margin-top: -125px;
    word-spacing: -3px;
    margin-bottom: 3rem;
}
h2.single-f {
    color:#aa233f !important;
    background: none;
}
.fdiv{
    text-align: left;
}
.flogo{
    background: #000;
    display: inline-block;
    z-index: 1;
    margin-top: -10px;
}
.fdiv .fline{
    background: #777;
    height: 1px;
    width: 78%;
    display: inline-block;
    margin-left: 1%;
}
.mfooter .row{
    text-align: left;
}
.mfooter .ftext1 p{
    text-align: justify !important;
    padding-right: 4rem;
}
.navsocial {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 25px;
}

.navsocial li {
    display: inline-block;
    margin-right: 5px;
}

.navsocial li a {
    color: #fff;
    background: #aa233f;
    font-size: 1.5rem;
    transition: all ease-in-out .5s;
    padding: 3px 10px 0;
}

.navsocial li a:hover {
    text-decoration: none;
    color: #aa233f;
    background: #fff;
}
.faddress h5{
    margin-left: -4px;
    text-transform: uppercase;
    color:#aa233f;
    margin-bottom: 20px;
}
.faddress .rline,.faddress .rline1{
    border-left: 1px solid #aa233f;
}
.faddress .rline{
    margin-bottom: 40px;
}
.faddress address{
    margin: 0 30px 0 10px;
}
.fmenu h5{
    text-transform: uppercase;
    color:#aa233f;
    margin-bottom: 20px;
}
.navlink{
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.navlink a{
    transition: all ease-in-out .5s;
}
.navlink a:hover{
    color:#aa233f;
}
/* Copyright */
.fcopyright{
    background: #000;
    color:#555;
}
.fcopyright .container{
    border-top: 1px solid #666;
    padding: 2rem 0;
}
.fcopyright a{
    transition: all ease-in-out .5s;
    color:#aa233f;
}
.fcopyright a:hover{
    transition: all ease-in-out .5s;
    color:#500419;
}
.fcopyright i.icofont-heart{
    color:#aa233f;
}

/* Single */
.single-post{
    margin-top: 1vh;
    background: #fff;
    font-family: anjoman-elight;
}
.hero.single h1{
    position: absolute;
    width: 100%;
    margin: 20px auto;
    display: block;
    text-align: center;
    bottom: 0;
    color:#fff;
    z-index: 999;
    text-transform: uppercase;
    font-family: anjoman-ebold;
    font-size: 4rem;
    text-shadow: #555 0 5px 5px;
}
.single-post .imgpart::before{
    content: "";
    border: #aa233f 3px solid;
    height: 80%;
    float: left;
    margin-right: 10px;
    
}
.single-post .table{
    text-transform: capitalize;
}
.archive{
    margin-top: 9rem !important;
}.single-page{
    margin-top: 170px;
    color:#fff;
    font-family: anjoman-med;
}
.single-page a{
    color:#fff;
    transition: all ease-in-out .3s;
}
.single-page a:hover{
    color:#aa233f;
}
.single-page ul{
    list-style: none;
}
/* Filters */
.products-flters ul{
    color:#fff;
    list-style-type: none;
    display: inline-block;
    font-family: anjoman-elight;
    text-transform: capitalize;
}
.products-flters ul li{
    display: inline-block;
    cursor: pointer;
    transition: all ease-in-out .3s;
    border: 1px solid #fff;
    padding: 1px 15px 1px;
    margin: 2px 2px;
    border-radius: 5px;
}
.products-flters ul li:hover{
    color:#aa233f;
    border-color: #aa233f;
}
.products-flters ul li.is-checked{
    background: #fff;
    color:#aa233f;
}
.products-flters h5{
    margin-bottom: 30px;
}
.products-flters h5::after,
.products-flters h5::before{
    margin: 5px;
}
/* additional */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #aa233f;
    color: white;
    cursor: pointer;
    padding: 10px;
    transition: all ease-in-out .5s;
    box-shadow: 0 5px 5px #000;
  }
  
  #myBtn:hover {
    background-color: #500419;
  }
  /* Responsive */

@media (max-width: 575.98px) {
    .header .logo{
        height: 35px;
        width: 107px;
    }
    .header{
        padding: .6rem;
        transition-duration: .3s;
    }
    .header-lp{
        padding: .05rem;
    }
    .navbar{
        width: 100%;
    }
    .hero ,.hero .carousel-item,.hero .carousel-item img{
        height: 60vh;
    }
    .banner {
        text-align: center;
        margin-top: -7vh;
    }
    .banner .row{
        margin: 1rem 0;
    }
    .banner img{
        margin-bottom: 10px;
    }
    .banner .card-title {
        font-size: .9rem;
    }
    .category .blog-entry{
        height: 300px;
    }
    .category .item img{
        object-fit:cover;
        object-position: center;
    }
    .category h2,.bestselection h2,.customers h2{
        font-size: 2.5rem;
    }
    .category h3.heading{
        font-size: 1rem;
    }
    .category .heading::before {
        margin: 0 10px 5px 0;
    }
    .category .text {
        bottom: -10px;
    }
    .category .item:hover .text {
        bottom: 0px;
    }
    .owl-dot {
        background: #c2c2c4 !important;
        height: 10px;
        width: 10px;
        margin: 5px;
        transition: all ease-in-out .3s;
    }
    .bestselection .best-body {
        height: 350px;
    }
    .bestselection .best-highlight {
        padding: 35px 20px;
    }
    .best-highlight h3 {
        font-size: 1.2rem;
    }
    .best-highlight h4 {
        font-size: .9rem;
        margin-top: -10px;
    }
    .best-highlight p{
        font-size: .85rem;
    }
    .best-highlight a {
        font-size: .85rem;
        padding: 15px;
        bottom: 5%;
        right: 10%;
    }
    .projects{
        margin: 3rem 0 .7rem;
    }
    .projects h2 {
        font-size: 4rem;
    }
    .projects .container {
        margin-top: -40px;
    }
    .projects .carousel-item img{
        height: 230px;
    }
    .projects .carousel-caption {
        height: 130px;
    }
    .projects .carousel-caption p {
        width: 50%;
        font-size: .8rem;
    }
    .projects .carousel-indicators {
        right: 1rem;
        bottom: 100px;
    }
    .projects .carousel-caption a {
        width: 40px;
        height: 38px;
        right: 8%;
        top: 40%;
        padding-top: 8px;
        font-size: .68rem;
    }
    .projects .carousel-control-prev-icon,.projects .carousel-control-next-icon{
        height: 1rem;
        width: 1rem;
    }
    .crm {
        height: 240px;
        text-align: center;
        padding: 40px 0;
    }
    .crm h2 {
        line-height: 1.5rem;
        font-size: 1.2rem;
        padding: 0;
    }
    .crm a {
        display: inline-block;
        padding: 20px 55px 15px;
        float: none;
        margin-right: 0;
        margin-top: 45px;
    }
    .customers .testimonial-item h3 {
        font-size: 1.3rem;
    }
    
    .customers .testimonial-item h4 {
        font-size: 1rem;
    }
    .customers .testimonial-item p {
        padding-top: 20px;
    }
    .customers .testimonial-item .cicon {
        font-size: 1.2rem;
    }
    .posts{
        margin: 3rem 0;
    }
    .posts .p-img .img-back{
        height: 55px;
    }
    .posts .p-img{
        position: relative;
        padding: 0;
        height: 110px;
        text-align: right;
        
    }
    .posts .p-img .img-now{
        box-shadow: 0 15px 15px #000;
        object-fit: cover;
        height: 100%;
        width: 75%;
    }
    .posts .p-text {
        padding-top: 1%;
    }
    .posts .p-text h2{
        font-size: 1.2rem;
    }
    .posts .p-text h5{
        font-size: .9rem;
    }
    .posts .p-text p{
        font-size: .85rem;
        padding: 0;
    }
    .posts .control-prev, .posts .control-next{
        height: 25px;
        width: 25px;
        font-size: .5rem;
    }
    .posts .pcontrol{
    bottom: 0px;
    margin-top: 0px;
    }   
    .mfooter{
        margin-top: 10rem;
    }
    .fdiv{
        margin-bottom: 20px;
        text-align: center;
    }
    .flogo{
        height: 45px;
        width: 130px;
    }
    .fdiv .fline{
        width: 50%;
    }
    .mfooter .ftext1 p{
        padding-right: 0;
    }
    .mfooter h2{
        font-size: 2rem;
        height: 170px;
        width: 340px;
        margin-top: -80px;
        padding: 60px 0 20px 0;
    }
    .mfooter .col-12{
        padding-left: 10px;
    }
    .faddress h5{
        font-size: 1rem;
    }
    .faddress address{
        font-size: .7rem;
        margin: 0 0 0 5px;
    }
    .fmenu h5{
        font-size: 1rem;
    }
    .navlink{
        font-size: .9rem;
    }
    .fcopyright {
        font-size: .55rem;
    }
    #myBtn{
        font-size: 16px;
        bottom: 70px;
    }
    .single-post{
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header{
        padding: .6rem;
        transition-duration: .3s;
    }
    .header-lp{
        padding: .05rem;
    }
    .navbar{
        width: 100%;
    }
    .hero ,.hero .carousel-item,.hero .carousel-item img{
        height: 60vh;
    }
    .hero-control {
        bottom: 25%;
        left: 5%;
    }
    .banner {
        text-align: center;
        margin-top: -12vh;
    }
    .banner .row{
        margin: 1rem 0;
    }
    .banner img{
        margin-bottom: 10px;
    }
    .banner .card-title {
        font-size: 1.3rem;
    }
    .banner .card-text {
        font-size: .9rem;
        font-family: anjoman-elight;
    }
    .category .blog-entry{
        height: 270px;
    }
    .category .item img{
        object-fit:cover;
        object-position: center;
    }
    .category .text {
        bottom: -10px;
    }
    .bestselection .best-body {
        height: 300px;
    }
    .bestselection .best-highlight {
        padding: 35px 20px;
    }
    .best-highlight h3 {
        font-size: 1.3rem;
    }
    .best-highlight h4 {
        font-size: 1rem;
        margin-top: -10px;
    }
    .best-highlight p{
        font-size: .95rem;
    }
    .best-highlight a {
        font-size: .95rem;
        padding: 15px;
        bottom: 5%;
        right: 10%;
    }
    .projects{
        margin: 2rem 0 .5rem;
    }
    .projects h2 {
        font-size: 6rem;
    }
    .projects .container {
        margin-top: -55px;
    }
    .projects .carousel-item img{
        height: 270px;
    }
    .projects .carousel-indicators {
        right: .2rem;
    }
    .crm {
        height: 240px;
    }
    .crm h2 {
        line-height: 2rem;
        font-size: 2rem;
    }
    .crm a {

        padding: 20px 55px 15px;
        float: right;
        margin-right: 10%;
        margin-top: 5%;
    }
    .customers .testimonial-item .cicon {
        font-size: 1.2rem;
        top: 110px;
        left: 110px;
    }
    .posts{
        margin: 3rem 0;
    }
    .posts .p-img .img-back{
        height: 70px;
    }
    .posts .p-img{
        position: relative;
        padding: 0;
        height: 140px;
        text-align: right;
        
    }
    .posts .p-img .img-now{
        box-shadow: 0 15px 15px #000;
        object-fit: cover;
        height: 100%;
        width: 75%;
    }
    .posts .p-text {
        padding-top: 1%;
    }
    .posts .p-text h2{
        font-size: 1.2rem;
    }
    .posts .p-text h5{
        font-size: .9rem;
    }
    .posts .p-text p{
        font-size: .85rem;
        padding: 0;
    }
    .posts .control-prev, .posts .control-next{
        height: 25px;
        width: 25px;
        font-size: .5rem;
    }
    .posts .pcontrol{
        bottom: 0px;
        margin-top: 0px;
    }   
    .mfooter{
        margin-top: 10rem;
    }
    .fdiv{
        margin-bottom: 20px;
    }
    .flogo{
        height: 63px;
        width: 180px;
    }
    .fdiv .fline{
        width: 50%;
    }
    .mfooter h2{
        font-size: 2rem;
        height: 170px;
        width: 340px;
        margin-top: -100px;
        padding: 80px 0 20px 0;
    }
    .mfooter .col-12{
        padding-left: 10px;
    }
    .faddress h5{
        font-size: 1.2rem;
    }
    .faddress address{
        font-size: .8rem;
        margin: 0 0 0 5px;
    }
    .fmenu h5{
        font-size: 1.2rem;
    }
    .navlink{
        font-size: .98rem;
    }
    .fcopyright {
        font-size: .7rem;
    }
    #myBtn{
        font-size: 20px;
        bottom: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header{
        padding: .6rem;
        transition-duration: .3s;
    }
    .header-lp{
        padding: .05rem;
    }
    .navbar{
        width: 100%;
    }
    .hero ,.hero .carousel-item,.hero .carousel-item img{
        height: 60vh;
    }
    .hero-control {
        bottom: 20%;
        left: 5%;
    }
    .banner {
        margin-top: -15vh;
    }
    .banner .card-title {
        font-size: 1rem;
    }
    .category .blog-entry{
        height: 350px;
    }
    .category .item img{
        object-fit:cover;
        object-position: center;
    }
    .category .text {
        bottom: -165px;
    }
    .bestselection .best-highlight {
        padding: 35px 20px;
    }
    .best-highlight h3 {
        font-size: 1.3rem;
    }
    .best-highlight h4 {
        font-size: 1rem;
        margin-top: -10px;
    }
    .projects{
        margin: 0;
    }
    .projects h2 {
        font-size: 7.8rem;
    }
    .projects .container {
        margin-top: -70px;
    }
    .projects .carousel-item img{
        height: 380px;
    }
    .projects .carousel-caption {
        height: 160px;
    }
    .projects .carousel-caption p {
        width: 50%;
        font-size: .8rem;
    }
    .projects .carousel-indicators {
        right: 1rem;
        bottom: 100px;
    }
    .projects .carousel-caption a {
        width: 40px;
        height: 38px;
        right: 8%;
        top: 40%;
        padding-top: 8px;
        font-size: .68rem;
    }
    .projects .carousel-control-prev-icon,.projects .carousel-control-next-icon{
        height: 1.3rem;
        width: 1.3rem;
    }
    .crm {
        height: 300px;
    }
    .crm h2 {
        line-height: 2rem;
        font-size: 2rem;
    }
    .crm a {

        padding: 20px 55px 15px;
        float: right;
        margin-right: 10%;
        margin-top: 5%;
    }
    .customers .testimonial-item h3 {
        font-size: 1.3rem;
    }
    
    .customers .testimonial-item h4 {
        font-size: 1rem;
    }
    .customers .testimonial-item p {
        padding-top: 20px;
    }
    .customers .testimonial-item .cicon {
        font-size: 1.2rem;
    }
    .posts{
        margin: 3rem 0;
    }
    .posts .p-img .img-back{
        height: 105px;
    }
    .posts .p-img{
        position: relative;
        padding: 0;
        height: 210px;
        text-align: right;
        
    }
    .posts .p-img .img-now{
        box-shadow: 0 15px 15px #000;
        object-fit: cover;
        height: 100%;
        width: 75%;
    }
    .posts .p-text {
        padding-top: 1%;
    }
    .posts .p-text h2{
        font-size: 1.4rem;
    }
    .posts .p-text h5{
        font-size: 1rem;
    }
    .posts .p-text p{
        font-size: .95rem;
        padding: 0;
    }
    .posts .control-prev, .posts .control-next{
        height: 30px;
        width: 30px;
        font-size: .7rem;
    }
    .posts .pcontrol{
    bottom: -20px;
    margin-top: 0;
    }  
    .mfooter{
        margin-top: 10rem;
    }
    .fcopyright {
        font-size: .85rem;
    }
    #myBtn{
        font-size: 22px;
        bottom: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header{
        padding: 1.8rem;
        transition-duration: .3s;
    }
    .header-lp{
        padding: .8rem;
    }
    .hero ,.hero .carousel-item,.hero .carousel-item img{
        height: 70vh;
    }
    .hero-control {
        bottom: 20%;
        left: 5%;
    }
    .banner {
        margin-top: -15vh;
    }
    .banner .card-title {
        font-size: 1.3em;
    }
    .category .blog-entry{
        height: 430px;
    }
    .category .item img{
        object-fit:cover;
        object-position: center;
    }
    .category .text {
        bottom: -125px;
    }
    .bestselection .best-highlight {
        padding: 35px 20px;
    }
    .best-highlight h3 {
        font-size: 1.5rem;
    }
    .best-highlight h4 {
        font-size: 1.2rem;
        margin-top: -10px;
    }
    .projects{
        margin: 0;
    }
    .projects h2 {
        font-size: 10rem;
    }
    .projects .container {
        margin-top: -80px;
    }
    .projects .carousel-item img{
        height: 480px;
    }
    .projects .carousel-caption {
        height: 200px;
    }
    .projects .carousel-caption p {
        width: 60%;
        font-size: 1.1rem;
    }
    .projects .carousel-indicators {
        right: 1rem;
        bottom: 150px;
    }
    .projects .carousel-control-prev-icon,.projects .carousel-control-next-icon{
        height: 1.5rem;
        width: 1.5rem;
    }
    .crm {
        height: 340px;
    }
    .crm h2 {
        line-height: 2rem;
        font-size: 2rem;
    }
    .crm a {

        padding: 20px 55px 15px;
        float: right;
        margin-right: 10%;
        margin-top: 5%;
    }
    .posts{
        margin: 2.2rem 0;
    }
    .posts .p-img .img-back{
        height: 140px;
    }
    .posts .p-img{
        position: relative;
        padding: 0;
        height: 280px;
        text-align: right;
        
    }
    .posts .p-img .img-now{
        height: 100%;
        width: 75%;
    }
    .posts .p-text {
        padding-top: 1%;
    }
    .posts .p-text h2{
        font-size: 1.7rem;
    }
    .posts .p-text h5{
        font-size: 1.2rem;
    }
    .posts .p-text p{
        font-size: 1.1rem;
        padding: 0;
    }
    .posts .control-prev, .posts .control-next{
        height: 35px;
        width: 35px;
        font-size: .8rem;
    }
    .posts .pcontrol{
    bottom: -30px;
    margin-top: 0;
    }  
    .mfooter{
        margin-top: 12rem;
    }
    .fdiv .fline{
        width: 70%;
    }
    .fcopyright {
        font-size: .9rem;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
    .category .item img{
        object-fit:cover;
        object-position: center;
    }
    .category .text {
        bottom: -170px;
    }
    .bestselection .best-highlight {
        padding: 35px 20px;
    }
    .best-highlight h3 {
        font-size: 1.6rem;
    }
    .best-highlight h4 {
        font-size: 1.25rem;
        margin-top: -10px;
    }
    .crm {
        height: 360px;
    }
    .crm h2 {
        line-height: 2rem;
        font-size: 2rem;
    }
    .crm a {

        padding: 20px 55px 15px;
        float: right;
        margin-right: 10%;
        margin-top: 5%;
    }
    .customers .testimonial-item h3 {
        font-size: 1.3rem;
    }
    
    .customers .testimonial-item h4 {
        font-size: 1rem;
    }
    .customers .testimonial-item p {
        padding-top: 20px;
    }
    .customers .testimonial-item .cicon {
        font-size: 1.2rem;
    }
    .posts{
        margin: 2.2rem 0;
    }
    .posts .p-img .img-back{
        height: 160px;
    }
    .posts .p-img{
        position: relative;
        padding: 0;
        height: 320px;
        text-align: right;
        
    }
    .posts .p-img .img-now{
        height: 100%;
        width: 75%;
    }
    .posts .p-text {
        padding-top: 1%;
    }
    .posts .p-text h2{
        font-size: 1.7rem;
    }
    .posts .p-text h5{
        font-size: 1.2rem;
    }
    .posts .p-text p{
        font-size: 1.1rem;
        padding: 0;
    }
    .posts .control-prev, .posts .control-next{
        height: 35px;
        width: 35px;
        font-size: .8rem;
    }
    .posts .pcontrol{
    bottom: -50px;
    margin-top: 0;
    }  
    .mfooter{
        margin-top: 12rem;
    }
    .fdiv .fline{
        width: 70%;
    }
    .fcopyright {
        font-size: .9rem;
    }
}


/* PRELOADER */
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #14151b;
    transition: all 0.6s ease-out;
  }
  
  #preloader::after {
    content: "";
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border: 6px solid #000;
    border-color: #aa233f transparent #aa233f transparent;
    border-radius: 50%; 
    width: 120px;
    height: 120px;
     -webkit-animation: animate-preloader 1.5s linear infinite;
    animation: animate-preloader 1.5s linear infinite;
  }
  #preloader::before{
    content: "";
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    background: url(assets/preloader.png);
    background-size: cover;
    width: 120px;
    height: 120px;
    border-radius: 50%; 
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }