/*
Theme Name: Nebo Agency
Theme URI: https://zerrno.com
Author: D.Luzanov
Author URI: https://zerrno.com
Description: A super theme for Nebo Agency
Version: 1.0
License: GNU General Public License

*/
@font-face {
    font-family: 'Gilroy-Light';
    src: local('Gilroy Light'), 
        url('fonts/Gilroy/Gilroylight.woff2') format('woff2'), 
        url('fonts/Gilroy/Gilroylight.woff') format('woff'), 
        url('fonts/Gilroy/Gilroylight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: local('Gilroy ExtraBold'),
        url('fonts/Gilroy/Gilroyextrabold.woff2') format('woff2'), 
        url('fonts/Gilroy/Gilroyextrabold.woff') format('woff'), 
        url('fonts/Gilroy/Gilroyextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/*preloader*/
#preloader {
    background: rgba(0,0,0, .5);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#preloader.active {
    display: block;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**/
body{
    background: #17163a;
    font-family: "Gilroy", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
body.fullscreen {
    line-height: 1.2;
    color: #000;
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


body.loaded{
	opacity: 1;
	overflow: inherit;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: 400;
}

p{
	margin: 0;
}

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

img{
	vertical-align: middle;
}

a{
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #4e98f4;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover,
a:focus{
	text-decoration: none;
}

button{
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

input,textarea,button{
	outline: none;
	border: 0;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
}

#fullpage .toanimate,.wow{
	visibility: hidden;
}
#fullpage .toanimate.animated{
	visibility: visible;
}

.container{
	padding: 0 15px;
}

.container {
    max-width: 1200px;
}

@media (max-width: 1200px){
	.container {
	    max-width: 992px;
	}
}

@media (max-width: 992px){
	.container {
	    max-width: 768px;
	}
}

@media (max-width: 768px){
	.container {
	    max-width: 575px;
	}
}

@media (max-width: 500px){
	.container {
	    /*max-width: 320px;*/
        max-width: 100%;
	}
}

.section {
  opacity: 0;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
 
}
.section.active {
  opacity: 1;
}

@media (max-width: 1199px){
	.section{
		opacity: 1;
	}
}

canvas{
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.container{
    margin-left: auto;
    margin-right: auto
}
.img-fluid{
    max-width: 100%
}
.blocker{
    z-index: 10
}
.modal a.close-modal{
    background-image: url(img/icons/close.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: -0.30em;
    right: -0.20em
}
.mobile{
    display: flex;
    flex-direction: column;
    height: 85vh
}
.mobile-over{
    display: none
}
.mobile-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #dddddd;
    min-height: 100px
}
.mobile-body{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.mobile-sector{
    width: 10.45em;
    -webkit-filter: invert(90%);
            filter: invert(90%)
}
.mobile-be{
    color: #000000;
    display: block;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    font-size: 1.2em;
    font-weight: 800
}
.btn{
    cursor: pointer;
    display: inline-block;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    border: 0px none #ddd;
    background-color: transparent
}
.typo-sector{
    color:#e4f9fc;
    font-size:2.75em;
    font-weight:800;
    letter-spacing:-0.01em
}
.typo-gossip{
    color:#e4f9fc;
    font-size:1.13em;
    letter-spacing:0.03em;
    margin-bottom: 1.54em;
    line-height: 1.39
}
.elem-box{
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    padding-left: 4.40em;
    padding-right: 4.40em;
    padding-top: 6.40em;
    padding-bottom: 7.60em;
    position: relative
}
.margin-bottom-11{
    margin-bottom: 0.69em
}
.swiper-outside{
    position: relative
}
.modal{
    max-width: 1030px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    -webkit-box-shadow: 0px 10px 114px rgba(1,1,1,0.2);
            box-shadow: 0px 10px 114px rgba(1,1,1,0.2);
    background-color: rgba(66,61,100,1.00);
    background: linear-gradient(168deg, #413e65 0%,#6d2a58 100%);
    padding-left: 3.98em;
    padding-right: 3.98em;
    padding-top: 2.84em;
    padding-bottom: 2.84em
}
.modal-success{
    text-align: center
}
.modal-title{
    color: #e4f9fc;
    font-size: 1.88em;
    line-height: 0.9;
    letter-spacing: -0.01em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.70em
}
.modal-text{
    color: #e4f9fc;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center
}
.modal-video{
    margin-bottom: 1.50em;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto
}
.back-block {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.back-block:before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent rgba(236,252,255, .7) rgba(236,252,255, .7);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
}
.back-link {
  color: rgba(236,252,255, .7);
  font-size: 16px;
  font-family: 'Gilroy-Light';
}
.back-link:hover {
  text-decoration: underline
}
.s_head.not-fixed {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0 50px;
}
.s_head.not-fixed > .container {
    width: 100%;
}
.logotype {
  max-width: 161px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0 30px;
  position: absolute;
  left: 30px;
}
.logotype img {
    width: 100%;
}
.s_head.fixed{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    margin-top: -100px;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.s_head-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 2.20em;
    padding-bottom: 1.10em
}
.s_head-toogle{
    width: 50px;
    height: 50px;
    display: grid;
    grid-row-gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center
}
.s_head-lead{
    display: none
}
.s_head-wash{
    display: none
}
.s_head-into{
    width: 9.90em
}
.s_footer.fixed{
    position: fixed;
    bottom: -100px;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.s_footer-inner{
    padding-top: 1.60em;
    padding-bottom: 1.90em;
}
.s_footer-inner.main {
	display: flex;
	justify-content: flex-end;
}
.s_footer-inner.not-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright {
    justify-content: flex-start;
    font-family: 'Gilroy-Light';
    margin: 20px auto;
    color: #ecfcff;
    font-size: 12px;
    width: 25%;
}
.footer__creator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.creator {
    justify-content: center;
    font-family: 'Gilroy-Light';
    color: #ecfcff;
    font-size: 12px;
    width: 50%;
}
.footer__note {
  margin-right: 4px;
  font-size: 14px;
  color: #ecfcff;
}
.footer__preview {
  font-size: 0;
}
.footer__img {
  width: 93px;
}
.e_slide{
    background-color: #000000;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    min-height: 100vh
}
.e_slide-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.e_slide-video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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
}
.e_slide-content{
    min-height: 100vh;
    position: relative;
    z-index: 1
}
.e_slide-zoom{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
.e_logo{
    position: fixed;
    left: 1.60em;
    top: 2.60em;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.e_logo-two{
    width: 10.10em;
    margin-top: -0.70em
}
.e_logo-rel{
    position: relative
}
.e_logo-circle{
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -1.28em;
    right: 0;
    border-radius: 50px
}
.s_head-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.e_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px
}
.e_menu-gossip{
    color:#e4f9fc;
    letter-spacing:0.03em;
    position: relative;
    z-index: 1
}
.e_menu-floor{
    display: block;
    padding-left: 1.20em;
    padding-right: 1.20em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
    border-radius: 15px
}
.lang-list {
    display: flex;
    align-items: center;
    order: 2;
}
.lang-list ul {
    display: flex;
}
.lang-item {
    margin: 0 10px;
}
.lang-item a {
    color: #fff;
    text-decoration: underline;
    transition: text-shadow .5s;
}
.lang-item a:hover {
    text-shadow: 0 0 3px #fff;
}
.lang-item img {
    width: 22px;
    height: 17px;
    border-radius: 3px;
    transition: transform .5s;
}
.lang-item:hover img {
    transform: translateY(-4px);
}
.e_social{
    display: flex;
    justify-content: flex-end;
    order: 3;
    /*width: 25%;*/
}
.e_social-img{
    max-height: 1.00em;
    -webkit-filter: brightness(116%);
            filter: brightness(116%);
    position: relative;
    z-index: 1;
    -webkit-transition: all 210ms;
    transition: all 210ms
}
.e_social-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 45px;
    width: 2.81em;
    height: 2.81em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.90em;
    position: relative;
    color: #fff;
}
.e_scroll{
    position: fixed;
    left: -100px;
    top: 7.40em;
    bottom: 6.00em;
    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;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.e_scroll-line{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3)
}
.e_scroll-nav{
    display: none
}
.e_scroll-down{
    border-radius: 60px;
    background-color: rgba(228, 249, 252, 0.3);
    /*width: 3.87em;
    height: 3.75em;*/
    width: 58px;
    height: 58px;
    padding: 1px;
    margin-top: 1.00em;
    margin-bottom: 1.00em;
    background-image: url(img/icons/down.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer
}
.e_scroll-nav-li{
    width: 1.31em;
    height: 1.31em;
    margin-top: 0.78em;
    margin-bottom: 0.78em;
    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;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
    position: relative
}
.e_scroll-nav-dot{
    border-radius: 5px;
    background-color: rgba(228,249,252,1.00);
    width: 0.31em;
    height: 0.31em;
    opacity: 0.40;
    display: block;
    -webkit-transition: all 210ms;
    transition: all 210ms
}
.e_scroll-tip{
    text-align: left;
    color: #ffffff;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0.22em;
    margin-left: 0em;
    padding-left: 1.00em;
    cursor: pointer;
    -webkit-transition: all 830ms;
    transition: all 830ms;
    opacity: 0;
    width: 0;
    overflow: hidden;
    font-size: 0.88em
}
.e_scroll-volume{
    background-image: url(img/icons/volume-none.png);
    height: 3.00em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 3.40em;
    cursor: pointer
}
.e_scroll-line-two{
    height: 5.35em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0
}
.e_balls{
    position: absolute;
    left: 0;
    top: 0
}
.e_balls-one{
    top: 4.90em;
    left: 20%
}
.e_balls-two{
    top: 24.50em;
    left: 10%
}
.s_one-box{
    max-width: 35.00em;
    padding-bottom: 5.10em
}
.s_one-subject{
    text-align: center;
    display: none
}
.s_one-cry{
    font-size: 1.13em;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 800;
    color: #ffffff;
    background-image: url(img/icons/red-arrow-big.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 1.20em
}
.s_two-box{
    max-width: 42.20em;
    padding-top: 3.60em;
    padding-bottom: 4.10em
}
.s_three-make{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
}
.s_three-gossip{
    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;
    text-align: center;
    width: 50%;
    margin-bottom: 1.60em
}
.s_three-text{
    color:#e4f9fc;
    letter-spacing:0.03em;
    background-image: url(img/icons/red-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 1.00em;
    -webkit-transition: all 220ms;
    transition: all 220ms
}
.s_three-guide{
    margin-bottom: 0.50em;
    max-width: 70%;
}
.s_three-guide.moneygun {
    max-width: 45%;
}
.s_three-par{
    max-width: 19.70em;
    margin-top: -3.80em
}
.s_three-chest{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4.70em
}
.s_three-box{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 36.20em;
    margin-right: 2.60em;
    padding-top: 4.40em;
    padding-left: 3.60em;
    padding-right: 3.60em;
    padding-bottom: 4.40em
}
.s_three-exile{
    color: #e4f9fc;
    font-size: 1.50em;
    line-height: 1.3;
    letter-spacing: 0.03em;
    margin-bottom: 1.00em
}
.s_three-have{
    margin-bottom: 2.10em;
    margin-left: 1.30em
}
.s_four-modest{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.40em;
    padding-left: 4.60em;
    padding-right: 4.00em;
    min-height: 62.40vh
}
.s_four-clause{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.s_four-shebang{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7.80em;
    padding-right: 5.70em
}
.s_four-motto{
    color:#e4f9fc;
    font-size:2.75em;
    font-weight:800;
    letter-spacing:-0.01em
}
.s_four-thing{
    color:#e4f9fc;
    font-size:1.50em;
    letter-spacing:0.03em
}
.s_five-rack{
    height: 40.30em;
    position: relative
}
.s_five-term{
    color:#e4f9fc;
    font-size:1.88em;
    font-weight:800;
    letter-spacing:-0.01em
}
.s_five-into{
    border-bottom-left-radius: 57px;
    border-bottom-right-radius: 57px;
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
    width: 14.06em;
    height: 7.06em;
    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: absolute;
    left: 0;
    bottom: 0px;
    margin-left: 4.60em
}
.s_five-rap{
    font-size:1.50em;
    margin-bottom: 0.28em
}
.s_five-be{
    color:#e4f9fc;
    letter-spacing:0.03em;
    line-height: 1.5
}
.s_five-be span {
    display: block;
}
.s_five-word{
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    width: 18.75em;
    height: 18.75em;
    position: absolute;
    top: 0;
    right: 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 2.90em;
    padding-right: 2.90em
}
.s_five-speech{
    position: relative
}
.s_five-item{
    position: absolute;
    pointer-events: none
}
.s_five-item-inner{
    position: relative
}
.s_five-floor{
    width: 26.63em;
    height: 26.00em;
    top: 0;
    right: 0;
    position: absolute
}
.s_five-wash{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 9.00em;
    display: none
}
.s_six-mid{
    text-align: center
}
.s_six-thing{
    max-width: 100%
}
.s_six-sm{
    display: none
}
.s_six-xs{
    display: none
}
.client-logo-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.client-logo-wrap {
	width: 23%;
  text-align: center;
  margin: 20px 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo {
    width: 100%;
}
.client-logo.bacardi {
    max-width: 120px;
}
.client-logo.easy-pay {
    max-width: 111px;
}
.client-logo.blockbuster-mall {
    max-width: 111px
}
.client-logo.biopharma {
    max-width: 109px;
}
.client-logo.arko {
    max-width: 99px;
}
.client-logo.chorna-karta {
    max-width: 70px;
}
.client-logo.m82 {
    max-width: 120px;
}
.client-logo.donorua {
    max-width: 114px;
}
.client-logo.happy-paw {
    max-width: 111px;
}
.client-logo.lifecell {
    max-width: 110px;
}
.client-logo.comfy {
    max-width: 111px;
}
.client-logo.grey-goose {
    max-width: 110px;
}
.client-logo.philip-morris {
    max-width: 111px;
}
.client-logo.lg {
    max-width: 111px;
}
.client-logo.jytelub {
    max-width: 108px;
}
.client-logo.avon {
    max-width: 111px;
}

.s_seven-pack{
    padding-left: 4.00em;
    padding-right: 4.00em;
    text-align: center
}
.s_seven-article{
    margin-bottom: 2.50em
}
.s_seven-txt {
    border-radius: 100%;
    height: 18.75em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 2.80em;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer
}
.s_seven-tie{
    color:#e4f9fc;
    font-size:1.13em;
    font-weight:800;
    letter-spacing: -0.01em;
    -webkit-transition: all 200ms;
    transition: all 200ms
}
.s_seven-suit{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 65px;
    margin-bottom: 0em
}
.s_seven-the{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    padding-left: 1.60em;
    padding-right: 2.40em;
    padding-top: 0.80em;
    padding-bottom: 0.80em;
    background-image: url(img/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%;
    background-size: 0.90em;
    position: relative
}
.s_eight-faith{
    font-size:1.50em;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:-0.01em
}
.s_eight-rumor{
    font-size: 1.90em;
    text-transform:uppercase;
    letter-spacing: -0.09em;
    font-weight: 800;
    margin-left: -0.14em
}
.s_eight-guide{
    font-size:1.13em;
    letter-spacing:0.03em;
    color: #ffffff
}
.s_eight-cry{
    font-size:1.00em;
    letter-spacing:0.03em;
    margin-top: 0.50em
}
.s_eight-term{
    margin-bottom: 0.50em;
    color: #ffffff;
    font-size: 13px;
}
.s_eight-report{
    color: #ffffff;
    border-bottom-left-radius: 129px;
    border-bottom-right-radius: 129px;
    border-top-left-radius: 129px;
    border-top-right-radius: 129px;
    width: 18em;
    height: 18em;
    margin-left: 4.60em;
    padding-top: 5em;
    padding-left: 3.5em;
    padding-right: 2em;
    position: relative
}
.s_eight-sector{
    display: none;
    text-align: center;
    position: relative
}
.s_eight-floor{
    display: none
}
.s_eight-rap{
    border-radius: 50px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 6px;
    margin-left: 30px
}
.s_head-toogle span{
    background-color: #ffffff;
    width: 24px;
    height: 3px;
    border-radius: 5px;
    display: block
}
.e_menu-floor svg, .e_social-link svg, .elem-box svg, .s_eight-report svg, .s_five-into svg, .s_seven-the svg, .e_slide canvas{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}
.e_scroll-down:hover{
    background-color: rgba(228, 249, 252, 0)
}
.e_scroll-nav-li:hover .e_scroll-nav-dot, .e_scroll-nav-li.active .e_scroll-nav-dot{
    background-color: #ffffff;
    opacity: 1
}
.e_scroll-nav-li:hover .e_scroll-tip{
    opacity: 1;
    width: 200px;
    padding-left: 1.80em
}
.e_logo.active{
    opacity: 1
}
.e_scroll-volume.active{
    background-image: url(img/icons/volume.png);
    background-position: calc(50% + 7px) 50%
}
.e_scroll-down.back{
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg)
}
.e_scroll.active{
    left: 2.30em;
    opacity: 1
}
.s_head.fixed.active{
    margin-top: 0;
    opacity: 1
}
.s_footer.fixed.active{
    bottom: 0;
    opacity: 1
}
.e_menu .e_menu-floor:last-child{
    margin-right: 0em
}
.s_five-word.one{
    right: 23.10em;
    padding-left: 4.40em;
    padding-right: 1.30em;
    padding-bottom: 0.40em
}
.s_five-word.two{
    right: 2.10em;
    top: 1.80em;
    padding-left: 3.20em;
    padding-right: 1.90em
}
.s_five-word.three{
    top: 18.40em;
    right: 32.40em;
    padding-right: 0.70em
}
.s_five-word.four{
    top: 21.70em;
    right: 8.70em;
    padding-right: 2.50em
}
.e_slide-height .e_slide-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /*padding-top: 6.40em;
    padding-bottom: 6.40em*/
    padding-top: 6em;
    padding-bottom: 8em;
}
.e_slide-center .e_slide-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.e_slide-bttom .e_slide-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 5.80em
}
.e_slide-top .e_slide-content{
    padding-top: 5.80em
}
.e_slide-overlay.color-five, .e_slide-overlay.color-six, .e_slide-overlay.color-two{
    background: -webkit-gradient(linear, left top, right top, from(#2b2f63),to(#c45ba1));
    background: linear-gradient(90deg, #2b2f63 0%,#c45ba1 100%);
    mix-blend-mode: multiply
}
.e_slide-overlay.color-three{
    background-color: rgba(13,12,25,0.80);
    background: rgba(13,12,25,0.80) linear-gradient(63deg, rgba(43, 47, 99, 0.24) 0%,rgba(196, 91, 161, 0.31) 100%)
}
.e_slide-overlay.color-four{
    background: linear-gradient(61deg, rgba(43, 47, 99, 0.8) 0%,#c45ba1 100%);
    opacity: 0.5
}
.e_slide-overlay.color-six{
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2f63),to(#c45ba1));
    background: linear-gradient(180deg, #2b2f63 0%,#c45ba1 100%)
}
.e_slide-overlay.color-one{
    background-color: rgba(12,11,20,0.50)
}
.e_slide-bet .e_slide-content{
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
.e_slide-video video{
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.e_social-link:hover .e_social-img, .s_seven-the:hover .s_seven-tie, .s_three-text:hover {
    -webkit-filter: drop-shadow(0 0 10px #fff);
            filter: drop-shadow(0 0 10px #fff)
}
.s_seven-tie:hover {
    text-shadow: 0 0 10px #fff;
}
.s_seven-the:hover{
    background-position: 97% 50%
}
.s_seven-txt:after{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.51);
    content: '';
    -webkit-transition: all 310ms;
    transition: all 310ms;
    opacity: 0;
    border-radius: 100%;
}
.s_seven-txt:hover:after{
    opacity: 1
}
/************************************************/
/************************************************/
/*portfolio*/
/************************************************/
/************************************************/
.portfolio {

}
.filter {
  display: flex;
  margin: 0 auto 60px;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-link {
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255, 0.7);
  font-size: 16px;
  margin: 0 10px 10px;
  font-family: 'Gilroy-Light';
  display: block;
}
.filter-link:hover {
  color: rgba(255,255,255, 1);
  font-weight: bold;
}
.portfolio-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio-item {
  width: 355px;
  height: 355px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto 20px;
}
.portfolio-item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 100%;
}
.portfolio-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
}
.portfolio-item-img {
    transition: opacity .5s;
    opacity: .5;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.portfolio-item-category {
  color: rgba(255,255,255, 0.7);
  font-size: 16px;
  margin: 0 auto 30px;
  font-family: 'Gilroy-Light';
}
.portfolio-item-name {
  color: rgba(255,255,255, 1);
  font-size: 18px;
  padding: 20px 0;
  display: block;
  font-family: 'Gilroy-Bold';
}
.portfolio-item-tags {
  opacity: 0;
  transition: opacity .5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio-item-tags span {
  color: #f74067;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-family: 'Gilroy-Light';
}
.portfolio-item:hover .portfolio-item-img {
  opacity: .3;
}
.portfolio-item:hover .portfolio-item-tags {
  opacity: 1;
}
/************************************************/
/************************************************/
/*project*/
/************************************************/
/************************************************/
.project {
  width: 100%;
}
.project-name {
  color: #f74067;
  font-size: 44px;
  font-family: 'Gilroy-Bold';
}
.project-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 40px;
}
.project-tag-link {
  color: #ecfcff;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-family: 'Gilroy-Light';
}
.project-section {

}
.project-section-title {
  color: #ecfcff;
  font-size: 30px;
  margin: 0 auto 18px;
  font-family: 'Gilroy-Bold';
}
.project-section-content {
  color: #ecfcff;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 30px;
  font-family: 'Gilroy-Light';
}
.project-section-content p {
    margin: 0 0 18px;
}
.project-stat {
  display: flex;
  justify-content: space-between;
}
.project-stat-cell {
  width: 20%;
}
.project-stat-number {
  color: #f74067;
  font-size: 42px;
  font-family: 'Gilroy-Bold';
  text-align: center;
}
.project-stat-desc {
  font-size: 22px;
  font-family: 'Gilroy-Bold';
  text-align: center;
  color: #ecfcff;
}
.projects-gallery {
  padding: 50px 0 30px;
}
.gallery-item {
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.gallery-item a {
    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;
    /*height: 300px;*/
    height: 100%;
    overflow: hidden;
}
@media (max-width: 768px){
    .owl-carousel .owl-item img {
        width: 100%;
    }
}
.owl-dots {
  margin: 20px auto;
  text-align: center;
}
.owl-carousel button.owl-dot {
  background: rgba(236,252,255, .7);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  outline: none;
}
.owl-carousel button.owl-dot:focus {
}
.owl-carousel button.owl-dot:before {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 10px;
  display: block;
  content: '';
  transform: scale(0);
  transition: transform .5s;
  border: 1px solid rgba(236,252,255, .7);
  transform-origin: 0 0;
  position: absolute;
  left: -17px;
  right: 0;
  top: -7px;
  bottom: 0;
}
.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover {
  background: rgba(236,252,255, 1)
}
.owl-carousel button.owl-dot:hover:before,
.owl-carousel button.owl-dot.active:before {
  transform: scale(1.4);
  border-color: rgba(236,252,255, 1)
}

/*404*/
.error-404-title {
    font-family: 'Gilroy-Light';
    margin: 20px auto;
    color: #ecfcff;
    font-size: 30px;
    text-align: center;
}
/*end*/
@media screen and (max-width: 1199px){
    .e_scroll{
        display: none
    }
    .s_three-chest{
        padding-left: 0em
    }
    .s_four-modest{
        padding-left: 0em;
        padding-right: 0em
    }
    .s_four-shebang{
        padding-left: 5.10em;
        padding-right: 5.10em
    }
    .s_seven-pack{
        padding-left: 0em;
        padding-right: 0em
    }
    .s_seven-txt{
        height: 17.75em;
        width: 17.75em;
        margin: 0 auto 2.80em;
    }
    .s_seven-suit{
        grid-column-gap: 45px
    }
    .s_seven-the{
        border: 2px solid #ffffff
    }
}
@media screen and (max-width: 1400px){
    .s_five-rack{
        height: 36.20em;
        margin-right: -3.50em
    }
    .s_five-into{
        margin-left: 0em
    }
    .s_five-word{
        width: 17.50em;
        height: 17.50em
    }
    .s_five-floor{
        display: none
    }
    .s_five-wash{
        pointer-events: none
    }
    .s_five-word.one{
        right: 18.50em;
        padding-left: 3.50em
    }
    .s_five-word.two{
        right: 0;
        top: 1.50em;
        padding-left: 2.80em;
        padding-right: 1.30em
    }
    .s_five-word.three{
        right: 30.30em;
        top: 16.10em
    }
    .s_five-word.four{
        right: 10.50em;
        top: 18.70em;
        padding-right: 1.70em;
        padding-left: 2.40em
    }
}
@media screen and (max-width:1400px) and (min-width:1200px){
    .s_five-rack {
        height: 32.2em;
        margin-left: 100px;
        margin-right: 100px;
    }

    .s_five-word{
        font-size: 0.85em;
    }

    .s_two-box,
    .s_one-box{
        margin-left: 100px;
    }
    .s_three-box{
        font-size: 0.8em;
    }
    .s_five-floor{
        display: block;
    }
}
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 992px){
    .e_slide-overlay.color-one{
        background-color: rgba(12,11,20,0.80)
    }
    .elem-box{
        border: 0px none #ddd
    }
    .margin-bottom-11{
        margin-bottom: 0.48em
    }
    .s_head.fixed{
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.75)
    }
    .s_head-inner{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 0.50em;
        padding-bottom: 0.50em
    }
    .logotype {
        display: none;
    }
    .s_head-wash{
        display: block
    }
    .s_footer.fixed{
        display: none
    }
    .e_slide-content{
        padding-top: 3.60em;
        padding-bottom: 3.60em
    }
    .e_logo{
        display: none
    }
    .e_scroll{
        display: none
    }
    .s_one-box{
        max-width: none;
        text-align: center;
        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: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 3.80em;
        padding-bottom: 2.20em
    }
    .s_one-subject{
        display: block
    }
    .s_two-box{
        padding-left: 0em;
        padding-right: 0em;
        max-width: 36.60em
    }
    .s_three-par{
        margin-top: 0em;
        max-width: none;
        text-align: center;
        padding-left: 5.00em;
        padding-right: 5.00em
    }
    .s_three-chest{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch
    }
    .s_three-box{
        padding-left: 6.50em;
        padding-right: 6.50em;
        padding-top: 0em;
        padding-bottom: 0em;
        max-width: none;
        margin-right: 0em;
        margin-bottom: 3.80em
    }
    .s_four-clause{
        padding-left: 0em;
        padding-right: 0em
    }
    .s_four-shebang{
        padding-left: 2.40em;
        padding-right: 0em
    }
    .s_five-rack{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 0em
    }
    .s_five-into{
        border: 0px none #ddd;
        width: auto;
        position: static;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1
    }
    .s_five-word{
        position: static;
        width: auto;
        height: auto;
        padding-left: 0em;
        padding-right: 0em;
        border: 0px none #ddd;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
    .s_six-thing{
        display: none
    }
    .s_six-sm{
        display: block
    }
    .s_seven-article{
        width: 19.13em
    }
    .s_seven-suit{
        grid-template-columns: 1fr;
        justify-items: center
    }
    .s_eight-report{
        border: 0px none #ddd;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .s_five-word.one{
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 2;
                order: 2;
    }
    .s_five-word.two{
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 3;
                order: 3;
    }
    .s_five-word.three{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 4;
                order: 4;
    }
    .s_five-word.four{
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 5;
                order: 5;
    }
    .s_five-word.four, .s_five-word.three, .s_five-word.two, .s_five-word.one{
        padding-left: 0em;
        padding-right: 0em;
        padding-top: 0.80em;
        padding-bottom: 0.80em
    }
    .e_slide-bttom .e_slide-content{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
    .project-stat {
        flex-wrap: wrap;
    }
    .project-stat-cell {
        width: 45%;
        margin: 50px 0;
    }
    .gallery-item {
        height: 260px;
    }
    /*.gallery-item > a {
        height: 260px;
    }*/
}
@media screen and (max-width: 767px){
    .elem-box{
        border: 2px solid #ddd
    }
    .s_head-inner{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between
    }
    .s_head-text{
        display: none
    }
    .s_head-lead{
        display: flex;
        align-items: center;
    }
    .s_one-box{
        padding-left: 4.80em;
        padding-right: 4.80em;
        text-align: left;
        height: auto;
        margin-bottom: 3.20em;
        margin-top: 4.10em
    }
    .s_two-box{
        padding-left: 4.80em;
        padding-right: 4.80em
    }
    .s_three-box{
        border: 2px none #ddd
    }
    .s_four-modest{
        grid-template-columns: 1fr;
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
        border: 2px solid rgba(228,249,252,1);
        min-height: auto;
        padding-left: 4.80em;
        padding-right: 4.80em;
        padding-top: 4.10em;
        padding-bottom: 4.10em
    }
    .s_four-clause{
        border: 2px none #ddd;
        padding-top: 0em;
        padding-bottom: 0em
    }
    .s_four-shebang{
        border: 2px none #ddd;
        padding-left: 0em;
        padding-top: 0em;
        padding-bottom: 0em
    }
    .s_four-motto{
        margin-bottom: 0.70em
    }
    .s_five-rack{
        height: auto;
        align-items: flex-start;
    }
    .s_five-into{
        /*border: 2px solid #ddd;*/
        padding-top: 2.20em;
        padding-bottom: 2.20em;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2.90em;
        padding-right: 2.90em;
        margin-bottom: 2.20em
    }
    .s_eight-report{
        border: 2px solid #ddd;
        padding-top: 4.3em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        width: 16em;
        height: 16em;
    }
    .s_five-word.four, .s_five-word.three, .s_five-word.two, .s_five-word.one{
        padding-left: 6.30em;
        padding-right: 6.30em;
        padding-top: 0.90em;
        padding-bottom: 0.90em
    }
    .e_slide-bttom .e_slide-content{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
    .portfolio-item {
        max-width: 300px;
        max-height: 300px;
    }
    .portfolio-item-tags {
    	opacity: 1;
    }
    /*.gallery-item > a {
        height: auto;
        width: 100%;
    }*/
    .s_footer-inner.not-main {
        flex-wrap: wrap;
    }
    .e_social {
        order: 1;
        width: 100%;
        justify-content: center;
    }
    .e_social-link {
        width: 2.5em;
        height: 2.5em;
        font-size: 14px;
    }
    .copyright {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .creator {
        order: 3;
        width: 100%;
    }
    .footer__creator {
        justify-content: center;
    }

    .error-404-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px){
    .blocker{
        padding-left: 0em;
        padding-right: 0em
    }
    .modal{
        padding-left: 0.98em;
        padding-right: 0.98em
    }
    .s_one-box{
        margin-bottom: 1.00em
    }
    .s_five-rack{
        padding-bottom: 3.80em
    }
    .s_five-wash{
        top: 10.30em;
        display: block
    }
    .s_six-sm{
        display: none
    }
    .s_six-xs{
        display: inline-block
    }
    .client-logo {
        max-width: 120px;
        margin: 5px 20px;
    }
    .s_eight-sector{
        display: block;
        margin-bottom: 6.10em
    }
    .s_eight-floor{
        display: block;
        margin-top: 0em
    }
    .s_eight-par{
        margin-bottom: 2.80em
    }
    .s_eight-unite{
        display: none
    }
    .s_eight-floor .e_social{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
    .s_eight-floor .e_social .e_social-link{
        margin-left: 0.30em;
        margin-right: 0.30em;
        border: 2px solid #ffffff
    }
}
@media all and (max-width: 500px){
    .elem-box{
        border: 2px none #ddd
    }
    .s_one-box{
        padding-left: 0em;
        padding-right: 0em;
        margin-bottom: 0.20em;
        padding-top: 0em;
        padding-bottom: 0em
    }
    .s_one-subject{
        text-align: left
    }
    .s_two-box{
        padding-left: 0em;
        padding-right: 0em;
        padding-top: 0em;
        padding-bottom: 0em
    }
    .s_three-par{
        padding-left: 0em;
        padding-right: 0em
    }
    .s_three-box{
        padding-left: 0em;
        padding-right: 0em
    }
    .s_four-modest{
        padding-left: 0em;
        padding-right: 0em;
        border: 2px none #ddd;
        padding-top: 0em;
        padding-bottom: 0em
    }
    .s_five-be{
        padding-left: 1.20em;
        padding-right: 1.20em
    }
    .s_five-wash{
        border-radius: 78px;
        display: block
    }
    .s_five-word.four, .s_five-word.three, .s_five-word.two, .s_five-word.one{
        padding-left: 0em;
        padding-right: 0em
    }
    .client-logo-wrap {
    	width: 48%;
    	margin: 7px 1%;
    }
    .client-logo {
        max-width: 110px;
        margin: 15px 20px;
    }
    .project-stat-cell {
        width: 100%;
        margin: 25px 0;
    }
    .mobile-head{
        display: none
    }
    .mobile-body{
        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;
        text-align: center;
        background-color: transparent;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        position: relative
    }
    .mobile-menu-body{
        background-color: transparent
    }
    .mobile{
        background-color: transparent
    }
    .mobile-menu-content{
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        -webkit-box-shadow: none !important;
                box-shadow: none !important
    }
    .mobile-menu-background{
        -webkit-box-shadow: 0px 10px 114px rgba(1,1,1,0.2);
                box-shadow: 0px 10px 114px rgba(1,1,1,0.2);
        background-color: rgba(66,61,100,1.00);
        background: rgba(66,61,100,1.00) linear-gradient(340deg, rgba(248,99,155,1.00) 0%,rgba(51,48,87,1.00) 100%) !important;
        position: relative
    }
    .mobile-be{
        color: #e4f9fc;
        font-size: 18px;
        letter-spacing: -0.18px;
        font-weight: 800;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .mobile_social-img{
        width: 18px;
        height: 18px
    }
    .mobile_social-link{
        border-radius: 50px;
        border: 2px solid #ffffff;
        margin-left: 4px;
        margin-right: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 38px;
        height: 38px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
    .mobile_social{
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        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;
        margin-bottom: 45px
    }
    .mobile-menu-background:after{
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(img/close.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        top: 16px;
        right: 21px
    }
    .gallery-item {
      height: auto;
    }
    .gallery-item .owl-video-wrapper {
        height: 260px;
    }
}
@media screen and (max-width: 380px){
    .s_seven-article{
        width: 100%
    }
}
.svg-circle {
    background: transparent;
    stroke-dasharray: 165;
    stroke-dashoffset: 0;
    stroke: #fff;
    transition: stroke-dashoffset ease-in-out 1s;
}
.e_social-link:hover .svg-circle { 
    stroke-dashoffset: 165;
}