/*f.subline .dropdown .drop-btn FbacFa:hover{text-decoration: none;}*/
/*@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');*/

*{
  font-family: 'ProximaNova', sans-serif;

}
#loading{
    width:100%;
    height:100%;
}
#loading video{
    width:100%;
    height:100%;
}
body{  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 5.34443px; 
}
 .row.margg {
padding: 0px 20px;
}
.crumb {
    padding: 20px 0px;
}
#about .articleSec article .seeMore {
    margin-top: 20px;
}

#sy-whatshelp {
  left: 25px;
  bottom: 25px;
  position: fixed;
  z-index: 9999;
}

#sy-whatshelp a {
  position: relative;
}

#sy-whatshelp a.sywh-open-services {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #119bf4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
  line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
  display: none;
}

#sy-whatshelp .sywh-services {
  width: 55px;
  height: auto;
}

#sy-whatshelp .sywh-services a {
  display: none;
}

#sy-whatshelp .sywh-services a i {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a.email i {
  background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#sy-whatshelp .sywh-services a.messenger i {
  background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
  background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
  background-color: #2fa3d6;
}

#sy-whatshelp .sywh-services a.facebook i {
  background-color: #39569a;
}

.sywh-open-services:hover::before,
.sywh-open-services:hover::after{
    /*display: block;*/
    opacity: 1 !important;
}

.sywh-services a[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 10%;
  right: 100%;
  margin-top: 15px;
  margin-right: 4px;
}

/*.sywh-services a.call::after{*/
/*    top: 50% !important;*/
/*}*/
.sy-whatshelp>a::after{
    top: 50%;
    border-left-color: #000;
    border-right: none;
    /*top: 10%;*/
    right: 100%;
    margin-top: -6px;
    margin-right: 4px;
}

.sywh-open-services {
    background: #129bf4;
    color: white;
    width: 135px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    border-radius: 35px;
    border: 1px solid #129bf4;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(18, 155, 244, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(18, 155, 244, 0.4), 0 0 0 20px rgba(18, 155, 244, 0.2);
    }

}

.seeMore:hover i {
    margin-left: 15px;
}
.seeMore i {
    margin: -1.3px 0 0 15px;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}.seeMore {
    display: flex;
    align-items: center;
    color: #f5b500;
    font-size: 16px;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}
.staticContent img:first-child{
    display:none;
}
.staticContent .quote img{display:block;}
.staticContent{
    font-size: 16px;
    line-height: 24px;
}
.static-page::before{   
content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 390px !important;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
    background: linear-gradient( 
179deg
 , rgba(0, 0, 0, 0.75), transparent);
    z-index: 1;

}

.staticContent.career_content{
    display: block;
}

.staticContent.career_content h3{
    font-size: 22px;
    font-weight: bold;
}

.staticContent.career_content .quote{
    font-size: 18px;
}

.staticContent.career_content img{
    display: block;
    width: 30%;
    float: right;
}

.copyright .slider_wp{
    font-size: 30px;
    color: #b88941;
    margin-right: 7px;
    position: relative;
    top: 4px;
}

.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}
.phon i{
    font-size: 20px;
    margin-left: -13px;
    margin-bottom: 7px;
}
/*Video*/

.video {
    position: relative;
    background-color: rgb(32 139 145);
    transition-duration: 500ms;
    display: inline-block;
    height: 100% !important;
}
.video:hover .play{opacity:0.9;}
.video:hover .small-circ img,.video:hover .big-circ img{
    transform:scale(1.1);
}
.video-wrap {
    width: 100%;
    opacity: 0.4;
    height: 100%;
    object-fit: cover;
}

.video-wrapper video{
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-video{
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    bottom: 40px;
    right: 0;
    z-index: 99;
    padding: 0 18em 0 12em;
}

.mute {
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    right: 0;
    padding: 0;
}
.video-wrapper {
    position: relative;
    max-height: 100vh;
    height: 100vh;
}

/* Dropdown Mehsullar */
.open{
    position:relative;
}
.open:hover .custom-dropdown{
    opacity:1;
    visibility:visible;
}
.custom-dropdown{
    position:absolute;
    left:100%;
    top:0;
    opacity:0;
    visibility:hidden;
    display: flex;
    flex-direction:column;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #705538f2;
    backdrop-filter: blur(100px);
    transition:.2s;
}
.custom-dropdown a{
    font-size:15px;
    color:#fff;
    text-transform:uppercase;
    padding:10px 32px;
}
.custom-dropdown a:hover{
    background-color:#fff;
}
.info{
    margin: 20px;
}
 .info table td:nth-child(1) {
    width: 50%;
    font-size: 25px;
    text-align: left;
}
  .info table td:nth-child(2) {
    width: 50%;
    font-size: 25px;
    text-align: right;
}
  .info table td {
    padding: 15px 50px;
}
.info img{
    width: 100%;}
    
.info table {
    width: 40% !important;
    margin: auto;
    margin-top: 90px;
}
    .info table tr:nth-child(odd) {
    background-color: #fcfcfc;
}
/*Aksiya*/
.active-crumb {
    color: #b3945b;
    border-bottom: 2px solid #b3945b !important;
    font-weight: bold;
    transition: 500ms all ease;
}
.crumb-link {
    padding: 0px 8px;
    display: inline-block;
    color: #333;
    font-size: 12px;
    align-self: center;
    color: #5f576b;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-right: 10px;
}
/*Melumat*/
.companyBox{
    transition: 500ms all ease;
}
.companyBox img{
    border-radius: 5px 5px 0 0;
    width: 100%;
    transition: 700ms all ease;
    height: 400px;
    object-fit: cover;
    
}
.gallerypage img:first-child {
    display:block;
}

.gallerypage img{
    width:350px;
    height: 413px;
    object-fit: cover;
    transition: 0.3s ease;
    transform: scale(1.1);
}

.gallerypage a{
    overflow: hidden;
}

.gallerypage a:hover img{
    transform: scale(1);
}

.highslide {
    float: right;
    width: 30%;
    height: 428px;
    object-fit: cover;
    margin: 0 0 10px 20px;
    border-radius: 4px;
}
.info p{
    font-size:16px;
    text-align: justify;
}
.companyBox .info-p {
    margin: 0;
    min-height: 88px;
    padding: 20px 20px;
    background-color: white;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #b88941;
    font-size: 24px;
    width: calc(50% - 10px);
}
.companyBox p{
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #b88941;
    font-size: 24px;
    min-height:70px;
    background-color:#f5f5f5;
    display:flex;
    align-items:center;
    padding:0 15px;
}
.clear-b{
    clear:both;
}
.full-story img{
    width: 40%;
    padding: 30px 0px 30px 0px;
}
.full-story p{
font-size: 15px;
}
#StaticPage {    
    color: #fff;
    background-color: #fff;
    overflow: hidden;
    position: relative; 
    padding: 20px;
}
    .static-text {
    border-radius: 0 0 12px 12px;
    padding: 65px 40px;
    background-color: white;
}
.text-center {
    text-align: center;
}
#cat-page #dle-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.news-short {
    margin-bottom: 30px;
}
.pic3 a img{    
    width: 100%;
    height: 425px;
    object-fit: cover;
}
.pic3 {
    margin-bottom: 12px;
    position: relative;
}
.pic2, .pic3 {
    overflow: hidden;
}
a, a:hover {
    color: inherit;
}
.icon-wishlist {
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: translate3d(0px, 0px, 0px);
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.box3 h3, .box4 h3, #cat-page .box3 h3, #cat-page .box4 h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-family: GilroySemi;
    line-height: 22px;
    color: rgb(255, 1, 64);
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    margin: 0;
    position: static;
    transform: none;
    padding: 0;
}
#cat-page h3 {
    color: #333;
    font-size: 16px;
    transition: 500ms all ease;
    margin-bottom: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.arrow-right {
    border: solid rgb(18, 20, 22);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(
-45deg
);
    -webkit-transform: rotate(
-45deg
);
    margin-left: 4px;
    margin-bottom: 2px;
}
.box3 h4 {
    font-size: 15px;
    line-height: 1.22;
    font-family: GilroyReg;
    color: black;
}


/*Breadcurmb*/
#map {
    height: 400px;
}

.loc-content{    font-size: 13px;}
.form-part h4 {
    display: inline-block;
    margin-left: 5px;
}
.f-line {
    height: 6px;
    position: relative;
    background: #dbdbdb;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px hsl(0deg 0% 100% / 30%);
    margin: 20px 0;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group .left-circle1 {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 20px;
    color: #e8e8e8;
    font-size: 1.5em;
}
.breadCrumb .pane-title-second a {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px !important;
}
.breadCrumb .pane-title-second a:after {
    content: " ";
    display: inline-block;
    height: 5px;
    width: 5px;
    margin-left: 5px;
    background: url(/img/breadcrumb.png?v=2) no-repeat;
}
.pane-title-second,.pane-title-first{
    display: inline-block;
    margin-bottom: 0;
}
.breadCrumb .pane-title-first {
    margin-left: 5px;
    font-size: 14px;
    color: #000000;
}

/*Contact*/
.contact .container {
    padding: 25px 15px;
    border-bottom: 1px solid #d6d9db;
    font-size: 15px;
}
.headTit h2 {
    font-weight: bold;
    text-align: left;
}
.contact .container img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.contact .basof{
    font-size: 30px;
}

.contact .basof.title-ru{
    font-size: 25px;
}

/*Galery Start*/

.staticContent {
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -22px;
    margin-left: -22px;
    padding: 15px;
    padding-bottom: 30px;
}
/*.staticContent .highslide{*/
/*    flex-basis: 33.33333%;*/
/*    height: 320px;}*/
    
.highslide img {
    cursor: zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0 10px 10px;
    float: right;
    border-radius: 4px;
}
.first-highslide{
    width:100%;
}
.phone-number1{
    padding-left:10px;
}
.contact-number{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.contact-time{
    padding-left:24px;
}
.elaq i{
    color:#b88941;
}

/*Staticpage action Start*/
.page_static { margin-bottom: 60px; }
	.page_static:after { clear: both; display: block; content: ""; }
	.page_static > .text { font-size: 1.15em; }

.static-head{ 
    height: 390px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 170px 0;
    
}
.shortcontent{
    max-width: 1140px;
    margin: 0 auto;
}
.static-title {
    padding:0;
}
.content{    max-width: 1140px;
    margin: 0 auto;}
.static-title h1 {
    font-size: 3rem;
    font-weight: bold;
}

.static-title h1 {    
    font-size: 2rem !important;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

#StaticPage #dle-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.staticContent .quote .highslide {    
    float: left;
    width: 45%;}
.staticContent .quote img{
    width: 100%;
    padding-right: 25px;
    height: 100%;
    object-fit: cover;
}
.crumb i{
    font-size: 23px;
    margin: 15px;
    color: #80808063;
}
.crumb-link {
    padding: 0px 8px;
    display: inline-block;
    font-size: 12px;
    align-self: center;
    color: #cecece;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-right: 10px;
}
.crumb-link:hover{
    color: #b3945b;
}
.desc-link{
    font-size: 40px;
    padding: 12px 15px;
    color:#b88941;
    transition:0.4s;
    letter-spacing:1px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-transform: capitalize;
}
.desc-link:hover{
    color: black;
}
.active-crumb {
    border-bottom: none !important;

}
/* --- Static pages END--- */
.report-items {
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
}
.report-items .card {
  box-shadow: 0 0 4rem rgb(0 0 0 / 8%);
  border-radius: .3125rem;
  background-color: #fff;
  margin-top: 1.875rem;
  position: relative;
  overflow: hidden;
  border: 0;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card img{
    object-fit: cover;
    width: 100%;
    height: 500px;
    
}
a {
  color:#b88941;
  text-decoration: none;
  background-color: transparent;
}
.report-items .card-body {
  padding: 1.875rem 1.875rem 6.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.report-items .card-year {
  line-height: 1.125rem;
  font-size: 1.5rem;
  color: #5f576b;
  font-weight: 700;
}
.report-items .card-title {
  line-height: 1rem;
  font-size: .875rem;
  color: #5f576b;
  font-weight: 500;
}
.card-title {
  margin-bottom: .75rem;
}
.report-items .card-body .btn {
  line-height: 3.125rem;
  border-color: #eff0f2;
  font-size: .875rem;
  position: absolute;
  text-align: center;
  border-radius: 2px;
  height: 3.125rem;
  bottom: 1.875rem;
  font-weight: 700;
  right: 1.875rem;
  color: #b88941;
  left: 1.875rem;
  padding: 0;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.btn-outline-primary {
  color: #b88941;
  border-color: #b88941;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #5f576b;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.285;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a {
  color: #b88941;
  text-decoration: none;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #f2f2f2 !important; 
  border-color: #f2f2f2 !important;
}






/*Header Start*/

.shortheader {    
    background-color: transparent;
    padding: 30px 18px;
    width: 100%;
    top: 0px;
}
.video-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
    background: linear-gradient( 
179deg
 , rgba(0, 0, 0, 0.75), transparent);
    z-index: 1;
}
header {
  background-color: transparent;
  position: absolute;
  width: 100%;    
  top: 7.1em;
  padding: 0 18em 0 12em;
  z-index: 21;
  margin-top: -2.3em;
  white-space: nowrap;
  -webkit-transition: top .5s ease;
  -moz-transition: top .5s ease;
  -ms-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease; }
header nav {
    padding: 0 !important;
    background-color: transparent; }
header nav .navbar-brand {
      padding: 0 !important;
      -webkit-animation-name: MOVE-LOGO;
      animation-name: MOVE-LOGO;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
@-webkit-keyframes MOVE-LOGO {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes MOVE-LOGO {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0); }
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
header nav .navbar-brand img {
  height: 65px;}
header nav .navbar-toggler {
padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 1.3em; }
header nav .navbar-toggler .menu-title {
        font-size: 16px;
        color:white;
        text-transform: uppercase;
        margin-right: 12px;
        font-weight: 500; }
header nav .navbar-toggler .menu-icon {
        width: 50px;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #caa866;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        -ms-transition: -ms-transform 0.5s;
        -o-transition: -o-transform 0.5s;
        transition: transform 0.5s;
        z-index: 110; }
header nav .navbar-toggler .menu-icon span {
          width: 18px;
          height: 2.5px;
          background-color: #fff; }
header nav .navbar-toggler .menu-icon span:nth-child(2) {
            margin: 3px 0; }
header nav .navbar-toggler .menu-icon.close {
          background-color: #191919;
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          opacity: 1 !important;
          background-image: url("../img/close-button.png");
          background-repeat: no-repeat;
          background-size: 18px;
          background-position: center; }
header nav .navbar-toggler .menu-icon.close span {
            display: none; }
header nav .call-us {
      width: 148px;
      margin-left: 12px;
      position: relative; }
header nav .call-us .icon {
        right: -67px; }
header nav .call-us .icon::before {
          background-image: url("../img/headset.png");
          background-size: 30px;
       }
header nav .call-us .hover-text {
    padding-top:3px;
    padding-right: 42px;
    width: 187px;
}
header nav .call-us .hover-text span {
          font-size: 14px;
          font-weight: 700;
          top: 2px; }
header nav .call-us:hover::before {
        opacity: 0; }
header nav #menu .navbar-nav {
      -ms-flex-align: center;
      align-items: center; }
header nav #menu .navbar-nav .nav-item .nav-link {
        text-transform: uppercase;
        letter-spacing: 0;
        color: white;
        -webkit-transition: 300ms all ease;
        -moz-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
header nav #menu .navbar-nav .nav-item .nav-link:not(.call-us) {

  padding: 0 1.25em;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
header nav #menu .navbar-nav .nav-item .nav-link:not(.call-us):hover {
          opacity: .7; 
}

.subline {
  display: flex;
  margin: 5px 13px;
  position: relative;
  right: 0;
}

.subline .dropdown {
  width: 70px;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}

.subline .dropdown button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.subline .dropdown .drop-btn {   
  padding: 6px 8px 5px 8px;
  border: 1px solid #00000026;
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-weight: 900;
}

.subline .dropdown .drop-btn::after {
  position: relative;
  top: 2px;
}

.subline .dropdown .drop-btn img {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  object-fit: cover;
  margin-right: 5px;
}

.subline .dropdown .dropdown-menu {
  margin-top: 10px;
}

.subline .dropdown .drop-lang {
  padding: 0!important;
  min-width: 48px!important;
  background-color: #fff;
  border-radius: 10px;
  border-color: #fff;
  top: 32px;
  transition: all 0.2s ease;
  animation: show 1s;
}

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

.subline .dropdown .drop-lang .dropdown-item {
  padding: 2.5px 5px;
  transition: all 0.1s ease;
}

.subline .dropdown .dropdown-item img {
  width: 15px;
  height: 15px;
  object-fit: cover;
  margin-right: 5px;
}

.subline .dropdown .drop-lang .border-radius-style {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size:12px;
  text-align: center;
}

.subline .dropdown .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  position: relative;
  top: -6px;
  left: 18px;
}
.copyright {
    text-align:right;
}
.eld {
    display: inline-block;
    background: white;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    color: black;
    margin-left: 5px;
}
.eld:hover{
    opacity:0.7;
}
a.copp::after {
content: none !important;
}

.sagd {
    margin-right: 25px;
}
.copyright a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right:0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* main section style */
#main {
 height: 100vh;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
/* footer */ }
#main .slider {
    height: 100vh;
    position: relative; }
#main .slider .owl-item .item {
      height: 100vh;
      position: relative; }
#main .slider .owl-item .item .background {
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 4s ease-in; }
#main .slider .owl-item .item .slide-caption-wrap {
        position: absolute;
        left: 5.3125%;
        bottom: 7.40741%;
        color: #fff;
        z-index: 21; }
#main .slider .owl-item .item .slide-caption-wrap h2 {
          text-transform: uppercase;
          font-size: 11em;
          line-height: 1;
          margin-bottom: 30px;}
#main .slider .owl-item .item .slide-caption-wrap p {
          text-transform: lowercase;    
          font-size: 7em;
          line-height: 1;
          margin-bottom: 50px;}
          
#main .slider .owl-item .item .slide-caption-wrap .more {
          position: relative;
          padding: 15px 50px;
          font-size: 14px;
          overflow: hidden;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px;
          border-radius: 25px;
          background-color: black;
          color: #fff !important;
          display: block;
          width: fit-content; }
#main .slider .owl-item .item .slide-caption-wrap .more::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            background-color:rgb(244 177 56 / 75%);
            color: white!important;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            -ms-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease; }
#main .slider .owl-item .item .slide-caption-wrap .more:hover::before {
opacity: 1;
}
#main .slider .owl-item .item .slide-caption-wrap .more span::before {
            color: white;
}
#main .slider .owl-item .item::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url("../img/shadow.png") no-repeat;
        background-size: cover; object-fit: contain;
        z-index: 20;
}
#main .slider .owl-item.active .background {
      -webkit-animation-name: MOVE-BG;
      animation-name: MOVE-BG;
      -webkit-animation-duration: 4s;
      animation-duration: 4s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
@-webkit-keyframes MOVE-BG {
  from {
    transform: scale(1.1); }
  to {
    transform: scale(1); } }
@keyframes MOVE-BG {
  from {
    transform: scale(1.1); }
  to {
    transform: scale(1); } }
#main #header-social {
    position: absolute;
    bottom: 7.40741%;
    right: 7.84691%;
    z-index: 21;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column; }
#main #header-social  .social-media {
      height: 20px;
      margin-bottom: 24px; }
#main #header-social  .social-media li {
        float: left;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background-color: #fbfbfb;
        -webkit-transition: 300ms all ease;
        -moz-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
#main #header-social  .social-media li a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%; }
          #main #header-social  .social-media li a i {
            color: #2a2d24;
            font-size: 12px;
            position: relative;
            top: 1px;
            -webkit-transition: 300ms all ease;
            -moz-transition: 300ms all ease;
            -o-transition: 300ms all ease;
            transition: 300ms all ease; }
        #main #header-social  .social-media li:nth-child(2) {
          margin: 0 1.7em; }
        #main #header-social  .social-media li:hover {
          background-color: #7ca1bf; }
          #main #header-social  .social-media li:hover a i {
            color: #fff; }
 .copyright a {
      font-size: 24px;
      color: #b88941;
      font-weight: 600;;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      position: relative; }

     .copyright a:hover::after {
        width: 0; }
    .copyright span {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.69);
      margin-left: 3.5em;
    } 
/* mixin */
/* animate classes */
.delay-s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-sl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

/* base colors */
/* general style */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #191919;
  overflow-x: hidden;
  font-size: 5.34443px; }

button, *[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

button:focus, input:focus, textarea:focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

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

a {
  color: #191919; }

.owl-nav.disabled, .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-stage-outer {
  overflow: visible;
  margin-bottom: 0;

}
.about-carousel .owl-carousel .owl-item img{
    width:100%;
    height:300px;
    object-fit:cover;
}
.about-carousel .owl-stage-outer{
    overflow:hidden;
}

.dropdown-menu-wrap .dropdown-toggle {
  position: relative;
  padding: 16px 20px 16px 12px !important; 
    
}
  
  /*.dropdown-menu-wrap .dropdown-toggle::after {*/
  /*  content: '';*/
  /*  background: url("../img/down-arrow.png") no-repeat;*/
  /*  border: none;*/
  /*  background-size: 9px;*/
  /*  width: 20px;*/
  /*  height: 20px;*/
  /*  position: absolute;*/
  /*  top: 40%; */
  /*}*/
  
.dropdown-menu-wrap .dropdown-menu {
  top: calc(100% - 2px);
  margin-left: 12px;
  display: block;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 5px 10px 20px rgba(14, 42, 71, 0.25);
  -moz-box-shadow: 5px 10px 20px rgba(14, 42, 71, 0.25);
  box-shadow: 5px 10px 20px rgba(14, 42, 71, 0.25);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 350ms ease-in-out 0s;
  -moz-transition: all 350ms ease-in-out 0s;
  -o-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s;
  position: relative; }
  .dropdown-menu-wrap .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 5px solid #fbfbf8;
    border-right: 5px solid #fbfbf8;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    mix-blend-mode: multiple; }
  .dropdown-menu-wrap .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 10px 32px; 
    color:#fff;
  }
    .dropdown-menu-wrap .dropdown-menu .dropdown-item:hover, .dropdown-menu-wrap .dropdown-menu .dropdown-item:focus {
      background-color: #fbfbf8;
      color: #caa866; }
    .dropdown-menu-wrap .dropdown-menu .dropdown-item.active, .dropdown-menu-wrap .dropdown-menu .dropdown-item:active {
      background-color: transparent; }
.dropdown-menu-wrap:hover .dropdown-toggle::after {
  background: none; }
.dropdown-menu-wrap:hover .dropdown-menu {
  display: block;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); 
    background-color: rgba(142, 114, 75, .5);
    backdrop-filter: blur(30px);
}

.custom-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px; 
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  webkit-animation: play 4s ease infinite;
  -moz-animation: play 4s ease infinite;
  animation: play 4s ease infinite;
  border-radius: 25px;
}

@keyframes play{
  20%,100% {
      -webkit-box-shadow: 0 0 0 5px rgb(203 166 81 / 0%);
      -moz-box-shadow: 0 0 0 5px rgb(203 166 81 / 0%);
      box-shadow: 0 0 0 5px rgb(203 166 81 / 0%);
  }
  0% {
       transform: scale(1);
      -webkit-box-shadow: 0 0 0 5px rgb(203 166 81 / 0%), 0 0 0 10px rgb(78 208 72 / 0%);
      -moz-box-shadow: 0 0 0 5px rgb(203 166 81 / 0%), 0 0 0 10px rgb(78 208 72 / 0%);
      box-shadow: 0 0 0 5px rgb(203 166 81 / 0%), 0 0 0 10px rgb(78 208 72 / 0%);
  }
  10% {
      -webkit-box-shadow: 0 0 0 10px rgba(203, 166, 81, 0.3), 0 0 0 20px rgba(203, 166, 81, 0.2);
      -moz-box-shadow: 0 0 0 10px rgba(203, 166, 81, 0.3), 0 0 0 20px rgba(203, 166, 81, 0.2);
      box-shadow: 0 0 0 10px rgba(203, 166, 81, 0.3), 0 0 0 20px rgba(203, 166, 81, 0.2);
  }
  }


  .custom-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(25, 22, 15, 0.08);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    z-index: 1; }
  .custom-btn .icon {
    background-color: #caa866;
    width: 50px;
    height: 50px;
    z-index: 1;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
   }
    .custom-btn .icon::before {
      content: '';
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .custom-btn .hover-text {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    background-color: #caa866;
    display:flex;
    flex-direction:column;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: visibility .4s ease,opacity .4s ease,background-color .4s ease;
    -moz-transition: visibility .4s ease,opacity .4s ease,background-color .4s ease;
    -ms-transition: visibility .4s ease,opacity .4s ease,background-color .4s ease;
    -o-transition: visibility .4s ease,opacity .4s ease,background-color .4s ease;
    transition: visibility .4s ease,opacity .4s ease,background-color .4s ease;
    position: absolute;
    height: 50px; }
    .custom-btn .hover-text span {
      vertical-align: middle;
      font-size: 14px;
      position: relative;
      color: #fff; }
    .custom-btn .hover-text::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.05); }
    .custom-btn .hover-text::after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  .custom-btn:hover::before {
    opacity: 1; }

.custom-form .input-group {
  margin: 30px 0;
  position: relative; }
  .custom-form .input-group .effect {
    padding: 15px;
    background-color: transparent;
    color: #191919;
    outline: none;
    border: 1px solid #eaeaea;
    width: 100%;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .custom-form .input-group .effect ~ .focus-border:before,
  .custom-form .input-group .effect ~ .focus-border:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #caa866;
    transition: 0.4s; }
  .custom-form .input-group .effect ~ .focus-border:after {
    top: auto;
    bottom: 0; }
  .custom-form .input-group .effect ~ .focus-border i:before,
  .custom-form .input-group .effect ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #caa866;
    transition: 0.6s; }
  .custom-form .input-group .effect ~ .focus-border i:after {
    left: auto;
    right: 0; }
  .custom-form .input-group .effect:focus ~ .focus-border:before,
  .custom-form .input-group .effect:focus ~ .focus-border:after,
  .custom-form .input-group .effect.has-content ~ .focus-border:before,
  .custom-form .input-group .effect.has-content ~ .focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s; }
  .custom-form .input-group .effect:focus ~ .focus-border i:before,
  .custom-form .input-group .effect:focus ~ .focus-border i:after,
  .custom-form .input-group .effect.has-content ~ .focus-border i:before,
  .custom-form .input-group .effect.has-content ~ .focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s; }
  .custom-form .input-group .effect ~ label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    font-size: 15px; }
  .custom-form .input-group .effect:focus ~ label,
  .custom-form .input-group .effect.has-content ~ label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #caa866;
    transition: 0.3s; }
.custom-form .submit-btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #666666;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  color: #191919;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease; }
  .custom-form .submit-btn:hover {
    -webkit-box-shadow: 0 5px 0 rgba(102, 102, 102, 0.2);
    -moz-box-shadow: 0 5px 0 rgba(102, 102, 102, 0.2);
    -o-box-shadow: 0 5px 0 rgba(102, 102, 102, 0.2);
    box-shadow: 0 5px 0 rgba(102, 102, 102, 0.2); }

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 10000; }
  .modal-wrapper .modal-wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .modal-wrapper .modal-wrap .modal-head {
      padding: 15px 25px;
      font-size: 20px;
      text-align: center;
      color: #191919;
      border-bottom: 1px solid #eaeaea; }
    .modal-wrapper .modal-wrap .close-modal {
      border: 1px solid #191919;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      width: 34px;
      height: 34px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      right: 25px;
      top: 13px;
      cursor: pointer;
      background-color: transparent;
      -webkit-transition: 500ms all ease;
      -moz-transition: 500ms all ease;
      -o-transition: 500ms all ease;
      transition: 500ms all ease; }
      .modal-wrapper .modal-wrap .close-modal .close-svg {
        -webkit-transition: 500ms all ease;
        -moz-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease; }
.modal-wrapper .modal-wrap .close-modal:hover {
        background-color: #caa866;
        border-color: #caa866; }
        .modal-wrapper .modal-wrap .close-modal:hover .close-svg {
          fill: #fff; }
.modal-wrapper .modal-wrap .content {
      padding: 45px 90px; }
.modal-wrapper .modal-wrap .content p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px; }
.modal-wrapper .modal-wrap .content p:last-child {
          margin-bottom: 0; }
.modal-wrapper .modal-wrap:first-child {
      width: 50vw; 
    }

.background-logo img{         
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 45%;
}
.femina-logo-opacity{opacity: 10%;}


/*Products Start*/
/*
.custom-container {
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px
}

@media (max-width:1200px) {
	.custom-container {
		padding-right: 20px;
		padding-left: 20px
	}
}
*/

.new_collection .quote{
    width: calc(25% - 10px);
    margin: 5px;
    height: 420px;
    overflow: hidden;
}

.new_collection .quote .highslide{
    width: 100% !important;
}

.new_collection .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
    border-radius: 0;
}

.new_collection .quote:hover img{
    transform: scale(1.1);
}

#products{    
    padding: 70px 0;
    background-color: #e8e8e8;
}
#products .heading{
    color:#b88941;
    font-weight:600;
    font-size: 43px;
    letter-spacing: 1px;
    padding-bottom: 20px
}
.product-wrapper {
  position: relative;
  margin: 10px;
  width: calc(25% - 20px);
  height: 380px;
  transition: 500ms all ease-in-out;
  overflow: hidden;
}
.product-wrapper a{
display: block;
height: 100%;
}
.product-img::before{   
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient( 
359deg
, rgba(0, 0, 0, 0.75), transparent);
  z-index: 1;

}
.product-img{
  overflow: hidden;
  height: 100%;
}
.product-img img{
transition: 500ms all ease-in-out;
width: 100%;
height: 100%;
object-fit: cover;
background: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 0px);
}

.product-wrapper:hover img {
  transform: scale(1.2);
}

.fixed_instagram{
    color: black;
    position: fixed;
    transform: translateY(-50%) rotate(-90deg);
    right: -84px;
    bottom: 120px;
    background: white;
    font-size: 18px;
    border: 2px solid #b88941;
    border-radius: 2px;
    z-index: 999;
}

.fixed_instagram.enpage{
    right: -60px;
}

.fixed_instagram a{
    display: block;
    padding: 10px 25px;
}

.fixed_instagram span{
    display: inline-block;
}

.fixed_instagram span:last-child{
    padding-left: 5px;
}

.fixed_instagram span img{
    width: 24px;
}

.product-text h2{    
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  min-height: 80px;
  padding: 0 20px 0 40px;
  color: #fff;
  top: 310px;
}

.products{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.products .highslide{
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.products .quote{
    position: relative;
    margin: 10px auto;
    width: calc(50% - 20px);
    height: 650px;
    transition: 500ms all ease-in-out;
    overflow: hidden;
    
}

.products .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    background: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 0px);
    transition: 500ms all ease-in-out;
    margin: 0;
    border-radius: 0;
}

.products .quote:hover img{
    transform: scale(1.2);
}
/*.product-text-h2:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  z-index: -1;*/
/*  top: 0px;*/
/*  left: 20px;*/
/*  display: block;*/
/*  width: 1px;*/
/*  height: 84%;*/
/*  -webkit-transition: all .5s ease;*/
/*  transition: all .5s ease;*/
/*  background-color: white;*/
}



/*Products end*/
/* Gallery Start*/
#gallery {
  padding: 23px 0;
  background-color: white;
}
#gallery ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#gallery ul li {
    position: relative;
    overflow: hidden;
    width: calc(20% - 10px);
    margin: 5px;
}
#gallery ul li .item{
    height: 285px;
    width: 228px;
}
#gallery ul li img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery ul li a {
  color: black;
}
#gallery ul li .overlay {
  padding: 0px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 0px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#gallery ul li .overlay p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 11px 32px;
  cursor: pointer;
  text-align: center;
  color: white;
  border-radius: 24px;
  background: #b3945b;
  -webkit-box-shadow: rgba(168, 125, 46, 0.3) 0px 4px 8px;
          box-shadow:  rgba(168, 125, 46, 0.3) 0px 4px 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#gallery ul li .overlay p:hover {
  border-color: #b78832;
  background: #b78832;
}
#gallery ul li:hover .overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Gallery End*/
/*Earn Start*/
#earn{
  padding: 70px 0;
  color: #fff;    
  background: linear-gradient(45deg,#b39f5d, #b9863c);
  overflow: hidden;
  position: relative;
}
.earn-button a{
  background-color: black;
  margin: 8px 0px 0px;
  padding: 16px 36px;
  width: 250px;
  height: 64px;
  transition:0.4s;
}
#earn .earn-content h3{ 
  margin-left: 158px;
  font-size: 34px;
  line-height: 40px;
}
#earn .earn-content p{ 
  margin-left: 158px;
  font-size: 18px;
  line-height: 27px;
}
#earn .earn-button {
  display: flex;
}

#earn .earn-button span{

  font-family: 'ProximaNovaBold', sans-serif;
}
#earn .earn-button a{    
  background-color: white;    
  padding: 21px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-family: 'ProximaNovaBold';
  display: flex;
  align-items: center;
  width: max-content;
}
#earn .earn-button a:hover{color: #b9863c; }
.earn-background-logo img{        
  position: absolute;
  transform: rotate(-50deg);
  width: 25%;
  left: 39px;
  margin-top: -100px;
  overflow: hidden;
}
.earn-femina-logo-opacity{opacity: 10%;}
/*Earn End*/


/*Categories Start*/
  /* .categories-content{
  width: 1690px;
  margin: 0 auto;
}   */
.row.cat-row {
  margin: 0 -4px;
}

#categories {
  padding: 90px 0;
  background-color: white;
}
#categories .categories-wrapper {
  position: relative;    
  width: 98%;
  height: 570px;
  display: block;
  overflow: hidden;
  }  

.categories-wrapper a{
  height: 100%;
  display: block;
}
.categories-wrapper a .categories-item{
overflow: hidden;
height: 100%;
}

.categories-wrapper a img{ 
  position: absolute;
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  transition: 1200ms transform;
  width: 120%;
  }
  

#categories .row div{
  display: flex;
}
.itemWrapper {
  overflow: hidden;
  width: 100%;
  padding: 2px;
  height:485px;
}
.categories-item {
  position: absolute;
  bottom: 125px;
  left: 20px;
  display: flex;
  flex-direction: column;
  width: 271px;
  height: 276px;
  padding: 35px 25px;
  color: #00464f;
  background-color: #ffffff;
    opacity: 60%;
}

#categories div:nth-child(even){
margin-top: 100px;
}/*
#categories div:nth-child(odd){
  margin-top: 20px;
  /* }  */
.categories-item img{
  display: block;
  margin-bottom: auto;
  width: 46px;
  height: 46px;
  transition: all 0.5s linear;


}
.itemWrapper:nth-child(even) .categories-item{
top: -74px;
left: 25px;
}
.itemWrapper:hover .categories-wrapper img{
transform: translateX(-60px);
}

.itemWrapper:hover .categories-item img{
 transform: rotate(45deg);
 transition: 0.7s transform;
}
 
.categories-item p{
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  
}
.categories-item span{
  position: relative;
    align-self: flex-start;
    padding-right: 30px;
    font-size: 15px;
    line-height: 24px;
    color: inherit;
    text-decoration: none;
}
.categories-item span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
padding-right: 100px;  height: 2px;
  background-color: #e6c84a;
transition: all 0.7s ease;

}
.itemWrapper:hover span::before{
padding-right: 50px;
}

.footer {
    background-color: #3D4452;
    padding-top: 0;
    padding-bottom: 0;
}
.social-bar { 
  background: #383E4B;
  padding: 50px;
}
.social-bar .social-card a {
  color: white;
  position: relative;
}.social-bar .social-card a .social-card-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: white;
  border-radius: 50%;
  overflow: hidden;
}
.social-bar .social-card a div {
  padding-left: 68px;
  font-size: 21px;
  font-weight: 600;
}.social-bar .social-card a div span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.social-bar .social-card .instagram {   
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social-bar .social-card .facebook {
  background-color: #3C5A98;
}
.social-bar .social-card .linkedin {    
  background-color: #1D86BD;
}
.social-bar .social-card .youtube {    
  background-color: #C92027;
}
.social-bar .social-card a i {
  display: block;
  line-height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

.social-card:hover  a i{
  transform: translateY(-100%);
}

/*Footer start*/


.footer-top{    
  background-color: #3d4452;
  padding: 50px 0;
}
.ul-wrapper{
  display: flex;
  
}

.ul-wrapper ul li{
  margin-top: 0px;
  margin-bottom: 10px;
  color: #c5c7cb;
  font-size: 14px;
}
.logo-img .footer-logo{    
    width: 39%;
  
}
.footer-link{
  display: flex;
  align-items: center;
}
.widget-content ul li{
  font-size: 14px;
  color: #c5c7cb;
}
.copyright span{
    color: rgba(255, 255, 255, 0.7); 
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
} .footer-widget-title h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 28px;
  margin-top: 53px;
}
.widget-content ul li{
margin-top: 0px;
margin-bottom: 10px;
color: #c5c7cb;
}
.footer .widget-contact-info .social--icons a {
  color: rgba(255, 255, 255, 0.15);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.widget-content ul li a{
  font-size: 14px;
  color: #c5c7cb;}
.widget-content p{
  font-size: 14px;
  color: #c5c7cb;}
.social--icons a i {
  width: 30px;
  height: 30px;
  background-color: #5a606c;
border-radius: 100%;
text-align: center;
padding-top: 9px;
font-size: 14px;
color: white;
margin-bottom: 34px;
margin-left: 11px;
}
.ul-wrapper{

  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1500px){
    .fixed_instagram.enpage,
    .fixed_instagram{
        right: 0;
    }
    
}

@media only screen and (min-width: 1440px) {
  #main .floor-choose-wrapper .floor-choose-background {
    display: none; }
    #main .floor-choose-wrapper .floor-choose-background.big-image {
      display: block; }
  #main .floor-choose-wrapper .floor-wrap .floor-svg svg.ahmadli-svg a {
    transform: translate(-2px, -87px) scale(0.9) scaleY(0.87); } }
@media only screen and (min-width: 1300px) {
  #main .project-choose-wrapper h1 {
    top: 185px;
    font-size: 55px; } }
@media only screen and (min-width: 1199.91px) {
  header nav #menu .navbar-nav .nav-item .nav-link:not(.call-us),
  .dropdown-menu-wrap .dropdown-menu .dropdown-item {
    font-size: 14px; 
     
    } 
    
    
    
}
@media only screen and (min-width: 990.91px) and (max-width: 1199.91px) {
  #main .floor-choose-wrapper .floor-choose-background {
    display: none; }
    #main .floor-choose-wrapper .floor-choose-background.image-1200 {
      display: block; }
  #main .floor-choose-wrapper .floor-wrap .floor-svg svg.ahmadli-svg a {
    transform: translate(-101px, 1px) scale(1.085) scaleY(0.639); } }
@media only screen and (max-width: 1199.91px) {
  header {
    padding: 0 6em 0 10em; }

  header nav .call-us {
    width: 130px; }
    header nav .call-us .hover-text {
      width: 130px;
      padding-right: 7.5em; }
      header nav .call-us .hover-text span {
        font-size: 18px; }
    header nav .call-us .icon {
      right: -40px; }

  header nav #menu .navbar-nav .nav-item .nav-link:not(.call-us) {
    padding: 0 1em; }

  #main .slider .owl-item .item .slide-caption-wrap h2 {
    font-size: 38px; }
  #main .slider .owl-item .item .slide-caption-wrap p {
    font-size: 18px; }
  #main .back-link {
    top: 160px;
    left: 10em;
    width: 150px; }
    #main .back-link .hover-text {
      width: 150px; }
    #main .back-link .icon {
      left: -50px; }
  #main .flat-choose-wrapper .flat-order-wrapper {
    -webkit-transform: translateX(-50%) scale(0.9);
    -moz-transform: translateX(-50%) scale(0.9);
    -o-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9); }
  #main .form-3d-wrapper {
    left: 10em; }
  #main .flat-3d-images img {
    width: 60vh; } 
    
    header nav .call-us {
    margin: 0 0 0 auto; }
    header nav .call-us .icon {
      right: -80px; }
  header nav #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    background-color: #caa866;
    z-index: 100;
    overflow-y: auto;  
    padding-top: 12%;
  }   
    header nav #menu .navbar-nav {
      width: 100%;
      height: 100%;
      padding: 0; }
      header nav #menu .navbar-nav .nav-item {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        width: 100%;
        -webkit-transition: 500ms all ease;
        -moz-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease; }
        header nav #menu .navbar-nav .nav-item .nav-link {
          padding-right: 0 !important;
          font-size: 16px !important;
          padding: 14px 49px 14px !important;
        }
        header nav #menu .navbar-nav .nav-item:last-child {
          display: none; }
        header nav #menu .navbar-nav .nav-item:hover:not(:last-child) {
          box-shadow: 0px 2px 5px #c59f57; }
  header nav .dropdown-menu-wrap .dropdown-menu {
    top: 0;
    display: none;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 auto;
    width: 80%; }
    header nav .dropdown-menu-wrap .dropdown-menu::before {
      top: -8px;
      left: 50%;
      -webkit-transform: rotate(-45deg) translateX(-50%);
      transform: rotate(-45deg) translateX(-50%); }
    header nav .dropdown-menu-wrap .dropdown-menu .dropdown-item {
      font-size: 18px; }
  header nav .dropdown-menu-wrap:hover .dropdown-menu {
    display: none; }
  /*header nav .dropdown-menu-wrap:hover .dropdown-toggle::after {*/
  /*  background: url("../img/down-arrow.png") no-repeat;*/
  /*  background-size: 9px; }*/
  header nav .dropdown-menu-wrap.show .dropdown-menu {
    display: block; }
  header nav .dropdown-menu-wrap.show .dropdown-toggle::after {
    background: none; }
  header nav .dropdown-menu-wrap.show:hover {
    box-shadow: none !important; }

 
  header nav .call-us {
    display: none !important; }
    header nav .call-us.show {
      display: block !important;
      z-index: 1000;
      margin: 0;
      position: absolute; }
      header nav .call-us.show .icon {
        border: 1px solid #bf9c59; }
  header nav .navbar-toggler {
    margin-left: 0; }
    
    .new_collection .quote{
        width: calc(33.33% - 10px);
    }
    
    .contact .basof{
        font-size: 24px;
    }
}

@media only screen and (max-width: 991.99px){
    .new_collection .quote{
        width: calc(50% - 10px);
    }
    
    #earn .earn-content p,
    #earn .earn-content h3{
        margin-left: 0;
    }
    
    #earn .earn-button a{
        margin: auto;
    }
}

@media only screen and (max-width: 768px){
    .new_collection .quote{
        width: calc(100% - 10px);
    }
    
    #earn .row{
        justify-content: center;
        text-align: center;
    }
    
    #earn .earn-button a{
        padding: 10px;
    }
    
}

@media only screen and (max-width: 400px) {
  header nav .navbar-brand img {
    height: 62px; }
  header nav .navbar-toggler .menu-title {
    font-size: 14px; }
  header nav #menu .navbar-nav {
    padding: 60% 0; }

  footer .copyright {
    font-size: 12px;
   }
  footer .social-media li {
    margin: 0 5px; }
    footer .social-media li a .social-icon {
      width: 36px;
      height: 36px; }
      footer .social-media li a .social-icon i {
        font-size: 16px; }

  #main .project-choose-wrapper .project-choose {
    left: 35%; }
  #main .back-link {
    width: 120px; }
    #main .back-link .hover-text {
      width: 120px; }
    #main .back-link .icon {
      left: -39px; }
  #main .floor-tooltip-wrapper {
    width: 110px;
    padding: 10px; }
    #main .floor-tooltip-wrapper .tooltip-box div.number-f .number {
      font-size: 30px; }
  #main .mob-scroll-notification .notification-wrap .notification p {
    font-size: 15px; }
  #main .flat-choose-wrapper .draft-flats, #main .flat-choose-wrapper .flat-svg {
    width: 86% !important; }
  #main .flat-3d-images img {
    width: 27vh; } 

  }

/* Responsive */
/* Media 1200 */
@media (max-width: 1119.99px) {
.earn-background-logo img {
  width: 35%; 
}

.categories-item {
  bottom: 165px;
}
#advantages .item .top:before {
  left: 52px;
}

#advantages .item .top:before {
  right: 74px;
}

.highslide{
    width: 40%;
    width: 50%;
    float: none;
    display: block;
    margin: auto;
}
}
@media (min-width: 1200px) and (max-width:1500px){
  .categories-item {
    bottom: 140px;
}

  }

/* Media 992px */
@media (max-width: 992px) {

     .products .quote{
        width: calc(100% - 20px);
        height: 450px;
    }

      #products .product-wrapper {
        margin: 5px;
        width: calc(50% - 10px);
        height: 600px;
      }
      #products {
          
      }
    .product-text-h2:before{
    content: '';
        position: absolute;
        z-index: -1;
        top: -8%;
        left: 20px;
        display: block;
        width: 1px;
        height: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background-color: white;
    }.product-text h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 0;
        min-height: 80px;
        padding: 0 20px 0 40px;
        color: #fff;
        top: 86%;
    }
    
    .staticContent.career_content img{
        display: none;
    }
    
    .elaq {
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
         }
         
         .basof {
            text-align: center !important;
        margin-bottom: 20px;
        }
        
        .contact-number{
            align-items: center;
        }
    
    }
    
    .earn-background-logo img {
      width: 45%; 
      left: 36px;
    }
    
    
    #advantages .item .top:before {
      left: 54px;
    }
    #advantages .item .top:after {
      right: 60px;
    }
    
    #advantages .item p.caption {
      margin-top: 35px;
    }
    
    #advantages .col-lg-4 {
      margin-bottom: 80px;
    }
    
    #advantages .col-lg-4:last-child {
      margin-bottom: 0;
    }
    
    #advantages .col-lg-4:first-child, #advantages .col-lg-4:last-child {
      margin-top: 0;
    }
    #advantages .item .top:after {
      right: 0px;
    }
    #advantages .item .top:before {
      left: 0px;
    }
    
    
    
    /* Media 768px */
    @media (max-width: 768px) {
        .highslide{
            width: 100%;
        }
        
        .desc-link{
            font-size: 30px;
        }
        /*.eapps-instagram-feed-posts-view eui-slider-slide{*/
        /*    flex-direction: column !important;*/

        
        .eapps-instagram-feed-posts-view{
            flex-wrap: nowrap !important;
        }
        
        .eapps-instagram-feed-posts-item-template-classic{
            width: calc(50% - 20px) !important;
        }
        .mobdasag {
            text-align:center !important;
        }
        
        
        .row.margg {
        margin: 0 15px;
        }
        .staticContent .highslide {
            flex-basis: calc(1000% - 10px);
            margin: 5px;
            height: 170px;
            float: none !important;
            display: block;
            width: 100% !important;
        }
        .info table td:nth-child(2), .info table td:nth-child(1) {
                font-size: 18px;
        }
        .product-wrapper {
                width: calc(50% - 20px);
                height: 270px;
        }
        .subline .dropdown {
            margin: 0 auto;
        }
        header nav #menu {
            width:75%;
            padding-top: 80px;
        }
        #gallery ul li .item {
                height: 170px;
        width: auto;
        }
        #gallery ul li {
                width: calc(50% - 10px);
        }
        .categories-item p {
            display:none;
        }
        .categories-item {
            bottom: 20px;
            height: 170px;
        }
        #categories .categories-wrapper {
            height:450px;
            width:100%;
        }
        .copp .sagd {
            margin-right:3px;
        }
        .bottom-video {
        padding: 0;
        }
         header {
            padding: 0 15px;
        }
        #main {
            height:335px;
        }
        
        #main .video-wrapper{
            height: 100%;
        }
        .header-wrapper {
            height:335px;
        }
        #earn {
            padding: 30px 0;
        }
        .static-head {
            height: 250px;
            padding: 115px 0px;
        }
        .mobdayox {
            display:none;
        }
        .static-title {
            padding: 0 15px;
        }
        .desc-link .row {
            margin:0;
        }
        .crumb {
        padding: 0 15px;
    }
    .staticContent {
        margin:0;
        padding:8px;
        margin-bottom: 50px;
    }
    .social-bar {
        padding:50px 0;
    }
    .logo-img {
        text-align:center;
        margin-bottom: 30px;
    }
    .footer-top {
        padding: 35px 0;
    }
    #products .product-wrapper {
        margin: 5px;
        width: calc(50% - 10px);
        height: 280px;
      }
    .product-text h2 {
    bottom: 0;
        top: auto;
    }
    #earn .earn-content h3 {
      margin-left: -5px;
      font-size: 44px;
      line-height: 30px;
      margin-top: 13px;
    }
    #earn .earn-content p {
      margin-left: -4px;
      font-size: 21px;
      line-height: 31px;
    }
    .widget-content .footer-logo {
      width: auto;
      height: 42px;
      margin-left: auto;
    }
    .footer {
      text-align: center;
    }
    .col-12.col-md-7.col-sm-7.text-align-center.earn-content {
      top: -6px;
    }
    
   
}

@media only screen and (max-width: 500px) {
    
    #main .chooses-sec li:not(:nth-child(2)) {
        display: none; 
    } 
    
    #products .product-wrapper{
        width: calc(100% - 10px);
        height: 500px;
    }
}

/*Media 576*/
@media (max-width: 576px){
    .video-wrapper video {
        margin: 0;
        height: 100%;
        object-fit: cover;
    }
      #earn .earn-content h3 {
        text-align: center;
    }
    
    #earn .earn-content p {
      text-align: center;
    }
    .video-wrapper{
        height: 100%;}
    #earn .earn-button {
      text-align: center;
    }
    #earn .earn-button {
      margin-top: 26px;
      font-size: 18px;
      display: block;
    }
    .earn-background-logo img {
      width: 57%;
      left: -14px;
    }
    .widget-content .footer-logo {
      width: 206px;
      height: 136px;
      margin-left: auto;
    }
    .footer {
      text-align: center;
    }
    #advantages .item .top:after {
      right: 165px;
    }
    #advantages .item .top:before {
      left: 146px;
    }
}

/* More Media */
@media(max-width: 440px){
    .earn-background-logo img {
      width: 90%;
      left: -80px;
    }#earn .earn-content p {
      margin-left: 26px;
      font-size: 11px;
    }
    #earn .earn-content h3 {
      margin-left: 26px;
      font-size: 18px;
      line-height: 30px;
      margin-top: 13px;
    }
    .highslide{
        float:inherit;
    }
    
    .eapps-instagram-feed-posts-item-template-classic{
            width: calc(100% - 20px) !important;
    }
    
    .remove-widg{
        width: 100% !important;
    }
}
@media(max-width: 767.99px){
    #earn .earn-content h3 {
      margin-left: -5px;
      font-size: 20px;
      line-height: 30px;
      margin-top: 13px;
  }
  #earn .earn-content p {
    margin-left: -4px;
    font-size: 15px;
    line-height: 27px;
}#earn .earn-button a {
  background-color: white;
  padding: 20px 38px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  transition:0.4s;
  display: flex;
  align-items: center;
      width: max-content;
}
.widget-content{
  text-align: center;
}
}

@media(max-width: 485px){
  #advantages .item .top:before {
    left: 103px;
}
#advantages .item .top:after {
  right: 118px;
}
#main .slider .owl-item .item .slide-caption-wrap .more {
  bottom: 27px;
}

}

@media(max-width: 360px){
  #advantages .item .top:before {
    left: 84px;
}
#advantages .item .top:after {    
  right: 90px;
}
.navbar-brand{  
    margin-left: -40px;}
}

@media(max-width: 320px){
#advantages .item .top:before {
  left: 51px;
}#advantages .item .top:after {
    right: 52px;
}
}

#footerParallax{
  color: white  !important;
}

#footerParallax .inside img{
width: 20px;
}


.ulwrap{
  display: flex;
  width: 100%;
}
.ulwrap ul li a{
  font-size: 17px;
  color: #c5c7cb;
}
.footerBottomTxt {
    padding: 5px 10px;
}
.footerBottomTxt .footerBottomFirstCol {
    border-right: solid 1px #e1e1e1;
}.footerBottomTxt p {
    font-size: 14px;
    line-height: 22px;
}
.footerBottomTxt p {
    margin-bottom: 0px !important;
    color: #69737f;
    padding: 10px;
}
.footerBottomTxt .cl-3 {
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    position: relative;
    padding-right: 0px;
    padding-left: 37px;
    color: #bec4cc;
}
.text-right {
    text-align: right !important;
} 
 .logo-site-text {
    font-family: 'FTN_medium', sans-serif;
    font-size: 13px;
    line-height: 2.67;
    color: rgba(120, 128, 136, 0.6);
    padding: 10px;
}
.logo-site-text a img {
    transition: 500ms all ease;
    filter: grayscale(0%);
}
a:hover{text-decoration: none;}
#loading {
    position: fixed;
    z-index: 99999999999999999999999999;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #2b1c18;
    top: 0;
}

#loading video{
    width: 300px;
    border-radius: 50%;
    height: 300px;
    object-fit: cover;
    object-position: left;
}

.mejs-mediaelement {
    background-color: #2b1c18;
    display: flex;
    justify-content: center;
    align-items: center;
}


