html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

/* bt-bottomTop-40 */
@-webkit-keyframes bt-bottomTop-40 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    50% {
      -webkit-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0);
    }
  
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes bt-bottomTop-40 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    50% {
      -webkit-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0);
    }
  
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: Poppins-Regular;
    src: url("fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
    font-family: Raleway-Bold;
    src: url("fonts/Raleway/Raleway-Bold.ttf");
}
@font-face {
    font-family: Poppins-ExtraLight;
    src: url("fonts/Poppins/Poppins-ExtraLight.ttf");
}
@font-face {
    font-family: Montserrat-Regular;
    src: url("fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: Montserrat-Bold;
    src: url("fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: Montserrat-Thin;
    src: url("fonts/Montserrat/Montserrat-Thin.ttf");
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url("fonts/Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
    font-family: Montserrat-ExtraLight;
    src: url("fonts/Montserrat/Montserrat-ExtraLight.ttf");
}
@font-face {
    font-family: Montserrat-Medium;
    src: url("fonts/Montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: Montserrat-Light;
    src: url("fonts/Montserrat/Montserrat-Light.ttf");
}
@font-face {
    font-family: OpenSans-Regular;
    src: url("fonts/Open-Sans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: OpenSans-Bold;
    src: url("fonts/Open-Sans/OpenSans-Bold.ttf");
}
@font-face {
    font-family: OpenSans-Semibold;
    src: url("fonts/Open-Sans/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: OpenSans-Light;
    src: url("fonts/Open-Sans/OpenSans-Light.ttf");
}

a, .btn{
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

img{
    display: block;
    max-width: 100%;
}

.no-padding{
    padding-right: 0;
    padding-left: 0;
}

/**
*  Header
*/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .navbar-header-content .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        width: 100%;
        padding: 15px 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
}
.navbar{
    border: 0;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.102);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
@media only screen and (max-width: 767px) {
    .navbar {
        background-color: #fff;
    }
}
.navbar-brand{
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 767px) {
    .navbar-brand{
        margin-right: auto;
        padding-left: 0;
    }
}
#myNavbar {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    max-height: auto !important;
    width: calc(100% - 200px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 767px) {
    #myNavbar {
        display: none !important;
    }
    #myNavbar.collapsing,
    #myNavbar.in {
        display: inline-block !important;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.102);
    }
}
.navbar-brand .logo-dark{
    display: none;
}
.darkHeader{
    background-color: #ffffff;
}
.darkHeader .logo-dark{
    display: block;
}
.darkHeader .logo-start{
    display: none;
}
.navbar-nav>li>a{
    font-family: Poppins-Regular;
    font-size: 16px;
    padding: 10px 15px;
    color: #000;
    line-height: 1.2;
}
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover{
    color: #fc6076;
    background-color: transparent;
}
.darkHeader .navbar-nav>li>a{
    color: #222;
}
.darkHeader .navbar-nav>li.active>a{
    color: #fc6076;
}
.darkHeader .navbar-nav>li>a:hover{
    color: #fc6076;
}
.header-btn-area {
    margin-right: 0;
    margin-left: auto;
}
.header-btn-area > li {
    padding: 0 !important;
}
.btn-purchase,
.navbar-nav>li>a.btn-purchase{
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    border: 1px solid #fc6076;
    padding: 12px 36px;
    border-radius: 5px;
    background-color: #fc6076;
}
.btn-purchase:hover,
.btn-purchase:focus,
.navbar-nav>li>a.btn-purchase:hover,
.navbar-nav>li>a.btn-purchase:focus{
    color: #fc6076;
    background-color: #ffffff;
}
.darkHeader .btn-purchase,
.darkHeader .navbar-nav>li>a.btn-purchase{
    color: #fc6076;
    border-color: transparent;
    background: #ffffff;
}
.darkHeader .btn-purchase:before,
.darkHeader .navbar-nav>li>a.btn-purchase:before{
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 6px;
    background-color: #fc6076;
    z-index: -1;
}
.darkHeader .btn-purchase:hover,
.darkHeader .btn-purchase:focus,
.darkHeader .navbar-nav>li>a.btn-purchase:hover,
.darkHeader .navbar-nav>li>a.btn-purchase:focus{
    z-index: 1;
    color: #ffffff;
}
.darkHeader .btn-purchase:hover:before,
.darkHeader .btn-purchase:focus:before,
.darkHeader .navbar-nav>li>a.btn-purchase:hover:before,
.darkHeader .navbar-nav>li>a.btn-purchase:focus:before{
    z-index: -1;
}
.navbar-toggle{
    margin-top: 8px;
    margin-right: 0;
}
.navbar-toggle .icon-bar{
    background-color: #ffffff;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 5px;
}
.navbar-toggle .icon-bar{
    background-image: -webkit-linear-gradient( -180deg, rgb(0,191,243) 0%, rgb(159,118,251) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(0,191,243) 0%, rgb(159,118,251) 100%);
}

.head{
    height: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .head {
        height: 800px;
    }
}
.head:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5;
}
@media only screen and (max-width: 1199px) {
    .head:before {
        opacity: 0.75;
    }
}
.head .animation-element {
    position: absolute;
    right: 100px;
    bottom: -200px;
    z-index: 1;
    -webkit-animation: linear bt-bottomTop-40 4s infinite;
            animation: linear bt-bottomTop-40 4s infinite;
}
@media only screen and (max-width: 1366px) {
    .head .animation-element {
        right: 0px;
    }
}
@media only screen and (max-width: 1199px) {
    .head .animation-element {
        display: none;
    }
}
.head .wrap{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}
.head canvas{
    width: 100%;
    height: 100%;
}
.welcome-section{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
    .header-text {
        padding-right: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .header-text {
        padding-right: 0px;
    }
}
.welcome-section h1{
    font-family: Raleway-Bold;
    font-size: 56px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
    .welcome-section h1{
        font-size: 52px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .welcome-section h1{
        font-size: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .welcome-section h1{
        font-size: 36px;
    }
}
@media only screen and (max-width: 480px) {
    .welcome-section h1{
        font-size: 32px;
    }
}
.welcome-section p {
    font-family: Poppins-Regular;
    font-size: 22px;
    color: #222;
    font-weight: 500;
    line-height: 1.8;
    padding-right: 100px;
}
@media only screen and (max-width: 991px) {
    .welcome-section p{
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .welcome-section p{
        font-size: 18px;
        padding-right: 0px;
    }
}
.btn-view-demos{
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    background-color: #fc6076;
    padding: 22px 50px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 50px;
}
@media only screen and (max-width: 575px) {
    .btn-view-demos{
    font-size: 15px;
    padding: 18px 30px;
    }
}
.btn-view-demos:hover,
.btn-view-demos:focus{
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

/* @Media */
@media only screen and (min-width: 992px) {
    .nav-center{
        width: calc(100% - 336.9px);
        margin-left: 30px;
        text-align: center;
    }
    .nav-center>li{
        display: inline-block;
        float: none;
    }
}
@media only screen and (max-width: 991px) {
    .head{
        height: 670px;
    }
    .welcome-section{
        padding-top: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-nav>li{
        padding: 25px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .head{
        height: 570px;
    }
    .navbar-nav{
        text-align: center;
    }
    .btn-purchase,
    .navbar-nav>li>a.btn-purchase{
        display: inline-block;
    }
    .navbar-nav.navbar-right{
        margin-bottom: 20px;
    }
    .darkHeader .navbar-collapse{
        background-color: #ffffff;
        box-shadow: inset 0 1px 0 rgba(230, 230, 237,.1);
    }
    .darkHeader .btn-purchase,
    .darkHeader .navbar-nav>li>a.btn-purchase{
        border-color: #748af9;
    }
    .darkHeader .btn-purchase:hover,
    .darkHeader .btn-purchase:focus,
    .darkHeader .navbar-nav>li>a.btn-purchase:hover,
    .darkHeader .navbar-nav>li>a.btn-purchase:focus{
        border-color: transparent;
    }
    .darkHeader .btn-purchase:before,
    .darkHeader .navbar-nav>li>a.btn-purchase:before{
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .welcome-section{
        padding-top: 100px;
    }
    .welcome-section h3{
        font-size: 20px;
    }
    .welcome-section h2{
        font-size: 28px;
    }
    .btn-view-demos{
        margin-top: 30px;
    }
}


/**
*  Content
*/
.lin {
  color: #fc6076;
  font-size: 80px;
}

.features-section{
    background-color: #f2f2f8;
    padding: 40px 0 110px 0;
}
.features-item{
    margin-top: 80px;
    text-align: center;
}
.features-item img{
    margin: 0 auto;
}
hr{
    background-color: #fc6076;
    height: 2px;
    width: 20px;
    margin: 30px auto 25px auto;
    border: 0;
}
.features-item h4{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #24344B;
    line-height: 1.2;
    margin-bottom: 20px;
}
.features-item p{
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #656A72;
    line-height: 1.889;
}
.powerful-section{
    padding: 110px 0 30px 0;
}
.hr-sm{
    width: 70px;
    margin-bottom: 20px;
}
.section-header{
    text-align: center;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.section-header h2{
    font-family: Montserrat-Medium;
    font-size: 40px;
    color: #24344B;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .section-header h2{
        font-size: 32px;
    }
}
.section-header h2 span{
    font-family: Montserrat-Light;
}
.section-header p{
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #656A72;
    line-height: 1.889;
}
@media only screen and (max-width: 767px) {
    .section-header p{
        font-size: 16px;
    }
}
.powerful-section img{
    margin: 30px auto 0 auto;
}
.pre-built-section{
    padding: 110px 0 120px 0;
    background-color: #f1f9fc;
}
.pre-built-item{
    display: block;
    text-align: center;
    margin-top: 70px;
}
.pre-built-item:hover{
    text-decoration: none;
}
.pre-built-item img{
    margin: 0 auto;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    border-radius: 8px;
}
.pre-built-item:hover img{
    box-shadow: 0 30px 100px 0 rgba(252, 96, 118, 0.5);
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
}
.pre-built-item h3{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #24344B;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
    .pre-built-item h3{
    font-size: 17px;
    }
}
.pre-built-item h3 span{
    font-family: Montserrat-Light;
}
.pre-built-item h3:before{
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #24344B;
    width: 0;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.pre-built-item:hover h3:before{
    width: 100%;
    left: 0;
    right: auto;
}
.more-features{
    padding: 120px 0;
}
.more-features .section-header{
    text-align: left;
    padding: 0;
}
.more-features hr{
    margin-left: 0;
}
.section-header p+p{
    margin-top: 30px;
}
.bg-blue{
    background-color: #f1f9fc;
}
.more-pages-section{
    padding: 240px 0 120px 0;
    background-color: #f2f2f8;
}
@media only screen and (max-width: 1199px) {
    .more-pages-section{
        padding-top: 110px;
    }
}
.more-pages-section .section-header h2{
    color: #24344B;
}
.more-pages-section .section-header p{
    color: #a1a1a1;
}
.more-pages-section .pre-built-item h3{
    color: #24344B;
}
.more-pages-section .pre-built-item h3:before{
    background-color: #24344B;
}
.more-pages-section .pre-built-item:hover img{
    box-shadow: 0 30px 100px 0 rgba(161, 161, 161, 0.5);
}
.optimized-section{
    padding-top: 120px;
    background-color: #7051de;
}
.optimized-section .section-header{
    text-align: left;
    padding: 0;
}
.optimized-section .section-header h2{
    color: #ffffff;
    margin-top: 50px;
}
.optimized-section .section-header p{
    color: #ffffff;
}
.m-t-50{
    margin-top: 50px;
}
.btn-purchase-now{
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #24344B;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
    background-color: #ffffff;
    padding: 22px 50px;
    border-radius: 6px;
    margin: 60px 0 170px 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-purchase-now:hover,
.btn-purchase-now:focus{
    color: #ffffff;
    text-decoration: none;
    background-color: #fc6076;
}
.btn {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 975px;
    top: 10687px;
    width: 270px;
    height: 60px;
    z-index: 150;
}
.optimized-section img{
    margin-bottom: -120px;
}
.reviews-section{
    margin-top: 120px;
    padding-top: 110px;
    padding-bottom: 80px;
}
.owl-theme .owl-controls{
    margin-top: 40px;
    margin-left: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.4;
    background: #fff;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    margin-right: 63px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 42px;
    color: #24344B;
}
.owl-next:before{ content: "\f105"; }
.testimonial{
    text-align: center;
}
.testimonial img{
    margin: 25px auto 0 auto;
}
.testimonial h4{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #24344B;
    line-height: 1.2;
    margin-top: -20px;
}
.testimonial h5{
    font-family: Montserrat-Medium;
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 5px;
}
.testimonial p{
    font-family: OpenSans-Semibold;
    font-size: 24px;
    color: #24344B;
    line-height: 1.5;
    margin-top: 20px;
}
.testimonial p span{
    font-family: OpenSans-Light;
}
.clients-item{
    border-top: 1px solid #D2E3E9;
    padding: 0;
}
.clients-item a{
    display: block;
    text-align: center;
    padding: 92px 0;
}
.clients-item a:hover,
.clients-item a:focus{
    background-color: #F8FAFB;
}
.clients-item a img{
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.clients-item a:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.b-r-1{
    border-right: 1px solid #D2E3E9;
}
.b-l-1{
    border-left: 1px solid #D2E3E9;
}
.fact-section{
    padding-bottom: 100px;
    background-color: #24344b;
}
.counterup-item{
    text-align: center;
    margin-top: 100px;
}
.counterup-item img{
    display: inline-block;
}
.counterup-item span{
    font-family: Montserrat-SemiBold;
    font-size: 36px;
    color: #ffffff;
    line-height: 1.2;
}
.counterup-item p{
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 10px;
}
.everything-section{
    text-align: center;
    padding: 235px 0 250px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.everything-section:before {
	content: "";
	position: absolute;
	background: -webkit-linear-gradient(-45deg, #fc6076, #8e54e9);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
}
.everything-section > div {
    position: relative;
    z-index: 1;
}
.everything-section h2 {
    font-family: Montserrat-SemiBold;
    font-size: 80px;
    color: #fff;
    line-height: 1.2;
}
.everything-section p{
    font-family: OpenSans-Bold;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 20px;
    letter-spacing: 9px;
}
.everything-section .btn-purchase-now{
    margin-top: 45px;
    margin-bottom: 0;
}
#features-right-slider .owl-pagination{
    text-align: left;
}
#features-left-slider .owl-pagination{
    text-align: right;
}
#features-right-slider .owl-controls .owl-page:first-child span{
    margin-left: 0;
}
#features-left-slider .owl-controls .owl-page:last-child span{
    margin-right: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 30px;
    height: 3px;
    margin: 0 6px;
    border-radius: 0;
    filter: Alpha(Opacity=40);
    opacity: .4;
    background: rgb(105, 121, 255);
}
.owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls{
    margin-top: 21px;
}


/* @Media */
@media only screen and (width: 1920px) {
    .more-features .section-header{
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .btn-purchase-now{
        margin-bottom: 120px;
    }
    .reviews-section{
        margin-top: 0;
        padding-top: 120px;
    }
    .everything-section{
        padding: 185px 0 200px 0;
    }
    .everything-section h2{
        font-size: 64px;
    }
    .everything-section p{
        font-size: 18px;
        letter-spacing: 4px;
    }
}
@media only screen and (max-width: 991px) {
    .clients-item a{
        padding: 40px 0;
    }
    .everything-section{
        padding: 120px 0;
    }
    .everything-section h2{
        font-size: 48px;
    }
    .everything-section p{
        font-size: 16px;
        letter-spacing: 3px;
    }
    #features-right-slider{
        margin-top: 80px;
    }
    #features-left-slider{
        margin-bottom: 80px;
    }
    .more-features hr{
        margin-left: auto;
    }
    .more-features .section-header{
        text-align: center;
    }
    .more-features .no-padding{
        padding-right: 15px;
        padding-left: 15px;
    }
    #features-right-slider .owl-item img,
    #features-left-slider .owl-item img{
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .optimized-section img {
        margin: 0 auto 80px auto;
    }
    .optimized-section .section-header{
        text-align: center;
    }
    .clients-item.b-l-1{
        border-left: 0;
    }
}
@media only screen and (max-width: 540px) {
    .clients-item, .counterup-item{
        width: 100%;
    }
    .clients-item.b-r-1{
        border-right: 0;
    }
}


/**
*  Footer
*/
footer{
    padding: 80px 0;
    background-color: #192029;
}
.left-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.left-footer-content{
    border-left: 1px solid rgba(255, 255, 255, 0.102);
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.left-footer-content h4{
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 5px;
}
.left-footer-content p{
    font-family: OpenSans-Regular;
    font-size: 11px;
    color: #797979;
    text-transform: uppercase;
    line-height: 1.2;
}
.right-footer{
    text-align: right;
    font-size: 14px;
    color: #797979;
    line-height: 1.2;
    margin-top: 25px;
}
.right-footer a{
    display: inline-block;
    color: #ffffff;
}
.right-footer a:hover{
    color: #fc6076;
    text-decoration: none;
}

/* @Media */
@media only screen and (max-width: 1199px) {
    footer{
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .left-footer a{
        margin-left: auto;
    }
    .left-footer-content{
        margin-right: auto;
    }
    .right-footer{
        margin-top: 40px;
        text-align: center;
    }
}