@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Orbitron:600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Electrolize&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nova+Flat&display=swap");
body {
    font-family: "Nunito", sans-serif;
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
    outline: 0;
}

a:hover, a:focus {
    text-decoration: none;
    color: #FF8A73;
}

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-gray {
    background-color: #edf5ff;
}

p {
    font-size: 16px;
    color: #818992;;
    line-height: 1.6
}

p:last-child {
    margin-bottom: 0;
}

button {
    outline: 0 !important
}

.btn-primary {
    color: #fff;
    background-color: #f2c120;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #13c4a1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #13c4a1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #FF8A73;
    border-color: #FF8A73;
    opacity: 1;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus {
    background: #13c4a1;
}

.btn {
    font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 13px 31px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    z-index: 1;
    -webkit-transition: .9s;
    transition: .9s;
}

.btn::after,
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: #13c4a1;
    z-index: -1;
    border-radius: 5px;
}

.btn::after {
    left: 0;
}

.btn::before {
    right: 0;
}

.btn:hover::after,
.btn:hover::before {
    width: 50%;
}

.section-title {
    text-align: center;
    max-width: 720px;
    margin-bottom: 50px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
	font-family:Orbitron;
}

.section-title p {
    max-width: 650px;
    margin: 0 auto;
}

.section-title .bar {
    height: 4px;
    width: 85px;
    background: #13c4a1;
    margin: 20px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.client-img {
	border: 1px solid #eeebeb;
	margin-bottom: 8px;
	box-shadow: 2px 2px 4px #b9c4b5;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(85px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px);
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 50px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #818992;
    background: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #818992;
}

.form-control:-ms-input-placeholder {
    color: #818992;
}

.form-control::-ms-input-placeholder {
    color: #818992;
}

.form-control::placeholder {
    color: #818992;
}

.form-control:focus {
    color: #818992;
    background-color: #fff;
    border-color: #13c4a1;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.preloader-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #fff;
}

.preloader-area .lds-hourglass {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -95px;
}

.preloader-area .lds-hourglass::after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 20px solid #13c4a1;
    border-color: #13c4a1 transparent #FF8A73 transparent;
    -webkit-animation: lds-hourglass 2.9s infinite;
    animation: lds-hourglass 2.9s infinite;
}

@-webkit-keyframes lds-hourglass {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

@keyframes lds-hourglass {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

.aemsolutions-mobile-nav {
    display: none;
}

/*.aemsolutions-nav {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    width: 100%;
    z-index: 666;
    height: auto
}*/

.aemsolutions-nav  {
    position: absolute;  
  top: 0;
  left: 0;
  padding-bottom: 15px;
  width: 100%;
       height: auto; 
      background-position: bottom;
   margin-bottom: 0px; 
    z-index: 666;
   /* background-image: url(../img/borderbottom.png); */
    border-radius: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-repeat: repeat-x;
    padding: 0px 0px;
}
.aemsolutions-nav .border-margin {
   margin-bottom:14px;
   background:#f9ebdd;
}

.aemsolutions-nav nav .navbar-brand img {
    width: 120px;
    height: auto
}

.aemsolutions-nav nav ul {
    list-style-type: none;
}

.aemsolutions-nav nav .navbar-nav li {
    position: relative;
    padding: 15px 0 !important
}

.aemsolutions-nav nav .navbar-nav li a {
    font-weight: 400;
    font-size: 18px;
    color: #000 !important;
    padding: 0 0 !important;
    margin: 0 17px;
    position: relative;
	font-family: Nova Flat;
}

.aemsolutions-nav nav .navbar-nav li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #000;
    opacity: 0;
    border-radius: 50%;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.aemsolutions-nav nav .navbar-nav li a:hover::before {
    opacity: 1;
    visibility: visible;
    left: -12px;
}

.aemsolutions-nav nav .navbar-nav li a.active::before {
    opacity: 1;
    visibility: visible;
    left: -12px;
}

.aemsolutions-nav nav .navbar-nav li:hover a::before {
    opacity: 1;
    visibility: visible;
    left: -12px;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    padding: 20px 0;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li {
    position: relative;
    padding: 0 !important
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px !important;
    margin: 0;
    display: block;
    color: #716c80 !important	
	font-family: Nova Flat;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li a::before {
    left: 0;
    background: #13c4a1;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    margin-top: -3px;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li a:hover {
    color: #13c4a1 !important;
    padding-left: 25px !important
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li a:hover::before {
    left: 13px;
    opacity: 1;
    visibility: visible;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li a.active {
    color: #13c4a1 !important;
    padding-left: 25px !important;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li a.active::before {
    left: 13px;
    opacity: 1;
    visibility: visible;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu {
    position: absolute;
    left: 220px;
    top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a {
    padding-left: 15px !important;
    color: #716c80 !important;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a::before {
    opacity: 0;
    left: 0;
    visibility: hidden;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a:hover {
    color: #13c4a1 !important;
    padding-left: 25px !important;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a:hover::before {
    left: 13px;
    opacity: 1;
    visibility: visible;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a.active {
    color: #13c4a1 !important;
    padding-left: 25px !important;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a.active::before {
    left: 13px;
    opacity: 1;
    visibility: visible;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li:hover .dropdown_menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li:hover a {
    padding-left: 25px !important;
    color: #13c4a1 !important;
}

.aemsolutions-nav nav .navbar-nav li .dropdown_menu li:hover a::before {
    left: 13px;
    visibility: visible;
    opacity: 1;
}

.aemsolutions-nav nav .navbar-nav li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    top: 100%
}

.aemsolutions-nav nav .others-option .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aemsolutions-nav nav .others-option .navbar-nav .cart-wrapper {
    position: relative;
    padding: 0 !important;
}

.aemsolutions-nav nav .others-option .navbar-nav .cart-wrapper a {
    margin: 0 0 0 10px !important;
}

.aemsolutions-nav nav .others-option .navbar-nav .cart-wrapper a .cart-icon {
    line-height: 52px;
    font-size: 25px
}

.aemsolutions-nav nav .others-option .navbar-nav .cart-wrapper a span {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    background: #000;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    top: -15px;
    color: #fff;
    padding-right: 1px;
    right: 10px;
}

.aemsolutions-nav nav .others-option .navbar-nav li {
    padding: 0 !important;
}

.aemsolutions-nav nav .others-option .navbar-nav li a {
    margin: 0 22px 0 10px !important;
}

.aemsolutions-nav nav .others-option .navbar-nav li a::before {
    display: none;
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu {
    cursor: pointer;
    width: 32px;
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-1 {
    position: relative;
    width: 8px;
    height: 8px;
    background: #000;
    display: block;
    border-radius: 50%;
    margin-bottom: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-1::before,
.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-1::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-1::after {
    right: -24px
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-2 {
    position: relative;
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
    background: #000;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-2::before,
.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-2::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-2::after {
    right: -24px
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-3 {
    position: relative;
    width: 8px;
    height: 8px;
    background: #000;
    margin-bottom: 2px;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-3::before,
.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-3::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu .bar-3::after {
    right: -24px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu:hover .bar-2::after,
.aemsolutions-nav nav .others-option .navbar-nav li .side-menu:focus .bar-2::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.aemsolutions-nav nav .others-option .navbar-nav li .side-menu:hover .bar-3::after,
.aemsolutions-nav nav .others-option .navbar-nav li .side-menu:hover .bar-3::before,
.aemsolutions-nav nav .others-option .navbar-nav li .side-menu:focus .bar-3::after,
.aemsolutions-nav nav .others-option .navbar-nav li .side-menu:focus .bar-3::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li a {
    color: #716c80 !important
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li a::before {
    background: #13c4a1
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li a:hover,
.aemsolutions-nav.marketing-navbar nav .navbar-nav li a:focus,
.aemsolutions-nav.marketing-navbar nav .navbar-nav li a.active {
    color: #13c4a1 !important
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1 {
    background: #716c80
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1::before,
.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1::after {
    background: #716c80
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2 {
    background: #716c80
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2::before,
.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2::after {
    background: #716c80
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3 {
    background: #716c80
}

.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3::before,
.aemsolutions-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3::after {
    background: #716c80
}

.aemsolutions-nav.marketing-navbar.is-sticky {
    background: #fff !important
}

/*.aemsolutions-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: transparent;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}*/

.aemsolutions-nav.is-sticky {
    display:none;
}

.sidebar-modal {
    position: relative
}

.sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px
}

.sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 480px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.sidebar-modal .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none
}

.sidebar-modal .modal.right .modal-body {
    padding: 30px
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
    margin-bottom: 35px
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    font-size: 23px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 35px
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    background: #13c4a1;
    content: ''
}


.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
    position: relative;
    font-weight: 700;
    padding-left: 65px;
    text-transform: uppercase;
    margin-bottom: 17px
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #13c4a1;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
    display: block;
    font-weight: 400;
    color: #818992;
    margin-top: 5px;
    text-transform: initial
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    color: #fff;
    border-color: #fff;
    background: #13c4a1
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
    margin-bottom: 0
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    color: #818992;
    border: 1px solid #818992
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a:hover,
.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a:focus {
    color: #fff;
    background: #13c4a1;
    border-color: #13c4a1
}

.sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none
}

.sidebar-modal .modal-header .close {
    height: 60px;
    width: 60px;
    background: #13c4a1;
    font-size: 30px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1
}

.sidebar-modal .modal-header .close:hover {
    background: #FF8A73;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1
}

/*.sidebar-modal .modal-header h2 {
    background: linear-gradient(142deg, #3ec9cf 0%, #2d136a 100%);
    padding: 30px 25px
}*/
.sidebar-modal .modal-header h2 {
	background: linear-gradient(142deg, #f4c180 0%, #ec8807 100%);
	padding: 30px 25px;
}

.sidebar-modal .modal-header h2 img {
    width: 150px
}

.sidebar-modal button:focus {
    outline: 0px
}

.main-banner {
    height: 740px;
    background: #fff;
    position: relative;
    z-index: 1
}

.main-banner .hero-content h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 0;
	font-family:Electrolize;
}

.main-banner .hero-content p {
    color: #f2f2f2;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 35px;
	font-family: Electrolize;
}

.main-banner .hero-content .btn:hover::after,
.main-banner .hero-content .btn:hover::before {
    background: #fff;
}

.main-banner .hero-content .btn-primary:not(:disabled):not(.disabled).active,
.main-banner .hero-content .btn-primary:not(:disabled):not(.disabled):active,
.main-banner .hero-content .btn-primary .show>.btn-primary.dropdown-toggle {
    color: #FF8A73;
    background: #fff;
}

.main-banner .hero-content .btn-primary:hover,
.main-banner .hero-content .btn-primary:focus {
    background: #fff;
    color: #FF8A73;
}

.main-banner .hero-content .video-btn {
    margin-left: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.main-banner .hero-content .video-btn i {
    font-size: 30px;
    position: relative;
    margin-left: 5px;
    top: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}

.main-banner .hero-content .video-btn:hover i {
    color: #FF8A73;
}

.main-banner .hero-content form {
    max-width: 540px;
    position: relative;
}

.main-banner .hero-content form .form-control {
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 3px;
    color: #fff;
    padding-left: 20px;
    background: #13c4a1;
}

.main-banner .hero-content form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.main-banner .hero-content form .form-control:-ms-input-placeholder {
    color: #fff;
}

.main-banner .hero-content form .form-control::-ms-input-placeholder {
    color: #fff;
}

.main-banner .hero-content form .form-control::placeholder {
    color: #fff;
}

.main-banner .hero-content form .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.main-banner .signup-download {
    background: #fff;
    padding: 30px 40px;
    border-radius: 3px;
    position: relative;
}

.main-banner .signup-download::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.main-banner .signup-download form .form-group {
    margin-bottom: 20px;
}

.main-banner .signup-download form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 17px;
}

.main-banner .signup-download form .btn {
    display: block;
    width: 100%;
}

.main-banner .app-image img {
    position: absolute;
    left: 0;
    top: -40px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    width: 400px;
}

.main-banner .app-image img:last-child {
    -webkit-animation: movebounce 6s linear infinite;
    animation: movebounce 6s linear infinite;
    left: 270px;
    top: -20px;
}

.main-banner .product-image {
    position: relative;
}

.main-banner .product-image img {
    -webkit-animation: movebounce 6s linear infinite;
    animation: movebounce 6s linear infinite;
    width: 300px;
}

.main-banner .product-image img:nth-child(2) {
    position: absolute;
    right: -45px;
    bottom: -60px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.main-banner .product-image .offer-badge {
    position: absolute;
    right: 90px;
    top: 30px;
    width: 100px;
    height: 100px;
    background: #FF8A73;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
}

.main-banner .product-image .offer-badge span {
    display: block;
}

.main-banner .saas-image {
    position: relative;
}

.main-banner .saas-image img {
    position: absolute;
}

.main-banner .saas-image img:nth-child(1) {
    top: -200px;
    left: 0;
}

.main-banner .saas-image img:nth-child(2) {
    left: 55px;
    top: -100px;
}

.main-banner .saas-image img:nth-child(3) {
    left: 36%;
    z-index: 1;
    top: -170px;
}

.main-banner .saas-image img:nth-child(4) {
    right: 27%;
    top: 110px;
    z-index: 2;
}

.main-banner .saas-image img:nth-child(5) {
    right: 15%;
    top: 80px;
    z-index: 2;
}

.main-banner .saas-image img:nth-child(6) {
    right: 25%;
    top: -170px;
}

.main-banner .saas-image img:nth-child(7) {
    right: 47%;
    top: 96px;
    z-index: 2;
}

.main-banner .saas-image img:nth-child(8) {
    right: 22%;
    top: 45px;
    z-index: 1;
}

.main-banner .saas-image img:nth-child(9) {
    right: 75px;
    top: 20px;
}

.main-banner .saas-image img:nth-child(10) {
    left: 32%;
    top: -76px;
    z-index: 1;
}

.main-banner .saas-image img:nth-child(11) {
    right: 40%;
    top: -20px;
}

.main-banner .saas-image img:nth-child(12) {
    top: -292px;
    left: 45px;
}

.main-banner .saas-image img:last-child {
    display: none;
}

.main-banner .startup-image {
    position: relative;
}

.main-banner .startup-image img {
    position: absolute;
    width: unset !important;
}

.main-banner .startup-image img:nth-child(1) {
    top: 45px;
    right: 23%;
}

.main-banner .startup-image img:nth-child(2) {
    left: 20px;
    top: -35px;
    right: 0;
    margin: 0 auto;
}

.main-banner .startup-image img:nth-child(3) {
    right: 0;
    top: 65px;
}

.main-banner .startup-image img:nth-child(4) {
    left: 85px;
    top: 0;
}

.main-banner .startup-image img:nth-child(5) {
    left: 110px;
    top: 132px;
}

.main-banner .startup-image img:nth-child(6) {
    right: 8%;
    top: 131px;
}

.main-banner .startup-image img:nth-child(7) {
    right: 20%;
    top: -30px;
}

.main-banner .startup-image img:nth-child(8) {
    right: 38%;
    top: 64px;
}

.main-banner .startup-image img:nth-child(9) {
    right: 0;
    top: -15px;
}

.main-banner .startup-image img:nth-child(10) {
    left: 0;
    top: 245px;
    right: 0;
    margin: 0 auto;
}

.main-banner .startup-image img:last-child {
    display: none;
}

.main-banner .paymant-processing-image {
    position: relative;
}

.main-banner .paymant-processing-image img {
    position: absolute;
}

.main-banner .paymant-processing-image img:nth-child(1) {
    top: 135px;
    right: 0;
    left: 30px;
    margin: 0 auto;
}

.main-banner .paymant-processing-image img:nth-child(2) {
    right: 0;
    top: 25px;
    z-index: 1;
}

.main-banner .paymant-processing-image img:nth-child(3) {
    right: 0;
    top: 275px;
    left: 65%;
    margin: 0 auto;
    z-index: 1;
}

.main-banner .paymant-processing-image img:nth-child(4) {
    top: 170px;
    z-index: 1;
    left: 20px;
}

.main-banner .paymant-processing-image img:nth-child(5) {
    left: 115px;
    top: 240px;
    z-index: 1;
}

.main-banner .paymant-processing-image img:nth-child(6) {
    right: 0;
    top: -75px;
    left: 9px;
    margin: 0 auto;
}

.main-banner .paymant-processing-image img:nth-child(7) {
    right: 0;
    top: 23px
}

.main-banner .paymant-processing-image img:nth-child(8) {
    left: 0;
    top: -45px;
    z-index: -1;
}

.main-banner .paymant-processing-image img:nth-child(9) {
    right: 21%;
    top: 16px;
}

.main-banner .paymant-processing-image img:last-child {
    display: none;
}

.main-banner.marketing-home {
    background: #fff url("../img/bg-point.png") no-repeat fixed right -500px center/auto;
}

.main-banner.marketing-home .hero-content h1 {
    color: #000;
}

.main-banner.marketing-home .hero-content p {
    color: #818992;
}

.main-banner.marketing-home .hero-content .video-btn {
    color: #716c80;
}

.main-banner.marketing-home .hero-content .video-btn:hover i,
.main-banner.marketing-home .hero-content .video-btn:focus i {
    color: #13c4a1;
}

.main-banner.marketing-home .hero-content .btn:hover::after,
.main-banner.marketing-home .hero-content .btn:hover::before {
    background: #13c4a1;
}

.main-banner.marketing-home .hero-content .btn-primary:not(:disabled):not(.disabled).active,
.main-banner.marketing-home .hero-content .btn-primary:not(:disabled):not(.disabled):active,
.main-banner.marketing-home .hero-content .btn-primary .show>.btn-primary.dropdown-toggle {
    background: #13c4a1;
    color: #fff;
}

.main-banner.marketing-home .hero-content .btn-primary:hover,
.main-banner.marketing-home .hero-content .btn-primary:focus {
    background: #13c4a1;
    color: #fff;
}

.main-banner.marketing-home .marketing-image {
    position: relative;
    height: 100%;
    width: 100%;
}

.main-banner.marketing-home .marketing-image img {
    position: absolute;
}

.main-banner.marketing-home .marketing-image img:nth-child(1) {
    right: 0;
    top: -45px;
}

.main-banner.marketing-home .marketing-image img:nth-child(2) {
    left: 90px;
    top: -30px;
}

.main-banner.marketing-home .marketing-image img:nth-child(3) {
    left: 60px;
    top: 165px;
}

.main-banner.marketing-home .marketing-image img:nth-child(4) {
    left: 0;
    right: -15px;
    text-align: center;
    margin: 0 auto;
    top: 185px;
}

.main-banner.marketing-home .marketing-image img:nth-child(5) {
    bottom: -55px;
    right: 0;
}

.main-banner.marketing-home .marketing-image img:nth-child(6) {
    bottom: -50px;
    right: 140px;
}

.main-banner.marketing-home .marketing-image img:nth-child(7) {
    left: 198px;
    bottom: -55px;
}

.main-banner.marketing-home .marketing-image img:nth-child(8) {
    left: 80px;
    bottom: -40px;
}

.main-banner.marketing-home .marketing-image img:nth-child(9) {
    right: 65px;
    bottom: 0;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.main-banner.marketing-home .marketing-image img:nth-child(10) {
    left: 50px;
    top: 85px;
}

.main-banner.marketing-home .marketing-image img:nth-child(11) {
    right: 195px;
    bottom: -55px
}

.main-banner.marketing-home .marketing-image img:nth-child(12) {
    top: 100px;
    right: -4px;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.main-banner.marketing-home .marketing-image img:nth-child(13) {
    left: 62px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 20px;
    -webkit-animation: rotate3d 6s linear infinite;
    animation: rotate3d 6s linear infinite;
}

.main-banner.marketing-home .marketing-image img:last-child {
    display: none;
}

.main-banner.product-home .shape4 {
    left: auto;
    right: 20%;
    top: 25%;
}

.main-banner.software-home .bubble-animate .circle {
    background: #fff;
}

.main-banner.payment-processing-home .creative-shape img {
    width: 100%;
    height: 55px;
}

.main-banner.book-home {
    background-image: url(../img/book-banner.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.main-banner.book-home::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: .87;
}

.main-banner.book-home .hero-content span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.main-banner.book-home .hero-content em.inlucdebooks {
    display: block;
    color: #f2f2f2;
    margin-top: 20px;
}

.main-banner.book-home .book-image {
    height: 100%;
    width: 100%;
    position: relative;
}

.main-banner.book-home .book-image img {
    position: absolute;
    bottom: -215px;
    right: 45px;
}

.startup-home .main-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.startup-home .main-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #243559;
    z-index: -1;
    opacity: .90;
}

.startup-home .startup-bg1 {
    background-image: url(../img/main-bg-1.jpg)
}

.startup-home .startup-bg2 {
    background-image: url(../img/main-bg-2.jpg)
}

.startup-home .startup-bg3 {
    background-image: url(../img/main-bg-3.jpg)
}

.startup-home.owl-theme .owl-nav {
    margin-top: 0
}

.startup-home.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: 0;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 42px;
    font-size: 30px;
    border-radius: 5px;
    margin-top: -25px;
    -webkit-transition: .4s;
    transition: .4s;
}

.startup-home.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px
}

.startup-home.owl-theme .owl-nav [class*=owl-]:hover {
    background: #13c4a1
}

.app-home .shape4 {
    left: auto !important;
    right: 15%
}

.creative-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1
}

#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1
}

.shape-1 {
    left: 20px;
    bottom: 10px;
    height: 150px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: .5;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape1 {
    position: absolute;
    top: 85px;
    z-index: -1;
    left: 30px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape2 {
    position: absolute;
    top: 85px;
    z-index: -1;
    right: 30px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape3 {
    position: absolute;
    bottom: 85px;
    z-index: -1;
    right: 30px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape4 {
    position: absolute;
    left: 9%;
    top: 23%;
    z-index: -1;
    opacity: .3
}

.shape6 {
    position: absolute;
    top: 30%;
    z-index: -1;
    left: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .6
}

.shape7 {
    position: absolute;
    top: 20%;
    z-index: -1;
    left: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .4
}

.shape8 {
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 15%
}

.shape9 {
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: -1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear
}

.shape10 {
    position: absolute;
    right: 5%;
    top: 8%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.shape11 {
    position: absolute;
    left: 3%;
    bottom: 3%;
    z-index: -1
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

.about-area {
	position: relative;
}
.about-content .section-title {
    margin-bottom: 15px;
    text-align: left
}

.about-content .section-title .bar {
    margin-left: 0;
    margin-right: 0
}

.about-content .section-title p {
    margin-left: 0;
    margin-right: 0
}

.about-content .left-img {
   max-width:350px;
   float:left;
   margin: 5px 20px 20px 0px;
}

.about-inner-area {
    margin-top: 100px
}

.about-inner-area .about-text h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.features-area {
    position: relative;
    z-index: 1
}

.team-area img.team-img {
	border: 1px solid #d6cce1;
	box-shadow: 0px 0px 10px #ecdefb;
	transition: .8s;
}

.team-area img.team-img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	z-index:99;
}
 

.features-area.marketing-features .features-inner-area {
    margin-top: 90px
}

.features-area.software-features .single-features {
    position: relative;
    text-align: left;
    padding-left: 85px
}

.features-area.software-features .single-features .icon {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 25px
}

.features-area.software-features .single-features h3 {
    margin-top: 0
}

.features-area.book-features {
    background: #F9FAFC url("../img/bg-point.png") no-repeat fixed right -600px center/auto
}

.single-features {
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 40px
}

.single-features .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 30px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.single-features h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px
}

.single-features:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-features:hover .icon {
    color: #fff;
    background: #FF8A73;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(26, 38, 74, 0.14);
    box-shadow: 0px 10px 30px 0px rgba(26, 38, 74, 0.14)
}

.single-holder-box {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s
}

.single-holder-box h3 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px
}

.single-holder-box img {
    width: 120px
}

.single-holder-box:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.single-holder-box.mt-30 {
    margin-top: 30px
}

.single-holder-box.mt-50 {
    margin-top: 50px
}

.features-holder-content .section-title {
    text-align: left;
    margin-bottom: 15px
}

.features-holder-content .bar {
    margin-left: 0;
    margin-right: 0
}

.features-holder-content p {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    text-align:justify;
}

.features-holder-content p {
    margin-bottom: 25px;
}

.single-features-box {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.single-features-box .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #edf5ff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.single-features-box h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px
}

.single-features-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-features-box:hover .icon {
    color: #fff;
    background: #FF8A73
}

.features-inner-area {
    margin-top: 60px
}

.features-inner-area .features-inner-content {
    max-width: 540px
}

.features-inner-area .features-inner-content .features-item {
    margin-bottom: 35px;
    position: relative;
    padding-left: 90px;
    -webkit-transition: .4s;
    transition: .4s
}

.features-inner-area .features-inner-content .features-item:last-child {
    margin-bottom: 0
}

.features-inner-area .features-inner-content .features-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    background: #fff;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    color: #13c4a1;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
    -webkit-transition: .4s;
    transition: .4s
}

.features-inner-area .features-inner-content .features-item h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 15px
}

.features-inner-area .features-inner-content .features-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.features-inner-area .features-inner-content .features-item:hover .icon {
    color: #fff;
    background: #FF8A73
}

.new-features-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/cta-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.new-features-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13c4a1;
    opacity: .87
}

.new-features-content .section-title {
    text-align: left;
    margin-bottom: 45px
}

.new-features-content .section-title h2 {
    color: #fff
}

.new-features-content .section-title .bar {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background: #fff
}

.new-features-content .section-title .bar::before {
    background: #13c4a1
}

.new-features-content .single-inner-features {
    position: relative;
    margin-bottom: 30px;
    padding-left: 45px
}

.new-features-content .single-inner-features:last-child {
    margin-bottom: 0
}

.new-features-content .single-inner-features i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #fff
}

.new-features-content .single-inner-features h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff
}

.new-features-content .single-inner-features p {
    color: #f2f2f2
}

.services-area {
    padding-bottom: 70px
}

.single-services {
    margin-bottom: 30px;
    background: #fff;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
	text-align: center;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;	
}

.single-services .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.single-services h3 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px
}

.single-services:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}

.single-services:hover .icon {
    background: #13c4a1;
    color: #fff
}
.overview-section {
    position: relative;
    z-index: 1;
    background: #F9FAFC url("../img/bg-point.png") no-repeat fixed right -600px center/auto
}

.overview-section .shape7 {
    opacity: 1
}

.overview-section.software-overview.bg-gray {
    background: #fff
}

.overview-box {
    margin-bottom: 60px
}

.overview-box .overview-img {
    text-align: center
}

.overview-box .overview-content .icon {
    background: #ffe9da;
    color: #FF8A73;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 25px
}

.overview-box .overview-content span {
    display: block;
    margin-bottom: -10px;
    color: #FF8A73
}

.overview-box .overview-content h3 {
    position: relative;
    margin: 20px 0 15px;
    z-index: 1;
    font-size: 23px;
    font-weight: 700
}

.overview-box .overview-content p {
    margin-bottom: 0
}

.overview-box .overview-content ul {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none
}

.overview-box .overview-content ul li {
    color: #818992;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px
}

.overview-box .overview-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #13c4a1
}

.overview-box .overview-content ul li:last-child {
    margin-bottom: 0
}

.overview-box .overview-content ul.features-list {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0
}

.overview-box .overview-content ul.features-list li {
    float: left;
    width: 45%;
    background: #fff;
    -webkit-box-shadow: 0 0 1.05rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.05rem rgba(108, 118, 134, 0.1);
    padding: 10px 20px 10px 25px;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 10px
}

.overview-box .overview-content ul.features-list li::before {
    left: 10px;
    top: 18px
}

.overview-box.modern-flexible .single-item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px
}

.overview-box.modern-flexible .single-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #13c4a1
}

.overview-box.modern-flexible .single-item h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.overview-box.modern-flexible .single-item:last-child {
    margin-bottom: 0
}

.overview-box.modern-flexible .single-item.right-icon {
    padding-left: 0;
    padding-right: 55px;
    text-align: right
}

.overview-box.modern-flexible .single-item.right-icon .icon {
    left: auto;
    right: 0
}

.overview-box:last-child {
    margin-bottom: 0
}

.overview-box .app-fetured-item {
    position: relative;
    height: 100%
}

.overview-box .app-fetured-item .app-item {
    text-align: center;
    width: 200px;
    padding: 45px 10px;
    border-radius: 5px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    position: absolute
}

.overview-box .app-fetured-item .app-item.item-one {
    background-image: -webkit-linear-gradient(40deg, #e87e16 0, #f0de14 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(224, 149, 32, 0.4);
    box-shadow: 0 20px 40px 0 rgba(224, 149, 32, 0.4);
    right: 0;
    top: -150px;
    z-index: 1
}

.overview-box .app-fetured-item .app-item.item-two {
    background-image: -webkit-linear-gradient(40deg, #13C4A1 0, #41CBB0 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(19, 196, 161, 0.4);
    box-shadow: 0 20px 40px 0 rgba(19, 196, 161, 0.4);
    left: 60px;
    top: 0
}

.overview-box .app-fetured-item .app-item.item-three {
    background-image: -webkit-linear-gradient(40deg, #008000 0, #268B26 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 128, 0, 0.4);
    box-shadow: 0 20px 40px 0 rgba(0, 128, 0, 0.4);
    left: 90px;
    bottom: -10px
}

.overview-box .app-fetured-item .app-item.item-four {
    background-image: -webkit-linear-gradient(40deg, #FF8A73 0, #F89B88 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(255, 138, 115, 0.4);
    box-shadow: 0 20px 40px 0 rgba(255, 138, 115, 0.4);
    right: 35px;
    top: -15px
}

.overview-box .app-fetured-item .app-item i {
    font-size: 40px;
    color: #fff
}

.overview-box .app-fetured-item .app-item h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0
}

.cta-area {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background-image: url(../img/cta-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.cta-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13c4a1;
    opacity: .87
}

.cta-area p {
    color: #fff;
    font-size: 25px;
    font-weight: 700
}

.cta-area .btn:hover::after,
.cta-area .btn:hover::before {
    background: #fff
}

.cta-area .btn-primary:not(:disabled):not(.disabled).active,
.cta-area .btn-primary:not(:disabled):not(.disabled):active,
.cta-area .btn-primary .show>.btn-primary.dropdown-toggle {
    color: #FF8A73;
    background: #fff
}

.cta-area .btn-primary:hover,
.cta-area .btn-primary:focus {
    background: #fff;
    color: #FF8A73
}

.saas-tools {
    position: relative;
    z-index: 1
}

.saas-tools .bubble-animate .circle.small {
    opacity: .1
}

.saas-tools .bubble-animate .circle.medium {
    opacity: .1
}

.tab {
    overflow: hidden;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 6px 13px 0 rgba(137, 173, 255, 0.35);
    box-shadow: 0 6px 13px 0 rgba(137, 173, 255, 0.35);
    border-radius: 5px
}

.tab .tabs {
    list-style-type: none;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab .tabs li {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center
}

.tab .tabs li:first-child {
    padding-left: 0
}

.tab .tabs li:last-child {
    padding-right: 0
}

.tab .tabs li a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block
}

.tab .tabs li a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffe9da;
    color: #FF8A73;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: .4s;
    transition: .4s
}

.tab .tabs li a:hover {
    color: #13c4a1
}

.tab .tabs li a:hover i {
    color: #fff;
    background: #13c4a1
}

.tab .tabs li.current i {
    color: #fff;
    background: #13c4a1
}

.tab .tabs li.current a {
    color: #13c4a1
}

.tab .tab_content .tabs_item {
    display: none
}

.tab .tab_content .tabs_item:first-child {
    display: block
}

.tab .tab_content .tabs_item .tabs_item_content h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.tab .tab_content .tabs_item .tabs_item_content p {
    margin-bottom: 0
}

.tab .tab_content .tabs_item .tabs_item_content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 15px
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
    margin-top: 10px;
    font-weight: 400;
    color: #818992
}

.tab .tab_content .tabs_item .tabs_item_content ul li:first-child {
    margin-top: 0
}

.tab .tab_content .tabs_item .tabs_item_content ul li i {
    margin-right: 3px;
    font-size: 14px;
    color: #13c4a1
}

.single-funfact {
    position: relative;
    text-align: center;
    border: 1px solid #edf5ff;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px
}

.single-funfact .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.single-funfact h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 25px 0 8px
}

.single-funfact p {
    font-size: 17px
}

.single-funfact:hover {
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    background-color: #fff
}

.single-funfact:hover .icon {
    background: #13c4a1;
    color: #fff
}

.single-funfact-box {
    position: relative;
    padding-left: 90px
}

.single-funfact-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.single-funfact-box h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff
}

.single-funfact-box p {
    font-size: 17px;
    color: #fff
}

.single-funfact-box:hover .icon {
    background: #FF8A73;
    color: #fff
}

.fun-facts-inner-area {
    margin-top: 100px
}

.fun-facts-inner-area .fun-facts-inner-content {
    max-width: 540px
}

.fun-facts-inner-area .fun-facts-inner-content h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 15px
}

.fun-facts-inner-area .fun-facts-inner-content p {
    margin-bottom: 15px
}

.fun-facts-inner-area .fun-facts-inner-content ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.fun-facts-inner-area .fun-facts-inner-content ul li {
    color: #818992;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px
}

.fun-facts-inner-area .fun-facts-inner-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #13c4a1
}

.fun-facts-inner-area .fun-facts-inner-content ul li:last-child {
    margin-bottom: 0
}

.app-funfacts-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/cta-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-bottom: 70px
}

.app-funfacts-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13c4a1;
    opacity: .87
}

.app-funfacts-area .single-funfact {
    border: none;
    padding: 0;
    margin-bottom: 30px
}

.app-funfacts-area .single-funfact h3 {
    color: #fff
}

.app-funfacts-area .single-funfact p {
    color: #fff
}

.app-funfacts-area .single-funfact:hover {
    background: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.app-funfacts-area .single-funfact:hover .icon {
    background: #FF8A73;
    color: #fff
}

.saas-work-process {
    position: relative;
    z-index: 1;
    background-image: url(../img/cta-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.saas-work-process::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13c4a1;
    opacity: .87
}

.saas-work-process .section-title h2,
.saas-work-process .section-title p {
    color: #fff
}

.saas-work-process .section-title .bar {
    background: #fff
}

.saas-work-process .section-title .bar::before {
    background: #13c4a1
}

.single-work-process {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1
}

.single-work-process::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.single-work-process .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.single-work-process h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px
}

.single-work-process:hover {
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    background-color: #fff
}

.single-work-process:hover .icon {
    background: #13c4a1;
    color: #fff
}

.single-work-process:hover::before {
    bottom: -5px
}

.project-area {
    position: relative;
    z-index: 1
}

.project-area .owl-theme .owl-nav {
    margin-top: 20px
}

.project-area .owl-theme .owl-nav [class*=owl-] {
    color: #FF8A73;
    font-size: 30px;
    margin: 0 3px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.project-area .owl-theme .owl-nav [class*=owl-]:hover {
    color: #13c4a1
}

.project-area .owl-theme .owl-controls {
    line-height: .1
}

.single-project {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
    box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
    margin-bottom: 30px;
    border-radius: 5px
}

.single-project .project-content {
    text-align: left;
    padding: 30px
}

.single-project .project-content h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0
}

.single-project .project-content span {
    display: block;
    margin-bottom: 10px;
    color: #FF8A73
}

.single-project .project-image {
    position: relative
}

.single-project .project-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: .4s;
    transition: .4s
}

.single-project .project-image a {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.single-project .project-image a:hover {
    color: #13c4a1
}

.single-project .project-image img {
    -webkit-transform-style: unset !important;
    transform-style: unset !important;
    border-radius: 5px
}

.single-project:hover .project-image::before {
    visibility: visible;
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.single-project:hover .project-image a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.project-details-image {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center
}

.project-details-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.project-details-image a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden
}

.project-details-image:hover::before {
    opacity: .77;
    visibility: visible
}

.project-details-image:hover a {
    opacity: 1;
    visibility: visible;
    margin-top: -20px
}

.project-details-desc h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px
}

.project-details-desc p {
    margin-bottom: 15px
}

.project-details-desc .project-details-information {
    overflow: hidden
}

.project-details-desc .project-details-information .single-info-box {
    float: left;
    width: 20%;
    margin-top: 30px
}

.project-details-desc .project-details-information .single-info-box h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.project-details-desc .project-details-information .single-info-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.project-details-desc .project-details-information .single-info-box ul li {
    display: inline-block
}

.project-details-desc .project-details-information .single-info-box ul li a {
    margin-right: 4px;
    color: #818992
}

.project-details-desc .project-details-information .single-info-box ul li a:hover {
    color: #13c4a1
}

.single-image {
    text-align: center;
    position: relative
}

.single-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: .4s;
    transition: .4s
}

.single-image a {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.single-image a:hover {
    color: #13c4a1
}

.single-image:hover::before {
    visibility: visible;
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.single-image:hover a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.get-started {
    position: relative;
    z-index: 1
}

.get-started-form {
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 3px
}

.get-started-form form .btn {
    display: block;
    width: 100%;
    letter-spacing: 2px
}

.get-started-form form p {
    margin-top: 15px
}

.get-started-form form p a {
    color: #50a1ff
}

.get-started-form form p a:hover {
    color: #13c4a1
}

.screenshot-slides.owl-theme .owl-nav {
    margin-top: 135px
}

.screenshot-slides.owl-theme .owl-nav [class*=owl-] {
    color: #FF8A73;
    font-size: 30px;
    margin: 0 3px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.screenshot-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #13c4a1
}

.screenshot-slides.owl-theme .owl-controls {
    line-height: .1
}

.screenshot-contain {
    position: relative;
    margin-top: 82px
}

.screenshot-contain .mobile-light {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: auto;
    top: -82px;
    z-index: 2
}

.screenshot-contain .screenshot-item img {
    -webkit-transform-style: unset !important;
    transform-style: unset !important;
    width: unset !important
}

.next-generation-virtual-reality {
    padding-bottom: 60px
}

.next-generation-virtual-reality .single-item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 55px
}

.next-generation-virtual-reality .single-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.next-generation-virtual-reality .single-item h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.next-generation-virtual-reality .single-item:hover .icon {
    color: #FF8A73
}

.feedback-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.feedback-area .svg-feedback-bottom {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: -1
}

.single-feedback {
    position: relative;
    padding: 30px;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 50px
}

.single-feedback .client-info img {
    -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
    clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin: 0 auto;
    width: 115px;
    height: 115px
}

.single-feedback .client-info h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 55px
}

.single-feedback .client-info span {
    color: #FF8A73;
    font-size: 15px
}

.single-feedback p {
    margin-top: 25px
}

.single-feedback::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #13c4a1;
    border-radius: 0 0 3px 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.single-feedback:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(137, 173, 255, 0.35);
    box-shadow: 0 0 20px 5px rgba(137, 173, 255, 0.35);
    background-color: #fff
}

.single-feedback-box {
    background: #fff;
    -webkit-box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
    box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
    margin-bottom: 30px;
    margin-left: 30px;
    border-radius: 5px;
    position: relative;
    padding: 30px 30px 30px 45px
}

.single-feedback-box .client-info img {
    position: absolute;
    left: -30px;
    width: 60px !important;
    height: 60px;
    top: 30px;
    border-radius: 50%;
    border: 3px solid #fff
}

.single-feedback-box .client-info h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px
}

.single-feedback-box .client-info span {
    color: #FF8A73;
    font-size: 15px
}

.single-feedback-box p {
    margin-top: 20px
}

.feedback-slides .owl-item .single-feedback {
    opacity: .5;
    -webkit-transition: .5s;
    transition: .5s
}

.feedback-slides .owl-item .single-feedback::before {
    opacity: 0;
    visibility: hidden
}

.feedback-slides .owl-item.active.center .single-feedback {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1)
}

.feedback-slides .owl-item.active.center .single-feedback::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.feedback-slides .owl-item.active.center .single-feedback-box {
    margin-top: 30px
}

.feedback-slides.owl-theme .owl-nav {
    margin-top: 20px
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
    color: #FF8A73;
    font-size: 30px;
    margin: 0 3px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #13c4a1
}

.feedback-slides.owl-theme .owl-controls {
    line-height: .1
}

.app-download {
    position: relative;
    z-index: 1
}

.app-download .section-title {
    text-align: left;
    margin-bottom: 0
}

.app-download .section-title .bar {
    margin-left: 0;
    margin-right: 0
}

.app-download .section-title p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px
}

.platform-connect {
    background: #fff url("../img/bg-point.png") no-repeat fixed left -600px center/auto
}

.platform-connect h2 {
    text-align: center;
    max-width: 520px;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto
    font-size:Orbitron;
}

.platform-connect .box {
    display: block;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    position: relative;
    padding: 15px 15px 15px 80px;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    background: #fff
}

.platform-connect .box img {
    position: absolute;
    left: 15px;
    top: 15px
}

.platform-connect .box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
    font-family:Electrolize;
}

.platform-connect .box span {
    text-transform: uppercase;
    color: #818992;
    font-size: 14px
}

.platform-connect .box i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: #818992;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 25px
}

.platform-connect .box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.platform-connect .box:hover i {
    color: #13c4a1
}

.boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -140px
}

.boxes-area .single-box {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.boxes-area .single-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #edf5ff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
}

.boxes-area .single-box h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px
}

.boxes-area .single-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.boxes-area .single-box:hover .icon {
    color: #fff;
    background: #FF8A73
}

.join-content span {
    display: block;
    color: #FF8A73;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase
}

.join-content h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.join-content p {
    margin-bottom: 25px
}

.partner-area {
    padding: 50px 0;
    border-top: 1px solid #edf5ff
}

.partner-area .item {
    text-align: center
}

.partner-area .item a {
    display: block
}

.partner-area .item a img {
    width: auto !important
}

.partner-area .owl-controls .owl-nav {
    margin-top: 0
}

.partner-area.app-partner {
    padding: 20px 0 0;
    border: 0
}

.partner-area.marketing-partner {
    border-bottom: 1px dashed #edf5ff;
    border-top: 1px dashed #edf5ff
}

.partner-area.software-partner {
    border-bottom: 1px dashed #edf5ff;
    border-top: none
}

.partner-area.startup-partner {
    border-bottom: 1px dashed #edf5ff;
    border-top: none
}

.bubble-animate {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

.bubble-animate .circle {
    background: #13c4a1;
    bottom: 0;
    position: absolute;
    border-radius: 50%
}

.bubble-animate .circle.small {
    width: 20px;
    height: 20px;
    opacity: 0.7
}

.bubble-animate .circle.small.square1 {
    left: 18%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.small.square2 {
    left: 36%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.small.square3 {
    left: 54%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.small.square4 {
    left: 72%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.small.square5 {
    left: 90%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.medium {
    width: 40px;
    height: 40px;
    opacity: 0.35
}

.bubble-animate .circle.medium.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.medium.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.medium.square3 {
    left: 63%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.medium.square4 {
    left: 84%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.medium.square5 {
    left: 105%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.large {
    width: 100px;
    height: 100px;
    opacity: 0.15
}

.bubble-animate .circle.large.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.large.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.large.square3 {
    left: 63%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.large.square4 {
    left: 84%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.bubble-animate .circle.large.square5 {
    left: 105%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes smallBubble {
    0% {
        top: 100%;
        margin-left: 10px
    }
    25% {
        margin-left: -10px
    }
    50% {
        margin-left: 10px
    }
    75% {
        margin-left: -10px
    }
    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px
    }
}

@keyframes smallBubble {
    0% {
        top: 100%;
        margin-left: 10px
    }
    25% {
        margin-left: -10px
    }
    50% {
        margin-left: 10px
    }
    75% {
        margin-left: -10px
    }
    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px
    }
}

@-webkit-keyframes mediumBubble {
    0% {
        top: 100%;
        margin-left: 15px
    }
    25% {
        margin-left: -15px
    }
    50% {
        margin-left: 15px
    }
    75% {
        margin-left: -15px
    }
    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px
    }
}

@keyframes mediumBubble {
    0% {
        top: 100%;
        margin-left: 15px
    }
    25% {
        margin-left: -15px
    }
    50% {
        margin-left: 15px
    }
    75% {
        margin-left: -15px
    }
    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px
    }
}

@-webkit-keyframes bigBubble {
    0% {
        top: 100%;
        margin-left: 20px
    }
    25% {
        margin-left: -20px
    }
    50% {
        margin-left: 20px
    }
    75% {
        margin-left: -20px
    }
    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px
    }
}

@keyframes bigBubble {
    0% {
        top: 100%;
        margin-left: 20px
    }
    25% {
        margin-left: -20px
    }
    50% {
        margin-left: 20px
    }
    75% {
        margin-left: -20px
    }
    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px
    }
}

.woocommerce-topbar {
    margin-bottom: 30px
}

.page-title-banner {
    position: relative;
    background: #e8b047;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 120px;
    text-align: center
}

.page-title-banner h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    font-family: Electrolize;
}

.page-title-banner .bubble-animate .circle {
    background: #fff
}

.pagination-area {
    text-align: center;
    margin-top: 40px
}

.pagination-area ul {
    padding: 0;
    margin: 0
}

.pagination-area ul .page-item .page-link {
    padding: 11px 20px;
    margin: 0 3px;
    color: #6f8ba4;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.pagination-area ul .page-item .page-link:hover,
.pagination-area ul .page-item .page-link:focus {
    color: #fff;
    background-color: #13c4a1;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.pagination-area ul .page-item.active .page-link {
    color: #fff;
    background-color: #13c4a1
}

.sidebar-area .widget {
    margin-bottom: 40px
}

.sidebar-area .widget.widget-search form {
    position: relative
}

.sidebar-area .widget.widget-search form .form-control {
    background: #edf5ff;
    border-color: transparent
}

.sidebar-area .widget.widget-search form .form-control:focus {
    border-color: #13c4a1
}

.sidebar-area .widget.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55px;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar-area .widget.widget-search form button:hover {
    background: #13c4a1;
    color: #fff
}

.sidebar-area .widget:last-child {
    margin-bottom: 0
}

.sidebar-area .widget .widget-title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 0
}

.sidebar-area .widget .bar {
    height: 4px;
    width: 65px;
    background: #13c4a1;
    margin: 12px 0 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.sidebar-area .widget .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.sidebar-area .widget.widget_product_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.sidebar-area .widget.widget_product_categories ul li {
    margin-bottom: 10px
}

.sidebar-area .widget.widget_product_categories ul li:last-child {
    margin-bottom: 0
}

.sidebar-area .widget.widget_product_categories ul li a {
    color: #818992;
    font-weight: 600;
    position: relative
}

.sidebar-area .widget.widget_product_categories ul li a:hover {
    color: #13c4a1;
    padding-left: 17px
}

.sidebar-area .widget.widget_product_categories ul li a:hover i {
    opacity: 1;
    visibility: visible;
    left: 0
}

.sidebar-area .widget.widget_product_categories ul li a i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar-area .widget.widget_post_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.sidebar-area .widget.widget_post_categories ul li {
    margin-bottom: 10px
}

.sidebar-area .widget.widget_post_categories ul li:last-child {
    margin-bottom: 0
}

.sidebar-area .widget.widget_post_categories ul li a {
    color: #818992;
    font-weight: 600;
    position: relative
}

.sidebar-area .widget.widget_post_categories ul li a:hover {
    color: #13c4a1;
    padding-left: 17px
}

.sidebar-area .widget.widget_post_categories ul li a:hover i {
    opacity: 1;
    visibility: visible;
    left: 0
}

.sidebar-area .widget.widget_post_categories ul li a i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a {
    background: #f5f9ff;
    color: #938da6;
    padding: 6px 26px;
    border-radius: 30px;
    margin-bottom: 5px;
    font-weight: 600
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #13c4a1
}

.sidebar-area .widget.widget_recent_posts ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.sidebar-area .widget.widget_recent_posts ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 110px
}

.sidebar-area .widget.widget_recent_posts ul li:last-child {
    margin-bottom: 0
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb a {
    display: block
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-content .date {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #828893
}

.sidebar-area .widget.widget_recent_products ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.sidebar-area .widget.widget_recent_products ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 110px
}

.sidebar-area .widget.widget_recent_products ul li:last-child {
    margin-bottom: 0
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-thumb a {
    display: block
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content .date {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #828893
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content ul {
    margin: -3px 0 -3px
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #ffba00;
    margin-right: -2px
}

.sidebar-area .widget.widget_text ul {
    padding: 0;
    margin: 0 -3px;
    list-style-type: none;
    overflow: hidden
}

.sidebar-area .widget.widget_text ul li {
    float: left;
    padding: 0 3px;
    width: 33.3333%;
    margin-bottom: 6px
}

.login-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px
}

.faq-accordion {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 60px;
    background: #fff;
    border-radius: 10px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item .accordion-title {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    background: #f5f9ff;
    font-size: 20px;
    font-weight: 700
}

.faq-accordion .accordion .accordion-item .accordion-title:hover,
.faq-accordion .accordion .accordion-item .accordion-title.active,
.faq-accordion .accordion .accordion-item .accordion-title:focus {
    background: #13c4a1;
    color: #fff
}

.faq-accordion .accordion .accordion-item .accordion-title.active {
    border-radius: 0
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0;
    line-height: 1.9
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block
}

.faq-contact {
    margin-top: 45px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 60px;
    border-radius: 4px
}

.faq-contact h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px
}

.faq-contact form .btn {
    margin-top: 15px
}

.notfound {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 40px;
    padding-left: 280px;
    max-width: 820px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    border-radius: 50px 5px 5px 50px
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url(../img/emoji.png);
    background-size: cover;
    margin-top: -68px
}

.notfound .notfound-404::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1
}

.notfound h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px
}

.notfound span {
    display: block;
    margin-bottom: 20px;
    color: #818992;
    font-size: 18px
}
.order-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 25px;
    border-radius: 5px
}

.order-details .order-table table {
    margin-bottom: 0;
    text-align: left
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    border-color: #eaedff;
    padding: 15px 20px
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #818992;
    border-color: #eaedff;
    font-size: 15px
}

.order-details .order-table table tbody tr td.product-name a {
    color: #818992;
    font-weight: 600
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #13c4a1
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #000;
    font-weight: 700
}

.order-details .payment-method {
    margin-top: 40px;
    border-top: 1px solid #eaedff;
    padding-top: 35px
}

.order-details .payment-method p {
    font-size: 14px
}

.order-details .payment-method p [type="radio"]:checked,
.order-details .payment-method p [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.order-details .payment-method p [type="radio"]:checked + label,
.order-details .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 30px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 8px
}

.order-details .payment-method p [type="radio"]:checked + label::before,
.order-details .payment-method p [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-method p [type="radio"]:checked + label::after,
.order-details .payment-method p [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #13c4a1;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.order-details .payment-method p [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.order-details .payment-method p [type="radio"]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.order-details .btn.order-btn {
    display: block;
    margin-top: 25px;
}

.contact-info-box {
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 30px;
}

.contact-info-box .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 30px;
    color: #13c4a1;
    -webkit-transition: .4s;
    transition: .4s
};

.contact-info-box h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px;
}

.contact-info-box p {
    margin-bottom: 0;
}

.contact-info-box p a {
    color: #818992;
}

.contact-info-box p a:hover {
    color: #13c4a1;
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-info-box:hover .icon {
    color: #fff;
    background: #FF8A73;
}

#contactForm .help-block ul {
    margin: 0;
}

#contactForm .help-block ul li {
    color: red;
}

#contactForm .btn {
    margin-top: 10px;
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
    margin: 20px 0 0;
}

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area .single-footer-widget .logo {
    display: block;
    margin-bottom: 25px;
}

.footer-area .single-footer-widget .logo img {
    width: 150px;
    height: auto;
}

.footer-area .single-footer-widget p {
    margin-bottom: 0;
}

.footer-area .single-footer-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-area .single-footer-widget ul.social-list {
    margin-top: 20px;
}

.footer-area .single-footer-widget ul.social-list li {
    display: inline-block;
    margin-right: 10px;
}

.footer-area .single-footer-widget ul.social-list li a {
	color: #f45a5a;
	font-size: 28px;
}

.footer-area .single-footer-widget ul.social-list li a:hover {
    color: #13c4a1;
}

.footer-area .single-footer-widget ul.social-list li:last-child {
    margin-right: 0;
}

.footer-area .single-footer-widget ul.list li {
    margin-bottom: 9px;
}

.footer-area .single-footer-widget ul.list li a {
    display: block;
    color: #6f4666;
    font-weight: 600;
}

.footer-area .single-footer-widget ul.list li a:hover {
    color: #13c4a1;
    padding-left: 7px;
}

.footer-area .single-footer-widget ul.list li:last-child {
    margin-bottom: 0
}

.footer-area .single-footer-widget ul.list li p {
   color:#6f4666;
}
.footer-area .single-footer-widget ul.list li p img {
    width:30px;
}


.footer-area .single-footer-widget h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Nova Flat;
}

.footer-area.bg-image {
    background-image: url(../img/footer-shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.copyright-area {
    padding: 30px 0;
    margin-top: 100px;
    border-top: 1px solid #f4d7c2;
}

.copyright-area ul {
    text-align: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.copyright-area ul li {
    display: inline-block;
    position: relative;
    padding-left: 17px;
}

.copyright-area ul li::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 5px;
    background: #FF8A73;
    width: 2px;
    height: 12px;
}

.copyright-area ul li:first-child::before {
    display: none;
}

.copyright-area ul li a {
    color: #818992;
}

.copyright-area ul li a:hover {
    color: #13c4a1;
}

.back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -7.5%;
    height: 15px;
    cursor: pointer;
    width: 40px;
    padding: 1px 5px;
    font-size: 18px;
    font-weight: bold;
    color: transparent;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    outline: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #818992;
}

.back-to-top::before,
.back-to-top::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
}

.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #818992
}

.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #fbb42e;
}

.back-to-top:hover,
.back-to-top:focus {
    opacity: 1;
    text-decoration: none;
    height: 40px;
    color: #fff;
}

.back-to-top.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}