@charset "utf-8";

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicHeavy.eot');
    src: url('../fonts/FuturaCyrillicHeavy.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicHeavy.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicHeavy.woff') format('woff'),
        url('../fonts/FuturaCyrillicHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Book';
    src: url('../fonts/FuturaCyrillicBook.eot');
    src: url('../fonts/FuturaCyrillicBook.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicBook.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicBook.woff') format('woff'),
        url('../fonts/FuturaCyrillicBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Extra';
    src: url('../fonts/FuturaCyrillic-ExtraBold.eot');
    src: url('../fonts/FuturaCyrillic-ExtraBold.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillic-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-ExtraBold.woff') format('woff'),
        url('../fonts/FuturaCyrillic-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillic-Bold.eot');
    src: url('../fonts/FuturaCyrillic-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillic-Bold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Bold.woff') format('woff'),
        url('../fonts/FuturaCyrillic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicLight.eot');
    src: url('../fonts/FuturaCyrillicLight.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicLight.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicLight.woff') format('woff'),
        url('../fonts/FuturaCyrillicLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Demi';
    src: url('../fonts/FuturaCyrillic-Demi.eot');
    src: url('../fonts/FuturaCyrillic-Demi.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillic-Demi.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Demi.woff') format('woff'),
        url('../fonts/FuturaCyrillic-Demi.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicMedium.eot');
    src: url('../fonts/FuturaCyrillicMedium.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicMedium.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicMedium.woff') format('woff'),
        url('../fonts/FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


/*************** DEFAULT CSS ***************/
:root {
    --body-font: 'Futura Cyrillic';
    --body-font-Size: 18px;
    --body-color: #000;
    --primary-color: #948334;
    --secondary-color: #c11025;
    --black: #000;
    --white: #fff;
    --grey: (#ccc);
    --heading-font: 'Futura Cyrillic';   
    
}
body{
    
    font-family: var(--body-font);
    font-size:var(--body-font-Size);
    font-style: normal;
    line-height: normal;
    font-weight:400;
    color: var(--body-color);
    text-decoration: none;
    margin:0px;
    -webkit-font-smoothing: antialiased;
    padding:0;
    overflow-x: hidden !important;
    
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: var(--secondary-color); /* Safari */
    color:#fff;
        }
::-moz-selection {
    background: var(--secondary-color); /* Firefox */
    color:#fff;
}

.about-head1 {
    font-size: 46px !important;
}

a {
    color:var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a:hover {
    color: var(--secondary-color);
    }

p {
    margin:0px 0 20px 0;
    clear:left;
    padding:0;
    line-height: 23px;
    font-family: 'Futura Cyrillic Book';
    }
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
    }
  
hr {
    margin:50px  0 50px 0;
    height:1px;
    border:0;
    border-top:1px solid #e5e5e5;
    float:left;
    width:100%;
    position:relative;
}
img{
    border:0;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}  
a img {
    border: 0;
    }

/*-----------text styles------------*/
.text-white{
    color:var(--white)!important;
}
.text-black{
    color: #000  !important;
}
.text-primary{
    color: var(--primary-color) !important;
} 
.text-secondary{
    color: var(--secondary--color) !important;
} 
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.uppercase{text-transform: uppercase;}
.justify-content-center{justify-content: center;}
/*-----------background styles------------*/
.bg-primary{background-color: var(--primary-color)}
.bg-secondary{background-color: var(--secondary--color)}
/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loading.png); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0; /* is width and height divided by two */
}
#status{
 -webkit-animation: flipInY 1s infinite alternate;
  -moz-animation: flipInY 1s infinite alternate;
  -ms-animation: flipInY 1s infinite alternate;
  -o-animation: flipInY 1s infinite alternate;
  animation: flipInY 1s infinite alternate;
    }
/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
    }
.row{
    width:100%;
    display:block;
    float:left;
    padding:0;
}
.row-flex{ 
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.justify-center{justify-content: center;}
.align-center{align-items: center;}
.space-between{justify-content: space-between;}
.justify-flex-end{justify-content: flex-end;}
.container{
    width:1280px;
    margin:0 auto;
}
.fullwidth{
    width:100%;
    display:block;
}
.two-col{
    width: 46%;
    float: left;
    margin-right: 8%;
}
.three-col{
    width:30%;
    float:left;
    margin-right:5%;
}
.four-col{
    width:22%;
    float:left;
    margin-right:4%;
}
.last{
    margin-right:0 !important;
}
.clearfix{
    width:100%;
    height:100px;
    float:left;
    margin:0;
    padding:0;
    display:block;
}

section , footer {
    width: 100%;
    float: left;
    position: relative;
}
.aside {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
}
.summary {
    width: 74%;
    float: right;
    margin: 0;
    padding: 0 0 0 100px;
}
.col, .fl-left{
    float:left
}
.fl-right{float: right;}
.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd40{
    width:40%
}
.smd60{
    width:60%
}
.smd30{
    width:30%
}
.smd70{
    width:70%
}
.smd75{
    width:75%
}
.smd66{width: 66.66666666%;}


.pd-5{ padding:5px; }
.pd-10{ padding:10px; }

/*************** HOME PAGE CSS ***************/
header{  
width: 100%; 
top:-100px;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
 }
header a{ color: #293d84; }
header a:hover{ color: #edb523; }
.logo{ float: left;padding:7px 0 4px 0 }
.logo img{width: 128px}
.header{display: flex;justify-content: space-between; align-items: center;}
.header-right{
      display: flex;
    align-items: center;
    gap: 15px;
}


.social {
    display: inline-block;
    font-size: 16px;
    line-height:25px;
}
.social a  {
  
    font-size: 15px;
    color: var(--white);
    background: var(--black);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 0px 0 0px;
}
.topbar{
    display: flex;
    justify-content: flex-end;
}
.inline {
    display: inline-block;
    padding: 4px 8px;
    line-height: 20px;
    color: #fff;
}
.number{
    position: relative;
    font-size: 16px;
    color: #4b5469;
}
.number i{
    position: absolute;
    top:0;
    width:30px;
    height: 30px;
    background: #edb523;
    border-radius: 100%;
}

.menu-wrap{
      display: inline-block; 
}
.menu {
    float: left;
    position: relative;
    z-index: 100;
    margin-top: 8px;
}


.slider-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.link{}

.link a{
    font-weight: 300;
    color: #000;
    padding: 12px 40px 12px 40px;
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0;
    border:1px solid #737373;
}
.link2 a{
    padding: 12px 20px 12px 20px;
    margin-left: 2px;
    margin-right: 2px;
    }
.link a span {
    position: relative;
    z-index: 2;
}
.link a:hover span {
    color: #fff;
}
.link a:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #000;
    color: #fff;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*.link a:before{
    content: '';
    width: 53px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-image: url(../images/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

.link a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.link a:hover{
    background-color:#616161;
    color:#FFF;
    }
.call-us-button:hover i{ color: #fff; position: relative; z-index: 2;}

.serachbox{
    display: inline-block;
    /* width: 30%; */
    position: relative;
    z-index: 1000;
}
.serachbox .widget__form-search {
    position: relative;
    width: 100%;
}
.serachbox .form-control {
    height: 33px;
    line-height: 50px;
    border: none;
    border: 1px solid #a5a5a5;
    border-radius: 1px;
    padding: 0 40px 0 20px;
    font-size: 12px;
    border-radius: 50px;
    width: 100%;
    background:transparent;
    color: #000;
    min-width: 183px;
}
.serachbox button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: normal;
    width: auto;
    font-size: 16px;
    color: #000;
    border: 0;
    background: transparent;
}
.brands{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.brands li{
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    position: relative;
}
.intro-image{
    width: 50%;
}
.heading{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
/*    padding-bottom: 20px;*/
    position: relative;
    margin-bottom: 20px
}
.subheading{
  
   font-size: 22px;
   line-height: 22px; 
 
}
.subtitle{
   display: inline-block;
   font-size: 22px;
   line-height: 22px; 
   margin-bottom: 20px ;
   padding-bottom: 20px;
   position: relative;
}
.underline{
     padding-bottom: 20px; 
}
.subtitle:after, .underline:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 37px;
    height: 1px;
    background: var(--secondary-color);
    }
.highlight-text{
    font-size: 22px;
    line-height: 22px;
}
.main-content-wrap{
    width: 100%;
    float: left;

}
.intro-1{
    background: url(../images/img1.jpg) no-repeat center right;
   /* background-size: 63%;*/
   background-position:center right;
}
.intro-2{
    background: url(../images/playaza.jpg) no-repeat center left;
   /* background-size: 63%;*/
   background-position:center left;
}
.intro-3{
    background: url(../images/cinepolis.jpg) no-repeat center right;
   /* background-size: 63%;*/
   background-position:center right;
}
.content-box{
    padding: 100px 50px;
    background: #fff;
    position: relative;
    width: 37%;
    float: left;
    display: flex;
    align-items: center;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
 
}
 .content-box:hover{
margin-left: 30px;
}
/*.main-content-wrap:hover .link a{
border:1px solid #fff;
color: #fff;
}*/
/*.main-content-wrap:hover .subtitle:after{
    background:#fff;
}*/
/*.main-content-wrap:hover .content-box:before {
    background: var(--secondary-color);
    }*/
    .content-box:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #fff;
    z-index: 2;
      -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*.main-content-wrap:hover .content-box:after{
    border-left-color:  var(--secondary-color);
}*/
    .content-box:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
      -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.justify-flex-end .content-box:after{
   right: auto;
   left: -40px; 
       border-left: 0px solid #fff;
    border-right: 40px solid #fff;
}
/*.main-content-wrap:hover .justify-flex-end .content-box:after{
    border-right-color:  var(--secondary-color);
}*/
.justify-flex-end .content-box:before{
   left: auto;
   right:-100%; 
}
.justify-flex-end .content-box:hover{
/*background: var(--secondary-color);*/
margin-right: 30px;

}
/*-------*/

.counter-wrap{
   
}
.data-progress {
    padding: 0px;
    margin-left: 0px;
}

.data-progress li {
    list-style: none;
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding:20px 30px 20px 110px;
    border-left: 1px solid #ccc;
}
.data-progress li:first-child{border-left: 0}
.data-progress li h2 {
    font-weight: 700;
    color:var(--black);
    font-size: 44px;
    margin-bottom: 0;
    line-height: 44px;
}
.data-progress li img {
position: absolute;
top:20px;
left:30px;
}
.data-progress li h2 span {
  /*  font-size: 58px;
    color: #000;*/
}

.data-progress p {
   
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-left: 65px;
    position: relative;
}
.data-progress p:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    width: 38px;
    height: 1px;
    background-color: var(--secondary-color);
}

.split-bg{
    position: absolute;
    right:0;
    top:0;
    width: 40%;
    height: 100%;
    background: #e6e6e6;
    z-index: 0;

}
.offerbox{
    padding: 20px 20px;
    position: relative;
    z-index: 1;
}

.facilities{
    margin:0;
    padding: 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.facilities li{
    margin:0;
    padding: 0;
    list-style: none;
    /*width: 16.66666%;*/
    width: 14.28%;
    padding: 19px 30px;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    text-align: center;
    float: left;
}
.facilities li:hover{
    background-color: #000;
    }
.facilities li:first-child{
    border-left: 0;
    }
.facilities li span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.bannerscroll{
    width: 100%;
    float: left;
    overflow: hidden;
    padding:30px 0;
}
.bannerH {
  white-space: nowrap;
  position: relative;
  color: white;

}
.bannerH p{
      -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 100px;
  color: #000;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.bannerH span {

    margin: 0 30px;

}
.bannerH img {

    max-width: 100%;

}
.bannerH img:hover {

    opacity: 0.5

}
.sideScroll {
  display: inline-block;
  animation: sideScroll 10s linear infinite;
}

@keyframes sideScroll {
  100% {
    transform: translateX(-50%);
  }
}

.inner-brand{ float: left; width: 100%; margin-top: 0px; padding: 0px; }
.inner-brand li{float: left;width: 20%;list-style: none;border: 1px solid #e2e2e2;text-align: center;margin: -1px -1px 0 0;padding: 10px;}
.inner-brand li img { max-width: 100%;}
.inner-brand li:hover img {filter: grayscale(1);opacity: 0.7;}
.brandlogo{
 margin-bottom: 20px;
    border-bottom: 1px solid #000; 
    display: flex;
    justify-content: space-between;  
    align-items: center;
}
.brandlogo .social{padding-right: 10px;}
.brandbox-cont{

   
    flex-wrap: wrap;
    align-items: center;
}
.brandbox-cont .add {
     border-bottom: 1px solid #e5e5e5; 
    margin-top: 0;
     margin-bottom: 15px; 
    position: relative;
    padding: 0px 0 10px 50px;

    margin-right: 15px;

}
.add i {
position: absolute;
    left: 0;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 13px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    background: var(--secondary-color);
}
.brandbox-cont .add h4 {
    font-weight: 400;
    margin-bottom: 2px;
}


/*-----------------trial--------------*/
/*-----------------services--------------*/
.service-row{
    gap:1%;
}
.service-single {
flex:0 0 32%;
    position: relative;
    padding: 0 0 0 0px;
    min-height: 100px;
    margin: 0 0 20px 0;
    display: flex;
    gap: 25px;
  /*  align-items: center;*/
 /*   background: #f1f1f1;*/

}
.service-content{
    width: calc(100% - 70px)
}
.service-single h3{
    font-size: 25px;
    }
.service-number {
    width: 70px;
    height: 70px;
    background-color:var(--secondary-color);
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 20px;
    /* position: absolute; */
    z-index: 2;
    left: 0;
    top: 0;
    padding-top: 25px;
    position: relative;
}
.service-number:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--secondary-color);
    z-index: 2;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.service-single:hover .service-number:after  {
     right: -15px;
    }

    .flex-gap-1 {
    gap: 1%;
}
.gallery-item {
    flex: 0 0 24%;
    padding: 10px;
    line-height: 0;
    margin-bottom: 1%;
}
.border {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.team-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:1%;
}
.team-box{
    flex:0 0 24%;
    padding: 0px;
    border:1px solid #ccc;
    text-align: center;
    margin-bottom: 1%;
}
.team-box h2{
    font-size: 22px;
    color: var(--secondary-color);
    margin-bottom: 4px;
    }
    .team-box h4{
    font-size: 14px;
    margin-bottom: 4px;
    color: #555;
    }
.team-box .overlay-effect2{margin-bottom: 0;line-height: 0;}
.team-box .overlay-effect2 img{
width: 100%;
height: auto;

}
.team-box  .theme-detail{padding: 10px;}
/*************** paddings ***************/
.pt-100{padding-top: 100px}
.pb-100{padding-bottom: 100px}
.pt-50{padding-top: 50px}
.pb-50{padding-bottom: 50px}
.pt-70{padding-top: 70px}
.pb-70{padding-bottom: 70px}
.pt-30{padding-top: 30px}
.pb-30{padding-bottom: 30px}
.pt-20{padding-top: 20px}
.pb-20{padding-bottom: 20px}
.pt-0{padding-top: 0px}
.pb-0{padding-bottom: 0px}

.pad-0{padding: 0}
.pad-25{padding: 25px}
.pl-100{padding-left: 100px}
.pr-100{padding-right: 100px}
.pl-80{padding-left: 80px}
.pr-80{padding-right: 80px}
.pl-20{padding-left: 20px}
.pr-20{padding-right: 20px}
.pl-30{padding-left: 30px}
.pr-30{padding-right: 30px}
.pl-50{padding-left: 50px}
.pr-50{padding-right:50px}
.pl-70{padding-left: 70px}
.pr-70{padding-right: 70px}
.pr-20{padding-right: 20px}
.mt-100{margin-top: 100px}
.mb-100{margin-bottom: 100px}
.mt-50{margin-top: 50px}
.mb-50{margin-bottom: 50px}
.mt-0{margin-top: 0px}
.mb-0{margin-bottom: 0px}


/*************** footer CSS ***************/
footer{background-color: var(--black)}
footer a{color: #fff;}
footer a:hover{color: var(--primary-color);}
.top-footer{background-color: var(--secondary-color)}
.bottom-footer{background-color: var(--black)}

.f-cnt{
    display: flex;
    justify-content: space-between;
}
.f-links{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.f-cnt{
        display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.f-contact, .ico-text{
    position: relative;
    padding: 0 0 0 71px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;

}
.ico-text, .ico-text a{
    color:var(--body-color);
}
.ico-text a:hover{
    color:var(--primary-color);
}
.footer-social{}
.footer-social a {
    font-size: 15px;
    color: var(--white);
    background: var(--primary-color);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 0px 0 0px;
}
.f-contact p{
    margin-bottom: 0;
    line-height: 25px;
    }
.f-contact a, .f-contact span{
   font-size: 20px;
}
.f-contact i, .ico-text i{
    position: absolute;
    top:0;
    left:0;
    width: 50px;
    height: 50px;
    /*border-radius: 7px;*/
    border:1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
.ico-text i{
     border:1px solid #000;
     }  
.footer-div h3{
    position: relative;
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #fff;
}
.footer-div h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 30px;
    height: 1px;
    background:#d7ae6c;
    }
ul.footerlinks{
    margin:0 0 20px 0;
    padding: 0;
}
ul.footerlinks li{
    list-style: none;
    padding: 6px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.footer a{color: #fff}
.footer a:hover{color:  rgb(255, 255, 255, 0.7);}
.footer-social{
    float: none;
}
.footer-social a i {
    font-size: 15px;
    color: #000;
}
.footer-social a:hover i {
    color: #FFF;
}
.footer-bottom{
   
    padding: 30px 0;
    color: #fff;
    font-size: 14px;

}
.copy{
    display: flex;
    justify-content: space-between;
      
    font-weight: 300;
}
.copy p{
    margin-bottom: 0;
    }


/*************** INNER PAGE CSS ***************/

.flex-gap{gap:2%;}
.two-flex-col{
flex:0 0 48%; 
}
.three-flex-col{
flex:0 0 32%;
margin-bottom: 30px;
}
.four-flex-col {
flex:0 0 23.33%;
margin-bottom: 30px;
    }
.five-flex-col {
flex:0 0 18%;
    }
.image-box{
    padding-right:30px;
    padding-bottom:30px;
    position: relative;
    float:left;
    width: 100%;
}
.image-box2{
     padding-top:30px;
     padding-left:30px;
    }
.image-box .hover-effect{
 

    }
.image-box:after, .image-box2:before{
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent;
    border-right: 40px solid #fff;
    z-index: 2;
    }
.image-box2:before{
        bottom: auto;
    right:auto;
    top:0;
    left:0;
      background:#d7ae6c;
}
    .highlight-text{
font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
    }
    .wrap-box{
     border-radius: 15px;
    -webkit-box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    overflow: hidden;

    }

ul.list{
    margin:0;
    padding: 0;
    margin-bottom: 30px;
}
ul.list li{
list-style: none;
    padding: 2px 7px 2px 20px;
    line-height: normal;
    font-weight: 500;
    position: relative;
}
ul.list li:before{
     content: "\f111"; 
    position: absolute;
    top:12px;
    left:0;
     font-family: "FontAwesome";
     color: #702337;
     font-size: 8px;

    }

.cnt-wrap{padding: 30px 20px;background-color: #fff;box-shadow: 0px 3px 40px #0000002e;-webkit-box-shadow: 0px 3px 40px #0000002e;
-moz-box-shadow: 0px 3px 40px #0000002e; }
.icon_box { border-bottom:1px solid #e1e1e1; padding-bottom: 7px; margin-bottom: 23px;}
.icon_box:hover i {background-color: #000;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.icon_box i {float:left;margin:0px 20px 0px 0px;padding:8px;border-radius:100%;width:45px;height:45px;text-align:center;line-height:30px;color:#fff;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;background:var(--secondary-color);}
.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #000;}
.icon_box p {margin:0;padding-bottom:15px;}
.icon_box a { color:#434446}
.icon_box:last-child{ margin-bottom:0px; padding-bottom:0px; border-bottom:none;}
.cnt-form{ float: left;  }
.map{ float: left; width: 100%; margin-top: 30px; }
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color: #04AA6D; color: white;}

/*************** INNER BANNER ***************/
.banner{ float: left; z-index: 0;
 width: 100%; height: 300px; display: flex;  justify-content: center; align-items: center;  text-align: center;
background-image: url(../images/banner1.jpg); background-position: center; background-repeat: no-repeat; position: relative; }
.banner-caption h2{color: #fff;font-size: 42px;margin-bottom: 25px; /*text-shadow: 0px 3px 4px #000000d1;*/font-weight: 700;line-height: 42px;  
}
.banner-caption h4, .banner-caption h4 a, .banner-caption h4 span{ color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.banner-caption h4{background-color:var(--secondary-color); border-radius:50px ; padding: 15px 30px;display: inline-block;margin-bottom: 0px;}
.banner-caption{position: relative;z-index: 1;}
.banner:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color:#000; opacity: .5; }
.banner:before{ 
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    z-index: 2;
 }
.banner1{ background-image: url(../images/banner1.jpg); }
.banner2{background-image: url(../images/banner2.jpg);}

/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41); ;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #fff;}
header.smaller .top-header{ }



/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}

.bg1{background: url(../css/images/bg1.jpg) no-repeat top center;}
.bg2{background: url(../css/images/bg2.jpg) no-repeat top center;}
.bg3{background: url(../css/images/bg3.jpg) no-repeat top center;}


 


 

/***********SELECT MENU**********/
 
select {
  background-color:#fff;
  border:0;
  display: block;
  font: inherit;
  line-height: 2.6em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin:0;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
    background-image: url(../images/icons/downarrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color:#FFF;
    padding:0 70px 0 0;
    font-size:16px;
    width:100%;
    height:50px;
    margin:0;
    border:0;   
    border-bottom:1px solid #000;   
}

select.classic:focus {
    border:0;   
    background-image: url(../images/icons/uparrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

option{
    border:0 !important;
    background-color:#fff;
    }

/*********************/

.store-brand-wrap{
    width:100%;
    position:relative;
    display: flex;
    justify-content: center;
}
.store-brand {
    width: 90px;
    height:90px;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left:-45px;
    display: flex;
    align-items: center;
    background: var(--white);
    border:1px solid #ccc;
}

.store-brand img{
    width:100%;
    display:block;
}

.store-des{
    width:100%;
    position:relative;
    text-align:center;
    padding:50px 0  25px 0;
}
.store-des a{
    color:#000;
}
.store-des h2{
   font-size: 22px;
   line-height: 22px; 
   color:#000;
   margin:0 0 15px 0;
   padding:0 0 15px 0;
   border-bottom:1px solid #000;
 
}
.store-des p{
   font-size: 16px;
   line-height: normal; 
   color:#666;
   margin:0;
   padding:5px 0;
  
}

/**********forms**************/
form{
    margin:0;
    padding:0;
}
*:focus {  
    outline: none;
}
.fieldset{
        width: 100%;
        height: 52px;
        padding: 8px 10px;
        background-color: none;
        background-color: transparent;
        display: block;
        border: 1px solid rgb(211 211 211);
        margin: 0 0 10px 0;
        color: #626262;
        font-size: 14px;
        float: left;
        border-left: 2px solid var(--secondary-color);

}
.fieldset1{ height: 130px; }
.fieldset-2{        
        width:100%;
        height:50px;
        padding: 15px 0;
        background-color: transparent;
        background-color: transparent;
        display: inline-block;
        border:0;
        border-bottom: 1px solid #000;
        margin: 0;
        color: #000;
        font-size: 16px;
 
         

}
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    vertical-align: top;
    padding: 15px 30px 15px;
    text-align: center;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 700;
 
  
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

    
    }

    .sendbutton:hover{
        background-color: #000;
    }
.select-box {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}
.contact-form{ float: left;width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #626262 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #626262 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #626262 !important;
}
:-ms-input-placeholder {  
   color:  #626262 !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}


/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {
.intro-3 { background-size: 61%;}
}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {
.intro-1{
    background: url(../images/img1.jpg) no-repeat center right;
   /* background-size: 63%;*/
   background-position: 163% 0;
}
.content-box:before{display: none;}
/*.brand-image-slider {
    min-height: 348px !important;
}*/
}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1280px) {
.container{ width:90%;}
.brand-image-slider {
    min-height: 405px !important;
}
.gallery-item {
    flex: 0 0 32.5%;
    margin-bottom: 1%;
}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.main-content-wrap .container{ width:100%;}
.intro-1 {
    background-size: 73%;
}
.content-box {
    padding: 30px 30px;
}
.content-box {
    width: 50%;
    }
    .brand-image-slider {
    min-height: 325px !important;
}
.team-box{
    flex:0 0 32%;
    }
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
        .brand-image-slider {
    min-height: 310px !important;
}
    .menu-wrap {
position: absolute;
    top: 20px;
    right: 17px;
   
}
.four-flex-col{
  flex:0 0 48%
}

    .content-box {
    width: 100%;
}
.intro-1 , .intro-3, .intro-2{
background-size: 100%;
    padding-top: 250px;
    background-position: top left;
}
.content-box:after {
    content: '';
    position: absolute;
    right: 28px;
    top: -78px;
    margin: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    z-index: 2;
}
.justify-flex-end .content-box:after {
    right: auto;
    left: 20px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}
.header, .copy {
    flex-direction: column;
        flex-direction: column;
    text-align: center;
    font-weight: 300;
    padding-bottom: 10px;
}
.logo{width: 100%; text-align:left; padding-left: 5px;}
.header-right {
    justify-content: space-between;
    width: 100%;
}
.data-progress li {
    width: 47%;
    margin-bottom: 20px;
    }
    .data-progress li:nth-child(3) {
   border-left: 0;
}
.service-single {
flex:0 0 48%;
}
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {
        .brand-image-slider {
    min-height: 280px !important;
}

}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.pt-100, .pt-70, .pt-80,.pt-50{
    padding-top:30px;
}
.pb-100, .pb-70, .pb-80,.pb-50{
    padding-bottom:30px;
}
.pl-100, .pl-70, .pl-50{padding-left:0;}
.pr-100, .pr-70, .pr-50{padding-right:0;}
.content-box {
    width: 100%;
}
.intro-1 {
    background-size: 100%;
    padding-top: 396px;

}
.content-box:after {
    content: '';
    position: absolute;
    right: 28px;
    top: -78px;
    margin: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    z-index: 2;
}
.facilities li {
    width: 33.333%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.facilities li:nth-child(4){border-left: 0}
.f-cnt {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-social {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.f-links {
font-size: 12px;
    flex-direction: column;
    text-align: center;
}
.f-links p{
margin:7px 0;
}
.split-bg, .data-progress p:before{display: none;}
.data-progress li h2 {
    font-size: 25px;
    line-height: 25px;
}
.data-progress p {
    padding-left: 0;
}
.data-progress li {
    padding: 10px 10px 10px 50px;
    border:0;
}
.data-progress li img{
    max-width: 40px;
        top: 8px;
    left: 0;
    }
    /*header .social{display: none;}*/
.logo img {
    width: 100px;
}
.heading {
    font-size: 30px;
    line-height: 30px;
    }
    .brands li {max-width: 50%;}
    .brands li img{max-width: 100%;}
    .brand-image-slider {
    min-height: 244px !important;
}
.inner-brand li {
    width: 33.333333%;
    padding: 0px;
}
.link a {
    padding: 12px 20px 12px 20px;
    }
.service-single {
flex:0 0 100%;
}
.gallery-item {
    flex: 0 0 48%;
    margin-bottom: 1%;
}
.team-box{
    flex:0 0 48%;
    }
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
    .smd30, .smd40, .smd60, .smd70, .smd75 {width: 100%}
    .smd60, .smd70, .smd75{margin-top:20px;}
    /*------------flex-col---------*/
    .three-flex-col, .two-flex-col, .four-flex-col{
  flex:0 0 100%
}
.pr-30{padding-right: 0}
.five-flex-colum {
   flex:0 0 48%
    }
    /*------------flex-col---------*/
.facilities li {
    width: 33.333%;
        border-left:1px solid rgba(255, 255, 255, 0.5);
    border-right:1px solid rgba(255, 255, 255, 0.5);
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
    padding: 7px;
   
}
.facilities li span {
    font-size: 12px;
    line-height: 15px;
}
.facilities li:nth-child(3n) {
  border-right:0px solid rgba(255, 255, 255, 0.5);
}

.intro-1, .intro-3, .intro-2 {
    background-size: 100%;
    padding-top: 150px;
    background-position: top left;
}
.bannerscroll {
    padding: 0px 0;
}
.bannerH span {
    margin: 0 10px;
}
.brand-image-slider {
    min-height: 200px !important;
}
.inner-brand li {
    width: 50%;
    padding: 0px;
}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
    .brand-image-slider {
    min-height: 143px !important;
}
    }

    /************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
    .social a {
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.brand-image-slider {
    min-height: 113px !important;
}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}
