@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.twentytwenty-wrapper{
z-index:10;
position:relative;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: "";
display: block;
background: #fff;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-overlay{
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label{
position: absolute;
top: 0; 
color:#fff;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay{
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.twentytwenty-before-label, .twentytwenty-after-label{
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow{
top: 50%;
margin-top: -6px;
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px;
}
.twentytwenty-container{
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0;
}
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.twentytwenty-before-label {
opacity: 0;
}
.twentytwenty-after-label {
opacity: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label{
left: 15px;
top:auto;
bottom:10px;
right:auto;
}
.twentytwenty-horizontal .twentytwenty-after-label{
right: 15px;
top:auto;
bottom:10px;
left:auto;
}
.twentytwenty-vertical .twentytwenty-before-label{
top: 10px;
left: 15px;
}
.twentytwenty-vertical .twentytwenty-after-label{
bottom: 10px;
top:auto;
left:15px;
}
.twentytwenty-overlay{
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25;
}
.twentytwenty-overlay:hover{
background: rgba(0, 0, 0, 0.7);
}
.twentytwenty-overlay:hover .twentytwenty-after-label{
opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label{
opacity: 1;
}
.twentytwenty-before{
z-index: 20;
}
.twentytwenty-after{
z-index: 10;
}
.twentytwenty-handle{
height: 30px;
width: 30px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -15px;
margin-top: -15px;
background:#fff;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer;
}
.twentytwenty-left-arrow{
border-right: 6px solid #111;
left: 50%;
margin-left: -14px;
}
.twentytwenty-right-arrow{
border-left: 6px solid #111;
right: 50%;
margin-right: -14px;
}
.twentytwenty-up-arrow{
border-bottom: 6px solid #111;
top: 50%;
margin-top: -14px;
}
.twentytwenty-down-arrow{
border-top: 6px solid #111;
bottom: 50%;
margin-bottom: -14px;
}html.fp-enabled,
.fp-enabled body {
margin: 0;
padding: 0;
overflow:hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
position: relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.fp-slide {
float: left;
}
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index:1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
table-layout:fixed;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
overflow: hidden;
position: relative;
}
.fp-scroller{
overflow: hidden;
}
.iScrollIndicator{
border: 0 !important;
}
.fp-notransition {
-webkit-transition: none !important;
transition: none !important;
}
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
right: 17px;
}
#fp-nav.fp-left {
left: 17px;
}
.fp-slidesNav{
position: absolute;
z-index: 4;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
left: 0 !important;
right: 0;
margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
bottom: 17px;
}
.fp-slidesNav.fp-top {
top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position:relative;
}
.fp-slidesNav ul li {
display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-radius: 50%;
position: absolute;
z-index: 1;
height: 4px;
width: 4px;
border: 0;
background: #333;
left: 50%;
top: 50%;
margin: -2px 0 0 -2px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
width: 10px;
height: 10px;
margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
display: block;
opacity: 0;
width: 0;
cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
height: auto !important;
} .fp-sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//alumninautica.pt/wp-content/plugins/arlo-core/shortcode/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face {
font-family: 'fontello';
src: url(//alumninautica.pt/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.eot?37062913);
src: url(//alumninautica.pt/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.eot?37062913#iefix) format('embedded-opentype'),
url(//alumninautica.pt/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.woff2?37062913) format('woff2'),
url(//alumninautica.pt/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.woff?37062913) format('woff'),
url(//alumninautica.pt/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.ttf?37062913) format('truetype'),
url(//alumninautica.pt/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.svg?37062913#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="xcon-"]:before, [class*=" xcon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.xcon-left-open:before { content: '\e800'; } .xcon-right-open:before { content: '\e801'; }
    .cons_w_wrapper{
position: relative;
clear: both;
width: 100%;
min-height: 1px;
z-index: 1;
transform: translateZ(0);
}
.cons_w_wrapper,
.cons_w_wrapper *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.cons_w_wrapper:after{
content: '';
clear: both;
display: table;
}
.cons_w_wrapper p{
letter-spacing: 0px;
}
.cons_w_wrapper a{
text-decoration: none;
}
.arlo_w_fn_svg{
width: 20px;
height: 20px;
fill: currentcolor;
}
.fn_cs_sticky_section{
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
overflow: visible;
top: 150px;
}
.fn_cs_sticky_section:after{
clear: both;
display: table;
content: '';
}
.fn_clearfix:after{
clear: both;
display: table;
content: '';
}
.fn_cs_lightgallery .lightbox{
cursor: pointer;
}  .cons_w_wrapper .fn_cs_hero_header{
width: 100%;
float: left;
clear: both;
position: relative;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: auto;
}
.cons_w_wrapper .fn_cs_hero_header .content_holder{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 5;
}
.cons_w_wrapper .fn_cs_hero_header .title_holder,
.cons_w_wrapper .fn_cs_hero_header .btn_holder{
width: 100%;
float: left;
clear: both;
}
.cons_w_wrapper .fn_cs_hero_header .bg_holder{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 0;
}
.cons_w_wrapper .fn_cs_hero_header .o_img{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 2;
}
.cons_w_wrapper .fn_cs_hero_header .o_color{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 4;
}
.cons_w_wrapper .fn_cs_hero_header[data-height="vh"]{
height: 100vh;
}
.cons_w_wrapper .fn_cs_hero_header h3{
margin: 0;
padding: 0;
font-size: 48px;
line-height: 1;
font-weight: 300;
letter-spacing: 0px;
padding-bottom: 14px;
position: relative;
margin-bottom: 33px;
margin-top: 30px;
}
.cons_w_wrapper .fn_cs_hero_header h3 span{
font-weight: 500;
}
.cons_w_wrapper .fn_cs_hero_header h3:after{
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 100px;
height: 2px;
background-color: #45a2df;
}
.cons_w_wrapper .fn_cs_hero_header p{
margin: 0;
padding: 0;
font-size: 14px;
line-height: 24px;
margin-bottom: 43px;
}
.cons_w_wrapper .fn_cs_hero_header a.discover{
display: inline-block;
padding: 14px 25px;
border-radius: 3px;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
letter-spacing: .5px;
line-height: 1.6;
margin-right: 30px;
margin-bottom: 30px;
}
.cons_w_wrapper .fn_cs_hero_header .video{
line-height: 40px;
position: relative;
display: inline-block;
padding-left: 50px;
margin-bottom: 30px;
cursor: pointer;
}
.cons_w_wrapper .fn_cs_hero_header .video .text{
font-size: 14px;
letter-spacing: .5px;
text-transform: uppercase;
font-weight: 500;
}
.cons_w_wrapper .fn_cs_hero_header .video .icon{
position: absolute;
display: block;
width: 40px;
height: 40px;
border-radius: 100%;
border: 2px solid #ccc;
top: 0px;
left: 0px;
transition: all .2s linear;
}
.cons_w_wrapper .fn_cs_hero_header .video .icon:after{
content: '';
position: absolute;
border: 8px solid transparent;
border-left-color: #ccc;
border-top-width: 5px;
border-bottom-width: 5px;
top: 50%;
left: 50%;
margin: -5px 0px 0px -3px;
transition: all .2s ease;
z-index: 1;
}
.cons_w_wrapper .fn_cs_hero_header .video .icon:before{
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin: -20px auto auto -20px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background-color: inherit;
opacity: 0;
z-index: -1;
pointer-events: none;
border: 6px solid #ccc;
border-radius: 100%;
}
.cons_w_wrapper .fn_cs_hero_header .video:hover .icon:before{
opacity: 1;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}  .fn_cs_info_list{
width: 100%;
float: left;
clear: both;
}
.cons_w_wrapper .fn_cs_info_list.full,
.cons_w_wrapper .fn_cs_info_list.contained{
background-color: transparent;
}
.cons_w_wrapper .fn_cs_info_list.contained .list{
padding-left: 55px;
padding-right: 55px;
}
.fn_cs_info_list .list{
width: 100%;
float: left;
clear: both;
padding-top: 20px;
}
.fn_cs_info_list .list ul{
margin: 0px;
list-style-type: none;
margin-left: -50px;
}
.fn_cs_info_list .list li{
width: 33.3333%;
float: left;
margin-bottom: 33px;
padding-left: 50px;
}
.fn_cs_info_list .list li svg.svg_hover{
transform: scale(0);
transition-delay: 0s;
}
.fn_cs_info_list .list .item:hover svg.svg_hover{
opacity: 1;
transform: scale(1);
transition-delay: .3s;
}
.fn_cs_info_list .list .item:hover svg.svg_always{
transform: scale(0);
transition-delay: 0s;
}
.fn_cs_info_list .list .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 50px;
min-height: 26px;
}
.fn_cs_info_list .list .icon{
width: 30px;
height: 30px;
border: 2px solid #45a2df;
display: block;
position: absolute;
top: 6px;
left: 0px;
}
.fn_cs_info_list .list .icon img,
.fn_cs_info_list .list .icon svg{
position: absolute;
width: 14px;
height: 14px;
top: 50%;
left: 50%;
margin: -7px 0px 0px -7px;
transition: transform .3s ease;
transition-delay: .3s;
}
.fn_cs_info_list .list h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
margin-bottom: 2px;
font-family: 'Raleway';
}
.fn_cs_info_list .list p{
margin: 0px;
padding: 0px;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
}
.fn_cs_info_list[data-cols="2"] .list li{
width: 50%;
}
@media(max-width:1300px){
.fn_cs_info_list .list li{
width: 50%;
}
}
@media(max-width:768px){
.fn_cs_info_list .list li,
.fn_cs_info_list[data-cols="2"] .list li{width: 100%;}
}  .fn_cs_about{
width: 100%;
float: left;
clear: both;
}
.fn_cs_about .a_inner{
width: 100%;
display: flex;
flex-direction: row;
}
.fn_cs_about .r_inner{
width: 100%;
float: left;
clear: both;
position: relative;
padding-bottom: 80px;
}
.fn_cs_about .leftpart{
width: 400px;
min-width: 400px;
padding-top: 40px;
}
.fn_cs_about .rightpart{
width: 100%;
margin-left: 50px;
}
.fn_cs_about .border{
position: relative;
top: 0px;
right: 80px;
left: auto !important;
float: right;
}
.fn_cs_about .border .span1:after{
position: absolute;
content: '';
height: 10px;
left: 0px;
top: 0px;
right: 0px;
background-color: #45a2df;
z-index: 1;
}
.fn_cs_about .border .span1:before{
position: absolute;
content: '';
height: 10px;
left: 0px;
bottom: 0px;
right: 0px;
background-color: #45a2df;
z-index: 1;
}
.fn_cs_about .border .span2:after{
position: absolute;
content: '';
width: 10px;
left: 0px;
top: 10px;
bottom: 10px;
background-color: #45a2df;
z-index: 1;
}
.fn_cs_about .border .span2:before{
position: absolute;
content: '';
width: 10px;
right: 0px;
top: 10px;
bottom: 10px;
background-color: #45a2df;
z-index: 1;
}
.fn_cs_about .rightpart img{
opacity: 0;
position: relative;
z-index: -1;
}
.fn_cs_about .img_holder{
position: absolute;
z-index: 2;
right: 40px;
left: auto !important;
top: 40px !important;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.fn_cs_about .abs_img{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_about .dots{
position: absolute;
top: 80px !important;
right: 0px;
left: auto !important;
background-repeat: repeat;
}
.fn_cs_about .dots[data-switch="enable"]{
background-repeat: repeat;
}
.fn_cs_about .dots[data-switch="enable"]:after{
display: none;
content: none;
}
.fn_cs_about .dots:after{
content: '';
display: block;
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background-image: url(//alumninautica.pt/wp-content/plugins/arlo-core/v--2.8/img/bg-repeater.png);
background-repeat: repeat;
}
.fn_cs_about .leftpart h3.title{
margin: 0px;
padding: 0px;
font-size: 60px;
line-height: 1;
letter-spacing: 0px;
color: #041230;
font-weight: 300;
padding-bottom: 14px;
position: relative;
margin-bottom: 32px;
}
.fn_cs_about .leftpart h3.title span{
font-weight: 500;
}
.fn_cs_about .leftpart h3.title:after{
content: '';
position: absolute;
bottom: -9px;
left: 0px;
width: 100px;
height: 3px;
background-color: #45a2df;
}
.fn_cs_about .leftpart .desc{
margin: 0;
padding: 0;
font-size: 14px;
line-height: 24px;
margin-bottom: 43px;
}
.fn_cs_about .leftpart .desc span{
display: block;
}
.fn_cs_about .leftpart .desc span:first-child{
margin-bottom: 26px;
}
.fn_cs_about .leftpart .desc span:last-child{
margin-bottom: 0px;
}
.fn_cs_about .leftpart h3.name{
margin: 0;
padding: 0;
font-size: 18px;
letter-spacing: 0px;
font-weight: 400;
color: #041230;
margin-bottom: 2px;
}
.fn_cs_about .leftpart .occ{
margin: 0px;
padding: 0px;
letter-spacing: 0px;
font-size: 14px;
}
.fn_cs_about .leftpart img{
margin-bottom: 26px;
}
@media(max-width: 1600px){
.fn_cs_about .rightpart img{max-width: 400px;}
}
@media(max-width: 1200px){
.fn_cs_about .leftpart{padding-top: 0px;}
.fn_cs_about .leftpart{width: 100%;min-width: 100%;margin-bottom: 50px;}
.fn_cs_about .rightpart{margin-left: 0px;}
.fn_cs_about .a_inner{flex-direction: column;}
.fn_cs_about .rightpart img{max-width: 100%;}
.fn_cs_about .border{right: auto;left: 0px !important;float: left;}
.fn_cs_about .img_holder{left: 40px !important;right: auto !important;}
.fn_cs_about .dots{left: 80px !important;right: auto;}
}
@media(max-width: 1200px){
.fn_cs_about .leftpart h3.title{font-size: 36px;}
}
@media(max-width: 768px){
.fn_cs_about .rightpart img{max-width: 300px;}
}
@media(max-width: 480px){
.fn_cs_about .rightpart img{max-width: 200px;}
.fn_cs_about .img_holder{left: 20px !important;top: 20px !important;}
.fn_cs_about .dots{left: 40px !important;top: 40px !important;}
}  .fn_cs_info_rating{
width: 100%;
float: left;
clear: both;
position: relative;
padding-top: 10px;
overflow: hidden;
}
.fn_cs_info_rating .container{
position: static;
}
.fn_cs_info_rating > div > .inner{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
}
.fn_cs_info_rating .left_part{
width: 50%;
width: calc(50% - 40px);
width: -moz-calc(50% - 40px);
width: -webkit-calc(50% - 40px);
min-width: calc(50% - 40px);
min-width: -moz-calc(50% - 40px);
min-width: -webkit-calc(50% - 40px);
position: relative;
padding-right: 14%;
}
.fn_cs_info_rating .left_part:after{
position: absolute;
right: 100%;
top: 0px;
left: -3000px;
content: '';
bottom: 0px;
}
.fn_cs_info_rating .middle_part{
width: 80px;
min-width: 80px;
}
.fn_cs_info_rating .right_part{
width: 50%;
width: calc(50% - 40px);
width: -moz-calc(50% - 40px);
width: -webkit-calc(50% - 40px);
min-width: calc(50% - 40px);
min-width: -moz-calc(50% - 40px);
min-width: -webkit-calc(50% - 40px);
}
.fn_cs_info_rating .left_part h3{
margin: 0px;
padding: 0px;
font-size: 24px;
line-height: 32px;
font-weight: 400;
letter-spacing: 0px;
color: #eee;
margin-bottom: 25px;
}
.fn_cs_info_rating .left_part p{
margin: 0px;
padding: 0px;
font-size: 14px;
line-height: 1.7;
letter-spacing: 0px;
margin-bottom: 34px;
}
.fn_cs_info_rating .l_video,
.fn_cs_info_rating .title_holder{
width: 100%;
float: left;
clear: both;
}
.fn_cs_info_rating .l_video > span{
display: block;
position: relative;
padding-left: 43px;
min-height: 30px;
cursor: pointer;
float: left;
max-width: 100%;
}
.fn_cs_info_rating .l_video .icon{
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 0px;
left: 0px;
border: 2px solid #999;
border-radius: 100%;
color: #999;
}
.fn_cs_info_rating .l_video .icon img,
.fn_cs_info_rating .l_video .icon svg{
position: absolute;
width: 8px;
height: 8px;
left: 50%;
top: 50%;
margin: -4px 0px 0px -4px;
}
.fn_cs_info_rating .l_video .text{
font-weight: 400;
color: #45a2df;
position: relative;
display: block;
float: left;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 18px;
max-width: 100%;
}
.fn_cs_info_rating .l_video .text:after{
content: '';
position: absolute;
bottom: 2px;
background-color: rgba(255,255,255,.3);
left: 0px;
right: 0px;
height: 1px;
transition: all .2s ease;
}
.fn_cs_info_rating .l_video > span:hover .text:after{
height: 2px;
bottom: 0px;
}
.fn_cs_info_rating .l_video .icon:before{
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
margin: -15px auto auto -15px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background-color: inherit;
opacity: 0;
z-index: 5;
pointer-events: none;
border: 3px solid #ccc;
border-radius: 100%;
}
.fn_cs_info_rating .l_video > span:hover .icon:before{
opacity: 1;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.fn_cs_info_rating .m_in{
width: 100%;
height: 100%;
position: relative;
background-color: #1b1b22;
}
.fn_cs_info_rating .rating_holder a{
display: block;
position: absolute;
top: -10px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 22;
}
.fn_cs_info_rating .rating_holder{
width: 100%;
float: left;
clear: both;
padding: 6px 13px 11px 13px;
background-color: #d1122d;
text-align: center;
color: #fff;
position: relative;
}
.fn_cs_info_rating .rating_holder svg{
width: 36px;
height: 36px;
position: relative;
margin-top: -11px;
}
.fn_cs_info_rating h3.rating_number{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: -0.25px;
font-weight: 500;
color: #fff;
position: relative;
margin-top: -7px;
margin-bottom: 5px;
}
.fn_cs_info_rating h3.rating_text{
margin: 0px;
padding: 0px;
font-size: 10px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 400;
color: #fff;
}
.fn_cs_info_rating .r_header{
position: absolute;
left: 0px;
right: 0px;
height: 10px;
background-color: #d1122d;
bottom: 100%;
}
.fn_cs_info_rating .r_header:after{
border-top: 10px solid transparent;
border-right: 5px solid #682a32;
content: '';
position: absolute;
right: 100%;
top: 0px;
}
.fn_cs_info_rating .r_header:before{
border-top: 10px solid transparent;
border-left: 5px solid #682a32;
content: '';
position: absolute;
left: 100%;
top: 0px;
}
.fn_cs_info_rating .r_footer:after{
position: absolute;
top: 100%;
left: 0px;
content: '';
border-top: 15px solid #d1122d;
border-right: 40px solid transparent;
}
.fn_cs_info_rating .r_footer:before{
position: absolute;
top: 100%;
right: 0px;
content: '';
border-top: 15px solid #d1122d;
border-left: 40px solid transparent;
}
.fn_cs_info_rating .tagline_holder{
position: relative;
width: 100%;
float: left;
clear: both;
height: 300px;
}
.fn_cs_info_rating .tl_inner{
position: absolute;
transform: rotate(90deg);
transform-origin: left top;
top: 0px;
left: 80px;
height: 80px;
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
display: flex;
align-items: center;
}
.fn_cs_info_rating .tagline_holder span{
display: block;
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 1px;
color: #eee;
padding-left: 45px;
position: relative;
top: 1px;
line-height: 1;
}
.fn_cs_info_rating .tagline_holder span:after{
position: absolute;
content: '';
left: 15px;
top: 6px;
width: 20px;
height: 1px;
background-color: rgba(255,255,255,.5);
}
.fn_cs_info_rating .right_part .o_img{
left: 50%;
margin-left: 40px;
top: 10px;
right: 0px;
bottom: 0px;
z-index: 5;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_info_rating .right_part .o_color{
left: 50%;
margin-left: 40px;
top: 10px;
right: 0px;
bottom: 0px;
z-index: 15;
position: absolute;
}
.fn_cs_info_rating .img_list{
width: 100%;
float: left;
clear: both;
position: relative;
height: 80px;
margin-bottom: 40px;
}
.fn_cs_info_rating .img_list .item{
width: 120px;
height: 80px;
position: relative;
cursor: pointer;
}
.fn_cs_info_rating .img_list .plus{
opacity: 0;
visibility: hidden;
background-color: rgba(17,20,34,.9);
z-index: 3;
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
transition: all .5s ease;
}
.fn_cs_info_rating .img_list .plus:before{
width: 2px;
height: 20px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0px 0px -1px;
background-color: #45a2df;
z-index: 5;
}
.fn_cs_info_rating .img_list .plus:after{
width: 20px;
height: 2px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0px 0px -10px;
background-color: #45a2df;
z-index: 5;
}
.fn_cs_info_rating .img_list .item:hover .plus{
opacity: 1;
visibility: visible;
}
.fn_cs_info_rating .owl-nav button span{
display: none;
}
.fn_cs_info_rating .owl-nav button{
width: 20px;
height: 20px;
display: block;
position: absolute;
bottom: 5px;
left: 5px;
background-color: rgba(0,0,0,.7) !important;
border-radius: 3px;
z-index: 111;
transition: all .3s ease;
}
.fn_cs_info_rating .owl-nav button:after{
content: '';
position: absolute;
top: 11px;
left: 7px;
background-color: #fff;
width: 5px;
height: 1px;
transform: rotate(45deg);
}
.fn_cs_info_rating .owl-nav button:before{
content: '';
position: absolute;
top: 8px;
left: 7px;
background-color: #fff;
width: 5px;
height: 1px;
transform: rotate(135deg);
}
.fn_cs_info_rating .owl-nav button.owl-next{
left: 27px;
}
.fn_cs_info_rating .owl-nav button.owl-next:after{
top: 8px;
left: auto;
right: 7px;
}
.fn_cs_info_rating .owl-nav button.owl-next:before{
left: auto;
top: 11px;
right: 7px;
}
.fn_cs_info_rating .owl-nav button:hover{
background-color: rgba(0,0,0,1.00) !important;
}
.fn_cs_info_rating .img_list .item img{
position: absolute;
width: 0px;
height: 0px;
opacity: 0;
}
.fn_cs_info_rating .img_list .abs_img{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
@media(max-width: 1600px){
.fn_cs_info_rating .left_part{
padding-right: 40px;
}
}
@media(max-width: 1200px){
.fn_cs_info_rating .left_part{
width: 100%;
width: calc(100% - 80px);
width: -moz-calc(100% - 80px);
width: -webkit-calc(100% - 80px);
min-width: calc(100% - 80px);
min-width: -moz-calc(100% - 80px);
min-width: -webkit-calc(100% - 80px);
}
.fn_cs_info_rating .right_part{display: none;}
.fn_cs_info_rating .left_part:before{
left: 100%;
margin-left: 80px;
top: 0px;
bottom: 0px;
right: -2000px;
background-color: #0f0f16;
content: '';
position: absolute;
}
.fn_cs_info_rating .left_part > div{max-width: 500px;}
}
@media(max-width: 1040px){
.fn_cs_info_rating .left_part{padding-right: 20px;}
}  .fn_cs_main_title{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_main_title .title_holder{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_main_title .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 35px;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0px;
color: #000;
padding-bottom: 11px;
position: relative;
}
.fn_cs_main_title .title_holder h3 span{
color: #ff4b36;
}
.fn_cs_main_title .title_holder h3:after{
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 60px;
height: 3px;
background-color: #ff4b36;
}  .fn_cs_services{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_services .list{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_services ul{
margin: 0px;
padding: 0px;
list-style-type: none;
margin-left: -30px;
}
.fn_cs_services ul li{
width: 33.3333%;
padding-left: 30px;
margin-bottom: 30px;
float: left;
}
.fn_cs_services .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 90px 45px 68px 45px;
overflow: hidden;
}
.fn_cs_services span.bg1{
position: absolute;
display: block;
top: 10px;
right: 0px;
left: 0px;
bottom: 0px;
border: 15px solid #0e2424;
z-index: -5;
}
.fn_cs_services span.bg2{
position: absolute;
display: block;
top: 100%;
right: 0px;
left: 0px;
bottom: 0px;
z-index: -3;
transition: all 500ms cubic-bezier(0.040, 0.630, 0.000, 0.965);
}
.fn_cs_services .item:hover span.bg2{
top: 10px;
transition-delay: .3s;
transition-delay: 0s;
}
.fn_cs_services .icon{
display: block;
width: 80px;
height: 70px;
position: absolute;
left: 45px;
top: 0px;
color: #041230;
}
.fn_cs_services .icon:after{
border-top: 10px solid transparent;
border-right: 5px solid #ab8b40;
content: '';
position: absolute;
right: 100%;
top: 0px;
}
.fn_cs_services .icon:before{
border-top: 10px solid transparent;
border-left: 5px solid #ab8b40;
content: '';
position: absolute;
left: 100%;
top: 0px;
}
.fn_cs_services .icon svg,
.fn_cs_services .icon img{
top: 15px;
left: 20px;
width: 40px;
height: 40px;
position: absolute;
}
.fn_cs_services .icon i{
font-size: 40px;
position: absolute;
top: 15px;
left: 0px;
right: 0px;
text-align: center;
}
.fn_cs_services .icon span:after{
border-top: 10px solid #45a2df;
border-right: 80px solid transparent;
content: '';
position: absolute;
top: 100%;
left: 0px;
}
.fn_cs_services .item h3{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: 0px;
font-weight: 400;
color: #041230;
line-height: 29px;
margin-top: 5px;
margin-bottom: 16px;
transition: all .3s 0s ease;
}
.fn_cs_services .item p{
padding: 0px;
margin: 0px;
font-size: 14px;
line-height: 24px;
color: #666;
letter-spacing: 0px;
transition: all .3s 0s ease;
}
.fn_cs_services span.arrow{
position: absolute;
display: block;
width: 15px;
height: 15px;
right: 50px;
bottom: 40px;
color: #eee;
z-index: 2;
opacity: 0;
transition: all .3s .3s ease;
}
.fn_cs_services span.arrow svg,
.fn_cs_services span.arrow img{
width: 15px;
height: 15px;
position: absolute;
bottom: 0px;
right: 0px;
}
.fn_cs_services .item:hover span.arrow{
opacity: 1;
right: 40px;
}
.fn_cs_services .item a{
display: block;
position: absolute;
top: 10px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 3;
}
@media(max-width: 1400px){
.fn_cs_services ul li{
width: 50%;
}
.fn_cs_services ul li:nth-of-type(3n){
width: 100%;
}
}
@media(max-width: 768px){
.fn_cs_services ul li{width: 100%;}
}  .fn_cs_description,
.fn_cs_description .desc_holder{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_description .desc_holder p{
margin: 0px;
padding: 0px;
letter-spacing: 0px;
}  .fn_cs_arrow_link,
.fn_cs_arrow_link .link_holder{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_arrow_link .link_holder a{
text-decoration: none;
display: inline-block;
position: relative;
padding-right: 27px;
font-size: 18px;
line-height: 24px;
}
.fn_cs_arrow_link .link_holder svg,
.fn_cs_arrow_link .link_holder img{
width: 15px;
height: 15px;
top: 50%;
margin-top: -7px;
right: 0px;
position: absolute;
}
.fn_cs_arrow_link .link_holder .arrow_hover svg{
opacity: 0;
right: 20px;
}
.fn_cs_arrow_link .link_holder a:hover .arrow svg{
opacity: 0;
}
.fn_cs_arrow_link .link_holder a:hover .arrow_hover svg{
right: 0px;
opacity: 1;
transition: opacity .3s 0s ease, right .3s 0s ease;
}  .fn_cs_call_to_action,
.fn_cs_call_to_action .cta_holder{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_call_to_action{
background-color: #0f0f16;
padding: 50px 0px;
}
.fn_cs_call_to_action .cta_holder{
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_call_to_action .link_holder{
min-width: fit-content;
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
margin-left: auto;
}
.fn_cs_call_to_action .link_holder a{
display: block;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
line-height: 50px;
letter-spacing: 0.5px;
color: #041230; padding: 0px 25px;
border-radius: 2px;
position: relative;
overflow: hidden;
}
.fn_cs_call_to_action .link_holder a span{
position: relative;
z-index: 5;
}
.fn_cs_call_to_action .link_holder a:after{
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
background-color: #fff;
border-radius: 2px;
}
.fn_cs_call_to_action .link_holder a:before{
position: absolute;
content: "";
top: 0px;
height: 100%;
left: -25%;
width: 0%;
background-color: #000;
transform: skew(50deg);
transition-duration: .6s;
z-index: 5;
}
.fn_cs_call_to_action .link_holder a:hover:before{width: 150%;}
.fn_cs_call_to_action .title_holder{
margin-right: 50px;
}
.fn_cs_call_to_action .title_holder h3{
margin: 0;
padding: 0;
font-size: 30px;
font-weight: 400;
line-height: 1.1;
letter-spacing: 0px;
color: #eee;
margin-bottom: 9px;
}
.fn_cs_call_to_action .title_holder p{
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
color: #999;
}
@media(max-width: 768px){
.fn_cs_call_to_action .title_holder h3{font-size: 24px;}
.fn_cs_call_to_action .cta_holder{display: block;}
.fn_cs_call_to_action .title_holder{margin: 0px 0px 30px 0px;}
.fn_cs_call_to_action .link_holder a{display: inline-block;}
}  .fn_cs_experience,
.fn_cs_experience .inner{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_experience .inner{
padding: 150px 0px;
display: flex;
flex-direction: row;
align-items: center;
position: relative;
}
.fn_cs_experience .bg_holder{
z-index: 0;
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
}
.fn_cs_experience .o_img{
z-index: 1;
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_experience .o_color{
z-index: 3;
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
}
.fn_cs_experience .badge_holder{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
border: 10px solid #fff;
padding: 16px 20px 10px 20px;
min-height: 240px;
max-width: 240px;
min-width: 240px;
box-sizing: border-box;
position: relative;
z-index: 3;
}
.fn_cs_experience .badge_holder .title h3{
margin: 0px;
padding: 0px;
font-size: 18px;
letter-spacing: 0px;
font-weight: 400;
margin-bottom: 10px;
color: #eee;
line-height: 1.3;
}
.fn_cs_experience .badge_holder .desc{
float: left;
width: 100%;
clear: both;
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_experience .badge_holder .year{
font-size: 72px;
letter-spacing: -1px;
margin: 0px;
line-height: 1;
font-weight: 400;
color: #eee;
}
.fn_cs_experience .badge_holder .text{
font-size: 10px;
font-weight: 500;
text-transform: uppercase;
color: #45a2df;
margin-left: 10px;
letter-spacing: 1px;
}
.fn_cs_experience .list{
margin-left: 120px;
}
.fn_cs_experience .list ul{
margin: 0px;
padding: 0px;
margin-left: -120px;
list-style-type: none;
}
.fn_cs_experience .list li{
width: 33.3333%;
float: left;
padding-left: 70px;
margin: 9px 0px;
}
.fn_cs_experience .list span{
display: block;
font-size: 16px;
line-height: 1.3;
letter-spacing: 0px;
color: #ccc;
position: relative;
}
.fn_cs_experience .list span:after{
content: '';
position: absolute;
width: 10px;
height: 2px;
background-color: #999;
top: 50%;
margin-top: -1px;
left: -25px;
}
@media(max-width: 1600px){
.fn_cs_experience .list li{width: 50%;}
.fn_cs_experience .inner{align-items: flex-start;}
}
@media(max-width: 1400px){
.fn_cs_experience .inner{flex-direction: column;}
.fn_cs_experience .list{margin-left: 35px;}
.fn_cs_experience .badge_holder{margin-bottom: 50px;}
}
@media(max-width: 480px){
.fn_cs_experience .list li{width: 100%;}
}  .fn_cs_project_sticky{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_project_sticky .inner{
width: 100%;
float: left;
clear: both;
position: relative;
display: flex;
flex-direction: row;
}
.fn_cs_project_sticky .left_part{
width: 350px;
min-width: 350px;
}
.fn_cs_project_sticky .right_part{
width: 100%;
padding-left: 70px;
position: relative;
}
.fn_cs_sticky_section{
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
overflow: visible;
top: 150px;
}
.fn_cs_sticky_section:after{
clear: both;
display: table;
content: '';
}
.fn_cs_project_sticky .left_part h3{
margin: 0px;
padding: 0px;
font-weight: 300;
letter-spacing: 0px;
font-size: 48px;
line-height: 1;
color: #041230;
position: relative;
padding-bottom: 14px;
margin-bottom: 33px;
}
.fn_cs_project_sticky .left_part h3 span{
font-weight: 500;
}
.fn_cs_project_sticky .left_part h3:after{
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 100px;
height: 2px;
background-color: #45a2df;
}
.fn_cs_project_sticky .left_part p{
margin: 0;
padding: 0;
font-size: 14px;
line-height: 24px;
margin-bottom: 43px;
}
.fn_cs_project_sticky .left_part a{
text-decoration: none;
display: inline-block;
position: relative;
padding-right: 27px;
font-size: 18px;
line-height: 24px;
color: #041230;
}
.fn_cs_project_sticky .left_part a svg,
.fn_cs_project_sticky .left_part a img{
width: 15px;
height: 15px;
top: 50%;
margin-top: -7px;
right: 0px;
position: absolute;
}
.fn_cs_project_sticky .left_part a .arrow_hover svg,
.fn_cs_project_sticky .left_part a .arrow_hover img{
opacity: 0;
right: 20px;
}
.fn_cs_project_sticky .left_part a:hover .arrow svg{
opacity: 0;
}
.fn_cs_project_sticky .left_part a:hover .arrow_hover svg{
right: 0px;
opacity: 1;
transition: opacity .3s 0s ease, right .3s 0s ease;
}
.fn_cs_project_sticky .right_part ul{
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
width: 100%;
}
.fn_cs_project_sticky .right_part li{
width: 100%;
margin: 0px;
float: left;
clear: both;
position: relative;
margin-bottom: 40px;
}
.fn_cs_project_sticky .right_part li:last-child{
margin-bottom: 0px;
}
.fn_cs_project_sticky .right_part .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding-bottom: 15px;
box-sizing: border-box;
}
.fn_cs_project_sticky .right_part .title_holder{
width: 100%;
float: left;
clear: both;
position: absolute;
z-index: 10;
left: 0px;
bottom: 15px;
padding: 34px 50px 36px 50px;
box-sizing: border-box;
}
.fn_cs_project_sticky .right_part .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: 0px;
font-weight: 400;
margin-bottom: 10px;
}
.fn_cs_project_sticky .right_part .title_holder h3 a{
color: #eee;
}
.fn_cs_project_sticky .right_part .title_holder p{
margin: 0px;
padding: 0px;
line-height: 1;
}
.fn_cs_project_sticky .right_part .title_holder p a{
position: relative;
display: inline-block;
text-transform: uppercase;
color: #fff;
font-weight: 600;
letter-spacing: 0px;
font-size: 14px;
line-height: 18px;
padding-right: 25px;
}
.fn_cs_project_sticky .right_part .img_holder img{
position: relative;
opacity: 0;
z-index: -3;
min-width: 100%;
min-height: 250px;
}
.fn_cs_project_sticky .right_part .img_holder .abs_img{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 15px;
z-index: 5;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_project_sticky .right_part .img_holder a{
z-index: 10;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(0,0,0,0.2);
transition: all .3s ease;
}
.fn_cs_project_sticky .right_part .img_holder a:before{
content: '';
background-color: #45a2df;
left: 50px;
top: 49px;
width: 0px;
height: 2px;
position: absolute;
z-index: 22;
transition: all .3s ease;
transition-delay: .3s;
}
.fn_cs_project_sticky .right_part .img_holder a:after{
content: '';
background-color: #45a2df;
left: 59px;
top: 40px;
width: 2px;
height: 0px;
position: absolute;
z-index: 22;
transition: all .3s ease;
}
.fn_cs_project_sticky .right_part .title_holder p svg,
.fn_cs_project_sticky .right_part .title_holder p img{
width: 15px;
height: 15px;
position: absolute;
right: 0px;
top: 50%;
margin-top: -7px;
}
.fn_cs_project_sticky .right_part .title_holder > a{
opacity: 0;
visibility: hidden;
display: block;
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 33;
}
.fn_cs_project_sticky .right_part .item:after{
left: 30px;
right: 30px;
height: 15px;
bottom: 0px;
background-color: #45a2df;
content: '';
position: absolute;
z-index: -1;
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a{
background-color: rgba(15,15,22,.9);
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a:after{
height: 20px;
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a:before{
width: 20px;
}
.fn_cs_project_sticky .right_part .item:hover .title_holder p a{
color: #45a2df;
}
.fn_cs_project_sticky .right_part .item:hover .title_holder > a{
opacity: 1;
visibility: visible;
}
@media(max-width: 1400px){
.fn_cs_project_sticky .right_part .title_holder{padding: 24px 30px 26px 30px;}
.fn_cs_project_sticky .right_part .img_holder a:after{
top: 30px;
left: 39px;
}
.fn_cs_project_sticky .right_part .img_holder a:before{
top: 39px;
left: 30px;
}
.fn_cs_project_sticky .right_part .title_holder h3{font-size: 18px;}
}
@media(max-width: 1200px){
.fn_cs_project_sticky .left_part{width: 100%;min-width: 100%;margin-bottom: 70px;}
.fn_cs_project_sticky .right_part{width: 100%;min-width: 100%;padding-left: 0px;}
.fn_cs_project_sticky .inner{flex-direction: column;}
.fn_cs_project_sticky .left_part h3{font-size: 36px;}
}  .fn_cs_support_block{
width: 100%;
float: left;
clear: both;
position: relative;
padding-top: 10px;
}
.fn_cs_support_block .support_block{
width: 100%;
float: left;
clear: both;
position: relative;
border: 15px solid #0e2424;
padding: 50px 285px 50px 140px;
min-height: 257px;
}
.fn_cs_support_block .content{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_support_block .content > div:nth-child(2){
margin-top: 23px;
}
.fn_cs_support_block .icon{
position: absolute;
top: -25px;
left: 45px;
display: block;
width: 80px;
height: 137px;
background-color: #45a2df;
color: #041230;
}
.fn_cs_support_block .icon:before{
border-top: 10px solid transparent;
border-left: 5px solid #ab8b40;
content: '';
position: absolute;
left: 100%;
top: 0px;
}
.fn_cs_support_block .icon:after{
border-top: 10px solid transparent;
border-right: 5px solid #ab8b40;
content: '';
position: absolute;
right: 100%;
top: 0px;
}
.fn_cs_support_block .icon svg,
.fn_cs_support_block .icon img{
width: 40px;
height: 40px;
position: absolute;
bottom: 23px;
left: 20px;
}
.fn_cs_support_block .icon span:after{
border-top: 10px solid #45a2df;
border-right: 80px solid transparent;
content: '';
position: absolute;
top: 100%;
left: 0px;
}
.fn_cs_support_block .icon i{
font-size: 40px;
position: absolute;
bottom: 23px;
left: 20px;
width: 40px;
text-align: center;
}
.fn_cs_support_block .img_wrap{
position: absolute;
width: 280px;
top: 0px;
right: 0px;
bottom: 0px;
}
.fn_cs_support_block .img_wrap span{
display: block;
content: '';
position: absolute;
border-right: 280px solid #45a2df;
border-top: 227px solid transparent;
bottom: 0px;
right: 0px;
}
.fn_cs_support_block .img_wrap img{
position: absolute;
max-width: 212px;
bottom: 0px;
right: 20px;
z-index: 3;
}
.fn_cs_support_block .desc{
width: 100%;
float: left;
clear: both;
}
.fn_cs_support_block .desc p{
margin: 0px;
padding: 0px;
font-weight: 400;
color: #041230;
font-size: 24px;
line-height: 30px;
letter-spacing: 0px;
}
.fn_cs_support_block .bottom_section{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_support_block .bottom_section .link_block a{
display: block;
font-weight: 500;
font-size: 14px;
letter-spacing: .5px;
line-height: 50px;
padding: 0px 25px;
background-color: #f1fdfd;
text-transform: uppercase;
border-radius: 3px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fn_cs_support_block .bottom_section div:nth-child(2){
margin-left: 70px;
position: relative;
}
.fn_cs_support_block .bottom_section div:nth-child(2):after{
width: 30px;
height: 1px;
content: '';
position: absolute;
left: -50px;
top: 50%;
background-color: #999;
}
.fn_cs_support_block .bottom_section .tfree_block p{
margin: 0px;
padding: 0px;
font-size: 18px;
letter-spacing: 0px;
color: #041230;
}
.fn_cs_support_block .bottom_section .link_block{
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
}
.fn_cs_support_block[data-icon-type="none"]{padding-top: 0px;}
.fn_cs_support_block[data-icon-type="none"] .support_block{
padding-left: 40px;
}
@media(max-width: 1600px){
.fn_cs_support_block .bottom_section{
flex-direction: column;
align-items: flex-start;
}
.fn_cs_support_block .bottom_section div:nth-child(2){
margin-left: 0px;
margin-top: 20px;
}
.fn_cs_support_block .bottom_section div:nth-child(2):after{display: none;}
}
@media(max-width: 768px){
.fn_cs_support_block .support_block{padding-right: 20px;padding-left: 120px;}
.fn_cs_support_block .icon{left: 20px;}
.fn_cs_support_block .img_wrap{display: none;}
.fn_cs_support_block .bottom_section .link_block a{
display: inline-block;
}
.fn_cs_support_block[data-icon-type="none"] .support_block{padding-left: 20px;}
.fn_cs_support_block .bottom_section .link_block{width: 100%;min-width: 100%;}
}
@media(max-width: 480px){
.fn_cs_support_block .icon{height: 105px}
.fn_cs_support_block[data-icon-type="elementor_icons"] .support_block,
.fn_cs_support_block[data-icon-type="frenify_icons"] .support_block{padding-top: 120px !important;padding-left: 20px;}
}  .fn_cs_triple_blog{
width: 100%;
float: left;
clear: both;
}
.fn_cs_triple_blog .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_triple_blog ul{
margin: 0px;
padding: 0px;
list-style-type: none;
margin-left: -30px;
}
.fn_cs_triple_blog li{
width: 33.3333%;
float: left;
padding-left: 30px;
margin: 0px;
}
.fn_cs_triple_blog .item{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_triple_blog .item img{
position: relative;
z-index: -3;
opacity: 0;
min-width: 100%;
}
.fn_cs_triple_blog .img_holder{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
.fn_cs_triple_blog .img_holder a{
display: block;
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 3;
}
.fn_cs_triple_blog .title_holder{
width: 100%;
float: left;
clear: both;
position: relative;
padding-top: 25px;
padding-bottom: 23px;
}
.fn_cs_triple_blog .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 24px;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 17px;
}
.fn_cs_triple_blog .title_holder h3 a{
color: #041230;
}
.fn_cs_triple_blog .title_holder h3 a:hover{
color: #45a2df;
}
.fn_cs_triple_blog .title_holder p{
margin: 0px;
padding: 0px;
font-size: 14px;
line-height: 24px;
}
.fn_cs_triple_blog a.icon{
opacity: 0;
visibility: hidden;
position: absolute;
bottom: 23px;
right: 40px;
text-decoration: none;
color: #041230;
display: block;
width: 24px;
height: 24px;
}
.fn_cs_triple_blog a.icon svg,
.fn_cs_triple_blog a.icon img{
width: 15px;
height: 15px;
position: absolute;
left: 4px;
top: 4px;
}
.fn_cs_triple_blog .item:hover a.icon{
opacity: 1;
visibility: visible;
right: 20px;
}
@media(max-width: 768px){
.fn_cs_triple_blog li{width: 100%;}
}  .cons_w_wrapper .fn_cs_check_list{
width: 100%;
float: left;
clear: both;
}
.cons_w_wrapper .fn_cs_check_list h3{
margin: 0px;
padding: 0px;
font-size: 24px;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 33px;
}
.cons_w_wrapper .fn_cs_check_list .list{
width: 100%;
float: left;
clear: both;
}
.cons_w_wrapper .fn_cs_check_list ul{
margin: 0px;
list-style-type: none;
margin-left: -30px;
}
.cons_w_wrapper .fn_cs_check_list li{
width: 50%;
float: left;
padding-left: 30px;
margin-bottom: 20px;
box-sizing: border-box;
}
.cons_w_wrapper .fn_cs_check_list li .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 35px;
min-height: 18px;
}
.cons_w_wrapper .fn_cs_check_list li .item p{
margin: 0px;
padding: 0px;
line-height: 18px;
font-size: 16px;
position: relative;
top: 2px;
}
.cons_w_wrapper .fn_cs_check_list li .item svg,
.cons_w_wrapper .fn_cs_check_list li .item img{
position: absolute;
width: 18px;
height: 18px;
color: #45a2df;
top: 0px;
left: 0px;
}
@media (max-width: 768px){
.cons_w_wrapper .fn_cs_check_list li{width: 100%;}
}  .cons_w_wrapper .fn_cs_accordion{
width: 100%;
float: left;
clear: both;
overflow: hidden;
-webkit-perspective:500px;
-moz-perspective:500px;
perspective:500px;
}
.cons_w_wrapper .fn_cs_accordion h3{
margin: 0px;
padding: 0px;
font-size: 24px;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 33px;
}
.cons_w_wrapper .fn_cs_accordion .plus{
position: absolute;
width: 20px;
height: 20px;
border: 2px solid #45a2df;
display: block;
left: 0px;
top: 0px;
box-sizing: border-box;
border-radius: 3px;
}
.cons_w_wrapper .fn_cs_accordion .plus:after{
width: 2px;
height: 8px;
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -4px 0px 0px -1px;
background-color: #45a2df;
transition: all .5s ease;
}
.cons_w_wrapper .fn_cs_accordion .plus:before{
width: 8px;
height: 2px;
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -1px 0px 0px -4px;
background-color: #45a2df;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in.acc_active .plus:after{
height: 0px;
margin-top: 4px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in{
position: relative;
z-index: 10;
overflow: hidden;
margin-bottom: 20px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in:last-child{
margin-bottom: 0px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_head{
position: relative;
display: block;
cursor: pointer;
min-height: 21px;
width: 100%;
float: left;
clear: both;
padding-left: 35px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_head p{
margin: 0px;
padding: 0px;
line-height: 20px;
font-size: 18px;
font-weight: 500;
color: #181a2f;
letter-spacing: 0px;
position: relative;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_content{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
padding: 20px 0px 0px 35px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_content p{
margin: 0px;
padding: 0px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in.acc_active > .acc_content{
display: block;
}  .fn_cs_location_list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_location_list ul.list{
list-style-type: none;
margin: 0px;
}
.fn_cs_location_list ul.list > li{
width: 100%;
float: left;
clear: both;
margin-bottom: 10px;
}
.fn_cs_location_list ul.column{
list-style-type: none;
margin: 0px;
margin-left: -30px;
}
.fn_cs_location_list ul.column > li{
width: 33.3333%;
clear: none;
float: left;
padding-left: 30px;
box-sizing: border-box;
margin-bottom: 30px;
}
.fn_cs_location_list .item{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_location_list .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
height: 220px;
}
.fn_cs_location_list .abs_img{
position: absolute;
z-index: 3;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_location_list .title_holder{
width: 100%;
float: left;
clear: both;
padding: 21px 80px 21px 40px;
position: relative;
box-sizing: border-box;
}
.fn_cs_location_list .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 22px;
font-weight: 400;
letter-spacing: 0px;
color: #eee;
}
.fn_cs_location_list .icon{
width: 60px;
right: 0px;
top: 0px;
bottom: 0px;
position: absolute;
display: block;
color: #fff;
}
.fn_cs_location_list .icon img,
.fn_cs_location_list .icon svg{
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
margin: -15px 0px 0px -15px;
}
.fn_cs_location_list .content_holder{
width: 100%;
float: left;
clear: both;
padding: 34px 40px;
box-sizing: border-box;
}
.fn_cs_location_list .content_holder p{
margin: 0px;
padding: 0px;
line-height: 1.5;
}
.fn_cs_location_list .content_holder p span{
display: block;
margin-bottom: 8px;
}
.fn_cs_location_list ul.column .title_holder{padding-left: 30px;}
.fn_cs_location_list ul.column .content_holder{padding-left: 30px;padding-right: 30px;} .fn_cs_location_list .icon{
z-index: 5;
}
.fn_cs_location_list .icon_wrapper{
width: 80px;
bottom: 0px;
position: absolute;
right: 0px;
top: 0px;
z-index: 5;
overflow: hidden;
}
.fn_cs_location_list .shape{
width: 30px;
position: absolute;
content: '';
left: 20px;
top: -20px;
bottom: 0px;
background-color: #45a2df;
transform-origin: bottom;
z-index: 1;
transition: all .3s ease;
}
.fn_cs_location_list .item:hover .shape{
transform: rotate(-13deg);
}
@media(max-width: 1200px){
.fn_cs_location_list ul.column > li{
width: 50%;
}
}
@media(max-width: 768px){
.fn_cs_location_list ul.column > li{
width: 100%;
}
}  .fn_cs_main_slider_with_content .title_holder h3{
margin: 0px;
padding: 0px;
font-weight: 400;
line-height: 1;
font-size: 60px;
letter-spacing: 0px;
color: #fff;
margin-bottom: 29px;
position: relative;
}
.fn_cs_main_slider_with_content .title_holder p{
color: #ccc;
letter-spacing: 0px;
margin: 0px;
padding: 0px;
}
.fn_cs_main_slider_with_content .content_wrapper{
position: absolute;
min-height: 500px;
height: 866px;
height: calc(100vh - 90px);
height: -moz-calc(100vh - 90px);
height: -webkit-calc(100vh - 90px);
display: flex;
align-items: center;
width: 100%;
z-index: 10;
}
.fn_cs_main_slider_with_content .content_inner{
width: 100%;
float: left;
clear: both;
position: relative;
max-width: 550px;
}
.fn_cs_main_slider_with_content{
width: 100%;
float: left;
clear: both;
overflow: hidden;
}
.fn_cs_main_slider_with_content .inner{
position: relative;
width: 100%;
float: left;
clear: both;
}
.fn_cs_main_slider_with_content .item_holder{
position: relative;
width: 100%;
float: left;
clear: both;
min-height: 500px;
height: 866px;
height: calc(100vh - 90px);
height: -moz-calc(100vh - 90px);
height: -webkit-calc(100vh - 90px);
}
.fn_cs_main_slider_with_content .item_holder .abs_img{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_main_slider_with_content .title_holder{
width: 100%;
float: left;
position: relative;
margin-bottom: 45px;
}
.fn_cs_main_slider_with_content .title_holder .in{
position: absolute;
top: 0px;
left: 0px;
}
.fn_cs_main_slider_with_content .control_panel{
position: relative;
float: left;
clear: both;
width: 100%;
}
.fn_cs_main_slider_with_content .control_panel .in{
z-index: 15;
height: 60px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller{
position: absolute;
height: 100%;
left: 0px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller div{
width: 60px;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
cursor: pointer;
background-color: #fdfdfd;
border-radius: 2px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller div:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-left-color: #1b1b1b;
left: 27px;
top: 25px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller .fn_next{
left: 63px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller .fn_prev:after{
border-left-color: transparent;
border-right-color: #1b1b1b;
left: 23px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination{
left: 163px;
top: 0px;
position: absolute;
bottom: auto;
right: auto;
width: max-content;
width: intrinsic;
width: -moz-max-content;
width: -webkit-max-content;
height: 100%;
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination > span{
display: block;
height: 100%;
color: #fff;
line-height: 60px;
font-size: 16px;
font-weight: 400;
font-family: 'Rubik';
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination .current{
font-size: 24px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination .total{
font-size: 14px;
}
.fn_cs_main_slider_with_content .o_color{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 3;
}
@media (max-width: 1040px){
.fn_cs_main_slider_with_content .item_holder{height: 700px;}
.fn_cs_main_slider_with_content .content_wrapper{height: 700px;}
.fn_cs_main_slider_with_content .title_holder h3{font-size: 36px;}
}  .fn_cs_introduce{
width: 100%;
float: left;
clear: both;
padding: 50px 70px 50px 80px;
position: relative;
box-sizing: border-box;
}
.fn_cs_introduce_wrap{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 40px 0px;
box-sizing: border-box;
}
.fn_cs_introduce_wrap[data-url-show="no"] span.video{
display: none;
}
.fn_cs_introduce .wing11{
position: absolute;
bottom: 100%;
z-index: -1;
right: 65px;
border-left: 15px solid rgba(255,255,255,0.2);
border-top: 40px solid transparent;
}
.fn_cs_introduce .wing12{
position: absolute;
bottom: 100%;
border-top: 40px solid transparent;
right: 80px;
border-right: 600px solid rgba(255,255,255,0.2);
}
.fn_cs_introduce .wing21{
position: absolute;
top: 100%;
z-index: -1;
left: 65px;
border-top: 40px solid rgba(8,18,37,0.2);
border-left: 15px solid transparent;
}
.fn_cs_introduce .wing22{
position: absolute;
top: 100%;
border-top: 40px solid rgba(8,18,37,0.2);
left: 80px;
border-right: 600px solid transparent;
}
.fn_cs_introduce .content_holder{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 20;
}
.fn_cs_introduce .bg{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
box-shadow: 10px 0px 40px rgba(0,0,0,0.08);
}
.fn_cs_introduce .bg .o_color{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
}
.fn_cs_introduce .bg .o_image{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
}
.fn_cs_introduce .title_holder{
width: 100%;
float: left;
padding-right: 12%;
max-width: calc(100% - 240px);
max-width: -moz-calc(100% - 240px);
max-width: -webkit-calc(100% - 240px);
box-sizing: border-box;
}
.fn_cs_introduce .badge_holder{
width: 100%;
float: right;
border: 10px solid #fff;
padding: 16px 20px 10px 20px;
min-height: 240px;
max-width: 240px;
min-width: 240px;
box-sizing: border-box;
}
.fn_cs_introduce .title_holder h5{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
font-weight: 300;
margin-bottom: 2px;
color: #fff;
}
.fn_cs_introduce .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 36px;
letter-spacing: 0px;
font-weight: 500;
margin-bottom: 37px;
color: #fff;
line-height: 1;
position: relative;
left: -2px;
}
.fn_cs_introduce .title_holder h3:after{
content: '';
top: 100%;
left: 2px;
position: absolute;
width: 100px;
height: 2px;
background-color: #45a2df;
margin-top: 14px;
}
.fn_cs_introduce .title_holder p{
margin: 0px;
padding: 0px;
line-height: 1.7;
color: #fff;
margin-bottom: 15px;
letter-spacing: 0px
}
.fn_cs_introduce .badge_holder h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
font-weight: 300;
margin-bottom: 10px;
color: #fff;
line-height: 1.2;
}
.fn_cs_introduce .badge_holder{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.fn_cs_introduce .badge_holder span{
margin: 0px;
padding: 0px;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
}
.fn_cs_introduce .badge_holder span.year{
font-size: 72px;
letter-spacing: -1px;
margin: 0px;
line-height: 1;
font-weight: 400;
}
.fn_cs_introduce .badge_holder .content{
float: left;
width: 100%;
clear: both;
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_introduce .badge_holder span{
display: block;
margin-left: 5px;
}
.fn_cs_introduce span.video{
width: 70px;
height: 70px;
position: absolute;
z-index: 55;
left: 80px;
bottom: -20px;
background-color: #e4810c;
border-radius: 100%;
cursor: pointer;
}
.fn_cs_introduce span.video:after{
content: '';
position: absolute;
border-left: 18px solid #fff;
border-top: 10px solid transparent;
left: 27px;
top: 25px;
}
.fn_cs_introduce span.video:before{
content: '';
position: absolute;
border-left: 18px solid #fff;
border-bottom: 10px solid transparent;
left: 27px;
top: 35px;
}
.fn_cs_introduce span.video span:before{
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
margin: -35px auto auto -35px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background-color: inherit;
opacity: 0;
z-index: -1;
pointer-events: none;
border: 15px solid #c32c41;
border-radius: 100%;
}
.fn_cs_introduce span.video:hover span:before{
opacity: 1;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.fn_cs_introduce_wrap[data-wing-switch="disable"]{padding-top: 0px;padding-bottom: 20px;}
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing11,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing12,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing21,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing22{display: none;}
@media (max-width: 1200px){
.fn_cs_introduce{padding: 50px 50px 80px 50px;}
.fn_cs_introduce .title_holder{padding-right: 7%;}
.fn_cs_introduce span.video{left: 50px;}
}
@media (max-width: 768px){
.fn_cs_introduce .title_holder{max-width: 100%;padding: 0px;margin-bottom: 50px;}
.fn_cs_introduce .badge_holder{float: left;}
.fn_cs_introduce{padding: 40px 30px 80px 30px;}
.fn_cs_introduce span.video{left: 30px;}
.fn_cs_introduce .title_holder p{margin-bottom: 0px;}
}  .fn_cs_services_classic{
width: 100%;
float: left;
clear: both;
}
.fn_cs_services_classic .list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_services_classic .list ul{
list-style-type: none;
margin: 0px;
margin-left: -80px;
}
.fn_cs_services_classic .list li{
width: 25%;
float: left;
padding-left: 80px;
margin-bottom: 40px;
}
.fn_cs_services_classic .list .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 30px 0px;
}
.fn_cs_services_classic span.icon{
display: block;
position: relative;
width: 100%;
height: 100px;
}
.fn_cs_services_classic span.icon img,
.fn_cs_services_classic span.icon svg{
position: absolute;
width: 60px;
height: 60px;
top: 0px;
left: 0px;
}
.fn_cs_services_classic span.icon i{
font-size: 40px;
position: absolute;
top: 0px;
left: 0px;
}
.fn_cs_services_classic .item h3{
margin: 0;
padding: 0;
font-size: 20px;
letter-spacing: 0px;
color: #041230;
line-height: 1.2;
margin-bottom: 20px;
}
.fn_cs_services_classic .item p{
margin: 0px;
padding: 0px;
}
.fn_cs_services_classic[data-view="on"] .item p{ }
.fn_cs_services_classic span.more_details.hidden{
opacity: 0;
position: relative;
}
.fn_cs_services_classic span.more_details{
display: block;
position: absolute;
left: 0px;
bottom: 9px;
}
.fn_cs_services_classic span.more_details a{
font-size: 18px;
line-height: 24px;
font-family: 'Rubik';
color: #041230;
display: inline-block;
padding-right: 27px;
}
.fn_cs_services_classic span.more_details img,
.fn_cs_services_classic span.more_details svg{
width: 15px;
height: 15px;
top: 50%;
margin-top: -7px;
right: 0px;
position: absolute;
}
.fn_cs_services_classic span.more_details .arroww_hover img,
.fn_cs_services_classic span.more_details .arroww_hover svg{
opacity: 0;
right: 20px;
}
.fn_cs_services_classic .item:hover span.more_details a .arroww img,
.fn_cs_services_classic .item:hover span.more_details a .arroww svg{
opacity: 0;
}
.fn_cs_services_classic .item:hover span.more_details a .arroww_hover img,
.fn_cs_services_classic .item:hover span.more_details a .arroww_hover svg{
right: 0px;
opacity: 1;
transition: opacity .3s 0s ease, right .3s 0s ease;
}
.fn_cs_services_classic .item .arrow{
position: absolute;
right: 0px;
bottom: 0px;
color: #c32c41;
opacity: 0;
transition: all .5s ease;
display: none !important;
}
.fn_cs_services_classic span.bg1{
position: absolute;
left: 100%;
margin-left: 40px;
top: 0px;
bottom: 0px;
background-color: #e5e5e5;
width: 1px;
}
.fn_cs_services_classic span.bg2{
position: absolute;
left: 100%;
margin-left: 40px;
top: 0px;
height: 0px;
background-color: #c32c41;
width: 1px;
transition: all .5s ease;
}
.fn_cs_services_classic .item:hover span.bg2{
height: 100%;
}
.fn_cs_services_classic .item:hover .arrow{
right: -20px;
opacity: 1;
}
.fn_cs_services_classic .item > a{
display: block;
position: absolute;
left: 0px;
right: -20px;
bottom: 0px;
z-index: 5;
top: 0px;
}
.fn_cs_services_classic li:nth-of-type(4n) span.bg1,
.fn_cs_services_classic li:nth-of-type(4n) span.bg2{display: none;}
@media(max-width: 1040px){
.fn_cs_services_classic .list li{width: 50%;}
.fn_cs_services_classic .item .arrow{display: none;}
.fn_cs_services_classic li:nth-of-type(2n) span.bg1{display: none;}
.fn_cs_services_classic li:nth-of-type(2n) span.bg2{display: none;}
}
@media(max-width: 480px){
.fn_cs_services_classic .item > a{right: 0px;}
.fn_cs_services_classic .list li{width: 100%;}
.fn_cs_services_classic span.bg1{display: block !important;}
.fn_cs_services_classic li:last-child span.bg1{display: none !important;}
.fn_cs_services_classic span.bg2{display: none;}
.fn_cs_services_classic .list .item{padding-top: 0;}
.fn_cs_services_classic span.bg1{
width: auto;
height: 1px;
margin-left: auto;
left: 0px;
right: 0px;
top: auto;
bottom: 0px;
}
}  .fn_cs_bottom_line{
width: 100%;
float: left;
clear: both;
}
.fn_cs_bottom_line .inner{
width: 100%;
float: left;
clear: both;
border-top: 1px solid #dde3e8;
padding-top: 16px;
}
.fn_cs_bottom_line .inner p{
margin: 0px;
padding: 0px;
line-height: 1.5;
font-size: 12px;
letter-spacing: 0px;
}  .fn_cs_button{
width: 100%;
float: left;
clear: both;
}
.fn_cs_button .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_button a{
display: inline-block;
font-family: 'Rubik';
text-transform: uppercase;
font-size: 14px;
letter-spacing: .5px;
line-height: 50px;
padding: 0px 30px;
border-radius: 2px;
color: #222;
background-color: #45a2df;
font-weight: 500;
}
.fn_cs_button a:hover{
background-color: #222;
color: #45a2df;
}  .fn_cs_principles{
width: 100%;
float: left;
clear: both;
}
.fn_cs_principles .inner{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
}
.fn_cs_principles .left_part{
width: 320px;
min-width: 320px;
margin-right: 10%;
padding-top: 111px;
}
.fn_cs_principles .left_part h3{
font-size: 36px;
margin: 0;
padding: 0;
letter-spacing: 0px;
line-height: 1.2;
position: relative;
left: -2px;
margin-bottom: 35px;
font-weight: 500;
}
.fn_cs_principles .left_part h3:after{
top: 100%;
margin-top: 11px;
width: 100px;
height: 2px;
background-color: #45a2df;
content: '';
position: absolute;
left: 2px;
}
.fn_cs_principles .left_part p{
margin: 0px;
padding: 0px;
color: #666;
}
.fn_cs_principles .left_part p span{
display: block;
margin-bottom: 30px;
}
.fn_cs_principles .left_part p span:last-child{
margin-bottom: 0px;
}
.fn_cs_principles .right_part{
width: 100%;
position: relative;
}
.fn_cs_principles .right_part ul{
margin: 0px;
list-style-type: none;
margin-left: -30px;
}
.fn_cs_principles .right_part li{
width: 50%;
float: left;
padding-left: 30px;
margin-bottom: 20px;
}
.fn_cs_principles .right_part li:first-child{
padding-top: 50px;
}
.fn_cs_principles .right_part .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 20px 10px 10px 20px;
}
.fn_cs_principles .right_part .item:after{
content: '';
position: absolute;
width: 20px;
height: 250px;
top: 0px;
left: 0px;
background-color: #e8eef3;
}
.fn_cs_principles .right_part .item:before{
content: '';
position: absolute;
left: 0px;
top: 250px;
border-top: 20px solid #e8eef3;
border-left: 20px solid transparent;
}
.fn_cs_principles .right_part .title_holder:after{
content: '';
position: absolute;
width: 180px;
height: 20px;
bottom: 100%;
left: 0px;
background-color: #e8eef3;
}
.fn_cs_principles .right_part .title_holder:before{
content: '';
position: absolute;
left: 180px;
bottom: 100%;
border-top: 20px solid transparent;
border-left: 20px solid #e8eef3;
}
.fn_cs_principles .right_part .title_holder{
width: 100%;
float: left;
clear: both;
position: relative;
background-color: #fff;
padding: 44px 60px 72px 30px;
min-height: 300px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}
.fn_cs_principles .right_part .number_holder{
position: absolute;
width: 70px;
height: 80px;
right: 0px;
bottom: 0px;
line-height: 80px;
letter-spacing: 0px;
font-size: 36px;
font-weight: 400;
color: #fff;
background-color: #e4810c;
text-align: center;
border-radius: 2px;
font-family: 'Rubik';
}
.fn_cs_principles .right_part h3{
margin: 0;
padding: 0;
letter-spacing: 0;
font-size: 20px;
margin-bottom: 16px;
color: #041230;
}
.fn_cs_principles.classic .left_part{padding-top: 0px;}
.fn_cs_principles.classic .right_part li:first-child{padding-top: 0px;}
@media(max-width: 1200px){
.fn_cs_principles .inner{flex-direction: column;}
.fn_cs_principles .left_part{
padding-top: 0px;
width: 100%;
clear: both;
min-width: 100%;
margin-right: 0px;
margin-bottom: 50px;
}
.fn_cs_principles .right_part{clear: both;}
.fn_cs_principles .right_part li:first-child{padding-top: 0px;}
}
@media(max-width: 768px){
.fn_cs_principles .right_part li{width: 100%;}
}  .fn_cs_counter_with_content{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 1;
padding: 100px 0px;
overflow: hidden;
}
.fn_cs_counter_with_content:after{
content: '';
position: absolute;
left: 0px;
width: 50%;
bottom: 0px;
top: 0px;
background-color: #202020;
z-index: -1;
}
.fn_cs_counter_with_content:before{
content: '';
position: absolute;
right: 0px;
width: 50%;
bottom: 0px;
top: 0px;
background-color: #e4810c;
z-index: -1;
}
.fn_cs_counter_with_content .inner{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_counter_with_content .leftpart{
width: 290px;
min-width: 290px;
padding-right: 50px;
box-sizing: border-box;
}
.fn_cs_counter_with_content .leftpart ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_counter_with_content .leftpart li{margin: 0px;}
.fn_cs_counter_with_content .leftpart li div{
margin-bottom: 37px;
}
.fn_cs_counter_with_content .leftpart li:last-child div{margin: 0px;}
.fn_cs_counter_with_content .leftpart h3{
margin: 0px;
padding: 0px;
font-size: 48px;
font-weight: 400;
letter-spacing: 0px;
color: #eee;
line-height: 1;
margin-bottom: 2px;
}
.fn_cs_counter_with_content .leftpart p{
margin: 0px;
padding: 0px;
color: #999;
}
.fn_cs_counter_with_content .rightpart{
padding: 87px 100px 80px 100px;
position: relative;
}
.fn_cs_counter_with_content .rightpart .content_holder{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 20;
}
.fn_cs_counter_with_content .rightpart .bg_holder{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
}
.fn_cs_counter_with_content .rightpart .o_color{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
}
.fn_cs_counter_with_content .rightpart .o_image{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
}
.fn_cs_counter_with_content .rightpart h5{
margin: 0px;
padding: 0px;
font-weight: 400;
font-size: 16px;
letter-spacing: 0px;
color: #041230;
text-transform: uppercase;
margin-bottom: 5px;
}
.fn_cs_counter_with_content .rightpart h3{
margin: 0px;
padding: 0px;
font-weight: 400;
font-size: 36px;
letter-spacing: 0px;
color: #041230;
margin-bottom: 23px;
}
.fn_cs_counter_with_content .rightpart p{
margin: 0px;
padding: 0px;
margin-bottom: 34px;
color: #666;
}
.fn_cs_counter_with_content .rightpart .title_holder{
width: 100%;
float: left;
clear: both;
}
.fn_cs_counter_with_content .rightpart .img_list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_counter_with_content .rightpart ul{
list-style-type: none;
margin: 0px;
margin-left: -10px;
}
.fn_cs_counter_with_content .rightpart li{
float: left;
padding-left: 10px;
margin-bottom: 10px;
width: 160px;
height: 100px;
}
.fn_cs_counter_with_content .rightpart li div{
width: 150px;
height: 100px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
background-color: #eee;
cursor: pointer;
}
.fn_cs_counter_with_content .rightpart li div img{
height: 0px;
width: 0px;
position: absolute;
opacity: 0;
}
.fn_cs_counter_with_content .rightpart .plus{
opacity: 0;
visibility: hidden;
background-color: rgba(17,20,34,.9);
z-index: 3;
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
transition: all .5s ease;
}
.fn_cs_counter_with_content .rightpart .plus:before{
width: 2px;
height: 20px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0px 0px -1px;
background-color: #45a2df;
z-index: 5;
}
.fn_cs_counter_with_content .rightpart .plus:after{
width: 20px;
height: 2px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0px 0px -10px;
background-color: #45a2df;
z-index: 5;
}
.fn_cs_counter_with_content .rightpart li div:hover .plus{
opacity: 1;
visibility: visible;
}
@media (min-width: 1201px){
.fn_cs_counter_with_content .leftpart{background-color: transparent !important;}
}
@media (max-width: 1400px){
.fn_cs_counter_with_content .rightpart{padding: 67px 7% 60px 7%;}
.fn_cs_counter_with_content .leftpart{width: 250px;min-width: 250px;}
}
@media (max-width: 1200px){
.fn_cs_counter_with_content{padding: 50px 0px;}
.fn_cs_counter_with_content:after{width: 100%;}
.fn_cs_counter_with_content:before{display: none;}
.fn_cs_counter_with_content .rightpart:after{
top: 100px;
left: -1000px;
right: -1000px;
bottom: -1000px;
content: '';
position: absolute;
background-color: #e4810c;
}
.fn_cs_counter_with_content .inner{display: block;}
.fn_cs_counter_with_content .leftpart{width: 100%;padding: 0px;float: left;clear: both;}
.fn_cs_counter_with_content .rightpart{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_counter_with_content .leftpart li{
float: left;
width: 50%;
margin-bottom: 30px;
padding-right: 30px;
box-sizing: border-box;
}
.fn_cs_counter_with_content .leftpart li div{margin: 0px;}
.fn_cs_counter_with_content .leftpart{
margin-bottom: 40px;
}
}
@media (max-width: 768px){
.fn_cs_counter_with_content .leftpart h3{font-size: 36px;}
.fn_cs_counter_with_content .rightpart h3{font-size: 30px;}
.fn_cs_counter_with_content .rightpart h5{font-size: 14px;margin-bottom: 10px;}
}
@media (max-width: 480px){
.fn_cs_counter_with_content .rightpart{padding: 40px 7% 30px 7%;}
.fn_cs_counter_with_content .leftpart{padding: 40px 7% 10px 7%;}
.fn_cs_counter_with_content .leftpart li{width: 100%;padding: 0px;text-align: center;}
}  .fn_cs_counter_with_rating{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 1;
padding: 100px 0px;
overflow: hidden;
}
.fn_cs_counter_with_rating .container{
z-index: 5;
}
.fn_cs_counter_with_rating:after{
content: '';
position: absolute;
background-color: #081225;
z-index: 4;
transform: rotate(15deg);
top: -800px;
bottom: -800px;
left: -800px;
right: 55%;
}
.fn_cs_counter_with_rating .inner{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_counter_with_rating .leftpart{
width: 290px;
min-width: 290px;
padding-right: 50px;
box-sizing: border-box;
}
.fn_cs_counter_with_rating .leftpart ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_counter_with_rating .leftpart li{margin: 0px;}
.fn_cs_counter_with_rating .leftpart li div{
margin-bottom: 37px;
}
.fn_cs_counter_with_rating .leftpart li:last-child div{margin: 0px;}
.fn_cs_counter_with_rating .leftpart h3{
margin: 0px;
padding: 0px;
font-size: 48px;
font-weight: 500;
letter-spacing: 0px;
color: #eee;
line-height: 1;
margin-bottom: 2px;
}
.fn_cs_counter_with_rating .leftpart p{
margin: 0px;
padding: 0px;
color: #ccc;
font-size: 14px;
line-height: 24px;
}
.fn_cs_counter_with_rating .rightpart{
padding: 87px 190px 80px 100px;
position: relative;
background-color: #fff;
box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
}
.fn_cs_counter_with_rating .rightpart .content_holder{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 20;
}
.fn_cs_counter_with_rating .rightpart .bg_holder{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
}
.fn_cs_counter_with_rating .rightpart .o_color{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
}
.fn_cs_counter_with_rating .o_image{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 3;
}
.fn_cs_counter_with_rating .o_image:after{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
content: '';
}
.fn_cs_counter_with_rating .content_holder h5{
margin: 0px;
padding: 0px;
font-weight: 400;
font-size: 20px;
letter-spacing: 0px;
line-height: 1;
color: #041230;
margin-bottom: 7px;
}
.fn_cs_counter_with_rating .content_holder h3{
margin: 0px;
padding: 0px;
font-weight: 500;
font-size: 36px;
letter-spacing: 0px;
color: #041230;
line-height: 1;
margin-bottom: 38px;
position: relative;
left: -2px;
}
.fn_cs_counter_with_rating .content_holder h3:after{
content: '';
position: absolute;
width: 100px;
height: 2px;
background-color: #ff4b36;
top: 100%;
left: 2px;
margin-top: 14px;
}
.fn_cs_counter_with_rating .content_holder p{
margin: 0px;
padding: 0px;
margin-bottom: 35px;
color: #666;
}
.fn_cs_counter_with_rating .rightpart .title_holder{
width: 100%;
float: left;
clear: both;
}
.fn_cs_counter_with_rating .rightpart .img_list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_counter_with_rating .rightpart ul{
list-style-type: none;
margin: 0px;
margin-left: -10px;
}
.fn_cs_counter_with_rating .rightpart li{
float: left;
padding-left: 10px;
margin-bottom: 10px;
width: 160px;
height: 90px;
}
.fn_cs_counter_with_rating .rightpart li div{
width: 150px;
height: 90px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
background-color: #eee;
cursor: pointer;
}
.fn_cs_counter_with_rating .rightpart li div img{
height: 0px;
width: 0px;
position: absolute;
opacity: 0;
}
.fn_cs_counter_with_rating .rightpart .plus{
opacity: 0;
visibility: hidden;
background-color: rgba(17,20,34,.9);
z-index: 3;
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
transition: all .5s ease;
}
.fn_cs_counter_with_rating .rightpart .plus:before{
width: 2px;
height: 20px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0px 0px -1px;
background-color: #45a2df;
z-index: 5;
}
.fn_cs_counter_with_rating .rightpart .plus:after{
width: 20px;
height: 2px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0px 0px -10px;
background-color: #45a2df;
z-index: 5;
}
.fn_cs_counter_with_rating .rightpart li div:hover .plus{
opacity: 1;
visibility: visible;
}
.fn_cs_counter_with_rating .rightpart:after{
content: '';
position: absolute;
z-index: 5;
right: 0px;
bottom: 0px;
width: 30px;
top: 60px;
background-color: #45a2df;
}
.fn_cs_counter_with_rating .rightpart:before{
content: '';
border-top: 20px solid transparent;
border-right: 30px solid #45a2df;
position: absolute;
top: 40px;
right: 0px;
z-index: 7;
}
.fn_cs_counter_with_rating .rating_holder{
position: absolute;
z-index: 25;
width: 80px;
right: 80px;
top: 0px;
padding: 6px 13px 26px 13px;
text-align: center;
color: #fff;
transition: all .3s ease;
}
.fn_cs_counter_with_rating .rating_holder img,
.fn_cs_counter_with_rating .rating_holder svg{
width: 36px;
height: 36px;
position: relative;
}
.fn_cs_counter_with_rating .rating_holder h3.rating_number{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: -0.25px;
font-weight: 700;
color: #fff;
position: relative;
margin-top: -7px;
margin-bottom: 5px;
font-family: 'Montserrat';
}
.fn_cs_counter_with_rating .rating_holder h3.rating_text{
margin: 0px;
padding: 0px;
font-size: 10px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 400;
color: #fff;
font-family: 'Open Sans';
}
.fn_cs_counter_with_rating .rating_holder:after{
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 15px;
z-index: -1;
background-color: #c32c41;
}
.fn_cs_counter_with_rating .r_footer:after{
position: absolute;
bottom: 0px;
left: 0px;
content: '';
border-top: 15px solid #c32c41;
border-right: 40px solid transparent;
}
.fn_cs_counter_with_rating .r_footer:before{
position: absolute;
bottom: 0px;
right: 0px;
content: '';
border-top: 15px solid #c32c41;
border-left: 40px solid transparent;
}
.fn_cs_counter_with_rating .rating_holder > a{
position: absolute;
display: block;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
}
.fn_cs_counter_with_rating .rightpart:hover .rating_holder{
padding-top: 11px;
padding-bottom: 31px;
}
@media(max-width: 1200px){
.fn_cs_counter_with_rating .rightpart{padding-left: 50px;}
}
@media(max-width: 1040px){
.fn_cs_counter_with_rating .inner{flex-direction: column;}
.fn_cs_counter_with_rating:after{
top: 0px;
left: 0px;
bottom: 40%;
right: 0px;
transform: rotate(0);
}
.fn_cs_counter_with_rating .leftpart{
width: 100%;
min-width: 100%;
padding-right: 0px;
margin-bottom: 50px;
}
.fn_cs_counter_with_rating .leftpart li{width: 50%;float: left;}
}
@media(max-width: 480px){
.fn_cs_counter_with_rating .rightpart{padding-right: 100px;padding-left: 40px;padding-top: 40px;}
.fn_cs_counter_with_rating .rating_holder{right: 0px;}
.fn_cs_counter_with_rating .rightpart:after{top: 250px;}
.fn_cs_counter_with_rating .rightpart:before{top: 230px;}
.fn_cs_counter_with_rating .leftpart li{width: 100%;text-align: center;}
.fn_cs_counter_with_rating .leftpart h3{font-size: 36px;}
.fn_cs_counter_with_rating{padding: 70px 0px;}
}  .fn_cs_project_sticky_modern{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_project_sticky_modern .inner{
width: 100%;
float: left;
clear: both;
position: relative;
display: flex;
flex-direction: row;
}
.fn_cs_project_sticky_modern .left_part{
width: 400px;
min-width: 400px;
}
.fn_cs_project_sticky_modern .left_part_in{
width: 100%;
padding: 55px 50px 60px 50px;
background-color: #45a2df;
}
.fn_cs_project_sticky_modern .right_part{
width: 100%;
padding-left: 60px;
position: relative;
}
.fn_cs_project_sticky_modern .left_part h3{
margin: 0px;
padding: 0px;
font-weight: 500;
letter-spacing: 0px;
font-size: 36px;
line-height: 1.2;
color: #041230;
position: relative;
padding-bottom: 13px;
margin-bottom: 21px;
left: -2px;
}
.fn_cs_project_sticky_modern .left_part h3:after{
content: '';
position: absolute;
bottom: 0px;
left: 2px;
width: 100px;
height: 2px;
background-color: #45a2df;
}
.fn_cs_project_sticky_modern .left_part p{
margin: 0;
padding: 0;
font-size: 14px;
line-height: 24px;
margin-bottom: 33px;
}
.fn_cs_project_sticky_modern .left_part a{
text-decoration: none;
display: inline-block;
position: relative;
font-size: 14px;
line-height: 50px;
padding: 0px 30px;
font-family: 'Rubik';
text-transform: uppercase;
font-weight: 500;
letter-spacing: .5px;
color: #eee;
background-color: #081225;
border-radius: 2px;
}
.fn_cs_project_sticky_modern .right_part ul{
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
width: 100%;
}
.fn_cs_project_sticky_modern .right_part li{
width: 100%;
margin: 0px;
float: left;
clear: both;
position: relative;
margin-bottom: 40px;
}
.fn_cs_project_sticky_modern .right_part li:last-child{
margin-bottom: 0px;
}
.fn_cs_project_sticky_modern .right_part .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 0px 50px;
box-sizing: border-box;
}
.fn_cs_project_sticky_modern .right_part .img_holder{
position: relative;
}
.fn_cs_project_sticky_modern .right_part .title_holder{
width: 100%;
float: left;
clear: both;
z-index: 10;
padding: 31px 30px 35px 30px;
box-sizing: border-box;
}
.fn_cs_project_sticky_modern .right_part .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: 0px;
font-weight: 400;
margin-bottom: 8px;
position: relative;
left: -2px;
}
.fn_cs_project_sticky_modern .right_part .title_holder h3 a{
color: #eee;
}
.fn_cs_project_sticky_modern .right_part .title_holder p{
margin: 0px;
padding: 0px;
line-height: 1;
}
.fn_cs_project_sticky_modern .right_part .title_holder p a{
position: relative;
display: inline-block;
text-transform: uppercase;
color: #fff;
font-weight: 500;
letter-spacing: 0px;
font-size: 14px;
line-height: 18px;
padding-right: 25px;
font-family: 'Rubik';
}
.fn_cs_project_sticky_modern .right_part .img_holder img{
position: relative;
opacity: 0;
z-index: -3;
min-width: 100%;
min-height: 250px;
}
.fn_cs_project_sticky_modern .right_part .img_holder .abs_img{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_project_sticky_modern .right_part .img_holder a{
z-index: 10;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(0,0,0,0.2);
transition: all .3s ease;
}
.fn_cs_project_sticky_modern .right_part .img_holder a:before{
content: '';
background-color: #45a2df;
left: 50px;
top: 49px;
width: 0px;
height: 2px;
position: absolute;
z-index: 22;
transition: all .3s ease;
transition-delay: .3s;
}
.fn_cs_project_sticky_modern .right_part .img_holder a:after{
content: '';
background-color: #45a2df;
left: 59px;
top: 40px;
width: 2px;
height: 0px;
position: absolute;
z-index: 22;
transition: all .3s ease;
}
.fn_cs_project_sticky_modern .right_part .title_holder p svg,
.fn_cs_project_sticky_modern .right_part .title_holder p img{
width: 15px;
height: 15px;
position: absolute;
right: 0px;
top: 50%;
margin-top: -10px;
}
.fn_cs_project_sticky_modern .right_part .title_holder > a{
opacity: 0;
visibility: hidden;
display: block;
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 33;
}
.fn_cs_project_sticky_modern .right_part .item:after{
left: 0px;
right: 0px;
bottom: 0px;
top: 50px;
background-color: #eff4f7;
content: '';
position: absolute;
z-index: -1;
}
.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a{
background-color: rgba(15,15,22,.2);
}
.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a:after{
height: 20px;
}
.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a:before{
width: 20px;
}
.fn_cs_project_sticky_modern .right_part .item:hover .title_holder p a{
color: #45a2df;
}
.fn_cs_project_sticky_modern .right_part .item:hover .title_holder > a{
opacity: 1;
visibility: visible;
}
.fn_cs_project_sticky_modern .right_part .item{
transition: all .5s ease;
}
.fn_cs_project_sticky_modern .right_part .item:hover{
padding: 0px;
}
.fn_cs_project_sticky_modern[data-animation-type="beta"] .right_part .item{
padding: 0px;
}
.fn_cs_project_sticky_modern[data-animation-type="gamma"] .right_part .item{
padding: 0px 50px;
}
@media(max-width: 1400px){
.fn_cs_project_sticky_modern .right_part .img_holder a:after{
top: 30px;
left: 39px;
}
.fn_cs_project_sticky_modern .right_part .img_holder a:before{
top: 39px;
left: 30px;
}
}
@media(max-width: 1200px){
.fn_cs_project_sticky_modern .left_part{width: 100%;min-width: 100%;margin-bottom: 70px;}
.fn_cs_project_sticky_modern .right_part{width: 100%;min-width: 100%;padding-left: 0px;}
.fn_cs_project_sticky_modern .inner{flex-direction: column;}
}
@media(max-width: 1040px){
.fn_cs_project_sticky_modern .right_part .item{padding: 0px !important;}
.fn_cs_project_sticky_modern .right_part .title_holder h3{font-size: 20px;line-height: 1.3;}
}  .fn_cs_triple_blog_modern{
width: 100%;
float: left;
clear: both;
}
.fn_cs_triple_blog_modern ul{
list-style-type: none;
margin: 0;
margin-left: -30px;
}
.fn_cs_triple_blog_modern li{
width: 33.3333%;
float: left;
padding-left: 30px;
margin-bottom: 40px;
}
.fn_cs_triple_blog_modern .item{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_triple_blog_modern .img_holder{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: #aaa;
position: relative;
width: 100%;
float: left;
clear: both;
}
.fn_cs_triple_blog_modern .img_holder a{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.fn_cs_triple_blog_modern .img_holder img{
opacity: 0;
position: relative;
z-index: -5;
min-width: 100%;
}
.fn_cs_triple_blog_modern .time{
position: absolute;
z-index: 15;
padding: 20px 19px 25px 19px;
max-width: 100%;
width: 80px;
}
.fn_cs_triple_blog_modern .time span:after{
position: absolute;
content: '';
top: 0px;
left: 0px;
bottom: 15px;
right: 0px;
background-color: #ad3110;
z-index: -1;
}
.fn_cs_triple_blog_modern .time span:before{
position: absolute;
content: '';
left: 0px;
bottom: 0px;
border-top: 15px solid #ad3110;
border-right: 80px solid transparent;
z-index: -1;
}
.fn_cs_triple_blog_modern .time h3{
margin: 0px;
padding: 0px;
color: #fff;
font-size: 36px;
line-height: 1;
letter-spacing: -2px;
position: relative;
margin-bottom: 5px;
font-weight: 300;
}
.fn_cs_triple_blog_modern .time h3:after{
left: 0px;
right: 0px;
position: absolute;
content: '';
background-color: #ffc600;
height: 1px;
top: 100%;
}
.fn_cs_triple_blog_modern .time h5{
margin: 0px;
padding: 0px;
color: #fff;
letter-spacing: 0px;
font-size: 12px;
line-height: 14px;
font-weight: 400;
text-transform: uppercase;
}
.fn_cs_triple_blog_modern .title_holder{
width: 100%;
float: left;
clear: both;
padding: 24px 0px 0px 0px;
}
.fn_cs_triple_blog_modern .title_holder p.t_header{
margin: 0;
padding: 0;
font-size: 14px;
letter-spacing: 0px;
color: #666;
margin-bottom: 10px;
}
.fn_cs_triple_blog_modern .title_holder p.t_header span.t_author{
display: inline-block;
}
.fn_cs_triple_blog_modern .title_holder p.t_header span.t_category{
display: inline-block;
position: relative;
}
.fn_cs_triple_blog_modern .title_holder p.t_header a{
color: #45a2df;
text-decoration: none;
text-transform: capitalize;
border-bottom: 1px solid #45a2df;
}
.fn_cs_triple_blog_modern .title_holder p.t_header a:hover{
border-bottom-color: transparent !important;
}
.fn_cs_triple_blog_modern .title_holder > h3{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: 0px;
color: #041230;
line-height: 1.2;
margin-bottom: 24px;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer{
margin: 0;
padding: 0;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.bg{
display: inline-block;
border-radius: 3px;
background-color: #081225;
color: #fff;
text-decoration: none;
font-size: 14px;
line-height: 24px;
padding: 0px 8px;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.bg:hover{
background-color: #ad3110;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr{
text-decoration: none;
display: inline-block;
position: relative;
padding-right: 27px;
font-size: 18px;
line-height: 24px;
background-color: transparent !important;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr img,
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr svg{
width: 15px;
height: 15px;
top: 50%;
margin-top: -7px;
right: 0px;
position: absolute;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr .arrow_hover img,
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr .arrow_hover svg{
opacity: 0;
right: 20px;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr:hover .arrow svg{
opacity: 0;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr:hover .arrow_hover svg{
right: 0px;
opacity: 1;
transition: opacity .3s 0s ease, right .3s 0s ease;
}
@media(max-width: 768px){
.fn_cs_triple_blog_modern li{width: 100%;}
}  .cons_w_wrapper .fn_cs_hero_header_modern{
width: 100%;
float: left;
clear: both;
position: relative;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: auto;
}
.cons_w_wrapper .fn_cs_hero_header_modern .content_holder{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 5;
}
.cons_w_wrapper .fn_cs_hero_header_modern .title_holder,
.cons_w_wrapper .fn_cs_hero_header_modern .btn_holder{
width: 100%;
float: left;
clear: both;
}
.cons_w_wrapper .fn_cs_hero_header_modern .bg_holder{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 0;
}
.cons_w_wrapper .fn_cs_hero_header_modern .o_img{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 2;
}
.cons_w_wrapper .fn_cs_hero_header_modern .o_color{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 4;
}
.cons_w_wrapper .fn_cs_hero_header_modern[data-height="vh"]{
height: 100vh;
}
.cons_w_wrapper .fn_cs_hero_header_modern h3{
margin: 0;
padding: 0;
font-size: 60px;
line-height: 1;
font-weight: 300;
letter-spacing: -1.5px;
padding-bottom: 14px;
position: relative;
margin-bottom: 31px;
color: #eee;
}
.cons_w_wrapper .fn_cs_hero_header_modern h3:after{
content: '';
position: absolute;
bottom: -10px;
left: 0px;
width: 100px;
height: 3px;
background-color: #d24e1a;
}
.cons_w_wrapper .fn_cs_hero_header_modern p{
margin: 0;
padding: 0;
font-size: 18px;
line-height: 30px;
margin-bottom: 43px;
}
.cons_w_wrapper .fn_cs_hero_header_modern[data-url-show="no"] .btn_holder{
display: none;
}
.cons_w_wrapper .fn_cs_hero_header_modern[data-url-show="no"] p{
margin-bottom: 0;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video{
position: relative;
display: inline-block;
padding-left: 80px;
cursor: pointer;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .text{
font-size: 18px;
letter-spacing: 0px;
font-weight: 300;
min-height: 60px;
font-family: 'Rubik';
line-height: 1.3;
display: flex;
align-items: center;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .icon{
position: absolute;
display: block;
width: 60px;
height: 60px;
border-radius: 100%;
border: 2px solid #ccc;
top: 0px;
left: 0px;
transition: all .2s linear;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:after{
content: '';
position: absolute;
border: 16px solid transparent;
border-left-color: #ccc;
border-top-width: 9px;
border-bottom-width: 9px;
top: 50%;
left: 50%;
margin: -9px 0px 0px -5px;
transition: all .2s ease;
z-index: 1;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:before{
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px auto auto -30px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background-color: inherit;
opacity: 0;
z-index: -1;
pointer-events: none;
border: 15px solid #ccc;
transition: opacity 2s 1s ease;
border-radius: 100%;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video:hover .icon:before{
opacity: 1;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
@media(max-width: 1200px){.cons_w_wrapper .fn_cs_hero_header_modern h3{font-size: 36px;}}  .fn_cs_principles_modern{
width: 100%;
float: left;
clear: both;
position: relative;
padding-top: 30px;
}
.fn_cs_principles_modern:after{
position: absolute;
top: 30px;
left: 0px;
right: 0px;
bottom: 0px;
content: '';
z-index: -1;
}
.fn_cs_principles_modern .inner{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 30px 0px;
}
.fn_cs_principles_modern .inner:after{
position: absolute;
top: 0px;
bottom: 0px;
right: 100%;
width: 100px;
content: '';
}
.fn_cs_principles_modern .inner:before{
position: absolute;
top: 0px;
bottom: 0px;
left: 100%;
width: 100px;
content: '';
}
.fn_cs_principles_modern span.shape1{
position: absolute;
left: 0px;
bottom: 100%;
border-right: 20px solid rgba(49,99,151,0.4);
border-top: 30px solid transparent;
}
.fn_cs_principles_modern span.shape2{
position: absolute;
left: 20px;
bottom: 100%;
border-left: 1150px solid rgba(49,99,151,0.4);
border-top: 30px solid transparent;
}
.fn_cs_principles_modern ul{
list-style-type: none;
margin: 0;
margin-left: -30px;
}
.fn_cs_principles_modern ul li{
width: 33.3333%;
float: left;
padding-left: 30px;
margin-bottom: 30px;
margin-top: 30px;
}
.fn_cs_principles_modern .item{
width: 100%;
float: left;
clear: both;
height: 100%;
position: relative;
border: 10px solid #eee;
padding: 105px 50px 95px 50px;
}
.fn_cs_principles_modern .item .number_holder{
position: absolute;
width: 70px;
height: 80px;
left: 50px;
top: -10px;
font-size: 36px;
letter-spacing: 0px;
display: flex;
align-items: center;
justify-content: center;
}
.fn_cs_principles_modern .item .number_holder:after{
border-top: 70px solid rgba(210,78,26,0.4);
content: '';
position: absolute;
left: 100%;
top: 10px;
border-right: 20px solid transparent;
transition: all .3s ease;
}
.fn_cs_principles_modern .item .icon{
position: absolute;
display: block;
width: 15px;
height: 15px;
bottom: 48px;
left: 50px;
color: #eee;
transition: all .3s ease;
}
.fn_cs_principles_modern .item a{
display: block;
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
text-decoration: none;
}
.fn_cs_principles_modern .item:hover .icon{
color: #d24e1a;
}
.fn_cs_principles_modern .item .icon svg,
.fn_cs_principles_modern .item .icon img{
width: 15px;
height: 15px;
bottom: 0px;
left: 0px;
position: absolute;
}
.fn_cs_principles_modern .item:hover .number_holder:after{
border-right-width: 30px;
}
.fn_cs_principles_modern .item h3{
margin: 0;
padding: 0;
font-size: 24px;
margin-bottom: 18px;
}
.fn_cs_principles_modern .item p{
margin: 0;
padding: 0;
}
@media(max-width: 1200px){
.fn_cs_principles_modern ul li{width: 50%;}
.fn_cs_principles_modern ul li:nth-of-type(3n){
width: 100%;
}
}
@media(max-width: 768px){
.fn_cs_principles_modern ul li{width: 100% !important;}
}
@media(max-width: 480px){
.fn_cs_principles_modern .item{padding: 95px 30px 75px 30px;}
.fn_cs_principles_modern .item .number_holder{left: 30px;height: 70px;}
.fn_cs_principles_modern .item .number_holder:after{border-top-width: 60px;}
.fn_cs_principles_modern .item .icon{left: 30px;bottom: 38px;}
}  @-webkit-keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
@keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
@-webkit-keyframes cs_fn_top{ from{ left:5px;}
to{  left: 15px;}
}
@keyframes  cs_fn_top{ from{ left:5px;}
to{  left: 15px;}
} .fn_cs_project_sticky .left_part h3{
margin: 0px;
padding: 0px;
font-weight: 500;
letter-spacing: 0px;
font-size: 36px;
line-height: 1.2;
color: #041230;
padding-bottom: 14px;
position: relative;
left: -2px;
margin-bottom: 33px;
text-transform: capitalize;
}
.fn_cs_project_sticky .left_part h3 span{
display: block;
}
.fn_cs_experience .list ul{margin-left: -40px;}
.fn_cs_experience .inner{flex-direction: row;}
.fn_cs_experience .list{margin-left: 150px;}
@media(max-width: 1040px){
.fn_cs_experience .inner{flex-direction: column;}
.fn_cs_experience .list{margin-left: 0px;}
.fn_cs_experience .inner{padding: 100px 0px;}
}  .fn_cs_service_query{
width: 100%;
float: left;
clear: both;
}
.fn_cs_service_query .top_bar{
width: 100%;
float: left;
clear: both;
padding: 55px 50px;
background-color: #111724;
}
.fn_cs_service_query .t_inner{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
align-items: flex-start;
position: relative;
padding-right: 100px;
}
.fn_cs_service_query .t_inner h3{
margin: 0;
padding: 0;
letter-spacing: 0;
font-size: 30px;
color: #eee;
line-height: 40px;
}
.fn_cs_service_query .t_inner span{
position: relative;
font-size: 14px;
color: #bbb;
letter-spacing: 0px;
margin-left: 62px;
min-height: 40px;
display: flex;
align-items: center;
}
.fn_cs_service_query .t_inner span:after{
top: 0px;
right: 100%;
margin-right: 30px;
width: 2px;
bottom: 0px;
background-color: rgba(255,255,255,.1);
position: absolute;
content: '';
}
.fn_cs_service_query .service_part{
width: 100%;
float: left;
clear: both;
}
.fn_cs_service_query .service_part .item{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_service_query .service_part .item:after{
content: '';
position: absolute;
z-index: 55;
right: 0px;
width: 2px;
top: 0px;
bottom: 0px;
background-color: #111724;
}
.fn_cs_service_query .service_part .item .img_holder{
position: relative;
z-index: 1;
}
.fn_cs_service_query .service_part .item .img_holder img{
position: relative;
z-index: -5;
opacity: 0;
}
.fn_cs_service_query .service_part .item .abs_img{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.fn_cs_service_query .service_part .item .title{
top: 0px;
left: 0px;
right: 0px;
position: absolute;
z-index: 10;
padding: 45px 50px 100px 50px;
background: rgba(0,0,0,0.6); background: -webkit-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); background: -o-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); background: -moz-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); }
.fn_cs_service_query .service_part .item .title h3{
margin: 0;
padding: 0;
font-size: 30px;
line-height: 1.1;
max-width: 260px;
}
.fn_cs_service_query .service_part .item .title h3 a{
color: #eee;
}
.fn_cs_service_query .service_part .item .title h3 a:hover{
color: #fff;
}
.fn_cs_service_query .service_part .item .view_more{
position: absolute;
z-index: 15;
bottom: 0px;
left: 0px;
right: 0px;
padding: 100px 50px 50px 50px;
background: rgba(0,0,0,0.6); background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); }
.fn_cs_service_query .service_part .item .view_more a{
display: inline-block;
position: relative;
border: 1px solid #eee;
border-radius: 100px;
padding: 0px 47px 0px 20px;
line-height: 38px;
color: #eee;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fn_cs_service_query .service_part .item .view_more img,
.fn_cs_service_query .service_part .item .view_more svg{
position: absolute;
right: 20px;
top: 50%;
margin-top: -7px;
width: 15px;
height: 15px;
transition: right .3s ease;
}
.fn_cs_service_query .service_part .item .view_more a:hover img,
.fn_cs_service_query .service_part .item .view_more a:hover svg{
right: 15px;
}
.fn_cs_service_query .service_part .item .view_more a:hover{
color: #fff;
border-color: #fff;
}
.fn_cs_service_query .service_part .item .img_holder:after{
position: absolute;
z-index: 10;
content: '';
left: 0px;
top: 0px;
right: 100%;
bottom: 0px;
background-color: rgba(0,0,0,0.6);
transition: all .5s cubic-bezier(0.040, 0.630, 0.000, 0.965);
}
.fn_cs_service_query .service_part .item:hover .img_holder:after{
right: 0px;
}
.fn_cs_service_query .owl_control{
position: absolute;
right: 0px;
top: 5px;
}
.fn_cs_service_query .owl_control div{
width: 30px;
height: 30px;
border-radius: 2px;
background-color: #d24e1a;
position: absolute;
right: 0px;
cursor: pointer;
}
.fn_cs_service_query .owl_control div:after{
content: '';
position: absolute;
top: 11px;
left: 13px;
border: 5px solid transparent;
border-left-color: #fff;
}
.fn_cs_service_query .owl_control .fn_prev:after{
border-left-color: transparent;
border-right-color: #fff;
left: auto;
right: 13px;
}
.fn_cs_service_query .owl_control .fn_prev{
right: 35px;
}
@media(max-width: 1200px){
.fn_cs_service_query .service_part .item .title{
padding: 25px 30px 70px 30px;
}
.fn_cs_service_query .top_bar{
padding: 55px 30px;
}
}
@media(max-width: 1040px){
.fn_cs_service_query .t_inner{
flex-direction: column;
padding-right: 0px;
padding-bottom: 25px;
}
.fn_cs_service_query .t_inner span{margin-left: 0px;}
.fn_cs_service_query .t_inner span:after{
width: 100px;
height: 3px;
top: auto;
left: 0px;
margin-right: 0px;
bottom: 100%;
margin-bottom: 24px;
}
.fn_cs_service_query .t_inner h3{
margin-bottom: 39px;
}
.fn_cs_service_query .owl_control{
top: auto;
left: 0px;
right: auto;
bottom: 0px;
}
.fn_cs_service_query .owl_control div{
right: auto;
}
.fn_cs_service_query .owl_control .fn_prev{
left: 0px;
}
.fn_cs_service_query .owl_control .fn_next{
left: 35px;
}
.fn_cs_service_query .top_bar{
padding-bottom: 85px;
}
}  .fn_cs_about_with_rating{
width: 100%;
float: left;
clear: both;
}
.fn_cs_about_with_rating .awr_inner{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
}
.fn_cs_about_with_rating .left_part{
width: 400px;
min-width: 400px;
padding-top: 32px;
}
.fn_cs_about_with_rating .left_part h3{
margin: 0px;
padding: 0px;
font-size: 60px;
line-height: 1;
letter-spacing: 0px;
color: #14141c;
font-weight: 300;
padding-bottom: 14px;
position: relative;
margin-bottom: 32px;
left: -3px;
}
.fn_cs_about_with_rating .left_part h3:after{
content: '';
position: absolute;
bottom: -9px;
left: 3px;
width: 100px;
height: 3px;
background-color: #d24e1a;
}
.fn_cs_about_with_rating .left_part p{
margin: 0;
padding: 0;
font-size: 14px;
line-height: 24px;
margin-bottom: 33px;
}
.fn_cs_about_with_rating .left_part p span{
display: block;
margin-bottom: 26px;
}
.fn_cs_about_with_rating .left_part p span:last-child{
margin-bottom: 0px;
}
.fn_cs_about_with_rating .right_part{
width: 100%;
float: right;
clear: both;
position: relative;
padding-left: 15%;
margin-left: auto;
}
.fn_cs_about_with_rating .r_inner{
width: 100%;
float: left;
clear: both;
box-shadow: 0px 0px 20px rgba(0,0,0,0.07);
}
.fn_cs_about_with_rating .top_section{
width: 100%;
float: left;
clear: both;
padding: 50px;
background-color: #fff;
padding-bottom: 52px;
border-bottom: 2px solid rgba(0,0,0,0.05);
position: relative;
}
.fn_cs_about_with_rating .badge_holder{
width: 100%;
float: left;
clear: both;
position: relative;
border: 10px solid #d24e1a;
}
.fn_cs_about_with_rating .badge_left{
width: 50%;
float: left;
position: relative;
padding: 17px 20px 8px 20px;
}
.fn_cs_about_with_rating .badge_right{
left: 50%;
right: 0px;
top: 0px;
bottom: 0px;
position: absolute;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.fn_cs_about_with_rating .badge_left h3{
margin: 0;
padding: 0;
font-size: 18px;
letter-spacing: 0;
color: #14141c;
}
.fn_cs_about_with_rating .badge_left .b_title{
margin-bottom: 60px;
width: 100%;
float: left;
clear: both;
}
.fn_cs_about_with_rating .badge_left .b_desc{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_about_with_rating .badge_left .year{
font-size: 72px;
font-family: 'Rubik';
line-height: 1;
letter-spacing: -1px;
color: #14141c;
font-weight: 300;
margin-right: 14px;
}
.fn_cs_about_with_rating .badge_left .text{
font-size: 10px;
font-weight: 500;
letter-spacing: .5px;
text-transform: uppercase;
color: #d24e1a;
font-family: 'Rubik';
}
.fn_cs_about_with_rating .rating_holder{
position: absolute;
right: 70px;
top: 50px;
width: 80px;
padding: 6px 13px 11px 13px;
text-align: center;
background-color: #316397;
color: #fff;
}
.fn_cs_about_with_rating .r_header{
position: absolute;
left: 0px;
right: 0px;
height: 10px;
background-color: #316397;
bottom: 100%;
}
.fn_cs_about_with_rating .r_header:after{
border-top: 10px solid transparent;
border-right: 5px solid #111623;
content: '';
position: absolute;
right: 100%;
top: 0px;
}
.fn_cs_about_with_rating .r_header:before{
border-top: 10px solid transparent;
border-left: 5px solid #111623;
content: '';
position: absolute;
left: 100%;
top: 0px;
}
.fn_cs_about_with_rating .r_footer:before{
position: absolute;
top: 100%;
right: 0px;
content: '';
border-top: 15px solid #316397;
border-left: 40px solid transparent;
}
.fn_cs_about_with_rating .r_footer:after{
position: absolute;
top: 100%;
left: 0px;
content: '';
border-top: 15px solid #316397;
border-right: 40px solid transparent;
}
.fn_cs_about_with_rating .rating_holder a{
display: block;
position: absolute;
top: -10px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 22;
}
.fn_cs_about_with_rating .rating_holder svg,
.fn_cs_about_with_rating .rating_holder img{
width: 36px;
height: 36px;
position: relative;
margin-top: -11px;
}
.fn_cs_about_with_rating h3.rating_number{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: -0.25px;
font-weight: 500;
color: #fff;
position: relative;
margin-top: -7px;
margin-bottom: 5px;
}
.fn_cs_about_with_rating h3.rating_text{
margin: 0px;
padding: 0px;
font-size: 10px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 400;
color: #fff;
}
.fn_cs_about_with_rating .bottom_section{
width: 100%;
float: left;
clear: both;
padding: 50px;
background-color: #fff;
}
.fn_cs_about_with_rating .bottom_section .list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_about_with_rating .bottom_section .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 50px;
min-height: 30px;
display: flex;
align-items: center;
}
.fn_cs_about_with_rating .bottom_section ul{
list-style-type: none;
margin: 0px;
}
.fn_cs_about_with_rating .bottom_section li{
margin: 0px;
margin-bottom: 20px;
float: left;
clear: both;
width: 100%;
}
.fn_cs_about_with_rating .bottom_section li:last-child{
margin-bottom: 0;
}
.fn_cs_about_with_rating .bottom_section .icon{
position: absolute;
top: 0px;
left: 0px;
display: block;
width: 30px;
height: 30px;
border: 2px solid #d24e1a;
color: #d24e1a;
}
.fn_cs_about_with_rating .bottom_section .icon img,
.fn_cs_about_with_rating .bottom_section .icon svg{
width: 14px;
height: 14px;
position: absolute;
top: 50%;
left: 50%;
margin: -7px 0px 0px -7px;
}
.fn_cs_about_with_rating .bottom_section p{
margin: 0;
padding: 0;
font-family: 'Rubik';
font-size: 18px;
color: #14141c;
}
@media(max-width: 1200px){
.fn_cs_about_with_rating .awr_inner{flex-direction: column;}
.fn_cs_about_with_rating .left_part{
width: 100%;
min-width: 100%;
margin-bottom: 50px;
padding-top: 0px;
}
.fn_cs_about_with_rating .badge_left{
min-height: 320px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.fn_cs_about_with_rating .right_part{
width: 100%;
padding-left: 0px;
}
.fn_cs_about_with_rating .left_part h3{font-size: 36px;}
.fn_cs_about_with_rating .top_section{
padding: 40px;
padding-bottom: 42px;
}
.fn_cs_about_with_rating .rating_holder{top: 40px;right: 60px;}
.fn_cs_about_with_rating .bottom_section{padding: 40px;}
}
@media(max-width: 768px){
.fn_cs_about_with_rating .badge_left{min-height: inherit; width: 100%;padding-right: 100px;}
.fn_cs_about_with_rating .badge_right{display: none;}
.fn_cs_about_with_rating .top_section{padding: 20px;padding-bottom: 22px;}
.fn_cs_about_with_rating .rating_holder{right: 40px;top: 20px;}
.fn_cs_about_with_rating .bottom_section{padding: 20px;}
.fn_cs_about_with_rating .bottom_section p{font-size: 16px;}
}  .fn_cs_single_testimonial{
width: 100%;
float: left;
clear: both;
}
.fn_cs_single_testimonial .inner{
width: 100%;
float: left;
clear: both;
position: relative;
border: 10px solid #e4810c;
padding: 61px 150px;
box-sizing: border-box;
}
.fn_cs_single_testimonial .inner svg,
.fn_cs_single_testimonial .inner img{
position: absolute;
width: 60px;
height: 60px;
top: 60px;
left: 60px;
color: #d24e1a;
}
.fn_cs_single_testimonial .inner p{
margin: 0px;
padding: 0px;
font-size: 18px;
line-height: 30px;
letter-spacing: 0px;
font-weight: 300;
color: #eee;
margin-bottom: 36px;
}
.fn_cs_single_testimonial .inner h3{
padding: 0px;
margin: 0px;
letter-spacing: 0px;
font-weight: 300;
font-size: 18px;
margin-bottom: 6px;
color: #eee;
}
.fn_cs_single_testimonial .inner h5{
padding: 0px;
margin: 0px;
font-weight: 400;
color: #d24e1a;
font-size: 18px;
}
@media(max-width: 1200px){
.fn_cs_single_testimonial .inner{padding: 41px 80px 41px 100px;}
.fn_cs_single_testimonial .inner svg, .fn_cs_single_testimonial .inner img{
left: 40px;
width: 40px;
height: 40px;
top: 40px;
}
}
@media(max-width: 768px){
.fn_cs_single_testimonial .inner{padding: 30px;}
.fn_cs_single_testimonial .inner svg, .fn_cs_single_testimonial .inner img{
bottom: 23px;
right: 30px;
top: auto;
left: auto;
}
.fn_cs_single_testimonial .inner h3,
.fn_cs_single_testimonial .inner h5{
padding-right: 50px;
}
}
@media(max-width: 480px){
.fn_cs_single_testimonial .inner{border-width: 5px;}
}  .fn_cs_project_sticky_full{
width: 100%;
float: left;
clear: both;
}
.fn_cs_project_sticky_full .inner{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
}
.fn_cs_project_sticky_full .left_part{
width: 600px;
min-width: 600px;
padding: 143px 100px 150px 100px;
}
.fn_cs_project_sticky_full .right_part{
width: 100%;
float: left;
clear: both;
padding: 30px;
background-color: #111724;
}
.fn_cs_project_sticky_full .left_part h3{
margin: 0px;
padding: 0px;
font-size: 60px;
line-height: 1;
letter-spacing: 0px;
color: #14141c;
font-weight: 300;
padding-bottom: 14px;
position: relative;
margin-bottom: 32px;
left: -3px;
}
.fn_cs_project_sticky_full .left_part h3:after{
content: '';
position: absolute;
bottom: -9px;
left: 3px;
width: 100px;
height: 3px;
background-color: #d24e1a;
}
.fn_cs_project_sticky_full .left_part p{
margin: 0;
padding: 0;
font-size: 14px;
line-height: 24px;
margin-bottom: 33px;
color: #666;
}
.fn_cs_project_sticky_full .left_part p span{
display: block;
margin-bottom: 26px;
}
.fn_cs_project_sticky_full .left_part p span:last-child{
margin-bottom: 0px;
}
.fn_cs_project_sticky_full .left_part a{
display: block;
line-height: 1;
padding: 20px 28px 17px 28px;
border-radius: 2px;
text-decoration: none;
font-family: 'Rubik';
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
letter-spacing: .5px;
color: #fff;
background-color: #d24e1a;
max-width: fit-content;
max-width: max-content;
max-width: intrinsic;
max-width: -moz-max-content;
max-width: -webkit-max-content;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fn_cs_project_sticky_full .left_part a:hover{
background-color: #45a2df;
}
.fn_cs_project_sticky_full .right_part ul{
margin: 0px;
list-style-type: none;
float: left;
width: 100%;
}
.fn_cs_project_sticky_full .right_part li{
width: 100%;
float: left;
clear: both;
margin: 0px;
margin-bottom: 30px;
}
.fn_cs_project_sticky_full .right_part li:last-child{
margin-bottom: 0px;
}
.fn_cs_project_sticky_full .right_part .item{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
}
.fn_cs_project_sticky_full .right_part .img_holder{
width: 55%;
min-width: 55%;
float: left;
position: relative;
}
.fn_cs_project_sticky_full .right_part .img_holder img{
position: relative;
z-index: 3;
opacity: 0;
}
.fn_cs_project_sticky_full .right_part .img_holder a{
position: absolute;
z-index: 6;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_project_sticky_full .right_part .abs_img{
position: absolute;
z-index: 6;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_project_sticky_full .right_part .title_holder{
width: 45%;
float: right;
background-color: #181e2b;
border: 1px solid rgba(255,255,255,.03);
border-left-width: 0px;
padding: 62px 70px 31px 70px;
display: flex;
flex-direction: column;
}
.fn_cs_project_sticky_full .right_part .title_holder h3{
margin: 0;
padding: 0;
letter-spacing: 0px;
font-size: 30px;
line-height: 1.2;
margin-bottom: 36px;
}
.fn_cs_project_sticky_full .right_part .title_holder h3 a{
color: #eee;
}
.fn_cs_project_sticky_full .right_part .title_holder h3 a:hover{
color: #45a2df;
}
.fn_cs_project_sticky_full .right_part .title_holder p{
margin: 0;
padding: 0;
padding-top: 24px;
border-top: 1px solid rgba(255,255,255,.2);
position: relative;
margin-top: auto;
}
.fn_cs_project_sticky_full .right_part .title_holder p:after{
top: -1px;
content: '';
position: absolute;
left: 0px;
right: 100%;
height: 1px;
background-color: rgba(255,255,255,.3);
transition: all 500ms cubic-bezier(0.040, 0.630, 0.000, 0.965);
}
.fn_cs_project_sticky_full .right_part .item:hover p:after{
right: 0px;
}
.fn_cs_project_sticky_full .right_part .title_holder p a{
display: block;
max-width: fit-content;
max-width: max-content;
max-width: intrinsic;
max-width: -moz-max-content;
max-width: -webkit-max-content;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 29px;
color: #eee;
font-size: 18px;
letter-spacing: 0px;
position: relative;
font-family: 'Rubik';
}
.fn_cs_project_sticky_full .right_part .title_holder p a svg,
.fn_cs_project_sticky_full .right_part .title_holder p a img{
width: 14px;
height: 14px;
right: 5px;
top: 50%;
position: absolute;
margin-top: -7px;
transition: all .3s ease;
}
.fn_cs_project_sticky_full .right_part .title_holder p a:hover svg,
.fn_cs_project_sticky_full .right_part .title_holder p a:hover img{
right: 0px;
}
.fn_cs_project_sticky_full .right_part .title_holder span.desc{
color: #999;
font-size: 14px;
display: block;
margin-bottom: 30px;
}
@media(max-width: 1500px){
.fn_cs_project_sticky_full .left_part{
padding-left: 50px;
padding-right: 50px;
width: 500px;
min-width: 500px;
padding-top: 83px;
padding-bottom: 90px;
}
.fn_cs_project_sticky_full .right_part .title_holder{
padding: 34px 30px 31px 30px;
}
.fn_cs_project_sticky_full .right_part .title_holder h3{
font-size: 24px;
}
}
@media(max-width: 1200px){
.fn_cs_project_sticky_full .left_part h3{font-size: 36px;left: -2px;}
.fn_cs_project_sticky_full .left_part h3:after{left: 2px;}
.fn_cs_project_sticky_full .inner{flex-direction: column;}
.fn_cs_project_sticky_full .left_part{
width: 100%;
min-width: 100%;
padding-top: 45px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 50px;
}
}
@media(max-width: 768px){
.fn_cs_project_sticky_full .right_part .item{flex-direction: column;}
.fn_cs_project_sticky_full .right_part .title_holder,
.fn_cs_project_sticky_full .right_part .img_holder{width: 100%;min-width: 100%;}
.fn_cs_project_sticky_full .right_part .title_holder{border-top-width: 0px;border-left-width: 1px;}
}
@media(max-width: 480px){
.fn_cs_project_sticky_full .right_part{padding: 20px;}
.fn_cs_project_sticky_full .right_part li{margin-bottom: 20px;}
.fn_cs_project_sticky_full .right_part .title_holder{padding: 24px 20px 21px 20px;}
}  .fn_cs_kenburnsy_wrap{
width: 100%;
position: relative;
float: left;
}
.fn_cs_kenburnsy {
overflow: hidden;
height: 100vh;
}
body.admin-bar .fn_cs_kenburnsy{
height: calc(100vh - 32px);
height: -moz-calc(100vh - 32px);
height: -webkit-calc(100vh - 32px);
}
@media(max-width: 782px){
body.admin-bar .fn_cs_kenburnsy{
height: calc(100vh - 66px);
height: -moz-calc(100vh - 66px);
height: -webkit-calc(100vh - 66px);
}
}
.kenburnsy {
position: relative;
overflow: hidden;
width: 100%;
}
.fn_cs_kenburnsy img {
visibility: hidden;
}
.kenburnsy .slide {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}  .arlo_slider_alpha{
width: 100%;
float: left;
clear: both;
}
.cons_w_wrapper .slider_version .owl_control > div{
width: 60px;
height: 60px;
position: absolute;
top: 50%;
z-index: 3;
cursor: pointer;
}
.cons_w_wrapper .slider_version .owl_control > div > span{
position: relative;
width: 100%;
height: 100%;
display: block;
}
.cons_w_wrapper .slider_version .owl_control span.a{
width: 9px;
height: 2px;
position: absolute;
left: 25px;
top: 27px;
background-color: #fff;
transform: rotate(135deg);
display: block;
}
.cons_w_wrapper .slider_version .owl_control span.b{
width: 9px;
height: 2px;
position: absolute;
left: 25px;
top: 32px;
background-color: #fff;
transform: rotate(45deg);
display: block;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div{
border-radius: 0px;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:before,
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:after{
content:'';
width: 0px;
height: 2px;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span .c:before,
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span .c:after{
content:"";
width:2px;
height:0;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover:before,
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover:after{
width: 100%;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover .c:before,
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover .c:after{
height: 100%;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:after{
left: 0;
bottom: 0;
transition-delay: 0.6s;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span .c:after{
transition-delay: 0.4s;
right: 0;
bottom: 0
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:before{
right: 0;
top: 0;
transition-delay: 0.2s;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span .c:before{
transition-delay: 0s;
left: 0;
top: 0;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover:after{
transition-delay: 0s;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover .c:after{
transition-delay: 0.2s;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover:before{
transition-delay: 0.4s;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:hover .c:before{
transition-delay: 0.6s;
}
.cons_w_wrapper .slider_version .owl_control .fn_next > span{
transform: rotate(180deg);
}
.arlo_slider_alpha .item{
width: 100%;
float: left;
clear: both;
position: relative;
height: 100vh;
min-height: 590px;
overflow: hidden;
}
.arlo_slider_alpha .img_holder{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-color: #333;
z-index: 1;
}
.arlo_slider_alpha .title_holder{
position: absolute;
top: 50%;
margin-top: -235px;
width: 480px;
height: 470px;
left: 0px;
z-index: 4;
background-color: rgba(14,14,14,0.9);
padding: 40px;
box-sizing: border-box;
}
.arlo_slider_alpha .title_holder .inner{
display: table;
width: 100%;
height: 100%;
}
.arlo_slider_alpha .title_holder .in{
display: table-cell;
vertical-align: middle;
overflow: hidden;
}
.arlo_slider_alpha .owl_control .fn_prev{
left: 378px;
margin-top: 205px;
}
.arlo_slider_alpha .owl_control .fn_next{
right: auto;
left: 440px;
margin-top: 205px;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:before, 
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:after{
display: none;
}
.cons_w_wrapper .arlo_slider_alpha[data-nav-types="square"] .owl_control .c{
display: none;
}
.arlo_slider_alpha .title_holder p{
display: none;
text-transform: uppercase;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #fff;
line-height: 1.5;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.arlo_slider_alpha .title_holder p a{
color: inherit;
text-decoration: none;
transition: all .3s ease;
border-bottom: 1px solid transparent;
}
.arlo_slider_alpha .title_holder p a:hover{
border-bottom-color: #fff;
}
.arlo_slider_alpha .title_holder h3{
margin: 0;
padding: 0;
font-size: 36px;
letter-spacing: 0px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 20px;
}
.arlo_slider_alpha .title_holder h3 a{
color: #eee;
text-decoration: none;
transition: all .3s ease;
}
.arlo_slider_alpha .title_holder h3 a:hover{
color: #fff;
}
.cons_w_wrapper .arlo_slider_alpha[data-category-show="yes"] .title_holder p{
display: block;
}
.cons_w_wrapper .arlo_slider_alpha[data-link-types="none"] .title_holder a.simple_read_more{display: none;}
.cons_w_wrapper .arlo_slider_alpha[data-link-types="none"] .title_holder a.read_more{display: none;}
.cons_w_wrapper .arlo_slider_alpha[data-link-types="static"] .title_holder a.simple_read_more{
width: auto;
border-radius: 4px;
padding-right: 20px;
padding-left: 11px;
}
.cons_w_wrapper .arlo_slider_alpha[data-link-types="static"] .title_holder a.simple_read_more span{
opacity: 1;
}
.cons_w_wrapper .arlo_slider_alpha[data-link-types="static"] .title_holder a.simple_read_more i{
right: 0;
left: auto;
}
.cons_w_wrapper .arlo_slider_alpha[data-link-types="static"] .title_holder > span{
height: 24px;
}
.cons_w_wrapper .arlo_slider_alpha[data-progress="disabled"] .swiper-pagination{
display: none !important;
}
.arlo_slider_alpha .title_holder .desc{
display: none;
color: #aaa;
margin: 0;
padding: 0;
}
.arlo_slider_alpha[data-desc-show="yes"] .title_holder .desc{
display: block;
}
.arlo_slider_alpha[data-box-pos="tl"] .title_holder{
top: 0px;
margin-top: 0px;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="tl"] .owl_control > div{
top: 0;
margin-top: 440px;
}
.arlo_slider_alpha[data-box-pos="tm"] .title_holder{
top: 0px;
margin-top: 0px;
left: 50%;
margin-left: -240px;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="tm"] .owl_control > div{
top: 0;
margin-top: 440px;
left: 50%;
margin-left: -62px;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="tm"] .owl_control > .fn_next{
margin-left: 2px;
}
.arlo_slider_alpha[data-box-pos="tr"] .title_holder{
top: 0px;
margin-top: 0px;
left: auto;
right: 0;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="tr"] .owl_control > div{
top: 0;
margin-top: 440px;
left: auto;
margin-left: 0;
right: 440px;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="tr"] .owl_control > .fn_next{
right: 378px;
}
.arlo_slider_alpha[data-box-pos="cm"] .title_holder{
left: 50%;
margin-left: -240px;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="cm"] .owl_control > div{
left: 50%;
margin-left: -62px;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="cm"] .owl_control > .fn_next{
margin-left: 2px;
}
.arlo_slider_alpha[data-box-pos="cr"] .title_holder{
left: auto;
right: 0;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="cr"] .owl_control > div{
left: auto;
margin-left: 0;
right: 440px;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="cr"] .owl_control > .fn_next{
right: 378px;
}
.arlo_slider_alpha[data-box-pos="bl"] .title_holder{
top: auto;
margin-top: 0px;
bottom: 0;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="bl"] .owl_control > div{
top: auto;
margin-top: auto;
bottom: 0;
margin-bottom: 440px;
}
.arlo_slider_alpha[data-box-pos="bm"] .title_holder{
left: 50%;
margin-left: -240px;
bottom: 0;
top: auto;
margin-top: auto;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="bm"] .owl_control > div{
left: 50%;
margin-left: -62px;
bottom: 440px;
top: auto;
margin-top: auto;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="bm"] .owl_control > .fn_next{
margin-left: 2px;
}
.arlo_slider_alpha[data-box-pos="br"] .title_holder{
left: auto;
right: 0;
bottom: 0;
top: auto;
margin-top: auto;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="br"] .owl_control > div{
left: auto;
margin-left: 0;
right: 440px;
bottom: 440px;
top: auto;
margin-top: auto;
}
.cons_w_wrapper .slider_version .arlo_slider_alpha[data-box-pos="br"] .owl_control > .fn_next{
right: 378px;
}
.arlo_slider_alpha[data-text-effect="enabled"] .title_holder .in > *{
overflow: hidden;
display: block;
position: relative;
}
.arlo_slider_alpha[data-text-effect="enabled"] .title_holder .in > * > span{
display: block;
position: relative;
transform: translateY(100%);
-webkit-transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990); 
-moz-transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990); 
-o-transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990); 
transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990);
-webkit-transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990); 
-moz-transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990); 
-o-transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990); 
transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990);
}
.arlo_slider_alpha[data-text-effect="enabled"] .swiper-slide-active .title_holder .in > *:nth-child(1) > span{
transform: translateY(0);
transition-delay: 500ms;
}
.arlo_slider_alpha[data-text-effect="enabled"] .swiper-slide-active .title_holder .in > *:nth-child(2) > span{
transform: translateY(0);
transition-delay: 600ms;
}
.arlo_slider_alpha[data-text-effect="enabled"] .swiper-slide-active .title_holder .in > *:nth-child(3) > span{
transform: translateY(0);
transition-delay: 700ms;
}
.arlo_slider_alpha[data-img-effect="enabled"] .swiper-slide .img_holder{
transition: all 2s ease;
}
.arlo_slider_alpha[data-img-effect="enabled"] .swiper-slide-active .img_holder{
transform: scale(1.1);
}
@media (max-width: 768px){
.arlo_slider_alpha .title_holder .in,
.arlo_slider_alpha .title_holder .inner{display: block;}
.arlo_slider_alpha .title_holder{
width: auto;
padding: 10px 20px;
top: auto;
right: 60px;
left: 60px;
margin-top: auto;
bottom: 0px;
text-align: center;
height: 60px;
}
.arlo_slider_alpha .title_holder p{
display: none !important;
}
.arlo_slider_alpha .title_holder h3{
margin: 0px;
font-size: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 40px;
}
.arlo_slider_alpha .title_holder .desc{
display: none !important;
}
.arlo_slider_alpha .title_holder .in > span{display: none;}
.arlo_slider_alpha .owl_control .fn_prev{
left: 0px;
margin-top: auto;
bottom: 0px;
}
.arlo_slider_alpha .owl_control .fn_next{
left: auto;
margin-top: auto;
right: 0px;
bottom: 0px;
}
.arlo_slider_alpha .owl_control > div{border-radius: 0px;}
}
@media (max-width:480px){
.arlo_slider_alpha .title_holder{
left: 0px;
right: 0px;
bottom: 60px;
}
.arlo_slider_alpha .owl_control > div{
width: 50%;
}
.arlo_slider_alpha .owl_control .fn_prev{
border-right: 1px solid rgba(255,255,255,.3);
}
.arlo_slider_alpha .owl_control .fn_next{
border-left: 1px solid rgba(255,255,255,.3);
}
.arlo_slider_alpha .owl_control span.a,
.arlo_slider_alpha .owl_control span.b{
left: 50%;
margin-left: -10px;
}
}
.fn_cs_team_member{
width: 100%;
float: left;
clear: both;
overflow: hidden;
box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.fn_cs_team_member .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
background-color: #525252;
overflow: hidden !important;
}
.fn_cs_team_member .img_holder img{
opacity: 0;
z-index: -1;
position: relative;
min-width: 100%;
}
.fn_cs_team_member .img_holder .social_list{
position: absolute;
bottom: -2px;
z-index: 20;
left: 0;
background-color: #ff4b36;
padding: 0px 10px;
transform: translateY(100%);
transition: all .3s ease;
}
.fn_cs_team_member:hover .img_holder .social_list{
transform: translateY(0);
bottom: 0;
transition-delay: .2s;
}
.fn_cs_team_member .img_holder .social_list ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.fn_cs_team_member .img_holder .social_list ul li{
display: inline-block;
margin: 5px 7.5px;
line-height: 1;
vertical-align: middle;
}
.fn_cs_team_member .img_holder .social_list ul li a{
display: block;
font-size: 14px;
text-decoration: none;
text-align: center;
color: #666;
transition: all .3s ease;
}
.fn_cs_team_member .img_holder .social_list ul li a i{
transform: none;
}
.fn_cs_team_member .img_holder .social_list ul li a:hover{
color: #fff;
}
.fn_cs_team_member .img_holder .social_list ul li svg,
.fn_cs_team_member .img_holder .social_list ul li .arlo_w_fn_svg{
width: 16px;
height: 16px;
}
.fn_cs_team_member .title_holder{
width: 100%;
float: left;
clear: both;
padding: 32px 40px 30px 40px;
text-align: left;
}
.fn_cs_team_member .title_holder h3{
margin: 0;
padding: 0;
font-size: 23px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1.4;
color: #000;
margin-bottom: 3px;
}
.fn_cs_team_member .title_holder span{
margin: 0;
padding: 0;
color: #6f6f6f;
letter-spacing: 1px;
margin-top: 6px;
font-size: 16px;
font-weight: 400;
text-decoration: none;
display: block;
line-height: 1;
}
.fn_cs_team_member:hover .original_img{
transform: scale(1.2) translateZ(0);
}
.fn_cs_team_member .original_img{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
transition: all 0.7s ease;
}
.fn_glitch{
overflow: hidden;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .o_color{
transform: none !important;
left: 0 !important;
right: 0 !important;
clip: auto !important;
z-index: 20 !important;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .bg_holder{
overflow: hidden;
}   .fn_cs_bg_shapes{
width: 100%;
float: left;
clear: both;
z-index: 5;
position: relative;
bottom: 0;
left: 0;
right: 0;
}
.fn_cs_bg_shapes .arlo_w_fn_svg{
width: 100%;
height: auto;
display: block;
position: relative;
}
.fn_cs_bg_shapes[data-transform-x="180"] .arlo_w_fn_svg{
transform: rotateX(180deg);
}
.fn_cs_bg_shapes[data-transform-y="180"] .arlo_w_fn_svg{
transform: rotateY(180deg);
}   .fn_cs_about_minimal{
width: 100%;
float: left;
clear: both;
}
.fn_cs_about_minimal .a_inner{
width: 100%;
display: flex;
flex-direction: row;  }
@media(max-width:1040px){
.fn_cs_about_minimal .a_inner{flex-direction: column;}
.fn_cs_about_minimal .leftpart{margin-right: 0px;}
}
@media(max-width:1200px){
.fn_cs__ul__filter_masonry ul.posts_list > li{width: 33.3333% !important;}
}
@media(max-width:1040px){
.fn_cs__ul__filter_masonry ul.posts_list > li{width: 50% !important;}
}
@media(max-width:768px){
.fn_cs__ul__filter_masonry ul.posts_list > li{width: 100% !important;padding: 0px !important;}
.fn_cs__ul__filter_masonry ul.posts_list{margin: 0px !important;}
}
.fn_cs_about_minimal .leftpart{
width: 40%;
min-width: 340px;
margin-right: 70px;
}
.fn_cs_about_minimal .rightpart{
width: 100%;
display: flex;
padding: 50px 0;
justify-content: center;
flex-direction: column;
}
.fn_cs_about_minimal .leftpart .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
margin: 30px 0;
}
.fn_cs_about_minimal .leftpart .img_holder > img{
opacity: 0;
min-width: 100%;
}
.fn_cs_about_minimal .leftpart .abs_img{
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 10px;
box-shadow: 0px 0px 60px rgba(0,0,0,0.4);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_about_minimal .leftpart .img_holder:after{
left: 40px;
right: 40px;
top: -30px;
bottom: -30px;
background-color: rgba(0,0,0,0.1);
content: '';
position: absolute;
z-index: -1;
border-radius: 10px;
}
.fn_cs_about_minimal .leftpart .icon{
position: absolute;
z-index: 10;
top: 70px;
left: -30px;
width: 60px;
height: 60px;
display: block;
background-color: #000;
color: #fff;
border-radius: 100%;
}
.fn_cs_about_minimal .leftpart .arlo_w_fn_svg{
width: 24px;
height: 24px;
position: absolute;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
}
.fn_cs_about_minimal .rightpart h3{
font-size: 60px;
color: #fff;
font-family: 'Montserrat';
letter-spacing: -0.25px;
line-height: 1.2;
margin: 0;
padding: 0;
margin-bottom: 27px;
}
.fn_cs_about_minimal .rightpart p{
font-family: 'Muli';
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.5;
color: #fff;
letter-spacing: 0;
}   .fn_cs__ul__filter_masonry{
width: 100%;
float: left;
clear: both;
}
.fn_cs__ul__filter_masonry .show_all{
float: right;
margin-bottom: 25px;
}
.fn_cs__ul__filter_masonry .show_all a{
font-family: 'Muli';
color: #000;
font-size: 16px;
letter-spacing: 0;
display: block;
font-weight: 400;
transition: all .3s ease;
}
.fn_cs__ul__filter_masonry .show_all a:hover{
color: #ff4b36;
}
.fn_cs__ul__filter_masonry .posts_filter{
margin: 0;
padding: 0;
float: left;
margin-right: 25px;
margin-bottom: 15px;
}
.fn_cs__ul__filter_masonry .posts_filter > div{
margin: 0;
padding: 0;
margin-right: 25px;
float: left;
margin-bottom: 10px;
}
.fn_cs__ul__filter_masonry ul.posts_list{
margin: 0;
padding: 0;
margin-left: -10px;
list-style-type: none;
}
.fn_cs__ul__filter_masonry ul.posts_list > li{
width: 25%;
float: left;
margin: 0 0 10px 0;
padding: 0 0 0 10px;
}
.fn_cs__ul__filter_masonry ul.posts_list .item{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
}
.fn_cs__ul__filter_masonry ul.posts_list .item:hover .title_holder{
transform: translateY(0) translateZ(0);
}
.fn_cs__ul__filter_masonry ul.posts_list .title_holder{
width: 100%;
position: absolute;
bottom: 0;
left: 0;
padding: 20px 20px 22px 20px;
z-index: 1;
transform: translateY(100%) translateZ(0);
transition: all .3s ease;
background: rgba(0,0,0,0.6); background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); }
.fn_cs__ul__filter_masonry .posts_filter:after{
clear: both;
display: table;
content: '';
}
.fn_cs__ul__filter_masonry .posts_filter a{
font-family: 'Muli';
color: #000;
font-size: 16px;
letter-spacing: 0;
display: block;
font-weight: 400;
transition: all .3s ease;
}
.fn_cs__ul__filter_masonry .posts_filter a.current{
color: #ff4b36;
}
.fn_cs__ul__filter_masonry ul.posts_list .title_holder p{
margin: 0;
padding: 0;
margin-bottom: 2px;
}
.fn_cs__ul__filter_masonry ul.posts_list .title_holder p a{
font-family: 'Muli';
color: #ccc;
font-size: 16px;
letter-spacing: 0;
display: block;
font-weight: 400;
transition: all .3s ease;
}
.fn_cs__ul__filter_masonry ul.posts_list .title_holder p a:hover{
text-decoration: underline;
}
.fn_cs__ul__filter_masonry ul.posts_list .title_holder h3{
margin: 0;
padding: 0;
}
.fn_cs__ul__filter_masonry ul.posts_list .title_holder h3 a{
color: #fff;
font-size: 24px;
font-family: "Montserrat", Sans-serif;
}
.fn_cs__ul__filter_masonry ul.posts_list .title_holder h3 a:hover{
color: #ff4b36;
}
.fn_cs__ul__filter_masonry .list_wrapper,
.fn_cs__ul__filter_masonry .filter_wrapper{
width: 100%;
float: left;
clear: both;
}
.fn_cs__ul__filter_masonry .filter_wrapper{
display: flex;
flex-direction: row;
}
.fn_cs__ul__filter_masonry .show_all{
min-width: fit-content;
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
margin-left: auto;
}     .fn_cs_call_to_action_classic{
width: 100%;
float: left;
clear: both;
max-width: 720px;
}
.fn_cs_call_to_action_classic h3{
margin: 0;
padding: 0;
font-size: 60px;
font-family: 'Montserrat';
letter-spacing: -0.25px;
line-height: 73px;
color: #fff;
margin-bottom: 40px;
}
.fn_cs_call_to_action_classic a{
display: block;
float: left;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 2px;
font-size: 16px;
line-height: 24px;
color: #cbcbcb;
border-bottom: 1px solid rgba(255,255,255,.3);
}
.fn_cs_call_to_action_classic a:hover{
border-bottom-color: rgba(255,255,255,0.7);
}     .fn_cs_features_icon_list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_features_icon_list .icon_list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_features_icon_list .icon_list ul{
margin: 0;
list-style-type: none;
padding: 0;
margin-left: -30px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.fn_cs_features_icon_list .icon_list li{
width: 33.3333%;
float: left;
padding-left: 30px;
margin-bottom: 30px;
}
.fn_cs_features_icon_list .icon_list .info_item{
width: 100%;
float: left;
clear: both;
border: 1px solid #e4e4e4;
border-radius: 10px;
min-height: 200px;
height: 100%;
padding: 55px 20px 20px 20px;
text-align: center;
position: relative;
overflow: hidden;
}
.fn_cs_features_icon_list .icon_list .info_item:after{
left: 45%;
right: 45%;
bottom: 0;
background-color: #ff112d;
height: 3px;
position: absolute;
content: '';
transition: all .5s ease;
opacity: 0;
}
.fn_cs_features_icon_list .icon_list .info_item:hover:after{
left: 0;
right: 0;
opacity: 1;
}
.fn_cs_features_icon_list .icon_list .icon{
width: 45px;
height: 45px;
display: block;
left: 50%;
margin-left: -22px;
position: relative;
margin-bottom: 20px;
}
.fn_cs_features_icon_list .icon_list .arlo_w_fn_svg{
width: 45px;
height: 45px;
color: #ff112d;
}
.fn_cs_features_icon_list .icon_list i{
font-size: 45px;
color: #ff112d;
}
.fn_cs_features_icon_list .icon_list h3{
margin: 0;
padding: 0;
font-size: 24px;
letter-spacing: 0;
color: #333;
}
.fn_cs_features_icon_list[data-view="stacked"] span.icon{
width: 70px;
height: 70px;
background-color: #ff112d;
border-radius: 100%;
margin-bottom: 25px;
margin-left: -35px;
}
.fn_cs_features_icon_list[data-view="stacked"] span.icon .arlo_w_fn_svg,
.fn_cs_features_icon_list[data-view="stacked"] span.icon i{
color: #fff;
}
.fn_cs_features_icon_list[data-view="stacked"] span.icon .arlo_w_fn_svg,
.fn_cs_features_icon_list[data-view="framed"] span.icon .arlo_w_fn_svg{
width: 34px;
height: 34px;
top: 50%;
left: 50%;
margin: -17px 0 0 -17px;
position: absolute;
}
.fn_cs_features_icon_list[data-view="framed"] span.icon i,
.fn_cs_features_icon_list[data-view="stacked"] span.icon i{
position: absolute;
left: 50%;
top: 50%;
font-size: 34px;
transform: translate(-50%,-50%);
}
.fn_cs_features_icon_list[data-view="framed"] span.icon{
width: 70px;
height: 70px;
border-radius: 100%;
margin-bottom: 24px;
margin-left: -35px;
border: 3px solid #ff112d;
}
.fn_cs_features_icon_list[data-view="stacked"] .icon_list .info_item,
.fn_cs_features_icon_list[data-view="framed"] .icon_list .info_item{
min-height: 225px;
}
.fn_cs_features_icon_list[data-align="left"] .icon_list span.icon{
left: 0 !important;
margin-left: 0 !important;
}
.fn_cs_features_icon_list[data-align="left"] .icon_list .info_item{
text-align: left;
}
.fn_cs_features_icon_list[data-align="right"] .icon_list span.icon{
left: auto !important;
margin-left: auto !important;
right: 0 !important;
}
.fn_cs_features_icon_list[data-align="right"] .icon_list .info_item{
text-align: right;
}
.fn_cs_features_icon_list[data-cols="2"] .icon_list li{width:50%;}
.fn_cs_features_icon_list[data-cols="4"] .icon_list li{width:25%;}
@media(max-width: 1040px){
.fn_cs_features_icon_list[data-cols="3"] .icon_list li{width:50%;}
.fn_cs_features_icon_list[data-cols="4"] .icon_list li{width:50%;}
}
@media(max-width: 768px){
.fn_cs_features_icon_list[data-cols="2"] .icon_list li{width:100%;}
.fn_cs_features_icon_list[data-cols="3"] .icon_list li{width:100%;}
.fn_cs_features_icon_list[data-cols="4"] .icon_list li{width:100%;}
}  .fn_cs_psingle_hero_title{
width: 100%;
float: left;
clear: both;
min-height: 500px;
min-height: 100vh;
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
body.admin-bar .fn_cs_psingle_hero_title{
min-height: calc(100vh - 32px);
}
.fn_cs_psingle_hero_title .abs_img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_psingle_hero_title .abs_img div{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: rgba(17,17,27,.1);
}
.fn_cs_psingle_hero_title .title_holder{
position: relative;
z-index: 5;
width: 100%;
float: left;
clear: both;
text-align: center;
padding: 0 10px;
margin-top: 200px;
margin-bottom: 90px;
padding-top: 120px;
}
.cons_w_wrapper .fn_cs_psingle_hero_title .title_holder p{
margin: 0;
padding: 0;
font-family: 'Muli';
font-size: 16px;
color: #fffefe;
margin-bottom: 5px;
}
.fn_cs_psingle_hero_title .title_holder p a{
color: #fffefe;
text-decoration: none;
transition: all .3s ease;
}
.fn_cs_psingle_hero_title .title_holder p a:hover{
color: #ff4b36;
}
.fn_cs_psingle_hero_title .title_holder h3{
font-family: 'Rubik';
margin: 0;
padding: 0;
font-size: 72px;
color: #fffefe;
line-height: 1;
}
.fn_cs_psingle_hero_title .title_holder a.bottom_btn{
width: 30px;
height: 100px;
display: block;
text-decoration: none;
position: absolute;
top: 0px;
left: 50%;
margin-left: -15px;
}
.fn_cs_psingle_hero_title .title_holder a.bottom_btn span{
display: block;
width: 30px;
position: absolute;
top: 30px;
left: 0;
height: 50px;
border: 1px solid rgba(255,255,255,.3);
border-radius: 15px;
-webkit-animation: bounce 3s infinite;
animation: bounce 3s infinite;
}
.fn_cs_psingle_hero_title .title_holder a.bottom_btn span:after{
width: 2px;
height: 20px;
top: 50%;
left: 50%;
margin: -10px 0 0 -1px;
position: absolute;
content: '';
background-color: #ebebeb;
}
.fn_cs_psingle_hero_title[data-title-pos="middle"]{
justify-content: center;
}
.fn_cs_psingle_hero_title[data-title-pos="middle"] .title_holder{
margin-bottom: 200px;
padding-top: 0;
position: static;
}
.fn_cs_psingle_hero_title[data-title-pos="middle"] .title_holder a.bottom_btn{
top: auto;
bottom: 0;
}
.fn_cs_psingle_hero_title[data-title-pos="top"]{
justify-content: flex-start;
}
.fn_cs_psingle_hero_title[data-title-pos="top"] .title_holder{
margin-bottom: 200px;
margin-top: 90px;
padding-top: 0;
padding-bottom: 120px;
}
.fn_cs_psingle_hero_title[data-title-pos="top"] .title_holder a.bottom_btn{
top: auto;
bottom: 0;
}    .fn_cs_psingle_prevnext{
width: 100%;
float: left;
clear: both;
}
.fn_cs_psingle_prevnext .to_portfolio{
width: 120px;
height: 120px;
min-width: 120px;
display: flex;
align-items: center;
justify-content: center;
transform: translateZ(0);
}
.fn_cs_psingle_prevnext .to_portfolio:before{
position: absolute;
content: '';
z-index: -2;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.fn_cs_psingle_prevnext .to_portfolio a{
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
text-decoration: none;
z-index: 55;
}
.fn_cs_psingle_prevnext .to_portfolio .que{
display: block;
position: relative;
width: 21px;
height: 21px;
z-index: 3;
transition: all .3s ease;
transform: translateZ(0);
}
.fn_cs_psingle_prevnext .fn_tooltip{
position: absolute;
bottom: 100%;
display: block;
min-width: fit-content;
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
padding: 0 10px;
background-color: #000;
font-size: 11px;
text-transform: uppercase;
border-radius: 4px;
line-height: 24px;
color: #fff;
transform: translateX(-50%) translateZ(0) translateY(-5px);
left: 50%;
opacity: 0;
transition: all .3s ease;
box-shadow: 0px 1px 4px #414141;
}
.fn_cs_psingle_prevnext .to_portfolio:hover .fn_tooltip{
opacity: 1;
transform: translateX(-50%) translateZ(0) translateY(-10px);
}
.fn_cs_psingle_prevnext .fn_tooltip:after{
content: '';
position: absolute;
bottom: -9px;
left: 50%;
margin-left: -5px;
border: 5px solid transparent;
border-top-color: #000;
transform: translateZ(0);
}
.fn_cs_psingle_prevnext .to_portfolio .que > span{
position: absolute;
width: 3px;
height: 3px;
display: block;
transition: all .3s ease;
}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(1){left: 0px;top: 0px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(2){left: 6px;top: 0px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(3){left: 12px;top: 0px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(4){left: 18px;top: 0px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(5){left: 0px;top: 6px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(6){left: 6px;top: 6px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(7){left: 12px;top: 6px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(8){left: 18px;top: 6px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(9){left: 0px;top: 12px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(10){left: 6px;top: 12px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(11){left: 12px;top: 12px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(12){left: 18px;top: 12px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(13){left: 0px;top: 18px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(14){left: 6px;top: 18px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(15){left: 12px;top: 18px;}
.fn_cs_psingle_prevnext .to_portfolio .que span:nth-child(16){left: 18px;top: 18px;}
.fn_cs_psingle_prevnext .to_portfolio:hover .que span{
background-color: #662ee4;
}
.fn_cs_psingle_prevnext .n_post p{
margin: 0;
padding: 0;
font-size: 12px;
text-transform: uppercase;
font-family: 'Muli';
font-weight: 500;
margin-bottom: 7px;
transition: all .3s ease;
}
.fn_cs_psingle_prevnext .n_post h3{
margin: 0;
padding: 0;
font-size: 18px;
font-family: 'Rubik';
font-weight: 500;
transition: all .3s ease;
}
.fn_cs_psingle_prevnext .n_post a{
text-decoration: none;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 25;
}
.fn_cs_psingle_prevnext .n_post .arlo_w_fn_svg{
position: absolute;
width: 21px;
height: 21px;
top: 50%;
margin-top: -10px;
transition: all .3s ease;
}
.fn_cs_psingle_prevnext .prev_post .arlo_w_fn_svg{
right: 100%;
margin-right: 30px;
transform: rotate(180deg) translateZ(0);
}
.fn_cs_psingle_prevnext .next_post .arlo_w_fn_svg{
left: 100%;
margin-left: 30px;
} .fn_cs_psingle_prevnext_alpha .prevnext_inner{
width: 100%;
display: flex;
flex-direction: row;
}
.fn_cs_psingle_prevnext_alpha .to_portfolio:before{
border: 1px solid #ddd;
}
.fn_cs_psingle_prevnext_alpha .to_portfolio .que > span{
background-color: #222;
}
.fn_cs_psingle_prevnext_alpha .to_portfolio{
position: relative;
}
.fn_cs_psingle_prevnext_alpha .n_post{
width: 50%;
height: 120px;
display: flex;
justify-content: center;
flex-direction: column;
transition: all .3s ease;
position: relative;
transform: translateZ(0);
overflow: hidden;
}
.fn_cs_psingle_prevnext_alpha .n_post:before{
position: absolute;
content: '';
z-index: -2;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.fn_cs_psingle_prevnext_alpha .prev_post{
padding: 0 20px 0px 100px;
}
.fn_cs_psingle_prevnext_alpha .next_post{
padding: 0 100px 0px 20px;
text-align: right;
}
.fn_cs_psingle_prevnext_alpha .n_post p{
color: #999;
}
.fn_cs_psingle_prevnext_alpha .n_post h3{
color: #222;
}
.fn_cs_psingle_prevnext_alpha .n_post .arlo_w_fn_svg{
color: #222;
}
.fn_cs_psingle_prevnext_alpha .n_post_in{
width: 100%;
position: relative;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post:hover p{color: #eee;}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post:hover h3{color: #fff;}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post:after{
position: absolute;
content: '';
background-color: #662ee4;
z-index: -1;
transition: all .5s cubic-bezier(0, 0, 0.2, 1);
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .prev_post:after{
left: 100%;
top: 0;
bottom: 0;
right: 0;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .next_post:after{
right: 100%;
top: 0;
bottom: 0;
left: 0;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .next_post:hover:after{
right: 0;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .prev_post:hover:after{
left: 0;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post.prev_post:hover .arlo_w_fn_svg{margin-right: 40px;color: #fff;transition: all .3s .2s ease;}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post.next_post:hover .arlo_w_fn_svg{margin-left: 40px;color: #fff;transition: all .3s .2s ease;}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="2"] .abs_img{
width: 50px;
height: 50px;
opacity: 0;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
transition: all .3s ease;
top: 50%;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="2"] .prev_post .abs_img{
right: 100%;
margin-right: 30px;
transform: translateY(-50%) translateZ(0) translateX(-10px);
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="2"] .next_post .abs_img{
left: 100%;
margin-left: 30px;
transform: translateY(-50%) translateZ(0) translateX(10px);
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="2"] .n_post:hover .abs_img{
width: 50px;
height: 50px;
opacity: 1;
transition: all .3s .15s ease;
transform: translateY(-50%) translateZ(0) translateX(0px);
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="2"] .next_post:hover .arlo_w_fn_svg{
opacity: 0;
margin-left: 45px;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="2"] .prev_post:hover .arlo_w_fn_svg{
opacity: 0;
margin-right: 45px;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .abs_img{
width: 160px;
top: 0;
bottom: 0;
opacity: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
transition: all .3s ease;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .prev_post .abs_img{
left: 0;
transform: translateX(-80%);
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .next_post .abs_img{
right: 0;
transform: translateX(80%);
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .n_post:hover .abs_img{
opacity: 1;
transition: all .5s .15s ease;
transform: translateX(0%);
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .next_post:hover .arlo_w_fn_svg{
opacity: 0;
margin-left: 45px;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .prev_post:hover .arlo_w_fn_svg{
opacity: 0;
margin-right: 45px;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .prev_post:hover .n_post_in{
transition: all .5s ease;
transform: translateX(90px);
}
.fn_cs_psingle_prevnext_alpha .n_post_in{
transition: all .3s ease;
}
.fn_cs_psingle_prevnext_alpha[data-alpha-animation="3"] .next_post:hover .n_post_in{
transform: translateX(-90px);
transition: all .5s ease;
}
.fn_cs_psingle_prevnext_alpha[data-switch="prev"] .next_post{opacity: .3;}
.fn_cs_psingle_prevnext_alpha[data-switch="prev"] .next_post *{display: none;}
.fn_cs_psingle_prevnext_alpha[data-switch="next"] .prev_post{opacity: .3;}
.fn_cs_psingle_prevnext_alpha[data-switch="next"] .prev_post *{display: none;}
.fn_cs_psingle_prevnext_alpha[data-switch="no"] .next_post{opacity: .3;}
.fn_cs_psingle_prevnext_alpha[data-switch="no"] .next_post *{display: none;}
.fn_cs_psingle_prevnext_alpha[data-switch="no"] .prev_post{opacity: .3;}
.fn_cs_psingle_prevnext_alpha[data-switch="no"] .prev_post *{display: none;} .fn_cs_psingle_prevnext_beta .prevnext_inner{
width: 100%;
display: flex;
position: relative;
flex-direction: row;
}
.fn_cs_psingle_prevnext_beta .n_post_in{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 15;
}
.fn_cs_psingle_prevnext_beta .n_post{
width: 50%;
z-index: 2;
position: relative;
padding: 220px 0;
}
.fn_cs_psingle_prevnext_beta .to_portfolio{
position: absolute;
left: 50%;
margin-left: -60px;
z-index: 5;
}
.fn_cs_psingle_prevnext_beta .to_portfolio:before{
background-color: #0b0b0f;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.fn_cs_psingle_prevnext_beta .to_portfolio .que > span{
background-color: #999;
}
.fn_cs_psingle_prevnext_beta .next_post{
padding-left: 80px;
padding-right: 100px;
text-align: right;
border-left: 2px solid #0b0b0f;
}
.fn_cs_psingle_prevnext_beta .prev_post{
padding-right: 80px;
padding-left: 100px;
border-right: 2px solid #0b0b0f;
}
.fn_cs_psingle_prevnext_beta .abs_img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_psingle_prevnext_beta .abs_img div{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: rgba(0,0,0,0.5);
}
.fn_cs_psingle_prevnext_beta .n_post p{
color: #999;
}
.fn_cs_psingle_prevnext_beta .n_post h3{
color: #fff;
}
.fn_cs_psingle_prevnext_beta .n_post .arlo_w_fn_svg{
color: #fff;
}
.fn_cs_psingle_prevnext_beta .n_post.prev_post:hover .arlo_w_fn_svg{margin-right: 40px;color: #fff;transition: all .3s .2s ease;}
.fn_cs_psingle_prevnext_beta .n_post.next_post:hover .arlo_w_fn_svg{margin-left: 40px;color: #fff;transition: all .3s .2s ease;} .fn_cs_psingle_prevnext_gamma .prevnext_inner{
display: flex;
width: 100%;
position: relative;
flex-direction: column;
}
.fn_cs_psingle_prevnext_gamma .to_portfolio{
position: absolute;
top: 50%;
left: 480px;
margin-top: -60px;
z-index: 22;
}
.fn_cs_psingle_prevnext_gamma .to_portfolio:before{
background-color: #0b0b0f;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.fn_cs_psingle_prevnext_gamma .to_portfolio .que > span{
background-color: #999;
}
.fn_cs_psingle_prevnext_gamma .n_post{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 2;
}
.fn_cs_psingle_prevnext_gamma .n_post_in{
width: 100%;
float: left;
max-width: 480px;
padding: 220px 120px 220px 20px;
text-align: right;
background-color: #0b0b0f;
position: relative;
z-index: 15;
}
.fn_cs_psingle_prevnext_gamma .prev_post .arlo_w_fn_svg{
transform: none;
left: 100%;
margin-left: 30px;
right: auto;
margin-right: auto;
}
.fn_cs_psingle_prevnext_gamma .n_post_inner{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_psingle_prevnext_gamma .prev_post{
border-bottom: 2px solid #0b0b0f;
}
.fn_cs_psingle_prevnext_gamma .next_post{
border-top: 2px solid #0b0b0f;
}
.fn_cs_psingle_prevnext_gamma .n_post p{
color: #999;
}
.fn_cs_psingle_prevnext_gamma .n_post h3{
color: #fff;
}
.fn_cs_psingle_prevnext_gamma .abs_img{
position: absolute;
top: 0;
left: 480px;
right: 0;
bottom: 0;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_psingle_prevnext_gamma .abs_img div{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: rgba(0,0,0,0.5);
}
.fn_cs_psingle_prevnext_gamma .n_post:hover .arlo_w_fn_svg{margin-left: 40px;color: #fff;transition: all .3s .2s ease;} .fn_cs_psingle_prevnext_next_a .prevnext_inner{
width: 100%;
float: left;
clear: both;
background-color: #0b0b0f;
padding-top: 1px;
position: relative;
}
.fn_cs_psingle_prevnext_next_a .prevnext_inner:after{
background-color: rgba(221,221,221,0.1);
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
z-index: 1;
}
.fn_cs_psingle_prevnext_next_a .to_portfolio{
margin: -1px auto 0px auto;
}
.fn_cs_psingle_prevnext_next_a .to_portfolio:before{
border-left: 1px solid rgba(221,221,221,0.1);
border-right: 1px solid rgba(221,221,221,0.1);
}
.fn_cs_psingle_prevnext_next_a .to_portfolio .que > span{
background-color: #999;
}
.fn_cs_psingle_prevnext_next_a .only_next_post_a{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_psingle_prevnext_next_a .only_next_post_a a{
text-decoration: none;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 25;
}
.fn_cs_psingle_prevnext_next_a .abs_img{
position: absolute;
top: 0;
left: 0px;
right: 0;
bottom: 0;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_psingle_prevnext_next_a .abs_img div{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: rgba(0,0,0,0.5);
}
.fn_cs_psingle_prevnext_next_a .title_holder{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 5;
padding: 190px 20px;
text-align: center;
}
.fn_cs_psingle_prevnext_next_a .title_holder p{
margin: 0;
padding: 0;
font-size: 24px;
letter-spacing: 0;
color: #999;
font-family: 'Muli';
text-transform: uppercase;
}
.fn_cs_psingle_prevnext_next_a .title_holder h3{
margin: 0;
padding: 0;
color: #eee;
font-size: 60px;
letter-spacing: 0;
font-weight: 400;
font-family: 'Quicksand';
line-height: 1.2;
}
@media(max-width: 1040px){ .fn_cs_psingle_prevnext_alpha .prev_post{
width: 100%;
}
.fn_cs_psingle_prevnext_alpha .next_post{
width: 100%;
margin-top: 80px;
}
.fn_cs_psingle_prevnext_alpha .prevnext_inner{
flex-direction: column;
}
.fn_cs_psingle_prevnext_alpha .to_portfolio{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 3;
background-color: #fff;
} .fn_cs_psingle_prevnext_beta .next_post{
width: 100%;
border-left-width: 0;
border-top: 2px solid;
}
.fn_cs_psingle_prevnext_beta .prev_post{
width: 100%;
border-right-width: 0;
border-bottom: 2px solid;
}
.fn_cs_psingle_prevnext_beta .prevnext_inner{
flex-direction: column;
}
.fn_cs_psingle_prevnext_beta .n_post{
padding-top: 100px;
padding-bottom: 100px;
}
.fn_cs_psingle_prevnext_beta .to_portfolio{
top: 50%;
left: 50%;
margin: 0;
transform: translate(-50%,-50%);
} .fn_cs_psingle_prevnext_gamma .n_post_in{
padding-top: 100px;
padding-bottom: 100px;
width: 100%;
max-width: 100%;
}
.fn_cs_psingle_prevnext_gamma .abs_img{
display: none;
}
.fn_cs_psingle_prevnext_gamma .to_portfolio{
left: 0;
box-shadow: 0px 0px 3px;
}
.fn_cs_psingle_prevnext_gamma .next_post{
border-top-color: #000;
}
.fn_cs_psingle_prevnext_gamma .prev_post{
border-bottom-color: #000;
} .fn_cs_psingle_prevnext_next_a .title_holder{
padding-top: 100px;
padding-bottom: 100px;
}
.fn_cs_psingle_prevnext_next_a .title_holder h3{
font-size: 30px;
}
.fn_cs_psingle_prevnext_next_a .title_holder p{
font-size: 18px;
margin-bottom: 10px;
}
} a.arlo_fn_like{
text-decoration: none;
margin: 5px 0;
padding: 0 30px 0 59px;
position: relative;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 42px;
border: 1px solid rgba(255,255,255,.2);
border-radius: 3px;
float: left;
color: #999;
font-family: 'Muli';
font-size: 16px;
cursor: pointer;
}
a.arlo_fn_like .arlo_w_fn_svg{
width: 18px;
height: 18px;
position: absolute;
left: 30px;
top: 50%;
margin-top: -9px;
}
a.arlo_fn_like.not-rated .arlo_w_fn_svg{
color: #fff;
}
a.arlo_fn_like.liked .arlo_w_fn_svg{
color: #ff3f57;
}
a.arlo_fn_like:hover{
border-color: rgba(255,255,255,.5);
}
.fn_cs_share_like .like_btn{
margin-right: 10px;
float: left;
}
.arlo_fn_sharebox{
float: left;
position: relative;
border-radius: 3px;
margin: 5px 0;
}
.arlo_fn_sharebox .hover_wrapper{
display: block;
margin: 0;
padding: 0 30px 0 59px;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 44px;
float: left;
color: #999;
font-family: 'Muli';
font-size: 16px;
cursor: pointer;
}
.arlo_fn_sharebox .hover_wrapper:after{
border: 1px solid rgba(255,255,255,.2);
border-radius: 3px;
position: absolute;
right: 0;
bottom: 0;
top: 0;
left: 0;
content: '';
transition: all .3s ease;
}
.arlo_fn_sharebox .hover_wrapper .arlo_w_fn_svg{
width: 18px;
height: 18px;
position: absolute;
left: 30px;
top: 50%;
margin-top: -9px;
color: #fff;
}
.arlo_fn_sharebox ul{
margin: 0;
padding: 0;
padding-left: 1px;
padding-right: 16px;
list-style-type: none;
float: left;
opacity: 0;
visibility: hidden;
transform: translateX(20px);
position: absolute;
min-width: fit-content;
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
left: 100%;
transition: all .6s ease;
}
.arlo_fn_sharebox ul:after{
content: '';
position: absolute;
width: 1px;
height: 0px;
top: 50%;
margin-top: -10px;
background-color: rgba(255,255,255,.2);
right: 100%;
margin-right: 10px;
transition: all 0s ease;
}
.arlo_fn_sharebox ul li{
margin: 0;
padding: 0;
list-style-type: inherit;
position: relative;
float: left;
transition: all .3s ease;
}
.arlo_fn_sharebox ul li a{
color: #fff;
line-height: 44px;
display: block;
font-size: 13px;
padding: 0 5px;
}
.arlo_fn_sharebox ul:hover > li{
opacity: 0.5;
}
.arlo_fn_sharebox ul:hover > li:hover .fn-absolute-xcon{
transform: scale(1.2) translateZ(0px) translateY(-3px);
}
.fn-absolute-xcon{
opacity: 1;
position: absolute;
width: 100%;
text-align: center;
left: 0;
transition: all .3s ease;
}
.fn-relative-xcon{
opacity: 0;
position: relative;
}
.arlo_fn_sharebox ul:hover li:hover{
opacity: 1;
}
.arlo_fn_sharebox.opened .hover_wrapper:after{
opacity: 0;
}
.arlo_fn_sharebox.opened .hover_wrapper{
color: #fff;
}
.arlo_fn_sharebox.opened ul:after{
transition: all .3s .4s ease;
height: 20px;
}
.arlo_fn_sharebox.opened .share_after{
transform: scaleX(1) scaleY(1);
opacity: 1;
}
.arlo_fn_sharebox.opened ul{
transform: translateX(0);
opacity: 1;
visibility: visible;
}
.arlo_fn_sharebox .share_after{
border-radius: 3px;
position: absolute;
top: 0;
left: 0;
transform: scaleX(0) scaleY(1);
width: 100%;
bottom: 0;
right: 100%;
display: block;
background-color: #662ee4;
opacity: 0;
z-index: -1;
transition: all .6s ease;
transform-origin: left;
}
.fn_cs_share_like .share_title,
.fn_cs_share_like .share_in{
width: 100%;
float: left;
clear: both;
}
.fn_cs_share_like .share_title h3{
font-family: 'Muli';
color: #eee;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0;
letter-spacing: 1px;
font-weight: 400;
margin-bottom: 25px;
}
.fn_cs_share_like[data-align="center"] .share_in,
.fn_cs_share_like[data-align="center"] .share_title{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: row;
}
.fn_cs_share_like[data-align="right"] .share_in,
.fn_cs_share_like[data-align="right"] .share_title{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
flex-direction: row;
}
.fn_cs_share_like[data-align="right"] .arlo_fn_sharebox ul{
left: auto;
right: 100%;
padding-right: 1px;
padding-left: 16px;
transform: translateX(-20px);
}
.fn_cs_share_like[data-align="right"] .arlo_fn_sharebox ul li{
float: right;
}
.fn_cs_share_like[data-align="right"] .arlo_fn_sharebox.opened ul{
transform: translateX(0);
}
.fn_cs_share_like[data-align="right"] .arlo_fn_sharebox ul:after{
right: auto;
margin-right: auto;
left: 100%;
margin-left: 10px;
}
.fn_cs_share_like[data-align="right"] .arlo_fn_sharebox .share_after{
left: auto;
right: 0;
transform-origin: right;
}
.fn_cs_share_like .share_btn,
.fn_cs_share_like .like_btn{
position: relative;
}
.fn_cs_share_like .like_btn{
z-index: 3;
}
.fn_cs_share_like[data-align="right"] .like_btn{
transition: all .3s .3s ease;
transform: translateX(0) translateZ(0);
}
.fn_cs_share_like[data-align="right"] .like_btn.opened{
transition: all .3s ease;
opacity: 0;
transform: translateX(-10px) translateZ(0);
}
.fn_cs_share_like .share_btn.opened{
position: relative;
z-index: 5;
} .fn_cs_after_before{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
}
.fn_cs_after_before .twentytwenty-handle{
width: 80px;
height: 80px;
margin-left: -40px;
margin-top: -40px;
background-color: transparent;
}
.fn_cs_after_before .twentytwenty-right-arrow{
border-left-color: #fff;
border-width: 11px;
border-top-width: 7px;
border-bottom-width: 7px;
margin-right: -27px;
}
.fn_cs_after_before span{
z-index: 55;
}
.fn_cs_after_before .twentytwenty-up-arrow{
border-bottom-color: #fff;
border-width: 11px;
border-left-width: 7px;
border-right-width: 7px;
margin-top: -27px;
}
.fn_cs_after_before .twentytwenty-down-arrow{
border-top-color: #fff;
border-width: 11px;
border-left-width: 7px;
border-right-width: 7px;
margin-bottom: -27px;
}
.fn_cs_after_before .twentytwenty-left-arrow{
border-right-color: #fff;
margin-left: -27px;
border-width: 11px;
border-top-width: 7px;
border-bottom-width: 7px;
}
.fn_cs_after_before .twentytwenty-handle:after{
background-color: #e52a5f;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 4px;
content: '';
position: absolute;
}
.fn_cs_after_before .twentytwenty-vertical .twentytwenty-handle:before{
height: 4px;
left: -5000px;
right: -5000px;
top: 50%;
margin-top: -2px;
background-color: #000;
position: absolute;
content: '';
box-shadow: none;
z-index: -1;
}
.fn_cs_after_before .twentytwenty-horizontal .twentytwenty-handle:before{
width: 4px;
top: -5000px;
bottom: -5000px;
left: 50%;
margin-left: -2px;
background-color: #000;
position: absolute;
content: '';
box-shadow: none;
z-index: -1;
}
.fn_cs_desc_info{
width: 100%;
float: left;
clear: both;
}
.fn_cs_desc_info h5,
.fn_cs_desc_info h3{
margin: 0;
padding: 0;
}
.fn_cs_desc_info h5{
font-weight: 400;
letter-spacing: .5px;
font-family: 'Rubik';
font-size: 14px;
text-transform: uppercase;
color: #662ee4;
margin-bottom: 25px;
}
.fn_cs_desc_info h3{
font-family: 'Rubik';
font-weight: 500;
font-size: 36px;
letter-spacing: -0.25px;
color: #222;
}
.fn_cs_desc_info .desc_holder{
margin-top: 30px;
}
.fn_cs_desc_info .desc_holder{
font-size: 18px;
line-height: 30px;
color: #333;
font-family: 'Muli';
font-weight: 400;
letter-spacing: 0;
}
.fn_cs_desc_info .desc_holder p{
margin: 0;
padding: 0;
margin-bottom: 30px;
}
.fn_cs_desc_info .desc_holder p:last-child{
margin-bottom: 0;
} .fn_cs_detail_list,
.fn_cs_detail_list .list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_detail_list .list ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -20px;
}
.fn_cs_detail_list .list li{
margin: 0;
padding: 0;
width: 25%;
float: left;
padding-left: 20px;
margin-bottom: 15px;
}
.fn_cs_detail_list .list li .item{
width: 100%;
float: left;
clear: both;
padding: 0;
text-align: center;
}
.fn_cs_detail_list .list li .item h5{
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 600;
letter-spacing: 0;
color: #222;
font-family: 'Rubik';
margin-bottom: 10px;
}
.fn_cs_detail_list .list li .item p{
margin: 0;
padding: 0;
font-size: 16px;
color: #777;
font-family: 'Muli';
letter-spacing: 0;
font-weight: 400;
line-height: 1.6;
}
.fn_cs_detail_list .list li .item a{
margin: 0;
padding: 0 2px;
display: inline-block;
color: #662ee4;
font-size: 16px;
letter-spacing: 0;
font-weight: 400;
font-family: 'Muli';
line-height: 1.6;
position: relative;
}
.fn_cs_detail_list .list li .item a:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: #662ee4;
transition: transform .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.fn_cs_detail_list .list li .item a:hover:after{
transform: translateY(3px) scaleX(0.8) scaleY(1) translateZ(0);
}
.fn_cs_detail_list[data-cols="3"] .list li{width: 33.3333%;}
.fn_cs_detail_list[data-cols="2"] .list li{width: 50%;}
.fn_cs_detail_list[data-align="left"] .list li .item{text-align: left;}
.fn_cs_detail_list[data-align="center"] .list li .item{text-align: center;}
.fn_cs_detail_list[data-align="right"] .list li .item{text-align: right;}
@media(max-width: 768px){
.fn_cs_detail_list[data-cols="4"] .list li,
.fn_cs_detail_list[data-cols="3"] .list li,
.fn_cs_detail_list[data-cols="2"] .list li{
width: 50%;
}
}
@media(max-width: 480px){
.fn_cs_detail_list[data-cols="4"] .list li,
.fn_cs_detail_list[data-cols="3"] .list li,
.fn_cs_detail_list[data-cols="2"] .list li{
width: 100%;
}
}
.fn_cs_counter_with_caption,
.fn_cs_counter_with_caption .inner,
.fn_cs_counter_with_caption ul li div{
width: 100%;
float: left;
clear: both;
}
.fn_cs_counter_with_caption ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -20px;
}
.fn_cs_counter_with_caption ul li{
width: 33.3333%;
float: left;
padding-left: 20px;
}
.fn_cs_counter_with_caption[data-column="two"] ul li{
width: 50%;
}
.fn_cs_counter_with_caption[data-column="three"] ul li{
width: 33.3333%;
}
.fn_cs_counter_with_caption[data-column="four"] ul li{
width: 25%;
margin-bottom: 30px;
}
.fn_cs_counter_with_caption ul li h3{
margin: 0;
padding: 0;
font-weight: 500;
font-family: 'Rubik';
font-size: 36px;
color: #222;
letter-spacing: -0.25px;
}
.fn_cs_counter_with_caption ul li p{
color: #777;
margin: 0;
padding: 0;
font-size: 16px;
font-family: 'Muli';
letter-spacing: 0;
}
.fn_cs_gallery_slider{
width: 100%;
float: left;
clear: both;
overflow: hidden;
}
.fn_cs_gallery_slider .swiper-slide-active .abs_img{
transform: scale(1);
}
.fn_cs_gallery_slider .swiper-slide-active .item{
opacity: 1;
}
.fn_cs_gallery_slider .item{
opacity: .3;
transition: all .5s ease;
}
.fn_cs_gallery_slider.ready .swiper-container{
overflow: visible;
}
.fn_cs_gallery_slider .swiper-button-prev{
position: absolute;
right: 100%;
width: 4000px;
height: 100%;
top: 0;
left: auto;
margin: 0;
background: none;
}
.fn_cs_gallery_slider .swiper-button-next{
position: absolute;
left: 100%;
width: 4000px;
height: 100%;
top: 0;
right: auto;
margin: 0;
background: none;
}
.fn_cs_gallery_slider .item{
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.fn_cs_gallery_slider .abs_img{
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
transition: all 1s ease;
transform: scale(1.2);
}
.fn_cs_gallery_slider .swiper-slide{
height: 800px;
}
.fn_cs_swiper_progress{
width: 100%;
float: left;
clear: both;
margin-top: 30px;
display: flex;
justify-content: center;
}
.fn_cs_swiper_progress .my_pagination_in{
float: left;
position: relative;
}
.fn_cs_swiper_progress span{
display: block;
float: left;
font-size: 18px;
font-family: 'Muli';
letter-spacing: 0;
color: #222;
height: 22px;
line-height: 22px;
}
.fn_cs_swiper_progress .pagination_progress{
width: 100px;
margin: 0 20px;
position: relative;
}
.fn_cs_swiper_progress .pagination_progress .all{
height: 1px;
width: 100%;
position: absolute;
z-index: 5;
top: 0;
top: 50%;
left: 0;
background-color: #ccc;
}
.fn_cs_swiper_progress .pagination_progress .all span{
height: 1px;
width: 100%;
background-color: #222;
position: absolute;
z-index: 5;
top: 0;
left: 0;
transform-origin: left top;
transform: scale(0);
transition: all .3s ease;
}
.fn_cs_link_bottom,
.fn_cs_link_bottom .link_holder{
width: 100%;
float: left;
clear: both;
}
.fn_cs_link_bottom .link_holder{
text-align: center;
}
.fn_cs_link_bottom .link_holder a{
display: inline-block;
margin: 0;
padding: 0 2px;
font-size: 16px;
line-height: 26px;
font-family: 'Muli';
color: #222;
position: relative;
}
.fn_cs_link_bottom .link_holder a:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: #222;
transition: transform .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.fn_cs_link_bottom .link_holder a:hover:after{
transform: translateY(3px) scaleX(0.8) scaleY(1) translateZ(0);
}
.fn_cs_link_bottom[data-align="left"] .link_holder{text-align: left;}
.fn_cs_link_bottom[data-align="right"] .link_holder{text-align: right;}
.fn_cs_text_with_totop,
.fn_cs_text_with_totop .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_text_with_totop .inner{
position: relative;
padding-right: 50px;
min-height: 30px;
display: flex;
align-items: center;
}
.fn_cs_text_with_totop p{
margin: 0;
padding: 0;
font-size: 16px;
color: #000;
font-family: 'Muli';
letter-spacing: -0.25px;
}
.fn_cs_text_with_totop a.fn_cs_w_totop{
margin: 0;
padding: 0;
width: 30px;
height: 30px;
display: block;
text-decoration: none;
border-radius: 2px;
background-color: #eee;
position: absolute;
top: 50%;
margin-top: -15px;	
right: 0;
}
.fn_cs_text_with_totop a.fn_cs_w_totop:after{
content: '';
position: absolute;
width: 7px;
height: 1px;
height: 1.5px;
background-color: #666;
transform: rotate(45deg);
top: 15px;
left: 14px;
}
.fn_cs_text_with_totop a.fn_cs_w_totop:before{
content: '';
position: absolute;
width: 7px;
height: 1px;
height: 1.5px;
background-color: #666;
transform: rotate(-45deg);
top: 15px;
right: 14px;
}
.fn_cs_text_with_totop[data-align="center"] .inner{
padding-left: 50px;
justify-content: center;
}
.fn_cs_text_with_totop[data-align="right"] .inner{
padding-left: 50px;
justify-content: flex-end;
}
.fn_cs_gallery_collage,
.fn_cs_gallery_collage .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_gallery_collage ul{
margin: 0;
padding: 0;
margin-left: -20px;
list-style-type: none;
}
.fn_cs_gallery_collage ul li{
width: 50%;
float: left;
padding-left: 20px;
margin-bottom: 20px;
}
.fn_cs_gallery_collage ul li:nth-of-type(3n-2){
width: 100%;
}
.fn_cs_gallery_collage ul li .item{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
border-radius: 3px;
}
.fn_cs_gallery_collage ul li .item img{
min-width: 100%;
opacity: 0;
}
.fn_cs_gallery_collage ul li .item .abs_img{
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
transform: scale(1.2);
transition: all 1s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_gallery_collage ul li .item:hover .abs_img{
transform: scale(1);
}
@media(max-width: 768px){
.fn_cs_gallery_collage ul li{width: 100%;}
}
.fn_cs_video,
.fn_cs_video .top_part,
.fn_cs_video .bottom_part,
.fn_cs_video .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_video .top_part{
position: relative;
border-radius: 3px;
overflow: hidden;
min-height: 100px;
}
.fn_cs_video .top_part img{
min-width: 100%;
opacity: 0;
}
.fn_cs_video .top_part .abs_img{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 3;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_video .rounded{
width: 100px;
height: 100px;
display: block;
position: absolute;
left: 50%;
top: 50%;
margin: -50px 0px 0px -50px;
border-radius: 100%;
z-index: 10;
border: 4px solid rgba(255,255,255,.5);
}
.fn_cs_video .rounded:before{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 13px 0 13px 26px;
border-color: transparent transparent transparent #fff;
top: 50%;
left: 50%;
margin-left: 4px;
transform: translate(-50%,-50%);
}
.fn_cs_video .rounded a:after{
content: '';
display: block;
position: absolute;
width: 100px;
height: 100px;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
background-color: inherit;
z-index: -1;
pointer-events: none;
border: 8px solid rgba(255,255,255,.8);
border-radius: 100%;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.fn_cs_video .rounded a{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block;
text-decoration: none;
z-index: 1;
}
.fn_cs_video .bottom_part p{
margin: 0;
padding: 0;
text-align: center;
font-family: 'Muli';
font-size: 18px;
color: #222;
font-weight: 400;
letter-spacing: 0;
line-height: 21px;
}
.fn_cs_video .bottom_part p a{
text-decoration: none;
font-weight: 500;
color: #662ee4;
padding-right: 31px;
position: relative;
display: inline-block;
}
.fn_cs_video .bottom_part p a:after{
display: block;
position: absolute;
content: '';
width: 21px;
height: 21px;
background-color: #662ee4;
right: 0;
top: 0;
border-radius: 100%;
}
.fn_cs_video .bottom_part p a:before{
display: block;
position: absolute;
content: '';
border: 3px solid transparent;
border-bottom-width: 3px;
border-bottom-width: 3.5px;
border-left-width: 5px;
border-left-width: 5.5px;
border-top-width: 3px;
border-top-width: 3.5px;
border-left-color: #fff;
z-index: 2;
right: 4px;
top: 7px;
}
.fn_cs_video .bottom_part{
margin-top: 30px;
}
.fn_cs_gallery_masonry,
.fn_cs_gallery_masonry .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_gallery_masonry  ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -20px;
}
.fn_cs_gallery_masonry ul li{
width: 25%;
float: left;
padding-left: 20px;
margin-bottom: 20px;
}
.fn_cs_gallery_masonry ul li .item{
overflow: hidden;
width: 100%;
float: left;
clear: both;
position: relative;
cursor: pointer;
}
.fn_cs_gallery_masonry ul li img{
min-width: 100%;
transition: all 1s ease;
}
.fn_cs_gallery_masonry ul li .item:hover img{
transform: scale(1.2);
}
.fn_cs_gallery_masonry[data-cols="1"] ul li{width: 100%;}
.fn_cs_gallery_masonry[data-cols="2"] ul li{width: 50%;}
.fn_cs_gallery_masonry[data-cols="3"] ul li{width: 33.3333%;}
.fn_cs_gallery_masonry[data-cols="4"] ul li{width: 25%;}
@media(max-width: 1040px){
.fn_cs_gallery_masonry[data-cols="3"] ul li,
.fn_cs_gallery_masonry[data-cols="4"] ul li{width: 50%;}
}
@media(max-width: 768px){
.fn_cs_gallery_masonry[data-cols="2"] ul li,
.fn_cs_gallery_masonry[data-cols="3"] ul li,
.fn_cs_gallery_masonry[data-cols="4"] ul li{width: 100%;}
}
.fn_cs_gallery_grid{
width: 100%;
float: left;
clear: both;
}
.fn_cs_gallery_grid ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.fn_cs_gallery_grid ul li{
width: 25%;
float: left;
margin: 0;
padding: 0;
}
.fn_cs_gallery_grid ul li img{
opacity: 0;
min-width: 100%;
}
.fn_cs_gallery_grid ul li .item{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
}
.fn_cs_gallery_grid ul li .abs_img{
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
transition: all 1s ease;
will-change: transform;
}
.fn_cs_gallery_grid ul li .item:hover .abs_img{
transform: scale(1.2) translateZ(0);
}
.fn_cs_gallery_grid[data-cols="3"] ul li{width: 33.3333%;}
.fn_cs_gallery_grid[data-cols="2"] ul li{width: 50%;}
.fn_cs_gallery_grid[data-cols="1"] ul li{width: 100%;}
@media(max-width: 1040px){
.fn_cs_gallery_grid[data-cols="3"] ul li,
.fn_cs_gallery_grid[data-cols="2"] ul li,
.fn_cs_gallery_grid[data-cols="4"] ul li{width: 50%;}
}
@media(max-width: 768px){
.fn_cs_gallery_grid[data-cols="3"] ul li,
.fn_cs_gallery_grid[data-cols="2"] ul li,
.fn_cs_gallery_grid[data-cols="4"] ul li{width: 100%;}
}
.fn_cs_halfimg_text,
.fn_cs_halfimg_text .inner{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_halfimg_text .left_part{
width: 50%;
float: left;
padding: 290px 20px;
}
.fn_cs_halfimg_text .right_part{
position: absolute;
left: 50%;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.fn_cs_halfimg_text .right_part img{
display: none;
min-width: 100%;
opacity: 0;
z-index: -1;
position: relative;
}
.fn_cs_halfimg_text .right_part .abs_img{
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_halfimg_text .left_part h5{
margin: 0;
padding: 0;
flex-basis: 14px;
line-height: 1.5;
font-family: 'Muli';
color: #ff6000;
letter-spacing: .5px;
text-transform: uppercase;
margin-bottom: 10px;
}
.fn_cs_halfimg_text .left_part h3{
margin: 0;
padding: 0;
flex-basis: 30px;
line-height: 1.4;
font-family: 'Rubik';
color: #222;
letter-spacing: 0
}
.fn_cs_halfimg_text .left_part_in{
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.fn_cs_halfimg_text[data-pos="enable"] .left_part{
float: right;
}
.fn_cs_halfimg_text[data-pos="enable"] .right_part{
left: 0;
right: 50%;
}
@media(max-width: 768px){
.fn_cs_halfimg_text .right_part img{
display: block;
}
.fn_cs_halfimg_text .right_part{
width: 100%;
position: relative;
left: 0;
right: 0;
}
.fn_cs_halfimg_text .left_part{
width: 100%;
}
.fn_cs_halfimg_text .left_part{
padding-top: 100px;
padding-bottom: 100px;
}
.fn_cs_halfimg_text[data-pos="enable"] .inner{
display: flex;
flex-direction: column-reverse;
}
}
.fn_cs_project_team_list,
.fn_cs_project_team_list .team_list,
.fn_cs_project_team_list .btn_holder,
.fn_cs_project_team_list .title_holder{
width: 100%;
float: left;
clear: both;
}
.fn_cs_project_team_list .title_holder{
margin-bottom: 38px;
}
.fn_cs_project_team_list .title_holder h5{
margin: 0;
padding: 0;
font-weight: 400;
letter-spacing: .5px;
font-family: 'Rubik';
font-size: 14px;
text-transform: uppercase;
color: #662ee4;
margin-bottom: 25px;
}
.fn_cs_project_team_list .title_holder h3{
margin: 0;
padding: 0;
font-family: 'Rubik';
font-weight: 500;
font-size: 36px;
letter-spacing: -0.25px;
color: #222;
}
.fn_cs_project_team_list .team_list ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.fn_cs_project_team_list .team_list li{
margin: 0;
padding: 0;
list-style-type: inherit;
padding-bottom: 13px;
position: relative;
}
.fn_cs_project_team_list .team_list .item{
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-end;
}
.fn_cs_project_team_list .team_list .abs_img{
width: 150px;
height: 180px;
position: absolute;
bottom: 100%;
left: 50px;
transform: translateY(0px);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 3px;
box-shadow: 0 5px 10px rgba(0,0,0,0.1);
opacity: 0;
visibility: hidden;
transition: all 0s ease;
}
.fn_cs_project_team_list .team_list li.hovered .abs_img{
opacity: 1;
visibility: visible;
transform: translateY(-12px);
transition: all .5s ease;
}
.fn_cs_project_team_list .team_list .abs_img span{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_project_team_list .team_list .item span{
margin: 0;
padding: 0;
display: block;
letter-spacing: 0;
font-weight: 400;
line-height: 1;
margin-bottom: 10px;
}
.fn_cs_project_team_list .team_list .item .name{
margin-right: 70px;
color: #222;
font-size: 24px;
font-family: 'Muli';
}
.fn_cs_project_team_list .team_list .item .job{
font-family: 'Muli';
font-size: 18px;
color: #999;
position: relative;
}
.fn_cs_project_team_list .team_list .item .job:after{
content: '';
position: absolute;
right: 100%;
margin-right: 20px;
width: 30px;
height: 1px;
background-color: #999;
top: 50%;
margin-top: -2px;
}
.fn_cs_project_team_list .btn_holder{
margin-top: 23px;
}
.fn_cs_project_team_list .btn_holder a{
margin: 0;
outline-color: transparent;
outline-width: 0;
box-shadow: none;
float: left;
font-family: 'Muli';
text-decoration: none;
color: #e52a5f;
font-size: 16px;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
padding: 0 68px 0 27px;
border: 1px solid #e52a5f;
border-radius: 5px;
height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
}
.fn_cs_project_team_list .btn_holder a .arlo_w_fn_svg{
position: absolute;
right: 27px;
top: 50%;
margin-top: -10px;
width: 20px;
height: 20px;
color: inherit;
transition: all .5s ease;
}
.fn_cs_project_team_list .btn_holder a:hover .arlo_w_fn_svg{
right: 17px;	
transition: all .4s .1s ease;
}
.fn_cs_project_team_list .btn_holder a .text{
display: block;
position: relative;
overflow: hidden;
}
.fn_cs_project_team_list .btn_holder a .text span{
display: block;
transition: all .5s ease;
}
.fn_cs_project_team_list .btn_holder a .text span:nth-child(2){
position: absolute;
top: 0;
left: 0;
transform: translateY(102%);
opacity: 0;
}
.fn_cs_project_team_list .btn_holder a:hover .text span:nth-child(2){
transform: translateY(0);
opacity: 1;
}
.fn_cs_project_team_list .btn_holder a:hover .text span:nth-child(1){
transform: translateY(-102%);
opacity: 0;
}
.fn_cs_project_team_list .btn_holder a:hover .icon{
right: 17px;
}
.fn_cs_project_team_list .btn_holder a .icon{
width: 20px;
height: 1px;
background-color: #e52a5f;
top: 50%;
display: block;
position: absolute;
right: 27px;
transition: all .5s ease;
}
.fn_cs_project_team_list .btn_holder a .icon:after{
width: 8px;
height: 1px;
transform: rotate(37deg);
position: absolute;
right: 1px;
top: -3px;
content: '';
background-color: #e52a5f;
}
.fn_cs_project_team_list .btn_holder a .icon:before{
width: 8px;
height: 1px;
transform: rotate(-37deg);
position: absolute;
right: 1px;
top: 3px;
content: '';
background-color: #e52a5f;
}
.fn_cs_posts_modern_cols{
width: 100%;
float: left;
clear: both;
}
.fn_cs_posts_modern_cols ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -140px;
}
.fn_cs_posts_modern_cols ul li{
margin: 0;
padding: 0;
width: 50%;
float: left;
padding-left: 140px;
margin-bottom: 110px;
}
.fn_cs_posts_modern_cols ul li:first-child{
padding-left: 70px;
margin-bottom: 80px;
}
.fn_cs_posts_modern_cols ul li:first-child h3{
margin: 80px 0 0 0;
padding: 0;
color: #bbb;
font-family: 'Quicksand';
font-size: 72px;
line-height: 80px;
font-weight: 500;
letter-spacing: -0.5px;
}
.fn_cs_posts_modern_cols li .title_holder,
.fn_cs_posts_modern_cols li .image_holder,
.fn_cs_posts_modern_cols li .item{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_posts_modern_cols li .image_holder{
border-radius: 10px;
overflow: hidden;
}
.fn_cs_posts_modern_cols li .image_holder img{
transition: all 1s ease;
min-width: 100%;
}
.fn_cs_posts_modern_cols li .image_holder:hover img{
transform: scale(1.2);
}
.fn_cs_posts_modern_cols li .title_holder{
padding: 35px 17px 0 17px;
}
.fn_cs_posts_modern_cols li .title_holder h3{
margin: 0;
padding: 0;
color: #bbb;
font-family: 'Quicksand';
font-size: 30px;
font-weight: 500;
}
.fn_cs_posts_modern_cols li .title_holder h3 a{
text-decoration: none;
color: #bbb;
position: relative;
display: block;
max-width: max-content;
max-width: intrinsic;
max-width: -moz-max-content;
max-width: -webkit-max-content;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fn_cs_posts_modern_cols li .title_holder h3 a:hover .title_a{
opacity: 0;
}
.fn_cs_posts_modern_cols li .title_holder h3 a .title_a{
display: block;
position: relative;
transition: all .3s ease;
}
.fn_cs_posts_modern_cols li .title_holder h3 a .title_b{
width: 0;
opacity: 1;
transform: translateY(0) translateZ(0);
overflow: hidden;
transition: all .3s ease;
color: #f9004d;
}
.fn_cs_posts_modern_cols li .title_holder h3 a:hover .title_b{
width: 100%;
transition: all .3s .3s ease;
}
.fn_cs_posts_modern_cols li .title_holder h3 a .title_b span{
min-width: max-content;
min-width: intrinsic;
min-width: -moz-max-content;
min-width: -webkit-max-content;
display: block;
}
.fn_cs_posts_modern_cols li .title_holder h3 a .title_b{
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
display: block;
}
.fn_cs_posts_modern_cols li .title_holder p a{
color: #666;
text-decoration: none;
}
.fn_cs_posts_modern_cols li .title_holder p a:hover{
color: #eee;
}
.fn_cs_posts_modern_cols li .title_holder p{
font-size: 18px;
color: #666;
font-weight: 500;
font-family: 'Muli';
margin: 0;
padding: 0;
letter-spacing: 0;
margin-top: 15px;
}
@media(max-width: 1300px){
.fn_cs_posts_modern_cols ul{
margin-left: -70px;
}
.fn_cs_posts_modern_cols ul li{
padding-left: 70px;
margin-bottom: 60px;
}
}
@media(max-width: 1040px){
.fn_cs_posts_modern_cols ul{
margin-left: -50px;
}
.fn_cs_posts_modern_cols ul li{
padding-left: 50px;
margin-bottom: 40px;
}
.fn_cs_posts_modern_cols ul li:first-child{
padding-left: 50px;
}
.fn_cs_posts_modern_cols ul li:first-child h3{
font-size: 40px;
line-height: 1.1;
}
}
@media(max-width: 768px){
.fn_cs_posts_modern_cols ul li{width: 100%;}
}
@media(max-width:480px){  
.fn_cs_counter_with_caption ul li{
width: 100%;
padding: 0px;
text-align: center;
}
}
.fn_cs_interactive_list_vertical[data-text-position="center"] .inner_wrap{
text-align: left;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_post_modern_rows{
width: 100%;
float: left;
clear: both;
}
.fn_cs_post_modern_rows .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_post_modern_rows ul{
margin: 0;
list-style-type: none;
padding: 0;
}
.fn_cs_post_modern_rows ul:after{
clear: both;
display: table;
content: '';
}
.fn_cs_post_modern_rows ul li{
width: 100%;
float: left;
clear: both;
margin: 0;
padding: 0;
list-style-type: inherit;
margin-bottom: 50px;
}
.fn_cs_post_modern_rows .item{
width: 100%;
float: left;
clear: both;
transition: all 1s ease;
}
.fn_cs_post_modern_rows .item_inner{
width: 100%;
float: left;
clear: both;
position: relative;
display: flex;
flex-direction: row;
}
.fn_cs_post_modern_rows li:nth-of-type(2n-1) .item{
padding-left: 100px;
}
.fn_cs_post_modern_rows ul:hover li:nth-of-type(2n) .item{
transform: translateX(100px);
}
.fn_cs_post_modern_rows ul:hover li:nth-of-type(2n-1) .item{
transform: translateX(-100px);
}
.fn_cs_post_modern_rows .item .title_holder{
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
min-height: 200px;
}
.fn_cs_post_modern_rows .item .title_holder p{
margin: 0px 0px 6px 0px;
padding: 0;
color: #666;
font-size: 16px;
font-weight: 400;
}
.fn_cs_post_modern_rows .item .title_holder p a{
color: #666;
text-transform: capitalize;
text-decoration: none;
}
.fn_cs_post_modern_rows .item_inner .title_holder h3{
margin: 0;
padding: 0;
}
.fn_cs_post_modern_rows .item_inner .title_holder h3 a{
color: #bbb;
font-weight: 500;
font-size: 30px;
font-family: 'K2D';
}
.fn_cs_post_modern_rows .item_inner:hover .title_holder p a{
color: #ccc;
}
.fn_cs_post_modern_rows .item_inner:hover .title_holder h3 a{
color: #ff4b36;
}
.fn_cs_post_modern_rows .item .img_holder{
width: 200px;
min-width: 200px;
border-radius: 10px;
overflow: hidden;
height: 200px;
position: relative;
margin-right: 50px;
}
.fn_cs_post_modern_rows .item_inner:hover .abs_img{
transform: scale(1.2)
}
.fn_cs_post_modern_rows .item .img_holder a{
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.fn_cs_post_modern_rows .item .img_holder .abs_img{
position: absolute;
left: -1px;
right: -1px;
top: -1px;
bottom: -1px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
transition: all 1s ease;
}
@media(max-width: 768px){
.fn_cs_post_modern_rows li:nth-of-type(2n-1) .item{
padding-left: 0;
}
.fn_cs_post_modern_rows .item{
transform: none !important;
}
.fn_cs_post_modern_rows .item .img_holder{
width: 100px;
min-width: 100px;
height: 100px;
margin-right: 20px;
border-radius: 3px;
}
.fn_cs_post_modern_rows .item .title_holder{
min-height: 100px;
}
}  .fn_cs_portfolio_details{
width: 100%;
float: left;
clear: both;
}
.fn_cs_portfolio_details .portfolio_details{
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
.fn_cs_portfolio_details .left_part{
width: 40%;
min-width: 40%;
}
.fn_cs_portfolio_details .right_part{
padding-left: 40px;
}
.fn_cs_portfolio_details .right_part p{
margin: 0;
padding: 0;
}
.fn_cs_portfolio_details .title_holder h3{
font-weight: 600;
line-height: 1.4;
font-family: "Raleway";
color: #000;
font-size: 23px;
margin: 0;
}
.fn_cs_portfolio_details .title_holder{
width: 100%;
float: left;
clear: both;
margin-bottom: 30px;
}
.fn_cs_portfolio_details .list_holder{
width: 100%;
float: left;
clear: both;
}
.fn_cs_portfolio_details .list_holder ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.fn_cs_portfolio_details .list_holder ul li{
width: 100%;
float: left;
clear: both;
margin: 0 0 10px 0;
}
.fn_cs_portfolio_details .list_holder .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 30px;
}
.fn_cs_portfolio_details .list_holder .item .arlo_w_fn_svg{
position: absolute;
top: 6px;
left: 0;
color: #ff4b36;
}
.fn_cs_portfolio_details .list_holder .item span{
display: inline-block;
line-height: 2;
}
.fn_cs_portfolio_details .list_holder .item .left_i{
min-width: 110px;
font-weight: 500;
color: #000;
}
@media(max-width: 768px){
.fn_cs_portfolio_details .portfolio_details{
flex-wrap: column;
flex-wrap: wrap;
}
.fn_cs_portfolio_details .right_part{
padding-left: 0;
padding-top: 40px;
}
}
.fn_cs_portfolio_images{
width: 100%;
float: left;
clear: both;
}
.fn_cs_portfolio_images ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.fn_cs_portfolio_images ul li{
margin: 0;
padding: 0;
clear: both;
width: 100%;
float: left;
}
.fn_cs_portfolio_images ul li img{
opacity: .1;
min-width: 100%;
position: relative;
}
.fn_cs_portfolio_images ul li .img_holder{
clear: both;
width: 100%;
position: relative;
float: left;
}
.fn_cs_portfolio_images ul li .abs_img{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
z-index: 5;
}
.fn_cs_hero_header_exclusive{
width: 100%;
float: left;
clear: both;
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: auto;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .content_holder{
width: 100%;
float: left;
clear: both;
max-width: 100% !important;
position: relative;
z-index: 5;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_cs_o_water .content_holder{
position: static;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_cs_o_water canvas{
width: 100% !important;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_cs_o_water .title_holder{
z-index: 5555;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .title_holder{
margin: 0 auto;
clear: both;
text-align: center;
position: relative;
padding-top: 243px;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .t_image{
position: absolute;
top: 0;
left: 50%;
margin-left: -100px;
width: 200px;
height: 200px;
display: block;
border-radius: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .t_image:after{
position: absolute;
content: "";
top: -8px;
bottom: -8px;
left: -8px;
right: -8px;
border-radius: 100%;
background-color: rgba(255,255,255,.08);
z-index: -1;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .title_holder h3{
margin: 0;
padding: 0;
color: #fff;
text-transform: uppercase;
font-size: 45px;
font-weight: 700;
margin-bottom: 9px;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .title_holder h3 span{
color: #ff4b36;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .title_holder p{
margin: 0;
padding: 0;
color: #fff;
font-size: 19px;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .bg_holder{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 0;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .o_img{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 2;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .o_color{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 4;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive[data-height="vh"]{
height: 100vh;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .fn_cs_kenburnsy_wrap{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .kenburnsy{
height: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
@media(max-width: 1040px){
.cons_w_wrapper .fn_cs_hero_header_exclusive[data-height="vh"]{height: auto !important;}
.cons_w_wrapper .fn_cs_hero_header_exclusive .content_holder{padding-top: 150px !important;padding-bottom: 150px !important;}
}
#particles-js{
width: 100%;
height: 100%;
position: relative;
z-index: 222;
}
.fn_cs_about_text_slider{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_about_text_slider .about_text_slider{
width: 100%;
height: auto;
clear: both;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
.fn_cs_about_text_slider .left_part{
width: 35%;
float: left;
height: auto;
}
.fn_cs_about_text_slider .left_part .about_image_wrap{position: relative;}
.fn_cs_about_text_slider .left_part .about_image_wrap .image{
position: absolute;
z-index: 2;
}
.fn_cs_about_text_slider .left_part .about_image_wrap .image .inner{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_about_text_slider .left_part .about_image_wrap .border .inner{
position: absolute;
top: 25px !important;
bottom: -25px !important;
left: 25px !important;
right: -25px !important;
border: 10px solid #000;
}
.fn_cs_about_text_slider .left_part .about_image_wrap img{opacity: 0;}
.fn_cs_about_text_slider .right_part{
width: 65%;
height: auto;
padding-left: 70px;
}
.fn_cs_about_text_slider .right_part .desc_holder h3{
margin: 0;
padding: 0;
margin-bottom: 30px;
font-size: 25px;
font-weight: 600;
}
.fn_cs_about_text_slider .right_part .desc_holder h3 span{
color: #ff4b36;
}
.fn_cs_about_text_slider .right_part .desc_holder{
margin-bottom: 23px;
}
.fn_cs_about_text_slider .right_part .desc_holder p{
font-size: 16px;
letter-spacing: 1px;
line-height: 2;
}
.fn_cs_about_text_slider .right_part .desc_holder p span{
color: #ff4b36;
font-style: italic;
font-weight: 400;
}
.fn_cs_about_text_slider .info_list{
width: 100%;
height: auto;
clear: both;
float: left;
margin-bottom: 19px;
}
.fn_cs_about_text_slider .info_list ul{
margin: 0px;
padding: 0;
list-style-type: none;
margin-left: -20px;
}
.fn_cs_about_text_slider .info_list ul li{
padding: 0;
margin: 0px 0px 10px 0px;
width: 50%;
float: left;
padding-left: 20px;
}
.fn_cs_about_text_slider .info_list ul li .info_item{
width: 100%;
float: left;
clear: both;
padding: 0px 0px 0px 30px;
position: relative; }
.fn_cs_about_text_slider .info_list ul li .info_item.no_icon{
padding-left: 0;
}
.fn_cs_about_text_slider ul li label{
font-weight: 500;
color: #000;
min-width: 85px;
margin-right: 10px;
display: inline-block;
}
.fn_cs_about_text_slider .info_list ul li a{
text-decoration: none;
color: #ff4b36;
position: relative;
border-bottom: 1px solid transparent;
font-weight: 400;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.fn_cs_about_text_slider .info_list ul li a:hover{border-bottom-color: #ff4b36;}
.fn_cs_about_text_slider .info_list ul li span.icon{
position: absolute;
left: 0px;
top: 6px;
display: block;
width: 17px;
height: 17px;
}
.fn_cs_about_text_slider .info_list ul li span.icon i{
position: absolute;
top: 0;
left: 0;
font-size: 17px;
}
.fn_cs_about_text_slider .info_list ul li span.icon .arlo_w_fn_svg{
width: 17px;
height: 17px;
color: #ff4b36;
position: absolute;
top: 0;
left: 0;
}
.fn_cs_about_text_slider .btn_list{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_about_text_slider .btn_list ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_about_text_slider .btn_list ul li{
padding: 0;
margin: 0px 15px 20px 0px;
float: left;
}
.fn_cs_about_text_slider .btn_list ul li a span{
position: relative;
z-index: 5;
color: inherit !important;
}
.fn_cs_about_text_slider .btn_list ul li a{
text-decoration: none;
color: #fff;
background-color: #ff4b36;
display: block;
padding: 8px 30px;
font-family: "Raleway";
line-height: 2;
overflow: hidden;
position: relative;
}
.fn_cs_about_text_slider .btn_list ul li a:before{
position: absolute;
content: "";
top: 0px;
height: 100%;
left: -25%;
width: 0%;
background-color: #000;
transform: skew(50deg);
transition-duration: .6s;
z-index: 1;
}
.fn_cs_about_text_slider .btn_list ul li a:hover:before{width: 150%;}
.fn_cs_about_text_slider.fn_classic .right_part{
margin: 0;
padding: 0;
width: 100%;
}
.fn_cs_about_text_slider.fn_classic .info_list ul li{
width: auto;
}
.fn_cs_about_text_slider.fn_classic .info_list ul li .info_item{
padding-left: 0;
line-height: 1.6;
padding: 10px 20px;
background-color: #ffedeb;
border-radius: 3px;
overflow: hidden;
}
.fn_cs_about_text_slider.fn_classic ul li label{
min-width: inherit;
margin-right: 40px;
position: relative;
}
.fn_cs_about_text_slider.fn_classic ul li label:after{
content: '';
width: 20px;
height: 1px;
background-color: #ff4b36;
position: absolute;
top: 50%;
left: 100%;
margin-left: 10px;
margin-top: -1px;
}
.fn_cs_about_text_slider.fn_classic .info_list ul li{
margin-bottom: 20px;
}
.fn_cs_about_text_slider.fn_classic .right_part .desc_holder h3{
font-size: 30px;
margin-bottom: 33px;
}
.fn_cs_about_text_slider.fn_classic .right_part .desc_holder p{
margin-bottom: 36px;
}
.fn_cs_about_text_slider.fn_classic .info_list{
margin-bottom: 30px;
}
.fn_cs_about_text_slider.fn_classic .btn_list ul li a.link{
background-color: transparent !important;
padding: 0;
padding-top: 9px;
padding-bottom: 9px;
color: #000 !important;
}
.fn_cs_about_text_slider.fn_classic .btn_list ul li a.link:before{
display: none;
}
.fn_cs_about_text_slider.fn_classic .btn_list ul li a.link span:after{
content: '';
position: absolute;
bottom: -4px;
left: 0;
right: 0;
height: 1px;
background-color: #bbb;
}
.fn_cs_about_text_slider.fn_classic .btn_list ul li a.link:hover span:after{
background-color: #555;
}
.fn_cs_about_text_slider.fn_classic .btn_list ul li a{
padding-top: 9px;
padding-bottom: 9px;
border-radius: 3px;
}
.fn_cs_about_text_slider.fn_classic .btn_list ul li{
margin-right: 50px;
}
.fn_cs_about_text_slider.fn_classic .btn_list ul li:last-child{
margin-right: 0;
}
.fn_cs_about_text_slider.fn_classic .right_part .desc_holder h3{
font-weight: 500;
}
.fn_cs_services_numbered{
width: 100%;
float: left;
clear: both;
}
.fn_cs_services_numbered .snumbered_inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_services_numbered .snumbered_inner ul{
margin: 0;
list-style-type: none;
padding: 0;
margin-left: -50px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.fn_cs_services_numbered .snumbered_inner ul li{
margin: 0;
padding: 0;
width: 33.3333%;
float: left;
padding-left: 50px;
margin-bottom: 50px;
}
.fn_cs_services_numbered .snumbered_inner ul li .item{
width: 100%;
float: left;
clear: both;
margin: 0;
position: relative;
background-color: #fff;
color: rgba(0, 0, 0, 0.05);
box-shadow: 0 0 30px;
padding: 90px 40px 29px 40px;
transition: all .3s ease;
overflow: hidden;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.fn_cs_services_numbered .snumbered_inner ul li .item:hover{
color: rgba(0,0,0,.2);
}
.fn_cs_services_numbered .snumbered_inner ul li .item > *{
position: relative;
z-index: 2;
}
.fn_cs_services_numbered .snumbered_inner ul li .number_holder{
position: absolute;
top: -15px;
left: 20px;
z-index: 1;
}
.fn_cs_services_numbered .snumbered_inner ul li .number_holder h3{
margin: 0;
padding: 0;
color: #e1e1e1;
font-family: "Roboto";
font-size: 170px; line-height: 1.4;
font-weight: 600;
}
.fn_cs_services_numbered .snumbered_inner ul li .item > h3{
margin: 0;
padding: 0;
line-height: 1.4;
font-weight: 600;
font-size: 25px;
color: #000;
margin-bottom: 20px;
}
.fn_cs_services_numbered .snumbered_inner ul li .item p.desc_h{
margin: 0;
padding: 0;
color: #6f6f6f;
font-size: 16px;
line-height: 2;
margin-bottom: 17px;
margin-top: auto;
}
.fn_cs_services_numbered .snumbered_inner ul li .item p.btn_h{
margin: 0;
padding: 0;
}
.fn_cs_services_numbered .snumbered_inner ul li .item p.btn_h a{
text-decoration: none;
color: #ff4b36;
border-bottom: 1px solid transparent;
transition: all .3s ease;
font-size: 16px;
}
.fn_cs_services_numbered .snumbered_inner ul li .item p.btn_h a:hover{
border-bottom-color: #ff4b36;
}
.fn_cs_progress_bar,
.fn_cs_progress_wrap{
width: 100%;
float: left;
clear: both;
}
.fn_cs_progress{
width:100%;
margin-bottom:15px;
}
.fn_cs_progress > span{
margin:0px 0px 3px 0px;
width:100%;
display:block;
text-align:left;
}
.fn_cs_progress span.label{
font-size:13px;
text-transform:uppercase;
font-weight:500;
color:#333;
letter-spacing:1px;
}
.fn_cs_progress span.number{
float:right;
font-size:13px;
color:#999;
}
.fn_cs_progress .fn_cs_bar_bg{
background:#eee;
width:100%;
min-width:100%;
position:relative;
height:20px;
}
.fn_cs_progress .fn_cs_bar_bg .fn_cs_bar_wrap{
width:0px;
height:100%;
}
.fn_cs_progress .fn_cs_bar_bg .fn_cs_bar_wrap.open{
-webkit-animation: td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-animation:    td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000); animation:         td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000); width:100%;
}
.fn_cs_progress .fn_cs_bar_bg .fn_cs_bar{
height:100%;
background:#333;
width:0px;
overflow:hidden;
}
.fn_cs_progress_wrap[data-strip="on"] .fn_cs_progress .fn_cs_bar{
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
-webkit-animation: td_bar_move 4s linear infinite;
-moz-animation: td_bar_move 4s linear infinite;
animation: td_bar_move 4s linear infinite;
background-size: 50px 50px;
}
@-webkit-keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}} @-webkit-keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}
.fn_cs_progress_wrap[data-layout="beta"] .fn_cs_progress > span{
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: flex-end;
margin-bottom: 14px;
padding-left: 20px;
}
.fn_cs_progress_wrap[data-layout="beta"] .fn_cs_progress span.label{
position: relative;
padding-left: 20px;
}
.fn_cs_progress_wrap[data-layout="beta"] .fn_cs_progress span.label:before{
position: absolute;
content: "";
width: 2px;
height: 45px;
background-color: #1a1c1c;
right: 100%;
top: -12px;
}
.fn_cs_progress_wrap[data-layout="beta"] .fn_cs_progress span.number{
float: left;
padding-right: 20px;
}
.fn_cs_progress_wrap[data-layout="beta"] .fn_cs_bar_bg{
background-color: transparent !important;
}
.fn_cs_progress_wrap[data-layout="beta"] .fn_cs_bar_bg .fn_cs_bar_wrap:after{
content: '';
position: absolute;
height: 1px;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: -1;
}
.fn_cs_progress_bar_desc{
width: 100%;
float: left;
clear: both;
}
.fn_cs_progress_bar_desc .pbd_inner{
width: 100%;
float: left;
clear: both;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.fn_cs_progress_bar_desc .pbd_inner .left_part{
width: 50%;
padding-right: 80px;
}
.fn_cs_progress_bar_desc .pbd_inner .right_part{
width: 50%;
}
.fn_cs_progress_bar_desc .pbd_inner .left_part h3{
margin: 0;
padding: 0;
font-size: 25px;
font-weight: 600;
line-height: 1.4;
color: #000;
margin-bottom: 29px;
}
.fn_cs_progress_bar_desc .pbd_inner .left_part h3 span{
color: #ff4b36;
}
.fn_cs_progress_bar_desc .pbd_inner .left_part p{
margin: 0;
padding: 0;
}
.fn_cs_project_category{
width: 100%;
float: left;
clear: both;
}
.fn_cs_project_category ul.posts_filter{
margin: 0;
padding: 0;
list-style-type: none;
margin-bottom: 29px;
}
.fn_cs_project_category ul.posts_filter:after{
clear: both;
display: table;
content: '';
}
.fn_cs_project_category ul.posts_filter li{
display: block;
float: left;
margin: 0px 25px 10px 0px;
}
.fn_cs_project_category ul.posts_filter li a{
display: block;
color: #000;
text-transform: capitalize;
}
.fn_cs_project_category ul.posts_filter li a:hover,
.fn_cs_project_category ul.posts_filter li a.current{
color: #ff4b36;
}
.fn_cs_project_category ul.posts_filter li a.current{
font-weight: 500;
}
.fn_cs_project_category ul.posts_list{
margin: 0;
padding: 0;
list-style-type: none;
margin-left: -50px;
}
.fn_cs_project_category ul.posts_list:after{
clear: both;
display: table;
content: '';
}
.fn_cs_project_category ul.posts_list li{
width: 33.3333%;
float: left;
position: relative;
margin: 0px 0px 50px 0px;
padding-left: 50px;
}
.fn_cs_project_category ul.posts_list li .item{
position: relative;
width: 100%;
float: left;
clear: both;
}
.fn_cs_project_category ul.posts_list li .item img{
position: relative;
opacity: 0;
min-width: 100%;
}
.fn_cs_project_category ul.posts_list li .item .abs_img{
position: absolute;
z-index: 3;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_project_category ul.posts_list li .img_holder a{
display: block;
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_project_moving_title{
white-space: nowrap;
background: #ffffff;
font-size: 23px;
font-weight: 600;
padding: 4px 13px;
color: #000000;
position: fixed;
z-index: 1000;
opacity: 0;
visibility: hidden;
font-family: "Raleway";
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.fn_cs_project_moving_title.visible {
opacity: 1;
visibility: visible;
}
.fn_cs_project_moving_title h3{
margin: 0;
padding: 0;
font-size: 23px;
font-weight: 600;
}
.fn_cs_project_moving_title span{
position: absolute;
background: #ffffff;
top: 100%;
left: 0;
font-size: 14px;
line-height: 1;
font-weight: 400;
padding: 5px 15px;
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.fn_cs_project_category .inner{
position: relative;
width: 100%;
}
.fn_cs_project_category .inner:after{
clear: both;
display: table;
content: '';
}
.fn_cs_project_category ul.posts_list li .title_holder{
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 20px 30px;
background-color: rgba(0,0,0,0.7);
z-index: 25;
opacity: 0;
visibility: hidden;
}
.fn_cs_project_category ul.posts_list li .title_holder h3{
margin: 0;
padding: 0;
margin-bottom: 5px;
font-size: 20px;
}
.fn_cs_project_category ul.posts_list li .title_holder h3 a{
color: #eee;
}
.fn_cs_project_category ul.posts_list li .title_holder p{
margin: 0;
padding: 0;
font-size: 16px;
}
.fn_cs_project_category ul.posts_list li .title_holder p a{
color: #ccc;
}
@media(max-width: 1040px){
.fn_cs_project_category ul.posts_list li .title_holder{
opacity: 1;
visibility: visible;
}
.fn_cs_project_moving_title{
display: none;
}
}
.fn_cs_why_choose_us{
width: 100%;
float: left;
clear: both;
}
.fn_cs_why_choose_us .wcu_inner{
width: 100%;
float: left;
clear: both;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
align-items: center;
}
.fn_cs_why_choose_us .wcu_inner .left_part{
width: 50%;
float: left;
padding-right: 80px;
}
.fn_cs_why_choose_us .wcu_inner .right_part{
width: 50%;
float: left;
}
.fn_cs_why_choose_us .wcu_inner .left_part ul{
margin: 0;
padding: 0;
list-style-type: none;
margin-left: -30px;
}
.fn_cs_why_choose_us .wcu_inner .left_part ul li{
margin: 0;
float: left;
width: 50%;
padding-left: 30px;
}
.fn_cs_why_choose_us .wcu_inner .left_part ul li .lp_item{
width: 100%;
float: left;
clear: both;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_why_choose_us .wcu_inner .left_part ul li .lp_item img{
opacity: 0;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul{
margin: 0;
padding: 0;
list-style-type: none;
margin-left: -30px;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li{
width: 100%;
float: left;
clear: both;
padding-left: 30px;
margin-bottom: 32px;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li:last-child{
margin-bottom: 0;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item{
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 54px;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item h3{
margin: 0;
padding: 0;
font-size: 21px;
margin-bottom: 24px;
font-weight: 500;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item p{
margin: 0;
padding: 0;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon{
position: absolute;
top: 0px;
left: 0px;
display: block;
width: 30px;
height: 30px;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon i{
font-size: 30px;
position: absolute;
left: 0;
top: 0;
color: #ff4b36;
}
.fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon svg,
.fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon .arlo_w_fn_svg{
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0;
color: #ff4b36;
}
.fn_cs_single_testimonial_parallax{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_single_testimonial_parallax .testimonial_bg{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 1;
}
.fn_cs_single_testimonial_parallax .testimonial_bg .jarallax{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_single_testimonial_parallax .bg_overlay{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 1;
background-color: rgba(0,0,0,.8);
}
.fn_cs_single_testimonial_parallax .testimonial_content{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
z-index: 2;
padding: 75px 20px 88px 20px;
}
.fn_cs_single_testimonial_parallax .testimonial_content .content_holder{
width: 100%;
max-width: 700px;
height: auto;
margin: 0px auto;
text-align: center;
}
.fn_cs_single_testimonial_parallax .testimonial_content .t_icon{
display: block;
margin-bottom: 6px;
}
.fn_cs_single_testimonial_parallax .testimonial_content .t_icon .arlo_w_fn_svg{
width: 45px;
height: 45px;
}
.fn_cs_single_testimonial_parallax .testimonial_content .content_holder p{
margin: 0;
padding: 0;
color: #fff;
font-family: "Raleway";
font-size: 23px;
font-weight: 600;
margin-bottom: 21px;
}
.fn_cs_single_testimonial_parallax .testimonial_content .content_holder h3{
margin: 0;
padding: 0;
font-weight: 400;
font-size: 18px;
color: #fff;
font-family: "Roboto";
}
.fn_cs_triple_blog_shadow{
width: 100%;
float: left;
clear: both;
}
.fn_cs_triple_blog_shadow .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_triple_blog_shadow .inner ul{
list-style-type: none;
margin: 0;
margin-left: -50px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.fn_cs_triple_blog_shadow .inner ul li{
width: 33.3333%;
padding-left: 50px;
margin-bottom: 50px;
}
.fn_cs_triple_blog_shadow .inner ul li .item{
width: 100%;
float: left;
clear: both;
color: rgba(0, 0, 0, 0.08);
box-shadow: 0 0 30px;
}
.fn_cs_triple_blog_shadow .inner .abs_img{
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s ease;
}
.fn_cs_triple_blog_shadow .inner .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
}
.fn_cs_triple_blog_shadow .inner .item:hover .abs_img{
transform: scale(1.1);
}
.fn_cs_triple_blog_shadow .inner .img_holder img{
opacity: 0;
min-width: 100%;
}
.fn_cs_triple_blog_shadow .inner .img_holder a{
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
position: absolute;
display: block;
z-index: 5;
text-decoration: none;
}
.fn_cs_triple_blog_shadow .inner .title_holder{
width: 100%;
float: left;
clear: both;
padding: 32px 40px;
}
.fn_cs_triple_blog_shadow .inner .title_holder h3{
margin: 0;
padding: 0;
font-size: 23px;
}
.fn_cs_triple_blog_shadow.fn_second .inner .title_holder h3{
margin-bottom: 26px;
}
.fn_cs_triple_blog_shadow .inner .title_holder p.t_info{
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 13px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 11px;
margin-bottom: 12px;
}
.fn_cs_triple_blog_shadow .inner .title_holder p.t_info a{
text-decoration: none;
color: #ff4b36;
position: relative;
border-bottom: 1px solid transparent;
transition: all .3s ease;
font-weight: 400;
}
.fn_cs_triple_blog_shadow .inner .title_holder p.t_info a:hover{
border-bottom-color: #ff4b36;
}
.fn_cs_triple_blog_shadow .inner .title_holder .b_by{
margin-right: 24px;
position: relative;
}
.fn_cs_triple_blog_shadow .inner .title_holder .b_by:after{
position: absolute;
content: "";
width: 1px;
height: 9px;
background-color: #6f6f6f;
top: 50%;
margin-top: -4px;
right: -12px;
border-radius: 2px;
}
.fn_cs_triple_blog_shadow .inner .title_holder .b_by a{
text-transform: capitalize;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner ul li .item{
box-shadow: none;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner .title_holder{
padding: 25px 0px 0px 0px;
}
.fn_cs_triple_blog_shadow[data-style="another"] .title_holder p{
margin-bottom: 9px;
font-size: 16px;
font-family: "Muli";
color: #777;
}
.fn_cs_triple_blog_shadow[data-style="another"] .title_holder p a{
color: #777 !important;
text-transform: capitalize;
position: relative;
transition: all .3s ease;
}
.fn_cs_triple_blog_shadow[data-style="another"] .title_holder p a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #000;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_triple_blog_shadow[data-style="another"] .title_holder p a:hover:before{
width:100%;
left:0;
-webkit-transition:width .5s ease;
-moz-transition:width .5s ease;
-ms-transition:width .5s ease;
-o-transition:width .5s ease;
transition:width .5s ease;
}
.fn_cs_triple_blog_shadow[data-style="another"] .title_holder p a:hover{
color: #000;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner .title_holder .b_by:after{
top: 5px;
height: 13px;
background-color: #777777;
transform: rotate(12deg);
right: -9px;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner .title_holder .b_by{
margin-right: 16px;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner .title_holder h3{
font-family: "Poppins";
font-size: 24px;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner .title_holder h3 a:hover{
color: #3840d8;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner ul li{
padding-left: 70px;
margin-bottom: 70px;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner ul{
margin-left: -70px;
}
.fn_cs_triple_blog_shadow[data-style="another"] .inner .img_holder{
border-radius: 6px;
}
.fn_cs_partners{
width: 100%;
height: auto;
clear: both;
float: left;
padding: 70px 0px;
background-color: #ff4b36;
}
.fn_cs_partners .owl-carousel img{
width: auto;
display: inline-block;
}
.fn_cs_partners .owl-carousel .item{
text-align: center;
}
.fn_cs_useful_information{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_useful_information .info_list ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.fn_cs_useful_information .info_list ul li{
width: 100%;
float: left;
clear: both;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.fn_cs_useful_information .info_list ul li .info_item {
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 30px;
}
.fn_cs_useful_information .info_list ul li .info_item.no_icon {
padding-left: 0;
}
.fn_cs_useful_information .info_list ul li .info_item label{
font-weight: 500;
color: #000;
min-width: 85px;
display: inline-block;
margin-right: 10px;
}
.fn_cs_useful_information .info_list ul li .info_item span{
color: #6f6f6f;
}
.fn_cs_useful_information .info_list ul li .info_item a{
text-decoration: none;
color: #ff4b36;
position: relative;
font-weight: 400;
border-bottom: 1px solid transparent;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.fn_cs_useful_information .info_list ul li .info_item a:hover{
border-bottom-color: #ff4b36;
}
.fn_cs_useful_information .info_list ul li span.icon{
position: absolute;
left: 0px;
top: 6px;
display: block;
width: 17px;
height: 17px;
}
.fn_cs_useful_information .info_list ul li span.icon i{
position: absolute;
top: 0;
left: 0;
font-size: 17px;
}
.fn_cs_useful_information .info_list ul li span.icon .arlo_w_fn_svg{
width: 17px;
height: 17px;
color: #ff4b36;
position: absolute;
top: 0;
left: 0;
}
.fn_cs_useful_information .uinfo_inner{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
.fn_cs_useful_information .uinfo_inner .info_list{
width: 50%;
padding-right: 80px;
}
.fn_cs_useful_information .uinfo_inner .contact_part{
width: 50%;
}
.fn_cs_useful_information .wpcf7-form input[type=text],
.fn_cs_useful_information .wpcf7-form input[type=email]{
width: 100%;
background-color: transparent !important;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.fn_cs_useful_information .wpcf7-form textarea{
width: 100%;
background-color: transparent !important;
border: none;
height: 80px !important;
resize: none;
box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.fn_cs_useful_information .wpcf7-form input[type=submit]{
text-decoration: none;
color: #fff;
background-color: #ff4b36;
padding: 8px 45px !important;
font-family: "Raleway"
}
.fn_cs_useful_information .wpcf7-form p{
margin-bottom: 25px;
}
.fn_cs_useful_information div.wpcf7-response-output{
margin: 0;
margin-bottom: 20px;
}
.fn_cs_useful_information span.wpcf7-not-valid-tip{
margin: 10px 0px -15px 0px;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive > a{
position: absolute;
left: 50%;
bottom: 5%;
margin-left: -11px;
z-index: 55;
color: #fff;
cursor: pointer;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive > a .arlo_w_fn_svg{
width: 22px;
height: 22px;
color: inherit;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive > a.bounce {
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite; }
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0); }
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px); } }
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0); }
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px); } } @media(max-width: 1400px){
.fn_cs_about_text_slider.fn_classic .info_list ul li{
margin-bottom: 10px;
}
.fn_cs_about_text_slider .info_list ul{
margin-left: -10px;
}
.fn_cs_about_text_slider .info_list ul li{
padding-left: 10px;
}
.fn_cs_about_text_slider .right_part{
padding-left: 50px;
}
}
@media(max-width: 1200px){
.fn_cs_triple_blog_shadow .inner ul li{
width: 100%;
}
.fn_cs_progress_bar_desc .pbd_inner .left_part{
width: 100%;
padding-right: 0;
}
.fn_cs_progress_bar_desc .pbd_inner .right_part{
width: 100%;
margin-top: 50px;
}
.fn_cs_services_numbered .snumbered_inner ul li .number_holder h3{
font-size: 100px;
}
.fn_cs_services_numbered .snumbered_inner ul li .item{
padding-top: 50px;
}
.fn_cs_services_numbered .snumbered_inner ul li .item{
display: block;
}
.fn_cs_project_category ul.posts_list{
margin-left: -20px;
}
.fn_cs_project_category ul.posts_list li{
width: 50%;
padding-left: 20px;
margin-bottom: 20px;
}
.fn_cs_why_choose_us .wcu_inner .left_part{
width: 100%;
padding-right: 0;
}
.fn_cs_why_choose_us .wcu_inner .right_part{
width: 100%;
margin-top: 50px;
}
.fn_cs_why_choose_us .wcu_inner{
flex-wrap: wrap;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive .title_holder h3{
font-size: 30px;
}
}
@media(max-width: 768px){
.fn_cs_project_category ul.posts_list li{
width: 100%;
}
.fn_cs_services_numbered .snumbered_inner ul li{
width: 100%;
}
.fn_cs_services_numbered .snumbered_inner ul li .item{
padding: 50px 20px 20px 20px;
}
.fn_cs_about_text_slider .right_part{
width: 100%;
padding-left: 0;
margin-top: 50px;
}
.fn_cs_about_text_slider .left_part{
width: 100%;
padding-right: 80px;
}
.fn_cs_about_text_slider .about_text_slider{
flex-wrap: wrap;
}
.fn_cs_about_text_slider .left_part .about_image_wrap{
max-width: fit-content;
max-width: max-content;
max-width: intrinsic;
max-width: -moz-max-content;
max-width: -webkit-max-content;
}
.fn_cs_useful_information .uinfo_inner .info_list{
width: 100%;
padding-right: 0;
}
.fn_cs_useful_information .uinfo_inner .contact_part{
width: 100%;
margin-top: 50px;
}
.fn_cs_useful_information .uinfo_inner{
flex-wrap: wrap;
}
.fn_cs_portfolio_details .left_part{
width: 100%;
min-width: 100%;
}
.fn_cs_team_member .img_holder .social_list{
transform: translateY(0) !important;
bottom: 0 !important;
transition-delay: .2s;
}
}
@media(max-width:1040px){
.fn_cs_about_text_slider .info_list ul li{
width: 100%;
margin-bottom: 5px;
}
}
@media(max-width: 480px){
.fn_cs_about_text_slider .btn_list ul li{
margin-bottom: 10px;
margin-right: 10px;
}
.fn_cs_about_text_slider .btn_list ul li a{
padding-left: 20px;
padding-right: 20px;
}
.fn_cs_why_choose_us .wcu_inner .left_part ul{
margin-left: -10px;
}
.fn_cs_why_choose_us .wcu_inner .left_part ul li{
padding-left: 10px;
}
.fn_cs_team_member .title_holder,
.fn_cs_project_category ul.posts_list li .title_holder{
padding: 20px;
}
.fn_cs_single_testimonial_parallax .testimonial_content{
padding: 45px 20px 58px 20px;
}
.fn_cs_triple_blog_shadow .inner .title_holder{
padding: 30px 20px;
}
.fn_cs_partners{
padding: 50px 0px;
}
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li .item p.desc_h{
margin-top: 12px;
margin-bottom: 10px;
letter-spacing: .5px;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li .item > h3{
margin-bottom: 0;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li .item{
padding-top: 46px;
padding-bottom: 39px;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li .item:after{
top: 0;
right: 0;
bottom: 0;
position: absolute;
width: 8px;
content: '';
background-color: #ffedeb;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li .number_holder{
position: relative;
top: 0;
left: 0;
padding-bottom: 22px;
margin-bottom: 31px;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li .number_holder:after{
content: '';
position: absolute;
left: 0;
bottom: 0;
right: -100px;
height: 8px;
background-color: #ffedeb;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li .number_holder h3{
font-size: 16px;
color: #ff4b36;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul{
margin-left: -30px;
}
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li{
padding-left: 30px;
margin-bottom: 30px;
}
@media(max-width: 1300px){
.fn_cs_services_numbered.fn_modern .snumbered_inner ul li{
width: 50%;
}
}
.fn_cs_counter_with_descr{
width: 100%;
float: left;
clear: both;
}
.fn_cs_counter_with_descr .top_part{
width: 100%;
float: left;
clear: both;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 50px;
}
.fn_cs_counter_with_descr .top_part h3{
max-width: 400px;
margin: 0;
padding: 0;
margin-right: 50px;
font-size: 24px;
font-weight: 600;
line-height: 1.4;
color: #000;
}
.fn_cs_counter_with_descr .top_part h3 span{
color: #ff4b36;
}
.fn_cs_counter_with_descr .top_part p{
margin: 0;
padding: 0;
margin-left: auto;
max-width: 50%;
padding-left: 35px;
border-left: 4px solid #ff4b36;
}
.fn_cs_counter_with_descr .bottom_part{
width: 100%;
float: left;
clear: both;
}
.fn_cs_counter_with_descr .bottom_part ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -20px;
}
.fn_cs_counter_with_descr .bottom_part ul li{
width: auto;
float: left;
padding-left: 20px;
margin: 0;
margin-bottom: 20px;
}
.fn_cs_counter_with_descr .bottom_part ul li div{
width: 100%;
float: left;
clear: both;
position: relative;
line-height: 1.6;
padding: 10px 20px;
background-color: #ffedeb;
border-radius: 3px;
overflow: hidden;
}
.fn_cs_counter_with_descr[data-border="yes"] .bottom_part ul li div{
border: 1px solid rgba(255,255,255,.2);
} 
.fn_cs_counter_with_descr .bottom_part ul li div label{
min-width: inherit;
margin-right: 40px;
position: relative;
font-weight: 500;
color: #000;
display: inline-block;
}
.fn_cs_counter_with_descr .bottom_part ul li div label:after{
content: '';
width: 20px;
height: 1px;
background-color: #ff4b36;
position: absolute;
top: 50%;
left: 100%;
margin-left: 10px;
margin-top: -1px;
}
@media(max-width: 768px){
.fn_cs_counter_with_descr .top_part{
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
}
.fn_cs_counter_with_descr .top_part h3{
max-width: 100%;
margin-right: 0;
}
.fn_cs_counter_with_descr .top_part p{
max-width: 100%;
margin-top: 30px;
}
}
@media(max-width: 1400px){
.fn_cs_counter_with_descr .bottom_part ul{
margin-left: -10px;
}
.fn_cs_counter_with_descr .bottom_part ul li{
padding-left: 10px;
margin-bottom: 10px;
}
}
.fn_cs_title_with_desc{
width: 100%;
float: left;
clear: both;
}
.fn_cs_title_with_desc h3{
margin: 0;
padding: 0;
margin-bottom: 35px;
font-size: 30px;
font-weight: 600
}
.fn_cs_title_with_desc h3 span{
color: #ff4b36;
}
.fn_cs_title_with_desc .title_holder p{
margin: 0;
padding: 0;
}
.fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_read{
margin: 0;
padding: 0;
}
.fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_read a{
text-decoration: none;
color: #ff4b36;
border-bottom: 1px solid transparent;
transition: all .3s ease;
font-size: 16px;
}
.fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_read a:hover{
border-bottom-color: #ff4b36;
}
.fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_info{
border-bottom: none;
position: relative;
margin-bottom: 33px;
}
.fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_info:after{
content: '';
position: absolute;
width: 100px;
height: 2px;
background-color: #ccc;
top: 100%;
left: 0;
}
.fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_info:before{
content: '';
position: absolute;
width: 50px;
height: 2px;
background-color: #ccc;
top: 100%;
left: 0;
margin-top: 7px;
}
svg.fn_elegant_shape.second{
transform: rotate(90deg);
animation: 25s morphy2 infinite;
}
svg.fn_elegant_shape {
position: absolute;
top: 50%;
left: 50%;
z-index: -1;
}
svg.fn_elegant_shape.first{
animation: 25s morphy infinite;
}
svg.fn_elegant_shape.other_svg{
width: 440px;
margin: -220px 0px 0px -220px;
}
svg.firefox_svg{
width: 330px;
height: 330px;
margin: -165px 0 0 -165px;
}
svg.fn_elegant_shape{
fill: currentcolor;
}
svg.fn_elegant_shape.other_svg path{
d:path('M37.5,186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15,13.1-17.8,30.1-36.7C91,68.8,83.5,56.7,103.4,45	c22.2-13.1,51.1-9.5,69.6-1.6c18.1,7.8,15.7,15.3,43.3,33.2c28.8,18.8,37.2,14.3,46.7,27.9c15.6,22.3,6.4,53.3,4.4,60.2	c-3.3,11.2-7.1,23.9-18.5,32c-16.3,11.5-29.5,0.7-48.6,11c-16.2,8.7-12.6,19.7-28.2,33.2c-22.7,19.7-63.8,25.7-79.9,9.7	c-15.2-15.1,0.3-41.7-16.6-54.9C63,186,49.7,196.7,37.5,186z');
animation: morph 12s infinite;
}
svg.fn_elegant_shape.other_svg path{
d:path('M51,171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9,0.7-54.6,20.7-67.1c19.5-12.3,32.8,5.5,67.7-3.4C145.2,62,145,49.9,173,43.4 c12-2.8,41.4-9.6,60.2,6.6c19,16.4,16.7,47.5,16,57.7c-1.7,22.8-10.3,25.5-9.4,46.4c1,22.5,11.2,25.8,9.1,42.6	c-2.2,17.6-16.3,37.5-33.5,40.8c-22,4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8,39-68.3,35.7c-17.3-2-32.2-19.8-37.3-34.8	C48.9,198.6,57.8,191,51,171.3z');
}
@keyframes morph {
0%, 100%{
d:path('M37.5,186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15,13.1-17.8,30.1-36.7C91,68.8,83.5,56.7,103.4,45	c22.2-13.1,51.1-9.5,69.6-1.6c18.1,7.8,15.7,15.3,43.3,33.2c28.8,18.8,37.2,14.3,46.7,27.9c15.6,22.3,6.4,53.3,4.4,60.2	c-3.3,11.2-7.1,23.9-18.5,32c-16.3,11.5-29.5,0.7-48.6,11c-16.2,8.7-12.6,19.7-28.2,33.2c-22.7,19.7-63.8,25.7-79.9,9.7	c-15.2-15.1,0.3-41.7-16.6-54.9C63,186,49.7,196.7,37.5,186z');
}
50%{
d:path('M51,171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9,0.7-54.6,20.7-67.1c19.5-12.3,32.8,5.5,67.7-3.4C145.2,62,145,49.9,173,43.4 c12-2.8,41.4-9.6,60.2,6.6c19,16.4,16.7,47.5,16,57.7c-1.7,22.8-10.3,25.5-9.4,46.4c1,22.5,11.2,25.8,9.1,42.6	c-2.2,17.6-16.3,37.5-33.5,40.8c-22,4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8,39-68.3,35.7c-17.3-2-32.2-19.8-37.3-34.8	C48.9,198.6,57.8,191,51,171.3z')
}
}
@keyframes morphy {
0%{
transform: rotate(0);
}
50%{
transform: rotate(180deg);
}
100%{
transform: rotate(360deg);
}
}
@keyframes morphy2 {
0%{
transform: rotate(90deg);
}
50%{
transform: rotate(-90deg);
}
100%{
transform: rotate(-270deg);
}
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant{
overflow: hidden;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .content_holder{
align-items: center;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder{
margin: 0;
text-align: left;
padding: 41px 0 50px 0;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder h3{
font-family: "Kaushan Script", Sans-serif;
font-weight: 500;
line-height: 72px;
letter-spacing: 0.5px;
text-transform: capitalize;
margin: 0;
margin-bottom: 8px;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder p{
font-size: 30px;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder:after{
width: 1px;
bottom: 100%;
top: -3000px;
content: '';
position: absolute;
background-color: rgba(255,255,255,.1);
left: 0;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder:before{
width: 1px;
top: 100%;
bottom: -3000px;
content: '';
position: absolute;
background-color: rgba(255,255,255,.1);
left: 0;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .content_holder .t_image{
width: 320px;
min-width: 320px;
height: 320px;
margin: 0;
left: 0;
margin-right: 115px;
position: relative;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .t_image:after{
display: none;
}
@media(max-width: 1040px){
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .content_holder{
flex-direction: column;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .content_holder .t_image{
margin-right: 0;
margin-bottom: 100px;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder:after,
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder:before{
display: none;
}
.cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder{text-align: center;}
}
.fn_cs_portfolio_one_title{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_portfolio_one_title .title_inner{
width: 100%;
max-width: 800px;
height: auto;
clear: both;
float: left;
}
.fn_cs_portfolio_one_title .title_inner[data-position="left"]{
text-align: left;
}
.fn_cs_portfolio_one_title .title_inner[data-position="right"]{
text-align: right;
float: right;
}
.fn_cs_portfolio_one_title .title_inner[data-position="center"]{
text-align: center;
float: none;
margin: 0px auto;
}
.fn_cs_portfolio_one_title .title_inner h3{
font-family: "Poppins";
font-size: 48px;
font-weight: 300;
position: relative;
}
.fn_cs_portfolio_one_title .title_inner h3 span{
position: relative;
width: 8px;
height: 8px;
border-radius: 100%;
display: inline-block;
bottom: 0px;
right: -9px;
background-color: #1d6fe9;
}
.fn_cs_portfolio_video_button{
position: relative;
}
.fn_cs_portfolio_video_button .button_inner{
position: relative;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
max-width: fit-content;
max-width: max-content;
max-width: intrinsic;
max-width: -moz-max-content;
max-width: -webkit-max-content;
}
.fn_cs_portfolio_video_button .rounded{
width: 50px;
height: 50px;
background-color: #1d6fe9;
border-radius: 100%;
position: relative;
display: inline-block;
}
.fn_cs_portfolio_video_button .rounded:before{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 12px;
border-color: transparent transparent transparent #fff;
top: 50%;
left: 50%;
margin-left: 2px;
transform: translate(-50%,-50%);
}
.fn_cs_portfolio_video_button .title{
color: #999999;
font-family: "Poppins";
font-size: 18px;
font-weight: 300;
padding-left: 19px;
transition: all .3s ease;
}
.fn_cs_portfolio_video_button a{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 2;
}
.fn_cs_portfolio_video_button .rounded:after{
content: '';
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 50px;
height: 50px;
background-color: inherit;
opacity: 0;
z-index: -1;
pointer-events: none;
border: 3px solid #fff;
border-radius: 100%;
}
.fn_cs_portfolio_video_button:hover .rounded:after{
opacity: 1;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
@-webkit-keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
@keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
.fn_cs_portfolio_demo_one{
width: 100%;
height: auto;
clear: both;
float: left;
}
@media(max-width: 1200px){
.fn_cs_portfolio_demo_one .overlay_links .pro_link a{font-size: 25px !important;}
}
.fn_cs_portfolio_demo_one .images_wrap{
position: relative;
width: 100%;
float: left;
box-shadow: 0px 5px 30px rgba(0,0,0,.2);
transition: all 0.2s ease-out 0s;
overflow: hidden;
}
.fn_cs_portfolio_demo_one .images_wrap:hover{
box-shadow: 0px 5px 30px rgba(0,0,0,.4);
}
.fn_cs_portfolio_demo_one .images_wrap img{
min-width: 100%;
opacity: 0;
}
.fn_cs_portfolio_demo_one .images_wrap .main{
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: -2px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all .5s ease;
}
.fn_cs_portfolio_demo_one .overlay{
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: -2px;
background-color: rgba(0,0,0,.4);
}
.fn_cs_portfolio_demo_one .full_link{
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: -2px;
z-index: 1;
}
.fn_cs_portfolio_demo_one .images_wrap:hover .overlay_links{transform: translateZ(100px) !important;}
.fn_cs_portfolio_demo_one .overlay_links{
position: absolute;
bottom: 39px;
left: 49px;
right: 49px;
z-index: 10;
transition: all .3s ease;
}
.fn_cs_portfolio_demo_one .overlay_links .cat_link a{
color: #dddddd;
font-family: "Poppins";
font-size: 18px;
margin-right: 5px;
}
.fn_cs_portfolio_demo_one .overlay_links .pro_link a{
color: #fff;
font-family: "Poppins";
font-size: 30px;
line-height: 1.3;
}
.fn_cs_portfolio_demo_one .swiper-container{overflow: visible;}
.fn_cs_portfolio_demo_second{
width: 100%;
height: 100vh;
clear: both;
float: left;
position: relative;
}
body.admin-bar .fn_cs_portfolio_demo_second{
height: calc(100vh - 32px);
}
.fn_cs_portfolio_demo_second .leftpart{
width: 800px;
top: 50%;
transform: translateY(-50%);
position: absolute;
padding: 0px 140px 0px 140px;
}
.fn_cs_portfolio_demo_second .leftpart ul{
margin: 0px;
list-style-type: none;
width: 100%;
min-height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;
}
.fn_cs_portfolio_demo_second .leftpart ul li{
margin: 0px;
width: 100%;
float: left;
}
.fn_cs_portfolio_demo_second .leftpart ul li:last-child{margin-bottom: 0px;}
.fn_cs_portfolio_demo_second .leftpart ul li .list_inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_portfolio_demo_second .leftpart ul li h3{
margin: 0px;
}
.fn_cs_portfolio_demo_second .leftpart ul li h3 a{
font-family: "Poppins";
font-size: 60px;
font-weight: 300;
text-decoration: none;
color: #111111;
display: inline-block;
position: relative;
max-width: 100%;
padding: 16px 0px;
}
.fn_cs_portfolio_demo_second .leftpart ul li h3 a:before{
position: absolute;
content: "";
height: 30px;
background-color: #fedcd5;
left: -10px;
right: 100%;
z-index: -1;
bottom: 14px;
border-radius: 2px;
margin-right: 10px;
transition: all .3s ease;
}
.fn_cs_portfolio_demo_second .leftpart ul li.active h3 a:before{
right: -10px;
margin-right: 0px;
}
.fn_cs_portfolio_demo_second .leftpart ul li .number{
position:absolute; 
left: 100%;
top: 9px;
padding-left: 8px;
font-size: 16px;
color: #111;
font-family: "Poppins";
font-weight: 500;
line-height: 1;
}
.fn_cs_portfolio_demo_second .rightpart{
width: 100%;
height: 100%;
clear: both;
float: left;
padding: 50px 315px 50px 800px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: flex-end;
}
@media(max-width:1600px){
.fn_cs_portfolio_demo_second .rightpart{padding: 50px 140px 50px 800px;}
.fn_cs_portfolio_demo_second .leftpart{padding: 50px 140px 50px 140px;}
}
@media(max-width:1400px){
.fn_cs_portfolio_demo_second .leftpart ul li h3 a{font-size: 35px;}
.fn_cs_portfolio_demo_second .leftpart ul li h3 a:before{bottom: 15px;height: 15px;}
.fn_cs_portfolio_demo_second .leftpart{width: 700px;padding: 50px 100px 50px 100px;}
.fn_cs_portfolio_demo_second .rightpart{padding: 50px 140px 50px 700px;}
}
.fn_cs_portfolio_demo_second .rightpart_inner{
width: 100%;
height: auto;
clear: both;
position: relative;
overflow: hidden;
}
.fn_cs_portfolio_demo_second .rightpart_inner > img{
opacity: 0;
max-width: 100%;
}
.fn_cs_portfolio_demo_second .rightpart ul{
margin: 0px;
list-style-type: none;
position: absolute;
top: 0px;
left: 0px;
transition: all 1s ease;
}
.fn_cs_portfolio_demo_second .rightpart ul:after{
clear: both;
display: table;
content: "";
}
.fn_cs_portfolio_demo_second .rightpart ul li{
margin: 0px;
width: 100%;
float: left;
}
.fn_cs_portfolio_demo_second[data-hover-animation="interactive"] .rightpart ul{
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
.fn_cs_portfolio_demo_second[data-hover-animation="interactive"] .rightpart ul li{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
opacity: 0;
transition: opacity 0s ease;
}
.fn_cs_portfolio_demo_second[data-hover-animation="interactive"] .rightpart ul li.active{
opacity: 1;
z-index: 1111111;
transition: opacity 0.5s ease;
}
.fn_cs_portfolio_demo_second[data-hover-animation="interactive"] .rightpart ul li .list_inner{
transform: scale(0.95);
transition: transform 1.5s ease,top 1.5s ease;
position: relative;
top: 10%;
float: left;
}
.fn_cs_portfolio_demo_second[data-hover-animation="interactive"] .rightpart ul li.active .list_inner{
transform: scale(1);
top: 0px;
transition: transform 1.5s ease;
}
.fn_cs_portfolio_demo_second[data-hover-animation="interactive"] .rightpart_inner{overflow: visible;}
.fn_cs_portfolio_demo_second .rightpart ul li .image_wrap{
float: left;
position: relative;
box-shadow: 0px 0px 60px rgba(0,0,0,.2);
border-radius: 15px;
}
.fn_cs_portfolio_demo_second .rightpart ul li .image_wrap img{
opacity: 0;
max-width: 100%;
}
.fn_cs_portfolio_demo_second .rightpart ul li .image_wrap .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 15px;
}
.fn_cs_portfolio_demo_second .rightpart .pagination{
position: absolute;
width: 30px;
height: 170px;
top: 50%;
transform: translateY(-50%);
left: 100%;
margin-left: 43px;
}
.fn_cs_portfolio_demo_second .rightpart .in{position: relative;}
.fn_cs_portfolio_demo_second .rightpart .pagination span{
display: block;
}
.fn_cs_portfolio_demo_second .rightpart .pagination .current > span{
float: left;
height: 32px;
overflow: hidden;
width: 15px;
position: relative;
}
.fn_cs_portfolio_demo_second .rightpart span.moving_spans{
position: absolute;
top: 0;
left: 3px;
width: 100%;
transition: all .3s ease;
}
.fn_cs_portfolio_demo_second .rightpart .one span.moving_spans{
transform: translateY(-32px);
}
.fn_cs_portfolio_demo_second .rightpart .one span.moving_spans span{
position: relative;
right: 5px;
}
.fn_cs_portfolio_demo_second .rightpart .pagination .line{
background-color: #111111;
width: 1px;
position: absolute;
top: 33px;
bottom: 33px;
left: 50%;
}
.fn_cs_portfolio_demo_second .rightpart .pagination .wrap{
overflow: hidden;
}
.fn_cs_portfolio_demo_second .rightpart .pagination .current,
.fn_cs_portfolio_demo_second .rightpart .pagination .currento,
.fn_cs_portfolio_demo_second .rightpart .pagination .wrap,
.fn_cs_portfolio_demo_second .rightpart .pagination .total{
font-family: "Poppins";
color: #111;
font-size: 16px;
font-weight: 500;
position: absolute;
min-height: 32px;
display: block;
width: 100%;
text-align: center;
line-height: 2;
}
.fn_cs_portfolio_demo_second .rightpart .pagination .current{
top: 0;
}
.fn_cs_portfolio_demo_second .rightpart .pagination .total{bottom: 0;}
.fn_cs_portfolio_demo_second .mobile_list{
width: 100%;
height: auto;
clear: both;
float: left;
display: none;
}
.fn_cs_portfolio_demo_second .mobile_list ul{
margin: 0px 0px 0px -20px;
list-style-type: none;
}
.fn_cs_portfolio_demo_second .mobile_list ul li{
margin: 0px 0px 20px 0px;
width: 50%;
float: left;
padding-left: 20px;
}
.fn_cs_portfolio_demo_second .mobile_list ul li .list_inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_portfolio_demo_second .mobile_list ul li .list_inner .mob_img_wrap{
float: left;
position: relative;
}
.fn_cs_portfolio_demo_second .mobile_list ul li .list_inner .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_portfolio_demo_second .mobile_list ul li .list_inner .overlay{
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
top: 0px;
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
z-index: 1;
}
.fn_cs_portfolio_demo_second .mobile_list ul li .list_inner .mob_title{
position: absolute;
bottom: 20px;
left: 20px;
z-index: 2;
}
.fn_cs_portfolio_demo_second .mobile_list ul li .list_inner .mob_title h3{
font-size: 25px;
color: #fff;
font-weight: 300;
margin: 0px;
}
.fn_cs_portfolio_demo_second .mobile_list ul li .list_inner .full_link{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 3;
}
@media(max-width:1040px){
.fn_cs_portfolio_demo_second .leftpart{display: none;}
.fn_cs_portfolio_demo_second .rightpart{display: none;}
.fn_cs_portfolio_demo_second .mobile_list{display: block;}
.fn_cs_portfolio_demo_second{height: auto !important;}
}
@media(max-width:768px){
.fn_cs_portfolio_demo_second .mobile_list ul li{width: 100%;padding-left: 0px;}
.fn_cs_portfolio_demo_second .mobile_list ul{margin: 0px;}
}
body.admin-bar .fn_cs_interactive_list_vertical{height: calc(100vh - 32px);}
.fn_cs_interactive_list_vertical{
width: 100%;
height: 100vh;
clear: both;
float: left;
position: relative;
overflow: hidden;
}
.fn_cs_interactive_list_vertical .project_list_wrap{
width: 100%;
height: 100%;
clear: both;
float: left;
position: absolute;
z-index: 3;
}
.fn_cs_interactive_list_vertical[data-text-position="left"] .inner_wrap{
right:auto;
left: 50px;
}
.fn_cs_interactive_list_vertical[data-text-position="right"] .inner_wrap{
right:50px;
left: auto;
}
.fn_cs_interactive_list_vertical[data-text-position="center"] .inner_wrap{
right: auto;
left: auto;
width: 100%;
text-align: center;
}
.fn_cs_interactive_list_vertical .inner_wrap{
position: absolute;
width: 590px;
right: 50px;
top: 50%;
transform: translateY(-50%);
}
.fn_cs_interactive_list_vertical .project_list_wrap ul{
margin: 0px;
list-style-type: none;
width: 100%;
min-height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;	
}
.fn_cs_interactive_list_vertical .project_list_wrap ul li{
margin: 0px;
list-style-type: none;
}
.fn_cs_interactive_list_vertical .project_list_wrap ul li h3{
margin: 0px;
}
.fn_cs_interactive_list_vertical .project_list_wrap ul li a{
text-decoration: none;
color: rgba(255,255,255,.1);
font-family: 'Poppins';
font-size: 72px;
font-weight: 300;
display: inline-block;
position: relative;
padding-bottom:11px;
padding-left: 20px;
padding-top: 14px;
max-width: 100%;
}
.fn_cs_interactive_list_vertical .project_list_wrap ul li:last-child a{padding-bottom: 0px;} .fn_cs_interactive_list_vertical .project_list_wrap ul li a span{
position: absolute;
left: 0px;
top: 0px;
font-family: "Roboto";
font-size: 16px;
color: rgba(255,255,255,.1);
font-weight: 400;
line-height: 1;
}
.fn_cs_interactive_list_vertical[data-number-position="left"] .project_list_wrap ul li a span{
left: 0px;
right: auto;
}
.fn_cs_interactive_list_vertical[data-number-position="left"] .project_list_wrap ul li a{
padding-left: 20px;
padding-right: 0px;
}
.fn_cs_interactive_list_vertical[data-number-position="right"] .project_list_wrap ul li a span{
left: auto;
right: 0px;
}
.fn_cs_interactive_list_vertical[data-number-position="right"] .project_list_wrap ul li a{
padding-left: 0px;
padding-right: 20px;
}
.fn_cs_interactive_list_vertical .gallery_list_wrap{
width: 100%;
height: 100%;
clear: both;
float: left;
position: absolute;
z-index: 1;
}
.fn_cs_interactive_list_vertical .gallery_list_wrap ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_interactive_list_vertical .gallery_list_wrap ul li{
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transform: scale(1.2);
transition: all .5s ease;
}
.fn_cs_interactive_list_vertical .gallery_list_wrap ul li .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_interactive_list_vertical .gallery_list_wrap ul li.active{
opacity: 1;
visibility: visible;
transform: scale(1);
z-index: 1;
}
.fn_cs_interactive_list_vertical .bg_overlay{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 2;
background-color: rgba(0,0,0,.4);
}
body.admin-bar .fn_cs_interactive_list_vertical_half{height: calc(100vh - 32px);}
.fn_cs_interactive_list_vertical_half{
width: 100%;
height: 100vh;
clear: both;
float: left;
position: relative;
overflow: hidden;
}
.fn_cs_interactive_list_vertical_half .project_list_wrap{
width: 100%;
height: 100%;
clear: both;
float: left;
position: absolute;
z-index: 3;
}
.fn_cs_interactive_list_vertical_half .inner_wrap{
position: absolute;
width: 970px;
right: 100px;
top: 50%;
transform: translateY(-50%);
}
.fn_cs_interactive_list_vertical .bg_video_wrapper{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_interactive_list_vertical .bg_video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: inherit;
}
.fn_cs_interactive_list_vertical .gallery_list_wrap ul li.video .main{
display: none;
}
@media(max-width:1040px){
.fn_cs_interactive_list_vertical_half .inner_wrap{width: 100% !important;right: 0px !important;left: 20px !important;}
.fn_cs_vertical_box{display: none;}
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul{
margin: 0px;
list-style-type: none;
width: 100%;
min-height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;	
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li{
margin: 0px;
list-style-type: none;
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li .bg_video_wrapper{
display: none;
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li h3{
margin: 0px;
line-height: 1;
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li a{
text-decoration: none;
color: #fff;
font-family: 'Oswald';
font-size: 72px;
font-weight: 700;
text-transform: uppercase;
display: block;
position: relative;
padding: 21px 0px 21px 20px;
max-width: 100%;
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li.active a{
color: transparent !important;
-webkit-text-stroke:1px #ff5a00;
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li a span{
position: absolute;
left: 0px;
top: 18px;
font-family: "Roboto";
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 1;
}
.fn_cs_vertical_box{
position: fixed;
width: 400px;
height: 280px;
z-index: 4;
margin-left: -55px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
opacity: 0;
visibility: hidden;
overflow: hidden;
}
.fn_cs_vertical_box.active{
opacity: 1;
visibility: visible;
}
.fn_cs_vertical_box video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: inherit;
}
.fn_cs_interactive_list_vertical_half .list_inner img{
width: 0px;
height: 0px;
opacity: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
z-index: -100;
}
@media(max-width:1040px){
.fn_cs_interactive_list_vertical .inner_wrap{width: 100%;}
.fn_cs_interactive_list_vertical[data-text-position="right"] .inner_wrap{left: 20px;}
.fn_cs_interactive_list_vertical[data-text-position="left"] .inner_wrap{left: 20px;}
}
.fn_cs_interactive_list_horizontal_half{
width: 100%;
height: 100vh;
clear: both;
float: left;
position: relative;
overflow: hidden;
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap{
width: 100%;
height: 100%;
clear: both;
float: left;
position: absolute;
z-index: 3;
}
.fn_cs_interactive_list_horizontal_half .inner_wrap{
position: absolute;
left: 100px;
right: 100px;
bottom: 120px;
}
.fn_cs_interactive_list_horizontal_half .background{
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(0,0,0,1.00);
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li{
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li h3{
margin: 0px;
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a{
text-decoration: none;
color: transparent;
-webkit-text-stroke:1px #fff;
font-family: 'Oswald';
font-size: 72px;
font-weight: 700;
display: block;
position: relative;
padding: 28px 45px;
max-width: 100%;
text-transform: uppercase;
line-height: 1;
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li:last-child a{
padding-bottom: 0px;
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li.active a{
color: #fff;
-webkit-text-stroke-width:0 !important;
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a span{
position: absolute;
left: 24px;
top: 24px;
font-family: "Roboto";
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 1;
}
.fn_cs_interactive_list_horizontal_half .bg_video_wrapper{
display: none;
}
.fn_cs_portfolio_demo_second .bg_video_wrapper{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 55;
}
.fn_cs_portfolio_demo_second video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: inherit;
}
.fn_cs_horizontal_box{
position: absolute;
width: 400px;
height: 280px;
z-index: 4;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
right: 100%;
margin-right: 60px;
opacity: 0;
visibility: hidden;
overflow: hidden;
transition: top .3s cubic-bezier(0,.91,.13,.92);
}
.fn_cs_horizontal_box video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: inherit;
}
.fn_cs_horizontal_box.active{
opacity: 1;
visibility: visible;
}
.fn_cs_interactive_list_horizontal_half .list_inner img{
width: 0px;
height: 0px;
opacity: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
z-index: -100;
}
body.admin-bar .fn_cs_interactive_list_horizontal_half{
height: calc(100vh - 32px);
}
@media(max-width:1040px){
body.admin-bar .fn_cs_interactive_list_horizontal_half{min-height: auto;}	
.fn_cs_interactive_list_horizontal_half .inner_wrap{position: relative !important;left: 20px !important;right: 20px !important;bottom: auto !important;}
.fn_cs_interactive_list_horizontal_half .project_list_wrap{position: relative !important;}
.fn_cs_horizontal_box{display: none;}
}   body.admin-bar .fn_cs_flickity_slider{
height: calc(100vh - 32px);
overflow: hidden;
}
.fn_cs_flickity_slider{
overflow: hidden;
}
.fn_cs_flickity_slider .bg_video_wrapper{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_flickity_slider .bg_video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: inherit;
}
.fn_cs_flickity_slider{
width: 100%;
height: 100vh;
clear: both;
float: left;
position: relative;
}
.fn_cs_flickity_slider .main_bg_image{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
.fn_cs_flickity_slider .bg_overlay{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-color: rgba(0,0,0,0);
z-index: 1;
}
.fn_cs_flickity_slider .slider_wrap{
position: relative;
z-index: 3;
}
.fn_cs_flickity_slider .slider_wrap ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_flickity_slider .slider_wrap ul li{
margin: 0px;	
padding: 0px 95px;
}
.fn_cs_flickity_slider .slider_wrap ul li .category{display: none;}
.fn_cs_flickity_slider .slider_wrap ul li .category a{
text-decoration: none;
color: #000;
display: inline-block;
font-family: "Roboto";
font-size: 16px;
position: relative;
padding: 0px 8px;
}
.fn_cs_flickity_slider .slider_wrap ul li .category a:before{
position:absolute;
content: "";
width: 1px;
height: 13px;
background-color: #000;
left: 0px;
top: 5px;
transform: rotate(20deg);
transition: all .3s ease;
}
.fn_cs_flickity_slider .slider_wrap ul li .category a:after{
position:absolute;
content: "";
width: 1px;
height: 13px;
background-color: #000;
right: 0px;
top: 5px;
transform: rotate(20deg);
transition: all .3s ease;
}
.fn_cs_flickity_slider .slider_wrap ul li .category a:hover:after{transform: rotate(-30deg);}
.fn_cs_flickity_slider .slider_wrap ul li .category a:hover:before{transform: rotate(-30deg);}
.fn_cs_flickity_slider .slider_wrap ul li.is-selected .category{display: block;}
.fn_cs_flickity_slider .slider_wrap ul li h3{margin: 0px;}
.fn_cs_flickity_slider .slider_wrap ul li .project a{
text-decoration: none;
font-size: 110px;
text-transform: uppercase;
font-weight: 800;
font-family: "Oswald";
white-space: nowrap;
letter-spacing: 0;
color: transparent;
-webkit-text-stroke:2px #000;
transition: none;
}
.fn_cs_flickity_slider .slider_wrap ul li.is-selected .project a{
color: #000;
-webkit-text-stroke-width:0 !important;
}
.admin-bar .flick_item{
height: calc(100vh - 32px);
}
.flick_item{
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100vh;
align-items: center;
justify-content: flex-end;
flex-direction: column;
padding: 100px 0px 75px 0px;
}
.fn_cs_flickity_slider .slider_wrap ul li img{
opacity: 0;
visibility: hidden;
display: none;
position: absolute;
z-index: -100;
}
.fn_cs_flickity_slider .main_bg_image ul{
margin: 0px;
list-style-type: none;
width: 100%;
height: 100%;
overflow: hidden;
}
.fn_cs_flickity_slider .main_bg_image ul li{
margin: 0px;
width: 100%;
height: 100%;
position: absolute;
opacity: 0;
visibility: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(1.1);
transition: all .3s ease;
}
.fn_cs_flickity_slider .main_bg_image ul li.active{
opacity: 1;
visibility: visible;
transform: scale(1);
}
body.admin-bar .fn_cs_split_screen{
height: calc(100vh - 32px);
}
.fn_cs_split_screen{
width: 100%;
height: 100vh;
float: left;
}	
#fullpage{
width: 100%;
height: 100%;
}
#fullpage .section_wrap:nth-of-type(2n) .fp-tableCell{
flex-direction: row-reverse;
}
@media(max-width:1040px){
#fullpage .section_wrap:nth-of-type(2n) .fp-tableCell{flex-direction: column;}
.fp-tableCell{flex-direction: column !important;margin-bottom: 50px;}
.fn_cs_split_screen .section_wrap .leftpart{width: 100% !important;margin-bottom: 20px;}
.fn_cs_split_screen .section_wrap .rightpart{width: 100% !important;}
.fn_cs_split_screen .section_wrap .rightpart .content{padding-left: 20px !important;max-width: 100% !important;}
}
.fn_cs_split_screen .section_wrap{
width: 100%;
height: 100%;
}
.fn_cs_split_screen .section_wrap .leftpart{
width: 50%;
height: 100%;
position: relative;
overflow: hidden;
}
.fn_cs_split_screen .section_wrap .leftpart.video .image{
display: none;
}
.fn_cs_split_screen .section_wrap .leftpart .image{
position: absolute;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all .7s .7s ease;
transform: translateZ(0);
}
.fn_cs_split_screen .section_wrap .leftpart .image{
top: -250px;
right: -250px;
bottom: -250px;
left: -250px;
}
.fn_cs_split_screen .section_wrap.active .leftpart .image{
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
transition: all .7s 0s ease;
}
.fn_cs_split_screen .section_wrap .rightpart{
width: 50%;
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.fp-tableCell{
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.fn_cs_split_screen .section_wrap .rightpart .content{
padding-left: 50px;
width: 100%;
max-width: 100%;
padding-right: 110px;
}
.fn_cs_split_screen .section_wrap .rightpart .category a{
text-decoration: none;
color: #000;
font-size: 16px;
font-family: "Roboto";
position: relative;
padding: 0px 60px;
transition: all .3s ease;
display: inline-block;
}
.fn_cs_split_screen .section_wrap .rightpart .category a:before{
position: absolute;
content: "";
width: 40px;
height: 1px;
background-color: #000;
left: 0px;
top: 50%;
transform: translateY(-50%);
transform: translateZ(0);
transition: all .3s ease;
}
.fn_cs_split_screen .section_wrap .rightpart .category a:after{
position: absolute;
content: "";
width: 0px;
height: 1px;
background-color: #000;
right: 0px;
top: 50%;
transform: translateY(-50%);
transform: translateZ(0);
transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fn_cs_split_screen .section_wrap .rightpart:hover .category a{padding-left: 0px;}
.fn_cs_split_screen .section_wrap .rightpart:hover .category a:before{width: 0px;}
.fn_cs_split_screen .section_wrap .rightpart:hover .category a:after{width: 40px;}
.fn_cs_split_screen .section_wrap .rightpart .project{
margin: 0px;
padding-top: 2px;
}
.fn_cs_split_screen .section_wrap .rightpart .project:after{
clear: both;
display: table;
content: '';
}
.fn_cs_split_screen .bg_video_wrapper{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.fn_cs_split_screen .bg_video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: inherit;
}
.fn_cs_split_screen .section_wrap .rightpart .project a{
text-decoration: none;
font-family: "Rubik";
font-size: 80px;
line-height: 1;
color: #000;
font-weight: 500;
letter-spacing: 0;
display: block;
}
.fn_cs_split_screen .section_wrap .rightpart .project a > span{
display: block;
overflow: hidden;
float: left;
}
.fn_cs_split_screen .section_wrap .rightpart .project a > span span{
transform: translateY(102%);
perspective: 200px;
transition: transform 1s .3s ease;
display: block;
}
.fn_cs_split_screen .section_wrap.active .rightpart .project a span span{
transform: translate(0,0);
}
.fn_cs_split_screen .section_wrap .rightpart .project a:hover{color: #FF803E !important;}
#fp-nav.fn_light ul li a span{
background-color: #fff;
}
#fp-nav.fn_light ul li a span:before{border-color: #fff;}
#fp-nav .fp-sr-only{display: none;}
#fp-nav.fp-right {
right: 102px;
}
#fp-nav ul li{
display: block;
width: 24px;
height: 24px;
margin: 0px;
padding: 0;
position:relative;
}
.fp-slidesNav ul li {
display: inline-block;
}
#fp-nav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav ul li a span {
border-radius: 100%;
position: absolute;
z-index: 1;
height: 8px !important;
width: 8px !important;
border: 0;
background: #000;
left: 50%;
top: 50%;
margin: -4px 0 0 -4px !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#fp-nav ul li a span:before{
position: absolute;
content: "";
width: 20px;
height: 20px;
border-radius: 100%;
border: 2px solid #000;
left: 50%;
top: 50%;
margin: -10px 0 0 -10px;
opacity: 0;
visibility: hidden;
transition: all .3s ease;
box-sizing: border-box;
display: block;
}
#fp-nav ul li a.active span:before{
opacity: 1;
visibility: visible;
}
#fp-nav{
transition: all .3s ease;
}
#fp-nav.be_careful{
opacity: 0;
visibility: hidden;
}
.arlo_fn_qwertyyyyyy{
width: 100%;
height: auto;
clear: both;
float: left;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}   .fn_cs_intro_main_title{
width: 100%;
height: auto;
clear: both;
float: left;
text-align: center;
}
.fn_cs_intro_main_title h3{
font-family: "Poppins";
font-size: 48px;
color: #232323;
font-weight: 600;
letter-spacing: -0.25px;
}
.fn_cs_intro_main_title[data-type="border"] span{
position: relative;
display: inline-block;
}
.fn_cs_intro_main_title[data-type="border"] span:before{
position: absolute;
content: "";
left: -1px;
right: 4px;
height: 4px;
bottom: 3px;
background-color: #ff152a;
}
.fn_cs_intro_main_title[data-type="color"] span{
color: #29ac24;
}
.fn_cs_intro_button{
width: 100%;
height: auto;
clear: both;
float: left;
text-align: center;
margin-top: 100px;
display: flex;
justify-content: center;
}
.fn_cs_intro_button a{
position: relative;
display: flex;
align-items: center;
max-width: fit-content;
background-color: #348f30;
padding: 15px 30px 15px 20px;
font-family: "Poppins";
font-size: 18px;
font-weight: 600;
color: #fff;
text-decoration: none;
box-shadow: 2px 0px 15px rgba(19,206,10,.4);
border-radius: 5px;
}
.fn_cs_intro_button a:hover{
transform: translateY(-5px);
}
.fn_cs_intro_button[data-shadow="disable"] a{
box-shadow: none;
}
.fn_cs_intro_button .extra{
font-weight: 300;
font-size: 16px;
position: relative;
margin-left: 30px;
padding-left: 10px;
}
.fn_cs_intro_button .extra:before{
position:absolute;
content: "";
width: 20px;
height: 1px;
background-color: rgba(255,255,255,.6);
right: 100%;
top: 50%;
transform: translateY(-50%);
}
.fn_cs_intro_button .icon{
display: block;
width: 38px;
min-width: 38px;
height: 38px;
border-radius: 100%;
background-color: #fff;
margin-right: 14px;
}
.fn_cs_intro_button .icon .arlo_w_fn_svg{
width: 22px;
height: 22px;
color: #348f30;
position: relative;
top: 8px;
}
.fn_cs_intro_button{
margin-top: 0px !important;
}
.fn_cs_intro_button[data-border="enable"] a{
border: 2px solid #fff;
border-radius: 50px;
}
.fn_cs_demo_list{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_demo_list .filter_wrap{
margin: 0;
width: 100%;
height: auto;
clear: both;
float: left;
background-color: #1b1d26;
text-align: center;
padding: 40px 20px 38px 20px;
}
.fn_cs_demo_list .filter_wrap ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_demo_list .filter_wrap ul li{
margin: 0px 37px 0px 0px;
display: inline-block;
}
.fn_cs_demo_list .filter_wrap ul li:last-child{margin-right: 0px;}
.fn_cs_demo_list .filter_wrap ul li a{
text-decoration: none;
color: #eeeeee;
font-family: "Poppins";
font-size: 16px;
text-transform: capitalize;
}
.fn_cs_demo_list .filter_wrap ul li a.current{color: #ff0931;}
.fn_cs_demo_list .demo_wrap{
width: 100%;
height: auto;
clear: both;
float: left;
padding: 0px 40px;
}
.fn_cs_demo_list .demo_wrap ul{
margin: 0px 0px 0px -40px;
list-style-type: none;
}
.fn_cs_demo_list .demo_wrap ul li{
margin: 0px 0px 40px 0px;
float: left;
width: 25%;
padding-left: 40px;
}
.fn_cs_demo_list .demo_wrap ul li .list_inner{
box-shadow: 0px 0px 10px;
color: rgba(0,0,0,.3);
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.fn_cs_demo_list .demo_wrap ul li .demo_image{
position: relative;
color: rgba(0,0,0,.3);
box-shadow: 0px 2px 5px;
border-radius: 5px;
overflow: hidden;
}
.fn_cs_demo_list .demo_wrap ul li .demo_image img{
min-width: 100%;
opacity: 0;
}
.fn_cs_demo_list .demo_wrap ul li .demo_image .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_demo_list .demo_wrap ul li .details{
width: 100%;
height: auto;
clear: both;
float: left;
background-color: #1b1d26;
text-align: center;
padding: 30px 20px 24px 20px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.fn_cs_demo_list .demo_wrap ul li .details a{
text-decoration: none;
color: #eeeeee;
font-family: "Poppins";
font-size: 16px;
position: relative;
overflow: hidden;
display: inline-block;
}
.fn_cs_demo_list .demo_wrap ul li .details a span.one{
position: absolute;
transform: translateY(100%);
transition: all .3s ease;
display: block;
}
.fn_cs_demo_list .demo_wrap ul li .details a span.two{
position: relative;
transition: all .3s ease;
display: block;
}
.fn_cs_demo_list .demo_wrap ul li .list_inner:hover .details a span.one{
transform: translateY(0px);
}
.fn_cs_demo_list .demo_wrap ul li .list_inner:hover .details a span.two{
transform: translateY(-100%);
}
.fn_cs_demo_list .demo_wrap .full_link{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 1;
}
.fn_cs_demo_list[data-cols="3"] .demo_wrap ul li{width: 33.3333%;}
.fn_cs_demo_list[data-cols="2"] .demo_wrap ul li{width: 50%;}
.fn_cs_demo_list[data-cols="1"] .demo_wrap ul li{width: 100%;}
.fn_cs_intro_testimonials[data-style="centered"] .icon{
position: relative;
margin-right: 0px;
top: 0px;
right: auto;
}
.fn_cs_intro_testimonials[data-style="centered"] .intro_inner{
text-align: center;
}
.fn_cs_intro_testimonials[data-style="centered"] .extra{
width: auto;
max-width: 100%;
display: inline-block;
float: none;
}
.fn_cs_intro_testimonials[data-style="centered"] .extra .short{
padding-left: 0px;
}
.fn_cs_intro_testimonials[data-style="centered"] .image_box{
margin: 0px auto;
margin-bottom: 17px;
}
.fn_cs_intro_testimonials[data-style="centered"] .icon .arlo_w_fn_svg{
width: 40px;
height: 40px;
}
.fn_cs_intro_testimonials{
width: 100%;
max-width: 850px;
height: auto;
clear: both;
margin: 0px auto;
padding: 0px 20px;
}
.fn_cs_intro_testimonials .intro_inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_intro_testimonials ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_intro_testimonials ul li{
margin: 0px;
}
.fn_cs_intro_testimonials .text_box{
margin-bottom: 19px;
}
.fn_cs_intro_testimonials .text_box{
width: 100%;
float: left;
}
.fn_cs_intro_testimonials .text_box p{
font-family: "Poppins";
font-weight: 500;
color: #222222;
font-size: 30px;
line-height: 1.4;
}
.fn_cs_intro_testimonials .extra{
width: 100%;
float: left;
display: flex;
align-items: center;
}
.fn_cs_intro_testimonials .image_box{
position: relative;
width: 90px;
height: 90px;
border-radius: 100%;
overflow: hidden;
}
.fn_cs_intro_testimonials .image_box .image{
position: absolute;
top: -4px;
bottom: -4px;
left: -4px;
right: -4px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 100%;
opacity: 0;
transition: all 1s ease;
transform: scale(1.5) translateZ(0);
}
.fn_cs_intro_testimonials .owl-item.active .image_box .image{
opacity: 1;
transition: all 1s .3s ease;
transform: scale(1) translateZ(0);
}
.fn_cs_intro_testimonials .extra .short{padding-left: 30px;}
.fn_cs_intro_testimonials .extra .short h3{
overflow: hidden;
margin: 0px;
padding: 0px;
line-height: 1;
position: relative;
}
.fn_cs_intro_testimonials .extra .short .author{
font-family: "Poppins";
font-size: 18px;
color: #222222;
font-weight: 600;
margin-bottom: 0px;
margin-bottom: 7px;
}
.fn_cs_intro_testimonials .extra .job{
font-family: "Muli";
font-size: 16px;
color: #777777;
font-weight: 400;
display: block;
}
.fn_cs_intro_testimonials .extra .short .author span,
.fn_cs_intro_testimonials .extra .short .job span{
position: relative;
display: block;
transform: translateY(102%);
transition: all 1s ease;
}
.fn_cs_intro_testimonials .owl-item.active .extra .author span{
transform: translateY(0px);
transition-delay: 0.3s;
}
.fn_cs_intro_testimonials .owl-item.active .extra .job span{
transform: translateY(0px);
transition-delay: 0.6s;
}
.fn_cs_intro_testimonials .icon{
position: absolute;
top: 9px;
right: 100%;
margin-right: 20px;
}
.fn_cs_intro_testimonials .icon .arlo_w_fn_svg{
width: 24px;
height: 24px;
color: #222222;
}
.fn_cs_intro_testimonials .owl-dots{
display: none;
}   body.admin-bar .fn_cs_half_slider{
height: calc(100vh - 132px);
}
.fn_cs_half_slider{
width: auto;
height: 100vh;
height: calc(100vh - 100px);
position: relative;
}
.fn_cs_half_slider .bg_video_wrapper{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 20;
}
.fn_cs_half_slider .bg_video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: 150%;
}
.fn_cs_half_slider ul{
margin: 0px;
padding: 0;
height: 100%;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
position: absolute;
overflow: hidden;
white-space: nowrap;
will-change: transform;
-webkit-transition: -webkit-transform 1s cubic-bezier(.2,.84,.5,1);
transition: -webkit-transform 1s cubic-bezier(.2,.84,.5,1);
-o-transition: transform 1s cubic-bezier(.2,.84,.5,1);
transition: transform 1s cubic-bezier(.2,.84,.5,1);
transition: transform 1s cubic-bezier(.2,.84,.5,1),-webkit-transform 1s cubic-bezier(.2,.84,.5,1);
}
.fn_cs_half_slider ul li{
margin: 0px;
float: left;
padding-left: 40px;
}
.fn_cs_half_slider ul li:last-child{
padding-right: 40px;
}
.fn_cs_half_slider ul li .image_wrap{
overflow: hidden;
position: relative;
}
.fn_cs_half_slider ul li img{ 
max-width: 380px !important;
transition: all .3s ease;
}
.fn_cs_half_slider ul li .image_wrap:hover img{
transform: scale(1.02);
}
.fn_cs_half_slider ul li .image_wrap .full_link{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 1;
}
.fn_cs_half_slider .details{
padding-top: 24px;
}
.fn_cs_half_slider .category a{
text-decoration: none;
color: #666666;
font-family: "Poppins";
font-size: 16px;
}
.fn_cs_half_slider .project a{
text-decoration: none;
color: #222222;
font-family: "Roboto";
font-size: 24px;
}   .fn_cs_personal_hero_header .shape{
position: absolute;
top: 100%;
left: 0px;
}
.fn_cs_personal_hero_header{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_personal_hero_header .hero_inner{
width: 100%;
height: auto;
clear: both;
display: flex;
align-items: center;
}
.fn_cs_personal_hero_header .leftpart{
min-width: 500px;
float: left;
}
.fn_cs_personal_hero_header .leftpart .image_wrap{
float: left;
position: relative;
border: 10px solid #fff;
border-radius: 3px;
}
.fn_cs_personal_hero_header .leftpart .image_wrap .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_personal_hero_header .leftpart .image_wrap{
float: right;
}
.fn_cs_personal_hero_header .rightpart{
padding-left: 70px;
}
.fn_cs_personal_hero_header .rightpart .hello{
margin-bottom: 33px;
}
.fn_cs_personal_hero_header .rightpart .hello h3{
font-family: "Muli";
font-size: 18px;
color: rgba(255,255,255,.7);
font-weight: 400;
text-transform: uppercase;
margin: 0px;
padding: 0px;
}
.fn_cs_personal_hero_header .rightpart .main_title{
margin-bottom: 22px;
}
.fn_cs_personal_hero_header .rightpart .main_title h3{
font-family: "Poppins";
font-size: 60px;
color: #fff;
font-weight: 400;
margin: 0px;
padding: 0px;
letter-spacing: -1px;
}
.fn_cs_personal_hero_header .rightpart .description{
margin-bottom: 30px;
}
.fn_cs_personal_hero_header .rightpart .description p{
font-family: "Muli";
font-size: 22px;
color: rgba(255,255,255,.7);
max-width: 600px;
margin: 0px;
}
.fn_cs_personal_hero_header .button{
margin-bottom: 32px;
}
.fn_cs_personal_hero_header .button a{
text-decoration: none;
color: #efb561;
font-family: "Muli";
font-size: 16px;
border: 2px solid #efb561;
display: inline-block;
padding: 11px 40px 11px 40px;
border-radius: 3px;
position: relative;
}
.fn_cs_personal_hero_header .button a:before{
position: absolute;
content: "";
width: 100%;
height: 0%;
bottom: 0px;
left: 0px;
background-color: #efb561;
transition: all .3s ease;
z-index: -1;
}
.fn_cs_personal_hero_header .button a:hover:before{
height: 100%;
}
.fn_cs_personal_hero_header .button a:hover{
color: #000;
}
.fn_cs_personal_hero_header .social ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_personal_hero_header .social ul li{
margin: 0px 40px 0px 0px;
display: inline-block;
position: relative;
}
.fn_cs_personal_hero_header .social ul li:last-child{margin-right: 0px;}
.fn_cs_personal_hero_header .social ul li a{
text-decoration: none;
font-family: "Muli";
font-size: 18px;
color: rgba(255,255,255,.7);
position: relative;
transform: translateZ(0);
transition: all .3s ease;
}
.fn_cs_personal_hero_header .social ul li a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #fff;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_hero_header .social ul li a:hover:before{
width:100%;
left:0;
-webkit-transition:width .5s ease;
-moz-transition:width .5s ease;
-ms-transition:width .5s ease;
-o-transition:width .5s ease;
transition:width .5s ease;
}
.fn_cs_personal_hero_header .social ul li a:hover{
color: #fff;
}
.fn_cs_personal_hero_header .social ul li:before{
position: absolute;
content: "";
width: 20px;
height: 1px;
background-color: rgba(255,255,255,.7);
top: 50%;
transform: translateY(-50%);
left: 100%;
margin-top: 1px;
margin-left: 10px;
}
.fn_cs_personal_hero_header .social ul li:last-child:before{
display: none;
}
.fn_cs_personal_hero_header[data-layout="beta"] .hero_inner{
flex-direction: row-reverse;
}
.fn_cs_personal_hero_header[data-layout="beta"] .rightpart{
padding-left: 0px;
width: 50%;
padding-right: 7%;
}
.fn_cs_personal_hero_header[data-layout="beta"] .leftpart{
width: 50%;
position: relative;
min-width: auto;
}
.fn_cs_personal_hero_header_beta{
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_hero_header_beta .about_in{
width: 100%;
display: flex;
flex-direction: row;
}
.fn_cs_personal_hero_header_beta .about_left{
width: 50%;
padding-right: 7%;
}
.fn_cs_personal_hero_header_beta .about_left .l_inner{
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.fn_cs_personal_hero_header_beta .about_left h5{
margin: 0;
padding: 0;
font-size: 18px;
color: #ae45ff;
letter-spacing: 0;
font-family: 'Muli';
font-weight: 400;
margin-bottom: 20px;
}
.fn_cs_personal_hero_header_beta .about_left h3{
margin: 0;
padding: 0;
font-size: 72px;
line-height: 80px;
color: #ae45ff;
letter-spacing: -0.25px;
font-family: 'Rubik';
font-weight: 400;
margin-bottom: 26px;
}
.fn_cs_personal_hero_header_beta .about_title{
margin-bottom: 20px;
}
.fn_cs_personal_hero_header_beta .about_left .about_desc p{
margin: 0;
padding: 0;
font-size: 22px;
line-height: 30px;
color: #777;
font-family: 'Muli';
}
.fn_cs_personal_hero_header_beta .about_left .about_desc{
margin-bottom: 63px;
}
.fn_cs_personal_hero_header_beta .about_btn{
margin-bottom: 62px;
}
.fn_cs_personal_betta_button{
text-decoration: none;
color: #ae45ff;
font-family: "Muli";
font-size: 16px;
border: 2px solid #ae45ff;
display: inline-block;
padding: 11px 40px 11px 40px;
border-radius: 3px;
position: relative;
}
.fn_cs_personal_betta_button:before{
position: absolute;
content: "";
width: 100%;
height: 0%;
bottom: 0px;
left: 0px;
background-color: #ae45ff;
transition: all .3s ease;
z-index: -1;
}
.fn_cs_personal_betta_button:hover:before{
height: 100%;
}
.fn_cs_personal_betta_button:hover{
color: #fff;
}
.fn_cs_personal_betta_social ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_personal_betta_social ul li{
margin: 0px 40px 0px 0px;
display: inline-block;
position: relative;
}
.fn_cs_personal_betta_social ul li:last-child{margin-right: 0px;}
.fn_cs_personal_betta_social ul li a{
text-decoration: none;
font-family: "Muli";
font-size: 18px;
color: #ccc;
position: relative;
transform: translateZ(0);
transition: all .3s ease;
}
.fn_cs_personal_betta_social ul li a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #fff;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_betta_social ul li a:hover:before{
width:100%;
left:0;
-webkit-transition:width .5s ease;
-moz-transition:width .5s ease;
-ms-transition:width .5s ease;
-o-transition:width .5s ease;
transition:width .5s ease;
}
.fn_cs_personal_betta_social ul li a:hover{
color: #fff;
}
.fn_cs_personal_betta_social ul li:before{
position: absolute;
content: "";
width: 20px;
height: 1px;
background-color: rgba(255,255,255,.7);
top: 50%;
transform: translateY(-50%);
left: 100%;
margin-top: 1px;
margin-left: 10px;
}
.fn_cs_personal_betta_social ul li:last-child:before{
display: none;
}
.fn_cs_personal_hero_header_gamma .container{
height: 100%;
}
.fn_cs_personal_hero_header_gamma{
width: 100%;
height: 100vh;
clear:both;
float: left;
position: relative;
}
.fn_cs_personal_hero_header_gamma .bg_image{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position:center; 
}
.fn_cs_personal_hero_header_gamma .content{
position:relative;
max-width: 800px;
z-index: 2;
top: 50%;
transform: translateY(-50%);
float: right;
}
.fn_cs_personal_hero_header_gamma .icon_box{
display: inline-block;
width: 60px;
height: 60px;
border-radius: 100%;
background-color: #000202;
box-shadow: 0px 3px 10px #f9004d;
position: relative;
margin-bottom: 46px;
}
.fn_cs_personal_hero_header_gamma .arlo_w_fn_svg{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_personal_hero_header_gamma .title{
margin-bottom: 41px;
}
.fn_cs_personal_hero_header_gamma .title h3{
font-family: "K2D";
font-size: 72px;
color: #bbbbbb;
font-weight: 600;
line-height: 80px;
margin: 0px;
padding: 0px;
}
.fn_cs_personal_gamma_social ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_personal_gamma_social ul li{
margin: 0px 40px 0px 0px;
display: inline-block;
position: relative;
}
.fn_cs_personal_gamma_social ul li:last-child{margin-right: 0px;}
.fn_cs_personal_gamma_social ul li a{
text-decoration: none;
font-family: "Muli";
font-size: 18px;
color: #666666;
position: relative;
transform: translateZ(0);
transition: all .3s ease;
}
.fn_cs_personal_gamma_social ul li a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #fff;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_gamma_social ul li a:hover:before{
width:100%;
left:0;
-webkit-transition:width .5s ease;
-moz-transition:width .5s ease;
-ms-transition:width .5s ease;
-o-transition:width .5s ease;
transition:width .5s ease;
}
.fn_cs_personal_gamma_social ul li a:hover{
color: #fff;
}
.fn_cs_personal_gamma_social ul li:before{
position: absolute;
content: "";
width: 20px;
height: 1px;
background-color: #666;
top: 50%;
transform: translateY(-50%);
left: 100%;
margin-top: 1px;
margin-left: 10px;
}
.fn_cs_personal_gamma_social ul li:last-child:before{
display: none;
}
.fn_cs_personal_hero_header_beta .about_right{
width: 50%;
position: relative;
}
.fn_cs_personal_hero_header_beta .about_right img{
opacity: 0;
min-width: 100%;
}
.fn_cs_personal_hero_header_beta .about_right .about_border{
padding: 30px;
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.fn_cs_personal_hero_header_beta .about_right .about_img{
padding: 30px;
width: 100%;
position: relative;
z-index: 5;
}
.fn_cs_personal_hero_header_beta .about_right .about_img .abs_img{
position: absolute;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
left: 30px;
right: 30px;
top: 30px;
bottom: 30px;
border-radius: 15px;
overflow: hidden;
}
.fn_cs_personal_hero_header_beta .about_right .about_border:after{
content: '';
position: absolute;
width: 30%;
top: 0;
left: 0;
background-color: #1e1427;
bottom: 0;
}
.fn_cs_personal_hero_header_beta .about_right .about_border:before{
content: '';
position: absolute;
width: 30%;
top: 0;
right: 0;
background-color: #1e1427;
bottom: 0;
}
.fn_cs_personal_quote{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_quote .quote_inner{
width: 100%;
height: auto;
clear: both;
display: flex;
align-items: center;
justify-content: space-between;
}
.fn_cs_personal_quote .quote_inner .text{
max-width: 770px;
padding-right: 40px;
}
.fn_cs_personal_quote .quote_inner .text p{
font-family: "Muli";
font-size: 22px;
color: #fff;
line-height: 1.4;
margin: 0px;
}
.fn_cs_personal_button a{
text-decoration: none;
color: #efb561;
font-family: "Muli";
font-size: 16px;
border: 2px solid #efb561;
display: inline-block;
padding: 11px 30px 11px 30px;
border-radius: 3px;
position: relative;
white-space: pre;
}
.fn_cs_personal_button a:before{
position: absolute;
content: "";
width: 100%;
height: 0%;
bottom: 0px;
left: 0px;
background-color: #efb561;
transition: all .3s ease;
z-index: -1;
}
.fn_cs_personal_button a:hover:before{
height: 100%;
}
.fn_cs_personal_button a:hover{
color: #000;
}
.fn_cs_personal_quote_beta .contact_me{
width: 100%;
float: left;
clear: both;
max-width: 610px;
}
.fn_cs_personal_quote_beta .contact_me p{
margin: 0;
padding: 0;
font-size: 22px;
line-height: 30px;
color: #777;
letter-spacing: 0;
}
.fn_cs_personal_quote_beta .contact_me p.text{
margin-bottom: 43px;
}
.fn_cs_personal_main_title[data-position="left"]{
text-align: left;
}
.fn_cs_personal_main_title[data-position="center"]{
text-align: center;
}
.fn_cs_personal_main_title[data-position="right"]{
text-align: right;
}
.fn_cs_personal_main_title{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_main_title span{
font-family: "Muli";
font-size: 18px;
font-weight: 700;
color: #777777;
text-transform: uppercase;
display: inline-block;
}
.fn_cs_personal_main_title h3{
font-family: "Poppins";
font-size: 60px;
color: #000000;
margin: 0px;
padding: 0px;
}
.fn_cs_personal_services{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_services .service_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_services .service_inner ul{
margin: 0px 0px 0px -70px;
list-style-type: none;
display: flex;
flex-wrap: wrap;
}
.fn_cs_personal_services .service_inner ul li{
margin: 0px 0px 70px 0px;
float: left;
width: 33.3333%;
padding-left: 70px;
}
.fn_cs_personal_services .service_inner ul li .list_inner{
width: 100%;
height: 100%;
clear: both;
float: left;
position: relative;
border: 4px solid rgba(0,0,0,.05);
box-shadow: 0px 5px 30px rgba(0,0,0,.05);
border-radius: 4px;
text-align: center;
padding: 0px 40px 53px 40px;
}
.fn_cs_personal_services .service_inner ul li .number{
width: 160px;
height: 50px;
display: inline-block;
background-color: #f2f2f2;
line-height: 50px;
text-align: center;
font-family: "Muli";
color: #bbbbbb;
font-size: 16px;
font-weight: 600;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 48px;
}
.fn_cs_personal_services .service_inner ul li .rel{
position: relative;
z-index: 3;
}
.fn_cs_personal_services .service_inner ul li .title{
font-family: "Poppins";
font-size: 24px;
color: #000;
margin: 0px;
padding: 0px;
font-weight: 500;
margin-bottom: 26px;
}
.fn_cs_personal_services .service_inner ul li .desc{
font-family: "Muli";
font-size: 16px;
color: #555;
line-height: 1.5;
margin: 0px;
padding: 0px;
margin-bottom: 27px;
}
.fn_cs_personal_services .service_inner ul li .read_more{
font-family: "Muli";
font-size: 16px;
color: #000;
font-weight: 500;
}
.fn_cs_personal_services .service_inner ul li .list_inner:before{
position: absolute;
content: "";
left: 0px;
right: 0px;
bottom: -4px;
height: 4px;
background-color: #3840d8;
transition: all .3s ease;
}
.fn_cs_personal_services .service_inner ul li .list_inner:hover:before{
height: calc(100% + 4px);
}
.fn_cs_personal_services .service_inner ul li .list_inner:hover .title{
color: #fff;
}
.fn_cs_personal_services .service_inner ul li .list_inner:hover .desc{
color: #e5e5e5;
}
.fn_cs_personal_services .service_inner ul li .list_inner:hover .read_more{
color: #fff;
}
.fn_cs_personal_services_beta{
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_services_beta .service_inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_services_beta ul{
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
margin-left: -30px;
min-width: 100%;
flex-direction: row;
flex-wrap: wrap;
}
.fn_cs_personal_services_beta ul li{
margin: 0;
padding: 0;
list-style-type: none;
width: 33.3333%;
padding-left: 30px;
padding-top: 16px;
margin-bottom: 30px;
}
.fn_cs_personal_services_beta .s_item{
width: 100%;
float: left;
clear: both;
height: 100%;
border-radius: 5px;
border: 4px solid rgba(255,255,255,.05);
padding: 100px 44px 60px 44px;
position: relative;
transition: all .3s ease;
}
.fn_cs_personal_services_beta .s_item:hover{
border-color: rgba(255,255,255,.15);
transform: translate3d(0px,-5px,0px);
}
.fn_cs_personal_services_beta .s_item .s_counter{
width: 50px;
height: 90px;
display: block;
left: 46px;
top: -16px;
position: absolute;
background-color: #1e1427;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.fn_cs_personal_services_beta .s_item .s_counter span{
color: #eee;
font-size: 16px;
line-height: 34px;
font-family: 'Muli';
width: 100%;
max-width: 100%;
padding: 0 2px;
position: absolute;
bottom: 0;
letter-spacing: 0;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.fn_cs_personal_services_beta .s_item h3{
margin: 0;
padding: 0;
font-family: 'Rubik';
color: #eee;
font-size: 24px;
letter-spacing: 0;
font-weight: 400;
margin-bottom: 24px;
}
.fn_cs_personal_services_beta .s_item p{
font-size: 16px;
line-height: 24px;
letter-spacing: 0;
margin: 0;
padding: 0;
color: #777;
font-family: 'Muli';
margin-bottom: 27px;
}
.fn_cs_personal_services_beta .s_item .s_btn a{
display: block;
float: left;
font-size: 16px;
color: #ae45ff;
line-height: 24px;
text-decoration: none;
position: relative;
}
.fn_cs_personal_services_beta .s_item .s_btn a:after{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #ae45ff;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_services_beta .s_item .s_btn a:hover:after{
width: 100%;
left: 0;
-webkit-transition: width .5s ease;
-moz-transition: width .5s ease;
-ms-transition: width .5s ease;
-o-transition: width .5s ease;
transition: width .5s ease;
}
.fn_cs_personal_video{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_personal_video .content{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
z-index: 3;
}
.fn_cs_personal_video .videoWrapper{
position: relative;
}
.fn_cs_personal_video .videoWrapper{
position: relative;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
padding: 40px 100px 40px 0px;
}
.fn_cs_personal_video .videoWrapper a{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
.fn_cs_personal_video .rounded{
width: 60px;
height: 60px;
border: 4px solid rgba(255,255,255,.4);
border-radius: 100%;
position: relative;
display: inline-block;
}
.fn_cs_personal_video .rounded:before{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 12px;
border-color: transparent transparent transparent #fff;
top: 50%;
left: 50%;
margin-left: 2px;
transform: translate(-50%,-50%);
}
.fn_cs_personal_video .title{
color: #fff;
font-family: "Poppins";
font-size: 18px;
font-weight: 300;
padding-left: 19px;
transition: all .3s ease;
}
.fn_cs_personal_video a{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 2;
}
.fn_cs_personal_video .rounded:after{
content: '';
display: block;
position: absolute;
top: -3px;
left: -3px;
width: 60px;
height: 60px;
background-color: inherit;
opacity: 0;
pointer-events: none;
border: 3px solid #fff;
border-radius: 100%;
z-index: 5;
}
.fn_cs_personal_video .videoWrapper:hover .rounded:after{
opacity: 1;
-webkit-animation: cs_fn_pulses 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulses 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
@-webkit-keyframes cs_fn_pulses{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
@keyframes cs_fn_pulses{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
.fn_cs_personal_video .abb{
background-color: #3840d8;
float: left;
padding: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
position: absolute;
bottom: 0;
left: 0;
}
.fn_cs_personal_video .videoWrapper a:before{
position: absolute;
content: "";
width: 9000px;
top: 0px;
bottom: 0px;
background-color: #3840d8;
right: 100%;
}
.fn_cs_personal_video .abb:after{
position: absolute;
content: "";
width: 105px;
top: 0px;
bottom: 0px;
background-color: #3840d8;
opacity: .5;
left: 100%;
margin-left: -5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
z-index: -1;
}
.fn_cs_personal_video[data-layout="beta"] .videoWrapper a:before{
display: none;
}
.fn_cs_personal_video[data-layout="beta"] .abb{
transform: rotate(-90deg) translateY(100%);
transform-origin: left bottom;
}
.fn_cs_personal_video[data-layout="beta"] .videoWrapper{
padding-left: 50px;
}
.fn_cs_personal_video[data-layout="beta"] .rounded:before{
transform: rotate(90deg);
top: 17px;
left: 13px;
}
.fn_cs_personal_partners{
width: 100%;
height: auto;
clear: both;
float: left;
text-align: center;
}
.fn_cs_personal_partners .partners_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_partners .main_title{
width: 100%;
float: left;
margin-bottom: 64px;
}
.fn_cs_personal_partners .main_title h3{
font-family: "Muli";
color: #fff;
font-size: 29px;
margin: 0px;
padding: 0px;
}
.fn_cs_personal_partners .partners_inner ul{
margin: 0px -8px 0px 0px;
list-style-type: none;
}
.fn_cs_personal_partners .partners_inner ul li{
margin: 0px;
float: left;
width: 25%;
border: 2px solid #3840d8;
text-align: center;
height: 195px;
line-height: 195px;
position: relative;
margin-top: -2px;
margin-left: -2px;
overflow: hidden;
}
.fn_cs_personal_partners .partners_inner ul li img{
max-width: 88%;
max-height: 100px;
}
.fn_cs_personal_partners .partners_inner ul li .shape{
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
width: 70px;
height: 32px;
background-color: rgba(56,64,216,.2);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
transition: all .3s ease;
}
.fn_cs_personal_partners .partners_inner ul li:hover .shape{
height: 100%;
width: calc(100% + 2px);
background-color: rgba(56,64,216,1);
border-radius: 0px;
}
.fn_cs_personal_partners .partners_inner ul li .brand{
color: #fff;
font-family: "Muli";
opacity: 0;
visibility: hidden;
}
.fn_cs_personal_partners .partners_inner ul li:hover .brand{
opacity: 1;
visibility: visible;
}
.fn_cs_personal_partners .partners_inner ul li .shape:before{
position: absolute;
content: "";
width: 2px;
height: 12px;
background-color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_personal_partners .partners_inner ul li .shape:after{
position: absolute;
content: "";
width: 12px;
height: 2px;
background-color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_personal_partners .partners_inner ul li:hover .shape:before,
.fn_cs_personal_partners .partners_inner ul li:hover .shape:after{
opacity: 0;
visibility: hidden;
}
.fn_cs_personal_partners .full_link{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 2;
}
.fn_cs_personal_portfolio_list{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_portfolio_list ul{
margin: 0px 0px 0px -40px;
list-style-type: none;
}
.fn_cs_personal_portfolio_list ul li{
margin: 0px 0px 40px 0px;
float: left;
width: 25%;
padding-left: 40px;
}
.fn_cs_personal_portfolio_list ul li.active{
width: 50%;
}
.fn_cs_personal_portfolio_list ul li .inner{
width: 100%;
height: auto;
clear: both;
float: left;
overflow: hidden;
position: relative;
border-radius: 5px;
box-shadow: 0px 5px 30px rgba(0,0,0,.05);
}
.fn_cs_personal_portfolio_list ul li .inner .image_wrap img{
min-width: 100%;
opacity: 0;
}
.fn_cs_personal_portfolio_list ul li .inner .image_wrap{
position: relative;
float:left; 
width: 100%;
overflow: hidden;
border-radius: 5px;
}
.fn_cs_personal_portfolio_list ul li .inner .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
border-radius: 5px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all .5s ease;
}
.fn_cs_personal_portfolio_list ul li .inner:hover .main{
transform: scale(1.1);
}
.fn_cs_personal_portfolio_list ul li .overlay{
position: absolute;
top: 0px;
bottom:0px;
left: 0px;
right: 0px;
background-color: rgba(255,255,255,.95);
opacity: 0;
z-index: 1;
transition: opacity .5s ease,left 0s .5s ease,top 0s .5s ease,bottom 0s .5s ease,right 0s .5s ease;
}
.fn_cs_personal_portfolio_list ul li .inner:hover .overlay{
opacity: 1;
top: 20px;
bottom:20px;
left: 20px;
right: 20px;
transition: all .5s ease;
}
.fn_cs_personal_portfolio_list ul li .details{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
padding: 5px 10px;
text-align: center;
width: 100%;
}
.fn_cs_personal_portfolio_list ul li .details .title{
font-family: "Poppins";
font-size: 24px;
font-weight: 500;
margin: 0px;
padding: 0px;
margin-bottom: 8px;
opacity: 0;
visibility: hidden;
position: relative;
top: -5px;
transition: all .3s ease;
transform: translateZ(0);
}
.fn_cs_personal_portfolio_list ul li .details .title a{
display: inline-block;
color: #000;
text-decoration: none;
}
.fn_cs_personal_portfolio_list ul li .details .category{
font-family: "Muli";
font-size: 18px;
font-weight: 500;
opacity: 0;
visibility: hidden;
position: relative;
bottom: -5px;
transition: all .3s ease;
transform: translateZ(0);
}
.fn_cs_personal_portfolio_list ul li .details .category a{
display: inline-block;
color: #000;
text-decoration: none;
}
.fn_cs_personal_portfolio_list ul li .inner:hover .details .title{
opacity: 1;
visibility: visible;
top: 0px;
transform: translateZ(0);
transition: all .3s .2s ease;
}
.fn_cs_personal_portfolio_list ul li .inner:hover .details .category{
opacity: 1;
visibility: visible;
bottom: 0px;
transition: all .3s .2s ease;
}
.fn_cs_personal_portfolio_list_beta,
.fn_cs_personal_portfolio_list_beta .portfolio_inner{
width: 100%;
float: left;
clear: both;
overflow: hidden;
}
.fn_cs_personal_portfolio_list_beta ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -70px;
}
.fn_cs_personal_portfolio_list_beta ul li{
width: 33.3333%;
float: left;
margin-bottom: 70px;
padding-left: 70px;
}
.fn_cs_personal_portfolio_list_beta ul li.tmwide25{width: 25%;}
.fn_cs_personal_portfolio_list_beta ul li.tmwide33{width: 33.3333%;}
.fn_cs_personal_portfolio_list_beta ul li.tmwide50{width: 50%;}
.fn_cs_personal_portfolio_list_beta ul li.tmwide66{width: 66.6666%;}
.fn_cs_personal_portfolio_list_beta ul li.tmwide75{width: 75%;}
.fn_cs_personal_portfolio_list_beta ul li.tmwide100{width: 100%;}
.fn_cs_personal_portfolio_list_beta .list_item{
border-radius: 5px;
}
.fn_cs_personal_portfolio_list_beta .list_item,
.fn_cs_personal_portfolio_list_beta .list_item .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
}
.fn_cs_personal_portfolio_list_beta .list_item .img_holder img{
min-width: 100%;
opacity: 0;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder{
width: 500px;
max-width: 88%;
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0) scale(0.6);
padding: 33px 20px;
text-align: center;
opacity: 0;
transition: transform .4s ease, opacity 0.6s ease;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder .title_abs{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
transform: scale(1.25) translateZ(0);
transition: all 1.4s ease;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder .title_abs div{
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
border-radius: 5px;
position: absolute !important;
}
.fn_cs_personal_portfolio_list_beta .list_item:hover .title_holder{
transform: translate3d(-50%,-50%,0) scale(1);
opacity: 1;
}
.fn_cs_personal_portfolio_list_beta .list_item:hover .title_holder .title_abs{
transform: scale(1) translateZ(0);
}
.fn_cs_personal_portfolio_list_beta .list_item .title_cat,
.fn_cs_personal_portfolio_list_beta .list_item .title_name{
transition: all .3s ease;
}
.fn_cs_personal_portfolio_list_beta .list_item:hover .title_cat,
.fn_cs_personal_portfolio_list_beta .list_item:hover .title_name{
transform: translateZ(100px) !important;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder p{
margin: 0;
padding: 0;
color: #bbb;
font-family: 'Muli';
font-size: 16px;
letter-spacing: 0;
margin-bottom: 4px;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder p a{
text-decoration: none;
color: inherit;
position: relative;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder p a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #bbb;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder p a:hover:before{
width: 100%;
left: 0;
-webkit-transition: width .5s ease;
-moz-transition: width .5s ease;
-ms-transition: width .5s ease;
-o-transition: width .5s ease;
transition: width .5s ease;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder p a:after{
background-color: #bbb;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder h3{
margin: 0;
padding: 0;
font-size: 24px;
font-family: 'Rubik';
letter-spacing: 0;
font-weight: 400;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder h3 a{
color: #eee;
text-decoration: none;
transition: all .3s ease;
}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder h3 a:hover{
color: #ae45ff;
}
.fn_cs_personal_portfolio_list_beta ul li.tmwide50 .list_item .title_holder h3,
.fn_cs_personal_portfolio_list_beta ul li.tmwide66 .list_item .title_holder h3,
.fn_cs_personal_portfolio_list_beta ul li.tmwide75 .list_item .title_holder h3,
.fn_cs_personal_portfolio_list_beta ul li.tmwide100 .list_item .title_holder h3{
font-size: 30px;
}
.fn_cs_personal_portfolio_list_beta .abs_img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_personal_experience{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_experience .experience_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_experience .experience_inner ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_personal_experience .experience_inner ul li{
margin: 0px;
width: 100%;
float: left;
border-bottom: 1px solid rgba(0,0,0,.1);
padding: 17px 0px 16px 0px;
}
.fn_cs_personal_experience .experience_inner ul li:last-child{
border-bottom: none;
}
.fn_cs_personal_experience .experience_inner ul li .list_inner{
width: 33.3333%;
float: left;
padding-right: 40px;
}
.fn_cs_personal_experience .experience_inner ul li .list_inner p{
font-family: "Muli";
font-size: 18px;
color: #777;	
line-height: 2.2;
margin: 0px;
padding: 0px;
}
.fn_cs_personal_experience .experience_inner ul li .list_inner:last-child{padding-right: 0px;}
.fn_cs_personal_experience .experience_inner ul li .list_inner:nth-child(2) p{
color: #000;
font-weight: 500;
}
.fn_cs_personal_experience.fn_beta .experience_inner ul li{
padding: 34px 0px 26px 0px;
}
.fn_cs_personal_experience.fn_beta .experience_inner ul li .list_inner{
width: 50%;
}
@media(max-width: 768px){
.fn_cs_personal_experience.fn_beta .experience_inner ul li .list_inner{
width: 100%;
}
}
.fn_cs_personal_work_together{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_work_together[data-position="left"] .main_title{
text-align: left;
margin: 0;
}
.fn_cs_personal_work_together[data-position="right"] .main_title{
text-align: right;
margin: 0 0 0 auto;
}
.fn_cs_personal_work_together[data-position="left"] .social{
text-align: left;
}
.fn_cs_personal_work_together[data-position="center"] .social{
text-align: center;
}
.fn_cs_personal_work_together[data-position="right"] .social{
text-align: right;
}
.fn_cs_personal_work_together .main_title{
width: 100%;
max-width: 700px;
margin: 0px auto;
text-align: center;
margin-bottom: 15px;
}
.fn_cs_personal_work_together .main_title h3{
font-family: "Poppins";
font-size: 60px;
color: #eee;
line-height: 1.3;
letter-spacing: -0.25px;
margin: 0px;
padding: 0px;
display: inline-block;
}
.fn_cs_personal_work_together .social{
width: 100%;
}
.fn_cs_personal_work_together .social ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_personal_work_together .social ul li{
margin: 0px 40px 0px 0px;
display: inline-block;
position: relative;
}
.fn_cs_personal_work_together .social ul li:last-child{margin-right: 0px;}
.fn_cs_personal_work_together .social ul li a{
text-decoration: none;
font-family: "Muli";
font-size: 18px;
color: rgba(255,255,255,.7);
position: relative;
transition: all .3s ease;
}
.fn_cs_personal_work_together .social ul li a:hover{
color: #fff;
}
.fn_cs_personal_work_together .social ul li a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #fff;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_work_together .social ul li a:hover:before{
width:100%;
left:0;
-webkit-transition:width .5s ease;
-moz-transition:width .5s ease;
-ms-transition:width .5s ease;
-o-transition:width .5s ease;
transition:width .5s ease;
}
.fn_cs_personal_work_together .social ul li:before{
position: absolute;
content: "";
width: 20px;
height: 1px;
background-color: rgba(255,255,255,.7);
top: 50%;
transform: translateY(-50%);
left: 100%;
margin-top: 1px;
margin-left: 10px;
}
.fn_cs_personal_work_together .social ul li:last-child:before{
display: none;
}
.fn_cs_personal_progress_wrap{
width: 100%;
max-width: 420px;
float: left;
clear: both;
}
.personal_progress_inner{
width:100%;
margin-bottom:19px;
position: relative;
float: left;
clear: both;
}
.personal_progress_inner > span{
margin:0px 0px 9px 0px;
width:100%;
display:block;
text-align:left;
float: left;
}
.personal_progress_inner span.label{
font-size:16px;
font-family: "Muli";
color:#fff;
display: block;
overflow: hidden;
max-height: 24px;
float: left;
}
.personal_progress_inner span.number{
display: block;
position: absolute;
left: 0px;
background-color: #fff;
font-family: "Muli";
font-size: 13px;
font-weight: 700;
color: #3840d8;
padding: 3px 8px 2px 8px;
border-radius: 4px;
transition: all 2.5s cubic-bezier(0.165, 0.840, 0.440, 1.000); 
}
.personal_progress_inner span.number:before{
position: absolute;
content: "";
top: 100%;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 4px 5px 0 5px;
border-color: #fff transparent transparent transparent;
}
.personal_progress_inner .fn_cs_bar_bg{
background:rgba(238,238,238,.3);
width:100%;
min-width:100%;
position:relative;
height:4px;
float: left;
}
.personal_progress_inner .fn_cs_bar_bg .fn_cs_bar_wrap{
width:0px;
height:100%;
transition: all 2.5s cubic-bezier(0.165, 0.840, 0.440, 1.000); 
}
.personal_progress_inner .fn_cs_bar_bg .fn_cs_bar_wrap.open{
width:100%;
}
.personal_progress_inner .fn_cs_bar_bg .fn_cs_bar{
height:100%;
background:#fff;
width:0px;
overflow:hidden;
}
.fn_cs_personal_progress_wrap_all{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_personal_progress_wrap_all .bg{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.fn_cs_personal_progress_wrap_all .bg div{
position: absolute;
width: 50%;
}
.fn_cs_personal_progress_wrap_all .bg .left{
left: 0;
top: 0;
bottom: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #3840d8;
}
.fn_cs_personal_progress_wrap_all .bg .right{
right: 0;
top: 50px;
bottom: 50px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_personal_progress_wrap_all .content{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 5;
}
.fn_cs_personal_progress_wrap_all .content .c_in{
width: 100%;
float: left;
clear: both;
position: relative;
max-width: 50%;
padding: 158px 200px 150px 0;
}
.fn_cs_personal_progress_wrap_all .my_title{
width: 100%;
float: left;
clear: both;
margin-bottom: 63px;
}
.fn_cs_personal_progress_wrap_all .my_title h3{
font-family: "Muli";
font-size: 29px;
color: #fff;
line-height: 1.2;
margin: 0px;
padding: 0px;
}
.fn_cs_frenify_heading{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_frenify_heading[data-position="left"]{
text-align: left;
}
.fn_cs_frenify_heading[data-position="center"]{
text-align: center;
}
.fn_cs_frenify_heading[data-position="right"]{
text-align: right;
}
.arlo_fn_personal3_contact{
width: 100%;
height: auto;
clear: both;
float: left;
}
.arlo_fn_personal3_contact input[type=text],
.arlo_fn_personal3_contact input[type=email]{
background-color: transparent !important;
border: 2px solid #e5e5e5 !important;
padding: 28px 20px 27px 18px !important;
border-radius: 5px;
color: #777;
font-family: 'Muli';
font-size: 18px;
margin-bottom: 15px;
}
.arlo_fn_personal3_contact textarea{
background-color: transparent !important;
border: 2px solid #e5e5e5 !important;
padding: 28px 20px 27px 18px !important;
border-radius: 5px;
height: 160px;
max-width: 100%;
color: #777;
font-family: 'Muli';
font-size: 18px;
margin-bottom: 8px;
}
.arlo_fn_personal3_contact input[type=submit]{
background-color: transparent;
color: #3840d8;
border: 2px solid #3840d8;
text-transform: capitalize;
padding: 3px 29px 4px 29px !important;
border-radius: 3px;
position: relative;
font-family: "Muli";
font-size: 16px;	
}
.arlo_fn_personal3_contact .my_button{
display: inline-block;
position: relative;
}
.arlo_fn_personal3_contact .my_button:before{
position: absolute;
content: "";
width: 100%;
height: 0%;
bottom: 0px;
left: 0px;
background-color: #3840d8;
display: inline-block;
transition: all .3s ease;
}
.arlo_fn_personal3_contact .my_button:hover:before{
height: 100%;
color: #fff !important;
}
.fn_cs_personal_contact_address{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_contact_address ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_personal_contact_address ul li{
margin: 0px 0px 28px 0px;
float: left;
width: 100%;
}
.fn_cs_personal_contact_address ul li:last-child{margin-bottom: 0px;}
.fn_cs_personal_contact_address ul li span{
display: block;
padding: 0px;
margin: 0px;
}
.fn_cs_personal_contact_address ul li .label{
font-family: 'Muli';
font-size: 16px;
color: #777;
margin-bottom: 8px;
}
.fn_cs_personal_contact_address ul li .desc{
font-family: 'Poppins';
font-size: 18px;
color: #000;
}
.fn_cs_personal_slider{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_slider .slider_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_slider .rel_image{
width: 100%;
float: left;
position: relative;
}
.fn_cs_personal_slider .rel_image > img{
min-width: 100%;
opacity: 0;
}
.fn_cs_personal_slider .main_image{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 10px;
}
.fn_cs_personal_slider .swiper-button-prev,
.fn_cs_personal_slider .swiper-button-next{
position: absolute;
width: 50%;
top: 0px;
bottom: 0px;
z-index: 5;
height: auto;
margin: 0px;
background: none;
cursor: none;display: none;
}
.fn_cs_personal_slider .swiper-button-prev{
left: 0px;
}
.fn_cs_personal_slider .swiper-button-next{
right: 0px;
}
.fn_cs_personal_slider .swiper-container{
cursor: none;
overflow: hidden;
border-radius: 10px;
}
.fn_cs_personal_slider .swiper-slide{
overflow: hidden;
}
.fn_cs_magic{
position: absolute;
z-index: 555555;
width: 66px;
height: 66px;
border-radius: 100%;
border: 3px solid #111111;
display: block;
opacity: 0;
visibility: hidden;
}
.fn_cs_magic.opened{
opacity: 1;
visibility: visible;
}
.fn_cs_magic .dot{
position: absolute;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #111;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_magic:before{
position: absolute;
content: "";
border: solid #111;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 5px;
-webkit-transform: rotate(-45deg) translateY(-50%);
transform: rotate(-45deg) translateY(-50%);
top: 50%;
left: 100%;
margin-left: 15px;
transition: all .3s ease;
}
.fn_cs_magic:after{
position: absolute;
content: "";
border: solid #111;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 5px;
-webkit-transform: rotate(135deg) translateY(-50%);
transform: rotate(135deg) translateY(-50%);
transform-origin: top;
top: 50%;
margin-top: 2px;
right: 100%;
margin-right: 10px;
opacity: 0.15;
transition: all .3s ease;
}
.fn_cs_magic.activited:before{
opacity: 0.15;
}
.fn_cs_magic.activited:after{
opacity: 1;
visibility: visible;
}
.fn_cs_personal_copyright{
width: 100%;
height: auto;
clear: both;
float: left;
padding: 0px 20px;
text-align: center;
}
.fn_cs_personal_copyright p{
color: #eeeeee;
font-family: "Muli";
font-size: 18px;
}
.fn_cs_personal_copyright p span{
position: relative;
margin-right: 30px;
}
.fn_cs_personal_copyright p span:before{
position: absolute;
content: "";
width: 20px;
height: 1px;
background-color: #eee;
left: 100%;
top: 50%;
margin-left: 8px;
}
.fn_cs_personal_reviews{
width: 100%;
float: left;
clear: both;
overflow: hidden;
}
.fn_cs_personal_reviews .swiper-slide { height: auto; }
.fn_cs_personal_reviews .r_title h3{
margin: 0;
padding: 0;
font-size: 30px;
line-height: 40px;
color: #eee;
letter-spacing: 0;
font-family: 'Muli';
font-weight: 400;
margin-bottom: 45px;
}
.fn_cs_personal_reviews .r_item{
padding-top: 16px;
width: 100%;
float: left;
clear: both;
height: 100%;
}
.fn_cs_personal_reviews .r_item .r_item_in{
height: 100%;
display: flex;
flex-direction: column
}
.fn_cs_personal_reviews .r_item .r_reviewer{
margin-top: auto; 
}
.fn_cs_personal_reviews .r_item .r_desc,
.fn_cs_personal_reviews .r_item .r_item_in,
.fn_cs_personal_reviews .r_item .r_reviewer{
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_reviews .r_item .r_item_in{
border: 4px solid rgba(255,255,255,.05);
border-radius: 5px;
position: relative;
padding: 113px 45px 45px 45px;
}
.fn_cs_personal_reviews .r_item:hover{
transform: translate3d(0px,-5px,0px);
}
.fn_cs_personal_reviews .r_item:hover .r_item_in{
border-color: rgba(255,255,255,.15);
}
.fn_cs_personal_reviews .r_item .r_quote{
width: 50px;
height: 90px;
display: block;
left: 46px;
top: -16px;
position: absolute;
background-color: #1e1427;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.fn_cs_personal_reviews .r_item .r_quote .arlo_w_fn_svg{
position: absolute;
width: 28px;
height: 28px;
bottom: 14px;
left: 50%;
margin-left: -14px;
color: #ae45ff;
}
.fn_cs_personal_reviews .r_item .r_review{
margin-bottom: 32px;
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_reviews .r_item .r_desc p{
margin: 0;
padding: 0;
font-family: 'Muli';
letter-spacing: 0;
font-size: 16px;
line-height: 24px;
color: #777;
}
.fn_cs_personal_reviews .r_item .r_desc{
margin-bottom: 44px;
}
.fn_cs_personal_reviews .r_item .r_reviewer{
display: flex;
flex-direction: column;
min-height: 70px;
justify-content: center;
}
.fn_cs_personal_reviews .r_item .r_reviewer{
padding-left: 90px;
position: relative;
}
.fn_cs_personal_reviews .r_item .r_reviewer .abs_img{
width: 70px;
height: 70px;
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
left: 0;
top: 0;
border-radius: 100%;
}
.fn_cs_personal_reviews .r_item .r_reviewer h3{
margin: 0;
padding: 0;
font-size: 18px;
color: #eee;
letter-spacing: 0;
font-family: 'Rubik';
font-weight: 400;
margin-bottom: 3px;
}
.fn_cs_personal_reviews .r_item .r_reviewer h5{
margin: 0;
padding: 0;
font-size: 16px;
color: #777;
letter-spacing: 0;
font-family: 'Muli';
font-weight: 400;
}
.fn_cs_personal_reviews .swiper-wrapper{
margin-bottom: 45px;
}
.fn_cs_personal_reviews .r_item{
opacity: .3;
transition: all .5s ease;
}
.fn_cs_personal_reviews .r_item.fn_vision{
opacity: 1;
}
.fn_cs_personal_reviews.ready .swiper-container{
overflow: visible;
}
.fn_cs_swiper__progress{
width: 100%;
float: left;
clear: both;
}
.fn_cs_swiper__progress .my_pagination_in{
float: left;
position: relative;
}
.fn_cs_swiper__progress span{
display: block;
float: left;
font-size: 18px;
font-family: 'Muli';
letter-spacing: 0;
color: #eee;
height: 22px;
line-height: 22px;
}
.fn_cs_swiper__progress .pagination_progress{
width: 100px;
margin: 0 20px;
position: relative;
}
.fn_cs_swiper__progress .pagination_progress .all{
height: 1px;
width: 100%;
position: absolute;
z-index: 5;
top: 0;
top: 50%;
left: 0;
background-color: #333;
}
.fn_cs_swiper__progress .pagination_progress .all span{
height: 1px;
width: 100%;
background-color: #777;
position: absolute;
z-index: 5;
top: 0;
left: 0;
transform-origin: left top;
transform: scale(0);
transition: all .3s ease;
}  .fn_cs_review__stars{
width: 100%;
float: left;
clear: both;
}
.fn_cs_review__stars .review_in{
width: 100px;
height: 20px;
position: relative;
overflow: hidden;
}
.fn_cs_review__stars .arlo_w_fn_svg{
width: 100px;
height: 20px;
display: block;
}
.fn_cs_review__stars .rating_relative{
position: absolute;
right: 0;
top: 0;
overflow: hidden;
height: 20px;
}
.fn_cs_review__stars .rating_relative div{
position: absolute;
top: 0;
left: 0;
}
.fn_cs_review__stars .rating_absolute{
position: absolute;
z-index: 5;
overflow: hidden;
top: 0;
left: 0;
}
.fn_cs_review__stars .rating_relative .arlo_w_fn_svg{
color: #6f6f6f;
}
.fn_cs_review__stars .rating_absolute .arlo_w_fn_svg{
color: #ffba00;
}
.fn_cs_personal_news .news_list{
width: 100%;
float: left;
clear: both;
margin-top: 79px;
}
.fn_cs_personal_news .news_list li.no_img .abs_img{
display: none;
}
.fn_cs_personal_news .news_list li.no_img .title_wrapper{
padding-left: 0;
}
.fn_cs_personal_news .news_list li,
.fn_cs_personal_news .news_list ul{
width: 100%;
float: left;
clear: both;
margin: 0;
padding: 0;
list-style-type: none;
}
.fn_cs_personal_news .by a{
text-decoration: none;
color: #777;
position: relative;
transform: translateZ(0);
text-transform: capitalize;
}
.fn_cs_personal_news .by a:after{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #fff;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_news .by a:hover:after{
width: 100%;
left: 0;
-webkit-transition: width .5s ease;
-moz-transition: width .5s ease;
-ms-transition: width .5s ease;
-o-transition: width .5s ease;
transition: width .5s ease;
}
.fn_cs_personal_news .by a:hover{
color: #fff;
}
.fn_cs_personal_news .news_list .blog_item{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 50px 0;
}
.fn_cs_personal_news .news_list .blog_item:after{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255,255,255,.1);
height: 1px;
}
.fn_cs_personal_news .news_list li:last-child .blog_item:after{
display: none;
}
.fn_cs_personal_news .news_list .blog_item_in{
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 280px;
}
.fn_cs_personal_news .news_list .blog_item .b_counter{
width: 100px;
height: 100px;
display: block;
padding: 0 5px;
text-align: center;
line-height: 100px;
border-radius: 100%;
background-color: #1e1427;
font-family: 'Rubik';
font-size: 30px;
letter-spacing: 0;
margin: 0;
color: #ae45ff;
font-weight: 400;
position: absolute;
left: 0;
top: 0;
}
.fn_cs_personal_news .news_list .blog_item .b_counter:after{
content: '';
position: absolute;
width: 80px;
height: 2px;
left: 100%;
margin-left: 50px;
top: 50%;
margin-top: -1px;
background-color: rgba(255,255,255,.1);
display: block;
}
.fn_cs_personal_news .news_list .title_wrapper{
width: 100%;
float: left;
clear: both;
position: relative;
padding-right: 50px;
padding-left: 170px;
min-height: 100px;
display: flex;
flex-direction: column;
justify-content: center;
}
.fn_cs_personal_news .news_list .title_wrapper .abs_img{
width: 120px;
height: 100px;
position: absolute;
border-radius: 5px;
left: 0;
top: 0;
bottom: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_personal_news .news_list .title_wrapper .b_arrow{
width: 50px;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.fn_cs_personal_news .news_list .title_wrapper .b_arrow a{
text-decoration: none;
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.fn_cs_personal_news .news_list .title_wrapper .b_arrow .arlo_w_fn_svg{
width: 21px;
height: 21px;
position: absolute;
top: 50%;
margin-top: -10px;
left: 0;
color: #fff;
transition: all .3s ease;
}
.fn_cs_personal_news .news_list .title_wrapper .title_holder p{
font-family: 'Muli';
margin: 0;
padding: 0;
font-size: 18px;
letter-spacing: 0;
margin-bottom: 3px;
color: #777;
}
.fn_cs_personal_news .news_list .title_wrapper .title_holder h3{
margin: 0;
padding: 0;
font-size: 30px;
font-family: 'Rubik';
letter-spacing: 0;
font-weight: 400;
line-height: 1.2;
}
.fn_cs_personal_news .news_list .title_wrapper .title_holder h3 a{
color: #eee;
text-decoration: none;
font-family: inherit;
letter-spacing: inherit;
font-weight: inherit;
}
.fn_cs_personal_news .news_list .title_wrapper .b_arrow .arlo_w_fn_svg,
.fn_cs_personal_news .news_list .title_wrapper,
.fn_cs_personal_news .news_list .title_wrapper .abs_img,
.fn_cs_personal_news .news_list .blog_item .b_counter,
.fn_cs_personal_news .news_list .title_wrapper .title_holder h3 a,
.fn_cs_personal_news .news_list .title_wrapper .title_holder p,
.fn_cs_personal_news .news_list .blog_item .blog_item_in{
transform: translate3d(0px,0px,0px);
-webkit-transition: all 600ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
-moz-transition: all 600ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
-o-transition: all 600ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
transition: all 560ms cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.fn_cs_personal_news .news_list .title_wrapper .abs_img{
height: auto;
min-height: 100px;
}
@media(min-width:769px){
.fn_cs_personal_news .news_list .blog_item:hover .title_wrapper .title_holder p{
color: #bbb;
}
.fn_cs_personal_news .news_list .blog_item:hover .title_wrapper .b_arrow .arlo_w_fn_svg,
.fn_cs_personal_news .news_list .blog_item:hover .title_wrapper .title_holder h3 a{
color: #ae45ff;
}
.fn_cs_personal_news .news_list .blog_item:hover .b_counter{
transform: translate3d(0px,0px,0px) scale(0);
}
.fn_cs_personal_news .news_list .blog_item:hover .blog_item_in{
padding-left: 0;
}
.fn_cs_personal_news .news_list .blog_item:hover .title_wrapper{
padding-left: 300px;
}
.fn_cs_personal_news .news_list .blog_item:hover .title_wrapper .abs_img{
width: 240px;
top: -49px;
bottom: -49px;
border-radius: 0;
}
}
.fn_cs_personal_partners_in,
.fn_cs_personal_partners_in .p_title,
.fn_cs_personal_partners_in .p_list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_partners_in .p_title h3{
margin: 0;
padding: 0;
}
.fn_cs_personal_partners_in .p_title h3{
margin: 0;
padding: 0;
font-size: 30px;
line-height: 40px;
color: #eee;
letter-spacing: 0;
font-family: 'Muli';
font-weight: 400;
margin-bottom: 45px;
}
.fn_cs_personal_partners_in .r_item{
padding-top: 16px;
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_partners_in .flip__wrapper{
width: 100%;
float: left;
clear: both;
position: relative;
height: 250px;
perspective: 1000px; 
}
.fn_cs_personal_partners_in .flip__front{
display: flex;
justify-content: center;
align-items: center;
border: 4px solid rgba(255,255,255,.05);
border-radius: 5px;
padding: 30px 20px;
}
.fn_cs_personal_partners_in .flip__inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.fn_cs_personal_partners_in .flip__front,
.fn_cs_personal_partners_in .flip__back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.fn_cs_personal_partners_in .flip__back{
background-color: #1e1427;
transform: rotateY(180deg);
border-radius: 5px;
overflow: hidden;
display: flex;
padding: 0 10px;
justify-content: center;
align-items: center;
}
.fn_cs_personal_partners_in .flip__back a{
position: absolute;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 5;
}
.fn_cs_personal_partners_in .flip__back span{
font-family: 'Muli';
font-size: 18px;
color: #eee;
}
.fn_cs_personal_partners_in .flip__wrapper:hover .flip__inner{
transform: rotateY(180deg);
}
.fn_cs_personal_partners_in .flip__wrapper:hover .r_plus{
opacity: 0;
}
.fn_cs_personal_partners_in .r_plus{
width: 50px;
height: 90px;
display: block;
left: 46px;
top: -16px;
position: absolute;
background-color: #1e1427;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
transition: all .3s ease;
}
.fn_cs_personal_partners_in .r_plus span{
display: block;
width: 16px;
height: 16px;
bottom: 16px;
left: 50%;
margin-left: -8px;
position: absolute;
}
.fn_cs_personal_partners_in .r_plus span:after{
width: 16px;
height: 2px;
top: 50%;
margin-top: -1px;
position: absolute;
content: '';
left: 0;
background-color: #ae45ff;
}
.fn_cs_personal_partners_in .r_plus span:before{
width: 2px;
height: 16px;
left: 50%;
margin-left: -1px;
position: absolute;
content: '';
top: 0;
background-color: #ae45ff;
}
.fn_cs_personal_partners_in .r_item{
opacity: .3;
transition: all .5s ease;
}
.fn_cs_personal_partners_in .r_item.fn_vision{
opacity: 1;
}
.fn_cs_personal_partners_in.ready .swiper-container{
overflow: visible;
}
.fn_cs_personal_partners_in .swiper-wrapper{
margin-bottom: 45px;
}
.fn_cs_personal_contact_address_beta .list_in{
width: 100%;
float: left;
clear: both;
}
.fn_cs_personal_contact_address_beta .list_in ul{
margin: 0;
padding: 0;
list-style-type: none;
margin-left: -20px;
}
.fn_cs_personal_contact_address_beta .list_in li{
width: 33.3333%;
float: left;
padding-left: 20px;
margin: 10px 0;
}
.fn_cs_personal_contact_address_beta .list_in li p{
margin: 0;
padding: 0;
font-size: 16px;
color: #777;
font-family: 'Muli';
letter-spacing: 0;
font-weight: 400;
margin-bottom: 7px;
}
.fn_cs_personal_contact_address_beta .list_in li h3{
font-size: 24px;
margin: 0;
padding: 0;
letter-spacing: 0;
font-family: 'Rubik';
color: #eee;
font-weight: 400;
}
.fn_cs_personal_contact_address_beta .list_in li h3 a{
text-decoration: none;
color: inherit;
position: relative;
transform: translateZ(0);
}
.fn_cs_personal_contact_address_beta .list_in li h3 a:after{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #eee;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_contact_address_beta .list_in li h3 a:hover:after{
width: 100%;
left: 0;
-webkit-transition: width .5s ease;
-moz-transition: width .5s ease;
-ms-transition: width .5s ease;
-o-transition: width .5s ease;
transition: width .5s ease;
}
.fn_cs_contact_shortcode{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_contact_shortcode input[type=text],
.fn_cs_contact_shortcode input[type=email]{
min-width: 100%;
background-color: transparent !important;
border: 2px solid #e5e5e5 !important;
padding: 28px 20px 27px 18px !important;
border-radius: 5px;
color: #777;
font-family: 'Muli';
font-size: 18px;
max-width: 100%;
margin-bottom: 0;
}
.fn_cs_contact_shortcode textarea{
background-color: transparent !important;
border: 2px solid #e5e5e5 !important;
padding: 28px 20px 27px 18px !important;
border-radius: 5px;
height: 160px;
max-width: 100% !important;
min-width: 100%;
color: #777;
font-family: 'Muli';
font-size: 18px;
margin-bottom: 0;
}
.fn_cs_contact_shortcode input[type=submit]{
background-color: transparent !important;
color: #3840d8;
border: 2px solid #3840d8;
text-transform: capitalize;
padding: 3px 29px 4px 29px !important;
border-radius: 3px;
position: relative;
font-family: "Muli";
font-size: 16px;	
}
.fn_cs_contact_shortcode[data-s-w="full"] .my_button{
display: block;
}
.fn_cs_contact_shortcode[data-s-w="full"] input[type=submit]{
width: 100%;
}
.fn_cs_contact_shortcode .my_button{
display: inline-block;
position: relative;
}
.fn_cs_contact_shortcode .my_button:before{
position: absolute;
content: "";
width: 100%;
height: 0%;
bottom: 0px;
left: 0px;
background-color: #3840d8;
display: inline-block;
transition: all .3s ease;
}
.fn_cs_contact_shortcode .my_button:hover:before{
height: 100%;
color: #fff !important;
}
.fn_cs_personal_contact_address ul li .desc a{
text-decoration: none;
color: #000;
position: relative;
transform: translateZ(0);
transition: all .3s ease;
}
.fn_cs_personal_contact_address ul li .desc a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #000;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_personal_contact_address ul li .desc a:hover:before{
width:100%;
left:0;
-webkit-transition:width .5s ease;
-moz-transition:width .5s ease;
-ms-transition:width .5s ease;
-o-transition:width .5s ease;
transition:width .5s ease;
}
.fn_cs_personal_services_second{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_personal_services_second .background{
position:absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 1;
}
.fn_cs_personal_services_second .background .left{
top: 0px;
bottom: 0px;
left: 0px;
position: absolute;
width: 50%;
}
.fn_cs_personal_services_second .background .right{
top: 0px;
bottom: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: absolute;
width: 50%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.fn_cs_personal_services_second .content{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
z-index: 3;
}
.fn_cs_personal_services_second .con_inner{
width: 50%;
height: auto;
padding: 80px 20px 11px 0px;
}
.fn_cs_personal_services_second .con_inner .title{
color: #fff;
}
.fn_cs_personal_services_second .serv_title{
margin: 0px 0px 100px 0px;
padding: 0px;
font-family: "K2D";
color: #bbbbbb;
font-size: 72px;
line-height: 1.1;
}
.fn_cs_personal_services_second .inner_list{
margin: 0px 0px 0px -30px;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
}
.fn_cs_personal_services_second .list_item {
margin: 0px 0px 76px 0px;
padding: 0;
list-style-type: inherit;
width: 50%;
float: left;
padding-left: 30px;
}
.fn_cs_personal_services_second .list_item .in{
width: 100%;
height: 100%;
clear: both;
float: left;
position: relative;
}
.fn_cs_personal_services_second .job_list{
margin: 0px;
list-style-type: none;
}
.fn_cs_personal_services_second .job_list li{
margin: 0px 0px 9px 0px;
width: 100%;
float: left;
transition: all .3s ease;
}
.fn_cs_personal_services_second .job_list:hover > li:hover{
transform: translateX(15px) translateZ(0px);
}
.fn_cs_personal_services_second .list_item .title{
margin: 0px;
padding: 0px;
font-family: "K2D";
color: #bbb;
font-size: 30px;
font-weight: 400;
margin-bottom: 24px;
}
.fn_cs_personal_services_second .job_list .job{
margin: 0px;
padding: 0px;
font-family: "Muli";
color: #666;
font-size: 18px;
font-weight: 400;
position: relative;
padding-left: 15px;
}
.fn_cs_personal_services_second .list_item .job:before{
position: absolute;
content: "+";
color: #bbb;
font-size: 14px;
left: 0px;
top: 50%;
transform: translateY(-50%);
}
.fn_cs_counter_with_caption[data-position="top"] ul li h3{
display: inline-block;
position: relative;
margin-bottom: 50px;
}
.fn_cs_counter_with_caption[data-position="top"] .suffix{
position: absolute;
top: -35px;
left: 100%;
margin-left: 6px;
} 
.fn_cs_counter_with_caption[data-position="top"] ul li{
padding-left: 50px;
} 
.fn_cs_counter_with_caption[data-position="top"] ul{
margin-left: -50px;
} 
.fn_cs_counter_with_caption[data-position="top"] ul li div{
max-width: 250px;
}
.fn_cs_partners_second{
width: 100%;
height: auto;
clear: both;
}
.fn_cs_partners_second .con_inner{
width: 100%;
height: auto;
clear: both;
display: flex;
}
.fn_cs_partners_second .left{
width: 63.5%;
margin: 70px 0;
padding: 125px 0px;
padding-right: 150px;
position: relative;
display: flex;
align-items: center;
background-color: #090909;
}
.fn_cs_partners_second .left:before{
position: absolute;
content: "";
width: 10000px;
top:0px;
bottom: 0px;
background-color: #090909;
right: 100%;
}
.fn_cs_partners_second .left ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
.fn_cs_partners_second .left ul li{
margin: 0px;
padding: 0px;
position: absolute;
opacity: 0;
visibility: hidden;
top: 50%;
left: 0;
transform: translateY(-45%);
transition: all .3s 0s ease;
}
.fn_cs_partners_second .left ul li.active{
opacity: 1;
visibility: visible;
transition: all .7s .3s ease;
transform: translateY(-50%);
}
.fn_cs_partners_second .left_inner{
width: 100%;
float: left;
position: relative;
min-height: 500px;
}
.fn_cs_partners_second .left ul li .icon{
width: 100%;
float: left;
margin-bottom: 30px;
}
.fn_cs_partners_second .left ul li .icon .arlo_w_fn_svg{
width: 45px;
height: 45px;
color: #f9004d;
}
.fn_cs_partners_second .left ul li p{
color: #bbb;
font-family: "Muli";
font-size: 29px;
margin: 0px;
padding: 0px;
margin-bottom: 35px;
}
.fn_cs_partners_second .left .name{
width: 100%;
float: left;
margin-bottom: 33px;
}
.fn_cs_partners_second .left .name h3{
font-family: "Muli";
font-size: 18px;
color: #bbbbbb;
font-weight: 500;
line-height: 1;
margin: 0px 0px 6px 0px;
padding: 0px;
}
.fn_cs_partners_second .left .name span{
font-family: "Muli";
font-size: 16px;
color: #666;
font-weight: 400;
line-height: 1;
margin: 0px;
padding: 0px;
}
.fn_cs_partners_second .left .image{
border-radius: 5px;
border: 2px solid rgba(255,255,255,.1);
display: inline-block;
padding: 25px 40px;
}
.fn_cs_partners_second .right{
width: 36.5%;
background-color: #f9004d;
padding: 100px 70px 105px 120px;
position: relative;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.fn_cs_partners_second .right:before{
position:absolute;
content: "";
width: 10000px;
top: 0px;
bottom: 0px;
left: 100%;
background-color: #f9004d;
}
.fn_cs_partners_second .right ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
.fn_cs_partners_second .right ul li{
margin: 0px;
padding: 0px;
}
.fn_cs_partners_second .right ul li a{
text-decoration: none;
color: #fff;
display: inline-block;
font-size: 48px;
font-family: "K2D";
font-weight: 400;
padding: 3px 0px;
position: relative;
}
.fn_cs_partners_second .right ul li a:before{
position: absolute;
content: "";
width: 100%;
height: 4px;
background-color: #fff;
left: 0px;
bottom: 3px;
opacity: 0;
transform: scaleX(0);
visibility: hidden;
transition: all .6s ease;
}
.fn_cs_partners_second .right ul li.active a:before{
opacity: 1;
visibility: visible;
transform: scaleX(1);
}
.fn_cs_button_second{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_button_second .con_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_button_second .con_inner a{
text-decoration: none;
color: #f9004d;
display: inline-block;
border: 2px solid #f9004d;
font-family: "Muli";
font-size: 16px;
font-weight: 500;
padding: 11px 42px 12px 32px;
border-radius: 4px;
transition: all .3s ease;
}
.fn_cs_button_second .con_inner a:hover{
color: #fff;
background-color: #f9004d;
}
.fn_cs_button_second ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_button_second ul li{
margin: 0px 20px 20px 0px;
display: inline-block;
}
.fn_cs_button_second ul li:last-child{
margin-right: 0px;
}
.fn_cs_button_second .con_inner .text{
width: 100%;
height: auto;
clear: both;
float: left;
margin-bottom: 50px;
}
.fn_cs_button_second .con_inner .text p{
font-family: "Muli";
font-size: 18px;
color: #777;
line-height: 30px;
margin-bottom: 30px;
}
.fn_cs_button_second .con_inner p:last-child{
margin-bottom: 0px;
}
.fn_cs_personal_hero_header_delta{
width: 100%;
clear: both;
float: left;
position: relative;
}
.fn_cs_personal_hero_header_delta .bg_image{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.fn_cs_personal_hero_header_delta .content_wrap{
width: 100%;
min-height: 100vh;
padding: 100px 0px;
display: flex;
align-items: center;
}
.fn_cs_personal_hero_header_delta .content{
position: relative;
max-width: 450px;
}
.fn_cs_personal_hero_header_delta .content .name{
color: #1e1e1e;
font-family: "Roboto";
font-size: 120px;
line-height: 120px;
font-weight: 400;
margin-bottom: 52px;
}
.fn_cs_personal_hero_header_delta .content .info{
color: #777777;
font-family: "Muli";
font-size: 24px;
line-height: 36px;
font-weight: 400;
margin-bottom: 70px;
}
.fn_cs_personal_hero_header_delta .arrow{
display: inline-block;
width: 40px;
height: 40px;
background-color: #fea202;
border-radius: 100%;
position: relative;
}
.fn_cs_personal_hero_header_delta .arrow .arlo_w_fn_svg{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: #fff;
width: 13px;
height: 13px;
}
.fn_cs_about_with_video{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_about_with_video .wrapper{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_about_with_video .wrapper .leftpart{
position: absolute;
width: 50%;
left: 0px;
top: 0px;
bottom: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.fn_cs_about_with_video .rounded{
width: 120px;
height: 120px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
border-radius: 100%;
z-index: 10;
border: 4px solid rgba(255,255,255,.5);
}
.fn_cs_about_with_video .rounded:before{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 13px 0 13px 26px;
border-color: transparent transparent transparent #fff;
top: 50%;
left: 50%;
margin-left: 4px;
transform: translate(-50%,-50%);
}
.fn_cs_about_with_video .rounded a:after{
content: '';
display: block;
position: absolute;
width: 120px;
height: 120px;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
background-color: inherit;
z-index: -1;
pointer-events: none;
border: 8px solid rgba(255,255,255,.8);
border-radius: 100%;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.fn_cs_about_with_video .rounded a{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block;
text-decoration: none;
z-index: 1;
}
.fn_cs_about_with_video .wrapper  .details{
width: 50%;
float: right;
height:auto;
position: relative;
padding: 140px 6% 150px 6%;
background-color: #000;
margin: 70px 0;
}
.fn_cs_about_with_video .wrapper  .in{
width: 100%;
max-width: 500px;
height: auto;
clear: both;
float: left;
}
.fn_cs_about_with_video .wrapper  .details span{
color: #fff;
}
.fn_cs_about_with_video .social{
width: 100%;
height: auto;
clear: both;
float: left;
margin-bottom: 30px;
}
.fn_cs_about_with_video .social ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_about_with_video .social ul li{
margin: 0px 40px 0px 0px;
display: inline-block;
position: relative;
}
.fn_cs_about_with_video .social ul li:last-child{margin-right: 0px;}
.fn_cs_about_with_video .social ul li a{
text-decoration: none;
font-family: "Muli";
font-size: 18px;
color: #777;
position: relative;
transform: translateZ(0);
transition: all .3s ease;
}
.fn_cs_about_with_video .social ul li a:before{
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 100%;
background-color: #fff;
-webkit-transition: left .5s ease,width .5s ease;
-moz-transition: left .5s ease,width .5s ease;
-ms-transition: left .5s ease,width .5s ease;
-o-transition: left .5s ease,width .5s ease;
transition: left .5s ease,width .5s ease;
}
.fn_cs_about_with_video .social ul li a:hover:before{
width:100%;
left:0;
-webkit-transition:width .5s ease;
-moz-transition:width .5s ease;
-ms-transition:width .5s ease;
-o-transition:width .5s ease;
transition:width .5s ease;
}
.fn_cs_about_with_video .social ul li a:hover{
color: #fff;
}
.fn_cs_about_with_video .social ul li:before{
position: absolute;
content: "";
width: 20px;
height: 1px;
background-color: #666;
top: 50%;
transform: translateY(-50%);
left: 100%;
margin-top: 1px;
margin-left: 10px;
}
.fn_cs_about_with_video .social ul li:last-child:before{
display: none;
}
.fn_cs_about_with_video .desc{
width: 100%;
height: auto;
clear: both;
float: left;
margin-bottom: 40px;
}
.fn_cs_about_with_video .desc p{
font-family: "Muli";
font-size: 18px;
color: #eee;
font-weight: 400;
line-height: 36px;
margin: 0px;
}
.fn_cs_about_with_video .button{
width: 100%;
height: auto;
clear: both;
float: left;
margin-bottom: 80px;
}
.fn_cs_about_with_video .button a{
text-decoration: none;
color: #eee;
display: inline-block;
border: 2px solid #333;
border-radius: 3px;
font-family: "Muli";
font-size: 16px;
line-height: 30px;
font-weight: 400;
padding: 8px 40px;
transition: all .3s ease;
}
.fn_cs_about_with_video .button a:hover{
letter-spacing: 2px;
border-color: #fff;
}
.fn_cs_interactive_service{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_interactive_service .bg_video_wrapper{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
}
.fn_cs_interactive_service .con_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_interactive_service .list_wrap{
float: left;
position: relative;
}
.fn_cs_interactive_service .con_inner ul{
margin: 0px;
list-style-type: none;
float: left;
}
.fn_cs_interactive_service .con_inner ul li{
margin: 0px;
}
.fn_cs_interactive_service .con_inner ul li img{
display: none;
opacity: 0;
visibility: hidden;
position: absolute;
z-index: -1111;
}
.fn_cs_interactive_service .con_inner ul li a{
text-decoration: none;
color: #333;
font-family: "Roboto";
font-size: 60px;
line-height: 90px;
font-weight: 600;
display: inline-block;
transition: all .3s ease;
}
.fn_cs_interactive_service .con_inner ul li.opened a{
color: #fea202;
}
.fn_cs_service_box{
position: fixed;
top: 50%;
left: 50%; width: 350px;
height: 250px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 7px;
z-index: 111;
opacity: 0;
visibility: hidden;
}
.fn_cs_service_box.opened{
opacity: 1;
visibility: visible;
}
.fn_cs_post_silder_cols .title_holder{
padding: 31px 10px 0 10px !important;
}
.fn_cs_post_silder_cols .title_holder p{
margin-top: 2px !important;
}
.arlo_fn_qwertyyyyyy{
width: 100%;
height: auto;
clear: both;
float: left;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.arlo_fn_qwertyyyyyy ul{
margin: 0px 0px 0px -70px;
list-style-type: none;
}
.arlo_fn_qwertyyyyyy ul li{
margin: 0px 0px 70px 0px;
float: left;
width: 33.3333%;
padding-left: 70px;
}
.arlo_fn_qwertyyyyyy ul li .list_inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
} @media(max-width:1400px){
.fn_cs_counter_with_caption[data-position="top"] ul li h3{font-size: 70px !important;}
.fn_cs_counter_with_caption[data-position="top"] .suffix{font-size: 30px !important;top: -20px;}
.fn_cs_counter_with_caption[data-position="top"] ul li p{line-height: 30px !important;}
.fn_cs_counter_with_caption[data-position="top"] ul li div{max-width: 100%;}
}
@media(max-width:1250px){
.fn_cs_personal_hero_header_beta .about_in{flex-direction: column;}
.fn_cs_personal_hero_header_beta .about_left{width: 100%;padding-right: 0;margin-bottom: 100px;}
.fn_cs_personal_services_beta ul li{width: 50%;}
.fn_cs_demo_list .demo_wrap ul li{width: 33.3333%;}
.fn_cs_personal_hero_header .hero_inner{flex-direction: column;align-items: baseline;}
.fn_cs_personal_hero_header .leftpart{min-width: auto;margin-bottom: 60px;}
.fn_cs_personal_hero_header .rightpart{padding-left: 0px;}
.fn_cs_personal_portfolio_list ul li{width: 33.3333%;}
.fn_cs_partners_second .right ul li a{font-size: 40px !important;}
.fn_cs_partners_second .right{padding-left: 70px !important;}
}
@media(max-width:1040px){
body.admin-bar .fn_cs_interactive_list_horizontal_half{height: auto;min-height: 100vh;}
.fn_cs_flickity_slider .slider_wrap ul li .project a{font-size: 80px;}
.fn_cs_demo_list .demo_wrap ul li{width: 50%;}
.fn_cs_demo_list[data-cols="3"] .demo_wrap ul li{width: 50%;}
.fn_cs_personal_partners .partners_inner ul li{width: 33.3333%;}
.fn_cs_personal_hero_header .rightpart .main_title h3{font-size: 50px !important;}
.fn_cs_personal_portfolio_list ul li{width: 50%;}
.fn_cs_personal_experience .experience_inner ul li .list_inner{width: 100%;padding-right: 0px;}
.fn_cs_personal_services .service_inner ul li{width: 50%;}
.fn_cs_personal_progress_wrap_all .bg div{width: 100%;}
.fn_cs_personal_progress_wrap_all .bg .right{top: auto;height: 300px;bottom: 0px;width: auto;left: 20px;right: 20px;}
.fn_cs_personal_progress_wrap_all{padding-bottom: 300px;}
.fn_cs_personal_progress_wrap_all .bg .left{bottom: 300px;border-top-right-radius:0px;border-bottom-left-radius:5px;}
.fn_cs_personal_progress_wrap_all .content .c_in{max-width: 100%;padding: 158px 0px 150px 0;}
.fn_cs_personal_progress_wrap{max-width: 100%;}
.fn_cs_personal_hero_header_beta .about_left h3{font-size: 40px;line-height: 1.1;}
.fn_cs_personal_portfolio_list_beta ul{margin-left: -20px;}
.fn_cs_personal_portfolio_list_beta ul li{padding-left: 20px;margin-bottom: 20px;}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder{opacity: 1;transform: none !important;left: 0;bottom: 0;width: 100%;max-width: 100%;top: auto;}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder .title_abs{transform: scale(1) !important;}
.fn_cs_personal_portfolio_list_beta .list_item .title_holder .title_abs div{transform: translate(0px,0px) !important;border-radius: 0;}
.fn_cs_personal_news .news_list .blog_item_in{padding-left: 0;}
.fn_cs_personal_news .news_list .blog_item .b_counter{display: none;}
.fn_cs_personal_services_second .serv_title{font-size: 50px;}
.fn_cs_personal_services_second .list_item{width: 100%;padding-left: 0px;}
.fn_cs_personal_services_second .inner_list{margin: 0px;}
.fn_cs_partners_second .right ul li a{font-size: 30px !important;}
.fn_cs_partners_second .right{padding-top: 70px;padding-bottom: 75px;}
.fn_cs_partners_second .left ul li p{font-size: 20px !important;}
}
@media(max-width:768px){
.fn_cs_flickity_slider .slider_wrap ul li .project a{font-size: 60px;}
.fn_cs_flickity_slider .slider_wrap ul li{padding: 0px 40px;}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a{font-size: 50px;}
.fn_cs_interactive_list_vertical .project_list_wrap ul li a{font-size: 50px;}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li a{font-size: 50px;}
.fn_cs_portfolio_demo_one .overlay_links{bottom: 20px;left: 20px;}
.fn_cs_split_screen .section_wrap .rightpart .project a{font-size: 45px;}
.fn_cs_demo_list[data-cols="3"] .demo_wrap ul li{width: 100%;}
.fn_cs_demo_list[data-cols="2"] .demo_wrap ul li{width: 100%;}
.fn_cs_demo_list .demo_wrap ul li{width: 100%;padding: 0px;margin-bottom: 20px;}
.fn_cs_demo_list .demo_wrap ul{margin: 0px;}
.fn_cs_demo_list .demo_wrap{padding: 0px 20px;}
.fn_cs_personal_partners .partners_inner ul li{width: 50%;}
.fn_cs_personal_contact_address_beta .list_in li{width: 100%;}
.fn_cs_personal_hero_header .rightpart .main_title h3{font-size: 35px;}
.fn_cs_personal_hero_header .rightpart .description p{max-width: 100%;font-size: 20px;}
.fn_cs_personal_hero_header .social ul li:before{display: none;}
.fn_cs_personal_hero_header .social ul li{margin-right: 30px;}
.fn_cs_personal_quote .quote_inner{flex-direction: column;align-items: baseline;}
.fn_cs_personal_quote .quote_inner .text{max-width: 100%;padding-right: 0px;margin-bottom: 30px;}
.fn_cs_intro_testimonials .text_box p{font-size: 23px;}
.fn_cs_personal_services_beta .service_inner ul li{width: 100%;padding-left: 0px;margin-bottom: 20px !important;}
.fn_cs_personal_services_beta .service_inner ul{margin: 0px;}
.fn_cs_personal_portfolio_list ul li{width: 100%;padding-left: 0px;margin-bottom: 20px !important;}
.fn_cs_personal_portfolio_list ul{margin: 0px;}
.fn_cs_personal_portfolio_list ul li.active{width: 100%;}
.fn_cs_personal_contact_address_beta .list_in li{width: 100%;}
.fn_cs_personal_news .news_list .blog_item{padding: 30px 0;}
.fn_cs_personal_news .title_wrapper .b_arrow{display: none;}
.fn_cs_personal_news .title_wrapper{padding-left: 120px;padding-right: 0;}
.fn_cs_personal_news .news_list .title_wrapper .abs_img{width: 100px;min-height: 80px;}
.fn_cs_personal_hero_header_beta .about_right{width: 100%}
.fn_cs_personal_portfolio_list_beta ul li{width: 100% !important;}	
.fn_cs_personal_portfolio_list_beta ul li{width: 100% !important;}
.fn_cs_personal_services_second .background{display: none;}
.fn_cs_personal_services_second .con_inner{width: 100%;}
.fn_cs_personal_services_second .list_item{width: 50%;padding-left: 40px;}
.fn_cs_personal_services_second .inner_list{margin: -40px;}
.fn_cs_partners_second .right{padding: 60px !important;}
.fn_cs_counter_with_caption[data-column="four"] ul li{width: 50%;}
.fn_cs_masonry_review .inner ul{margin: 0px !important;}
.fn_cs_masonry_review .inner ul li{width: 100% !important;padding-left: 0px !important;margin-bottom: 20px !important;}
.fn_cs_about_with_video .wrapper .leftpart{position: relative;width: 100%;height: 300px;border-radius: 0px;}
.fn_cs_about_with_video .wrapper .details{width: 100%;margin-top: 0px;}
}
@media(max-width:480px){
.fn_cs_personal_hero_header .rightpart .main_title h3{font-size: 30px;}	
.fn_cs_personal_news .news_list .title_wrapper .title_holder h3{font-size: 24px;}
.fn_cs_flickity_slider .slider_wrap ul li .project a{font-size: 40px;font-weight: 500;}
.fn_cs_flickity_slider .slider_wrap ul li{padding: 0px 20px;}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a{font-size: 40px;}
.fn_cs_interactive_list_vertical .project_list_wrap ul li a{font-size: 40px;}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li a{font-size: 40px;}
.fn_cs_split_screen .section_wrap .rightpart .project a{font-size: 30px;}
.fn_cs_personal_partners .partners_inner ul li{width: 100%;}
.fn_cs_counter_with_caption[data-position="top"] ul li{margin-bottom: 50px;}
.fn_cs_counter_with_caption[data-position="top"] ul li h3{margin-bottom: 15px !important;}
.fn_cs_personal_services_second .list_item{width: 100%;padding-left: 0px;}
.fn_cs_personal_services_second .inner_list{margin: 0px;}
.fn_cs_personal_services_second .serv_title{font-size: 45px;}
.fn_cs_personal_services_second .list_item{margin-bottom: 50px;}
.fn_cs_partners_second .right{display: none;}
.fn_cs_partners_second .left{width: 100%;padding: 50px 0px;}
.fn_cs_partners_second .left ul li{
margin-bottom: 30px;text-align: center;display: inline-block;width: 100%;
position: relative;
opacity: 1;
transform: none !important;
visibility: visible;
}
.fn_cs_partners_second .left ul li .icon{display: none;}
.fn_cs_partners_second .left ul li p{display: none;}
.fn_cs_partners_second .left .name{display: none;}
.fn_cs_counter_with_caption[data-column="four"] ul li{width: 100%;}
}
div.wpcf7-response-output{
display: none;
}
 body.rtl .fn_cs_about_text_slider.fn_classic .info_list ul li{float: right;}
body.rtl .fn_cs_about_text_slider.fn_classic .btn_list ul li{float: right;}
body.rtl .fn_cs_about_text_slider.fn_classic ul li label{
margin-right: 0;
margin-left: 40px;
}
body.rtl .fn_cs_about_text_slider.fn_classic ul li label:after{
left: 0px;
margin-left: 0;
right: 100%;
margin-right: 10px;
}
body.rtl .fn_cs_about_text_slider.fn_classic ul li label{margin-right: 0;}
body.rtl .fn_cs_about_text_slider.fn_classic .btn_list ul li{
margin-right: 0;
margin-left: 50px;
float: right;
}
body.rtl .fn_cs_services_numbered.fn_modern .snumbered_inner ul li{float: right;}
body.rtl .fn_cs_services_numbered.fn_modern .snumbered_inner ul li .number_holder:after{
right: auto;
left: -100px;
}
body.rtl .fn_cs_services_numbered.fn_modern .snumbered_inner ul li .item:after{
right: 0px;
left: 0px
}
body.rtl .fn_cs_about_text_slider.new .left_part .about_image_wrap .border .inner{
position: absolute;
top: 25px !important;
bottom: -25px !important;
left: -25px !important;
right: 25px !important;
border: 10px solid #000;
}
body.rtl .fn_cs_about_text_slider.new .right_part{
padding-left: 0px;
padding-right: 80px;
}
@media(max-width: 1400px){
body.rtl .fn_cs_about_text_slider.new .right_part{padding-right: 50px;}
}
@media(max-width: 768px){
body.rtl .fn_cs_about_text_slider.new .right_part{padding-right: 0px;}
}
body.rtl .fn_cs_about_text_slider.new .info_list ul li .info_item{padding: 0px 30px 0px 0px;}
body.rtl .fn_cs_about_text_slider.new .info_list ul li{float: right;}
body.rtl .fn_cs_about_text_slider.new .info_list ul li span.icon{
left: auto;
right: 0;
}
body.rtl .fn_cs_about_text_slider.new .info_list ul li{float: right;}
body.rtl .fn_cs_about_text_slider.new .btn_list ul {float: right;}
body.rtl .fn_cs_about_text_slider.new .btn_list ul li{float: right;}
body.rtl .fn_cs_about_text_slider.new .btn_list ul li:last-child{margin-right: 0px;}
body.rtl .fn_cs_about_text_slider.new .btn_list ul li{margin: 0px 0px 20px 15px;}
@media(max-width: 768px){
body.rtl .fn_cs_about_text_slider.new .left_part{
padding-right: 0px;
padding-left: 80px;
}
}
body.rtl .fn_cs_about_with_rating .bottom_section li{float: right;}
body.rtl .fn_cs_about_with_rating .left_part h3:after{
left: auto;
right: 0px;
}
body.rtl .fn_cs_about_with_rating .bottom_section .icon{
left: auto;
right: 0px;
}
body.rtl .fn_cs_about_with_rating .bottom_section .item{
padding-left: 0px;
padding-right: 50px;
}
body.rtl .fn_cs_about_with_rating .badge_right{
left: 0px;
right: 50%;
top: 0px;
bottom: 0px;
}
body.rtl .fn_cs_about_with_rating .badge_left{float: right;}
body.rtl .fn_cs_about_with_rating .rating_holder{
right: auto;
left: 70px;
}
body.rtl .fn_cs_about_with_rating .badge_left .year{
margin-right: 0px;
margin-left: 14px;
}
body.rtl .fn_cs_about_with_rating .right_part{
padding-left: 0px;
padding-right: 15%;
}
@media(max-width: 768px){
body.rtl .fn_cs_about_with_rating .badge_left{
padding-right: 20px;
padding-left: 80px;
}
body.rtl .fn_cs_about_with_rating .rating_holder{
left: 45px;
}
}
@media(max-width: 1200px){
body.rtl .fn_cs_about_with_rating .right_part{padding-right: 0px;}
}
body.rtl .fn_cs_about .leftpart h3.title:after{
left: auto;
right: 0px;
}
body.rtl .cons_w_wrapper .fn_cs_accordion .accordion_in .acc_head{
padding-left: 0px;
padding-right: 35px;
}
body.rtl .cons_w_wrapper .fn_cs_check_list li{float: right;}
body.rtl .cons_w_wrapper .fn_cs_check_list li .item{
padding-left: 0px;
padding-right: 35px;
}
body.rtl .cons_w_wrapper .fn_cs_accordion .plus{
left: auto;
right: 0px;
}
body.rtl .cons_w_wrapper .fn_cs_check_list li .item svg, .cons_w_wrapper .fn_cs_check_list li .item img{
left: auto;
right: 0px;
}
body.rtl .fn_cs_about .rightpart{
margin-left: 0px;
margin-right: 50px;
}
@media(max-width: 1200px){
body.rtl .fn_cs_about .rightpart{margin-right: 0px;width: auto;}
body.rtl .fn_cs_about .r_inner{float: right;width: auto;}
}
body.rtl .fn_cs_call_to_action .title_holder{
margin-right:0px;
margin-left:50px;
}
body.rtl .fn_cs_counter_with_content .rightpart li{float: right;}
body.rtl .fn_cs_counter_with_content .leftpart li{float: right;}
@media(max-width: 1200px){
body.rtl .fn_cs_counter_with_content .leftpart li{padding-right: 0px;}
}
body.rtl .fn_cs_counter_with_descr .top_part p{
padding-left: 0px;
padding-right: 35px;
border-right: 4px solid #ff4b36;
border-left: none;
}
body.rtl .fn_cs_counter_with_descr .top_part h3{
margin-right: 0px;
margin-left: 50px;
}
body.rtl .fn_cs_counter_with_descr .bottom_part ul li{float: right;}
body.rtl .fn_cs_counter_with_descr .bottom_part ul li div label{
margin-right: 0px;
margin-left: 40px;
}
body.rtl .fn_cs_counter_with_descr .bottom_part ul li div label:after{
left: auto;
right: 100%;
margin-left: 0px;
margin-right: 10px;
}
body.rtl .fn_cs_counter_with_rating .content_holder h3:after{
left: auto;
right: 2px;
}
body.rtl .fn_cs_counter_with_rating .rightpart li{float: right;}
body.rtl .fn_cs_counter_with_rating .rating_holder{
right: auto;
left: 80px;
}
body.rtl .fn_cs_counter_with_rating .rightpart:after{
right: auto;
left: 0px;
}
body.rtl .fn_cs_counter_with_rating .rightpart:before{
right: auto;
left: 0px;
border-left: 30px solid #ff4b36;
border-right: none;
}
body.rtl .fn_cs_counter_with_rating .rightpart{padding: 87px 100px 80px 190px;}
body.rtl .fn_cs_counter_with_rating .leftpart li{float: right;width: 100%;}
body.rtl .fn_cs_counter_with_rating:after{
right: -800px;
left: 55%;
}
@media(max-width: 1040px){
body.rtl .fn_cs_counter_with_rating:after{right: 0px;left: 0px;}
body.rtl .fn_cs_counter_with_rating .leftpart li{text-align: center;}
}
body.rtl .fn_cs_description,
body.rtl .fn_cs_description .desc_holder{float: right;}
body.rtl .fn_cs_experience .list{
margin-left: 0px;
margin-right: 150px;
}
body.rtl .fn_cs_experience .list li{float: right;}
body.rtl .fn_cs_experience .list span:after{
left: auto;
right: -25px;
}
body.rtl .fn_cs_experience .badge_holder .text{
margin-right: 10px;
margin-left: 0px;
}
@media(max-width: 1040px){body.rtl .fn_cs_experience .list{margin-right: 20px;}}
body.rtl .fn_cs_service_query .owl_control{
right: auto;
left: 65px;
}
@media(max-width: 1040px){
body.rtl .fn_cs_service_query .owl_control{left: auto;}
}
body.rtl .fn_cs_service_query .t_inner{
padding-left: 100px;
padding-right: 0px;
}
body.rtl .fn_cs_service_query .t_inner span{
margin-left: 0px;
margin-right: 62px;
}
body.rtl .fn_cs_service_query .t_inner span:after{
right: auto;
left: 100%;
margin-right: 0px;
margin-left: 30px;
}
body.rtl .fn_cs_service_query .owl_control .fn_prev{
left: auto;
right: 0px;
}
body.rtl .fn_cs_service_query .owl_control div{
left: auto;
right: 35px;
}
body.rtl .fn_cs_service_query .owl_control div:after{}
body.rtl .fn_cs_service_query .service_part .item .view_more a{padding: 0px 20px 0px 47px;}
body.rtl .fn_cs_service_query .service_part .item .view_more img,
body.rtl .fn_cs_service_query .service_part .item .view_more svg{
transform: rotate(-180deg);
right: auto;
left: 20px;
transition: left .3s ease;
}
body.rtl .fn_cs_service_query .service_part .item .view_more a:hover img,
body.rtl .fn_cs_service_query .service_part .item .view_more a:hover svg{
right: auto;
left: 15px;
}
@media(max-width: 1040px){
body.rtl .fn_cs_service_query .t_inner span{margin-right: 0px;}
}
body.rtl .cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .content_holder .t_image{
margin-right: 0px;
margin-left: 115px;
}
body.rtl .cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder{text-align: right;}
body.rtl .cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder:before{left: auto;right: 0px;}
body.rtl .cons_w_wrapper .fn_cs_hero_header_exclusive.fn_elegant .title_holder:after{left: auto;right: 0px;}
body.rtl .cons_w_wrapper .fn_cs_hero_header_modern h3:after{left: auto;right: 0px;}
body.rtl .cons_w_wrapper .fn_cs_hero_header_modern .content_holder{float: right;}
body.rtl .cons_w_wrapper .fn_cs_hero_header .content_holder{float: right;}
body.rtl .cons_w_wrapper .fn_cs_hero_header h3:after{left: auto;right: 0px;}
body.rtl .cons_w_wrapper .fn_cs_hero_header a.discover{margin-left: 30px;margin-right: 0px;}
body.rtl .fn_cs_info_list .list li{float: right;}
body.rtl .fn_cs_info_list .list .item{padding-left: 0px;padding-right: 50px;}
body.rtl .fn_cs_info_list .list .icon{left: auto;right: 0px;}
body.rtl .fn_cs_introduce .title_holder{float: right;}
body.rtl .fn_cs_introduce .title_holder{padding-left: 12%;padding-right: 0px;}
body.rtl .fn_cs_introduce .title_holder h3:after{left: auto;right: 0px;}
body.rtl .fn_cs_introduce span.video{left: auto;right: 80px;}
@media(max-width: 768px){
body.rtl .fn_cs_introduce .title_holder{padding: 0px;}
body.rtl .fn_cs_introduce .badge_holder{float: right;}
body.rtl .fn_cs_introduce span.video{right: 30px;}
}
body.rtl .fn_cs_main_title .title_holder h3:after{left: auto;right: 0px;}
body.rtl .fn_cs_portfolio_details .right_part{padding-left: 0px;padding-right: 40px;}
body.rtl .fn_cs_portfolio_details .list_holder .item{padding-left: 0px;padding-right: 30px;}
body.rtl .fn_cs_portfolio_details .list_holder .item .arlo_w_fn_svg{left: auto;right: 0px;}
@media(max-width: 768px){
body.rtl .fn_cs_portfolio_details .right_part{padding-right: 0px;}
}
body.rtl .fn_cs_principles_modern .item .icon{left: auto;right: 50px;transform: rotate(180deg);}
body.rtl .fn_cs_principles_modern .item .number_holder{left: auto;right: 50px;}
body.rtl .fn_cs_principles_modern .item .number_holder:after{left: auto;right: 100%;border-right: none;border-left: 20px solid transparent;}
body.rtl .fn_cs_principles_modern .item:hover .number_holder:after{border-left-width: 30px;}
body.rtl .fn_cs_progress_bar_desc .pbd_inner .left_part{padding-left: 80px;padding-right: 0px;}
body.rtl .fn_cs_project_category ul.posts_filter li{float: right;margin-right: 0px;margin-left: 25px;}
body.rtl .fn_cs_project_category ul.posts_list li{float: right;}
body.rtl .fn_cs_project_sticky_full .left_part h3:after{left: auto;right: 3px;}
body.rtl .fn_cs_project_sticky_full .right_part .title_holder p:after{right: 0px;left: 100%;}
body.rtl .fn_cs_project_sticky_full .right_part .item:hover p:after{left: 0px;}
body.rtl .fn_cs_project_sticky_full .right_part li{float: right;}
body.rtl .fn_cs_project_sticky_full .right_part .title_holder p a{padding-right: 0px;padding-left: 29px;}
body.rtl .fn_cs_project_sticky_full .right_part .title_holder p a svg{right: auto;left: 5px;transform: rotate(180deg);transition: all .3s ease;}
body.rtl .fn_cs_project_sticky_full .right_part .title_holder p a:hover svg{left: 0px;}
body.rtl .fn_cs_project_sticky .left_part h3:after{left: auto;right: 0px;}
body.rtl .fn_cs_project_sticky .left_part a{padding-right: 0px;padding-left: 27px;}
body.rtl .fn_cs_project_sticky .left_part a svg{left: 0px;right: auto;transform: rotate(180deg);}
body.rtl .fn_cs_project_sticky .right_part{padding-left: 0px;padding-right: 70px;}
@media(max-width: 1200px){
body.rtl .fn_cs_project_sticky .right_part{padding-right: 0px;}
}
body.rtl .fn_cs_project_sticky .right_part .title_holder p a{padding-left: 25px;padding-right: 0px;}
body.rtl .fn_cs_project_sticky .right_part .title_holder p svg{right: auto;left: 0px;transform: rotate(180deg);}
body.rtl .fn_cs_project_sticky_modern .left_part h3:after{left: 0px;right: 2px;}
body.rtl .fn_cs_project_sticky_modern .right_part .title_holder p a{padding-left: 25px;padding-right: 0px;}
body.rtl .fn_cs_project_sticky_modern .right_part .title_holder p svg{left: 0px;right: auto;transform: rotate(180deg);}
body.rtl .fn_cs_project_sticky_modern .right_part{padding-right: 60px;padding-left: 0px;}
@media(max-width: 1200px){
body.rtl .fn_cs_project_sticky_modern .right_part{padding-right: 0px;}
}
body.rtl .fn_cs_services_numbered .snumbered_inner ul li .number_holder{left: 0px;right: 20px;}
body.rtl .fn_cs_services .icon{left: auto;right: 45px;}
body.rtl .fn_cs_services span.arrow{right: auto;left: 50px;transform: rotate(180deg);}
body.rtl .fn_cs_services .item:hover span.arrow{
left: 40px;
right: auto;
}
body.rtl .fn_cs_single_testimonial .inner svg,body.rtl .fn_cs_single_testimonial .inner img{left: auto;right: 60px;}
@media(max-width: 768px){
body.rtl .fn_cs_single_testimonial .inner svg,body.rtl .fn_cs_single_testimonial .inner img{right: 30px;}
}
body.rtl .fn_cs_support_block .bottom_section div:nth-child(2){margin-left: 0px;margin-right: 70px;}
body.rtl .fn_cs_support_block .bottom_section div:nth-child(2):after{left: auto;right: -50px;}
@media(max-width: 1600px){
body.rtl .fn_cs_support_block .bottom_section div:nth-child(2){margin-right: 0px;}
}
body.rtl .fn_cs_team_member .title_holder{text-align: right;}
body.rtl .fn_cs_team_member .img_holder .social_list{left: auto;right: 0px;}
body.rtl .fn_cs_team_member .img_holder .social_list ul{float: right;}
body.rtl .fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_info:after{left: auto;right: 0px;}
body.rtl .fn_cs_triple_blog_shadow.fn_second .inner .title_holder p.t_info:before{left: auto;right: 0px;}
body.rtl .fn_cs_triple_blog .title_holder{padding-left: 20px;padding-right: 20px;}
body.rtl .fn_cs_triple_blog a.icon{right: auto;left: 40px;transform: rotate(180deg);}
body.rtl .fn_cs_triple_blog .item:hover a.icon{right: auto;left: 20px;}
body.rtl .fn_cs_useful_information .uinfo_inner .info_list{padding-right: 0px;padding-left: 80px;}
body.rtl .fn_cs_useful_information .info_list ul li .info_item{padding-right: 30px;padding-left: 0px;}
body.rtl .fn_cs_useful_information .info_list ul li span.icon{left: auto;right: 0px;}
body.rtl .fn_cs_why_choose_us .wcu_inner .left_part{padding-right: 0px;padding-left: 80px;}
body.rtl .fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item{padding-left: 0px;padding-right: 54px;}
body.rtl .fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon{left: auto;right: 0px;}
body.rtl .fn_cs_why_choose_us .wcu_inner .right_part ul li{float: right;}
  .fn_cs_deprecated_text{
display: none !important;
width: 100%;
clear: both;
margin: 10px 0;
left: 50%;
transform: translateX(-50%);
padding: 0 20px;
max-width: 1210px;
box-sizing: border-box;
position: absolute;
z-index: 9;
}
.admin-bar .fn_cs_deprecated_text,
.elementor-editor-active .fn_cs_deprecated_text{ }
.fn_cs_deprecated_text:after{
clear: both;
display: table;
content: '';
}
.fn_cs_deprecated_text .inner{
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 75px;
background-color: #f7fbff;
min-height: 120px;
display: flex;
justify-content: center;
flex-direction: column;
border-radius: 3px;
overflow: hidden;
}
.fn_cs_deprecated_text .inner h5{
margin: 0;
padding: 0;
font-size: 15px;
color: #6387a6;
font-weight: 600;
margin-bottom: 5px;
}
.fn_cs_deprecated_text .inner p{
margin: 0;
padding: 0;
font-size: 15px;
color: #777;
}
.fn_cs_deprecated_text .inner p span{
font-weight: 600;
}
.fn_cs_deprecated_text .icon_holder{
width: 50px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
background-color: #3793ff;
}
.fn_cs_deprecated_text .icon_holder i{
width: 27px;
height: 27px;
position: absolute;
display: block;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
border-radius: 50%;
text-align: center;
font-size: 14px;
line-height: 27px;
color: #3793ff;
}   .fn_cs_review_stroke_stars{
width: 100%;
float: left;
clear: both;
}
.fn_cs_review_stroke_stars .arlo_w_fn_svg{
width: 24px;
height: 24px;
color: #e79302;
}
.fn_cs_review_stroke_stars .svg_wrapper{
float: left;
margin-right: 14px;
display: block;
width: 24px;
height: 24px;
}
.fn_cs_review_stroke_stars .svg_wrapper:last-child{
margin-right: 0;
}
.fn_cs_review_stroke_stars .svg_wrapper span{
display: block;
float: left;
}
.fn_cs_review_stroke_stars .review_in{
float: left;
}
.fn_cs_masonry_review .inner .item_in > div,
.fn_cs_masonry_review .inner .item_in,
.fn_cs_masonry_review .inner .item,
.fn_cs_masonry_review .inner,
.fn_cs_masonry_review{
width: 100%;
float: left;
clear: both;
}
.fn_cs_masonry_review .inner ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -70px;
}
.fn_cs_masonry_review .inner ul li{
margin: 0;
padding: 0;
width: 50%;
float: left;
padding-left: 70px;
margin-bottom: 70px;
}
.fn_cs_masonry_review .inner .item{
padding: 50px 35px;
border: 15px solid #0d0d0d;
border-radius: 5px;
}
.fn_cs_masonry_review .inner .r_quote .arlo_w_fn_svg{
float: left;
width: 40px;
height: 40px;
}
.fn_cs_masonry_review .inner .r_quote{
margin-bottom: 35px;
}
.fn_cs_masonry_review .inner .r_review{
margin-bottom: 40px;
}
.fn_cs_masonry_review .inner .r_desc{
margin-bottom: 30px;
}
.fn_cs_masonry_review .inner .r_desc p{
margin: 0;padding: 0;
font-family: 'Muli';
font-size: 18px;
color: #777;
}
.fn_cs_masonry_review .inner .r_reviewer{
display: flex;
flex-direction: column;
min-height: 70px;
justify-content: center;
}
.fn_cs_masonry_review .inner .r_reviewer{
padding-left: 90px;
position: relative;
}
.fn_cs_masonry_review .inner .r_reviewer .abs_img{
width: 70px;
height: 70px;
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
left: 0;
top: 0;
border-radius: 100%;
}
.fn_cs_masonry_review .inner .r_reviewer h3{
margin: 0;
padding: 0;
font-size: 18px;
color: #eee;
letter-spacing: 0;
font-family: 'Rubik';
font-weight: 400;
margin-bottom: 3px;
}
.fn_cs_masonry_review .inner .r_reviewer h5{
margin: 0;
padding: 0;
font-size: 16px;
color: #777;
letter-spacing: 0;
font-family: 'Muli';
font-weight: 400;
}   .fn_cs_blog_group .top_part,
.fn_cs_blog_group .bottom_part,
.fn_cs_blog_group .inner,
.fn_cs_blog_group{
width: 100%;
float: left;
clear: both;
}
.fn_cs_blog_group .top_inner{
display: flex;
flex-direction: row;
}
.fn_cs_blog_group .top_left{
width: 50%;
min-width: 50%;
padding: 115px 0 112px 0;
padding-right: 15%;
justify-content: center;
display: flex;
flex-direction: column;
}
.fn_cs_blog_group .top_right{
width: 50%;
justify-content: center;
display: flex;
flex-direction: column;
padding: 120px 0;
}
.fn_cs_blog_group .top_right .img_holder{
width: 100%;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.fn_cs_blog_group .top_right .img_holder .abs_img{
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
transition: all 1s ease;
transform: translateZ(0);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_blog_group .top_part:hover .abs_img{
transform: scale(1.1) translateZ(0);
}
.fn_cs_blog_group .top_right .img_holder a{
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 5;
}
.fn_cs_blog_group .top_right .img_holder img{
min-width: 100%;
opacity: 0;
}
.fn_cs_blog_group .bottom_part_wrap,
.fn_cs_blog_group .top_part_wrap{
max-width: 1170px;
margin: 0 auto;
padding: 0 50px;
}
.fn_cs_blog_group .top_part{
background-color: #000;
margin-bottom: 100px;
}
.fn_cs_blog_group .bottom_part ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -70px;
}
.fn_cs_blog_group .bottom_part ul:after{
clear: both;
display: table;
content: '';
}
.fn_cs_blog_group .bottom_part ul li{
margin: 0;
padding: 0;
width: 33.3333%;
float: left;
padding-left: 70px;
margin-bottom: 62px;
}
.fn_cs_blog_group .bottom_part .img_holder{
width: 150px;
height: 150px;
position: relative;
clear: both;
margin-bottom: 34px;
border-radius: 3px;
overflow: hidden;
}
.fn_cs_blog_group .bottom_part .abs_img{
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
transition: all 1s ease;
transform: translateZ(0);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_blog_group .bottom_part .item:hover .abs_img{
transform: scale(1.1) translateZ(0);
}
.fn_cs_blog_group .bottom_part .img_holder a{
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 5;
}
.fn_cs_blog_group .bottom_part .img_holder img{
display: none;
}
.fn_cs_blog_group .bottom_part_wrap,
.fn_cs_blog_group .top_part_wrap{
max-width: 1150px;
margin: 0 auto;
padding: 0 40px;
}
.fn_cs_blog_group .top_title h3{
margin: 0;
padding: 0;
font-family: 'Roboto';
font-size: 24px;
letter-spacing: .5px;
color: #ddd;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 57px;
}
.fn_cs_blog_group .author_holder p{
margin: 0;
padding: 0;
font-size: 16px;
font-family: 'Muli';
color: #777;
letter-spacing: 0;
margin-bottom: 16px;
}
.fn_cs_blog_group .bottom_part .author_holder p{
margin-bottom: 8px;
}
.fn_cs_blog_group .author_holder p a{
color: #777;
text-transform: capitalize;
}
.fn_cs_blog_group .author_holder p a:hover{
color: #eee;
}
.fn_cs_blog_group .title_holder h3{
margin: 0;
padding: 0;
font-family: 'Roboto';
font-size: 36px;
font-weight: 400;
margin-bottom: 34px;
}
.fn_cs_blog_group .title_holder h3 a{
color: #ddd;
}
.fn_cs_blog_group .bottom_part .title_holder h3 a{
line-height: 34px;
}
.fn_cs_blog_group .excerpt_holder p{
margin: 0;
padding: 0;
font-size: 18px;
font-family: 'Muli';
color: #777;
letter-spacing: 0;
margin-bottom: 35px;
}
.fn_cs_blog_group .read_holder:after{
clear: both;
display: table;
content: '';
}
.fn_cs_blog_group .read_holder a{
display: block;
float: left;
max-width: 100%;
padding-right: 32px;
font-size: 18px;
color: #fea202;
font-family: 'Muli';
font-weight: 500;
position: relative;
}
.fn_cs_blog_group .read_holder .arlo_w_fn_svg{
position: absolute;
width: 21px;
height: 21px;
right: 0;
top: 50%;
margin-top: -10px;
transition: all .3s ease;
}
.fn_cs_blog_group .read_holder a:hover .arlo_w_fn_svg{
right: -15px;
transform: scaleY(0.7);
}
.fn_cs_blog_group .bottom_part .title_holder h3{
font-size: 24px;
letter-spacing: 0;
margin-bottom: 24px;
}
@media(max-width: 1040px){
.fn_cs_blog_group .top_inner{
flex-direction: column-reverse;
}
.fn_cs_blog_group .top_left{
width: 100%;
padding-right: 0;
}
.fn_cs_blog_group .top_right{
width: 100%;
padding-bottom: 0;
}
.fn_cs_blog_group .bottom_part ul li{
padding-left: 20px;
}
.fn_cs_blog_group .bottom_part ul{
margin-left: -20px;
}
.fn_cs_blog_group .bottom_part .img_holder{
width: auto;
height: auto;
}
.fn_cs_blog_group .bottom_part .img_holder img{
display: block;
min-width: 100%;
opacity: 0;
}
.fn_cs_blog_group .bottom_part_wrap,
.fn_cs_blog_group .top_part_wrap{
padding: 0 20px;
}
}
@media(max-width: 768px){
.fn_cs_blog_group .bottom_part ul li{width: 50%;}
.fn_cs_blog_group .top_left{
padding: 95px 0 92px 0;
}
.fn_cs_blog_group .top_part{
margin-bottom: 70px;
}
.fn_cs_blog_group .top_right{
padding-top: 100px;
}
}
@media(max-width: 500px){
.fn_cs_blog_group .bottom_part ul li{width: 100%;}
}   .fn_cs_post_silder_cols{
width: 100%;
float: left;
clear: both;
overflow: hidden;
}
.fn_cs_post_silder_cols .item{
width: 100%;
float: left;
clear: both;
}
.fn_cs_post_silder_cols .swiper-slide.drag-start:nth-of-type(2n) .item_in{
padding-top: 70px;
transition: all .5s ease;
}
.fn_cs_post_silder_cols .swiper-slide.drag-start:nth-of-type(2n-1) .item_in{
padding-top: 70px;
transition: all .5s ease;
}
.fn_cs_post_silder_cols .item_in{
transition: all .8s ease;
}
.fn_cs_post_silder_cols .swiper-slide:not(.drag-start):nth-of-type(2n) .item_in{
padding-top: 70px;
}
.fn_cs_post_silder_cols .swiper-slide:not(.drag-start):nth-of-type(2n-1) .item_in{
padding-top: 0px;
}
.fn_cs_post_silder_cols .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
border-radius: 5px;
overflow: hidden;
transform: translateZ(0);
}
.fn_cs_post_silder_cols .img_holder img{
opacity: 0;
min-width: 100%;
}
.fn_cs_post_silder_cols .img_holder a{
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.fn_cs_post_silder_cols .img_holder .abs_img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
transition: all 1s ease;
transform: scale(1);
}
.fn_cs_post_silder_cols .img_holder:hover .abs_img{
transform: scale(1.1) translateZ(0);
}
.fn_cs_post_silder_cols .title_holder{
width: 100%;
float: left;
clear: both;
padding: 35px 10px 0 10px;
}
.fn_cs_post_silder_cols .title_holder h3{
margin: 0;
padding: 0;
font-family: 'Roboto';
font-size: 24px;
font-weight: 500;
letter-spacing: 0;
}
.fn_cs_post_silder_cols .title_holder h3 a{
color: #1e1e1e;
}
.fn_cs_post_silder_cols .title_holder h3 a:hover{
color: #fea202;
}
.fn_cs_post_silder_cols .title_holder p{
margin: 0;
padding: 0;
font-size: 18px;
font-family: 'Muli';
color: #777;
margin-top: 10px;
}
.fn_cs_post_silder_cols .title_holder p a{
color: #777;
}
.fn_cs_post_silder_cols .title_holder p a:hover{
color: #333;
}
.fn_cs_post_silder_cols .fn_cs_swiper__progress{
margin-top: 100px;
display: flex;
align-items: center;
flex-direction: column;
}
.fn_cs_post_silder_cols .fn_cs_swiper__progress .pagination_progress .all span,
.fn_cs_post_silder_cols .fn_cs_swiper__progress .pagination_progress .all{
height: 2px;
}
.fn_cs_post_silder_cols .fn_cs_swiper__progress .my_pagination_in{
float: none;
}
.fn_cs_post_silder_cols .fn_cs_swiper__progress span{
color: #333;
}
.fn_cs_post_silder_cols .fn_cs_swiper__progress .pagination_progress .all{
background-color: #e5e5e5;
}
.fn_cs_post_silder_cols .fn_cs_swiper__progress .pagination_progress .all span{
background-color: #fea202;
}
.fn_cs_service_box .service_inner{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_service_box .abs_img{
position: absolute;
top: 0;
bottom: 100%;
right: 0;
left: 0;
border-radius: 5px;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
transition: all .6s ease;
}
.fn_cs_service_box .abs_img.welcome{
bottom: 0;
transition: all .6s .4s ease;
}
.fn_cs_service_box .abs_img.welcome .bg_video{
opacity: 1;
}
.fn_cs_service_box .bg_video{
opacity: 0;
}
.fn_cs_service_box .bg_video{
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
max-width: inherit;
}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-frel-about-minimal .fn_cs_about_minimal .rightpart h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-minimal .fn_cs_about_minimal .rightpart p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-minimal h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-about-minimal p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode .right_part .desc_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode .right_part .desc_holder h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode .right_part .desc_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode ul li label{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode ul li span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode ul li span a{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode ul li span a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode .btn_list ul li a{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_light_mode .info_list ul li .info_item{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_light_mode .btn_list ul li:nth-child(2) a.link span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_light_mode .btn_list ul li:nth-child(2) a.link:hover span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_light_mode .btn_list ul li:nth-child(2) a.link{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_light_mode .btn_list ul li a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode .right_part .desc_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode .right_part .desc_holder h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode .right_part .desc_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode ul li label{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode ul li span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode ul li span a{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode ul li span a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode .btn_list ul li a{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_dark_mode .info_list ul li .info_item{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_dark_mode .btn_list ul li:nth-child(2) a.link span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_dark_mode .btn_list ul li:nth-child(2) a.link:hover span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_classic.fn_dark_mode .btn_list ul li:nth-child(2) a.link{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider-classic .fn_cs_about_text_slider.fn_dark_mode .btn_list ul li a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .left_part .about_image_wrap .border .inner{border-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .right_part .desc_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .right_part .desc_holder h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .right_part .desc_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .right_part .desc_holder p span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .info_list ul li span.icon .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .info_list ul li span.icon i{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .info_list ul li span.icon svg{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode ul li label{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode ul li span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode ul li span a{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode ul li span a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .btn_list ul li a{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_light_mode .btn_list ul li a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .left_part .about_image_wrap .border .inner{border-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .right_part .desc_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .right_part .desc_holder h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .right_part .desc_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .right_part .desc_holder p span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .info_list ul li span.icon .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .info_list ul li span.icon i{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .info_list ul li span.icon svg{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode ul li label{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode ul li span{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode ul li span a{color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode ul li span a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .btn_list ul li a{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-about-text-slider .fn_cs_about_text_slider.fn_dark_mode .btn_list ul li a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_light_mode .top_section{background-color:var( --e-global-color-primary );border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_light_mode .bottom_section{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_light_mode .badge_left h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_light_mode .badge_left .year{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .left_part h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .top_section{background-color:var( --e-global-color-primary );border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .bottom_section{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .badge_holder{border-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .badge_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .badge_holder .year{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .badge_holder .text{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .rating_holder{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .r_header{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .r_footer:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .r_footer:before{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .r_header:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .r_header:after{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode h3.rating_number{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode h3.rating_text{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .bottom_section .icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_light_mode .bottom_section p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .left_part h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .rating_holder{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .r_header{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .r_footer:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .r_footer:before{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .r_header:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .r_header:after{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .v h3.rating_number{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode h3.rating_text{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .bottom_section .icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_dark_mode .bottom_section p{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_dark_mode .top_section{background-color:var( --e-global-color-primary );border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_dark_mode .bottom_section{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_dark_mode .badge_left h3{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-rating .fn_cs_about_with_rating.fn_dark_mode .badge_left .year{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-video .fn_cs_about_with_video .social ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-about-with-video .fn_cs_about_with_video .social ul li a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-video .fn_cs_about_with_video .social ul li a:hover:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about-with-video .fn_cs_about_with_video .desc p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-about-with-video .fn_cs_about_with_video .button a{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-about .fn_light_mode .leftpart h3.title{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_light_mode .leftpart h3.title:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_light_mode .leftpart p.desc{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_light_mode .leftpart h3.name{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_light_mode .leftpart p.occ{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_light_mode .rightpart .border .span1:after,.elementor-widget-frel-about .rightpart .border .span1:before,.elementor-widget-frel-about .rightpart .border .span2:after,.elementor-widget-frel-about .rightpart .border .span2:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_dark_mode .leftpart h3.title{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_dark_mode .leftpart h3.title:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_dark_mode .leftpart p.desc{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_dark_mode .leftpart h3.name{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_cs_about.fn_dark_mode .leftpart .occ{color:var( --e-global-color-primary );}.elementor-widget-frel-about .fn_dark_mode .rightpart .border .span1:after,.elementor-widget-frel-about .rightpart .border .span1:before,.elementor-widget-frel-about .rightpart .border .span2:after,.elementor-widget-frel-about .rightpart .border .span2:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_light_mode h3{color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_light_mode .acc_head p{color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_light_mode .plus:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_light_mode .plus:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_light_mode .plus{border-color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_light_mode .acc_content p{color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_dark_mode h3{color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_dark_mode .acc_head p{color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_dark_mode .plus:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_dark_mode .plus:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_dark_mode .plus{border-color:var( --e-global-color-primary );}.elementor-widget-frel-accordion .fn_cs_accordion.fn_dark_mode .acc_content p{color:var( --e-global-color-primary );}.elementor-widget-frel-after-before .twentytwenty-overlay:hover{background-color:var( --e-global-color-primary );}.elementor-widget-frel-after-before .fn_cs_after_before .twentytwenty-handle:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-after-before .twentytwenty-right-arrow{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-after-before .twentytwenty-left-arrow{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-after-before .twentytwenty-up-arrow{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-after-before .twentytwenty-down-arrow{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .owl_control span.a{background-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .owl_control span.b{background-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .owl_control > div:after{border-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .owl_control > div > span:hover:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .owl_control > div > span:hover:before{border-top-color:var( --e-global-color-primary );border-right-color:var( --e-global-color-primary );border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:before, .elementor-widget-frel-alpha-slider .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span:after{background:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span .c:before, .elementor-widget-frel-alpha-slider .arlo_slider_alpha[data-nav-types="square"] .owl_control > div > span .c:after{background:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .owl_control > div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .item .title_holder p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder p a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder h3 a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder h3:hover a{color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder h3:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .item .title_holder .desc{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .title_holder .desc{color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .swiper-pagination-progressbar{background-color:var( --e-global-color-primary );}.elementor-widget-frel-alpha-slider .arlo_slider_alpha .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var( --e-global-color-primary );}.elementor-widget-frel-arrow-link .fn_light_mode a{color:var( --e-global-color-primary );}.elementor-widget-frel-arrow-link .fn_light_mode a svg{color:var( --e-global-color-primary );}.elementor-widget-frel-arrow-link .fn_dark_mode a{color:var( --e-global-color-primary );}.elementor-widget-frel-arrow-link .fn_dark_mode a svg{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator1 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator1 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator1 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator2 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator2 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator2 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator2 .fn_svgcolor4{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator3 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator3 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator3 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator3 .fn_svgcolor4{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator4 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator4 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator4 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator4 .fn_svgcolor4{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator5 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator5 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator5 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator6 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator6 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator6 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator7 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator7 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator7 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator8 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator8 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator8 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator9 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator9 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator9 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator10 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator10 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator10 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator11 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator11 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator11 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator12 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator12 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator12 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator13 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator13 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator13 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator14 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator14 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator14 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator15 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator15 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator15 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator16 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator16 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator16 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator17 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator17 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator17 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator18 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator18 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator18 .fn_svgcolor3{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator19 .fn_svgcolor1{color:var( --e-global-color-primary );}.elementor-widget-frel-background-shapes .fn_bg_separator19 .fn_svgcolor2{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .top_part{background-color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .top_title h3{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .top_part .author_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .top_part .author_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .top_part .author_holder p a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .top_part .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .top_part .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .excerpt_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .read_holder a{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .bottom_part .author_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .bottom_part .author_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .bottom_part .author_holder p a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .bottom_part .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .fn_cs_blog_group .bottom_part .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-blog-group .top_title h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-blog-group .top_part .author_holder p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-blog-group .top_part .title_holder h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-blog-group .top_part .read_holder a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-blog-group .bottom_part .author_holder p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-blog-group .bottom_part .title_holder h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-blog-group .bottom_part .read_holder a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-bottom-line .fn_light_mode p{color:var( --e-global-color-primary );}.elementor-widget-frel-bottom-line .fn_light_mode .inner{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-bottom-line .fn_dark_mode p{color:var( --e-global-color-primary );}.elementor-widget-frel-bottom-line .fn_dark_mode .inner{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-button-second .fn_cs_button_second .con_inner p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-button-second .fn_cs_button_second .con_inner a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-button a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-button a:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action-classic h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action-classic a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-call-to-action h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-call-to-action p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-call-to-action a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-call-to-action .fn_cs_call_to_action{background-color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action .fn_cs_call_to_action .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action .fn_cs_call_to_action .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action .fn_cs_call_to_action .link_holder a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action .fn_cs_call_to_action .link_holder a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action .fn_cs_call_to_action .link_holder a span{color:var( --e-global-color-primary );}.elementor-widget-frel-call-to-action .fn_cs_call_to_action .link_holder a:hover span{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_light_mode h3{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_light_mode p{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_light_mode svg{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_light_mode img{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_dark_mode h3{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_dark_mode p{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_dark_mode svg{color:var( --e-global-color-primary );}.elementor-widget-frel-check-list .fn_cs_check_list.fn_dark_mode img{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="text"]::-webkit-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="text"]::-moz-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="text"]::-ms-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="text"]:-ms-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="email"]::-webkit-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="email"]::-moz-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="email"]::-ms-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="email"]:-ms-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact textarea::-webkit-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact textarea::-moz-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact textarea::-ms-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact textarea:-ms-input-placeholder{color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="text"]{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="email"]{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-contact textarea{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="submit"]{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-contact .fn_cs_contact_shortcode .my_button:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-contact input[type="submit"]:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-caption .fn_cs_counter_with_caption ul li h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-counter-with-caption .fn_cs_counter_with_caption ul li p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-counter-with-caption .fn_cs_counter_with_caption[data-position="top"] .suffix{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-counter-with-content .fn_cs_counter_with_content:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-content .fn_cs_counter_with_content:before,.elementor-widget-frel-counter-with-content .rightpart:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-content .leftpart h3{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-content .leftpart p{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-content .rightpart h5{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-content .rightpart h3{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-content .rightpart p{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-content .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_light_mode .top_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_light_mode .top_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_light_mode .bottom_part ul li div label{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr .ave{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_light_mode .bottom_part ul li div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr .bottom_part ul li div label:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr[data-border="yes"] .bottom_part ul li div{border-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_dark_mode .top_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_dark_mode .top_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_dark_mode .bottom_part ul li div label{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_dark_mode .bottom_part ul li div span{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr.fn_dark_mode .bottom_part ul li div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr .top_part h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-counter-with-description .fn_cs_counter_with_descr .bottom_part ul li div label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-counter-with-rating .fn_cs_counter_with_rating:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .leftpart h3{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .leftpart p{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .o_image:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_light_mode .content_holder h5{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_light_mode .content_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_light_mode .content_holder h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_light_mode .content_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_light_mode .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .rightpart:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .rightpart:before{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .rating_holder:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .rating_holder .r_footer:before{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .rating_holder .r_footer:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .rating_holder{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating h3.rating_number{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating h3.rating_text{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_dark_mode .content_holder h5{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_dark_mode .content_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_dark_mode .content_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-counter-with-rating .fn_dark_mode .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-description-info .fn_cs_desc_info h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-description-info .fn_cs_desc_info h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-description-info .fn_cs_desc_info .desc_holder p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-description .fn_light_mode p{color:var( --e-global-color-primary );}.elementor-widget-frel-description .fn_dark_mode p{color:var( --e-global-color-primary );}.elementor-widget-frel-detail-list .fn_cs_detail_list .list li .item h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-detail-list .fn_cs_detail_list .list li .item p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-detail-list .fn_cs_detail_list .list li .item a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-detail-list .fn_cs_detail_list .list li .item a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-experience .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-experience .badge_holder{border-color:var( --e-global-color-primary );}.elementor-widget-frel-experience .title h3{color:var( --e-global-color-primary );}.elementor-widget-frel-experience .desc span.year{color:var( --e-global-color-primary );}.elementor-widget-frel-experience .desc span.text{color:var( --e-global-color-primary );}.elementor-widget-frel-experience .list span{color:var( --e-global-color-primary );}.elementor-widget-frel-experience .list span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-features-icon-list .fn_cs_features_icon_list .icon_list .info_item{border-color:var( --e-global-color-primary );}.elementor-widget-frel-features-icon-list .fn_cs_features_icon_list[data-view="default"] .icon_list .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-features-icon-list .fn_cs_features_icon_list[data-view="stacked"] .icon_list .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-features-icon-list .fn_cs_features_icon_list[data-view="framed"] .icon_list .arlo_w_fn_svg{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-features-icon-list .fn_cs_features_icon_list[data-view="stacked"] .icon_list span.icon{background-color:var( --e-global-color-primary );}.elementor-widget-frel-features-icon-list .fn_cs_features_icon_list .icon_list h3{color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .top_bar{background-color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .t_inner h3{color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .t_inner span{color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .owl_control div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .owl_control .fn_prev:after{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .owl_control .fn_next:after{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .service_part .item .img_holder:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .service_part .item .title h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .service_part .item .title h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .service_part .item .view_more a{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-full-custom-list .service_part .item .view_more a:hover{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-half-image-text .leftpart h3.title{color:var( --e-global-color-primary );}.elementor-widget-frel-half-slider .fn_cs_half_slider .project a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-half-slider .fn_cs_half_slider .category a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-heading .fn_cs_frenify_heading h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-hero-header-all-in-one .content_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-all-in-one .content_holder h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-all-in-one .fn_cs_hero_header_exclusive .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-all-in-one .fn_cs_hero_header_exclusive > a{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-all-in-one .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-elegant .title_holder h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-hero-header-elegant .firefox_svg.first{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-elegant .firefox_svg.second{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-elegant .content_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-elegant .fn_cs_hero_header_exclusive .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-elegant .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .content_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .content_holder h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .content_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .video .text{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .video .icon{border-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .video .icon:after{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header-modern .video .icon:before{border-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .content_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .content_holder h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .content_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header a.discover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header a.discover:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .video .text{color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .video .icon{border-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .video .icon:after{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-hero-header .video .icon:before{border-color:var( --e-global-color-primary );}.elementor-widget-frel-info-list .fn_cs_info_list.full{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-list .fn_cs_info_list.contained .list{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-list .fn_cs_info_list h3{color:var( --e-global-color-primary );}.elementor-widget-frel-info-list .fn_cs_info_list p{color:var( --e-global-color-primary );}.elementor-widget-frel-info-list .fn_cs_info_list svg{color:var( --e-global-color-primary );}.elementor-widget-frel-info-list .fn_cs_info_list .icon{border-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .left_part{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .left_part:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .left_part:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .l_video .text{color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .l_video .icon{border-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .l_video .text:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .m_in{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .rating_holder{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .r_header{background-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .r_footer:before{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .r_footer:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .r_header:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .r_header:after{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part h3.rating_number{color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part h3.rating_text{color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .tagline_holder span{color:var( --e-global-color-primary );}.elementor-widget-frel-info-rating .middle_part .tagline_holder span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_flickity_slider .slider_wrap ul li .project a{-webkit-text-stroke-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-all .fn_cs_flickity_slider .slider_wrap ul li.is-selected .project a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_flickity_slider .slider_wrap ul li .category a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_flickity_slider .slider_wrap ul li .category a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_flickity_slider .slider_wrap ul li .category a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_flickity_slider .bg_overlay{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical .project_list_wrap ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical .project_list_wrap ul li a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical .project_list_wrap ul li.active a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical .project_list_wrap ul li.active a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical .bg_overlay{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical_half .project_list_wrap ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical_half .project_list_wrap ul li a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical_half .project_list_wrap ul li.active a{-webkit-text-stroke-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_vertical_half .project_list_wrap ul li.active a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a{-webkit-text-stroke-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_list_horizontal_half .project_list_wrap ul li.active a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_portfolio_demo_second .leftpart ul li h3 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-all .fn_cs_portfolio_demo_second .leftpart ul li .number{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_portfolio_demo_second .leftpart ul li h3 a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_portfolio_demo_second .rightpart .pagination .current{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_portfolio_demo_second .rightpart .pagination .total{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_portfolio_demo_second .rightpart .pagination .line{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-all .fn_cs_interactive_service .con_inner ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-all .fn_cs_interactive_service .con_inner ul li.opened a{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-button .fn_cs_intro_button a{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-intro-button .fn_cs_intro_button .icon .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-button .fn_cs_intro_button .icon{background-color:var( --e-global-color-primary );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .filter_wrap{background-color:var( --e-global-color-primary );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .filter_wrap ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .filter_wrap ul li a.current{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .demo_wrap{background-color:var( --e-global-color-primary );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .demo_wrap ul li .demo_image{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .demo_wrap ul li .list_inner{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .demo_wrap ul li .details{background-color:var( --e-global-color-primary );}.elementor-widget-frel-intro-demo-list .fn_cs_demo_list .demo_wrap ul li .details a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-intro-main-title .fn_cs_intro_main_title h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-intro-main-title .fn_cs_intro_main_title[data-type="border"] span:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-intro-main-title .fn_cs_intro_main_title[data-type="color"] span{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-testimonials .fn_cs_intro_testimonials .text_box p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-intro-testimonials .fn_cs_intro_testimonials .author{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-testimonials .fn_cs_intro_testimonials .job{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-testimonials .fn_cs_intro_testimonials .icon .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-intro-testimonials .fn_cs_intro_testimonials .extra .author{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-intro-testimonials .fn_cs_intro_testimonials .extra .job{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-introduce .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .wing12{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .wing11{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .wing22{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .wing21{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .title_holder h5{color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .title_holder h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .badge_holder{border-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .badge_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .badge_holder .year{color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .badge_holder span:not(.year){color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .fn_cs_introduce span.video{background-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .fn_cs_introduce span.video span:before{border-color:var( --e-global-color-primary );}.elementor-widget-frel-introduce .fn_cs_introduce span.video:before, .elementor-widget-frel-introduce .fn_cs_introduce span.video:after{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-link-border a{color:var( --e-global-color-primary );}.elementor-widget-frel-link-border a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-link-border .fn_cs_link_bottom .link_holder a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-location-list .fn_cs_location_list .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-location-list .fn_cs_location_list h3{color:var( --e-global-color-primary );}.elementor-widget-frel-location-list .fn_cs_location_list .icon{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-location-list .fn_cs_location_list .shape{background-color:var( --e-global-color-primary );}.elementor-widget-frel-location-list .fn_cs_location_list .content_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-location-list .fn_cs_location_list p{color:var( --e-global-color-primary );}.elementor-widget-frel-location-list .fn_cs_location_list a{color:var( --e-global-color-primary );}.elementor-widget-frel-main-slider-with-content .o_color{background-color:var( --e-global-color-primary );}.elementor-widget-frel-main-slider-with-content .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-main-slider-with-content .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-main-slider-with-content .swiper_controller div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-main-slider-with-content .swiper_controller .fn_next:after{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-main-slider-with-content .swiper_controller .fn_prev:after{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-main-slider-with-content .swiper_pagination > span{color:var( --e-global-color-primary );}.elementor-widget-frel-main-title h3{color:var( --e-global-color-primary );}.elementor-widget-frel-main-title h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-main-title h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-page-title h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-page-title .fn_light_mode h3{color:var( --e-global-color-primary );}.elementor-widget-frel-page-title .fn_dark_mode h3{color:var( --e-global-color-primary );}.elementor-widget-frel-partners-second .fn_cs_partners_second .right ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-partners-second .fn_cs_partners_second .right ul li a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-partners-second .fn_cs_partners_second .left ul li .icon .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-partners-second .fn_cs_partners_second .left ul li p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-partners-second .fn_cs_partners_second .left .name h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-partners-second .fn_cs_partners_second .left .name span{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-partners-second .fn_cs_partners_second .left .image{border-color:var( --e-global-color-primary );}.elementor-widget-frel-partners .fn_cs_partners{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address ul li .label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address ul li .desc{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address ul li .desc a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address ul li .desc a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address_beta .list_in li p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address_beta .list_in li h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address_beta .list_in li h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-contact-address .fn_cs_personal_contact_address_beta .list_in li h3 a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-copyright .fn_cs_personal_copyright p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-copyright .fn_cs_personal_copyright p span:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-experience .fn_cs_personal_experience.fn_alpha .experience_inner ul li .list_inner p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-experience .fn_cs_personal_experience .experience_inner ul li .list_inner .fn_item_0{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-experience .fn_cs_personal_experience .experience_inner ul li .list_inner .fn_item_2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-experience .fn_cs_personal_experience .experience_inner ul li .list_inner .fn_item_1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-experience .fn_cs_personal_experience.fn_alpha .experience_inner ul li .list_inner:nth-child(2) p{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-experience .fn_cs_personal_experience.fn_alpha .experience_inner ul li{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-experience .fn_cs_personal_experience .experience_inner ul li{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .rightpart .hello h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .rightpart .main_title h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .rightpart .description p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .social ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .social ul li:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .social ul li a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .social ul li a:before{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_beta .about_left h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_beta .about_left h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_beta .about_left .about_desc p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_betta_social ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_betta_social ul li:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_betta_social ul li a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_betta_social ul li a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_gamma .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_gamma .icon_box{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_gamma .title h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_gamma_social ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_gamma_social ul li a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_gamma_social ul li a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_gamma_social ul li a:hover:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_delta .content .name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_delta .content .info{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_delta .arrow .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header_delta .arrow{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-hero .fn_cs_personal_hero_header .button a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-hero .fn_cs_personal_betta_button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-main-title .fn_cs_personal_main_title span{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-main-title .fn_cs_personal_main_title h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .blog_item .b_counter{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .title_wrapper .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .blog_item:hover .title_wrapper .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .blog_item .by a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .blog_item:hover .by a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .by a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .title_wrapper .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .blog_item:hover .title_wrapper .b_arrow .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .blog_item:hover .title_wrapper .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .title_wrapper .b_arrow .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-news .fn_cs_personal_news .by a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-news .fn_cs_personal_news .news_list .title_wrapper .title_holder h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-portfolio-list .fn_cs_personal_portfolio_list ul li .details .title a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-portfolio-list .fn_cs_personal_portfolio_list_beta .list_item .title_holder h3 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-portfolio-list .fn_cs_personal_portfolio_list_beta .list_item .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-portfolio-list .fn_cs_personal_portfolio_list ul li .details .category a{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-portfolio-list .fn_cs_personal_portfolio_list_beta .list_item .title_cat .sep{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-portfolio-list .fn_cs_personal_portfolio_list_beta .list_item .title_holder p a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-portfolio-list .fn_cs_personal_portfolio_list_beta .list_item .title_holder p a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-progress .fn_cs_personal_progress_wrap_all .my_title h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-progress .personal_progress_inner span.label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-progress .personal_progress_inner span.number{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-progress .personal_progress_inner .fn_cs_bar_bg .fn_cs_bar{background:var( --e-global-color-primary );}.elementor-widget-frel-personal-progress .personal_progress_inner .fn_cs_bar_bg{background:var( --e-global-color-primary );}.elementor-widget-frel-personal-quote .fn_cs_personal_quote .quote_inner .text p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-quote .fn_cs_personal_quote_beta .contact_me p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-quote .fn_cs_personal_betta_button{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-quote .fn_cs_personal_betta_button:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-quote .fn_cs_personal_betta_button:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-quote .fn_cs_personal_button a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services-second .fn_cs_personal_services_second .serv_title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services-second .fn_cs_personal_services_second .list_item .title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services-second .fn_cs_personal_services_second .job_list .job{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services-second .fn_cs_personal_services_second .list_item .job:before{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .list_inner .number{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .list_inner:hover .number{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services_beta .s_item .s_counter span{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .number{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services_beta .s_item .s_counter{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services .fn_cs_personal_services_beta .s_item h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .desc{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services .fn_cs_personal_services_beta .s_item p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .read_more{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services .fn_cs_personal_services_beta .s_item .s_btn a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-services .fn_cs_personal_services_beta .s_item .s_btn a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .list_inner:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .list_inner:hover .title{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .list_inner:hover .desc{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-services .fn_cs_personal_services .service_inner ul li .list_inner:hover .read_more{color:var( --e-global-color-primary );}.elementor-widget-frel-personal-video .fn_cs_personal_video .title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-video .fn_cs_personal_video .videoWrapper a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-video .fn_cs_personal_video .abb{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-video .fn_cs_personal_video .abb:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-work-together .fn_cs_personal_work_together .main_title h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-work-together .fn_cs_personal_work_together .social ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-personal-work-together .fn_cs_personal_work_together .social ul li:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-personal-work-together .fn_cs_personal_work_together .social ul li a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-one .fn_cs_portfolio_demo_one .overlay_links .pro_link a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-one .fn_cs_portfolio_demo_one .overlay_links .cat_link a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-one .fn_cs_portfolio_demo_one .overlay{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_light_mode .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_light_mode .right_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details .list_holder .item .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details .list_holder .item i{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_light_mode .list_holder .item .left_i{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_light_mode .list_holder .item .right_i{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_dark_mode .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_dark_mode .right_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_dark_mode .list_holder .item .left_i{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-details .fn_cs_portfolio_details.fn_dark_mode .list_holder .item .right_i{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-one-title .fn_cs_portfolio_one_title.fn_light_mode .title_inner h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-one-title .fn_cs_portfolio_one_title .title_inner h3 span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-one-title .fn_cs_portfolio_one_title.fn_dark_mode .title_inner h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-one-title .fn_cs_portfolio_one_title .title_inner h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-reviews .fn_cs_personal_reviews .r_item .r_quote .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-reviews .fn_cs_personal_reviews .r_item .r_quote{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-reviews .fn_cs_review__stars .rating_absolute .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-reviews .fn_cs_review__stars .rating_relative .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-reviews .fn_cs_personal_reviews .r_item .r_desc p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-reviews .fn_cs_personal_reviews .r_item .r_reviewer h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-reviews .fn_cs_personal_reviews .r_item .r_reviewer h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-reviews .fn_cs_masonry_review .inner .r_quote .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-reviews .fn_cs_masonry_review .inner .r_desc p{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-reviews .fn_cs_review_stroke_stars .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-reviews .fn_cs_masonry_review .inner .r_reviewer h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-reviews .fn_cs_masonry_review .inner .r_reviewer h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .n_post:before{border-top-color:var( --e-global-color-primary );border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .to_portfolio:before{border-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .n_post{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .to_portfolio{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .to_portfolio .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .to_portfolio:hover .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .n_post p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .n_post h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha .n_post .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post:hover p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post:hover h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post.prev_post:hover .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_alpha[data-alpha-animation="1"] .n_post.next_post:hover .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .prev_post{border-right-color:var( --e-global-color-primary );border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .next_post{border-left-color:var( --e-global-color-primary );border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .abs_img div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .to_portfolio:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .to_portfolio .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .to_portfolio:hover .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .n_post p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .n_post h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_beta .n_post .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .prev_post{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .next_post{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .n_post_in{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .abs_img div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .to_portfolio:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .to_portfolio .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .to_portfolio:hover .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .n_post p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .n_post h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_gamma .n_post .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_next_a .prevnext_inner{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_next_a .to_portfolio:before{border-left-color:var( --e-global-color-primary );border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_next_a .to_portfolio .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_next_a .to_portfolio:hover .que > span{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_next_a .abs_img div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_next_a .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-prevnext .fn_cs_psingle_prevnext_next_a .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-title-hero h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-single-title-hero .abs_img div{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-title-hero .fn_cs_psingle_hero_title .title_holder a.bottom_btn span{border-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-title-hero .fn_cs_psingle_hero_title .title_holder a.bottom_btn span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-title-hero .fn_cs_psingle_hero_title .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-title-hero .fn_cs_psingle_hero_title .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-title-hero .fn_cs_psingle_hero_title .title_holder p a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-single-title-hero .fn_cs_psingle_hero_title .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-video-button .fn_cs_portfolio_video_button .title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-video-button .fn_cs_portfolio_video_button .rounded{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-video-button .fn_cs_portfolio_video_button .rounded:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_posts_modern_cols li .title_holder h3 a .title_a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_posts_modern_cols li .title_holder h3 a .title_b{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_posts_modern_cols li .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_posts_modern_cols li .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_posts_modern_cols li .title_holder p a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_modern_rows .item .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_modern_rows .item .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_modern_rows .item_inner:hover .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_modern_rows .item_inner .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_modern_rows .item_inner:hover .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_silder_cols .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_silder_cols .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_silder_cols .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_post_silder_cols .title_holder p a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-posts .fn_cs_posts_modern_cols ul li:first-child h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-posts .fn_cs_posts_modern_rows .title_holder p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-posts .fn_cs_posts_modern_rows .title_holder h3 a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-posts .fn_cs_post_silder_cols .title_holder h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-posts .fn_cs_post_silder_cols .title_holder p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-principles-modern .fn_cs_principles_modern:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .inner{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .inner:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .inner:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .shape span.shape1{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .shape span.shape2{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .item{border-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .number_holder{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .number_holder:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .item h3{color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .item p{color:var( --e-global-color-primary );}.elementor-widget-frel-principles-modern .item a{color:var( --e-global-color-primary );}.elementor-widget-frel-principles .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-principles .left_part h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-principles li .title_holder:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles li .item:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles li .title_holder:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-principles li .item:before{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-principles .item .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-principles .right_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-principles .right_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-principles .number_holder{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_cs_progress_bar_desc .pbd_inner .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_cs_progress_bar_desc .pbd_inner .left_part h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_cs_progress_bar_desc .pbd_inner .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_cs_bar{background-color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_light_mode .fn_cs_progress .fn_cs_bar_bg{background-color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_light_mode .fn_cs_progress span.label{color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_light_mode .fn_cs_progress span.number{color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_dark_mode .fn_cs_progress .fn_cs_bar_bg{background-color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_dark_mode .fn_cs_progress span.label{color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar-with-desc .fn_dark_mode .fn_cs_progress span.number{color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar .fn_cs_bar{background-color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar [data-layout="alpha"] .fn_cs_progress .fn_cs_bar_bg{background-color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar [data-layout="beta"] .fn_cs_progress .fn_cs_bar_wrap:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar [data-strip=on] .fn_cs_progress .fn_cs_bar{background-image:var( --e-global-color-primary );}.elementor-widget-frel-progress-bar .fn_cs_progress span.label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-progress-bar .fn_cs_progress span.number{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-project-category-filter .fn_cs_project_category ul.posts_filter li a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-category-filter .fn_cs_project_category ul.posts_filter li a:hover,.elementor-widget-frel-project-category-filter .fn_cs_project_category ul.posts_filter li a.current{color:var( --e-global-color-primary );}.fn_cs_project_moving_title,.fn_cs_project_moving_title span{background-color:var( --e-global-color-primary );}.fn_cs_project_moving_title h3,.fn_cs_project_moving_title span{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .right_part{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .right_part .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .right_part .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .right_part .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .right_part .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .right_part .title_holder p{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .right_part .title_holder p:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .left_part h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .left_part a{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-full .left_part a:hover{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .item:hover .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .item:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .img_holder a{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .item:hover .img_holder a{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .img_holder a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .right_part .img_holder a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .left_part_in{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .left_part h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .left_part a{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky-modern .left_part a:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .item:hover .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .item:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .img_holder a{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .item:hover .img_holder a{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .img_holder a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .right_part .img_holder a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .left_part h3{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .left_part h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .left_part p{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .left_part a{color:var( --e-global-color-primary );}.elementor-widget-frel-project-sticky .left_part a svg{color:var( --e-global-color-primary );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .title_holder h5{color:var( --e-global-color-primary );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .title_holder h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .team_list .item .name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .team_list .item .job{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .team_list .item .job:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .btn_holder a{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .btn_holder a .icon{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .btn_holder a .icon:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-project-team-list .fn_cs_project_team_list .btn_holder a .icon:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .number_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item > h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item p.desc_h{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item p.btn_h a{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item p.btn_h a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_modern.fn_light_mode .snumbered_inner ul li .number_holder:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_modern.fn_light_mode .snumbered_inner ul li .item:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .number_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item > h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item p.desc_h{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item p.btn_h a{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item p.btn_h a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_modern.fn_dark_mode .snumbered_inner ul li .number_holder:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered-modern .fn_cs_services_numbered.fn_modern.fn_dark_mode .snumbered_inner ul li .item:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .number_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item > h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item p.desc_h{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered .snumbered_inner ul li .item p.btn_h a{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered .snumbered_inner ul li .item p.btn_h a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .number_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item > h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services-numbered .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item p.desc_h{color:var( --e-global-color-primary );}.elementor-widget-frel-services span.bg1{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-services .icon{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-services .icon span:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-services .icon:after{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-services .icon:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-services h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services p{color:var( --e-global-color-primary );}.elementor-widget-frel-services span.bg2{background-color:var( --e-global-color-primary );}.elementor-widget-frel-services .item:hover h3{color:var( --e-global-color-primary );}.elementor-widget-frel-services .item:hover p{color:var( --e-global-color-primary );}.elementor-widget-frel-services .arrow{color:var( --e-global-color-primary );}.elementor-widget-frel-share .fn_cs_share_like .share_title h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-share a.arlo_fn_like{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-share .arlo_fn_sharebox .hover_wrapper{color:var( --e-global-color-primary );}.elementor-widget-frel-share .arlo_fn_sharebox .hover_wrapper:after{border-color:var( --e-global-color-primary );}.elementor-widget-frel-share a.arlo_fn_like:hover{border-color:var( --e-global-color-primary );}.elementor-widget-frel-share .arlo_fn_sharebox .hover_wrapper .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-share a.arlo_fn_like.not-rated .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial-parallax p{color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial-parallax h3{color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial-parallax .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial-parallax .fn_cs_single_testimonial_parallax .bg_overlay{background-color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial p{color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial h3{color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial h5{color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial .inner{border-color:var( --e-global-color-primary );}.elementor-widget-frel-single-testimonial svg,.elementor-widget-frel-single-testimonial img{color:var( --e-global-color-primary );}.elementor-widget-frel-split-screen .fn_cs_split_screen .section_wrap .rightpart .project a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-split-screen .fn_cs_split_screen .section_wrap .rightpart .category a{color:var( --e-global-color-primary );}.elementor-widget-frel-split-screen .fn_cs_split_screen .section_wrap .rightpart .category a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-split-screen .fn_cs_split_screen .section_wrap .rightpart .category a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .desc p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .bottom_section .link_block a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .bottom_section .tfree_block p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .support_block{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .bottom_section .link_block a:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .bottom_section div:nth-child(2):after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .icon{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .icon span:after{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .icon:after{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .icon:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-support-block .img_wrap span{border-right-color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member .title_holder h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-team-member .fn_cs_team_member .title_holder span{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-team-member .fn_cs_team_member .img_holder .social_list{background-color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member .img_holder .social_list ul li a{color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member .img_holder .social_list ul li a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member.fn_light_mode .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member.fn_light_mode .title_holder span{color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member.fn_light_mode .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member.fn_dark_mode .title_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member.fn_dark_mode .title_holder span{color:var( --e-global-color-primary );}.elementor-widget-frel-team-member .fn_cs_team_member.fn_dark_mode .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-text-with-totop p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-frel-text-with-totop .fn_cs_text_with_totop a.fn_cs_w_totop{background-color:var( --e-global-color-primary );}.elementor-widget-frel-text-with-totop .fn_cs_text_with_totop a.fn_cs_w_totop:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-text-with-totop .fn_cs_text_with_totop a.fn_cs_w_totop:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .number_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item > h3{color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_light_mode .snumbered_inner ul li .item p.desc_h{color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .number_holder h3{color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item > h3{color:var( --e-global-color-primary );}.elementor-widget-frel-timeline .fn_cs_services_numbered.fn_dark_mode .snumbered_inner ul li .item p.desc_h{color:var( --e-global-color-primary );}.elementor-widget-frel-title-with-description h3{color:var( --e-global-color-primary );}.elementor-widget-frel-title-with-description h3 span{color:var( --e-global-color-primary );}.elementor-widget-frel-title-with-description p{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .time span:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .time span:before{border-top-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .time h3{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .time h5{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .time h3:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .title_holder p.t_header{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern p.t_header a{color:var( --e-global-color-primary );border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern p.t_footer a.bg{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern p.t_footer a.bg:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern p.t_footer a.arr{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-modern .fn_cs_triple_blog_modern .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_cs_triple_blog_shadow.fn_light_mode .inner ul li .item{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_light_mode .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .title_holder p a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_light_mode .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_cs_triple_blog_shadow.fn_light_mode .inner .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_cs_triple_blog_shadow.fn_dark_mode .inner ul li .item{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_dark_mode .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_dark_mode .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow-a .fn_cs_triple_blog_shadow.fn_dark_mode .inner .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_cs_triple_blog_shadow.fn_light_mode .inner ul li .item{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_light_mode .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .title_holder p a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .title_holder p a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_light_mode .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_cs_triple_blog_shadow.fn_light_mode .inner .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_cs_triple_blog_shadow.fn_dark_mode .inner ul li .item{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_dark_mode .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_dark_mode .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog-shadow .fn_cs_triple_blog_shadow.fn_dark_mode .inner .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_light_mode .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .title_holder h3 a:hover{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_light_mode .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_light_mode a.icon{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_cs_triple_blog.fn_light_mode .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_dark_mode .title_holder h3 a{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_dark_mode .title_holder p{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_dark_mode a.icon{color:var( --e-global-color-primary );}.elementor-widget-frel-triple-blog .fn_cs_triple_blog.fn_dark_mode .title_holder{background-color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information .info_list ul li span.icon .arlo_w_fn_svg{color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information .info_list ul li span.icon i{color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information.fn_light_mode .info_list ul li .info_item label{color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information.fn_light_mode .info_list ul li .info_item span{color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information .info_list ul li .info_item a{color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information .info_list ul li .info_item a:hover{border-bottom-color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information.fn_dark_mode .info_list ul li .info_item label{color:var( --e-global-color-primary );}.elementor-widget-frel-useful-information .fn_cs_useful_information.fn_dark_mode .info_list ul li .info_item span{color:var( --e-global-color-primary );}.elementor-widget-frel-video .fn_cs_portfolio_video_button .title{color:var( --e-global-color-primary );}.elementor-widget-frel-video .fn_cs_portfolio_video_button .rounded{background-color:var( --e-global-color-primary );}.elementor-widget-frel-video .fn_cs_portfolio_video_button .rounded:before{border-left-color:var( --e-global-color-primary );}.elementor-widget-frel-video p{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-why-choose-us .fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon svg,.elementor-widget-frel-why-choose-us .fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon .arlo_w_fn_svg,.elementor-widget-frel-why-choose-us .fn_cs_why_choose_us .wcu_inner .right_part ul li .info_item .icon i{color:var( --e-global-color-primary );}.elementor-widget-frel-why-choose-us .fn_cs_why_choose_us.fn_light_mode .wcu_inner .right_part ul li .info_item h3{color:var( --e-global-color-primary );}.elementor-widget-frel-why-choose-us .fn_cs_why_choose_us.fn_light_mode .wcu_inner .right_part ul li .info_item span{color:var( --e-global-color-primary );}.elementor-widget-frel-why-choose-us .fn_cs_why_choose_us.fn_dark_mode .wcu_inner .right_part ul li .info_item h3{color:var( --e-global-color-primary );}.elementor-widget-frel-why-choose-us .fn_cs_why_choose_us.fn_dark_mode .wcu_inner .right_part ul li .info_item span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-flickity .fn_cs_flickity_slider .slider_wrap ul li .project a{-webkit-text-stroke-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-flickity .fn_cs_flickity_slider .slider_wrap ul li.is-selected .project a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-flickity .fn_cs_flickity_slider .slider_wrap ul li .category a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-flickity .fn_cs_flickity_slider .slider_wrap ul li .category a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-flickity .fn_cs_flickity_slider .slider_wrap ul li .category a:after{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-flickity .fn_cs_flickity_slider .bg_overlay{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-horizontal-half .fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a{-webkit-text-stroke-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-list-horizontal-half .fn_cs_interactive_list_horizontal_half .project_list_wrap ul li a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-horizontal-half .fn_cs_interactive_list_horizontal_half .project_list_wrap ul li.active a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-vertical-full .fn_cs_interactive_list_vertical .project_list_wrap ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-list-vertical-full .fn_cs_interactive_list_vertical .project_list_wrap ul li a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-vertical-full .fn_cs_interactive_list_vertical .project_list_wrap ul li.active a{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-vertical-full .fn_cs_interactive_list_vertical .project_list_wrap ul li.active a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-vertical-full .fn_cs_interactive_list_vertical .bg_overlay{background-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-vertical-half .fn_cs_interactive_list_vertical_half .project_list_wrap ul li a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-interactive-list-vertical-half .fn_cs_interactive_list_vertical_half .project_list_wrap ul li a span{color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-vertical-half .fn_cs_interactive_list_vertical_half .project_list_wrap ul li.active a{-webkit-text-stroke-color:var( --e-global-color-primary );}.elementor-widget-frel-interactive-list-vertical-half .fn_cs_interactive_list_vertical_half .project_list_wrap ul li.active a span{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-two .fn_cs_portfolio_demo_second .leftpart ul li h3 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-frel-portfolio-demo-two .fn_cs_portfolio_demo_second .leftpart ul li .number{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-two .fn_cs_portfolio_demo_second .leftpart ul li h3 a:before{background-color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-two .fn_cs_portfolio_demo_second .rightpart .pagination .current{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-two .fn_cs_portfolio_demo_second .rightpart .pagination .total{color:var( --e-global-color-primary );}.elementor-widget-frel-portfolio-demo-two .fn_cs_portfolio_demo_second .rightpart .pagination .line{background-color:var( --e-global-color-primary );}.elementor-widget-eael-caldera-form .eael-contact-form-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-text, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-textarea, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-select{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form label, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form .wpcf7-quiz-label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control::-webkit-input-placeholder{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form input[type="submit"]{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-not-valid-tip{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-countdown .eael-countdown-digits::after{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-countdown .eael-countdown-digits{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-countdown .eael-countdown-label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-countdown .eael-countdown-finish-message .expiry-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.eael-countdown-finish-text{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-creative-button .eael-creative-button .cretive-button-text, .elementor-widget-eael-creative-button .eael-creative-button--winona::after, .elementor-widget-eael-creative-button .eael-creative-button--rayen::before, .elementor-widget-eael-creative-button .eael-creative-button--tamaya::after, .elementor-widget-eael-creative-button .eael-creative-button--tamaya::before{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-dual-color-header .eael-dch-separator-wrap i{color:var( --e-global-color-primary );}.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-username{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-post-time{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content .eael-facebook-feed-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-host{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-facebook-feed .eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay, .elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-fancy-text .eael-fancy-text-prefix{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-fancy-text .eael-fancy-text-strings, .elementor-widget-eael-fancy-text .typed-cursor{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-fancy-text .eael-fancy-text-suffix{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-feature-list .connector-type-classic .connector{border-color:var( --e-global-color-primary );}.elementor-widget-eael-feature-list .connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .connector-type-modern .eael-feature-list-item:after{border-color:var( --e-global-color-primary );}.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title, .elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title > a, .elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title:visited{color:var( --e-global-color-primary );}.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title, .elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-price{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-ratings{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-item-category span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-filter-trigger > span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-layout-3-filter-controls li.control{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .eael-gallery-load-more .eael-filterable-gallery-load-more-text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-fluentform .eael-fluentform-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_title, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_description, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}html body .elementor-widget-eael-gravity-form .eael-gravity-form .gfield.gsection .gsection_title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::file-selector-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body input[type="submit"].gform-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="button"]{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_confirmation_wrapper .gform_confirmation_message{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-nft-gallery .eael-nft-gallery-load-more .eael-nft-gallery-load-more-text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-ninja .eael-ninja-form .eael-contact-form-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-ninja .eael-ninja-form .submit-container input[type="button"],.elementor-widget-eael-ninja .eael-ninja-form .submit-container input[type="submit"]{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-ninja .eael-ninja-form .nf-form-fields-required{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-post-grid .eael-meta-posted-on{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-post-grid .eael-entry-meta > span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-post-grid .eael-entry-title, .elementor-widget-eael-post-grid .eael-entry-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-post-grid .eael-grid-post-excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-post-grid .post-meta-categories li, .elementor-widget-eael-post-grid .post-meta-categories li a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-post-timeline .eael-timeline-post-title .eael-timeline-post-title-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-post-timeline .eael-timeline-post-excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-progress-bar .eael-progressbar-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-progress-bar .eael-progressbar-line-fill.eael-has-inner-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-progress-bar .eael-progressbar-count-wrap{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-progress-bar .eael-progressbar-half-circle-after span{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-simple-menu .eael-simple-menu >li > a, .eael-simple-menu-container .eael-simple-menu-toggle-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-simple-menu .eael-simple-menu li ul li > a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-twitter-feed .eael-twitter-feed-item .eael-twitter-feed-item-icon{color:var( --e-global-color-primary );}.elementor-widget-eael-twitter-feed .eael-twitter-feed-load-more .eael-twitter-feed-load-more-text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-weform .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"]{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-eael-wpforms .eael-contact-form-description, .elementor-widget-eael-wpforms .wpforms-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field label, .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field legend{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field textarea, .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field select{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-submit-container .wpforms-submit{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}