a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
* {
    box-sizing: border-box;
}
a{text-decoration:none;}

@font-face {
    font-family: 'Felix Titling';
    src: url('../fonts/FelixTitlingMT.eot');
    src: url('../fonts/FelixTitlingMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FelixTitlingMT.woff') format('woff'),
        url('../fonts/FelixTitlingMT.ttf') format('truetype'),
        url('../fonts/FelixTitlingMT.svg#FelixTitlingMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.nav-circle{
	width:90px; 
    height:90px;
    border-top-right-radius:0;
    border-top-left-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:100%;
    background:#004f9e;
	position:absolute;
	right:0;
	z-index:9999
}
.nav-circle img{margin:15px 0 0 25px}
.google-nav{display:none; background:rgba(0, 0, 0, 0.9); height:100%; width:100%; padding-top: 100px; position: fixed; z-index: 999;}
.google-nav ul{margin: 0 auto; max-width: 320px; border-left: 15px solid #ff0000;}
.google-nav ul h4 {color: #fff;
font-size: 30px;
font-weight: bold;
z-index: 99999;
position: relative;
padding-bottom: 15px;
text-align: left;
padding-left: 15px;
text-transform: uppercase;}

.google-nav ul li{ z-index: 99999; position: relative; text-align: left;}
.google-nav ul li h5 {color: #fff; font-size: 25px; z-index: 99999; position: relative; margin-bottom: 0; font-weight:normal}
.google-nav ul li i {color: #fff; font-size: 25px; margin-right: 25px;}
.google-nav ul li .media {margin: 0px 15px 25px 15px; background: red; padding: 15px;}
.google-nav ul li .media-left, 
.google-nav ul li .media-right, 
.google-nav ul li .media-body {display: table-cell; vertical-align: top;}
.google-nav ul li .media-body a{color:#fff}
.google-nav ul li span{color:#fff; font-size: 20px;}

.google-nav ul li a {
  font-family: Exo, sans-serif;
  color: #fff ;
  font-size: 20px;
  margin: 5px 15px;
  display: block;
  position: relative;
  text-decoration:none;
}
.google-nav ul li a:hover{color:#ff0000}

label.nav-area{display:flex; flex-direction:column;width:50px; height:50px; cursor:pointer;z-index: 9999999999;position: fixed;right: 20px;top: 5px;}
label.nav-area span{background: #fff;border-radius:10px;height:5px;margin: 5px 0;transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6); 
                    box-shadow: 0px 2px 2px #3F3F3F}
span:nth-of-type(1){width:50%;}span:nth-of-type(2){width:100%;}span:nth-of-type(3){width:75%;}
.nav-area input[type="checkbox"]{display:none;}

.normal-form input[type="color"],
.normal-form input[type="date"],
.normal-form input[type="datetime-local"],
.normal-form input[type="datetime"],
.normal-form input[type="email"],
.normal-form input[type="month"],
.normal-form input[type="number"],
.normal-form input[type="password"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="text"],
.normal-form input[type="time"],
.normal-form input[type="url"],
.normal-form input[type="week"],
.normal-form select,
.normal-form textarea {
    -webkit-appearance: none;
}
.normal-form textarea {
    overflow: auto;
}
.normal-form input[type="color"]:focus,
.normal-form input[type="date"]:focus,
.normal-form input[type="datetime-local"]:focus,
.normal-form input[type="datetime"]:focus,
.normal-form input[type="email"]:focus,
.normal-form input[type="month"]:focus,
.normal-form input[type="number"]:focus,
.normal-form input[type="password"]:focus,
.normal-form input[type="search"]:focus,
.normal-form input[type="tel"]:focus,
.normal-form input[type="text"]:focus,
.normal-form input[type="time"]:focus,
.normal-form input[type="url"]:focus,
.normal-form input[type="week"]:focus,
.normal-form select:focus,
.normal-form textarea:focus {
    outline: none;
}
b,
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
sup {
    vertical-align: text-top;
}
sub,
sup {
    font-size: 75%;
}
sub {
    vertical-align: bottom;
}
blockquote {
    font-style: italic;
}
.user-content ul {
    list-style: disc;
    margin-left: 24px;
}
.user-content ul ul {
    margin-left: 20px;
    margin-bottom: 0;
}
.user-content ul li {
    margin-bottom: 0;
}
.user-content ol {
    margin-left: 24px;
    list-style: decimal;
}
.user-content ol ol {
    list-style: lower-latin;
    margin-bottom: 0;
}
.user-content ul ul,
.view ol ol {
    margin-bottom: 0;
}
.user-content li li {
    font-size: 1em;
}
table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
table td,
table th {
    vertical-align: middle;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-display: swap;
    font-family: Felix;
    src: url(../../../../../../../../themes/pact-media/assets/fonts/felixtitling-webfont.woff2) format("woff2"), url(../../../../../../../../themes/pact-media/assets/fonts/felixtitling-webfont.woff) format("woff"),
        url(../../../../../../../../themes/pact-media/assets/fonts/Felix-Titling-MT.ttf) format("ttf");
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: Exo, sans-serif;
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    background-color: #e5e5e5;
    overflow-x: hidden;
    position: relative;
    display: block;
}
img[data-lazy-src] {
    opacity: 0;
}
img.lazyloaded {
    -webkit-transition: opacity 0.5s linear 0.2s;
    transition: opacity 0.5s linear 0.2s;
    opacity: 1;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.split-parent {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.text-anim-bottom {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    position: relative;
    overflow: hidden;
}
.text-anim-bottom,
.text-anim-bottom h1,
.text-anim-bottom h2,
.text-anim-bottom p,
.text-anim-bottom span {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.text-anim-bottom h1,
.text-anim-bottom h2,
.text-anim-bottom p,
.text-anim-bottom span {
    display: inline-block;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.animated > .text-anim-bottom,
.animated > .text-anim-bottom h1,
.animated > .text-anim-bottom h2,
.animated > .text-anim-bottom p,
.animated > .text-anim-bottom span,
.text-anim-bottom.animated,
.text-anim-bottom.animated h1,
.text-anim-bottom.animated h2,
.text-anim-bottom.animated p,
.text-anim-bottom.animated span {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.text-anim-top {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    position: relative;
    overflow: hidden;
}
.text-anim-top,
.text-anim-top h1,
.text-anim-top h2,
.text-anim-top p {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.text-anim-top h1,
.text-anim-top h2,
.text-anim-top p {
    display: inline-block;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.animated > .text-anim-top,
.animated > .text-anim-top h1,
.animated > .text-anim-top h2,
.animated > .text-anim-top p,
.text-anim-top.animated,
.text-anim-top.animated h1,
.text-anim-top.animated h2,
.text-anim-top.animated p {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.fade-anim-default {
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-anim-default.animated {
    opacity: 1;
}
.fade-anim-article {
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-anim-article.animated {
    opacity: 1;
}
.fade-anim-zoom {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-anim-zoom.animated {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.fade-anim-bottom {
    -webkit-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-anim-bottom.animated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fade-anim-top {
    -webkit-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-anim-top.animated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fade-up {
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-up.animated {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.unwrap-anim-box {
    position: relative;
    -webkit-transition: opacity 1.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 1.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 1.3s cubic-bezier(0.7, 0, 0.3, 1), transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 1.3s cubic-bezier(0.7, 0, 0.3, 1), transform 1.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.unwrap-anim-box:after {
    -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 1.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 1.3s cubic-bezier(0.7, 0, 0.3, 1);
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background-color: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.unwrap-anim-box.animated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.unwrap-anim-box.animated:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.unwrap-anim-bottom {
    position: relative;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.unwrap-anim-bottom:after {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 110%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#008cbc), color-stop(65%, #008cbc), color-stop(0, #008cbc), color-stop(0, #008cbc));
    background-image: linear-gradient(0deg, #008cbc 0, #008cbc 65%, #008cbc 0, #008cbc);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.unwrap-anim-bottom.animated {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
.unwrap-anim-bottom.animated:after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.unwrap-anim-top {
    position: relative;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.unwrap-anim-top:after {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3051a), color-stop(65%, #e3051a), color-stop(0, #e3051a), color-stop(0, #e3051a));
    background-image: linear-gradient(180deg, #e3051a 0, #e3051a 65%, #e3051a 0, #e3051a);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.unwrap-anim-top.animated {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
.unwrap-anim-top.animated:after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.fade-anim-left {
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-anim-left.animated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fade-anim-right {
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-anim-right.animated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.unwrap-anim-left {
    position: relative;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.unwrap-anim-left:after {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#415773), color-stop(65%, #415773), color-stop(0, #fff), color-stop(0, #fff));
    background-image: linear-gradient(90deg, #415773 0, #415773 65%, #fff 0, #fff);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.unwrap-anim-left.animated {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.unwrap-anim-left.animated:after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.unwrap-anim-right {
    position: relative;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.unwrap-anim-right:after {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#415773), color-stop(65%, #415773), color-stop(0, #fff), color-stop(0, #fff));
    background-image: linear-gradient(270deg, #415773 0, #415773 65%, #fff 0, #fff);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.unwrap-anim-right.animated {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.unwrap-anim-right.animated:after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.unwrap-fixed-menu {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.unwrap-fixed-menu.animated {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.page-unwrap {
    position: relative;
}
.page-unwrap:after {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    content: "";
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #cb504c;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.page-unwrap.active:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.page-unwrap.animated:after,
.page-unwrap.transit:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.unwrap-main-menu {
    position: relative;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.unwrap-main-menu:after {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.unwrap-main-menu.animated {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
.unwrap-main-menu.animated:after {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/*
body.loaded {
    -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    opacity: 1;
    visibility: visible;
}
*/
.container {
    max-width: 1440px;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.justify-content-space-between {
    -ms-flex-pack: space-between !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}
.justify-content-flex-end {
    -ms-flex-pack: flex-end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}
.align-items-top {
    -ms-flex-align: flex-start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}
.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-20,
.col-lg-auto,
.col-lg-value,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-20,
.col-md-auto,
.col-md-value,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-value,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-1,
.col-value {
    -webkit-box-flex: 0;
}
.col-value {
    -ms-flex: 0 0 14.285714%;
    -webkit-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-2,
.col-20 {
    -webkit-box-flex: 0;
}
.col-20 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-3,
.col-4 {
    -webkit-box-flex: 0;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-5,
.col-6 {
    -webkit-box-flex: 0;
}
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-7,
.col-8 {
    -webkit-box-flex: 0;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-9,
.col-10 {
    -webkit-box-flex: 0;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-11,
.col-12 {
    -webkit-box-flex: 0;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0%;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0%;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-value {
        -ms-flex: 0 0 14.285714%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-20 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0%;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-value {
        -ms-flex: 0 0 14.285714%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0%;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.col-partners {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 576px) {
    .col-partners {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .col-partners {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
    .col-partners {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.overflow-hidden {
    overflow: hidden !important;
}
.obj-fit-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.obj-fit-cover > img {
    visibility: hidden !important;
    opacity: 0 !important;
    display: block;
    width: 100%;
    height: 100%;
}

.text-center {text-align: center !important;}

#page-wrapper,
#site-content {
    position: relative;
    overflow: hidden;
}
#page-wrapper {
   
}
@media screen and (max-width: 991px) {
    #page-wrapper {
       
	   
    }
}
.behance-icon,
.dribbble-icon,
.facebook-icon,
.instagram-icon,
.linkedin-icon,
.pinterest-icon,
.twitter-icon,
.whatsapp-icon,
.youtube-icon {
    position: relative;
    display: block;
    vertical-align: middle;
    fill: #fff;
    -webkit-transition: fill 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: fill 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.behance-icon:hover,
.dribbble-icon:hover,
.facebook-icon:hover,
.instagram-icon:hover,
.linkedin-icon:hover,
.pinterest-icon:hover,
.twitter-icon:hover,
.whatsapp-icon:hover,
.youtube-icon:hover {
    fill: #cb504c;
}
.facebook-icon {
    width: 16px;
    height: 16px;
}
.twitter-icon {
    width: 16px;
    height: 13px;
}
.instagram-icon {
    width: 16px;
    height: 16px;
}
.youtube-icon {
    width: 16px;
    height: 12px;
}
.linkedin-icon {
    width: 16px;
    height: 16px;
}
.behance-icon {
    width: 16px;
    height: 10px;
}
.dribbble-icon,
.pinterest-icon,
.whatsapp-icon {
    width: 16px;
    height: 16px;
}
#page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
}
@media screen and (max-width: 991px) {
    #page-header {
        width: 50px;
    }
}
#page-header .left-sidebar-line {
    position: fixed;
    width: 90px;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #fff;
    z-index: 5;
    background-color: #e5e5e5;
}
@media screen and (max-width: 991px) {
    #page-header .left-sidebar-line {
        width: 50px;
    }
}
#page-header .left-sidebar {
    position: fixed;
    width: 90px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
@media screen and (max-width: 991px) {
    #page-header .left-sidebar {
        width: 50px;
    }
}
#page-header .left-sidebar .header-dots {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90px;
    height: 100px;
    z-index: 11;
    background-color: #000;
}
@media screen and (max-height: 450px) {
    #page-header .left-sidebar .header-dots {
        height: 70px;
    }
}
@media screen and (max-width: 991px) {
    #page-header .left-sidebar .header-dots {
        width: 50px;
        height: 50px;
    }
}
#page-header .left-sidebar .header-dots img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px;
    height: 32px;
}
@media screen and (max-width: 991px) {
    #page-header .left-sidebar .header-dots img {
        width: 18px;
        height: 25px;
    }
}
#page-header .left-sidebar .header-social {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
@media screen and (max-width: 991px) {
    #page-header .left-sidebar .header-social {
        top: unset;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 30px;
    }
}
#page-header .left-sidebar .header-social li {
    display: block;
    text-align: center;
}
#page-header .left-sidebar .header-social li:last-of-type a {
    padding: 0;
}
#page-header .left-sidebar .header-social li a {
    display: block;
    padding-bottom: 30px;
}
@media screen and (max-height: 450px) {
    #page-header .left-sidebar .header-social li a {
        padding-bottom: 20px;
    }
}
.header-logo {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 99;
	background:#fff;
	background: rgba(255, 255, 255, 1);
}
.header-logo img{height: 45px; margin: 0 0 -10px 0; padding: 5px 0;}

.header-logo .logo-wrapper {
    position: relative;
    display: inline-block;
}
.header-logo .logo-wrapper img {
    width: 100%;
    max-width: 360px;
    height: auto;
    vertical-align: middle;
}
.header-navigation {
    position: absolute;
    right: 5%;
    top: 30px;
    z-index: 12;
}

/* accordian */
.accordion {
	color: #fff;
	background: #8b3c0d url("../images/acor-top.png") no-repeat 98% 15px;
	cursor: pointer;
	padding: 10px 10px;
	margin-top: 20px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-family: 'Felix Titling';
	font-size: 22px;
	letter-spacing: 1px;
	}
/*
.active, .accordion:hover {background: #8b3c0d url("../images/acor-down.png") no-repeat 98% 15px;}
*/
.accordion.active{background: #8b3c0d url("../images/acor-down.png") no-repeat 98% 15px;}

.panel {
	padding: 0 15px;
	font-size: 18px;
	background-color: #00000042;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	}
	
.accordion-div p{padding:15px}	

.client-review{margin:0 0 50px 0 }
.client-review .item strong{color:#cb504c}

 

	
@media screen and (max-width: 1440px) {
    .header-navigation {
        right: 15px;
    }
}
@media screen and (max-width: 1350px) {
    .header-navigation {
        top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .header-navigation {
        display: none;
    }
}
.header-navigation .main-nav {
    position: relative;
    text-align: right;
}
.header-navigation .main-nav .current-menu-item a {
    color: #cb504c;
}
.header-navigation .main-nav li {
    display: block;
}
.header-navigation .main-nav li a {
    display: block;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    text-align: right;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1350px) {
    .header-navigation .main-nav li a {
        line-height: 28px;
    }
}
.header-navigation .main-nav li a:hover {
    color: #cb504c;
}
.mobile-navigation {
    position: fixed;
    left: 50px;
    top: 0;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    display: none;
    height: 50px;
    border-bottom: 1px solid #fff;
    z-index: 100;
    background-color: #e5e5e5;
}

.mobile-navigation .mobile-hamburger.active .dot-wrapper .position2 {
    left: 60%;
    top: 20%;
    -webkit-transform: none;
    transform: none;
}
.mobile-navigation .mobile-hamburger.active .dot-wrapper .position4 {
    left: 20%;
    top: 20%;
    -webkit-transform: none;
    transform: none;
}
.mobile-navigation .mobile-hamburger.active .dot-wrapper .position6 {
    right: 20%;
    top: 60%;
    -webkit-transform: none;
    transform: none;
}
.mobile-navigation .mobile-hamburger.active .dot-wrapper .position8 {
    bottom: 20%;
    left: 20%;
    -webkit-transform: none;
    transform: none;
}
.mobile-navigation .mobile-hamburger {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 15px;
    top: 0;
    right: 0;
    background-color: #000;
    cursor: pointer;
}
.mobile-navigation .mobile-hamburger .dot-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.mobile-navigation .mobile-hamburger .dot-wrapper .dot {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position1 {
    left: 0;
    top: 0;
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position3 {
    right: 0;
    top: 0;
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position4 {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position5 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position6 {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position7 {
    bottom: 0;
    left: 0;
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position8 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mobile-navigation .mobile-hamburger .dot-wrapper .position9 {
    bottom: 0;
    right: 0;
}
.mobile-navigation .logo-wrapper {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.mobile-navigation .logo-wrapper img {
    width: 100%;
    max-width: 70px;
    height: auto;
    vertical-align: middle;
}
.intro-circle {
    position: absolute;
    left: 0;
    top: -900px;
    width: 2500px;
    height: 2500px;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.intro-circle svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-animation: rotation 50s linear infinite;
    animation: rotation 50s linear infinite;
}
@media screen and (max-width: 1350px) {
    .intro-circle {
        top: -550px;
        width: 2000px;
        height: 2000px;
    }
}
@media screen and (max-width: 1199px) {
    .intro-circle {
        top: -380px;
        width: 1700px;
        height: 1700px;
        left: -10px;
    }
}
@media screen and (max-width: 991px) {
    .intro-circle {
        top: -320px;
        width: 1400px;
        height: 1400px;
        left: -40px;
    }
}
@media screen and (max-width: 767px) {
    .intro-circle {
        width: 1200px;
        height: 1200px;
        top: -300px;
        left: -200px;
    }
}
@media screen and (max-width: 575px) {
    .intro-circle {
        width: 950px;
        height: 950px;
        top: -200px;
        left: -200px;
    }
}
@media screen and (max-width: 400px) {
    .intro-circle {
        width: 900px;
        height: 900px;
        left: -250px;
        top: -180px;
    }
}
.intro-circle.white {
    z-index: 6;
    -webkit-mask-image: -webkit-radial-gradient(#e5e5e5, #e5e5e5);
}
@media (min-width: 2700px) {
    .intro-circle.white {
        display: none;
    }
}
.intro-circle.red {
    z-index: 2;
}
@media (min-width: 2700px) {
    .intro-circle.red {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotation-reverse {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes rotation-reverse {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.mouse-wrapper {
    position: fixed;
    left: 50%;
    top: 90vh;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 100;
    display:none;
}
@media screen and (max-height: 450px) {
    .mouse-wrapper {
        bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .mouse-wrapper {
        display: none;
    }
}
.mouse {
    position: relative;
    z-index: 100;
    background: #cb504c -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(0, #000), color-stop(0, #000));
    background: #cb504c linear-gradient(transparent, transparent 50%, #000 0, #000);
    width: 20px;
    height: 34px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
    animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
}
.mouse:after,
.mouse:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.mouse:before {
    width: 16px;
    height: 30px;
    background-color: #e5e5e5;
    border-radius: 100px;
}
.mouse:after {
    background-color: #000;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 8s linear infinite;
    animation: trackBallSlide 8s linear infinite;
}
@-webkit-keyframes colorSlide {
    0% {
        background-position: 0 100%;
    }
    20% {
        background-position: 0 0;
    }
    21% {
        background-color: #cb504c;
    }
    29.99% {
        background-color: #000;
        background-position: 0 0;
    }
    30% {
        background-color: #cb504c;
        background-position: 0 100%;
    }
    50% {
        background-position: 0 0;
    }
    51% {
        background-color: #cb504c;
    }
    59% {
        background-color: #000;
        background-position: 0 0;
    }
    60% {
        background-color: #cb504c;
        background-position: 0 100%;
    }
    80% {
        background-position: 0 0;
    }
    81% {
        background-color: #cb504c;
    }
    90%,
    to {
        background-color: #000;
    }
}
@keyframes colorSlide {
    0% {
        background-position: 0 100%;
    }
    20% {
        background-position: 0 0;
    }
    21% {
        background-color: #cb504c;
    }
    29.99% {
        background-color: #000;
        background-position: 0 0;
    }
    30% {
        background-color: #cb504c;
        background-position: 0 100%;
    }
    50% {
        background-position: 0 0;
    }
    51% {
        background-color: #cb504c;
    }
    59% {
        background-color: #000;
        background-position: 0 0;
    }
    60% {
        background-color: #cb504c;
        background-position: 0 100%;
    }
    80% {
        background-position: 0 0;
    }
    81% {
        background-color: #cb504c;
    }
    90%,
    to {
        background-color: #000;
    }
}
@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(1.5px);
        transform: scale(0.9) translateY(1.5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(12px);
        transform: scale(0.4) translateY(12px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(1.5px);
        transform: scale(0.9) translateY(1.5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(12px);
        transform: scale(0.4) translateY(12px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(1.5px);
        transform: scale(0.9) translateY(1.5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(12px);
        transform: scale(0.4) translateY(12px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    88%,
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
}
@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(1.5px);
        transform: scale(0.9) translateY(1.5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(12px);
        transform: scale(0.4) translateY(12px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(1.5px);
        transform: scale(0.9) translateY(1.5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(12px);
        transform: scale(0.4) translateY(12px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(1.5px);
        transform: scale(0.9) translateY(1.5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(12px);
        transform: scale(0.4) translateY(12px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    88%,
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
}
@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
#page-footer {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
    z-index: 11;
	background:#000 url("../images/pattern4.png")
}
#page-footer .footer-content {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
	color:#fff !important
}
@media screen and (max-width: 1199px) {
    #page-footer .footer-content {
        
    }
}
@media screen and (max-width: 991px) {
    #page-footer .footer-content {
        padding-top: 100px;
    }
}
@media screen and (max-width: 767px) {
    #page-footer .footer-content {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
#page-footer .footer-circle {
    position: absolute;
	top: 250px;
	right: -300px;
	width: 600px;
	height: 600px;
    -webkit-animation: rotation-reverse 50s linear infinite;
    animation: rotation-reverse 50s linear infinite;
    z-index: -1;
}
#page-footer .footer-circle.footer-circle2 {
	top: -211px;
	right: auto;
	left: -300px;
	width: 400px;
	height: auto;}


@media screen and (max-width: 991.98px) {
    #page-footer .footer-circle {
      width: 500px;
      height: 500px;
      right: -350px;
      }      
 }

#page-footer .footer-email-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
    #page-footer .footer-email-wrapper {
        padding-bottom: 30px;
    }
}
#page-footer .footer-email-wrapper .footer-email {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 58px;
    text-align: left;
    color: #212121;
}
@media screen and (max-width: 1350px) {
    #page-footer .footer-email-wrapper .footer-email {
        font-size: 36px;
        line-height: 48px;
    }
}
@media screen and (max-width: 991px) {
    #page-footer .footer-email-wrapper .footer-email {
        font-size: 28px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    #page-footer .footer-email-wrapper .footer-email {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 500px) {
    #page-footer .footer-email-wrapper .footer-email {
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width: 400px) {
    #page-footer .footer-email-wrapper .footer-email {
        font-size: 14px;
        line-height: 24px;
    }
}
#page-footer .footer-email-wrapper .footer-email:hover:before {
    width: 30%;
}
#page-footer .footer-email-wrapper .footer-email:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
    #page-footer .footer-email-wrapper .footer-email:before {
        bottom: 2px;
    }
}
#page-footer .footer-information {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
    #page-footer .footer-information {
        padding-bottom: 30px;
    }
}
#page-footer .footer-information a,
#page-footer .footer-information p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 42px;
    text-align: left;
    color: #fff;
}
#page-footer .footer-information p a{text-decoration:none;}
#page-footer .footer-information p a:hover{color:#ffa650}

#page-footer .footer-social {
    position: relative;
    width: 100%;
}
@media screen and (max-width: 575px) {
    #page-footer .footer-social {
        padding-bottom: 30px;
    }
}
#page-footer .footer-social li.footer-social-title {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-right: 45px;
}
@media screen and (max-width: 767px) {
    #page-footer .footer-social li.footer-social-title {
        margin-right: 15px;
    }
}

#page-footer .footer-social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
@media screen and (max-width: 767px) {
    #page-footer .footer-social li {
        margin-right: 15px;
    }
}
#page-footer .footer-social li:last-of-type {
    margin: 0;
}
#page-footer .footer-social li a {
    display: block;
	color:#ffffff;
	font-size: 15px;
}
#page-footer .footer-social li a:hover {color:#ffa650;}

#page-footer .copyright {
    position: relative;
    width: 100%;
    text-align: right;
}
#page-footer .copyright span {
    display: inline-block;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #000;
}
.user-content {
    position: relative;
    z-index: 11;
    font-family: Exo, sans-serif;
    font-weight: 400;
    color: #212121;
    display: block;
}
.user-content img {
    width: 100%;
    height: auto;
}
.user-content h1 {
    font-family: Exo, sans-serif;
    color: #212121;
    font-weight: 700;
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .user-content h1 {
        font-size: 36px;
        line-height: 55px;
    }
}
@media screen and (max-width: 767px) {
    .user-content h1 {
        font-size: 32px;
        line-height: 45px;
        padding-right: 5px;
    }
}
.user-content h2 {
    font-size: 36px;
    font-family: Exo, sans-serif;
    color: #212121;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .user-content h2 {
        font-size: 28px;
    }
}
.user-content h3 {
    font-size: 32px;
    font-family: Exo, sans-serif;
    color: #212121;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .user-content h3 {
        font-size: 24px;
    }
}
.user-content h4 {
    font-size: 28px;
    font-family: Exo, sans-serif;
    color: #212121;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .user-content h4 {
        font-size: 20px;
    }
}
.user-content h5 {
    font-size: 24px;
    font-family: Exo, sans-serif;
    color: #212121;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .user-content h5 {
        font-size: 18px;
    }
}
.user-content h6 {
    font-size: 24px;
    font-family: Exo, sans-serif;
    color: #212121;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content h6 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .user-content h6 {
        font-size: 18px;
    }
}
.user-content p {
    position: relative;
    font-size: 18px;
    font-family: Exo, sans-serif;
    font-weight: 400;
    color: #212121;
    display: block;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content p {
        font-size: 16px;
    }
}
.user-content b {
    font-weight: 700;
}
.user-content ul {
    list-style: none;
}
.user-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background-color: #212121;
    border-radius: 50%;
}
.user-content ol {
    counter-reset: item;
}
.user-content ol li {
    display: block;
}
.user-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #212121;
    position: absolute;
    left: 0;
}
.user-content ol,
.user-content ul {
    margin-left: 0;
    position: relative;
    font-size: 18px;
    font-family: Exo, sans-serif;
    font-weight: 400;
    color: #212121;
    display: block;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content ol,
    .user-content ul {
        font-size: 16px;
    }
}
.user-content ol li,
.user-content ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
@media only screen and (max-width: 991px) {
    .user-content ol li,
    .user-content ul li {
        padding-bottom: 10px;
    }
}
.user-content a {
    position: relative;
    font-size: 18px;
    font-family: Exo, sans-serif;
    font-weight: 400;
    color: #cb504c;
    text-decoration: underline;
    -webkit-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.user-content a:hover {
    color: #212121;
}
@media only screen and (max-width: 991px) {
    .user-content a {
        font-size: 16px;
    }
}
.user-content blockquote {
    padding: 20px;
    color: #fff;
    background-color: #cb504c;
    margin-bottom: 20px;
}
.user-content blockquote p {
    color: #fff;
    font-size: 18px;
}
@media only screen and (max-width: 991px) {
    .user-content blockquote p {
        font-size: 16px;
    }
}
.user-content blockquote p:last-of-type {
    margin-bottom: 0;
}
.user-content table {
    border-collapse: collapse;
    border: 1px solid #212121;
    margin-bottom: 30px;
}
.user-content table th {
    background: #cb504c;
    color: #fff;
    font-weight: 500;
}
.user-content table td,
.user-content table th {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    border: 1px solid #212121;
}
@media only screen and (max-width: 991px) {
    .user-content table td,
    .user-content table th {
        font-size: 16px;
    }
}
body.popup-open {
    overflow: hidden;
}
body.popup-open .modal-container {
    overflow-y: scroll;
}
body.popup-red .modal-container {
    background: #cb504c;
}
.modal-container.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.modal-container.transit {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.modal-container {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    position: fixed;
    top: 0;
    left: 90px;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    height: 100%;
    background: #000;
    z-index: 200;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .modal-container {
        left: 50px;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
}
.popup-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-box.active {
    opacity: 1;
    visibility: visible;
}
.popup-box .popup-modal {
    width: 100%;
    padding-top: 40px;
    position: relative;
    margin: auto;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.popup-box .close-popup-icon.abs-pos {
    position: absolute;
    top: 15px;
    right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.popup-box .close-popup-icon {
    position: relative;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 15px;
}
.popup-box .close-popup-icon .close-popup {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    z-index: 5;
}
.popup-box .close-popup-icon span {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
@media screen and (max-width: 991px) {
    .popup-box .close-popup-icon span {
        font-size: 14px;
        line-height: 24px;
        margin-right: 10px;
    }
}
.popup-box .close-popup-icon .icon-close {
    width: 30px;
    height: 30px;
    fill: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 991px) {
    .popup-box .close-popup-icon .icon-close {
        width: 28px;
        height: 28px;
    }
}
.popup-box .close-popup-icon .icon-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.team-popup.active .team-image,
.team-popup.active .team-info .member-bio,
.team-popup.active .team-info .member-name,
.team-popup.active .team-info .member-position {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.team-popup .team-image {
    position: relative;
    width: 100%;
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 991px) {
    .team-popup .team-image {
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .team-popup .team-image {
        display: none;
    }
}
.team-popup .team-image .team-name {
    position: absolute;
    left: -30px;
    bottom: 30px;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .team-popup .team-image .team-name {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .team-popup .team-image .team-name {
        font-size: 36px;
        line-height: 46px;
        left: -20px;
    }
}
@media screen and (max-width: 991px) {
    .team-popup .team-image .team-name {
        font-size: 32px;
        line-height: 46px;
        left: 0;
    }
}
.team-popup .team-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.team-popup .team-info {
    position: relative;
    width: 100%;
}
.team-popup .team-info .member-name {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: left;
    color: #fff;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
    .team-popup .team-info .member-name {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .team-popup .team-info .member-name {
        font-size: 36px;
        line-height: 46px;
        left: -20px;
    }
}
@media screen and (max-width: 991px) {
    .team-popup .team-info .member-name {
        font-size: 32px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .team-popup .team-info .member-name {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width: 575px) {
    .team-popup .team-info .member-name {
        font-size: 24px;
        line-height: 32px;
    }
}
.team-popup .team-info .member-position {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
    .team-popup .team-info .member-position {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .team-popup .team-info .member-position {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 575px) {
    .team-popup .team-info .member-position {
        font-size: 14px;
    }
}
.team-popup .team-info .member-bio {
    position: relative;
    width: 100%;
    padding-top: 40px;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
    .team-popup .team-info .member-bio {
        padding-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .team-popup .team-info .member-bio {
        padding-top: 20px;
    }
}
.team-popup .team-info .member-bio p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
    .team-popup .team-info .member-bio p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .team-popup .team-info .member-bio p {
        font-size: 16px;
        line-height: 32px;
        font-size: 14px;
        line-height: 24px;
    }
}
.team-popup .team-view-next {
    position: relative;
    width: 100%;
    text-align: right;
    cursor: pointer;
    outline: none;
    padding-top: 40px;
    padding-bottom: 10px;
}
.team-popup .team-view-next span {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
@media screen and (max-width: 575px) {
    .team-popup .team-view-next span {
        margin-right: 10px;
        font-size: 14px;
    }
}
.team-popup .team-view-next .arrow-next {
    width: 20px;
    height: 20px;
    fill: #cb504c;
    display: inline-block;
    vertical-align: middle;
}
.contact-popup.active .contact-title .contact-title-text,
.contact-popup.active .footer-email-wrapper .footer-email,
.contact-popup.active .footer-information,
.contact-popup.active .footer-social {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.contact-popup .contact-title {
    position: relative;
    width: 100%;
    padding-bottom: 200px;
}
@media screen and (max-width: 1350px) {
    .contact-popup .contact-title {
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 1199px) {
    .contact-popup .contact-title {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 991px) {
    .contact-popup .contact-title {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .contact-popup .contact-title {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 575px) {
    .contact-popup .contact-title {
        padding-bottom: 40px;
    }
}
.contact-popup .contact-title .contact-title-text {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 140px;
    letter-spacing: -0.02em;
    line-height: 170px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
    .contact-popup .contact-title .contact-title-text {
        font-size: 10vw;
        line-height: 12vw;
    }
}
.contact-popup .footer-email-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
    .contact-popup .footer-email-wrapper {
        padding-bottom: 30px;
    }
}
.contact-popup .footer-email-wrapper .footer-email {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 58px;
    text-align: left;
    color: #fff;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
    .contact-popup .footer-email-wrapper .footer-email {
        font-size: 36px;
        line-height: 48px;
    }
}
@media screen and (max-width: 991px) {
    .contact-popup .footer-email-wrapper .footer-email {
        font-size: 28px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .contact-popup .footer-email-wrapper .footer-email {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 500px) {
    .contact-popup .footer-email-wrapper .footer-email {
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width: 400px) {
    .contact-popup .footer-email-wrapper .footer-email {
        font-size: 14px;
        line-height: 24px;
    }
}
.contact-popup .footer-email-wrapper .footer-email:hover:before {
    width: 30%;
}
.contact-popup .footer-email-wrapper .footer-email:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
    .contact-popup .footer-email-wrapper .footer-email:before {
        bottom: 2px;
    }
}
.contact-popup .footer-email-wrapper .footer-email:hover .tooltiptext {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 575px) {
    .contact-popup .footer-email-wrapper .footer-email:hover .tooltiptext {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
.contact-popup .footer-email-wrapper .footer-email .tooltiptext {
    pointer-events: none;
    width: 80px;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(8deg);
    transform: translateY(-50%) rotate(8deg);
    left: 105%;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 575px) {
    .contact-popup .footer-email-wrapper .footer-email .tooltiptext {
        width: 60px;
        font-size: 14px;
        line-height: 24px;
        left: unset;
        right: -10px;
        padding: 0;
        top: -30px;
        -webkit-transform: translateY(0) rotate(8deg);
        transform: translateY(0) rotate(8deg);
    }
}
.contact-popup .footer-information {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 575px) {
    .contact-popup .footer-information {
        padding-bottom: 30px;
    }
}
.contact-popup .footer-information a,
.contact-popup .footer-information p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 575px) {
    .contact-popup .footer-information a,
    .contact-popup .footer-information p {
        font-size: 14px;
        line-height: 24px;
    }
}
.contact-popup .footer-social {
    position: relative;
    width: 100%;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 575px) {
    .contact-popup .footer-social {
        padding-bottom: 30px;
    }
}
.contact-popup .footer-social .behance-icon,
.contact-popup .footer-social .dribbble-icon,
.contact-popup .footer-social .facebook-icon,
.contact-popup .footer-social .instagram-icon,
.contact-popup .footer-social .linkedin-icon,
.contact-popup .footer-social .pinterest-icon,
.contact-popup .footer-social .twitter-icon,
.contact-popup .footer-social .whatsapp-icon,
.contact-popup .footer-social .youtube-icon {
    fill: #fff;
}
.contact-popup .footer-social .behance-icon:hover,
.contact-popup .footer-social .dribbble-icon:hover,
.contact-popup .footer-social .facebook-icon:hover,
.contact-popup .footer-social .instagram-icon:hover,
.contact-popup .footer-social .linkedin-icon:hover,
.contact-popup .footer-social .pinterest-icon:hover,
.contact-popup .footer-social .twitter-icon:hover,
.contact-popup .footer-social .whatsapp-icon:hover,
.contact-popup .footer-social .youtube-icon:hover {
    fill: #cb504c;
}
.contact-popup .footer-social li.footer-social-title {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-right: 45px;
}
@media screen and (max-width: 767px) {
    .contact-popup .footer-social li.footer-social-title {
        margin-right: 15px;
    }
}
@media screen and (max-width: 575px) {
    .contact-popup .footer-social li.footer-social-title {
        font-size: 12px;
    }
}
.contact-popup .footer-social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
@media screen and (max-width: 767px) {
    .contact-popup .footer-social li {
        margin-right: 15px;
    }
}
.contact-popup .footer-social li:last-of-type {
    margin: 0;
}
.contact-popup .footer-social li a {
    display: block;
}
.projects-popup.active .project-item-mobile,
.projects-popup.active .projects-title .projects-title-text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.projects-popup .projects-title {
    position: relative;
    width: 100%;
    z-index: 11;
    padding-bottom: 100px;
}
@media screen and (max-width: 1350px) {
    .projects-popup .projects-title {
        padding-bottom: 50px;
    }
}
.projects-popup .projects-title .projects-title-text {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 140px;
    line-height: 170px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
    .projects-popup .projects-title .projects-title-text {
        font-size: 10vw;
        line-height: 12vw;
    }
}
.projects-popup .project-number {
    position: absolute;
    top: -30px;
    left: -50px;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 40px;
    text-align: left;
    color: #212121;
    z-index: -1;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .projects-popup .project-number {
        font-size: 100px;
    }
}
@media screen and (max-width: 575px) {
    .projects-popup .project-number {
        font-size: 80px;
        left: -30px;
    }
}
.projects-popup .project-title {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
    text-align: left;
    color: #fff;
    z-index: 11;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    padding: 0 15px;
    padding-bottom: 15px;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .projects-popup .project-title {
        font-size: 40px;
        line-height: 44px;
    }
}
@media screen and (max-width: 991px) {
    .projects-popup .project-title {
        font-size: 36px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .projects-popup .project-title {
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width: 575px) {
    .projects-popup .project-title {
        font-size: 24px;
        line-height: 28px;
    }
}
.projects-popup .project-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 81%;
    height: 90%;
    z-index: 9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1199px) {
    .projects-popup .project-image {
        width: 85%;
    }
}
.projects-popup .swiper-container {
    overflow: visible;
    width: 100%;
    margin-left: 0;
}
@media screen and (max-width: 991px) {
    .projects-popup .swiper-container {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .projects-popup .swiper-container {
        width: 80%;
    }
}
@media screen and (max-width: 575px) {
    .projects-popup .swiper-container {
        width: 90%;
    }
}
.projects-popup .swiper-container .swiper-wrapper {
    padding-bottom: 25px;
}
.projects-popup .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) .project-item-mobile {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.projects-popup .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) .project-item-mobile {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.projects-popup .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) .project-item-mobile {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.projects-popup .swiper-container .swiper-wrapper .swiper-slide:nth-child(5) .project-item-mobile {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.projects-popup .project-next.swiper-button-disabled {
    opacity: 0;
}
.projects-popup .project-next {
    position: relative;
    width: 100%;
    text-align: right;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 991px) {
    .projects-popup .project-next {
        width: 110%;
    }
}
.projects-popup .project-next span {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
@media screen and (max-width: 575px) {
    .projects-popup .project-next span {
        margin-right: 10px;
        font-size: 14px;
    }
}
.projects-popup .project-next .arrow-next {
    width: 20px;
    height: 20px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}
.projects-popup .project-item-mobile {
    position: relative;
    width: 100%;
    text-decoration: none;
    height: 50vh;
    max-height: 570px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 991px) {
    .projects-popup .project-item-mobile {
        height: auto;
        max-height: unset;
        min-height: 370px;
    }
}
@media screen and (max-width: 767px) {
    .projects-popup .project-item-mobile {
        min-height: 300px;
    }
}
@media screen and (max-width: 450px) {
    .projects-popup .project-item-mobile {
        min-height: 230px;
    }
}
.projects-popup .project-item-mobile:hover .project-image {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.projects-popup .project-item-mobile:hover .project-title {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}
.intro-404 {
    position: relative;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 120px;
}
@media screen and (max-width: 1350px) {
    .intro-404 {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .intro-404 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .intro-404 {
        padding-top: 120px;
    }
}
.intro-404 .intro-title-wrapper {
    position: relative;
    width: 100%;
    min-height: 450px;
    margin-bottom: 50px;
    z-index: 11;
}
@media screen and (max-width: 1350px) {
    .intro-404 .intro-title-wrapper {
        min-height: 30vw;
    }
}
@media screen and (max-width: 767px) {
    .intro-404 .intro-title-wrapper {
        min-height: 40vw;
        margin-bottom: 30px;
    }
}
.intro-404 .intro-title-wrapper .title-circle {
    position: absolute;
    width: 810px;
    height: 810px;
    right: 0;
    top: -150px;
    border-radius: 100%;
    overflow: hidden;
    z-index: -1;
}
@media screen and (max-width: 1350px) {
    .intro-404 .intro-title-wrapper .title-circle {
        width: 50vw;
        height: 50vw;
        top: -50px;
        right: -10vw;
    }
}
@media screen and (max-width: 767px) {
    .intro-404 .intro-title-wrapper .title-circle {
        width: 60vw;
        height: 60vw;
        right: -20vw;
        top: -25px;
    }
}
@media screen and (max-width: 575px) {
    .intro-404 .intro-title-wrapper .title-circle {
        right: -30vw;
    }
}
.intro-404 .intro-title-wrapper .title-circle:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #cb504c;
    border-radius: 100%;
    z-index: -2;
}
.intro-404 .intro-title-wrapper .title-circle:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 61%;
    height: 61%;
    background-color: #e5e5e5;
    border-radius: 100%;
    z-index: -1;
}
.intro-404 .intro-title-wrapper .title-circle img {
    mix-blend-mode: luminosity;
}
.intro-404 .intro-title-wrapper .intro-title {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-404 .intro-title-wrapper .intro-title .intro-title-text {    
	font-family: 'Felix Titling';
    font-weight: 400;
    font-size: 160px;
    letter-spacing: -0.02em;
    line-height: 160px;
    text-align: left;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .intro-404 .intro-title-wrapper .intro-title .intro-title-text {
        font-size: 10vw;
        line-height: 12vw;
    }
}
.intro-404 .intro-title-wrapper .horizontal-content {
    position: relative;
    width: 100%;
    display: none;
}
@media screen and (max-width: 767px) {
    .intro-404 .intro-title-wrapper .horizontal-content {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .intro-404 .intro-title-wrapper .horizontal-content {
        padding-bottom: 10px;
    }
}
.intro-404 .intro-title-wrapper .horizontal-content .horizontal-text {
    display: inline-block;
    position: relative;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
}
.intro-404 .intro-title-wrapper .vertical-content {
    position: relative;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .intro-404 .intro-title-wrapper .vertical-content {
        display: none;
    }
}
.intro-404 .intro-title-wrapper .vertical-content .vertical-text {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
}
.intro-404 .intro-content-wrapper {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-404 .intro-content-wrapper .intro-content {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .intro-404 .intro-content-wrapper .intro-content {
        padding-bottom: 30px;
    }
}
.intro-404 .intro-content-wrapper .intro-content p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    text-align: left;
    color: #464646;
    margin-bottom: 50px;
}
@media screen and (max-width: 1350px) {
    .intro-404 .intro-content-wrapper .intro-content p {
        font-size: 22px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .intro-404 .intro-content-wrapper .intro-content p {
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .intro-404 .intro-content-wrapper .intro-content p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
.intro-404 .intro-content-wrapper .intro-content p:last-of-type {
    margin-bottom: 0;
}
.intro-404 .project-btn {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-404 .project-btn .project-btn-text {
    position: relative;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 0;
    text-align: left;
    color: #212121;
    vertical-align: middle;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fff;
}
@media screen and (max-width: 1350px) {
    .intro-404 .project-btn .project-btn-text {
        font-size: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .intro-404 .project-btn .project-btn-text {
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .intro-404 .project-btn .project-btn-text {
        font-size: 36px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .intro-404 .project-btn .project-btn-text {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .intro-404 .project-btn .project-btn-text {
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.intro-404 .project-btn .project-btn-text:before {
    content: "";
    position: absolute;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
}
.intro-404 .project-btn .project-btn-text .button-overflow {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.intro-404 .project-btn .project-btn-text .button {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    padding: 50px 90px 50px 60px;
}
@media screen and (max-width: 1350px) {
    .intro-404 .project-btn .project-btn-text .button {
        padding: 40px 90px 40px 40px;
    }
}
@media screen and (max-width: 991px) {
    .intro-404 .project-btn .project-btn-text .button {
        padding: 30px 90px 30px 30px;
    }
}
@media screen and (max-width: 767px) {
    .intro-404 .project-btn .project-btn-text .button {
        padding: 30px 50px 30px 20px;
    }
}
@media screen and (max-width: 575px) {
    .intro-404 .project-btn .project-btn-text .button {
        padding: 20px 40px 20px 15px;
    }
}
.intro-404 .project-btn .project-btn-text .active {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition-duration: 0.85s;
    transition-duration: 0.85s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.intro-404 .project-btn .project-btn-text .hover {
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.intro-404 .project-btn .project-btn-text .hover,
.intro-404 .project-btn .project-btn-text:hover .active {
    position: absolute;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.intro-404 .project-btn .project-btn-text:hover .active {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.intro-404 .project-btn .project-btn-text:hover .hover {
    position: relative;
    -webkit-transition-duration: 0.85s;
    transition-duration: 0.85s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.intro-404 .project-btn .project-btn-text .arrow-next-tr {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    fill: #000;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .intro-404 .project-btn .project-btn-text .arrow-next-tr {
        right: 10px;
    }
}
@media screen and (max-width: 575px) {
    .intro-404 .project-btn .project-btn-text .arrow-next-tr {
        right: 0;
    }
}
.mobile-menu {
    display: none;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50px;
    left: 50px;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 250;
}
@media screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
    }
}
.mobile-menu .inner {
    position: relative;
    height: 100%;
}
.mobile-menu .menu-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    text-align: center;
}
.mobile-menu .menu-wrapper ul li {
    padding-bottom: 20px;
}
@media screen and (max-height: 350px) {
    .mobile-menu .menu-wrapper ul li {
        padding-bottom: 10px;
    }
}
.mobile-menu .menu-wrapper ul li a {
    font-family: Felix, sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    text-decoration: none;
    position: relative;
}
@media screen and (max-width: 575px) {
    .mobile-menu .menu-wrapper ul li a {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-height: 550px) {
    .mobile-menu .menu-wrapper ul li a {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-height: 350px) {
    .mobile-menu .menu-wrapper ul li a {
        font-size: 16px;
        line-height: 24px;
    }
}
.mobile-menu .menu-wrapper ul li a:after {
    content: "";
    background-color: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: width 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: width 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.mobile-menu .menu-wrapper ul li a:hover:after {
    width: 100%;
}
.menu-active .mobile-menu {
    visibility: visible;
    opacity: 1;
}
.mobile-menu ul li {
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1s ease;
    transition: opacity 1.5s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1.5s ease;
    transition: transform 1s ease, opacity 1.5s ease, -webkit-transform 1s ease;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
@media screen and (max-width: 500px) {
    .mobile-menu ul li {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
}
.menu-active .mobile-menu .inner ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.menu-active .mobile-menu .inner ul li:nth-child(0) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.menu-active .mobile-menu .inner ul li:first-child {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.menu-active .mobile-menu .inner ul li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.menu-active .mobile-menu .inner ul li:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.menu-active .mobile-menu .inner ul li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.menu-active .mobile-menu .inner ul li:nth-child(5) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.intro-homepage {
    position: relative;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 0px;
	/*
	height: 100vh;
    border-bottom: 1px solid;
	overflow:hidden
	*/
}
@media screen and (max-width: 1350px) {
    .intro-homepage {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .intro-homepage {
        padding-bottom: 70px;
    }
}

.intro-homepage .intro-title-wrapper {
    position: relative;
    width: 100%;
    min-height: 650px;
    margin-bottom:0;
    z-index: 11;
}
.intro-homepage .intro-title-wrapper.inner-title {min-height:auto;}\

@media screen and (max-width: 1350px) {
    .intro-homepage .intro-title-wrapper {
        min-height: 50vw;
    }
}
@media screen and (max-width: 767px) {
    .intro-homepage .intro-title-wrapper {
        min-height: 60vw;
        margin-bottom: 30px;
    }
}
.intro-homepage .intro-title-wrapper .title-circle {
    position: absolute;
	width: 800px;
	height: 800px;
	right: -480px;
	top: -740px;
	background:#da3c30 url(../images/bg.png) repeat;
	border-radius: 100%;
	overflow: hidden;
	z-index: -1;
	animation: spin 50s linear infinite both;
}

.intro-homepage .intro-title-wrapper .title-circle2 {
position: absolute;
width: 800px;
height: 442px;
right: -600px;
background: url(../images/top-circle.png) no-repeat top left;
overflow: hidden;
z-index: -1;
bottom: 0;
}

.title-circle2-bottom {
position: absolute;
width: 800px;
height: 577px;
right: -600px;
background: url(../images/bottom-circle.png) no-repeat top left;
overflow: hidden;
z-index: -1;
top: -50px;
}


@media screen and (max-width: 1350px) {
    .intro-homepage .intro-title-wrapper .title-circle {
        width: 600px;
		height: 600px;
		top: -600px;
		right: -300px;
    }
}
@media screen and (max-width: 767px) {
    .intro-homepage .intro-title-wrapper .title-circle {
        width: 60vw;
        height: 60vw;
        right: -20vw;
        top: -25px;
    }
}
@media screen and (max-width: 575px) {
    .intro-homepage .intro-title-wrapper .title-circle {
        right: -30vw;
    }
}
.intro-homepage .intro-title-wrapper .title-circle:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 61%;
    height: 61%;
    background-color: #e5e5e5;
    border-radius: 100%;
}
.intro-homepage .intro-title-wrapper .intro-title {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-homepage .intro-title-wrapper .intro-title .intro-title-text {
    font-family: 'Felix Titling';
    font-weight: 400;
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 120px;
    text-align: left;
    color: #000;
    position: relative;
    text-transform: uppercase;

}
@media screen and (max-width: 1350px) {
    .intro-homepage .intro-title-wrapper .intro-title .intro-title-text {
        font-size: 80px;
        line-height: 100px;
    }
}
.intro-homepage .intro-title-wrapper .horizontal-content {
    position: relative;
    width: 100%;
    z-index: 11;
    display: none;
}
@media screen and (max-width: 767px) {
    .intro-homepage .intro-title-wrapper .horizontal-content {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .intro-homepage .intro-title-wrapper .horizontal-content {
        padding-bottom: 10px;
    }
}
.intro-homepage .intro-title-wrapper .horizontal-content .horizontal-text {
    display: inline-block;
    position: relative;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
}
.intro-homepage .intro-title-wrapper .vertical-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 11;
}
@media screen and (max-width: 767px) {
    .intro-homepage .intro-title-wrapper .vertical-content {
        display: none;
    }
}
.intro-homepage .intro-title-wrapper .vertical-content .vertical-text {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
}
.intro-homepage .intro-content-wrapper {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-homepage .intro-content-wrapper .intro-content {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}
.intro-homepage .intro-content-wrapper .intro-content p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    text-align: left;
    color: #464646;
    margin-bottom: 50px;
}
@media screen and (max-width: 1350px) {
    .intro-homepage .intro-content-wrapper .intro-content p {
        font-size: 22px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .intro-homepage .intro-content-wrapper .intro-content p {
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .intro-homepage .intro-content-wrapper .intro-content p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
.intro-homepage .intro-content-wrapper .intro-content p:last-of-type {
    margin-bottom: 0;
}
.benefits.benefits-subpage {
    padding-top: 110px;
}
@media screen and (max-width: 767px) {
    .benefits.benefits-subpage {
        padding-top: 80px;
    }
}
@media screen and (max-width: 575px) {
    .benefits.benefits-subpage {
        padding-top: 60px;
    }
}
@media screen and (max-width: 400px) {
    .benefits.benefits-subpage {
        padding-top: 40px;
    }
}
.benefits {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    z-index: 11;
}

@media screen and (max-width: 1199px) {
    .intro-homepage .intro-title-wrapper .intro-title .intro-title-text {
      font-size: 70px;
      line-height: 90px;
    }
}

@media screen and (max-width: 991.98px) {
    .intro-homepage .intro-title-wrapper .intro-title .intro-title-text {
      font-size: 60px;
      line-height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .benefits {
        padding-bottom: 50px;
    }
}

.benefits .red-circle-with-text {
    position: absolute;
    bottom: -405px;
    left: -610px;
    width: 810px;
    height: 810px;
    -webkit-animation: rotation-reverse 50s linear infinite;
    animation: rotation-reverse 50s linear infinite;
    z-index: -1;
}
@media (min-width: 2200px) {
    .benefits .red-circle-with-text {
        left: -400px;
    }
}
@media screen and (max-width: 1350px) {
    .benefits .red-circle-with-text {
        left: -500px;
        width: 610px;
        height: 610px;
    }
}
@media screen and (max-width: 1199px) {
    .benefits .red-circle-with-text {
        width: 500px;
        height: 500px;
        left: -420px;
        top: 15px;
    }
}
@media screen and (max-width: 991px) {
    .benefits .red-circle-with-text {
        width: 400px;
        height: 400px;
        left: -300px;
    }
}
@media screen and (max-width: 767px) {
    .benefits .red-circle-with-text {
        display: none;
    }
}
.benefits .benefits-title-wrapper {
    position: relative;
    width: 100%;
}
.benefits .benefits-title-wrapper .benefits-title {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}
.benefits .benefits-title-wrapper .benefits-title .benefits-title-text {
    font-family: 'Felix Titling';
    font-weight: 400;
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 120px;
    text-align: left;
    color: #212121;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .benefits .benefits-title-wrapper .benefits-title .benefits-title-text {
        font-size: 80px;
line-height: 100px;
    }
}
.benefits .benefits-title-wrapper .benefits-text {
    position: relative;
    width: 100%;
    max-width: 1150px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1199px) {    
	.benefits .benefits-title-wrapper .benefits-title .benefits-title-text {
     font-size: 70px;
     line-height: 90px;
   }   
}

@media screen and (max-width: 991.98px) {    
	.benefits .benefits-title-wrapper .benefits-title .benefits-title-text {
     font-size: 60px;
     line-height: 70px;
   }   
}

@media screen and (max-width: 767px) {
    .benefits .benefits-title-wrapper .benefits-text {
        padding-bottom: 30px;
    }
}
.benefits .benefits-title-wrapper .benefits-text p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
    color: #212121;
    margin-bottom: 20px;
}
.larger p {
  font-family: Exo, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 56px;
  text-align: left;
  color: #212121;
  margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
    .benefits .benefits-title-wrapper .benefits-text p {
        font-size: 21px;
        line-height: 32px;
    }
}



.benefits .benefits-title-wrapper .benefits-text p:last-of-type {
    margin-bottom: 0;
}
.benefits .benefits-content {
    position: relative;
    width: 100%;
    padding-top: 60px;
}
@media screen and (max-width: 767px) {
    .benefits .benefits-content {
        padding-top: 30px;
    }
}
.benefits .benefits-content .benefits-list {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}
.benefits .benefits-content .benefits-list .accordian-element.has-content {
    cursor: pointer;
}
.benefits .benefits-content .benefits-list .accordian-element.has-content.active .accordian-image {
    opacity: 0.3;
}
@media screen and (max-width: 767px) {
    .benefits .benefits-content .benefits-list .accordian-element.has-content.active .accordian-image {
        opacity: 0.2;
    }
}
.benefits .benefits-content .benefits-list .accordian-element {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #212121;
    cursor: default;
    padding: 30px 0;
}
@media screen and (max-width: 991px) {
    .benefits .benefits-content .benefits-list .accordian-element {
        padding: 20px 0;
    }
}
@media screen and (max-width: 575px) {
    .benefits .benefits-content .benefits-list .accordian-element {
        padding: 10px 0;
    }
}
.benefits .benefits-content .benefits-list .accordian-element:last-of-type {
    border-bottom: 0;
}
.benefits .benefits-content .benefits-list .accordian-element:nth-child(2n) .accordian-image {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.benefits .benefits-content .benefits-list .accordian-element:nth-child(odd) .accordian-image {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.benefits .benefits-content .benefits-list .accordian-element:hover .hover-in {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.benefits .benefits-content .benefits-list .accordian-element:hover .accordian-image img {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.benefits .benefits-content .benefits-list .accordian-element:hover .accordian-section-title {
    color: #cb504c;
}
.benefits .benefits-content .benefits-list .accordian-element .hover-in.hover-out {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.benefits .benefits-content .benefits-list .accordian-element .hover-in {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 110%;
    height: 110%;
    background-color: #e5e5e5;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.benefits .benefits-content .benefits-list .accordian-element .accordian-image {
    width: 380px;
    height: 380px;
    position: absolute;
    top: -120px;
    right: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
@media screen and (max-width: 1400px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-image {
        right: -100px;
    }
}
@media screen and (max-width: 1350px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-image {
        width: 320px;
        height: 320px;
    }
}
@media screen and (max-width: 1199px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-image {
        right: 0;
    }
}
@media screen and (max-width: 991px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-image {
        width: 260px;
        height: 260px;
        top: -80px;
    }
}
@media screen and (max-width: 767px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-image {
        width: 180px;
        height: 180px;
        top: -50px;
        opacity: 0.5;
    }
}
@media screen and (max-width: 575px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-image {
        width: 120px;
        height: 120px;
        top: -30px;
    }
}
.benefits .benefits-content .benefits-list .accordian-element .accordian-image img {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.benefits .benefits-content .benefits-list .accordian-element .accordian-section-title.active {
    color: #cb504c;
}
.benefits .benefits-content .benefits-list .accordian-element .accordian-section-title {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    color: #212121;
    -webkit-transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1350px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-section-title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-section-title {
        font-size: 36px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-section-title {
        font-size: 28px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-section-title {
        font-size: 24px;
        line-height: 36px;
    }
}
@media screen and (max-width: 575px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-section-title {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 400px) {
    .benefits .benefits-content .benefits-list .accordian-element .accordian-section-title {
        font-size: 16px;
        line-height: 24px;
    }
}
.benefits .benefits-content .benefits-list .accordian-element .content {
    display: none;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    text-align: left;
    color: #212121;
    margin-top: 30px;
}
@media screen and (max-width: 1350px) {
    .benefits .benefits-content .benefits-list .accordian-element .content {
        font-size: 22px;
        line-height: 42px;
    }
}
@media screen and (max-width: 991px) {
    .benefits .benefits-content .benefits-list .accordian-element .content {
        font-size: 18px;
        line-height: 36px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .benefits .benefits-content .benefits-list .accordian-element .content {
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width: 575px) {
    .benefits .benefits-content .benefits-list .accordian-element .content {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
}
.hidden {
    display: none;
}
.projects {
    position: relative;
    width: 100%;
    padding-top: 70px;
    z-index: 3;
	background:#ffa650;
}
.projects .pin-spacer{margin:0 auto !important;}

.yellow-inner-page {
    position: relative;
    width: 100%;
    padding-top: 70px;
	padding-bottom:0px;
    z-index: 3;
	background:#ffa650;
	display:block;
	background:url("../images/home-bg.jpg") no-repeat center;
	background-size:cover;
}

.projects .projects-circle {
    position: absolute;
    width: 510px;
    height: 510px;
    top: -350px;
    right: -255px;
    z-index: 2;
    -webkit-animation: rotation 50s linear infinite;
    animation: rotation 50s linear infinite;
}
@media screen and (max-width: 1350px) {
    .projects .projects-circle {
        width: 410px;
        height: 410px;
        top: -200px;
        right: -200px;
    }
}
@media screen and (max-width: 991px) {
    .projects .projects-circle {
        width: 300px;
        height: 300px;
        top: -150px;
        right: -150px;
    }
}
@media screen and (max-width: 767px) {
    .projects .projects-circle {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}
.projects .projects-title {
    position: relative;
    width: 100%;
    z-index: 11;
    padding-bottom: 130px;
}
.projects .projects-title.inner-title {
    padding-bottom: 30px;
}


@media screen and (max-width: 1350px) {
    .projects .projects-title {
        padding-bottom: 80px;
		margin: 0 0 0 -25px;
    }
}
.projects .projects-title .projects-title-text {
   font-family: 'Felix Titling';
    font-weight: 400;
    font-size: 45px;
    text-align:center;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .projects .projects-title .projects-title-text {
        font-size: 80px;
line-height: 100px;
    }
}
.projects .project-number {
    position: absolute;
    top: -30px;
    left: -50px;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 40px;
    text-align: left;
    color: #212121;
    z-index: -1;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .projects .project-number {
        font-size: 80px;
    }
}
@media screen and (max-width: 1199px) {  
    .projects .projects-title {
		margin: 0 0 0 0px;
    }  
   .projects .projects-title .projects-title-text {
    font-size: 70px;
    line-height: 90px;
  }
  
}

@media screen and (max-width: 991.98px) {  
    .projects .projects-title {margin: 0 0 0 0px; padding-bottom: 30px;}  
    .projects .projects-title .projects-title-text {
     font-size: 60px;
     line-height: 70px;
     }  
}

@media screen and (max-width: 575px) {
    .projects .project-number {
        font-size: 80px;
        left: -30px;
    }
}
.projects .project-title {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
    text-align: left;
    color: #fff;
    z-index: 11;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    padding: 0 15px;
    padding-bottom: 15px;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .projects .project-title {
        font-size: 40px;
        line-height: 44px;
    }
}
@media screen and (max-width: 991px) {
    .projects .project-title {
        font-size: 36px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .projects .project-title {
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width: 575px) {
    .projects .project-title {
        font-size: 24px;
        line-height: 28px;
    }
}
.projects .project-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 81%;
    height: 90%;
    z-index: 9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1199px) {
    .projects .project-image {
        width: 85%;
    }
}
.projects .projects-wrapper-mobile {
    position: relative;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffa650;
    display: none;
}
@media screen and (max-width: 991px) {
    .projects .projects-wrapper-mobile {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .projects .projects-wrapper-mobile {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.projects .projects-wrapper-mobile .swiper-container {
    overflow: visible;
    width: 70%;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .projects .projects-wrapper-mobile .swiper-container {
        width: 80%;
    }
}
@media screen and (max-width: 575px) {
    .projects .projects-wrapper-mobile .swiper-container {
        width: 90%;
    }
}
.projects .projects-wrapper-mobile .swiper-container .swiper-wrapper {
    padding-bottom: 25px;
}
.projects .projects-wrapper-mobile .project-next.swiper-button-disabled {
    opacity: 0;
}
.projects .projects-wrapper-mobile .project-next {
    position: relative;
    width: 110%;
    text-align: right;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.projects .projects-wrapper-mobile .project-next span {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
@media screen and (max-width: 575px) {
    .projects .projects-wrapper-mobile .project-next span {
        margin-right: 10px;
        font-size: 14px;
    }
}
.projects .projects-wrapper-mobile .project-next .arrow-next {
    width: 20px;
    height: 20px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}
.projects .projects-wrapper-mobile .project-item-mobile {
    position: relative;
    width: 100%;
    text-decoration: none;
    min-height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    .projects .projects-wrapper-mobile .project-item-mobile {
        min-height: 300px;
    }
}
@media screen and (max-width: 450px) {
    .projects .projects-wrapper-mobile .project-item-mobile {
        min-height: 230px;
    }
}
.projects .projects-wrapper-mobile .project-item-mobile:hover .project-image {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.projects .projects-wrapper-mobile .project-item-mobile:hover .project-title {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}
.projects .projects-wrapper {
    position: relative;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 130px;
    background-color: ;
}

.projects .projects-wrapper.proj-in-wrapper {padding-top:30px; padding-bottom:90px;}

@media screen and (max-width: 991px) {
    .projects .projects-wrapper {
        display: none;
    }
}
.projects .projects-wrapper #projects-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50vh;
    max-height: 570px;
}
.projects .projects-wrapper .project-item {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin: 0 10% 0 0;
    width: 100%;
    max-width: 700px;
    text-decoration: none;
}
@media screen and (max-width: 1350px) {
    .projects .projects-wrapper .project-item {
        margin: 0 6% 0 0;
    }
}
@media screen and (max-width: 1199px) {
    .projects .projects-wrapper .project-item {
        max-width: 600px;
    }
}
.projects .projects-wrapper .project-item:hover .project-image {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.projects .projects-wrapper .project-item:hover .project-title {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}
.partners {
    position: relative;
    width: 100%;
    padding-top: 70px;
    z-index: 11;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
    .partners {
        padding-top: 120px;
    }
}
@media screen and (max-width: 767px) {
    .partners {
        padding-top: 70px;
    }
}
.partners .partners-wrapper {
    position: relative;
    width: 100%;
    z-index: 11;
}
.partners .partners-wrapper .partners-title {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .partners .partners-wrapper .partners-title {
        padding-bottom: 30px;
    }
}
.partners .partners-wrapper .partners-title .partners-title-text {
    font-family: 'Felix Titling';
    font-weight: 400;
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 120px;
    text-align: left;
    color: #cb504c;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .partners .partners-wrapper .partners-title .partners-title-text {
        font-size: 80px;
line-height: 100px;
    }
}

@media screen and (max-width: 1199px) {    
  .partners .partners-wrapper .partners-title .partners-title-text {
     font-size: 70px;
     line-height: 90px;
   }
}

@media screen and (max-width: 991.98px) {    
  .partners .partners-wrapper .partners-title .partners-title-text {
     font-size: 60px;
     line-height: 70px;
   }
}

.partners .partners-list {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
    .partners .partners-list {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .partners .partners-list {
        padding-bottom: 10px;
    }
}
.partners .partners-list .logo-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-transition: background 0.5s ease, box-shadow 0.5s ease;
    transition: background 0.5s ease, box-shadow 0.5s ease;
	padding: 20px 0 10px 0;
}

.partners .partners-list .logo-col:hover {
    background: #cb504c;
    box-shadow: 13px 23px 57px 3px rgba(0, 0, 0, 0.3);
}
.partners .partners-list .logo-col:hover .logo-wrap img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.partners .partners-list .logo-col .logo-wrap {
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .partners .partners-list .logo-col .logo-wrap {
        padding: 0 15px;
    }
}
.partners .partners-list .logo-col .logo-wrap img {
    width: auto;
    max-width: 100%;
    max-height: 120px;
    margin: 0 auto;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 575px) {
    .partners .partners-list .logo-col .logo-wrap img {
        max-height: 100px;
    }
}
.email-box--wrapper {
    display: none;
    position: fixed;
    background-color: hsla(0, 0%, 8%, 0.9);
    z-index: 200;
    top: 0;
    left: 90px;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    height: 100%;
}
@media screen and (max-width: 991px) {
    .email-box--wrapper {
        left: 50px;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        top: 50px;
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
    }
}
.email-box--wrapper.active .email-box--window {
    opacity: 1;
    visibility: visible;
}
.email-box--wrapper.active .email-box--window .email-box--popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.email-box--window {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.email-box--popup,
.email-box--window {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.email-box--popup {
    position: relative;
    max-width: 450px;
    margin: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 15px 30px 10px rgba(0, 0, 0, 0.05);
    background-color: #cb504c;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.email-box--popup--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 15px;
}
.email-box--popup--header-title {
    color: #fff;
    font-family: Exo, sans-serif;
    font-weight: 500;
}
.email-box--popup--header-close-button {
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.email-box--popup--header-close-button:hover svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.email-box--popup--header-close-button svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.email-box--popup--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 32px;
}
@media (min-width: 450px) {
    .email-box--popup--content {
        padding: 0 32px 32px;
    }
}
.email-box--popup--content-email {
    background-color: #cb504c;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 12px;
    min-height: 48px;
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
@media (min-width: 450px) {
    .email-box--popup--content-email {
        font-size: 18px;
    }
}
.email-box--popup--content-clipboard {
    border: none;
    height: 40px;
    border-radius: 0;
    text-transform: none;
    letter-spacing: unset;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    position: relative;
    color: #fff;
    background-color: #cb504c;
    text-decoration: none;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    z-index: 10;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.email-box--popup--content-clipboard.copied {
    box-shadow: 0 0 1px #fff, 0 0 4px #fff, 0 0 5px #fff;
}
.email-box--popup--content-clipboard.copied:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
}
.email-box--popup--content-clipboard:before {
    content: attr(data-translation);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #cb504c;
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.email-box--popup--content-clipboard:hover {
    box-shadow: 0 0 1px #fff, 0 0 4px #fff, 0 0 5px #fff;
}
.email-box--popup--footer {
    padding: 15px;
    background-color: #cb504c;
}
@media (min-width: 450px) {
    .email-box--popup--footer {
        padding: 15px 32px;
    }
}
.email-box--popup--footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.email-box--popup--footer a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #fff;
}
@media (min-width: 450px) {
    .email-box--popup--footer a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.email-box--popup--footer a:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.email-box--popup--footer a:hover .text {
    color: #fff;
}
.email-box--popup--footer-list-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.email-box--popup--footer-list-item,
.email-box--popup--footer-list-item .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.email-box--popup--footer-list-item .icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.email-box--popup--footer-list-item .icon svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
@media (min-width: 450px) {
    .email-box--popup--footer-list-item .icon svg {
        margin-right: 25px;
    }
}
.email-box--popup--footer-list-item .text {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: Exo, sans-serif;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (min-width: 450px) {
    .email-box--popup--footer-list-item .text {
        font-size: 18px;
    }
}
.intro-subpage {
    position: relative;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
}
@media screen and (max-width: 1350px) {
    .intro-subpage {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .intro-subpage {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .intro-subpage {
        padding-top: 120px;
    }
}
.intro-subpage .intro-title-wrapper {
    position: relative;
    width: 100%;
    min-height: 650px;
    margin-bottom: 50px;
    z-index: 11;
}
@media screen and (max-width: 1350px) {
    .intro-subpage .intro-title-wrapper {
        min-height: 50vw;
    }
}
@media screen and (max-width: 767px) {
    .intro-subpage .intro-title-wrapper {
        min-height: 60vw;
        margin-bottom: 30px;
    }
}
.intro-subpage .intro-title-wrapper .title-circle {
    position: absolute;
    width: 810px;
    height: 810px;
    right: 0;
    top: -150px;
    background-color: #cb504c;
    border-radius: 100%;
    overflow: hidden;
    z-index: -1;
}
@media screen and (max-width: 1350px) {
    .intro-subpage .intro-title-wrapper .title-circle {
        width: 50vw;
        height: 50vw;
        right: -10vw;
        top: -50px;
    }
}
@media screen and (max-width: 767px) {
    .intro-subpage .intro-title-wrapper .title-circle {
        width: 60vw;
        height: 60vw;
        right: -20vw;
        top: -25px;
    }
}
@media screen and (max-width: 575px) {
    .intro-subpage .intro-title-wrapper .title-circle {
        right: -30vw;
    }
}
.intro-subpage .intro-title-wrapper .title-circle:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 61%;
    height: 61%;
    background-color: #e5e5e5;
    border-radius: 100%;	
}
.intro-subpage .intro-title-wrapper .intro-title {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-subpage .intro-title-wrapper .intro-title .intro-title-text {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 160px;
    letter-spacing: -0.02em;
    line-height: 160px;
    text-align: left;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .intro-subpage .intro-title-wrapper .intro-title .intro-title-text {
        font-size: 10vw;
        line-height: 12vw;
    }
}
.intro-subpage .intro-title-wrapper .horizontal-content {
    position: relative;
    width: 100%;
    display: none;
}
@media screen and (max-width: 767px) {
    .intro-subpage .intro-title-wrapper .horizontal-content {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .intro-subpage .intro-title-wrapper .horizontal-content {
        padding-bottom: 10px;
    }
}
.intro-subpage .intro-title-wrapper .horizontal-content .horizontal-text {
    display: inline-block;
    position: relative;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
}
.intro-subpage .intro-title-wrapper .vertical-content {
    position: relative;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .intro-subpage .intro-title-wrapper .vertical-content {
        display: none;
    }
}
.intro-subpage .intro-title-wrapper .vertical-content .vertical-text {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
}
.intro-subpage .intro-content-wrapper {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-subpage .intro-content-wrapper .intro-content {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}
.intro-subpage .intro-content-wrapper .intro-content p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    text-align: left;
    color: #464646;
    margin-bottom: 50px;
}
@media screen and (max-width: 1350px) {
    .intro-subpage .intro-content-wrapper .intro-content p {
        font-size: 22px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .intro-subpage .intro-content-wrapper .intro-content p {
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .intro-subpage .intro-content-wrapper .intro-content p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
.intro-subpage .intro-content-wrapper .intro-content p:last-of-type {
    margin-bottom: 0;
}
.members-slider {
    position: relative;
    width: 100%;
    z-index: 4;
    padding-top: 80px;
}
@media screen and (max-width: 991px) {
    .members-slider {
        padding-top: 40px;
    }
}
.member-slider {
    position: relative;
    width: 100%;
    z-index: 11;
}
.member-slider .member-content {
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
}
.member-slider .member-content:hover .member-name {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}
.member-slider .member-content:hover .member-image .arrow-next-tr {
    -webkit-transform: translate(55px, -55px);
    transform: translate(55px, -55px);
}
.member-slider .member-content:hover .member-image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.member-slider .member-content .member-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.member-slider .member-content .member-image .arrow-next-tr {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 575px) {
    .member-slider .member-content .member-image .arrow-next-tr {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
    }
}
.member-slider .member-content .member-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.member-slider .member-content .member-image img,
.member-slider .member-content .member-name {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.member-slider .member-content .member-name {
    position: absolute;
    left: -30px;
    bottom: 30px;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .member-slider .member-content .member-name {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .member-slider .member-content .member-name {
        font-size: 36px;
        line-height: 46px;
        left: -20px;
    }
}
@media screen and (max-width: 991px) {
    .member-slider .member-content .member-name {
        font-size: 32px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .member-slider .member-content .member-name {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width: 575px) {
    .member-slider .member-content .member-name {
        font-size: 24px;
        line-height: 32px;
    }
}
.member-slider .swiper-container {
    overflow: visible;
    width: 107%;
    margin-left: 0;
}
@media screen and (max-width: 1199px) {
    .member-slider .swiper-container {
        width: -webkit-calc(100% + 170px);
        width: calc(100% + 170px);
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .member-slider .swiper-container {
        width: -webkit-calc(100% + 140px);
        width: calc(100% + 140px);
    }
}
@media screen and (max-width: 575px) {
    .member-slider .swiper-container {
        width: -webkit-calc(100% + 110px);
        width: calc(100% + 110px);
    }
}
.member-slider .swiper-container .swiper-wrapper {
    padding-bottom: 25px;
}
.member-slider .project-next.swiper-button-disabled {
    opacity: 0;
}
.member-slider .project-next {
    position: relative;
    width: 90%;
    text-align: right;
    cursor: pointer;
    outline: none;
    padding-top: 20px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1199px) {
    .member-slider .project-next {
        width: -webkit-calc(100% - 170px);
        width: calc(100% - 170px);
    }
}
@media screen and (max-width: 767px) {
    .member-slider .project-next {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
    }
}
@media screen and (max-width: 575px) {
    .member-slider .project-next {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
    }
}
.member-slider .project-next span {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: left;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
@media screen and (max-width: 575px) {
    .member-slider .project-next span {
        margin-right: 10px;
        font-size: 14px;
    }
}
.member-slider .project-next .arrow-next {
    width: 20px;
    height: 20px;
    fill: #cb504c;
    display: inline-block;
    vertical-align: middle;
}
.cooperation {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .cooperation {
        padding-top: 50px;
    }
}
.cooperation .cooperation-circle {
    position: absolute;
    width: 510px;
    height: 510px;
    top: -240px;
    right: -255px;
    z-index: 2;
    -webkit-animation: rotation 50s linear infinite;
    animation: rotation 50s linear infinite;
}
@media screen and (max-width: 1350px) {
    .cooperation .cooperation-circle {
        width: 410px;
        height: 410px;
        top: -200px;
        right: -200px;
    }
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-circle {
        width: 300px;
        height: 300px;
        top: -150px;
        right: -150px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-circle {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}
.cooperation .cooperation-wrapper {
    position: relative;
    z-index: 11;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
    background-color: #cb504c;
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-wrapper {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.cooperation .cooperation-title {
    position: relative;
    width: 100%;
    z-index: 11;
}
.cooperation .cooperation-title .cooperation-title-text {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 140px;
    line-height: 170px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .cooperation .cooperation-title .cooperation-title-text {
        font-size: 10vw;
        line-height: 12vw;
    }
}
.cooperation .cooperation-content.no-ad {
    padding-top: 50px;
}
.cooperation .cooperation-content {
    position: relative;
    width: 100%;
    z-index: 11;
    padding-top: 120px;
}
@media screen and (max-width: 1199px) {
    .cooperation .cooperation-content {
        padding-top: 100px;
    }
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-content {
        padding-top: 50px;
    }
}
.cooperation .cooperation-content .cooperation-content-text {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}
@media screen and (max-width: 1350px) {
    .cooperation .cooperation-content .cooperation-content-text {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .cooperation .cooperation-content .cooperation-content-text {
        font-size: 40px;
        line-height: 56px;
    }
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-content .cooperation-content-text {
        font-size: 36px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-content .cooperation-content-text {
        font-size: 28px;
        line-height: 46px;
    }
}
@media screen and (max-width: 575px) {
    .cooperation .cooperation-content .cooperation-content-text {
        font-size: 24px;
        line-height: 32px;
    }
}
.cooperation .cooperation-job-box {
    position: relative;
    width: 100%;
    z-index: 11;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10%;
    background-color: #fff;
    margin-top: -80px;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 1440px) {
    .cooperation .cooperation-job-box {
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: -50px;
    }
}
@media screen and (max-width: 1199px) {
    .cooperation .cooperation-job-box {
        margin-top: 0;
        padding-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-job-box {
        width: 100%;
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-job-box {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .cooperation .cooperation-job-box {
        padding-right: 5px;
    }
}
.cooperation .cooperation-job-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background-color: #fff;
}
.cooperation .cooperation-job-box:hover .arrow-next-tr {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
}
.cooperation .cooperation-job-box .arrow-next-tr {
    position: absolute;
    right: -100px;
    top: 80px;
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1750px) {
    .cooperation .cooperation-job-box .arrow-next-tr {
        right: -50px;
    }
}
@media screen and (max-width: 1650px) {
    .cooperation .cooperation-job-box .arrow-next-tr {
        right: 0;
        top: 25px;
    }
}
@media screen and (max-width: 1440px) {
    .cooperation .cooperation-job-box .arrow-next-tr {
        top: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .cooperation .cooperation-job-box .arrow-next-tr {
        top: 45px;
    }
}
@media screen and (max-width: 575px) {
    .cooperation .cooperation-job-box .arrow-next-tr {
        width: 10px;
        height: 10px;
        top: 30px;
        right: -5px;
    }
}
.cooperation .cooperation-job-box .job-name {
    position: relative;
    display: block;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-align: left;
    color: #212121;
    padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
    .cooperation .cooperation-job-box .job-name {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .cooperation .cooperation-job-box .job-name {
        font-size: 40px;
        line-height: 56px;
    }
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-job-box .job-name {
        font-size: 36px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-job-box .job-name {
        font-size: 28px;
        line-height: 46px;
    }
}
@media screen and (max-width: 575px) {
    .cooperation .cooperation-job-box .job-name {
        font-size: 24px;
        line-height: 32px;
    }
}
.cooperation .cooperation-job-box .job-info {
    position: relative;
    display: block;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    text-align: left;
    color: #464646;
}
@media screen and (max-width: 1350px) {
    .cooperation .cooperation-job-box .job-info {
        font-size: 22px;
        line-height: 48px;
    }
}
@media screen and (max-width: 1199px) {
    .cooperation .cooperation-job-box .job-info {
        font-size: 20px;
        line-height: 36px;
    }
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-job-box .job-info {
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-job-box .job-info {
        font-size: 16px;
        line-height: 36px;
    }
}
.cooperation .cooperation-contact {
    position: relative;
    width: 100%;
    z-index: 11;
    padding-top: 70px;
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-contact {
        padding-top: 50px;
    }
}
.cooperation .cooperation-contact .cooperation-contact-text {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #212121;
}
.cooperation .cooperation-contact .cooperation-contact-text a {
    color: #212121;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.cooperation .cooperation-contact .cooperation-contact-text a:hover:before {
    width: 30%;
}
.cooperation .cooperation-contact .cooperation-contact-text a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-contact .cooperation-contact-text a:before {
        bottom: 2px;
    }
}
@media screen and (max-width: 575px) {
    .cooperation .cooperation-contact .cooperation-contact-text a:before {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .cooperation .cooperation-contact .cooperation-contact-text a {
        word-break: break-all;
        text-decoration: underline;
    }
}
@media screen and (max-width: 1350px) {
    .cooperation .cooperation-contact .cooperation-contact-text {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .cooperation .cooperation-contact .cooperation-contact-text {
        font-size: 40px;
        line-height: 56px;
    }
}
@media screen and (max-width: 991px) {
    .cooperation .cooperation-contact .cooperation-contact-text {
        font-size: 36px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation .cooperation-contact .cooperation-contact-text {
        font-size: 28px;
        line-height: 46px;
    }
}
@media screen and (max-width: 575px) {
    .cooperation .cooperation-contact .cooperation-contact-text {
        font-size: 24px;
        line-height: 32px;
    }
}
.intro-single {
    position: relative;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 120px;
}
@media screen and (max-width: 1350px) {
    .intro-single {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .intro-single {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .intro-single {
        padding-top: 120px;
    }
}
.intro-single .intro-title-wrapper {
    position: relative;
    width: 100%;
    min-height: 650px;
    margin-bottom: 50px;
    z-index: 11;
}
@media screen and (max-width: 1350px) {
    .intro-single .intro-title-wrapper {
        min-height: 50vw;
    }
}
@media screen and (max-width: 767px) {
    .intro-single .intro-title-wrapper {
        min-height: 60vw;
        margin-bottom: 30px;
    }
}
.intro-single .intro-title-wrapper .title-circle {
    position: absolute;
    width: 810px;
    height: 810px;
    right: 0;
    top: -150px;
    border-radius: 100%;
    overflow: hidden;
    z-index: -1;
}
@media screen and (max-width: 1350px) {
    .intro-single .intro-title-wrapper .title-circle {
        width: 50vw;
        height: 50vw;
        top: -50px;
        right: -10vw;
    }
}
@media screen and (max-width: 767px) {
    .intro-single .intro-title-wrapper .title-circle {
        width: 60vw;
        height: 60vw;
        right: -20vw;
        top: -25px;
    }
}
@media screen and (max-width: 575px) {
    .intro-single .intro-title-wrapper .title-circle {
        right: -30vw;
    }
}
.intro-single .intro-title-wrapper .title-circle:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #cb504c;
    border-radius: 100%;
    z-index: -2;
}
.intro-single .intro-title-wrapper .title-circle:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 61%;
    height: 61%;
    background-color: #e5e5e5;
    border-radius: 100%;
    z-index: -1;
}
.intro-single .intro-title-wrapper .title-circle img {
    mix-blend-mode: luminosity;
}
.intro-single .intro-title-wrapper .intro-title {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-single .intro-title-wrapper .intro-title .intro-title-text {
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 160px;
    letter-spacing: -0.02em;
    line-height: 160px;
    text-align: left;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
    .intro-single .intro-title-wrapper .intro-title .intro-title-text {
        font-size: 10vw;
        line-height: 12vw;
    }
}
.intro-single .intro-title-wrapper .horizontal-content {
    position: relative;
    width: 100%;
    display: none;
}
@media screen and (max-width: 767px) {
    .intro-single .intro-title-wrapper .horizontal-content {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .intro-single .intro-title-wrapper .horizontal-content {
        padding-bottom: 10px;
    }
}
.intro-single .intro-title-wrapper .horizontal-content .horizontal-text {
    display: inline-block;
    position: relative;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
}
.intro-single .intro-title-wrapper .vertical-content {
    position: relative;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .intro-single .intro-title-wrapper .vertical-content {
        display: none;
    }
}
.intro-single .intro-title-wrapper .vertical-content .vertical-text {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #000;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
}
.intro-single .intro-content-wrapper {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-single .intro-content-wrapper .intro-content {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .intro-single .intro-content-wrapper .intro-content {
        padding-bottom: 30px;
    }
}
.intro-single .intro-content-wrapper .intro-content p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    text-align: left;
    color: #464646;
    margin-bottom: 50px;
}
@media screen and (max-width: 1350px) {
    .intro-single .intro-content-wrapper .intro-content p {
        font-size: 22px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .intro-single .intro-content-wrapper .intro-content p {
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .intro-single .intro-content-wrapper .intro-content p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
.intro-single .intro-content-wrapper .intro-content p:last-of-type {
    margin-bottom: 0;
}
.intro-single .project-btn {
    position: relative;
    width: 100%;
    z-index: 11;
}
.intro-single .project-btn .project-btn-text {
    position: relative;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    font-family: Felix, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 0;
    text-align: left;
    color: #212121;
    vertical-align: middle;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fff;
}
@media screen and (max-width: 1350px) {
    .intro-single .project-btn .project-btn-text {
        font-size: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .intro-single .project-btn .project-btn-text {
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .intro-single .project-btn .project-btn-text {
        font-size: 36px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .intro-single .project-btn .project-btn-text {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .intro-single .project-btn .project-btn-text {
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.intro-single .project-btn .project-btn-text:before {
    content: "";
    position: absolute;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
}
.intro-single .project-btn .project-btn-text .button-overflow {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.intro-single .project-btn .project-btn-text .button {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    padding: 50px 90px 50px 60px;
}
@media screen and (max-width: 1350px) {
    .intro-single .project-btn .project-btn-text .button {
        padding: 40px 90px 40px 40px;
    }
}
@media screen and (max-width: 991px) {
    .intro-single .project-btn .project-btn-text .button {
        padding: 30px 90px 30px 30px;
    }
}
@media screen and (max-width: 767px) {
    .intro-single .project-btn .project-btn-text .button {
        padding: 30px 50px 30px 20px;
    }
}
@media screen and (max-width: 575px) {
    .intro-single .project-btn .project-btn-text .button {
        padding: 20px 40px 20px 15px;
    }
}
.intro-single .project-btn .project-btn-text .active {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition-duration: 0.85s;
    transition-duration: 0.85s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.intro-single .project-btn .project-btn-text .hover {
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.intro-single .project-btn .project-btn-text .hover,
.intro-single .project-btn .project-btn-text:hover .active {
    position: absolute;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.intro-single .project-btn .project-btn-text:hover .active {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.intro-single .project-btn .project-btn-text:hover .hover {
    position: relative;
    -webkit-transition-duration: 0.85s;
    transition-duration: 0.85s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.intro-single .project-btn .project-btn-text .arrow-next-tr {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    fill: #000;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .intro-single .project-btn .project-btn-text .arrow-next-tr {
        right: 10px;
    }
}
@media screen and (max-width: 575px) {
    .intro-single .project-btn .project-btn-text .arrow-next-tr {
        right: 0;
    }
}
.projects-info {
    position: relative;
    width: 100%;
    z-index: 11;
    padding-top: 60px;
    padding-bottom: 130px;
}
@media screen and (max-width: 1350px) {
    .projects-info {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 991px) {
    .projects-info {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
    .projects-info {
        padding-bottom: 50px;
    }
}
.projects-info .projects-layouts {
    position: relative;
    z-index: 11;
    width: 100%;
    padding: 50px 0;
}
@media screen and (max-width: 991px) {
    .projects-info .projects-layouts {
        padding: 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .projects-info .projects-layouts {
        padding: 15px 0;
    }
}
.projects-info .full-image {
    position: relative;
    width: 100%;
    z-index: 11;
}
.projects-info .full-image:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.projects-info .full-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.projects-info .more-images.second {
    position: relative;
    z-index: 11;
    padding-top: 160px;
}
@media screen and (max-width: 991px) {
    .projects-info .more-images.second {
        padding-top: 80px;
    }
}
@media screen and (max-width: 767px) {
    .projects-info .more-images.second {
        padding-top: 0;
    }
}
.projects-info .more-images {
    position: relative;
    width: 100%;
    z-index: 11;
}
@media screen and (max-width: 767px) {
    .projects-info .more-images {
        margin-bottom: 25px;
    }
}
.projects-info .more-images:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.projects-info .more-images img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.projects-info .big-text {
    position: relative;
    width: 100%;
    z-index: 11;
}
.projects-info .big-text a,
.projects-info .big-text p {
    font-family: Exo, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 56px;
    text-align: left;
    color: #212121;
    margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
    .projects-info .big-text a,
    .projects-info .big-text p {
        font-size: 28px;
        line-height: 42px;
    }
}
@media screen and (max-width: 991px) {
    .projects-info .big-text a,
    .projects-info .big-text p {
        font-size: 24px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .projects-info .big-text a,
    .projects-info .big-text p {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 575px) {
    .projects-info .big-text a,
    .projects-info .big-text p {
        font-size: 16px;
        line-height: 28px;
    }
}
.projects-info .big-text a:last-of-type,
.projects-info .big-text p:last-of-type {
    margin-bottom: 0;
}
.projects-info .big-text a {
    color: #cb504c;
}










main.top{position:relative;}
main.top .hero{position:relative;}

main.top .hero .chapters {
    position: absolute;
    left: 50vw;
    top: 50vh;
}
main.top .hero .chapters.hide {
    display: none;
}
main.top .hero .chapters > div {
    visibility: hidden;
}
main.top .hero .chapters > div span {
    position: absolute;
    top: 0;
    left: 0;
}
main.top .hero .chapters > div.show {
    visibility: visible;
}

main.top .hero .chapters .sec4 #hero_sec4_lines {
    left: 50vw;
    top: 50vh;
    transform: translate3d(-50%, -50%, 0);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span.show line {
    stroke-dashoffset: 0 !important;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span line {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition: stroke-dashoffset 0.8s;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(1) {
    transform-origin: left;
    transform: translate3d(-216px, 38px, 0) rotate(46deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(1) line {
    stroke-dashoffset: 220;
    stroke-dasharray: 220;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(2) {
    transform-origin: left;
    transform: translate3d(-216px, 42px, 0) rotate(11deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(2) line {
    stroke-dashoffset: 330;
    stroke-dasharray: 330;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(3) {
    transform-origin: left;
    transform: translate3d(-216px, 45px, 0) rotate(-24.5deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(3) line {
    stroke-dashoffset: 110;
    stroke-dasharray: 110;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(4) {
    transform-origin: left;
    transform: translate3d(-216px, 45px, 0) rotate(-56.5deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(4) line {
    stroke-dashoffset: 280;
    stroke-dasharray: 280;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(5) {
    transform-origin: left;
    transform: translate3d(-216px, 48px, 0) rotate(-135deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(5) line {
    stroke-dashoffset: 280;
    stroke-dasharray: 280;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(6) {
    transform-origin: left;
    transform: translate3d(-216px, 48px, 0) rotate(-170deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(6) line {
    stroke-dashoffset: 130;
    stroke-dasharray: 130;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(7) {
    transform-origin: left;
    transform: translate3d(-216px, 53px, 0) rotate(-204deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(7) line {
    stroke-dashoffset: 330;
    stroke-dasharray: 330;
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(8) {
    transform-origin: left;
    transform: translate3d(-216px, 59px, 0) rotate(-237deg);
}
main.top .hero .chapters .sec4 #hero_sec4_lines span:nth-of-type(8) line {
    stroke-dashoffset: 150;
    stroke-dasharray: 150;
}
main.top .hero .chapters .sec4 #hero_sec4_circles {
    left: 50vw;
    top: 50vh;
    margin-left: -213px;
    margin-top: 57px;
    transform: scale(12);
    transition: transform 1.5s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
main.top .hero .chapters .sec4 #hero_sec4_circles.show {
    transform: scale(1);
}
main.top .hero .chapters .sec4 #hero_sec4_circles span {
    transition: left 0.2s, top 0.2s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(1) {transition: width 1.2s, top 0.6s; transform: translate3d(357px, -109px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(1) svg {width: 200px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(2) {transform: translate3d(-8px, -144px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(2) svg {width: 20px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(3) {transform: translate3d(105px, -48px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(3) svg {width: 22px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(4) {transform: translate3d(-291px, 132px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(4) svg {width: 33px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(5) {transform: translate3d(1px, 203px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(5) svg {width: 93px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(6) {transform: translate3d(-328px, -8px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(6) svg {width: 128px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(7) {transform: translate3d(-147px, -29px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(7) svg {width: 67px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(8) {transform: translate3d(-79px, 123px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(8) svg {width: 130px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(9) {transform: translate3d(148px, -226px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(9) svg {width: 134px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(10) {transform: translate3d(176px, 181px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(10) svg {width: 94px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(11) {transform: translate3d(308px, 60px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(11) svg {width: 28px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(12) {transform: translate3d(-237px, -246px, 0);}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(12) svg {width: 259px;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(13) {transform: translate3d(0, 0, 0);  opacity: 0;}
main.top .hero .chapters .sec4 #hero_sec4_circles span:nth-of-type(13) svg { width: 24px; 
    transition: width 1.2s, top 0.6s; 
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);}
main.top .hero .chapters .sec4 #hero_sec4_circles svg {
	position: absolute;
    transform: translate3d(-50%, -50%, 0);
}









/*banner-circle */
.banner_circle{width:100%; height:400px; position:relative;}
.banner_circle .inner_circle .icon1 {
 position:absolute;
 left:-38px;
 top:20%
}
.banner_circle .inner_circle .icon2 {
 position:absolute;
 right:-24px;
 top:50%
}

.banner_circle .inner_circle .plus1 {position:absolute; top:140px; right:0;}
.banner_circle .inner_circle .plus2 {position:absolute; top:300px; left:0; width:50px; z-index:12}

.banner_circle .inner_circle .cic1 {position:absolute; width:170px; top:-40px; right:20%; }
.banner_circle .inner_circle .cic1 img{width:100%}
.banner_circle .inner_circle .cic2 {position: absolute; top: 10px; left: 30px;}
.banner_circle .inner_circle .cic3 {position: absolute; top: 50px; right: 30px; z-index:9}
.banner_circle .inner_circle .cic4 {position: absolute; top: 140px; right: 30px;}
.banner_circle .inner_circle .cic5 {position: absolute; top: 90px; right: 45%;}

.banner_circle .inner_circle .cic6 {position: absolute; width: auto; height: 50px; top: 200px; right: 30%;}
.banner_circle .inner_circle .cic7 {position: absolute; width:auto; top: 100px; left: 0%;}
.banner_circle .inner_circle .cic8 {position: absolute; width:auto; bottom:20px; right: 10%; z-index:8}
.banner_circle .inner_circle .cic11 {position: absolute; width:auto; bottom:25%; left: 15px; z-index:10}
.banner_circle .inner_circle .cic12 {position: absolute; width:auto; bottom:-50px; z-index:10}

.banner_circle .plus1 {animation:spin 15s linear infinite; animation-fill-mode:both}
.banner_circle .plus1 img {width:100%}
.banner_circle .plus2 {animation:spin 10s linear infinite; animation-fill-mode:both;}
.banner_circle .plus2 img {width:100%; }

.banner_circle .cic1 {
 animation:shake1 1s linear infinite;
 animation-fill-mode:both
}
.banner_circle .cic6 {
 animation:shake1 1s linear infinite;
 animation-fill-mode:both
}
.banner_circle .cic10 {
 animation:shake1 1s linear infinite;
 animation-fill-mode:both
}
.banner_circle .cic2 {
 animation:shake2 1s 2s linear infinite;
 animation-fill-mode:both
}
.banner_circle .cic3 {
 animation:shake2 1s linear infinite;
 animation-fill-mode:both
}


.banner_circle .cic6 {
 animation:shake2 1s linear infinite;
 animation-fill-mode:both
}

@keyframes myOrbit {
 from {
  transform:rotate(0) translateX(0) rotate(0)
 }
 to {
  transform:rotate(100deg) translateY(-190px) rotate(-90deg)
 }
}
@keyframes myOrbit2 {
 from {
  transform:rotate(0) translateY(0) rotate(0)
 }
 to {
  transform:rotate(100deg) translateY(190px) rotate(-90deg)
 }
}
@keyframes shake1 {
 0%,
 100% {
  transform:translateY(0) rotate(-6deg);
 }
 50% {
  transform:translateY(-10px) rotate(6deg);
 }
}
@keyframes scrollmove {
 0%,
 100% {
  transform:translateY(0) rotate(0)
 }
 50% {
  transform:translateY(10px) rotate(0)
 }
}
@keyframes shake2 {
 0%,
 100% {
  transform:translateX(0) rotate(-6deg)
 }
 50% {
  transform:translateX(-20px) rotate(8deg)
 }
}
@keyframes spin {
 from {
  transform:rotate(0)
 }
 to {
  transform:rotate(360deg)
 }
}
@keyframes shake2 {
 0% {
  transform:translateY(-8px)
 }
 20% {
  transform:translateY(-8px)
 }
 40% {
  transform:translateY(5px)
 }
 60% {
  transform:translateY(0)
 }
 80% {
  transform:translateY(-5px)
 }
 100% {
  transform:translateY(-8px)
 }
}


/* footer */
.text-icon_container {display: flex; flex-wrap: nowrap; margin-bottom:10px;}
.text-icon_icon-box {flex: 0 0 55px; padding: 0px;}
.text-icon_icon-box img{max-width: 40px;}
.text-icon_container .text-icon_title {
  padding-top: 0;
  padding-bottom:0;
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -.05em;
}
.text-icon_text {margin: 0;}
.text-icon_text {
  font-family: Exo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.brands{border:2px solid #858585; margin-top:15px; border-radius: 30px; transition:all 1s ease}
a:hover .brands { /*transform: translateY(-2px); box-shadow: 0px 10px 14px -8px rgba(552, 552, 552, 0.29);*/}
.brands img {width:100%; max-width:100%; vertical-align: middle; padding: 4px 2px 5px 2px;}

/*contact start */
.cnt-page-ad{}
.cnt-page-ad .text-icon_title {font-size: 30px;}
.cnt-page-ad .text-icon_text {font-size: 24px; word-break: break-all; }

#main-form input, #main-form textarea, #main-form select{ width: 100%; max-width: 100%; font-size: 20px; border: 1px solid #fff; padding: 0 15px 0 15px; border-radius: 5px; font-family: Exo, sans-serif; }
#main-form input { height: 50px; }
#main-form input{ margin:0 0 35px 0}
#main-form .single-input { margin-bottom: 22px }
#main-form textarea { height: 165px; max-height: 165px; padding: 15px }
#main-form .attach{border:none; padding-left:0; margin-bottom:-20px}
#main-form select{height: 50px;  background:#fff; margin:0 0 35px 0;}
.sp-top20 .read-more { float: left; border: none }

#main-form .btn {
background-color: #ff0000;
border-radius: 0;
padding: 15px 75px;
font-size: 20px;
font-family: Exo, sans-serif;
font-weight: 600;
color: #fff;
border: none;
}

.modal-header button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 36px;
  font-weight: bold;
  margin-top: -20px;
}

.cnt-map{background: url(../images/map.jpg) center center; background-size: cover; min-height: 440px;}

/*contact end */

.service-type { 
  position:relative;
  margin:80px 0 30px 0;
  padding: 15px 10px;
  transition: all 0.25s ease-in-out;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  border-radius: 0 0 80px 0;
  background: ;
  min-height:160px;
  border: 4px dashed #fff;
}

.service-type:hover {
  background: ;
  box-shadow: 0px 10px 25px -8px rgba(0, 0, 0, 1);
 transform: translateY(-8px); 
}
.service-type h3, .service-type p{ }
.service-type img{width:70px; margin:-70px 0 15px 10px}
.service-type h4{font-family: Exo, sans-serif; font-weight: 400; font-size: 26px; color:#fff; line-height:normal;
                 text-align:center; text-decoration:none !important;
				 /*outline: dotted;
                   border-radius: 60px;*/
				 }
 a: .service-type h4{text-decoration:none !important;}
 
 
 .service-type2 { 
  position:relative;
  margin:50px 0 30px 30px;
  padding: 0px;
  transition: all 0.25s ease-in-out;
  border-radius: 0 100px 100px 0;
  background:#006291;
  width:90%;
  box-sizing:border-box;
  min-height:90px;
  display: flex;
}

.service-type2:hover {
  background: ;
  box-shadow: 0px 10px 25px -8px rgba(0, 0, 0, 1);
 transform: translateY(-8px); 
}

.service-type2 .icon{width:100px; height:100px; border-radius:50%; background:#004060; position:absolute; 
                     margin: -4px 0 0 -30px; padding: 15px;}
.service-type2 .icon img{width:100%;} 

.service-type2 h4{margin:32px 0 0 23%; color:#fff; line-height:normal;}

.benefits .service-type{border-radius:0; border:2px solid #fff; margin:0 0 30px 0;}
.benefits .service-type h4, .benefits .service-type p{font-family: Exo, sans-serif; font-weight: 400; font-size: 18px; 
            color:#000; line-height:normal; text-align:left; text-decoration:none !important; margin:0 0 10px 0 }
.benefits .service-type img{width:70px; margin:0 0 15px 10px}
.benefits .service-type p{font-size:16px}


.benefits-carousel .owl-nav{width:120px; position:relative; background:red; margin:0 auto;}
.benefits-carousel .owl-prev, .benefits-carousel .owl-next{font-size:0px !important; 
        width:40px; height:18px; position:absolute; bottom:-30px; display:none}
.benefits-carousel .owl-prev{background:url(../images/arrow-dot-gold-prev.png) no-repeat !important; left:0px}
.benefits-carousel .owl-next{background:url(../images/arrow-dot-gold-next.png) no-repeat !important; right:0px}

.benefits-carousel{margin-bottom:50px; }
.benefits-carousel .item{padding-top:30px; margin-bottom: 30px; padding:10px ;}
.benefits-carousel .service-type{border-radius:0; border:2px solid #fff; margin:0;}
.benefits-carousel .service-type h4, .benefits-carousel .service-type p{font-family: Exo, sans-serif; font-weight: 400; font-size: 18px; 
            color:#000; line-height:normal; text-align:left; text-decoration:none !important; margin:0 0 10px 0 }
.benefits-carousel .service-type img{width:100%; margin:0 0 15px 0}
.benefits-carousel .service-type h4{font-weight:600px}
.benefits-carousel .service-type p{font-size:16px; min-height:90px; }



.row .col-lg-4:nth-child(2) .service-type2{background:#7ccad4}
.row .col-lg-4:nth-child(3) .service-type2{background:#f0821b}
.row .col-lg-4:nth-child(4) .service-type2{background:#00c8c8}
.row .col-lg-4:nth-child(5) .service-type2{background:#ac2614}
.row .col-lg-4:nth-child(6) .service-type2{background:#4287c5}


.row .col-lg-4:nth-child(2) .service-type2 .icon{background:#71b5be}
.row .col-lg-4:nth-child(3) .service-type2 .icon{background:#e73e20}
.row .col-lg-4:nth-child(4) .service-type2 .icon{background:#fe7959}
.row .col-lg-4:nth-child(5) .service-type2 .icon{background:#fd3644}
.row .col-lg-4:nth-child(6) .service-type2 .icon{background:#506aae}


 
.service-type .price {color: #f61009; margin: 25px 0 auto auto; font-size: 24px; font-weight: 600; position: relative;}
.service-type .price sup {margin-top: -10px; position: absolute;}

.service-type.pricing .price-icon {width: 70px; margin: -130px 0 15px 10px; position: absolute;}

.price-head{background: #f61009; height: 80px; text-align: center; margin: -14px -10px 0 -10px;}
.price-head img{width: 100%; margin: 80px -10px 0 -10px;}

.pricing{border: 3px dashed #fff;}
.pricing h4{text-align: center; margin-top: -50px; margin-bottom: 60px;}
.pricing ul li{border-bottom:2px dashed #fff; margin:20px auto 15px auto;}
.pricing small{font-size:13px; text-align:center}

.pricing button, .price-go {
  width: 80%;
  max-width: 210px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;  
  border-radius: 50px;
  color: #fff;
  padding: 12px 25px 13px 25px;
  opacity: 1;
  transition: opacity .2s ease;
  border: none;
  outline: none;
  background: #f61009;
  display: block;
  margin: 15px 0 15px 0;
  cursor:pointer
}

.price-go {background: #5cb85c;
  padding: 8px 15px 8px 15px;
  width: 200px;
  margin: 45px auto 15px auto;
  box-shadow: 0px 20px 15px -20px rgb(0, 0, 0);
  transition:all 0.5s ease;
  border-radius: 10px
}
.price-go:hover{transform: translateY(-15px);
  box-shadow: 0px 30px 15px -20px rgb(0, 0, 0)}

.pricing .arrow-down {width: 0; height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-top: 20px solid #f00;
}
 
.floor-types .col-md-4 .service-type{background-size:cover !important; min-height:180px; position:relative;}
.floor-types .col-md-4:nth-child(1) .service-type{background:url("../images/fp-1.jpg");}
.floor-types .col-md-4:nth-child(2) .service-type{background:url("../images/fp-2.jpg");}
.floor-types .col-md-4:nth-child(3) .service-type{background:url("../images/fp-3.jpg");}
.floor-types .col-md-4:nth-child(4) .service-type{background:url("../images/fp-4.jpg");}
.floor-types .col-md-4:nth-child(5) .service-type{background:url("../images/fp-5.jpg");}
.floor-types .col-md-4:nth-child(6) .service-type{background:url("../images/fp-6.jpg");}



/* banner circle */
.balls-box{width:630px; height:630px; margin-top: -130px; position: relative;}
.balls-box .guid-img{position:relative;}
.balls-box .guid-img img{width:100%}

.balls-box .ba-radi{border-radius:50%; position: absolute; } 
.balls-box .ba-radi .text-ab {transition: all 0.4s ease 0s; background:#194e6c; width:100%; height:100%; border-radius:50%; }
.balls-box .ba-radi:hover .text-ab {transform: rotateY(180deg);}
.balls-box .serv-1{width:200px; height:200px; background:#194e6c; top: 0; left:75px; } 
.balls-box .serv-2{width:150px; height:150px; background:#194e6c;; top: 70px; left: 480px;} 
.balls-box .serv-3{width:150px; height:150px; background:#194e6c; top: 500px; left: 470px;} 
.balls-box .serv-4{width:140px; height:140px; background:#ffaa00; top: 510px; left: 200px;} 
.balls-box .serv-5{width:140px; height:140px; background:#194e6c; top: 420px; left: 20px} 
.balls-box .serv-6{width:110px; height:110px; background:#ffaa00; top: 270px; left: 110px;} 
.balls-box .serv-7{width:130px; height:130px; background:#ffaa00; top: 110px; left: 315px;}
.balls-box .serv-8{width:110px; height:110px; background:#ffaa00; top: 300px; left: 500px;}

.serv-1 {animation: cir-1 3s linear infinite both;}

      .ba-radi {  }
      .ba-radi:hover .card {
        transform: rotateY(180deg);
      }
      .card {
        background: ;
        cursor: pointer;
        height: 100%;
        transform-style: preserve-3d;
        transition: transform 0.5s ease 0s;
        width: 100%;
        border-radius: 50%;
      }
   
      .card .front,
      .card .back {
        backface-visibility: hidden;
        box-sizing: border-box;
        color: white;
        display: block;
        font-size: 1.2em;
        height: 100%;
        padding: 0.8em 0.7em;
        position: absolute;
        text-align: center;
        width: 100%;
        border-radius: 50%;
      }      
      .card .back {transform: rotateY( 180deg);}
	  
	  .card .front img{width:100%; max-width:80px; margin:0 auto; position: absolute; 
	   left:0;
	   right:0;
	   top: 50%;   
	   transform: translateY(-50%);}
	  
      .card .back a {
        padding: 0.3em 0.5em;
        background: #333;
        color: #fff;
        text-decoration: none;
        border-radius: 1px;
        font-size: 0.9em;
        transition: all 0.5s ease 0s;
      }
      .card .back a:hover {
        background: #fff;
        color: #333;
        text-shadow: 0 0 1px #333;
      }
      .ba-radi .card .back {
        background: red;
		position:relative;
      } 
     .ba-radi .card .back h3{font-size:18px; word-break: break-all; line-height: normal; 
	  position: absolute; 
	  left:0;
	  right:0;
	  top: 50%;   
	  transform: translateY(-50%);}  
	 
      @keyframes giro {
        from {
          transform: rotateY(180deg);
        }
        to {
          transform: rotateY(0deg);
        }
      }

/*free audit */
.sliderimn {
 width:25px;
 position:fixed;
 z-index:9999
}
.sliderimn:hover {
 cursor:pointer
}
#q-box,
#q-box1 {
 width:300px;
 height:auto;
 position:fixed;
 transition:1s;
 top:70px;
 border:1px solid #d8d8d8;
 padding:15px 35px 15px 25px;
 background:#fff;
 right:-331px
}
#q-box1 {
 width:300px;
 height:auto;
 position:fixed;
 transition:1s;
 top:120px;
 border:1px solid #d8d8d8;
 padding:15px 35px 15px 25px;
 background:#fff;
 right:-331px;
 z-index: 99;
}
#q-box h2,
#q-box1 h2 {
 font-size:20px !important;
 margin-bottom:5px;
 padding-bottom:10px;
 border-bottom:1px solid #ddd
}
#sidebar {
 position:fixed;
 top:95px;
 z-index:9;
 right:0
}
#sidebar1 {
 top:95px;
 position:fixed;
 z-index:9;
 right:0;
}
.audit{width:100%; margin:10px 0; color:#fde800}


#sidebar-new, #sidebar-new1 {
position: fixed;
top: 170px;
z-index: 999;
right: 0px;
background:#8b3c0d;
font-family: Exo, sans-serif;
font-size: 16px;
color: #fff;
text-align: center;
font-weight: bold;
line-height: normal;
padding: 10px;
width: 30px;
word-wrap: break-word;
text-transform: uppercase;
cursor: pointer;
}

.money-back-tag{position:fixed; top:330px; z-index:9; left:0px;}

#sidebar-fi {
 top:95px;
 position:fixed;
 z-index:9;
 right:0
}
.q-x {
 position:absolute;
 left:-15px;
 top:-18px;
 padding:0px 10px 5px 10px;
 border-radius:50%;
 background:#e71b20;
 border:2px solid #fff;
 height: 36px;
 width: 36px;
 cursor: pointer;
}
.q-x img {
 width:100%
}
.empobar {
 top:230px;
 position:fixed;
 z-index:9999;
 right:0
}
.qu-i {
	margin-top: 0px;
	padding: 5px 6px;
	width: 100%;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #98d0f1;
	font-family: Exo, sans-serif;
	font-weight: 300;
}
.qu-i:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
}
.qu-s {
padding: 5px 6px;
width: 100%;
font-size: 14px;
border-radius: 2px;
border: 1px solid #98d0f1;
font-family: Exo, sans-serif;
}
.qu-t {
    padding: 5px 6px;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #98d0f1;
	height: 70px;
	width: 100%;
	font-family: Exo, sans-serif;
}
 
 .qu-t:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
}

#q-box button,
#q-box1 button {
 font-family: Exo, sans-serif;
 border:none;
 color:#fff;
 width:100px;
 font-size:16px;
 font-weight:bolder;
 padding:8px 0 8px 0;
 border-radius:3px;
 cursor:pointer;
 margin-top:10px;
 margin-bottom:5px;
 background:#f61009;
 -webkit-transition:all .5s;
 -o-transition:all .5s;
 -ms-transition:all .5s;
 -moz-transition:all .5s;
 transition:all .5s
}
#q-box button:hover,
#q-box1 button:hover {
 background:#064eb8;
 -webkit-transition:all .5s;
 -o-transition:all .5s;
 -ms-transition:all .5s;
 -moz-transition:all .5s;
 transition:all .5s
}	  
/*free audit end */
.serv-det {margin-top:50px}
.serv-det .head-3{font-family: 'Felix Titling'; font-size:50px; color: #000; line-height: normal; margin: 0 0 15px 0; }
.serv-det h4{font-size:36px; margin: 0 0 15px 0;}

/*
.serv-det h4::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background: #e58c36;
  margin: 40px 0 0 15px;
  left: 0;
}*/
.serv-det .row{margin-bottom:40px}

.serv-det .row::after{ 
content:" ";
width:100%;
padding:0 -15px;
margin: 20px 15px;
border-bottom: 1px solid #e58c36;}

.serv-det .row:nth-last-child(1)::after{border-bottom:0px}

.serv-det.detbor .row::after {border-bottom: 1px solid #C4C4C4;}

.serv-det.detbor .row::after{}
.detbor .row.no-brd::after{border-bottom: none}


.doro-up p {margin: 0 0 25px 80px; position: relative;}
.doro-up .count {  
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #f26722;
  z-index: 0;
  color: transparent;
  opacity: 0.8;
}
@media (max-width:1440px){
.benefits .benefits-title-wrapper .benefits-title .benefits-title-text {font-size: 70px;line-height: normal; }
.projects .projects-title .projects-title-text {font-size:70px; line-height:normal;}
.partners .partners-wrapper .partners-title .partners-title-text {font-size: 70px; line-height: normal;}	
}
@media (max-width:1300px){
.balls-box{width:530px; height:530px;}	
.balls-box .serv-1{width: 150px; height: 150px; top: 20px; left:75px; } 
.balls-box .serv-2{width: 130px; height: 130px; top: 70px; left: 380px;}
.balls-box .serv-3{width: 110px; height: 110px; top: 440px; left: 390px;}  
.balls-box .serv-4{width: 120px; height: 120px; top: 430px; left: 150px;} 
.balls-box .serv-5{width: 115px; height: 115px; top: 345px; left: 10px;} 
.balls-box .serv-6{width: 105px; height: 105px; top: 230px; left: 100px;} 
.balls-box .serv-7{width: 105px; height: 105px; top: 110px; left: 265px;}
.balls-box .serv-8{width: 105px; height: 105px; top: 250px; left: 440px}
}

@media (max-width:1100px){
.balls-box{width:480px; height:480px;}	
.balls-box .serv-1{width: 130px; height: 130px; top: 40px; left: 75px;} 
.balls-box .serv-2{width: 110px; height: 110px; top: 60px; left: 360px;} 
.balls-box .serv-3{width: 100px; height: 100px; top: 390px; left: 350px;} 
.balls-box .serv-4{width: 100px; height: 100px; top: 390px; left: 150px;} 
.balls-box .serv-5{width: 105px; height: 105px; top: 315px; left: 10px;} 	
.balls-box .serv-6{width: 95px; height: 95px; top: 210px; left: 110px;} 
.balls-box .serv-7{width: 95px; height: 95px; top: 110px; left: 250px;}
.balls-box .serv-8{width: 95px; height: 95px; top: 230px; left: 390px;}
}

@media (max-width:991.98px){
.balls-box{width:480px; height:480px; margin:-80px auto 80px auto}	
.balls-box .serv-1{width: 130px; height: 130px; top: 40px; left: 75px;} 
.balls-box .serv-2{width: 110px; height: 110px; top: 60px; left: 360px;}
.balls-box .serv-3{width: 100px; height: 100px; top: 390px; left: 350px;}  
.balls-box .serv-4{width: 100px; height: 100px; top: 390px; left: 150px;} 
.balls-box .serv-5{width: 105px; height: 105px; top: 315px; left: 10px;} 	
.balls-box .serv-6{width: 95px; height: 95px; top: 210px; left: 110px;}
.balls-box .serv-7{width: 95px; height: 95px; top: 110px; left: 250px;}
.balls-box .serv-8{width: 95px; height: 95px; top: 230px; left: 390px;} 

.benefits .benefits-title-wrapper .benefits-title .benefits-title-text {font-size: 50px;line-height: normal; }
.projects .projects-title .projects-title-text {font-size:50px; line-height:normal;}
.partners .partners-wrapper .partners-title .partners-title-text {font-size: 50px; line-height: normal;}
	
}

@media (max-width: 599.98px) {
.balls-box{width:280px; height:280px; margin: -80px auto 80px 0;}	
.balls-box .serv-1{width: 80px; height: 80px; top: 30px; left: 50px;} 
.balls-box .serv-2{width: 70px; height: 70px; top: 40px; left: 205px;}
.balls-box .serv-3{width: 80px; height: 80px; top: 200px; left: 180px;}
.balls-box .serv-4{width: 70px; height: 70px; top: 210px; left: 90px;} 
.balls-box .serv-5{width: 75px; height: 75px; top: 170px; left: 10px;} 	
.balls-box .serv-6{width: 60px; height: 60px; top: 110px; left: 30px;} 
.balls-box .serv-7{width: 60px; height: 60px; top: 45px; left: 140px;}
.balls-box .serv-8{width: 60px; height: 60px; top: 130px; left: 240px;}

.card .front img {max-width: 50px;}
.ba-radi .card .back h3 {font-size:13px; left: 6px; right: 6px;}

}





@media (max-width: 991.98px) {
	.container, .container-fluid {width: 90%;}
	.header-logo .container{width: 100%;}
	.header-logo .logo-wrapper img {max-width: 230px; margin-top: -25px;}
	.header-logo {position: absolute; left: 0; width: calc(100% - 0px);}
	.intro-homepage {padding-top: 120px;}
	.intro-homepage .intro-title-wrapper {min-height: auto;}
	.intro-homepage .intro-title-wrapper .title-circle {width: 350px; height: 350px; top: -300px; right: -240px; }
	
	.intro-homepage .intro-title-wrapper .title-circle2 {width: 400px; height: 178px; right: -350px; background-size: contain;}
	
	.benefits .benefits-title-wrapper .benefits-text p {font-size: 24px; line-height: 36px; }
	.projects-wrapper-mobile p {font-size: 24px; line-height: 36px; }
	
	.larger p{font-size:24px; line-height:36px;}
	 
  }

@media (max-width: 767.98px) {
  #page-footer .footer-circle.footer-circle2 {
  top: -211px;
  right: auto;
  left: -250px;
  width: 340px;
  }
  #page-footer .footer-circle {
    width: 350px;
    height: 350px;
    right: -280px;
	top: auto;
	bottom: -50px;
    }
	
}

@media (max-width: 599.98px) {
.intro-homepage .intro-title-wrapper .intro-title .intro-title-text {font-size:36px; line-height:normal;}	
.benefits .benefits-title-wrapper .benefits-title .benefits-title-text {font-size:36px; line-height:normal;}
.projects .projects-title .projects-title-text {font-size:36px; line-height:normal;}	
.partners .partners-wrapper .partners-title .partners-title-text {font-size:36px; line-height:normal;}
.serv-det .head-3 {font-size:36px;}


.benefits .benefits-title-wrapper .benefits-text p {font-size: 18px; line-height: 32px;}
.larger p{font-size:18px; line-height:32px;}

.banner_circle .inner_circle .plus1 {top:70px; width: 80px;}
.banner_circle .inner_circle .plus2 {top:300px; width:30px;}

.banner_circle .inner_circle .cic1 {width:70px; top:-40px; right:20%; }
.banner_circle .inner_circle .cic4 {top: -20px; width: 160px; left: 150px;}
.banner_circle .inner_circle .cic4 img{width:100%}
.banner_circle .inner_circle .cic5 {top: 90px;}

.banner_circle .plus1 {animation:spin 15s linear infinite; animation-fill-mode:both}
.banner_circle .plus1 img {width:100%}
.banner_circle .plus2 {animation:spin 10s linear infinite; animation-fill-mode:both;}
.banner_circle .plus2 img {width:100%; }



#page-footer .footer-information a,
#page-footer .footer-information p {font-size: 18px; line-height: 32px; }
#page-footer .footer-social li.footer-social-title {font-size: 16px;}



.text-icon_icon-box {flex: 0 0 60px; padding: 0 0px;}
.text-icon_icon-box img {max-width: 40px;}
}

@media (max-width: 399.98px) {
.footer-content .text-icon_container {display: inherit; text-align:center}	
.footer-content .text-icon_text{text-align:center}

	
}

@media (max-width: 359.98px) {
 .balls-box {margin: -80px auto 80px -30px;}	
	
}

	
/*
.floor-types .service-type:after {
content: " ";
z-index: 50;
width: 100%;
height: 180px;
background: #000;
position: absolute;
margin: 0 0 0 0;}
*/



/*
@keyframes cir-1 {
 0% {top: 0; left: 20%;} 
 50% {translate3d(-237px, -266px, 0); left:10px; top:5px}
 100% {top: 0; left: 20%;}
}

.serv-2 {animation: cir-2 2s linear infinite both;}
@keyframes cir-2 {
 0% {top:0; left:0px;} 
 50% {top:8px}
 100% {top:0; left:0px;}
}

.serv-3 {animation: cir-3 3s linear infinite both; }
@keyframes cir-3 {
 0% {left:-12px;} 
 50% {left:-5px; top:8px}
 100% {left:-12px;}
}

.serv-4 {animation: cir-4 5s linear infinite both; }
@keyframes cir-4 {
 0% {left:-5px; transform: translate3d(-156px, -31px, 0)} 
 50% {left:10px; top:3px; transform: translate3d(-156px, -31px, 0)}
 100% {left:-5px; transform: translate3d(-156px, -31px, 0)}
}

.serv-5 {animation: cir-5 5s linear infinite both; }
@keyframes cir-5 {
 0% {transform:matrix(1, 0, 0, 1, -110, 170);} 
 50% {transform:matrix(1, 0, 0, 1, -110, 170);}
 100% {transform:matrix(1, 0, 0, 1, -110, 170);}
}

*/



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 94%;
  width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background-color: #459eff;
  color: white;
}
.modal-header h4{font-size: 30px; text-align: center; font-weight: 600;}

.modal-header .btn-close{
background: #f00 url(../images/q-close.png) no-repeat center;
width: 36px;
height: 36px;
padding: 10px;
border-radius: 50%;
position: absolute;
right: -20px;
top: -20px;
border: none;
cursor: pointer;}

.modal-body {padding: 2px 16px;}
.modal-body table{border: 1px solid #E8E8E8;}
.modal-body tr{border: 1px solid #E8E8E8;}
.modal-body td{border: 1px solid #E8E8E8;}
.modal-body td .fa{color:#10e396}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}




.pricing-table {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}
table {
  background-color: transparent;
}

.pricing-table .tl2 {border-right: 0;}
.pricing-table .product, .pricing-table .tl {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  width: 180px;
}
.pricing-table th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #E8E8E8;
  border-bottom: 0px solid #E8E8E8;
}

.pricing-table td, .pricing-table th {
  border-right: 1px solid #E8E8E8;
  empty-cells: show;
  padding: 5px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  color: #808080;
  font-size: 15px;
  text-align: center;
}
.pricing-table .product-one {
  border-left: 0px;
}

.pricing-table .product {
  background: #ffaa50;
  height: 40px;
  font-size: 16px;
}

.pricing-table .product-one {
  vertical-align: baseline;
}
.pricing-table .product-two {
  background: #a49dd4;
}
.pricing-table .product-three {
  border-right: 0px;
  background: #30916d;
  vertical-align: baseline;
}

.ptheme th{color:#fff !important; width:50%}

.pricing-table tbody tr:nth-child(2n+3) {
  background-color: #f2f2f2;
}

.pricing-table tr.mob{display:none}

.brd-hide-1{border: 1px solid #fff !important; border-right: 1px solid #E8E8E8 !important; border-bottom: 1px solid #fff !important;}
.brd-hide-2{border: 1px solid #fff; border-right: 1px solid #E8E8E8 !important; border-bottom: 1px solid #fff;}

.packages-form{background:#ffa650; padding:30px 15px; border-radius:10px 10px; margin-bottom:15px; display:none}
.packages-form #main-form .btn {border-radius:8px;}
.form-price{transition:all 1.5s ease}


@media only screen and (max-width: 767px){
 .pricing-table td:first-child, .pricing-table th:first-child {display: none;}
 .modal-body {padding: 2px 0px;}
 .ptheme th:first-child {display:revert;}
 .pricing-table tr.mob{display:contents}
 
 .modal-header .btn-close {right: -5px; top: -5px;}
 
}




.circle-container {
  display: flex;
  justify-content: center;
}
.circle-container .outer-circle {
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.circle-container .outer-circle .inner-circle {
  width: 160px;
  height: 160px;
  box-sizing: content-box;
  border: 27px solid #f6671f;
  transform: rotate(45deg);
  border-radius: 50%;
}
.circle-container .outer-circle .inner-circle .inner-circle-content {
  background: #ffffff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.circle-container .outer-circle .inner-circle .inner-circle-content span {
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
line-height: normal;
text-align: center;
width: 100%;
}
.circle-container .outer-circle .inner-circle .inner-circle-content span.t-up{
 margin-top: -260px; position: absolute;}
.circle-container .outer-circle .inner-circle .inner-circle-content span.t-down{
 margin-top: 260px; position: absolute;}

.circle-container .outer-circle .inner-circle .inner-circle-content svg {
  margin-top: 0px;
}
.circle-container .outer-circle svg path {
  stroke: #f6671f;
  fill: #f6671f;
}
.circle-container .outer-circle:not(:first-child) {
  margin-left: -49px;
}
.circle-container .outer-circle:nth-child(odd) .inner-circle {
  border-top-color: transparent;
  border-left-color: transparent;
}
.circle-container .outer-circle:nth-child(even) {
  margin-top: 1px;
}
.circle-container .outer-circle:nth-child(even) .inner-circle {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.circle-container .outer-circle:first-child .inner-circle {
  border-left-color: #f6671f;
}

.dv-point{width:50px; height:50px; background:#f6671f; border-radius:50%; text-align:center; padding:5px;
box-sizing:border-box; color: #fff; font-weight: 800;}

.dv-point img{width:100%}

@media (max-width:1440px) {
.circle-container {width:985px; margin:0 auto;}	
.circle-container .outer-circle .inner-circle {width:130px; height:130px; border:27px solid #f6671f;}	
	
}

@media (max-width:1024px) {
.circle-container {width:700px; margin:0 auto;}	
.circle-container .outer-circle .inner-circle {width:100px; height:100px; border:8px solid #f6671f;}
.circle-container .outer-circle .inner-circle .inner-circle-content span {font-size: 14px;}	
.circle-container .outer-circle .inner-circle .inner-circle-content span.t-up {margin-top: -180px;}	
.circle-container .outer-circle .inner-circle .inner-circle-content span.t-down {margin-top: 180px;}	
}

@media (max-width: 767px) {
.circle-container .outer-circle .inner-circle .inner-circle-content span.t-up{
 margin-top: 0; position: relative;}
.circle-container .outer-circle .inner-circle .inner-circle-content span.t-down{
 margin-top: 0; position: relative;}	
.circle-container .outer-circle .inner-circle {width:130px; height:130px; border:27px solid #f6671f;}	
.circle-container {width: auto;}
.circle-container {
    flex-direction: column;
    align-items: center;
  }
  .circle-container .outer-circle .inner-circle {
    transform: rotate(135deg);
  }
  .circle-container .outer-circle .inner-circle .inner-circle-content {
    transform: rotate(225deg);
  }
  .circle-container .outer-circle:not(:first-child) {
    margin-left: 0px;
    margin-top: -104px;
  }
}










