body,
html {
    background-image: url(../img/map-bg.png);
    height: 100%;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

.gray-c{
    border-color: #e4e4e4;
    color: #76787b;
}

p {
    color: #76787b;
    line-height: 1.6;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.no-pad-rf {
    padding-right: 0px;
    padding-left: 0px;
}

.no-pad-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}


.no-pad-man {
    padding: 0px
}

.pt-120 {
    padding-top: 120px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-30 {
    padding-top: 30px;
}


.pb-120 {
    padding-bottom: 120px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-120 {
    padding: 120px 0px;
}

.ptb-90 {
    padding: 90px 0px;
}


.ptb-60 {
    padding: 60px 0px;
}

.ptb-30 {
    padding: 30px 0px;
}

.mrb-30{
    margin-bottom: 30px;
}

.mrb-60{
    margin-bottom: 60px;
}

h1 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0px;
}

h1,
h2,
h3,
h4 {
   font-family: 'Poppins', sans-serif;
    
}

h2 {
    font-weight: bold;
}

.blacker{
    color: #4c5964 !important;
}

.theme-btn {
    color: #fff;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: #101f37;
}

.theme-btn:hover {
    background-color: rgba(236, 27, 35, 1.0);
    color: #fff;
    padding: 10px 40px;
}

.elem {
    width: 120px;
    height: 5px;
    background-color: rgba(236, 27, 35, 1.0);
    display: block;
    margin-bottom: 30px;
    animation: animName 2s infinite;
    position: relative;
}

@keyframes animName {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

.heading-title h1 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
}

.heading-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3;
}

.heading-title-thin-w {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}

.heading-title-bold-w {
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(236, 27, 35, 1.0);
}

.heading-title-thin-b {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #505962;
}

.font-thin{
  font-weight: 300;
}

.font-bold{
  font-weight: 700;
}

.sp-txt {
    color: #d1c0a1;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.darker-bg{
    background-color: #010b1e;
}

.white-bg{
    
}



/* ------------------------------------------------ navbar */

.navbar-brand {
    max-width: 80px;
}

.navbar {
    color: #8a8989;
    padding: 20px !important;
    margin-top: 35px;
}


.navbar-light .navbar-nav .nav-link {
    color: #8a8989;
    font-weight:400 !important;
    font-size: 16px;
    margin-left: 15px;

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ec1b23;
}



.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(236, 27, 35, 1.0);;
}

.bg-dark {
    border: #000 !important;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}

.nav-item {
   margin-left: 15px;
}

.nav-item:last-child {
    margin-right: 0px;
}

.social-top {
    margin-left: 40px;
}

.whatsapp-us{
    display: none;
}

.social-top a{
    padding-right: 10px;
}

.social-top a i{
    color: #fff;
}

.call-us{
    background: linear-gradient(-150deg,#ee0979 -25%,#ff6a00 140%) !important;
    padding: 7px 15px;
    border-radius: 10px;
    margin-left: 20px;
}

.call-us a{
    color: #fff;
    font-size: 16px;
    margin: 0px;
}




/* menu toggle button -------------------- */

.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 5px;
    border: 2px solid rgba(236, 27, 35, 1.0);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.line-toggle {
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background: rgba(236, 27, 35, 1.0);
    border-radius: 5px;
    transition: all .6s;
}

.line-toggle:first-child {
    transform: translateY(-10px) translateX(-1px);
    width: 20px;
    transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(-3px);
    width: 22px;
    transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
    background: rgba(236, 27, 35, 1.0);
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 35px;
    height: 3px;
    transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
    background: rgba(236, 27, 35, 1.0);
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 35px;
    height: 3px;
    transition-delay: .1s;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler {
    border: none;
}


/* ------------------------------------------------ header */


.home-header {
    background: #fff;
  
}


.features{
    background-color: #fff;
}

.features-list img{
    margin-bottom: 20px;
}

.features-list h6{
    font-weight: 600;
}



/* ----------------------------------------------- home about */
.about-home{
  background-color: #010b1e;
  color: #fff;
}

.abt-left-txt h1{
    font-size: 54px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff;
}
.abt-left-txt h1 span{
    font-size: 54px;
    margin-bottom: 60px;
    font-weight: 700;
}

.fun-facts{
    margin-top: 60px;
}

.fun-fact-list h2{
    border: 1px solid #767676;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #767676;
    color: #fff;
}

/*------------------------ Feature --------------------------*/

.features-list{
    padding: 30px;  
    box-shadow: 0 2px 2px rgba(0,0,0,0.10), 0 1px 1px rgba(0,0,0,0.13);
    border-radius: 10px;
    border:1px solid  rgba(0,0,0,0.10);
    transform: scale(1.0);
    transition: all 0.2s ease;
    background-color: #fff;
}

.features-list:hover{ 
    box-shadow: 0 5px 10px rgba(0,0,0,0.10), 0 3px 3px rgba(0,0,0,0.13);
    transform: scale(1.1);
}

/*------------------------ popular shop --------------------------*/

.card-body{
  background-color: #fff;
}
.card-body .h6{
    color: #000;
}


/* ----------------------------------------------- Portfolio */
.p-portfolio{
    background-color: #010b1e;
  color: #fff;
}

/* ----------------------------------------------- home about */

.bg-txt{
    position: relative;
}

.bg-txt h3{
    text-align: center;
 font-size: 180px;
 color: rgba(0, 0, 0, 0.03);
 margin-top: -150px;
 margin-bottom: -120px;
}

/* ----------------------------------------------solution home */


.solution-home {
    background: #060d19;
}

.solution-rel {
    background-color: #060d19;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
    height: 840px;
    border-radius: 20px;
    position: relative;
}

.solution-abs {
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 0px 60px;
}

.solution-abs h2{
  font-size: 24px;
}

.overlay-mode {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgb(101, 104, 112);
    background: linear-gradient(180deg, rgba(101, 104, 112, 0.5) 23%, rgba(218, 104, 39, 0.8) 57%, rgba(245, 127, 32, 1) 100%);
}

.overlay-mode-serv {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgb(101, 104, 112);
    background: linear-gradient(180deg, rgba(101, 104, 112, 0.5) 23%, rgba(218, 104, 39, 0.4) 47%, rgba(245, 127, 32, 0.9) 100%);
}

.overlay-mode-ser{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(245, 127, 32, 0);
    transition: 0.3s all ease;
}

.serv-img-1:hover .overlay-mode-ser{
  background: rgba(255, 0, 108, 0.8);
}

.serv-img-2:hover .overlay-mode-ser{
  background: rgba(255, 108, 8, 0.8);
}

.serv-img-3:hover .overlay-mode-ser{
  background: rgba(0, 228, 255, 0.8);
}





.serv-rel:hover .theme-btn1{
    background: #fff;
    color: #293d4f;
}


.solution-rel p {
    color: #fff !important;
}

.sol-img {
    background: url(../img/color.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
}

.serv-abs {
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 0px 60px;
}

.serv-abs img{
    margin-bottom: 30px;
}

.serv-abs h2{
  font-size: 24px;
  font-weight: 500;
}

.serv-abs p{
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
}

.serv-rel {
    background-color: #343a40;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
    height: 450px;
    border-radius: 20px;
    position: relative;
    text-align: center;
}


.serv-img-1 {
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
}

.serv-img-2 {
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
}

.serv-img-3 {
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
}

.theme-btn1 {
    color: #343a40;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: #f2f2f2;
}

.theme-btn1:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #293d4f;
    padding: 10px 40px;
}

.solution-list:hover .theme-btn1{
  background-color:#000;
  color: #fff;
}

.solution-list{
  color: #fff;
  padding: 60px 44px;
  border: 1px solid #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  background: rgb(255, 255, 255, 0);
  transition: 0.4s all ease;
}

.solution-list:hover{
  background: rgb(255, 255, 255, 1);
  color: #343a40;
  border: 1px solid #fff;
}

.solution-list img, .solution-abs img{
  margin-bottom: 30px;

}

.solution-list h2{
  font-size: 24px;
  letter-spacing: 1px;
}


/*-- Main Footer ----------------------*/

.main-footer {
    background-color: #060d19;
    color: #fff;
    padding-top: 20px;
}

.footer-widget ul li i{
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  border:1px solid rgba(236, 27, 35, 1.0);
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
}


.get-in-touch {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #fff;
    width: 140px;
}

.get-in-touch:hover {
    color: #fff;
    background-color: rgba(236, 27, 35, 1.0);
    border: 1px solid rgba(236, 27, 35, 1.0);
}

.main-footer h3 {
    font-weight: 700;
    margin-bottom: 90px;
}

.main-footer p {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.main-footer h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
}

.main-footer i {
    font-size: 1.6em;
    padding-right: 15px;
    transition: all 0.2s ease;
    color: #fff;
}

.f-address {
    margin-top: 30px;
    font-weight: 200;
}

.f-footer {
    margin-top: 20px;
    border-top: 1px solid gray;
    font-size: 14px;
    letter-spacing: 1px;
    color: gray;
    padding: 30px;
}

.main-footer a:last-child i {
    padding-right: 0px;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-twitter:hover {
    color: #00acee;
}

.fa-youtube:hover {
    color: #c4302b;
}

.fa-basketball-ball:hover {
    color: #ea4c89;
}


.footer-section {
    background: #060d19;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid rgba(236, 27, 35, 1.0);
    color: rgba(236, 27, 35, 1.0);
}

.footer-cta p {
    margin-bottom: 0px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-logo img {}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #adb4c1;
    margin-top: 10px;
}

.footer-social-icon {
    text-align: center;
    margin-top: 30px;
}


.footer-social-icon a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

.footer-social-icon i {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100px;
    background: rgba(236, 27, 35, 1.0);
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget ul li {
    margin-bottom: 5px;
}

.footer-widget ul li a:hover {
    color: rgba(236, 27, 35, 1.0);
}

.footer-widget ul li a {
    color: #adb4c1;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #24282f;
    border: 1px solid #24252f;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: rgba(236, 27, 35, 1.0);
    padding: 13px 20px;
    border: 1px solid rgba(236, 27, 35, 1.0);
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #24282f;
    padding: 15px 0 10px 0;
    margin-top: 15px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #adb4c1;
}

.copyright-text p a {
    color: rgba(236, 27, 35, 1.0);
}

.footer-menu ul {
    margin-bottom: 5px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: rgba(236, 27, 35, 1.0);
}

.footer-menu li a {
    font-size: 14px;
    color: #adb4c1;
}









/*-----Testimonial-------*/



.testimonial {
    position: relative;
background-color: #010b1e;
    padding-top: 50px;
    padding-bottom: 50px;

}



.working-hours ul li:nth-child(odd){
    padding: 2px 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.working-hours ul li:nth-child(even){
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.contact-info ul{
    padding: 0px 15px;
}

.contact-info ul li a{
    color: #767676;
}

.contact-info h3, .working-hours h3{
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}


.contact-info ul li{
    margin-bottom: 5px;
}

.contact-info ul li span{
    margin-right: 8px;
    width: 22px;
    height: 22px;
    padding: 1px;
    display: inline-block;
    border-radius: 50%;
    background: #ec1b23;
    text-align: center;
    vertical-align: middle;
}

.contact-info ul li span i{
    vertical-align: middle;
    color: #fff;
    margin-bottom: 3px;
    font-size: 12px;
}


    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
  width: 25px !important;
  height: 25px !important;

}

.swiper-button-next {
     width: 25px !important;
  height: 25px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}











.contact-form{
  background-color: #0d0d0d;
}

.quote-img{
  overflow: hidden;
  height: 90%;
  border-radius: 20px;
}

.form-ui{
  padding: 30px 60px 60px 60px;
  border: 1px solid gray;
  border-radius: 20px;
}


.form-decoration input,
.form-decoration textarea {
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
}

.form-decoration input:focus,
.form-decoration textarea:focus {
    box-shadow: none;
    border-color: rgba(255, 0, 108, 0.8);
    background-color: rgba(0, 0, 0, 0);
}

.form-decoration form{
  margin-bottom: 60px;
}

.form-decoration form select{
  background-color:rgba(255, 0, 108, 0.8);
  padding: 7px;
  outline: none;
  border: none;
  color: #fff;
}

.form-decoration form select option {
  margin: 40px;
  background: rgba(0, 0, 0, 1);
  color: gray;
}

.form-decoration form select option:hover{
  background: rgba(255, 0, 108, 0.8)!important;
}

.form-decoration a{
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.3s all ease;
  margin-top: 60px;
}

.form-decoration a:hover{
    color: rgba(255, 0, 108, 0.8);
}

.contact-info-inner ul li{
  border-top: 1px solid #fff;
  padding: 10px 0px;
}

.contact-info-inner ul li a{
  color: #fff;
}





/*-----about page-------*/


.small-header{
    text-align: center;
    color: #fff;
}

.small-header h5{
    margin-top: 110px;
}


.home-about .heading-title h4{
    font-size: 86px;
    margin-top: 60px;
}

.heading-title h3{
    font-size: 18px;
    line-height: 1.5;
}

.vision-purpose{
    background: #303b44 url(../img/vision-purpose.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -500px;
}

.vision-rel {
    background: rgb(150,1,110);
background: linear-gradient(66deg, rgba(150,1,110,1) 27%, rgba(255,81,0,1) 89%);
    padding: 40px 30px;
    color: #010b1e;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
}


.vision-rel h3{
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}

.vision-rel p{
    color: rgba(255, 255, 255, 0.7);
}


.vision-2{
    background: #fff;
    color: #303b44;
}

.vision-2 h3{
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    color: #303b44;
}

.vision-2 p{
    color:  #303b44;
}


/*-----contact page-------*/

.contact{
    background: #fff;
}

.c-design{
    border: 1px solid #000;
    padding: 0px 30px 40px 30px;
    margin-bottom: 90px;
    border-radius: 10px;
    color: #000;
}

.c-design h5 a{
    color: #000;
}

.c-icon{
    background: linear-gradient(-150deg,#ee0979 -25%,#ff6a00 140%) !important;
    padding: 15px;
    display:inline-block;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: -20px !important;
    margin-bottom: 30px;
    color: #fff;
}

.main-gallery a{
    padding-bottom: 30px;
}


/*-----service page-------*/

.printing{
    background-color: #fff;
}

.printing .card{
    margin-bottom: 30px;
}

.digital-inner, .offset-inner, .threed-inner, .promotional-inner{
    border-radius: 10px;
    overflow: hidden;
    max-height: 440px;
    margin-bottom: 60px;
}
.digital-print{
    background: linear-gradient(-150deg,#ee0979 -25%,#ff6a00 140%) !important;
    padding: 60px 60px;
}


.digital-print h2{
    margin-bottom: 20px;
}

.digital-print h2, .digital-print p{
    color: #fff;
}


.clients{
    background-color: #fff;
}


/*-----logo animation-------*/

.preAnimLogo  {
  pointer-events: none;
  animation: preLogoMovAnim 8s infinite;
  background-size: cover;
}


@keyframes preLogoMovAnim {
  0% { transform: scale(0.9);}
  10% { transform: scale(0.9);}
  20% { transform: scale(1);}
  40% {transform: scale(0.9);}
  60% {transform: scale(1.1);}
  80% { transform: scale(0.8);}
  90% { transform: scale(1.1);}
  100% { transform: scale(1);}
}



