@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;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.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(//jiskratomas.cz/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(//jiskratomas.cz/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.eot?37062913);
src: url(//jiskratomas.cz/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.eot?37062913#iefix) format('embedded-opentype'),
url(//jiskratomas.cz/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.woff2?37062913) format('woff2'),
url(//jiskratomas.cz/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.woff?37062913) format('woff'),
url(//jiskratomas.cz/wp-content/plugins/arlo-core/shortcode/assets/css/font/fontello.ttf?37062913) format('truetype'),
url(//jiskratomas.cz/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(//jiskratomas.cz/wp-content/plugins/arlo-core/shortcode/assets/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;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.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[data-position="left"]{text-align: left;}
.fn_cs_button[data-position="center"]{text-align: center;}
.fn_cs_button[data-position="right"]{text-align: right;}
.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;
position: relative;
overflow: hidden;
}
.fn_cs_button a span{
position: relative;
z-index: 11;
}
.fn_cs_button a:hover{
background-color: #222;
color: #45a2df;
}
.fn_cs_button a:before{
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: #010101;
left: 0px;
top: 100%;
transition: all .3s ease;
}
.fn_cs_button[data-layout="beta"] a{
border: 2px solid #010101;
}
.fn_cs_button[data-layout="beta"] a:hover:before{
top: 0px;
}
.fn_cs_button_extra,
.fn_cs_button_extra .inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_button_extra[data-position="left"]{text-align: left;}
.fn_cs_button_extra[data-position="center"]{text-align: center;}
.fn_cs_button_extra[data-position="right"]{text-align: right;}
.fn_cs_button_extra .inner a{
text-decoration: none;
font-family: "Muli";
font-size: 18px;
color: #0653df;
position: relative;
display: inline-block;
font-weight: 500;
padding-right: 36px;
line-height: 30px;
}
.fn_cs_button_extra .inner a .arrow:before{
font-family: 'fontello' !important;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
content: "\e847";
color: #0653df;
line-height: 30px;
font-size: 8px;
position: absolute;
right: -1px;
width: 26px;
text-align: center;
height: 30px;
top: 50%;
margin-top: -14px;
-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.fn_cs_button_extra .inner a .arrow:after{
position: absolute;
content: '';
border-bottom: 1px solid #0653df;
height: 1px;
width: 22px;
right: 12px;
top: 50%;
margin-top: 0px;
-ms-transform: scale(0,1) translateX(0px);
-ms-transform-origin: left;
transform: scale(0,1) translateX(0px);
transform-origin: left;
pointer-events: none;
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.fn_cs_button_extra .inner a:hover:after{
-ms-transform:scale(0.8);
-webkit-transform:scale(0.8);
transform:scale(0.8);
opacity:0;
}
.fn_cs_button_extra .inner a:hover .arrow:after,
.fn_cs_button_extra .inner a:hover .arrow:before{
-ms-transform:scale(1,1) translateX(9px);
-webkit-transform:scale(1,1) translateX(9px);
transform:scale(1,1) translateX(9px);
}
.fn_cs_button_extra .inner a:after{
border-radius: 100%;
border: 1px solid #0653df;
height: 21px;
width: 21px;
position: absolute;
right: 2px;
top: 50%;
margin-top: -11px;
content: ' ';
display: block;
pointer-events: none;
-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.fn_cs_button_unique[data-position="left"]{text-align: left;}
.fn_cs_button_unique[data-position="center"]{text-align: center;}
.fn_cs_button_unique[data-position="right"]{text-align: right;}
.fn_cs_button_unique{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_button_unique .inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_button_unique .inner a{
text-decoration: none;
color: #e51d3e;
font-family: "Muli";
font-weight: 600;
font-size: 18px;
display: inline-block;
border: 2px solid #e51d3e;
border-radius: 50px;
position: relative;
padding: 16px 95px 14px 40px;
overflow: hidden;
box-shadow: 0px 3px 10px rgba(229,29,62,.3);
}
.fn_cs_button_unique .first,
.fn_cs_button_unique .second{
display: inline-block;
width: 40px;
height: 40px;
border-radius: 100%;
background-color: #e51d3e;
position: absolute;
top: 50%;
margin-top: -20px;
transition: all .3s cubic-bezier(0.23, 0.46, 0.4, 1);
box-shadow: 0px 3px 10px rgba(229,29,62,.5);
}
.fn_cs_button_unique .first{
right: 100%;
}
.fn_cs_button_unique .second{
left: 100%;
margin-left: -50px;
}
.fn_cs_button_unique .first .arlo_w_fn_svg,
.fn_cs_button_unique .second .arlo_w_fn_svg{
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 10px;
height: 10px;
margin-left: 1px;
}
.fn_cs_button_unique .buttonText{
position: relative;
transition: all .3s cubic-bezier(0.23, 0.46, 0.4, 1);
left: 0px;
}
.fn_cs_button_unique a:hover .first{
margin-right: -50px;
transition: all .3s cubic-bezier(0.23, 0.46, 0.4, 1) .1s;
}
.fn_cs_button_unique a:hover .second{
margin-left: 0px;
opacity: 0;
}
.fn_cs_button_unique a:hover .buttonText{
left: 54px;
transition: all .3s cubic-bezier(0.23, 0.46, 0.4, 1) .2s;
}  .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;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.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: 22px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1.4;
color: #000;
margin-bottom: 7px;
}
.fn_cs_team_member .title_holder p{
margin: 0px;
position: relative;
overflow: hidden;
}
.fn_cs_team_member .title_holder span{
margin: 0px;
padding: 0px;
color: #6f6f6f;
font-family: "Muli";
font-size: 15px;
font-weight: 400;
display: block; position: relative;
transition: all .3s ease;
}
.fn_cs_team_member .title_holder a{
text-decoration: none;
color: #26e4d3;
font-family: "Muli";
font-size: 15px;
font-weight: 400;
position: absolute;
top: 120%;
left: 50%;
transform: translate(-50%);
transition: all .3s ease;
}
.fn_cs_team_member .inner:hover .title_holder a{top: 0px;}
.fn_cs_team_member .inner:hover .title_holder span{transform: translateY(-100%);}
.fn_cs_team_member.view .inner .title_holder a{top: 0px;}
.fn_cs_team_member.view .inner .title_holder span{transform: translateY(-100%);}
.fn_cs_team_member.fn_layout_alpha .title_holder a,
.fn_cs_team_member.fn_layout_beta .title_holder a{
left: auto;
transform: translate(0);
}
.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_cs_team_member.fn_layout_gamma .img_holder{
background-color: transparent;
}
.fn_cs_team_member.fn_layout_gamma .social_gamma_list{
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 99;
background-color: #26e4d3;
padding: 15px 20px 13px 20px;
text-align: center;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
overflow: hidden;
transform: translateY(103%);
transition: all .3s ease;
}
.fn_cs_team_member.fn_layout_gamma .social_gamma_list ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.fn_cs_team_member.fn_layout_gamma .social_gamma_list ul li{
margin: 0 20px 0px 0px;
padding: 0;
display: inline-block;
}
.fn_cs_team_member.fn_layout_gamma .social_gamma_list ul li:last-child{margin-right: 0px;}
.fn_cs_team_member.fn_layout_gamma .social_gamma_list ul li .arlo_w_fn_svg{
width: 18px;
height: 18px;
color: #000;
}
.fn_cs_team_member.fn_layout_gamma .social_gamma_list ul li a{
text-decoration: none;
color: #000;
}
.fn_cs_team_member.fn_layout_gamma:hover .social_gamma_list{
transform: translateY(0);
}
.fn_cs_team_member.fn_layout_gamma .title_holder{
background-color: transparent !important;
padding: 30px 0px 0px 0px;
text-align: center;
}
.fn_cs_team_member.fn_layout_gamma{
box-shadow: none;
}
.fn_cs_team_member.fn_layout_gamma .img_holder{
border-radius: 4px;
}
.fn_cs_team_member .hidden_desc,
.fn_cs_team_member .hidden_image{
width: 0px;
height: 0px;
position: absolute;
opacity: 0;
visibility: hidden;
overflow: hidden;
z-index: -999999;
margin: 0px;
padding: 0px;
}
.fn_cs_worker_boxx,
.fn_cs_worker_boxx *{
box-sizing: border-box;
}
.fn_cs_worker_boxx .overlay{
left: 0;
right: 0;
height: 100vh;
position: absolute;
top: 0px;
background-color: rgba(0,0,0,.8);
cursor: pointer;
}
.fn_cs_worker_boxx.opened{
opacity: 1;
visibility: visible;
}
.fn_cs_worker_boxx{
position: fixed;
width: 100%;
height: 100vh;
z-index: 111111;
opacity: 0;
visibility: hidden;
transition: all .3s ease;
}
.fn_cs_worker_boxx .info_box{
position: fixed;
width: 350px;
height: 100vh;
top: 0px;right: 0px;
background-color: #fff;
z-index: 1;
}
.fn_cs_worker_boxx .info_box_inner{
width: 100%;
height: 100%;
position: relative;
}
.fn_cs_worker_boxx .image{
width: 100%;
position: relative;
}
.fn_cs_worker_boxx .image img{
min-width: 100%;
}
.fn_cs_worker_boxx .image .main{
position:absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.fn_cs_worker_boxx .worker_social{
width: 100%;
height: auto;
clear: both;
float: left;
background-color: #26e4d3;
padding: 12px 30px 10px 30px;
}
.fn_cs_worker_boxx .worker_social ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_worker_boxx .worker_social ul li{
margin: 0px 10px 0px 0px;
display: inline-block;
}
.fn_cs_worker_boxx .worker_social ul li:last-child{margin-right: 0px;}
.fn_cs_worker_boxx .worker_social ul li a{
text-decoration: none;
color: #000;
}
.fn_cs_worker_boxx .main_content{
width: 100%;
height: auto;
clear: both;
float: left;
padding: 0px 30px 0px 30px;
position: relative;
}
.fn_cs_worker_boxx .main_content:after{
background: rgba(255,255,255,0.7); background: -webkit-linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,1)); background: -o-linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,1)); background: -moz-linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,1)); background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,1)); content: '';
position: absolute;
height: 40px;
left: 0;
bottom: 0;
right: 0;
z-index: 5;
}
.fn_cs_worker_boxx .main_content .name_holder{
width: 100%;
height: auto;
clear: both;
float: left;
padding: 33px 0px 0px 0px;
position: relative;
z-index: 5;
}
.fn_cs_worker_boxx .main_content .name_holder:after{
content: '';
position: absolute;
left: 0;
right: 0;
top: 100%;
height: 40px;
background: rgba(255,255,255,0.7); background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7)); background: -o-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7)); background: -moz-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7)); background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7)); }
.fn_cs_worker_boxx .main_content .name_holder h3{
margin: 0px;
padding: 0px;
font-family: "Poppins";
font-size: 22px;
font-weight: 400;
line-height: 32px;
color: #111;
}
.fn_cs_worker_boxx .main_content .name_holder span{
margin: 0px;
padding: 0px;
font-family: "Muli";
font-size: 15px;
font-weight: 400;
color: #777;
}
.fn_cs_worker_boxx .main_content .description{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
padding: 40px 0;
}
.fn_cs_worker_boxx .main_content .description p{
margin-bottom: 31px;
font-family: "Muli";
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #777;
}
.fn_cs_worker_boxx .main_content .description p:last-child{
margin-bottom: 0;
}
.fn_cs_worker_boxx .trigger{
width: 30px;
height: 30px;
background-color: #eeeeee;
position: absolute;
top: 30px;
right: 30px;
z-index: 1;
border-radius: 2px;
}
.fn_cs_worker_boxx .trigger a{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 2;
}
.fn_cs_worker_boxx .trigger:before{
position: absolute;
content: "";
width: 2px;
height: 11px;
background-color: #000;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(45deg);
}
.fn_cs_worker_boxx .trigger:after{
position: absolute;
content: "";
width: 2px;
height: 11px;
background-color: #000;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(-45deg);
} .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 .bg_video_wrapper{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
overflow: hidden;
}
.fn_cs_psingle_hero_title .bg_video_wrapper 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_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-align="left"] ul li{text-align: left;}
.fn_cs_counter_with_caption[data-align="center"] ul li{text-align: center;}
.fn_cs_counter_with_caption[data-align="right"] ul li{text-align: right;}
.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%;
}
@media(max-width:1040px){
.fn_cs_counter_with_caption[data-column="three"] ul li{width: 50%;}
}
@media(max-width:768px){
.fn_cs_counter_with_caption[data-column="three"] ul li{width: 100%;padding-left: 0px;}
.fn_cs_counter_with_caption[data-column="three"] ul{margin: 0px;}
}
.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_counter_with_caption[data-position="top"] ul li h3{
display: inline-block;
position: relative;
}
.fn_cs_counter_with_caption[data-position="top"] .suffix{
position: absolute;
top: -35px;
left: 100%;
margin-left: 6px;
} .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 p a{
text-decoration: none;
color: inherit;
}
.fn_cs_text_with_totop p a:hover{
text-decoration: underline;
}
.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_video .caption{
display: inline-block;
background-color: rgba(0,0,0,.9);
font-family: "Roboto";
font-size: 16px;
font-weight: 600;
color: #fea202;
padding: 20px 45px;
text-transform: uppercase;
position: absolute;
z-index: 5;
}
.fn_cs_video[data-caption-position="top_left"] .caption{
top: 0px;
left: 0px;
}
.fn_cs_video[data-caption-position="top_center"] .caption{
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.fn_cs_video[data-caption-position="top_right"] .caption{
top: 0px;
right: 0;
}
.fn_cs_video[data-caption-position="bottom_left"] .caption{
bottom: 0px;
left: 0px;;
}
.fn_cs_video[data-caption-position="bottom_center"] .caption{
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}
.fn_cs_video[data-caption-position="bottom_right"] .caption{
right: 0px;
bottom: 0px;;
}
.fn_cs_video[data-caption-position="left_center"] .caption{
top: 50%;
left: 0;
transform: translateY(-50%);
}
.fn_cs_video[data-caption-position="right_center"] .caption{
top: 50%;
right: 0;
transform: translateY(-50%);
}
.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;
transform: translateZ(0);
}
.fn_cs_post_modern_rows .item_inner{
width: 100%;
float: left;
clear: both;
position: relative;
display: flex;
flex-direction: row;
transform: translateZ(0);
}
.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 .title_holder p a:hover{
text-decoration: underline;
}
.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;
position: relative;
}
.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_wrap[data-layout="gamma"] .fn_cs_progress span.number{
float: none;
padding-left: 29px;
}
.fn_cs_progress_wrap[data-layout="gamma"] .fn_cs_progress span.label:before{
position: absolute;
content: "";
width: 20px;
height: 1px;
background-color: #777;
left: 100%;
top: 50%;
margin-left: 5px;
}
.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;
transform: translateZ(0);
}
.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: #0653DF;
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: #0653DF;
}
.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_triple_blog_shadow[data-layout="beta"] .inner ul li .item{
box-shadow: none;
}
.fn_cs_triple_blog_shadow[data-layout="beta"] .inner .title_holder{
padding: 32px 0px;
}
.fn_cs_triple_blog_shadow[data-layout="beta"] .inner .title_holder p.t_info:after{
display: none;
}
.fn_cs_triple_blog_shadow[data-layout="beta"] .inner .title_holder p.t_info:before{
display: none;
}
.fn_cs_triple_blog_shadow[data-layout="beta"] .inner .title_holder p.t_info{
margin-bottom: 0px !important;
}
.fn_cs_triple_blog_shadow[data-layout="beta"] .inner .abs_img{
border-radius: 10px;
}
.fn_cs_triple_blog_shadow[data-layout="beta"] .inner .img_holder{
border-radius: 10px;
}
.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: 1;
z-index: -1;
pointer-events: none;
border: 3px solid #fff;
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;
}
@-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_video_button[data-layout="beta"] .button_inner{
flex-direction: row-reverse;
}
.fn_cs_portfolio_video_button[data-layout="beta"] .title{
padding-left: 0px;
padding-right: 19px;
}
.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;
}
.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;
cursor: e-resize;
}
.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{height: auto !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 .fn_new span{
display: block;
text-align: center;
left: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
line-height: 2;
text-transform: uppercase;
background-color: #db3157;
font-weight: 500;
color: #fff;
font-size: 11px;
letter-spacing: 1.1px;
box-shadow: 0 0 30px 0 rgba(0,0,0,.21);
}
.fn_cs_demo_list .fn_new{
display: block;
position: absolute;
top: 0;
left: auto;
right: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
width: 150px;
overflow: hidden;
height: 150px;
z-index: 2;
}
.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: 3;
}
.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%;
height: auto;
clear: both;
float: left;
}
.fn_cs_intro_testimonials .icon_wrapper{
width: 100%;
float: none;
clear: both;
margin: 0 auto;
position: relative;
}
.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 auto;
width: 100%;
max-width: 850px;
}
.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: 300%;
}
.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 0.7s ease;
}
.fn_cs_half_slider ul li.active .image_wrap img,
.fn_cs_half_slider ul li .image_wrap:hover img{
transform: scale(1.2);
}
.fn_cs_half_slider .active .project a:after,
.fn_cs_half_slider .project a:hover:after{
transform: scaleX(1);
}
.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 .category a:hover{
text-decoration: underline;
}
.fn_cs_half_slider .project a{
text-decoration: none;
color: #222222;
font-family: "Roboto";
font-size: 24px;
display: inline-block;
position: relative;
}
.fn_cs_half_slider .project a:after{
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #222222;
transform-origin: bottom left;
transition: transform 0.25s ease-out;
}
.fn_cs_half_slider[data-category="text"] .category a{
pointer-events: none;
}
@media(max-width: 1040px){
.fn_cs_half_slider ul{
padding: 20px 0;
position: relative;
width: 100% !important;
flex-wrap: wrap !important;
transform: none !important;
}
.fn_cs_half_slider{
height: auto !important;
}
.fn_cs_half_slider ul li{
margin-bottom: 20px;
padding: 0 20px !important;
}
.fn_cs_half_slider ul li img{
max-width: 100% !important;
}
}   .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_services_gamma{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_services_gamma .service_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_services_gamma .service_inner ul{
margin: 0px 0px 0px -70px;
list-style-type: none;
}
.fn_cs_personal_services_gamma .service_inner ul li{
margin: 0px 0px 70px 0px;
float: left;
width: 33.3333%;
padding-left: 70px;
}
.fn_cs_personal_services_gamma .service_inner ul li:nth-child(2){margin-top: -70px;}
@media(max-width:1040px){
.fn_cs_personal_services_gamma .service_inner ul li:nth-child(2){margin-top: 0px;}
.fn_cs_personal_services_gamma .service_inner ul li{width: 50%;}
}
@media(max-width:768px){
.fn_cs_personal_services_gamma .service_inner ul{margin: 0px;}
.fn_cs_personal_services_gamma .service_inner ul li{width: 100%;padding-left: 0px;}
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
overflow: hidden;
border: 1px solid #e8e8e8;
box-shadow: 0px 5px 40px rgba(0,0,0,.1);
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner .image{
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 0;
visibility: hidden;
transition: all .3s ease;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner:hover .image{
opacity: 1;
visibility: visible;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner .overlay{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
opacity: 0;
visibility: hidden;
z-index: 1;
background-color: rgba(0,24,255,.5);
transition: all .3s ease;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner:hover .overlay{
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
opacity: 1;
visibility: visible;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner .content{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
z-index: 2;
padding: 70px 50px 80px 50px;
}
.fn_cs_personal_services_gamma .square{
display: inline-block;
width: 57px;
height: 57px;
border: 3px solid #e51d3e;
border-radius: 10px;
position: relative;
margin-bottom: 30px;
}
.fn_cs_personal_services_gamma .square:before{
position: absolute;
content: "";
width: 10px;
height: 10px;
border-radius: 100%;
background-color: #e51d3e;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner:hover .square{
border-color: #fff;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner:hover .square:before{
background-color: #fff;
}
.fn_cs_personal_services_gamma .title{
font-family: "Roboto";
font-size: 30px;
color: #000;
font-weight: 400;
margin-bottom: 27px;
padding: 0px;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner:hover .title{
color: #fff;
}
.fn_cs_personal_services_gamma .text{
font-family: "Muli";
font-size: 18px;
color: #444;
font-weight: 400;
line-height: 26px;
margin: 0px;
padding: 0px;
}
.fn_cs_personal_services_gamma .service_inner ul li .list_inner:hover .text{color: #eee;}
.fn_cs_personal_services_gamma .s_btn{
margin-top: 18px;
}
.fn_cs_personal_services_gamma .s_btn a{
display: block;
float: left;
font-size: 16px;
color: #000;
line-height: 24px;
text-decoration: none;
position: relative;
}
.fn_cs_personal_services_gamma .s_btn a:after{
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_services_gamma .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 .my_list{
width: 100%;
float: left;
clear: both;
overflow: hidden;
border-radius: 0px;
border: 2px solid #3840d8;
}
.fn_cs_personal_partners .partners_inner ul{
margin: -2px -10px -2px -2px;
list-style-type: none;
padding-top: 2px;
float: left;
padding-left: 2px;
min-width: calc(100% + 12px);
}
.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_partners_gamma{
width: 100%;
height: auto;
clear: both;
float: left;
text-align: center;
}
.fn_cs_personal_partners_gamma .partners_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_personal_partners_gamma .main_title{
width: 100%;
float: left;
margin-bottom: 64px;
}
.fn_cs_personal_partners_gamma .main_title h3{
font-family: "Muli";
color: #fff;
font-size: 29px;
margin: 0px;
padding: 0px;
}
.fn_cs_personal_partners_gamma .partners_inner ul{
margin: 0px 0px 0px -40px;
list-style-type: none;
}
.fn_cs_personal_partners_gamma .partners_inner ul li{
margin: 0px 0px 40px 0px;
float: left;
width: 33.3333%;
text-align: center; position: relative;
padding-left: 40px;
overflow: hidden;
}
.fn_cs_personal_partners_gamma .partners_inner ul li .list_inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
min-height: 240px;
border: 4px solid #ccc;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
}
.fn_cs_personal_partners_gamma .partners_inner ul li img{
max-width: 88%;
max-height: 100px;
transition: all .3s ease;
}
.fn_cs_personal_partners_gamma .partners_inner ul li .list_inner:hover img{
transform: translate3d(50px,50px,0);
}
.fn_cs_personal_partners_gamma .partners_inner ul li .shape{
position: absolute;
bottom: 10px;
right: 10px;
width: 36px;
height: 36px;
background-color: #fea202;
border-radius: 5px;
transition: all .3s ease;
display: flex;
justify-content: center;
align-items: center;
}
.fn_cs_personal_partners_gamma .partners_inner ul li:hover .shape{
height: calc(100% + 10px);
width: calc(100% + 10px);
bottom: -5px;
right: -5px;
background-color: #fea202;
border-radius: 5px;
}
.fn_cs_personal_partners_gamma .partners_inner ul li .brand{
color: #fff;
font-family: "Muli";
opacity: 0;
visibility: hidden;
}
.fn_cs_personal_partners_gamma .partners_inner ul li:hover .brand{
opacity: 1;
visibility: visible;
}
.fn_cs_personal_partners_gamma .partners_inner ul li .shape:before{
position: absolute;
content: "";
width: 2px;
height: 12px;
background-color: #000;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_personal_partners_gamma .partners_inner ul li .shape:after{
position: absolute;
content: "";
width: 12px;
height: 2px;
background-color: #000;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_personal_partners_gamma .partners_inner ul li:hover .shape:before,
.fn_cs_personal_partners_gamma .partners_inner ul li:hover .shape:after{
opacity: 0;
visibility: hidden;
}
.fn_cs_personal_partners_gamma .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_copyright p a{
color: inherit;
text-decoration: none;
}
.fn_cs_personal_copyright p a:hover{
text-decoration: underline;
}
.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_swiper_vertical_progress{
float: left;
clear: both;
width: 4px;
position: absolute;
top: 0;
left: -2px;
bottom: 0;
}
.fn_cs_swiper_vertical_progress .pagination_progress .all{
height: 100%;
width: 100%;
position: absolute;
z-index: 5;
top: 0;
left: 0;
}
.fn_cs_swiper_vertical_progress .pagination_progress .all span{
height: 100%;
width: 100%;
background-color: #fea202;
position: absolute;
z-index: 5;
top: 0;
left: 0;
transform-origin: left top;
transform: scale(0);
transition: all .7s ease-out;
}  .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_extra{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_contact_extra .my_area{
width: 100%;
float: left;
}
.fn_cs_contact_extra .input_list{
margin: 0px 0px 0px -40px;
list-style-type: none;
max-width: 70%;
}
.fn_cs_contact_extra .input_list li{
margin: 0px 0px 50px 0px;
width: 50%;
padding-left: 40px;
float: left;
}
.fn_cs_contact_extra .input_list li label,
.fn_cs_contact_extra .my_area label{
display: block;
margin-bottom: 8px;
}
.fn_cs_contact_shortcode input[type=text],
.fn_cs_contact_shortcode input[type=tel],
.fn_cs_contact_shortcode input[type=email]{
min-width: 100%;
background-color: #ededed !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: #ededed !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: #1e1e24 !important;
color: #eee;
text-transform: capitalize;
padding: 3px 29px 4px 29px !important;
border-radius: 3px;
position: relative;
font-family: "Muli";
font-size: 16px;	
box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}
.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;
float: left;
margin-top: 53px;
}
.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;
}
@media(max-width:768px){
.fn_cs_contact_extra .input_list li{width: 100%;padding-left: 0px;}
.fn_cs_contact_extra .input_list{margin: 0px;max-width: 100%;}
}
.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_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:before{
position: absolute;
content: "";
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-color: #000;
border-radius: 100%;
transition: all .3s ease;
transform: scale(0);
}
.fn_cs_personal_hero_header_delta .arrow:hover:before{
transform: scale(1.5);
}
.fn_cs_personal_hero_header_delta .arrow .arlo_w_fn_svg{
position: absolute;
left: 50%;
color: #fff;
width: 13px;
height: 13px;
margin-top: 15px;
margin-left: -6px;
}
.fn_cs_personal_hero_header_delta .arrow:hover .arlo_w_fn_svg{
-webkit-animation: bounced 3s infinite;
animation: bounced 3s infinite;
}
@-webkit-keyframes bounced {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0); }
40% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
60% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px); } }
@keyframes bounced {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0); }
40% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
60% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px); } }
.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;
position: relative;
transition: all .3s ease;
}
.fn_cs_about_with_video .button a span{
position: relative;
z-index: 1;
}
.fn_cs_about_with_video .button a:before{
position: absolute;
content: "";
width: 100%;
height: 0%;
bottom: 0px;
left: 0px;
background-color: #fff;
display: inline-block;
transition: all .3s ease;
border-radius: 3px;
}
.fn_cs_about_with_video .button a:hover{
color: #000;
}
.fn_cs_about_with_video .button a:hover span{
color: #000;
}
.fn_cs_about_with_video .button a:hover:before{
height: 100%;
}
.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;
}
.fn_cs_portfolio_slider{
width: 100%;
clear: both;
float: left;
position: relative;
padding-bottom: 170px;
}
.fn_cs_portfolio_slider .hidden_images{
opacity: 0;
visibility: hidden;
position: absolute;
z-index: -9;
width: 0;
height: 0;
padding: 0;
margin: 0;
overflow: hidden;
}
.fn_cs_portfolio_slider .hidden_images img{
width: 0;
height: 0;
opacity: 0;
}
.fn_cs_portfolio_slider .mainpart{
width: 100%;
clear: both;
float: left;
padding: 50px 0;
}
.fn_cs_portfolio_slider .mainpart_inner{
width: 100%;
min-height: calc(100vh - 270px);
min-height: -moz-calc(100vh - 270px);
min-height: -webkit-calc(100vh - 270px);
clear: both;
display: flex;
align-items: center;
}
.fn_cs_portfolio_slider .mainpart_inner ul{
margin: 0px;
list-style-type: none;
width: 100%;
}
.fn_cs_portfolio_slider .mainpart_inner ul li{
margin: 0px;
width: 100%;
float: left;
display: none;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .list_inner{
width: 100%;
height: auto;
clear: both;
display: flex;
align-items: center;
}
.fn_cs_portfolio_slider .mainpart_inner .leftpart{
width: 100%;
}
.fn_cs_portfolio_slider .mainpart_inner .rightpart{
width: 500px;
min-width: 500px;
}
.fn_cs_portfolio_slider .mainpart_inner ul li.active{
display: block;
-webkit-animation: arlo-slide-down 1s ease;
-moz-animation: arlo-slide-down 1s ease;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .image_wrap{
position: relative;
}
@-webkit-keyframes arlo-slide-down {
0% { opacity: 0; transform: rotateY(20deg) rotateZ(-3deg);}   
100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}
@-moz-keyframes arlo-slide-down {
0% { opacity: 0;  transform: rotateY(20deg) rotateZ(-3deg);}   
100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}
.fn_cs_portfolio_slider .mainpart_inner ul li .image_wrap img{
opacity: 0;
min-width: 100%;
}
.fn_cs_portfolio_slider .mainpart_inner 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: 5px;
box-shadow: 0px 10px 60px rgba(0,0,0,.2);
}
.fn_cs_portfolio_slider .mainpart_inner .rightpart{
padding-left: 70px;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .category{
margin-bottom: 20px;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .category a{
text-decoration: none;
text-transform: uppercase;
font-family: "Poppins";
font-size: 16px;
font-weight: 600;
margin: 0px;
padding: 0px;
color: #000;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .category a:hover{
text-decoration: underline;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .title{
margin-bottom: 35px;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .title a{
text-decoration: none;
font-family: "Poppins";
font-size: 90px;
font-weight: 600;
line-height: 90px;
margin: 0px;
padding: 0px;
color: #000;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .desc{
margin-bottom: 35px;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .desc p{
font-family: "Open Sans";
font-size: 16px;
line-height: 26px;
color: #666;
margin: 0px;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a{
text-decoration: none;
font-family: "Muli";
font-size: 18px;
color: #5c11cc;
position: relative;
display: inline-block;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a{
position: relative;
display: inline-block;
padding-right: 36px;
line-height: 30px;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a .arrow:before{
font-family: 'fontello' !important;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
content: "\e847";
color: #5c11cc;
line-height: 30px;
font-size: 8px;
position: absolute;
right: -1px;
width: 26px;
text-align: center;
height: 30px;
top: 50%;
margin-top: -14px;
-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a .arrow:after{
position: absolute;
content: '';
border-bottom: 1px solid #5c11cc;
height: 1px;
width: 22px;
right: 12px;
top: 50%;
margin-top: 0px;
-ms-transform: scale(0,1) translateX(0px);
-ms-transform-origin: left;
transform: scale(0,1) translateX(0px);
transform-origin: left;
pointer-events: none;
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a:hover:after{
-ms-transform:scale(0.8);
-webkit-transform:scale(0.8);
transform:scale(0.8);
opacity:0;
}
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a:hover .arrow:after,
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a:hover .arrow:before{
-ms-transform:scale(1,1) translateX(9px);
-webkit-transform:scale(1,1) translateX(9px);
transform:scale(1,1) translateX(9px);
}
.fn_cs_portfolio_slider .mainpart_inner ul li .view_project a:after{
border-radius: 100%;
border: 1px solid #5c11cc;
height: 21px;
width: 21px;
position: absolute;
right: 2px;
top: 50%;
margin-top: -11px;
content: ' ';
display: block;
pointer-events: none;
-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.fn_cs_portfolio_slider .titlepart{
width: 100%;
height: 170px;
background-color: #5c11cc;
position: absolute;
bottom: 0px;
left: 0px;
padding: 10px 0 10px 10px;
}
.fn_cs_portfolio_slider .titlepart tr{
border: none;
}
.fn_cs_portfolio_slider .titlepart table{
border: none;
margin: 0;
border-radius: 0;
position: relative;
z-index: 5;
width: auto !important;
}
.fn_cs_portfolio_slider .titlepart table .active div{
border-color: rgba(235,235,235,.8);
transition: all .5s .5s ease;
}
.fn_cs_portfolio_slider .titlepart table div{
width: 400px;
height: 150px;
border-radius: 4px;
border: 1px solid rgba(235,235,235,.2);
padding: 30px 20px;
display: flex;
justify-content: flex-end;
flex-direction: column;
transition: all .5s ease;
position: relative;
}
.fn_cs_portfolio_slider .titlepart .my_number{
display: block;
font-size: 18px;
font-family: 'Open Sans';
transition: all .5s ease;
}
.fn_cs_portfolio_slider .titlepart :not(.active) h3,
.fn_cs_portfolio_slider .titlepart :not(.active) .my_number{
color: rgba(255,255,255,0.6);
}
.fn_cs_portfolio_slider .titlepart .active h3,
.fn_cs_portfolio_slider .titlepart .active .my_number{
color: rgba(255,255,255,1);
}
.fn_cs_portfolio_slider .titlepart h3{
margin: 0;
padding: 0;
font-size: 22px;
font-family: 'Poppins';
font-weight: 400;
transition: all .5s ease;
}
.fn_cs_portfolio_slider .titlepart td{
margin: 0px;
padding: 0px;
padding-right: 10px;
border: none;
}
.fn_cs_portfolio_slider .titlepart .gowithme{
width: 400px;
height: 150px;
position: absolute;
display: block;
border-radius: 4px;
background-color: rgba(255,255,255,.05);
z-index: 3;
top: 10px;
left: 10px;
transition: all .5s ease;
}
.fn_cs_portfolio_slider .titlepart a{
z-index: 10;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.fn_cs_about_intro{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_about_intro .background{
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 33;
position: absolute;
}
.fn_cs_about_intro .background .left{
position: absolute;
width: 50%;
top: 0px;
bottom: 0px;
left: 0px;
display: none;
}
.fn_cs_about_intro .background .right{
position: absolute;
width: 50%;
top: 0px;
bottom: 0px;
right: 0px;
}
.fn_cs_about_intro .background .right .main_image{
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
right: 0px;
background-repeat:no-repeat;
background-position: center;
background-size: cover;
}
.fn_cs_about_intro .swiper-container{
height: 100%;
overflow: visible;
}
.fn_cs_about_intro .content{
width: 100%;
height: auto;
clear:both;
float: left;
position: relative;
z-index: 2;
}
.fn_cs_about_intro .content_inner{
width: 50%;
height: auto;
}
.fn_cs_about_intro span.mini{
margin-bottom: 30px;
padding: 0px;
font-family: "Muli";
font-size: 18px;
color: #777;
font-weight: 400;
display: block;
}
.fn_cs_about_intro h3.main{
margin: 0px;
padding: 0px;
font-family: "Roboto";
font-size: 60px;
color: #ddd;
font-weight: 600;
font-weight:72px; 
}
.fn_cs_about_intro .caption{
display: inline-block;
background-color: rgba(0,0,0,.9);
padding: 20px 45px;
text-transform: capitalize;
position: absolute;
z-index: 1;
}
.fn_cs_about_intro[data-caption-position="top_left"] .caption{
top: 0px;
left: 0px;
}
.fn_cs_about_intro[data-caption-position="top_center"] .caption{
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.fn_cs_about_intro[data-caption-position="top_right"] .caption{
top: 0px;
right: 0;
}
.fn_cs_about_intro[data-caption-position="bottom_left"] .caption{
bottom: 0px;
left: 0px;;
}
.fn_cs_about_intro[data-caption-position="bottom_center"] .caption{
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}
.fn_cs_about_intro[data-caption-position="bottom_right"] .caption{
right: 0px;
bottom: 0px;;
}
.fn_cs_about_intro[data-caption-position="left_center"] .caption{
top: 50%;
left: 0;
transform: translateY(-50%);
}
.fn_cs_about_intro[data-caption-position="right_center"] .caption{
top: 50%;
right: 0;
transform: translateY(-50%);
}
.fn_cs_about_intro .caption{
display: inline-block;
background-color: rgba(0,0,0,.9);
padding: 20px 45px;
text-transform: capitalize;
position: absolute;
z-index: 1;
overflow: hidden;
}
.fn_cs_about_intro .caption > div{
display: block; }
.fn_cs_about_intro .caption span{
padding: 0px;
margin: 0px;
font-family: "Roboto";
font-size: 14px;
font-weight: 500;
color: #fea202;
margin-bottom: 5px;
display: inline-block;
position: relative;
transform: translateX(30px);
opacity: 0;
transition: all .7s ease-out;
}
.fn_cs_about_intro .caption h3{
color: #eeeeee;
padding: 0px;
margin: 0px;
font-family: "Roboto";
font-size: 20px;
font-weight: 400;
position: relative;
transform: translateX(50px);
opacity: 0;
transition: all .7s ease-out;
}
.fn_cs_about_intro .swiper-slide-prev .caption span{
transform: translateX(-50px);
}
.fn_cs_about_intro .swiper-slide-prev .caption h3{
transform: translateX(-30px);
}
.fn_cs_about_intro .swiper-slide-duplicate-active .caption span,
.fn_cs_about_intro .swiper-slide-active .caption span{
transition: all .7s ease-out 0s;
}
.fn_cs_about_intro .swiper-slide-duplicate-active .caption h3,
.fn_cs_about_intro .swiper-slide-active .caption h3{
transition: all .9s ease-out 0s;
}
.fn_cs_about_intro .swiper-slide-duplicate-active .caption span,
.fn_cs_about_intro .swiper-slide-duplicate-active .caption h3,
.fn_cs_about_intro .swiper-slide-active .caption span,
.fn_cs_about_intro .swiper-slide-active .caption h3{
transform: translate(0,0);
opacity: 1;
}
@media(max-width:1040px){
.fn_cs_about_intro{
display: flex;
flex-direction: column-reverse;
}
.fn_cs_about_intro .background{
position: relative;
}
.fn_cs_about_intro .background .left{
width: 100%;
display: block;
opacity: 0;
position: relative;
}
.fn_cs_about_intro .background .right{
width: 100%;
}
.fn_cs_about_intro .content_inner{
width: 100%;
}
.fn_cs_about_intro .in{
max-width: 100% !important;
} 
}
.fn_cs_about_service{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_about_service ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_about_service ul li{
margin: 0px 0px 13px 0px;
width: 100%;
float: left;
}
.fn_cs_about_service ul li:last-child{margin-bottom: 0px;}
.fn_cs_about_service ul li h3{
margin: 0px;
padding: 0px;
font-family: "Roboto";
font-size: 36px;
color: #333333;
display: inline-block;
position: relative;
font-weight: 600;
}
.fn_cs_about_service ul li h3 span{
margin: 0px;
padding: 0px;
font-family: "Muli";
font-size: 18px;
color: #000;
font-weight: 400;
margin-left: 25px;
position: relative;
display: inline-block;
padding-left: 25px;
}
.fn_cs_about_service ul li h3 span:before{
position: absolute;
content: "/";
left: 0px;
color: #000;
font-size: 18px;
}
.fn_cs_list{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_list ul{
margin: 0px;
}
.fn_cs_list ul li{
margin: 0px 0px 9px 0px;
width: 100%;
float: left;
}
.fn_cs_list ul li:last-child{
margin-bottom: 0px;
}
.fn_cs_list[data-list-type="none"] ul{list-style-type: none;}
.fn_cs_list[data-list-type="circle"] ul{list-style-type: circle;}
.fn_cs_list[data-list-type="decimal"] ul{list-style-type: decimal;}
.fn_cs_list[data-list-type="decimal-leading-zero"] ul{list-style-type: decimal-leading-zero;}
.fn_cs_list[data-list-type="disc"] ul{list-style-type: disc;}
.fn_cs_list[data-list-type="georgian"] ul{list-style-type: georgian;}
.fn_cs_list[data-list-type="lower-alpha"] ul{list-style-type: lower-alpha;}
.fn_cs_list[data-list-type="lower-greek"] ul{list-style-type: lower-greek;}
.fn_cs_list[data-list-type="lower-latin"] ul{list-style-type: lower-latin;}
.fn_cs_list[data-list-type="lower-roman"] ul{list-style-type: lower-roman;}
.fn_cs_list[data-list-type="square"] ul{list-style-type: square;}
.fn_cs_list[data-list-type="upper-alpha"] ul{list-style-type: upper-alpha;}
.fn_cs_list[data-list-type="upper-latin"] ul{list-style-type: upper-latin;}
.fn_cs_list[data-list-type="upper-roman"] ul{list-style-type: upper-roman;}
.fn_cs_list h3{
margin: 0px 0px 27px 0px;
padding: 0px;
font-family: "Roboto";
font-weight: 400;
font-size: 24px;
color: #1e1e1e;
}
.fn_cs_list ul li span{
margin: 0px;
padding: 0px;
font-family: "Muli";
font-weight: 400;
font-size: 18px;
color: #666666;
}
.fn_cs_list ul li a{
text-decoration: none;
color: #0653df;
font-family: "Muli";
font-size: 18px;
font-weight: 400px;
display: inline-block;
position: relative;
}
.fn_cs_list ul li a:after{
content: '';
width: 0;
height: 1px;
position: absolute;
left: auto;
right: 0;
bottom: 0;
transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
background: currentColor;
}
.fn_cs_list ul li a:hover:after{
width:100%;
left:0;
right:auto;
}
.fn_cs_creative_agency,
.fn_cs_creative_agency .agency_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_creative_agency ul{
margin: 0px 0px 0px -10px;
list-style-type: none;
}
.fn_cs_creative_agency ul li{
margin: 0px 0px 10px 0px;
list-style-type: none;
float: left;
width: 20%;
padding-left: 10px;
}
.fn_cs_creative_agency ul li:nth-child(1),	
.fn_cs_creative_agency ul li:nth-child(3),
.fn_cs_creative_agency ul li:nth-child(5){
margin-top: 20px;
}
.fn_cs_creative_agency ul li .inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
box-shadow: 0px 3px 5px rgba(0,0,0,.2);
}
.fn_cs_creative_agency ul li .inner img{
min-width: 100%;
opacity: 0;
}
.fn_cs_creative_agency ul li .inner .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position:center; 
border-radius: 5px;
}
.fn_cs_creative_agency .title{
font-family: "Roboto";
font-size: 36px;
font-weight:400;
line-height: 48px;
color: #fffefe;
margin-bottom: 58px;
}
.fn_cs_full_width_button{
width: 100%;
height: auto;
clear: both;
float: left;
text-align: center;
padding-top: 60px;
}
.fn_cs_full_width_button a{
text-decoration: none;
display: block;
color: #010101;
font-family: "Muli";
font-size: 16px;
font-weight: 500;
background-color: #e0e1e9;
padding: 18px 0px 19px 0px;
border-radius: 5px;
transition: all .3s ease;
box-shadow: 0px 3px 5px rgba(0,0,0,.2);
}
.fn_cs_full_width_button a:hover{
color: #e0e1e9;
background-color: #010101;
}
.fn_cs_image_with_name{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_image_with_name .wrapper{
width: 100%;
height: auto;
display: flex;
align-items: center;
}
.fn_cs_image_with_name .image{
width: 70px;
height: 70px;
position: relative;
border-radius: 100%;
}
.fn_cs_image_with_name .image .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 100%;
}
.fn_cs_image_with_name .details{padding-left: 22px;}
.fn_cs_image_with_name .details h3{
font-family: "Roboto";
font-size: 18px;
color: #000;
font-weight:400;
margin-bottom: 8px;
padding: 0px;
}
.fn_cs_image_with_name .details span{
font-family: "Muli";
font-size: 16px;
color: #777;
font-weight:400;
margin: 0px;
padding: 0px;
}
.ageny_blog_full_link{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 1;
}
.fn_cs_agency_blog{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_agency_blog .in{
width: 100%;
height: auto;
clear: both;
display: flex;
margin-bottom: 50px;
}
.fn_cs_agency_blog .in .left{
width: 50%;
padding-right: 50px;
}
.fn_cs_agency_blog .in .left .details{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
overflow: hidden;
border-radius: 10px;
}
.fn_cs_agency_blog .in .left .details .image{ float: left;
width: 100%;
}
.fn_cs_agency_blog .in .left .details .image img{
min-width: 100%;
border-radius: 10px;
opacity: 0;
}
.fn_cs_agency_blog .in .left .details .image .main{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
padding-top: 50px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s ease;
}
.fn_cs_agency_blog .in .left:hover .main{
transform: scale(1.2);
}
.fn_cs_agency_blog .in .left:hover .details .desc:after{
transform: translateY(0%);
}
.fn_cs_agency_blog .in .left .details .desc:after{
height: 100%;
top: 0px;
left: 0px;
right: 0px;
position: absolute;
content: "";
z-index: 1;
transform: translateY(101%);
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_agency_blog .in .left .details .desc{
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 5;
padding: 50px 45px 45px 50px;
background: rgba(0,0,0,0);
overflow: hidden;
}
.fn_cs_agency_blog .in .left .details .desc .category,
.fn_cs_agency_blog .in .left .details .desc .title{
max-width: 450px;
position: relative;
z-index: 2;
}
.fn_cs_agency_blog .in .left .details .desc .category a{
text-decoration: none;
color: #cccccc;
font-family: "Muli";
font-size: 16px;
font-weight: 500;
display: inline-block;
margin-bottom: 13px;
position: relative;
}
.fn_cs_agency_blog .in .left .details .desc .title a{
text-decoration: none;
color: #fff;
font-family: "Roboto";
font-size: 30px;
font-weight: 400;
line-height: 1.2;
transition: all .3s ease;
}
.fn_cs_agency_blog .in .left .details .desc .title a:hover{color: #e51d3e;}
.fn_cs_agency_blog .in .right{
width: 50%;
}
.fn_cs_agency_blog .in .right ul{
margin: 0px;
list-style-type: none;
width: 100%;
float: left;
clear: both;
}
.fn_cs_agency_blog .in .right ul li{
margin: 0px 0px 50px 0px;
width: 100%;
float: left;
}
.fn_cs_agency_blog .in .right ul li:last-child{
margin: 0px;
}
.fn_cs_agency_blog .in .right ul li .details{
width: 100%;
height: auto;
clear: both;
display: flex;
align-items: center;
min-height: 180px;
}
.fn_cs_agency_blog .in .right ul li .details .image{
position: relative;
float: left;
overflow: hidden;
border-radius: 10px;
}
.fn_cs_agency_blog .in .right ul li .details .image{
flex: 0 0 auto;
}
.fn_cs_agency_blog .in .right ul li .details .image img{
border-radius: 10px;
}
.fn_cs_agency_blog .in .right ul li .details .image .main{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s ease;
}
.fn_cs_agency_blog .in .right ul li .details .image:hover .main{
transform: scale(1.2);
}
.fn_cs_agency_blog .in .right .details .desc{
padding-left: 40px;
}
.fn_cs_agency_blog .in .right .details .desc .category a{
text-decoration: none;
color: #444;
font-family: "Muli";
font-size: 16px;
font-weight: 500;
display: inline-block;
margin-bottom: 13px;
position: relative;
}
.fn_cs_agency_blog .in .left .details .desc .category a:after,
.fn_cs_agency_blog .in .right .details .desc .category a:after{
content: '';
width: 0;
height: 1px;
position: absolute;
left: auto;
right: 0;
bottom: 0;
transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
background: currentColor;
}
.fn_cs_agency_blog .in .left .details .desc .category a:hover:after,
.fn_cs_agency_blog .in .right .details .desc .category a:hover:after{
width:100%;
left:0;
right:auto;
}
.fn_cs_agency_blog .in .right .details .desc .title a{
text-decoration: none;
color: #000;
font-family: "Roboto";
font-size: 30px;
font-weight: 400;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; -webkit-box-orient: vertical;
transition: all .3s ease;
}
.fn_cs_agency_blog .in .right .details .desc .title a:hover{color: #e51d3e;} @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;}
.fn_cs_portfolio_slider .mainpart_inner ul li .list_inner{flex-direction: column;align-items: baseline;}
.fn_cs_portfolio_slider .mainpart_inner .leftpart{margin-bottom: 50px;}
.fn_cs_portfolio_slider .mainpart_inner .rightpart{padding-left: 0px;width: 100%;min-width: 100%;}
.fn_cs_rows_wrapper{flex-direction: column;align-items: baseline;margin: 0px;}
.fn_cs_rows_wrapper .first_row{width: 100%;padding-left: 0px;}
.fn_cs_rows_wrapper .second_row{width: 100%;padding-left: 0px;}
.fn_cs_cols_wrapper ul{margin: 0px;}
.fn_cs_cols_wrapper ul li{width: 100%;padding-left: 0px;}
.fn_cs_agency_blog .in{flex-direction: column;align-items: baseline;}
.fn_cs_agency_blog .in .left{width: 100%;padding: 0px;margin-bottom: 50px;}
.fn_cs_agency_blog .in .right{width: 100%;}
.fn_cs_agency_blog .in .right .details .desc .title a{font-size: 24px;}
}
@media(max-width:768px){
.fn_cs_personal_services .service_inner ul li{width: 100%;}
.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;}
.fn_cs_personal_partners_gamma .partners_inner ul li{width: 50%;}
}
@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%;}
.fn_cs_personal_partners_gamma .partners_inner ul{margin: 0px;}
.fn_cs_personal_partners_gamma .partners_inner ul li{width: 100%;padding: 0px;margin-bottom: 20px;}
}
div.wpcf7-response-output{
display: none;
} .fn_cs_buton_anchor{
width: 100%;
float: left;
clear: both;
}
.fn_cs_buton_anchor .btn{
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
width: 40px;
height: 70px;
}
.fn_cs_buton_anchor a:hover{
box-shadow: 0px 3px 10px rgba(229,29,62,1);
}
.fn_cs_buton_anchor a:after{
z-index: 1;
left: -15px;
right: -15px;
top: -15px;
bottom: -15px;
content: '';
position: absolute;
display: block;
}
.fn_cs_buton_anchor a{
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 70px;
display: block;
text-decoration: none;
border: 2px solid #e51d3e;
border-radius: 20px;
cursor: pointer;
box-shadow: 0px 3px 10px rgba(229,29,62,0.3);
}
.fn_cs_buton_anchor a span:nth-child(3){bottom: 43px;opacity: .3;}
.fn_cs_buton_anchor a span:nth-child(2){bottom: 32px;opacity: .5;}
.fn_cs_buton_anchor a span{
display: block;
width: 12px;
height: 7px;
bottom: 21px;
position: absolute;
left: 50%;
margin-left: -6px;
z-index: 2;
animation-timing-function: cubic-bezier(0,0,1,1);  }
.fn_cs_buton_anchor a .btn_a{
-webkit-animation: fn_cs_opacity_1 2s infinite;
animation: fn_cs_opacity_1 2s infinite;
}
.fn_cs_buton_anchor a .btn_c{
-webkit-animation: fn_cs_opacity_3 2s infinite;
animation: fn_cs_opacity_3 2s infinite;
}
.fn_cs_buton_anchor a span:after,
.fn_cs_buton_anchor a span:before{
width: 9px;
height: 2px;
background-color: #e51d3e;
position: absolute;
content: '';
transform: rotate(45deg);
bottom: 0;
left: -1px;
}
.fn_cs_buton_anchor a span:before{
transform: rotate(-45deg);
left: auto;
right: -1px;
}
@-webkit-keyframes fn_cs_opacity_1{ 
0%{ opacity:1;}
100%{ opacity:0.3;}
}
@keyframes fn_cs_opacity_1{ 
0%{ opacity:1;}
100%{ opacity:0.3;}
}
@-webkit-keyframes fn_cs_opacity_3{ 
0%{ opacity:0.3;}
100%{ opacity:1;}
}
@keyframes fn_cs_opacity_3{ 
0%{ opacity:0.3;}
100%{ opacity:1;}
}
.fn_cs_process_wrap{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_process_wrap .process_inner{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_process_wrap ul{
margin: 0px 0px 0px -100px;
list-style-type: none;
}
.fn_cs_process_wrap ul li{
margin: 0px 0px 50px 0px;
float: left;
width: 25%;
text-align: center;
padding-left: 100px;
}
.fn_cs_process_wrap ul li .list_inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
}
.fn_cs_process_wrap ul li .list_inner:after{
content: "";
position: absolute;
left: 100%;
width: 100px;
height: 1px;
background-color: #ddd;
top: 62px;
}
.fn_cs_process_wrap ul li:last-child .list_inner:after{
content: none;
}
@media(min-width:1041px){
.fn_cs_process_wrap ul li:nth-of-type(4n) .list_inner:after{
content: none;
}
}
@media(min-width:769px) and (max-width:1040px){
.fn_cs_process_wrap ul li{
width: 33.3333%;
}
.fn_cs_process_wrap ul li:nth-of-type(3n) .list_inner:after{
content: none;
}
}
@media(max-width:768px){
.fn_cs_process_wrap ul li{
width: 100%;
}
.fn_cs_process_wrap ul li .list_inner:after{
content: none;
}
}
.fn_cs_process_wrap ul li .shapes{
position: relative;
display: inline-block;
}
.fn_cs_process_wrap ul li .shapes .arlo_w_fn_svg{
width: 125px;
height: 125px;
}
.fn_cs_process_wrap ul li .first{
position: absolute;
top: 5px;
left: -5px;
color: rgba(38,228,211,.2);
z-index: -1;
}
.fn_cs_process_wrap ul li .second{
color: #26e4d3;
}
.fn_cs_process_wrap ul li .third{
position: absolute;
top: 0px;
left: 0px;
}
.fn_cs_process_wrap ul li .third path{
stroke: #fdd202;
}
.fn_cs_process_wrap ul li .number{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
font-weight: 600;
color: #111;
font-family: 'Poppins';
font-size: 30px;
}
.fn_cs_process_wrap ul li .text{
font-family: "Muli";
font-size: 18px;
line-height: 24px;
color: #777;
padding-top: 36px;
margin: 0px;
}
.fn_process_shape_path{fill:none;stroke:#F7931E;stroke-width:2;stroke-miterlimit:10;}
.fn_cs_business_slider{
width: 100%;
height: 100vh;
position: relative;
}
.fn_cs_business_slider ul{
margin: 0px;
list-style-type: none;
}
.fn_cs_business_slider ul li{
margin: 0px;
}
.fn_cs_business_slider .image_wrap{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.fn_cs_pricing{
width: 100%;
height: auto;
clear: both;
float: left;
}
.fn_cs_pricing ul.fn_column{
margin: 0px;
list-style-type: none;
}
.fn_cs_pricing[data-price-column="one"] ul.fn_column > li{width: 100%;}
.fn_cs_pricing[data-price-column="two"] ul.fn_column > li{width: 50%;}
.fn_cs_pricing[data-price-column="three"] ul.fn_column > li{width: 33.3333%;}
.fn_cs_pricing[data-price-column="four"] ul.fn_column > li{width: 25%;}
.fn_cs_pricing ul.fn_column > li{
margin: 0px;
width: 33.3333%;
float: left;
margin-top: 40px;
}
.fn_cs_pricing ul.fn_column li .item{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
background-color: #fff;
box-shadow: 0px 5px 30px rgba(0,0,0,.1);
padding: 70px;
}
.fn_cs_pricing ul.fn_column > li.lifetime{display: none;}
.fn_cs_pricing ul.fn_column.active > li.lifetime{display: block;}
.fn_cs_pricing ul.fn_column.active > li.annual{display: none;}
.fn_cs_pricing ul.fn_column > li[data-centered="yes"]{margin-top: 0;}
.fn_cs_pricing ul.fn_column > li[data-centered="yes"] .item{padding-top: 110px;padding-bottom: 110px;}
.fn_cs_pricing ul li .plan_wrapper{
width: 100%;
height: auto;
float: left;
text-align: center;
margin-bottom: 23px;
}
.fn_cs_pricing ul li .plan{
display: inline-block;
color: #7626e4;
font-size: 14px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0px;
background-color: rgba(118,38,228,.2);
padding: 3px 33px 1px 33px;
border-radius: 50px;
}
.fn_cs_pricing ul li .price_box{
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
margin-bottom: 40px;
}
.fn_cs_pricing ul li .currency{
color: #111;
font-family: "Poppins";
font-size: 24px;
font-weight: 500;
display: flex;
justify-content: flex-start;
}
.fn_cs_pricing ul li .price{
color: #111;
font-family: "Poppins";
font-size: 72px;
line-height: 72px;
font-weight: 500;
}
.fn_cs_pricing ul li .per_time{
color: #777;
font-family: "Muli";
font-size: 18px;
font-weight: 400;
display: flex;
line-height: 1;
align-items: flex-end;
position: relative;
top: -9px;
padding-left: 5px;
}
.fn_cs_pricing .fn_service_list{
margin: 0px;
list-style-type: none;
}
.fn_cs_pricing .fn_service_list > li{
margin: 0px 0px 16px 0px;;
width: 100%;
float: left;
position: relative;
padding-left: 44px;
}
.fn_cs_pricing .fn_service_list > li:last-child{margin-bottom: 0px;}
.fn_cs_pricing .fn_service_list p{
margin-bottom: 0px;
font-family: "Muli";
font-size: 18px;
font-weight: 400;
color: #111;
}
.fn_cs_pricing .my_shape{
position: absolute;
left: 0px;
top: 0px;
display: block;
width: 24px;
height: 24px;
border-radius: 100%;
}
.fn_cs_pricing .active .my_shape{
background-color: #ccf2ef;
}
.fn_cs_pricing .in_active p{
color: #ccc;
}
.fn_cs_pricing .in_active .my_shape{
background-color: #eee;
}
.fn_cs_pricing .in_active .my_shape:before{
position: absolute;
content: "";
width: 10px;
height: 2px;
background-color: #aaaaaa;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_pricing .in_active .arlo_w_fn_svg{display: none;}
.fn_cs_pricing .arlo_w_fn_svg{
width: 12px;
height: 12px;
color: #26e4d3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.fn_cs_pricing .my_button{
width: 100%;
height: auto;
clear: both;
float: left;
padding-top: 42px;
}
.fn_cs_pricing .my_button a{
display: block;
color: #111;
font-family: "Muli";
font-size: 15px;
font-weight: 400;
background-color: #26e4d3;
text-align:center;
padding: 20px;
border-radius: 5px;
}
.fn_cs_pricing_switcher{
display: flex;
align-items: center;
width: 100%;
justify-content: center;
margin-bottom: 50px;
}
.fn_cs_pricing_switcher .ann_title,
.fn_cs_pricing_switcher .life_title{
display: inline-block;
color: #111;
font-weight: 700;
font-size: 18px;
font-family: 'Muli';
}
.fn_cs_pricing_switcher .ann_title{padding-right: 15px;}
.fn_cs_pricing_switcher .life_title{padding-left: 15px;}
.fn_cs_pricing_switcher .switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.fn_cs_pricing_switcher .switch input { 
opacity: 0;
width: 0;
height: 0;
}
.fn_cs_pricing_switcher .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.fn_cs_pricing_switcher .slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;
}
.fn_cs_pricing_switcher input:checked + .slider {
background-color: #2196F3;
}
.fn_cs_pricing_switcher input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
.fn_cs_pricing_switcher input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.fn_cs_pricing_switcher .slider.round {
border-radius: 34px;
}
.fn_cs_pricing_switcher .slider.round:before {
border-radius: 50%;
}
.fn_cs_pricing .fn_new span{
display: block;
text-align: center;
left: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(45px) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(45px) rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(45px) rotate(-45deg);
margin-top: 45px;
line-height: 2;
text-transform: uppercase;
background-color: #db3157;
font-weight: 500;
color: #fff;
font-size: 11px;
letter-spacing: 1.1px;
box-shadow: 0 0 30px 0 rgba(0,0,0,.21);
}
.fn_cs_pricing .fn_new{
display: block;
position: absolute;
top: 0;
left: auto;
right: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
width: 250px;
overflow: hidden;
height: 250px;
z-index: 2;
}
.fn_cs_intro_testimonials .fn_nav{
position: absolute;
width: 100%;
}
.fn_cs_intro_testimonials .prev,
.fn_cs_intro_testimonials .next{
position: absolute;
display: inline-block;
top: 50%;
transform: translateY(-50%);
width: 70px;
height: 70px;
border: 2px solid #ddd;
border-radius: 5px;
transition: all .3s ease;
margin-top: -4.7%;
}
.fn_cs_intro_testimonials .prev:hover,
.fn_cs_intro_testimonials .next:hover{
border-color: #000;
}
.fn_cs_intro_testimonials .prev{
left: 0px;
}
.fn_cs_intro_testimonials .next{
right: 0px;
}
.fn_cs_intro_testimonials .prev:before{
position: absolute;
content: "";
width: 10px;
height: 2px;
background-color: #111;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(-45deg);
margin-top: -3px;
}
.fn_cs_intro_testimonials .prev:after{
position: absolute;
content: "";
width: 10px;
height: 2px;
background-color: #111;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(45deg);
margin-top: 3px;
}
.fn_cs_intro_testimonials .next:before{
position: absolute;
content: "";
width: 10px;
height: 2px;
background-color: #111;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(-135deg);
margin-top: -3px;
}
.fn_cs_intro_testimonials .next:after{
position: absolute;
content: "";
width: 10px;
height: 2px;
background-color: #111;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(135deg);
margin-top: 3px;
}
.fn_cs_posts_slider{
width: 100%;
float: left;
clear: both;
}
.fn_cs_posts_slider .img_holder{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
transition: all 1.6s ease;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_posts_slider .img_holder:after{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background-color: rgba(0,0,0,.5);
}
.fn_cs_posts_slider .title_holder,
.fn_cs_posts_slider .item{
width: 100%;
float: left;
clear: both;
position: relative;
}
.fn_cs_posts_slider .item{
min-height: 100%;
overflow: hidden;
}
.fn_cs_posts_slider .title_holder > *{
transform: translateY(120px) translateZ(0);
transition: all .5s .5s ease;
opacity: 0;
}
.fn_cs_posts_slider .swiper-slide-active .title_holder > *:nth-child(1){
transition: all .8s .5s ease;
}
.fn_cs_posts_slider .swiper-slide-active .title_holder > *:nth-child(2){
transition: all .8s .6s ease;
}
.fn_cs_posts_slider .swiper-slide-active .title_holder > *:nth-child(3){
transition: all .8s .7s ease;
}
.fn_cs_posts_slider .swiper-slide-active .title_holder > *:nth-child(4){
transition: all .8s .8s ease;
}
.fn_cs_posts_slider .swiper-slide-active .img_holder{
transform: scale(1.2);
}
.fn_cs_posts_slider .swiper-slide-active .title_holder > *{
transform: translateY(0px) translateZ(0);
opacity: 1;
}
body.admin-bar .fn_cs_posts_slider .title_holder{
min-height: calc(100vh - 32px);
min-height: -moz-calc(100vh - 32px);
min-height: -webkit-calc(100vh - 32px);
}
.fn_cs_posts_slider .title_holder{
z-index: 4;
padding: 200px 0;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
}
.fn_cs_posts_slider .arlo_fn_author_meta{
max-width: 700px;
}
.fn_cs_posts_slider .arlo_fn_author_meta p a{
color: #ccc;
}
.fn_cs_posts_slider .arlo_fn_author_meta p a:before{
background-color: #ccc;
}
.fn_cs_posts_slider .slide_desc{
width: 100%;
max-width: 700px;
margin-bottom: 33px;
}
.fn_cs_posts_slider .title_holder p{
margin: 0;
padding: 0;
font-size: 22px;
line-height: 30px;
font-family: "Muli";
color: #fff;
font-weight: 400;
}
.fn_cs_posts_slider .slide_title{
width: 100%;
max-width: 800px;
margin-bottom: 28px;
}
.fn_cs_posts_slider .title_holder h3{
font-family: "Poppins";
margin: 0;
padding: 0;
font-size: 60px;
font-weight: 400;
line-height: 72px;
}
.fn_cs_posts_slider .title_holder h3 a{
color: #fff;
}
.fn_cs_posts_slider .swiper-slide {
height: auto;
}
.fn_cs_posts_slider .read_more{
width: 100%;
max-width: 700px;
}
.fn_cs_posts_slider .read_more a{
display: block;
height: 50px;
line-height: 50px;
padding: 0 40px;
border-radius: 4px;
background-color: #26e4d3;
color: #000;
font-size: 18px;
letter-spacing: 0;
float: left;
}
.fn_cs_posts_slider .read_more a:hover{
background-color: #000;
color: #26e4d3;
}
.fn_cs_swiper_number_progress{
width: 100%;
position: absolute;
bottom: 40px;
z-index: 999;
}
.fn_cs_swiper_number_progress .progress_inner{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.fn_cs_swiper_number_progress .progress_wrap{
width: 30px;
display: block;
margin-right: 10px;
overflow: hidden;
}
.fn_cs_swiper_number_progress .progress_wrap .fn_count{ text-align: left;
color: #747477;
font-size: 12px;
line-height: 2;
font-weight: 600;
transition: all .8s ease;
display: none;
}
.fn_cs_swiper_number_progress .progress_wrap .fn_progress{
height: 3px;
display: block;
width: 100%;
background-color: #747477;
position: relative;
}
.fn_cs_swiper_number_progress .progress_wrap .fn_progress:after{
content: '';
position: absolute;
width: 0;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
transition: all .8s ease;
}
.fn_cs_swiper_number_progress .progress_wrap.active .fn_progress:after{
width: 100%;
transition: all 1.6s ease;
}
.fn_cs_swiper_number_progress .progress_wrap.active .fn_count{
color: #fff;
transition: all 1.6s ease;
}
.arlo_fn_wrapper .elementor-section .elementor-container{
width: 100%;
}  .fn_cs_posts_ajax_grid{
width: 100%;
float: left;
clear: both;
}
.fn_cs_posts_ajax_grid .fn_posts ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.fn_cs_posts_ajax_grid .fn_posts ul li{
width: 33.3333%;
float: left;
margin: 0;
padding: 0;
}
.fn_cs_posts_ajax_grid .item{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
}
.fn_cs_posts_ajax_grid .fn_category{
position: absolute;
z-index: 5;
top: 40px;
left: 40px;
}
.fn_cs_posts_ajax_grid .fn_category a{
display: block;
float: left;
height: 30px;
line-height: 28px;
border-radius: 5px;
text-decoration: none;
text-transform: uppercase;
font-family: 'Open Sans';
font-size: 13px;
color: #bbb;
letter-spacing: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
border: 1px solid rgba(255,255,255,.4);
transition: all .3s ease;
}
.fn_cs_posts_ajax_grid .fn_category a:hover{
color: #eee;
border-color: rgba(255,255,255,.6);
}
.fn_cs_posts_ajax_grid .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
z-index: 2;
}
.fn_cs_posts_ajax_grid .img_holder a{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.fn_cs_posts_ajax_grid .title_holder{
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 5;
padding: 0 40px 36px 40px;
}
.fn_cs_posts_ajax_grid .title_holder p{
margin: 0;
padding: 0;
font-family: 'Open Sans';
font-size: 13px;
line-height: 1.3;
text-transform: uppercase;
color: #bbb;
margin-bottom: 14px;
}
.fn_cs_posts_ajax_grid .title_holder h3{
margin: 0;
padding: 0;
font-family: 'Roboto';
font-size: 24px;
font-weight: 500;
line-height: 1;
}
.fn_cs_posts_ajax_grid .title_holder h3 a{
color: #fff;
}
.fn_cs_posts_ajax_grid .title_holder h3 a:hover{
color: #71a359;
}
.fn_cs_posts_ajax_grid .item:hover .abs_img{
transform: scale(1.2);
}
.fn_cs_posts_ajax_grid .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_posts_ajax_grid .abs_img:after{
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
content: '';
position: absolute;
}
.fn_cs_posts_ajax_grid img{
opacity: 0;
min-width: 100%;
}
.fn_cs_posts_ajax_grid.loading .fn_posts{
opacity: .5;
}
.fn_cs_posts_ajax_grid .fn_ajax_more{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 80px 20px;
text-align: center;
background-color: #151515;
font-family: 'Open Sans';
color: #bbb;
font-size: 14px;
text-transform: uppercase;
line-height: 1.5;
transition: all .3s ease;
}
.fn_cs_posts_ajax_grid .fn_ajax_more a{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.fn_animated{
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
visibility: hidden;
}
.fn_animated.done{
visibility: visible;
}
.fadeInTop {
-webkit-animation-name: fadeInTop; 
animation-name: fadeInTop; 
}
.fn_cs_posts_ajax_grid .fn_posts{
width: 100%;
float: left;
clear: both;
overflow: hidden;
}
.fn_cs_posts_ajax_grid .fn_filter{
width: 100%;
float: left;
clear: both;
background-color: #000;
padding: 40px 0;
overflow: hidden;
transform: translateZ(0);
}
.fn_cs_posts_ajax_grid .fn_filter ul{
margin: 0;
list-style-type: none;
padding: 0;
margin-left: -30px;
}
.fn_cs_posts_ajax_grid .fn_filter ul li{
float: left;
margin: 5px 0;
padding: 0;
margin-left: 30px;
}
.fn_cs_posts_ajax_grid .fn_filter a{
color: #bbb;
font-family: 'Roboto';
font-size: 16px;
text-decoration: none;
}
.fn_cs_posts_ajax_grid .fn_filter a:hover{
color: #eee;
}
.fn_cs_posts_ajax_grid .fn_filter .active a{
color: #71a359;
font-weight: 600;
}
.fn_cs_posts_ajax_grid .fn_filter .container{
max-width: 100%;
}
.fn_cs_posts_ajax_grid{
overflow: hidden;
}
@-webkit-keyframes fadeInTop{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInTop{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
.fn_cs_posts_ajax_grid[data-cols="4"] .fn_posts ul li{width: 25%;}
.fn_cs_posts_ajax_grid[data-cols="3"] .fn_posts ul li{width: 33.3333%;}
.fn_cs_posts_ajax_grid[data-cols="2"] .fn_posts ul li{width: 50%;}
.fn_cs_posts_ajax_grid[data-cols="1"] .fn_posts ul li{width: 100%;}
@media(max-width: 1040px){
.fn_cs_posts_ajax_grid .fn_category{top: 20px;left: 20px;}
.fn_cs_posts_ajax_grid .title_holder{padding-left: 20px;padding-right: 20px;}
.fn_cs_posts_ajax_grid[data-cols="3"] .fn_posts ul li,
.fn_cs_posts_ajax_grid[data-cols="4"] .fn_posts ul li{width: 50%;}
}
@media(max-width: 768px){
.fn_cs_posts_ajax_grid[data-cols="2"] .fn_posts ul li,
.fn_cs_posts_ajax_grid[data-cols="3"] .fn_posts ul li,
.fn_cs_posts_ajax_grid[data-cols="4"] .fn_posts ul li{width: 100%;}
} .fn_cs_interactive_list_vertical .project_list_wrap ul li{
margin: 0px;
list-style-type: none;
position: relative;
transition: all .8s ease;
}
.fn_cs_interactive_list_vertical[data-animation="static"] .project_list_wrap ul li{
opacity: 1;
visibility: visible;
}
.fn_cs_interactive_list_vertical[data-animation="fade"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
}
.fn_cs_interactive_list_vertical[data-animation="fade"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInLeft"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
left: -20px;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInLeft"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
left: 0px;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInRight"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
left: 20px;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInRight"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
left: 0px;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInTop"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
top: -20px;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInTop"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
top: 0px;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInBottom"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
top: 20px;
}
.fn_cs_interactive_list_vertical[data-animation="fadeInBottom"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
top: 0px;
}
.fn_cs_interactive_list_vertical[data-animation="rotate"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
transform: rotate(-10deg);
}
.fn_cs_interactive_list_vertical[data-animation="rotate"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
transform: rotate(0deg);
}
.fn_cs_interactive_list_vertical[data-animation="scale"] .project_list_wrap ul li{
transform: scale(0);
}
.fn_cs_interactive_list_vertical[data-animation="scale"] .project_list_wrap ul li.opened{
transform: scale(1);
}
.fn_cs_interactive_list_vertical_half .project_list_wrap ul li{
margin: 0px;
list-style-type: none;
position: relative;
transition: all .8s ease;
}
.fn_cs_interactive_list_vertical_half[data-animation="static"] .project_list_wrap ul li{
opacity: 1;
visibility: visible;
}
.fn_cs_interactive_list_vertical_half[data-animation="fade"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
}
.fn_cs_interactive_list_vertical_half[data-animation="fade"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInLeft"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
left: -20px;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInLeft"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
left: 0px;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInRight"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
left: 20px;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInRight"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
left: 0px;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInTop"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
top: -20px;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInTop"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
top: 0px;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInBottom"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
top: 20px;
}
.fn_cs_interactive_list_vertical_half[data-animation="fadeInBottom"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
top: 0px;
}
.fn_cs_interactive_list_vertical_half[data-animation="rotate"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
transform: rotate(-10deg);
}
.fn_cs_interactive_list_vertical_half[data-animation="rotate"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
transform: rotate(0deg);
}
.fn_cs_interactive_list_vertical_half[data-animation="scale"] .project_list_wrap ul li{
transform: scale(0);
}
.fn_cs_interactive_list_vertical_half[data-animation="scale"] .project_list_wrap ul li.opened{
transform: scale(1);
}
.fn_cs_interactive_list_horizontal_half .project_list_wrap ul li{
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
position: relative;
transition: all .8s ease;
}
.fn_cs_interactive_list_horizontal_half[data-animation="static"] .project_list_wrap ul li{
opacity: 1;
visibility: visible;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fade"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fade"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInLeft"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
left: -20px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInLeft"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
left: 0px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInRight"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
left: 20px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInRight"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
left: 0px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInTop"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
top: -20px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInTop"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
top: 0px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInBottom"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
top: 20px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="fadeInBottom"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
top: 0px;
}
.fn_cs_interactive_list_horizontal_half[data-animation="rotate"] .project_list_wrap ul li{
opacity: 0;
visibility: hidden;
transform: rotate(-10deg);
}
.fn_cs_interactive_list_horizontal_half[data-animation="rotate"] .project_list_wrap ul li.opened{
opacity: 1;
visibility: visible;
transform: rotate(0deg);
}
.fn_cs_interactive_list_horizontal_half[data-animation="scale"] .project_list_wrap ul li{
transform: scale(0);
}
.fn_cs_interactive_list_horizontal_half[data-animation="scale"] .project_list_wrap ul li.opened{
transform: scale(1);
}
 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;
float: left;
padding-left: 70px;
margin-bottom: 70px;
}
.fn_cs_masonry_review[data-column="one"] .inner ul{
margin: 0px;
}
.fn_cs_masonry_review[data-column="one"] .inner ul li{
width: 100%;
padding: 0px;
}
.fn_cs_masonry_review[data-column="two"] .inner ul li{width: 50%;}
.fn_cs_masonry_review[data-column="three"] .inner ul li{width: 33.333%;}
.fn_cs_masonry_review[data-column="four"] .inner ul li{width: 25%;}
.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;
}
.fn_cs_team_member .inner:after{
clear: both;
display: table;
content: '';
}
.fn_cs_team_member.fn_layout_beta .social_list{
display: none;
}
.fn_cs_team_member.fn_layout_beta .title_holder{
position: relative;
z-index: 35;
}
.fn_cs_team_member .social_beta_list{
position: absolute;
width: 24px;
height: 24px;
border-radius: 2px;
background-color: #fea202;
right: 40px;
top: 50%;
margin-top: -12px;
cursor: pointer;
transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list:hover{
background-color: transparent !important;
}
.fn_cs_team_member .social_beta_list .list_in{
transition: all .3s ease;
}
.fn_cs_team_member .inner:hover .list_in{
transform: translateY(24px);
transition: all .3s .1s ease;
}
.fn_cs_team_member .inner:hover .list{
transform: translateY(0);
opacity: 1;
}
.fn_cs_team_member .social_beta_list .list{
position: absolute;
margin: 0;
padding: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
width: 100%;
bottom: 100%;
left: 0;
opacity: 0;
transform: translateY(10px);
transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list .list_in div:last-child{
margin-bottom: 0;
}
.fn_cs_team_member .social_beta_list .list_in div{
margin: 0;
padding: 0;
margin-bottom: 4px;
background-color: #fea202;
border-radius: 3px;
}
.fn_cs_team_member .social_beta_list a{
color: #fff;
width: 24px;
height: 24px;
display: block;
position: relative;
}
.fn_cs_team_member .social_beta_list i{
font-size: 12px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: block;
position: absolute;
color: inherit;
transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list a:hover i{
transform: translate(-50%,-50%) scale(1.3);
}
.fn_cs_team_member .social_beta_list .arlo_w_fn_svg{
width: 12px;
height: 12px;
top: 6px;
left: 6px;
color: inherit;
position: absolute;
transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list a:hover .arlo_w_fn_svg{
width: 16px;
height: 16px;
top: 4px;
left: 4px;
}
.fn_cs_services_gallery{
width: 100%;
float: left;
clear: both;
}
.fn_cs_services_gallery .gallery_list{
width: 60%;
float: right;
clear: both;
position: relative;
}
.fn_cs_services_gallery .bottom_list{
width: 100%;
float: left;
clear: both;
}
.fn_cs_services_gallery .gallery_list ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -20px;
}
.fn_cs_services_gallery .gallery_list > div{
display: none;
}
.fn_cs_services_gallery .gallery_list > .active{
display: block;
-webkit-animation: arlo-service-gallery-animation .5s ease;
-moz-animation: arlo-service-gallery-animation .5s ease;
} @-webkit-keyframes arlo-service-gallery-animation {
0% { opacity: 0;}   
100% { opacity: 1;}
}
@-moz-keyframes arlo-service-gallery-animation {
0% { opacity: 0;}   
100% { opacity: 1;}
}
.fn_cs_services_gallery .gallery_list .active.masonry_0,
.fn_cs_services_gallery .gallery_list .active.masonry_1,
.fn_cs_services_gallery .gallery_list .active.masonry_2{
transform: translateY(0) scale(1);
transition: all .5s ease;
}
.fn_cs_services_gallery .gallery_list li{
float: left;
margin: 0;
padding: 0;
padding-left: 20px;
margin-bottom: 20px;
box-sizing: border-box;
width: 30%;
opacity: 0;
display: none;
transform: translateY(40px) scale(0.8);
transform-origin: center left;
}
.fn_cs_services_gallery .gallery_list .masonry_0{opacity:1; display: block; margin-top: 80px; }
.fn_cs_services_gallery .gallery_list .masonry_1{opacity:1; display: block; width: 70%; }
.fn_cs_services_gallery .gallery_list .masonry_2{opacity:1; display: block; width: 50%; }
.fn_cs_services_gallery .gallery_list .gallery_item{
width: 100%;
float: left;
clear: both;
position: relative;
border-radius: 3px;
box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
overflow: hidden;
}
.fn_cs_services_gallery .gallery_list .gallery_item:hover .abs_img{
transform: scale(1.2);
}
.fn_cs_services_gallery .gallery_list .abs_img img{
height: 0;
width: 0;
overflow: hidden;
position: absolute;
z-index: -555;
}
.fn_cs_services_gallery .gallery_list .abs_img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: zoom-in;
transition: all 1s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.fn_cs_services_gallery .bottom_list .title_holder h3{
margin: 0;
padding: 0;
font-size: 24px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: 600;
font-family: 'Montserrat';
}
.fn_cs_services_gallery .bottom_list .title_holder{
width: 100%;
float: left;
clear: both;
margin-bottom: 100px;
}
.fn_cs_services_gallery .bottom_list .list_inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_services_gallery .bottom_list .list_inner ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: -50px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.fn_cs_services_gallery .bottom_list .list_inner li{
width: 33.3333%;
margin: 0;
padding: 0;
float: left;
padding-left: 50px;
margin-bottom: 50px;
}
@media(max-width: 1040px){
.fn_cs_services_gallery .bottom_list .list_inner li{width: 50%;}
}
@media(max-width: 768px){
.fn_cs_services_gallery .bottom_list .list_inner li{width: 100%;}
}
.fn_cs_services_gallery .bottom_list .list_inner li.active .item:after{
background-color: #eee;
}
.fn_cs_services_gallery .bottom_list .item:after{
content: '';
position: absolute;
left: -20px;
right: -20px;
bottom: -20px;
top: -20px;
transition: all .5s ease;
border-radius: 3px;
z-index: -3;
}
.fn_cs_services_gallery .bottom_list .item{
width: 100%;
float: left;
clear: both;
height: 100%;
padding-bottom: 60px;
position: relative;
border-radius: 3px;
}
.fn_cs_services_gallery .list_inner a{
position: absolute;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
z-index: 2;
}
.fn_cs_services_gallery .bottom_list li.active .item p,
.fn_cs_services_gallery .bottom_list li.active .item h3{
transform: scale(.8);
}
.fn_cs_services_gallery .bottom_list li.active .item .arrow{
width: 70px;
}
.fn_cs_services_gallery .list_inner .arrow{
background-color: #0e0e10;
position: absolute;
bottom: 29px;
left: 0px;
height: 1px;
width: 50px;
display: block;
transform-origin: center left;
transition: all .5s ease;
transform: translateZ(0);
}
.fn_cs_services_gallery .list_inner .arrow:after{
position: absolute;
width: 16px;
height: 1px;
right: -1px;
top: -5px;
transform: rotate(37deg);
content: "";
background-color: #0e0e10;
transition: all .5s ease;
}
.fn_cs_services_gallery .list_inner .arrow:before{
position: absolute;
width: 16px;
height: 1px;
right: -1px;
bottom: -5px;
transform: rotate(-37deg);
content: "";
background-color: #0e0e10;
transition: all .5s ease;
}
.fn_cs_services_gallery .list_inner p{
margin: 0;
padding: 0;
font-family: 'Muli';
font-size: 24px;
color: #777;
margin-bottom: 21px;
transition: all .5s ease;
transform-origin: center left;
}
.fn_cs_services_gallery .list_inner h3{
margin: 0;
padding: 0;
margin-bottom: 6px;
font-size: 60px;
color: #1e1e1e;
font-family: 'Roboto';
font-weight: 400;
transition: all .5s ease;
transform-origin: center left;
}
.fn_cs_post_zigzag{
width: 100%;
float: left;
clear: both;
}
.fn_cs_post_zigzag .inner{
width: 100%;
float: left;
clear: both;
}
.fn_cs_post_zigzag ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.fn_cs_post_zigzag ul li{
margin: 0px;
padding: 0px;
margin-bottom: 55px;
}
.fn_cs_post_zigzag ul li:after{
clear: both;
display: table;
content: ""; 
}
.fn_cs_post_zigzag .item,
.fn_cs_post_zigzag .bottom_part,
.fn_cs_post_zigzag .top_part{
width: 100%;
float: left;
clear: both;
}
.fn_cs_post_zigzag .top_part{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin: 0;
}
.fn_cs_post_zigzag .top_part .right_item,
.fn_cs_post_zigzag .top_part .left_item{
position: relative;
}
.fn_cs_post_zigzag .title_holder{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 35px 30px 0 30px;
transition: all .5s ease;
}
.fn_cs_post_zigzag .title_holder a{
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.fn_cs_post_zigzag .title_holder h3{
margin: 0px;
padding: 0px;
font-family: "Roboto";
font-size: 24px;
font-weight: 400;
color: #eee;
}
.fn_cs_post_zigzag .bottom_part .title_holder{
width: 50%;
position: relative;
}
.fn_cs_post_zigzag .top_part .left_item{
width: 50%;
}
.fn_cs_post_zigzag .top_part .right_item{
width: 50%;
}
.fn_cs_post_zigzag ul li:nth-of-type(2n-1) .left_item .title_holder{
opacity: 1;
position: absolute;
top: 100%;
width: 100%;
}
.fn_cs_post_zigzag ul li:nth-of-type(2n-1) .right_item{
padding: 0px 150px;
padding: 0px 7.8vw;
}
.fn_cs_post_zigzag ul li:nth-of-type(2n-1) .bottom_part .title_holder{
float: left;
opacity: 0;
visibility: hidden;
}
.fn_cs_post_zigzag ul li:nth-of-type(2n) .right_item .title_holder{
opacity: 1;
position: absolute;
top: 100%;
width: 100%;
}
.fn_cs_post_zigzag ul li:nth-of-type(2n) .left_item{
padding: 0px 150px;
padding: 0px 7.8vw;
}
.fn_cs_post_zigzag ul li:nth-of-type(2n) .bottom_part .title_holder{
float: right;
opacity: 0;
visibility: hidden;
}
.fn_cs_post_zigzag .top_part .x_item.hovered  .abs_img{
transform: translateY(-20px);
}
.fn_cs_post_zigzag .top_part .x_item.hovered .title_holder{
transform: translateY(-30px); padding: 17px 30px;
padding: 17.5px 30px;
}
.fn_cs_post_zigzag .top_part .x_item.hovered .title_holder h3{
color: #fff;
}
.fn_cs_post_zigzag .top_part .x_item.hovered .title_holder:after{
transform: scaleY(1);
opacity: 1;
transition: all .4s ease-out .1s;
}
.fn_cs_post_zigzag .title_holder:after{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transform: scaleY(0);
z-index: -1;
transform-origin: top;
background-color: #fff;
transition: all .2s ease-out .1s;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.fn_cs_post_zigzag .title_holder{
position: relative;
z-index: 5;
}
.fn_cs_post_zigzag .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
border-radius: 4px;
overflow: hidden;
}
.fn_cs_post_zigzag .img_holder a{
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}
.fn_cs_post_zigzag .img_holder img{
opacity: 0;
min-width: 100%;
}
.fn_cs_post_zigzag .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;
z-index: 1;
transition: all .5s ease-out;
}
#arlo_fn_no_dreamw{
width: 100%;
float: left;
clear: both;
list-style-type: none;
margin: 0px;
padding: 0px;
}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-shape{direction:ltr;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;left:50%;position:relative;transform:translateX(-50%);width:calc(100% + 1.3px)}.elementor-shape .elementor-shape-fill{fill:#fff;transform:rotateY(0deg);transform-origin:center}