@import "/wp-content/themes/fclanka/css/bootstrap-social.less";
body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 55px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 35px;
    font-weight: 300;
}

h4 {
    font-size: 40px;
    font-weight: 700;
}

h5 {
    font-size: 50px;
    font-weight: 700;
}

h6 {
    font-size: 30px;
}

.position-related {
    position: relative;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

.carousel {
    cursor: pointer;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#nav-click-2 {
    left: inherit;
    right: 15%;
    top: 76px;
    position: absolute;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}

.close-btn-2 .hamburger.close-btn.is-closed {
    display: none !important;
}

#wrapper {
    padding-left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/**#wrapper.toggled {
    padding-right: 220px;
    position: fixed;
}**/

#sidebar-wrapper {
    z-index: 1000;
    left: inherit;
    right: -400px;
    width: 0;
    height: 100%;
    margin-left: 0;
    overflow-y: auto;
    /* overflow-x: hidden; */
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 347px;
    z-index: 502;
    right: 0;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    width: 100%;
    margin: 122px 0px 60px;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li a {
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 10px 15px 10px 55px;
    font-size: 35px;
    font-weight: bold;
    line-height: 44px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #ca070e;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
/*-------------------------------*/
/*       Social-medias         */
/*-------------------------------*/

.Social-medias {
    padding-left: 55px;
}

.Social-medias li a span {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.Social-medias li a span:hover,
.Social-medias li a span:hover .fa {
    color: #3b5998;
}

.Social-medias li:nth-child(2) a span:hover,
.Social-medias li:nth-child(2) a span:hover .fa {
    color: #007bb5;
}

.Social-medias li:nth-child(3) a span:hover,
.Social-medias li:nth-child(3) a span:hover .fa {
    color: #55acee;
}

.Social-medias li:nth-child(4) a span:hover,
.Social-medias li:nth-child(4) a span:hover .fa {
    color: #e95950;
}

.Social-medias li a {
    text-decoration: none;
    box-sizing: border-box;
}

.Social-medias li {
    list-style: none;
    margin-bottom: 17px;
}

.Social-medias li a .fa {
    font-size: 20px;
    font-weight: 800;
    margin-right: 10px;
    width: 20px;
    color: #000000;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: absolute;
    top: -2px;
    z-index: 999;
    display: block;
    width: 27px;
    height: 29px;
    margin-left: 15px;
    background: transparent;
    border: none;
    right: 0px;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}





.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000000;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000000;
}

.hamburger.is-open {
    position: absolute;
    top: 75px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
    left: 35px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #ffffff;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.cs-page .small .hamburger.is-closed .hamb-top,
.cs-page .small .hamburger.is-closed .hamb-middle,
.cs-page .small .hamburger.is-closed .hamb-bottom {
    background-color: #ffffff;
}

.cs-page .small .cd-nav-trigger:after {
    background-image: url(/wp-content/themes/fclanka/images/share-2.svg)
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.91);
    z-index: 501;
    -webkit-transition-property: width;
    /* Safari */
    -webkit-transition-duration: 2s;
    /* Safari */
    transition-property: width;
    transition-duration: 2s;
}
/*-------------------------------*/
/*        Headder navigation     */
/*-------------------------------*/

.navigatio-inner {
    position: relative;
}

#header_nav {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    will-change: transform;
    transition: transform 150ms cubic-bezier(0.55, 0.085, 0, 0.99), background 150ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.small {
    background: rgba(0,0,0,0.5);
    transition: transform 150ms cubic-bezier(0.55, 0.085, 0, 0.99), background 150ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

/**.cs-page .small {
    background: #ffffff;
}**/

.small .logo-fcl img {
    padding-top: 12px;
    margin-bottom: 8px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    margin-left: -20px;
}

.small .logo-fcl img:hover {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.homePage-wrapper .small .logo-fcl img {
    padding-top: 12px;
}

.cs-page .small .logo-fcl img {
    padding-top: 16px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    margin-left: -30px;
}

.logo-fcl img:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.small .contact-us {
    margin-top: 22px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.col-lg-offset-1 {
    position: relative;
}
/*brand-image*/

.navigatio-inner .btn-primary {
    background: none;
    border: none;
    padding: 0;
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    border: 0px solid #ffffff;
    border-radius: 50%;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background: none;
    border: none;
    outline: inherit;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.brand-image {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.brand-image img {
    max-width: 230px;
}

.share-icon-image {
    float: left;
    margin-right: 10px;
}

.cs-page .share-icon-image {
    margin-right: 20px;
    background-image: url("/wp-content/themes/fclanka/images/share.svg");
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 21px;
    /* width: 28px;*/
}

.share-icon-image img {
    opacity: 1;
    max-width: 20px;
}

.cs-page .small .share-icon-image {
    background-image: url("/wp-content/themes/fclanka/images/share-2.svg");
}

.cs-page .share-icon-image img {
    opacity: 0;
}

.devide-icon {
    margin-left: 5px;
}

.logo-fcl {
    float: left;
    width: auto;
    ;
}

.logo-fcl img {
    padding-top: 20px;
    float: left;
}

.display-later {
    opacity: 0;
    width: 0;
}

.cs-page .small .display-later {
    opacity: 1;
    width: inherit;
}

/**.cs-page .small .main-logo {
    display: none;
}**/

.small .main-logo {
    display: block;
}
/*contact-us*/

.contact-us {
    float: right;
    width: auto;
    position: relative;
    margin-top: 35px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding-right: 45px;
}

.contact-us p {
    margin-right: 14px;
    float: left;
    transition: transform 150ms cubic-bezier(0.55, 0.085, 0, 0.99), background 150ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.cs-page .small .contact-us p {
    color: #a6a6a6;
}

.contact-us p img {
    margin-right: 65px;
}
/*share*/
/*banner1*/

.container-fluid-banner1 {
    background-color: #ff5157;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color 1500ms, height 500ms;
    -o-transition: background-color 1500ms, height 500ms;
    transition: background-color 1500ms, height 500ms;
}

.height-controller {
    height: 809px;
    position: relative;
}
/*text*/

.banner1-text {
    margin-top: 200px;
    width: 57%;
    float: left;
    padding-left: 56px;
    position: relative;
}

.banner1-text p:first-child {
    font-size: 100px;
    line-height: 90px;
    font-weight: bold;
    letter-spacing: -6px;
    color: #ffffff;
    width: 100%;
    margin-bottom: 0;
}

.banner1-text p {
    font-size: 17.5px;
    color: #fff;
    margin-top: 15px;
    width: 84%;
}

.black-text {
    color: #000000;
    -webkit-transition: color 1500ms, height 500ms;
    -o-transition: color 1500ms, height 500ms;
    transition: color 1500ms, height 500ms;
}

.banner1-text .content-anim {
    font-size: 90px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1;
}

.space {
    display: none;
}

.Change-1 {
    background-color: #4548b2;
}

.Change-2 {
    background-color: #028d2f;
}

.Change-3 {
    background-color: #28297d;
}

.Change-4 {
    background-color: #d32948;
}

.Change-5 {
    background-color: /*#3594ba*/
    #0a3979;
}

.Change-1 .black-text {
    color: #febc11;
}

.Change-2 .black-text {
    color: #ffcb1c;
}

.Change-3 .black-text {
    color: #febc11;
}

.Change-4 .black-text {
    color: #febc11;
}

.Change-5 .black-text {
    color: #ca7a0d;
}
/*image*/

.banner-image-1,
.banner-image-2,
.banner-image-3,
.banner-image-4,
.banner-image-5 {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -745px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    max-width: 858px;
    width: 100%;
}

.Change-1 .banner-image-1 {
    bottom: 0;
}

.Change-2 .banner-image-2 {
    bottom: 0;
}

.Change-3 .banner-image-3 {
    bottom: 0;
}

.Change-4 .banner-image-4 {
    bottom: 0;
}

.Change-5 .banner-image-5 {
    bottom: 0;
}

.banner2-image {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.banner1-image img {
    width: 100%;
    position: relative;
    max-width: 820px;
}

.banner2-image img {
    width: 100%;
    position: relative;
    max-width: 820px;
}
/****** Added jQuery classes *******/

.divClassRed {
    background-color: rgb(102, 62, 197);
}

.divClassBlue {
    background-color: rgb(54, 59, 64);
}

.divClassRed .black-text {
    color: yellow;
}

.divClassBlue .black-text {
    color: red;
}

.ClassChange-1 {
    bottom: -685px;
}


.ClassChange-4 {
    bottom: -685px;
}
/*typing effect start*/

.type-wrap {
    color: #ffffff;
    display: block;
}

.smart-type {
    font-size: 90px;
    line-height: 90px;
    font-weight: bold;
    letter-spacing: -6px;
    color: #ffffff;
    width: 100%;
}

.typed-cursor {
    font-size: 70px;
    opacity: 1;
    animation: Blink 0.7s infinite;
    -webkit-animation: Blink 0.7s infinite;
    animation: Blink 0.7s infinite;
}

@keyframes Blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes Blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}

.typed-fade-out {
    opacity: 0;
    transition: opacity .25s;
    -webkit-animation: 0;
    animation: 0;
}
/*typing effect End*/
/*** scroll down arrow***/

.all-banners {
    position: relative;
    z-index: 2;
}

.slide-down {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

.slide-down-background {
    background: #ffffff;
    width: 35px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}

.slide-down .fa {
    width: 38px;
    display: block;
    text-align: center;
    color: #990000;
    font: normal 45px 'FontAwesome';
    line-height: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.slide-down .bounce {
    height: 75px;
    width: 35px;
    padding-top: 21px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.slide-down .fa-angle-double-down:before {
    content: "";
}

.slide-down .bounce img {
    margin-bottom: 25px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
/*-------------------------------*/
/*       welcome message         */
/*-------------------------------*/

.welcome-message {
    background: #ffffff;
    z-index: 1;
    position: relative;
}

.welcome-text {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 56px;
    font-size: 17.5px;
    color: #000000;
}

.welcome-text p {
    font-family: 'Poppins', sans-serif;
    max-width: 820px;
    margin: 0 auto;
    font-weight: 500;
}
/*-------------------------------*/
/*        What we offer          */
/*-------------------------------*/
.mobile-click {
    display: none;
}
.what-we-offer-wrapper {
    border-top: 1px solid #7d7d7d;
    position: relative;
    z-index: 1;
}

.category-title-1 {
    max-width: 483px;
    width: 25%;
    float: left;
    background: #f7f7f7;
    border-right: 1px solid #7d7d7d;
    overflow: hidden;
}

.homePage-wrapper .category-title-1 {
    min-height: 590px;
}

.category-title-1 h1 {
    float: right;
    padding-right: 100px;
    padding-top: 73px;
    line-height: 51px;
}

.all-offers {
    width: 75%;
    float: left;
    background: #ffffff;
}

.our-offer {
    float: left;
    width: 25%;
    border-right: 1px solid #7d7d7d;
    height: 295px;
    text-align: center;
    padding: 73px 10px 10px;
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*.our-offer.offer1:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.93);
display: none;
}*/

.offer4 {
    border-right: none;
}

.offer-wrapper-inner1,
.offer-wrapper-inner2 {
    float: left;
    height: 295px;
    width: 100%;
}

.offer-wrapper-inner2 {
    border-top: 1px solid #7d7d7d;
}

.image-offer img {
    height: 75px;
    background-size: cover;
}
/*hover effect*/

.our-offer .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.93);
    color: #ffffff;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.our-offer:hover .hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.our-offer .hover h2 {
    margin-bottom: 1px;
    margin-top: 5px;
}

.our-offer .hover p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
    max-width: 330px;
    padding: 5px 7% 0;
    line-height: 1.2;
}

.our-offer .hover a {
    text-decoration: none;
    color: #ff5157;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

.our-offer .hover a:hover {
    color: #ca070e;
}
/** on hover adding class **/

.our-offer .result-hover h2 {
    margin-bottom: 16px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*-------------------------------*/
/*        Featured Works         */
/*-------------------------------*/

.category-title-2 {
    max-width: 483px;
    width: 25%;
    max-height: 528px;
    float: left;
    background: #ffffff;
    overflow: hidden;
}

.category-title-2 h1 {
    float: right;
    padding-right: 50px;
    padding-top: 73px;
    line-height: 51px;
}

.featured-work-wrapper {
    border-top: 1px solid #7d7d7d;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.all-works-wrapper {
    float: left;
    width: 75%;
}

.works {
    width: 50%;
    float: left;
    position: relative;
    padding-bottom: 65px;
    position: relative;
    overflow: hidden;
}

.work-1 {
    background: #0c8cc6;
}

.work-2 {
    background: #0a3979;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.image-work {
    margin-top: 65px;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.image-work img {
    width: 100%;
}

.os-logo {
    position: absolute;
    right: 29px;
    bottom: 35px;
}

.os-logo img {
    height: 32px;
}

.Social-media-hover {
    margin-top: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Social-media-hover li {
    list-style: none;
    display: inline;
    margin: 4px;
}

.Social-media-hover li a {
    text-decoration: none;
    color: #ffffff;
}

.Social-media-hover {
    padding: 0;
    display:none;
}

.Social-media-hover li a img {
    height: 32px;
}
/******* device animation effect START******/

.device-image-slide,
.device-image-slide-2 {
    width: 100%;
    height: 64%;
    position: absolute;
    top: 13.2%;
    left: 16%;
    overflow: hidden;
}

.device-image-slide-3,
.device-image-slide-4 {
    width: 100%;
    height: 64%;
    position: absolute;
    top: 14%;
    left: 1px;
    overflow: hidden;
}

.device-image-slide img,
.device-image-slide-2 img {
    top: -23%;
    position: absolute;
    /*bottom: -36%;*/
    left: -16%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.device-image-slide-3 img,
.device-image-slide-4 img {
    position: absolute;
    /*bottom: -36%;*/
    top: -23%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.device-image-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.inner-1 {
    left: -340% !important;
}

.inner-2 {
    left: -16%;
}

.inner-4 {
    left: -340% !important;
}

.inner-3 {
    left: -16%;
}

.inner-5 {
    top: -200% !important;
}

.inner-6 {
    top: -21%;
}

.inner-8 {
    top: -200% !important;
}

.inner-7 {
    top: -21%;
}
/*new animation*/

.image-1 .device-image-slide img {
    top: -23%;
}

.image-2 .device-image-slide img {
    top: -120%;
}

.image-3 .device-image-slide img {
    top: -178%;
}

.image-4 .device-image-slide img {
    top: -259%;
}

.image-5 .device-image-slide img {
    top: -309%;
}
/*new animation-2*/

.device-image-slide-2 img {
    left: -110%;
}

.device-image-slide img {
    top: -23%;
}

.image-1-1 .device-image-slide img {
    top: -126%;
}

.image-1-1 .device-image-slide-2 img {
    left: -16%;
}
/******* device animation effect END******/
/*hover effect START*/


.works .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /*padding-top: 133px;*/
    background-color: rgba(0, 0, 0, 0.93);
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.hover {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.works:hover .hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.works:hover .os-logo {
    display: none;
}

.works .hover h2 {
    font-size: 64px;
    letter-spacing: 3px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.works .hover p {
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 22px;
    color: #ffffff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.underline {
    border-bottom: 0px solid #ff5157;
    padding-bottom: 5px;
}

.underline:hover {
    border-bottom: 3px solid #ca070e;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.works .hover a {
    text-decoration: none;
    color: #ff5157;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.works .hover a:hover {
    color: #ca070e;
}

/*on hover adding class*/

.works .result-hover h2 {
    letter-spacing: -3px !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.works .result-hover p {
    color: #ffffff;
    font-size: 21px;
    line-height: 23px;
    padding-bottom: 22px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.works .result-hover a {
    text-decoration: none;
    color: #ff5157;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}
.all-works-collection .small-wrapper:nth-child(7)  h2 {
    letter-spacing: 3px !important;
}
.all-works-collection .small-wrapper:nth-child(7) .hover h2 {
    font-size: 30px;
    letter-spacing: 3px !important;
}

.all-works-collection .small-wrapper:nth-child(7) .hover.result-hover h2 {
    letter-spacing: -1px !important;
}
/*hover effect END*/
/*-------------------------------*/
/*      our-company-wrapper      */
/*-------------------------------*/

.our-company-wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #000000;
    z-index: 1;
    position: relative;
    min-height: 780px;
}

.our-company-wrapper .nav-tabs {
    border: none;
    display: flex;
}

.slider-navigation {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.slider-title {
    margin-bottom: 74px;
    text-align: center;
    color: #ffffff;
}

.our-company-wrapper .nav>li>a {
    padding: 0px 0px 2px 0px;
}

.our-company-wrapper .nav-tabs>li.active>a,
.our-company-wrapper .nav-tabs>li.active>a:focus {
    border: none;
}

.our-company-wrapper .nav-tabs>li>a {
    border-radius: 0px;
    background-color: none;
    color: #4e4e4e;
    border: none;
    margin-left: 30px;
    margin-right: 30px;
}

.our-company-wrapper .nav>li>a:focus,
.our-company-wrapper .nav>li>a:hover {
    color: #ffffff;
    background-color: rgba(238, 238, 238, 0);
    border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(221, 221, 221, 0);
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.our-company-wrapper .nav-tabs>li.active>a,
.our-company-wrapper .nav-tabs>li.active>a:focus,
.our-company-wrapper .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    border-bottom: 1px solid #ffffff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
/*carousel*/


.our-company-wrapper .carousel-indicators {
    color: #fff;
}
.our-company-wrapper .carousel-indicators .active {
    width: auto;
    height: auto;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 65px;
    margin-bottom: 50px;
    background: none;
    color: #ffffff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    padding-bottom: 2px;
}

.our-company-wrapper .carousel-indicators li {
    width: auto;
    height: auto;
    text-indent: inherit;
    border: 0;
    margin-top: 65px;
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 50px;
    background: none;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

.our-company-wrapper .carousel-indicators {
    top: -63px;
    bottom: inherit;
}

.our-company-wrapper .glyphicon-menu-left,
.our-company-wrapper .glyphicon-menu-right {
    top: 50%;
    display: none;
}

.our-company-wrapper .carousel-inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
/*** content 1 */

.content-1 {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 57px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    overflow: hidden;
    text-align: left;
}

.number17 {
    /*
max-width: 240px;
*/
    width: 30%;
    /* float: left;*/
}

.number17 img {
    width: 100%;
}

.company-carousel .item .content-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-text {
    width: 70%;
    /* float: left;*/
    /*position: absolute;
    top: 36px;
    right: 0;*/
    color: #ffffff;
}

.content-text p {
    font-size: 16px;
    margin-top: 15px;
    color: #c7c7c7;
}
/*-------------------------------*/
/*          Get-in-touch         */
/*-------------------------------*/

.get-in-touch {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
    z-index: 1;
    background: #ffffff;
    /*  margin-bottom: 465px;*/
    position: relative;
}

.container-contact h3 {
    letter-spacing: -2px;
}

.container-contact p {
    font-size: 46px;
    line-height: 49px;
    font-weight: bold;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 34px;
    letter-spacing: -2px;
}
/** button**/

.btn-lg {
    padding: 12px 33px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-danger.btn-outline {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
}

.btn-danger {
    border: 2px solid #ff0000;
}

.btn-danger.btn-outline:hover {
    color: #fff;
}
/*-------------------------------*/
/*             footer            */
/*-------------------------------*/

.footer-wrapper {
    background: #261c1c;
    padding-top: 80px;
    /*  position: fixed; */
    /*  z-index: 0; */
    /*  bottom: 0; */
    width: 100%;
}


.footer-more li a {
    color: #fff;
    font-size: 12px;
}
/*navigation*/

.footer-navigation .underline {
    padding-bottom: 2px;
}

.footer-navigation {
    padding-left: 65px;
    padding-right: 65px;
    margin-bottom: 20px;
}

.footer-navigation .logo-fcl {
    float: left;
}

.footer-navigation .logo-fcl img {
    max-width: 255px;
    padding-top: 0;
}

.footer-nav {
    float: left;
    margin-top: 17px;
}

.footer-nav ul {
    padding-left: 0;
}

.footer-nav ul li {
    display: inline;
    margin-left: 30px;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #ffffff;
}
/*subscribe*/

.footer-section-1 a {
    text-decoration: none;
}

.footer-wrapper input.btn.btn-lg,
.footer-wrapper input.btn.btn-lg:focus {
    outline: none;
    width: 67%;
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: none;
    border: 1px solid #4b4343;
    text-align: left;
    cursor: text;
    float: left;
}

.footer-wrapper .btn.focus,
.footer-wrapper .btn:focus,
.footer-wrapper .btn:hover {
    color: #ffffff;
}

.footer-wrapper button.btn {
    width: 33%;
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: none;
    border: 1px solid #4b4343;
    color: #ffffff;
    border-left: 0px;
    padding: 10px;
}

.footer-wrapper button.btn:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    transition: transform 150ms cubic-bezier(0.55, 0.085, 0, 0.99), background 150ms cubic-bezier(0.55, 0.085, 0, 0.99);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.footer-wrapper .input-group {
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
}

input.btn.btn-lg:focus {
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}

.footer-wrapper .btn-lg {
    padding: 0px 15px;
    font-size: 13px;
}

.subscribe-btn {
    padding: 0;
    font-size: 15px !important;
    font-weight: 700;
}
/*titles*/

.footer-section-1 {
    padding-left: 65px;
    padding-right: 65px;
}

.section-title {
    font-size: 21px !important;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}
/*contact / more sections*/

.footer-contact-us ul li,
.footer-more ul li,s
.Follow-us ul li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 0px;
}
.footer-contact-us ul:nth-child(2) {
    margin-bottom: 8px;
}

.footer-contact-us ul,
.footer-more ul,
.Follow-us ul {
    padding-left: 0;
    margin-top: 20px;
}

.social-icons {
    display: inline;
}

.social-icons a {
    color: #ffffff;
    padding-right: 20px;
    font-size: 20px;
}

.social-icons a:hover {
    color: #c9302c;
    transition: transform 150ms cubic-bezier(0.55, 0.085, 0, 0.99), background 150ms cubic-bezier(0.55, 0.085, 0, 0.99);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.footer-contact-us,
.footer-more {
    float: left;
    min-width: 290px;
    color: #ffffff;
}

.Follow-us {
    float: left;
    min-width: 365px;
    color: #ffffff;
}

.footer-contact-us ul:nth-child(2) li {
    font-size: 16px !important;
    line-height: 1;
}

.footer-section-2 {
    padding-right: 65px;
    padding-left: 65px;
    margin-bottom: 20px;
}

.footer-section-2 p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-section-2 div {
    float: right;
    text-align: left;
    margin-top: 70px;
}
/*-----------------------------------------*/
/*             Case Study page            */
/*----------------------------------------*/
/**** fixed top banner***/

.case-study-banner:after {
    content: "";
    width: 100%;
    height: 540px;
    background-image: url("/wp-content/themes/fclanka/images/pitza-hut-back.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: -1;
    display: none;
}

.kidzcare-page .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/kidzcare-banner-background.jpg");
}

.kiyawamu-page .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/kiyawamu-banner.jpg");
}
.keells-super .case-study-banner {
background-image: url(/wp-content/themes/fclanka/images/keellssuper-banner.png);
}

.cs-product-link.style-2 a {
    color: #000;
}

.cs-product-link.style-2 h2 {
    margin-top: 15px;
}

.kiyawamu-page .cs-product-link a {
    color: #fff;
}

.kiyawamu-page .section-4-wrapper {
    background: #03332e;
}
/** button**/
/* BOUNCE */

.btn-circle {
    background: none;
}

@keyframes bounce {
    0%,
    10%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-bounce {
    animation: bounce 2s ease infinite;
}

.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover>.faa-bounce.faa-fast {
    animation: bounce 1s ease infinite;
}

.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover>.faa-bounce.faa-slow {
    animation: bounce 3s ease infinite;
}

.icon-long-arrow-down {
    content: "";
}
/** Banner middle content**/

.case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/pitza-hut-back.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 540px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.cs-banner-middle {
    text-align: center;
    position: relative;
}

.cs-product-logo img {
    width: 100%;
    max-width: 375px;
}

.cs-product-link h2 {
    font-size: 30px;
    color: #ff1717;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cs-banner-middle ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.cs-banner-middle ul li {
    display: inline;
    color: #ffffff;
}

.cs-device-icons li .fa {
    font-size: 30px;
}

.cs-product-link a {
    color: #ff1717;
}

.view-icon img {
    margin-top: -40px;
}

.view-icon {
    display: none;
}

.view-icon {
    text-decoration: none !important;
}

.cs-device-icons li img {
    margin-top: -9px;
}

.cs-device-icons li .fa-apple {
    margin-left: 20px;
    margin-right: 20px;
}
/*** case study page navigation**/

.cs-product-name-2 {
    float: left;
    width: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: width .35s;
    /* Safari */
    transition: width .35s;
}

.name-fixed .cs-product-name-2 {
    opacity: 1;
    float: left;
    width: 248px;
    -webkit-transition: width .35s;
    /* Safari */
    transition: width .35s;
}

.cs-product-name-2 a:hover {
    color: #000000;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.cs-product-name-2 h2 {
    color: #000000;
    font-size: 21px;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.cs-product-name-2 h2 a:first-child {
    color: #000000;
}

.gray-color {
    color: #a6a6a6;
}
/*** Case study page content 1 ***/

.section-1-wrapper {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.cs-content-1 {
    text-align: center;
    /*max-width: 945px;*/
    margin-left: auto;
    margin-right: auto;
}

.share-icon-white {
    position: absolute;
    right: 0;
    top: -40px;
    background: red;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.share-icon-white a {
    box-sizing: border-box;
}

.cs-content-1 .description {
    font-size: 28px;
    max-width: 1050px;
    padding-right: 23px;
    padding-left: 23px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.first-tabs {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}

.first-tabs h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.first-tabs .tabs-all {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 33.3%;
}

.first-tabs .tabs-all div {
    text-align: left;
}

.first-tabs p {
    font-size: 14px;
    line-height: 1;
}

.cs-content-1 h4 {
    margin-bottom: 45px;
    margin-top: 70px;
    font-size: 65px;
    letter-spacing: -2px;
}
/*** Case study page content 2 ***/
/*left text*/

.cs-content-text {
    padding-top: 150px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.cs-content-text h3 {
    font-weight: 700;
    letter-spacing: -1px;
}

.cs-content-text p:first-child {
    font-size: 34px;
}

.cs-content-text .text-holder p {
    font-size: 18px;
}

.big-text {
    font-weight: 300;
line-height: 1.2;
    letter-spacing: -0.5px;
    max-width: 425px;
}

.text-holder,
.text-holder-2 {
    max-width: 480px;
}
/*right image*/

.cs-content-right {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
}
/*** solutions section**/

.cs-content-text-2 {
    float: right;
    width: 50%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 510px;
}

.cs-content-text-2 h3 {
    font-weight: 700;
    letter-spacing: -1px;
}

.cs-content-text-2 p:first-child {
    font-size: 34px;
}

.cs-content-left {
    float: left;
}

.cs-content-left img {
    width: 1020px;
    margin-left: -285px;
}

.section-3-wrapper {
    margin-top: 150px;
    margin-bottom: 150px;
}

.section-3-wrapper,
.section-2-wrapper {
    background: #ffffff;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.section-2-wrapper {
    padding-bottom: 300px;
    margin-top: 50px;
}

.cs-content-right img {
    max-width: 890px;
    width: 100%;
}
/***** outcome - section-4 *****/
/*New styles start*/

.text-holder-2 ul {
    float: left;
    width: 100%;
    padding-left: 0;
}

.text-holder-2 ul li {
    max-width: 85px;
    display: inline;
    width: 100%;
    float: left;
    margin-right: 25px;
}

.text-holder-2 {
    max-width: 515px;
}

.text-holder-2 h2 {
    float: left;
}

.text-holder-2 h2 {
    font-size: 31px;
}

.custom-02 h2 {
    float: inherit;
}

.custom-02 p {
    font-size: 20px;
}
/*New styles end*/

.section-4-wrapper {
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 2;
    background: #261e1e;
}

.cs-imac-mockup {
    position: relative;
    min-height: 960px;
}

.cs-imac-mockup h3 {
    font-weight: 700;
    margin-bottom: 80px;
}

.cs-imac-mockup img {
    max-width: 1460px;
    width: 100%;
}
/*caousel -outcome*/

.laptop-hold {
    position: absolute;
    top: 12%;
    left: 50%;
    margin-left: -715px;
}

.laptop-inner {
    position: absolute;
    top: 17.5%;
    left: 50%;
    margin-left: -470px;
}

.carousel-output {
    width: 100% !important;
}

.laptop-inner .carousel-indicators {
    left: -85px;
    margin-left: 0;
    width: auto;
    top: 50%;
    margin-top: -40px;
}

.laptop-inner .carousel-indicators li {
    display: inherit;
    width: 12px;
    height: 12px;
    margin: 12px 0;
    background: #b7b7b7;
    position: relative;
    text-indent: inherit;
    border: none;
}

.kidzcare-page .laptop-inner .carousel-indicators li {
    background: #000;
}

.laptop-inner .carousel-indicators .active {
    background: red !important;
}

.laptop-inner .carousel-indicators p {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 12px;
    text-align: right;
    margin-right: 35px;
    font-weight: 700;
    min-width: 180px;
    opacity: 0;
    color: #fff;
    line-height: 1.5;
}

.laptop-inner .carousel-indicators .active p {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 12px;
    text-align: right;
    margin-right: 35px;
    font-weight: 700;
    min-width: 180px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 1;
}

.dash-0 {
    width: 12px;
    height: 4px;
    background: #fff;
    position: absolute;
    right: -17px;
    top: 7px;
}
/**** mockup with carousel section-5***/

.mobile-secion {
    margin-right: 40px;
}

#carousel-b {
    padding: 0 10px 30px 0px;
    margin-top: 30px;
    margin-left: 40px;
    font-size: 18px;
}

#carousel-b .col-sm-12 {
    padding-bottom: 60px;
}

.our-company-wrapper .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
}

#carousel-b h3 {
    font-size: 30px;
    font-weight: 700;
}

#carousel-b p {
    font-size: 16px;
}

#carousel-b .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#carousel-b .carousel-control.left {
    left: -60px;
}

#carousel-b .carousel-control.right {
    right: -60px;
}

#carousel-b .carousel-indicators {
    left: 0;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#carousel-b .carousel-indicators li {
    margin: 5px;
    border-radius: 0px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#carousel-b .carousel-indicators .active {
    border-radius: 0px;
    opacity: 1;
    overflow: hidden;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.carousel-holder {
    max-width: 320px;
    display: block;
}

.cs-section-5 {
    background: #fb5f22;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.cs-section-5 #carousel-b .carousel-control.left {
    left: 0;
    top: -90px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-angle-left {
    margin-top: -2px;
    margin-left: -4px;
}

.fa-angle-right {
    margin-top: -2px;
    margin-right: -4px;
}

#carousel-b .carousel-control.right {
    left: 70px;
    top: -90px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-holder {
    float: left;
    width: 50%;
    position: relative;
}

.cs-section-5 .cs-section-5-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.img-mockup-holder {
    margin-top: 80px;
    position: relative;
}

.iphone-mockup-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 100%;
}

.cs-page .carousel {
    width: 84%;
    height: auto;
    float: left;
}

.cs-page .carousel-b {
    width: 84%;
    height: auto;
    float: left;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
}

#carousel-a .carousel-control {
    display: none;
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 20px;
}

#carousel-a img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
/* Change the direction of the transition. */

.carousel.vertical .carousel-inner {
    height: 100%;
    width: auto;
}

.carousel.vertical .carousel-inner>.item {
    width: auto;
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}



@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel.vertical .carousel-inner>.item {
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    .carousel.vertical .carousel-inner>.item.next,
    .carousel.vertical .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner>.item.prev,
    .carousel.vertical .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner>.item.next.left,
    .carousel.vertical .carousel-inner>.item.prev.right,
    .carousel.vertical .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}

.carousel.vertical .carousel-inner>.active,
.carousel.vertical .carousel-inner>.next,
.carousel.vertical .carousel-inner>.prev {
    display: block;
}

.carousel.vertical .carousel-inner>.active {
    top: 0;
}

.carousel.vertical .carousel-inner>.next,
.carousel.vertical .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel.vertical .carousel-inner>.next {
    top: 100%;
}

.carousel.vertical .carousel-inner>.prev {
    top: -100%;
}

.carousel.vertical .carousel-inner>.next.left,
.carousel.vertical .carousel-inner>.prev.right {
    top: 0;
}

.carousel.vertical .carousel-inner>.active.left {
    top: -100%;
}

.carousel.vertical .carousel-inner>.active.right {
    top: 100%;
}

.carousel.vertical .carousel-control {
    left: auto;
    width: 50px;
}

.carousel.vertical .carousel-control.up {
    top: 0;
    right: 0;
    bottom: 50%;
}

.carousel.vertical .carousel-control.down {
    top: 50%;
    right: 0;
    bottom: 0;
}

.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel.vertical .carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel.vertical .carousel-control .icon-next:before {
    content: '\203a';
}
/** device icons **/

.cs-section-5 .os-logo {
    right: 20px;
    bottom: 20px;
}
/*Product screens section*/

.product-screens img {
    width: 100%;
}

.bckground-color-1 {
    background-color: #0095d9;
}

.bckground-color-dh {
    background-color: #FFEDED;
}

.background-pink {
    background-color: #f887b8;
}

.background-yellowish {
    background-color: #EBE4D4;
}


/* description section*/

.left-sec {
    width: 45%;
    float: left;
}

.desc-page {
    padding-top: 90px;
    padding-bottom: 90px;
}

.desc-page .cs-content-text {
    padding: 0 !important;
}

.left-sec img {
    max-width: 430px;
    width: 100%;
}

.desc-right {
    width: 55%;
    float: left;
}

.desc-right .big-text {
    max-width: 590px;
    line-height: 1.3;
}
/* prev- next section*/

.prev-next {
    margin-bottom: 70px;
    margin-top: 70px;
}

.prev-next .btn-danger.btn-outline {
    text-transform: inherit;
}

.prev-next a:first-child {
    float: left;
}

.prev-next a:nth-child(2) {
    float: right;
}
/*-----------------------------------------*/
/*             About us page               */
/*----------------------------------------*/

.about-us-banner {
    position: relative;
    z-index: 2;
}
.about-us-page .about-us-banner .row {
    background: url('/wp-content/themes/fclanka/images/AboutUs.png') center top no-repeat;
    background-size: cover;
}

.about-us-page .about-us-banner .jumping-arrow {
    display: none;
}

.about-us-banner img {
    width: 100%;
}

.as-banner-text {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.as-banner-text h1 {
    font-size: 75px;
    position: absolute;
    top: 48%;
    text-align: center;
    margin-top: -30px;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
}

/*cms changes*/
#menu-main-menu {
    padding-left: 0;
}
.footer-nav ul li a:hover {
    color: #ff0000;
}
@media (max-width: 1370px) and (min-width:1200px) {
     .as-banner-text h1 {
    font-size: 65px;
    top: 54%;
}
 .service-details .our-works-page-banner h1 {
font-size: 65px !important;
}
}
 .service-details .our-works-page-banner h1{
font-size: 35px;
}
.red-color {
    color: #ed1f24;
}

.white-color {
    color: #ffffff;
}

.jumping-arrow {
    bottom: 50%;
    position: absolute;
    margin-bottom: -144px;
    z-index: 2;
}
/**our team**/

.our-team-carousel {
    width: 75%;
    float: left;
    max-height: 720px;
}

.our-team-carousel .carousel {
    width: 100%;
}

.our-team-carousel .col-1 {
    padding: 0;
}

.our-team-carousel .col-1 .photo img {
    width: 100%;
}

.col-1 {
    width: 33.3%;
    float: left;
}

.col-1 .info {
    margin-top: 50px;
    font-size: 20px;
    padding-left: 40px;
    background: #f7f7f7;
}

.col-1 .info p {
    margin-bottom: 0;
}

.team-title-1 .visibolity-hidden {
    width: 100%;
    visibility: hidden;
}

.team-title-1 {
    position: relative;
    width: 25%;
    float: left;
    background: #efefef;
    max-height: 720px;
}

.team-title-1 .headding {
    position: absolute;
    top: 50px;
    right: 130px;
}

.small-text {
    font-size: 16px;
}

.num {
    position: absolute;
    bottom: 50px;
    right: 30px;
    font-size: 154px;
    font-family: sans-serif;
    font-weight: 700;
    color: #d3d3d3;
    letter-spacing: -14px;
}

.our-team-wrapper {
    position: relative;
    padding-bottom: 8%;
    background: #f7f7f7;
    z-index: 2;
}

.carousel-about .carousel-inner>.item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
}

.carousel-about .carousel-inner .active.left {
    left: -33%;
}

.carousel-about .carousel-inner .active.right {
    left: 33%;
}

.carousel-about .carousel-inner .next {
    left: 33%;
}

.carousel-about .carousel-inner .prev {
    left: -33%;
}

.controllers .controls {
    position: absolute;
    bottom: 55px;
    right: 55px;
}

.controllers .controls a {
    float: left;
}
/** aword carousel**/

.carousel-control {
    opacity: 1;
}

.awordd-wrapper {
    background: #ffffff;
    z-index: 2;
    position: relative;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.about-us-page .carousel-showmanymoveone {
    width: 100%;
    max-width: 920px;
}

.col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-showmanymoveone .carousel-inner {
    width: 100%;
}

.carousel-showmanymoveone .skewed {
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    overflow: hidden;
    border-right: 1px solid #888888;
    height: 270px;
    padding-top: 30px;
    /* border-left: 1px solid #000; */
}

.carousel-showmanymoveone .skewed img {
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    margin-left: auto;
    margin-right: auto;
}

.carousel-showmanymoveone .col-xs-12,
.carousel-showmanymoveone .col-sm-6,
.carousel-showmanymoveone .col-md-3 {
    min-height: 425px;
    padding: 0;
}

.carousel-showmanymoveone .item .col-md-3:nth-child(4) .skewed {
    border-right: none;
}

.caption-text {
    position: relative;
}

.caption-inner {
    position: absolute;
    left: 0;
    top: -30px;
}

.caption-inner h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.caption-inner h2:first-child {
    color: #a9a9a9;
}

.caption-inner h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.8;
    margin-top: 10px;
}

.caption-inner p {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.caption-inner a {
    color: #000000;
}

.caption-inner .link-site {
    margin-bottom: 0;
}
/*carousel controllers*/

.carousel-showmanymoveone .carousel-control.left {
    margin-left: -28px;
    padding-top: 16%;
    color: #000000;
    text-shadow: none;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-top: 16%;
    margin-right: -28px;
    color: #000000;
    text-shadow: none;
}
/** aword carousel End**/
/*awords section content*/

.awords-section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.awords-section h1 {
    text-align: center;
    margin-bottom: 70px;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-about .carousel-inner>.item {
        -webkit-transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out left;
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none!important;
        transform: none!important;
    }
}

.carousel-about .carouse-control.left,
.carousel-about .carouse-control.right {
    background-image: none;
}
/** awards carousel **/

.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    margin-left: 15px;
    background-image: none;
}
/*-----------------------------------------*/
/*             Our works page               */
/*----------------------------------------*/

.all-our-works {
    z-index: 2;
    position: relative;
}

.our-works-page-banner h1 {
    font-size: 100px;
}

.our-works-page-banner p {
    font-size: 18px;
}

.our-works-page-banner {
    position: relative;
    z-index: 2;
}

.aw-banner-text {
    font-size: 14px;
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -75px;
    color: #ffffff;
    width: 100%;
}

.all-our-works .col-lg-4 .img-responsive,
.all-our-works col-sm-6 .img-responsive,
.all-our-works col-xs-12 .img-responsive {
    width: 100%;
}

.our-works-page-banner img {
    width: 100%;
}

.content-inside {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
}
/*our works page end*/
/*-----------------------------------------*/
/*** our services page start ***/
/*-----------------------------------------*/

.service-page .welcome-text h1 {
    color: #333333;
}

.technology h1,
.recent-work h1,
.featured-works h1 {
    font-size: 40px;
}

.animated-banner {
    position: relative;
}

.animated-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, 0.86);
    z-index: 1;
}
/*animated banner*/

.visibility-1 {
    width: 100%;
}

.ser-tiles {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.ser-tiles img {
    background: #000;
}
/*left move*/

.left-set,
.left-set2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.left-set2 {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.left-2 {
    left: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.left-3 {
    left: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*left move-copy*/

.left-set-copy,
.left-set2-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.left-set2-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.left-2-copy {
    left: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.left-3-copy {
    left: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*right move*/

.right-set,
.right-set2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.right-set2 {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.right-2 {
    right: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.right-3 {
    right: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*right move copy*/

.right-set-copy,
.right-set2-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.right-set2-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.right-2-copy {
    right: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.right-3-copy {
    right: -500px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*bottom move*/

.bottom-set,
.bottom-set2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.bottom-set2 {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.bottom-2 {
    bottom: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.bottom-3 {
    bottom: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*bottom move-copy*/

.bottom-set-copy,
.bottom-set2-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.bottom-set2-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.bottom-2-copy {
    bottom: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.bottom-3-copy {
    bottom: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*top move*/

.top-set,
.top-set2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-set2 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-2 {
    top: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-3 {
    top: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*top move-copy*/

.top-set-copy,
.top-set2-copy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-set2-copy {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-2-copy {
    top: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-3-copy {
    top: -300px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*animated banner end*/

.service-page .welcome-text p {
    font-size: 21px;
}

.service-page .about-us-banner {
    overflow: hidden;
}

#fix-cat {
    border-bottom: 1px solid #cccccc;
}

.cat-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    margin-top: 70px;
    z-index: 100;
    will-change: transform;
    transition: transform 150ms cubic-bezier(0.55, 0.085, 0, 0.99), background 150ms cubic-bezier(0.55, 0.085, 0, 0.99);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    border-bottom: 0px solid !important;
}

.block-resp {
    display: none;
}

.service-page h1 {
    text-align: center;
    z-index: 2;
}

.service-section .all-tabs li a {
    color: #000000;
    position: relative;
    padding: 22px 2px 20px 30px;
}

.service-section .all-tabs li:first-child a:before,
.service-section .all-tabs li:nth-child(2) a:before,
.service-section .all-tabs li:nth-child(3) a:before,
.service-section .all-tabs li:nth-child(4) a:before,
.service-section .all-tabs li:nth-child(5) a:before,
.service-section .all-tabs li:nth-child(6) a:before,
.service-section .all-tabs li:nth-child(7) a:before,
.service-section .all-tabs li:nth-child(8) a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
}

.service-section .all-tabs li:first-child a:before {
    background: url(/wp-content/themes/fclanka/images/e-commece.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li:nth-child(2) a:before {
    background: url(/wp-content/themes/fclanka/images/digital-branding.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li:nth-child(3) a:before {
    background: url(/wp-content/themes/fclanka/images/managing-teams.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li:nth-child(4) a:before {
    background: url(/wp-content/themes/fclanka/images/digital-branding.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li:nth-child(5) a:before {
    background: url(/wp-content/themes/fclanka/images/managing-teams.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li:nth-child(6) a:before {
    background: url(/wp-content/themes/fclanka/images/digital-branding.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li:nth-child(7) a:before {
    background: url(/wp-content/themes/fclanka/images/e-commece.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li:nth-child(8) a:before {
    background: url(/wp-content/themes/fclanka/images/managing-teams.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.service-section .all-tabs li a:focus,
.service-section .all-tabs li a:hover,
.service-section .all-tabs li a:active {
    color: #000000;
    background-color: none;
}

.service-section ul li.active {
    border-bottom: 2px solid red;
}

.service-section .nav-pills>li.active>a,
.service-section .nav-pills>li.active>a:focus,
.service-section .nav-pills>li.active>a:hover {
    background: none;
}

.service-section .nav>li>a:focus,
.service-section .nav>li>a:hover {
    background-color: #ffffff;
}

.service-section .all-tabs li img {
    max-width: 19px;
    margin-top: -3px;
    margin-right: 10px;
}

.service-section .all-tabs li {
    border-bottom: 2px solid #fff;
    margin-right: 10px;
}

.service-section .all-tabs li:hover {
    border-bottom: 2px solid red;
}

.service-section .all-tabs li {
    margin-right: 30px;
}
/* welcome section*/

.welcome-text h1 {
    margin-bottom: 20px;
}

.service-page .welcome-message {
    border-bottom: 1px solid #cccccc;
}

.service-page .welcome-message .welcome-text {
    padding-bottom: 80px;
}
/* technology section*/


.technology {
    padding-top: 60px;
    padding-bottom: 70px;
    border-bottom: 1px solid #cccccc;
    background: #fbfbfb;
}

.technology h1 {
    margin-bottom: 40px;
}

.technology p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    /* margin-top: 20px;*/
}

.technology h1 .technology-content img {
    width: 100%;
}

.technology-content img {
    width: 100%;
}
/* resent work section*/

.recent-work h1 {
    text-align: center;
    margin-bottom: 40px;
}

.item-img {
    position: relative;
    overflow: hidden;
}

.recent-work {
    padding-top: 60px;
    padding-bottom: 80px;
}

.tile-works {
    width: 50%;
    float: left;
}

.item-img img {
    width: 100%;
}

.tile-works .hover h2 {
    font-size: 64px;
    letter-spacing: 15px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tile-works .result-hover h2 {
    letter-spacing: -3px !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tile-works .result-hover a {
    text-decoration: none;
    color: #ff5157;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.tile-works .hover a {
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 22px;
    color: red;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tile-works .hover a {
    text-decoration: none;
    color: #ff5157;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.item-img:hover .hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.item-img .hover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.93);
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*featuired work section*/

.featured-works {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #fbfbfb;
    padding-top: 40px;
    padding-bottom: 80px;
}

.featured-works h1 {
    margin-bottom: 40px;
}

.featured-works .tile-works {
    width: 33.3%;
}

.featured-works .tile-works .hover h2 {
    font-size: 40px;
    letter-spacing: 20px;
}

.featured-works .tile-works .hover a {
    font-size: 16px;
}

.featured-works .Social-media-hover,
.recent-work .Social-media-hover {
    margin-top: 15px;
}
/* client testemonials page*/

.testemonials-sec {
    overflow: hidden;
}

.testemonials-sec {
    padding-top: 60px;
    padding-bottom: 80px;
}

.testemonials-sec h1 {
    margin-bottom: 50px;
}

.carousel-custom {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.carousel-custom .item {
    text-align: center;
}

.carousel-custom p {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    padding: 5px;
    position: relative;
}

.carousel-custom .msg-sec:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/fclanka/images/coma-1-13.svg");
}

.carousel-custom .msg-sec:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/fclanka/images/coma-2-12.svg");
    background-size: cover;
}

.test-name p:first-child {
    margin-top: 60px;
    margin-bottom: 0;
    font-style: normal;
}

.test-name p:nth-child(2) {
    font-size: 18px;
    padding: 0;
    font-style: normal;
}
/*Our Services New page Start*/

.text-holder-banner-2 {
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.text-holder-banner-2 h5 {
    max-width: 1127px;
    text-align: left;
    color: #fff;
    line-height: 1.5;
    max-width: 990px;
}

.service-details .colored-banner {
    background-image: url("/wp-content/themes/fclanka/images/service-image.jpg");
    background-repeat: no-repeat;
}
.colored-banner {
    min-height: 549px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4629d8;
}

.text-holder-banner-2 .jumping-arrow {
    width: 100%;
    text-align: center;
}

span.highlight {
    padding-top: 15px;
    z-index: 3;
    line-height: 1.5;
    padding-bottom: 20px;
   /* background-color: #1b1054;
    box-shadow: 0.5em 0px 0 #1b1054, -0.5em 0 0 #1b1054;*/
}
/*serices section*/

.service-msg h4 {
    max-width: 1032px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.2;
    font-size: 30px;
}
.service-details .text-holder-banner{
max-width: 1000px;
margin: auto;
}

.service-details .our-works-page-banner h1{
font-size: 85px;
}
@media (max-width: 1170px) {
 .service-details .our-works-page-banner h1{
font-size: 35px;
}
 .service-details .text-holder-banner{
max-width: 600px;
margin: auto;
}
}
.service-msg .welcome-text {
    padding-bottom: 20px;
}

.services-section .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    min-height: 120px;
    width: 100%;
    float: left;
    width: 27%;
}

.services-section .logos img {
    max-width: 105px;
    width: 100%;
}

.services-section .sections {
    max-width: 985px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.services-section .sections:last-child {
    margin-bottom: 80px;
}

.services-section .sections a {
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

.services-section .sections a svg {
    margin-left: 7px;
}

.services-section .sections p {
    font-size: 18px;
    line-height: 1.5;
}

.services-section .sections .text-section {
    float: left;
    width: 73%;
}

.services-section .sections .text-section h2 {
    margin-bottom: 30px;
}

.services-section .section-02,
.services-section .section-04,
.services-section .section-06 {
    text-align: right;
}
/*Our Services New page End*/
/*keells super case study*/

.keells-super .cs-product-logo img {
    margin-left: 0;
}

.keells-super .colored-banner {
    background: #ed1b24;
}

.keells-super .cs-product-link h2 a {
    color: #fff;
}

.intro-txt .container {
    padding-top: 110px;
}

.intro-txt h6 {
    text-align: center;
    font-weight: 400;
    max-width: 595px;
    margin: 0 auto;
    width: 100%;
}

.mobile-mock-sec .container {
    min-height: 1250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-mock-sec {
    background-image: url(/wp-content/themes/fclanka/images/keelles-super-mobile-mock-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-mock-sec .section-2 {
    max-width: 465px;
    margin-right: 15%;
}

.mobile-mock-sec .section-2 p {
    font-size: 20px;
}

.mobile-mock-sec .section-2 .dev-logo {
    max-width: 305px;
}

.mobile-mock-sec .section-2 .details-img {
    max-width: 245px;
}

.mobile-mock-sec .section-2 .details-img img {
    width: 100%;
}

.product-screens-2 {
    max-width: 1130px;
    width: 100%;
    margin: 140px auto;
}

.product-screens-2 img {
    width: 100%;
}

.screens-background {
    background: #edf7ff;
}

.job-details .tabs-all {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.job-details .tabs-all .sec-04 a {
    font-size: 14px;
    font-weight: 800;
    color: #ff0101;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.job-details .tabs-all .sec-04 a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background-image: url(/wp-content/themes/fclanka/images/visit-more.svg);
    background-repeat: no-repeat;
    background-size: 16px;
}

.job-details .tabs-all .sec-04 a img {
    max-width: 20px;
}

.job-details .tabs-all h2 {
    margin-top: 0;
}

.job-details .tabs-wrappers {
    max-width: 1095px;
    margin: 0 auto;
}

.job-details {
    padding-top: 85px;
    padding-bottom: 70px;
}
/*Mobitel case study*/

.mobitel-page .slt-banner .row {
    background-image: url(/wp-content/themes/fclanka/images/FCL-web-mobitel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mobitel-page .slt-banner .middle-cont {
    min-height: 549px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobitel-page .slt-banner .middle-cont .cs-product-link a {
    color: #ffffff;
}

.mobitel-page .slt-intro-txt h6 {
    font-size: 28px;
    max-width: 1385px;
    margin: 70px auto 70px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}

.mobitel-page .section-4-wrapper {
    background: #001440;
}

.slt-screens .img-holder {
    max-width: 1050px;
    margin: 80px auto;
}

.slt-screens .img-holder img {
    width: 100%;
}

.slt-mob-screens .img-holder {
    margin: 0 auto;
}

.slt-mob-screens .img-holder img {
    width: 100%;
}

.slt-detail-screens {
    background-color: #edf7ff;
}

.slt-detail-screens .img-holder {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}

.slt-detail-screens .img-holder img {
    width: 100%;
}

.slt-detail-screens .txt-holder {
    max-width: 428px;
    margin-left: 140px;
}

.slt-detail-screens .txt-holder h3 {
    font-weight: 800;
    margin: 90px auto 35px;
}

.slt-detail-screens .txt-holder p {
    font-size: 20px;
}
/*slt case study*/

.slt-icons {
    background: #001440;
}

.slt-icons .img-holder {
    max-width: 880px;
    margin: 0 auto;
}

.slt-icons .img-holder img {
    width: 100%;
}

.slt-icons h3 {
    color: #fff;
    width: 100%;
    text-align: center;
}

.slt-web {
    background: #001440;
}

.slt-webs .img-holder {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}

.slt-web .img-holder img {
    width: 100%;
}

.design-desc .all-det {
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-desc .txt-holder {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.design-desc .txt-holder div {
    max-width: 425px;
}

.mobile-mock-1 {
    position: absolute;
    max-width: 270px;
    right: -40px;
    bottom: 39px;
}

.design-desc .txt-holder div h3 {
    font-weight: 800;
}

.design-desc .txt-holder div p {
    font-size: 20px;
}

.slt-page .slt-detail-screens {
    background: #4f236c;
    padding-bottom: 40px;
}

.slt-page .slt-detail-screens .txt-holder p,
.slt-page .slt-detail-screens .txt-holder h3 {
    color: #fff;
}

.slt-page .slt-detail-screens .txt-holder {
    margin-left: 145px;
}

.slt-page .slt-desc-hold {
    background: #fff;
}

.slt-page .slt-desc-hold {
    background-image: url(/wp-content/themes/fclanka/images/e-sport-desc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.slt-desc-hold .img-holder {
    margin-top: 460px;
    position: relative;
}

.mobile-mock-2 {
    position: absolute;
    bottom: 90px;
    left: -80px;
    max-width: 275px;
}
/*Service Details page */

.all-container {
    max-width: 1050px;
    margin: 90px auto 0px;
}

.all-container-2 {
    max-width: 1050px;
    margin: 0 auto;
}

.selector-detail .btn-select ul {
    background: #000 !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    padding: 28px 28px 45px 28px !important;
}

.btn-select .target li:first-child {
    margin-top: 56px !important;
}

.gallery_product.filter h2 {
    font-weight: 400 !important;
    line-height: 1.5;
    margin-top: 25px;
}

.de-left-side {
    float: left;
    width: 50%;
    margin-top: 100px;
}

.de-left-side .icons-work .de-icon {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.de-right-side {
    margin-top: 70px;
    float: left;
    width: 50%;
    padding-left: 110px;
}

.de-right-side p {
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #000;
}

.de-right-side p .dash-1 {
    width: 10px;
    background: #000;
    height: 2px;
    display: block;
    margin-right: 10px;
}

.gallery_product.filter .quote-txt h2 {
    font-weight: 800 !important;
    line-height: 1.2;
    max-width: 450px;
    margin-bottom: 50px;
    position: relative;
    color: #000;
}

.gallery_product.filter .quote-txt h2:after {
    position: absolute;
    top: -8px;
    left: -45px;
    content: "";
    background-image: url(/wp-content/themes/fclanka/images/coma3.png);
    width: 35px;
    height: 35px;
    background-size: 36px;
    background-repeat: no-repeat;
}

.quote-txt {
    padding-left: 50px;
}

.quote-txt p {
    font-size: 16px;
}

.quote-txt .name {
    margin-top: 30px;
    font-weight: 800;
}

.quote-txt .post {
    font-size: 10px;
    font-weight: 800;
    margin-top: 0;
}

.active ul.target {
    margin-top: -40px !important;
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    max-width: 310px;
    width: 100%;
}

ul.target {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    padding: 0;
    max-width: 310px;
    width: 100%;
}

.navigation-bred span {
    background: #fff !important;
}

.space5 {
    height: 28px;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-select .btn-select-value {
    padding: 12px 0px;
    display: block;
    /*position: absolute;
left: 0;
right: 34px;*/
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    color: #000 !important;
    padding-left: 20px;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 5px 5px;
    text-align: left;
    white-space: normal;
    margin-top: 25px;
    border: 2px solid #000;
    overflow: hidden;
    line-height: 1.2;
}

.btn-select ul li:hover {
    background-color: none;
    border: 2px solid #fff;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.btn-select ul li.selected {
    color: white;
}
/* Default Start */
/*.selector-detail {
max-width: 348px;
}*/

.btn-select.btn-default:hover,
.btn-select.btn-default:active,
.btn-select.btn-default.active {
    border-color: #fff;
}

.btn-select.btn-default ul li.selected {
    background-color: none;
    border: 2px solid #fff;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.btn-select.btn-default ul,
.btn-select.btn-default .btn-select-value {
    background-color: white;
    font-size: 25px;
    font-weight: 800;
}

.btn-select.btn-default:hover,
.btn-select.btn-default.active {
    background-color: #fff;
}

.btn.active,
.btn:active {
    box-shadow: none;
}
/* Default End */
/*animated icon*/

#nav-icon4 {
    float: left;
    width: 32px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: none;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/* Icon 4 */


#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.selector-detail .active #nav-icon4 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.selector-detail .active #nav-icon4 span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.selector-detail .active #nav-icon4 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 8px;
}
/*about us page*/

.two-sec {
    font-family: 'Poppins', sans-serif;
    max-width: 1150px;
    margin: 0 auto;
    border-top: 1px solid #868686;
    padding: 80px 20px;
}

.two-sec h4 {
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
}

.two-sec p {
    font-size: 18px;
    font-weight: 800;
    color: #868686;
    line-height: 1.2;
    margin-top: 10px;
}
/** our services page end ***/
/*share button start*/
/*social*/

.custom-fix {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 50;
}

.custom-fix .mdl-menu {
    min-width: inherit;
}

.mdl-button--fab {
    width: 50px;
    height: 50px;
    min-width: inherit;
    min-height: inherit;
}

.custom-fix .mdl-menu__outline {
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.custom-fix .mdl-menu__item {
    border: none;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 10px;
}

.custom-fix .mdl-menu__item a {
    color: #fff;
}

.custom-fix .mdl-menu__item:first-child {
    background-color: #3b5998;
}

.custom-fix .mdl-menu__item:nth-child(2) {
    background-color: #00b6f1;
}

.custom-fix .mdl-menu__item:nth-child(3) {
    background-color: #007bb6;
}

.custom-fix .mdl-menu__item:nth-child(4) {
    background-color: #c32aa3;
}

.mdl-tooltip {
    background: rgb(28, 116, 128);
}
/*carousel*/

.quote-section {
    background: url(/wp-content/themes/fclanka/images/about-carousel-back.png) center top no-repeat;
    background-size: cover;
}

.quote-section .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.carousel-wrap .owl-carousel .owl-item {
    padding: 0 90px 0 180px;
}

.carousel-wrap .owl-carousel .owl-item h3 {
    margin-bottom: 30px;
    position: relative;
}
/*.owl-wrap-2 {

align-items: center;
}*/

.name-style {
    font-size: 18px;
    margin-bottom: 0;
}

.quote-icon {
    position: absolute;
    font-size: 65px;
    left: -75px;
    top: -26px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(/wp-content/themes/fclanka/images/arrow-right.svg) left center no-repeat;
    background-size: cover;
    width: 30px;
    height: 10px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(/wp-content/themes/fclanka/images/arrow-left-01.svg) left center no-repeat;
    background-size: cover;
    width: 30px;
    height: 10px;
}
/*-----------------------------------------*/
/*            Contact us page            */
/*----------------------------------------*/

.contact-us-top {
    background: #000;
}

.contact-wrapper {
    max-width: 990px;
    width: 100%;
    margin: 15% auto 15%;
    display: flex;
    align-items: center;
}

.contact-us-hold {
    width: 100%;
}

.contact-wrapper h1 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #bababa;
    margin-bottom: 90px;
}

.view-map a {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #949999;
}

.view-map img {
    max-width: 15px;
    width: 100%;
    margin-right: 10px;
    opacity: 0.5;
}

.view-map a:hover img {
    opacity: 1;
}

.contact-wrapper ul {
    color: #fff;
    list-style: none;
    padding: 0;
    font-size: 18px;
}

.contact-wrapper ul li {
    line-height: 1.7;
}

.contact-wrapper ul:first-child {
    margin-bottom: 50px;
}

.contact-left,
.contact-right {
    float: left;
    width: 50%;
}

.contact-wrapper .form-control {
    border-radius: 0;
color: #d2d2d2;
    font-size: 16px;
    background-color: #111;
    border: 1px solid #111;
}

.custom-control {
    height: 45px;
}

.submit-txt {
padding: 0px 0;
    font-size: 18px;
    color: #949999;
    cursor: pointer;
    text-decoration: none;
background: none;
border: 0;
}

.view-map a:hover,
.submit-txt:hover {
    color: #fff;
    text-decoration: none;
}

.address-line {
    max-width: 185px;
}

.contact-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #363636;
}
/*Share button end*/
/*DSI rubber page start*/

.dsi-page .case-study-banner:after {
    background: url(/wp-content/themes/fclanka/images/dsi-banner-back.jpg) center top;
}

.dsi-page .cs-product-logo img {
    max-width: 175px;
    margin-bottom: 10px;
}

.cs-product-link.style-2 a.color-white {
    color: #fff;
}

.dsi-page .section-1-wrapper {
    background: #fbfbfb;
}

.dsi-page .first-tabs {
    border-bottom: 0;
}

.background-red {
    background-color: #930028;
}

.dsi-page .text-holder-2 {
    max-width: 400px;
}

.dsi-page .custom-02 {
    transform: scale(1.2)
}
/*DSI rubber page End*/
/*Little shearts page start*/

.little-hearts .case-study-banner:after {
    background-image: url(/wp-content/themes/fclanka/images/little-hearts-banner.jpg);
}

.little-hearts .cs-product-logo img {
    max-width: 190px;
}

.little-hearts .cs-product-link.style-2 a {
    color: #fff;
}

.little-hearts .section-1-wrapper {
    margin-bottom: 70px;
}

.little-hearts .section-4-wrapper {
    background: url(/wp-content/themes/fclanka/images/LH-slider-back.png) center top no-repeat;
    background-size: 100%;
}

.little-hearts .cs-content-left img {
    margin-left: 0;
    width: 100%;
}

.little-hearts .cs-content-left {
    width: 55%;
}

.little-hearts .cs-content-text-2 {
    width: 45%;
    margin-top: 14%;
}

.text-holder-3 {
    max-width: 385px;
}

.little-hearts .laptop-inner .carousel-indicators li {
    background: #fff;
}
/*Little shearts page End*/
/*font page start*/

.front-page .case-study-banner:after {
    background-image: url(/wp-content/themes/fclanka/images/front-page-banner.jpg);
}

.front-page .cs-product-link.style-2 a {
    color: #fff;
}

.front-page .section-1-wrapper {
    background: #f8f8f8;
}

.fp-background {
    background: #252525;
}

.front-page .first-tabs {
    border-bottom: 0;
}

.first-sec {
    text-align: right;
    width: 15%;
    margin-top: -10%;
}

.first-sec img {
    max-width: 130px;
    margin-left: auto;
}

.first-sec h4 {
    font-size: 45px;
    max-width: 235px;
    margin-left: auto;
    color: #4d4d4d;
}

.fp-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.fp-section {
    overflow: hidden;
    position: relative;
}

.fp-section:before {
    content: "";
    width: 45%;
    height: 1000px;
    background: #f2f6f9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.sec-sec {
    max-width: 400px;
}

.sec-sec img {
    width: 100%;
}

.third-sec {
    max-width: 430px;
}

.third-sec p {
    font-size: 20px;
}

.third-sec h3 {
    font-weight: 700;
    margin-top: 20%;
}

.front-page .product-screens img {
    max-width: 1700px;
    margin: 0 auto;
}

.front-page .product-screens {
    display: flex;
    justify-content: center;
}
/*front page end*/

/* Return to top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 6000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*////////////////////////////*--\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*////////////////////////////*--\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*                   All media Queries Start               */
/*////////////////////////////*--\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*////////////////////////////*--\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/***MIN WIDTH 768***/

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
    .container {
        width: 100%;
    }
}
/***MIN WIDTH 768 and transition***/

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
/*** MIN WIDTH 940 MAX WIDTH 980 ***/

@media only screen and (min-width: 940px max-width:980px) {
    .container {
        width: 924px;
    }
}
/*** MIN WIDTH 940 MIN WIDTH 992 ***/

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
/*** MIN WIDTH 1170***/

@media (min-width: 1170px) {
    .container {
        width: 1090px;
    }
}
/*** MIN WIDTH 1450 ***/

@media only screen and (min-width:1450px) {
    .container {
        width: 1440px !important;
    }
}
/*** MIN WIDTH 1600 ***/

@media only screen and (min-width: 1600px) {
    .container {
        width: 1600px !important;
    }
}
/*** Max WIDTH 1632 ***/

@media only screen and (max-width: 1632px) {
    .banner1-text p:first-child {
        font-size: 80px;
        line-height: 80px;
    }
    .banner1-text .content-anim {
        font-size: 70px;
    }
    .banner1-text {
        width: 570px;
        padding-left: 0;
    }
    .works .hover h2 {
        font-size: 50px;
    }
    .works .result-hover p {
        font-size: 20px;
        line-height: 23px;
    }
    /*typing effect*/
    .smart-type {
        font-size: 70px;
    }
    .typed-cursor {
        font-size: 50px;
    }
    /****case study page****/
    .cs-content-right img {
        max-width: 720px;
    }
    .cs-content-1 h4 {
        margin-bottom: 20px;
        margin-top: 50px;
        font-size: 50px;
    }
    .cs-content-1 .description {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .first-tabs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-2-wrapper {
        margin-top: 50px;
        padding-bottom: 35px;
        margin-top: 10px;
    }
    .section-3-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .cs-content-text {
        float: left;
        width: 50%;
    }
    .cs-content-right {
        position: inherit;
        top: inherit;
        right: inherit;
        z-index: 1;
        float: left;
        width: 50%;
        margin-top: 35px;
    }
    .desc-page .cs-content-text {
        float: left;
        width: 100%;
    }
    .cs-content-left img {
        width: 890px;
        margin-left: -270px;
    }
    /***** about us page***/
    .our-team-wrapper {
        padding-bottom: 3%;
    }
    .awords-section h1 {
        font-size: 40px;
    }
    /***** our services***/
    .nav-con {
        display: none;
    }
    .block-resp {
        display: block;
    }
    .service-section .all-tabs li {
        padding: 0;
        margin: 0;
        width: 8%;
        text-align: center;
    }
    .service-section .all-tabs li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0px;
    }
    .service-section .all-tabs li:first-child a:before,
    .service-section .all-tabs li:nth-child(2) a:before,
    .service-section .all-tabs li:nth-child(3) a:before,
    .service-section .all-tabs li:nth-child(4) a:before,
    .service-section .all-tabs li:nth-child(5) a:before,
    .service-section .all-tabs li:nth-child(6) a:before,
    .service-section .all-tabs li:nth-child(7) a:before,
    .service-section .all-tabs li:nth-child(8) a:before {
        display: none;
    }
    .service-section .all-tabs li img {
        width: 100%;
        max-width: 30px;
        margin-top: 0px;
        margin: 0;
        opacity: 0.6;
    }
    .block-resp img {
        width: 100%;
    }
    .all-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/*** MAX WIDTH 1600 ***/

@media only screen and (max-width: 1600px) {
    .laptop-inner {
        width: 65%;
    }
    
}
/*** MAX WIDTH 1540 ***/

@media only screen and (max-width: 1540px) {
    .banner1-image img {
        max-width: 660px;
    }
    .banner2-image img {
        max-width: 660px;
    }
    .height-controller {
        height: 690px;
    }
    .cs-content-left img {
        max-width: 850px;
    }
    .cs-content-text-2 {
        margin-top: 0;
    }
    .cs-content-text {
        top: 70px;
    }
    .section-4-wrapper {
        padding-top: 50px;
    }
    .section-3-wrapper {
        padding-bottom: 15px;
    }
    .mobile-mock-sec .container {
        min-height: 825px;
    }
    .banner-image-1,
    .banner-image-2,
    .banner-image-3,
    .banner-image-4,
    .banner-image-5 {
        max-width: 700px;
    }
    
}
/*** MAX WIDTH 1450 ***/

@media only screen and (max-width: 1449px) {
    h2 {
        font-size: 18px;
    }
    .container-fluid-banner1 {
        height: 720px;
    }
    .banner1-text p:first-child {
        font-size: 71px;
        line-height: 70px;
    }
    .homePage-wrapper .category-title-1 {
        min-height: 496px;
    }
    .category-title-1 h1 {
        padding-right: 42px;
        padding-top: 86px;
        line-height: 42px;
        font-size: 42px;
    }
    .category-title-2 h1 {
        padding-right: 10px;
        padding-top: 86px;
        line-height: 42px;
        font-size: 42px;
    }
    .image-offer img {
        height: 50px;
    }
    .offer-wrapper-inner1,
    .offer-wrapper-inner2 {
        height: 248px;
    }
    .our-offer {
        height: 248px;
    }
    .category-title-1 {
        height: 496px;
    }
    .our-offer .hover p {
        font-size: 11px;
        line-height: 14px;
    }
    .our-offer .hover a {
        font-size: 11px;
        margin-top: 0px;
    }
    .image-work {
        margin-left: 30px;
        margin-right: 30px;
    }
    /* .works .hover {
    padding-top: 80px;
}*/
    .height-controller {
        position: initial;
        height: 100%;
    }
    .get-in-touch {
        margin-bottom: 0;
    }
    /****case study page****/
    .cs-content-right img {
        max-width: 490px;
    }
    .cs-content-text {
        padding-top: 75px;
        padding-bottom: 25px;
    }
    .section-2-wrapper {
        padding-bottom: 0px;
        margin-top: 0;
    }
    .cs-section-5 {
        margin-bottom: 0;
    }
    .first-tabs p {
        line-height: 0.75;
    }
    .big-text {
        font-size: 20px;
    }
    .cs-content-1 h4 {
        font-size: 35px;
        margin-top: 35px;
    }
    .cs-content-left img {
        max-width: 730px;
    }
    .section-4-wrapper {
        margin-top: 20px;
    }
    /** outcome carousel**/
    .laptop-hold {
        margin-left: -574px;
    }
    .laptop-inner {
        margin-left: -379px;
        top: 16.5%;
    }
    .cs-imac-mockup {
        min-height: 780px;
    }
    /*about us page*/
    .team-title-1 h1 {
        right: 42px;
        font-size: 48px;
    }
    .awordd-wrapper {
        margin-bottom: 0;
    }
    /***** footer ******/
    .footer-wrapper {
        position: inherit;
    }
    /**** our works page****/
    .our-works-page-banner h1 {
        font-size: 60px;
    }
    .all-our-works {
        margin-bottom: 0px;
    }
    /*Our Services page*/
    .services-section .logos {
        position: absolute;
        top: -31px;
        left: 0;
        max-width: 50px;
    }
    .services-section .sections .text-section h2 {
        margin-left: 71px;
    }
    .services-section .sections,
    .services-section .section-02,
    .services-section .section-04,
    .services-section .section-06 {
        position: relative;
        text-align: left;
    }
    .services-section .sections .text-section {
        width: 100%;
    }
    .mobile-mock-sec .section-2 .details-img {
        max-width: 138px;
    }
    .mobile-mock-sec .section-2 {
        margin-right: 10%;
    }
    /*front page*/
    .first-sec {
        width: 30%;
    }
    
}
/*** MAX WIDTH 1230 ***/

@media only screen and (max-width: 1230px) {
    .banner1-text p:first-child {
        font-size: 60px;
        letter-spacing: -4px;
        line-height: 60px;
    }
    .banner1-text {
        width: 470px;
        margin-top: 135px;
    }
    /*   .works .hover {
    padding-top: 57px;
}*/
    .slider-title h1 {
        font-size: 45px;
    }
    .slider-title {
        margin-bottom: 45px;
    }
    .our-company-wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .container-contact p {
        font-size: 36px;
        line-height: 40px;
    }
    .get-in-touch {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    /**** about us page****/
    .col-1 .info {
        margin-top: 20px;
        padding-left: 0;
    }
    .our-team-wrapper {
        padding-bottom: 2%;
    }
    .col-1 .info p {
        font-size: 15px;
    }
    .num {
        font-size: 94px;
        letter-spacing: -8px;
    }
    .team-title-1 h1 {
        font-size: 42px;
        top: 20px;
    }
    /*keells super*/
    .intro-txt .container {
        padding-top: 45px;
    }
    .mobile-mock-sec .container {
        min-height: 720px;
    }
    .mobile-mock-sec .section-2 {
        margin-right: 0;
    }
}
/*** MAX WIDTH 1180 ***/

@media only screen and (max-width: 1199px) {
    /*typing effect start*/
    .smart-type {
        font-size: 50px;
        letter-spacing: -3px;
        line-height: 50px;
    }
    .typed-cursor {
        font-size: 30px;
    }
    .banner1-text .content-anim {
        font-size: 50px;
    }
    /*typing effect End*/
    .banner1-text {
        padding-left: 0px;
        margin-top: 19%;
        width: 480px;
        margin-left: 4%;
    }
    .banner1-text p:first-child {
        font-size: 57px;
        line-height: 55px;
        letter-spacing: -3px;
    }
    .space {
        display: block;
    }
    .space-1 {
        display: none;
    }
    .container-fluid-banner1 {
        height: 534px;
    }
    .banner-image-1,
    .banner-image-2,
    .banner-image-3,
    .banner-image-4,
    .banner-image-5 {
        max-width: 550px;
    }
    .banner2-image img {
        max-width: 529px;
    }
    .banner1-image img {
        max-width: 529px;
    }
    /*case studies page*/
    .cs-content-text {
        padding-left: 0;
    }
    .cs-content-left img {
        max-width: 810px;
    }
    .cs-content-text-2 {
        margin-top: 0px;
        padding-left: 0;
        height: auto;
    }
    .cs-content-left {
        float: left;
        width: 50%;
    }
    .cs-content-left img {
        margin: 0;
        width: 100%;
    }
    .big-text {
        font-size: 20px !important;
    }
    .text-holder-2 ul li {
        max-width: 51px;
        margin-right: 10px;
    }
    .cs-section-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .text-holder-2 h2 {
        font-size: 25px;
        text-align: left;
    }
    /** outcome section carousel*/
    .laptop-hold {
        margin-left: -474px;
    }
    .laptop-inner {
        margin-left: -312px;
    }
    .cs-imac-mockup {
        min-height: 625px;
    }
    /***** Footer****/
    .footer-navigation .logo-fcl img {
        max-width: 190px;
    }
    .footer-nav {
        margin-top: 10px;
    }
    .footer-contact-us,
    .footer-more,
    .Follow-us {
        width: 33.3%;
        min-width: inherit;
    }
    .footer-section-2 p {
        font-size: 11px;
    }
    .footer-wrapper {
        padding-top: 40px;
    }
    .subscribe-btn {
        font-size: 12px !important;
    }
    .footer-section-2 div {
        float: left;
        margin-top: 30px;
    }
    .footer-wrapper input.btn.btn-lg,
    .footer-wrapper input.btn.btn-lg:focus,
    .footer-wrapper button.btn {
        height: 40px;
    }
    .desc-right {
        padding-left: 30px;
    }
    /****contact-us page*****/
    .as-banner-text h1 {
        font-size: 39px;
        top: 50%;
        margin-top: -30px;
        width: 100%;
        max-width: 550px;
        left: 50%;
        margin-left: -271px;
    }
    .service-msg h4 {
        font-size: 24px;
    }
}
/*** MAX WIDTH 1080 ***/

@media only screen and (max-width: 1080px) {
    .category-title-1 h1 {
        padding-top: 25px;
        line-height: 34px;
        font-size: 30px;
    }
    .homePage-wrapper .category-title-1 {
        min-height: 320px;
    }
    .category-title-2 h1 {
        padding-top: 25px;
        line-height: 34px;
        font-size: 30px;
    }
    .offer-wrapper-inner1,
    .offer-wrapper-inner2 {
        height: 160px;
    }
    .our-offer {
        padding-top: 35px;
        height: 160px;
    }
    h2 {
        font-size: 14px;
    }
    .category-title-1 {
        height: 320px;
    }
    .os-logo img {
        height: 21px;
    }
    .image-work {
        margin-top: 43px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .our-offer .hover p {
        margin-bottom: 0px;
        font-size: 9px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .our-offer .result-hover h2 {
        padding-top: 6px;
    }
    .Social-media-hover {
        margin-top: 18px;
    }
    /* .works .hover {
    padding-top: 30px;
}*/
    .result-hover {
        display: none;
    }
    .works .hover h2 {
        letter-spacing: 0;
    }
    .works .hover p {
        line-height: 21px;
        padding-bottom: 1px;
        color: #ffffff;
    }
    /**** case study page****/
    .cs-content-text {
        padding-left: 0;
    }
    /**** about us page ****/
    .jumping-arrow {
        margin-bottom: -105px;
    }
    /*our services page*/
    .recent-work .tile-works .hover h2 {
        font-size: 30px;
        margin-bottom: 0;
        letter-spacing: inherit !important;
    }
    .recent-work .underline {
        font-size: 18px;
    }
    .featured-works .tile-works .hover h2 {
        font-size: 24px;
        margin-bottom: 0;
        letter-spacing: inherit !important;
    }
    .featured-works .underline {
        font-size: 14px;
    }
    .cs-banner-middle {
        margin-top: 10%;
    }
    .job-details .tabs-all {
        width: 50%;
    }
    /*contact us*/
    .contact-wrapper h1 {
        font-size: 42px;
        margin-bottom: 50px;
    }
}
/*** MAX WIDTH 992 ***/

@media only screen and (max-width: 992px) {
    .service-msg h4 {
        font-size: 24px;
    }
    h4 {
        font-size: 30px;
    }
    /**navigation**/
    .cs-product-name-2 h2 {
        font-size: 14px;
        margin-top: 16px;
    }
    .name-fixed .cs-product-name-2 {
        width: 135px;
        margin-top: 12px;
    }
    .cs-page #header_nav {
        height: 70px !important;
    }
    .hamburger {
        top: -1px;
        width: 26px;
        height: 27px;
    }
    /**banner**/
    .banner-image-1,
    .banner-image-2,
    .banner-image-3,
    .banner-image-4,
    .banner-image-5 {
        max-width: 450px;
    }
    .banner1-text {
        width: 460px;
        margin-top: 22%;
    }
    .banner1-image,
    .banner2-image {
        right: -12%;
    }


    .welcome-text {
        font-size: 13.5px;
    }
 
    .typed-cursor {
        font-size: 30px;
    }

    /* what we offer */
    .os-logo {
        right: inherit;
        left: 17px;
    }
    .mobile-click {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 3px 12px 3px 14px;
        background: rgb(125, 125, 125);
        font-size: 10px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
    }
    a.mobile-click:focus, a.mobile-click:hover {
        text-decoration: none;
        color: #000;
    }
    .our-offer .hover {
        display: none;
    }
    .our-offer h2 {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .works .hover {
        display: none;
    }
    /**** case study page****/
    .cs-content-1 h4 {
        margin-bottom: 10px;
    }
    .big-text {
        font-size: 24px;
    }
    .cs-content-right {
        display: none;
    }
    .cs-content-text {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .text-holder,
    .text-holder-2 {
        max-width: inherit;
        text-align: center;
    }
    .big-text {
        max-width: inherit;
    }
    .cs-content-left {
        position: inherit;
        margin-top: 0px;
        text-align: center;
        width: 100%;
    }
    .cs-content-text-2 {
        width: 100%;
        margin-top: 0px;
        padding-left: 0;
    }
    .section-4-wrapper {
        margin-top: 0px;
        padding-top: 0;
    }
    .text-holder-2 h2 {
        font-size: 18px;
        margin-top: 5px;
    }
    .text-holder-2 {
        padding-left: 20px;
    }
    .custom-02 {
        text-align: left;
    }
    .custom-02 p {
        font-size: 16px;
    }
    .text-holder-2 ul li {
        max-width: 35px;
    }
    /*bottom carousel*/
    .mobile-secion {
        margin-right: 0;
    }
    #carousel-b .col-sm-12 {
        padding-bottom: 0;
    }
    #carousel-b {
        margin-left: 0;
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }
    .cs-section-5 .cs-section-5-container {
        display: block;
    }
    .img-mockup-holder {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        -webkit-box-shadow: 0px 14px 9px -12px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 14px 9px -12px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 14px 9px -12px rgba(0, 0, 0, 0.7);
    }
    .img-mockup-holder img {
        width: 100%;
    }
    .mobile-secion {
        text-align: center;
    }
    .carousel-holder {
        width: 100%;
        max-width: inherit;
        margin-top: 60px;
    }
    .carousel-inner {
        text-align: center;
    }
    #carousel-b .carousel-control.right {
        left: 50%;
        top: -90px;
        width: 45px;
        height: 45px;
    }
    .cs-section-5 #carousel-b .carousel-control.left {
        left: 50%;
        margin-left: -50px;
        top: -90px;
        width: 45px;
        height: 45px;
    }
    .cs-section-5 .os-logo {
        width: 100%;
        position: inherit;
        margin-top: 40px;
        right: inherit;
    }
    .share-icon-white {
        top: -25px;
        width: 50px;
        height: 50px;
    }
    /** outcome section carousel**/
    .dash-0 {
        display: none;
    }
    .laptop-hold {
        margin-left: -360px;
        top: 15%;
    }
    .laptop-inner {
        margin-left: -239px;
        top: 19.5%;
    }
    .laptop-inner .carousel-indicators {
        left: -55px;
    }
    .laptop-inner .carousel-indicators p {
        right: inherit;
        left: 20px;
        text-align: left;
        background: #000;
        padding-left: 10px;
        font-size: 10px;
    }
    .laptop-inner .carousel-indicators .active p {
        text-align: left;
        min-width: 90px;
        font-size: 10px;
        padding: 2px 0 2px 5px;
        -webkit-box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.22);
    }
    .cs-imac-mockup {
        min-height: 510px;
    }
    /**** footer****/
    .footer-contact-us,
    .footer-more {
        width: 28%;
    }
    .Follow-us {
        width: 44%;
    }
    .footer-section-1,
    .footer-section-2,
    .footer-navigation {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*****about us page*****/
    .num {
        font-size: 62px;
    }
    .controllers .controls {
        bottom: 29px;
        right: 31px;
    }
    .team-title-1 h1 {
        font-size: 30px;
        max-width: 75px;
    }
    .small-text {
        font-size: 12px !important;
    }
    .awords-carousel .carousel-control.left {
        margin-left: 0;
    }
    .awords-carousel .carousel-control.right {
        margin-right: 0;
    }
    /**** about us page *****/
    .as-banner-text h1 {
        font-size: 30px;
        margin-top: -8px;
    }
    .caption-inner {
        position: relative;
        left: inherit;
        top: inherit;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-showmanymoveone .skewed {
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .carousel-showmanymoveone .skewed img {
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .carousel-showmanymoveone .item .col-md-3:nth-child(2) .skewed {
        border-right: none;
    }
    /**** all our works page ***/
    .aw-banner-text {
        margin-top: -45px;
    }
    /*our service page*/
    .service-section .all-tabs li {
        width: 12%;
    }
    .msg-sec,
    .test-name {
        font-size: 16px!important;
    }
    .test-name p {
        font-size: 16px!important;
    }
    /*Our services page*/
    .text-holder-banner-2 h5 {
        font-size: 35px;
        text-align: center;
    }
    .colored-banner {
        min-height: 370px;
    }
    .text-holder-banner-2 {
        margin-top: 50px;
    }
    .service-details.slide-down {
        position: relative;
    }
/*        .service-details .our-works-page-banner {
        height: inherit;
    }*/
    .service-details .slide-down {
        display: none;
    }
    .colored-banner .container div {
        padding: 0 35px;
    }
    span.highlight {
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .service-details .welcome-text {
        padding-top: 35px;
    }
    .services-section .sections {
        margin-top: 25px;
    }
    .de-left-side {
        width: 100%;
        margin-top: 30px;
    }
    .de-right-side {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
    .de-icon img {
        width: 60%;
    }
    .all-container {
        margin: 25px auto 0px;
    }
    .btn-select {
        padding: 0 0 0 15px;
    }
    .recent-work {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    /*about us page*/
    .two-sec h4 {
        font-size: 24px;
    }
    .two-sec {
        padding: 18px 20px;
    }
    .last-section {
        margin-bottom: 20px;
    }
    .mobile-mock-sec .container {
        min-height: 510px;
    }
    .mobile-mock-sec .section-2 {
        max-width: 385px;
    }
    .mobile-mock-sec .section-2 p {
        font-size: 15px;
    }
    .dsi-page .custom-02 {
        transform: scale(1)
    }
    /*front page*/
    .first-sec h4 {
        font-size: 30px;
    }
    .first-sec {
        width: 25%;
    }
    .fp-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/*** MAX WIDTH 830 ***/

@media only screen and (max-width: 830px) {
    /*Navigation*/
    #header_nav {
        height: auto !important;
    }
    .share-icon-image img {
        max-width: 16px;
    }
    .hamburger.is-closed .hamb-top {
        top: 3px;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }
    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
        height: 2px;
    }
    /*headder*/
    .hamburger {
        top: -4px;
        width: 22px;
        height: 24px;
    }
    .cs-page #header_nav {
        height: 50px !important;
        /*padding-left: 10px;*/
    }
    .cs-page .small .display-later {
        padding-left: 10px;
    }
    .logo-fcl img {
        padding-top: 20px;
        max-width: 147px;
    }
    .cs-product-name-2 h2 {
        font-size: 14px;
        margin-top: 16px;
    }
    .name-fixed .cs-product-name-2 {
        width: 135px;
        margin-top: 0px;
    }
    .cs-page .small .logo-fcl img {
        padding-top: 10px;
        max-width: 160px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .contact-us p {
        font-size: 12px;
    }
    .contact-us {
        margin-top: 27px;
        width: auto;
    }
    .cs-page .share-icon-image {
        margin-top: -2px;
        margin-right: 51px;
        background-size: 18px;
    }
    .share-icon-image {
        margin-right: 50px;
    }
    .small .contact-us {
        margin-top: 15px;
    }
    #header_nav .small {
        height: 54px !important;
    }
    .dropdown {
        margin-top: -5px;
    }
    .cs-page .dropdown {
        margin-top: inherit;
    }
    /*slider*/
    /*about us slider*/
    .carousel-wrap .owl-carousel .owl-item h3 {
        font-size: 20px;
    }
    .quote-icon {
        font-size: 33px;
        left: -40px;
        top: -11px;
    }
    .carousel-wrap .owl-carousel .owl-item {
        padding: 0 50px 0 66px;
    }
    .banner-image-1,
    .banner-image-2,
    .banner-image-3,
    .banner-image-4,
    .banner-image-5 {
        max-width: 450px;
        margin-right: -108px;
    }
    /*arrow*/
    .slide-down-background {
        height: 35px;
        overflow: hidden;
    }
    .slide-down .bounce {
        height: 35px;
        width: 35px;
        padding-top: 0px;
    }
    /*content*/
    .banner2-image img {
        max-width: 390px;
    }
    .banner1-image img {
        max-width: 390px;
    }
    .container-fluid-banner1 {
        height: 432px;
    }
    /** our offers*/
    .homePage-wrapper .category-title-1 {
        min-height: auto;
    }
    .category-title-1,
    .category-title-2 {
        width: 100%;
        max-width: inherit;
        text-align: center;
        height: auto;
        border-bottom: 1px solid #7d7d7d;
        border-right: none;
        background: #f7f7f7;
    }
    .category-title-1 h1,
    .category-title-2 h1 {
        float: inherit;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 25px;
    }
    .all-offers,
    .all-works-wrapper {
        width: 100%;
    }
    .what-offer {
        display: none;
    }
    .result-hover {
        display: none;
    }
    .our-offer .hover h2 {
        margin-bottom: 8px;
    }
    /*our works*/
    .works .hover h2 {
        letter-spacing: 0;
    }
    .works .hover p {
        color: #ffffff;
    }
    .os-logo {
        right: 17px;
        bottom: 17px;
    }
    /** we enable*/
    .slider-title h1 {
        font-size: 25px;
    }
    .our-company-wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
        min-height: auto;
        ;
    }
    .number17 img {
        width: 140px;
    }
    .content-1 {
        max-width: 400px;
        margin-top: 25px;
    }
    h3 {
        font-size: 24px;
    }
    .content-text {
        top: 13px;
    }
    .content-text p {
        font-size: 11px;
    }
    .container-contact p {
        font-size: 25px;
        line-height: 28px;
        letter-spacing: -1px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-danger.btn-outline {
        font-size: 12px;
    }
    .btn-lg {
        padding: 8px 24px;
    }
    .get-in-touch {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    /*case study*/
    .share-icon-white {
        margin-right: 15px;
    }
    /*** footer****/
    .footer-contact-us,
    .footer-more {
        width: 28%;
    }
    .Follow-us {
        width: 44%;
    }
    .footer-section-2 div {
        float: left;
    }
    /**** about us pag****/
    .awords-carousel {
        max-width: 720px;
    }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 17px;
        height: 7px;
    }
    /***** all our works page****/
    .aw-banner-text {
        margin-top: -55px;
    }
    .aw-banner-text h1 {
        font-size: 40px;
    }
    .our-works-page-banner p {
        font-size: 14px;
    }
    /**** our service page****/
    .service-page .cat-fixed {
        margin-top: 47px;
    }
}

@media only screen and (max-width: 768px) {
    /*** home page ***/
    .homePage-wrapper .works .hover h2 {
        font-size: 30px;
    }

    /*slider*/
    .banner1-text .content-anim,
    .smart-type,
    .banner1-text p:first-child {
        font-size: 45px;
    }
    .banner1-text {
        width: 396px;
    }
    /****case stydy page****/
    .carousel-indicators .active {
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Chrome, Safari, Opera */
        transform: scale(1);
    }
    .content-1 {
        margin-top: 45px;
    }
    .our-company-wrapper .carousel-indicators li {
        margin: 50px 10px 10px !important;
        font-size: 12px;
    }
    .our-company-wrapper .carousel-indicators li a {
        font-size: 12px;
    }
    /** outcome carousel**/
    .cs-imac-mockup img {
        max-width: 580px;
    }
    .cs-imac-mockup {
        min-height: 430px;
    }
    .laptop-hold {
        margin-left: -290px;
    }
    .laptop-inner {
        max-width: 380px;
        margin-left: -190px;
        top: 18.5%;
    }
    .cs-section-5 {
        margin-bottom: 572px;
    }
    /** footer**/
    .footer-navigation .logo-fcl {
        width: 100%;
        text-align: center;
        float: inherit;
    }
    .footer-navigation .logo-fcl img {
        float: inherit;
    }
    .footer-nav ul li a {
        font-size: 12px;
    }
    .footer-nav {
        width: 100%;
        text-align: center;
    }
    .section-title {
        font-size: 18px !important;
    }
    .footer-contact-us,
    .footer-more {
        width: 50%;
        text-align: center;
    }
    .Follow-us {
        width: 100%;
        text-align: center;
    }
    .footer-wrapper .input-group {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-nav ul li {
        margin: 15px;
    }
    .social-icons a {
        padding: 10px;
    }
    .footer-section-2 div {
        float: inherit;
        width: 100%;
        text-align: center;
    }
    /**** about us page****/
    .carousel-showmanymoveone .skewed {
        border: none;
    }
    .about-us-page .carousel-showmanymoveone {
        max-width: 330px;
    }
    .carousel-showmanymoveone .carousel-control {
        width: 40px;
    }
    .carousel-showmanymoveone .carousel-control.left,
    .carousel-showmanymoveone .carousel-control.right {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .carousel-showmanymoveone .carousel-control.left {
        left: -40px;
    }
    .carousel-showmanymoveone .carousel-control.right {
        right: -40px;
    }
    .mobile-mock-sec .section-2 .details-img {
        max-width: 100px;
    }
    .mobile-mock-sec .container {
        min-height: 435px;
    }
    .mobile-mock-sec .section-2 {
        max-width: 301px;
    }
    /*contact us*/
    .contact-wrapper h1 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    /*front-paeg*/
    .third-sec p {
        font-size: 16px;
    }
    .first-sec img {
        max-width: 100px;
    }
    .first-sec h4 {
        font-size: 24px;
    }
    .first-sec {
width: 35%;
}
}
/*MAX WIDTH 690px*/

@media only screen and (max-width: 690px) {
    .banner2-image img,
    .banner1-image img {
        display: none;
    }
    .banner1-text {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 26%;
    }
    .banner-image-1,
    .banner-image-2,
    .banner-image-3,
    .banner-image-4,
    .banner-image-5 {
        display: none;
    }
    .banner1-text p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .laptop-inner {
        max-width: 385px;
        margin-left: -195px;
    }
    .footer-wrapper {
        position: relative;
        z-index: 1;
    }
    .get-in-touch {
        margin-bottom: 0;
    }
    .cs-section-5 {
        margin-bottom: 0px;
    }
    /**** about us page***/
    .team-title-1 {
        width: 100%;
    }
    .team-title-1 h1 {
        position: inherit;
        right: inherit;
        top: inherit;
        max-width: inherit;
        text-align: center;
        padding-left: 0px;
    }
    .team-title-1 .visibolity-hidden {
        display: none;
    }
    .what-offer {
        display: none;
    }
    .num {
        position: inherit;
        right: inherit;
        bottom: inherit;
        padding-left: 25px;
    }
    .our-team-carousel {
        width: 100%;
    }
    .awords-section h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    /**** all our works wrapper****/
    .our-works-page-banner {
        background: url('/wp-content/themes/fclanka/images/our-works-banner.png') center top no-repeat;
        background-size: cover;
        height: 275px;
    }
/*        service color*/
    .service-details .our-works-page-banner {
        background: url('/wp-content/themes/fclanka/images/service-image-new.jpg') center top no-repeat;
        background-size: cover;
    }
    .our-works-page-banner img {
        display: none;
    }
    /*case study page*/
    .cs-content-1 h4 {
        font-size: 26px;
    }
    .text-holder-2 h2,
    .big-text,
    .cs-content-1 .description {
        font-size: 16px !important;
    }
    .service-msg h4 {
        font-size: 18px;
    }
    .space {
        display: none;
    }
    .intro-txt h6 {
        font-size: 18px;
    }
    .cs-content-text {
        padding: 0px 0 25px;
    }
    /*contact us*/
    .contact-left,
    .contact-right {
        width: 100%;
    }
    .contact-left {
        padding: 30px 10px 0;
        background-color: #111;
        margin-bottom: 30px;
    }
    .contact-wrapper .contact-left ul {
        margin-bottom: 30px;
    }
    .contact-wrapper h1 {
        text-align: left;
        margin-bottom: 20px;
    }
    .contact-wrapper ul {
        font-size: 15px;
    }
    /*little-hearts*/
    .little-hearts .section-3-wrapper {
        margin-top: 0;
    }
}
/*MAX WIDTH 630px*/

@media only screen and (max-width: 630px) {
    /*case stydies page*/
    .cs-imac-mockup img {
        max-width: 500px;
    }
    .laptop-hold {
        margin-left: -250px;
    }
    .laptop-inner {
        max-width: 334px;
        margin-left: -168px;
        top: 18.2%;
    }
    .cs-imac-mockup {
        min-height: 350px;
    }
    .cs-page .small .contact-us p {
        display: none;
    }
    .first-tabs .tabs-all {
        width: 100%;
    }
    .first-tabs .tabs-all div {
        margin-top: 20px;
    }
    .first-tabs .tabs-all div {
        text-align: center;
        margin-top: 20px;
    }
    .type-wrap {
        display: inline;
    }
    /*.................*/
    .left-sec {
        width: 100%;
        text-align: center;
    }
    .desc-right {
        padding: 0px 40px 0 40px;
        width: 100%;
        text-align: center;
    }
    .desc-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .text-holder-2 ul li {
        max-width: 25px;
        margin-right: 5px;
    }
    /*mobile menu*/
    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
    }
    /*our service page*/
    .service-section .all-tabs li img {
        width: 100%;
        max-width: 20px;
    }
    .service-page h1 {
        font-size: 30px;
    }
    .recent-work .tile-works .hover h2 {
        font-size: 24px;
        margin-bottom: 0;
        letter-spacing: inherit !important;
    }
    .recent-work .underline {
        font-size: 16px;
    }
    .recent-work.Social-media-hover li a img {
        height: 20px;
    }
    .recent-work .tile-works .hover .Social-media-hover {
        width: 90px;
        margin: 0 auto;
    }
    .recent-work .tile-works .hover.Social-media-hover {
        margin-top: 5px
    }
    .featured-works .tile-works .hover h2 {
        font-size: 20px;
        margin-bottom: 0;
        letter-spacing: inherit !important;
    }
    .featured-works .underline {
        font-size: 12px;
    }
    .featured-works.Social-media-hover li a img {
        height: 20px;
    }
    .featured-works .tile-works .hover .Social-media-hover {
        width: 90px;
        margin: 0 auto;
    }
    .featured-works .tile-works .hover.Social-media-hover {
        margin-top: 5px
    }
    .recent-work .tile-works,
    .featured-works .tile-works {
        width: 100%;
        margin-bottom: 10px;
        border: 15px solid rgba(0, 0, 0, 0.05);
    }
    /*social media*/
    .contact-us p {
        margin-right: 35px;
    }
    .cd-stretchy-nav {
        width: 40px;
        position: absolute;
        right: 40px;
        top: -2px;
    }
    .cd-stretchy-nav.nav-is-visible {
        width: 40px;
    }
    .cd-stretchy-nav.nav-is-visible ul li {
        margin-bottom: 5px;
    }
    .cd-nav-trigger {
        margin-bottom: 15px;
        width: 40px;
    }
    .cd-nav-trigger:after {
        width: 40px;
        background-position: 10px 0px;
    }
    .cd-stretchy-nav.nav-is-visible ul {
        background: rgba(0, 0, 0, 0.77);
    }
    .cd-stretchy-nav ul li {
        margin-right: 0;
        width: 100%;
    }
    .cd-stretchy-nav ul li a:after {
        /*border: 1px solid #000000;*/
        margin-bottom: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 20px;
        width: 40px;
        height: 40px;
        right: 0;
    }
    .cd-stretchy-nav ul li a:after {
        background-size: 16px !important;
        background-repeat: no-repeat !important;
        background-position: 50% 50% !important;
    }
    /*animation social-icons*/
    /*our services page*/
    .text-holder-banner-2 h5 {
        font-size: 23px;
    }
    .colored-banner {
        min-height: 255px;
    }
    .services-section .sections p {
        font-size: 15px;
        line-height: 1.5;
    }
    .mobile-mock-sec {
        background-image: none;
    }
    .mobile-mock-sec .section-2 {
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
    }
    .mobile-mock-sec .section-2 .details-img {
        margin-top: 20px;
    }
    .cs-product-logo img {
        max-width: 265px;
    }
    .cs-product-link h2 {
        font-size: 20px;
        margin-top: 8px;
    }
    .cs-banner-middle {
        margin-top: 50px;
    }
    .little-hearts .cs-content-left {
        width: 100%;
    }
    .little-hearts .cs-section-2 {
        display: inherit;
    }
    .little-hearts .cs-content-text-2 {
        width: 100%;
        margin-top: 0;
    }
    .little-hearts .laptop-inner .carousel-indicators {
        width: 8px;
        height: 8px;
    }
    
    /*front-page*/
    .fp-content {
        display: inherit;
    }
    .fp-section:before {
        background: none;
    }
    .first-sec {
        text-align: center;
        margin: 0 auto;
    }
    .first-sec img {
        margin: 0 auto;
    }
    .sec-sec {
        margin: 0 auto;
    }
    .third-sec h3 {
        margin: 0 auto;
    }
    .third-sec {
        margin: 0 auto;
        text-align: center;
    }
    
}
/*MAX WIDTH 520px*/

@media only screen and (max-width: 520px) {
    .welcome-text p {
        margin-bottom: 0px;
    }
    .our-offer {
        padding-top: 40px;
        height: 160px;
        width: 46%;
        border: 1px solid;
        margin: 2%;
    }
    .offer-wrapper-inner1,
    .offer-wrapper-inner2 {
        height: auto;
        border: none;
    }
    .category-title-1 {
        background: none;
        border: none;
    }
    .category-title-2 {
        border: none;
    }
    .category-title-1 h1 {
        margin-top: 0px;
    }
    .what-we-offer-wrapper {
        border: none;
    }
    .featured-work-wrapper {
        border: none;
        margin-top: 20px;
    }
    .disable-space {
        display: none;
    }
    .welcome-text {
        font-size: 13.5px;
        padding: 36px 60px;
    }
    .works {
        width: 100%;
    }
    .logo-fcl img {
        padding-top: 15px;
        max-width: 140px;
    }
    .contact-us {
        margin-top: 22px;
    }
    .logo-fcl {
        width: auto;
    }
    /** mobile navigation**/
    .sidebar-nav li a {
        font-size: 27px;
        line-height: 26px;
    }
    .Social-medias li {
        margin-bottom: 10px;
    }
    .sidebar-nav {
        margin: 90px 0px 30px;
    }
    #nav-click-2 {
        top: 35px!important;
    }
    /** outcome carousel**/
    .laptop-inner .carousel-indicators .active p {
        font-size: 8px;
        min-width: 65px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .cs-imac-mockup img {
        max-width: 320px;
    }
    .laptop-hold {
        margin-left: -160px;
        top: 60px;
    }
    .laptop-inner {
        max-width: 211px;
        margin-left: -106px;
        top: 72px;
    }
    .laptop-inner .carousel-indicators {
        left: -29px;
        margin-top: -65px;
    }
    .cs-imac-mockup {
        min-height: 260px;
    }
    .big-text {
        font-size: 16px !important;
    }
    .section-3-wrapper {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    /**** about us page****/
    .about-us-banner .row {
        position: relative;
        min-height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff5157;
    }
    .as-banner-text h1 {
        font-size: 22px;
        position: inherit;
        margin: 0;
        top: inherit;
        color: #ffffff;
        max-width: 270px;
        margin-top: 30px;
    }
    .about-us-banner img {
        display: none;
    }
    .about-us-banner .red-color {
        color: yellow;
    }
    .contact-wrapper {
        margin: 20% auto 15%;
    }
}

@media only screen and (max-width: 480px) {
    /*typing animation start*/
    .smart-type {
        font-size: 27px;
        letter-spacing: 0px;
        line-height: 1;
    }
    .typed-cursor {
        font-size: 20px;
    }
    /*typing animation End*/
    .share-icon-image {
        margin-right: 55px;
    }
    .number17 img {
        width: 90px;
    }
    .content-text {
        top: 6px;
    }
    h3 {
        font-size: 22px;
        margin-top: 10px;
    }
    .content-text p {
        font-size: 9px;
        margin-top: 0px;
    }
    .content-1 {
        max-width: 264px;
        margin-top: 16px;
    }
    .our-company-wrapper .nav-tabs>li>a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .slider-navigation {
        width: 100%;
    }
    .nav-tabs>li {
        width: 33.3%;
        text-align: center;
    }
    .banner1-text p:first-child {
        font-size: 27px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    .banner1-text .content-anim {
        font-size: 27px;
    }
    .banner1-text p {
        font-size: 12px;
    }
    .container-fluid-banner1 {
        height: 310px;
    }
    .banner1-text {
        margin-top: 85px;
    }
    .contact-us p {
        display: none;
    }
    .our-offer {
        width: 46%;
    }
    .our-offer .hover p {
        font-size: 11px;
    }
    .carousel-indicators li {
        font-size: 10px;
    }
    .small {
        height: auto !important;
    }
    .welcome-text {
        padding: 36px 15px;
    }
    /*works hover*/
    .works .hover h2 {
        font-size: 30px;
    }
    .works .hover p {
        font-size: 12px;
        line-height: 1.2;
    }
    .works .hover a {
        font-size: 14;
    }
    /*case study*/
    .big-text {
        letter-spacing: 0;
        line-height: 1.2;
    }
    .img-mockup-holder {
        max-width: 175px;
    }
    /*  case study page */
    .name-fixed .cs-product-name-2 {
        position: absolute;
        border: 0;
        left: 0;
        width: 100%;
        bottom: -24px;
        background: red;
        text-align: center;
        color: #ffffff;
        padding: 0 0 0 15px;
    }
    .cs-product-name-2 h2 a:first-child {
        color: #ffffff;
    }
    .cs-product-name-2 h2 {
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .gray-color {
        color: #ffffff;
    }
    .prev-next {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .cs-section-2 {
        display: inherit;
        text-align: center;
    }
    .text-holder-2 ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .text-holder-2 h2 {
        text-align: center;
    }
    .text-holder-2 {
        padding-left: 0;
    }
    .custom-02 {
        text-align: center;
    }
    .custom-02 p {
        font-size: 14px;
    }
    .custom-02 img {
        display: none;
    }
    .cs-content-left img {
        width: 65%;
    }
    /**** footer****/
    .footer-nav {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer-nav ul li {
        line-height: 2;
    }
    .footer-contact-us,
    .footer-more {
        width: 100%;
    }
    .footer-navigation .logo-fcl {
        margin-top: 30px;
    }
    .footer-contact-us ul {
        margin-top: 0;
    }
    
    /**** about us page****/
    .about-us-page .carousel-showmanymoveone {
        max-width: 245px;
    }
    /**** our works page****/
    .aw-banner-text h1 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 30px;
    }
    .aw-banner-text p {
        font-size: 14px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .aw-banner-text p br {
        display: none;
    }
    .cs-product-logo img {
        width: 100%;
        max-width: 185px;
    }
    .keells-super .colored-banner .container div {
        padding: 0;
    }
    .keells-super .cs-product-link h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    .keells-super .cs-product-logo img {
        margin-right: 0;
    }
    .keells-super .cs-device-icons li .fa {
        font-size: 16px;
    }
    .keells-super .cs-device-icons li img {
        max-width: 20px;
        margin-top: -2px;
    }
    .job-details .tabs-all {
        width: 100%;
    }
    .job-details {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .carousel-wrap .owl-carousel p {
        font-size: 10px;
    }
    .name-style {
        font-size: 16px;
    }
    /*about us*/
    .carousel-wrap .owl-carousel .owl-item h3 {
        font-size: 16px;
    }
}
/****max width 370px****/

@media only screen and (max-width: 375px) {
    .type-wrap {
        display: block;
    }
    .cs-page .small .share-icon-image {
        margin-top: -1px;
    }
    .banner1-text p:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner1-text {
        margin-top: 30%;
    }
    .banner1-text p {
        line-height: 1.2;
    }
    .container-contact p {
        font-size: 20px;
        line-height: 20px;
    }
    .slider-title h1 {
        font-size: 20px;
    }
    .cs-product-logo img {
        margin-left: 0;
        width: 90%;
    }
    /****footer****/
    .footer-navigation .logo-fcl img {
        max-width: 125px;
    }
    .footer-wrapper {
        padding-top: 0px;
    }
    /**** about us page****/
    .about-us-page .carousel-showmanymoveone {
        max-width: 210px;
    }
    /**** our works page ****/
    .aw-banner-text h1 {
        font-size: 24px;
    }
    /*Case studies*/
    .cs-product-logo img {
        margin-left: -50px;
        margin-right: -32px;
        margin-top: 10%;
    }
    .front-page .cs-product-logo img {
        margin: 0 auto;
    }
    .kidzcare-page .cs-product-logo img {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        max-width: 230px;
    }
    .case-study-banner {
        height: 400px;
    }
    .text-holder-banner-2 h5 {
        font-size: 13px;
    }
    span.highlight {
        padding-bottom: 4px;
        padding-top: 2px;
    }
    .colored-banner {
        min-height: 160px;
    }
}
/****max-width 340px****/

@media only screen and (max-width: 340px) {
    .footer-nav {
        padding-left: 30px;
        padding-right: 30px;
    }
    .carousel-wrap .owl-carousel .owl-item h3 {
        font-size: 12px;
    }
    .our-offer {
        width: 96%;
    }
}
/****max-width 320px****/

@media only screen and (max-width: 320px) {
    .wrapper {
        min-width: 320px;
    }
}
/**********************************************************/

/*added Surendra*/
.product-screens-2 p {
font-size: 34px;
text-align: center;
}
p.covertext {
text-align:  center;
max-width: 1051px;
margin: 0 auto 92px auto;
font-size: 23px;
}

.error p {
color: #c50505;
}

.input-group .error p {
position: absolute;
bottom: -37px;
left: 0;
}

.keells-super .cs-product-logo img {
max-width: 135px;
}

.doktorhemma-page .cs-product-logo img {
    max-width: 125px;
}

.villa-abiman .cs-product-logo img {
    max-width: 269px;
}

.doktorhemma-page .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/dh-main-bg.jpg");
}

.villa-abiman .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/va-main-bg.jpg");
}

.entrepreneurship-studio .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/entrepreneurship-studio/top-image.png");
}

.eteleshop .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/eteleshop/top-banner.jpg");
}

.shoppa .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/shoppa/top-large-image.png");
}

.quickmed .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/quickmed/b-quickmed.jpg");
}

.pancha .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/pancha/BG.jpg");
}

.deluneit .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/deluneit/large-top-bg.jpg");
}

.ar-vr .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/arvr/arvr_top_banner.png");
}

.slt-go .case-study-banner {
    background-image: url("/wp-content/themes/fclanka/images/slt-go/banner.jpg");
}

.eteleshop .cs-product-link.style-2 a {
    color: #fff;
}

.cs-page-white-text{
    color: #fff !important;
}

.white-text .wpforms-field-label {
    color: #fff !important;
}

.home-testimonial {
    background: url(/wp-content/themes/fclanka/images/testimonial-bg.jpg) center top no-repeat;
    background-size: cover;
}

.home-testimonial .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**.scroll-header #header_nav {
    background: rgba(0, 0, 0, 0.3);
}**/

.product__img.hww_right_image {
    width: 300px !important;
    right: -450px !important;
    top: -25px !important;
}

.product__img.hww_left_image {
    width: 300px !important;
    top: -25px !important;
}

.ar-vr .section-2-wrapper {
    padding-bottom: 150px !important;
}

.ar-vr .section-3-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ar-vr-title {
    padding-top: 60px;
    margin: 0 auto;
    max-width: 1200px;
}

.container-fluid.section-2-wrapper.position-related.ar-bg{
    background: #F5F5F5 !important;
}