/*-----------------------------------------------------------------------------------

    Template Name: Appro Landing Page Template 
    Template URI: http://hastech.company/
    Description: This is html5 template
    Author: HasTech
    Author URI: http://http://Devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Template default css
    2. Main menu
    3. Service area
    4. About area
    5. Feature area
    6. Video area 
    7. Download area
    8. Screenshot area
    9. Review area
    10. Pricing area
    11. Counter area
    13. Slider logo 
    14. Contact area
    15. Footer area
    16. Scrollup
    17. Youtube background


-----------------------------------------------------------------------------------*/

/*----------------------------------------*/

/*  1. Template default css */

/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:300,400,600,700,800|Avenir:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
html,
body.landing {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
.landing .float-left {
    float: left
}
.landing .float-right {
    float: right
}
.landing .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.landing .home-sliders.clearfix {
    position: relative;
    padding: 0 100px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0)
}

@media only screen and (max-width: 991px) {
	.landing .home-sliders.clearfix {
        padding: 0 0px;
    }

    .landing button.home-area-button {
        margin: 15px 0 !important;
    }

    .landing .button-set a {
        margin-right: 0px !important;
    }

	.landing .content-root.nomenu {
		margin: 0 0 !important;
        padding: 0 0 !important;
    }

    .landing p {
        padding-right: 0px !important;
        margin-right: 0px !important;
    }

    .newfeatures-text-flex {
        order: 1;
    }

    .newfeatures-video-flex {
        width: 100%;
        min-width: 300px;
        order: 2;
    }
}

.landing button.eap-button {
    margin-top: 20px;
    margin-right: 0 !important;
}

.landing button.eap-button:hover {
    border: 1px solid #4a90e2;
    color: #404040  !important;
    background: #a0cdff !important;
}

.landing .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.landing .aligncenter {
    display: block;
    margin: 0 auto 15px
}
.landing a:focus {
    outline: 0px solid
}
.landing img {
    max-width: 100%;
    height: auto
}
.landing .fix {
    overflow: hidden
}
.landing p {
    color: #8f8f8f;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 15px;
}
.landing p:last-child {
    margin-bottom: 0;
}
.landing a:focus,
.landing a:hover {
    text-decoration: none;
}
.landing h1,
.landing h2,
.landing h4,
.landing h5,
.landing h6 {
    margin: 0 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
}
.landing h3 {
    margin: 0 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.landing a {    
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.landing a:hover {
    text-decoration: none;
    color: #4a90e2;
}
.landing a:active,
.landing a:hover {
    outline: 0 none;
}
.landing ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.landing .clear {
    clear: both
}
.landing body {
    background: #fff none repeat scroll 0 0;
    font-family: 'Open Sans', sans-serif;
}
.landing .height-100vh {
    height: 100vh !important;
}
.landing .table,
.landing .table-cell {
    display: table;
    height: 100vh;
}
.landing .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.landing .relative {
    position: relative
}
/*colored background*/

.landing .white-bg {
    background: #fff !important;
}
.landing .gray-bg {
    background: #f6f6f6;
}
.landing .bg-dark {
    background-color: #1e2127 !important;
}
.landing .bg-dark-gray {
    background-color: #252830 !important;
}
.landing .light-gray-bg {
    background: #f1f1f1 none repeat scroll 0 0;
}
/*colored text*/

.landing .white-text {
    color: #fff;
}
.landing .gray-text {
    color: #7a7a7a
}
.landing .dp-gray-text {
    color: #535353
}
.landing i {
    color: #666666;
    transition: all .3s ease 0s;
}
/*************************
  Basic margin padding
*************************/

.landing .m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.landing .p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
Margin top
*************************/

.landing .mt-0 {
    margin-top: 0
}
.landing .mt-10 {
    margin-top: 10px
}
.landing .mt-15 {
    margin-top: 15px
}
.landing .mt-20 {
    margin-top: 20px
}
.landing .mt-30 {
    margin-top: 30px
}
.landing .mt-40 {
    margin-top: 40px
}
.landing .mt-50 {
    margin-top: 50px
}
.landing .mt-60 {
    margin-top: 60px
}
.landing .mt-70 {
    margin-top: 70px
}
.landing .mt-80 {
    margin-top: 80px
}
.landing .mt-90 {
    margin-top: 90px
}
.landing .mt-100 {
    margin-top: 100px
}
.landing .mt-110 {
    margin-top: 110px
}
.landing .mt-120 {
    margin-top: 120px
}
.landing .mt-130 {
    margin-top: 130px
}
.landing .mt-140 {
    margin-top: 140px
}
.landing .mt-150 {
    margin-top: 150px
}
/*************************
      Margin right
*************************/

.landing .mr-0 {
    margin-right: 0px
}
.landing .mr-10 {
    margin-right: 10px
}
.landing .mr-15 {
    margin-right: 15px
}
.landing .mr-20 {
    margin-right: 20px
}
.landing .mr-30 {
    margin-right: 30px
}
.landing .mr-40 {
    margin-right: 40px
}
.landing .mr-50 {
    margin-right: 50px
}
.landing .mr-60 {
    margin-right: 60px
}
.landing .mr-70 {
    margin-right: 70px
}
.landing .mr-80 {
    margin-right: 80px
}
.landing .mr-90 {
    margin-right: 90px
}
.landing .mr-100 {
    margin-right: 100px
}
.landing .mr-110 {
    margin-right: 110px
}
.landing .mr-120 {
    margin-right: 120px
}
.landing .mr-130 {
    margin-right: 130px
}
.landing .mr-140 {
    margin-right: 140px
}
.landing .mr-150 {
    margin-right: 150px
}
/*************************
      Margin bottom
*************************/

.landing .mb-0 {
    margin-bottom: 0
}
.landing .mb-10 {
    margin-bottom: 10px
}
.landing .mb-15 {
    margin-bottom: 15px
}
.landing .mb-20 {
    margin-bottom: 20px
}
.landing .mb-30 {
    margin-bottom: 30px
}
.landing .mb-40 {
    margin-bottom: 40px
}
.landing .mb-50 {
    margin-bottom: 50px
}
.landing .mb-60 {
    margin-bottom: 60px
}
.landing .mb-70 {
    margin-bottom: 70px
}
.landing .mb-80 {
    margin-bottom: 80px
}
.landing .mb-90 {
    margin-bottom: 90px
}
.landing .mb-100 {
    margin-bottom: 100px
}
.landing .mb-110 {
    margin-bottom: 110px
}
.landing .mb-120 {
    margin-bottom: 120px
}
.landing .mb-130 {
    margin-bottom: 130px
}
.landing .mb-140 {
    margin-bottom: 140px
}
.landing .mb-150 {
    margin-bottom: 150px
}
/*************************
        Margin left
*************************/

.landing .ml-0 {
    margin-left: 0
}
.landing .ml-10 {
    margin-left: 10px
}
.landing .ml-15 {
    margin-left: 15px
}
.landing .ml-20 {
    margin-left: 20px
}
.landing .ml-30 {
    margin-left: 30px
}
.landing .ml-40 {
    margin-left: 40px
}
.landing .ml-50 {
    margin-left: 50px
}
.landing .ml-60 {
    margin-left: 60px
}
.landing .ml-70 {
    margin-left: 70px
}
.landing .ml-80 {
    margin-left: 80px
}
.landing .ml-90 {
    margin-left: 90px
}
.landing .ml-100 {
    margin-left: 100px
}
.landing .ml-110 {
    margin-left: 110px
}
.landing .ml-120 {
    margin-left: 120px
}
.landing .ml-130 {
    margin-left: 130px
}
.landing .ml-140 {
    margin-left: 140px
}
.landing .ml-150 {
    margin-left: 150px
}
/*************************
        Padding top
*************************/

.landing .pt-0 {
    padding-top: 0
}
.landing .pt-10 {
    padding-top: 10px
}
.landing .pt-15 {
    padding-top: 15px
}
.landing .pt-20 {
    padding-top: 20px
}
.landing .pt-30 {
    padding-top: 30px
}
.landing .pt-40 {
    padding-top: 40px
}
.landing .pt-50 {
    padding-top: 50px
}
.landing .pt-60 {
    padding-top: 60px
}
.landing .pt-70 {
    padding-top: 70px
}
.landing .pt-80 {
    padding-top: 80px
}
.landing .pt-90 {
    padding-top: 90px
}
.landing .pt-100 {
    padding-top: 100px
}
.landing .pt-110 {
    padding-top: 110px
}
.landing .pt-120 {
    padding-top: 120px
}
.landing .pt-130 {
    padding-top: 130px
}
.landing .pt-140 {
    padding-top: 140px
}
.landing .pt-150 {
    padding-top: 150px
}
/*************************
        Padding right
*************************/

.landing .pr-0 {
    padding-right: 0
}
.landing .pr-10 {
    padding-right: 10px
}
.landing .pr-15 {
    padding-right: 15px
}
.landing .pr-20 {
    padding-right: 20px
}
.landing .pr-30 {
    padding-right: 30px
}
.landing .pr-40 {
    padding-right: 40px
}
.landing .pr-50 {
    padding-right: 50px
}
.landing .pr-60 {
    padding-right: 60px
}
.landing .pr-70 {
    padding-right: 70px
}
.landing .pr-80 {
    padding-right: 80px
}
.landing .pr-90 {
    padding-right: 90px
}
.landing .pr-100 {
    padding-right: 100px
}
.landing .pr-110 {
    padding-right: 110px
}
.landing .pr-120 {
    padding-right: 120px
}
.landing .pr-130 {
    padding-right: 130px
}
.landing .pr-140 {
    padding-right: 140px
}
/*************************
        Padding bottom
*************************/

.landing .pb-0 {
    padding-bottom: 0
}
.landing .pb-10 {
    padding-bottom: 10px
}
.landing .pb-15 {
    padding-bottom: 15px
}
.landing .pb-20 {
    padding-bottom: 20px
}
.landing .pb-30 {
    padding-bottom: 30px
}
.landing .pb-40 {
    padding-bottom: 40px
}
.landing .pb-50 {
    padding-bottom: 50px
}
.landing .pb-60 {
    padding-bottom: 60px
}
.landing .pb-70 {
    padding-bottom: 70px
}
.landing .pb-80 {
    padding-bottom: 80px
}
.landing .pb-90 {
    padding-bottom: 90px
}
.landing .pt-95 {
    padding-top: 95px
}
.landing .pb-100 {
    padding-bottom: 100px
}
.landing .pb-110 {
    padding-bottom: 110px
}
.landing .pb-120 {
    padding-bottom: 120px
}
.landing .pb-130 {
    padding-bottom: 130px
}
.landing .pb-140 {
    padding-bottom: 140px
}
.landing .pb-150 {
    padding-bottom: 150px
}
/*************************
        Padding left
*************************/

.landing .pl-0 {
    padding-left: 0
}
.landing .pl-10 {
    padding-left: 10px
}
.landing .pl-15 {
    padding-left: 15px
}
.landing .pl-20 {
    padding-left: 20px
}
.landing .pl-30 {
    padding-left: 30px
}
.landing .pl-40 {
    padding-left: 40px
}
.landing .pl-50 {
    padding-left: 50px
}
.landing .pl-60 {
    padding-left: 60px
}
.landing .pl-70 {
    padding-left: 70px
}
.landing .pl-80 {
    padding-left: 80px
}
.landing .pl-90 {
    padding-left: 90px
}
.landing .pl-100 {
    padding-left: 100px
}
.landing .pl-110 {
    padding-left: 110px
}
.landing .pl-120 {
    padding-left: 120px
}
.landing .pl-130 {
    padding-left: 130px
}
.landing .pl-140 {
    padding-left: 140px
}
.landing .pl-150 {
    padding-left: 150px
}
/***************************
    Page section padding 
****************************/

.landing .ptb-0 {
    padding: 0
}
.landing .ptb-10 {
    padding: 10px 0
}
.landing .ptb-20 {
    padding: 20px 0
}
.landing .ptb-30 {
    padding: 30px 0
}
.landing .ptb-40 {
    padding: 40px 0
}
.landing .ptb-50 {
    padding: 50px 0
}
.landing .ptb-60 {
    padding: 60px 0
}
.landing .ptb-70 {
    padding: 70px 0
}
.landing .ptb-80 {
    padding: 80px 0
}
.landing .ptb-90 {
    padding: 90px 0
}
.landing .ptb-100 {
    padding: 100px 0
}
.landing .ptb-110 {
    padding: 110px 0
}
.landing .ptb-120 {
    padding: 120px 0
}
.landing .ptb-130 {
    padding: 130px 0
}
.landing .ptb-140 {
    padding: 140px 0
}
.landing .ptb-150 {
    padding: 150px 0
}
.landing .ptb-200 {
    padding: 200px 0
}
/*************************
    Margin top
*************************/

.landing .mt-0 {
    margin-top: 0
}
.landing .mb-52 {
    margin-bottom: 52px
}
.landing .ht-pt {
    padding: 8px 0 14px;
}
/*----------------------
	2. Main menu
------------------------*/

.landing #home-area .table {
    margin-bottom: 0;
}
.landing .logo h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.landing .logo.footer-logo h2 {
    color: #2727c1;
}
.landing .logo a {
    height: inherit;
}
.landing #main-menu.stick {
    background-color: #4a90e2;
    border-bottom: 1px solid #4a90e2;
    padding: 20px 0;
    position: fixed;
    top: 0;
}
.landing .main-menu li {
    display: inline-block;
    padding-left: 27px;
}
.landing .main-menu li button,
.landing .main-menu li a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.landing .main-menu li button {
    background: none;
    border: none;
}

.landing .main-menu li button:focus {
    outline: none;
}
.landing .main-menu {
    padding-top: 1px;
}
.landing .main-menu.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.landing #main-menu {
    border-bottom: 1px solid #747474;
    left: 0;
    padding: 35px 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 9999;
}
.landing .main-menu.float-right li:first-child {
    padding-left: 0;
}
.landing .main-menu nav ul li a::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0);
    width: 15px;
    transition: all 0.3s ease 0s;
}
.landing .main-menu nav ul li.active a::before,
.landing .main-menu nav ul li a:hover::before {
    transform: scale(1);
}
/*-- Navbar Toggle --*/

.landing .navbar-toggle {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #333;
    border-radius: 0;
    padding: 0;
    text-align: center;
    border: none;
    margin: 0;
}
.landing .navbar-toggle i {
    display: block;
    font-size: 26px;
    line-height: 40px;
}
.landing .navbar-toggle i.menu-open {
    display: none;
}
.landing .navbar-toggle.collapsed .menu-open {
    display: block;
}
.landing .navbar-toggle.collapsed .menu-close {
    display: none;
}
.landing .navbar-brand {
    float: left;
    padding: 0;
}
.landing .bg-img-1 {
    background: url("/assets/landing/img/landing.jpg") no-repeat scroll center top / cover !important;
}
.landing .bg-oapcity-40 {
    position: relative;
}
.landing .bg-oapcity-40::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.landing .slider-text h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.landing .slider-text h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 6px;
    text-transform: capitalize;
    white-space: normal;
}
.landing .slider-text h2 span b {
    color: #ffffff;
    font-size: 70px;
    font-weight: 300;
}
.landing .slider-text h2 span {
    padding: 0;
}
.landing .cd-headline.clip span {
    padding: 0;
}
.landing .slider-text p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.landing .slider-active-fix {
    background-position: center center;
    background-size: cover;
}
.landing button.button,
.landing a.button {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 42px 12px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.landing .button-set a {
    margin-right: 20px;
}
.landing button.button,
.landing button.active {
    margin-right: 30px;
}

.landing button.button:hover,
.landing button.button.active,
.landing a.button:hover,
.landing a.button.active {
    background: none;
    border-color: #fff;
    transition: all 0.3s ease 0s;
    color: #fff;
}
.landing button.button.active:hover,
.landing a.button.active:hover {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 3px;
    color: #fff;
}
.landing .button-set {
    text-align: center;
    margin-top: 42px;
}
.landing .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 50px;
    display: inline-block;
    width: 100%;
}
.landing .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
}
.landing .owl-theme .owl-controls .owl-page.active span {
    background: #4a90e2 none repeat scroll 0 0;
    opacity: 1;
}
/*----------------------
	3. Service area
------------------------*/

.landing .single-item {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 60px 20px 53px;
    transition: all 0.3s ease 0s;
    height: 445px;
}
.landing .single-item-icon i {
    color: #686868;
    font-size: 36px;
    transition: all 0.3s ease 0s;
}
.landing .single-item h3 {
    color: #686868;
    font-size: 14px;
    font-weight: bold;
    margin: 9px 0 -1px;
    text-transform: uppercase;
}

.landing .service-icon {
    height: 78px;
}

/*----------------------
	4. About area
------------------------*/

.landing .about-bottom-left > h2 {
    word-wrap: break-word;
    white-space: normal;
    color: #5f5f5f;
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.landing .about-bottom-left > h1 span {
    font-weight: bold;
}
.landing .about-bottom-left > h3 {
    color: #666666;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
.landing .about-icon li {
    display: inline-block;
    float: left;
    padding-right: 30px;
}
.landing .about-icon li a {
    color: #666666;
    font-size: 22px;
    line-height: 0;
}
.landing .about-icon li a i:hover {
    color: #4a90e2;
}
.landing .about-bottom-left > p {
    color: #7a7a7a;
    font-size: 16px;
    padding-right: 20px;
    margin-right: 30px;
}
.landing .about-bottom-left.screenshort-mrg > p {
    color: #7c7c7c;
    margin-bottom: 40px;
}
.landing .about-icon {
    display: block;
    margin-top: 29px;
}
.landing .about-bottom-left {
    margin-top: -14px;
}
.landing .about-icon a.button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #5f5f5f;
    color: #5f5f5f;
    transition: all 0.3s ease 0s;
}
/*----------------------
	5. Feature area
------------------------*/

.landing .newfeatures-title {
    word-wrap: break-word;
    white-space: normal;
    padding-bottom: 10px;
}

.landing .title-style > h1 {
    color: #535353;
    font-size: 36px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.landing .title-style > h1 span {
    font-weight: bold;
}
.landing .title-style > p {
    padding: 0 232px;
}
.landing .feature-list-icon {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    line-height: 81px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.landing .single-features-list:hover .feature-list-icon {
    background: #4a90e2;
}
.landing .single-features-list:hover .feature-list-icon i {
    color: #fff
}
.landing .featured-left .feature-list-icon {
    float: right;
}
.landing .featured-right .feature-list-icon {
    float: left;
}
.landing .feature-list-icon i {
    color: #4a90e2;
    font-size: 28px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.landing .feature-list-text > h3,
.landing .feature-list-text2 > h3 {
    color: #5f5f5f;
    font-size: 20px;
    margin-bottom: 14px;
    margin-top: 20px;
    line-height: 1.3;
}
.landing .featured-left .feature-list-text {
    margin-right: 85px;
}
.landing .featured-right .feature-list-text {
    margin-left: 85px;
}
.landing .single-features-list {
    margin-bottom: 50px;
}
.landing .title-pb {
    padding-bottom: 74px;
}
.landing .title-pb5 {
    padding-bottom: 90px;
}
.landing .title-pb4 {
    padding-bottom: 68px;
}
.landing .title-pb3 {
    padding-bottom: 64px;
}
.landing .title-pb2 {
    padding-bottom: 78px;
}
.landing .feature-top {
    padding-top: 79px;
}
.landing .feature-list-text2 {
    padding-left: 110px;
    padding-right: 100px;
}

.new-feature-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .new-feature-container {
        margin-bottom: 90px;
    }
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.landing .new-features > p, 
.landing .new-features > li {
    color: #7a7a7a;
    font-size: 16px;
    text-align: justify;
}
.landing .glow-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/*----------------------
	Choose area
------------------------*/

.landing .choose-img > img {} .landing .choose-area .feature-list-text2 {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 0;
}
.landing .choose-area .feature-list {
    margin-left: -30px;
}
/*----------------------
	6. Video area 
------------------------*/

.landing .video-img-icon {
    margin: 0 35px 0 70px;
    position: relative;
}
.landing .video-img-icon::before {
    background: rgba(90, 90, 90, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.landing .video-icon {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}
.landing .bg-img-2 {
    background: rgba(0, 0, 0, 0) url("/assets/landing/img/video/1.jpg") no-repeat scroll center center / cover !important;
}
.landing .video-popup {
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    width: 54px;
}
.landing .video-icon > h3 {
    color: #fff;
    margin-bottom: 25px;
}
.landing .video-popup i {
    color: #686868;
    font-size: 26px;
    padding-left: 3px;
}
.landing .overlay::before {
    background: #34173f;
    background: -moz-linear-gradient(45deg, #34173f 29%,  #2727c1 99%);
    background: -webkit-linear-gradient(45deg, #34173f 29%, #2727c1 99%);
    background: linear-gradient(45deg, #34173f 29%, #2727c1 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34173f', endColorstr='#2727c1', GradientType=1);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.landing .bg-color {} .landing .overlay {
    position: relative;
    z-index: 1;
}
.landing .video-popup:hover {
    background-color: #4a90e2;
}
.landing .video-popup:hover i {
    color: #fff;
}
/*----------------------
	7. Download area
------------------------*/

.landing .bg-2 {
    background: rgba(0, 0, 0, 0) url("/assets/landing/img/bg-img/bg-2.jpg") no-repeat scroll center bottom / cover;
}
.landing .bg-img-4 {
    background: rgba(0, 0, 0, 0) url("/assets/landing/img/bg-img/bg-6.jpg") no-repeat scroll center center / cover;
}
.landing .download-mrg {
    position: relative;
    /* z-index: 999; */
    margin-bottom: 70px;
}
.landing .about-bottom-left.download-mrg > h2 {
    color: #fff;
}
.landing .download-mrg.about-bottom-left > p {
    color: #fff;
    padding-right: 0px;
}
.landing a.download {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline-block;
    height: 85px;
    padding: 14px 35px 14px 86px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.landing a.download.active,
.landing a.download:hover {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
}
.landing a.download.active:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.landing .download i {
    color: #ffffff;
    float: left;
    font-size: 46px;
    left: 30px;
    position: absolute;
    top: 18px;
    transition: all 0.3s ease 0s;
}
.landing .download span {
    color: #ffffff;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.landing .download span.large-text-2 {
    display: block !important;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    top: -2px;
    transition: all 0.3s ease 0s;
}
.landing a.download.active {
    margin-right: 30px;
}
/*----  Question area  ---*/

.landing .question-area .panel-group {
    margin-bottom: 0;
}
.landing .sauget-accordion .panel-heading {
    border: medium none;
    border-radius: 0;
    padding: 0;
}
.landing .sauget-accordion .panel-heading h4 a {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #34173f 29%, #2727c1 99%) repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 18px 0 18px 67px;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.landing .sauget-accordion .panel-heading h4 a.collapsed {
    background: #f1f1f1;
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 18px 0 18px 67px;
    box-shadow: none;
}
.landing .panel-group .panel + .panel {
    margin-top: 10px;
}
.landing .panel {
    border: none;
    box-shadow: none;
}
.landing .panel-body {
    border: medium none !important;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 23px 30px 25px;
}
.landing .panel.sauget-accordion {
    margin-right: 83px;
}
.landing .faq-accordion .panel-title a.collapsed::before,
.landing .faq-accordion .panel-title a::before {
    background-color: #fff;
    border-radius: 100%;
    color: #808080;
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    height: 27px;
    left: 30px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 27px;
}
.landing .faq-accordion .active .panel-title a.collapsed::before {
    background-color: #fff;
    content: "\f273";
}
.landing .faq-accordion .panel-title a::before {
    background-color: #fff;
    content: "\f273";
}
/*----------------------
	8. Screenshot area
------------------------*/

.landing .single-screenshot .image a {
    display: block;
    position: relative;
}
.landing .slick-slide img {
    display: block;
    width: 100%;
}
.landing .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.landing .slick-dots {
    display: block;
    line-height: 7px;
    margin-top: 20px;
    padding-left: 10px;
}
.landing .slider-2 .slick-dots {
    margin-top: 0;
}
.landing .slick-dots li button {
    background-color: #4a90e2;
    border-radius: 50px;
    height: 10px;
    width: 10px;
    padding: 0;
    text-indent: -999999px;
    border: medium none rgba(0, 0, 0, 0);
}
.landing .slick-dots li.slick-active button {
    background-color: transparent;
    border: 3px solid #4a90e2;
    height: 15px;
    width: 15px;
}
.landing .screenshot-slider .single-screenshot {
    padding: 0 15px;
}
/*----------------------
	9. Review area
------------------------*/

.landing .team-image > img {
    display: inline;
    height: 83px;
    width: 83px;
}
.landing .team-details > h2 {
    color: #777777;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.landing .team-details > h3 {
    color: #777777;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.landing .reating-icon i {
    color: #f1c30d;
    font-size: 13px;
    margin: 0 2px;
}
.landing .team-social > p {
    color: #8e8e8e;
    font-size: 15px;
}
.landing .team-social {
    margin-top: 20px;
    margin-bottom: 20px;
}
.landing .test-icon i {
    color: #eeeeee;
    font-size: 60px;
}
/*----------------------
	12. blog area
------------------------*/

.landing .blog-img {
    display: inline-block;
    float: left;
}
.landing .about-bottom-left.blog-mrg {
    margin-bottom: 80px;
}
.landing .blog-text > span {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.landing .blog-text > h4 {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 0;
}
.landing .blog-text > h4 a {
    color: #666666;
    transition: all 0.3s ease 0s;
}
.landing .blog-text > h4 a:hover {
    color: #4a90e2;
}
.landing .blog-text > p {
    color: #9a9a9a;
    margin-bottom: 14px;
}
.landing .blog-text > a {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.landing .blog-text > a:hover,
.landing .blog-text > a:hover i {
    color: #4a90e2;
}
.landing .blog-text > a i {
    color: #666;
    padding-left: 5px;
}
.landing .blog-text {
    border: 1px solid #ececec;
    padding: 32px 11px 34px 310px;
}
.landing .about-bottom-left.blog-mrg > p {
    padding-right: 0;
    margin-right: 0;
}

/*----------------------
	10. Pricing area
------------------------*/

.landing .about-bottom-left.pricing-mrg {
    margin-bottom: 80px;
    margin-top: 0;
}
.landing .single-price-package {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 60px 50px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing .single-price-package {
        padding: 60px 40px;
    }

    .landing .plan-description {
        height: 6em;
    }
}

.landing .price-title > h3 {
    color: #4a4a4a;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.landing .price .text-top {
    color: #4e4e4e;
    font-size: 26px;
    padding-right: 0;
    position: relative;
    top: -17px;
}
.landing .price h4 span.text-large {
    color: #4e4e4e;
    font-size: 50px;
    font-weight: normal;
    transition: all 0.3s ease 0s;
}
.landing .price {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
    padding: 39px 0 14px;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.landing .pricing-area .price > p {
    bottom: -6px;
    left: 6px;
    position: relative;
}
.landing .price-list {
    padding-top: 28px;
}
.landing .price-list li {
    color: #767676;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.landing .price-list li:last-child {
    border: 0;
}
.landing .price-list > ul {
    text-align: left;
    padding-bottom: 0px;
}
.landing .price-btn .button {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    color: #616161;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 55px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing .price-btn .button {
        padding: 10px 35px 12px;
    }
}

.landing .price-btn .button:hover,
.landing .price-btn .button.active {
    background-color: #4a90e2 !important;
    border: 1px solid #4a90e2 !important;
    color: #fff !important;
}
.landing .price-btn .button.active:hover {
    background-color: transparent !important;
    border: 1px solid #616161 !important;
    color: #616161 !important;
}
/*----------------------
	11. Counter area
------------------------*/

.landing .funfact-count h3 {
    color: #5f5f5f;
    font-family: lato;
    font-weight: 400;
    margin: 15px 0;
}
.landing .funfact-count h5 {
    color: #5f5f5f;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.landing .funfact-img {
    font-size: 35px;
}
.landing .funfact-img i {
    color: #4a90e2;
}

/*----------------------
	13. Slider logo
------------------------*/

.landing .single-item2 > a img {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 30px 20px;
    transition: all 0.3s ease 0s;
}
.landing .single-item2 > a img:hover {
    border: 1px solid #4a90e2;
}
/*----------------------
	14. Contact area
------------------------*/

.landing #hastech {
    height: 600px;
    width: 100%;
}
.landing .map-area {
    position: relative;
    height: 400px;
}

.landing .contact-support-area.bg-oapcity-40::before {
    background: #000000 none repeat scroll 0 0;
}
.landing .contact-support-area a:hover,
.landing .contact-support-area a:active,
.landing .contact-support-area a {
    color : #FFF;
}

.landing .contact-support-area {
    padding: 50px 0;
}

.landing .contact-center > h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.landing .map-contact {
    padding-bottom: 50px;
    /* position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); */
}
.landing .contact-from input {
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 18px;
    padding: 16px 20px;
    width: 100%;
    transition: all .3s ease 0s;
}
.landing .contact-from textarea {
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
    height: 100px;
    padding: 16px 20px;
    width: 100%;
    transition: all .3s ease 0s;
}
.landing input.submit {
    margin-bottom: 0;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    color: #fff;
}
.landing input.submit:hover {
    background: transparent;
    color: #666;
}
.landing .contact-from {
    padding: 50px;
}
.landing .conatct-info {
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 52px 0;
}
.landing .contact-icon {
    border-radius: 5px;
    display: inline-table;
    height: 54px;
    margin-right: 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 54px;
    border: 1px solid #f3f3f3;
}
.landing .contact-icon i {
    color: #FFF;
    display: table-cell;
    font-size: 30px;
    vertical-align: middle;
}
.landing .contact-text {
    color: #4a90e2;
    font-weight: bold;
    display: inline-block;
}
.landing .contact-text > span {
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
}
.landing .contact-text > span a {
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
}
.landing .contact-text > span a:hover {
    color: #4a90e2;
}
.landing .contact-from input::-webkit-input-placeholder {
    /* Chrome */
    
    color: #aaaaaa;
    opacity: 1;
}
.landing .contact-from input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #aaaaaa;
    opacity: 1;
}
.landing .contact-from textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #aaaaaa;
    opacity: 1;
}
.landing .contact-from textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #aaaaaa;
    opacity: 1;
}
.landing .contact-from input:focus,
.landing .contact-from textarea:focus {
    border-color: #4a90e2;
    box-shadow: inherit;
    outline: 0 none;
}
.landing .single-contact-info:hover .contact-icon {
    background: #4a90e2;
    background-color: #4a90e2;
}
.landing .single-contact-info:hover .contact-icon i {
    color: #fff;
}
/*----------------------
	15. Footer area
------------------------*/

.landing .footer-icon li {
    display: inline-block;
}
.landing .footer-icon a {
    color: #9c9c9c;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    margin: 14px;
}
.landing .footer-icon a:hover {
    transition: all 0.3s ease 0s;
    color: #4a90e2;
}
.landing .footer-icon a:hover i {
    color: #4a90e2;
}
.landing .footer-icon {
    border-bottom: 1px solid #ececec;
    display: inline-block;
    padding: 25px 0 56px;
}
.landing .footer-text span {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.landing .footer-text span a {
    color: #9b9b9b;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.landing .footer-text span a:hover {
    text-decoration: underline;
    color: #4a90e2;
}
.landing .footer-icon > p {
    color: #7e7e7e;
    margin-bottom: 19px;
}
.landing .footer-text {
    padding: 24px 0;
}

.landing .footer-try-button:hover{
    background: transparent !important;
    border: 1px solid #4a90e2 !important;
    color: #666 !important;
    transition: all 0.3s ease 0s !important;
}

.landing button.footer-try-button{
    margin-right: 0;
}

.landing .footer-bottom-center > h2 {
    flex-wrap: wrap;
    white-space: normal;
    color: #5f5f5f;
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 13px;
}

/*............. 16. Scrollup   ................*/

.landing #toTop {
    text-align: center;
    bottom: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 100px;
    z-index: 9999;
}
.landing #toTop i {
    background-color: #7f7f7f;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
}
.landing #toTop i:hover {
    background: #4a90e2;
    color: #fff;
}
/*------- 17. Youtube background ------------*/

.landing .youtube-bg .home-slider {
    z-index: 999;
    position: relative;
}
.landing .youtube-bg.bg-oapcity-40::before {
    z-index: 9;
}