@charset "UTF-8";
/*------------------------------------------------------
        Table of content
        --------------------------------------------------------
        0.imports
        1.General Styles
        2.Preloader
        3.Header
        4.Hero
        5.team
        6.testimonial
        7.blog
        8.footer
        9.Portfolio
        10.pricing tables
        11.contact


        ----------------------------------------------------------*/


/*------------------Generals----------------------*/



body {
  color: #330000; /* was #a79b9b; then #6b6262; */
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-family: 'Spartan', sans-serif;
  /*overflow-x: hidden;*/
  background-color: #f1e7d6;
}
a{
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
img {
  width: 100%;
  max-width: 100%;
}

iframe {
  border: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.progress {
  height: 10px;
}

.rounded_image {
  border-radius: 8px;
}
.bg-color4{
  background-color: #330000;
  color: #f1e7d6;
}
.bg-color5{
    background-color: #8D8DFB;
}
.color1{
  color:#8d8dfb;
}
.color2{
  color:#EF84AE;
}
.color3{
  color:#F7CF6D;
}
.w-35 {
  width: 35%;
}

/*------------------------- margin/padding --------------------------*/
.mg-bt-10 {
  margin-bottom: 10px !important;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.mg-bt-30 {
  margin-bottom: 30px;
}

.mg-bt-40 {
  margin-bottom: 40px;
}

.mg-bt-50 {
  margin-bottom: 50px;
}

.mg-bt-60 {
  margin-bottom: 60px;
}

.mg-bt-70 {
  margin-bottom: 70px;
}

.mg-bt-80 {
  margin-bottom: 80px;
}

.mg-bt-90 {
  margin-bottom: 90px;
}

.mg-bt-100 {
  margin-bottom: 100px;
}

.mg-tp-10 {
  margin-top: 10px !important;
}

.mg-tp-20 {
  margin-top: 20px;
}

.mg-tp-30 {
  margin-top: 30px;
}

.mg-tp-40 {
  margin-top: 40px;
}

.mg-tp-50 {
  margin-top: 50px;
}

.mg-tp-60 {
  margin-top: 60px;
}

.mg-bt-70 {
  margin-top: 70px;
}

.mg-bt-80 {
  margin-bottom: 80px;
}

.mg-tp-90 {
  margin-top: 90px;
}

.mg-tp-100 {
  margin-top: 100px;
}

.mg-top-negtive {
  margin-top: -80px;
}

.pd-tp-0 {
  padding-top: 0 !important;
}

.pd-tp-10 {
  padding-top: 10px;
}

.pd-tp-20 {
  padding-top: 20px;
}

.pd-tp-30 {
  padding-top: 30px;
}

.pd-tp-40 {
  padding-top: 40px;
}

.pd-tp-50 {
  padding-top:50px;
}

.pd-tp-60 {
  padding-top: 60px;
}

.pd-tp-70 {
  padding-top: 70px;
}

.pd-tp-80 {
  padding-top: 80px;
}

.pd-tp-90 {
  padding-top: 90px;
}

.pd-tp-100 {
  padding-top: 100px !important;
}

.pd-tp-120 {
  padding-top: 120px !important;
}

.pd-tp-130 {
  padding-top: 130px !important;
}

.pd-tp-140 {
  padding-top: 140px !important;
}

.pd-tp-150 {
  padding-top: 150px !important;
}

.pd-tp-160 {
  padding-top: 160px !important;
}

.pd-tp-170 {
  padding-top: 170px !important;
}

.pd-tp-180 {
  padding-top: 180px !important;
}

.pd-tp-190 {
  padding-top: 190px !important;
}

.pd-tp-200 {
  padding-top: 200px !important;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pd-bt-20 {
  padding-bottom: 20px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pd-bt-40 {
  padding-bottom: 40px;
}

.pd-bt-50 {
  padding-bottom: 50px;
}

.pd-bt-60 {
  padding-bottom: 60px;
}

.pd-bt-70 {
  padding-bottom: 70px;
}

.pd-bt-80 {
  padding-bottom: 80px;
}

.pd-bt-90 {
  padding-bottom: 90px;
}

.pd-bt-100 {
  padding-bottom: 100px;
}

.pd-bt-150 {
  padding-bottom: 150px;
}

.pd-bt-200 {
  padding-bottom: 200px;
}
.pd-bt-250{
  padding-bottom: 250px;
}
.mg-bt-100-ng {
  margin-bottom: -100px;
}

.mg-tp-100-ng {
  margin-top: -100px;
}
.pd-lf-15
{
  padding-left: 15px;
}
.mg-tp-80-ng{
  margin-top: -80px!important;
}
/*----------------buttons---------------------*/
.btn-primary,
.btn-white {
  height: auto;
  width: auto;
  cursor: pointer;
  color:#fff!important;
  background-color:#330000;
  border-radius: 0;
  padding: 10px 35px;
  border-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color:#330000!important;
  color:#fff!important;
   border-color: #330000!important;
}
.btn-white,
.btn-white:hover{
  background-color: #fff!important;
  color  :#8b5bff!important;
}

/*----------------Header---------------------*/

.white-header .logo span{
color:#fff;
}

.white-header .hamburger .hamburger--container .hamburger--bars{
background:#fff;

}
.hamburger .hamburger--container .hamburger--bars:hover{
  background:#613100!important;
}
.white-header .page-header.sticky .hamburger .hamburger--container .hamburger--bars{
  /*background:#4d486f;*/
}
.white-header .page-header.sticky .logo span{
  color:#330000;
  }
.logo span{
  font-size: 26px;
    display: block;
    padding-top: 10px;
    font-weight: 800;
    color: #330000;
}

.hamburger {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 2em;
  right: 5em;
  z-index: 10000;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: #f1e7d6;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before,
 .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: #f1e7d6;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 3px;
  width: 1.5em;
  background: #330000;
  position: absolute;
  top: 0.9em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before,
 .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 3px;
  width: 1.5em;
  background: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}
.fsmenu {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 7em 3em 3em;
  background:#330000;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 13%; /* was 18px */
  list-style-type: none;
  text-align: right;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #f1e7d6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: #f1e7d6; /* was #fff */
  text-decoration: underline;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 70px;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f1e7d6;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transform: translate(-20%, -100%);
          transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff1f;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 8em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img {
  left: auto;
  right: calc(100vw - 720px);
  -webkit-animation: animMenuRevealImg 0.4s ease 0s forwards;
          animation: animMenuRevealImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img .fsmenu--img-container img {
  right: 0;
  left: auto;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img {
  left: 0;
  right: auto;
  -webkit-animation: animMenuCloseImg 0.4s ease 0s forwards;
          animation: animMenuCloseImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img .fsmenu--img-container img {
  left: 0;
  right: auto;
}
.fsmenu.is-active {
  display: block;
}
.fsmenu.is-active .fsmenu--container {
  -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
          animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}
.fsmenu.close-menu {
  display: none;
}
.fsmenu.close-menu .fsmenu--container {
  width: 100vw;
  right: auto;
  left: 0;
  -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
          animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  left: auto;
  right: 0;
  background:#ffffff40;
  -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

@-webkit-keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}
@-webkit-keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@-webkit-keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@-webkit-keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@-webkit-keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animScrollingContactTextLeft {
  0% {
    -webkit-transform: translate(-20%, -100%);
            transform: translate(-20%, -100%);
  }
  100% {
    -webkit-transform: translate(-40%, -100%);
            transform: translate(-40%, -100%);
  }
}
@keyframes animScrollingContactTextLeft {
  0% {
    -webkit-transform: translate(-20%, -100%);
            transform: translate(-20%, -100%);
  }
  100% {
    -webkit-transform: translate(-40%, -100%);
            transform: translate(-40%, -100%);
  }
}


.fixed-top{
  background: rgb(241 231 214 / 0%);
  transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.fixed-top.page-header{
  background-color: transparent;
}
.sticky.fixed-top.page-header{
  background-color: #f1e7d6;
}
.sticky{
  background: rgb(241 231 214);
  /*box-shadow: 0 0 20px 10px rgb(165 165 165 / 11%);*/
}




/*content pages*/
/*--------------------------------- hero block ------------------------------*/
.warpper{
  overflow: hidden;
}
.hero {
  background-image: url(../img/bg-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 150px 0px 200px 0px; /* was 250 0 250 0 */
}

.hero-text {
  position: relative;
  text-align: left;
  margin: 0 0 0 0;
  padding: 50px 0 0 0; /* was 150px */
  color: #f1e7d6;
}
.hero-text h1 {

  font-size: 2.5rem;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px #330000;
}
.hero-text p{
  margin-top: 10px;
}
.hero-text span {
  font-size:18px;
  display: inline-block;
  line-height: 32px;
  font-weight: 800;
  /*background-color: rgb(51 0 0 / 65%);*/
  padding-left: 5px;
  padding-right: 5px;
  text-shadow: 2px 2px #330000;
}
.hero-text .action_btns {
  margin-top: 25px;
}

.hero-text .action_btns .border-btn {
  height: auto;
  width: auto;
  padding: 10px 25px;
  border: 1px solid #34314b;
  border-radius: 23px;
  margin-left: 20px;
}
.hero-text .action_btns .border-btn:hover {
  background-color: #34314b;
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(52, 49, 75, 0.2);
}
.box-video{
  position: relative;
}
.box-video .btn-play{
  position: absolute;
  display: block;
  width:90px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top:35%;
  text-decoration: none;
  left:50%;
  height:90px;
  line-height: 90px !important;
  transform: translate(-50%,50%);
  border-radius: 50%;
  font-size: 30px;
  color:#f1e7d6;
  /*background-color: #fff;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);*/
}
.box-video .btn-play:hover{
  color:#fff;
  /*background-color:#330000;*/
}
.cta-style-1 i {
  font-size: 18px;
  top: 2px;
  left: 8px;
  color: #ffffff;
  position: relative;
}
.cta-style-1 h1 {
  font-size: 25px;
  color: #330000;
  margin-bottom: 15px;
  font-weight: 700;
}
/*--------------------Section 1-----------------------*/

.client_block img {
  max-width: 150px;
  filter: grayscale(100%);
}
.client_block .slick-list{
  padding:0!important;

}
/*--------------------Section 2-----------------------*/

.heading-block h2 {
  color: #330000;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}
.heading-block span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: rgb(162 147 139 / 62%);
  line-height: 29px;
}

.icon-box .icon{
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  margin-bottom: 30px;
}
.bg-color1{
  background-color: #ffd0de70;
  color: #ff5379!important;
}

.bg-color2{
  background-color: rgb(185 255 243 / 49%);
  color: rgb(0 231 228)!important;
}



.bg-color3{
  background-color:rgb(226 220 241 / 61%);
  color: rgb(154 107 253)!important;
}
.bg-color44{
  background-color: rgb(255 223 175 / 53%);
  color:rgb(254 184 1)!important;
}
.icon-box {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
   margin-bottom: 30px;
  padding: 20px;
}
.icon-box.active,
.icon-box:hover{
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
background-color: #fff;
}
.icon-box   h3{
font-weight: 500;
margin-bottom: 10px;
font-size:18px;
color:#330000;
}
.icon-box  p{
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}


/*------portfolio-block-----------*/
.portfolio-block{
   margin:0  auto;
   width: 97%;
   border-radius: 15px;
   padding: 100px 0;
}
.portfolio-block .heading-block span{
  font-size: 15px;
  font-weight: 500;
  color: rgb(162 147 139 / 62%);
}
.portfolio-block .heading-block h2{
margin-top: 15px;
}

.project-slider .project-item {
  border-radius: 10px;
  margin: 10px;
}
.project-slider .project-img{
  position: relative;
  border-radius: 15px;
}
.project-slider .project-img img{
  border-radius: 15px;
}
.project-slider .project-item  a {
  text-decoration: none;
  display: block;
  z-index: 9;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

}
.project-slider .slick-list{
  padding:0!important;
}
.project-slider .project-item  a:hover .project-img:before{
  background-image: linear-gradient(0deg, #8d8dfb 0%, transparent 35%);
}
.project-slider .project-img:before {
  background-image: linear-gradient(0deg, #8d8dfb 0%, transparent 75%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
}
.project-slider .slick-arrow{
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  line-height: 45px;
  outline: none;
  border: 2px solid;
  font-size: 22px;
  color: #99a6f9;
  background-color: transparent;
  height: 45px;
  top: -90px;
  border-color: #99a6f9;
}
.project-slider .slick-arrow.slick-prev{
   right: 70px;
}
.project-slider .slick-arrow.slick-next{
  right:10px;
}
.project-info  {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  text-align: left;
}
.project-info  h3{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.project-info span {
  font-size: 14px;
  color: #ffffff;
}
.block-text  h3{
  color: #330000;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}
.counter{
  z-index: 1;
  position: relative;
}

.number-counter{
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.counter span{
  font-size: 38px!important;
  font-weight:600!important;
  display: inline!important;
  color: #f1e7d6!important;
}


.testmonials-block .slick-list{
  padding:0!important;
}
.testmonials-block .quote{
  top: -23px;
  position: absolute;
  right: -42px;
}
.rating-block img{
  width: 15px;
  float: left;
  margin-right: 5px;
}
.testmonial-item{
  position: relative;
  margin: 0 10px;
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
  background-color: #fff;
  padding: 25px;
}
.testmonials-block .slick-list .testmonial-item {
  outline: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.testmonials-block   .slick-list  .testmonial-item.slick-active {
  visibility: visible;
  opacity: 1;
}
.testmonials-block .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.testmonial-item::after,
.text_blog:after{
  position: absolute;
  top: 25px;
  z-index: -1;
  left: 20px;
  opacity: 0.5;
  content: '';
  border: 1px solid;
  width: 100%;
  height: 100%;
  border-color: #8D8DFB;
}
.testmonial-item-text p{
  font-size: 22px;
  font-weight: 500;
  color: #330000;
  margin-bottom: 20px;
}
.testmonial-item-text small{
  font-size: 16px;
}
.rating-block{
  margin-top: 15px;
}
.rating-block{
  margin-top: 18px;
}
.rating-block strong{
  font-weight: 700;
  color: #330000;
float: left;
font-size: 20px;
padding-right: 5px;
}
.rating-block span{
  position: relative;
  top: 9px;
}
.testmonials-block .slick-arrow,
.blog-slider .slick-arrow{
  background-color: transparent;
  border: 1px solid #8d8ff9;
  color: #8d8ff9;
  border-radius: 50%;
  display: inline-block;
  line-height: 45px;
  width: 45px;
  font-size: 20px;
  height: 45px;
  outline: none;
  z-index: 99;
  position: absolute;
  bottom: -45%;
  transform: translate(50%, 50%);
}
.blog-slider .slick-arrow{
  bottom: -25%;
}
.blog-post span.quote{
  display: block;
  text-align: center;
  font-size: 120px;
  padding-top: 50px;
  margin-bottom: 0;
  text-align: center;
  line-height: 30px;
  color: #8d8dfb;
  position: relative;
  right: 0;
  top: 0;
  left: 0;
}
.bg-blog{
  background-color: #34314b;
  background-image: url(../img/bg-blog.jpg);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 150px 0px;
  position: relative;
  z-index: 1;
}
.bg-contact {
  background-color: #34314b;
  background-image: url(../img/contact.jpg);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 150px 0px;
  position: relative;
  z-index: 1;
}
.bg-blog:before,
.bg-contact:before  {
  background-image: linear-gradient(30deg, rgba(30, 46, 80, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.blog-post ul{
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-post ul li{
  position: relative;
  font-size: 15px;
  color: #330000;
}

.blog-post ul.check-list li i{
  position: relative;
  left: -8px;
  color: #8d8dfb;
  background-color: #ede9f6;
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  top: -1px;
}
.blog-slider a{
  text-decoration: none!important;
}
.slick-prev{
  right: 50%;
}
.blog-slider .slick-next{
  right: 44%;
}
.slick-next{
  right: 40%;
}

 .form_contact .form-control {
  background-color: #fff;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  height: 44px;
  border-color: #fff;
  font-size: 12px;
  border-radius: 0;
  width: 100%;
}
.form_contact{
  text-align: right;
  position: relative;

}
.w-65{
  width:65%!important;
}
  .form_contact .btn-primary {
  margin-left: 10px;
  height: 44px;
}
/*-------------------------team-block---------------*/

.team-block .slick-list{
  padding:0!important;
}
.team-block .team-item {
  margin: 10px;

}
.team-block .team_img,
 .team-block-inner  .team_img,
 .team-item{
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.team-block-inner .team-item{
  margin-bottom: 50px;
}
.team-item:hover .team_social_icon{
opacity: 1;
}
.team_social_icon{
  position: absolute;
  bottom: 25px;
  right: 25px;
  opacity: 0;
}
.team-block .team_img:hover
.team_social_icon a{
  text-decoration: none;
  display:  block;
  width: 40px;
  margin-bottom: 10px;
  height: 40px;
  color: #6f5c48!important;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  background-color: #fff!important;
}
.team_info h3
{
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
  color: #330000;
}
.team_info span{
  font-size: 13px;
  display: block;
}
.team-block .slick-dots {
  text-align: center;
  padding-top: 20px;
}
.team-block .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.team-block .slick-dots li.slick-active button {
  background-color:rgb(141 143 249);
}
.team-block   .slick-dots li button {
  font-size: 0;
  background-color: rgba(52, 49, 75, 0.2);
  border: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  outline: none;
}

/*---------------Blog------------------*/
.blog-item.active,
.blog-item{
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
    background-color: #fff;
}
 .blog-block .col-md-4{
   margin-bottom: 80px;
 }
.blog-item.active:after,
.blog-item:hover:after{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  opacity: 0.5;
  content: '';
  border: 1px solid;
  width: 100%;
  height: 100%;
  border-color: #8D8DFB;
}

.blog-item{
  position: relative;
}
.blog-block a {
  text-decoration: none;
  display: block;
  color:inherit;
}
 a .blog-item p{
  color: #a79b9b;
}
.blog-item p{
  margin-bottom: 5px;
  font-size: 15px;
}
.blog-block .blog-item span,
.text_blog span{
  margin-bottom: 10px;
  display: inline-block!important;
  padding: 3px 12px;
  font-size: 12px!important;
  line-height: 20px!important;
}
.text_blog h3 a{
  text-decoration: none;
  display: block;

}
  .text_blog{
    background-color: #fff;
    position: relative;
      box-shadow: 0 8px 35px rgba(0,0,0,.12);
    padding: 15px 15px 5px;
  }
  .text_blog:after{
    top: 12px;
    left: 12px;
  }
.blog-item h3,
.text_blog h3 a
{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #330000;
}
.blog-item .small-title h3{
  font-size: 14px;
  margin-top: 12px;
}
.blog-item .block-text a{
  text-decoration: none;
  color: #330000;
  font-weight: 600;
  font-size: 14px;
}
.box-video-btn a i{
position: relative;
left: 4px;
top: 3px;
display: inline-block;
width: 80px;
line-height: 80px;
font-size: 28px;
border-radius: 15px;
color: #fff;
background-color: #8d8dfbd4;
height: 80px;
}
.box-video-btn i{
display: block;
}
.blog-text{
  margin-top: 15px;
  border-radius: 15px;
}
.blog-text img{
width:150px;
float: left;
margin-right: 8px;
}
.blog-text-info{
  padding: 15px;
  overflow: hidden;
  color:#fff;
}
.blog-text-info h3{
  color:#fff;
}
.blog-text-info a{
  color:#fff;
  text-decoration: none;
  font-size: 14px;
}
.blog-slider .slick-slide{
  margin: 0 10px;
}
.blog-slider .slick-list {
  border-radius: 35px;
  padding: 0 !important;
  overflow: visible;
}
.blog-slider .slick-list .slick-slide {
  outline: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blog-slider .slick-list .slick-slide.slick-active {
  visibility: visible;
  opacity: 1;
}
/*----------------cta-block --------------*/

.cta-block{
  border-radius: 15px;
  margin-bottom: 100px;
}

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

.bg-footer {
  background-color: #330000;
}

.footer_top h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 29px;
  letter-spacing: 0px;
  color: #fff;
}
.logo-footer {
  font-size: 26px;
    display: block;
    margin-bottom: 15px;;
    font-weight: 700;
    color: #fff;
}
.footer_top .social_icons{
    margin-top: 25px;
}
.fsmenu--list-element .social_icons ul li { display: inline-block; }
.footer_top .social_icons ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer_top .social_icons ul li a {
  padding: 12px;
  position: relative;
  z-index: 1;
  font-size: 35px;
  /*margin-right: 10px;*/
}

.footer_top ul li {
  margin-bottom: 5px;
}
.footer_top ul li a {
  color: #f1e7d6;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.footer_top ul li a:hover {
  color: #fff;
}

.footer_bottom .social_icons ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer_bottom .social_icons ul li a {
  /*padding: 12px;*/
  position: relative;
  z-index: 1;
  font-size: 35px;
  /*margin-right: 10px;*/

}

.footer_bottom ul li {
  margin-bottom: 5px;
}
.footer_bottom ul li a {
  color: #f1e7d6;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.footer_bottom ul li a:hover {
  color: #fff;
}

.copyright .lang { float: left; transform: scale(0.7) translateX(-20%); }

.footer_top .newsletter_form .form-control {
  padding: 2px 8px 5px 8px;
  margin: 0px 0px 0px 0px;
  border-radius: 3px 3px 3px 3px;
  background-color: #f6f8f9;
  color: #858497;
  font-family: "Open Sans", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0px;
  float: left;
  width: 65%;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFF1;
}
.footer_top .newsletter_form .btn-primary {
  border-radius: 4px;
  width: auto;
  font-size: 13px;
  background-color: #8D8DFB;
  line-height: 16px !important;
  padding: 8px 20px;
}

.copyright {
  border-top: 1px solid rgba(176, 174, 190, 0.45);
  padding-top: 0 !important;
}
.copyright p{
    font-size:11px;
    margin-bottom: 0;
    float: right;
}
footer p{
  color: #f1e7d6;
  font-size: 18px;
  line-height: 60px;
}

/*.footer_top .social_icons li a::after {
position: absolute;
content: "";
  height: 45px;
  width: 45px;
  top: -3px;
  left: -2px;
  z-index: -1;
  background-color: #8b5bff;
  pointer-events: none;
  border-radius: 50px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer_top .social_icons li  a:hover::after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}*/
.footer_top .social_icons li a:hover {
  color: #fff!important;
}


#scrollUp {
  bottom: 30px;
  color: #330000;
  height: 50px;
  font-size: 22px;
  right: 30px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  width: 50px;
  border-radius: 0;
  background-color: #dcd3c4;
  z-index: 99 !important;
}
/*--------------- about page -----------------------*/
.header-page-1 span {
font-size: 18px;
margin-bottom: 15px;
display: block;
}
.header-page-1 h2 {
  margin-bottom: 25px;
font-size: 45px;
line-height: 65px;
color: #330000;
font-weight: 800;
}
.header-page-1 p{
  font-size: 22px;
}
 .about-block .block-text p{
   margin-bottom: 5px;
 }
#typed{
  font-size:24px;
  font-weight: 800;
  display: inline-block!important;
}
.typed-cursor{
  display: inline-block!important;
}
.block-text h3{
  line-height: 50px;
}
.icon-element {
  margin-bottom: 10px;
}
.icon-element span{
  color: rgb(77 72 111 / 62%)!important;
  font-weight: 600!important;
}
.icon-element i{
  display: inline-block;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  color: #8d8dfb;
  font-size: 20px;
  height: 50px;
  background-color: rgb(141 141 251 / 24%);
}
/*--------------- Services  page -----------------------*/

.block-text span {
font-size: 15px;
display: block;
  margin-bottom: 10px;
font-weight: 500;
color: rgb(162 147 139 / 62%);
line-height: 29px;
}
.service-block .icon-box{
  padding:50px 25px;
  margin-bottom: 50px;
  position: relative;
}
.service-block .icon-box.active:after,
.service-block .icon-box:hover:after{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  opacity: 0.5;
  content: '';
  border: 1px solid;
  width: 100%;
  height: 100%;
  border-color: #8D8DFB;
}
.service-block .icon-box .icon{
  margin-right: 18px;
  float: left!important;
}
.icon-box h3{
  font-weight: 600;
  font-size: 17px;
}
.icon-box p {
  font-size: 14px;
  line-height: 22px;
}
.tabs_style2 .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  text-align: center;
  color:#330000;
  padding: 0 40px 20px;
}
.tabs_style2 .nav-tabs .nav-link:hover,
.tabs_style2 .nav-tabs .nav-link:focus{
  color: #8D8DFB;
}
.tabs_style2 .nav-tabs .nav-link i {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}
.tabs_style2 .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #8D8DFB;
  font-weight: 600;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color:#8D8DFB;
}
  .number-block-text {
  margin-bottom: 30px;
}
 .number-block-text span {
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 50%;
  font-size: 18px;
  width: 3rem;
  font-weight: 700;
  height: 3rem;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  float: left;
  color: #57A6FF;
}
.number-block-text-inner {
  position: relative;
  top: 10px;
  overflow: hidden;
}
.number-block-text .number-block-text-inner h3 {
  color: #330000;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}
.pricing-switcher .fieldset{
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #ede9f6;
  padding: 3px 3px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.pricing-switcher .fieldset input[type=radio] {
  position: absolute;
  opacity: 0;
}
.pricing-switcher .fieldset input[type=radio]:checked + label {
  color: #ffffff;
}
.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 90px;
  height: 40px;
  font-weight: 600;
  color: #8d8dfb;
  line-height: 40px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 13px;
}
.pricing-switcher .switch {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 40px;
  width: 95px;
  background-color: #8D8DFB;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-switcher input[type=radio]:checked + label + .switch{
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
  }
  .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
      -webkit-transform: translateX(90px);
      -moz-transform: translateX(90px);
      -ms-transform: translateX(90px);
      -o-transform: translateX(90px);
      transform: translateX(90px);
    }
    .content-table .pricing-wrapper .is-visible {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      outline: 1px solid transparent;
  }
  .content-table .pricing-wrapper > div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}
.content-table .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.content-table .pricing-wrapper.reverse-animation .is-selected {
  opacity: 1;
}
.content-table .pricing-wrapper.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}

 .content-table .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
  .content-table .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.content-table .pricing-wrapper.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.content-table .pricing-wrapper.reverse-animation .is-selected {
  opacity: 1;
}
.content-table .pricing-wrapper .table-plan {
    background: #fff;
    padding: 40px;
    position: relative;
    border: 1px solid rgba(227, 230, 233, 0.49);
     -webkit-box-shadow: 0 20px 40px rgba(41, 41, 48, 0.09);
    box-shadow: 0 20px 40px rgba(41, 41, 48, 0.09);
}
.content-table .pricing-wrapper .table-plan.active:after{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  opacity: 0.5;
  content: '';
  border: 1px solid;
  width: 100%;
  height: 100%;
  border-color: #8D8DFB;
}
.content-table .pricing-wrapper .table-plan  span{
  font-size: 18px;
}
.plan-price{
  color: rgb(77, 72, 111);
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.plan-money{
font-size: 32px!important;
}
.plan-list {
  margin-bottom: 30px;
}
.plan-list li
{
  margin-bottom: 3px;
}
.plan-list li span{
  font-size: 14px!important;
  padding-left: 10px;
}
.plan-list li i{
  color: #8d8dfb;
    background-color: #ede9f6;
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
   top: 3px;
}
.content-table .pricing-wrapper .table-plan.active {
  background: #8d8dfb;
}
.content-table .pricing-wrapper .table-plan.active span,
.content-table .pricing-wrapper .table-plan.active .plan-price {
  color: #fff;
}
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
/*--------------------Work---------------------*/

.monsnary-item a{
display: block;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
position: relative;
text-decoration: none;
}
.zoom-info{
  padding-top: 40%; /* was 15px */
}
.monsnary-item a{
  cursor: pointer;
}
.img-monsnary [data-aos="animate-bottom"] {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	transform-origin: 0% 100%;
	transition-property: transform;
	transition-delay: .2s;
}
.img-monsnary [data-aos="animate-bottom"].aos-animate {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
}
.img-monsnary .overlay-img{
  position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #F8F9FA;
    pointer-events: none;
  z-index: 99;
}
.bg-overlay-color1{
  background-color: #bba082!important;
}
.bg-overlay-color2{
  background-color: #bba082!important;
}
.bg-overlay-color3{
  background-color: #bba082!important;
}
.bg-overlay-color4{
  background-color: #bba082!important;

}
.bg-overlay-color5{
  background-color:   #bba082!important;

}
.bg-overlay-color6 {
  background-color:   #bba082!important;
}
.mons nary-item a .img-monsnary img{
  -webkit-filter: sepia(1);
  filter: sepia(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.monsnary-item a .img-monsnary .aos-animate  + img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
  transition-delay: .2s;
}
.monsnary-item a .img-monsnary{
  position: relative;
  overflow: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  cursor: pointer;
}
.monsnary-item a .img-monsnary img{
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*-webkit-transform: scale(1.15);
  transform: scale(1.15);*/
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.monsnary-item a .img-monsnary:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);


}
.img-monsnary:hover {
  /*box-shadow: 0 8px 35px rgba(0,0,0,.12);*/
}

.monsnary-item .zoom-info h3 {
margin-top: 5px;
color: #330000;
font-size: 1.3rem;
font-weight: 400;
}
.monsnary-item .zoom-info span {
font-size: 14px;
color: #a79b9b;
font-weight: 300;}

.portfolio-block-detail span{
font-size: 16px;
display: block;
color: rgb(77 72 111 / 54%);
}
.portfolio-block-detail h2{
margin-top: 10px;
margin-bottom: 20px;
font-weight: 700;
color: #330000;
}
.description-inner .list li {
font-size: 15px;
color: #330000;
margin-bottom: 5px;
padding-left: 20px;
position: relative;
}
.description-inner .list li:before {

content:"\e92d";
color: #8d8dfb;
font-family: 'feathericons'!important;
position: absolute;
left: -5px;
font-size: 18px;
}
.description-inner {
padding-bottom: 25px;
margin-bottom: 25px;
}
.description-inner p{
  font-size: 18px;
  line-height: 34px;
}
.description-inner h3 {
font-size: 18px;
color: #330000;
font-weight: 700;
margin-bottom: 15px;
}
.description-inner .list-unstyled li span {
font-size: 15px;
color: #330000;
font-weight: 600;
}

.description-inner .list-unstyled li small {
font-size: 14px;
}
.description-inner.no-border{
border-bottom: none;
}
.description-inner .list-inline .u-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color:#ede9f6;
  color: #8d8dfb;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.description-inner .list-inline .u-icon:hover{
  background-color:#8d8dfb;
  color:#ede9f6;
}
.filtering {
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
}
  .filtering span {
  font-size: 14px;
  font-weight:600;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
 .filtering span.active {
  background-color: #8D8DFB;
  color: #fff;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
}
.filtering span.active:after{
  position: absolute;
    top: 5px;
    z-index: -1;
    left: 5px;
    opacity: 0.5;
    content: '';
    border: 1px solid;
    width: 100%;
    height: 100%;
    border-color: #8D8DFB;
}
.work-meta small{
  font-size: 16px;
  color: #330000;
  font-weight: 600;
}
.work-meta a,
.work-meta p{
  color: inherit;
  font-size: 16px;
}
/*--------------Blogs----------------*/
.blog-item-text{
  padding:20px;
}
 .share-post .blog-post ul {
  margin-top: 10px;
 }
 .share-post ul li a{
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 14px;
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
  text-decoration: none;
  line-height: 38px;
  background-color: #fff;
  color: #8d8dfb;
  border-radius: 50%;
 }
 .share-post ul li a:hover{
  background-color: #8d8dfb;
  color:#fff ;
 }
.blog-post  .author img{
  border-radius: 50%;
  width: 80px;
}
.blog-post span {
  margin-top: 15px;
  font-weight: 700;
}
.blog-post img{
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
}
.blog-post p{
  text-align: left;
}
.blog-post span{margin-bottom: 10px;color: #fff;}
.blog-post h2{
  padding-top: 5px;
  font-size: 38px;
  line-height: 45px;
  color: #fff;
}
p.blog-intro-text{
font-size: 21px;
margin-top: 50px;
margin-bottom: 50px;
line-height: 32px;
color: #330000;
}
.blog-post h3{
  color: #330000;
    line-height: 40px;
    font-size: 28px;
}


/*------------------ Pricing tables-----------------*/

.pricing-box {
  background-color: #ffffff;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  padding: 50px 40px;
  border-radius: 10px;
  position: relative;
}
.pricing-box.active {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  z-index: 1;
  webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.pricing-box .price-number .currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  color: #acacfc;
  opacity: 0.6;
}
.pricing-box .price-number .value {
  font-size: 50px;
  font-weight: 600;
  color: #8d8dfb;
}
.pricing-box .price-number .duration {
  font-size: 13px;
  font-weight: 700;
  color: #8d8dfb;
  opacity: 0.6;
  text-transform: uppercase;
  position: relative;
}
.pricing-box .price-number .duration::before {
  content: "/";
  margin-right: 2px;
}
.pricing-box h3 {
  color: #34314b;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
}
.pricing-box p {
  margin: 20px 0;
}
.table-style-1 table {
  border: 1px solid #F3F3F5;
  margin-bottom: 0;
}
.table-style-1 table tbody tr:nth-of-type(odd) {
  background-color: rgb(243 243 245 / 61%);
}
.table-style-1 table tbody td i {
  font-size: 20px;
  line-height: 20px;
  color: #8d8dfb!important;
}

.table-style-1 .text-muted {
  color: rgb(52 49 75) !important;
}
.table-style-1 td{
  font-size: 15px;
}

/*-------------FAQ------------------*/

 .accordion-style-1  ul li {
  line-height: 24px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size:15px;
  position: relative;
}
 .accordion-style-1  ul li:before {
  content:"\e92d";
  font-family: 'feathericons'!important;
  color: #6463aa;
  font-size: 24px;
  position: relative;
  left: -10px;
}

/*-------------contact----------------*/
.contact-info {
position: relative;
text-align: center;
font-size: 15px;
color: #330000;
}
.contact-info i{
font-size: 28px;
display: block;
margin-bottom: 20px;
}
.contact-info  h4{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-info  p{
  font-size: 16px;
}
.contact-block  h2{
  font-size: 40px;
    font-weight: 600;
    color: #330000;
    margin-bottom: 15px;
}


.contact-block  h3 {
  color: #330000;
  font-size: 20px;
  font-weight: 600;
}
.contact-block .form-control{
  height: 50px;
  border-radius: 0;
  font-size: 13px;
}

.contact-block textarea.form-control{
  height: 120px;
  color: rgb(73, 80, 87);
}
.img-contact img{
  border-radius: 15px;
}
/*---------------Tabs-------------*/
.tabs_style1 .nav-tabs {
  border-bottom: none;
}
.tabs_style1 .nav-tabs li a {
  font-size: 12px;
  padding: 10px 20px;
  background-color: #ffffff;
  margin: 0px 5px 0px 5px;
  color: #34314b;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  border-color: transparent;
}
.tabs_style1 .nav-tabs li a.active {
  background-color: rgb(254 184 1);
  color: #ffffff;
  font-weight: 600;
}
.tab-content{
  padding: 30px 10px;
}
.tab-content li{
  margin-bottom: 5px;
  position: relative;
  padding-left:25px;
  color:#330000;
}
.tab-content li:after{
  position: absolute;
  content:"\e92d";
  font-family: 'feathericons'!important;
  left:0;
  color:#8B5BFF;
  top:0;
  display: block;
}
/*---------------ALAMOSH EDITS-------------*/
header {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
*:focus { outline: none !important; }
#section2 h3 { color: #f1e7d6; }
#section4 h2 { color: #f1e7d6; }
#section6 h2 { color: #f1e7d6; }
.logo { width: 65px; }
.footerTop { text-align: center; }
.fsmenu--link-img { display: none !important; }
.subHero { margin-top: 20%; }
.subHero h3 { color: #330000; }
.subtitle h2 { font-weight: 800; color: #330000; border-top: 3px solid #330000; padding: 30px 0 30px 0; z-index: 99; top: 10px; }
.contactus h2 { font-weight: 400; color: #330000; padding: 50px 0 50px 0; }
.contactus h2 a { font-weight: 800; }
.contactus a { text-decoration-color: #330000; }
.contact-title h2 { font-weight: 800; color: #330000; padding: 30px 0 0 0; z-index: 99; text-align: center; }
.contact-subtitle { color: #330000; text-align: center; font-weight: 600; margin-bottom: 30px; }
.about-intro h4 { margin-bottom: 30px; }
.bg-mask { background-color: #f1e7d6; z-index: 99;  }
.zoom-info h1 { font-weight: 800; font-size: 2.5rem; }
.subpage p { margin-bottom: 2rem; }
.navbar .container { max-width: 100%; padding-left: 40px; }
.slick-slide { margin-right:15px; margin-left:15px;}
.social-contact { text-align: center; font-size: 30px; }
.social-contact ul li { display: inline-block; margin-right: 10px; }
.social-contact ul li:first-child { margin-right: 5px; }
.social-contact a { text-decoration: none; }
.footer_top .social_icons ul li:first-child { margin-right: 0; }
.fsmenu--scrolling-text { display: none !important; }
.social_menu { position: absolute; bottom: 4.5rem; }
.social_menu a { color: #f1e7d6; font-size: 27px; text-decoration: none; }
.social_menu ul li { display: inline-block; margin-left: 10px; }
.lang { text-align: left; }
.lang2 { font-size: 25px; display: table-cell; vertical-align: middle; line-height: 25px; }
.lang3 { font-size: 18px; display: table-cell; vertical-align: middle; line-height: 18px; }
.slick-dots { position: absolute; width: 100%; bottom: 10px; }
.slick-dots button { width: 0.5rem !important; height: 0.5rem !important; }
.mapa { position: relative; }
.mapa img { max-width:100%; display: block; user-select: none; }
.pin { width: 100px; height: 100px; position: absolute; top: 14%; left: 5%; z-index: 99; }
#temp { border: 0; background-color: transparent; padding: 0; color: #f1e7d6; text-decoration: underline; }
.tippy-box { background-color: rgb(241 231 214 / 0.9) !important; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
.tippy-arrow { color: #f1e7d6 !important; }
.tippy-content { padding: 20px !important; }
.pinbox { color: #330000; }
.pinbox h2 { font-size: 16px; }
.pinblox p:last-child { margin-bottom: 0 !important; }
lottie-player:hover { cursor: pointer; user-select: none;  }
footer .footer_top .container .row { zoom: 0.8 }
.social_icons ul li a svg:hover { fill: #fff !important; transition: fill 0.15s ease-in-out }
