body {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 300;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Cairo', sans-serif;
    color: #333333;
    font-weight: 400;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
img {
    max-width: 100%;
}
.container-inner{
    max-width: 1575px;
    margin: 0 auto;
    padding: 0 15px;
}
.owl-carousel .owl-stage-outer{
    margin: -5px;
    padding: 5px;
}
.owl-next,
.owl-prev{
    position: absolute;
    top: calc( 50% - 30px );
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    right: -50px;
    border: 1px solid #E6E6E6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.owl-prev{
    right: auto;
    left: -50px;
}
.owl-carousel:hover .owl-next,
.owl-carousel:hover .owl-prev{
    opacity: 1;
    visibility: visible;
    right: -30px;
}
.owl-carousel:hover .owl-prev{
    right: auto;
    left: -30px;
}
.owl-next:hover,
.owl-prev:hover{
    border-color:#7faf51;
    color: #7faf51;
}
.button {
    display: inline-block;
    padding: 13px 35px;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffff;
    background-color: #71bfbf;
}
.button:hover {
    background-color: #4a4b50;
    color: #fff;
}
.button.primary {
    background-color: #e34f3b;
}



.section-subtitle a {
    font-weight: 700;
    color: #222222;
}
.section-subtitle a:hover {
    color: #e5b100;
}
.box-reason {
    text-align: left;
    margin-bottom: 55px;
}
.box-reason .title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 15px 0;
}
.box-reason .subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #555555;
    margin: 0;
}
.demos {
    margin-right: -30px;
    margin-left: -30px;
}
.demos .demo-item {
    padding: 0 15px;
}
.demos .demo {
    margin-top: 30px;
}
.demo-coming-soon .demo-image {
    display: inline-block;
    height: 450px;
    line-height: 450px;
    text-align: center;
    width: 100%;
}
.demo-coming-soon .demo-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    background-color: rgba(76, 76, 76, 0.7);
}
.demos .demo .image-scroll {
    display: block;
    height: 450px;
    transition: background-position 5s ease-out 0s;
    -webkit-transition: background-position 5s ease-out 0s;
    -moz-transition: background-position 5s ease-out 0s;
    background-color: #ffffff;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.demo-image {
    position: relative;
    height: 450px;
    box-shadow: 0px 0px 15px 4px #f1f1f1;
}
.section-mores{
    margin-top: 80px;
    margin-bottom: 40px;
}
.section-moress{
    margin-bottom: 140px;
}
.section-mores .demo-image ,
.section-moress .demo-image {
    border-radius: 3px;
    position: relative;
    height: 215px;
    box-shadow: 0px 0px 13px 1px #c1c1c1;
}
.section-mores .demo-image .image-scroll,
.section-moress .demo-image .image-scroll{
    height: 215px;
}
.section-mores .section-title,
.section-moress .section-title{
    font-size: 30px;
    margin-bottom: 15px;
}
.section-mores .des,
.section-moress .des{
    font-size: 15px;
    font-family:'Poppins', sans-serif;
    color: #666;
    font-style: italic;
    margin-bottom: 50px;
}
.section-mores .show-price,
.section-moress .show-price{
    padding-top: 27px;
    text-align: center;
    font-size: 20px;
    font-family:'Poppins', sans-serif;
    color: #333;
}
.section-mores .show-price span,
.section-moress .show-price span{
    color: #f84c4c;
}
.demo .demo-image .image-scroll {
    display: block;
    transition: background-position 5s ease-out 0s;
    -webkit-transition: background-position 5s ease-out 0s;
    -moz-transition: background-position 5s ease-out 0s;
    background-color: #ffffff;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.demo:hover .demo-image .image-scroll {
    background-position: center 100% !important;
}
p.button-link {
    display: inline-block;
    margin: 90px 0 0;
    width: 100%;
}
.button-intall {
    background-color: #7faf51;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    line-height: 53px;
    height: 57px;
    border: 2px solid #7faf51;
    font-weight: bold;
    padding: 0 50px;
}
.button-intall:hover {
    background-color: transparent;
    color: #fff;
}
.demos .demo:hover .image-scroll {
    background-position: center 100% !important;
}
.demos .demo .demo-info {
    text-align: center;
    margin-top: 14px;
}
.demo .demo-info .info-title {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    font-family:'Poppins', sans-serif;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.demo .demo-info .info-title a{
    color: #444;
}
.demo .demo-info .info-title a:hover{
    color: #7faf51;
}
.demo .demo-info .info-subtitle {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family:'Poppins', sans-serif;
    margin-bottom: 12px;
}
.demo .demo-info .btn-view {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family:'Cairo', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    height: 47px;
    line-height: 43px;
    padding: 0 35px;
    border-radius: 30px;
    background-color: #7faf51;
    text-transform: uppercase;
    border: 2px solid #7faf51;
}
.demo .demo-info .btn-view:hover{
    background-color: transparent;
    color: #7faf51;
}
.demo.comming-soon .text {
    height: 280px;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    color: #d4d4d4;
    line-height: 280px;
    display: block;
}


.section-free-features {
    padding: 75px 0 0;
    background: -webkit-linear-gradient(#ffffff, #eeeeee);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    background: -moz-linear-gradient(#ffffff, #eeeeee);
    background: linear-gradient(#ffffff, #eeeeee);
}
.section-free-features .section-title .price {
    color: #ff0000;
}
.section-support {
    padding: 115px 0;
}
.section-purchase {
    padding: 182px 0;
}
.section-purchase .title {
    font-weight: 600;
    font-family:'Poppins', sans-serif;
    font-size: 40px;
    color: #f1f5f9;
    margin: 0 0 57px;
    line-height: 48px;
}
.section-purchase .title span {
    font-weight: 700;
    color: #222222;
    font-size: 36px;
}
.section-purchase .arrow {
    margin-top: -65px;
}



.testtimonial {
    text-align: center;
}
.testtimonial .text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    padding-top: 60px;
}
.testtimonial .text:before {
    content: '“';
    font-family: 'Georgia';
    color: #eeeeee;
    font-size: 150px;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 3;
    line-height: normal;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testtimonial .name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.testtimonials .owl-dots {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}
.testtimonials .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    margin: 0 3px;
}
.testtimonials .owl-dots .owl-dot.active {
    background-color: #e34f3b;
    border-color: #e34f3b;
}
.section-buy {
    background-color: #141414;
    padding: 105px 0;
}
.section-buy .button:hover {
    background: #ffffff;
    color: #333;
}
.section-buy .button {
    font-family: Montserrat;
    line-height: 60px;
    margin: 0 13px;
    padding: 0 60px;
    text-transform: none;
}
.section-buy .text {
    color: #ffffff;
    font-family: Muli;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}
.section-buy .text > span {
    font-family: Montserrat;
}

.other-theme-wapper {
    max-width: 1350px;
    margin: 0 auto;
}
.otherthemes .owl-stage-outer {
    padding-top: 80px;
}
.otherthemes .item-center {
    z-index: 100;
}
.otherthemes .item-center .theme {
    position: absolute;
    top: -80px;
    z-index: 100;
    left: -150px;
    right: -150px;
}
.otherthemes .owl-prev,
.otherthemes .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.otherthemes:hover .owl-prev,
.otherthemes:hover .owl-next {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.otherthemes .owl-prev {
    left: 0;
}
.otherthemes .owl-next {
    right: 0;
}
.otherthemes:hover .owl-prev {
    left: -70px;
}
.otherthemes:hover .owl-next {
    right: -70px;
}
.otherthemes .owl-prev:hover,
.otherthemes .owl-next:hover {
    border-color: #fff;
    color: #fff;
}
/* Section grid layout */
#section-grid-layout {
    background: #141414 none repeat scroll 0 0;
    margin-top: 120px;
    padding: 75px 10px 120px;
}
.section-title.style2 {
    color: #ffffff;
    position: relative;
    z-index: 11;
}

.grid-layout {
    display: inline-block;
    margin-top: 75px;
    width: 100%;
}
.grid-layout-content {
    float: left;
    padding: 0 50px;
    width: 20%;
    cursor: pointer;
}
.grid-layout-content .icon {
    opacity: 0.5;
}
.grid-layout-content:hover .icon {
    opacity: 1;
}
/* section-core-feature */
.section-features {
    background-image: url("../images/bg-features.png");
    padding: 75px 0 140px;
    background-repeat: no-repeat;
    background-size: cover;
}
.more-features {
    text-align: center;
}
.more-features img {
    margin-top: -55px;
    margin-left: -30px;
}
.more-features .title {
    font-size: 18px;
    color: #555555;
    font-weight: 300;
    margin-left: 10px;
    display: inline-block;
    padding-top: 50px;
}
.more-features .title .more {
    font-weight: 700;
    color: #31629f;
    text-decoration: none;
}
.feature-icon {
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 58px 0;
}
.feature-icon .icon {
    display: inline-block;
    margin-bottom: 9px;
}
.question-action .icon {
    display: inline-block;
    cursor: pointer;
}
.feature-icon:hover .icon, .question-action:hover .icon {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: bounceIn;
}
.feature-icon .title {
    margin: 0;
    font-size: 30px;
    color: #222222;
    font-family:'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.feature-icon .subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    color: #222222;
    font-family:'Poppins', sans-serif;
    font-weight: 400;
}

#section-core-feature .title2 {
    color: #222222;
}
.title2 > span {
    font-family: Montserrat;
}
.save-with {
    margin-top: 60px;
    text-align: center;
}
.save-with figure:first-child {
    bottom: -10px;
    position: relative;
    text-align: right;
}
.save-with figure {
    display: inline-block;
    padding: 0 40px;
    text-align: left;
    width: 49%;
}
.question-action {
    display: inline-block;
    margin-top: 155px;
    text-align: center;
}
.question-action .icon {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: solid 5px #ffffff;
    text-align: center;
    line-height: 250px;
    background-color: #f6f6f6;
    box-shadow: 0 0 0 1px #f6f6f6;
    margin-bottom: 35px;
}
.question-action .title {
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    margin: 0;
}
.question-action .subtitle {
    font-size: 16px;
    color: #888888;
    font-weight: 300;
    margin: 10px 0 0;
    max-width: 250px;
}

/*----------------
AUTO CLEAR 
----------------*/
@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-lg-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-lg-15:nth-child(5n+1) { clear: left; }
    .auto-clear .col-lg-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-lg-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-lg-6:nth-child(odd) { clear: left; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-md-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-md-15:nth-child(5n+1) { clear: left; }
    .auto-clear .col-md-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-md-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-md-6:nth-child(odd) { clear: left; }
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-sm-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-sm-15:nth-child(5n+1) { clear: left; }
    .auto-clear .col-sm-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-sm-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-sm-6:nth-child(odd) { clear: left; }
}
@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-xs-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-xs-15:nth-child(5n+1) { clear: left; }
    .auto-clear .col-xs-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-xs-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-xs-6:nth-child(odd) { clear: left; }
}
@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-ts-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-ts-15:nth-child(5n+1) { clear: left; }
    .auto-clear .col-ts-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-ts-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-ts-6:nth-child(odd) { clear: left; }
}
/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}


 

@
@media (max-width: 767px) {
    .owl-next, .owl-prev{
        display: none!important;
    }
}