 @import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');

 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
 }

 /* font-family: "Playfair", serif; */



 body {
   font-size: 16px;
   color: #8a8582;
   line-height: 28px;
   font-weight: 400;
   background: #ffffff;
   font-family: "Poppins", sans-serif;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
   .container {
     max-width: 1170px;
     padding: 0px 15px;
   }
 }

 .large-container {
   max-width: 1700px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .container-fluid {
   padding: 0px;
 }

 .auto-container {
   position: static;
   max-width: 1200px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .small-container {
   max-width: 680px;
   margin: 0 auto;
 }

 .boxed_wrapper {
   position: relative;
   margin: 0 auto;
   overflow: hidden !important;
   width: 100%;
   min-width: 300px;
 }


 a {
   text-decoration: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 a:hover {
   text-decoration: none;
   outline: none;
 }

 input,
 button,
 select,
 textarea {
   font-family: "Poppins", sans-serif;
   font-weight: 400;
   font-size: 16px;
 }

 ul,
 li {
   list-style: none;
   padding: 0px;
   margin: 0px;
 }

 input {
   transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
   outline: none;
   box-shadow: none;
   transition: all 500ms ease;
 }

 p {
   position: relative;
   font-size: 16px;
   line-height: 28px;
   font-family: "Poppins", sans-serif;
   color: #8a8582;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: "Poppins", sans-serif;
   font-weight: 400;
   color: #35312f;
   margin: 0px;
   transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
   align-items: center;
   -webkit-align-items: center;
   display: flex;
   display: -ms-flexbox;
   height: 100%;
   justify-content: center;
   -webkit-justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 99999;
   background: #fff;
 }

 .preloader-close {
   position: fixed;
   z-index: 999999;
   color: #fff;
   padding: 10px 20px;
   cursor: pointer;
   right: 0;
   bottom: 0;
   font-weight: 600;
 }

 .handle-preloader .animation-preloader {
   position: absolute;
   z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
   animation: spinner 1s infinite linear;
   border-radius: 50%;
   height: 150px;
   margin: 0 auto 45px auto;
   width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
   text-align: center;
   user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   animation: letters-loading 4s infinite;
   content: attr(data-text-preloader);
   left: 0;
   opacity: 0;
   top: 0;
   position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   font-family: "Poppins", sans-serif;
   font-weight: 400;
   letter-spacing: 15px;
   display: inline-block;
   position: relative;
   font-size: 70px;
   line-height: 70px;
   text-transform: uppercase;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
   animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
   animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
   animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
   animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
   animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
   animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
   animation-delay: 1.4s;
 }

 .handle-preloader .loader-section {
   background-color: #ffffff;
   height: 100%;
   position: fixed;
   top: 0;
   width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
   opacity: 0;
   transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   color: #e19979;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   color: #df8e6a;
 }

 .handle-preloader .animation-preloader .spinner {
   border: 3px solid #df8e6a;
   border-top-color: rgba(223, 142, 106, 0.2);
 }

 /* AnimaciÃ³n del preloader */
 @keyframes spinner {
   to {
     transform: rotateZ(360deg);
   }
 }

 @keyframes letters-loading {

   0%,
   75%,
   100% {
     opacity: 0;
     transform: rotateY(-90deg);
   }

   25%,
   50% {
     opacity: 1;
     transform: rotateY(0deg);
   }
 }

 @media screen and (max-width: 767px) {
   .handle-preloader .animation-preloader .spinner {
     height: 8em;
     width: 8em;
   }
 }

 @media screen and (max-width: 500px) {
   .handle-preloader .animation-preloader .spinner {
     height: 7em;
     width: 7em;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 40px;
     letter-spacing: 10px;
   }
 }


 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
 }

 /** button **/

 .lower-inner img {
   border-radius: 15px;
 }

 .theme-btn-one {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 26px;
   font-family: "Poppins", sans-serif;
   font-weight: 500;
   border-radius: 15px;
   color: #fff !important;
   text-align: center;
   padding: 12px 50px;
   text-transform: uppercase;
   z-index: 1;
 }

 .theme-btn-one:before {
   position: absolute;
   content: '';
   border-radius: 10px;
   background: #633093;
   width: 0%;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .theme-btn-one:after {
   position: absolute;
   border-radius: 10px;
   content: '';
   background: #633093;
   width: 0%;
   height: 100%;
   right: 0px;
   top: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .theme-btn-one:hover:before,
 .theme-btn-one:hover:after {
   width: 50%;
 }

 .pagination {
   position: relative;
   display: block;
 }

 .pagination li {
   display: inline-block;
   margin: 0px 3px;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   height: 50px;
   width: 50px;
   line-height: 50px;
   border: 1px solid #e3e3e3;
   text-align: center;
   color: #35312f;
   border-radius: 5px;
   background: transparent;
   z-index: 1;
   transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.active {
   color: #fff;
 }

 .sec-pad {
   padding: 120px 0px !important;
 }

 .mr-0 {
   margin: 0px !important;
 }

 .scroll-top {
   width: 40px;
   height: 40px;
   line-height: 40px;
   position: fixed;
   bottom: 105%;
   right: 30px;
   font-size: 13px;
   z-index: 99;
   color: #ffffff;
   text-align: center;
   cursor: pointer;
   transition: 1s ease;
 }

 .scroll-top.open {
   bottom: 50px;
 }

 .scroll-top span {
   color: #fff;
 }

 .sec-title {
   position: relative;
   display: block;
   text-align: center;
   margin-bottom: 93px;
 }

 .sec-title span {
   position: absolute;
   left: 50%;
   width: 100%;
   transform: translateX(-50%);
   top: -30px;
   font-size: 150px;
   line-height: 120px;
   font-family: "Poppins", sans-serif;
   color: #fff;
 }

 .sec-title.brown span {
   color: #fbf4f0;
 }

 .sec-title.light span {
   color: rgba(255, 255, 255, 0.1);
 }

 .sec-title h2 {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 35px;
   color: #35312f;
   text-transform: capitalize;
 }

 .sec-title.light h2 {
   color: #fff;
 }




 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 999;
   width: 100%;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   background: #fff;
   left: 0px;
   top: 0px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   width: 100%;
   z-index: 0;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
   z-index: 999;
   opacity: 1;
   visibility: visible;
   -ms-animation-name: fadeInDown;
   -moz-animation-name: fadeInDown;
   -op-animation-name: fadeInDown;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -ms-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -op-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -ms-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -op-animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
 }

 /** header-top **/

 .main-header .header-top {
   position: relative;
   width: 100%;
   background: #fff;
   padding-left: 300px;
 }

 .main-header .header-top .top-inner {
   position: relative;
   border-radius: 15px;
   background: #35312f;
   padding: 9px 0px 9px 30px;
 }

 .main-header .header-top .top-inner:before {
   position: absolute;
   content: '';
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   width: 5000px;
   height: 100%;
   border-radius: 10px;
   left: 0px;
   top: 0px;
 }

 .main-header .header-top p {
   font-size: 13px;
   font-weight: 500;
   line-height: 24px;
   color: #fff;
 }

 .main-header .header-top p i {
   margin-right: 8px;
 }

 /** header-upper **/

 .header-upper {
   position: relative;
   width: 100%;
   padding: 17px 0px 17px 300px;
   border-bottom: 1px solid #f1e6df;
 }

 .header-upper .logo-box {
   position: absolute;
   left: 0px;
   top: -7px;
   max-width: 168px;
   z-index: 1;
 }

 .header-upper .logo-box img {
   width: 100%;
 }

 .header-upper .social-links li {
   position: relative;
   display: inline-block;
 }

 .header-upper .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #35312f;
   background: #fbf4f0;
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
 }

 .header-upper .social-links li a:hover {
   color: #fff;
 }

 .header-upper .info-box li {
   position: relative;
   display: inline-block;
   line-height: 20px;
   padding: 0px 0px 0px 45px;
   text-align: left;
   margin-right: 30px;
 }

 .header-upper .info-box li:last-child {
   margin-right: 0px;
 }

 .header-upper .info-box li i {
   position: absolute;
   left: 0px;
   top: 5px;
   font-size: 36px;
   line-height: 30px;
 }

 .header-upper .info-box li p {
   font-size: 12px;
   line-height: 14px;
   color: #8a8582;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 0px;
 }

 .header-upper .info-box li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #35312f;
   line-height: 16px;
   font-weight: 500;
 }



 /** header-lower **/

 .main-header .outer-box {
   position: relative;
 }

 .main-header .menu-right-content {
   position: relative;
   margin-top: 22px;
 }

 .main-header .menu-right-content .search-btn,
 .main-header .menu-right-content .cart-box {
   position: relative;
   float: left;
 }

 .main-header .menu-right-content .search-btn {
   margin-right: 30px;
 }

 .main-header .menu-right-content .search-btn button {
   position: relative;
   display: inline-block;
   font-size: 22px;
   color: #35312f;
   background: transparent;
   cursor: pointer;
   transition: all 500ms ease;
 }


 .main-header .menu-right-content .cart-box a {
   position: relative;
   display: inline-block;
   font-size: 26px;
   color: #35312f;
   padding-right: 8px;
 }


 .main-header .menu-right-content .cart-box a span {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 14px;
   height: 14px;
   line-height: 14px;
   font-size: 8px;
   color: #fff;
   font-weight: 700;
   border-radius: 50%;
   text-align: center;
 }

 /** main-menu **/

 .main-menu {
   float: left;
 }

 .main-menu .navbar-collapse {
   padding: 0px;
   display: block !important;
 }

 .main-menu .navigation {
   margin: 0px;
 }

 .main-menu .navigation>li {
   position: inherit;
   float: left;
   z-index: 2;
   padding: 21px 0px;
   margin: 0px 25px;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .main-menu .navigation>li:last-child {
   margin-right: 0px !important;
 }

 .main-menu .navigation>li:first-child {
   margin-left: 0px !important;
 }

 .main-menu .navigation>li>a {
   position: relative;
   display: block;
   text-align: center;
   font-size: 15px;
   line-height: 30px;
   font-weight: 500;
   opacity: 1;
   font-family: "Poppins", sans-serif;
   color: #fff;
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>a:before {
   position: absolute;
   content: '';
   width: 31px;
   height: 4px;
   left: 50%;
   bottom: -4px;
   margin-left: -17px;
   transform: scale(0, 0);
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a:before,
 .main-menu .navigation>li:hover>a:before {
   transform: scale(1, 1);
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {
   color: #fff;
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 250px;
   z-index: 100;
   display: none;
   opacity: 0;
   visibility: hidden;
   padding: 10px 0px;
   background-color: #fff;
   -moz-transform: translateY(30px);
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -webkit-transform-origin: top;
   -ms-transform-origin: top;
   transform-origin: top;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li {
   position: relative;
   width: 100%;
   padding: 0px 30px;
 }

 .main-menu .navigation>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
   position: relative;
   display: block;
   padding: 10px 0px;
   line-height: 24px;
   font-weight: 500;
   font-family: "Poppins", sans-serif;
   font-size: 15px;
   text-transform: capitalize;
   color: #35312f;
   border-bottom: 1px solid #f1e6df;
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:before {
   position: absolute;
   content: "\f105";
   font-size: 17px;
   font-family: 'Font Awesome 5 Free';
   font-weight: 600;
   left: -30px;
   top: 15px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:hover:before {
   left: -17px;
   opacity: 1;
 }


 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Free';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 14px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 800;
   text-align: center;
   z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul {
   position: absolute;
   right: 100%;
   top: -2px;
   width: 230px;
   z-index: 100;
   display: none;
   padding: 10px 0px;
   background-color: #fff;
   -moz-transform: translateY(30px);
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
   position: relative;
   width: 100%;
   padding: 0px 30px;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
   position: relative;
   display: block;
   font-size: 15px;
   padding: 14px 0px;
   line-height: 24px;
   font-weight: 500;
   font-family: "Poppins", sans-serif;
   text-transform: capitalize;
   color: #35312f;
   border-bottom: 1px solid #f1e6df;
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:before {
   position: absolute;
   content: "\f105";
   font-size: 17px;
   font-family: 'Font Awesome 5 Free';
   font-weight: 600;
   left: -30px;
   top: 14px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover:before {
   left: -17px;
   opacity: 1;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child>a {
   border-bottom: none;
 }


 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Free';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 12px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 900;
   z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
   visibility: visible;
   opacity: 1;
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: -32px;
   top: 66px;
   width: 34px;
   height: 30px;
   text-align: center;
   font-size: 18px;
   line-height: 26px;
   color: #3b3b3b;
   cursor: pointer;
   display: none;
   z-index: 5;
   transition: all 500ms ease;
 }


 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
   display: none;
 }

 .menu-area .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
   position: relative;
   height: 2px;
   width: 30px;
   display: block;
   margin-bottom: 5px;
   background-color: #fff;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
   margin-bottom: 0px;
 }

 .main-header .sticky-header .logo-box {
   position: relative;
   display: inline-block;
   width: 100px;
   height: 100px;
   text-align: center;
   padding: 20px 0px;
   z-index: 1;
 }

 .main-header .sticky-header .logo-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   transform: rotate(45deg);
   z-index: -1;
 }

 .main-header .sticky-header .logo-box:after {
   position: absolute;
   content: '';
   border: 1px dashed #fff;
   width: calc(100px - 10px);
   height: calc(100px - 10px);
   left: 5px;
   top: 5px;
   transform: rotate(45deg);
 }

 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
   position: absolute;
   width: 100%;
   padding: 30px 50px;
   left: 0px;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
   font-weight: 500;
   padding: 3px 0px;
 }


 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }

 .mobile-menu {
   position: fixed;
   right: 0;
   top: 0;
   width: 300px;
   padding-right: 30px;
   max-width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   z-index: 999999;
 }

 .mobile-menu .navbar-collapse {
   display: block !important;
 }

 .mobile-menu .nav-logo {
   position: relative;
   padding: 50px 25px;
   text-align: left;
   padding-bottom: 100px;
 }

 .mobile-menu-visible {
   overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
   opacity: 1;
   visibility: visible;
 }

 .mobile-menu .menu-backdrop {
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
   opacity: 0.70;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .menu-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   max-height: 100%;
   overflow-y: auto;
   background: #202020;
   padding: 0px 0px;
   z-index: 5;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
 }

 .mobile-menu-visible .mobile-menu .menu-box {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .close-btn {
   position: absolute;
   right: 25px;
   top: 10px;
   line-height: 30px;
   width: 24px;
   text-align: center;
   font-size: 16px;
   color: #ffffff;
   cursor: pointer;
   z-index: 10;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation {
   position: relative;
   display: block;
   width: 100%;
   float: none;
 }

 .mobile-menu .navigation li {
   position: relative;
   display: block;
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
   border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
   position: relative;
   display: block;
   line-height: 24px;
   padding: 10px 25px;
   font-size: 15px;
   font-weight: 500;
   color: #ffffff;
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
   font-size: 16px;
   margin-left: 20px;
   text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 0;
   border-left: 5px solid #fff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
   height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: 6px;
   top: 6px;
   width: 32px;
   height: 32px;
   text-align: center;
   font-size: 16px;
   line-height: 32px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.10);
   cursor: pointer;
   border-radius: 2px;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
   background: #fff;
   color: #3b3b3b;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
   display: none;
 }

 .mobile-menu .social-links {
   position: relative;
   padding: 0px 25px;
 }

 .mobile-menu .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
   position: relative;
   line-height: 32px;
   font-size: 16px;
   color: #ffffff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }


 div#mCSB_1_container {
   top: 0px !important;
 }

 .mobile-menu .contact-info {
   position: relative;
   padding: 120px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
   position: relative;
   font-size: 20px;
   color: #ffffff;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
   position: relative;
   display: block;
   font-size: 15px;
   color: rgba(255, 255, 255, 0.80);
   margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
   color: rgba(255, 255, 255, 0.80);
 }


 .mobile-menu .contact-info ul li:last-child {
   margin-bottom: 0px;
 }


 /** search pop-up style **/

 .main-header.style-one .search-box-outer .search-toggler {
   position: relative;
   font-size: 18px;
   color: #fff;
   padding: 5px 10px;
   font-weight: 600;
   background: transparent;
   cursor: pointer;
   display: inline-block;
   transition: all 500ms ease;
 }


 .search-popup {
   position: fixed;
   left: 0;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 99999;
   visibility: hidden;
   opacity: 0;
   overflow: auto;
   background: rgba(0, 0, 0, 0.9);
   -webkit-transform: translateY(101%);
   -ms-transform: translateY(101%);
   transform: translateY(101%);
   transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -webkit-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
 }

 .search-popup.popup-visible {
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
   visibility: visible;
   opacity: 1;
 }

 .search-popup .overlay-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   display: block;
 }

 .search-popup .close-search {
   position: absolute;
   right: 25px;
   top: 25px;
   font-size: 16px;
   font-weight: 700;
   color: #ffffff;
   cursor: pointer;
   z-index: 5;
   transition: all 500ms ease;
 }


 .search-popup.popup-visible .search-form {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   transition: all 500ms ease 500ms;
   -moz-transition: all 900ms ease 500ms;
   -webkit-transition: all 900ms ease 500ms;
   -ms-transition: all 900ms ease 500ms;
   -o-transition: all 900ms ease 500ms;
 }

 .search-popup .search-form {
   position: relative;
   padding: 0px 15px 0px;
   max-width: 1024px;
   margin: 0 auto;
   margin-top: 150px;
   margin-bottom: 100px;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
   z-index: 10;
 }

 .search-popup .search-form fieldset {
   position: relative;
 }

 .search-popup .search-form fieldset input[type="search"] {
   position: relative;
   height: 70px;
   padding: 20px 250px 20px 30px;
   background: #ffffff;
   line-height: 30px;
   font-size: 24px;
   color: #233145;
   box-shadow: none;
   outline: none;
 }

 .search-popup .search-form fieldset input[type="submit"] {
   position: absolute;
   display: block;
   right: 0px;
   top: 0px;
   text-align: center;
   width: 220px;
   height: 70px;
   padding: 20px 10px 20px 10px;
   color: #ffffff !important;
   line-height: 30px;
   font-size: 20px;
   cursor: pointer;
   text-transform: uppercase;
 }

 .search-popup .search-form fieldset input[type="submit"]:hover {
   transform: translateY(0px);
 }

 .search-popup h3 {
   text-transform: uppercase;
   font-size: 20px;
   font-weight: 600;
   color: #ffffff;
   margin-bottom: 20px;
   letter-spacing: 1px;
   text-align: center;
 }

 .search-popup .recent-searches {
   font-size: 16px;
   color: #ffffff;
   text-align: center;
 }

 .search-popup .recent-searches li {
   display: inline-block;
   margin: 0px 10px 10px 0px;
 }

 .search-popup .recent-searches li a {
   display: block;
   line-height: 24px;
   border: 1px solid #ffffff;
   padding: 7px 15px;
   color: #ffffff;
   border-radius: 3px;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }



 /** banner-section **/

 .banner-section {
   position: relative;
 }

 .banner-carousel {
   position: relative;
 }

 .banner-carousel .slide-item {
   position: relative;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   padding: 307px 0px 220px 0px;
 }

 .banner-carousel .slide-item:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   background: #23201f;
   top: 0px;
   right: 0px;
   z-index: 1;
   opacity: 0.6;
 }

 .banner-carousel .slide-item .image-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 6000ms linear;
   -moz-transition: all 6000ms linear;
   -ms-transition: all 6000ms linear;
   -o-transition: all 6000ms linear;
   transition: all 6000ms linear;
 }

 .banner-carousel .active .slide-item .image-layer {
   -webkit-transform: scale(1.15);
   -ms-transform: scale(1.15);
   transform: scale(1.15);
 }

 .banner-carousel .content-box {
   position: relative;
   display: block;
   z-index: 5;
 }

 .banner-carousel .content-box .title-text {
   position: absolute;
   display: block;
   width: 100%;
   left: 0px;
   top: 0px;
   font-size: 280px;
   line-height: 200px;
   font-family: "Poppins", sans-serif;
   color: rgba(255, 255, 255, 0.1);
 }

 .banner-carousel .content-box h1 {
   position: relative;
   display: block;
   color: #fff;
   font-size: 90px;
   line-height: 90px;
   font-weight: 400;
   margin-bottom: 47px;
   opacity: 0;
   text-transform: uppercase;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 1000ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h1 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1000ms;
   -moz-transition-delay: 1000ms;
   -ms-transition-delay: 1000ms;
   -o-transition-delay: 1000ms;
   transition-delay: 1000ms;
 }

 .banner-carousel .content-box .btn-box {
   position: relative;
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .banner-carousel .active .content-box .btn-box {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1500ms;
   -moz-transition-delay: 1500ms;
   -ms-transition-delay: 1500ms;
   -o-transition-delay: 1500ms;
   transition-delay: 1500ms;
 }

 .banner-carousel .content-box .btn-box .video-btn {
   position: relative;
   display: inline-block;
   width: 70px;
   height: 73px;
   line-height: 73px;
   font-size: 14px;
   color: #35312f;
   background: #fff;
   text-align: center;
   transition: all 500ms ease;
 }

 .banner-carousel .content-box .btn-box .video-btn:hover {
   color: #fff;
 }

 .banner-carousel .content-box .btn-box .theme-btn-one {
   margin-right: 5px;
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
   display: none !important;
 }

 .float-bob-y {
   animation-name: float-bob-y;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: float-bob-y;
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: float-bob-y;
   -moz-animation-duration: 2s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: float-bob-y;
   -ms-animation-duration: 2s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: float-bob-y;
   -o-animation-duration: 2s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }

 .float-bob-x {
   animation-name: float-bob-x;
   animation-duration: 15s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: float-bob-x;
   -webkit-animation-duration: 15s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: float-bob-x;
   -moz-animation-duration: 15s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: float-bob-x;
   -ms-animation-duration: 15s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: float-bob-x;
   -o-animation-duration: 15s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }

 .rotate-me {
   animation-name: rotateme;
   animation-duration: 30s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: rotateme;
   -webkit-animation-duration: 30s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: rotateme;
   -moz-animation-duration: 30s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: rotateme;
   -ms-animation-duration: 30s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: rotateme;
   -o-animation-duration: 30s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }

 .banner-section .owl-dots {
   position: absolute;
   left: 50%;
   bottom: 50px;
   transform: translateX(-50%);
 }

 .owl-dots-style-one .owl-dots .owl-dot span {
   position: relative;
   display: inline-block;
   width: 31px;
   height: 4px;
   background-repeat: no-repeat !important;
   cursor: pointer;
   opacity: 0.5;
   margin: 0px 5px;
   transition: all 500ms ease;
 }

 .owl-dots-style-one .owl-dots .owl-dot.active span,
 .owl-dots-style-one .owl-dots .owl-dot span:hover {
   opacity: 1;
 }


 /** about-section **/

 .about-section {
   position: relative;
   padding-bottom: 140px;
 }

 .about-section .content-inner {
   position: relative;
   padding-top: 110px;
 }

 .about-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 360px;
   height: 488px;
   background-repeat: no-repeat;
 }

 #content_block_1 .content-box h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   text-transform: uppercase;
   margin-bottom: 48px;
 }

 #content_block_1 .content-box .image-holder {
   position: relative;
   display: block;
   padding-right: 50px;
   margin-right: 40px;
 }

 #content_block_1 .content-box .image-holder .line {
   position: absolute;
   width: 26px;
   height: 100%;
   left: -45px;
   top: 0px;
   background-repeat: no-repeat;
 }

 #content_block_1 .content-box .image-holder .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 #content_block_1 .content-box .image-holder .image-box img {
   width: 100%;
 }

 #content_block_1 .content-box .image-holder .image-box:before {
   position: absolute;
   top: 0;
   left: -75%;
   display: block;
   content: '';
   width: 50%;
   height: 100%;
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   -webkit-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
   transform: skewX(-25deg);
 }

 #content_block_1 .content-box .image-holder:hover .image-box:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 @-webkit-keyframes shine {
   100% {
     left: 125%;
   }
 }

 @keyframes shine {
   100% {
     left: 125%;
   }
 }

 #content_block_1 .content-box .image-holder .icon-box {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 95px;
   height: 95px;
   line-height: 95px;
   text-align: center;
 }

 #content_block_2 .content-box h4 {
   font-size: 20px;
   line-height: 36px;
   font-weight: 500;
   margin-bottom: 29px;
 }

 #content_block_2 .content-box .list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #8a8582;
   margin-bottom: 10px;
   padding-left: 22px;
 }

 #content_block_2 .content-box .list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_2 .content-box .list li:before {
   position: absolute;
   content: '';
   width: 7px;
   height: 7px;
   left: 0px;
   top: 9px;
 }

 #content_block_2 .content-box .list {
   position: relative;
   margin-bottom: 45px;
 }

 #content_block_2 .content-box .inner-box li {
   position: relative;
   display: inline-block;
   float: left;
   max-width: 180px;
   width: 100%;
   background: #fbf4f0;
   min-height: 96px;
   padding: 34px 0px 30px 60px;
   margin-right: 10px;
 }

 #content_block_2 .content-box .inner-box li:last-child {
   margin-right: 0px;
 }

 #content_block_2 .content-box .inner-box li i {
   position: absolute;
   left: 25px;
   top: 33px;
   font-size: 30px;
   line-height: 30px;
 }

 #content_block_2 .content-box .inner-box li p {
   font-size: 14px;
   color: #35312f;
   font-weight: 500;
   text-transform: uppercase;
 }

 #content_block_3 .content-box {
   position: relative;
   display: block;
   background: #fff;
   overflow: hidden;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 }

 #content_block_3 .content-box .location-box {
   position: relative;
   padding: 40px 60px 37px 60px;
 }

 #content_block_3 .content-box .location-box p {
   font-size: 16px;
   line-height: 30px;
   color: #fff;
 }

 #content_block_3 .content-box .location-box i {
   position: absolute;
   right: -30px;
   bottom: -30px;
   font-size: 120px;
   line-height: 120px;
   color: rgba(255, 255, 255, 0.1);
 }

 #content_block_3 .content-box .shediul-box {
   position: relative;
   padding: 53px 75px 59px 60px;
 }

 #content_block_3 .content-box .shediul-box i {
   position: absolute;
   top: 65px;
   right: 60px;
   font-size: 50px;
   line-height: 50px;
 }

 #content_block_3 .content-box .shediul-box h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 36px;
   text-transform: uppercase;
   margin-bottom: 38px;
 }

 #content_block_3 .content-box .shediul-box .time-list li {
   position: relative;
   display: block;
   margin-bottom: 28px;
 }

 #content_block_3 .content-box .shediul-box .time-list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_3 .content-box .shediul-box .time-list li span {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 20px;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 5px;
 }

 #content_block_3 .content-box .shediul-box .time-list li h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 25px;
 }

 .bg-color-1 {
   background: #fbf4f0;
 }


 /** service-section **/

 .service-section {
   position: relative;
   padding: 133px 0px 120px 0px;
 }

 #content_block_4 .content-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
 }

 #content_block_4 .content-box .service-box {
   position: relative;
   padding: 41px 40px 29px 40px;
 }

 #content_block_4 .content-box .btn-box {
   padding: 15px 15px;
 }

 #content_block_4 .content-box .btn-box .theme-btn-one {
   padding: 23.5px 30px;
   display: block;
 }

 #content_block_4 .content-box .service-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 36px;
   text-transform: uppercase;
   margin-bottom: 18px;
 }

 #content_block_4 .content-box .service-box ul li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 28px;
   margin-bottom: 16px;
 }

 #content_block_4 .content-box .service-box ul li:last-child {
   margin-bottom: 0px;
 }

 #content_block_4 .content-box .service-box ul li span {
   float: right;
   font-weight: 500;
 }

 /* .three-item-carousel .service-block-one {
   margin-bottom: 50px;
 } */

 .service-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .service-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .service-block-one .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .service-block-one .inner-box:hover .image-box img {
   opacity: 0.2;
   transform: scale(1.1);
 }

 .service-block-one .inner-box .lower-content {
   position: relative;
   padding: 26px 30px 21px 30px;
 }

 .service-block-one .inner-box .lower-content .price {
   position: absolute;
   top: 30px;
   right: 30px;
   display: inline-block;
   width: 73px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   background: #fbf4f0;
   font-size: 14px;
   font-weight: 500;
   transition: all 500ms ease;
 }

 .service-block-one .inner-box:hover .lower-content .price {
   color: #fff;
 }

 .service-block-one .inner-box .lower-content h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 24px;
   text-transform: uppercase;
   margin-bottom: 9px;
 }

 .service-block-one .inner-box .lower-content h4 a {
   display: inline-block;
   color: #35312f;
 }


 .service-block-one .inner-box .lower-content p {
   font-size: 16px;
   font-weight: 400;
 }

 .service-section .owl-dots-style-one .owl-dots .owl-dot span {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
 }

 .service-section .owl-dots-style-one .owl-dots .owl-dot span:hover,
 .service-section .owl-dots-style-one .owl-dots .owl-dot.active span {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -o-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
 }

 .service-section .owl-dots {
   position: relative;
   display: block;
   margin-top: 50px;
 }

 /** service-style-two **/

 .service-style-two {
   position: relative;
   padding: 111px 0px 120px 0px;
 }

 .service-style-two .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 545px;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .service-style-two .image-layer {
   position: absolute;
   right: 0px;
   top: -118px;
 }

 .service-style-two #content_block_5 .content-box {
   margin-right: 70px;
 }

 #content_block_5 .content-box h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 #content_block_5 .content-box p {
   font-size: 18px;
   line-height: 34px;
   color: #fff;
   margin-bottom: 33px;
 }

 #content_block_5 .content-box .list li {
   position: relative;
   display: block;
   float: left;
   width: 50%;
   font-size: 18px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 12px;
   padding-left: 28px;
 }

 #content_block_5 .content-box .list li:before {
   position: absolute;
   content: "\f106";
   font-size: 18px;
   color: #fff;
   font-family: 'Flaticon';
   left: 0px;
   top: 0px;
   font-weight: 400;
 }

 #content_block_5 .content-box .list {
   margin-bottom: 28px;
 }

 #content_block_5 .content-box h5 {
   position: relative;
   display: block;
   font-size: 18px;
   color: #fff;
   font-weight: 500;
   margin-bottom: 43px;
 }

 #content_block_5 .content-box h5 a {
   display: inline-block;
   font-size: 24px;
   line-height: 26px;
   color: #fff;
   border-bottom: 1px solid #fff;
 }

 #content_block_5 .content-box h5 a:hover {
   color: #35312f;
   border-bottom: 1px solid #35312f;
 }

 #content_block_5 .content-box .btn-box .theme-btn-one {
   background: #35312f;
 }

 #content_block_5 .content-box .btn-box .theme-btn-one:before,
 #content_block_5 .content-box .btn-box .theme-btn-one:after {
   background: #fff;
 }


 .service-style-two .inner-box .single-item {
   position: relative;
   display: inline-block;
   max-width: 365px;
   width: 100%;
   background: #fff;
   padding: 34px 30px 26px 165px;
   min-height: 160px;
   margin-bottom: 20px;
 }

 .service-style-two .inner-box .single-item:last-child {
   margin-bottom: 0px;
 }

 .service-style-two .inner-box .single-item .icon-box {
   position: absolute;
   left: 40px;
   top: 48px;
   font-size: 65px;
   line-height: 65px;
 }

 .service-style-two .inner-box .single-item .icon-box:before {
   position: absolute;
   content: '';
   background: #f1e6df;
   width: 1px;
   height: 80px;
   top: -8px;
   right: -30px;
 }

 .service-style-two .inner-box .single-item h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 500;
 }

 .service-style-two .inner-box .single-item:nth-child(2) {
   margin-left: 20px;
   background: #34302e;
 }

 .service-style-two .inner-box .single-item:nth-child(2) h4 {
   color: #fff;
 }

 .service-style-two .inner-box .single-item:nth-child(2) .icon-box:before {
   background: #4a4644;
 }

 .service-style-two .inner-box {
   position: relative;
   margin-top: 11px;
 }


 /** team-section **/

 .team-section {
   position: relative;
   padding: 133px 0px 140px 0px;
 }

 .team-section .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   height: 100%;
   width: 507px;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .team-block-one {
   position: relative;
   display: block;
   max-width: 290px;
   width: 100%;
 }

 .team-block-one .inner-box .image-box {
   position: relative;
   display: block;
   background: #fff;
   min-height: 303px;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .image-box {
   padding: 15px 15px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 }

 .team-block-one .inner-box .image-box img {
   width: 100%;
 }

 .team-block-one .inner-box .image-box .signature {
   position: absolute;
   display: block;
   right: -40px;
   bottom: 15px;
   font-size: 75px;
   line-height: 75px;
   font-family: "Poppins", sans-serif;
   color: #35312f;
   transform: rotate(-45deg);
 }

 .team-block-one .inner-box .lower-content {
   position: relative;
   padding-top: 35px;
 }

 .team-block-one .inner-box .lower-content h5 {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 25px;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 11px;
 }

 .team-block-one .inner-box .lower-content h5 a {
   display: inline-block;
 }

 .team-block-one .inner-box .lower-content h5 a:hover {
   text-decoration: underline;
 }

 .team-block-one .inner-box .lower-content p {
   font-size: 16px;
   line-height: 34px;
   margin-bottom: 36px;
 }

 .team-block-one .inner-box .lower-content .social-links {
   position: relative;
   top: 15px;
   opacity: 0;
   visibility: hidden;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .lower-content .social-links {
   top: 0px;
   opacity: 1;
   visibility: visible;
 }

 .team-block-one .inner-box .lower-content .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 5px;
 }

 .team-block-one .inner-box .lower-content .social-links li:last-child {
   margin-right: 0px;
 }

 .team-block-one .inner-box .lower-content .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #35312f;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   background: #fbf4f0;
 }

 .team-block-one .inner-box .lower-content .social-links li a:hover {
   color: #fff;
 }


 /** testimonial-section **/

 .testimonial-section {
   position: relative;
   padding: 82px 0px 40px 0px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
 }

 .testimonial-section:before {
   position: absolute;
   content: '';
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.9;
 }

 .testimonial-section .testimonial-content {
   position: relative;
   max-width: 960px;
   width: 100%;
   margin: 0 auto;
 }

 .testimonial-section .testimonial-content .inner-box h2 {
   position: relative;
   display: block;
   font-size: 36px;
   line-height: 50px;
   color: #fff;
   margin-bottom: 44px;
 }

 .testimonial-section .testimonial-content .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 25px;
   text-transform: capitalize;
 }

 .testimonial-section .owl-dots {
   position: relative;
   display: block;
   margin-top: 20px;
 }

 .testimonial-section .sec-title {
   margin-bottom: 84px;
 }


 /** features-section **/

 .features-section {
   position: relative;
   padding: 110px 0px 0px 0px;
 }

 .features-section .single-item {
   position: relative;
   display: block;
   float: left;
   width: 33.333%;
 }

 .features-section .single-item .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #302c2a;
   padding: 55px 60px 60px 60px;
 }

 .features-section .single-item .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 25px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 39px;
   transition: all 500ms ease;
 }


 .features-section .single-item .inner-box p {
   font-size: 18px;
   line-height: 34px;
   color: #a9a6a4;
   margin-bottom: 33px;
   transition: all 500ms ease
 }

 .features-section .single-item .inner-box:hover p {
   color: #fff;
 }

 .features-section .single-item .inner-box .theme-btn-one {
   padding: 8.5px 30px;
   font-size: 12px;
   font-weight: 600;
 }

 .features-section .single-item .inner-box .bg-layer {
   position: absolute;
   content: "";
   top: 0;
   left: -101%;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   -webkit-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   transition: all 0.6s ease;
 }

 .features-section .single-item .inner-box:hover .bg-layer {
   left: 0px;
 }

 .features-section .single-item .inner-box .bg-layer:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.9;
 }


 /** gallery-section **/

 .gallery-section {
   position: relative;
   padding: 50px 0px 40px 0px;
 }

 .gallery-section .outer-container {
   position: relative;
   max-width: 1475px;
   width: 100%;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .gallery-section .sec-title {
   margin-bottom: 83px;
 }

 .gallery-section .owl-dots {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 15px;
 }

 .gallery-section .owl-dots-style-one .owl-dots .owl-dot span {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   opacity: 1
 }

 .gallery-section .owl-dots-style-one .owl-dots .owl-dot span:hover,
 .gallery-section .owl-dots-style-one .owl-dots .owl-dot.active span {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -o-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
 }

 .gallery-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 15px 15px;
   margin: 30px 0px;
   box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
 }

 .gallery-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .gallery-block-one .inner-box .image-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   transform: scale(0, 0);
   opacity: 0.9;
   z-index: 1;
   transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .image-box:before {
   transform: scale(1, 1);
 }

 .gallery-block-one .inner-box .image-box img {
   width: 100%;
   position: relative;
 }

 .gallery-block-one .inner-box .image-box a {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 30px;
   color: #fff;
   z-index: 1;
   opacity: 0;
 }

 .gallery-block-one .inner-box:hover .image-box a {
   opacity: 1;
 }

 .bg-color-3 {
   background: #363230;
 }


 /** news-section **/

 .news-section {
   position: relative;
   padding: 133px 0px 120px 0px;
 }

 .news-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: repeat-x;
   background-size: cover;
   animation: slide 100s linear infinite;
   -webkit-animation: slide 100s linear infinite;
 }

 @keyframes slide {
   from {
     background-position: 0 0;
   }

   to {
     background-position: 1920px 0;
   }
 }

 @-webkit-keyframes slide {
   from {
     background-position: 0 0;
   }

   to {
     background-position: 1920px 0;
   }
 }

 .news-block-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 }

 .news-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .news-block-one .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-block-one .inner-box:hover .image-box img {
   opacity: 0.2;
   transform: scale(1.05);
 }

 .news-block-one .inner-box .image-box .post-date {
   position: absolute;
   display: inline-block;
   right: 0px;
   bottom: 0px;
   font-size: 12px;
   color: #fff;
   font-weight: 700;
   line-height: 20px;
   text-transform: uppercase;
   text-align: center;
   padding: 10px 30px;
   z-index: 1;
 }

 .news-block-one .inner-box .lower-content {
   position: relative;
   padding: 33px 40px 31px 40px;
 }

 .news-block-one .inner-box .lower-content .post-info li {
   position: relative;
   display: inline-block;
   font-size: 14px;
   font-weight: 500;
   margin-right: 7px;
 }

 .news-block-one .inner-box .lower-content .post-info li:last-child {
   margin-right: 0px;
 }

 .news-block-one .inner-box .lower-content .post-info li i {
   margin-right: 5px;
 }

 .news-block-one .inner-box .lower-content .post-info li a {
   color: #8a8582;
 }


 .news-block-one .inner-box .lower-content .post-info {
   position: relative;
   margin-bottom: 1px;
 }

 .news-block-one .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 36px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 8px;
 }

 .news-block-one .inner-box .lower-content h3 a {
   color: #35312f;
 }


 .news-block-one .inner-box .lower-content .link-btn a {
   position: relative;
   display: inline-block;
   font-size: 12px;
   line-height: 20px;
   font-weight: 500;
   color: #8a8582;
   text-transform: uppercase;
   padding-left: 17px;
 }


 .news-block-one .inner-box .lower-content .link-btn a:before {
   position: absolute;
   content: '';
   width: 7px;
   height: 7px;
   left: 0px;
   top: 7px;
 }


 /** appointment-section **/

 .appointment-section {
   position: relative;
   padding: 70px 0px;
   border-bottom: 1px solid #f1e6df;
 }

 .appointment-section .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 430px;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
 }

 .appointment-section .bg-layer:before {
   position: absolute;
   content: '';
   background: #fff;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 430px;
   opacity: 0.95;
 }

 .appointment-section .content-box {
   position: relative;
   margin-right: 0px;
   margin-top: -8px;
 }

 .appointment-section .content-box .upper-inner h2 {
   position: relative;
   display: block;
   font-size: 40px;
   font-family: "Playfair", serif;
   line-height: 53px;
   margin-bottom: 10px;
 }

 .appointment-section .content-box .upper-inner p {
   font-size: 15px;
   line-height: 26px;
   font-weight: 500;
 }

 .appointment-section .content-box .upper-inner {
   position: relative;
   margin-bottom: 175px;
 }

 .appointment-section .content-box .lower-inner {
   position: relative;
   padding-left: 0px;
 }

 .appointment-section .content-box .lower-inner .image-box {
   position: absolute;
   left: 0px;
   top: 6px;
 }

 .appointment-section .content-box .lower-inner .counter-inner .single-counter {
   position: relative;
   padding-bottom: 36px;
   margin-bottom: 29px;
   border-bottom: 1px solid #f1e6df;
 }

 .appointment-section .content-box .lower-inner .counter-inner .single-counter:last-child {
   padding: 0px;
   margin: 0px;
   border-bottom: none;
 }

 .appointment-section .content-box .lower-inner .counter-inner .single-counter .count-outer {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 50px;
   margin-bottom: 5px;
 }

 .appointment-section .content-box .lower-inner .counter-inner .single-counter h4 {
   font-size: 20px;
   line-height: 26px;
   border-radius: 20px;
 }

 #appointment_block .form-inner {
   position: relative;
   display: block;
   background: #fff;
   padding: 53px 30px 50px 30px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 }

 #appointment_block .form-inner .title-text {
   position: absolute;
   display: inline-block;
   right: -140px;
   bottom: 80px;
   color: #faf3ef;
   font-size: 90px;
   line-height: 90px;
   text-transform: uppercase;
   letter-spacing: 5px;
   transform: rotate(90deg);
   z-index: -1;
 }

 #appointment_block .form-inner:before {
   position: absolute;
   content: '';
   width: 100%;
   max-width: 310px;
   height: 14px;
   left: 0px;
   right: 0px;
   top: 0px;
   margin: 0 auto;
 }

 /** nice-select **/

 .nice-select {
   position: relative;
   display: block;
   width: 100%;
   height: 55px;
   background: #f4eff7;
   padding: 8px 15px;
   font-size: 16px;
   font-weight: 500;
   color: #8a8582;
   border: none;
   border-radius: 0px;
 }

 .main-header .nice-select {
   width: 170px !important;
 }

 .nice-select:after {
   width: 8px;
   height: 8px;
   border-bottom: 2px solid #8a8582;
   border-right: 2px solid #8a8582;
   right: 25px;
   margin-top: -3px;
 }

 #appointment_block .form-inner .form-group {
   position: relative;
   margin-bottom: 10px;
   padding: 0px 5px;
 }

 #appointment_block .form-inner .form-group:last-child {
   margin-bottom: 0px;
 }

 #appointment_block .form-inner .form-group input[type='text'],
 #appointment_block .form-inner .form-group input[type='email'],
 #appointment_block .form-inner .form-group textarea,
 #appointment_block .form-inner .form-group select {

   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   background: #f4eff7;
   padding: 0px 15px;
   font-size: 16px;
   font-weight: 500;
   color: #8a8582;

 }

 #appointment_block .appointment-form {
   position: relative;
   margin: 0px 10px;
 }

 #appointment_block .form-inner .form-group textarea {
   height: 125px;
   resize: none;
 }

 #appointment_block .form-inner p {
   font-size: 18px;
   line-height: 30px;
   text-align: center;
   margin-bottom: 25px;
 }


 /** clients-section **/

 .clients-section {
   position: relative;
   padding: 120px 0px 183px 0px;
 }

 .clients-section .clients-logo-box {
   position: relative;
   display: block;
 }

 .clients-section .clients-logo-box img {
   display: block;
   max-width: 100%;
   width: auto;
   margin: 0 auto;
   opacity: 0.2;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .clients-section .clients-logo-box img:hover {
   opacity: 1;
 }


 /** cta-section **/

 .cta-section {
   position: relative;
 }

 .cta-section .image-box {
   position: relative;
   display: block;
   min-height: 300px;
 }

 .cta-section .image-box .image {
   position: absolute;
 }

 .cta-section .image-box .image-1 {
   left: -123px;
   top: -130px;
   z-index: 1;
 }

 .cta-section .image-box .image-2 {
   left: -60px;
   bottom: -60px;
 }

 .cta-section .image-box .image-3 {
   right: 115px;
   top: -110px;
 }

 .cta-section .image-box .image-4 {
   right: 70px;
   bottom: -50px;
   z-index: -1;
 }

 .cta-section .content-box {
   position: relative;
   display: block;
   padding: 71px 0px 80px 0px;
 }

 .cta-section .content-box h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 34px;
 }

 .cta-section .content-box .theme-btn-one {
   background: #fff;
   color: #35312f !important;
 }

 .cta-section .content-box .theme-btn-one:hover {
   color: #fff !important;
 }

 .cta-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: repeat-x;
   background-size: cover;
   animation: slide 100s linear infinite;
   -webkit-animation: slide 100s linear infinite;
 }


 /** main-footer **/

 .main-footer {
   position: relative;
 }

 .footer-top {
   position: relative;
   display: block;

   padding: 60px 0px 30px 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .footer-top .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 545px;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .footer-top .logo-widget .footer-logo {
   position: relative;
   margin-bottom: 31px;
 }

 .footer-top .logo-widget .text p {
   font-size: 16px;
   line-height: 34px;
   font-weight: 500;
   color: #fff;
 }

 .footer-top .logo-widget .text {
   margin-bottom: 28px;
   text-align: justify;

 }

 .footer-top .logo-widget {
   position: relative;
   margin-right: 0px;
   margin-top: -20px;
 }

 .footer-top .logo-widget .subscribe-form .form-group {
   position: relative;
   margin: 0px;
 }

 .footer-top .logo-widget .subscribe-form .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 70px;
   background: #302c2a;
   border: 1px solid rgba(255, 255, 255, 0.1);
   padding: 10px 80px 10px 20px;
   font-size: 16px;
   font-weight: 500;
   color: #a9a6a4;
   transition: all 500ms ease;
 }

 .footer-top .logo-widget .subscribe-form .form-group input::-webkit-input-placeholder {
   color: #a9a6a4;
 }


 .footer-top .logo-widget .subscribe-form .form-group button {
   position: absolute;
   top: 8px;
   right: 8px;
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
   color: #fff;
   padding: 14.5px 14px;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .footer-top .widget-title {
   position: relative;
   display: block;
   margin-bottom: 40px;
 }

 .footer-top .widget-title h5 {
   font-size: 22px;
   line-height: 26px;
   color: #fff;
   font-family: "Playfair", serif;
   font-weight: 500;
   text-transform: capitalize;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .footer-top .links-widget .links-list li {
   position: relative;
   display: block;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 12px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .footer-top .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }

 .footer-top .links-widget .links-list li a {
   color: #fff;
   font-size: 14px;
   font-weight: 500;
 }


 .footer-top .contact-widget .info-list li {
   position: relative;
   display: block;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   padding: 14px 0px 11px 30px;
 }

 .footer-top .contact-widget .info-list li:last-child {
   border-bottom: none;
 }

 .footer-top .contact-widget .info-list li i {
   position: absolute;
   left: 0px;
   top: 17px;
   font-size: 18px;
 }

 .footer-top .contact-widget .info-list li p {
   font-size: 14px;
   line-height: 24px;
   font-weight: 500;
   color: #fff;
 }

 .footer-top .contact-widget .info-list li p a {
   color: #fff;
 }


 .footer-top .contact-widget .widget-title {
   margin-bottom: 19px;
 }

 .footer-top .instagram-widget .image-list li {
   position: relative;
   float: left;
   width: 76px;
   height: 76px;
   margin: 0px 5px 10px 5px;
 }

 .footer-top .instagram-widget .image-list li .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .footer-top .instagram-widget .image-list li .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .footer-top .instagram-widget .image-list li .image-box:hover img {
   opacity: 0.2;
 }

 .footer-top .instagram-widget .image-list li .image-box a {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 20px;
   color: #fff;
   opacity: 0;
   z-index: 1;
 }

 .footer-top .instagram-widget .image-list li .image-box:hover a {
   opacity: 1;
 }

 .footer-top .instagram-widget .image-list {
   position: relative;
   margin: 0px -5px;
 }

 .footer-botton {
   position: relative;
   display: block;
   background: #fff;
   padding: 0px 0px;
 }

 .footer-botton .copyright p {
   position: relative;
   font-size: 13px;
   line-height: 40px;
   font-weight: 600;
   color: #a9a6a4;
 }

 .footer-botton .copyright p a {
   color: #a9a6a4;
 }


 .footer-botton .footer-social li {
   position: relative;
   display: inline-block;
   margin-right: 5px;
 }

 .footer-botton .footer-social li:last-child {
   margin-right: 0px;
 }

 .footer-botton .footer-social li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   background: #fff;
   color: #35312f;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
 }

 .footer-botton .footer-social li a:hover {
   color: #fff;
 }



 /*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

 /** header-style-two **/

 .main-header.style-two {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
 }

 .main-header.style-two .header-top {
   padding-left: 0px;
   background: #35312f;
   box-shadow: 0 70px 120px 100px #23201f;
 }

 .main-header.style-two .header-top .top-inner {
   padding-left: 0px;
 }

 .main-header.style-two .header-upper .mail-box {
   position: relative;
   padding: 34px 0px 31px 0px;
 }

 .main-header.style-two .header-upper .mail-box .inner {
   position: relative;
   padding-left: 45px;
 }

 .main-header.style-two .header-upper .info-box i {
   position: absolute;
   left: 0px;
   top: 5px;
   font-size: 36px;
   line-height: 30px;
 }

 .main-header.style-two .header-upper .info-box p {
   font-size: 12px;
   line-height: 14px;
   color: #a9a6a4;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 0px;
 }

 .main-header.style-two .header-upper .info-box a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #fff;
   line-height: 16px;
   font-weight: 500;
 }


 .main-header.style-two .header-upper .logo-box {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   top: 0px;
 }

 .main-header.style-two .header-upper .phone-box {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 25px 0px 25px 0px;
 }

 .main-header.style-two .header-upper .phone-box .inner {
   position: relative;
   padding-left: 45px;
 }

 .main-header.style-two .header-upper .upper-inner {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
 }

 .main-header.style-two .header-upper {
   padding: 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .main-header.style-two .header-lower .outer-box {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
 }

 .main-header.style-two .header-lower .outer-box .search-btn {
   position: relative;
   padding: 15px 0px 15px 0px;
 }

 .main-header.style-two .header-lower .outer-box .search-btn button {
   position: relative;
   display: inline-block;
   font-size: 22px;
   color: #fff;
   background: transparent;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .main-header.style-two .header-lower .outer-box .menu-area {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
 }

 .main-header.style-two .header-lower .outer-box .menu-area {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .main-header.style-two .header-lower .outer-box .menu-right-content .cart-box a {
   color: #fff;
 }

 .main-header.style-two .main-menu .navigation>li>a {
   color: #fff;
 }


 .main-header.style-two .main-menu .navigation>li>a {
   color: #8a8582;
 }


 /** slider-style-two **/

 .banner-section.style-two {
   position: relative;
 }

 .banner-carousel .content-box .top-text {
   position: relative;
   display: block;
   font-size: 60px;
   line-height: 60px;
   margin-bottom: 19px;
   font-family: "Poppins", sans-serif;
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 800ms ease;
   -moz-transition: all 800ms ease;
   -ms-transition: all 800ms ease;
   -o-transition: all 800ms ease;
   transition: all 800ms ease;
 }

 .banner-carousel .active .content-box .top-text {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 800ms;
   -moz-transition-delay: 800ms;
   -ms-transition-delay: 800ms;
   -o-transition-delay: 800ms;
   transition-delay: 800ms;
 }

 .banner-carousel .content-box p {
   position: relative;
   font-size: 20px;
   line-height: 26px;
   font-weight: 500;
   color: #fff;
   opacity: 0;
   margin-bottom: 38px;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 1300ms ease;
   -moz-transition: all 1300ms ease;
   -ms-transition: all 1300ms ease;
   -o-transition: all 1300ms ease;
   transition: all 1300ms ease;
 }

 .banner-carousel .content-box p span {
   font-weight: 700;
 }

 .banner-carousel .active .content-box p {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1300ms;
   -moz-transition-delay: 1300ms;
   -ms-transition-delay: 1300ms;
   -o-transition-delay: 1300ms;
   transition-delay: 1300ms;
 }

 .banner-section.style-two .banner-carousel .content-box h1 {
   margin-bottom: 23px;
 }

 .banner-section.style-two .banner-carousel .slide-item {
   padding: 409px 0px 185px 0px;
 }

 .banner-section.style-two .owl-dots {
   bottom: 80px;
 }


 /** features-style-two **/

 .features-style-two {
   position: relative;
 }

 .features-style-two .inner-container {
   position: relative;
   display: block;
   background: #fff;
   margin-top: -50px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
   z-index: 1;
 }

 .features-style-two .inner-container .single-item {
   position: relative;
   float: left;
   width: 25%;
 }

 .features-style-two .inner-container .single-item .inner-box {
   position: relative;
   display: block;
   padding: 50px 60px 40px 50px;
 }

 .features-style-two .inner-container .single-item .inner-box:before {
   position: absolute;
   content: '';
   background: #f1e6df;
   width: 1px;
   height: 280px;
   top: 50px;
   right: 10px;
 }

 .features-style-two .inner-container .single-item:last-child .inner-box:before {
   display: none;
 }

 .features-style-two .inner-container .single-item .inner-box .icon-box {
   position: relative;
   display: inline-block;
   font-size: 65px;
   line-height: 65px;
   margin-bottom: 23px;
   z-index: 1;
 }

 .features-style-two .inner-container .single-item .inner-box .icon-box:before {
   position: absolute;
   content: '';
   background: #fbf4f0;
   width: 52px;
   height: 52px;
   top: 0px;
   right: -18px;
   z-index: -1;
 }

 .features-style-two .inner-container .single-item .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 26px;
   font-weight: 500;
   color: #35312f;
   text-transform: uppercase;
   margin-bottom: 38px;
 }

 .features-style-two .inner-container .single-item .inner-box h4 a {
   display: inline-block;
   color: #35312f;
 }


 .features-style-two .inner-container .single-item .inner-box p {
   font-size: 18px;
   line-height: 34px;
   color: #8a8582;
   font-weight: 400;
 }

 .features-style-two .lower-content {
   position: relative;
   max-width: 850px;
   width: 100%;
   padding: 60px 0px;
 }

 .features-style-two .lower-content .text {
   margin-top: 17px;
 }

 .features-style-two .lower-content .text h2 {
   position: relative;
   display: block;
   font-size: 34px;
   line-height: 42px;
   text-transform: uppercase;
 }


 /** welcome-section **/

 .about-style-two {
   position: relative;
   padding-bottom: 40px;
 }

 #content_block_6 .content-box .single-progress-box .piechart {
   position: relative;
 }

 #content_block_6 .content-box .single-progress-box {
   position: relative;
   padding: 20px 10px 0px 120px;
   min-height: 100px;
   margin-bottom: 20px;
 }

 #content_block_6 .content-box .single-progress-box:last-child {
   margin-bottom: 0px;
 }

 #content_block_6 .content-box .single-progress-box .box {
   position: absolute;
   max-width: 100px;
   left: 0px;
   top: 0px;
 }

 #content_block_6 .content-box .single-progress-box .piechart span {
   position: absolute;
   display: flex;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
   font-size: 24px;
   line-height: 32px;
   font-weight: 400;
   color: #35312f;
   text-align: center;
 }

 #content_block_6 .content-box .single-progress-box .piechart span:after {
   color: #35312f;
   content: "%";
   font-size: 24px;
 }

 #content_block_6 .content-box .single-progress-box h5 {
   font-size: 18px;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 30px;
 }

 #content_block_6 .content-box .text h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 #content_block_6 .content-box .text p {
   font-size: 15px;
   line-height: 26px;
   margin-bottom: 15px;
 }

 #content_block_6 .content-box .text {
   margin-bottom: 25px;
 }


 #content_block_6 .content-box .inner-box .left-column .list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 6px;
   padding-left: 30px;
 }

 #content_block_6 .content-box .inner-box .left-column .list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_6 .content-box .inner-box .left-column .list li:before {
   position: absolute;
   content: "\f106";
   font-size: 18px;
   font-family: 'Flaticon';
   left: 0px;
   top: -1px;
 }

 #content_block_6 .content-box .inner-box .left-column .list {
   margin-bottom: 30px;
 }

 #content_block_6 .content-box .inner-box .left-column .signature h2 {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 50px;
   font-family: "Poppins", sans-serif;
 }

 #content_block_6 .content-box .inner-box .left-column .signature span {
   font-size: 16px;
   font-family: "Poppins", sans-serif;
   color: #35312f;
 }

 #content_block_6 .content-box .inner-box .left-column {
   position: relative;
 }

 #content_block_6 .content-box .inner-box .left-column:before {
   position: absolute;
   content: '';
   background: #f1e6df;
   width: 1px;
   height: 225px;
   top: 5px;
   right: 20px;
 }

 .about-style-two .image-box {
   position: relative;
   overflow: hidden;
 }

 .about-style-two .image-box img {
   width: 100%;
 }

 .about-style-two .image-box:before {
   position: absolute;
   top: 0;
   left: -80%;
   display: block;
   content: '';
   width: 50%;
   height: 100%;
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   -webkit-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
   transform: skewX(-25deg);
 }

 .about-style-two .image-box:hover:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 .about-style-two .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 558px;
   width: 412px;
   background-repeat: no-repeat;
 }

 .about-style-two .pattern-layer .pattern-2 {
   position: absolute;
   top: -0px;
   right: 0px;
   width: 530px;
   height: 615px;
 }

 .about-style-two .pattern-layer .pattern-3 {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 464px;
   height: 681px;
   background-repeat: no-repeat;
 }


 /** video-section **/

 .video-section {
   position: relative;
 }

 .video-section .video-inner {
   position: relative;
   width: 100%;
   padding: 200px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .video-section .video-inner:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.8;
 }

 .video-section .video-inner .video-content a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #fff;
   width: 70px;
   height: 73px;
   line-height: 73px;
   text-align: center;
 }

 .video-section .video-inner .video-content a:hover {
   background: #fff;
 }

 .video-section .video-inner .video-content {
   position: relative;
   text-align: center;
 }

 .video-section .video-inner .video-content .title-text {
   position: absolute;
   left: 50%;
   top: -10px;
   transform: translateX(-50%);
   font-size: 150px;
   line-height: 150px;
   font-family: "Poppins", sans-serif;
   color: rgba(255, 255, 255, 0.1);
 }

 .video-section .video-inner .phone-box {
   position: absolute;
   right: 30px;
   bottom: -30px;
   background: #fff;
   padding: 35px 60px 30px 60px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
   z-index: 1;
 }

 .video-section .video-inner .phone-box h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 20px;
   text-transform: uppercase;
   margin-bottom: 3px;
 }

 .video-section .video-inner .phone-box h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 36px;
 }


 .video-section .video-inner .phone-box h3 a:hover {
   text-decoration: underline;
 }


 /** prices-section **/

 .prices-section {
   position: relative;
   padding: 133px 0px 120px 0px;
 }

 .pricing-block-one {
   position: relative;
   display: block;
   background: #fbf4f0;
   padding: 25px 25px;
   margin-bottom: 30px;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover {
   background: #fff;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
 }

 .pricing-block-one .inner-box {
   position: relative;
   padding: 11px 0px 10px 107px;
 }

 .pricing-block-one .inner-box .image-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 78px;
   height: 78px;
 }

 .pricing-block-one .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover .inner-box .image-box img {
   opacity: 0.2;
 }

 .pricing-block-one .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 26px;
   text-transform: uppercase;
   margin-bottom: 5px;
 }

 .pricing-block-one .inner-box h4 a {
   display: inline-block;
   color: #35312f;
 }


 .pricing-block-one .inner-box p {
   font-size: 16px;
   line-height: 26px;
   color: #8a8582;
   font-weight: 400;
 }

 .pricing-block-one .inner-box .price {
   position: absolute;
   top: 22px;
   right: 15px;
   font-size: 14px;
   line-height: 20px;
   font-weight: 600;
   background: #fff;
   padding: 7.5px 13px;
   text-align: center;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover .inner-box .price {
   color: #fff;
 }

 .prices-section .more-btn {
   position: relative;
   margin-top: 10px;
 }


 /** counter-section **/

 .counter-section {
   position: relative;
   width: 100%;
   padding: 111px 0px 113px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
 }

 .counter-section:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.85;
 }

 .counter-section .text h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 .counter-section .text p {
   font-size: 18px;
   line-height: 34px;
   color: #a9a6a4;
 }

 .counter-block-one .inner-box {
   position: relative;
   display: block;
   text-align: center;
   background: #302c2a;
   padding-top: 34px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   transition: all 500ms ease;
 }


 .counter-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   font-size: 65px;
   line-height: 65px;
   margin-bottom: 13px;
 }

 .counter-block-one .inner-box .count-outer {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 50px;
   color: #fff;
   font-weight: 300;
   margin-bottom: 19px;
 }

 .counter-block-one .inner-box p {
   position: relative;
   display: block;
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   color: #fff;
   background: rgba(255, 255, 255, 0.2);
   padding: 13.5px 10px;
   text-transform: uppercase;
   transition: all 500ms ease;
 }


 .counter-section .counter-inner {
   position: relative;
   margin: 9px 8px 0px 8px;
 }

 .counter-section .counter-inner .counter-block {
   padding: 0px 7px;
 }


 /** testimonial-style-two **/

 .testimonial-style-two {
   position: relative;
   overflow: hidden;
 }

 .testimonial-style-two .testimonial-column {
   position: relative;
   float: left;
   width: 50%;
 }

 .testimonial-style-two .testimonial-column .testimonial-inner {
   position: relative;
   display: block;
   max-width: 700px;
   padding: 133px 15px 140px 15px;
   text-align: center;
   margin: 0 auto;
 }

 .testimonial-style-two .image-column {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 50%;
 }

 .testimonial-style-two .image-column .image {
   position: relative;
   float: left;
   width: 50%;
   max-height: 403px;
 }

 .testimonial-style-two .image-column .image img {
   width: 100%;
 }

 .testimonial-style-two .testimonial-column .testimonial-inner .sec-title.light span {
   color: rgba(0, 0, 0, 0.05);
 }

 .testimonial-style-two .testimonial-column .slider-pager {
   position: relative;
   margin-bottom: 46px;
 }

 .testimonial-style-two .testimonial-column .slider-pager .thumb-box li {
   position: relative;
   display: inline-block;
   width: 72px;
   height: 72px;
   margin: 0px 3px;
 }

 .testimonial-style-two .testimonial-column .slider-pager .thumb-box li img {
   position: relative;
   display: inline-block;
   opacity: 0.5;
 }

 .testimonial-style-two .testimonial-column .slider-pager .thumb-box li a.active img {
   opacity: 1;
 }

 .testimonial-style-two .testimonial-column .testimonial-content h2 {
   display: block;
   font-size: 36px;
   line-height: 50px;
   color: #fff;
   margin-bottom: 44px;
 }

 .testimonial-style-two .testimonial-column .testimonial-content h4 {
   font-size: 20px;
   line-height: 26px;
   text-transform: uppercase;
 }

 .testimonial-style-two .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 545px;
   background-size: cover;
   background-repeat: no-repeat;
 }


 /** shop-section **/

 .shop-section {
   position: relative;
   padding: 133px 0px 115px 0px;
   border-bottom: 1px solid #f1e6df;
 }

 .shop-block-one .inner-box {
   position: relative;
   display: block;
   text-align: center;
 }

 .shop-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #fff;
   transition: all 500ms ease;
 }

 .shop-block-one .inner-box .image-box img {
   width: 100%;
 }

 .shop-block-one .inner-box:hover .image-box {
   padding: 10px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
 }

 .shop-block-one .inner-box .image-box .cart-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 24px;
   color: #fff;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   opacity: 0;
 }

 .shop-block-one .inner-box:hover .image-box .cart-btn {
   opacity: 1;
 }

 .shop-block-one .inner-box .image-box .cart-btn:hover {
   background: #fff;
   box-shadow: 0 0px 30px rgba(0, 0, 0, 0.10);
 }

 .shop-block-one .inner-box .lower-content {
   position: relative;
   padding-top: 26px;
 }

 .shop-block-one .inner-box .lower-content h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 26px;
   text-transform: uppercase;
   margin-bottom: 0px;
 }

 .shop-block-one .inner-box .lower-content h4 a {
   display: inline-block;
   color: #35312f;
 }


 .shop-block-one .inner-box .lower-content p {
   font-size: 20px;
   line-height: 26px;
   font-weight: 400;
 }


 /** featured-products **/

 .featured-products {
   position: relative;
   overflow: hidden;
   background: #35312f;
   padding: 110px 0px 120px 0px;
 }

 .featured-products .map-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 #image_block_1 .image-box {
   position: relative;
   display: block;
   padding-right: 185px;
   padding-bottom: 95px;
   margin-top: 9px;
   max-width: 570px;
 }

 #image_block_1 .image-box .image {
   border-radius: 50%;
 }

 #image_block_1 .image-box .image img {
   border-radius: 50%;
 }

 #image_block_1 .image-box .image-2 {
   position: absolute;
   top: 20px;
   right: 40px;
 }

 #image_block_1 .image-box .image-3 {
   position: absolute;
   left: 100px;
   bottom: 0px;
 }

 #image_block_1 .image-box .image-4 {
   position: absolute;
   right: 90px;
   bottom: -35px;
 }

 #image_block_1 .image-box .anim-icon .icon-1 {
   position: absolute;
   left: -30px;
   top: 208px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   z-index: 1;
 }

 #image_block_1 .image-box .anim-icon .icon-2 {
   position: absolute;
   right: 100px;
   bottom: 20px;
   width: 100px;
   height: 100px;
   background: #fff;
   border-radius: 50%;
 }

 #content_block_7 .content-box h2 {
   font-size: 44px;
   line-height: 53px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 38px;
 }

 #content_block_7 .content-box .inner-box .text,
 #content_block_7 .content-box .inner-box .list {
   position: relative;
   float: left;
   width: 50%;
 }

 #content_block_7 .content-box .inner-box .text {
   padding-right: 30px;
 }

 #content_block_7 .content-box .inner-box .text p {
   font-size: 18px;
   line-height: 34px;
 }

 #content_block_7 .content-box .inner-box {
   margin-bottom: 53px;
 }

 #content_block_7 .content-box .inner-box .list {
   padding-left: 15px;
 }

 #content_block_7 .content-box .inner-box .list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 34px;
   color: #a9a6a4;
   font-weight: 500;
   padding-left: 25px;
   margin-bottom: 2px;
 }

 #content_block_7 .content-box .inner-box .list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_7 .content-box .inner-box .list li:before {
   position: absolute;
   content: '';
   width: 7px;
   height: 7px;
   left: 0px;
   top: 13px;
 }

 #content_block_7 .content-box .theme-btn-one:before,
 #content_block_7 .content-box .theme-btn-one:after {
   background: #fff;
 }


 .google-map-section {
   position: relative;
 }

 .google-map-section #contact-google-map {
   position: relative;
   display: block;
   width: 100%;
   height: 550px;
 }



 /*** 

====================================================================
                        About-Page
====================================================================

***/


 /** page-title **/

 .page-title {
   position: relative;
   width: 100%;
   padding: 187px 0px 145px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .page-title:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.8;
 }

 .page-title .title-box {
   position: relative;
   display: block;
 }

 .page-title .title-box .title-text {
   position: absolute;
   display: block;
   left: 50%;
   top: -45px;
   transform: translateX(-50%);
   font-size: 150px;
   line-height: 150px;
   width: 100%;
   font-family: "Mrs Saint Delafield", cursive;
   color: rgba(255, 255, 255, 0.1);
 }

 .page-title .title-box h1 {
   font-size: 30px;
   line-height: 38px;
   color: #fff;
   text-transform: uppercase;
 }


 /** about-style-three **/

 .about-style-three {
   position: relative;
   padding: 120px 0px 120px 0px;
 }

 .about-style-three #content_block_6 .content-box .inner-box .list li {
   position: relative;
   display: inline-block;
   float: left;
   width: 50%;
   font-size: 18px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 6px;
   padding-left: 30px;
 }

 .about-style-three #content_block_6 .content-box .inner-box .list li:before {
   position: absolute;
   content: "\f106";
   font-size: 16px;
   font-family: 'Flaticon';
   left: 0px;
   top: -1px;
   font-weight: 700;
 }

 .about-style-three #content_block_6 .content-box .inner-box .list {
   margin-bottom: 55px;
 }

 .about-style-three #content_block_6 .content-box .inner-box .signature h2 {
   position: relative;
   display: block;
   font-size: 60px;
   line-height: 60px;
   font-family: "Poppins", sans-serif;
 }

 .about-style-three #content_block_6 .content-box .inner-box .signature span {
   font-size: 18px;
   font-family: "Poppins", sans-serif;
   color: #35312f;
   text-transform: uppercase;
 }

 .about-style-three #content_block_6 .content-box .text p {
   margin-bottom: 25px;
 }

 .about-style-three #content_block_6 .content-box .text p.color-text {
   margin: 0px;
   padding-right: 50px;
 }

 .about-style-three #content_block_6 .content-box {
   position: relative;
   margin-top: -9px;
 }

 .about-style-three #content_block_6 .content-box .text {
   margin-bottom: 37px;
 }

 .about-style-three #content_block_1 .image-holder {
   margin-right: 20px;
   padding-bottom: 60px;
 }

 .about-style-three #content_block_1 .image-holder .image-1 {
   position: relative;
   overflow: hidden;
 }

 .about-style-three #content_block_1 .image-holder .image-1:before {
   position: absolute;
   top: 0;
   left: -75%;
   display: block;
   content: '';
   width: 50%;
   height: 100%;
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   -webkit-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
   transform: skewX(-25deg);
 }

 .about-style-three #content_block_1 .image-holder:hover .image-1:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 .about-style-three #content_block_1 .image-holder .image-1 img {
   width: 100%;
 }

 .about-style-three #content_block_1 .image-holder .image-2 {
   position: absolute;
   right: 50px;
   bottom: 0px;
 }

 .about-style-three #content_block_1 .image-holder .image-2 .line {
   position: absolute;
   width: 26px;
   height: 100%;
   left: -45px;
   top: 0px;
   background-repeat: no-repeat;
 }

 .about-style-three #content_block_1 .content-box .title {
   position: absolute;
   left: -305px;
   top: 230px;
   font-size: 90px;
   line-height: 90px;
   font-weight: 400;
   color: #fbf4f0;
   letter-spacing: 20px;
   text-transform: uppercase;
   transform: rotate(-90deg);
 }

 .about-style-three .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 466px;
   height: 632px;
   background-repeat: no-repeat;
 }

 .features-section.alternat-2 {
   padding: 0px 0px 120px 0px;
 }

 .team-section .pattern-2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 446px;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
 }


 /** features-style-three **/

 .features-style-three {
   position: relative;
 }

 .features-style-three .image-box img {
   width: 100%;
 }

 .features-style-three #content_block_8 .content-box {
   margin: 60px 0px 60px -200px;
 }

 #content_block_8 .content-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 71px 50px 74px 130px;
   box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
 }

 #content_block_8 .content-box .text h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 #content_block_8 .content-box .text p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 0px;
 }

 #content_block_8 .content-box .text p:last-child {
   margin-bottom: 0px;
 }


 #content_block_8 .content-box .line {
   position: absolute;
   left: 66px;
   top: 83px;
   width: 26px;
   height: 279px;
   background-repeat: no-repeat;
 }

 .team-page-section {
   padding: 120px 0px 65px 0px;
 }

 .team-page-section .team-block-one .inner-box {
   margin-bottom: 50px;
 }




 /*** 

====================================================================
                        Gallery-Page
====================================================================

***/

 .gallery-page-section {
   position: relative;
   padding: 120px 0px 90px 0px;
 }

 .gallery-page-section .gallery-block-one .inner-box {
   padding: 0px;
   box-shadow: none;
   margin: 0px;
   margin-bottom: 30px;
 }


 /*** 

====================================================================
                        Error-Page
====================================================================

***/

 .error-section {
   position: relative;
 }

 .error-section .inner-box h1 {
   position: relative;
   display: block;
   font-size: 170px;
   line-height: 150px;
   color: #222;
   font-weight: 600;
   margin-bottom: 27px;
 }

 .error-section .inner-box h2 {
   font-size: 40px;
   line-height: 45px;
   position: relative;
   color: #848484;
   font-weight: 600;
   margin-bottom: 10px;
 }

 .error-section .inner-box p {
   position: relative;
   margin-bottom: 57px;
 }

 .error-section .inner-box p a {
   display: inline-block;
   line-height: 18px;
 }


 .error-section .inner-box p a:hover {
   text-decoration: underline;
 }



 /*** 

====================================================================
                        Service-Page
====================================================================

***/

 .service-page-section {
   position: relative;
 }

 .service-page-section .service-block-one .inner-box {
   margin-bottom: 30px;
 }

 .service-page-section .more-btn {
   position: relative;
   margin-top: 30px;
 }

 .clients-section.service-page {
   border-top: 1px solid #f1e6df;
 }

 .counter-section.service-page {
   padding-bottom: 163px;
 }

 .service-sidebar .categories-widget .list {
   position: relative;
   display: block;
   background: #fbf4f0;
 }

 .service-sidebar .categories-widget .list li {
   position: relative;
   display: block;
 }

 .service-sidebar .categories-widget .list li a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 30px;
   font-weight: 500;
   color: #35312f;
   text-transform: uppercase;
   border-bottom: 2px solid #fff;
   padding: 24px 40px 21px 40px;
   z-index: 1;
 }

 .service-sidebar .categories-widget .list li:last-child a {
   border-bottom: none;
 }

 .service-sidebar .categories-widget .list li a:before {
   position: absolute;
   content: '';
   width: 0%;
   height: 100%;
   top: 0px;
   right: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .service-sidebar .categories-widget .list li a.active:before,
 .service-sidebar .categories-widget .list li a:hover:before {
   width: 100%;
   left: 0px;
 }

 .service-sidebar .categories-widget .list li a.active,
 .service-sidebar .categories-widget .list li a:hover {
   color: #fff;
 }

 .service-sidebar .sidebar-widget {
   position: relative;
   margin-bottom: 30px;
 }

 .service-sidebar .sidebar-widget:last-child {
   margin-bottom: 0px;
 }

 .service-sidebar .sidebar-support {
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   padding: 46px 50px 50px 50px;
 }

 .service-sidebar .sidebar-support:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.9;
 }

 .service-sidebar .sidebar-support h4 {
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 32px;
 }

 .service-sidebar .sidebar-support p {
   line-height: 30px;
   color: #a9a6a4;
   margin-bottom: 22px;
 }

 .service-sidebar .sidebar-support h3 {
   position: relative;
   display: block;
   font-size: 26px;
   line-height: 35px;
   font-weight: 500;
   color: #fff;
 }

 .service-sidebar .sidebar-support h3 a {
   color: #fff;
 }

 .service-sidebar .sidebar-support h3 i {
   font-size: 30px;
   font-weight: 400;
   margin-right: 10px;
 }


 .service-sidebar .download-widget .download-content a {
   position: relative;
   display: block;
   background: #fff;
   font-size: 16px;
   line-height: 30px;
   font-weight: 500;
   color: #35312f;
   text-transform: uppercase;
   padding: 23px 50px 23px 30px;
   box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
 }

 .service-sidebar .download-widget .download-content a i {
   position: relative;
   font-size: 35px;
   margin-right: 10px;
   font-weight: 400;
   top: 5px;
 }


 .service-details-content img {
   width: 100%;
 }

 .service-details-content .image-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .service-details-content .text {
   position: relative;
   display: block;
   margin-bottom: 46px;
 }

 .service-details-content .text h2 {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 48px;
   text-transform: uppercase;
   margin-bottom: 35px;
 }

 .service-details-content .text p {
   font-size: 18px;
   line-height: 34px;
   margin-bottom: 34px;
 }

 .service-details-content .text p:last-child {
   margin-bottom: 0px;
 }

 .service-details-content .two-column .text {
   margin: 0px;
 }

 .service-details-content .two-column .text h5 {
   font-size: 18px;
   line-height: 36px;
   font-weight: 500;
   margin-bottom: 24px;
 }

 .service-details-content .two-column .text .list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 36px;
   font-weight: 400;
   color: #8a8582;
   margin: 0px;
   padding-left: 23px;
 }

 .service-details-content .two-column .text .list li:before {
   position: absolute;
   content: '';
   width: 7px;
   height: 7px;
   left: 0px;
   top: 14px;
 }

 .service-details-content .two-column {
   position: relative;
   display: block;
   margin-bottom: 50px;
 }


 /*** 

====================================================================
                        Blog-Page
====================================================================

***/

 .our-blog {
   position: relative;
   padding: 120px 0px 90px 0px;
 }

 .our-blog .news-block-one .inner-box {
   margin-bottom: 30px;
 }

 .sidebar-page-container {
   position: relative;
   padding: 120px 0px;
 }

 .blog-details-content .inner-box .image-box {
   position: relative;
   display: block;
   margin-bottom: 34px;
 }

 .blog-details-content .inner-box .image-box .post-date {
   position: absolute;
   display: inline-block;
   right: 0px;
   bottom: 0px;
   font-size: 12px;
   color: #fff;
   font-weight: 700;
   line-height: 20px;
   text-transform: uppercase;
   text-align: center;
   padding: 10px 30px;
   z-index: 1;
 }

 .blog-details-content .inner-box .image-box img {
   width: 100%;
 }

 .blog-details-content .inner-box .post-info li {
   position: relative;
   display: inline-block;
   font-size: 16px;
   font-weight: 500;
   margin-right: 7px;
 }

 .blog-details-content .inner-box .post-info li:last-child {
   margin-right: 0px;
 }

 .blog-details-content .inner-box .post-info li i {
   margin-right: 5px;
 }

 .blog-details-content .inner-box .post-info li a {
   color: #8a8582;
 }


 .blog-details-content .inner-box .post-info {
   position: relative;
   margin-bottom: 7px;
 }

 .blog-details-content .inner-box h2 {
   position: relative;
   display: block;
   font-size: 34px;
   line-height: 45px;
   font-weight: 500;
   margin-bottom: 34px;
   text-transform: uppercase;
 }

 .blog-details-content .inner-box .text p {
   font-size: 18px;
   line-height: 34px;
   margin-bottom: 34px;
 }

 .blog-details-content .inner-box .text p:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .inner-box {
   position: relative;
   padding-bottom: 22px;
   border-bottom: 1px solid #f1e6df;
   margin-bottom: 30px;
 }

 .blog-details-content .post-share-option ul li {
   position: relative;
   display: inline-block;
 }

 .blog-details-content .post-share-option .tags li {
   color: #8a8582;
   font-size: 16px;
   line-height: 26px;
 }

 .blog-details-content .post-share-option .tags li a {
   display: inline-block;
   color: #8a8582;
   font-size: 16px;
   line-height: 26px;
   font-weight: 500;
 }


 .blog-details-content .post-share-option .tags li h4 {
   font-size: 20px;
   font-weight: 500;
   line-height: 28px;
   text-transform: uppercase;
 }

 .blog-details-content .post-share-option .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #35312f;
   background: #fbf4f0;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
 }

 .blog-details-content .post-share-option .social-links li {
   margin-right: 5px;
 }

 .blog-details-content .post-share-option .social-links li:last-child {
   margin-right: 0px;
 }

 .blog-details-content .post-share-option .social-links li a:hover {
   color: #fff;
 }

 .blog-details-content .post-share-option .tags {
   position: relative;
   margin-top: 6px;
 }

 .blog-details-content .post-share-option {
   margin-bottom: 30px;
 }

 .blog-details-content .author-box {
   position: relative;
   display: block;
   border: 1px solid #f1e6df;
   padding: 60px 60px;
   margin-bottom: 50px;
 }

 .blog-details-content .author-box .inner {
   position: relative;
   padding: 3px 0px 2px 210px;
 }

 .blog-details-content .author-box .inner .image-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 170px;
   height: 160px;
 }

 .blog-details-content .author-box .inner .image-box img {
   width: 100%;
 }

 .blog-details-content .author-box .inner h4 {
   font-size: 20px;
   line-height: 30px;
   text-transform: uppercase;
   margin-bottom: 23px;
 }

 .blog-details-content .author-box .inner p {
   font-size: 18px;
   line-height: 34px;
 }

 .blog-details-content .group-title {
   position: relative;
   display: block;
   margin-bottom: 44px;
 }

 .blog-details-content .group-title h2 {
   font-size: 34px;
   line-height: 45px;
   text-transform: uppercase;
 }

 .blog-details-content .comments-area .comment {
   position: relative;
   display: block;
   padding-bottom: 62px;
   border-bottom: 1px solid #f1e6df;
   margin-bottom: 55px;
 }

 .blog-details-content .comments-area .comment:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .comments-area .comment .thumb-box {
   position: absolute;
   left: 0px;
   top: 5px;
   width: 165px;
   height: 165px;
 }

 .blog-details-content .comments-area .comment .thumb-box img {
   width: 100%;
 }

 .blog-details-content .comments-area .comment .comment-inner {
   position: relative;
   padding-left: 205px;
 }

 .blog-details-content .comments-area .comment .comment-inner h4 {
   font-size: 20px;
   line-height: 30px;
   text-transform: uppercase;
   margin-bottom: 35px;
 }

 .blog-details-content .comments-area .comment .comment-inner h4 span {
   display: inline-block;
   font-size: 14px;
   font-weight: 500;
 }

 .blog-details-content .comments-area .comment .comment-inner p {
   font-size: 18px;
   line-height: 34px;
 }

 .blog-details-content .comments-area .comment .comment-inner a {
   position: absolute;
   display: inline-block;
   top: 5px;
   right: 0px;
   font-size: 12px;
   line-height: 20px;
   font-weight: 500;
   color: #fff;
   padding: 7.5px 20px;
   text-align: center;
   text-transform: uppercase;
   z-index: 1;
 }

 .blog-details-content .comments-area .comment .comment-inner a:hover {
   background: #222;
 }

 .blog-details-content .comments-area {
   margin-bottom: 52px;
 }

 .default-form .form-group {
   position: relative;
   padding: 0px 5px;
   margin-bottom: 10px;
 }

 .default-form .form-group:last-child {
   margin-bottom: 0px;
 }

 .default-form {
   position: relative;
   margin: 0px 10px;
 }

 .default-form .form-group input[type='text'],
 .default-form .form-group input[type='email'],
 .default-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 73px;
   background: #fbf4f0;
   font-size: 16px;
   font-weight: 500;
   color: #8a8582;
   border: 2px solid #fbf4f0;
   padding: 10px 30px;
   transition: all 500ms ease;
 }

 .default-form .form-group textarea {
   height: 185px;
   resize: none;
 }


 .blog-details-content .comments-form-area .group-title {
   margin-bottom: 49px;
 }

 .blog-sidebar {
   position: relative;
   display: block;
   background: #fbf4f0;
   padding: 40px 40px;
 }

 .blog-sidebar .search-widget .search-form .form-group {
   position: relative;
   margin: 0px;
 }

 .blog-sidebar .search-widget .search-form .form-group input[type='search'] {
   position: relative;
   display: block;
   width: 100%;
   height: 84px;
   border: 1px solid #fff;
   padding: 15px 30px;
   font-size: 16px;
   font-weight: 400;
   color: #8a8582;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
   transition: all 500ms ease;
 }


 .blog-sidebar .search-widget .search-form .form-group button {
   position: absolute;
   top: 27px;
   right: 30px;
   font-size: 22px;
   color: #222;
   font-weight: 400;
   background: transparent;
   cursor: pointer;
   transition: all 500ms ease;
 }



 .blog-sidebar .search-widget {
   margin-bottom: 44px;
 }

 .blog-sidebar .sidebar-widget .widget-title {
   position: relative;
   display: block;
   margin-bottom: 16px;
 }

 .blog-sidebar .sidebar-widget .widget-title h4 {
   font-size: 20px;
   line-height: 30px;
   font-weight: 500;
   text-transform: uppercase;
 }

 .blog-sidebar .post-widget .post-inner .post {
   position: relative;
   display: block;
   padding-left: 85px;
   padding-bottom: 27px;
   margin-bottom: 25px;
   min-height: 103px;
   border-bottom: 1px solid #fff;
 }

 .blog-sidebar .post-widget .post-inner .post:last-child {
   border-bottom: none;
   margin-bottom: 0px;
 }

 .blog-sidebar .post-widget .post-inner .post .image-box {
   position: absolute;
   left: 0px;
   top: 5px;
   width: 66px;
   height: 67px;
   overflow: hidden;
 }

 .blog-sidebar .post-widget .post-inner .post .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .blog-sidebar .post-widget .post-inner .post:hover .image-box img {
   opacity: 0.2;
 }

 .blog-sidebar .post-widget .post-inner .post .post-date {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 20px;
   font-weight: 600;
   margin-bottom: 7px;
 }

 .blog-sidebar .post-widget .post-inner .post h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 500;
   text-transform: uppercase;
 }

 .blog-sidebar .post-widget .post-inner .post h6 a {
   display: inline-block;
   color: #35312f;
 }


 .blog-sidebar .post-widget {
   margin-bottom: 12px;
 }

 .blog-sidebar .categories-widget .categories-list li {
   position: relative;
   display: block;
   font-size: 16px;
   font-weight: 500;
   color: #8a8582;
   margin-bottom: 24px;
 }

 .blog-sidebar .categories-widget .categories-list li:last-child {
   margin-bottom: 0px;
 }

 .blog-sidebar .categories-widget .categories-list li a {
   display: inline-block;
   color: #8a8582;
 }

 .blog-sidebar .categories-widget .widget-title {
   margin-bottom: 13px;
 }

 .blog-sidebar .categories-widget {
   margin-bottom: 35px;
 }

 .blog-sidebar .tags-widget .tags-list li {
   position: relative;
   display: inline-block;
   font-size: 16px;
   font-weight: 500;
   color: #8a8582;
   margin-bottom: 6px;
 }

 .blog-sidebar .tags-widget .tags-list li a {
   color: #8a8582;
 }

 .blog-sidebar .tags-widget .widget-title {
   margin-bottom: 14px;
 }



 /*** 

====================================================================
                        Contact-Page
====================================================================

***/

 .contact-section {
   position: relative;
   padding: 120px 0px;
 }

 .contact-section .content-box {
   position: relative;
   margin-right: 70px;
 }

 .contact-section .content-box h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 .contact-section .content-box p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 43px;
 }

 .contact-section .content-box .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 7px;
 }

 .contact-section .content-box .social-links li:last-child {
   margin-right: 0px;
 }

 .contact-section .content-box .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #35312f;
   background: #fbf4f0;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
 }

 .contact-section .content-box .social-links li a:hover {
   color: #fff;
 }


 /** contact-info-section **/

 .contact-info-section {
   position: relative;
 }

 .contact-info-section .single-item {
   position: relative;
   display: block;
   float: left;
   width: 33.333%;
 }

 .contact-info-section .single-item .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #302c2a;
   padding: 53px 60px;
 }

 .contact-info-section .single-item .inner-box .bg-layer {
   position: absolute;
   content: "";
   top: 0;
   left: -101%;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   -webkit-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   transition: all 0.6s ease;
 }

 .contact-info-section .single-item .inner-box:hover .bg-layer {
   left: 0px;
 }

 .contact-info-section .single-item .inner-box .bg-layer:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.9;
 }

 .contact-info-section .single-item .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 30px;
   text-transform: uppercase;
   color: #fff;
   margin-bottom: 36px;
   transition: all 500ms ease;
 }


 .contact-info-section .single-item .inner-box p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 400;
   color: #a9a6a4;
   transition: all 500ms ease;
 }

 .contact-info-section .single-item .inner-box:hover p {
   color: #fff;
 }

 .contact-info-section .single-item .inner-box p a {
   color: #a9a6a4;
 }

 .contact-info-section .single-item .inner-box p a:hover {
   text-decoration: underline;
 }

 .contact-info-section .single-item .inner-box:hover p a {
   color: #fff;
 }

 .sidebar-page-container .news-block-one .inner-box {
   margin-bottom: 30px;
 }

 .sidebar-page-container .pagination-wrapper {
   position: relative;
   margin-top: 30px;
 }

 .news-block-one .inner-box .lower-content p {
   margin-bottom: 20px;
 }

 ul.social-links li i {
   font-size: 17px;
 }

 .content-box p {
   text-align: justify;
 }

 .content-box h1 {
   font-size: 30px;
 }

 .the-journey .title span {
   font-size: 35px;
   font-weight: 500;
   display: block;
   font-family: "Playfair", serif;
   color: #000;
   margin-bottom: 10px;
 }

 .the-journey .title small {
   font-size: 30px;
   font-weight: 500;
   color: #1f242f;
   margin-bottom: 10px;
 }

 .under-box span {
   font-size: 18px;
   text-transform: capitalize;
   color: #333;
   font-weight: 500;
 }

 .under-box {
   border-radius: 30px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

 ul.social-links li a {
   border-radius: 10px;
 }

 figure.image-box img {
   border-radius: 30px;
 }

 .more-btn a {
   border-radius: 15px;
 }

 .services-carousel-wrapper {
   position: relative;
   padding: 20px 0;
 }

 .service-card {
   background: #ffffff;
   border-radius: 15px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   transition: all 0.3s ease;
   height: 100%;
   display: flex;
   flex-direction: column;
 }

 .service-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 20px 40px rgba(99, 48, 147, 0.2);
 }

 .service-image {
   position: relative;
   height: 250px;
   overflow: hidden;
 }

 .service-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.3s ease;
 }

 .service-card:hover .service-image img {
   transform: scale(1.1);
 }

 .service-overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(286deg, #0f74bccf 0%, #662d91ae 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: opacity 0.3s ease;
 }

 .service-card:hover .service-overlay {
   opacity: 1;
 }

 .service-icon {
   color: white;
   font-size: 3rem;
 }

 .service-content {
   padding: 15px;
   flex-grow: 1;
   display: flex;
   flex-direction: column;
 }

 .service-content h4 {
   color: #333;
   font-weight: 500;
   font-size: 20px;
   margin-bottom: 15px;
   line-height: 1.3;
 }

 .service-content p {
   color: #666;
   font-size: 14px;
   line-height: 1.6;
   margin-bottom: 20px;
   flex-grow: 1;
 }

 .btn-service {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background-color: #1f242f;
   color: white;
   padding: 8px 18px;
   border-radius: 15px;
   text-decoration: none;
   font-weight: 600;
   font-size: 14px;
   transition: all 0.3s ease;
   border: none;
   width: fit-content;
 }

 .btn-service:hover {
   transform: translateY(-2px);
   box-shadow: 0 10px 25px rgba(99, 48, 147, 0.3);
   color: white;
   text-decoration: none;
 }

 .btn-service i {
   margin-left: 8px;
   transition: transform 0.3s ease;
 }

 .btn-service:hover i {
   transform: translateX(3px);
 }

 .our-products .title span {
   font-size: 35px;
   font-weight: 500;
   display: block;
   color: #555;
   font-family: "Playfair", serif;
   margin-bottom: 10px;
 }

 .our-products {
   background-color: #fff;
   background: url(../img/gplay.webp);
 }

 .product_box {
   margin-bottom: 35px;
 }

 .benefits_section {
   background-image: url(../img/bg.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: 0 0;
   background-size: cover;
   padding: 70px 0;
   width: 100%;
 }

 .benefits_section .benefits_content h3 {
   color: #fff;
   font-size: 35px;
   margin-bottom: 15px;
   text-transform: capitalize;
 }

 .benefits_section .benefits_content h2 {
   color: #fff;
   font-size: 35px;
   font-family: "Playfair", serif;
   margin-bottom: 15px;
   text-transform: capitalize;
 }

 .benefits_section .benefits_content p {
   color: #ddd;
 }

 .b-col {
   width: 24%;
   float: left;
   text-align: center;
   background-image: linear-gradient(286deg, #0f74bcc9 0%, #662d91be 100%);
   padding: 25px;
   border-radius: 15px;
   margin: 5px;
   border-bottom: 5px;
 }

 .b-col h5 {
   font-size: 18px;
   color: #FFFFFF;
   text-transform: capitalize;
   display: block;
   margin-bottom: 10px;
 }

 .b-col img {
   width: 40%;
 }

 .b-col p {
   font-size: 14px;
   color: #f0f0f0;
   line-height: 25px;
 }

 .text-1 {
   padding: 0 100px;
 }

 .s-b {
   padding: 17px;
 }

 .section_heading h5 {
   font-size: 35px;
   text-transform: uppercase;
   font-weight: bold;
 }

 .section_heading h2 {
   font-size: 35px;
   text-transform: uppercase;
   font-weight: bold;
 }

 .benefits_content {
   text-align: center;
   margin-bottom: 50px;
 }

 .our-studios-section {
   position: relative;
   overflow: hidden;
 }

 .studio-link {
   text-decoration: none;
   display: block;
   transition: all 0.3s ease;
 }

 .studio-link:hover {
   text-decoration: none;
 }

 .studio-card {
   position: relative;
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
   height: 250px;
 }

 .studio-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 20px 40px rgba(102, 45, 145, 0.2);
 }

 .studio-image {
   position: relative;
   height: 100%;
   overflow: hidden;
 }

 .studio-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.3s ease;
 }

 .studio-card:hover .studio-image img {
   transform: scale(1.1);
 }

 .studio-overlay {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
   padding: 30px 20px 20px;
   color: white;
   transform: translateY(20px);
   transition: all 0.3s ease;
 }

 .studio-card:hover .studio-overlay {
   transform: translateY(0);
 }

 .studio-info h4 {
   font-size: 1.2rem;
   font-weight: 700;
   margin-bottom: 5px;
   color: white;
 }

 .studio-info p {
   font-size: 0.9rem;
   margin: 0;
   color: rgba(255, 255, 255, 0.9);
   font-weight: 500;
 }

 .btn-studio-cta {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #662D91, #0F75BC);
   color: white;
   padding: 15px 35px;
   border-radius: 30px;
   text-decoration: none;
   font-weight: 600;
   font-size: 16px;
   transition: all 0.3s ease;
   box-shadow: 0 5px 15px rgba(102, 45, 145, 0.3);
 }

 .btn-studio-cta:hover {
   transform: translateY(-3px);
   box-shadow: 0 10px 25px rgba(102, 45, 145, 0.4);
   color: white;
   text-decoration: none;
 }

 .btn-studio-cta i {
   margin-left: 10px;
   transition: transform 0.3s ease;
 }

 .btn-studio-cta:hover i {
   transform: scale(1.1);
 }

 /* Responsive Design */
 @media (max-width: 768px) {
   .studio-card {
     height: 200px;
   }

   .studio-info h4 {
     font-size: 1rem;
   }

   .studio-info p {
     font-size: 0.8rem;
   }

   .btn-studio-cta {
     padding: 12px 25px;
     font-size: 14px;
   }
 }

 @media (max-width: 576px) {
   .studio-card {
     height: 180px;
   }

   .studio-overlay {
     padding: 20px 15px 15px;
   }
 }

 .our-locations ul {
   display: flex;
   justify-content: space-between;
 }

 .content-box h1 {
   font-family: "Playfair", serif;
 }

 .our-locations .title p {
   font-size: 35px;
   color: #000;
   font-family: "Playfair", serif;
 }

 .call-to-action-area {
   background: url(../img/call-to-action.jpg);
   background-position: center;
 }

 .call-to-action-area .section-title h2 {
   font-family: "Playfair", serif;
   font-size: 35px;
 }

 .video-section .title span {
   font-family: "Playfair", serif;
   color: #000;
   font-size: 35px;
 }

 .benefits_content img {
   filter: grayscale(1) invert(1);
 }

 .strip {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   border-radius: 20px;
 }

 .header-lower {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   padding: 0px 60px;
   border-radius: 15px;
 }


 .the-journey {
   background: url(../img/bg-img.jpg);
 }

 .the-journey .title img {
   filter: brightness(0) invert(1);
 }

 /* CSS hack using multiple box-shadows to get them **Stars** */

 .stars {
   width: 1px;
   height: 1px;
   background: transparent;
   box-shadow: 1983px 1070px #FFF, 1625px 734px #FFF, 1505px 1218px #FFF, 1288px 1382px #FFF, 1023px 982px #FFF, 184px 1501px #FFF, 1352px 1072px #FFF, 966px 577px #FFF, 1928px 1505px #FFF, 284px 1863px #FFF, 871px 390px #FFF, 1591px 1017px #FFF, 1919px 1315px #FFF, 1552px 697px #FFF, 1775px 1722px #FFF, 61px 321px #FFF, 1108px 1281px #FFF, 1795px 22px #FFF, 1808px 716px #FFF, 797px 374px #FFF, 796px 1149px #FFF, 952px 1px #FFF, 1361px 1185px #FFF, 1110px 1577px #FFF, 1058px 1925px #FFF, 160px 1987px #FFF, 1274px 1205px #FFF, 39px 85px #FFF, 1835px 484px #FFF, 495px 1670px #FFF, 986px 691px #FFF, 2px 1486px #FFF, 719px 805px #FFF, 1601px 89px #FFF, 591px 565px #FFF, 1317px 1604px #FFF, 1805px 1486px #FFF, 703px 236px #FFF, 1950px 1089px #FFF, 1527px 1923px #FFF, 1690px 36px #FFF, 1252px 245px #FFF, 343px 903px #FFF, 143px 874px #FFF, 939px 1705px #FFF, 1733px 372px #FFF, 362px 830px #FFF, 1580px 1181px #FFF, 251px 535px #FFF, 1666px 1111px #FFF, 1276px 1530px #FFF, 958px 1989px #FFF, 75px 987px #FFF, 256px 217px #FFF, 635px 1194px #FFF, 1004px 1546px #FFF, 1910px 878px #FFF, 520px 506px #FFF, 1000px 210px #FFF, 1455px 1027px #FFF, 417px 1714px #FFF, 1376px 674px #FFF, 1744px 1390px #FFF, 195px 283px #FFF, 621px 1638px #FFF, 962px 997px #FFF, 283px 1219px #FFF, 1591px 1953px #FFF, 160px 652px #FFF, 1430px 948px #FFF, 1589px 1722px #FFF, 614px 1305px #FFF, 167px 342px #FFF, 1172px 1861px #FFF, 1097px 1249px #FFF, 1094px 1743px #FFF, 1988px 1361px #FFF, 461px 694px #FFF, 1096px 584px #FFF, 1876px 1984px #FFF, 315px 245px #FFF, 441px 258px #FFF, 1219px 1887px #FFF, 480px 245px #FFF, 285px 819px #FFF, 1753px 1833px #FFF, 816px 1780px #FFF, 245px 1927px #FFF, 715px 1523px #FFF, 475px 1595px #FFF, 1162px 66px #FFF, 543px 1758px #FFF, 112px 1847px #FFF, 1604px 1243px #FFF, 1888px 1758px #FFF, 162px 1385px #FFF, 1587px 1863px #FFF, 1059px 48px #FFF, 1161px 1650px #FFF, 1881px 289px #FFF, 475px 363px #FFF, 160px 911px #FFF, 487px 291px #FFF, 496px 70px #FFF, 1107px 90px #FFF, 731px 1771px #FFF, 1517px 918px #FFF, 1013px 716px #FFF, 1832px 882px #FFF, 107px 393px #FFF, 1503px 1860px #FFF, 31px 94px #FFF, 1640px 1112px #FFF, 697px 1657px #FFF, 435px 81px #FFF, 1526px 1467px #FFF, 602px 1001px #FFF, 1409px 306px #FFF, 1631px 1005px #FFF, 302px 1886px #FFF, 1262px 522px #FFF, 1606px 776px #FFF, 1813px 1471px #FFF, 1784px 1953px #FFF, 499px 1841px #FFF, 805px 1191px #FFF, 786px 864px #FFF, 940px 1562px #FFF, 1016px 1362px #FFF, 1036px 961px #FFF, 1666px 173px #FFF, 1214px 979px #FFF, 54px 1293px #FFF, 231px 710px #FFF, 434px 1321px #FFF, 259px 1716px #FFF, 1463px 380px #FFF, 1406px 1130px #FFF, 913px 611px #FFF, 1489px 1218px #FFF, 1777px 61px #FFF, 967px 63px #FFF, 1598px 1504px #FFF, 1528px 1134px #FFF, 1641px 111px #FFF, 1980px 1181px #FFF, 945px 1698px #FFF, 430px 1617px #FFF, 482px 85px #FFF, 554px 1473px #FFF, 1112px 614px #FFF, 1030px 1349px #FFF, 1666px 1753px #FFF, 1049px 978px #FFF, 1817px 1144px #FFF, 759px 1687px #FFF, 1371px 1720px #FFF, 1393px 461px #FFF, 26px 983px #FFF, 85px 1821px #FFF, 1193px 321px #FFF, 240px 64px #FFF, 220px 973px #FFF, 607px 312px #FFF, 1102px 679px #FFF, 1314px 329px #FFF, 1802px 1079px #FFF, 1997px 85px #FFF, 782px 479px #FFF, 1647px 52px #FFF, 1945px 514px #FFF, 938px 351px #FFF, 1140px 1813px #FFF, 1348px 1582px #FFF, 1188px 1188px #FFF, 1494px 1341px #FFF, 1552px 834px #FFF, 1592px 1952px #FFF, 450px 98px #FFF, 581px 1213px #FFF, 1736px 1193px #FFF, 944px 1950px #FFF, 526px 1044px #FFF, 1869px 788px #FFF, 911px 1295px #FFF, 1521px 1135px #FFF, 1725px 1438px #FFF, 1691px 110px #FFF, 1903px 1777px #FFF, 643px 1826px #FFF, 222px 1810px #FFF, 1613px 1035px #FFF, 201px 24px #FFF, 1325px 557px #FFF, 1169px 1652px #FFF, 385px 290px #FFF, 1733px 168px #FFF, 1886px 438px #FFF, 1533px 315px #FFF, 388px 960px #FFF, 312px 1818px #FFF, 1605px 6px #FFF, 231px 1794px #FFF, 686px 1810px #FFF, 1301px 577px #FFF, 1583px 474px #FFF, 1916px 756px #FFF, 694px 1494px #FFF, 1877px 1341px #FFF, 25px 6px #FFF, 1717px 316px #FFF, 1906px 1307px #FFF, 1555px 316px #FFF, 699px 690px #FFF, 1335px 368px #FFF, 1871px 668px #FFF, 301px 492px #FFF, 1899px 747px #FFF, 680px 444px #FFF, 654px 1063px #FFF, 45px 1797px #FFF, 826px 281px #FFF, 1041px 1859px #FFF, 1690px 7px #FFF, 797px 1473px #FFF, 1697px 1680px #FFF, 1704px 572px #FFF, 144px 49px #FFF, 1099px 264px #FFF, 789px 1804px #FFF, 186px 741px #FFF, 306px 1496px #FFF, 473px 209px #FFF, 1763px 127px #FFF, 116px 288px #FFF, 450px 385px #FFF, 210px 457px #FFF, 1433px 1540px #FFF, 1766px 1459px #FFF, 1426px 215px #FFF, 1313px 296px #FFF, 410px 81px #FFF, 1809px 593px #FFF, 515px 216px #FFF, 1903px 1912px #FFF, 564px 1545px #FFF, 99px 302px #FFF, 164px 1465px #FFF, 1560px 801px #FFF, 1839px 663px #FFF, 191px 1903px #FFF, 5px 537px #FFF, 1150px 38px #FFF, 1310px 647px #FFF, 1257px 555px #FFF, 487px 1470px #FFF, 1769px 1121px #FFF, 1698px 1155px #FFF, 1176px 1916px #FFF, 1192px 583px #FFF, 1778px 1511px #FFF, 1330px 354px #FFF, 705px 737px #FFF, 449px 665px #FFF, 89px 1486px #FFF, 751px 1974px #FFF, 1733px 1742px #FFF, 1289px 1386px #FFF, 1621px 1363px #FFF, 571px 1861px #FFF, 1697px 1850px #FFF, 504px 624px #FFF, 889px 238px #FFF, 1627px 1435px #FFF, 1379px 1367px #FFF, 872px 550px #FFF, 472px 532px #FFF, 466px 1997px #FFF, 932px 1896px #FFF, 1044px 83px #FFF, 1262px 1593px #FFF, 1953px 1478px #FFF, 1127px 1716px #FFF, 325px 176px #FFF, 1742px 1505px #FFF, 1088px 288px #FFF, 1212px 472px #FFF, 1365px 985px #FFF, 1086px 803px #FFF, 256px 263px #FFF, 1300px 1444px #FFF, 1673px 201px #FFF, 188px 1133px #FFF, 404px 483px #FFF, 59px 1006px #FFF, 1013px 1651px #FFF, 947px 239px #FFF, 18px 178px #FFF, 1430px 1851px #FFF, 763px 1777px #FFF, 1737px 196px #FFF, 643px 977px #FFF, 1335px 1275px #FFF, 1513px 1200px #FFF, 497px 659px #FFF, 1929px 800px #FFF, 1481px 283px #FFF, 1232px 331px #FFF, 1518px 1754px #FFF, 515px 869px #FFF, 1127px 1290px #FFF, 726px 1453px #FFF, 864px 267px #FFF, 313px 1634px #FFF, 1562px 606px #FFF, 91px 1803px #FFF, 40px 1789px #FFF, 1097px 944px #FFF, 1949px 1949px #FFF, 17px 1495px #FFF, 1786px 93px #FFF, 577px 1866px #FFF, 1252px 546px #FFF, 564px 151px #FFF, 1096px 1675px #FFF, 1743px 1694px #FFF, 1332px 311px #FFF, 1935px 1625px #FFF, 1251px 900px #FFF, 840px 1126px #FFF, 763px 669px #FFF, 1414px 1146px #FFF, 32px 1287px #FFF, 950px 739px #FFF, 1730px 856px #FFF, 1032px 1754px #FFF, 155px 201px #FFF, 1999px 1250px #FFF, 1811px 1488px #FFF, 805px 281px #FFF, 875px 1358px #FFF, 1757px 86px #FFF, 1824px 605px #FFF, 429px 453px #FFF, 1955px 1159px #FFF, 19px 1874px #FFF, 1549px 109px #FFF, 1684px 145px #FFF, 1973px 685px #FFF, 338px 839px #FFF, 659px 46px #FFF, 1600px 344px #FFF, 838px 994px #FFF, 337px 1918px #FFF, 583px 740px #FFF, 687px 251px #FFF, 1900px 1031px #FFF, 1296px 449px #FFF, 1268px 592px #FFF, 383px 1226px #FFF, 868px 101px #FFF, 891px 67px #FFF, 1957px 940px #FFF, 74px 1445px #FFF, 1432px 898px #FFF, 430px 1783px #FFF, 954px 185px #FFF, 359px 1455px #FFF, 635px 1786px #FFF, 1186px 1259px #FFF, 1445px 1505px #FFF, 1177px 781px #FFF, 1407px 603px #FFF, 1257px 980px #FFF, 96px 562px #FFF, 1999px 1560px #FFF, 1153px 1554px #FFF, 1033px 672px #FFF, 1051px 546px #FFF, 753px 876px #FFF, 1763px 145px #FFF, 1704px 1207px #FFF, 34px 1261px #FFF, 817px 1041px #FFF, 247px 1674px #FFF, 121px 429px #FFF, 515px 570px #FFF, 1762px 1489px #FFF, 234px 940px #FFF, 1095px 1028px #FFF, 720px 1119px #FFF, 1238px 334px #FFF, 91px 113px #FFF, 147px 897px #FFF, 1029px 1805px #FFF, 1680px 1957px #FFF, 475px 1503px #FFF, 1557px 917px #FFF, 1458px 1762px #FFF, 612px 1707px #FFF, 1329px 393px #FFF, 160px 1167px #FFF, 1631px 1887px #FFF, 1125px 141px #FFF, 257px 376px #FFF, 809px 26px #FFF, 1349px 199px #FFF, 1805px 88px #FFF, 69px 1953px #FFF, 1206px 529px #FFF, 646px 227px #FFF, 1097px 1664px #FFF, 42px 1261px #FFF, 1604px 360px #FFF, 1939px 187px #FFF, 1220px 1264px #FFF, 1044px 995px #FFF, 1005px 16px #FFF, 1648px 1612px #FFF, 847px 1014px #FFF, 339px 1584px #FFF, 1329px 1304px #FFF, 961px 1970px #FFF, 711px 221px #FFF, 888px 566px #FFF, 53px 704px #FFF, 1369px 846px #FFF, 1261px 1775px #FFF, 737px 1277px #FFF, 1071px 1570px #FFF, 77px 1872px #FFF, 1268px 1501px #FFF, 598px 1640px #FFF, 1769px 297px #FFF, 1074px 656px #FFF, 1006px 1154px #FFF, 672px 1969px #FFF, 922px 243px #FFF, 622px 773px #FFF, 1875px 804px #FFF, 1873px 600px #FFF, 1844px 1794px #FFF, 1253px 1995px #FFF, 616px 1198px #FFF, 1829px 1743px #FFF, 1321px 504px #FFF, 1340px 566px #FFF, 1520px 1825px #FFF, 1696px 1333px #FFF, 537px 158px #FFF, 1106px 162px #FFF, 25px 514px #FFF, 1022px 422px #FFF, 1955px 391px #FFF, 1126px 1741px #FFF, 754px 905px #FFF, 1217px 1696px #FFF, 351px 270px #FFF, 950px 1260px #FFF, 1847px 658px #FFF, 23px 684px #FFF, 1295px 572px #FFF, 257px 1053px #FFF, 87px 303px #FFF, 798px 1748px #FFF, 1150px 142px #FFF, 48px 1641px #FFF, 1492px 1328px #FFF, 1385px 1766px #FFF, 296px 1726px #FFF, 1299px 1780px #FFF, 1316px 522px #FFF, 1953px 1526px #FFF, 1007px 1089px #FFF, 1824px 1598px #FFF, 1720px 480px #FFF, 555px 1942px #FFF, 367px 432px #FFF, 957px 1162px #FFF, 384px 1044px #FFF, 738px 618px #FFF, 1568px 1432px #FFF, 211px 788px #FFF, 198px 1761px #FFF, 745px 177px #FFF, 1700px 159px #FFF, 316px 498px #FFF, 65px 1610px #FFF, 1948px 1638px #FFF, 936px 1461px #FFF, 1656px 622px #FFF, 575px 1437px #FFF, 336px 1424px #FFF, 1215px 690px #FFF, 1641px 1542px #FFF, 998px 1685px #FFF, 952px 1274px #FFF, 1448px 1165px #FFF, 904px 1783px #FFF, 1788px 1404px #FFF, 1748px 1717px #FFF, 793px 922px #FFF, 1032px 355px #FFF, 1158px 38px #FFF, 1573px 1855px #FFF, 751px 1199px #FFF, 1284px 227px #FFF, 391px 416px #FFF, 55px 204px #FFF, 962px 1918px #FFF, 668px 1347px #FFF, 613px 1215px #FFF, 615px 732px #FFF, 1442px 1752px #FFF, 1086px 1779px #FFF, 532px 320px #FFF, 1228px 1321px #FFF, 1796px 1906px #FFF, 150px 715px #FFF, 1694px 1005px #FFF, 1509px 391px #FFF, 262px 303px #FFF, 1743px 909px #FFF, 1966px 1203px #FFF, 707px 1033px #FFF, 82px 1332px #FFF, 104px 794px #FFF, 246px 759px #FFF, 507px 1380px #FFF, 1227px 616px #FFF, 917px 1354px #FFF, 1941px 759px #FFF, 451px 852px #FFF, 17px 131px #FFF, 780px 476px #FFF, 816px 211px #FFF, 1039px 1245px #FFF, 1521px 1036px #FFF, 1509px 1542px #FFF, 1368px 960px #FFF, 1104px 1437px #FFF, 1171px 976px #FFF, 681px 1305px #FFF, 1741px 579px #FFF, 953px 704px #FFF, 1810px 328px #FFF, 1960px 1396px #FFF, 1098px 295px #FFF, 1409px 919px #FFF, 1830px 1176px #FFF, 492px 1063px #FFF, 1277px 515px #FFF, 602px 1546px #FFF, 1832px 236px #FFF, 1513px 274px #FFF, 1983px 794px #FFF, 2000px 1505px #FFF, 920px 382px #FFF, 1374px 1235px #FFF, 692px 310px #FFF, 1028px 1782px #FFF, 1007px 887px #FFF, 1492px 858px #FFF, 877px 1817px #FFF, 1024px 1942px #FFF, 658px 82px #FFF, 526px 742px #FFF, 755px 880px #FFF, 301px 1186px #FFF, 318px 31px #FFF, 1517px 1244px #FFF, 1996px 1126px #FFF, 464px 1861px #FFF, 334px 674px #FFF, 768px 1103px #FFF, 628px 890px #FFF, 1054px 1534px #FFF, 59px 1576px #FFF, 189px 693px #FFF, 16px 1097px #FFF, 563px 1186px #FFF, 428px 523px #FFF, 1047px 1231px #FFF, 1940px 1262px #FFF, 643px 971px #FFF, 611px 1794px #FFF, 1676px 21px #FFF, 1882px 1523px #FFF, 258px 1584px #FFF, 768px 295px #FFF, 1253px 1431px #FFF, 1855px 362px #FFF, 576px 987px #FFF, 1904px 470px #FFF, 895px 1390px #FFF, 771px 966px #FFF, 1034px 1815px #FFF, 203px 1292px #FFF, 566px 893px #FFF, 63px 913px #FFF, 1340px 1416px #FFF, 528px 967px #FFF, 1965px 444px #FFF, 1961px 132px #FFF, 1049px 577px #FFF, 459px 1031px #FFF, 261px 1780px #FFF, 1092px 1480px #FFF, 286px 759px #FFF, 1014px 1604px #FFF, 144px 1461px #FFF, 1180px 1694px #FFF, 1348px 613px #FFF, 518px 1479px #FFF, 478px 649px #FFF, 1303px 629px #FFF, 1713px 258px #FFF, 1912px 501px #FFF, 300px 227px #FFF, 989px 1068px #FFF, 197px 158px #FFF, 244px 420px #FFF, 889px 486px #FFF, 1517px 1812px #FFF, 965px 308px #FFF, 409px 1293px #FFF, 47px 1400px #FFF, 1473px 1150px #FFF, 311px 1711px #FFF, 1938px 1000px #FFF, 717px 1331px #FFF, 282px 881px #FFF, 1305px 382px #FFF, 1639px 52px #FFF, 1466px 1228px #FFF, 574px 26px #FFF, 1310px 899px #FFF, 15px 1795px #FFF, 1138px 941px #FFF, 1235px 1416px #FFF, 27px 375px #FFF, 1333px 1470px #FFF, 1462px 1837px #FFF, 1830px 1217px #FFF, 1521px 1848px #FFF, 730px 515px #FFF, 514px 1869px #FFF, 468px 1906px #FFF, 1931px 259px #FFF, 1612px 151px #FFF, 1495px 735px #FFF, 710px 1096px #FFF, 1976px 546px #FFF, 50px 741px #FFF, 1313px 381px #FFF, 54px 102px #FFF, 1873px 1009px #FFF, 1696px 688px #FFF, 626px 922px #FFF, 244px 1438px #FFF, 1746px 1787px #FFF, 1824px 1437px #FFF, 1730px 1219px #FFF, 785px 198px #FFF, 1174px 931px #FFF, 909px 517px #FFF, 1283px 662px #FFF, 1074px 194px #FFF, 847px 1945px #FFF, 113px 427px #FFF, 728px 352px #FFF, 1205px 1316px #FFF, 786px 668px #FFF, 64px 427px #FFF, 548px 1370px #FFF, 1102px 616px #FFF, 676px 1192px #FFF, 1652px 1264px #FFF, 649px 69px #FFF, 1593px 645px #FFF, 1651px 816px #FFF, 1914px 977px #FFF, 80px 1006px #FFF, 1252px 742px #FFF, 1291px 981px #FFF, 1325px 273px #FFF, 831px 1581px #FFF, 344px 1503px #FFF, 1885px 1849px #FFF, 745px 1030px #FFF, 764px 1396px #FFF, 1241px 829px #FFF, 1281px 160px #FFF, 1210px 1860px #FFF, 1998px 411px #FFF, 1752px 1816px #FFF, 21px 1656px #FFF, 1863px 1988px #FFF, 1860px 331px #FFF, 79px 512px #FFF;
   animation: animStar 50s linear infinite;
 }

 .stars:after {
   content: " ";
   position: absolute;
   top: 2000px;
   width: 1px;
   height: 1px;
   background: transparent;
   box-shadow: 1983px 1070px #FFF, 1625px 734px #FFF, 1505px 1218px #FFF, 1288px 1382px #FFF, 1023px 982px #FFF, 184px 1501px #FFF, 1352px 1072px #FFF, 966px 577px #FFF, 1928px 1505px #FFF, 284px 1863px #FFF, 871px 390px #FFF, 1591px 1017px #FFF, 1919px 1315px #FFF, 1552px 697px #FFF, 1775px 1722px #FFF, 61px 321px #FFF, 1108px 1281px #FFF, 1795px 22px #FFF, 1808px 716px #FFF, 797px 374px #FFF, 796px 1149px #FFF, 952px 1px #FFF, 1361px 1185px #FFF, 1110px 1577px #FFF, 1058px 1925px #FFF, 160px 1987px #FFF, 1274px 1205px #FFF, 39px 85px #FFF, 1835px 484px #FFF, 495px 1670px #FFF, 986px 691px #FFF, 2px 1486px #FFF, 719px 805px #FFF, 1601px 89px #FFF, 591px 565px #FFF, 1317px 1604px #FFF, 1805px 1486px #FFF, 703px 236px #FFF, 1950px 1089px #FFF, 1527px 1923px #FFF, 1690px 36px #FFF, 1252px 245px #FFF, 343px 903px #FFF, 143px 874px #FFF, 939px 1705px #FFF, 1733px 372px #FFF, 362px 830px #FFF, 1580px 1181px #FFF, 251px 535px #FFF, 1666px 1111px #FFF, 1276px 1530px #FFF, 958px 1989px #FFF, 75px 987px #FFF, 256px 217px #FFF, 635px 1194px #FFF, 1004px 1546px #FFF, 1910px 878px #FFF, 520px 506px #FFF, 1000px 210px #FFF, 1455px 1027px #FFF, 417px 1714px #FFF, 1376px 674px #FFF, 1744px 1390px #FFF, 195px 283px #FFF, 621px 1638px #FFF, 962px 997px #FFF, 283px 1219px #FFF, 1591px 1953px #FFF, 160px 652px #FFF, 1430px 948px #FFF, 1589px 1722px #FFF, 614px 1305px #FFF, 167px 342px #FFF, 1172px 1861px #FFF, 1097px 1249px #FFF, 1094px 1743px #FFF, 1988px 1361px #FFF, 461px 694px #FFF, 1096px 584px #FFF, 1876px 1984px #FFF, 315px 245px #FFF, 441px 258px #FFF, 1219px 1887px #FFF, 480px 245px #FFF, 285px 819px #FFF, 1753px 1833px #FFF, 816px 1780px #FFF, 245px 1927px #FFF, 715px 1523px #FFF, 475px 1595px #FFF, 1162px 66px #FFF, 543px 1758px #FFF, 112px 1847px #FFF, 1604px 1243px #FFF, 1888px 1758px #FFF, 162px 1385px #FFF, 1587px 1863px #FFF, 1059px 48px #FFF, 1161px 1650px #FFF, 1881px 289px #FFF, 475px 363px #FFF, 160px 911px #FFF, 487px 291px #FFF, 496px 70px #FFF, 1107px 90px #FFF, 731px 1771px #FFF, 1517px 918px #FFF, 1013px 716px #FFF, 1832px 882px #FFF, 107px 393px #FFF, 1503px 1860px #FFF, 31px 94px #FFF, 1640px 1112px #FFF, 697px 1657px #FFF, 435px 81px #FFF, 1526px 1467px #FFF, 602px 1001px #FFF, 1409px 306px #FFF, 1631px 1005px #FFF, 302px 1886px #FFF, 1262px 522px #FFF, 1606px 776px #FFF, 1813px 1471px #FFF, 1784px 1953px #FFF, 499px 1841px #FFF, 805px 1191px #FFF, 786px 864px #FFF, 940px 1562px #FFF, 1016px 1362px #FFF, 1036px 961px #FFF, 1666px 173px #FFF, 1214px 979px #FFF, 54px 1293px #FFF, 231px 710px #FFF, 434px 1321px #FFF, 259px 1716px #FFF, 1463px 380px #FFF, 1406px 1130px #FFF, 913px 611px #FFF, 1489px 1218px #FFF, 1777px 61px #FFF, 967px 63px #FFF, 1598px 1504px #FFF, 1528px 1134px #FFF, 1641px 111px #FFF, 1980px 1181px #FFF, 945px 1698px #FFF, 430px 1617px #FFF, 482px 85px #FFF, 554px 1473px #FFF, 1112px 614px #FFF, 1030px 1349px #FFF, 1666px 1753px #FFF, 1049px 978px #FFF, 1817px 1144px #FFF, 759px 1687px #FFF, 1371px 1720px #FFF, 1393px 461px #FFF, 26px 983px #FFF, 85px 1821px #FFF, 1193px 321px #FFF, 240px 64px #FFF, 220px 973px #FFF, 607px 312px #FFF, 1102px 679px #FFF, 1314px 329px #FFF, 1802px 1079px #FFF, 1997px 85px #FFF, 782px 479px #FFF, 1647px 52px #FFF, 1945px 514px #FFF, 938px 351px #FFF, 1140px 1813px #FFF, 1348px 1582px #FFF, 1188px 1188px #FFF, 1494px 1341px #FFF, 1552px 834px #FFF, 1592px 1952px #FFF, 450px 98px #FFF, 581px 1213px #FFF, 1736px 1193px #FFF, 944px 1950px #FFF, 526px 1044px #FFF, 1869px 788px #FFF, 911px 1295px #FFF, 1521px 1135px #FFF, 1725px 1438px #FFF, 1691px 110px #FFF, 1903px 1777px #FFF, 643px 1826px #FFF, 222px 1810px #FFF, 1613px 1035px #FFF, 201px 24px #FFF, 1325px 557px #FFF, 1169px 1652px #FFF, 385px 290px #FFF, 1733px 168px #FFF, 1886px 438px #FFF, 1533px 315px #FFF, 388px 960px #FFF, 312px 1818px #FFF, 1605px 6px #FFF, 231px 1794px #FFF, 686px 1810px #FFF, 1301px 577px #FFF, 1583px 474px #FFF, 1916px 756px #FFF, 694px 1494px #FFF, 1877px 1341px #FFF, 25px 6px #FFF, 1717px 316px #FFF, 1906px 1307px #FFF, 1555px 316px #FFF, 699px 690px #FFF, 1335px 368px #FFF, 1871px 668px #FFF, 301px 492px #FFF, 1899px 747px #FFF, 680px 444px #FFF, 654px 1063px #FFF, 45px 1797px #FFF, 826px 281px #FFF, 1041px 1859px #FFF, 1690px 7px #FFF, 797px 1473px #FFF, 1697px 1680px #FFF, 1704px 572px #FFF, 144px 49px #FFF, 1099px 264px #FFF, 789px 1804px #FFF, 186px 741px #FFF, 306px 1496px #FFF, 473px 209px #FFF, 1763px 127px #FFF, 116px 288px #FFF, 450px 385px #FFF, 210px 457px #FFF, 1433px 1540px #FFF, 1766px 1459px #FFF, 1426px 215px #FFF, 1313px 296px #FFF, 410px 81px #FFF, 1809px 593px #FFF, 515px 216px #FFF, 1903px 1912px #FFF, 564px 1545px #FFF, 99px 302px #FFF, 164px 1465px #FFF, 1560px 801px #FFF, 1839px 663px #FFF, 191px 1903px #FFF, 5px 537px #FFF, 1150px 38px #FFF, 1310px 647px #FFF, 1257px 555px #FFF, 487px 1470px #FFF, 1769px 1121px #FFF, 1698px 1155px #FFF, 1176px 1916px #FFF, 1192px 583px #FFF, 1778px 1511px #FFF, 1330px 354px #FFF, 705px 737px #FFF, 449px 665px #FFF, 89px 1486px #FFF, 751px 1974px #FFF, 1733px 1742px #FFF, 1289px 1386px #FFF, 1621px 1363px #FFF, 571px 1861px #FFF, 1697px 1850px #FFF, 504px 624px #FFF, 889px 238px #FFF, 1627px 1435px #FFF, 1379px 1367px #FFF, 872px 550px #FFF, 472px 532px #FFF, 466px 1997px #FFF, 932px 1896px #FFF, 1044px 83px #FFF, 1262px 1593px #FFF, 1953px 1478px #FFF, 1127px 1716px #FFF, 325px 176px #FFF, 1742px 1505px #FFF, 1088px 288px #FFF, 1212px 472px #FFF, 1365px 985px #FFF, 1086px 803px #FFF, 256px 263px #FFF, 1300px 1444px #FFF, 1673px 201px #FFF, 188px 1133px #FFF, 404px 483px #FFF, 59px 1006px #FFF, 1013px 1651px #FFF, 947px 239px #FFF, 18px 178px #FFF, 1430px 1851px #FFF, 763px 1777px #FFF, 1737px 196px #FFF, 643px 977px #FFF, 1335px 1275px #FFF, 1513px 1200px #FFF, 497px 659px #FFF, 1929px 800px #FFF, 1481px 283px #FFF, 1232px 331px #FFF, 1518px 1754px #FFF, 515px 869px #FFF, 1127px 1290px #FFF, 726px 1453px #FFF, 864px 267px #FFF, 313px 1634px #FFF, 1562px 606px #FFF, 91px 1803px #FFF, 40px 1789px #FFF, 1097px 944px #FFF, 1949px 1949px #FFF, 17px 1495px #FFF, 1786px 93px #FFF, 577px 1866px #FFF, 1252px 546px #FFF, 564px 151px #FFF, 1096px 1675px #FFF, 1743px 1694px #FFF, 1332px 311px #FFF, 1935px 1625px #FFF, 1251px 900px #FFF, 840px 1126px #FFF, 763px 669px #FFF, 1414px 1146px #FFF, 32px 1287px #FFF, 950px 739px #FFF, 1730px 856px #FFF, 1032px 1754px #FFF, 155px 201px #FFF, 1999px 1250px #FFF, 1811px 1488px #FFF, 805px 281px #FFF, 875px 1358px #FFF, 1757px 86px #FFF, 1824px 605px #FFF, 429px 453px #FFF, 1955px 1159px #FFF, 19px 1874px #FFF, 1549px 109px #FFF, 1684px 145px #FFF, 1973px 685px #FFF, 338px 839px #FFF, 659px 46px #FFF, 1600px 344px #FFF, 838px 994px #FFF, 337px 1918px #FFF, 583px 740px #FFF, 687px 251px #FFF, 1900px 1031px #FFF, 1296px 449px #FFF, 1268px 592px #FFF, 383px 1226px #FFF, 868px 101px #FFF, 891px 67px #FFF, 1957px 940px #FFF, 74px 1445px #FFF, 1432px 898px #FFF, 430px 1783px #FFF, 954px 185px #FFF, 359px 1455px #FFF, 635px 1786px #FFF, 1186px 1259px #FFF, 1445px 1505px #FFF, 1177px 781px #FFF, 1407px 603px #FFF, 1257px 980px #FFF, 96px 562px #FFF, 1999px 1560px #FFF, 1153px 1554px #FFF, 1033px 672px #FFF, 1051px 546px #FFF, 753px 876px #FFF, 1763px 145px #FFF, 1704px 1207px #FFF, 34px 1261px #FFF, 817px 1041px #FFF, 247px 1674px #FFF, 121px 429px #FFF, 515px 570px #FFF, 1762px 1489px #FFF, 234px 940px #FFF, 1095px 1028px #FFF, 720px 1119px #FFF, 1238px 334px #FFF, 91px 113px #FFF, 147px 897px #FFF, 1029px 1805px #FFF, 1680px 1957px #FFF, 475px 1503px #FFF, 1557px 917px #FFF, 1458px 1762px #FFF, 612px 1707px #FFF, 1329px 393px #FFF, 160px 1167px #FFF, 1631px 1887px #FFF, 1125px 141px #FFF, 257px 376px #FFF, 809px 26px #FFF, 1349px 199px #FFF, 1805px 88px #FFF, 69px 1953px #FFF, 1206px 529px #FFF, 646px 227px #FFF, 1097px 1664px #FFF, 42px 1261px #FFF, 1604px 360px #FFF, 1939px 187px #FFF, 1220px 1264px #FFF, 1044px 995px #FFF, 1005px 16px #FFF, 1648px 1612px #FFF, 847px 1014px #FFF, 339px 1584px #FFF, 1329px 1304px #FFF, 961px 1970px #FFF, 711px 221px #FFF, 888px 566px #FFF, 53px 704px #FFF, 1369px 846px #FFF, 1261px 1775px #FFF, 737px 1277px #FFF, 1071px 1570px #FFF, 77px 1872px #FFF, 1268px 1501px #FFF, 598px 1640px #FFF, 1769px 297px #FFF, 1074px 656px #FFF, 1006px 1154px #FFF, 672px 1969px #FFF, 922px 243px #FFF, 622px 773px #FFF, 1875px 804px #FFF, 1873px 600px #FFF, 1844px 1794px #FFF, 1253px 1995px #FFF, 616px 1198px #FFF, 1829px 1743px #FFF, 1321px 504px #FFF, 1340px 566px #FFF, 1520px 1825px #FFF, 1696px 1333px #FFF, 537px 158px #FFF, 1106px 162px #FFF, 25px 514px #FFF, 1022px 422px #FFF, 1955px 391px #FFF, 1126px 1741px #FFF, 754px 905px #FFF, 1217px 1696px #FFF, 351px 270px #FFF, 950px 1260px #FFF, 1847px 658px #FFF, 23px 684px #FFF, 1295px 572px #FFF, 257px 1053px #FFF, 87px 303px #FFF, 798px 1748px #FFF, 1150px 142px #FFF, 48px 1641px #FFF, 1492px 1328px #FFF, 1385px 1766px #FFF, 296px 1726px #FFF, 1299px 1780px #FFF, 1316px 522px #FFF, 1953px 1526px #FFF, 1007px 1089px #FFF, 1824px 1598px #FFF, 1720px 480px #FFF, 555px 1942px #FFF, 367px 432px #FFF, 957px 1162px #FFF, 384px 1044px #FFF, 738px 618px #FFF, 1568px 1432px #FFF, 211px 788px #FFF, 198px 1761px #FFF, 745px 177px #FFF, 1700px 159px #FFF, 316px 498px #FFF, 65px 1610px #FFF, 1948px 1638px #FFF, 936px 1461px #FFF, 1656px 622px #FFF, 575px 1437px #FFF, 336px 1424px #FFF, 1215px 690px #FFF, 1641px 1542px #FFF, 998px 1685px #FFF, 952px 1274px #FFF, 1448px 1165px #FFF, 904px 1783px #FFF, 1788px 1404px #FFF, 1748px 1717px #FFF, 793px 922px #FFF, 1032px 355px #FFF, 1158px 38px #FFF, 1573px 1855px #FFF, 751px 1199px #FFF, 1284px 227px #FFF, 391px 416px #FFF, 55px 204px #FFF, 962px 1918px #FFF, 668px 1347px #FFF, 613px 1215px #FFF, 615px 732px #FFF, 1442px 1752px #FFF, 1086px 1779px #FFF, 532px 320px #FFF, 1228px 1321px #FFF, 1796px 1906px #FFF, 150px 715px #FFF, 1694px 1005px #FFF, 1509px 391px #FFF, 262px 303px #FFF, 1743px 909px #FFF, 1966px 1203px #FFF, 707px 1033px #FFF, 82px 1332px #FFF, 104px 794px #FFF, 246px 759px #FFF, 507px 1380px #FFF, 1227px 616px #FFF, 917px 1354px #FFF, 1941px 759px #FFF, 451px 852px #FFF, 17px 131px #FFF, 780px 476px #FFF, 816px 211px #FFF, 1039px 1245px #FFF, 1521px 1036px #FFF, 1509px 1542px #FFF, 1368px 960px #FFF, 1104px 1437px #FFF, 1171px 976px #FFF, 681px 1305px #FFF, 1741px 579px #FFF, 953px 704px #FFF, 1810px 328px #FFF, 1960px 1396px #FFF, 1098px 295px #FFF, 1409px 919px #FFF, 1830px 1176px #FFF, 492px 1063px #FFF, 1277px 515px #FFF, 602px 1546px #FFF, 1832px 236px #FFF, 1513px 274px #FFF, 1983px 794px #FFF, 2000px 1505px #FFF, 920px 382px #FFF, 1374px 1235px #FFF, 692px 310px #FFF, 1028px 1782px #FFF, 1007px 887px #FFF, 1492px 858px #FFF, 877px 1817px #FFF, 1024px 1942px #FFF, 658px 82px #FFF, 526px 742px #FFF, 755px 880px #FFF, 301px 1186px #FFF, 318px 31px #FFF, 1517px 1244px #FFF, 1996px 1126px #FFF, 464px 1861px #FFF, 334px 674px #FFF, 768px 1103px #FFF, 628px 890px #FFF, 1054px 1534px #FFF, 59px 1576px #FFF, 189px 693px #FFF, 16px 1097px #FFF, 563px 1186px #FFF, 428px 523px #FFF, 1047px 1231px #FFF, 1940px 1262px #FFF, 643px 971px #FFF, 611px 1794px #FFF, 1676px 21px #FFF, 1882px 1523px #FFF, 258px 1584px #FFF, 768px 295px #FFF, 1253px 1431px #FFF, 1855px 362px #FFF, 576px 987px #FFF, 1904px 470px #FFF, 895px 1390px #FFF, 771px 966px #FFF, 1034px 1815px #FFF, 203px 1292px #FFF, 566px 893px #FFF, 63px 913px #FFF, 1340px 1416px #FFF, 528px 967px #FFF, 1965px 444px #FFF, 1961px 132px #FFF, 1049px 577px #FFF, 459px 1031px #FFF, 261px 1780px #FFF, 1092px 1480px #FFF, 286px 759px #FFF, 1014px 1604px #FFF, 144px 1461px #FFF, 1180px 1694px #FFF, 1348px 613px #FFF, 518px 1479px #FFF, 478px 649px #FFF, 1303px 629px #FFF, 1713px 258px #FFF, 1912px 501px #FFF, 300px 227px #FFF, 989px 1068px #FFF, 197px 158px #FFF, 244px 420px #FFF, 889px 486px #FFF, 1517px 1812px #FFF, 965px 308px #FFF, 409px 1293px #FFF, 47px 1400px #FFF, 1473px 1150px #FFF, 311px 1711px #FFF, 1938px 1000px #FFF, 717px 1331px #FFF, 282px 881px #FFF, 1305px 382px #FFF, 1639px 52px #FFF, 1466px 1228px #FFF, 574px 26px #FFF, 1310px 899px #FFF, 15px 1795px #FFF, 1138px 941px #FFF, 1235px 1416px #FFF, 27px 375px #FFF, 1333px 1470px #FFF, 1462px 1837px #FFF, 1830px 1217px #FFF, 1521px 1848px #FFF, 730px 515px #FFF, 514px 1869px #FFF, 468px 1906px #FFF, 1931px 259px #FFF, 1612px 151px #FFF, 1495px 735px #FFF, 710px 1096px #FFF, 1976px 546px #FFF, 50px 741px #FFF, 1313px 381px #FFF, 54px 102px #FFF, 1873px 1009px #FFF, 1696px 688px #FFF, 626px 922px #FFF, 244px 1438px #FFF, 1746px 1787px #FFF, 1824px 1437px #FFF, 1730px 1219px #FFF, 785px 198px #FFF, 1174px 931px #FFF, 909px 517px #FFF, 1283px 662px #FFF, 1074px 194px #FFF, 847px 1945px #FFF, 113px 427px #FFF, 728px 352px #FFF, 1205px 1316px #FFF, 786px 668px #FFF, 64px 427px #FFF, 548px 1370px #FFF, 1102px 616px #FFF, 676px 1192px #FFF, 1652px 1264px #FFF, 649px 69px #FFF, 1593px 645px #FFF, 1651px 816px #FFF, 1914px 977px #FFF, 80px 1006px #FFF, 1252px 742px #FFF, 1291px 981px #FFF, 1325px 273px #FFF, 831px 1581px #FFF, 344px 1503px #FFF, 1885px 1849px #FFF, 745px 1030px #FFF, 764px 1396px #FFF, 1241px 829px #FFF, 1281px 160px #FFF, 1210px 1860px #FFF, 1998px 411px #FFF, 1752px 1816px #FFF, 21px 1656px #FFF, 1863px 1988px #FFF, 1860px 331px #FFF, 79px 512px #FFF;
 }

 .stars2 {
   width: 2px;
   height: 2px;
   background: transparent;
   box-shadow: 1124px 1500px #FFF, 916px 1039px #FFF, 1281px 2000px #FFF, 1702px 518px #FFF, 246px 953px #FFF, 1889px 287px #FFF, 1438px 1139px #FFF, 1824px 1739px #FFF, 1090px 1205px #FFF, 1514px 392px #FFF, 87px 1797px #FFF, 342px 25px #FFF, 134px 1624px #FFF, 1246px 426px #FFF, 453px 559px #FFF, 609px 308px #FFF, 506px 972px #FFF, 684px 733px #FFF, 85px 1641px #FFF, 1576px 320px #FFF, 145px 809px #FFF, 1822px 1000px #FFF, 21px 1512px #FFF, 173px 1775px #FFF, 1283px 1564px #FFF, 224px 1353px #FFF, 451px 785px #FFF, 703px 1983px #FFF, 508px 1345px #FFF, 957px 1209px #FFF, 698px 162px #FFF, 159px 1835px #FFF, 712px 227px #FFF, 1234px 295px #FFF, 310px 958px #FFF, 889px 31px #FFF, 1321px 1156px #FFF, 501px 274px #FFF, 914px 96px #FFF, 1637px 1954px #FFF, 774px 1326px #FFF, 304px 550px #FFF, 1249px 425px #FFF, 649px 1851px #FFF, 723px 1114px #FFF, 1115px 1524px #FFF, 1937px 1932px #FFF, 44px 1353px #FFF, 850px 1872px #FFF, 1175px 1628px #FFF, 318px 248px #FFF, 291px 521px #FFF, 1246px 1707px #FFF, 1640px 1608px #FFF, 1961px 343px #FFF, 964px 1144px #FFF, 1729px 361px #FFF, 1493px 799px #FFF, 1503px 1030px #FFF, 426px 1162px #FFF, 991px 1700px #FFF, 697px 630px #FFF, 897px 1692px #FFF, 457px 1816px #FFF, 667px 729px #FFF, 1753px 1618px #FFF, 1132px 1095px #FFF, 954px 1846px #FFF, 1938px 1179px #FFF, 135px 434px #FFF, 1134px 1216px #FFF, 491px 543px #FFF, 525px 1114px #FFF, 1769px 1830px #FFF, 1641px 1422px #FFF, 873px 548px #FFF, 1519px 1249px #FFF, 934px 1084px #FFF, 753px 1528px #FFF, 1139px 478px #FFF, 1533px 356px #FFF, 264px 1956px #FFF, 899px 487px #FFF, 1932px 1084px #FFF, 1846px 64px #FFF, 46px 1255px #FFF, 102px 1775px #FFF, 678px 1579px #FFF, 1406px 368px #FFF, 1808px 32px #FFF, 741px 775px #FFF, 225px 1338px #FFF, 124px 731px #FFF, 411px 135px #FFF, 1640px 1276px #FFF, 54px 1998px #FFF, 1126px 1912px #FFF, 1896px 1754px #FFF, 819px 827px #FFF, 1063px 125px #FFF, 955px 1357px #FFF, 945px 1808px #FFF, 777px 1591px #FFF, 508px 1351px #FFF, 966px 983px #FFF, 168px 9px #FFF, 1700px 533px #FFF, 785px 1700px #FFF, 558px 749px #FFF, 56px 1463px #FFF, 1482px 371px #FFF, 1201px 1930px #FFF, 207px 240px #FFF, 538px 146px #FFF, 893px 1156px #FFF, 662px 973px #FFF, 1126px 641px #FFF, 354px 1792px #FFF, 1483px 1367px #FFF, 1032px 1516px #FFF, 322px 1338px #FFF, 1804px 1170px #FFF, 1899px 561px #FFF, 698px 1947px #FFF, 1377px 1501px #FFF, 1966px 1196px #FFF, 108px 1889px #FFF, 790px 1309px #FFF, 1206px 42px #FFF, 1903px 373px #FFF, 465px 113px #FFF, 1776px 1878px #FFF, 1363px 639px #FFF, 1142px 1969px #FFF, 1427px 840px #FFF, 212px 1412px #FFF, 1333px 1905px #FFF, 817px 261px #FFF, 1590px 1046px #FFF, 1139px 89px #FFF, 1852px 311px #FFF, 1618px 1155px #FFF, 387px 1975px #FFF, 290px 1660px #FFF, 1094px 957px #FFF, 1145px 1157px #FFF, 825px 1179px #FFF, 1456px 1133px #FFF, 1214px 922px #FFF, 290px 1880px #FFF, 852px 1027px #FFF, 275px 557px #FFF, 1115px 724px #FFF, 1713px 1698px #FFF, 1819px 1196px #FFF, 1778px 179px #FFF, 401px 610px #FFF, 1288px 1286px #FFF, 1603px 493px #FFF, 497px 306px #FFF, 457px 1005px #FFF, 675px 1814px #FFF, 850px 1719px #FFF, 467px 932px #FFF, 1312px 1366px #FFF, 812px 1643px #FFF, 356px 1170px #FFF, 1915px 787px #FFF, 1923px 1453px #FFF, 542px 860px #FFF, 1496px 832px #FFF, 1689px 90px #FFF, 1404px 73px #FFF, 991px 357px #FFF, 1534px 1469px #FFF, 1036px 822px #FFF, 595px 819px #FFF, 432px 1908px #FFF, 221px 1519px #FFF, 1744px 1507px #FFF, 505px 564px #FFF, 1220px 1959px #FFF, 544px 1880px #FFF, 744px 516px #FFF, 547px 307px #FFF, 1862px 247px #FFF, 1560px 410px #FFF, 736px 282px #FFF, 986px 1452px #FFF, 808px 1942px #FFF, 194px 1307px #FFF, 639px 842px #FFF, 717px 272px #FFF, 580px 103px #FFF, 566px 1916px #FFF, 1847px 91px #FFF, 1583px 629px #FFF, 1270px 1517px #FFF, 1452px 1905px #FFF, 1161px 1965px #FFF;
   animation: animStar 100s linear infinite;
 }

 .stars2:after {
   content: " ";
   position: absolute;
   top: 2000px;
   width: 2px;
   height: 2px;
   background: transparent;
   box-shadow: 1124px 1500px #FFF, 916px 1039px #FFF, 1281px 2000px #FFF, 1702px 518px #FFF, 246px 953px #FFF, 1889px 287px #FFF, 1438px 1139px #FFF, 1824px 1739px #FFF, 1090px 1205px #FFF, 1514px 392px #FFF, 87px 1797px #FFF, 342px 25px #FFF, 134px 1624px #FFF, 1246px 426px #FFF, 453px 559px #FFF, 609px 308px #FFF, 506px 972px #FFF, 684px 733px #FFF, 85px 1641px #FFF, 1576px 320px #FFF, 145px 809px #FFF, 1822px 1000px #FFF, 21px 1512px #FFF, 173px 1775px #FFF, 1283px 1564px #FFF, 224px 1353px #FFF, 451px 785px #FFF, 703px 1983px #FFF, 508px 1345px #FFF, 957px 1209px #FFF, 698px 162px #FFF, 159px 1835px #FFF, 712px 227px #FFF, 1234px 295px #FFF, 310px 958px #FFF, 889px 31px #FFF, 1321px 1156px #FFF, 501px 274px #FFF, 914px 96px #FFF, 1637px 1954px #FFF, 774px 1326px #FFF, 304px 550px #FFF, 1249px 425px #FFF, 649px 1851px #FFF, 723px 1114px #FFF, 1115px 1524px #FFF, 1937px 1932px #FFF, 44px 1353px #FFF, 850px 1872px #FFF, 1175px 1628px #FFF, 318px 248px #FFF, 291px 521px #FFF, 1246px 1707px #FFF, 1640px 1608px #FFF, 1961px 343px #FFF, 964px 1144px #FFF, 1729px 361px #FFF, 1493px 799px #FFF, 1503px 1030px #FFF, 426px 1162px #FFF, 991px 1700px #FFF, 697px 630px #FFF, 897px 1692px #FFF, 457px 1816px #FFF, 667px 729px #FFF, 1753px 1618px #FFF, 1132px 1095px #FFF, 954px 1846px #FFF, 1938px 1179px #FFF, 135px 434px #FFF, 1134px 1216px #FFF, 491px 543px #FFF, 525px 1114px #FFF, 1769px 1830px #FFF, 1641px 1422px #FFF, 873px 548px #FFF, 1519px 1249px #FFF, 934px 1084px #FFF, 753px 1528px #FFF, 1139px 478px #FFF, 1533px 356px #FFF, 264px 1956px #FFF, 899px 487px #FFF, 1932px 1084px #FFF, 1846px 64px #FFF, 46px 1255px #FFF, 102px 1775px #FFF, 678px 1579px #FFF, 1406px 368px #FFF, 1808px 32px #FFF, 741px 775px #FFF, 225px 1338px #FFF, 124px 731px #FFF, 411px 135px #FFF, 1640px 1276px #FFF, 54px 1998px #FFF, 1126px 1912px #FFF, 1896px 1754px #FFF, 819px 827px #FFF, 1063px 125px #FFF, 955px 1357px #FFF, 945px 1808px #FFF, 777px 1591px #FFF, 508px 1351px #FFF, 966px 983px #FFF, 168px 9px #FFF, 1700px 533px #FFF, 785px 1700px #FFF, 558px 749px #FFF, 56px 1463px #FFF, 1482px 371px #FFF, 1201px 1930px #FFF, 207px 240px #FFF, 538px 146px #FFF, 893px 1156px #FFF, 662px 973px #FFF, 1126px 641px #FFF, 354px 1792px #FFF, 1483px 1367px #FFF, 1032px 1516px #FFF, 322px 1338px #FFF, 1804px 1170px #FFF, 1899px 561px #FFF, 698px 1947px #FFF, 1377px 1501px #FFF, 1966px 1196px #FFF, 108px 1889px #FFF, 790px 1309px #FFF, 1206px 42px #FFF, 1903px 373px #FFF, 465px 113px #FFF, 1776px 1878px #FFF, 1363px 639px #FFF, 1142px 1969px #FFF, 1427px 840px #FFF, 212px 1412px #FFF, 1333px 1905px #FFF, 817px 261px #FFF, 1590px 1046px #FFF, 1139px 89px #FFF, 1852px 311px #FFF, 1618px 1155px #FFF, 387px 1975px #FFF, 290px 1660px #FFF, 1094px 957px #FFF, 1145px 1157px #FFF, 825px 1179px #FFF, 1456px 1133px #FFF, 1214px 922px #FFF, 290px 1880px #FFF, 852px 1027px #FFF, 275px 557px #FFF, 1115px 724px #FFF, 1713px 1698px #FFF, 1819px 1196px #FFF, 1778px 179px #FFF, 401px 610px #FFF, 1288px 1286px #FFF, 1603px 493px #FFF, 497px 306px #FFF, 457px 1005px #FFF, 675px 1814px #FFF, 850px 1719px #FFF, 467px 932px #FFF, 1312px 1366px #FFF, 812px 1643px #FFF, 356px 1170px #FFF, 1915px 787px #FFF, 1923px 1453px #FFF, 542px 860px #FFF, 1496px 832px #FFF, 1689px 90px #FFF, 1404px 73px #FFF, 991px 357px #FFF, 1534px 1469px #FFF, 1036px 822px #FFF, 595px 819px #FFF, 432px 1908px #FFF, 221px 1519px #FFF, 1744px 1507px #FFF, 505px 564px #FFF, 1220px 1959px #FFF, 544px 1880px #FFF, 744px 516px #FFF, 547px 307px #FFF, 1862px 247px #FFF, 1560px 410px #FFF, 736px 282px #FFF, 986px 1452px #FFF, 808px 1942px #FFF, 194px 1307px #FFF, 639px 842px #FFF, 717px 272px #FFF, 580px 103px #FFF, 566px 1916px #FFF, 1847px 91px #FFF, 1583px 629px #FFF, 1270px 1517px #FFF, 1452px 1905px #FFF, 1161px 1965px #FFF;
 }

 .stars3 {
   width: 3px;
   height: 3px;
   background: transparent;
   box-shadow: 1106px 1979px #FFF, 1572px 505px #FFF, 25px 1324px #FFF, 650px 558px #FFF, 558px 1555px #FFF, 782px 1910px #FFF, 95px 1646px #FFF, 1794px 169px #FFF, 1104px 1373px #FFF, 965px 1386px #FFF, 1818px 948px #FFF, 1848px 760px #FFF, 1789px 937px #FFF, 761px 1565px #FFF, 945px 1788px #FFF, 1553px 93px #FFF, 1344px 281px #FFF, 832px 138px #FFF, 819px 412px #FFF, 386px 1164px #FFF, 36px 1157px #FFF, 1150px 651px #FFF, 63px 1824px #FFF, 338px 202px #FFF, 1203px 764px #FFF, 1825px 1211px #FFF, 204px 1892px #FFF, 228px 313px #FFF, 1511px 783px #FFF, 497px 522px #FFF, 744px 96px #FFF, 511px 1254px #FFF, 179px 1572px #FFF, 988px 411px #FFF, 1539px 1119px #FFF, 687px 1122px #FFF, 1615px 475px #FFF, 512px 399px #FFF, 816px 1040px #FFF, 341px 103px #FFF, 450px 505px #FFF, 1161px 742px #FFF, 1926px 1476px #FFF, 764px 1893px #FFF, 995px 1047px #FFF, 572px 593px #FFF, 143px 499px #FFF, 963px 861px #FFF, 575px 178px #FFF, 1492px 424px #FFF, 1890px 1467px #FFF, 612px 1453px #FFF, 573px 346px #FFF, 1151px 945px #FFF, 107px 45px #FFF, 345px 593px #FFF, 1659px 456px #FFF, 1984px 1612px #FFF, 1103px 350px #FFF, 696px 908px #FFF, 1227px 1093px #FFF, 1525px 1198px #FFF, 294px 648px #FFF, 955px 378px #FFF, 1553px 114px #FFF, 1355px 1009px #FFF, 911px 1568px #FFF, 1807px 27px #FFF, 933px 1952px #FFF, 493px 1501px #FFF, 1573px 1849px #FFF, 962px 471px #FFF, 1078px 1745px #FFF, 711px 381px #FFF, 1617px 574px #FFF, 666px 1277px #FFF, 1589px 1435px #FFF, 41px 21px #FFF, 1427px 252px #FFF, 748px 351px #FFF, 1826px 261px #FFF, 730px 1705px #FFF, 30px 459px #FFF, 953px 1573px #FFF, 725px 1653px #FFF, 1628px 1144px #FFF, 1070px 1879px #FFF, 362px 603px #FFF, 605px 714px #FFF, 749px 1979px #FFF, 1569px 1753px #FFF, 335px 491px #FFF, 1618px 1237px #FFF, 362px 1735px #FFF, 105px 489px #FFF, 806px 836px #FFF, 1523px 781px #FFF, 411px 1405px #FFF, 858px 220px #FFF, 273px 89px #FFF;
   animation: animStar 150s linear infinite;
 }

 .stars3:after {
   content: " ";
   position: absolute;
   top: 2000px;
   width: 3px;
   height: 3px;
   background: transparent;
   box-shadow: 1106px 1979px #FFF, 1572px 505px #FFF, 25px 1324px #FFF, 650px 558px #FFF, 558px 1555px #FFF, 782px 1910px #FFF, 95px 1646px #FFF, 1794px 169px #FFF, 1104px 1373px #FFF, 965px 1386px #FFF, 1818px 948px #FFF, 1848px 760px #FFF, 1789px 937px #FFF, 761px 1565px #FFF, 945px 1788px #FFF, 1553px 93px #FFF, 1344px 281px #FFF, 832px 138px #FFF, 819px 412px #FFF, 386px 1164px #FFF, 36px 1157px #FFF, 1150px 651px #FFF, 63px 1824px #FFF, 338px 202px #FFF, 1203px 764px #FFF, 1825px 1211px #FFF, 204px 1892px #FFF, 228px 313px #FFF, 1511px 783px #FFF, 497px 522px #FFF, 744px 96px #FFF, 511px 1254px #FFF, 179px 1572px #FFF, 988px 411px #FFF, 1539px 1119px #FFF, 687px 1122px #FFF, 1615px 475px #FFF, 512px 399px #FFF, 816px 1040px #FFF, 341px 103px #FFF, 450px 505px #FFF, 1161px 742px #FFF, 1926px 1476px #FFF, 764px 1893px #FFF, 995px 1047px #FFF, 572px 593px #FFF, 143px 499px #FFF, 963px 861px #FFF, 575px 178px #FFF, 1492px 424px #FFF, 1890px 1467px #FFF, 612px 1453px #FFF, 573px 346px #FFF, 1151px 945px #FFF, 107px 45px #FFF, 345px 593px #FFF, 1659px 456px #FFF, 1984px 1612px #FFF, 1103px 350px #FFF, 696px 908px #FFF, 1227px 1093px #FFF, 1525px 1198px #FFF, 294px 648px #FFF, 955px 378px #FFF, 1553px 114px #FFF, 1355px 1009px #FFF, 911px 1568px #FFF, 1807px 27px #FFF, 933px 1952px #FFF, 493px 1501px #FFF, 1573px 1849px #FFF, 962px 471px #FFF, 1078px 1745px #FFF, 711px 381px #FFF, 1617px 574px #FFF, 666px 1277px #FFF, 1589px 1435px #FFF, 41px 21px #FFF, 1427px 252px #FFF, 748px 351px #FFF, 1826px 261px #FFF, 730px 1705px #FFF, 30px 459px #FFF, 953px 1573px #FFF, 725px 1653px #FFF, 1628px 1144px #FFF, 1070px 1879px #FFF, 362px 603px #FFF, 605px 714px #FFF, 749px 1979px #FFF, 1569px 1753px #FFF, 335px 491px #FFF, 1618px 1237px #FFF, 362px 1735px #FFF, 105px 489px #FFF, 806px 836px #FFF, 1523px 781px #FFF, 411px 1405px #FFF, 858px 220px #FFF, 273px 89px #FFF;
 }

 @keyframes animStar {
   from {
     transform: translateY(0px);
   }

   to {
     transform: translateY(-2000px);
   }
 }

 .search-btn button i {
   color: #fff;
 }

 .wig-design .title span {
   font-size: 35px;
   color: #000;
   font-family: "Playfair", serif;
 }

 .content-wig {
   position: absolute;
   top: 38%;
   width: 50%;
   left: 5%;
 }

 .content-wig span {
   font-family: "Playfair", serif;
   font-size: 45px;
   color: #662D91;
   display: block;
   margin-bottom: 15px;
 }

 .content-wig p {
   font-size: 14px;
   width: 85%;
 }

 .main-strip span {
   color: #fff;
   font-family: "Playfair", serif;
   font-size: 22px;
 }

 .strip-items img {
   margin-right: 10px;
   filter: grayscale(1) invert(1);
 }

 .strip {
   box-shadow: rgba(102, 45, 145, 0.5) 0px 8px 24px;
 }

 .content-column .small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .the-journey .title small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #fff;
 }

 .our-products .title small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .benefits_content small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .video-section small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .our-locations small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .wig-design small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .call-to-action-area small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .testimonial-section .sec-title span {
   font-family: "Mrs Saint Delafield", cursive;
 }

 .testimonial-section h2 {
   font-family: "Playfair", serif;
 }

 .gallery-section .title small {
   font-size: 25px;
   color: #662d91;
 }

 .gallery-section .sec-title h2 {
   font-family: "Playfair", serif;
 }


 .gallery-section .sec-title small {
   font-family: "Mrs Saint Delafield", cursive;
   font-size: 25px;
   color: #662d91;
 }

 .gallery-section .owl-dots {
   display: none;
 }

 .testimonial-section .sec-title img {
   filter: grayscale(1) invert(1);
 }

 img.note-type {
   position: absolute;
   top: 72%;
   left: 59%;
   width: 25%;
 }

 footer {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
 }

 .widget p {
   font-size: 14px;
   text-align: justify;
 }

 .widget p {
   line-height: 25px;
 }

 .logo-widget p {
   line-height: 25px !important;
   font-size: 14px !important;
 }

 ul.info-list p a {
   font-size: 14px;
   font-weight: 500;
 }

 ul.info-list p {
   font-size: 14px;
   font-weight: 500;
 }

 /* Start CSS */
 .floating-whatsapp-container {
   position: fixed;
   bottom: 50px;
   left: 15px;
   z-index: 1;
 }

 .floating-whatsapp-button {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   background: linear-gradient(135deg, #25d366, #128c7e);
   border-radius: 50%;
   color: white;
   text-decoration: none;
   box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
   transition: all 0.3s ease;
   position: relative;
   animation: glow 3s infinite;
 }

 .floating-whatsapp-button:hover {
   transform: scale(1.1);
   box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
   background: linear-gradient(135deg, #128c7e, #25d366);
 }

 .floating-whatsapp-button svg {
   width: 28px;
   height: 28px;
   z-index: 2;
 }

 /* Reduced Pulse Animation Rings */
 .pulse-ring,
 .pulse-ring-2 {
   position: absolute;
   border: 2px solid #25d366;
   border-radius: 50%;
   animation: pulse-animation-small 2s infinite;
   opacity: 0;
 }

 .pulse-ring {
   width: 60px;
   height: 60px;
 }

 .pulse-ring-2 {
   width: 60px;
   height: 60px;
   animation-delay: 1s;
 }

 .pulse-ring-2:hover {
   color: #fff;
 }

 @keyframes pulse-animation-small {
   0% {
     transform: scale(1);
     opacity: 1;
   }

   50% {
     opacity: 0.6;
   }

   100% {
     transform: scale(1.3);
     opacity: 0;
   }
 }

 .phone_lefts-side a {
   position: fixed;
   bottom: 150px;
   color: white;
   animation: topBottom 4s infinite;
   z-index: 1;
   left: 20px;
   background: #000;
   color: white;
   padding: 10px 16px;
   border-radius: 50%;
   font-size: 20px;
   animation: bounce 4s infinite alternate;
 }

 /* Send Enquire */
 .enquiry {
   position: fixed;
   z-index: 1;
   bottom: 230px;
   left: 20px;
   height: 50px;
   color: #fff;
   font-size: 18px;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
 }

 .enquiry i {
   float: left;
   z-index: 1;
   position: absolute;
   left: 0;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   color: #fff;
   font-size: 24px;
   line-height: 50px;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   transition: 0.5s;
 }

 .enquiry strong {
   background-color: #171b1e;
   line-height: 28px;
   color: #000;
   padding: 10px 20px;
   border-radius: 0 30px 30px 0;
   height: 45px;
   float: left;
   font-size: 15px;
   margin-top: 3px;
   margin-left: 35px;
   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
 }

 .modal-header {
   background: #fff;
   border-bottom: 1px solid #e1e1e1;
 }

 .modal-body {
   background: #fff;
 }

 .modal-body input {
   height: 45px;
   background-color: transparent;
   border: none;
   color: #000;
   border-bottom: 1px solid #e1e1e1;
   margin-bottom: 10px;
   font-size: 14px;
 }

 .modal-body select {
   height: 45px;
   background-color: transparent;
   border: none;
   color: #000;
   border-bottom: 1px solid #e1e1e1;
   margin-bottom: 10px;
   font-size: 14px;
 }

 .modal-body select option {
   color: #000;
   font-size: 14px;
 }

 .modal-body select:focus {
   outline: none;
 }

 .modal-body textarea {
   height: 100px;
   background-color: transparent;
   border: none;
   color: #000;
   border-bottom: 1px solid #e1e1e1;
   font-size: 14px;
 }

 .modal-body input::placeholder {
   color: #000;
 }

 .modal-body textarea::placeholder {
   color: #000;
 }

 .modal-body input:focus {
   outline: none;
 }

 .modal-body textarea:focus {
   outline: none;
 }

 .modal-body button {
   width: 100%;
   border: none;
   padding: 10px 0;
   background: var(--PrimaryColor);
   border-radius: 5px;
   transition: 0.5s;
   border-radius: 15px;
 }

 .modal-body button:hover {
   background-color: var(--SecondaryColor);
   color: #fff;
 }

 .modal-header span {
   font-size: 25px;
 }

 .modal-session {
   position: fixed;
   inset: 0;
   background: rgba(0, 0, 0, 0.6);
   z-index: 9999;
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   transition:
     opacity 0.5s ease,
     visibility 0.5s ease;
 }

 .modal.show {
   opacity: 1;
   visibility: visible;
   pointer-events: auto;
 }

 .close {
   position: absolute;
   right: 10px;
   top: 10px;
   background: none;
   border: none;
   font-size: 26px;
   cursor: pointer;
   z-index: 2;
 }

 .floating-whatsapp-container a:hover {
   color: #fff;
 }

 /* Mobile Buttons */
 .mobile-three-item {
   text-align: center;
   display: none;
   position: fixed;
   z-index: 2;
   bottom: 0;
   width: 100%;
 }

 .mobile-three-item li {
   display: inline-block;
   margin-right: 0;
   width: 32%;
 }

 .mobile-three-item li:nth-child(1) {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
 }

 .mobile-three-item li:nth-child(2) {
   background-color: #64b161;
 }

 .mobile-three-item li:last-child {
   background-color: #000;
 }

 .mobile-three-item li a {
   padding: 5px 0;
   color: #fff;
 }

 .mobile-btn-animation {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 30%;
   color: white;
   text-align: center;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-left: 2.5%;
   z-index: 1000;
   background-color: #000;
 }

 .mobile-btn-animation a {
   color: white;
 }

 #mobile-call-container a {
   width: 100%;
   min-width: 100%;
 }

 .modal-body button {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
 }

 .modal-body .row {
   flex-direction: column;
 }

 .modal-body .form-group {
   width: 100%;
   flex: auto;
   max-width: 100%;
 }

 .modal-body input {
   width: 100%;
 }

 .nav-bar ul {
   display: flex;
   justify-content: center;
   text-align: center;
   align-items: center;
   padding: 10px 30px;
 }

 .nav-bar {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
 }

 .img-side-details {
   width: 30%;
   float: left;
   margin-right: 25px;
 }

 .datails-content h2 {
   font-size: 20px;
   display: block;
   margin-bottom: 8px;

 }

 .datails-content h3 {
   font-size: 20px;
   display: block;
   margin-bottom: 8px;
   margin-top: 10px;
 }

 .datails-content h4 {
   font-size: 20px;
   display: block;
   margin-bottom: 8px;
   margin-top: 10px;
 }

 .datails-content h5 {
   font-size: 20px;
   display: block;
   margin-bottom: 8px;
   margin-top: 10px;
 }

 .datails-content h6 {
   font-size: 20px;
   display: block;
   margin-bottom: 8px;
   margin-top: 10px;
 }


 p.related-heading {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   width: 100%;
   display: block;
   font-size: 22px;
   border-radius: 15px;
   font-weight: 700;
   padding: 10px 15px;
 }

 h5.text-theme-colored {
   font-size: 30px;
 }

 .read-btn a {
   color: rgb(255, 255, 255);
   background: rgb(0, 0, 0);
   padding: 7px 15px;
 }

 .read-btn a {
   border-radius: 10px;
 }

 .related_content p {
   font-size: 14px;
 }

 .color-site {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   border-radius: 15px;
 }

 .skin-color {
   background: #000;
   border-radius: 15px;
 }

 .sitema-links-item h2 {
   font-size: 20px;
 }

 .sitema-links-item h3 {
   font-size: 20px;
 }

 .sitema-links-item h4 {
   font-size: 20px;
 }


 .sitema-links-item h5 {
   font-size: 20px;
 }

 .sitema-links-item h6 {
   font-size: 20px;
 }

 ul.stlyed-exporter li a {
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   padding: 10px 30px;
 }

 .full-width-type {
   background-color: #000;
   margin-top: 20px;
   width: 100%;
   margin-left: 0;
   margin-bottom: 20px;
 }

 .inner-states a {
   width: 100%;
   display: block;
   text-align: center;
   padding: 10px 0;
   color: #fff;
 }

 ul.stlyed-exporter li {
   width: 32%;
 }

 .full-width-type {
   background-color: #000;
   margin-top: 20px;
   width: 100%;
   margin-left: 0;
   margin-bottom: 20px;
 }

 .full-width-type h3 {
   color: #fff;
   margin: 0px;
   padding-top: 10px;
   text-align: center;
   padding-bottom: 10px;
 }

 .hvr-radial-out {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   position: relative;
   overflow: hidden;
   background: #000;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
 }

 .icon_box {
   padding: 30px;
   z-index: 9;
   background: linear-gradient(286deg, #0F75BC 0%, #662D91 100%);
   margin-top: 30px;
   transition: all 0.5s ease-in-out;
   min-height: 248px;
   border-radius: 20px;
 }

 .box_icon img {
   width: 15%;
 }

 .client-with-jacueline {
   background: url(../img/Product-Features.webp);
 }