@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
:root
{
--mainColor :#c9a050 !important;
--sColor:#13130d !important
}
body{
margin:0px;
padding: 0px;
background-color: #f7f6ec !important;
/*! overflow-x: hidden; */
}

*{
box-sizing: border-box;
   font-family: 'Cairo', sans-serif !important;
}

.allds
{
   background: #fff !important;
   /*! position: absolute !important; */
   background: unset !important;
   width: 100%;
   border-bottom: 1px solid #ffffff14;
   z-index: 99999;
   position: relative;
}
img
{
object-fit: cover;
object-position: center
}

ul{
list-style: none;
}
.container
{
max-width: 100% !important;
}
a{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.header
{
background-color: #f4f2f2;
position: relative;
}
.header::before{
   background: #14150fcf;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   content: '';
}
.header nav
{
padding: 00px 0;
z-index: unset !important;
/*! background: white; */
}
.header .navbar-brand img
{
width: 145px;
/*! margin-left: 40px; */
margin: 6px 20px;
}
.topbar
{
background-color: var(--mainColor) !important;
/*! padding: 10px 0 */
z-index: 555;
position: relative;
padding: 5px 0;
}
.topbar p
{
margin: 0;
font-size: 13px;
color: rgba(0,0,0,.6)
}
header .navbar-nav
{
flex-direction: row-reverse !important;
}
.topbar ul li:nth-child(1)
{
/*! border-right: 1px solid rgba(0,0,0,.1) */
}
.topbar .pb
{
color:rgba(255,255,255,.8);;
font-size: 12px;
margin: 0;
}
.topbar a
{
color: #fff;
font-size: 12px;
padding: 3px 20px !important;
border-right: 1px solid rgba(255,255,255,.4);
margin: 0;
}
.topbar a:hover
{
color: var(--mainColor);
}
.bottombar
{
background-color: white;

}
.mdlbar
{
background: white;
pad: 20px 0;
padding: 20px 0;
}

.bottombar ul a
{
padding: 10px 23px !important;
color: rgba(255,255,255,.8);
font-size: 17px;
position: relative;
z-index: 6;
transition: .5s;
   color: #ebe9cf !important;
   padding: 13px 19px !important;
   font-size: 14px !important;
   z-index: 1;
   line-height: 3em;
   font-weight: bold;
}


.bottombar ul .active
{
}
.search-space input
{
width: 100%;
border-radius: 20px;
text-align: right;
height:45px;
border:none;
padding-right:15px;
font-size: 14px
}
.search-space .btn
{
background-color: var(--mainColor);
color: black;
border: none;
border-radius: 20px;
width: 100px
}
.search-space input:focus
{
box-shadow: none !important;
}
.mdlbar form
{
width: 750px
}
.mdlbar .mb-3
{
margin: 0;
margin-bottom: 0 !important
}
.mdlbar .box
{
margin: 0px 15px;
text-align: center;
display: flex
}
.mdlbar .box .right-box
{
text-align: right;
}
.mdlbar .box svg
{
width: 45px;
height: 45px;
padding: 10px;
background-color: #FFD70054;
border-radius: 50%
}
.mdlbar .box svg path
{
stroke: white;
}
.mdlbar .box p
{
color: rgba(255,255,255);
font-size: 16px;
margin: 0;
margin-left: 10px;
}
.mdlbar li
{
position: relative
}
.mdlbar li:hover .bag-dropdownmenu
{
display: block
}
.mdlbar li .bag-dropdownmenu
{
position: absolute;
background-color: #fff;
width: 150%;
right: 0;
border: 1px solid rgba(0,0,0,.3);
box-shadow: 0px 10px 10px rgba(255,255,255,.1);
z-index: 88;
overflow: hidden;
border-radius: 5px;
display: none
}
.mdlbar li .bag-dropdownmenu li
{
margin: 10px;
  background-color: #f1f1f1;

}

.mdlbar li .bag-dropdownmenu .bag
{
display: flex;
flex-direction: row-reverse;
width: 100%;
text-align: right
}
.mdlbar li .bag-dropdownmenu  ul
{
padding: 0 !important;
}
.mdlbar li .bag-dropdownmenu  ul img
{
height: 50px;
margin-left: 10px
}

.mdlbar li .bag-dropdownmenu .bag .name
{
margin: 0;
font-size: 14px;
}
.mdlbar li .bag-dropdownmenu .bag .price
{
font-weight: bold
}

.mdlbar li .bag-dropdownmenu .bag .ttprice
{
font-weight: bold;
font-size: 18px;
color: #ce5e27;
margin: 0px 10px;
}
.mdlbar .box span
{
font-size: 12px;
color: rgba(255,255,255,.7)
}
.main
{
padding: 0px 0 !important;
background-size: cover;
position: relative;
z-index: 9999;
/*! margin: 90px auto; */
/*! position: relative; */
}
.main .content
{
text-align: right;
margin: 130px 0;
margin-bottom: 200px
}
.main .content h3
{
color: var(--mainColor)
}
.main .content h1
{
color: white;
font-weight: bold;
letter-spacing: 2px;
font-size: 50px
}
.main .content p
{
color: rgba(255,255,255,.8);
font-size: 19px;
margin: 15px 0
}
.main .content a
{
line-height: 4em;
border: 1px solid var(--mainColor);
padding: 10px 35px;
color: var(--mainColor);
font-size: 20px;
border-radius: 50px;
transition: .5s
}
.main .content a:hover
{
background-color: var(--mainColor);
color: black;
transition: .5s
}
.content-header
{
padding: 30px;
margin: 20px 0;
text-align: right;
background-color: #f1f1f1;
position: relative;
}
.content-header::before
{
background: linear-gradient(to right,var(--mainColor),#0000);
position: absolute;
width: 20%;
height: 2px;
content: '';
right: 40%;
top:21px;
margin: auto;
}
.content-header span
{
font-weight: bold;
position: relative;
padding: 10px 0px;
color: rgba(0,0,0,.8);
font-size:30px;
}
/*
Theme Name:       ClassiXER - Classified Ads Website Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Color */
/* ____Form */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Background */
/* ____Typography */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Service */
/* ____Counter */
/* ____Google-maps */
/* ____Pagination */
/* ____Pricing-table */
/* ____Blog */
/* ____Single Blog */
/* ____Search */
/* ____Testimonial */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
html {
overflow-x: hidden;
}


h1, h2, h3, h4 {
font-size: 29px;
font-weight: 700;
/*! font-family: 'Montserrat', sans-serif; */
}

a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

a:hover {
text-decoration: none;
}

a a:focus {
outline: none;
}

p {
font-weight: 400;
/*! font-family: 'Open Sans', sans-serif; */
margin: 0px;
/*! font-size: 14px; */
}

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

ul li, ol li {
list-style: none;
}

.hero-heading {
font-size: 40px;
font-weight: 700;
color: #fff;
text-transform: capitalize;
line-height: 70px;
letter-spacing: 0.1rem;
}

.hero-sub-heading {
font-size: 20px;
font-weight: 400;
color: #e6e6e6;
line-height: 45px;
letter-spacing: 0.1rem;
}

.section-titile-bg {
display: inline;
font-size: 115px;
font-weight: 700;
height: 100%;
left: -173px;
opacity: 0.1;
position: absolute;
top: -14px;
width: 100%;
text-align: center;
}

.section-title-header p {
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-title {
font-size: 30px;
color: #333;
line-height: 52px;
font-weight: 700;
/*! padding-bottom: 15px; */
/*! margin-bottom: 30px; */
text-align: center;
text-transform: uppercase;
position: relative;
}


.section-subcontent {
font-size: 16px;
text: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 36px;
}

.section-sub {
text-transform: uppercase;
font-size: 24px;
line-height: 52px;
padding-bottom: 15px;
margin-bottom: 30px;
position: relative;
}

.section-sub:before {
position: absolute;
content: '';
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--mainColor);
}

.subtitle {
font-size: 15px;
margin-top: 20px;
font-weight: 500;
margin-bottom: 10px;
}

.inner-title {
font-size: 24px;
font-weight: 700;
text-tranform: capitalize;
}

.page-tagline {
font-size: 24px;
font-weight: 400;
color: #ddd;
}

.page-title {
font-size: 62px;
font-weight: 700;
color: #fff;
}

.btn {
font-size: 14px;
padding: 7px 20px;
cursor: pointer;
font-weight: 400;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: inline-block;
}

.btn:focus,
.btn:active {
box-shadow: none;
outline: none;
color: #fff;
}

.btn-common {
background-color: var(--mainColor);
position: relative;
color: #fff;
z-index: 1;
border-radius: 50px;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}

.btn-common:hover {
color: #fff;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.btn-border {
color: #484848;
background-color: transparent;
border: 2px solid #484848;
border-radius: 4px;
padding: 7px 20px;
}

.btn-border:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
padding: 14px 33px;
text-transform: uppercase;
font-size: 16px;
}

.btn-rm {
padding: 8px 16px;
text-transform: capitalize;
}

button:focus {
outline: none !important;
}

.icon-close, .icon-check {
color: var(--mainColor);
}

.bg-drack {
background: #fafafa;
}

.bg-white {
background: #fff;
}

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

.mt-30 {
margin-top: 30px;
}

/* ScrollToTop */
a.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
text-decoration: none;
}

a.back-to-top i {
display: block;
font-size: 22px;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: var(--mainColor);
border-radius: 50px;
text-align: center;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
text-decoration: none;
}

.owl-carousel .item {
margin: 5px;
}

.owl-carousel.item img {
display: block;
width: 50%;
height: auto;
}

.owl-carousel .owl-controls .owl-page {
display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
background: none repeat scroll 0 0 #fff;
border-radius: 2px;
display: block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px;
}

/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
/*! background-color: #fbfbfb; */
z-index: 9999999;
background-size: cover;
}
#preloader .logo
{
   text-align: center !important;
   margin-top: 90px;
}
#preloader img
{
   margin: auto;
   width: 60% !important;
}
.loader {
top: 50%;
width: 50px;
height: 50px;
border-radius: 100%;
position: relative;
margin: 0 auto;
}

#loader-1:before, #loader-1:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 100%;
border: 7px solid transparent;
border-top-color: var(--mainColor);
}

#loader-1:before {
z-index: 100;
animation: spin 2s infinite;
}

#loader-1:after {
border: 7px solid #fafafa;
}

@keyframes spin {
0% {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

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

.page-header {
padding: 115px 0px 45px;
position: relative;
}

.page-header:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #333333d9;
}

.page-header .breadcrumb-wrapper {
text-align: center;
}

.page-header .breadcrumb-wrapper .product-title {
font-size: 30px;
line-height: 38px;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}

.page-header .breadcrumb-wrapper .breadcrumb {
font-size: 14px;
color: var(--mainColor);
border-radius: 0px;
background: transparent;
padding: 5px 0px;
z-index: 1;
}

.page-header .breadcrumb-wrapper .breadcrumb li {
display: inline-block;
}

.page-header .breadcrumb-wrapper .breadcrumb li a {
color: #fff;
padding-right: 5px;
}

#color-style-switcher .bottom a.settings {
color: var(--mainColor);
}

@-webkit-keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

#roof {
background: #ddd;
padding: 15px 0;
}

#roof .info-bar-address {
font-size: 14px;
}

#roof .quick-contacts span {
margin-right: 10px;
}

#roof .quick-contacts span a {
color: #333;
}

#roof .quick-contacts span a:hover {
color: #E91E63;
}

#roof .quick-contacts span i {
margin-right: 5px;
vertical-align: middle;
font-size: 15px;
}

.menu-bg {
background: #fff;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.menu-bg .navbar-nav .nav-link {
color: #333 !important;
}

.bg-black {
background: #111011;
}

.navbar-brand {
position: relative;
padding: 0px;
}

.navbar-brand img {
width: 120px !important;
margin: 10px 0;
}

.top-nav-collapse {
/*! background: #fff; */
z-index: 999999;
top: 0px !important;
/*! min-height: 58px; */
/*! box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); */
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
/*! background: #fff !important; */
}

.top-nav-collapse .navbar-brand {
top: 0px;
   overflow:hidden
}
.top-nav-collapse .navbar-brand::before
{
   position: absolute;
   width: 100%;
   height: 100%;
   /*! background: var(--mainColor); */
   content: '';
   z-index: ;
   left: 0 !important;
}
.top-nav-collapse .navbar-brand::after
{
   position: absolute;
   width: 100%;
   height: 100%;
   /*! background: red; */
   content: '';
   z-index: ;
   left: 0 !important;
   top: 60px;
   /*! transform: rotate(40deg) */
}
.top-nav-collapse .navbar-nav .nav-link {
color: black;
}
.top-nav-collapse .navbar-brand img
{
   z-index: 999999999999999 !important;
   position: relative
}
.top-nav-collapse .navbar-nav .nav-link:hover {
color: var(--mainColor) !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
color: #fff !important;
}

.indigo {
background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
font-size: 14px;
color: black;
/*! padding: 8px 20px; */
/*! letter-spacing: 0.5px; */
/*! margin-top: 20px; */
/*! margin-bottom: 20px; */
/*! border-radius: 30px; */
/*! line-height: 37px; */
text-transform: uppercase;
/*! background: transparent; */
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/*! border-left: 1px solid rgba(0,0,0,.1); */
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
color: var(--mainColor);
outline: none;
}

.navbar {
padding: 0;
}

.navbar li.active a.nav-link {
color: #fff !important;
background: var(--mainColor);
border-radius: 30px;
}

.dropdown-toggle::after {
display: none;
}

.dropdown-menu {
margin: 0;
padding: 10px;
display: none;
position: absolute;
z-index: 99;
min-width: 190px;
border: none;
background-color: #fff;
white-space: nowrap;
border-radius: 4px;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
position: absolute;
top: -8px;
left: 22px;
display: block;
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 0px 9px 8px;
border-color: transparent transparent #fff;
box-sizing: border-box;
}

.dropdown:hover .dropdown-menu {
display: block;
position: absolute;
text-align: left;
top: 100%;
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
background: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item {
width: 100%;
padding: 6px 12px;
margin-bottom: 2px;
border-radius: 4px;
font-size: 14px;
color: #666;
text-decoration: none;
display: inline-block;
float: left;
letter-spacing: 0.5px;
clear: both;
position: relative;
outline: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
background: var(--mainColor);
color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
background: transparent;
}

.tg-btn, .ds-header a
{
color: #ffffff;
font-size: 14px;
padding: 8px 30px;
margin-left: 10px;
position: relative;
background: var(--mainColor);
text-align: center;
/*! border-radius: 30px; */
display: inline-block;
text-transform: capitalize;
/*! border-radius: 50px; */
}

.tg-btn:hover {
color: #fff !important;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.tg-btn i {
margin-right: 3px;
}

.sign-in {
display: inline-table;
}

.sign-in li {
display: inline-block;
margin-right: 5px;
}

.sign-in li .nav-link {
color: var(--mainColor);
font-weight: 400;
font-size: 14px;
display: inline-block;
padding: 3px 14px 3px;
background: #fff;
border-radius: 30px;
margin-top: 20px;
margin-bottom: 20px;
}

.sign-in li .nav-link:hover {
color: #02ab55 !important;
}

.sign-in li .nav-link i {
margin-right: 5px;
}

.sign-in .dropdown .dropdown-menu .dropdown-item i {
margin-right: 5px;
}

.fadeInUpMenu {
-webkit-animation-name: fadeInUpMenu;
animation-name: fadeInUpMenu;
}

.slicknav_btn {
border-color: var(--mainColor);
}

.slicknav_menu .slicknav_icon-bar {
background: var(--mainColor);
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
#nav-main li a.nav-link {
  padding-top: 18px;
}
}


.mobile-menu {
display: none;
}

.slicknav_menu {
display: none;
}

@media screen and (max-width: 991px) {
.navbar-header {
  width: 100%;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
  display: flex !important;
  width: auto;
}
.navbar-brand img {
  width: 75%;
}
.slicknav_menu {
  display: block;
}
}

@media screen and (max-width: 768px) {
.navbar-header {
  width: 100%;
  display: flex;
}
.navbar-brand {
  padding: 0px 15px;
  top: 0;
  /*! display: flex !important; */
}
   .products article
   {


   }
.navbar-brand img {
  width: 40% !important;
}
#mobile-menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
.slicknav_nav .active a {
  background: #E91E63;
  color: #fff;
}
.slicknav_nav .dropdown li a.active {
  background: #f5f5f5;
  color: #E91E63;
}
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
/*! background: url(../img/hero-area.jpg) no-repeat; */
background-size: cover;
color: #fff;
overflow: hidden;
/*! position: relative; */
background-repeat: no-repeat !important;
}

#hero-area .overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, #1e1f20 , #1c1c1ccf);
/*! z-index: 55555; */
}
.contents h1
{
font-size: 45px;
color: white;

}
.contents p
{
margin: 20px 0
}
#hero-area .contents {
padding: 80px 0 210px;
text-align: center;
justify-content: center !important;
}

#hero-area .contents .head-title {
color: #3c3a3a;
font-size: 50px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}

#hero-area .contents span.year {
color: var(--mainColor);
}

#hero-area .contents p {
font-size: 16px;
color: #535252;
font-weight: 400;
line-height: 26px;
}

.search-bar {
margin-top: 40px;
}

.search-bar .search-form {
width: 100%;
float: left;
}

.search-bar .search-inner {
background: #fff;
overflow: hidden;
border-radius: 50px;
}

.search-bar .search-inner {
margin: auto;
border: 0;
padding: 10px;
width: 70%;
/*! float: left; */
position: relative;
background: rgba(128,128,128,.5);
justify-content: center;
}

.search-bar .form-group:first-child {
border: 0;
}

.search-bar .form-group {
margin: 5px;
float: left;
width: 90%;
padding: 0 0 0 52px;
background: #fff;
border-radius: 50px;
}

.search-bar .form-group .form-control {
position: relative;
z-index: 1;
border: 0;
height: 50px;
border-radius: 4px;
font-size: 15px;
line-height: 30px;
padding: 15px 15px 15px 0;
}

.search-bar .form-group .form-control, .search-bar .form-group .select select {
border: 0;
height: 52px;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 0;
background: #ffffff;
}

.search-bar .form-group .form-control, .search-bar .form-group .select select:focus {
outline: none;
box-shadow: none;
}

.search-bar .select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}

.search-bar .select:after {
top: 7px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.search-bar .select select {
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.search-bar .select select option {
color: #666;
}

.search-bar .inputwithicon {
position: relative;
}

.search-bar .inputwithicon i {
top: 0;
left: 0;
z-index: 2;
color: var(--mainColor);
position: absolute;
left: 20px;
font-size: 20px;
line-height: 50px;
}

.search-bar .btn-common {
top: 15px;
right: 15px;
padding: 0;
z-index: 2;
width: 157px;
border-radius: 50px;
border: none;
cursor: pointer;
line-height: 52px;
text-align: center;
position: absolute;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.search-bar .btn-common i {
font-size: 20px;
vertical-align: middle;
}

.search-button {
background: #484848;
padding-bottom: 40px;
}

#hero-area-two {
background: url(../img/hero-area.jpg) no-repeat;
background-size: cover;
color: #fff;
overflow: hidden;
position: relative;
}

#hero-area-two .overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(54, 59, 77, 0.88);
}

#hero-area-two .contents {
padding: 160px 0 170px;
}

#hero-area-two .contents .head-title {
color: #fff;
font-size: 42px;
font-weight: 500;
line-height: 52px;
margin-bottom: 20px;
}

#hero-area-two .contents p {
font-size: 15px;
color: #fff;
font-weight: 400;
line-height: 26px;
margin: 0px 0px 50px 0px;
}

.search-two {
margin-bottom: 30px;
}

.search-two .search-inner {
padding: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: #fff;
}

.search-two .search-inner > .row {
margin: 0;
}

.search-two .search-inner > .row > div {
padding: 0;
}

.search-two .search-inner .form-group {
position: relative;
margin-bottom: 0;
}

.search-two .search-inner .search-query input[type="text"].form-control {
border-right: 1px solid #d7d7d7;
}

.search-two .search-inner input[type="text"].form-control {
border: 0;
height: unset;
padding: 3px 20px;
border-radius: 0;
margin: 10px 0;
}

.search-two .search-inner .search-location i {
position: absolute;
right: 12px;
top: 9px;
color: #999;
}

.search-two .search-inner button {
border-radius: 3px;
box-shadow: none;
width: 100%;
height: 100%;
line-height: 100%;
font-size: 16px;
}

.search-two .search-inner .search-suggestion {
display: none;
text-align: inherit;
position: absolute;
left: -5px;
top: calc(100% + 13px);
background: #fff;
width: 100%;
max-height: 200px;
overflow-y: scroll;
z-index: 999;
}

.search-two .search-inner .search-suggestion .search-suggestion-items {
text-align: left;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul {
margin: 0;
bottom: 0;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li {
display: block;
margin: 0 0 5px;
padding: 0 20px;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a {
color: #333;
padding: 5px 0;
display: inline-block;
border: 0;
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a:hover {
color: var(--mainColor);
}

.search-two .search-inner .search-suggestion .search-suggestion-items ul li a i {
color: #ffffff;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
text-align: center;
margin-right: 10px;
vertical-align: middle;
background: var(--mainColor);
display: inline-block;
font-size: 18px;
}

.search-two .search-inner .form-group.search-query.query-focus .search-suggestion {
display: block;
animation: fadeIn 0.4s;
-webkit-animation: fadeIn 0.4s;
-moz-animation: fadeIn 0.4s;
-o-animation: fadeIn 0.4s;
-ms-animation: fadeIn 0.4s;
}

.adverts-search-suggestion {
text-align: center;
}

.adverts-search-suggestion .search-suggestion-title {
font-size: 16px;
margin: 0 10px;
}

.adverts-search-suggestion .adverts-search-suggestion-items {
display: inline-block;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul {
margin: 0;
padding: 0;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li {
list-style: none;
display: inline-block;
margin: 0 5px;
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li a {
border: 1px solid #999;
border-radius: 50px;
padding: 5px 10px;
font-size: 13px;
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.8);
}

.adverts-search-suggestion .adverts-search-suggestion-items ul li a:hover,
.adverts-search-suggestion .adverts-search-suggestion-items ul li a:focus {
color: #ffffff;
border-color: #ffffff;
}

.contents-hero-two {
padding: 180px 0 120px;
}

.contents-text .dsc {
font-size: 18px;
color: #fff;
font-weight: 100;
margin-bottom: 20px;
}

.contents-text .heading-title {
color: #fff;
font-size: 28px;
font-weight: 500;
margin-bottom: 30px;
}

.category-icon-item .icon-box {
text-align: center;
padding: 15px 10px;
background: rgba(128,128,128,.5);
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box .icon {
margin-bottom: 10px;
}

.category-icon-item .icon-box .icon i {
color: #fff;
font-size: 42px;
line-height: normal;
width: auto;
height: auto;
}

.category-icon-item .icon-box h4 {
font-size: 14px;
color: #ffffff;
line-height: 15px;
font-weight: 500;
overflow: hidden;
margin-bottom: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.category-icon-item .icon-box:hover {
background: var(--mainColor);
}

.classiser-search-bar {
margin: 0;
}

.classiser-search-bar .search-inner {
border-radius: 3px;
margin: 0;
border: 0;
padding: 20px;
position: relative;
background: rgba(128,128,128,.5);
}

.classiser-search-bar .search-inner h4 {
color: #fff;
margin-top: 0;
font-size: 22px;
margin-bottom: 20px;
}

.classiser-search-bar .form-group {
width: 100%;
float: left;
padding: 0 0 0 52px;
background: #fff;
border-radius: 50px;
margin-bottom: 20px;
}

.classiser-search-bar .inputwithicon {
position: relative;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 20px;
z-index: 2;
position: absolute;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .btn-common {
padding: 0;
z-index: 2;
border-radius: 50px;
border: none;
cursor: pointer;
line-height: 50px;
text-align: center;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.classiser-search-bar .inputwithicon i {
top: 0;
left: 0;
z-index: 2;
color: var(--mainColor);
position: absolute;
left: 20px;
font-size: 20px;
line-height: 50px;
}

.classiser-search-bar .select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}

.classiser-search-bar .select select {
border: 0;
height: 50px;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 0;
background: #ffffff;
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group .select select:focus {
outline: none;
box-shadow: none;
}

.classiser-search-bar .select:after {
top: 7px;
right: 15px;
z-index: 2;
color: #666;
display: block;
content: '\e93a';
position: absolute;
text-align: center;
font-size: inherit;
line-height: 40px;
font-family: 'LineIcons';
}

.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group select {
border: 0;
height: 50px;
width: 100%;
border-radius: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 15px 5px;
background: #ffffff;
}

/* Feateured Product */
.featured-box {
width: 100%;
background: #fff;
box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
margin-bottom: 15px;
margin-top: 15px;
}

.featured-box figure {
margin: 0;
width: 100%;
float: left;
position: relative;
}

.featured-box figure .icon i {
top: 10px;
right: 10px;
z-index: 2;
color: #fff;
font-size: 17px;
font-weight: 500;
text-align: center;
position: absolute;
background: var(--mainColor);
padding: 10px;
display: inline-block;
border-radius: 50%;
}

.featured-box .feature-content {
display: inline-block;
padding: 0px 20px 10px;
}

.featured-box .feature-content .product {
width: 100%;
float: left;
font-size: 13px;
line-height: 18px;
list-style: none;
margin: 0 0 12px;
padding: 15px 0 10px;
border-bottom: 1px solid #eee;
}

.featured-box .feature-content .product a {
color: #333;
}

.featured-box .feature-content .product a i {
margin-right: 5px;
}

.featured-box .feature-content h4 {
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}

.featured-box .feature-content h4 a {
color: #333;
}

.featured-box .feature-content h4 a:hover {
color: var(--mainColor);
}

.featured-box .feature-content span {
margin-bottom: 10px;
display: block;
font-size: 13px;
color: #999;
}

.featured-box .feature-content ul.address {
margin-bottom: 10px;
display: inline-block;
}

.featured-box .feature-content ul.address li {
float: left;
width: 50%;
line-height: 30px;
color: #999;
}

.featured-box .feature-content ul.address li i {
margin-right: 5px;
}

.featured-box .feature-content ul.address li a {
color: #999;
}
.meteors-container span:nth-child(5) {
  top: 83.3333333333%;
  left: 100%;
  box-shadow: 0px 0px 5px #fff;
  animation: meterosAnim-4 linear 0.45s infinite;
}

@keyframes meterosAnim-4 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
.meteors-container span:nth-child(6) {
  top: 100%;
  left: 100%;
  box-shadow: 0px 0px 5px #fff;
  animation: meterosAnim-5 linear 0.65s infinite;
}

@keyframes meterosAnim-5 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 1px, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, -2px, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 2px, 0);
  }
}
.mmmrzptijek
{
  position: absolute;
   left: 10px;
  top: 19px;
  font-size: 12px !important;
  color: rgba(0,0,0,.4) !important;
}
.bobbtex
{
   margin: 10px 0;
   position: relative;
   border-radius: 10px !important;;
   overflow: hidden
}
.bobbtex .ovelay{
   position: absolute;
   bottom: 0;
   background-image: linear-gradient(to top, var(--mainColor), #04374d42);
   color: white;
   padding: 10px;
   height: 100%;
   width: 100%
}
.bobbtex img
{
   height: 200px;
   width: 100%;
}

.bobbtex h3
{
   font-size: 18px;
   text-align: right;
}
.bobbtex h5
{
   font-size: 14px;
   margin-top: 50px;
   text-align: right;
   color: #fff;
   font-weight: bold;
   text-decoration: underline;
}
.bobbtex p{
   text-align: right;
   font-size: 12px;
}

.maoner .container
{
   padding: 0
}
.maoner .box
{
   padding: 0;
   position: relative;
   border-right: 5px solid var(--mainColor);
   margin: 0;
}
.maoner .box::before
{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   content: '';
   background-image: linear-gradient(to bottom, #00000069,#2f2f2e);
   transition: .5s;
}
.maoner .box:hover::before
{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   content: '';
   background-image: linear-gradient(to bottom, #151515d6,#2f2f2e);
   transition: .5s;
}
.maoner
{
   background: #fffefe;
}
.maoner .box .ert
{
   position: absolute;
   top: 50%;
   width: 100%;
   text-align: center;
   color: white;

}
.maoner .box h1
{
   margin-bottom: 30px;
}
.maoner .col-md-6
{
   padding: 0
}
.maoner .box a
{
   color: white;
   border: 1px solid;
   padding: 8px 40px;
   border-radius: 30px
}
.maoner .box a:hover
{
   background: var(--mainColor);
   border: unset !important;;
   transition: .5s
}
.printpdfpage table th, .printpdfpage td
{
      border: 1px solid  black;
      padding: 5px 10px;
      text-align: right !important;

      width: auto;
      font-size: 14px !important;
}
.printpdfpage *
{
  font-family: "Scheherazade New", serif !important;
font-weight: 400;
font-style: normal;
}
.printpdfpage table
{
      width: 80% !important;
      margin: auto !important;
      margin-top: 50px !important;
      /* border-radius: 10px !important; */
}
.printpdfpage table th
{
      width: 30%;
      font-weight: bold !important;
}
.ermkte
{
      margin-top: 30px
}
.ermkte p{
      color: black;
      font-size: 16px;
      font-weight: bold
}
.ppret
{
      text-align: right
}
.ppret h6{

      font-weight: bold;
      font-size: 17px;
      margin-bottom: 30px;
      color: black
}
.ppret h2{
      margin-bottom: 63px !important;
      font-size: 17px;
      font-weight: bold;
      color: black;;
      text-align:center
}
.management-body
{
  margin-bottom: 60px
}
.management-body th{
  background-color: var(--mainColor);
  color:white;
} text {
      fill: white;
      font-size: 14px;
      cursor: pointer;
      user-select: none;
    }
    #info-box {
      margin-top: 20px;
      display: none;
      padding: 10px;
      background: #e2e8f0;
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }
    #info-box h3 {
      margin-top: 0;
    }  #dropdown-menu {
        position: absolute;
        background: white;
        border: 1px solid #888;
        padding: 5px 10px;
        list-style: none;
        margin: 0;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        z-index: 1000;
        font-family: Arial, sans-serif;
      }
      #dropdown-menu li {
        padding: 4px 0;
      }
      #dropdown-menu li:hover {
        background-color: #eee;
        cursor: pointer;
      }


.popupdin{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #000000a3;
   color: white;
}
.popupdin .box-content{
   margin-top: 90px;
   background: white;
   padding: 30px;
   border-radius: 10px
}
.popupdin h3{
   color: black
}
.popupdin .btn{
   background: var(--mainColor);
   margin: 10px 0
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  cursor: pointer;
  padding: 8px 12px;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  user-select: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 4px;
  z-index: 1000;
}

.dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
ul.tree, ul.tree ul {
       list-style-type: none;
       padding-left: 20px;
   }
   ul.tree {
       margin: 0;
   }
   ul.tree li {
       position: relative;
       padding: 5px 0 5px 15px;
       cursor: default;
   }
   ul.tree li::before {
       content: '';
       position: absolute;
       top: 15px;
       left: 0;
       width: 10px;
       height: 1px;
       background: #555;
   }
   ul.tree ul li::before {
       top: 0;
       height: 100%;
       left: 10px;
       width: 1px;
   }
   /* Caret styling */
   .caret {
       cursor: pointer;
       user-select: none;
       display: inline-block;
       margin-left: 5px;
       border-style: solid;
       border-width: 5px 5px 0 5px;
       border-color: #555 transparent transparent transparent;
       vertical-align: middle;
       transform: rotate(-90deg); /* collapsed */
       transition: transform 0.3s ease;
   }
   .caret-down {
       transform: rotate(0deg); /* expanded */
   }
   ul.tree ul {
       display: none;
       margin-left: 15px;
       border-left: 1px solid #ccc;
   }
   .family-tree ul {
     padding-top: 20px;
     position: relative;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 20px;
   }

   .family-tree li {
     list-style-type: none;
     text-align: center;
     position: relative;
     padding: 11px 5px 0 5px;
   }

   .family-tree li::before, .family-tree li::after {
     content: '';
     position: absolute;
     top: 0;
     width: 63%;
     height: 20px;
     border-top: 1px solid var(--mainColor);
   }

   .family-tree li::before {
     right: 50%;
     border-right: 2px solid var(--mainColor);
   }

   .family-tree li::after {
     left: 50%;
     border-left: 2px solid var(--mainColor);
   }

   .family-tree li:only-child::before,
   .family-tree li:only-child::after {
     display: none;
   }

   .family-tree li:first-child::before {
     border: none;
   }

   .family-tree li:last-child::after {
     border: none;
   }

   .family-tree li > ul::before {
     content: '';
     position: absolute;
     top: 0;
     left: 50%;
     height: 20px;
     border-left: 2px solid var(--mainColor);
   }

   .family-tree .member-box {
     /*! border: 1px solid #ccc; */
     padding: 10px;
     border-radius: 8px;
     background: #f9f9f9;
     min-width: auto;
     z-index: 9999999999;
     position: relative;
     cursor: pointer;
   }
.family-tree .member-box h6{
   font-size: 13px;
   margin: 0
}
.family-tree .member-box small{
   font-size: 14px
}.family-tree .couple-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #e0f7fa;
  border: 2px dashed #2196f3;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  min-width: 200px;
}

.family-tree .couple-box .single-person {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.family-tree .couple-box .single-person img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}
.sidebar
{
  z-index: 99999999999;
  width: 100%;
  text-align: right;
  position: relative;
  padding: 10px 30px;
  margin: auto;
  /*! margin-bottom: 10px !important; */
  /*! display: flex; */
  justify-content: end;

  display: none;
}
.sidebar .lsitte
{
  position: absolute;
  right:  -90% ;
  background: white;
  width: 80%;
  padding: 30px 0px !important;
  z-index: 999999999999;
  top:45px;
  /*! z-index: 999999999999999999999999999999999999999999999999; */
  /*! height: 80vh !important; */
  z-index: 999;
  border-radius: 10px 0px 0px 20px
}
.sidebar .lsitte li
{
  z-index: 9999999999999;
  position: relative;
  color: white;
text-align: right;
  margin: 30px 0px
}
.sidebar .lsitte .act
{
  display: flex;
  justify-content: center;
  margin-top: 120px
}
.sidebar .lsitte .act li
{
  margin: 0
}
.sidebar .lsitte li a
{
  text-align: right;
  /*! padding-bottom: 0px; */
  position: relative;
  color: black;
  font-size: 20px;
}
.sidebar .fa-bars
{
  padding: 9px 16px;cursor: pointer;

  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .sec-title
  {
    margin: 0
  }
.carousel .cot
 {
   margin: 0;
   width: 100%;

   margin-top: 150px;
   z-index: 000000 !important;
 }
 .header .hdcotnt:before, .header .hdcotnt:after
 {
   display: none !important;
 }
 .carousel .cot h1
 {
   font-size: 25px !important;
 }
  .sidebar
  {
    display: block !important;
  }
 .carousel .cot p
 {
   font-size: 14px;
   margin: 30px 0;
   margin: 0 !important;
 }
  .ergdf9t
  {
    width: 60% !important;
  }
 .header .navbar-brand img
 {
   width: 120px !important;
 }
 .team
 {
   padding: 0 !important;
 }

 navbar-nav ml-auto
 {
   background: var(--mainColor) !important;
 }
  .tot
  {
    height: 200px !important;
    margin-bottom: 30px
  }
  .service2 .content-a
  {
    padding-top: 0 !important;
  }
 .navbar-collapse
 {
   background: var(--mainColor);
   z-index:   9999999999999 !important;
   position: relative;
   margin-bottom: 30px
 }
 .topbar .ml-auto a
 {
   color: white !important;

 }
 .act .active a
 {
   background:#191514 !important;
 }
 .header .active
 {
   /*! margin: 0px 15px !important; */
 }
 .team .col-md-12 .row
 {
   flex-direction: column-reverse
 }
   .carousel img
 {
   min-height: auto !important;
   background-size: contain;
   height: auto !important;
   /*! z-index: -1; */
 }
  .drrs img
  {
    width: 65;
    margin-top: 58px;
  }
  .ergdf9t
  {
    width: 68% !important;
  }
  .en .cot .row
  {
    flex-direction: column !important;
  }
 .faq .row
 {
   flex-direction: column-reverse
 }
     .mmrcontent .row
 {
   flex-direction:column-reverse
 }
 .hdcotnt
 {
   padding: 50px  !important;
 }
 .header .drrs
 {
   height: auto !important;
 }
   .topbar
 {
   /*! display: none !important; */
 }
 .bottombar
 {
   /*! padding: 15px 0 */
 }
}

.header
{
 background-size:cover;
 z-index: 2;
 position: relative;
 /*! overflow: hidden; */
 /*! position: absolute; */
 width: 100%;
 /*! background: rgba(255,255,255,.1); */
 /*! background: white !important; */
 z-index: 0;
 z-index:  4 !important;
}
.topbar
{
 background-color: var(--mainColor);
 /*! border-bottom: 1px solid rgba(255,255,255,.3); */
 overflow: hidden;
}
.topbar nav
{
 padding: 0 15px !important
}
.topbar .ml-auto a
{
 padding:10px 15px;
 color: #eaeaea;
 font-size: 14px;
 /*! border-right: 1px solid #e2b0176e; */
}


.header .navbar-brand img
{
 width:   auto !important;
 /*! margin-top: 11px; */
 /*! margin-bottom: 10px; */
 height: auto !important;
 /*! padding-bottom: 80px; */
 width: 107px !important;
}
.bottombar
{
 border-bottom: 1px solid rgba(255, 255, 255, 0.18);
 /*! z-index: -999999999999999 !important; */
 position: relative;
 /*! z-index: -5; */
 background: rgba(19, 19, 13, 0);
 /*! position: absolute; */
 width: 100%;
}
.header a
{
 font-size: 16px;
 color: rgb(255, 255, 255);
 padding: 0;
 margin: 0;
 text-transform: uppercase;
}
.header .drrs
{
 /*! overflow: hidden; */
 /*! height: 600px; */
 /*! background: red !important; */
 position: relative;
 /*! overflow: hidden; */
}
.dropdown-menu
{
 background: #191514 !important;
 text-align: right
}
.dropdown-menu a
{

 font-size: 13px;
 padding: 10px 10px;
 border-bottom: 1px solid #e2b01729;
}
.header a:hover
{
 color: #191514;
}
.header ul a:hover
{
 color: var(--mainColor) !important;
}
.header .sd a
{
 padding: 10px 25px !important;
 border: 1px solid var(--mainColor);
 /*! margin-left: 15px; */
 /*! border-radius: 5px; */
 font-size: 15px !important;
}
.header .sd .active
{
 /*! background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e ); */
 color: white;
 border: none;
 border: 1px solid;
 border-radius: 10px;
}
.header .sd .noactive
{
 border: 1px solid var(--mainColor);
 color: var(--mainColor);
}
.header .sd .active:hover
{
 color: white
}

.header ul
{
 flex-direction: row-reverse !important;
 /*! margin-right: 50px; */
}
.en .header .merelgj
{
  flex-direction: row !important;
  margin-right: 40px
 }
  .header ul:nth-child(2) li
{
  margin: 0px 6px;
}
.header .content
{
 margin: 150px 0;
 margin-top: 80px;
 text-align: center
}
.header .hdcotnt
{

 /*! background: #fff; */
 padding: 0px;
 position: relative;
 z-index: 999999;
 padding-bottom: 74px;
 /*! height: 600px; */
 /*! overflow: hidden; */
 /*! overflow-y: hidden; */
 /*! width: 600px !important; */
 padding-right: 50px !important;
 /*! padding-top: 80px !important; */
 padding-left: 0px;
 margin: 80px 0;
 text-align: center !important;
}

.header .col-md-8, .header .col-md-4
{
 padding: 0
}

.header .carousel .col-md-6
{
 padding: 0 !important;
}
.header .content h1
{
 color: white;
 font-weight: bold;
 position:relative;
 z-index: 111
}
.header .content p
{
 margin: 30px 0;
 color: rgba(255,255,255,.8);
 line-height: 1.8em;
}
.header .content a, .aboutus a
{
 /*! background: #191514; */
 /*! padding: 13px 30px; */
 /*! font-size:14px; */
 /*! border-radius: 5px; */

 color: black;
 /*! color: var(--mainColor) !important; */
}
.header .content a:hover
{
 color: white
}
.bottombar .container
{
 /*! background-color: #f7f7f7; */
 margin: 10px auto;
}
.topbar .mr-auto p
{
 font-size: 14px !important;
 margin: 0;
 color: white
}
.topbar .mr-auto .fas
{
 color: var(--mainColor);
 margin-right: 5px
}
.bottombar .container
{
  margin: 0;
}
.header .container
{
  max-width: 99%;
  padding: 0px 40px;
}
.bottombar .container nav
{
 padding: 0
}
.bottombar .container nav div
{
  display: flex;
  width: 50% !important;
  position: relative;
  padding: 0px !important;
  padding-left: 80px !important;
}
.aboutus
{
 padding: 40px 0;
 /* background-image: url('/cons/downloads/images/about-bg.jpg'); */
 background-size: cover
}
.aboutus .content-a h1
{
 text-transform: capitalize;
 font-size: 25px;
 line-height: 1.6em;
 color: rgb(69, 69, 69) !important;
 font-weight: bold;
 text-align: right;
}
.aboutus .content-a  h3
{
 font-size: 20px;
 text-transform: capitalize;
 color: rgba(0,0,0,.6)
}
.aboutus .content-a ul
{
 margin: 20px 0;
 margin-top: 40px
}
.aboutus .content-a ul li
{
 display: block;
 text-align: left;
 margin: 15px 0
}
.aboutus .content-a .box
{
 display: flex;
 text-align: right;
 flex-direction: row-reverse;
}
.aboutus .content-a svg
{
 width: 80px;
 height: 80px
}
.aboutus .content-a path
{
 fill: var(--mainColor)
}
.aboutus .content-a .box p
{
 font-size: 15px !important;
 color: rgba(0,0,0,.6)
}
.aboutus .box span
{
 text-transform: capitalize;
 font-weight: bold
}
.aboutus .content-a .icon
{
 margin-right: 10px
}
.aboutus .text a
{
 color: white;
}
.aboutus .content-a
{
 text-align: right
}
.header-content
{
 text-align: center;
 margin: 30px 0;
 margin-bottom: 60px
}
.header-content h1
{
 color: var(--mainColor);
 font-weight: bold;
 color: rgba(0,0,0,.6) !important;
 margin: 60px 0;
}


.btsd
{
 text-align: center;
 padding: 30px 0
}
.btsd a
{
 padding: 8px 45px;
 position: relative;
 color: #191514;
 /*! border-radius: 5px; */
 transition: .5s;
 font-size:14px;
 border: 1px solid;
 border: 1px solid #191514aliceblue;
}
.btsd a:hover
{
 background: #191514;
 color: var(--mainColor);
 transition: .5s;
 border: unset;

}
.card-styles .blog-card
{
 overflow: hidden;
 text-align: right !important;
 position: relative;
 margin: 5px;
}
.card-styles .blog-card img
{
 transition: .5s;
 height: 400px;
 object-fit: cover;
 object-position: center;
 width: 100% !important;
}
.card-styles .blog-card .card-overlay
{
 position: absolute;
 width: 100%;
 height: 100%;
 background-image: linear-gradient(to bottom, #00000042, #4e72ff36);
 top: 0;
 left: 0;
 padding:10px;
}
.card-styles .blog-card .card-overlay .date
{
 float: right;
 color: white;
 padding: 5px;
 text-transform: capitalize;
 font-weight: bold;
 background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );

}
.card-styles .blog-card .card-overlay h1
{
 color: white;
 font-weight: bold;
 text-transform: capitalize;
 font-size: 30px;
 margin-top: 250px;
 padding: auto 30px;
}
.card-styles .blog-card .card-overlay p
{
 color: white;
 font-size: 15px;
 padding: auto 30px;

}
.card-styles .blog-card .card-overlay .category
{
 color: var(--mainColor);
 padding: 10px;
 line-height: 3em;
}
.card-styles .blog-card:hover img
{
 transition: .5s;
 transform: scale3d(1.05,1.05,1.05)
}
/* style one End */

.blog-card-style-2 .blog-card-2
{
 position: relative;
 margin: 5px 0;
 overflow: hidden;
 text-align: right;
}

.blog-card-style-2 .blog-card-2 img
{
 height: 400px;
 object-fit: cover;
 object-position: center
}
.blog-card-style-2 .blog-card-2 .card-hf
{
 position: absolute;
 bottom: -40%;
 background-color: rgba(22, 22, 22, 0.82);
 padding: 10px;
   padding-bottom: 30px;

 transition: .5s
}
.blog-card-style-2 .blog-card-2 .card-hf .date
{
 background-color: var(--mainColor);
 color: black;
 line-height: 3em;
 padding: 5px;
 font-size: 13px;
 font-weight: bold;
 text-transform: capitalize;
}

.blog-card-style-2 .blog-card-2 .card-hf h1
{
 color: white;
 font-size: 30px;
 margin-bottom: 45px;
 font-weight: bold;
 transition: .5s;
 text-transform: capitalize
}
.blog-card-style-2 .blog-card-2 .card-hf p
{
 color: white;
 font-size: 14px;
}
.blog-card-style-2 .blog-card-2:hover .card-hf
{
 bottom: 0;
 transition: .5s
}
.blog-card-style-2 .blog-card-2:hover h1
{
 margin-bottom: 5px;
 transition: .5s
}
.blog-card-style-2 .blog-card-2 a
{
 color: var(--mainColor);
 font-weight: bold;
 text-transform: capitalize;
 line-height: 2em
}
.blog-card-style-2 .blog-card-2 a i
{
 width: 0;
 transition: .5s;
 overflow: hidden;
}
.blog-card-style-2 .blog-card-2 a:hover i
{
 width: auto;
 transition: .5s
}

/* style two begin */
.blog-card-style-3 .blog-card-3
{
 margin: 5px;
 position: relative;
 overflow: hidden
}
.blog-card-style-3 .blog-card-3 img
{
 height: 500px;
 object-fit: cover;
}
.blog-card-style-3 .blog-card-3 .card-bd
{
 padding: 10px;
 background-color: #f1f1f1
}
.blog-card-style-3 .blog-card-3 .card-bd .date
{
 font-weight: bold;
 font-size: 14px;
 text-transform: capitalize
}
.blog-card-style-3 .blog-card-3 .card-bd h1
{
 text-transform: capitalize;
 font-weight: bold;
 margin: 10px 0;
 font-size: 30px;
}
.blog-card-style-3 .blog-card-3 .card-bd p
{
 color: black;
 font-size: 16px
}
.blog-card-style-3 .blog-card-3 .card-bd a
{
 line-height: 3em;
 background-color: var(--mainColor);
 color: black;
 text-transform: capitalize;
 font-weight: bold;
 padding: 8px 12px;
}
.blog-card-style-3 .blog-card-3 .card-bd a i
{
 transition: .5s
}

.blog-card-style-3 .blog-card-3 .card-bd a:hover i
{
 margin-right: 5px;
 transition: .5s
}
.contactus
{
 background-image: url('/monf/downloads/images/world.jpg');
 background-size: cover;
 padding: 80px 0

}
.contactus input, .contactus textarea
{
 text-align: right;
 margin: 10px 0;
 border-radius: 0px;
 height: 40px;
 font-size: 14px
}
.contactus textarea
{
 height: 100px;
}
.contactus .btn
{
 border: none;
 border-radius: 5px;
 width: 150px;
 text-align: center
}
.contactus input:focus, .contactus textarea:focus
{
 box-shadow: none !important;
}
.blog-list .post
{
 position: relative;
 overflow: hidden;
 background-color: #5b4d4d00;
 margin: 5px 0
}
.blog-list .post img
{
 height: 250px;
 width: 100% !important;
 object-fit: cover;
 margin-bottom: 10px;
 object-position: center;
 margin: 0;
}
.blog-list .post .post-tx
{
 width: 100%;
 padding: 10px;
 line-break: auto;
 text-align: right;
}
.blog-list .post .post-tx span
{
 font-weight: bold;
 color: var(--mainColor);
 text-transform: capitalize;
 padding: 6px 0px;
 line-height: 2em;
 font-size: 17px;
}
.blog-list .post .post-tx h1
{
 text-transform: capitalize;
 font-size: 28px;
 margin: 5px 0;
 font-weight: bold;
 color: #0d0d0d;
}
.blog-list .post .post-tx p
{
 font-size: 20px;
 line-height: 1.6em;
 color: rgba(23, 23, 23, 0.9);
 margin: 20px 0;
}
.blog-list .post .post-tx a
{
 text-transform: capitalize;
 color: var(--sColor);
 /*! font-weight: bold; */
 background: var(--mainColor);
 /*! line-height: 4em; */
 padding: 8px 12px;
 font-size: 18px;
}
.blog-list .post .post-tx a i
{
 margin: 0;
 transition: .5s;
}

.blog-list .post .post-tx a:hover i
{
 margin-left: 10px;
 width: auto;
 transition: .5s
}
.sidebar-ctn .col-md-12
{
 padding:  5px
}
.sidebar-ctn .card-ctn
{
 position: relative;
 overflow: hidden;
 padding: 0px 0;

 box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.07);
 border-radius: 20px;
}
.sidebar-ctn .card-header-ctn
{
 background: #c1c1c1;
 padding: 5px 12px;
 position: relative
}
.sidebar-ctn .card-header-ctn h1
{
  font-size: 24px !important;
  text-align: right;
  margin: 0;
  padding: 10px;
}

.en .card-body-ctn .categories-list li a, .en .card-body-ctn .posts-list a
{
  text-align: left !important;
}
.en .sidebar-ctn .card-header-ctn h1
{
  text-align: left
}
.card-body-ctn form input
{
 border-radius: 0px;
 height: 45px;
 font-size: 17px;
 border: none;
 background-color: #f1f1f1;
 padding-right: 55px;
 margin:10px 0
}
.card-body-ctn form input:focus
{
 background-color: #f1f1f1;
 box-shadow: none;
 border: none;
}

.card-ctn form i
{
 position: absolute;
 right: 0;
 background-color: var(--mainColor);
 color: black;
 padding: 14px;
 margin-top: 22px;
}
.card-body-ctn .categories-list li, .posts-list li
{
 display: block;
 border-bottom: 1px solid #00000021;
 margin-bottom: 10px;
}
.card-body-ctn .categories-list li a
{
 display: block;
 padding: 8px 10px;
 text-transform: capitalize;
 color: #575252;
 font-weight: bold;
 font-size: 13px;
 text-align: right;
}
.card-body-ctn .categories-list li a:hover
{
 color: var(--mainColor)
}
.card-body-ctn .posts-list a
{
 display: block;
 padding: 10px 15px;
 color: rgba(45, 42, 42, 0.8);
 text-transform: capitalize;
 font-size: 12px;
 text-align: right;
}
.card-body-ctn .posts-list a:hover
{
 background-color: #f0f0f0;
 color: black
}
.card-body-ctn .tags-list
{
 margin: 10px 0
}
.card-body-ctn .tags-list li
{
 display: inline;
}
.card-body-ctn .tags-list li a
{
 line-height: 2.6em;
 padding: 5px;
 background-color: #f0f0f0;
 color: rgba(0,0,0,.8);
 font-size: 14px;
 font-weight: bold;
}
.card-body-ctn .tags-list li a:hover
{
 color: black;
 background-color: var(--mainColor)
}
.hd-ct h1
{

 color: var(--mainColor);
 text-decoration: underline
}
.post
{
 position: relative;
 margin: 10px 0
}
.post .post-header h1
{
 text-transform: capitalize;
 font-weight: bold;
 margin: 10px 0;
 font-size: 29px;
 text-align: right;
 color: black;
 margin-top: 60px;
}
.post .post-header ul
{
 margin: 40px 0;
}
.post .post-header ul li
{
 display: inline;
}
.post .post-header ul li .date
{
 background-image: linear-gradient(to left, #191514 ,#191514 );
 padding: 25px 20px;
 font-size: 13px;
 text-transform: capitalize;
 font-weight: bold;
 color: white;
}
.post .post-header ul li .category, .post .post-header ul li .admin
{
 text-transform: capitalize;
 font-weight: bold;
 background-color: #f0f0f0;
 padding: 27px 20px;
 font-size: 11px;
}
.post-body
{
 overflow: hidden;
 text-align: right;
 margin: 0px 0 !important;
}
.post-body img
{
 height: 600px;
}
.post-body h2
{
 margin: 30px 0;
 text-transform:capitalize;
 font-weight: bold;
 color: #c6c6c6;
}
.post-body p
{
 line-height: 1.2em;
 font-size: 14px;
}
.post-body .spc-spce-para
{
 background-color: #f0f0f0;
 position: relative;
 padding: 20px 15px;
 margin: 30px 0
}
.post-body .spc-spce-para::before
{
 height: 100%;
 width: 5px;
 background-color: var(--mainColor);
 left: 0;
 top: 0;
 position: absolute;
 content: ''
}
.post-body .spc-spce-para p
{
 font-size: 18px;
 font-weight: bold
}
.post-body .img img
{
 height: 200px;
 object-fit: cover;
 margin: 15px;
 margin-left: 0
}

.post-body p
{
 color: rgba(13, 13, 13, 0.8);
}
.sd64f
{
 background-color: var(--mainColor);
 color: white;
 padding:10px  20px !important;
 line-height: 4em !important;
 font-size: 13px;
}
.sd64f:hover
{
 color: white
}
.product-card {
   width: 100%;
   position: relative;
   /*! box-shadow: 0 2px 7px #dfdfdf; */
   margin: 50px auto;
   background: #3e3a3a;
}


.product-tumb {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 246px;
   padding: 32px;
   background: #3e3a3a;
}

.product-tumb img {
   max-width: 100%;
   max-height: 100%;
}

.product-details {
   padding: 30px;
   text-align: right;
}

.product-catagory {
   display: block;
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
   color: #ccc;
   margin-bottom: 18px;
}

.product-details h4 a {
   font-weight: 500;
   display: block;
   margin-bottom: 18px;
   text-transform: uppercase;
   color: var(--mainColor);
   text-decoration: none;
   transition: 0.3s;
}

.product-details h4 a:hover {
   color: #fbb72c;
}

.product-details p {
   font-size: 13px;
   line-height: 22px;
   margin-bottom: 18px;
   color: #dddbdb;
}

.product-bottom-details {
   overflow: hidden;
   border-top: 1px solid #eee;
   padding-top: 20px;
}

.product-bottom-details div {
   float: center;
   width: 100%;
   /*! text-align: left; */
}

.product-price {
   font-size: 18px;
   color: var(--mainColor);
   font-weight: 600;
}

.product-price small {
   font-size: 80%;
   font-weight: 400;
   text-decoration: line-through;
   display: inline-block;
   margin-right: 5px;
}

.product-links {
   text-align: center;
   width: 100%
}

.product-links a {
   display: inline-block;
   margin-left: 5px;
   color: var(--mainColor);
   transition: 0.3s;
   font-size: 14px;
   border: 1px solid;
   padding: 5px 13px;
}

.product-links a:hover {
   color: #fbb72c;
}
.sdlk
{
 background-color: var(--mainColor);
 color: white;
 padding: 16px 30px;
 line-height: 6em;
 border-radius: 5px
}
.sdlk:hover
{
 color: white;
}
.cons form input, .cons select
{
 text-align: center;
 border-radius: 0;
 border: navajowhite;
 /*! border-right: 4px solid var(--mainColor); */
 margin-bottom: 20px;
 background: #f1f1f1;
 height: 45px;
}
.cons form
{
 text-align: right;
 background: #191514;
 padding: 40px;
 border-radius: 5px;
 box-shadow: 0px 10px 10px rgba(0,0,0,.3);
}
.cons form input:focus
{
 box-shadow: none !important;
}
.cons form label
{
 color: var(--mainColor);
}
.footer
{
 background-color: #f9f9f9;
 padding: 30px 0;
 padding-bottom: 0;
 text-align:right;
 /*! border-top: 8px solid var(--mainColor); */
}
footer ul
{
  display: block;
  width: 100%;
  margin-bottom: 40px !important;
  text-align: right;
}
footer li
{
  width: 100%;
  text-align: center
}
footer li a
{
  color: #fff !important;
  text-align: left !important;
  display: block;
}
.footer p
{
 color: #3c3c3c !important;
 font-size: 13px;
 line-height:1.8em;
}
.footer h1
{
 font-size: 25px;
 color: var(--mainColor)
}
.footer a
{
 color: #2f2f2f !important;
 font-size: 13px;
 display: block;
 padding: 3px 0;
 text-decoration: underline;
 text-align: right !important;
}
.footer .rights
{
 text-align: left;
 font-size: 13px;
 display:flex;
}
.footer .rights a
{
   font-size:18px;
   padding:10px 12px;
 border-radius: 50%
}
.contactus h5
{
 display: block;
 text-align: center;
 padding: 50px 0;
 background-color: var(--mainColor);
 color: white;
 text-transform: capitalize
}
.contactus h5 svg
{
 width: 40px;
 height: 40px;
}
.contactus h5 svg path
{
 fill: white
}
@media only screen and (max-width: 600px) {
 .container
 {
   max-width: 96% !important;
 }
 .header
 {
   background-size: cover !important;
 }
 .header .content
 {
   margin: 20px 0
 }
 .services .col-md-4:nth-child(3) .box
 {
   transform: scale(1)
 }
 .header .content h1
 {
   font-size: 30px
 }
 .navbar-nav ul
 {
   display: block !important;
 }
 .navbar-nav li
 {
   display:block !important;
   position: relative;
   z-index: 999999999999999;
 }
 .navbar-nav .nav-link
 {
   display: block !important;
   /*! z-index: 99999999999999999999; */
   position: relative;
   color: white;
 }
}
.rights-s
{
 text-align: right;

}
.footer .rights, .footer .rights-s
{
   margin: 50px 0;
 margin-bottom: 10px;
}
.wg
{
 text-align: right
}
.footer .logo
{
 text-align: revert
}
.footer .rights a
{
 background-color: #7d7b7a;
 margin: 0px 10px;
}
.wg p
{
 font-size: 25px;
 color: var(--mainColor);
 margin: 0
}
.footer .logo i
{
 margin-right: 10px
}
.footer .logo img
{
 margin-left: 80px
}
.description h3
{
 color: var(--mainColor);
 text-align: right;
 padding: 20px 0
}
.description .content
{
 padding: 0px 30px;
 text-align: right
}
.description .content p
{
 color: white;

}
.description .content path
{
 stroke: var(--mainColor)
}
.header .content ul li
{
 display: inline-flex;
 margin: 20px 5px
}
.header .content ul li a
{
 border-radius: 50%;
 padding: 9px 12px;
 background-color: rgba(58, 134, 116, 0.21);
}
table
{
margin: 20px 0
}
table tr
{
 color: var(--mainColor)
}
.services
{
 margin: 0
}
.services .col-md-6
{
 padding: 0
}
.services .box
{
 position: relative;
 text-align: right;
 padding:20px 50px;
 text-align: center
}
.services .box h3
{
 padding: 20px 10px ;
}
.services .col-md-6:nth-child(1) .box
{
 background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
 color: white;
}
.services .col-md-6:nth-child(1) .box a
{
 background-color: white;
 padding: 10px 20px;
 border-radius: 50px;
 line-height: 2em;
 font-size: 16px;
 color: var(--mainColor)
}
.services .col-md-6:nth-child(2) .box a
{
 background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
 padding: 10px 20px;
 border-radius: 50px;
 line-height: 2em;
 font-size: 16px;
 color:white
}
.services  .box p
{
 margin-bottom: 25px
}
.services .col-md-6:nth-child(2) .box
{
 background-color: white;
 color: black;
}
.services .col-md-6:nth-child(2) .box p
{
 background-color: #fff;
 color: rgba(0,0,0,.6);
}
.new
{
margin: 10px 0;
position: relative;
text-align: right;
}

.new img
{
height: 250px;
object-fit: cover;
object-position: center
}
.new h1
{
text-transform: capitalize;
/*! font-weight: bold; */
margin: 15px 0;
margin-bottom: 5px;
font-size: 20px;
text-align: right;
text-align: right;
border-bottom: px solid var(--mainColor) !important;
}
.new p
{
font-size: 14px;
color: rgba(0,0,0,.8)
}
.new a
{
font-size: 12px;
padding: 12px 15px;
}
.btn-x00b {
   line-height: 4em;
 /*! background: #191514; */
   color: var(--mainColor) !important;
   padding: 15px 25px;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
   /*! letter-spacing: 2px; */
   border: 1px solid;
}
.new:hover span
{
margin: 0;
 transition: all 0.5s;
}
.banner
{
 padding: 80px 0;
 color: white;
 position: relative;
 background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );

}

.banner a
{
 background-color: white;
 color: var(--mainColor);
 padding: 10px 30px;
 border-radius: 50px;
}
.banner p
{
 font-size: 30px;
}
.blog-card-style-2 .blog-card-2
{
 position: relative;
 margin: 5px 0;
 overflow: hidden;
 margin: 5px 3px;
}

.blog-card-style-2 .blog-card-2 img
{
 height: 400px;
 object-fit: cover;
 object-position: center
}
.blog-card-style-2 .blog-card-2 .card-hf
{
 position: absolute;
 bottom: -40%;
 background-color: rgba(22, 22, 22, 0.82);
 padding: 10px;
   padding-bottom: 30px;

 transition: .5s
}
.blog-card-style-2 .blog-card-2 .card-hf .date
{
 background-color: var(--mainColor);
 color: black;
 line-height: 3em;
 padding: 5px;
 font-size: 13px;
 font-weight: bold;
 text-transform: capitalize;
}

.blog-card-style-2 .blog-card-2 .card-hf h1
{
 color: white;
 font-size: 30px;
 margin-bottom: 45px;
 font-weight: bold;
 transition: .5s;
 text-transform: capitalize
}
.blog-card-style-2 .blog-card-2 .card-hf p
{
 color: white;
 font-size: 14px;
}
.blog-card-style-2 .blog-card-2:hover .card-hf
{
 bottom: 0;
 transition: .5s
}
.blog-card-style-2 .blog-card-2:hover h1
{
 margin-bottom: 5px;
 transition: .5s
}
.blog-card-style-2 .blog-card-2 a
{
 color: var(--mainColor);
 font-weight: bold;
 text-transform: capitalize;
 line-height: 2em
}
.blog-card-style-2 .blog-card-2 a i
{
 width: 0;
 transition: .5s;
 overflow: hidden;
}
.blog-card-style-2 .blog-card-2 a:hover i
{
 width: auto;
 transition: .5s
}
.card-styles .blog-card:hover .card-overlay
{
 background-image: linear-gradient(to bottom, #00000042, #4e72ffb5);
 transition: .5s
}
.blog-card-style-1 .col-md-4
{
 /*! padding: 0 */
}
.hd-ct
{
 /*! background-image: url('/cons/downloads/images/bg.png'); */
 padding: 80px 0;
 text-align: center;
 margin-bottom: 80px;
 background-size: cover;
 position: relative
}
.hd-ct::before
{
background: var(--mainColor);  position:absolute;
 content:'';
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
margin: 10px 0;
}
.hd-ct h1
{
 color: white;
 text-decoration: none;
}
.add-default-page
{
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: rgba(0,0,0,.6);
     z-index: 888;
     display: none;
}
.add-default-page form
{
     background-color: #fff;
     margin: 50px 0;
     border-radius: 5px;
     padding: 20px 20px;
     border: 1px solid rgba(0,0,0,.1);
     box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}
.add-default-page .col-6
{
 margin: 10px 0
}
.add-default-page .fa-times
{
     float: right;
     cursor:pointer;
     color: var(--mainColor);
     font-size: 30px
}
.add-default-page h3
{
     text-align: center;
     text-transform: capitalize;
     font-weight: bold;
     padding: 40px 15px;
     padding-bottom: 20px;
     color: rgb(133, 131, 131);
}
.add-default-page label
{
     text-transform: capitalize;
     color: rgba(0,0,0,.8);
     font-size: 15px;
}
.add-default-page input, .add-default-page select, .add-default-page textarea
{
     font-size: 16px;
     background-color: #e3e3e3;
     border: none;
     border-radius: 0;
     max-height: 100px
}
.add-default-page .btn
{
 background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
     text-transform: uppercase;
     margin-top: 10px
}
.add-user-page form
{
 text-align: right
}
.add-user-page form label
{
 color: rgba(0,0,0,.6)
}
.add-user-page form input
{
 text-align: right !important;
}
.ttoa
{
   background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
 padding: 60px 0
}
.ttoa .box
{
 text-align: center;
 margin: 10px 0
}

.ttoa .box h3
{
 color: white;
 margin: 10px 00
}
.ttoa .box p
{
 font-weight: bold;
 color: white;
 font-size: 50px
}
.team .pers
{
 margin: 30px 0
}
.team img
{
 height: 400px;
 object-fit: cover;
}
.team .row .col-md-6 .col-md-6
{
 padding-right: 0
}
.team .per-info
{
 padding: 10px;
 background-color: #fff
}
.team .per-info h1
{
 text-transform: capitalize;
 font-size: 25px;
 color: rgb(255, 255, 255);
 font-weight: bold
}
.team .per-info h4
{
 font-size: 18px;
 font-weight: bold;
 color: rgb(255, 255, 255);
 text-transform: capitalize;
}
.team .per-info p
{
 font-size: 16px;
 margin: 40px 0;
 line-height: 1.6em;
}
.team .per-info li
{
 display: inline;
 margin-right: 5px;
}
.team .per-info li a
{
 color: rgba(0,0,0,.6);
 padding: 5px
}
.team .per-info li a:hover
{
 color: black
}
.team .info-hde
{
 background-color: var(--mainColor);
 padding: 10px;
 transform: scale(1.2);
 margin-left: -80px;
 margin-top: -30px;
 width: 100%;
 transition: .5s;
 text-align:center
}
.team .pers:hover .info-hde
{
   transform: scale(1);

 margin: 0;
}
.exp-bout-mds2
{
 background-color: #f1f1f1;
 padding: 80px 0;
 margin: 0;
}
.exp-bout-mds2 .bbbx
{
 padding: 10px;
 margin: 5px;
 text-align:center
}
.exp-bout-mds2 .bbbx img
{
 width: 60px;
 margin-bottom: 10px
}

.exp-bout-mds2 .bbbx span
{
 margin: 5px 0;
 font-size: 40px;
 font-weight: bold;
 color: var(--mainColor)
}.aboutus .content-a p
{
 font-size: 17px;
 line-height: 1.8em;
 color: rgba(0,0,0,.7)
}
.exp-bout-mds2 .bbbx h1
{
 font-size: 30px;
 margin: 5px 0;
 text-transform: capitalize;
 font-weight: bold
}

.news-section{
 position:relative;
 padding: 120px 0px 30px;
}

.news-section .upper-row{
 position: relative;
 margin-bottom: 10px;
}

.news-block{
 position: relative;
 margin-bottom: 90px;
}

.news-block .inner-box{
 position: relative;
 display: block;
 box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block .image-box,
.news-block .image{
 position: relative;
 display: block;
 background: #010101;
 overflow: hidden;
}

.news-block .image-box img{
 position: relative;
 display: block;
 width: 100%;
 -webkit-transition: all 1000ms ease;
 -moz-transition: all 1000ms ease;
 -ms-transition: all 1000ms ease;
 -o-transition: all 1000ms ease;
 transition: all 1000ms ease;
 height: 200px;
}

.news-block .inner-box:hover .image-box img{
 opacity: 0.70;
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}

.news-block .lower-box{
 position: relative;
 display: block;
 padding: 35px 35px 70px;
 background: #ffffff;
 box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block .inner-box:hover{
 box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.news-block .lower-box:before{
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 border-bottom: 2px solid #473080;
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
 text-align: right;
}

.news-block .inner-box:hover .lower-box:before{
 -ms-transform: scale(1);
 transform: scale(1);
}

.news-block .lower-box .category{
 position: relative;
 color: #4a3d8f;
 font-size: 14px;
 font-weight: 700;
 text-transform: capitalize;
 margin: 0 0 7px;
}

.news-block .lower-box h3{
 position: relative;
 color: #222222;
 font-weight: 700;
 margin: 0 0 10px;
 text-align: right;
 font-size: 20px;
}

.news-block h3 a{
 color: #222222;
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
 text-align: right;
}

.news-block h3 a:hover,
.news-block .lower-box .meta-info li a:hover{
 color: #f74883;
}

.news-block .text{
 position: relative;
 display: block;
 color: #222222;
 margin-bottom: 30px;
}

.news-block .lower-box .meta-info{
 position: relative;
 color: #999999;
}

.news-block .lower-box .meta-info li{
 position: relative;
 float: left;
 margin-right: 31px;
 line-height: 24px;
}

.news-block .lower-box .meta-info li:after{
 content: '';
 position: absolute;
 height: 14px;
 right: -16px;
 border-right: 1px solid #999999;
 top: 50%;
 margin-top: -7px;
}

.news-block .lower-box .meta-info li:last-child:after{
 display: none;
}

.news-block .lower-box .meta-info li a{
 position: relative;
 color: #999999;
}

.news-block .more-link{
 position: absolute;
 left: 0;
 bottom: -30px;
 width: 100%;
 display: block;
 text-align: center;
}

.news-block .more-link a{
 position: relative;
 display: inline-block;
 width: 60px;
 height: 60px;
 line-height: 60px;
 border-radius: 50%;
 background: #ffffff;
 font-size: 14px;
 color: var(--mainColor);
 box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block .inner-box:hover .more-link a{
 color: #ffffff;
 background: linear-gradient(to left, var(--mainColor) ,#8fc14e );
 box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-section .lower-row{
 position: relative;
 margin-bottom: 30px;
}

.news-section .lower-row .row{
 margin: 0px -40px;
}

.news-block-two{
 position: relative;
 margin-bottom: 50px;
 border-right: 1px solid #e2eef2;
}

.news-section .lower-row .news-block-two{
 padding: 0px 40px;
}

.news-section .lower-row .news-block-two:last-child{
 border: none;
}

.news-block-two .inner-box{
 position: relative;
 display: block;
 padding: 10px 0px;
}

.news-block-two .inner-box .category{
 position: relative;
 color: #4a3d8f;
 font-size: 14px;
 font-weight: 700;
 text-transform: capitalize;
 margin: 0 0 7px;
}

.news-block-two .inner-box h3{
 position: relative;
 font-size: 20px;
 color: #222222;
 font-weight: 700;
 margin: 0 0 20px;
}

.news-block-two .inner-box h3 a{
 color: #222222;
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block-two .inner-box h3 a:hover,
.news-block-two .inner-box .meta-info li a:hover{
 color: #f74883;
}

.news-block-two .inner-box .text{
 position: relative;
 display: block;
 color: #222222;
 margin-bottom: 30px;
}

.news-block-two .inner-box .meta-info{
 position: relative;
 color: #999999;
}

.news-block-two .inner-box .meta-info li{
 position: relative;
 float: left;
 margin-right: 31px;
 line-height: 24px;
}

.news-block-two .inner-box .meta-info li:after{
 content: '';
 position: absolute;
 height: 14px;
 right: -16px;
 border-right: 1px solid #999999;
 top: 50%;
 margin-top: -7px;
}

.news-block-two .inner-box .meta-info li:last-child:after{
 display: none;
}

.news-block-two .inner-box .meta-info li a{
 position: relative;
 color: #999999;
}

.news-section .load-more{
 position: relative;
 display: block;
 padding: 10px 0px 80px;
 text-align: center;
}

.news-section.blog-fullwidth{
 padding-bottom: 120px;
}

.news-section.blog-fullwidth .auto-container{
 max-width: 810px;
}

.news-block-three{
 position: relative;
 margin-bottom: 90px;
}

.news-block-three .inner-box{
 position: relative;
 display: block;
 box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block-three .image-box,
.news-block-three .image{
 position: relative;
 display: block;
}

.news-block-three .image-box img{
 position: relative;
 display: block;
 width: 100%;
}

.news-block-three .lower-box{
 position: relative;
 display: block;
 padding: 40px 50px 70px;
 background: #ffffff;
 box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block-three .inner-box:hover{
 box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.news-block-three .lower-box:before{
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 border-bottom: 2px solid #473080;
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block-three .inner-box:hover .lower-box:before{
 -ms-transform: scale(1);
 transform: scale(1);
}

.news-block-three .lower-box .category{
 position: relative;
 color: #4a3d8f;
 font-size: 14px;
 font-weight: 700;
 text-transform: capitalize;
 margin: 0 0 7px;
}

.news-block-three .lower-box .category a{
 color: #4a3d8f;
}

.news-block-three .lower-box .category a:hover{
 color: #f74883;
}

.news-block-three .lower-box h3{
 position: relative;
 color: #222222;
 font-size: 30px;
 font-weight: 700;
 margin: 0 0 15px;
}

.news-block-three h3 a{
 color: #222222;
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block-three h3 a:hover,
.news-block-three .lower-box .meta-info li a:hover{
 color: #f74883;
}

.news-block-three .text{
 position: relative;
 display: block;
 margin-bottom: 30px;
}

.news-block-three .lower-box .meta-info{
 position: relative;
 color: #999999;
}

.news-block-three .lower-box .meta-info li{
 position: relative;
 float: left;
 margin-right: 31px;
 line-height: 24px;
}

.news-block-three .lower-box .meta-info li:after{
 content: '';
 position: absolute;
 height: 14px;
 right: -16px;
 border-right: 1px solid #999999;
 top: 50%;
 margin-top: -7px;
}

.news-block-three .lower-box .meta-info li:last-child:after{
 display: none;
}

.news-block-three .lower-box .meta-info li a{
 position: relative;
 color: #999999;
}

.news-block-three .more-link{
 position: absolute;
 left: 0;
 bottom: -30px;
 width: 100%;
 display: block;
 text-align: right;
 padding-right: 50px;
}

.news-block-three .more-link a{
 position: relative;
 display: inline-block;
 text-align: center;
 width: 60px;
 height: 60px;
 line-height: 60px;
 border-radius: 50%;
 background: #ffffff;
 font-size: 14px;
 color: #f74883;
 box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}

.news-block-three .inner-box:hover .more-link a{
 color: #ffffff;
 background: #f74883;
 box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-image-carousel{
 text-align: center;
}

.news-image-carousel .owl-dots{
 position: absolute;
 bottom: 40px;
 display: inline-block;
 padding: 10px 10px;
 height: 30px;
 margin: 0 0;
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 text-align: center;
 background: rgba(0,0,0,0.30);
 border-radius: 15px;
}

.news-image-carousel .owl-dots .owl-dot{
 position: relative;
 display: inline-block;
 vertical-align: top;
 margin: 0px 5px;
 padding: 0;
}

.news-image-carousel .owl-dots .owl-dot span{
 position: relative;
 display: block;
 width: 10px;
 height: 10px;
 padding: 0;
 margin: 0;
 background: #ffffff;
 border-radius: 50%;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.news-image-carousel .owl-dots .owl-dot.active span{
 background: #f74883;
}

.news-image-carousel .owl-nav{
 display: none;
}

.news-block-three .image-box .video-play-btn{
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
 background: rgba(0,0,0,0);
 color: #ffffff;
 font-size: 60px;
 line-height: 60px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.news-block-three .image-box .video-play-btn .fa{
 position: absolute;
 left: 50%;
 top: 50%;
 width: 60px;
 height: 60px;
 line-height: 60px;
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}

.news-block-three .image-box .video-play-btn:hover{
 background: rgba(0,0,0,0.50);
}

.news-block-four{
 position: relative;
 margin-bottom: 50px;
}

.news-block-four .inner-box{
 position: relative;
 display: block;
}

.news-block-four blockquote{
 position: relative;
 display: block;
 padding: 60px 80px 60px 60px;
 background: #4a3d8f;
 color: #ffffff;
 margin: 0px 0px;
}

.news-block-four blockquote .txt{
 position: relative;
 display: block;
 font-size: 30px;
 font-weight: 700;
 line-height: 1.4em;
 margin-bottom: 20px;
}

.news-block-four blockquote .info{
 position: relative;
 display: block;
 font-size: 18px;
 font-weight: 400;
 text-transform: capitalize;
 color: #ffffff;
}

.news-block-four blockquote .icon{
 position: absolute;
 right: 40px;
 bottom: 40px;
 color: #f74883;
 font-size: 60px;
 line-height: 1em;
 font-weight: 400;
 opacity: 1;
}

.news-block-four blockquote .icon span{
 position: relative;
 display: block;
 font-weight: 400;
 text-shadow: 0px 0px 1px #84b040;
}
@media only screen and (max-width: 600px) {
 .header ul
 {
   display: block;
   top:  58% !important;
   padding: 40px !important;
   padding-right: 0 !important;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }

 .header ul a
 {
   display: block;
   text-align: center;
   margin: 15px 5px;
 }
 .services .box
 {
   padding: 20px 0
 }
 .post .post-header ul li
 {
   display: block !important;
   margin: 60px 0
 }
}
.header .topbar .act .active a
{
 font-size: 13px !important;
 background: var(--mainColor);
 padding: 10px 30px;
 color: white !important;
}
.act a
{
 font-size: 19px;
 color: white !important;
}
.act li
{
 margin-right: 10px
}
.high-c
{
 /*! position: relative; */
 /*! width: 100%; */
 /*! z-index: 99999999999999999999; */
 /*! z-index: -17 !important; */
 z-index: ;
 position: relative;
 /*! z-index: -9; */
}
.carousel .cot
{
 /*! position: relative !important; */
 top: 0;
 color: #171717;
 /*! padding: 50px; */
 margin-top: 0;
 margin-right: 0;
 /*! width: 50%; */
 text-align: right;
 right: 0;

 margin: 0 !important;
}
.post-header
{
 text-align: right
}

.cot a
{
 /*! background-color: var(--mainColor); */
 padding: 12px 30px;
 color: var(--mainColor);
 text-transform: capitalize;
 line-height: 2em;
   position:relative;
 border: 1px solid;
 border-radius: 50px;
}
.carousel .cot h1
{
 text-transform: capitalize;
 font-weight: bold;
   z-index: 0;
   position: relative;
 font-size: 40px !important;
 color: #fff;
}
.carousel .cot p
{
 font-size: 18px;
   position: relative;
 margin: 20px 0;
 color: #fff;
 margin-left: 188px !important;
}
.carousel img
{
 /*! width: 100% !important; */
 position: relative;
 /*! height: 500px; */
 margin-bottom: -10px;
}
.carousel
{
 /*! overflow: auto; */
}

.carousel-item::before
{
   /*! position: absolute; */
 /*! width: 100%; */
 height: 100%;
 content: '';
 /*! background: #5AA2CA4D; */
 left: 0;
 top: 0;
   z-index: 0 !important;

   /*! filter: blur(5px); */
}
.carousel-indicators {
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 15;
 display: flex;
 justify-content: center;
 padding-left: 0; // override <ol> default
 // Use the .carousel-control's width as margin so we don't overlay those
 margin-right: $carousel-control-width;
 margin-left: $carousel-control-width;
 list-style: none;

 li {
   box-sizing: content-box;
   flex: 0 1 auto;
   width: $carousel-indicator-width;
   height: $carousel-indicator-height;
   margin-right: $carousel-indicator-spacer;
   margin-left: $carousel-indicator-spacer;
   text-indent: -999px;
   cursor: pointer;
   background-color: $carousel-indicator-active-bg;
   background-clip: padding-box;
   // Use transparent borders to increase the hit area by 10px on top and bottom.
   border-top: $carousel-indicator-hit-area-height solid transparent;
   border-bottom: $carousel-indicator-hit-area-height solid transparent;
   opacity: .5;
   @include transition($carousel-indicator-transition);
 }
 z-index: ;
 z-index: 99999999999999999999;
}
 .aboutus .content-a .box
 {
   display: flex;
   text-align: right;
   flex-direction: row-reverse;
 }
 .aboutus .content-a svg
 {
   width: 80px;
   height: 80px
 }
 .aboutus .content-a path
 {
   fill: var(--mainColor)
 }
 .aboutus .content-a .box p
 {
   font-size: 15px !important;
   color: rgba(0,0,0,.6)
 }
 .aboutus .box span
 {
   text-transform: capitalize;
   font-weight: bold;

   color: var(--mainColor);
 }
.aboutus .box .icon span
{
 background: var(--mainColor);
 color: white;
 padding: 10px 13px;
 border-radius: 50%;
 margin-top: 10px !important;
}
 .aboutus .box .icon
 {
   /*! padding-top: 20px  !important; */
 }
 .aboutus .bx
 {
   text-align: center;
   padding: 50px;
 }
 .aboutus .bx h3
 {
   font-weight: bold;
   font-size: 43px
 }
 .aboutus .bx p
 {
   color: var(--mainColor);
   font-size: 20px
 }
 .aboutus .col-md-6 .col-md-6
 {
   padding: 0
 }
 .aboutus .col-md-6 .col-md-6:nth-child(1) .bx
 {
   background-color: #d9d9d9
 }
 .aboutus .col-md-6 .col-md-6:nth-child(4) .bx
 {
   background-color: #d9d9d9;
   transition: .5s
 }
 .aboutus .bx:hover
 {
 background-image: linear-gradient(145deg,#993af9,#020002);    transition: .5s

 }
 .aboutus .bx:hover h3
 {
   color: white;
     transition: .5s

 }
 .aboutus .bx:hover p
 {
   color: white;
     transition: .5s

 }
 .aboutus .box
{
 display: flex;
 text-align: right;
 background: #fff;
 padding: 10px;
 margin: 5px 0;
 flex-direction: row-reverse;
 margin-top: 20px;
 min-height: 146px;

}
 .aboutus .box .left
{
 padding: 0px 10px
}
.aboutus .box p
{
 font-size: 15px;
 color: black;
}
.team
{
 background: white;
 padding: 60px 0 !important;
}
.ctn-abt-mb1
{
 padding: 10px 0;
 /*! margin: 15px 0; */
}
.about-details-mb1 .img img
{
 width: 100% !important;
 height: 900px;
 object-fit: contain
}
.ctn-abt-mb1 h4
{
 color: var(--mainColor);
 font-weight: bold;
 text-transform: capitalize;
 font-size: 20px
}
.ctn-abt-mb1 h1
{
 text-transform: capitalize;
 font-size: 40px;
 font-weight: bold;
 cow: h;
 color: white;
}
.ctn-abt-mb1 h3
{
 text-transform: capitalize;
 font-weight: bold;
 color: #161616 !important;
 font-size: 22px
}
.ctn-abt-mb1 p
{
 margin-bottom: 30px;
 line-height: 1.6em;
 color: black !important;
}
.about-details-mb1 a
{
 background-color: var(--mainColor);
 color: black;
 font-size: 14px
}
.about-details-mb1 a:hover
{
 color:black
}
.exp-bout-mds1
{
 background-color: #161616;
 margin: 20px 0 !important;
 padding: 30px 0
}
.exp-bout-mds1 .bbbx
{
 text-align: center;
 margin: 10px 0;
}
.exp-bout-mds1 .bbbx img
{
 width: 60px;
}
.exp-bout-mds1 .bbbx h1
{
 color: white;
 font-size: 35px !important;
 margin: 10px 0;
 font-weight: bold
}
.exp-bout-mds1 .bbbx p
{
 color: rgba(255,255,255,.8)
}
.exp-bout-mds1 .bbbx span
{
 font-size: 55px;
 color: var(--mainColor);
 font-weight: bold
}
.team .col-md-6
{
 margin-bottom: 50px
}
.team .pers
{
 position: relative;
 margin: 10px;
 margin-left: 0;
 width: 100%;
 border-radius: 5px !important;
}
.team .pers img
{
 height: 300px;
 width: 100%;
 object-fit: cover;
 object-position: center
}
.team .per-ov
{
 position: absolute;
 bottom: 0;
 width: 100%;
 height: auto;
 background-color: rgba(0,0,0,.6);
 text-align: center;
 padding: 10px 0;
 text-align: center;
 justify-content: center !important;
}
.team .per-ov h3
{
   color: white !important;
 text-transform: capitalize;
 font-size: 23px;
 margin: 0
}
.per-ov p
{
 color: rgba(255,255,255,.8) !important;
 text-transform: capitalize;
 margin: 0;
 margin-top: 5px;
 /*! display: flex; */
}
.pers .sm-ov
{
 width: auto;
 position: absolute;
 top: 00%;
 left: 00%;
 background-color: rgba(0, 0, 0, 0.69);
 padding: 5px 0;
 overflow: hidden;
 /*! opacity: 0; */
 transition: .5s
 }
.sm-ov ul
{
 width: auto;
 text-align: center;
 margin: 0;
 display: block;
}
.pers .sm-ov li
{
 display: block;
}

.pers .sm-ov li a
{
 color: var(--mainColor);
 font-size: 14px;
 margin: 0px 10px
}
.pers:hover .sm-ov
{
 opacity: 1;
 height: auto;
 transition: .5s
}

.acc h3 {
   font-size: 14px;
   background-color: #fff;
   color: rgba(23, 21, 10, 0.82);
   padding: 20px 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   transition: .5s;
   text-align: right;
   border-bottom: 1px solid #0000004f;
   font-weight: normal;
}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 29px;
   top: 39%;
   transform: translateY(-50%);
   /*! background: var(--mainColor); */
   color: #202020;
   width: 39px;
   height: 39px;
   border-radius: 50%;
   padding: ;
   text-align: center;
   margin-top: 5px;
   padding-top: ;
}
.acc.active h3
{
 background-color: var(--mainColor);
 transition: .5s;

 color: white;
}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   display: none;
}

.content-inner {
   padding: 15px;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   font-size: 21px;
   text-align: right;
   color: rgba(0,0,0,.6);
}
.l-tx
{
 text-align: right !important;
}
/* news begin */
.new
{
margin: 10px;
position: relative
}

.new img
{
height: 150px;
object-fit: cover;
object-position: center
}
.new h1
{
text-transform: capitalize;
font-weight: bold;
margin: 15px 0;
margin-bottom: 5px;
font-size: 33px;
color: var(--mainColor);
}
.new p
{
font-size: 21px !important;
color: rgba(0,0,0,.8);
line-height: 1.3em;
margin-bottom: 16px;
direction: rtl;
}
.new a
{
font-size: 12px;
padding: 12px 15px;
}
/* news end */
.pos .content
{
 background: #f1f1f1;
 text-align: center;
 min-height: 390px;
 margin: 10px 0
}
.pos .content img
{
 height: 170px
}
.pos .content h3
{
 margin: 30px 20px;
 font-weight:bold;
 color:rgba(0,0,0,.8);
 font-size:21px;
 text-align: left
}
.pos .content p
{
 margin: 20px 20px;
 text-align: left;
 font-size: 14px;
 color: black;
}
.pos .content a
{
 border: 1px solid;
 color: var(--mainColor);
 padding: 8px 30px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
}
.posts .all
{
 background: var(--mainColor);
 padding:30px 15px;
 /*! margin:10px 0; */
 /*! border-radius:0px 10px 10px 0px; */
 /*! min-height: 452px; */
}
.posts .all a
{
 color: #fff;
 text-transform: capitalize;
 font-size: 14px;
 padding: 10px 0;
 display: block;
 text-align: right;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 margin: 10px 0;
 position: relative
}
.posts .all a::after
{
 content: '<';
 margin-left: 5px
}
.posts .rten
{
 /*! border: 1px solid rgba(0,0,0,.3); */
 margin: 10px 0;
 border-right: unset;
 padding: 30px 020px;
 padding-bottom: 0px;
   min-height: ;
}
.posts .col-md-3, .posts .col-md-9
{
 padding: 0;
}
.posts .rten li
{
 display: block;
 padding: 20px ;
 border-bottom: 1px solid rgba(0,0,0,.3);
}
.rten a
{
 color: rgb(82, 82, 82);
 margin: 0px 10px;
}
.posts .dr
{
 text-align: center;
 padding: 31px 0;
}
.posts ul
{
 margin: 0;
 padding: 0
}
.posts .dr a
{
 background: white;
 border: 1px solid;
 color:var(--mainColor);
 padding: 8px 60px;
 text-transform: uppercase;
 font-weight: bold
}
.ds
{
 text-align: right;
}
.ds h1
{
   font-size: 30px;
   background: #f1f1f1;
   padding: 10px 30px;
 padding-bottom: 40x;
 border-bottom: 2px solid var(--mainColor)


}
.aa2
{
 text-align: right;
 margin: 40px 0
}
.aa2 .col-md-4
{
   background: #f1f1f1;
 padding: 20px
}
.aa2 .col-md-8
{
padding: 0
}
.aa2 img

{
height: 250px
}
.whyus
{
/*! background-color: white; */
}
.whyus .box
{
margin: 5px;
text-align: center;
padding: 00px 10px;
/*! overflow: hidden; */
/*! background: #fff; */
max-height: 600px;
z-index: ;
position: relative;
border-left: 1px dashed var(--mainColor);
}
.whyus .box::before
{
 /*! position: absolute; */
 /*! width: 100%; */
 height: 100%;
 background: rgba(0,0,0,.6);
 content: '';
 left: 0;
 top: 0;
 z-index: 0
}
.whyus .box p
{
 font-size: 14px;
 z-index: 99999;
 position: relative
}
.whyus .box h1
{
 font-size: 30px;
 color: var(--mainColor);
 margin: 10px 0;
 font-size: 23px !important;
 z-index: 999999999;
 position: relative
}
.whyus img
{

 height: auto;

 transition: .5s;
 /*! position: absolute; */
 width: 50px !important;
 left: 0;
 top: 0;
 object-fit: cover;
 z-index: -1;
 border-radius: 50%;
}

.whyus .box a
{
 color:var(--mainColor);
 text-transform: uppercase;
 /*! border: 1px solid; */
 padding: 8px 30px;
 font-weight: bold;
 font-size: 13px;;
 position: relative
}

iframe
{
 width: 100% !important;
}
.total
{
 padding: 40px 0;
}
.total .box
{
 text-align: center;
 margin: 5px;
 border: 1px dashed rgba(0, 0, 0, 0.27);
 border-radius: 10px;
 position: relative;
 line-break: auto !important;
}
.total .box:hover
{
 background: #191514;
 transition: .5s;
 transform: scale(1.08);
 box-shadow: 0px 10px 10px rgba(0,0,0,.3)
}
.total .box:hover h3
{
 color: var(--mainColor)
}
.total .box:hover p
{
 color:white;
 transition: .5s
}
.total .box svg
{
 width: 60px;
 height: 60px;
 margin: 20px 0;
 padding: 10px;
 border: 1px solid #e2b01785;
 /*! border-radius: 50%; */
}
.total .row
{
   /*! background: #191514; */
}
.total .box svg path
{
 fill: var(--mainColor);
}
.total .box h3, .total .box p
{
 color: #3a3938;
 font-size: 24px
}
.total .content-header
{
 text-align: center;
 margin: 20px 0;
 margin-bottom: 60px
}
.total .content-header h3
{
 font-size: 35px;
font-weight: bold;
 position: relative;
}
.total .box h3
{
 font-weight: bold
}
.total p
{
 font-size: 14px !important;
 line-break: auto;
 margin: 20px;
}
.high-d
{
 position: relative;
 background: #191514;
}

.high-d .dropdown-menu a
{
 color: white !important;
}
.pagescontent
{
 margin: 50px 0
}
.pagescontent ul .active
{
 background: #191514 !important;

 border: unset;
}
.pagescontent ul .active h1
{
 font-size: 20px;
 font-weight: bold;
 text-align: right;
}
.pagescontent ul .contentf
{
 display: flex;
 flex-direction: row-reverse;
}
.pagescontent ul .contentf div
{
 width: auto;
 padding: 20px;
}
.pagescontent ul .contentf .r
{
 text-align: left !important;
 padding: 20px 15px;
 border-bottom: 1px solid rgba(0,0,0,.1);
 width: 100%;
 text-align: right !important;
}
.pagescontent ul .contentf .d span
{
 font-weight: bold;
 font-size: 25px
}
.pagescontent ul .contentf .r a
{
 font-size: 15px !important;
 color: rgba(0,0,0,.8);
 text-align: right;
}
.pst
{
 margin: 60px 0;
 margin-top: 0px;
 background: #f1f1f1;
}
.pst .cten
{
 position: relative
}
.pst .cten::before
{
 position: absolute;
 width: 100%;
 height: 100%;
 content: '';
 background: linear-gradient(to bottom, #0000, #0000005e);
 left: 0;
 top: 0
}
.pst img
{
 height: 200px;
 object-fit: cover;
 object-position: center;
}
.pst i
{
 position: absolute;
 left: 0;
 bottom: 0;
 color: white;
 font-weight: normal;
 margin: 10px
}
.pst a
{
 display: block;
 padding: 80px 30px;
 font-weight: bold;
 color: rgba(0,0,0,.7);
 text-transform: capitalize
}
.companies
{
 margin: 30px 0
}

.comp .bx
{
 position: relative
}
.companies .bx img
{
 width: 100%;
 text-align: center;
 margin-bottom: 40px
}
.companies .bx i
{
 font-size: 13px;
 color: #cf962b;
}
.comp
{
 border: 1px solid #cdcdcd;
 padding: 20px 10px;
 margin: 20px 0
}
.bx h5
{
 color: rgba(0,0,0,.7);

}
.gobx a
{
 background: var(--mainColor);
 color: white;
 padding: 8px 20px;
 border-radius: 5px;
 font-weight: bold
}
.compdetails
{
 position: absolute;
 background: white;
 width: 100%;
 bottom: -180px;
 z-index: 999999999;
 border: 1px solid rgba(0,0,0,.2);
 padding: 20px;
 box-shadow: 0px -10px 10px rgba(0,0,0,.1);
 display: none;
}
.compdetails ul
{
 display: flex;
 border-bottom: 1px solid rgba(0,0,0,.3);
 padding-bottom: 20px;
 margin-bottom: 30px
}
.compdetails ul a
{
 font-size: 13px;
 color: rgba(0,0,0,.6);
 text-decoration: underline;
 margin: 0px 10px;
 padding: 10px;
 cursor: pointer;
}
.compdetails p
{
 font-size: 13px;
 line-height: 1.6em
}
.rightcontent
{
 text-align: right
}
.cons .filedes
{
 display: block;
 padding: 50px 60px;
 border: 1px dashed rgba(0, 0, 0, 0.48);
 text-align: center;
 background: #fffae5;
 font-size: 22px;
 cursor: pointer;
 border-radius: 3px;
 margin-bottom: 40px
}


.mmfd:hover
{
 color: white;
 bottom: 10px;
 transition: .5s
}

.swiper {
     width: 100%;
     height: 100%;
   }

   .swiper-slide {
     text-align: center;
     font-size: 18px;
 margin: 0!important;
     /* Center slide text vertically */
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     z-index: 0 !important;
     padding: 0 !important;
   }
.swiper
{
padding: 40px 0;
 padding-top: 0
}
.swiper-pagination-bullet-active
{
 background: var(--mainColor);
 padding: 5px 15px !important;
 border-radius: 20px !important;
 transition: .5s
}


.blog-card-style-2 .blog-card-2 img
{
 height: 250px;
 object-fit: cover;
 object-position: center
}
.blog-card-style-2 .blog-card-2 .card-hf
{
 position: absolute;
 bottom: -100%;
 background-color: rgba(22, 22, 22, 0.82);
 padding: 10px;
   padding-bottom: 20px;
text-align: right;
 transition: .5s;
 width: 100%;
}
.blog-card-style-2 .blog-card-2 .card-hf .date
{
 background-color: var(--mainColor);
 color: black;
 line-height: 3em;
 padding: 5px;
 font-size: 13px;
 font-weight: bold;
 text-transform: capitalize;
}

.blog-card-style-2 .blog-card-2 .card-hf h1
{
 color: white;
 font-size: 25px;
 margin-bottom: 45px;
 /*! font-weight: bold; */
 transition: .5s;
 text-transform: capitalize
}
.blog-card-style-2 .blog-card-2 .card-hf p
{
 color: white;
 font-size: 14px;
}
.blog-card-style-2 .blog-card-2:hover .card-hf
{
 bottom: 0;
 transition: .5s
}
.blog-card-style-2 .blog-card-2:hover h1
{
 margin-bottom: 5px;
 transition: .5s
}
.blog-card-style-2 .blog-card-2 a
{
 color: var(--mainColor);
 font-weight: bold;
 text-transform: capitalize;
 line-height: 2em;
 font-size: 16px;
}
.blog-card-style-2 .blog-card-2 a i
{
 width: 0;
 transition: .5s;
 overflow: hidden;
}
.blog-card-style-2 .blog-card-2 a:hover i
{
 width: auto;
 transition: .5s
}
.blog-list .post
{
 position: relative;
 overflow: hidden;
 background-color: #5b4d4d00;
}
.carousel-indicators li
{
 background: var(--mainColor)
}
.option
{
 background: #f9f9f9;
 text-align: center;
 padding: 10px 15px;
 min-height: 136px !important;
 color: #333;
 margin: 10px 0;
 transition: .5s;
 border-radius: 10px;
 border: 1px solid rgb(234, 255, 237);
}
.option:hover
{
 transform: scale(1.1);
 transition: .5s;
 background: #f2f2f2
}
.option svg
{
 width: 50px;
 height: 50px;
 margin: 9px 0;
}
.option svg path
{
 fill: var(--mainColor) !important;
}
.option h4
{
 font-size: 15px !important;
}
.mmrcontent
{
 background: #f1f1f1
}
.all h3
{
 font-size: 40px;
 border-bottom: 1px solid rgba(255,255,255,.6);
 padding: 10px 0
}
.portfo-list
{
 margin: 30px 0
}
.port-fo
{
 position: relative;
 overflow: hidden;
 margin: 0px 5px !important;
}
.port-sm-col .portfo-list img
{
 width: 100%;
 height: 300px;
 object-fit: cover;
 object-position: center
}
.port-sm-col .port-fo span
{
 position: absolute;
 background-color: var(--mainColor);
 color:black;
 font-size: 15px;
 font-weight: bold;
 text-transform: capitalize;
 padding: 7px 12px;
}
.port-sm-col .portfo-list .port-ov
{
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,.0);
 color: white;
 transition: .5s
}
.port-sm-col .port-info
{
 position: absolute;
 bottom: -100%;
 left: 5%;
 padding: 15px;
 background-color: var(--mainColor);
 color: black;
 width: 90%;
 overflow: hidden;
 text-align: center;
 transition: .5s
}
.port-sm-col  .port-info h1
{
 text-transform: capitalize;
 font-weight: bold;
 font-size: 30px;
}
.port-sm-col .port-info p
{
 text-transform: capitalize;
 font-size: 17px
}
.port-fo .erktrertt
{
  position: absolute;
  bottom: 0;
  color: white;
  padding: 20px 40px;
  text-align: left
}
.port-fo  h4
{
  font-size: 20px;
  text-transform: capitalize
}
.port-sm-col .port-info a
{
 font-size: 12px;
 padding: 10px;
 border-radius: 50%;
 color: black;
 border: 2px solid #000;
}
.port-info a:hover
{
 background-color: #000;
 color: var(--mainColor);
 transition: .5s
}
.port-fo:hover .port-info
{
 bottom: 5%;
 height: auto;
 opacity: 1;
 transition: .5s;
 background: var(--mainColor) !important;
}
.port-fo:hover .port-ov
{
 transition: .5s;
 background-color: rgba(0,0,0,.6)
}
.portfolio-details .portfo-list .col-md-3, .portfo-list .col-md-4, .portfo-list .col-md-6
{
 padding: 5px !important;
}
input,textarea, .orders-form select
{
 height: 48px !important;
 border:unset !important;
 background: white !important;
 border-radius:  29px !important;
 margin-bottom: 20px;
 font-size: 14px !important;
 border: 1px solid #00000017 !important;
 text-align: right;
}
textarea
{
 height: 100px !important;
}
form .btn
{
 background: var(--mainColor ) !important;
 width: 150px !important;
 color: white !important;
 background: var(--mainColor);
 text-align: center !important;
}
.contactuspage h1
{
  color: black;
  font-weight: bold;
  margin-bottom: 26px;
}
.contactuspage p
{
  color: #3c3a3a !important;
  font-size:15px;
  margin-bottom: 20px;
}
.portfolio .port
{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: .5s;
    margin: 0px 5px;
}
.portfolio .port img
{
    height: 300px;
    object-fit: cover;
    object-position: center
}
.portfolio .port .portoverlay
{
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding:40px 10px;
    background-color: #1b1b1ba8;
    color: white;
    text-align: center;
    display: none;
    border-radius: 20px;
}
.portfolio .port .portoverlay h1
{
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 25px;
}
.portfolio .port .portoverlay p
{
    text-transform: capitalize;
    color: rgba(255,255,255,.8)
}
.portfolio .port a
{
    border: 1px solid var(--mainColor);
    padding: 5px 25px;
    line-height: 4em;
    color: var(--mainColor);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 50px
}
.portfolio .port a:hover
{
    text-decoration: none;
}

.portfolio .port::before
{
    position: absolute;
    width: 90%;
    height: 90%;
    content: '';
    left: 5%;
    top: 5%;
    background-color: rgba(2, 2, 2, 0.36);
    border: 1px solid var(--mainColor);
    border-radius: 10px !important;
}
.portfolio .port:hover .portoverlay
{
    display: block;
    transition: .5s
}
.portfolio .col-md-12
{
    text-align: center;
}
.portfolio-btn a
{
    text-align: center;
    line-height: 7em
}
.portfolio-btn a:hover
{
    text-decoration: none;
}
.clients-nbr
{
    background-color: #f1f1f1;
    padding: 00px 0
}
.clients-nbr .client
{
    padding: 50px 0;
    text-align: center;
    color: white;
    border-right: 1px solid rgba(45, 45, 45, 0.26);
}
.clients-nbr .col-md-4:nth-child(3) .client
{
    border: none;
}
.clients-nbr .client h1
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    color: black;
}
.clients-nbr .client p
{
    font-size: 65px;
    color:var(--mainColor);
    font-weight: bold
}
.en .hdcotnt
{
 text-align: left
}
.en .content-a, .en .content-a h1
{
 text-align:left !important
}
.en .aboutus .box
{
 text-align: left;
 flex-direction: row !important;

}
.en .new
{
 text-align: left
}
.en .new h1
{
 text-align: left
}
.en .new p
{
 text-align: left !important;
}
.en footer
{
 text-align: center !important;
}
.en .blog-list .post div
{
 text-align: left !important;
}
.en .blog-list .post .post-header h1
{
 text-align: left !important;
}
.en input, .en textarea
{
 text-align: left !important;
}
.en label
{
 display: block;
 text-align:left
}
.btn
{
 text-align: center !important;
}
.ffffrr img
{
 height: 600px !important;object-fit: cover;
}

.aboutus h2
{
 font-weight: normal !important;;
 font-size: 21px !important;
 word-spacing: 5px
}
.boxs .col-md-3
{
  padding: 0
}
.boxs .box
{
  text-align: center;
  color: white;
  padding: 80px 0;
  background: #4380A2 !important
}

.boxs .col-md-3:nth-child(1) .box
{
  background: #073656 !important;

}
.boxs .col-md-3:nth-child(3) .box
{
  background: #073656 !important;

}
.boxs h4
{
  margin: 22px 0;
}
/* .boxs .box a img
{
  width: 32px !important;
}
.boxs .box img
{
  width: 150px !important;
} */
.contactuspage
{
  background-size: cover !important;
  /*! background: var(--mainColor); */
  /*! margin: 50px 0; */
}
.contactuspage .col-md-11
{
  padding: 0
}
.contactuspage .cnf
{
  margin: 90px 0;
  margin-bottom:  0 !important;
  margin-top: 0px;
  /*! background: linear-gradient(to top, #142938,#0000); */
  padding-top: ;
}
.contactuspage form
{
  /*! background:#5AA2CA57; */
  /*! padding:40px 20px; */
  border-radius: 30px
}
.contactuspage input,.contactuspage textarea
{
  background: white;
  /*! border: 1px solid #FFFFFF47 !important; */
  /*! border-radius: 50px !important; */
  height: 45px !important;
  text-align: right !important;
  padding-right: 60px;
  color: #646464 !important;
}
.contactuspage i
{
  position: absolute;
  border: 2px solid var(--mainColor);
  color: var(--mainColor);
  padding: 8px 9px;
  border-radius: 50% !important;
  right:20px;
  top: 7px;

  font-size: 11px;
}
.contactuspage textarea
{
  height: 200px !important;
  padding: 10px !important
}
.popwindow
{
  position: fixed !important;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  left: 0;
  top: 0;
  z-index: 999999999999999999
}
.popwindow .allifnospace
{
  background: #fff;
  margin: 20px 0;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  text-align: center;

  z-index: 99999999999999999;
}
.popwindow .content ul
{

  width: 100%;
  position: relative;
  justify-content: center

}
.popwindow .content ul li
{
  text-align: right;

  display:inline-block;
  justify-content: center;

  width: 31%;
  margin: 5px 5px;
  overflow: hidden;
}
.popwindow .content ul li a
{
  display: block;
  text-decoration: none !important;
  padding:10px 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius:5px;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  padding-right: 30px !important;
  position: relative

}
.popwindow .content ul li a input
{
  height: 30px !important;
  padding: 0 !important;
  position: absolute;
  right:6px;
  top: 3px;
}
.mr3
{
  height: 370px;
  overflow: hidden;
  position: relative
}
.boxs
{
  position: absolute !important;
  width: 100%;

}
.popwindow h1
{
  font-size: 25px;
  margin: 30px 0;
}
.spcimg
{
   background: #f1f1f1;
  width: 60%;
  margin: auto;
  padding: 30px 10px;
  text-align: center;
  margin-top: -138px;
  z-index: 999999999;
  position: relative;
  border-radius: 20px;
}
.spcimg h3
{
  font-size: 32px;
  color: var(--mainColor);
}
.spcimg p
{
  font-size: 22px;
  color: rgba(0,0,0,.6);
  margin: 20px 0
}
.spcimg a
{
  font-size: 13px;
  background: var(--mainColor);
  color: white !important;
  padding: 8px 30px;
  border-radius: 10px
}
.aboutus .col-md-6
{
  text-align: center
}

.popwindow .content .ds
{
  text-align: center !important;
  display: flex;
  justify-content: center;
}

.popwindow .content .ds a
{
  font-size: 17px;
  margin: 0px 10px;
  padding: 10px;
  cursor: pointer;
}
.form-check input
{
  padding: 0 !important;;
  height: 20px !important;
  margin: 0 auto
}
.form-check label
{
  padding: 0 !important;
}
.content .form-check
{
  background: #f1f1f1;
  padding: 5px 30px;
  margin: 0 !important;
  border-radius: 20px;
  margin-bottom: 40px !important;
}
.content .form-check:nth-child(1)
{
  background: var(--mainColor);
  color: white;
  padding: 5px 30px;
  border-radius: 20px;

}
.aboutus .mmimg
{
  height: 470px;
  object-fit: cover;
  border-radius: 0px 117px 127px 0;
}
.dspirere
{
  width: 60%;
  background-color: var(--mainColor);
  margin-top: -153px;
  text-align: right;
  position: relative;
  padding: 20px;
  border-radius: 0px 20px 20px 0;
  /*! margin-right: 24px; */
  margin-left: -20px;
  z-index: 333333;
}
.dspirere img
{
  margin: 10px;
  background: white;
  padding: 10px;
}
.dspirere p
{
  font-size: 15px;
  line-height: 1.6em;
  color: white;
}
.aboutus .content-a
{
  padding-right: 20px
}
.rtt
{
  position: absolute;
  top: -72px;
  z-index: -1;
  width: 30%;
  left: -21px;
  height: auto !important;
}.rtt2
{
  position: absolute;
  top: -72px;
  z-index: -1;
  width: 30%;
  left: -21px;
  height: auto !important;
}
.act li
{
  margin: 0;
  border-radius:
}
.act
{
  margin-left: 20px
}
.act li:nth-child(2) a
{
  background: var(--sColor);
  display: block;
  padding: 10px 13px;
    border-radius: 20px 0px 0px 20px;

  padding-right: 11px;
  color: #000 !important;
}
.act li:nth-child(1) a
{
  background: #e6e2e2;
  display: block;
  padding: 10px 13px;
  border-radius: 0px 20px 20px 0px;
  text-align: center !important;
  padding-left: 11px !important;
  color: var(--mainColor) !important;
}
.sr
{
  background: #f1f1f1;
  border-radius: 20px;
  text-align: center;
  padding:50px 10px
}
.sr img
{
  /*! background: var(--mainColor); */
  width: 60px;
  height: 60px;
}
.sr h3{
  font-size: 20px;
  margin: 20px 0;
  color: black
}
.sr li
{
  display: block;
  text-align: right;

}
.sr a
{
  display: block;
  border: 1px solid rgb(191, 191, 191);
  padding: 10px;
  margin: 10px 0;
  font-size: 13px;
  color: rgba(0,0,0,.6);
  border-radius: 20px
}
.container-fluid
{
  max-width: 94%;
}
.serj .col-md-2
{
  padding: 0px 5px
}
.serj .row
{
  background: #fff
}
.sr svg
{
  float: left;
  width: 24px !important;
  height: 20px
}
.sr path
{
  fill: rgba(0,0,0,.6)
}
.spcsr
{
  background: #142938;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  min-height:600px;
}
.spcsr input
{
  background: unset !important;
  border-bottom: 1px solid white !important;
  color: white;
  text-align: right !important;
  padding: 0px 10px
}
.spcsr i
{
  color: white;
  position: absolute;
  left: 9px;
  top: 38px;
  font-size: 14px
}
.spcsr button
{
 background: #142938;
  border: unset
}
.spcsr .form-group
{
  position: relative
}
.spcsr  .dsrre
{
  background: var(--mainColor);
  border-radius: 20px;
  padding: 40px 20px;
  margin-bottom: 15px;
}
.spcsr  .dsrre h3
{
  color: white;
  font-size: 22px;
}
.spcsr  .dsrre svg
{
  background: #ffffff5e;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  padding: 10px;
  margin-bottom: 20px
}
.spcsr  .dsrre path
{
  fill: white
}
.premg a
{
  display: block;
  text-align: right;
  padding: 20px 0;
  background: rgba(255,255,255,.3);

  border-radius: 20px;
  color: white;
  margin-bottom: 15px
}
.premg svg
{
  width: 25px;
  height: 25px;
  margin: 0px 10px;
  margin-left: 0;
}
.premg svg path
{
  fill: rgba(255,255,255,.6)
}
.hd
{
  position: relative;
 padding-left: 60px
}
.hd a img
{
  position: relative;
  width: 50px !important;
  float: left;
  height: 50px !important;
  margin-top: -64px;
}
.bd
{
  display: block;
  margin-top: 50px;
  text-align: right
}
.comment
{
  background: white !important;
}
.comment form
{
  margin: 40px 0
}
.comment input, .comment textarea
{
  border-radius: 10px !important;
  background: unset !important;
  height: 50px !important;
  font-size: 14px !important;
  text-align: right;
  border: unset !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
}
.comment textarea
{
  height: 100px !important;
}
.retty
{
  display: flex;
  margin: 0 !important;
  padding: 0;
  /*! display: none */
  text-align: center;
  margin: auto !important;
  justify-content: center;
}
.retty a
{
  padding: 1px 9px;
  margin: 0px 10px;
  font-size: 18px;
  color: #fff !important;
  position: relative;
  z-index: 9999999;
}
.retty a:hover
{
  color: var(--mainColor)
}

.en .header::after
{
  /*! left: -70px; */
  /*! transform: skewX(-10deg) */
}
.en .header .cot
{
  /*! padding-left: 30px */
  padding: 0px 30px;
}

.en input, .en textarea
{
  text-align: left !important
}
.en .acc h3
{
  text-align: left
}
.en .acc h3::after
{
  left: unset !important;
 right: 20px !important;
}
.en .premg a
{
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content:start
}
.en .premg a svg
{
  margin: 0;
  margin-left: 5px
}
.en .spcsr i
{
  right: -240px
}
.en .serj .content h2,.en .serj .content h5, .en .serj .content p
{
  text-align: left !important;
}
.en .serj .content a
{
  float: right
}
.en .spcsr button
{
position: absolute
}
.en .spcsr
{
  padding-top: 20px
}
.en .spcsr i
{
  top: 10px
}
.en .header .hdcotnt ul
{
  text-align: left !important;;
  justify-content: start;
  justify-content: center;
}
.en .content-faq p
{
  text-align: left !important;
}
.popwindow .rempt ul li
{
  width: 100%;
  display: block !important;

}
.rempt li a
{
    background: var(--mainColor);
  color: white !important;;
  border: unset !important;
  width: 100%;
  display: block
}
.popwindow .rempt ul
{
  width: 100% !important;;
}
html,body
{
  position: relative;
  overflow-x: hidden !important;
}
.mr3 .sdlr
{
  padding: 15px 30px !important;
  font-size: 19px;
}
.merelgj .active
{
  color: var(--sColor);
  position: relative

}
.merelgj .active::before
{
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--sColor);
  content: '';
  left: 50%;
  bottom: -11px;
  border-radius: 50%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 7px !important;
  margin:  0px 10px !important;
  /*! margin-bottom: 90px !important; */
  line-height: 0em !important;
  padding-top: -13px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  height: 15px !important;
  margin-top: -5px !important;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: -2px;
  background-color: var(--mainColor);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #115388;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.toogle
{
  margin-bottom: 10px
}section
{
  position: relative !important;
  z-index: 0;
}
.dsretfsdsd
{
  position: absolute !important;
  /*! background: red !important; */
  left: 70px;
  top: -250px;
  width:  200px !important;
}
.serj,.serj .row
{
  background: #f1f1f1
}
.serj .content
{
  padding: 10px;
  background: #fff;
  padding: 10px 30px;
  border-radius: 15px
}
.serj .hd
{
  padding: 10px  20px;
  padding-left: 130px
}
.serj .content h5
{
  font-size: 15px !important;
}
.serj h2
{
    padding-bottom: 20px !important;
  font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.1);

}
.mlretf
{
  position: absolute;
  left: 0;
  top: 33px;
  width: 130px
}
.serj .bd
{
  margin: 0
}
.serj .hd a
{
  margin-top: -30px !important;
  cursor: pointer;
}
.dsretfsdsd2
{
  position: absolute;
  top: -361px;
  right: 83px;
  width: 77%;
  /*! height: 412px; */
  z-index: -1;
}
.contactuspage .col-md-11
{
  border-radius: 23px !important;
}
.testmonials
{
  padding-top: 40px !important;
  padding-bottom:20px !impr;
  background: white !important;
  margin-top: 30px;
}
.lkfsdt
{
  position: absolute
}
.sidebar
{
  z-index: 99999999999;
  width: 100%;
  text-align: right;
  position: relative;
  padding: 10px 30px;
  margin: auto;
  /*! margin-bottom: 10px !important; */
  /*! display: flex; */
  justify-content: end;

  display: none;
}
.sidebar .lsitte
{
  position: absolute;
  right:  -90% ;
  background: white;
  width: 80%;
  padding: 30px 0px !important;
  z-index: 999999999999;
  top:45px;
  /*! z-index: 999999999999999999999999999999999999999999999999; */
  /*! height: 80vh !important; */
  z-index: 999;
  border-radius: 10px 0px 0px 20px
}
.sidebar .lsitte li
{
  z-index: 9999999999999;
  position: relative;
  color: white;
text-align: right;
  margin: 30px 0px
}
.sidebar .lsitte .act
{
  display: flex;
  justify-content: center;
  margin-top: 120px
}
.sidebar .lsitte .act li
{
  margin: 0
}
.sidebar .lsitte li a
{
  text-align: right;
  /*! padding-bottom: 0px; */
  position: relative;
  color: black !important;
  font-size: 14px;
}
.sidebar .fa-bars
{
  padding: 9px 16px;cursor: pointer;

  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .sec-title
  {
    margin: 0
  }
.carousel .cot
 {
   margin: 0;
   width: 100%;

   margin-top: 150px;
   z-index: 000000 !important;
 }
 .header .hdcotnt:before, .header .hdcotnt:after
 {
   display: none !important;
 }
 .carousel .cot h1
 {
   font-size: 25px !important;
 }
  .sidebar
  {
    display: block !important;
  }
 .carousel .cot p
 {
   font-size: 14px;
   margin: 30px 0;
   margin: 0 !important;
 }
  .ergdf9t
  {
    width: 60% !important;
  }
 .header .navbar-brand img
 {
   width: 120px !important;
 }
 .team
 {
   padding: 0 !important;
 }

 navbar-nav ml-auto
 {
   background: var(--mainColor) !important;
 }
  .tot
  {
    height: 200px !important;
    margin-bottom: 30px
  }
  .service2 .content-a
  {
    padding-top: 0 !important;
  }
 .navbar-collapse
 {
   background: var(--mainColor);
   z-index:   9999999999999 !important;
   position: relative;
   margin-bottom: 30px
 }
 .topbar .ml-auto a
 {
   color: white !important;

 }
 .act .active a
 {
   background:#191514 !important;
 }
 .header .active
 {
   /*! margin: 0px 15px !important; */
 }
 .team .col-md-12 .row
 {
   flex-direction: column-reverse
 }
   .carousel img
 {
   min-height: auto !important;
   background-size: contain;
   height: auto !important;
   /*! z-index: -1; */
 }
  .drrs img
  {
    width: 65;
    margin-top: 58px;
  }
  .ergdf9t
  {
    width: 68% !important;
  }
  .en .cot .row
  {
    flex-direction: column !important;
  }
 .faq .row
 {
   flex-direction: column-reverse
 }
     .mmrcontent .row
 {
   flex-direction:column-reverse
 }
 .hdcotnt
 {
   padding: 50px  !important;
 }
 .header .drrs
 {
   height: auto !important;
 }
   .topbar
 {
   /*! display: none !important; */
 }
 .bottombar
 {
   /*! padding: 15px 0 */
 }
}
.merelgj .dsrte li
{
  margin: 0 !important;
}
.dsrte li a
{
  border: 1px solid white;
  border-radius: 50%;
  margin: 0px 5px;
  padding: 6px 7px
}
.mppkte
{
  background: #ffffff3d;
  color: #242121;
  border-radius: 5px;
  font-size: 25px;
  margin-top: 0px;
  padding: 5px 10px;
  cursor: pointer
}
.sidebar .merelgj .active::before
{
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--mainColor);
  content: '';
  left: 50%;
  bottom: 6px;
  border-radius: 50%;
}
.tt2
{
  position: absolute;
  bottom: 4px;
  width: 68%;
  height: auto !important;
  right: -260px;
  z-index: -1111554;
  /*! transform: rotate(-0deg); */
}

.en .sidebar .lsitte a
{
  text-align: left
}
.en .sidebar .rmkt
{
  text-align: left !important;
  justify-content: start !important;
}
.aboutus .box span
{
  text-transform: capitalize;
  font-weight: bold;

  color: var(--mainColor);
  font-size: 18px !important;
  /*! border: 4px solid; */
  /*! padding: 0px 30px; */
}
.aboutus .box .icon span
{
background: var(--mainColor);
color: white;
padding: 10px 13px;
border-radius: 50%;
margin-top: 10px !important;
}
.aboutus .box .icon
{
  /*! padding-top: 20px  !important; */
  background: var(--mainColor);
}
.aboutus .bx
{
  text-align: center;
  padding: 50px;
}
.aboutus .bx h3
{
  font-weight: bold;
  font-size: 43px
}
.aboutus .bx p
{
  color: var(--mainColor);
  font-size: 20px
}
.ftbx
{
  background: var(--mainColor) !important;
  text-align: center;
  /*! margin: 10px 0; */
  padding: 20px 10px;
  min-height: 89px;
  /*! padding-top: 40px; */
    transition:.5s;

  width: 100% !important;
  padding-bottom: 40px;
}
.ftbx h1
{
  font-size: 38px;
  font-weight: bold;
  margin-top: 20px;
  color: var(--sColor);
  text\+t: ca;
  text-transform: capitalize;
}
.ftbx p
{
  font-size: 24px;
  color: var(--sColor);
}

.ftbx:hover
{
  background: var(--mainColor);
  transform:scale(1.1);
  transition:.5s;
  box-shadow: 0px 10px 0px 10px rgba(0,0,0,.1)
}
.ftbx:hover p,.ftbx:hover h1
{
  color: white !important;
}
.ftbx:hover span
{
  color:white !important;
}
.total
{
  background: var(--mainColor);
  padding: 0
}
.tot
{
  text-align: center;
  padding: 10px 0;
  /*! margin: 10px 0; */
  border-right: 1px solid #ffffff30;
  height: 300px;
  padding-top: 50px;
}
.total .col-md-3
{
  padding: 0
}
.tot img
{
 width: 60px !important;
  height: 60px;
  transition: .5s
}
.tot path
{
  fill: #fff;
}
.tot h1
{
  color: white;
  margin: 0
}
.total h1
{
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  margin: 10px 0;
}
.total .ds p
{
  margin: 0 !important;
  color: #000;
  margin-top: 40px !important;
}
.tot p
{
  color: #fff;
  font-size: 17px !important;
  margin: 0
}
.tot:hover img
{
  transform: translateY(-20px) !important;
  transition: .5s
}
.news-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 3;
}
.news-section .bg.pull-up {
  height: auto;
  top: -215px;
  bottom: 0;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .content-box {
  position: relative;
  padding: 30px 30px 50px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid #e1e2e7;
  background-color: #fff;
}
.news-block .content-box .date {
  position: absolute;
  top: -20px;
  left: 30px;
  background: var(--mainColor);
  color: var(--theme-color2);
  font-size: 13px;
  padding: 5px 18px;
  height: 30px;
  line-height: 20px;
  font-weight: 600;
  color: white;
}
.news-block .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-block .content-box .post-info li {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #6f7174;
  margin-bottom: 10px;
  margin-right: 15px;
}
.news-block .content-box .post-info li i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.news-block .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block .content-box .title {
  margin-bottom: 25px;
  text-align: left;
  color: black !important;
}
.news-block .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block .content-box .read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 30px;
  font-size: 15px;
  color: #000;
  line-height: 30px;
  flex-direction: row-reverse;
}
.news-block .content-box .read-more i {
  color: white;
  height: 30px;
  width: 30px;
  background: var(--mainColor);
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.service2 .content-a
{
  padding-top: 70px;
  margin: 30px 0
}
.service2 img
{
  margin: 30px 0 !important;
  border-radius:50px !important
}
.service2 .content-a h1
{
  /*! border-right: 4px solid var(--mainColor); */
  padding: 15px;
  /*! background: #f7f7f7; */
  color: var(--mainColor) !important;
  position:relative
}
.service2 .content-a h1::before
{
  position: absolute;
  width: 10%;
  height: 4px;
  content: '';
  background: var(--mainColor);
  right:0;
  border-radius: 20px
}


.preloader
{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left:0 ;
background-color: #fff;
z-index: 99999999999999999999;
}
.preloaders
{
text-align: center;
margin: 250px 0;
margin-top: 200px !important;
}
.locationmap
{
  text-align: left;
  color: black !important;
}
.locationmap h3
{
  color: var(--mainColor);
  font-size: 22px;
}
.locationmap p
{
  /*! font-weight: bold; */
  color: black
}
.pagination {
  position: absolute !important;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 !important;
  bottom: 30px;
  z-index: 999;

  &__item {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 5px;
    transition: 0.2s ease-in-out;

    &.is-current,
    &:hover {
      background-color: #fff;
    }
  }
}

.container {
  position: relative;
  margin: 0 auto;

  @media (max-width: 699px) {
    padding-right: 40px;
    padding-left: 40px;
  }

  @media (min-width: 700px) and (max-width: 1599px) {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }

  @media (min-width: 1600px) {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}


button,
.c-header-filters_button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  body {
    overflow: hidden;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .o-scroll {
    height: 100%;
  }
}

::-moz-selection {
  background: #0084c0;
  color: #ffffff;
}

::selection {
  background: #0084c0;
  color: #ffffff;
}

img,
svg {
  max-width: 100%;
}

a,
.o-link {
  color: #1a0dab;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
.o-link:hover {
  color: #13097c;
}

a.-normal,
.o-link.-normal {
  color: currentColor;
  text-decoration: none;
}

a.-normal:hover,
.o-link.-normal:hover {
  text-decoration: underline;
}

a.-blue:hover,
.o-link.-blue:hover {
  text-decoration: none;
  color: #0084c0;
}

a.-hover,
.o-link.-hover {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

a.-hover::after,
.o-link.-hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

a.-hover:hover::after,
.o-link.-hover:hover::after {
  transform: scaleX(1);
}

p {
  margin: 0;
}

.o-wrap {
  overflow: hidden;
}

.o-page.-anim {
  transform: translate3d(0, 9.375rem, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
  transform: translate3d(0, 0, 0);
}

.o-barba,
.o-barba_container {
  height: 100%;
}

strong {
  font-weight: 700;
}

.js-parallax {
  transform: translateZ(0);
  will-change: transform;
}

.scroll-content {
  overflow: hidden;
}

.o-blockquote.-nomargin {
  margin: 0;
}

.o-action-link {
  display: block;
  padding-top: 12.8125rem;
  padding-bottom: 7.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 699px) {
  .o-action-link {
    font-size: 40px;
    padding-top: 120px;
  }
}

@media (max-width: 1199px) {
  .o-action-link {
    color: #1e1e22;
  }
}

@media (min-width: 700px) {
  .o-action-link {
    font-size: 5.625rem;
  }
}

@media (min-width: 1200px) {
  .o-action-link {
    color: #ffffff;
  }
}

.o-action-link:hover {
  color: #ffffff;
}

.o-action-link_label {
  display: inline-block;
  position: relative;
}

.o-action-link_label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.1875rem solid;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
  transform: scaleX(1);
}

.o-h,
h1,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.1;
}

@media (max-width: 699px) {
  h1,
  .o-h1 {
    font-size: 26px;
  }
}

@media (min-width: 700px) {
  h1,
  .o-h1 {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  h1,
  .o-h1 {
    font-size: 4.375rem;
  }
}

@media (max-width: 1599px) {
  h2,
  .o-h2 {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1600px) {
  h2,
  .o-h2 {
    font-size: 2.25rem;
  }
}

h3,
.o-h3 {
  font-size: 1.5625rem;
}

h4,
.o-h4 {
  font-size: 1rem;
}

h5,
.o-h5 {
  font-size: 0.8125rem;
}

h6,
.o-h6 {
  font-size: 0.6875rem;
}

.o-hsub {
  font-size: 19px;
  padding: 1.25rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.o-hsub::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 1.5rem;
  background-color: #1e1e22;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.sticky {
  height: 100%;
  width: 50%;
  float: left;
  position: absolute;
}
.sticky.fixy {
  position: fixed;
  top: 0;
  left: 0;
}

.sticky.bottom {
  position: absolute;
  bottom: 0;
}
.green {
  background-color: green;
}

.red {
  background-color: red;
}

.scrolling {
  float: right;
  width: 50%;
  padding: 20px;
}
p {
  font-size: 15pt;
}
section.card {
  background: white;
  padding: 48px 48px 48px 308px;
  margin: 84px 0;
  width: 60vw;
  max-width: 920px;
  min-width: 640px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  position: relative;
  box-shadow: 5px 0 0 0 fade(#ccc, 30%), -5px 0 0 0 fade(#ccc, 30%),
    0 5px 0 0 fade(#ccc, 30%);
  .text-content {
    display: flex;
    flex-direction: column;
    width: calc(60vw - 192px);
    h3 {
      margin: 0;
      font-size: 1.5em;
      max-width: 20ch;
      text-transform: capitalize;
      color: #514c4c;
      text-transform: uppercase;
      font-family: 'Sora', sans-serif !important;
    }
    p {
      margin: 16px 0 24px;
      max-width: 36ch;
      color: #403e3e;
      font-family: 'Sora', sans-serif !important;
    }
    a {
      border: 1px solid var(--mainColor);
      color: var(--mainColor);
      align-self: flex-start;
      text-decoration: none;
      padding: 16px 32px;
      /*! border-radius: 12px; */
      transition: 400ms all;
      &:hover {
        background: var(--mainColor);
        color: white;
      }
    }
  }
  .visual {
    width: 240px;
    height: 100%;
    position: absolute;
    top: -24px;
    left: 24px;
    overflow: hidden;
    box-shadow: 1px 2px 6px fade(white, 25%), 2px 6px 12px fade(black, 25%);
    img {
      height: 110%;
      border-radius: 0 !important;
      /*! border: 4px solid var(--mainColor); */
    }
  }
  &:nth-of-type(odd) {
    margin: 0 0 0 248px;
    border-radius: 0 !important;
    padding: 48px 308px 48px 60px;
    .visual {
      right: 24px;
      left: auto;
    }
    .text-content a {
      align-self: flex-start;
    }
  }
  border: unset !important;
  border: 1px solid #0000000f !important;
}

article {
  margin: auto;
  display: block;
  width: calc(60vw + 248px);
  max-width: calc(920px + 248px);
  min-width: calc(640px + 248px);
}



@media all and (max-width: 1100px) {
  body {
    /*! padding: 96px 48px 24px; */
  }
  article {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  section.card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    .text-content {
      width: 100%;
    }
    &:nth-of-type(odd) {
      margin: 0;
    }
  }
}
@media all and (max-width: 720px) {

  section.card {
    margin: 64px 0;
    padding: 88px 36px 36px;
    flex-direction: column;
    border-radius: 24px;
    &:nth-of-type(odd) {
      padding: 88px 36px 36px;
      border-radius: 24px;
    }
    .text-content {
      h3 {
        max-width: calc(100% - 150px);
        font-size: 1em;
      }
      p,
      a {
        font-size: 18px;
      }
    }
    .visual,
    &:nth-of-type(odd) .visual {
      width: 150px;
      height: 150px;
      right: 16px;
      left: auto;
      img {
        width: 100%;
        height: auto;
      }
    }
  }
}
@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Geekfolio
    Theme URI: http://
    Description: Creative Agency & Portfolio
    Author: UI-ThemeZ
    Author URI: http://themeforest.net/user/UI-ThemeZ
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* Variables
-----------------------------------------------------------------*/
/* Typography
-----------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #1d1d1d;
  background-color: white;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-family: 'Sora', sans-serif;
  overflow-x: hidden !important;
}

body.noise-img {
  position: relative;
}

body.noise-img:before {
  content: '';
  background-image: url(../imgs/patterns/noise.png);
  background-size: 70px;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.home-digital .container,
body.home-arch .container,
body.home-corp .container {
  max-width: 1200px;
}

body.space-font,
body.home-digital {
  font-family: 'Space Grotesk', sans-serif;
}

body.home-arch {
  font-family: 'Space Grotesk', sans-serif;
}

body.home-arch main {
  position: relative;
}

body.home-arch main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  background: #f1f3f5;
  z-index: 5;
}

body.home-main-crev,
body.digital-marketing {
  font-family: 'Epilogue', sans-serif;
}

main {
  position: relative;
  z-index: 5;
}

.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px;
}

.row.sm-marg > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row.md-marg {
  margin-left: -25px;
  margin-right: -25px;
}

.row.md-marg > * {
  padding-left: 25px;
  padding-right: 25px;
}

.row.lg-marg {
  margin-left: -40px;
  margin-right: -40px;
}

.row.lg-marg > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row.xlg-marg {
  margin-left: -50px;
  margin-right: -50px;
}

.row.xlg-marg > * {
  padding-left: 50px;
  padding-right: 50px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lines.two:after {
  content: '';
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.lines.four {
  left: 10%;
  width: 80%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.lines.four:after {
  content: '';
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.lines.two-out {
  left: 60px;
  right: 60px;
  width: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 7;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  line-height: 1;
}

h1 {
  text-align: 0px !important;
}

h2 {
  font-size: 20px;
  text-transform: capitalize;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
  line-height: 1.5;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

p {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
  color: #696969;
  margin: 0;
}

a, a:hover {
  color: inherit;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

.btn:hover, .btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-color {
  color: var(--mainColor) !important;
}

.main-colorbg {
  background-color: #c9f31d;
}

.main-color2 {
  color: #f08f74 !important;
}

.main-colorbg2 {
  background-color: #f08f74;
}

.main-color3 {
  color: #55e6a5 !important;
}

.main-colorbg3 {
  background-color: #55e6a5;
}

.main-color4 {
  color: #ffaa17 !important;
}

.main-colorbg4 {
  background-color: #ffaa17;
}

.main-bg {
  background-color: #f1f3f5;
}

.sub-bg {
  /*! background-color: var(--mainColor); */
}

.bg-gray1 {
  background: #EFF2F5;
}

.text-dark {
  color: #1d1d1d;
}

.text-dark .swiper-controls.arrow-out .left, .text-dark .swiper-controls.arrow-out .right {
  border-color: rgba(0, 0, 0, 0.2);
}

img {
  width: 100%;
  height: auto;
}

.to-out .swiper-container {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-pattern.pattern-center {
  background-position: center center;
}

.bg-pattern.patrn1 {
  background-size: 60px;
  background-repeat: repeat;
}

.dots-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: auto !important;
  background-repeat: repeat !important;
}

.in-box {
  width: calc(100% - 120px);
  margin-left: 60px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 40px;
}

/* Buttons
-----------------------------------------------------------------*/
.butn {
  border: 1px solid transparent;
}

.butn.butn-md {
  padding: 14px 35px;
}

.butn.butn-full {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
}

.butn.butn-bord {
  border-color: var(--mainColor);
  background: var(--mainColor);
  color: white;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-size: 16px;
}

.butn.butn-bord:hover {
  background: var(--mainColor);
  color: #fff;
}

.butn.butn-bord:hover span {
  color: #fff;
}

.butn.butn-bg {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn.butn-bg:hover {
  background: transparent !important;
  border-color: #1d1d1d;
  color: #1d1d1d !important;
}

.butn .rolling-text {
  margin-bottom: -5px;
}

.butn .icon {
  width: 20px;
}

.butn-circle {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  color: var(--sColor);
}

.butn-circle:hover span {
  color: white !important;
}

.butn-circle:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.butn-circle:hover:before {
  opacity: 0;
}

.butn-circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff0a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn-circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--sColor);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn-circle.sml {
  width: 130px;
  height: 130px;
}

.butn-circle.sml span {
  text-transform: capitalize;
  letter-spacing: 0;
}

.butn-circle.colorbg-2:after {
  background: #f08f74;
}

.butn-circle.colorbg-3:after {
  background: #55e6a5;
}

.butn-circle span {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  position: relative;
  z-index: 2;
}

.butn-circle .circle-star {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.circle-button {
  position: relative;
  display: inline-block;
}

.circle-button.in-bord:after {
  content: '';
  position: absolute;
  top: 55px;
  left: 55px;
  right: 55px;
  bottom: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.circle-button.in-bord:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.crv-butn-vid .vid {
  min-width: 120px;
  padding-left: 15px;
  padding-right: 40px;
  height: 50px;
  border: 1px solid #555;
  border-radius: 30px;
  position: relative;
}

.crv-butn-vid .vid .text {
  line-height: 50px;
}

.crv-butn-vid .vid .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* Extra
-----------------------------------------------------------------*/
.d-rotate {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-rotate .rotate-text {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.d-rotate.animated .rotate-text {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
  color: white !important;
}

.d-slideup .sideup-text {
  overflow: hidden;
  /*! display: block; */
}

.d-slideup .sideup-text:first-of-type .up-text {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.d-slideup .sideup-text:nth-of-type(2) .up-text {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.d-slideup .sideup-text:nth-of-type(3) .up-text {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.d-slideup .sideup-text:nth-of-type(4) .up-text {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.d-slideup .sideup-text:nth-of-type(5) .up-text {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.d-slideup .sideup-text .up-text {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.d-slideup.animated .up-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.main-marq {
  position: relative;
  padding: 0;
}

.main-marq:after {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
  background: -o-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
  background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
}

.main-marq.lrg .box .item h4 {
  font-size: 6vw;
  font-weight: 700;
}

.main-marq.xlrg .box .item {
  padding: 0 30px;
}

.main-marq.xlrg .box .item h4 {
  font-size: 10vw;
  font-weight: 800;
}

.main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #1d1d1d;
}

.main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #1d1d1d;
}

.main-marq .non-strok .item h4 {
  color: #1d1d1d !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq .non-strok .item h4 a {
  color: #1d1d1d !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-marq .box .item {
  padding: 0 30px;
}

.main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}

.main-marq .box .item h4 .icon {
  font-family: 'Sora', sans-serif;
  margin-bottom: -15px;
}

.main-marq .box .item h2 {
  line-height: 1;
  margin: 0;
}

.main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #1d1d1d;
}

.main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #1d1d1d;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #1d1d1d;
  -webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #1d1d1d;
  -webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
  color: black !important;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
}

.dark-text {
  color: #000 !important;
}

.dark-text .box .item h4,
.dark-text .box:last-of-type .item:nth-of-type(even) h4 {
  color: #000 !important;
}

.dark-text .strok .box .item h4,
.dark-text .box .item:nth-of-type(even) h4,
.dark-text .box:last-of-type .item:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #000;
}

.light-text {
  color: #fff;
}

.light-text .box .item h4,
.light-text .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
}

.light-text .box .item:nth-of-type(even) h4,
.light-text .box:last-of-type .item:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #fff;
}

.slide-har {
  position: relative;
}

.slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}

.slide-har.st2 .box {
  position: relative;
  -webkit-animation: slide-har-revers 80s linear infinite;
  animation: slide-har-revers 80s linear infinite;
}

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.main-marqv {
  position: relative;
  padding: 0;
}

.main-marqv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*! background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff); */
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff);
  /*! background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff); */
  pointer-events: none;
}

.main-marqv .slide-vertical {
  overflow: hidden;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

.main-marqv .slide-vertical:hover .box {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.main-marqv .slide-vertical .box {
  position: relative;
  -webkit-animation: slide-vertical 50s linear infinite;
  animation: slide-vertical 50s linear infinite;
}

@-webkit-keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.imago {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
  transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
  -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
  position: relative;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.imago.simpl {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

/* ====================== [ Start Helper Classes  ] ====================== */
.cursor-pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.stroke {
  color: #0000009c;
  /*! -webkit-text-stroke: 1px #1d1d1d; */
}

.dark-text .stroke,
.text-dark .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.position-abs {
  position: absolute;
}

.revers-x {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.revers-y {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.full-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ontop {
  position: relative;
  z-index: 7;
}

.rest {
  padding: 0 !important;
  margin: 0 !important;
}

.hide {
  display: none;
}

img.out-box {
  width: 140%;
}

img.left {
  margin-left: -40%;
}

.no-bord {
  border: 0 !important;
}

.bord-thin-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bord-thin-top.bord-dark {
  border-color: rgba(0, 0, 0, 0.1);
}

.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bord-thin-bottom.bord-dark {
  border-color: rgba(0, 0, 0, 0.1);
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-50 {
  border-radius: 50px;
}

.full-width {
  width: 100% !important;
  z-index: 0;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.no-cover {
  background-size: contain !important;
}
.approach-carso
{
  /*! background: #f15082; */
}
.section-padding {
  padding: 40px 0;
  padding-bottom: 40px !important;
  position: relative;
  z-index: 0;
}
.approach-carso p{
  color: #171717;
}
.section-ptb {
  padding: 80px 0;
}

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.no-shad {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.circle-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.circle-30 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-70 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-90 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.height-100 {
  height: 100%;
}

.unlist {
  list-style: none;
}

.underline a {
  text-decoration: underline !important;
}

.underline span {
  text-decoration: underline;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-link li {
  display: inline-block;
}

.rest {
  margin: 0;
  padding: 0;
}

.social.circle-bord a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
.icon-img-20 {
  width: 20px;
}

.icon-img-30 {
  width: 30px;
}

.icon-img-40 {
  width: 40px;
}

.icon-img-50 {
  width: 50px;
}

.icon-img-60 {
  width: 60px;
}

.icon-img-70 {
  width: 70px;
}

.icon-img-80 {
  width: 80px;
}

.icon-img-90 {
  width: 90px;
}

.icon-img-100 {
  width: 100px;
}

.icon-img-120 {
  width: 120px;
}

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

.zindex-10 {
  z-index: 10;
}

.zindex-99 {
  z-index: 99;
}

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
  opacity: .05 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: .1 !important;
}

.opacity-2 {
  opacity: .2 !important;
}

.opacity-3 {
  opacity: .3 !important;
}

.opacity-4 {
  opacity: .4 !important;
}

.opacity-5 {
  opacity: .5 !important;
}

.opacity-6 {
  opacity: .6 !important;
}

.opacity-7 {
  opacity: .7 !important;
}

.opacity-8 {
  opacity: .8 !important;
}

.opacity-9 {
  opacity: .9 !important;
}

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #444;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-hover-inherit:hover {
  color: inherit !important;
}

.text-hover-light:hover {
  color: #fff !important;
}

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 19px !important;
  line-height: 1.6em;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

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

.fz-48 {
  font-size: 48px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-65 {
  font-size: 65px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-80 {
  font-size: 80px !important;
}

/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/
.line-height-1 {
  line-height: 1;
}

.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls6 {
  letter-spacing: 6px !important;
}

.ls7 {
  letter-spacing: 7px !important;
}

.ls8 {
  letter-spacing: 8px !important;
}

.ls9 {
  letter-spacing: 9px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

.ls15 {
  letter-spacing: 15px !important;
}

.ls20 {
  letter-spacing: 20px !important;
}

.ls25 {
  letter-spacing: 25px !important;
}

.ls30 {
  letter-spacing: 30px !important;
}

/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

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

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  /*! margin-top: 30px !important; */
  /*! margin-left:  20px !important; */
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 10px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
  color: white;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 20px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/
.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.min-30 {
  margin-left: -30px;
  margin-right: -30px;
}

/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/
.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.margin-rl-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-rl-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.margin-rl-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.margin-rl-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.margin-rl-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.margin-rl-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.margin-rl-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.margin-rl-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.margin-rl-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

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

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

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

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

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

.pt-95 {
  padding-top: 95px !important;
}

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

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

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

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

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

.pb-65 {
  padding-bottom: 65px !important;
}
.project-sec .col-xs-6
{
  padding: 2px
}
.project-sec .container-fluid{
  max-width: 99%
}
.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
  background: #f1f1f1;
}

.pb-85 {
  padding-bottom: 85px !important;
}

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

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 30px !important;
}

.no-padding {
  padding: 0 !important;
}

.pr-30 {
  padding-right: 30px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/
.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.padding-rl-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-rl-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.padding-rl-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.padding-rl-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-rl-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.padding-rl-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.padding-rl-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.padding-rl-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #fff;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*! z-index: 1; */
  pointer-events: none;
}

[data-overlay-dark]:before {
  /*! background: #1a1a1a; */
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #333;
}

[data-overlay-dark] p {
  color: #666060;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.navbar {
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999;
}

.navbar.nav-crev {
  width: calc(100% - 80px);
  left: 40px;
  top: 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  min-height: auto;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

.navbar.nav-crev.nav-scroll {
  background: #f1f3f5;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transform: translateY(80px) !important;
  -ms-transform: translateY(80px) !important;
  transform: translateY(80px) !important;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.navbar.nav-crev.nav-scroll .navbar-nav .nav-link {
  color: #1d1d1d;
}

.navbar.nav-crev.nav-scroll .search-form .search-icon {
  color: #1d1d1d;
}

.navbar.nav-crev.nav-scroll .search-form .search-icon:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar.nav-crev .navbar-nav .nav-link {
  color: #fff;
}

.navbar.nav-crev .search-form .search-icon {
  color: #fff;
}

.navbar.nav-crev .search-form .search-icon:after {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar.static {
  position: relative;
}

.navbar.main-bg {
  background: #f1f3f5;
  border-color: rgba(0, 0, 0, 0.05);
}

.navbar.sub-bg {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.05);
}

.navbar.bord {
  border-color: rgba(0, 0, 0, 0.05);
}

.navbar.nav-scroll {
  background: #f1f3f5;
  border-color: rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.navbar .icon-bar {
  color: #1d1d1d;
}

.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 20px 10px 15px 10px;
  /*! margin: 0 15px; */
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.navbar .navbar-nav .nav-link .rolling-text {
  height: 30px;
  line-height: 30px;
}

.navbar .navbar-nav .dropdown-menu {
  padding: 20px 10px;
  border: 1px solid #ddd;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #1d1d1d;
  background: #fff;
  min-width: 255px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
  left: auto;
  right: 248px;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #1d1d1d;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
  position: absolute;
  left: 248px;
  top: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ddd;
  background: #fff;
  width: 240px;
  padding: 20px 0px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
  position: absolute;
  right: 15px;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: '';
  width: 0px;
  height: 1px;
  background: #1d1d1d;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .no-relative {
  position: static;
}

.navbar .dropdown {
  position: static;
}

.navbar .mega-menu {
  width: 96vw;
  position: absolute;
  left: 2vw;
  padding: 30px 0 30px !important;
  border: 1px solid #ddd;
  overflow: hidden;
}

.navbar .mega-menu .title {
  margin-bottom: 30px;
}

.navbar .mega-menu .title .sub-title {
  font-weight: 500;
}

.navbar .mega-menu .dropdown-item {
  padding: 10px 0;
}

.navbar .mega-menu .dropdown-item:after {
  left: 0;
}

.navbar .mega-menu .dropdown-item:hover {
  padding-left: 20px;
}

.navbar .search-form {
  position: relative;
}

.navbar .search-form.open .form-group {
  opacity: 1;
  visibility: visible;
  bottom: -1px;
}

.navbar .search-form.open .search-icon .open-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.navbar .search-form .form-group {
  position: absolute;
  right: 0;
  bottom: -35px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 15px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .search-form .form-group input {
  padding: 10px 55px 10px 15px;
  background: #fff;
  border: 0;
  border-radius: 5px;
}

.navbar .search-form .form-group button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px 15px;
  background: #ccc;
  border: 0;
  border-radius: 5px;
}

.navbar .search-form .search-icon {
  position: relative;
  padding: 25px 30px;
  cursor: pointer;
}

.navbar .search-form .search-icon:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .search-form .search-icon .close-search {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 25px 0;
  font-size: 20px;
  display: none;
}

.navbar .search-form .search-icon .open-search {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar .dropdown-toggle:after {
  margin-left: 5px;
  vertical-align: 12px;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 25px 0;
  color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.topnav.nav-scroll {
  background: #fff;
  color: #1d1d1d;
}

.topnav.nav-scroll .menu-icon {
  color: #1d1d1d !important;
}

.topnav.nav-scroll .menu-icon .icon i {
  background: #1d1d1d !important;
}

.topnav.nav-scroll.no-fixed-scroll {
  display: none;
}

.topnav .container,
.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav .container-fluid {
  padding: 0 60px;
}

.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
}

.topnav .menu-icon.open .text .word {
  opacity: 0;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.topnav .menu-icon.open .text:after {
  opacity: 1;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.topnav .menu-icon.open .icon {
  width: 20px;
}

.topnav .menu-icon.open .icon i {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  margin: 0;
}

.topnav .menu-icon.open .icon i:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topnav .menu-icon.open .icon i:last-of-type {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.topnav .menu-icon .text:after {
  content: 'close';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.topnav .menu-icon .text .word {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.topnav .menu-icon .icon {
  display: table-cell;
  position: relative;
}

.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px 0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.topnav.dark .menu-icon {
  color: #fff;
}

.topnav.dark .menu-icon .icon i {
  background: #fff;
}

.topnav.navlit .menu-icon {
  color: #1d1d1d !important;
}

.topnav.navlit .menu-icon .icon i {
  background: #1d1d1d !important;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info:after {
  height: 200vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .search-form,
.hamenu.open .cont-info .social-text,
.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .menu-text:after {
  height: 200vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links {
  margin-top: 30px;
  height: 500px;
  overflow: auto;
}

.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
  background: transparent;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: #c9f31d;
  border-radius: 10px;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu > li {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.hamenu .menu-links .main-menu > li .link {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  width: 100%;
  position: relative;
  display: block;
  -webkit-transform: translateY(65px);
  -ms-transform: translateY(65px);
  transform: translateY(65px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.hamenu .menu-links .main-menu > li .link i {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hamenu .menu-links .main-menu > li .link i:before {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1d1d1d;
}

.hamenu .menu-links .main-menu > li .link i:after {
  content: '';
  width: 16px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1d1d1d;
}

.hamenu .menu-links .main-menu > li .link.dopen i:before {
  opacity: 0;
}

.hamenu .menu-links .main-menu > li .link .fill-text {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
}

.hamenu .menu-links .main-menu > li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #1d1d1d;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
  width: 0;
}

.hamenu .menu-links .main-menu .sub-menu {
  display: none;
  padding: 20px 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
  padding: 12px 10px;
  opacity: .6;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
  opacity: 1;
}

.hamenu .menu-text {
  position: relative;
  height: 100%;
}

.hamenu .menu-text .text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.hamenu .menu-text .text h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  opacity: .1;
}

.hamenu .menu-text:after {
  content: '';
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -30px;
  bottom: -75vh;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hamenu .cont-info {
  margin-top: 50px;
  position: relative;
}

.hamenu .cont-info:after {
  content: '';
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -30px;
  top: -75vh;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hamenu .cont-info .item {
  margin-bottom: 50px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.hamenu .cont-info .search-form {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.hamenu .cont-info .search-form .form-group {
  position: relative;
}

.hamenu .cont-info .search-form .form-group input {
  color: #1d1d1d;
  padding: 10px 55px 10px 15px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
}

.hamenu .cont-info .search-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  background: #ccc;
  border: 0;
  border-radius: 5px;
}

.hamenu .cont-info .social-text {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.sticky-sidebar .left-header,
.sticky-sidebar .right-header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 999;
  mix-blend-mode: exclusion;
}

.sticky-sidebar .left-header .inner-header,
.sticky-sidebar .right-header .inner-header {
  padding: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 9;
}

.sticky-sidebar .left-header {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-sidebar .left-header .header-logo a {
  height: 100px;
}

.sticky-sidebar .left-header .header-logo img {
  height: 100%;
  width: auto;
}

.sticky-sidebar .right-header {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* Titles
-----------------------------------------------------------------*/
.sec-head h2 {
  font-size: 60px;
}

.lg-sec-head h2 {
  font-size: 5vw;
}

.sec-head-lg {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.sec-head-lg h2 {
  font-size: 30vw;
  line-height: 1;
}

.sec-head-lg.is_stuck {
  opacity: .05;
}

.sub-title {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sub-font {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
}

.num-font {
  font-family: 'Space Grotesk', sans-serif;
}

.sec-lg-head .dot-titl {
  padding: 10px 35px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
}

.sec-lg-head .dot-titl:before, .sec-lg-head .dot-titl:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f08f74;
}

.sec-lg-head .dot-titl:before {
  left: 15px;
}

.sec-lg-head .dot-titl:after {
  right: 15px;
}

.sec-lg-head .dot-titl.colorbg-1:before, .sec-lg-head .dot-titl.colorbg-1:after {
  background: #c9f31d;
}

.sec-lg-head .dot-titl.colorbg-3:before, .sec-lg-head .dot-titl.colorbg-3:after {
  background: #55e6a5;
}

.sec-lg-head .dot-titl-non {
  padding: 7px 30px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid rgb(0, 0, 0);
  display: inline-block;
}

.sec-lg-head.text-dark .dot-titl {
  border-color: rgba(0, 0, 0, 0.5);
}

.sec-lg-head.text-dark p {
  color: #1d1d1d;
}

.sec-lg-head .svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
}

.sec-lg-head .path {
  -webkit-animation: dash 33s linear infinite;
  animation: dash 33s linear infinite;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}

.sec-leter-head .leter h4 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #777;
  border-radius: 50%;
}

.sec-leter-head .line {
  border-bottom: 1px solid #777;
  margin-top: -1px;
  margin-left: 40px;
  width: 100%;
}

.sec-leter-head .title {
  margin-left: 100px;
  margin-top: -20px;
  position: relative;
}

.vew-all a {
  position: relative;
  z-index: 2;
}

.vew-all a:after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1d1d1d;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .05;
  z-index: -1;
}

.vew-all:hover a {
  text-decoration: underline;
}

/* About
-----------------------------------------------------------------*/
.about-intro .imgs {
  position: relative;
}

.about-intro .imgs .img1 {
  width: 70%;
  margin-top: 30px;
}

.about-intro .imgs .img1 img {
  position: relative;
  top: -30px;
}

.about-intro .imgs .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  border-top: 7px solid #f1f3f5;
  border-left: 7px solid #f1f3f5;
}

.about-intro .cont .feat {
  padding-left: 80px;
}

.intro-crv .img {
  position: relative;
}

.intro-crv .img:after {
  content: '';
  position: absolute;
  top: -30px;
  right: -250px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #f08f74;
  z-index: -1;
}

.intro-crv .height-bord {
  height: 75%;
}

.intro-crv .height-bord .butn-line {
  height: 100%;
  border-left: 1px solid #fff;
  padding-left: 30px;
}

.intro-crv .height-bord .butn-line .crle {
  position: relative;
}

.intro-crv .height-bord .butn-line .crle span {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: 35px;
  font-size: 40px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.intro-crv .height-bord .butn-line .crle span:after {
  content: '';
  width: 150px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

.intro-crv .text-bottom {
  position: absolute;
  bottom: 0;
}

.about .about-circle-crev {
  position: relative;
  width: calc(100% - 50px);
}

.about .about-circle-crev .circle-button .rotate-circle svg {
  width: 500px;
}

.about .about-circle-crev .circle-button {
  position: relative;
}

.about .about-circle-crev .circle-button:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  border: 70px solid rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  z-index: -1;
}

.about .about-circle-crev .rotate-circle {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}

.about .about-circle-crev .half-circle-img {
  height: 450px;
  width: 225px;
  border-bottom-right-radius: 450px;
  border-top-right-radius: 450px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about .about-circle-crev .half-circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.about .img.bg-pattern {
  padding: 50px;
  background-size: 80px !important;
  background-repeat: repeat;
  position: relative;
}

.about .img.bg-pattern img {
  border-radius: 15px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.about .img.bg-pattern .tit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(30%) rotate(5deg);
  -ms-transform: translateY(-50%) translateX(30%) rotate(5deg);
  transform: translateY(-50%) translateX(30%) rotate(5deg);
  z-index: 2;
}

.about .img.bg-pattern .tit span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
}

.about .img.bg-pattern .tit span.stroke {
  position: absolute;
  top: 10px;
  left: 20px;
  color: transparent;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.about .img {
  position: relative;
  overflow: hidden;
}

.about .img .exp {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 0;
  text-align: right;
}

.about .img .exp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f3f5;
  z-index: -1;
}

.about .img .exp:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 150%;
  background: var(--mainColor);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -2;
}

.about .quote-img h2 {
  position: relative;
  z-index: 1;
}

.about .quote-img .img {
  width: 80%;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.about .quote-img .img img {
  border-radius: 10px;
}

.about .mission {
  position: relative;
}

.about .mission .about-carsouel {
  padding: 80px 60px;
  position: relative;
  z-index: 3;
}

.about .mission .back-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}

.about .bg-pattern {
  background-size: 95% !important;
}

.intro-imgs .to-up {
  margin-top: -80px;
}

.intro-imgs .cont {
  padding: 0 60px;
}

.intro-feat .bg-img {
  padding: 50px 0;
  border-radius: 150px;
  position: relative;
}

.intro-feat .bg-img .play-button .butn-ply {
  position: relative;
}

.intro-feat .bg-img .play-button .butn-ply .circle {
  fill: #fff;
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.intro-feat .bg-img .play-button .butn-ply:hover .circle {
  stroke-dashoffset: 0;
}

.intro-feat .bg-img .play-button .butn-ply i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .three-imgs .img1 {
  width: 190px;
  margin-top: 50px;
}

.intro-feat .three-imgs .img2 {
  width: 250px;
}

.intro-feat .img3 {
  width: 50%;
  margin-left: 25%;
  margin-top: -30%;
}

.intro-feat .two-imgs .img1 {
  width: 60%;
  position: relative;
}

.intro-feat .two-imgs .img1 .play-button {
  position: absolute;
  top: 20%;
  right: 0;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
}

.intro-feat .two-imgs .img1 .play-button .vid {
  position: relative;
}

.intro-feat .two-imgs .img1 .play-button .butn-ply {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .two-imgs .img1 .play-button .butn-ply .circle {
  fill: #c9f31d;
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
}

.intro-feat .two-imgs .img1 .play-button .butn-ply:hover .circle {
  stroke-dashoffset: 0;
}

.intro-feat .two-imgs .img1 .play-button .butn-ply i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .two-imgs .img2 {
  width: 60%;
  margin-top: -35%;
  margin-left: 40%;
  position: relative;
  z-index: 3;
}

.intro-feat .cont .play-button .vid {
  position: relative;
}

.intro-feat .cont .play-button .butn-ply {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-feat .cont .play-button .butn-ply .circle {
  fill: #fff;
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.intro-feat .cont .play-button .butn-ply:hover .circle {
  stroke-dashoffset: 0;
}

.intro-feat .cont .play-button .butn-ply i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .cont .play-button .text {
  padding: 8px 20px 8px 60px;
  border: 1px solid #f1f3f5;
  border-radius: 4px;
  font-size: 12px;
}

.exp-box {
  padding: 30px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.exp-box .img-icon {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 70px;
  opacity: .2;
  z-index: -1;
}

.intro-corp .imgs {
  position: relative;
}

.intro-corp .imgs .img1 {
  width: 75%;
  margin-left: 25%;
  position: relative;
  z-index: 3;
}

.intro-corp .imgs .img1:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 8px;
  height: 150px;
  background: #c9f31d;
}

.intro-corp .imgs .img1:before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 200px;
  height: 200px;
  background-image: url(../imgs/patterns/dots2.png);
  background-repeat: repeat;
  z-index: -1;
}

.intro-corp .imgs .img1.main-color2:after {
  background: #f08f74;
}

.intro-corp .imgs .img1.main-color3:after {
  background: #55e6a5;
}

.intro-corp .imgs .img2 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 50%;
  z-index: 4;
}

.intro-img-parlx {
  position: relative;
  overflow: hidden;
}

.intro-img-parlx:after {
  content: '';
  width: 80vw;
  height: 80vw;
  border: 200px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15vw;
  left: -30vw;
  opacity: .02;
}

.intro-img-parlx .max-text {
  font-size: 75px;
  position: relative;
}

.intro-img-parlx .max-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  z-index: 3;
}

.intro-img-parlx .img {
  position: relative;
  z-index: 2;
}

.intro-img-parlx .img img {
  width: 250%;
  margin-left: -150%;
}

.intro-img-parlx .img .star-shape {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  z-index: -1;
  opacity: .2;
}

.intro-img-parlx .text-qoute .exp {
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 12px;
}

.pg-about .bg-img {
  height: 400px;
  background-size: cover;
  background-position: center center;
}

/* Awards
-----------------------------------------------------------------*/
.awards-box .awrd-items .item {
  padding: 80px 30px;
  background: #f1f3f5;
  border-radius: 150px;
  text-align: center;
}

.awards-box .awrd-items .item .img {
  width: 70px;
  margin: auto;
}

.awards-box .awrd-items .item h6 {
  margin-top: 15px;
}

.awards-list .cont li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.awards-list .cont li:hover {
  border-color: #999;
}

.awards-list .cont li .date {
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  margin-right: 10px;
}

.awards-list .cont li .arrow-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.awards-list .cont li .arrow-icon svg {
  width: 15px;
}

.skills-exp .skill-item .item {
  padding: 50px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.skills-exp .skill-item .item:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.skills-exp .skill-item .item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.skills-exp .skill-item .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.skills-exp .exp-items .item .icon {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-bottom: 15px;
}

.skills-exp .exp-items .item .icon svg {
  width: 60px;
  height: 25px;
  fill: #fff;
}

/* Blogs
-----------------------------------------------------------------*/
.blog-list .item {
  padding: 40px;
  position: relative;
}

.blog-list .item:hover .background {
  opacity: 1;
  background-position: center bottom;
}

.blog-list .item .info .author {
  margin-right: 20px;
}

.blog-list .item .info .author .img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.blog-list .item .info .author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-list .item .tags a {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  margin: 5px 5px 5px 0;
}

.blog-list .item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  -webkit-transition: opacity .4s, background-position 10s linear;
  -o-transition: opacity .4s, background-position 10s linear;
  transition: opacity .4s, background-position 10s linear;
}

.blog-list .item .background .more a {
  font-size: 14px;
  padding: 14px 35px;
  background: var(--mainColor);
  border-radius: 30px;
  color: white !important;
}

.blog-list .item .background .more a span, .blog-list .item .background .more a i {
  color: white;
}

.blog-list2 .item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-list2 .item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list2 .item:hover {
  border-bottom-color: #ccc;
}

.blog-list2 .item:hover .title a {
  text-decoration: underline;
}

.blog-list2 .item:hover .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.blog-list2 .item .categ a {
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}

.blog-list2 .item .img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-list2 .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-modern .item {
  padding-right: 60px;
}

.blog-modern .item .img {
  position: relative;
}

.blog-modern .item .img .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 60px;
  right: -70px;
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  transform: rotate(-90deg) translateX(-50%) translateY(100%);
  opacity: .7;
}

.blog-modern .item .img .date:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -70px;
  width: 50px;
  border-bottom: 1px solid #cecece;
}

.blog-crev .item .cont .info {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-crev .item .cont .info .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 30px;
}

.blog-crev .item .img {
  position: relative;
}

.blog-crev .item .img a {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  color: #f1f3f5;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-crev .item .img a svg {
  width: 25px;
  height: 25px;
}

.blog-crev .item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f3f5;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-crev .item .img:hover a {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.blog-crev .item .img:hover:after {
  opacity: .7;
}

.blog-list-half .item {
  border-radius: 10px;
  overflow: hidden;
}

.blog-list-half .item .img {
  min-height: 300px;
  padding-right: 0;
}

.blog-list-half .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px 0 0 10px;
}

.blog-list-half .item .cont {
  padding: 80px 30px;
}

.blog-list-half .item .cont .tags a {
  font-size: 13px;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-list-half .item .cont .tags a:hover {
  background: #f08f74;
}

.blog-list-half .item .cont .tags.colorbg a:hover {
  background: #c9f31d;
  color: #f1f3f5;
}

.blog-list-half.crev .item {
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list-half.crev .item .img {
  padding: 0 0 0 15px;
}

.blog-list-half.crev .item .img img {
  border-radius: 0;
  position: relative;
  bottom: -30px;
}

.blog-list-half.crev .item .cont {
  padding: 30px 0;
}

.main-post .item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.main-post .main-img {
  -webkit-box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  overflow: hidden;
}

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-post .post-qoute h6 {
  position: relative;
}

.main-post .post-qoute h6:before {
  content: '“';
  position: absolute;
  top: 80px;
  left: -100px;
  font-size: 180px;
  font-family: Poppins;
  line-height: 0;
}

.main-post .iner-img {
  height: 400px;
}

.main-post .iner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-post .unorder-list li,
.main-post .order-list li {
  margin-top: 10px;
  opacity: .7;
  padding-left: 15px;
  position: relative;
}

.main-post .unorder-list li:before,
.main-post .order-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 10px;
}

.main-post .order-list li {
  padding-left: 0;
}

.main-post .order-list li:before {
  display: none;
}

.main-post .order-list li span {
  font-size: 13px;
}

.main-post .info-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: .7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  margin-right: 5px;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
  background: #c9f31d;
}

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

.main-post .author-area .author-img .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main-post .next-prv-post .thumb-post:after {
  content: '';
  background: #f1f3f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-post .next-prv-post .thumb-post:hover h6 {
  color: #fff;
}

.main-post .next-prv-post .thumb-post:hover:after {
  opacity: .3;
  background: #1d1d1d;
}

.main-post .next-prv-post .thumb-post:first-of-type {
  margin-right: 15px;
}

.main-post .next-prv-post .thumb-post:last-of-type {
  margin-left: 15px;
}

.comments-post .item-box {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.comments-post .item-box:last-of-type {
  margin-bottom: 0;
}

.comments-post .item-box.replayed {
  margin-left: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.comments-post .item-box .replay-post a {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.comments-post .item-box .replay-post a:hover {
  background: #c9f31d;
}

.comments-from form input,
.comments-from form textarea {
  padding: 15px 0;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.comments-from form button {
  background: transparent;
  border: 0;
  margin: auto;
  text-align: center;
}

/* Brands
-----------------------------------------------------------------*/
.brands .swiper-container {
  overflow: visible;
}

.brands .item {
  width: 300px;
  height: 300px;
  text-align: center;
  position: relative;
}

.brands .item:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
}

.brands .item:hover:after {
  border-color: #000;
}

.brands .item .img {
  width: 100px;
  margin: auto;
}

.block-sec .clients .item {
  padding: 50px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.block-sec .clients .item img {
  max-width: 100px;
}

.brands-carsouel {
  overflow: hidden;
}

.brands-carsouel .bord-right {
  position: relative;
}

.brands-carsouel .bord-right:after {
  content: '';
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.brands-carsouel .item {
  text-align: center;
}

.brands-carsouel .item .img {
  width: 100px;
  margin: auto;
}

.clients .brand:hover .img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients .brand:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients .brand:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients .brand .item {
  position: relative;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.clients .brand .item .link {
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.clients .brand .img {
  opacity: .8;
  max-width: 100px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.clients-rand .item > div {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.clients-rand .item .sz1 {
  width: 140px;
  height: 140px;
  line-height: 140px;
  padding: 0 20px;
}

.clients-rand .item .sz2 {
  width: 120px;
  height: 120px;
  line-height: 120px;
  padding: 0 20px;
}

.clients-rand .item .sz3 {
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
}

.clients-rand .item img {
  margin: auto;
}

.clients-carso .img {
  margin: auto;
}

.clients-carso2 {
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.clients-carso2 .img {
  margin: auto;
  opacity: .8;
}

.clients-carso2 .img:hover {
  opacity: 1;
}

/* Footer
-----------------------------------------------------------------*/
footer {
  position: relative;
  background: #465472;
  margin: 0 !important;
}

footer .call-box {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

footer .call-box h2 {
  font-size: 80px;
  line-height: 1;
}

footer .call-box .arrow svg {
  width: 80px;
  height: 80px;
}

footer .social-text li {
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .social-text li:last-of-type {
  margin-bottom: 0;
}

footer .subscribe .form-group {
  position: relative;
}

footer .subscribe input {
  color: #1d1d1d;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 15px 30px 15px 0;
}

footer .subscribe button {
  color: #1d1d1d;
  padding: 15px 0;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
}

footer .logo a {
  max-width: 120px;
}

footer .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 70px;
  background-repeat: repeat;
  pointer-events: none;
  opacity: .5;
}

.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .sm-stauts {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f1f3f5;
  z-index: 9;
}

.slider .sm-stauts .item {
  padding: 20px 40px;
}

.slider .sm-stauts .item .text {
  margin-left: 20px;
}

.header-freelancer {
  padding: 120px 0 0 !important;
  overflow: hidden;
}

.header-freelancer .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.header-freelancer .img {
  position: relative;
}

.header-freelancer .img:after {
  content: '*';
  font-size: 50vw;
  line-height: 0;
  color: transparent;
  -webkit-text-stroke: 1px #c9f31d;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-freelancer .img img {
  position: relative;
  z-index: 3;
}

.arch-slider .parallax-slider .caption h5 {
  font-size: 50px;
  overflow: hidden;
}

.arch-slider .parallax-slider .caption h5 span {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  color: #1d1d1d;
}

.arch-slider .parallax-slider .caption h1 {
  font-size: 75px;
  letter-spacing: 2px;
}

.arch-slider .parallax-slider .caption p {
  padding-left: 80px;
  margin-left: 10px;
  position: relative;
}

.arch-slider .parallax-slider .caption p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  width: 40px;
  height: 2px;
}

.arch-slider .parallax-slider .explore {
  position: relative;
}

.arch-slider .parallax-slider .explore:before, .arch-slider .parallax-slider .explore:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

.arch-slider .parallax-slider .explore:before {
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.15);
}

.arch-slider .parallax-slider .explore svg {
  fill: #fff;
}

.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
  font-size: 12px;
  color: #1d1d1d;
  background: #f1f3f5;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: static;
  margin: auto;
}

.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
  display: none;
}

.arch-slider .setting .swiper-button-next {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  opacity: 1;
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1d1d1d;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.crev-header {
  min-height: 100vh;
  position: relative;
  padding: 120px 0 0;
}

.crev-header .caption h1 {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.crev-header .main-img {
  height: 400px;
  width: 60%;
  margin-left: 40%;
  margin-top: -160px;
}

.crev-header .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.crev-header .bg-pattern {
  height: auto;
  bottom: 100px;
}

/* Team
-----------------------------------------------------------------*/
.team .item-join {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
  height: calc(100% - 80px);
}

.team-box .item {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.team-box .item .info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #f1f3f5;
  border-radius: 50px;
  padding: 10px 40px 10px 10px;
}

.team-box .item .info h6 {
  line-height: 1;
  margin-top: 5px;
}

.team-box .item:hover .img {
  top: 0;
  left: 0;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border-radius: 0;
}

.team-crev .swiper-slide .item {
  position: relative;
}

.team-crev .swiper-slide .item:hover .info {
  opacity: 1;
  visibility: visible;
}

.team-crev .swiper-slide .item:hover img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.team-crev .swiper-slide .item .info {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 1px;
  right: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-crev .swiper-slide .item .main-marq {
  position: absolute;
  bottom: 0;
  padding: 15px 0;
}

.team-crev .swiper-slide .item .main-marq .item {
  padding: 0 15px !important;
}

.team-crev .swiper-slide .item .main-marq .item h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 !important;
  color: black;
}

.team-crev .swiper-slide .item .main-marq.team-position {
  background: #f1f3f5;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateZ(-5deg);
  -ms-transform: translateX(-50%) rotate(-5deg);
  transform: translateX(-50%) rotateZ(-5deg);
}

.team-crev .swiper-slide .item .main-marq.team-name {
  background: var(--mainColor);
  left: 0;
}

.team-crev .swiper-slide .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  border: 2px solid var(--mainColor);
  border-bottom: 0;
  overflow: hidden;
}

.team-crev .swiper-slide:nth-of-type(even) .info {
  left: 0;
  right: 0;
}

.team-crev .swiper-slide:nth-of-type(even) .img {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  border-color: transparent;
}

.team-crev .swiper-slide:nth-of-type(even) .img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* Testimonials
-----------------------------------------------------------------*/
.testimonials-crev {
  position: relative;
}

.testimonials-crev .testim .item .author-img .img {
  width: 120px;
  height: 120px;
  position: relative;
  padding: 10px;
}

.testimonials-crev .testim .item .author-img .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1d1d1d;
  opacity: .05;
}

.testimonials-crev .testim .item .author-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.testimonials-crev .testim .item .author-review .for {
  padding: 8px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}

.testimonials-crev .testim .item .author-review .rate-stars {
  font-size: 12px;
  color: #ffb818;
}

.testimonials-crev .imgs-patrn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.testimonials-crev .imgs-patrn .img-patrn {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-crev .imgs-patrn .img-patrn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials-crev .imgs-patrn .img1 {
  top: -20px;
  left: 22%;
  width: 70px;
  height: 70px;
}

.testimonials-crev .imgs-patrn .img2 {
  top: 5%;
  right: 15%;
  width: 80px;
  height: 80px;
}

.testimonials-crev .imgs-patrn .img3 {
  top: 40%;
  left: -10px;
  width: 80px;
  height: 80px;
}

.testimonials-crev .imgs-patrn .img4 {
  top: 50%;
  right: -50px;
}

.testimonials-crev .imgs-patrn .img5 {
  top: 55%;
  left: 30%;
  width: 50px;
  height: 50px;
}

.testimonials-crev .imgs-patrn .img6 {
  top: 65%;
  right: 20%;
  width: 50px;
  height: 50px;
}

.testimonials {
  position: relative;
  color: #f1f3f5;
  overflow: hidden;
}

.testimonials:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #c9f31d;
}

.testimonials:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url(../imgs/svg-assets/left-quote.png);
  background-size: 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  opacity: .2;
  z-index: 4;
}

.testimonials .testim-items .swiper-container {
  padding-top: 200px;
  margin-top: -200px;
}

.testimonials .testim-items .item .img {
  position: relative;
  margin-top: -200px;
  padding-right: 50px;
}

.testimonials .testim-items .item .cont {
  color: #fff;
  padding: 60px;
  background: #fff;
}

.testim-creative .arrows-carsouel {
  position: relative;
}

.testim-creative .arrows-carsouel:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20vh;
  top: -80vh;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-creative .arrows-carsouel .swiper-button-prev,
.testim-creative .arrows-carsouel .swiper-button-next {
  padding: 40px 80px;
}

.testim-creative .arrows-carsouel .swiper-button-next {
  position: relative;
}

.testim-creative .arrows-carsouel .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -80px;
  height: 180px;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-creative .arrows-carsouel .left,
.testim-creative .arrows-carsouel .right {
  width: 40px;
  margin-left: -15px;
  position: relative;
  z-index: 3;
}

.testim-creative .arrows-carsouel .left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testim-creative .testim-items {
  padding-top: 80px;
  padding-left: 80px;
  position: relative;
}

.testim-creative .testim-items:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: -120px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-clasic .item .author-info {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center;
}

.testim-clasic .item .author-info .arrow {
  position: absolute;
  top: 20%;
  right: -1px;
  width: 80px;
  height: 50px;
}

.testim-clasic .item .author-info .arrow:before {
  content: '';
  width: 94px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 50%;
  right: -7px;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
}

.testim-clasic .item .author-info .arrow:after {
  content: '';
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
}

.testim-clasic .item .cont {
  padding: 40px 0 40px 40px;
}

.testim-clasic .swiper-controls {
  position: relative;
  padding-left: 25px;
}

.testim-clasic .swiper-controls .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 30px;
}

.testim-clasic .swiper-controls .left,
.testim-clasic .swiper-controls .right {
  width: 25px;
  position: relative;
  z-index: 3;
}

.testim-clasic .swiper-controls .left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testim-clasic .swiper-container-horizontal > .swiper-pagination-bullets, .testim-clasic .swiper-pagination-custom, .testim-clasic .swiper-pagination-fraction {
  position: relative;
}

.testim-vrt .main-marqv .item {
  padding: 30px;
  background: var(--mainColor);
}

.testim-crv .testim-swiper2 .item {
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.testim-crv .testim-swiper .item {
  padding: 40px 30px;
  border-radius: 20px;
}

.testim-crv.text-dark .item {
  border-color: rgba(0, 0, 0, 0.2);
  margin: 0px 10px;
}

.testim-crv .clients-carso .item > div {
  margin: auto;
}

.testim-crv2 {
  position: relative;
  overflow: hidden;
}

.testim-crv2 .line-icon {
  position: relative;
}

.testim-crv2 .line-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testim-crv2 .line-icon .img {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 15px;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}

.testim-crv2 .bord-qoute,
.testim-crv2 .img-qoute {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}

.testim-crv2 .bord-qoute {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.testim-crv2 .bord-qoute .qoute-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 40px;
  position: relative;
  z-index: 4;
}

.testim-crv2 .img-qoute {
  position: absolute;
  top: 0;
  left: 25%;
}

.testim-crv2 .img-qoute img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testim-crv2 .half-img-left,
.testim-crv2 .half-img-right {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-size: 50%;
  pointer-events: none;
}

.testim-crv2 .half-img-left {
  background-position: left top;
}

.testim-corp {
  position: relative;
  overflow: hidden;
}

.testim-corp:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #EFF2F5;
  background-image: url(../imgs/patterns/bg-pattern.png);
  background-size: auto;
  background-repeat: repeat;
  z-index: -1;
}

.testim-corp .testim-crv2 {
  overflow: visible;
}

.testim-corp .main-img {
  margin-top: 80px;
  position: relative;
  z-index: 5;
}

.testim-corp .box {
  position: relative;
  height: 100%;
  z-index: 3;
}

.testim-corp .box:after {
  content: '';
  position: absolute;
  top: 0;
  right: -25%;
  width: 200%;
  height: 200%;
  background: #f1f3f5;
  z-index: -1;
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  position: static;
  display: inline-block;
}

.swiper-controls .swiper-button-prev:after,
.swiper-controls .swiper-button-next:after {
  display: none;
}

.swiper-controls.arrow-out .swiper-button-prev:hover .left,
.swiper-controls.arrow-out .swiper-button-prev:hover .right,
.swiper-controls.arrow-out .swiper-button-next:hover .left,
.swiper-controls.arrow-out .swiper-button-next:hover .right {
  background: rgba(0, 0, 0, 0.05);
}

.swiper-controls.arrow-out .left,
.swiper-controls.arrow-out .right {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #1d1d1d;
}

.swiper-controls.arrow-out .left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.5);
  margin: 0 7px;
}

.swiper-pagination-bullet-active {
  background: var(--mainColor);
}

/* Video
-----------------------------------------------------------------*/
.video-sec {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.video-sec video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-sec .play-button a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* Shop
-----------------------------------------------------------------*/
.main-shop .sidebar .title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.main-shop .sidebar .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.main-shop .sidebar .search .form-group {
  position: relative;
}

.main-shop .sidebar .search .form-group input {
  width: 100%;
  padding-bottom: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-shop .sidebar .search .form-group button {
  width: 0;
  height: 0;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 20px;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.main-shop .sidebar .categories li {
  display: block;
  margin-bottom: 10px;
}

.main-shop .sidebar .categories li:hover {
  color: #ffaa17;
}

.main-shop .sidebar .categories li:last-of-type {
  margin-bottom: 0;
}

.main-shop .sidebar .price-range .price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 60px;
}

.main-shop .sidebar .price-range .field input {
  border: 0;
  background: transparent;
  pointer-events: none;
}

.main-shop .sidebar .price-range input[type="number"]::-webkit-outer-spin-button,
.main-shop .sidebar .price-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.main-shop .sidebar .price-range .slider-range {
  height: 2px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.main-shop .sidebar .price-range .slider-range .progress {
  height: 8px;
  top: -3px;
  left: 0;
  right: 25%;
  position: absolute;
  border-radius: 0;
  background: #ffaa17;
}

.main-shop .sidebar .price-range .range-input {
  position: relative;
}

.main-shop .sidebar .price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.main-shop .sidebar .price-range input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 5px;
  border: none;
  background: #ffaa17;
  pointer-events: auto;
  -webkit-appearance: none;
}

.main-shop .sidebar .price-range input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 5px;
  border: none;
  background: #ffaa17;
  pointer-events: auto;
  -moz-appearance: none;
}

.main-shop .sidebar .best-sale .line-list {
  margin-bottom: 30px;
  position: relative;
}

.main-shop .sidebar .best-sale .line-list .over-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-shop .sidebar .best-sale .line-list:last-of-type {
  margin-bottom: 0;
}

.main-shop .sidebar .best-sale .line-list .img {
  width: 80px;
  height: 80px;
}

.main-shop .sidebar .best-sale .line-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.main-shop .sidebar .best-sale .line-list .cont {
  padding-left: 15px;
}

.main-shop .sidebar .best-sale .line-list .cont .rate {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}

.main-shop .sidebar .best-sale .line-list .cont h6,
.main-shop .sidebar .best-sale .line-list .cont h5 {
  line-height: 1.2;
}

.main-shop .sidebar .best-sale .line-list .cont h6 {
  font-size: 16px;
}

.main-shop .sidebar .best-sale .line-list .cont h5 {
  font-size: 17px;
  color: #ffaa17;
}

.main-shop .sidebar .tags .tags-links a {
  font-size: 13px;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin: 3px 3px 3px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-shop .sidebar .tags .tags-links a:hover {
  background: transparent;
  color: #ffaa17;
}

.main-shop .shop-products .top-side .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.main-shop .shop-products .top-side .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  min-width: 260px;
  height: 40px;
}

.main-shop .shop-products .top-side .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 8px 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.main-shop .shop-products .top-side .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #1d1d1d transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 0;
}

.main-shop .shop-products .top-side .select-styled:active:after, .main-shop .shop-products .top-side .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #1d1d1d transparent;
}

.main-shop .shop-products .top-side .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f1f3f5;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.main-shop .shop-products .top-side .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.main-shop .shop-products .top-side .select-options li:hover, .main-shop .shop-products .top-side .select-options li.is-selected {
  color: #1d1d1d;
  background: #fff;
}

.main-shop .shop-products .top-side .select-options li[rel="hide"] {
  display: none;
}

.main-shop .shop-products .item .img {
  position: relative;
}

.main-shop .shop-products .item .img:hover .add-cart,
.main-shop .shop-products .item .img:hover .fav {
  opacity: 1;
  visibility: visible;
}

.main-shop .shop-products .item .img:hover:after {
  opacity: .3;
}

.main-shop .shop-products .item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-shop .shop-products .item .img .add-cart {
  position: absolute;
  bottom: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 14px 35px;
  background: #fff;
  border-radius: 40px;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.main-shop .shop-products .item .img .fav {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.main-shop .shop-products .item .cont {
  margin-top: 30px;
}

.main-shop .shop-products .item .cont .rate {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}

.main-shop .shop-products .item .cont h6,
.main-shop .shop-products .item .cont h5 {
  line-height: 1.2;
}

.main-shop .shop-products .item .cont h5 {
  font-size: 20px;
  color: #ffaa17;
}

.main-shop .shop-products .pagination li {
  display: inline-block;
}

.main-shop .shop-products .pagination li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  text-align: center;
}

.main-shop .shop-products .pagination li.active a {
  background: rgba(0, 0, 0, 0.04);
}

.product-details .img-preview .gallery-thumb .swiper-slide {
  opacity: .7;
}

.product-details .img-preview .gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.product-details .prod-order .counter {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-details .prod-order .counter input {
  width: 50px;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.product-details .prod-order .counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-details .overview .tab-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.product-details .overview .tab-links li {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 10px;
  position: relative;
}

.product-details .overview .tab-links li:last-of-type {
  margin-right: 0;
}

.product-details .overview .tab-links li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #1d1d1d;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.product-details .overview .tab-links li.current:after {
  opacity: 1;
}

.product-details .overview .tab-content .item.info li .line {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  margin-left: 30px;
}

.product-details .overview .tab-content .item.info li .ml-auto {
  white-space: nowrap;
}

.product-details .overview .tab-content .add-review {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-details .overview .tab-content .add-review .star-rating {
  direction: rtl;
  display: inline-block;
}

.product-details .overview .tab-content .add-review .star-rating input[type="radio"] {
  display: none;
}

.product-details .overview .tab-content .add-review .star-rating label {
  color: #bbb;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-details .overview .tab-content .add-review .star-rating label:hover,
.product-details .overview .tab-content .add-review .star-rating label:hover ~ label,
.product-details .overview .tab-content .add-review .star-rating input[type="radio"]:checked ~ label {
  color: #ffaa17;
}

.product-details .overview .tab-content .add-review .form input,
.product-details .overview .tab-content .add-review .form textarea {
  width: 100%;
  padding: 0 0 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.product-details .overview .tab-content .add-review .form input:focus,
.product-details .overview .tab-content .add-review .form textarea:focus {
  border-color: #1d1d1d;
}

.product-details .overview .tab-content .add-review .form textarea {
  min-height: 180px;
}

.product-details .overview .tab-content .add-review .form .checkbox input {
  width: auto;
}

.product-details .overview .tab-content .add-review .form .checkbox label {
  font-size: 14px;
  font-weight: 300;
  opacity: .7;
}

.shop-cart table {
  width: 100%;
}

.shop-cart th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shop-cart td {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-cart td.remove {
  text-align: right;
  font-size: 30px;
  opacity: .8;
}

.shop-cart .counter {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.shop-cart .counter input {
  width: 50px;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.shop-cart .counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .shop-cart {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .shop-cart table {
    width: 100%;
  }
  .shop-cart table, .shop-cart thead, .shop-cart tbody, .shop-cart th, .shop-cart td, .shop-cart tr {
    display: block;
  }
  .shop-cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .shop-cart tr {
    margin-bottom: 30px;
    border: 1px solid #777;
  }
  .shop-cart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #999;
    position: relative;
    padding-left: 50%;
  }
  .shop-cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
  }
  .shop-cart td.remove {
    text-align: left;
  }
  .shop-cart .d-flex {
    display: block !important;
  }
  .shop-cart .ml-30 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

.shop-cart .coupon input {
  padding: 14px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-cart .coupon input:focus {
  border-color: #999;
}

.shop-checkout .order-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.shop-checkout .order-form .row > div {
  padding: 0 10px;
}

.shop-checkout .order-form .form-group {
  margin-bottom: 20px;
}

.shop-checkout .order-form .form-group label {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.shop-checkout .order-form .form-group input {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-checkout .checkout-order-info .butn {
  width: 100%;
  text-align: center;
  border-radius: 40px;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1300px) {
  body.home-arch main:after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
    padding: 0px 15px !important;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-no-mrg {
    margin: 0 !important;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pt80 {
    padding-top: 80px !important;
  }
  .md-no-pad {
    padding: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-end .vew-all {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end .swiper-controls {
    margin-top: 30px;
  }
  .justify-end .ml-auto {
    margin-left: 0;
    margin-top: 30px;
  }
  .hamenu .cont-info,
  .hamenu .menu-text,
  .md-hide {
    display: none;
  }
  .my-paroller {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    will-change: auto !important;
  }
  .my-paroller img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .to-out .swiper-container {
    overflow: hidden;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.md-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1.fz-80 {
    font-size: 60px !important;
  }
  h2 {
    font-size: 35px;
  }
  h2.fz-70 {
    font-size: 55px !important;
  }
  .loader-wrap svg {
    width: 200vw;
    left: -50vw;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 440px;
    overflow: auto;
  }
  .navbar .navbar-collapse::-webkit-scrollbar {
    display: none;
  }
  .navbar.nav-scroll {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .navbar .logo {
    max-width: 80px !important;
    margin-left: 30px;
  }
  .navbar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
  }
  .navbar .search-form {
    display: none;
  }
  .navbar .navbar-toggler {
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    margin-right: 30px;
  }
  .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
  }
  .navbar .dropdown-menu {
    display: none;
  }
  .navbar .dropdown-menu.show {
    display: block;
  }
  .navbar .dropdown-menu .dropdown-item .dropdown-side {
    display: none;
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
    display: block;
  }
  .navbar .navbar-nav .nav-link {
    padding: 15px 30px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item:last-of-type .nav-link {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .navbar .navbar-nav .mega-menu {
    width: auto;
    position: static;
    padding: 0;
  }
  .navbar .navbar-nav .mega-menu .row:after {
    display: none;
  }
  .navbar .navbar-nav .mega-menu .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .navbar .navbar-nav .mega-menu .clumn {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .navbar .navbar-nav .mega-menu .links {
    padding-left: 30px;
  }
  .hamenu .menu-links {
    height: 80vh;
    min-height: 500px;
  }
  .crev-header {
    min-height: auto;
  }
  .crev-header .caption h1 {
    font-size: 60px;
  }
  .crev-header .main-img {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .arch-slider .parallax-slider .explore {
    margin-left: 0;
    margin-top: 30px;
  }
  .header-freelancer:before {
    opacity: .8;
  }
  .header-freelancer .bg-img {
    background-size: cover;
    background-position: center;
  }
  .header-main-crev .caption {
    border: 0;
  }
  .slider .parallax-slider .swiper-slide .bg-img {
    background-position: center center !important;
  }
  .slides-nav__index {
    bottom: 15px !important;
    z-index: 99 !important;
  }
  .work-header .caption h1 {
    font-size: 90px;
  }
  .page-header {
    min-height: auto;
    padding-bottom: 120px !important;
  }
  .page-header.blog-header {
    padding-bottom: 0 !important;
  }
  .intro-corp .imgs .img1 {
    width: 70%;
  }
  .intro-corp .imgs .img2 {
    width: 45%;
  }
  .intro-img-parlx .img img {
    width: 100%;
    margin-left: 0;
  }
  .sideimg-numbers .bg-left {
    position: static;
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }
  .services .metro .items {
    display: block !important;
    gap: 0;
  }
  .services .metro .items .item {
    display: inline-block;
    min-width: auto;
    width: calc(50% - 30px);
    margin: 0 10px;
    padding: 60px 40px;
    margin-bottom: 25px;
  }
  .services .metro .items .item:last-of-type {
    margin-bottom: 0;
  }
  .services .item-bord:nth-of-type(1), .services .item-bord:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .works.thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 70px 0 120px;
  }
  .works .panel {
    display: block;
    padding: 0 15px !important;
  }
  .works .panel .item {
    width: 100%;
    margin-top: 50px;
  }
  .portfolio .work-row .item .cont {
    padding: 0;
  }
  .portfolio-fixed .left {
    display: none;
  }
  .portfolio-fixed .right {
    padding: 0 15px 120px;
  }
  .portfolio-fixed .cont {
    opacity: 1 !important;
    margin-bottom: 80px;
    padding: 0 15px;
  }
  .portfolio-fixed .cont .img-hiden {
    display: block;
    margin-bottom: 30px;
  }
  .intro-imgs .to-up {
    margin-top: 0;
  }
  .block-img .shap1 {
    left: 30px;
    bottom: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 120px;
  }
  .numbers .justify-content-around {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
  .numbers .ml-auto {
    margin-left: 0;
  }
  .d-slideup .sideup-text {
    display: inline-block;
  }
  .testim-crv2 .img-qoute {
    display: none;
  }
  .testim-crv2 .bord-qoute {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
  }
  .testim-crv2 .bord-qoute .qoute-icon {
    width: 100px;
    height: 100px;
    padding: 25px;
  }
  .testim-crv2 {
    padding-left: 10px;
  }
  .testim-vrt .cont {
    padding: 80px 0;
  }
  .testim-vrt .item .cont {
    padding: 0;
  }
  .testim-clasic .item .author-info .arrow {
    top: 30px;
  }
  .testim-creative .arrows-carsouel:before {
    display: none;
  }
  .testim-creative .arrows-carsouel {
    margin-left: auto;
  }
  .testim-creative .testim-items {
    padding-left: 0;
    padding-top: 0;
  }
  .testim-creative .testim-items:before {
    display: none;
  }
  .thecontainer {
    width: 100%;
    height: auto;
    display: block;
  }
  .thecontainer .panel {
    padding: 60px 0 120px;
  }
  .call-action-center h2.fz-70 {
    font-size: 50px !important;
  }
  .call-action-img .sec-lg-head {
    padding: 80px 0;
  }
  .call-action-img .fz-50 {
    font-size: 35px !important;
  }
  footer .sub-footer .ml-auto {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-hide {
    display: none;
  }
  h1 {
    font-size: 35px;
  }
  h1.fz-60 {
    font-size: 35px !important;
  }
  h1.fz-55 {
    font-size: 30px !important;
  }
  .up-text
  {
    font-size: 20px
  }
  h2 {
    font-size: 17px;
  }
  h2.fz-50 {
    font-size: 35px !important;
  }
  h2.fz-70 {
    font-size: 40px !important;
  }
  .sec-head h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  h1.fz-80 {
    font-size: 40px !important;
  }
  h3.fz-50 {
    font-size: 35px !important;
  }
  .sec-lg-head .fz-50 {
    font-size: 35px !important;
  }
  .fz-60 {
    font-size: 35px !important;
  }
  .justify-end-sm {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-end-sm .vew-all {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end-sm .swiper-controls {
    margin-top: 30px;
  }
  .justify-end-sm .ml-auto {
    margin-left: 0;
    margin-top: 30px;
  }
  .md-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .loader-wrap .loader-wrap-heading .load-text {
    letter-spacing: 5px;
    font-size: 13px;
  }
  .progress-wrap {
    right: 10px;
    bottom: 20px;
  }
  .topnav .logo {
    width: 100px;
  }
  .hamenu {
    padding: 120px 15px 15px;
  }
  .hamenu.open .menu-links .main-menu > li .link {
    padding: 15px;
  }
  .hamenu .menu-links .main-menu > li .link {
    font-size: 25px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }
  .crev-header .caption h1 {
    font-size: 35px;
  }
  .crev-header .caption h1 br {
    display: none;
  }
  .arch-slider .parallax-slider .caption h1 {
    font-size: 50px;
  }
  .arch-slider .parallax-slider .caption p {
    padding-left: 0;
  }
  .arch-slider .parallax-slider .caption p:after {
    display: none;
  }
  .header-startup .caption .img-in-text {
    height: 35px;
  }
  .header-startup .caption .img-in-text.icon-img-120 {
    width: 80px;
  }
  .header-startup .caption .img-in-text .icon-img-60 {
    width: 50px;
  }
  .showcase-full .slider-contro span {
    display: none;
  }
  .showcase-full .slider-contro {
    width: 100%;
    left: 0;
  }
  .showcase-full .parallax-slider .caption h1 {
    font-size: 45px;
  }
  .slide__img {
    top: -100px !important;
    left: -100px !important;
    width: calc(100% + 200px) !important;
    height: calc(100% + 200px) !important;
  }
  .frame .slide-nav-butn {
    z-index: 99 !important;
  }
  .slides-nav__button {
    -webkit-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
  }
  .inter-links-center.horizontal .links-text li {
    padding: 15px 30px;
  }
  .inter-links-center.horizontal .links-text li h2 {
    font-size: 20px;
  }
  .inter-links-center .links-img {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .inter-links-center .links-text li {
    padding: 20px 0;
  }
  .inter-links-center .links-text li h2 {
    font-weight: 600;
  }
  .work-header .caption h1 {
    font-size: 50px;
  }
  .page-header.blog-header .info {
    display: block !important;
  }
  .page-header.blog-header .date {
    margin-left: 30px !important;
  }
  .page-header.blog-header .right-info {
    margin: 30px 0 0;
  }
  .intro-imgs .cont {
    padding: 0;
  }
  .marquee h4 {
    font-size: 40px;
  }
  .process-crev .row {
    margin-left: 0;
  }
  .process-crev .row .item {
    padding: 30px 15px;
  }
  .services-tab .serv-tab-cont .item .img {
    width: 90%;
  }
  .services-tab .serv-tab-cont .item .cont {
    left: 15px;
  }
  .services-tab.revers .serv-tab-cont .item .img {
    width: 100%;
    margin-left: 0;
  }
  .services-tab.revers .serv-tab-cont .item .cont {
    right: 5%;
    padding: 40px 30px;
  }
  .serv-box .serv-item {
    padding: 50px 30px;
    display: block !important;
  }
  .serv-box .serv-item .icon-img-80 {
    width: 60px;
    margin-bottom: 30px;
  }
  .serv-box .serv-item .ml-60 {
    margin-left: 0 !important;
  }
  .services .metro .items .item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .services .item-bord {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 60px 30px;
  }
  .portfolio .filtering .filter {
    padding: 10px;
    width: 100%;
  }
  .portfolio .filtering .filter span {
    margin: 0 10px;
  }
  .portfolio .filtering span.text {
    display: none;
  }
  .portfolio .max-margin .items {
    padding: 0 15px;
  }
  .testim-clasic .item .author-info {
    border: 0;
  }
  .testim-clasic .item .author-info .arrow {
    display: none;
  }
  .testim-clasic .item .cont {
    padding: 40px 0;
  }
  .testim-clasic .swiper-controls {
    padding-left: 0;
  }
  .testim-creative .arrows-carsouel {
    margin-left: 0;
  }
  .testim-creative .sec-lg-head {
    padding-bottom: 40px !important;
    margin-bottom: 80px;
  }
  .testim-creative .arrows-carsouel .swiper-button-prev, .testim-creative .arrows-carsouel .swiper-button-next {
    padding: 0 60px;
    margin-top: 50px;
  }
  .testim-creative .arrows-carsouel .swiper-button-next:before {
    height: 160px;
  }
  .back-image.states ul {
    display: block;
    width: 100%;
  }
  .back-image.states ul li {
    margin: 15px 0 0 0;
    width: 100% !important;
  }
  .team .item-join {
    height: auto;
  }
  .team .item-join h6 br {
    display: none;
  }
  .skills-exp .skill-item {
    display: block !important;
  }
  .skills-exp .skill-item .item {
    margin-bottom: 30px;
    display: inline-block;
    width: calc(50% - 25px);
  }
  .price-hr .item {
    display: block !important;
  }
  .price-hr .item .cont {
    margin: 15px  0 15px 0 !important;
  }
  .price-hr .item .ml-auto {
    text-align: left !important;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-hr .item .ml-auto > div {
    margin-left: auto;
  }
  .clients .brand .item {
    padding: 40px 0;
  }
  .numbers h2 {
    font-size: 90px;
  }
  .blog-list-half.crev .item .img {
    padding: 0;
    height: auto;
    margin-top: 15px;
  }
  .blog-list-half.crev .item .img img {
    bottom: auto;
  }
  .blog-list .item {
    padding: 40px 20px;
  }
  .blog-list2 .item .img {
    right: 0;
    width: 180px;
    height: 180px;
  }
  .blog-list-half.crev {
    padding-bottom: 70px;
  }
  .blog-list-half.crev .item {
    margin-bottom: 50px !important;
  }
  .main-post .fz-60 {
    display: none;
  }
  .main-post .post-qoute {
    padding: 30px 15px;
  }
  .main-post .post-qoute h6:before {
    position: relative;
    left: 0;
  }
  .main-post .info-area {
    display: block;
  }
  .main-post .info-area .tags {
    margin-bottom: 30px;
  }
  .main-post .author-area .flex {
    display: block;
  }
  .main-post .author-area .author-img {
    margin: 0 0 30px 0;
  }
  .main-post .author-area .author-img .img {
    width: 80px;
    height: 80px;
  }
  .main-post .next-prv-post {
    display: block;
  }
  .main-post .next-prv-post .thumb-post {
    margin: 0 !important;
  }
  .main-post .next-prv-post .text-right {
    text-align: left;
    margin-top: 30px !important;
  }
  .comments-post .item-box .flex {
    display: block;
  }
  .comments-post .item-box .user-img {
    margin: 0 0 15px 0;
  }
  .comments-post .item-box .replay-post {
    margin: 15px 0 0 0;
  }
  .comments-post .item-box.replayed {
    margin-left: 0;
  }
  .call-action-center h2.fz-70 {
    font-size: 30px !important;
  }
  .call-action-img .sec-bg-img {
    width: 100%;
    height: 400px;
  }
  .call-action-img .sec-lg-head .col-11.d-flex {
    display: block !important;
    width: 100% !important;
  }
  .call-action-img .sec-lg-head .col-11.d-flex h2 {
    font-size: 30px !important;
  }
  .call-action-img .sec-lg-head .butn-circle {
    margin-top: 30px !important;
  }
  footer .call-box h2 {
    font-size: 40px;
  }
  footer .call-box .arrow svg {
    width: 50px;
    height: 50px;
  }
  .product-details .reviews .reviews-area > .d-flex {
    display: block !important;
  }
  .product-details .reviews .reviews-area .img {
    width: 70px;
    height: 70px;
  }
  .product-details .reviews .reviews-area .cont {
    margin-top: 15px;
    margin-left: 0 !important;
  }
  .product-details .overview .tab-content .add-review {
    padding: 40px 25px;
  }
  .approach-carso .swiper-wrapper {
    width: 100%;
  }
  .approach-carso .swiper-wrapper .swiper-slide {
    margin: auto;
  }
}

/* ====================== [ End Responsive ] ====================== */

.fas, .fab
{
  font-family: "Font Awesome 5 free" !important;
}
/* .testim-vrt
{
  background: var(--mainColor);
  color: white !important;
}
.testim-vrt p{
  color: white !important;
} */
.dsge
{
  background: var(--mainColor);
}
.dsge span
{
  color: white !important;
}
.dsge p
{
  text-align: center !important;
}

.mmetp
{
  padding: 90px 0;
}

.ar .slideshow__slide-caption-title
{
  text-align: right !important;
  /*! position: relative; */
  z-index: 9999999999999999;
}
.ar .js-parallax
{
  text-align: right;
  /*! z-index: 999999; */
  margin: ;
}
.ar .c-header-home_controls
{
  float: right
}
.ar .progress-wrap
{
  left: 30px
}
.ar input, .ar textarea, .orders-form select
{
  text-align: right !important;
  width: 100%;
  padding: 0px 10px;
  font-size: 14px !important;
  margin-bottom: 10px
}
.ar footer a, .ar footer h6
{
  text-align: right !important
}
.ar .testim-vrt .main-marqv .item
{
  text-align: right;
}


.services .box
{
margin: 20px;
margin-left: 0;
position: relative;
width: 100%;
}
.services .box .box-content
{
overflow: hidden;
position: relative
}
.services .box .mainimage
{
height: 200px;
width: 100% !important;
}
.services .box .box-overlay
{
position: absolute;
bottom: -75%;
width: 100%;
background-color: #161616c9;
color: white;
border-bottom: 4px solid var(--mainColor);
padding: 10px;
transition: .5s;
height: 100%;
overflow: hidden;
}

.services i
{
position: absolute;
top: 0 !important;
left: 0 !important;
width: 60px;
height: 50px;
  padding-top: 8px;
background-color: #161616;

margin-top: -33px;
border-top: 4px solid #fed605;
z-index: 1 !important;
  color: white;
font-weight: bold;
border-radius: 10px;
}
.services .box h1
{
color: #ffd400;
text-transform: capitalize;
font-size: 19px;
font-weight: bold
}
.services .box p
{
transition: .5s;
font-size:15px;
}
.services .box a
{
font-size: 12px;
padding: 10px 10px;
}
.services .side-content
{
transition: .5s;
}
.services .box:hover .box-overlay
{
bottom: 0px;
background-color: #161616ed;
transition: .5s;

}
.services
{
     background-image: url("/images/bg2.jpg");
     position: relative;
     padding: 90px 0
}
.services .ab-services h4, .services .ab-services h1
{
     font-weight: bold;
     text-transform: uppercase

}
.services .ab-services h4
{
     color: #555;
     margin-bottom: 10px;
     font-size: 20px
}
.services .ab-services a
{
     font-size: 15px
}
.services .service
{
     position: relative;
     width: 100%;
     overflow: hidden;
     margin: 10px 0
}
.services .service:hover img
{
     transition: .5s;
     width: 110% !important;
}

.services .service img
{
     width: 100%;
     height: 440px;
     object-fit: cover;
     transition: .5s
}
.services .sm-service
{
     box-shadow: 0px 10px 10px rgba(0,0,0,.1);

}
.services .service .service-overlay
{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #1b1c1e80;
     color: white;
     padding: 10px;
}
.services .service .service-overlay p
{
     /*! font-weight: bold; */
     /*! text-transform: uppercase; */
     /*! letter-spacing: 2px; */
     /*! margin-top: 90px; */

     /*! margin-top: 30px; */
}

.services .service .service-overlay h1
{
     text-transform: capitalize;
     font-weight: bold;
     font-size: 35px

}
.services .service .service-overlay a
{
     font-size: 12px;
}
.services .sm-service{
    text-align: center;
     padding: 10px 0;
}
.services .sm-service .service-overlay
{
     position: relative !important;
     background-color: #fff !important;
}
.services .sm-service .service-overlay p
{
     font-size: 17px;
     margin: 10px 0;
     color: rgba(0,0,0,.6)
}
.services .sm-service .service-overlay h1
{
     font-size: 25px;
          color: #3d3e3f;

}
.service a
{
  line-height: 5em;
 padding: 10px 15px;
 font-size: 18px;
 color: #242424;
 background: #ffd301;
 text-transform: uppercase;
 border-radius: 50px;
 letter-spacing: 1px;
 font-weight: bold
}
.mmetp .sare
{
  border: 1px solid white;
  padding: 8px 30px;
  border-radius: 5px;
  text-transform: capitalize;
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  color: var(--mainColor) !important;
}
.single-service-box {
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 500px;
  background: #555353 !important;
  z-index: 9999999;
  position: relative;
}
.single-service-box:hover::after {
  opacity: 0;
  visibility: hidden;
}
.single-service-box:hover .service-bg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-service-box:hover .contents h4, .single-service-box:hover .contents p {
  color: #fff;
}
.single-service-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f9f5f5;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
}
.single-service-box .icon {
  color: #FF5E14;
  font-size: 54px;
  line-height: 1;
}
.single-service-box .contents h4 {
  margin: 20px 0px;
  font-size: 25px;
  line-height: 1;
}
.single-service-box .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.single-service-box .service-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--sColor);
  opacity: 0.6;
  left: 0;
  top: 0;
}

.single-service-card {
  border: 1px solid #EBEDF2;
  background-color: #fff;
  margin-top: 40px;
}
.single-service-card.single-service-card_2 {
  border: 0px solid #EBEDF2;
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  background-color: transparent !important;
}
.single-service-card.single-service-card_2 .service-cover-img {
  height: 200px;
  border-radius: 4px;
}
.single-service-card.single-service-card_2 .content {
  padding: 30px 10px 50px 10px !important;
}
.single-service-card.single-service-card_2 .content h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.single-service-card.single-service-card_2 .content h4 a {
  position: relative;
  padding: 0px 0px;
  visibility: visible;
  opacity: 1;
}
.single-service-card.single-service-card_2 .content a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: -15px;
  position: absolute;
  bottom: -1%;
  visibility: hidden;
  opacity: 0;
}
.single-service-card.single-service-card_2::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  z-index: -1;
  -webkit-box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
          box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
}
.single-service-card.single-service-card_2:hover a {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-cover-img {
  height: 230px;
}
.single-service-card .content {
  padding: 30px 40px;
}
.single-service-card .content .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-service-card .content .icon-title .icon {
  font-size: 55px;
  color: #FF5E14;
  line-height: 1;
  margin-right: 20px;
}
.single-service-card .content .icon-title .service-title h4:hover {
  color: #FF5E14;
}
.single-service-card .content .read-more {
  color: #FF5E14;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.single-service-card .content .read-more:hover {
  color: #001659;
}
.single-service-card .content .read-more i {
  margin-left: 5px;
}

.single-best-featured {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-best-featured.right {
    text-align: right;
  }
  .single-best-featured.right .icon {
    float: right;
    overflow: hidden;
    font-size: 60px;
    color: #FF5E14;
    margin-left: 20px;
    margin-right: 0;
  }
}
.single-best-featured .icon {
  float: left;
  overflow: hidden;
  font-size: 60px;
  color: #FF5E14;
  margin-right: 20px;
}
.single-best-featured .content-text {
  overflow: hidden;
}
.single-best-featured .content-text h5 {
  margin-top: -4px;
  margin-bottom: 10px;
}
.single-services-box {
  padding: 70px 40px 65px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
          box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
  text-align: center;
  margin-top: 30px;
}
.single-services-box .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #C8CBF5;
  line-height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-services-box:hover .icon {
  background: #f2f3fe;
  border-color: #f2f3fe;
}
.single-services-box.sb2 .icon {
  border: 1px solid #F2E1D8;
}
.single-services-box.sb3 .icon {
  border: 1px solid #D1ECE2;
}
.single-services-box.sb2:hover .icon {
  background: #F2E1D8;
  border-color: #F2E1D8;
}
.single-services-box.sb3:hover .icon {
  background: #D1ECE2;
  border-color: #D1ECE2;
}
.service-gallery {
  margin-bottom: 30px;
}
.service-gallery .single-service-photo {
  width: 100%;
  height: 450px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .service-gallery .single-service-photo {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .service-gallery .single-service-photo {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service-gallery .single-service-photo {
    height: 250px;
  }
}

.service-details-wrapper h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .service-details-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .service-details-wrapper h2 {
    font-size: 26px;
    line-height: 140%;
  }
}
.service-details-wrapper .owl-theme .owl-nav div {
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  background-color: #001659;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  display: inline-block;
  border-radius: 0px;
}
.service-details-wrapper .owl-theme .owl-nav div:hover {
  background-color: #FF5E14;
  color: #fff;
}
.service-details-wrapper .owl-theme .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.service-details-wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  z-index: 1;
}
.service-details-wrapper .owl-theme .owl-dots .owl-dot {
  border-width: 3px;
  border-color: transparent;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-details-wrapper .owl-theme .owl-dots .owl-dot:hover, .service-details-wrapper .owl-theme .owl-dots .owl-dot.active {
  border-color: #001659;
}
.service-details-wrapper .owl-theme .owl-dots .owl-dot:hover span, .service-details-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background-color: #001659;
}
.service-details-wrapper .owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  margin: 0;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  margin-left: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-details-wrapper .service-details-content-wrapper h1, .service-details-wrapper .service-details-content-wrapper h2, .service-details-wrapper .service-details-content-wrapper h3, .service-details-wrapper .service-details-content-wrapper h4, .service-details-wrapper .service-details-content-wrapper h5, .service-details-wrapper .service-details-content-wrapper h6, .service-details-wrapper .service-details-content-wrapper p {
  padding-bottom: 20px;
}
.service-details-wrapper .service-details-content-wrapper img {
  margin-bottom: 20px;
}
.service-details-wrapper .service-details-content-wrapper blockquote, .service-details-wrapper .service-details-content-wrapper .wp-block-quote {
  background-color: #FF5E14;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  padding: 60px;
  text-align: left;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details-content-wrapper blockquote, .service-details-wrapper .service-details-content-wrapper .wp-block-quote {
    padding: 30px;
    font-size: 22px;
    line-height: 1.5;
    margin: 20px 0px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .service-details-content-wrapper blockquote, .service-details-wrapper .service-details-content-wrapper .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
  }
}
.service-details-wrapper .service-details-content-wrapper blockquote::before, .service-details-wrapper .service-details-content-wrapper .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: #fff;
  z-index: -1;
  opacity: 0.1;
  font-weight: 900;
}
.service-details-wrapper .faq-accordion {
  padding-top: 10px;
}
.service-details-wrapper .faq-accordion .card {
  background-color: #001659;
}
.service-details-wrapper .faq-accordion .card-header a:hover {
  color: #FFF;
}
.service-details-wrapper .faq-accordion .card-header a::after {
  color: #FFF;
}

.service-details-sidebar .single-service-sidebar {
  margin-bottom: 40px;
}
.service-details-sidebar .single-service-sidebar:last-child {
  margin-bottom: 0;
}
.service-details-sidebar .single-service-sidebar .sidebar-title {
  margin-bottom: 25px;
}
.service-details-sidebar .single-service-sidebar .sidebar-title h3 {
  text-transform: capitalize;
  margin-top: -7px;
}
.service-details-sidebar .single-service-sidebar ul li {
  position: relative;
}
.service-details-sidebar .single-service-sidebar ul li a {
  position: relative;
  display: block;
  background-color: #F4F6FB;
  color: #001659;
  text-align: center;
  padding: 16px 25px 14px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 10px;
}
.service-details-sidebar .single-service-sidebar ul li a:hover {
  background-color: #FF5E14;
  color: #fff;
}
.service-details-sidebar .single-service-sidebar .brochures-download a {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.service-details-sidebar .single-service-sidebar .brochures-download a i {
  margin: 0;
  margin-right: 10px;
  display: inline-block;
}
.service-details-sidebar .single-service-sidebar .brochures-download a:first-child {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.service-details-sidebar .single-service-sidebar .brochures-download a:last-child {
  background-color: #FF5E14;
  border-color: #FF5E14;
  color: #fff;
}
.service-details-sidebar .single-service-sidebar .contact-us .single-contact-info {
  overflow: hidden;
  margin-bottom: 20px;
}
.service-details-sidebar .single-service-sidebar .contact-us .single-contact-info:last-child {
  margin-bottom: 0;
}
.service-details-sidebar .single-service-sidebar .contact-us .single-contact-info .icon {
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.service-details-sidebar .single-service-sidebar .contact-us .single-contact-info .contact-info {
  overflow: hidden;
}
.service-details-sidebar .single-service-sidebar .contact-us .single-contact-info .contact-info p {
  font-weight: 600;
  color: #001659;
  font-size: 17px;
}

.service-item-card {
  position: relative;
  z-index: 1;
  background: #1F2124;
  border-radius: 5px;
  padding: 40px;
  padding-bottom: 35px;
  overflow: hidden;
}
.service-item-card .service-number {
  position: absolute;
  right: 0px;
  padding-right: 50px;
  top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-card .service-number::before {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #161616;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-card:hover .service-number {
  color: #161616;
  opacity: 1;
}
.service-item-card:hover .service-number::before {
  opacity: 1;
  visibility: visible;
}
.service-item-card:hover .icon {
  color: #161616;
}
.service-item-card:hover .contents h4, .service-item-card:hover .contents p {
  color: #161616;
}
.service-item-card:hover::after, .service-item-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.service-item-card:hover::before {
  width: 100%;
  z-index: -1;
}
.service-item-card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFC21A;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -2;
}
.service-item-card::before {
  position: absolute;
  width: 0%;
  height: 100%;
  content: "";
  background-color: #FFBB00;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 75% 0, 36% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 36% 100%, 0% 100%);
}
.service-item-card .icon {
  color: #FFBB00;
  font-size: 54px;
  line-height: 1;
}
.service-item-card .contents h4 {
  margin: 20px 0px;
  color: #fff;
}
.service-item-card .contents p {
  color: #eee;
}

.single-testimonial-item {
  background-color: #F9F9F9;
  position: relative;
  padding: 95px;
  padding-top: 130px;
  padding-bottom: 0;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .single-testimonial-item {
    padding: 75px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .single-testimonial-item {
    padding: 50px;
    padding-top: 80px;
  }
}
@media (max-width: 500px) {
  .single-testimonial-item {
    padding: 25px;
    padding-top: 70px;
  }
}
.rete
{
  position:relative;
  padding: 60px 0;
}
.rete::before
{
  position: absolute;;
  width: 100%;
  height: 100%;
  /*! content: '00'; */
  left: 0;
  /*! top: 0; */
  /*! background-color: rgba(0,0,0,.6) */
}
.rete h3
{
  color: white;
  text-transform: capitalize;
  margin: 50px 0 !important
}

.mmetp2 p, .mmetp2 h6, .mmetp2 h3
{
  color: black !important;
  text-align:left;
}
.single-team-member {
  position: relative;
  margin-top: 40px;
}

/* .single-team-member:hover .team-details-bar::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  right: auto;
} */

.single-team-member .team-img {
  height: 440px;
  background-color: #e8ecf8;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .single-team-member .team-img {
    height: 340px;
  }
}
.single-team-member .team-img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-team-member .team-details-bar {
  height: 90px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  margin-top: -50px;
  position: relative;
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
/* .single-team-member .team-details-bar::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--mainColor);
  content: "";
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} */


.single-team-member .team-details-bar .member-details .social-profile a {
  font-size: 20px;
  margin: 0 12px;
  color: black;
}

.single-team-member .team-details-bar .plus-btn {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* .single-team-member .team-details-bar .plus-btn:hover {
  color: #fff;
  background-color: var(--mainColor);
} */

.team-member-details-wrapper {
  background: #F9FAFE;
}
.team-member-details-wrapper .container {
  margin-top: -80px;
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  .team-member-details-wrapper .container {
    margin-top: 0px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .team-member-details-wrapper .container {
    padding-top: 80px;
  }
}
.team-member-details-wrapper .icon-box {
  margin-top: 30px;
  background-color: #fff;
  padding: 85px 30px;
}
@media (max-width: 576px) {
  .team-member-details-wrapper .icon-box {
    padding: 50px 20px;
  }
}
.team-member-details-wrapper .icon-box .icon {
  margin-bottom: 10px;
}
.team-member-details-wrapper .icon-box h2 {
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .team-member-details-wrapper .icon-box h2 {
    font-size: 24px;
  }
}


@media (max-width: 767px) {
  .single-team-card {
    height: 350px;
  }
}

/* .single-team-card:hover .member-info-card .member-details {
  opacity: 0;
  top: 20px;
  visibility: hidden;
}
.single-team-card:hover .member-info-card .member-social-net {
  opacity: 1;
  bottom: 0;
  visibility: visible;
} */
.single-team-card .member-info-card {
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.single-team-card .member-info-card .member-details {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: inherit;
  top: 0;
}
.single-team-card .member-info-card .member-details h3 {
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 700;
}
.single-team-card .member-info-card .member-details span {
  color: #fff;
  font-size: 14px;
}
.single-team-card .member-info-card .member-social-net {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.single-team-card .member-info-card .member-social-net a {
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  margin: 0px 2px;
  background-color: #fff;
  color: #565F7B;
  border-radius: 5px;
}
.single-team-card .member-info-card .member-social-net a:hover {
  color: #4E5AFF;
}

.our-team-two-wrapper {
  position: relative;
}
.our-team-two-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
  width: 100%;
  background-color: #F8F8F8;
  z-index: -1;
  content: "";
}
footer a, footer p, footer h6, footer h6
{
  color: white !important;
}
form .btn:hover
{
  background-color: var(--mainColor) !important;
  color: white !important
}
.mrepojte a
{
  color: var(--sColor) !important;
  /*! font-size: 50px !important; */
}
.mrepojte:hover p
{
  color: white !important
}
h1:hover,h3:hover,h4:hover,h2:hover,h6:hover
{
  color: var(--mainColor) !important;
  transition: .5s
}
.mmetp2::before
{
  /*! background: black !important; */
  /*! z-index: 99999999; */
  /*! position: relative; */
}
.item
{
  transition: .5s
}
.item h6
{
  color: #fff !important;
  /*! font-weight: bold; */
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold;
}
/* .item:hover
{
  background: var(--mainColor) !important;
  transition: .ss
}
.item:hover p
{
  color: white !important;
}
.item:hover h6
{
  color: white !important;
} */
.rereter::before
{
 /*! background-color: #a4a0a0 !important; */
}

.remtke .item
{
  margin: 10px 0
}
.ftbx span
{
  color: var(--mainColor) !important;
  color: white;
  padding: 8px 18px;
  border-radius: 5px;
  border:1px solid var(--mainColor) !important;
  border-radius: 50%
}
.single-team-member:hover .team-details-bar
{
   background: #e9c0f7;
}

.single-service {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 40px 15px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: 220px;
}
.single-service .service-icon {
    border-radius: 50%;
    box-sizing: border-box;
    height: 80px;
    left: 0;
    line-height: 80px;
    width: 100%;
    display: block;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-service .service-icon i:before {
    font-size: 30px;
    margin-left: 0;
    color: #f26723
}

.single-service > h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

.single-service:hover
{
  transition: .5s
}
.single-service i
{
  font-weight: bold
}
.single-service:hover p
{
  color: white !important;
}
.single-service:hover h3
{
  color: white !important;
}
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    top: 65%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(255,255,255,0.75) none repeat scroll 0 0;
    padding: 20px 20px;
    width: 100%;
    height: 200px;
}
.team-content h4 a {
    color: #444;
}
.team-content p {
    margin-bottom: 0;
    color: #444;
}
.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #f5f8fb;
    color: #3078fb;
    border-radius: 1px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #f5f8fb;
}
.social-icon li a:hover{
    border:1px solid #3078fb;
    color:#fff;
	background: #3078fb;
}
.single-member .team-img::after{
    background: rgba(255,255,255,0.90) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
	box-shadow: 2px 2px 20px #ddd;
}
.single-member:hover .team-img::after{
    height: 100%;
}
.single-member:hover .team-content .social-icon{
     opacity: 1;
}
.single-member:hover .team-content {
    opacity: 1;
     top: 45%;
    transition: 0.5s;
    background: transparent;
}
.emktek .swiper-slide:hover
{
  background-color: #f1f1f1
}
.about a:hover svg
{
  margin-right: 10px !important;
  transition: .5s
}
.about svg
{
  transition: .5s
}
.box .item svg path
{
  fill:#fff;
}
.about p{
  color: #736969 !important;
  font-size: 17px;
  line-height: 1.6;
}
.ar .single-service-box
{
  text-align: right;
}
.ar #message-form i
{
  left:  20px !important;
  right: unset !important
}
.ar .drelkr .item
{
  margin: 10px 0;
  text-align: right !important
}

.ar .drelkr p
{
  text-align: right !important
}
.ar .mmetp p
{
  text-align: right !important;
  color: white;
}
.ar .val p
{
  text-align: center !important
}.section-center{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: fixed;
  top: 63px;
  right: 75px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before{
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 2px solid #ececee;
  border-bottom: 2px solid #ececee;
  transition: border-width 100ms 1500ms ease,
              top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after{
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  z-index: 20;
  top: 10px;
  right: 4px;
  background-color: #ececee;
  margin-top: -1px;
  transition: width 100ms 1750ms ease,
              right 100ms 1750ms ease,
              margin-top 100ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:before{
  top: 10px;
  transform: rotate(45deg);
  height: 2px;
  background-color: #ececee;
  border-width: 0;
  transition: border-width 100ms 340ms ease,
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              background-color 200ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,
              margin-top 100ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav{
  position: fixed;
  top: 33px;
  right: 50px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3);
  animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  background: linear-gradient(-90deg, #032544,var(--mainColor));
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}

.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 150% !important;
  height: 164% !important;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-flex;
  z-index: 9 !important;
}

.nav ul{
  position: absolute;
  top: 39%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  /*! transform: translateY(-50%); */
  list-style: none;
}
.nav ul li{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
  /*! text-align: left; */
}
.nav ul li:nth-child(1){
  transition-delay: 200ms;
}
.nav ul li:nth-child(2){
  transition-delay: 150ms;
}
.nav ul li:nth-child(3){
  transition-delay: 100ms;
}
.nav ul li:nth-child(4){
  transition-delay: 50ms;
}
.nav ul li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 4vh;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  display: inline-block;
  position: relative;
  color: #ececee;
  transition: all 250ms linear;
  text-align: left !important;
}
.nav ul li a:hover{
  text-decoration: none;
  color: #ffeba7;
}
.nav ul li a:after{
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  height: 2vh;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #353746;
  opacity: 0.8;
  transition: width 250ms linear;
}
.nav ul li a:hover:after{
  width: 100%;
}


.menu-icon:checked ~ .nav  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
.menu-icon:checked ~ .nav ul li:nth-child(1){
  transition-delay: 1400ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(2){
  transition-delay: 1480ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(3){
  transition-delay: 1560ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(4){
  transition-delay: 1640ms;
}



.logo {
	position: absolute;
	top: 36px;
	left: 50px;
	display: block;
	z-index: 11;
	transition: all 250ms linear;
}
.logo img {
	height: auto;
	width: auto;
	display: block;
}



@media screen and (max-width: 991px) {
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label{
    right: 41px;
    top: 42px;
  }
  .logo {
    left: 15px;
  }
  .nav{
    right: 10px;
    top: 21px !important;
  }

  .nav ul li a{
    font-size: 2vh;
  }
  .logo img
  {
    width: 100px !important;
  }
}
.about  .o-hsub.-link
{
  color: black !important
}
.sdyt
{
  margin: 40px 0 !important;
  text-align: right !important;
}
.mpre h5
{
  font-size: 26px !important;
  text-align: right !important;
  /*! margin: 90px 0 !important; */
    /*! font-weight: bold; */
    text-transform: capitalize;
  color: var(--sColor) !important;
  text-decoration: underline;
  margin-top: 80px;
}

.mpre
{
  position: relative;

  padding: 30px 0;
}
.mpre::before
{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:linear-gradient(to bottom , #020202a6, #333);
}
.productbox
{
  position: relative;
  transition: .5s
}
.productbox::before
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #1c798e, #16a9c300);
  content: '';

  transition: .5s
}
.productbox:hover::before
{
    background: linear-gradient(to bottom, #1c798e, #000000a3);
  transition: .9s

}
.productbox img
{
  margin: 0
}
.productbox:hover
{
  box-shadow: 0px 10px 10px rgba(0,0,0,.3);
  transition: .5s
}
.contds
{
  background: var(--mainColor);
  transform: scale(1.2);
  text-align: left !important;
  padding: 60px 40px;
  /*! margin: 80px 0 !important */
}
.contds p
{
  font-size:20px !important;
  color: white !important;
  color: var(--sColor) !important;
}
.contds h3
{
  color: white !important
}
.ret p{
  color: #cac5c5 !important;;
  text-align: left;

}
.ret h3
{
  text-align: left;
  font-size: 25px;
  color:white;text-transform:capitalize
}
.ret
{
  padding-left: 20px !important;
  font-size: 20px !important;
  color: black !important;
}
.ret li
{
  text-align: left !important;
}
.ret ul{
  padding: 0px 40px !important;
}
nav h3:hover{
  color: white !important;
}

.ar .section-title
{
  text-align: right !important;
  width: 100%  !important;
}
.ar .block-contents
{
  text-align: right !important;
  width: 100%
}
.ar .port-fo .erktrertt
{
  text-align: right;
  width: 100%
}
.newsletter
{
  background: #f1f1f1;
  padding: 30px 0;
  padding-top: 80px;
}
.newsletter h3
{
  color: #111;
  text-align: right;
}
.newsletter input
{
  margin: 15px 0;

  color: black !important;
  border-radius: 0;

  text-align: right;
  /*! height: 50px !important; */
}
.newsletter .btn
{
   background: var(--mainColor) !important;
   color: white !important;
   width: 100% !important;
   text-align: center !important;
}
.newsletter .form-check-label
{
  color: #373737;
  font-size: 14px;
  margin-left: 20px;
  text-align: right;
  padding-left: px !important;
  margin-top: 10px !important;
}
.newsletter .form-check-input
{
  margin: 0 !important;
}
.newsletter .form-check
{
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}
.newsletter .btn
{
  width: 80%;
  border: 1px solid white;
}
.newsletter .group label
{
  color: #3e3e3e;
  text-transform: capitalize
}
.newsletter .group ul
{
  display: flex !important;
  width: 50% !important;
}
.newsletter .group
{
  margin-top: 40px;
  margin-right: unset;
  text-align: right;
}
.newsletter .group h4
{
  /*! font-weight: bold; */
  font-size: 18px !important;
}
.newsletter .group small
{
  color: rgba(0,0,0,.6)
}
.newsletter .group a
{
  color: #1a1919;
  border: 1px solid;
  font-size:17px;
  padding: 10px 12px;;
  border-radius: 50%;
  margin: 0px 10px
}
footer .ssq
{
  width: 100% !important;
  justify-content: center;
  border-top: 1px solid;
  padding: 20px 0;
  padding-bottom:0
}
footer .ssq a
{
  margin: 0px 10px;
  color: rgba(255,255,255,.6)
}
.speservice
{
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 40%;
  margin: 80px 60px;
  border-radius: 10px;
}
.orders-form
{
  text-align: right;
  margin-top: 40px;
  padding: 20px;
  background: #f1f1f1;
  box-shadow: 0px 10px 10px rgba(0,0,0,.2);
    transition: .5s;
  border-right: 3px solid var(--mainColor)
}
.orders-form:hover
{
    box-shadow: 0px 10px 10px rgba(0,0,0,.0);
  transition: .5s

}
.orders-form label
{
  font-size: 15px;
  direction: rtl;

  margin-top: 20px;
}
.orders-form .btn
{
  background: var(--mainColor) !important;;
  text-align: center !important;;
  color: var(--sColor) !important;;
  font-weight: bold;
  border-radius: 10px !important;
  padding: 0 !important;
}


.team-section{
	position:relative;
	padding-top:90px;
}

.team-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	bottom:67px;
	background-color:var(--mainColor);
}

.team-section .section-title .text{
	max-width:560px;
	padding-top:30px;
}

.team-section .section-title{
	margin-bottom:60px;
}

.team-section .team-block{
	padding:0px;
	float:left;
}

/* Team Block */

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 400px !important;
}

.team-block .inner-box:hover .image img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.team-block .inner-box .lower-content{
	position:relative;
	margin-left:18px;
	margin-right:18px;
	margin-top:-70px;
	padding:30px 35px 30px;
	text-align:center;
	overflow:hidden;
	background-color:#f9f9fa;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	color:#191514;
	font-size:25px;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#191514;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#d5aa6d;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#7a7a7a;
	font-size:18px;
	margin-top:5px;
	line-height:1.3em;
}

.team-block .inner-box .lower-content .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--sColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:19px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}
.section-title{
	position:relative;
	z-index:1;
	margin-bottom:35px;
}

.section-title .title{
	position:relative;
	font-size:25px;
	color:#9e7247;
	font-weight:400;
	/*! letter-spacing:3px; */
	/*! margin-bottom:12px; */
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.section-title h3{
	position:relative;
	color:#191514;
	font-weight:700;
	line-height:1em;
	padding-bottom: 22px;
	font-family: 'Poppins', sans-serif;
	font-size: 58px;
}

.section-title h3 span{
	position:relative;
	color:#d5aa6d;
	font-style:italic;
	font-family: 'Playfair Display', serif;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h3:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:40px;
	height:3px;
	background-color:#d4a86c;
}

.section-title .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	color:#555555;
	margin-top:10px;
}

.section-title.centered .big-title,
.section-title.centered{
	text-align: center;
}

.section-title.centered h3:after{
	left:50%;
	margin-left:-20px;
}

.section-title.light .text{
	color:#999999;
}

.section-title.light h3{
	color:#313131;
}
.rest  a
{
  font-size: 19px;
}
.testmonials .swiper-slide p
{
  font-size: 30px !important;
}
.testmonials .swiper-wrapper h5
{
  margin: 0
}
.about img
{
  height: 500px !important;
  object-fit: cover;
  border-radius: 0px 80px 0px 80px
}
.social-icons .fab
{
  font-family: "Font Awesome 5 brands" !important
}
@media only screen and (max-width: 600px) {
  .project-sec  .row
{
  flex-direction: column-reverse;
}
  .pb-70
  {
    padding: 20px 0 !important;
    margin-bottom: 50px !important;
  }
  .mpre h5
  {
    margin-right: 15px !important;
  }
.header::before
  {
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
  }
  .cont h2
  {
    font-size: 48px !important;
  }
  .contds
  {
    transform: scale(1) !important;
    padding:20px !important;
    margin: 40px 0;
    /*! border-radius: 5px; */
  }
    .contds p
  {
    font-size: 13px !important;
  }
  .header .navbar-brand img
  {
    text-align: center !important;
    width: 150px !important;
    /*! padding-left: px; */
    margin-left: 50px;
    margin-bottom: 16px !important;
  }
  .cot .row
  {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .header .hdcotnt
  {
    padding: 0 10px !important;
    margin: 60px 0 !important;
  }
  .retty
  {
    display: flex !important;
  }
  .header #dsrer
  {
    display: none;
  }
  .bottombar
  {
    padding: 0 !important;
  }
  .gridimage
  {
    position: relative;
    text-align: right !important;
  }
  .ret h3
  {
    font-size: 18px
  }
  .ret
  {
    padding-left: 0px !important;
    min-width:  49% !important;
    line-break: ;
  }
  .gridimage img
  {
    width: 80% !important;
    position: absolute;
    left: 90px;
    top:-120px;
    margin: auto !important;
  }
  .header::after{
    width: 140%;
    left: -40px;
    /*! top: -80px; */
    /*! height: 450px; */
    /*! transform: rotate(6deg); */
  }
  .navbar
  {
    display: flex;
    flex-direction: row-reverse
  }
  .bottombar
  {
    display: none !important;
  }
  nav
  {
  }
  nav div
  {
    /*! min-width: 100% !important; */
    padding: 0 !important;
  }
  .header .fa-bars
  {
    color: #4a4848 !important;;
    background: rgb(225, 221, 221);
    border-radius: 10px;
    padding-top: 5px
  }
  .header .navbar-brand
  {
    margin: auto
  }
  .header .container
  {
    max-width: 100% !important;
  }
  nav a
  {
    font-size: 15px !important;
    text-align: left !important;;
    display: block !important;
    padding-left: 70px !important;
  }
  .nav p{
    font-size: 13px !important;
  }
  .nav div{
    width: 25% !important;
  }
  .ret ul
  {
    padding: 10px !important;
  }

  .mainr2
  {
    background-repeat: no-repeat;
    background-size: cover !important;
  }
    .mainr2 h4
  {
    font-size: 13px !important;
  }
    .mainr2 .content
  {
    padding: 20px 0 !important;
  }
    .mainr2 h1
  {
    margin: 0 !important;;
    font-size: 18px !important;
  }
  .mainr2 img
  {
    width: 50px !important;
  }

  .mr3 a
  {
    font-size: 13px !important;
    padding: 6px 12px !important;
  }
  .mr3 .content
  {
    padding: 20px 0 !important;
  }
  .mr3 h1
  {
    margin-bottom: 20px !important;
  }
  .mr3
  {
    background-size: cover !important;
    object-fit: cover !important;
    height: auto !important;
    object-position: center !important;

  }
  .boxs .row
  {
    display: inline-flex !important;
    width: 100% !important;;
    padding: 0 !important;
    margin: 0 !important;
  }
  .boxs .row .col-md-3
  {
    width: 25% !important;
  }
  .en nav
  {
    flex-direction: row
  }
  .boxs .container-fluid
  {
    padding: 0 !important;
  }
  .boxs .box
  {
    padding:31px  0 !important;
  }
  .boxs .box img
  {
    width: 30px !important;;
    height: 30px !important;
  }
  .boxs .box a img
  {
    width: 20px !important;
    height: 20px !important;
  }
  .boxs .box h4
  {
    margin: 0;
    font-size: 12px !important;
  }
  .aboutus .row
  {
    display: flex;
    flex-direction: column-reverse;
  }
  .container
  {
    max-width: 95% !important;
    padding:  0
  }
  .about img
  {
    height:  200px !important;
  }
  .aboutus .mmimg
  {
    height: 300px !important;
  }
  .tt2
  {
    right: -174px !important;
    bottom: 77px !important;
    border-radius: 150px !important;
    /*! background: red; */
    transform: rotate(-7deg);
    width: 100% !important;
  }
  .dspirere p
  {
   font-size: 13px !important;
  }
  .dspirere
  {
    width: 60%;
    padding-top: 10px !important;
    margin-top: -110px !important;
  }
  .aboutus .rtt2
  {
    width: 150px !important;
    height: 150px !important;
  }
  .aboutus
  {
    padding-bottom: 20px !important;
  }
  .serj .hd
  {
  padding-left: 0 !important;
  }
  .mlretf
  {
    position: absolute;

  }
  .popwindow .content
  {
    width: 95% !important;
    margin: auto;
        margin-top: 90px;

    /*! margin: 0 !important; */
    margin-top: 80px !important;
  }
  .popwindow ul li
  {
    display: block !important;
    width: 100% !important;
  }
  .contactuspage
  {
    background-size: contain;
  }
  .aboutus .content-a p
  {
    margin-bottom: 80px !important;
  }
  .contactuspage form
  {
    margin: 0;
  }
  .contactuspage .container
  {
    width: 100% !important;
  }
  .dsretfsdsd2
  {
    right: 10px !important;
    height: auto !important;
    width: 100% !important;
    top: -357px !important;
    /*! border-radius: 80px !important; */
  }
  .contactuspage input
  {
    font-size: 13px !important;
    padding: 0;
    width: 100%;
     border-radius: 15px !important;
    padding-right: 50px !important;
  }
  .contactuspage textarea
  {
    font-size: 13px !important;
    height: 100px !important;
    border-radius: 20px !important;
  }
  .contactuspage .col-6
  {
    max-width: 100% !important;
    width: 100%;
    padding: 0px 10px !important;
  }
  .contactuspage .btn
  {
    text-align: center !important;
    padding: 8px 10px !important;
  }
  .contactuspage i
  {
    font-size: 10px !important;
  }
  .testmonials p
  {
    font-size: 15px !important;
  }
  .testmonials h4
  {
    margin-bottom: 10px !important;
  }
  footer ul
  {
    display: block
  }
  footer li
  {
    display: block !important;
    width: 100%
  }
  footer img
  {
    width: 150px !important;
    margin-bottom: 20px
  }
  .navbar a
  {
    display: block;
    background: unset !important;
    text-align: center !important;
    padding: 0 !important;
  }
  .navbar ul
  {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cpn::after
  {
    display: none
  }
  .sr
  {
    margin: 10px 0
  }
  .serj .row
  {
    display: flex;
    flex-direction: column-reverse
  }
  .en   .serj .row
  {
    flex-direction: column
  }
  .serj .hd a img
  {
    height: 50px  !important;
    width: 50px !important;
    float: left !important;
  }
  .about p
  {
    font-size: 15px !important;
  }
  .about h2
  {
    font-size: 45px !important;
    line-height:  1 !important;
  }
  .contds p{
    font-size: 20px !important;
  }
  .section-title h2
  {
    font-size: 34px
  }
    .sec-title
  {
    margin: 0 !important;margin-bottom: 20px !important;
  }

  .sec-img .expr-box
  {
    width: 80% !important;
    margin: auto !important;
  }

  .ret .content
  {
    padding: 50px 20px !important;
  }
}
.en .about
{
  text-align: left !important
}
.en .reltj
{
  margin-bottom: 40px !important
}
.mmfd
{
 position: fixed;
 bottom: 0;
 background: #075E54;
 color: white;
 font-size: 30px;
 padding: 15px 17px;
 margin: 20px;
 z-index: 988888;
 border-radius: 50%;
 right: 0;
 transition: .5s;
 font-family: "Font Awesome 5 brands" !important;
}
footer .socail
{
  display: flex;
  width: 200px;
  margin: auto !important;
  justify-content: center !important;
}
footer .socail i{
  font-family: "Font Awesome 5 brands" !important
}
 #wrapper{
  position: relative;
  padding: 112px 0px;
}

 #wrapper #js-header::before{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: red;
  top: 0;
  z-index: 2;
  background: linear-gradient(to bottom , #020202a6, var(--mainColor));
}
.slideshow a
{
  background: var(--mainColor);
  font-size: 22px !important;;
  padding: 8px 30px;
  border-radius: 20px
}
.btnsspace a
{
    padding: 8px 19px !important;
    border-radius: 19px;
    margin-top: 10px;
  margin-right: 10px !important;
  color: var(--mainColor) !important;
  border: 1px solid;
    font-size: 13px !important;
}
.account-page form
{
/*! margin: 50px 0; */
/*! background-color: #f1f1f1; */
padding:30px 50px;
text-align: right !important;
background: #f1f1f1;
margin: 60px 0;
}
.account-page form h1
{
display: block;
text-align: center;
font-size: 32px;
padding-top: 10px;
color: black;
margin-bottom: 40px;
}
.account-page form label
{
color: rgba(0,0,0,.6)
}
.account-page form input
{
text-align: right;
height: 45px;
border-radius: 0px;
border: none;
border: 1px solid rgba(0,0,0,.2);
color: rgba(0,0,0,.6);
font-size: 14px;
margin: 10px 0;
/*! border-radius: 15px; */
font-size: 13px !important;
}
.account-page form input:focus
{
box-shadow: none !important;
border-bottom: 1px solid black;
color: black
}
.account-page form .btn
{
background-color: var(--sColor) !important;
color: white;
font-size: 13px;
width: 80px;
text-align: center;
height: 38px;
border: none;
width: 100% !important;
text-align: center !important;
padding: 0 !important;
}
.account-page .icon
{
text-align: center
}
.account-page .icon svg
{
height: 70px;
width: 70px
}
.account-page .icon path
{
fill: rgba(0,0,0,.6)
}
.account-page .f-pas
{
line-height: 3em;
font-size: 13px
}
.account-page .new-acc
{

color: black;
/*! margin: 20px 0; */
margin-bottom: 0;

color: var(--mainColor);

font-size: 11px;
}
.account-page .bt-mg
{
margin-bottom: 0
}
.account-page p
{
  text-align: right;
  color: black;
  margin-bottom: 30px !important;
}
.account-page a
{
  font-size: 12px !important;
}
.account-page .container-fluid
{
  max-width: 100%;
  padding: 0
}
.faqss{
}
.faqss .row
{
  background: white ;
  border-radius: 20px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  overflow: hidden
}
.faqss .row .col-md-5
{
  padding: 0
}
.faqsp
{
  text-align: right;
  padding: 40px
}
.faqss img
{
  height: 500px
}
.ret
{
  padding: 0px 0;
  position: relative;

  background-size: cover;
  /*! background: #f1f1f1; */
}

.ret .content
{
  margin: 180px 0;
  text-align: center;
  color: white !important;
  padding: 80px 0;
  margin-top: 60px !important;
}
.ret .content a
{
  background: #ebe9cf;
  padding: 8px 60px;
  border-radius: 20px;
  border: 1px solid white;
  font-size: 17px;
}
.ret .content h1
{
  font-size: 45px;
  color: #ebe9cf;
}
.ret .content p{
  text-align: center;
  margin: 20px 0;
  font-size: 15px !important;
}.project-sec .item {
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out 0s;
margin-bottom: 0px;transition: all 0.7s ease 0s;
overflow: hidden;
margin: 10px;
text-align: right;
border: 1px solid #7777771c;
background: white;
border-radius: 14px;
padding: 5px;
}

.project-hoverlay::before {
	content: "";
	position: absolute;
	height: 0;
	width:0%;
	background:var(--mainColor);
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	top: 0;
	left:0;transition: all 0.7s ease 0s;
}
.project-sec .item:hover:hover .project-hoverlay::before{width:100%;transition: all 0.7s ease 0s;}
.project-hoverlay {
	/*! position: absolute; */
	top: 0%;
	width: 100%;
	height: 100%;
}


.project-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
 /*! transition: all 0.7s ease 0s; */
 visibility:hidden;
}
.project-text a,
.project-text h3{transform:scale(0); transition: all 0.9s ease 0s;}
.project-sec .item:hover .project-text a{transform:scale(1); transition: all 0.9s ease 0s;}
.project-sec .item:hover .project-text h3{transform:scale(1); transition: all 0.9s ease 0s;}
.project-sec .item:hover .project-text{
transition: all 0.7s ease 0s;
 visibility:visible;
}
.project-text ul
{
  display: flex;
  width: 100% !important;
  margin: 0 !important;;
  padding: 0 !important;
  position: absolute;
  bottom: 0
}
.project-text ul li{
  width: 100%
}
.project-text  a {
  width: 100%;
  height: auto;
  /*! display: inline-block; */
  background: var(--mainColor);
  line-height: 50px;
  color:white;
  cursor: pointer;
  bottom: 0;
  /*! position: absolute; */
  left: 0;
}
.project-text  h3 {
  text-transform: uppercase;
}
.project-thumb img {
width: 100%;transition: all 0.7s ease 0s;
transform:scale(1);
overflow:hidden;
}
.project-sec .item:hover .project-thumb img{}
.project-gallery {
margin-bottom:50px
}.team-member {
	background: #fff none repeat scroll 0 0;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
	z-index: 2;
	border-bottom: 2px solid var(--mainColor);
	background: #ddd;
}
.team-member::before {
	position: absolute;
	content: "";
	width:0%;
	height:100%;
	z-index: -1;
	transition: all 0.4s ease 0s;
	top: 0px;
	left:0;
	background:var(--mainColor);
	filter: alpha(opacity=75);
}
 .team-member:hover.team-member::before{width:100%;transition: all 0.4s ease-in-out 0s;}
.team-member:hover .team-overlay{visibility:visible;transition: all 0.4s ease-in-out 0s;-moz-opacity: 0.75;
	opacity: 0.75;top:0px;width:100%}
.team-member:hover.team-member h2{color:#fff;transition: all 0.4s ease-in-out 0s;}
.team-member:hover.team-member h3{color:#fff;transition: all 0.4s ease-in-out 0s;}
.team-thumb {
position: relative;
overflow: hidden;
}
.team-overlay{
  position: absolute;
  width:0%;
  left: 0;height:100%;top:0;
background:var(--mainColor);
filter: alpha(opacity=75);
visibility:hidden;transition: all 0.4s ease-in-out 0s;
}
.team-overlay ul{
  position: absolute;
  top: 50%;
  width: 100%;
  left: 10px;
  transform: translateY(-50%);
}
.team-member img {
  width: 100%;
  height: 250px;
}
.team-member  h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;transition: all 0.4s ease-in-out 0s;
}
.team-member  h3 {
  font-size: 14px;
  text-transform: capitalize;transition: all 0.4s ease-in-out 0s;
}
.team-overlay li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #282828;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.team-overlay li{
	  transition: 0.4s;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
	width: 100%;
	text-align: left;
	padding:5px 0;
}
.team-member:hover .team-overlay li{transform: translateX(0px);}
.team-overlay li:nth-child(1) {
transform: translateX(20px);
transition-delay: .1s; }
.team-overlay li:nth-child(2) {
transform: translateX(40px);
transition-delay: .2s; }
.team-overlay li:nth-child(3) {
transform: translateX(60px);
transition-delay: .3s; }
.team-overlay li:nth-child(4) {
transform: translateX(80px);
transition-delay: .4s; }
.team-overlay li:nth-child(5) {
transform: translateX(100px);
transition-delay: .5s; }

.team-member li i{color:#fff}
.testimonial-text.expert-team {
	position: relative;
	padding-bottom: 70px;
}
.testimonial-text.expert-team::before {
	position: absolute;
	content: "";
	background-image: url(../img/team_sec_bg.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: -165px;
	background-repeat: no-repeat;
	z-index: -1;
}

.single-post-desc {
	text-align: center;
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0px 16px;
}
.post-date {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	background: #19191a;
	margin-top: 20px;
}
.post-date li {
	display: inline-block;
	margin: 0px 10px;
}
.post-date li a {
	font-weight: 600;
	color: #fff;
	font-size: 13px;
}
.post-date li a i {
	color: var(--mainColor);
	margin-right: 7px;
}
.blog-thumb {
	position: relative;
	overflow:hidden;
	z-index:2

}
.blog-thumb::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	background:var(--mainColor);
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	top: 0;
	left: 0;
	transition: all 0.7s ease 0s;
	z-index:3
}
.single-post:hover .blog-thumb::before{width:100%;transition: all 0.7s ease 0s;}
.single-post:hover .blog-thumb a{visibility:visible;opacity:1;transition: all 0.7s ease 0s;}
.blog-thumb a {
	color: #fff;
	margin-top: 8px;
	padding: 12px 36px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 50px;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	width: 170px;
	transform: translateY(-50%);
	visibility:hidden;
	opacity:0;z-index:4;

}
.blog-thumb img{
	transform:scale(1);
	transition: all 0.8s ease 0s;
}
.single-post:hover .blog-thumb img{
	transition: all 0.4s ease 0s;transform:scale(1.2);
}
.single-post-desc h2 a {
	font-size: 18px;
	margin-top: 34px;
	display: inline-block;
	width: 100%;transition: all 0.4s ease 0s;
	text-align: right;
	direction: rtl;
}
.blog-thumb a:Hover{background:#2d2e2f;border-color:#2d2e2f;}
.single-post:hover .single-post-desc h2 a{color:var(--mainColor);}
.single-post-desc a.post-link {
	font-weight: bold;
	text-transform: uppercase;
	color: #fab909;
	font-size: 15px;letter-spacing: .36px;
}
.blog-meta h4 a {
color: #ffffff;
font-size: 18px;
text-transform: uppercase;
}
.blog-meta h4{margin-bottom:10px}
.home-blog-sec .blog-item:hover .item img{transform: scale(1.2);
transition: all 0.7s ease 0s;}
.item img {
	width: 100%;
	height: 300px;
	transform: scale(1);
	transition: all 0.7s ease 0s;
	margin-top: 8px;
}
.inner.blog-item {
	padding-left: 0;
	padding-right: 0;
}
.blog-item .item {
	margin-bottom: 15px;
	margin-left: 15px;
}
.blog-meta {
bottom: 0;
position: absolute;
text-align: left;
width: 100%;
padding: 10px;
}
.blog-meta li {
  display: inline-block;
  padding: 5px 8px;
}
.blog-meta li a {
  color: #fff;
}
.blog-meta li a i {
  margin-right: 5px;
}
.blog-classic-sec .post-meta li:last-child{float:none;}
.blog-classic-sec .single-post-text{padding:0px;border:none;}
.blog-classic-sec  .pagination.custom-pagination{text-align:left}
.blog-classic-img{position:relative;margin-bottom: 20px;}
.single-post:hover .blog-classic-overlay{visibility:visible;opacity:1;transition: all 0.4s ease 0s;}
.single-post:hover .blog-classic-overlay::before{height:100%;transition: all 0.4s ease 0s;}
.single-post:hover .blog-classic-overlay li a{transform:scale(1);transition: all 0.4s ease 0s;}
.blog-classic-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.blog-classic-overlay::before {
	content: "";
	position: absolute;
	height: 0%;
	width: 100%;
	background: #fab909;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	bottom: 0;
	left: 0;
	transition: all 0.7s ease 0s;
}
.blog-classic-overlay ul {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
.blog-classic-overlay li {
	display: inline-block;
	margin: 0px 5px;
}
.blog-classic-overlay li a {
	border-radius: 100%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	transform: scale(0);
	background: #020e2a;
}
.blog-sec.blog-bg {
  background-color: #fff;
  background-image: url("../img/blog_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-post {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.single-blog.inner .single-post {
  margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
  padding: 0;
  margin-top: 25px;
}
.single-post-text {
	background: #fff none repeat scroll 0 0;
	padding: 10px 10px;
	border: 1px solid #f0f0f0;
}
.single-blog.inner .single-post-text {
  padding: 0;
}
.single-blog.inner .single-post img {
  margin-bottom: 25px;
}
.single-blog.inner {
  margin-bottom: 40px;
}

.post-meta {
display: inline-block;
width: 100%;
}
.post-meta li {
  display: inline-block;
  margin-right: 10px;text-transform:capitalize;font-size:14px
}
.post-meta li a,
.post-tags li a {
  color: #fab909;
}
.post-meta li span,
.post-tags li span {
color: #020e2a;
float: left;
font-weight: 600;
margin-right: 10px;
}
.post-tags {
  display: inline-block;
  float: right;
}
.single-post-text a.post-link {
color: #777777;
display: inline-block;
font-size: 14px;
margin-bottom: 15px;
text-transform: capitalize;
font-weight: 600;
border: 1px solid #f0f0f0;
padding: 10px 20px;position:relative
}
.single-post:hover .single-post-text a.post-link{background: #fab909 none repeat scroll 0 0;
color: #fff;border-color:transparent
}
.blog-title  h2 {
color: #0f0f0f;
font-size: 24px;
font-weight: 900;
line-height: 30px;
}
.single-post-text a {
color: #020e2a;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
}
.pst_info {
  float: left;
  display: inline-block;
}
.post-date h2 {
  background: #fab909;
  text-align: center;
  padding: 10px 5px;
  font-size: 18px;
  color: #fff;
}
.blog-title {
  padding-bottom: 20px;
}
.single-post  img {
width: 100%;
height: 250px;
}

.comment-list {
border: 1px solid #fafafa;
font-size: 18px;
padding: 14px;
text-align: center;
}
.comment-list h5 {
  margin-bottom: 0;
}
.single-post-text h2 {
margin-bottom: 15px;
margin-top: 5px;
}
.post-meta li:last-child {
  float: right;
}
.post-meta li:last-child {
  float: right;
}
.single-post-text li a {
float: left;
font-size: 15px;
font-weight: normal;
margin-left: 1px;
padding-right: 15px;
text-transform: capitalize;
}
.single-post-text li a i{margin-right: 5px;color:#fab909}
.post-date h1 {
  background: #f3af1e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 13px;
  padding: 15px;
  text-align: center;
  text-transform: none;
}
.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 100%;
	height: 100px;
	border-bottom: 2px solid #fab909;
}
.comment-author {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	color: #020e2a;
}
.comment-time {
  color: #9a9999;
  font-family: open sans;
  font-size: 14px;
}
.commentar-sec .media.mt-3 {
  margin-top: 40px;
}
.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #020e2a;
}
.commentar-sec h2 {
margin-top: 50px;
font-weight: bold;text-transform:uppercase;margin-bottom:30px
}
.replay-button a {
	float: right;
	font-family: open sans;
	color: #aaa9a9;
	font-weight: 600;
}
.replay-button a:hover{color:#fab909;}
.commentar-sec.author ul li {
  display: inline-block;
  margin-right: 20px;
}
.sec-title {
margin: 0 250px 60px;
text-align: center;
}
.sec-title  h1 {
  font-size: 37px;
  font-weight: bold;
  font-weight: bold;
  opacity: ;
}
.sec-title h1 span {
	position: relative;
	color: var(--mainColor);
}
.border-shape {
background-image: url("../img/shape.png");
background-repeat: no-repeat;
color: #fff;
display: block;
height: 16px;
left: 0;
margin: -5px auto;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 100px;
}
.sec-title  p {
  margin-bottom: 0;
  margin-top: 12px;
}

.svspe {
    position: relative;
    padding: 80px 0px 50px;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
}

.services-block .inner-box {
    position: relative;
}

.services-block .inner-box .image {
    position: relative;
}

.services-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 3, 45, 0.80);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box:hover .overlay-box {
    opacity: 1;
}

.services-block .inner-box:hover .lower-box .arrow {
    color: #ffffff;
    border-color: #fdc236;
    background-color: #fdc236;
}

.services-block .inner-box .image .overlay-box .icon {
    position: relative;
    font-size: 50px;
    top: 45%;
    color: #ffffff;
}

.services-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block .inner-box .lower-box {
    position: relative;
    text-align: center;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.services-block .inner-box .lower-box h3 {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.services-block .inner-box .lower-box h3 a {
    position: relative;
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box h3 a:hover {
    color: #fdc236;
}

.services-block .inner-box .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.services-block .inner-box .lower-box .arrow {
    position: relative;
    width: 45px;
    height: 45px;
    color: #b4b4b4;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box .arrow:hover {
    color: #ffffff;
    border-color: #fdc236;
    background-color: #fdc236;
}
.services-block-two {
    position: relative;
    margin-bottom: 30px;
}

.services-block-two .inner-box {
    position: relative;
    background: #f4f4f4;
    padding: 50px 20px 38px;
    text-align: center;
    overflow: hidden;
}

.services-block-two .inner-box:before {
    position: absolute;
    content: '';
    background: #1c1d21;
    width: 700px;
    height: 900px;
    transition: all 0.45s ease-in-out;
    transform: translate(-1050px, -400px) rotate(42deg);
}

.services-block-two .inner-box:hover:before {
    transform: translate(-290px, -400px) rotate(40deg);
}

.services-block-two .inner-box .icon-box {
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    color: #fdc236;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.services-block-two .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.services-block-two .inner-box h3 a {
    color: #333333;
    transition: all 0.7s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover h3 a {
    color: #fff;
    transition: .3s ease;
}

.services-block-two .inner-box .text {
    position: relative;
    color: #666666;
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 15px;
    transition: .5s ease;
}

.services-block-two .inner-box:hover .text {
    color: #fff;
    transition: .5s ease;
}
.hexagon {
    position: relative;
    width: 80px;
    height: 46.19px;
    background-color: #ffffff;
    margin: 23.09px 0;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 23.09px solid #ffffff;
    left: 0;
}

.hexagon:after {
    top: 100%;
    left: 0;
    width: 0;
    border-top: 23.09px solid #ffffff;
}
.whyus
{
  position: relative
}
.whyus::before
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.8);
  content: '';
  text-align: center
}
.whyus h1{
  color: white;
  font-size: 35px !important;
}
.whyus p{
  color: white !important;
}
.sidebar-ctn .card-ctn select
{
  text-align: right;
  height: 40px;
  font-size: 13px;
  border: unset;
}
.sidebar-ctn .card-ctn label
{
  display: block;
  text-align: right;
  font-size: 13px;
  color: var(--mainColor);
  font-weight: bold
}
.sidebar-ctn form
{
  padding: 10px
}
.allifnospace li{
  flex-direction: row-reverse;
  font-size: 15px;
}
.allifnospace li span
{
  font-weight: normal;
  background: #8d292d9c;
  color: black;
}
.allifnospace img
{
  height: 250px !important;
}
.content-cv
{
  margin-top: 10px;
  text-align: right;
  background: #f1f1f1;
  padding-bottom: 20px;
}
.content-cv img
{
  min-height: 500px !important;
  object-fit: cover
}
.content-cv h3
{
  margin: 20px 0;
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.content-cv h6
{
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  color: #423d3d;
  margin-right: 10px;
}
.content-cv ul
{
  margin: 20px 0;
  display: flex;
  width: 100%;
  background: #f1f1f1
}
.content-cv li{
  width: 100%;
  text-align: center;
  border-left:1px solid #00000017;
  padding: 0px 10px
}
.content-cv li p
{
  font-size: 14px;
  margin-bottom: 9px;
}
.content-cv li span
{
  background: var(--mainColor);
  color: white;
  font-size: 14px;;
  padding: 0px 10px;
  border-radius: 50px
}
.cvsharespace h1
{
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.cvsharespace p
{
  font-size: 22px;
  margin-bottom: 20px
}
.cvsharespace li
{
  flex-direction: row-reverse;
  font-size: 16px;
}
.cvsharespace li span
{
  background: var(--mainColor);
  font-weight: normal;
  font-size: 15px;
}

.cvsharespace h3
{
  padding: 10px 0px;
  margin: 10px 0;
  font-size: 25px
}
.cvspace .subbtn{
  display: block;
  text-align: center;
  background: var(--mainColor);
  padding: 10px;
  color: white;
  font-size: 21px;
}
table th

{
  font-size: 25px
}
table td
{
  font-size: 20px
}table span
{
  padding: 0px 30px;
  border-radius: 50px
}
.e-ty
{
  background: grey !important;
  padding: 0px 25px;
  color: white !important;
}
.a-ty
{
  background: green !important;
  color:white !important
}
.edit-page  label
{
  font-size: 12px;
}
.bannermv
{
  padding: 90px 0;
  position: relative
}
.bannermv::before
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #282626e0;
  content: ''
}
.bannermv h1
{
  color: white;
  text-transform: capitalize;
  margin-bottom: 21px;
  font-size: 24px;
  margin-top: 11px;
}
.bannermv .col-md-4
{
  padding: 0
}
.bannermv .ert
{
  color: white !important;
  background: #1e1c1d;
    padding: 80px 60px;
  min-height: 450px;
  transition: .5s
}
.bannermv .ert:hover
{
  transform: scale(1.1);
  transition: .5s
}
.bannermv .ert p
{
  color: #a8a4a4;


  font-size: 16px;
}

.bannermv .col-md-4:nth-child(1) .ert
{
  background: var(--mainColor);


}
.bannermv .col-md-4:nth-child(2) .ert
{
  background: #0d0d0d;


}
.svspe {
  position: relative;
  background: #fff url(../images/background/pattern-1.png) center top repeat;
  color: #ffffff;
  /*! background: #201e1e; */
}

.svspe .sec-title {
  margin-bottom: 30px;
}

.svspe .sec-title h2 {
  color: #353333;
  font-size: 35px;
  text-align: center;
}

.svspe .sec-title .lower-text {
  color: #323333;
  font-size: 16px;
  text-align: center;
}

.svspe .row {
  counter-reset: slides-num;
}

.svspe .row .service-block {
  counter-increment: slides-num;
}

.svspe .row .service-block .inner-box:before {
  content: "0"counter(slides-num) "";
  position: absolute;
  left: 45px;
  top: 50px;
  font-size: 38px;
  line-height: 1em;
  color: #aeabab;
  /*! opacity: 0.07; */
  font-family: var(--thm-font);
  font-weight: 300;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
}

.service-block .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px;
  background: #eaeaea;
  min-height: 100%;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block .inner-box:hover {
  background: var(--mainColor);
}

.service-block .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 100px;
  height: 80%;
  background: #530425;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(0deg) scaleX(0);
  transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .bottom-curve {
  -webkit-transform: skewX(-35deg) scaleX(1);
  transform: skewX(-35deg) scaleX(1);
}

.service-block .inner-box .count {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1em;
  color: #ffffff;
  opacity: 0.07;
  margin-bottom: 40px;
}
.service-block .inner-box .icon-box img
{
  width: 106px;
  height: auto;
}
.service-block .inner-box .icon-box {
  position: absolute;
  right: 30px;
  top: 50px;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .icon-box {
  color: var(--thm-black);
}

.service-block .inner-box h6 {
  position: relative;
  margin: 0;
  margin-top: 90px;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
}

.service-block .inner-box h6 a {
  color: var(--mainColor);
  font-weight: bold;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
}

.svspe .row .service-block .inner-box:hover:before,
.service-block .inner-box:hover .count,
.service-block .inner-box:hover h6,
.service-block .inner-box:hover h6 a {
  color: var(--thm-black);
}

.service-block .inner-box h6 a:hover {
  text-decoration: underline;
}

/* service three block */
.service-block-three {
  padding-top: 90px;
}

.service-block-three__single {
  margin-top: 30px;
  background-color: #eff1f4;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three__single:hover {
  background-color: var(--thm-base);
}

.service-block-three__single .icon-box span {
  font-size: 64px;
  color: var(--thm-base);
  margin-right: 40px;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three__single:hover .icon-box span {
  color: #fff;
}

.service-block-three__single h6 {
  margin: 0;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three__single:hover h6 {
  color: #fff;
}

.service-block-three__single h6 a {
  color: inherit;
}
.btnspace
{
  margin: 40px 0
}
.btnspace a
{
  background: var(--mainColor);
  padding: 5px 30px;
  border-radius: 20px;
  color:white;
  transition: .5s
}
.btnspace a:hover
{
  box-shadow: 0px 10px 10px 10px rgba(0,0,0,.11)
}.choosing-reason {
  padding: 120px 0;
  background: url("../img/choosing-reason-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .choosing-reason:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: -1;
    opacity: .88; }
  .choosing-reason .part-text h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 52px;
    color: #fff;
    margin-bottom: 23px;
    margin-top: -9px; }
    .choosing-reason .part-text h2 .special {
      display: inline-block;
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-weight: 900;
      background-image: -webkit-linear-gradient(21deg, #005cea 0%, #00c5fb 100%);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text; }
  .choosing-reason .part-text h6 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #e5e5e5;
    margin-bottom: 23px;
    max-width: 500px; }
  .choosing-reason .part-text p {
    font-size: 16px;
    line-height: 26px;
    color: #d4d4d4;
    margin: 0;
    max-width: 500px; }
  .choosing-reason .part-reasons {
    margin-left: 30px; }
    .choosing-reason .part-reasons .single-feature {
      text-align: center;
      background: rgba(255, 255, 255, 0.1);
      padding: 30px 25px;
      position: relative;
      z-index: 2;
      margin-bottom: 16px; }
      .choosing-reason .part-reasons .single-feature:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(21deg, #005cea 0%, #00c5fb 100%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        opacity: 0;
        z-index: -1; }
      .choosing-reason .part-reasons .single-feature:hover:after {
        opacity: 1; }
      .choosing-reason .part-reasons .single-feature:hover p {
        color: #fff; }
      .choosing-reason .part-reasons .single-feature h3 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 16px; }
      .choosing-reason .part-reasons .single-feature p {
        color: #d4d4d4;
        font-weight: 500;
        line-height: 26px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .choosing-reason .part-reasons .this-row {
      margin: 0 -8px -16px; }
      .choosing-reason .part-reasons .this-row .col-lg-6 {
        padding: 0 8px; }

.choosing-reason-2 .this-container {
  overflow: hidden; }

.choosing-reason-2 .single-reason:hover .part-head span.number {
  color: #fff; }
  .choosing-reason-2 .single-reason:hover .part-head span.number:after {
    opacity: 1; }

.choosing-reason-2 .single-reason .part-head {
  text-align: center;
  position: relative;
  margin-bottom: 50px; }
  .choosing-reason-2 .single-reason .part-head:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1140px;
    height: 4px;
    background: #d0e5fb; }
  .choosing-reason-2 .single-reason .part-head span.number {
    display: inline-block;
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    width: 70px;
    height: 70px;
    border: 1px solid #d0e5fb;
    text-align: center;
    line-height: 68px;
    border-radius: 50%;
    /*! background: #fff; */
    position: relative;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .choosing-reason-2 .single-reason .part-head span.number:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: var(--mainColor);
      opacity: 0;
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border-radius: 50%; }

.choosing-reason-2 .single-reason .part-body {
  border: 1px solid #d0e5fb;
  padding: 50px 25px 40px;
  text-align: center; }
  .choosing-reason-2 .single-reason .part-body h3 {
    font-size: 26px;
    line-height: 34px;
    color: white;
    font-weight: 700;
    margin-bottom: 16px; }
  .choosing-reason-2 .single-reason .part-body p {
    color: #c6c6c6;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0; }

.choosing-reason-2.choosing-reason-3 {
  /*! margin-top: -38px; */
  position: relative;
  z-index: 3;
  background: #282727;
  padding: 90px 0;
}
  .choosing-reason-2.choosing-reason-3 .single-reason {
    position: relative; }
    .choosing-reason-2.choosing-reason-3 .single-reason:after {
      position: absolute;
      content: '';
      left: 50%;
      margin-left: -5px;
      top: 100px;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      background: var(--mainColor);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .choosing-reason-2.choosing-reason-3 .single-reason .part-head:after {
      display: none; }
    .choosing-reason-2.choosing-reason-3 .single-reason .part-body {
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .choosing-reason-2.choosing-reason-3 .single-reason:hover:after {
      opacity: 1;
      top: 120px; }
    .choosing-reason-2.choosing-reason-3 .single-reason:hover .part-body {
      border-color: var(--mainColor); }

.choosing-reason-4 {
  padding-bottom: 120px; }
  .choosing-reason-4 .part-img {
    height: 100%;
    background: url("../img/choosing-reason-img.jpg") center center no-repeat;
    background-size: cover; }
  .choosing-reason-4 .part-reasons {
    background: #f6fcff;
    border: 1px solid #e8f3fd;
    padding: 30px;
    margin-left: -25px; }
    .choosing-reason-4 .part-reasons .row {
      margin: 0 -10px; }
      .choosing-reason-4 .part-reasons .row .col-xl-6 {
        padding: 0 10px; }
      .choosing-reason-4 .part-reasons .row .col-xl-6:nth-last-of-type(-n+2) .single-reason {
        margin-bottom: 0; }
    .choosing-reason-4 .part-reasons .single-reason {
      border: 1px solid #d0e5fb;
      background: #fff;
      padding: 45px 25px 41px;
      text-align: center;
      margin-bottom: 20px; }
      .choosing-reason-4 .part-reasons .single-reason h3 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 700;
        color: #222222;
        margin-bottom: 15px; }
      .choosing-reason-4 .part-reasons .single-reason p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        color: #72839a;
        margin: 0; }

.choosing-reason-service-page {
  padding-bottom: 120px; }

.counter-section{
	position:relative;
	overflow:hidden;
}

.counter-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-position:center center;
	background-repeat:repeat-x;
}

.counter-section .inner-container{
	position:relative;
	/*! margin-right:-180px; */
	background-color:var(--mainColor);
	padding: 40px 0;
}

.counter-section .inner-container:before{
	position:absolute;
	content:'';
	left:95%;
	top:0px;
	bottom:0px;
	width:150%;
	background-color:var(--mainColor);
}

.counter-block{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.counter-block .inner-block{
	position:relative;
	text-align: center;
	margin: 10px 0;
}

.counter-block .counter{
	position:relative;
	line-height:1em;
	color:white;
	font-size:50px;
	font-family: var(--font-family-Jost);
}

.counter-block .counter-text:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:21px;
	height:21px;
	background:url(../images/icons/stars.png);
	background-repeat:no-repeat;
}

.counter-block .counter-text{
	position:relative;
	font-weight:600;
	color:#d7d5d5;
	font-size:18px;
	text-transform:uppercase;
	margin-top:var(--margin-top-10);
	padding-left:var(--padding-left-30);
	font-family: var(--font-family-Jost);
}

.counter-section.style-two{
	padding-bottom:var(--padding-bottom-30);
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container{
	background-color:var(--color-three);
}

.counter-section.style-two .inner-container:before{
	display:none;
}

.counter-section.style-two .counter-block .counter{
	color:var(--color-two);
}

.counter-section.style-two .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-two .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}

.counter-section.style-three{
	padding:80px 0px 50px;
	background-color:var(--color-two);
}

.counter-section.style-three .inner-container{
	margin-right:0px;
	background:none;
	padding:0px;
}

.counter-section.style-three .counter-block .counter-text{
	color:var(--main-color);
}

.counter-section.style-three .inner-container:before{
	display:none;
}

.counter-section.style-three .counter-block .counter-text:before{
	background:url(../images/icons/stars-1.png);
}
.features-style1-area {
    position: relative;
    display: block;
}

.features-style1__content {
    position: relative;
    display: block;
    z-index: 10;
}

.features-style1__content ul {
    position: relative;
    display: flex;
    background: #ffffff;
    padding: 0 50px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: -60px;
    z-index: 10;
}

.features-style1__content ul li {
    position: relative;
    display: block;
    padding: 0 20px;
    padding-top: 54px;
    padding-bottom: 45px;
    max-width: 33.333333%;
    width: 100%;
}

.features-style1__content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: var(--thm-primary);
    transform: scaleX(0);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.features-style1__content ul li:hover:before {
    transform: scaleX(1.0);
}

.single-features-style1 {
    position: relative;
    display: block;
    padding-left: 75px;
}

.single-features-style1 .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    padding-top: 10px;
}

.single-features-style1 .icon-holder .box {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--thm-base-rgb), .10);
    transition: all 500ms ease;
}

.single-features-style1:hover .icon-holder .box {
    background-color: var(--thm-primary);
}

.single-features-style1 .icon-holder span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 65px;
    line-height: 65px;
    transform: scale(1.0);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-features-style1:hover .icon-holder span:before {
    color: var(--thm-black);
    transform: scale(0.9);
}


.single-features-style1 .text-holder {
    position: relative;
    display: block;
    padding-top: 7px;
    padding-left: 10px;
}

.single-features-style1 .text-holder h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px;
}

.single-features-style1 .text-holder h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style1 .text-holder h3 a:hover {
    color: var(--thm-primary);
}

.single-features-style1 .text-holder p {
    margin: 0;
}
.whyus
{
 background: #fff; ;
padding:0px 0;
margin-bottom: 0 !important;
 padding: 40px 0;
}
.whyus .box
{
margin: 5px;
text-align: center;
padding: 10px;
}
.whyus .box img
{
width: 70px !important;
height: 70px !important;
margin-bottom: 5px;
border: 1px solid var(--mainColor) !important;
}

.whyus .box svg path
{
  fill:#f4c020;
}
.whyus .box h1
{
font-size: 19px;
text-transform: capitalize;
color: #151414;
font-size: 14px !important;
text-transform: uppercase;
font-weight: bold !important;
}
.whyus .box p
{
color: rgba(15, 15, 15, 0.61);
font-size: 14px;
margin-top: 10px;
}
.whyus .box:hover h1
{
color: #fff;
transition: .5s
}.services-section{
	position:relative;
}

.services-section .icon-one{
	position:absolute;
	left:30px;
	bottom:0px;
	width:350px;
	height:224px;
	background-repeat:no-repeat;
}

.services-section .icon-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:146px;
	height:317px;
	background-repeat:no-repeat;
}

/* Services Block */

.services-block{
	position:relative;
	margin-bottom:35px;
}

.services-block .inner-box{
	position:relative;
	padding:30px 35px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background: #cccccc17;
	border-radius: 20px;
	overflow: hidden;
}

.services-block .inner-box .border-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:2px;
	background-color:var(--mainColor);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box .border-one:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:2px;
	height:0px;
	background-color:var(--mainColor);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box:hover .border-one:before{
	width:100%;
}

.services-block .inner-box:hover .border-one:after{
	height:100%;
}

.services-block .inner-box .border-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:2px;
	height:0px;
	background-color:var(--mainColor);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box .border-two:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:var(--mainColor);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box:hover .border-two:before{
	height:100%;
}

.services-block .inner-box:hover .border-two:after{
	width:100%;
}

.services-block .inner-box .content{
	position:relative;
	padding-left:60px;
	text-align: right;
}

.services-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	color:white;
	font-size:20px;
	line-height:40px;
	text-align:center;
	font-weight:400;
	background-color:var(--mainColor);
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background: var(--mainColor);
	border-radius: 10px;
}

.services-block .inner-box .content h6{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1em;
	margin-bottom:10px;
	font-size: 36px;
}

.services-block .inner-box .content h6 a{
	position:relative;
	color:var(--mainColor);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-size: 20px;
}

.services-block .inner-box .content h6 a:hover{
	color:#d4a96d;
}

.services-block .inner-box .content .text{
	position:relative;
	color:#fff;
	font-size:19px;
	line-height:1em;
}.services-block .inner-box .content .text p{
  font-size: 15px !important;
}

.services-block.style-two .inner-box{
	background-color:#252120;
}

.sec-img .expr-box {
  display: inline-block;
  border: 5px solid var(--mainColor);
  padding: 30px 60px 30px 30px;
}

.sec-img .expr-box h2 {
  position: relative;
  display: inline-block;
  z-index: 3;
  color: wheat;
}

.sec-img .expr-box h2:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--mainColor);
  opacity: .5;
  z-index: -1;
}

.thecontainer {
  width: 300%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.panel {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.mmetp:before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #1c1c1ce0;
  top: 0;
  left: 0
}
.boxspec{
  padding: 40px 10px;
  background: #ffffff30;
  height: 250px;
  border-radius: 20px;
  transition: .5s;
  margin: 5px 0;
}
.boxspec:hover{
  background: var(--mainColor) !important;
  color:white !important
}
.boxspec h1
{
  color: white;;

}
.boxspec img
{
  width: 50px;
  height: 50px;
  margin-bottom: 10px
}
.mmpredd a
{
  color: black !important
}
form .btn
{
  text-align: center !important;
}

.spds
{
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  padding: 40px

}
.isti h5
{
  background: #8d292d29;
  color: var(--mainColor);
  text-align: right;
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 29px;
  font-size: 18px
}
.isti form label
{
  text-align: right;
  display: block;
  direction: rtl
}
.isti form input, .isti form select
{
  height: 40px ;
  text-align: right;
  margin-bottom: 20px !important;
}
.radionb input
{
  width: 15px !important;;
  height: 15px !important;

}
.sideSocial {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: end;
    direction: ltr;
    display: none;
    a {
        width: 36px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--mainColor);
        color: white;
        background-color: $mainColor;
        &:first-child {
            border-top-right-radius: 16px;
        }
        &:last-child {
            border-bottom-right-radius: 16px;
        }
        &:hover {
            border-radius: 0 16px 16px 0;
            width: 48px;
            &.facebook {
                background: #4267b2;
            }
            &.twitter {
                background: #1da1f2;
            }
            &.instagram {
                background: var(--mainColor);
            }
            &.snapchat {
                background: #fffc00;
                color: #000;
            }
        }
    }
}

.support {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    background-color: #00857b;
    border-radius: 1000px;
    padding: 5px;
    .supportBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 50px;
        min-height: 50px;
        border-radius: 50%;
        background-color: $mainColor;
        box-shadow: $BigShadow;
        cursor: pointer;
        transition: $transition;
        i {
            font-size: 20px;
            color: $white-color;
        }
    }
    .links {
        display: none;
        a {
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 50px;
            min-height: 50px;
            border-radius: 50%;
            background-color: $white-color;
            box-shadow: $BigShadow;
            margin-bottom: 10px;
            cursor: pointer;
            i {
                font-size: 24px;
                color: $white-color;
            }
            &.whatsapp {
                background-color: #25d366;
            }
            &.call {
                background-color: #34b7f1;
            }
        }
    }
   &:hover {
     .links {
        display: block;
       }
    }
}

.sideSocial {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: end;
    direction: ltr;
    display: none;
    a {
        width: 36px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: $mainColor;
        color: $white-color;
        background-color: $mainColor;
        &:first-child {
            border-top-right-radius: 16px;
        }
        &:last-child {
            border-bottom-right-radius: 16px;
        }
        &:hover {
            border-radius: 0 16px 16px 0;
            width: 48px;
            &.facebook {
                background: #4267b2;
            }
            &.twitter {
                background: #1da1f2;
            }
            &.instagram {
                background: #8a3ab9;
            }
            &.snapchat {
                background: #fffc00;
                color: #000;
            }
        }
    }
}
.item span
{
  background: var(--mainColor);
  color:white;
  padding: 2px 17px;
  border-radius: 5px;
  font-size: 13px
}
.fa-link, .fa-plus, .fa-bars, .fa-long-arrow-alt-right, .fa-phone, .fa-support, .fa-file, .fa-search,.fa-times, .fa-clock
{
  font-family: "Font Awesome 5 Free" !important
}
#main .fa
{
  font-family: "Font Awesome 5 free" !important

}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 0;
  justify-content: space-evenly;
  justify-items: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

.card-item-yellow {
  color: #f1a01f;
  position: relative;
  width: 100%;
}

.card-item-orange {
  color: #f26723;
  position: relative;
  width: 100%;
}

.card-item-pcblue {
  color: #1395d3;
  position: relative;
  width: 100%;
}

.card-item-green {
  color: #a5b038;
  position: relative;
  width: 100%;
}

.timeline::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 75%;
  background-color: #d5d5d5;
  top: 38%;
  z-index: -1;
}

.subcard {
  position: absolute;
  padding: 1.5em;
  background: #fdfdfd;
  color: black;
  box-shadow: 4px 4px 8px #d9d9d9fc;
  margin: 3.8em 1.5rem;
  width: -webkit-fill-available;
}

span.circle-custom.fa.fa-stack.fa-2x::after {
  display: block;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0dd";
  font-size: 1.5em;
  color: #d5d5d5;
}
.section-paddding {
  padding: 1em 2em;
}
.section-margin {
  margin: 1em 2em;
}
header {
  /*! margin-bottom: 4rem; */
}
@media (max-width: 830px) {
  .timeline {
    display: block !important;
  }
  .subcard {
    position: static !important;
    display: block;
    box-shadow: 0 0 0;
    background: #0000006b;
  }
  .timeline{
    position: relative
  }
  .timeline::after {
    bottom: 0;
    transform: rotate(90deg);
    width: 200%;
    left: -50%
  }
}
.timeline .active
{
  background-color: #26bf69 !important
}
.timeline .active strong
{
  color: white !important
}
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

.fade-in-up.delay {
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

    h1.section-title {
      padding-bottom: 10px;
      margin-bottom: 40px;
      font-weight: bold;
      color: #ebe9cf;
    }

    .exhibit-img {
      border-radius: 8px;
      width: 100%;
    }

    .exhibit-title {
      font-size: 1.4rem;
      font-weight: bold;
      color: #ebe9cf;
    }

    .exhibit-date {
      font-size: 0.9rem;
      color: #ddd9d9;
    }

    .exhibit-description {
      font-size: 1rem;
      line-height: 1.7;
      direction: rtl;
      margin-bottom: 13px;
      color: white;
    }

    .btn-outline-dark {
      border-radius: 25px;
      color: #ebe9cf;
    }

    .exhibit-card {
      border-bottom: 1px solid #dddddd3b;
      padding-bottom: 30px;
      margin-bottom: 30px;
      text-align: right;
      background: ;
    }
.morebtn a{
   background: #ebe9cf;
   color: black;
   padding: 10px 40px;
   border-radius: 10px;
}
.posts_fimly{
   position: relative
}
.posts_fimly::before{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #14150fcf;
   top: 0;
   left: 0;
   content: '';
}
.news-box {
       border-radius: 6px;
       overflow: hidden;
       transition: box-shadow 0.3s ease;
       cursor: pointer;
       text-align: right;
       padding-bottom: 14px;
   margin: 10px 0
   }
.news-box p{
   margin-right: 5px;
   color: black;
   direction: rtl;
}
   .news-box:hover {
       box-shadow: 0 8px 16px rgba(0,0,0,0.2);
   }
   .image-wrapper {
       position: relative;
       overflow: hidden;
   }
   .news-img {
       width: 100%;
       height: 200px;
       object-fit: cover;
       display: block;
       transition: transform 0.3s ease;
   }
   .news-box:hover .news-img {
       transform: scale(1.05);
   }
   .more-btn {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       background-color: rgb(235, 233, 207);
       color: #2f2d2d;
       padding: 8px 20px;
       border-radius: 20px;
       font-weight: bold;
       opacity: 0;
       transition: opacity 0.3s ease;
       pointer-events: none;
       user-select: none;
       white-space: nowrap;
   }
   .image-wrapper:hover .more-btn {
       opacity: 1;
       pointer-events: auto;
   }
   .news-title {
       padding: 5px;
       font-weight: bold;
       font-size: 1.1rem;
       text-align: right;
   }
.spouse-box
{
   border: unset!important;
}
.spouse-box h6
{
   color: var(--mainColor) !important;
   font-size: 13px !important;
}
.mempopud
{
   position: fixed !important;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: #28272763;
}
.mempopud .mem_content{
   background: white;
   text-align: right;
   padding-bottom:40px;
   margin-top: 60px;

}
.mempopud img{
   margin-bottom: 30px;
   height: 300px;
   object-fit: cover;

}
.mempopud .content
{
   padding: 30px
}
.mempopud a{
   display: block;
   text-align: center;
   color: #f25757;
   font-weight: bold;
   cursor: pointer;
   padding: 00px;
}
#chart-container {
    width: 600px;
    margin: auto;
  }#chart-container ul {
  list-style-type: none;
  padding-left: 20px;
}
#chart-container li {
  margin: 10px 0;
  position: relative;
}
.node {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
  background: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.node.spouse {
  margin-left: 15px;
  background: #e8f4fc;
}
.node img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.node span {
  vertical-align: middle;
  font-weight: 500;
  display: block;
  color: black;
  font-size: 14px;
}
.veiwtypes_btn svg
{
   width: 33px;
   height: 33px;
   background: var(--mainColor);
   padding: 6px;;
   border-radius: 5px;
   border: unset
}
.veiwtypes_btn ul{
   justify-content: center
}
.veiwtypes_btn li{
   justify-content: center
}
.mm_box
{


  cursor: pointer;
}
.spous
{
   margin:0px 3px
}
  #titanicChart {
    cursor: pointer;
  }
  .footer a{
    color: black !important
  }
  body {
    background: linear-gradient(135deg, #1a2a6c, #2c3e50);
    min-height: 100vh;
    padding: 20px;
    color: #fff;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  header {
    text-align: center;
    padding: 25px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 2.8rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
  }

  .subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
  }

  .chart-container {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  #chartdiv {
    width: 100%;
    height: 700px;
  }

  .controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .btn {
    background: linear-gradient(to right, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
  }

  .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }

  .btn:active {
    transform: translateY(1px);
  }

  .btn-reset {
    background: linear-gradient(to right, #2ecc71, #27ae60);
  }

  .id-display {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 1.1rem;
  }

  .id-display strong {
    color: #f1c40f;
    font-size: 1.3rem;
  }

  .info-panel {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 25px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .info-panel h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .feature:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
  }

  .feature .icon {
    background: rgba(52, 152, 219, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #3498db;
    flex-shrink: 0;
  }

  .feature h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .feature p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.5;
  }

  footer {
    text-align: center;
    padding: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin-top: 20px;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    background: linear-gradient(135deg, #1a2a6c, #2c3e50);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .modal h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .modal p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    margin-bottom: 25px;
  }

  .modal strong {
    color: #f1c40f;
    font-size: 2.5rem;
    display: block;
    margin: 15px 0;
  }

  .close-modal {
    background: #3498db;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
  }

  .close-modal:hover {
    background: #2980b9;
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    h1 {
      font-size: 2.2rem;
    }

    .subtitle {
      font-size: 1.1rem;
    }

    #chartdiv {
      height: 500px;
    }

    .btn {
      padding: 10px 20px;
      font-size: 14px;
    }

    .features {
      grid-template-columns: 1fr;
    }
  }

  .instructions {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
  }

  .instructions h3 {
    color: #f1c40f;
    margin-bottom: 15px;
  }

  .instructions ul {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
  }

  .instructions li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .instructions i {
    color: #3498db;
  }

  .debug-info {
    background: rgba(0,0,0,0.3);
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
  }

  .success-message {
    background: rgba(46, 204, 113, 0.2);
    border: 1px solid #2ecc71;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin: 15px 0;
  }
  .profile-container {
         max-width: a;
         margin: 20px auto;
         /*! background: #fff; */
         border-radius: 16px;
         box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
         overflow: hidden;
         text-align: center;
         padding: 30px;
     }

     .profile-container img {
         width: 140px;
         height: 140px;
         border-radius: 50%;
         object-fit: cover;
         border: 4px solid #007bff;
         margin-bottom: 20px;
     }

     .profile-container h2 {
         margin: 0;
         font-size: 24px;
         color: #333;
     }

     .profile-container p {
         color: #666;
         margin: 10px 0;
     }

     .profile-container .info {
         margin-top: 20px;
         text-align: right;
         font-size: 13px !important;
     }

     .info strong {
         display: inline-block;
         width: auto;
         margin-left: 14px !important;
     }

     .descr {
         background: #f9f9f9;
         padding: 15px;
         margin-top: 20px;
         border-radius: 8px;
         font-size: 15px;
         line-height: 1.6;
     }

         body {
           background: linear-gradient(135deg, #1a2a6c, #2c3e50);
           min-height: 100vh;
           padding: 20px;
           color: #fff;
         }

         .container {
           max-width: 1200px;
           margin: 0 auto;
           display: flex;
           flex-direction: column;
           gap: 20px;
         }

         header {
           text-align: center;
           padding: 25px;
           background: rgba(255, 255, 255, 0.08);
           border-radius: 15px;
           box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
           backdrop-filter: blur(5px);
           border: 1px solid rgba(255, 255, 255, 0.1);
         }

         h1 {
           color: #fff;
           margin-bottom: 10px;
           font-size: 2.8rem;
           text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
           font-weight: 700;
         }

         .subtitle {
           color: rgba(255, 255, 255, 0.85);
           font-size: 1.3rem;
           max-width: 700px;
           margin: 0 auto;
         }

         .chart-container {
           background: rgba(255, 255, 255, 0.08);
           border-radius: 15px;
           box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
           overflow: hidden;
           padding: 15px;
           backdrop-filter: blur(5px);
           border: 1px solid rgba(255, 255, 255, 0.1);
         }

         #chartdiv {
           width: 100%;
           height: 700px;
         }

         .controls {
           display: flex;
           justify-content: center;
           gap: 15px;
           flex-wrap: wrap;
           margin-bottom: 15px;
         }

         .btn {
           background: linear-gradient(to right, #3498db, #2980b9);
           color: white;
           border: none;
           padding: 12px 25px;
           font-size: 16px;
           border-radius: 50px;
           cursor: pointer;
           transition: all 0.3s ease;
           box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
           display: flex;
           align-items: center;
           gap: 8px;
           font-weight: 600;
         }

         .btn:hover {
           transform: translateY(-3px);
           box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
         }

         .btn:active {
           transform: translateY(1px);
         }

         .btn-reset {
           background: linear-gradient(to right, #2ecc71, #27ae60);
         }

         .id-display {
           text-align: center;
           margin-top: 20px;
           padding: 15px;
           background: rgba(0, 0, 0, 0.2);
           border-radius: 10px;
           font-size: 1.1rem;
         }

         .id-display strong {
           color: #f1c40f;
           font-size: 1.3rem;
         }

         .info-panel {
           background: rgba(255, 255, 255, 0.08);
           border-radius: 15px;
           box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
           padding: 25px;
           backdrop-filter: blur(5px);
           border: 1px solid rgba(255, 255, 255, 0.1);
         }

         .info-panel h2 {
           color: #fff;
           margin-bottom: 20px;
           font-size: 2rem;
           text-align: center;
           text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
         }

         .features {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
           gap: 20px;
         }

         .feature {
           display: flex;
           align-items: flex-start;
           gap: 15px;
           padding: 20px;
           background: rgba(255, 255, 255, 0.05);
           border-radius: 12px;
           transition: transform 0.3s ease;
         }

         .feature:hover {
           transform: translateY(-5px);
           background: rgba(255, 255, 255, 0.1);
         }

         .feature .icon {
           background: rgba(52, 152, 219, 0.2);
           width: 50px;
           height: 50px;
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           font-size: 1.5rem;
           color: #3498db;
           flex-shrink: 0;
         }

         .feature h3 {
           color: #fff;
           margin-bottom: 8px;
           font-size: 1.3rem;
         }

         .feature p {
           color: rgba(255, 255, 255, 0.8);
           font-size: 1rem;
           line-height: 1.5;
         }

         footer {
           text-align: center;
           padding: 25px;
           color: rgba(255, 255, 255, 0.7);
           font-size: 1rem;
           margin-top: 20px;
         }

         .modal {
           display: none;
           position: absolute;
           top: 0;
           left: 0;
           width: 100%;
           height: 100%;
           background: rgba(0, 0, 0, 0.8);
           z-index: 1000;
           justify-content: center;
           align-items: center;
         }

         .modal-content {
           background: linear-gradient(135deg, #1a2a6c, #2c3e50);
           padding: 30px;
           border-radius: 15px;
           text-align: center;
           max-width: 500px;
           width: 90%;
           box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
         }

         .modal h2 {
           color: #fff;
           margin-bottom: 20px;
           font-size: 21px;
         }

         .modal p {
           color: white;
           font-size: 14px;
           /*! margin-bottom: 25px; */
         }
.modal .descr p{
   color: black !important;
}

         .modal strong {
           color: var(--mainColor);
           font-size: 14px;
           /*! display: block; */
           margin: 15px 0;
         }

         .close-modal {
           background: #3498db;
           color: white;
           border: none;
           padding: 12px 30px;
           font-size: 1.1rem;
           border-radius: 50px;
           cursor: pointer;
           transition: all 0.3s ease;
           font-weight: 600;
         }

         .close-modal:hover {
           background: #2980b9;
           transform: translateY(-2px);
         }

         @media (max-width: 768px) {
           h1 {
             font-size: 2.2rem;
           }

           .subtitle {
             font-size: 1.1rem;
           }

           #chartdiv {
             height: 500px;
           }

           .btn {
             padding: 10px 20px;
             font-size: 14px;
           }

           .features {
             grid-template-columns: 1fr;
           }
         }

         .instructions {
           background: rgba(255, 255, 255, 0.08);
           border-radius: 15px;
           padding: 20px;
           margin-top: 20px;
           text-align: center;
         }

         .instructions h3 {
           color: #f1c40f;
           margin-bottom: 15px;
         }

         .instructions ul {
           list-style: none;
           padding: 0;
           max-width: 600px;
           margin: 0 auto;
         }

         .instructions li {
           margin: 10px 0;
           display: flex;
           align-items: center;
           justify-content: center;
           gap: 10px;
         }

         .instructions i {
           color: #3498db;
         }

         .debug-info {
           background: rgba(0,0,0,0.3);
           padding: 15px;
           border-radius: 10px;
           margin-top: 20px;
           font-size: 14px;
         }

         .success-message {
           background: rgba(46, 204, 113, 0.2);
           border: 1px solid #2ecc71;
           padding: 15px;
           border-radius: 10px;
           text-align: center;
           margin: 15px 0;
         }
         .btn-rotate {
           background: #9b59b6;
         }

         .btn-rotate:hover {
           background: #8e44ad;
         }

         .rotation-controls {
           display: flex;
           justify-content: center;
           gap: 10px;
           margin-top: 15px;
         }

         .rotation-speed {
           background: #f8fafc;
           padding: 10px 20px;
           border-radius: 30px;
           display: flex;
           align-items: center;
           gap: 10px;
         }

         .rotation-speed label {
           font-weight: bold;
         }

         .rotation-speed input {
           width: 120px;
         }
