<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 15px
    }
}

.large-container {
    position: static;
    max-width: 1600px;
    padding: 0;
    margin: 0 auto
}

.container-fluid {
    padding: 0 15px
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

a:hover {
    text-decoration: none;
    outline: 0
}

input, button, select, textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all 500ms ease
}

button:focus, input:focus, textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: all 500ms ease
}

p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: #5e5e5e;
    margin-bottom: 0;
    font-style: normal;
    transition: all 500ms ease
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #09092b;
    font-weight: 400;
    margin: 0;
    transition: all 500ms ease
}

.centred {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

figure {
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.1)
    }
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 17px 38.5px;
    background: #ff8a42;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-shadow: 0 15px 20px rgba(71, 25, 171, 0.10)
}

.theme-btn:hover {
    background: #00c569;
    color: #fff
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 17px 38.5px;
    background: #ff8a42;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-shadow: 0 15px 20px rgba(71, 25, 171, 0.10)
}

.theme-btn-two:hover {
    background: #00c569;
    color: #fff
}

.theme-btn-three {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 17px 42.5px;
    background: #00c569;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-shadow: 0 15px 20px rgba(71, 25, 171, 0.10)
}

.theme-btn-three:hover {
    background: #ff8a42;
    color: #fff
}

.theme-btn-four {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 17px 48.5px;
    background: #f8552e;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.theme-btn-four:hover {
    background: #00c569;
    color: #fff
}

.pagination {
    position: relative;
    display: block
}

.pagination li {
    display: inline-block;
    margin: 0 3px
}

.pagination li a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #3a3952;
    transition: all 500ms ease
}

.pagination li a:hover, .pagination li a.active {
    color: #fff;
    background: #4645d5;
    border-color: #4645d5
}

.sec-pad {
    padding: 141px 0 150px 0
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #320c85;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif)
}

.scroll-top {
    position: fixed;
    right: -10%;
    bottom: 50px;
    font-size: 15px;
    line-height: 20px;
    z-index: 99;
    color: #f8552e;
    background: transparent;
    text-align: center;
    cursor: pointer;
    transition: all 900ms
}

.scroll-top .text {
    position: relative;
    display: block;
    color: #f8552e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.scroll-top.open {
    right: 30px
}

.sec-title {
    position: relative;
    display: block
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 16px
}

.sec-title p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #5e5e5e
}

.bg-color-1 {
    background: #f5f9ff
}

.bg-color-2 {
    background: #582db3
}

.bg-color-3 {
    background: #491aaf
}

.bg-color-4 {
    background: #f9f8ff
}

.bg-color-5 {
    background: #7462df
}

.bg-color-6 {
    background: #01ac5c
}

.bg-color-7 {
    background: #1832aa
}

.bg-color-8 {
    background: #f5f9ff
}

.bg-color-9 {
    background: #f9faff
}

.bg-color-10 {
    background: #f6f7ff
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #582db3;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .outer-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.main-header .outer-container .main-box {
    position: relative;
    display: block
}

.main-header .outer-container .main-box .logo-box {
    position: relative;
    float: left
}

.main-header .outer-container .main-box .logo-box .logo {
    position: relative;
    display: inline-block;
    padding: 57px 0 20px 0
}

.main-header .outer-container .main-box .nav-outer {
    position: relative;
    float: right
}

.main-header .outer-container .main-box .nav-outer .menu-area {
    position: relative;
    float: left;
    margin-right: 30px
}

.main-header .outer-container .main-box .nav-outer .outer-box {
    position: relative;
    float: left;
    margin-top: 50px
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 11px 41.5px
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a:hover {
    background: #ff8a42;
    border-color: #ff8a42
}

.main-menu {
    position: relative;
    display: block
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation &gt; li {
    position: relative;
    float: left;
    margin: 0 20px
}

.main-menu .navigation &gt; li:first-child {
    margin-left: 0
}

.main-menu .navigation &gt; li &gt; a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    opacity: 1;
    text-transform: capitalize;
    padding: 60px 0 30px 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; a:hover, .main-menu .navigation &gt; li.current &gt; a {
    color: #ff8a42
}

.main-menu .navigation {
    position: relative
}

.main-menu .navigation &gt; li &gt; ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #ff8a42;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10)
}

.main-menu .navigation &gt; li &gt; ul &gt; li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; ul &gt; li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child {
    border-bottom: 0
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 6px 0;
    line-height: 24px;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover {
    background: #ff8a42;
    border-bottom: 1px solid #ff8a42
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover a {
    color: #fff;
    padding-left: 10px
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child:hover {
    border-bottom: 0
}

.main-menu .navigation &gt; li.dropdown:hover &gt; ul {
    visibility: visible;
    opacity: 1
}

.main-menu .navbar-collapse &gt; ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    font-size: 17px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: none
}

.navbar-header {
    display: none
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 0;
    background-color: #fff;
    border-top: 3px solid #ff8a42;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05)
}

.main-menu .navigation li &gt; ul &gt; li.dropdown:hover &gt; ul {
    visibility: visible;
    opacity: 1;
    top: 0
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 7px 30px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child {
    border-bottom: 0
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 6px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #222 !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover {
    color: #fff !important;
    background: #ff8a42;
    padding-left: 25px
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
    color: #fff !important;
    padding-left: 25px
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown .dropdown-btn {
    display: none
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:after {
    position: absolute;
    content: "\f105";
    font-size: 16px;
    color: #222;
    top: 6px;
    right: -12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown:hover &gt; a:after {
    color: #fff
}

.sticky-header .main-menu .navigation &gt; li {
    margin: 0
}

.sticky-header .main-menu .navigation &gt; li &gt; a {
    padding: 22px 30px !important
}

.sticky-header .main-menu .navigation &gt; li &gt; a {
    color: #fff
}

.sticky-header .main-menu .navigation &gt; li.current &gt; a, .sticky-header .main-menu .navigation &gt; li:hover &gt; a {
    background: transparent;
    color: #fff !important
}

.sticky-header .logo-box {
    position: relative;
    float: left;
    padding: 18px 0 17px 0
}

.sticky-header .menu-area {
    position: relative;
    float: right
}

.sticky-header .main-menu .navigation &gt; li &gt; a:before {
    display: none
}

.sticky-header .main-menu .navbar-collapse &gt; ul li.dropdown .dropdown-btn {
    display: none
}

.banner-section {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 345px 0 230px 0
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.banner-section .content-box {
    position: relative;
    display: block;
    margin-right: 40px
}

.banner-section .content-box h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 27px
}

.banner-section .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 60px
}

.banner-section .image-box {
    position: relative;
    display: block;
    margin-right: -215px;
    min-height: 360px
}

.banner-section.style-one .image-box .image {
    box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
    border-radius: 45px
}

.banner-section.style-one .image-box .image img {
    width: 100%;
    border-radius: 45px
}

.banner-section .image-box .image-1 {
    position: absolute;
    left: 0;
    bottom: -245px
}

.banner-section .image-box .image-2 {
    position: absolute;
    top: -175px;
    right: 0
}

.works-section {
    position: relative;
    display: block;
    padding: 140px 0 120px 0
}

.work-content-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 15px 30px 15px;
    transition: all 500ms ease
}

.work-content-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 38px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-45deg, #9eb1fe 0, #5f7ceb 100%);
    transition: all 500ms ease
}

.work-content-one .inner-box:hover .icon-box {
    transform: scale(1.1)
}

.works-section .block-column:nth-child(2) .work-content-one .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #d295ff 0, #6f5bff 100%)
}

.works-section .block-column:last-child .work-content-one .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #38cddf 0, #3178d9 100%)
}

.work-content-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 9px
}

.work-content-one .inner-box h4 a {
    position: relative;
    display: inline-block;
    color: #2e2e2e
}

.work-content-one .inner-box h4 a:hover {
    color: #ff8a42
}

.works-section .sec-title {
    margin-bottom: 55px
}

.overview-section {
    position: relative;
    display: block
}

.overview-section .image-box {
    position: relative;
    display: block;
    margin: 12px 100px 0 -150px
}

.overview-section .image-box .image-1 {
    position: relative;
    float: right;
    z-index: 1
}

.overview-section .image-box .image-2 {
    position: absolute;
    left: 0;
    top: 45px
}

.overview-section .image-box .image {
    display: inline-block;
    border-radius: 15px;
    -webkit-box-shadow: 0 15px 40px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 40px 15px rgba(0, 0, 0, 0.1)
}

.overview-section .image-box .image img {
    border-radius: 15px
}

.overview-section .content-box p {
    margin-bottom: 32px;
    line-height: 32px
}

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

.overview-section .sec-title h2 {
    margin-bottom: 21px
}

.overview-section .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.overview-style-two {
    position: relative;
    display: block;
    padding-bottom: 160px
}

.overview-style-two .image-box {
    position: relative;
    display: block;
    margin: 0 -200px 0 100px
}

.overview-style-two .image-box .image-1 {
    position: relative
}

.overview-style-two .image-box .image-2 {
    position: absolute;
    top: 90px;
    right: 0
}

.overview-style-two .image-box .image {
    display: inline-block;
    border-radius: 15px;
    -webkit-box-shadow: 0 15px 40px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 40px 15px rgba(0, 0, 0, 0.1)
}

.overview-style-two .image-box .image img {
    border-radius: 15px
}

.overview-style-two .content-box p {
    margin-bottom: 32px;
    line-height: 32px
}

.overview-style-two .content-box p:last-child {
    margin-bottom: 0
}

.overview-style-two .sec-title h2 {
    margin-bottom: 21px
}

.overview-style-two .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.overview-style-two .content-box {
    position: relative;
    display: block;
    margin-top: 6px
}

.video-section {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.video-section:before {
    position: absolute;
    content: '';
    background: rgba(73, 26, 175, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.video-section .sec-title h2 {
    color: #fff
}

.video-section .sec-title p {
    color: #ded5f0
}

.video-section .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #6955e0;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.video-section .sec-title {
    margin-bottom: 72px
}

.video-section .video-inner {
    position: relative;
    display: block;
    margin-bottom: 110px
}

.pricing-section {
    position: relative;
    display: block
}

.pricing-section .sec-title {
    margin-bottom: 100px
}

.pricing-block-one .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    transition: all 500ms ease
}

.pricing-block-one .pricing-table:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 15px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.pricing-block-one .pricing-table:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.pricing-block-one .pricing-table .table-header {
    position: relative;
    display: block;
    padding: 34px 15px 22px 15px
}

.pricing-block-one .pricing-table .table-header .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #2e2e2e;
    transition: all 500ms ease
}

.pricing-block-one .pricing-table:hover .table-header .title, .pricing-block-one .pricing-table:hover .table-header .price {
    color: #fff
}

.pricing-block-one .pricing-table .table-header .price {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #491aaf;
    margin-bottom: 4px;
    transition: all 500ms ease
}

.pricing-block-one .pricing-table .table-header .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #828282;
    text-transform: uppercase;
    transition: all 500ms ease
}

.pricing-block-one .pricing-table:hover .table-header .text, .pricing-block-one .pricing-table:hover .table-content li, .pricing-block-one .pricing-table:hover .table-footer .trial-btn {
    color: #d2dbf8
}

.pricing-block-one .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 28px 15px 29px 15px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.pricing-block-one .pricing-table .table-content li {
    position: relative;
    display: block;
    margin-bottom: 18px;
    transition: all 500ms ease
}

.pricing-block-one .pricing-table .table-content li:last-child {
    margin-bottom: 0
}

.pricing-block-one .pricing-table .table-footer {
    position: relative;
    display: block;
    padding: 35px 95px 40px 95px
}

.pricing-block-one .pricing-table .table-footer .choose-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #ff8a42;
    border: 1px solid #ff8a42;
    border-radius: 30px;
    text-align: center;
    padding: 10px 35px;
    margin-bottom: 28px
}

.pricing-block-one .pricing-table:hover .table-footer .choose-btn {
    border-color: #fff;
    color: #fff
}

.pricing-block-one .pricing-table .table-footer .trial-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #2e2e2e;
    text-decoration: underline;
    transition: all 500ms ease
}

.fact-counter {
    position: relative;
    display: block;
    padding-bottom: 135px
}

.fact-counter .sec-title:before {
    position: absolute;
    content: '';
    background: url(../images/icons/map.png);
    width: 1126px;
    height: 575px;
    left: 0;
    top: -50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation-name: slideInDown;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear
}

.fact-counter .sec-title {
    position: relative;
    margin-bottom: 85px
}

.counter-block-one .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 32px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-45deg, #9eb1fe 0, #5f7ceb 100%)
}

.counter-block-one .count-outer .count-text {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #ff8a42;
    margin-bottom: 3px
}

.counter-block-one .count-outer span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #ff8a42
}

.counter-block-one .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #5e5e5e;
    font-weight: 400
}

.fact-counter .counter-block:nth-child(2) .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffca7f 0, #ff9358 100%)
}

.fact-counter .counter-block:nth-child(3) .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #d295ff 0, #6f5bff 100%)
}

.fact-counter .counter-block:last-child .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #a3f2b2 0, #41dfcd 100%)
}

.download-section {
    position: relative;
    display: block
}

.download-section .sec-title h2 {
    color: #fff;
    margin-bottom: 49px
}

.download-section .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 90px;
    margin-bottom: 39px
}

.download-section .content-box .inner-box .single-item .number {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #805fc7;
    border-radius: 50%
}

.download-section .content-box .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px
}

.download-section .content-box .inner-box .single-item h4 a {
    position: relative;
    display: inline-block;
    color: #fff
}

.download-section .content-box .inner-box .single-item h4 a:hover {
    color: #ff8a42
}

.download-section .content-box .inner-box .single-item .text {
    position: relative;
    display: block;
    color: #dbd1ef;
    line-height: 32px
}

.download-section .content-box .inner-box .download-btn {
    position: relative;
    display: block;
    padding-left: 80px;
    padding-top: 26px
}

.download-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    padding: 14.5px 36.5px;
    margin: 0 10px
}

.download-btn a:hover {
    border-color: #ff8a42;
    background: #ff8a42
}

.download-btn a i {
    position: relative;
    font-weight: 400;
    margin-right: 15px;
    font-size: 20px
}

.download-section .image-box {
    position: relative;
    margin-left: 50px;
    top: 60px
}

.download-section .image-box img {
    position: relative;
    max-width: none
}

.testimonial-section {
    position: relative;
    display: block
}

.testimonial-section .sec-title {
    margin-bottom: 55px
}

.testimonial-section .testimonial-inner {
    position: relative;
    display: block;
    margin: 0 -150px
}

.testimonial-block-one {
    position: relative;
    display: block;
    margin: 0 15px
}

.testimonial-block-one .inner-box .content-box {
    position: relative;
    display: block;
    padding: 15px 30px 41px 30px;
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 40px
}

.testimonial-block-one .inner-box .content-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 30px;
    height: 30px;
    left: 20px;
    bottom: -10px;
    transform: rotate(45deg);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.02)
}

.testimonial-block-one .inner-box .content-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #491aaf;
    font-weight: 700;
    margin-bottom: 6px
}

.testimonial-block-one .inner-box .content-box .text {
    position: relative;
    display: block;
    line-height: 32px;
    font-style: italic
}

.testimonial-block-one .inner-box .author-info {
    position: relative;
    display: block;
    padding: 8px 0 8px 95px
}

.testimonial-block-one .inner-box .author-info .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.testimonial-block-one .inner-box .author-info .author-thumb a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #00acee;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    z-index: 1
}

.testimonial-block-one .inner-box .author-info .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-one .inner-box .author-info .author-name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #2e2e2e
}

.testimonial-block-one .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.testimonial-section .owl-nav, .testimonial-section .owl-dots {
    display: none
}

.news-section {
    position: relative;
    display: block
}

.news-section .sec-title {
    margin-bottom: 85px
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #491aaf
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.news-block-one .inner-box:hover .image-box img {
    opacity: .5;
    transform: scale(1.05)
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 23px 30px 28px 25px
}

h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #2e2e2e
}

h4 a {
    position: relative;
    display: inline-block;
    color: #2e2e2e
}

h4 a:hover {
    color: #ff8a42
}

.news-block-one .inner-box .lower-content h4 {
    margin-bottom: 9px
}

.news-block-one .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 10px
}

.news-block-one .inner-box .lower-content .post-date i {
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600
}

.news-block-one .inner-box .lower-content .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #ff8a42;
    text-decoration: underline
}

.news-block-one .inner-box .lower-content .link-btn a:hover {
    color: #2e2e2e
}

.call-to-action {
    position: relative;
    display: block;
    padding: 100px 0 135px 0
}

.call-to-action .image-box img {
    position: relative;
    max-width: none;
    float: right
}

.call-to-action .subscribe-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 37px
}

.call-to-action .subscribe-form .form-group:last-child {
    margin-bottom: 0
}

.call-to-action .subscribe-form .form-group .checkbox {
    position: relative;
    display: block;
    margin-top: 9px
}

.call-to-action .subscribe-form .form-group .checkbox label {
    position: relative;
    left: 0;
    top: 0
}

.call-to-action .subscribe-form .form-group span {
    position: relative;
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 400;
    cursor: pointer;
    margin-left: 13px;
    z-index: 1
}

.call-to-action .sec-title {
    margin-bottom: 62px
}

.call-to-action .subscribe-form .theme-btn {
    padding: 17px 57px
}

.call-to-action .subscribe-form .form-group label {
    position: absolute;
    left: 27px;
    top: -9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #5e5e5e;
    background: #fff;
    margin: 0;
    padding: 0 5px;
    z-index: 1
}

.call-to-action .subscribe-form .form-group input[type='text'], .call-to-action .subscribe-form .form-group input[type='email'], .call-to-action .subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    padding: 10px 20px;
    color: #5e5e5e;
    transition: all 500ms ease
}

.call-to-action .subscribe-form .form-group textarea {
    height: 100px;
    resize: none
}

.call-to-action .subscribe-form .form-group input:focus, .call-to-action .subscribe-form .form-group textarea:focus {
    border-color: #ff8a42
}

.call-to-action .subscribe-form .form-group .create-acc {
    position: relative;
    float: left
}

.call-to-action .subscribe-form .form-group .message-btn {
    position: relative;
    float: right;
    margin-top: -7px
}

.call-to-action .subscribe-form .form-group .message-btn .theme-btn {
    padding: 17px 57px
}

.call-to-action .content-box {
    position: relative;
    display: block;
    margin: 38px 0 0 70px
}

.main-footer {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.main-footer .footer-top {
    position: relative;
    display: block;
    padding: 120px 0 95px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.main-footer .footer-top .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 19px
}

.main-footer .footer-top .logo-widget .widget-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #d8cfe8;
    margin-bottom: 51px
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li:last-child {
    margin-right: 0
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #d7cfe9;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li a:hover {
    border-color: #ff8a42;
    background: #ff8a42
}

.main-footer .footer-top .logo-widget {
    position: relative;
    display: block;
    margin-right: 50px;
    margin-top: 8px
}

.main-footer .footer-top .widget-title {
    color: #fff;
    margin-bottom: 24px
}

.main-footer .footer-top .links-widget .widget-content ul li {
    position: relative;
    display: block;
    margin-bottom: 6px
}

.main-footer .footer-top .links-widget .widget-content ul li:last-child {
    margin-bottom: 0
}

.main-footer .footer-top .links-widget .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #d9d0ec
}

.main-footer .footer-top .links-widget .widget-content ul li a:hover {
    color: #ff8a42
}

.main-footer .footer-bottom {
    position: relative;
    display: block;
    padding: 32px 0 35px 0
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 25px
}

.main-footer .footer-bottom .footer-nav li:last-child {
    margin-right: 0
}

.main-footer .footer-bottom .footer-nav li a, .main-footer .footer-bottom .copyright, .main-footer .footer-bottom .copyright a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.main-footer .footer-bottom .footer-nav li a:hover, .main-footer .footer-bottom .copyright a:hover {
    color: #ff8a42
}

.banner-section.style-two {
    background-position: bottom center;
    padding-bottom: 290px
}

.banner-section.style-two .image-box .image-2 {
    top: -215px
}

.banner-section.style-two .image-box {
    margin-right: -260px
}

.banner-section.style-two .image-box .image-3 {
    position: absolute;
    right: -115px;
    bottom: -350px
}

.banner-section.style-two .image-box .image-1 {
    bottom: -350px;
    left: -85px
}

.feature-section {
    position: relative;
    display: block;
    padding: 150px 0 120px 0;
    z-index: 1
}

.feature-section .sec-title {
    position: relative;
    display: block;
    margin-bottom: 85px
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 64px 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
    transition: all 500ms ease
}

.feature-block-one .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.feature-block-one .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 33px;
    box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
    background-image: -webkit-linear-gradient(0deg, #ff6506 0, #ff863b 100%)
}

.feature-block-one .inner-box h4 {
    margin-bottom: 9px;
    transition: all 500ms ease
}

.feature-block-one .inner-box h4 a, .feature-block-one .inner-box .text {
    position: relative;
    transition: all 500ms ease
}

.feature-block-one .inner-box:hover h4, .feature-block-one .inner-box:hover h4 a, .feature-block-one .inner-box:hover .text {
    color: #fff
}

.overview-style-three {
    position: relative;
    display: block;
    background: #fff;
    padding: 28px 0 134px 0
}

.overview-style-three:before {
    position: absolute;
    content: '';
    background: url(../images/background/overview-bg.png);
    width: 100%;
    height: 1278px;
    top: -313px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.overview-style-three .image-box {
    position: relative;
    display: block;
    margin-right: 38px
}

.overview-style-three .image-box .image {
    position: relative;
    display: inline-block;
    box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
    border-radius: 50px
}

.overview-style-three .image-box img {
    width: 100%;
    border-radius: 50px
}

.overview-style-three .content-box .sec-title h2, .overview-style-three .content-box .sec-title p {
    color: #fff
}

.overview-style-three .content-box .sec-title h2 {
    margin-bottom: 21px
}

.overview-style-three .content-box .sec-title {
    margin-bottom: 56px
}

.overview-style-three .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 80px;
    margin-bottom: 52px
}

.overview-style-three .content-box .inner-box .single-item:last-child {
    margin-bottom: 0
}

.overview-style-three .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 33px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(0deg, #ff6506 0, #ff863b 100%)
}

.overview-style-three .content-box .inner-box .single-item h4 {
    margin-bottom: 10px
}

.overview-style-three .content-box .inner-box .single-item h4, .overview-style-three .content-box .inner-box .single-item h4 a {
    color: #fff
}

.overview-style-three .content-box .inner-box .single-item h4 a:hover {
    color: #ff8a42
}

.overview-style-three .content-box .inner-box .single-item .text {
    position: relative;
    display: block;
    color: #cdd1fa;
    line-height: 28px
}

.overview-style-three .content-box {
    position: relative;
    display: block;
    margin-top: 48px
}

.wemade-section {
    position: relative;
    display: block;
    padding: 70px 0 100px 0
}

.wemade-section .content-box {
    position: relative;
    display: block;
    margin: 61px 80px 0 0
}

.wemade-section .content-box .sec-title h2 {
    margin-bottom: 21px
}

.wemade-section .content-box .text p {
    position: relative;
    display: block;
    line-height: 32px;
    margin-bottom: 32px
}

.wemade-section .content-box .text p:last-child {
    margin-bottom: 0
}

.wemade-section .content-box .text {
    margin-bottom: 50px
}

.wemade-section .image-box {
    position: relative;
    display: block;
    margin: 0 -300px 0 0
}

.wemade-section .image-box .image-1 {
    position: relative;
    display: inline-block;
    box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
    border-radius: 45px
}

.wemade-section .image-box .image-1 img {
    width: 100%;
    border-radius: 45px
}

.wemade-section .image-box .image-2 {
    position: absolute;
    top: 20px;
    left: 300px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px
}

.wemade-section .image-box .image-3 {
    position: absolute;
    top: 55px;
    right: -5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px
}

.wemade-section .image-box .image-2 img, .wemade-section .image-box .image-3 img {
    width: 100%;
    border-radius: 15px
}

.whychoose-section {
    position: relative;
    display: block;
    padding: 75px 0 200px 0
}

.whychoose-section .video-box {
    position: relative;
    display: block;
    margin-left: -140px;
    margin-right: 30px
}

.whychoose-section .video-inner {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 207px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.whychoose-section .video-inner:before {
    position: absolute;
    content: '';
    background: url(../images/icons/video-shap.png);
    width: 617px;
    height: 500px;
    left: -20px;
    top: 20px;
    background-repeat: no-repeat;
    z-index: -1
}

.whychoose-section .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #6955e0;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.whychoose-section .sec-title {
    margin-bottom: 35px
}

.whychoose-section .content-box .list-content li {
    position: relative;
    display: block;
    color: #2e2e2e;
    padding: 0 0 0 35px;
    margin-bottom: 21px
}

.whychoose-section .content-box .list-content li:last-child {
    margin-bottom: 0
}

.whychoose-section .content-box .list-content li:before {
    position: absolute;
    content: "\f112";
    font-family: 'Flaticon';
    font-size: 18px;
    color: #00c569;
    left: 0;
    top: 1px
}

.whychoose-section .content-box .list-content {
    position: relative;
    display: block;
    margin-bottom: 52px
}

.whychoose-section .content-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 26px
}

.download-style-two {
    position: relative;
    display: block;
    padding: 250px 0 100px 0;
    background: #fff
}

.download-style-two:before {
    position: absolute;
    content: '';
    background: url(../images/background/download-bg.png);
    width: 100%;
    height: 920px;
    top: -15px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.download-style-two .content-box .sec-title h2 {
    color: #fff;
    margin-bottom: 21px
}

.download-style-two .content-box .text p {
    position: relative;
    display: block;
    color: #cdd1fa;
    line-height: 32px;
    margin-bottom: 32px
}

.download-style-two .content-box .text p:last-child {
    margin-bottom: 0
}

.download-style-two .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.download-style-two .content-box {
    position: relative;
    display: block;
    margin-right: 70px
}

.download-style-two .image-box {
    position: relative;
    display: block;
    margin-right: -130px
}

.download-style-two .image-box .image-2 {
    position: absolute;
    top: -335px;
    right: 0
}

.pricing-style-two {
    position: relative;
    display: block;
    padding-top: 38px;
    padding-bottom: 150px
}

.pricing-style-two .sec-title {
    margin-bottom: 85px
}

.pricing-block-two .pricing-table .table-header {
    position: relative;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 39px 15px 34px 15px
}

.pricing-block-two .pricing-table .table-header .title {
    font-weight: 500;
    margin-bottom: 6px
}

.pricing-block-two .pricing-table .table-header .price {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    color: #5a68ef
}

.pricing-block-two .pricing-table .table-content ul li {
    position: relative;
    display: block;
    margin-bottom: 17px
}

.pricing-block-two .pricing-table .table-content ul li:last-child {
    margin-bottom: 0
}

.pricing-block-two .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 41px 15px 42px 15px
}

.pricing-block-two .pricing-table .table-footer {
    position: relative;
    display: block;
    padding-bottom: 24px
}

.pricing-block-two .pricing-table .table-footer .text {
    position: relative;
    display: block;
    color: #2e2e2e;
    padding: 14px 15px 16px 15px;
    margin-bottom: 25px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.pricing-block-two .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #ff8a42;
    border: 1px solid #ff8a42;
    border-radius: 30px;
    text-align: center;
    padding: 12px 50px
}

.pricing-block-two .pricing-table .table-footer a:hover {
    background: #ff8a42;
    color: #fff
}

.pricing-style-two .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 25px
}

.pricing-style-two .inner-box .pricing-column:first-child {
    padding-right: 0;
    border-right: 1px solid #e3e3e3
}

.pricing-style-two .inner-box .pricing-column:last-child {
    padding-left: 0
}

.testimonial-style-two {
    position: relative;
    display: block;
    padding: 141px 0 110px 0
}

.testimonial-style-two .sec-title {
    margin-bottom: 85px
}

.testimonial-block-two .inner-box .author-thumb {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-bottom: 21px
}

.testimonial-block-two .inner-box .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-two .inner-box .author-thumb a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #00acee;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: #fff
}

.testimonial-block-two {
    position: relative;
    display: block;
    max-width: 780px;
    width: 100%;
    margin: 0 auto
}

.testimonial-block-two .inner-box .text {
    position: relative;
    display: block;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 24px
}

.testimonial-block-two .inner-box .author-info .author-name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #2e2e2e;
    font-weight: 500
}

.testimonial-block-two .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500
}

.testimonial-style-two .owl-prev {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #ff8a42;
    border: 1px solid #ff8a42;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 500ms ease
}

.testimonial-style-two .owl-next {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #ff8a42;
    border: 1px solid #ff8a42;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 500ms ease
}

.testimonial-style-two .owl-next:hover, .testimonial-style-two .owl-prev:hover {
    background: #ff8a42;
    color: #fff;
    box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50)
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
    border: 0;
    background: #c9cefa;
    height: 10px;
    width: 10px;
    cursor: pointer;
    transition: all 500ms ease
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover {
    background: #5a68ef
}

.testimonial-style-two .owl-dots {
    margin-top: 66px
}

.news-style-two {
    padding: 141px 0 150px 0
}

.news-style-two .news-block-one .inner-box .text {
    position: relative;
    display: block;
    line-height: 28px
}

.news-style-two .news-block-one .inner-box .lower-content {
    padding: 28px 15px 24px 25px;
    border-bottom: 1px solid #e7e7e7
}

.news-style-two .news-block-one .inner-box .lower-content h4 {
    margin-bottom: 10px
}

.news-style-two .news-block-one .inner-box .lower-content .post-date {
    margin-bottom: 7px
}

.news-block-one .inner-box .info-box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 17px 25px 6px 25px
}

.news-block-one .inner-box .info-box li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 26px;
    color: #5e5e5e
}

.news-block-one .inner-box .info-box li:last-child {
    float: right
}

.news-block-one .inner-box .info-box li i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #7f7f7f;
    margin-right: 10px
}

.subscribe-section {
    position: relative;
    display: block
}

.subscribe-section .inner-content {
    position: relative;
    display: block;
    background: url(../images/icons/subscribe-bg.png);
    padding: 98px 80px 56px 90px;
    background-repeat: no-repeat;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: -160px
}

.subscribe-section .inner-content .subscribe-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 0
}

.subscribe-section .inner-content .subscribe-form .form-group .field-input {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%
}

.subscribe-section .inner-content .subscribe-form .form-group .field-input i {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 15px;
    color: #6c6c6c
}

.subscribe-section .inner-content .subscribe-form input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    padding: 10px 70px 10px 20px;
    transition: all 500ms ease
}

.subscribe-section .inner-content .subscribe-form input:focus {
    border-color: #ff8a42
}

.subscribe-section .inner-content .subscribe-form .form-group button {
    position: absolute;
    top: -5px;
    right: 0
}

.subscribe-section .inner-content .sec-title h2 {
    margin-bottom: 11px
}

.subscribe-section .inner-content .sec-title {
    position: relative;
    display: block;
    margin-bottom: 44px
}

.main-footer.style-two {
    padding-top: 160px
}

.main-footer.style-two .footer-top {
    border: 0;
    padding-bottom: 90px
}

.banner-section.style-three {
    position: relative;
    padding-top: 223px;
    padding-bottom: 150px;
    background-color: #fff;
    background-size: auto;
    background-position: top center
}

.banner-section.style-three .image-box {
    margin: 0;
    margin-left: -125px
}

.banner-section.style-three .image-box .image-1 {
    position: relative;
    left: 0;
    bottom: 0
}

.banner-section.style-three .image-box img {
    max-width: none;
    float: left
}

.banner-section.style-three .content-box {
    margin-top: 58px
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-two {
    border-color: #00c569;
    color: #fff;
    background: #00c569
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-two:hover {
    background: #ff8a42;
    border-color: #ff8a42
}

.feature-style-two {
    position: relative;
    display: block;
    padding: 110px 0 80px 0
}

.feature-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 15px 27px 15px;
    margin-bottom: 45px
}

.feature-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 33px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-45deg, #9eb1fe 0, #5f7ceb 100%);
    transition: all 500ms ease
}

.feature-block-two .inner-box:hover .icon-box {
    transform: scale(1.1)
}

.feature-block-two .inner-box h4 {
    margin-bottom: 9px
}

.feature-style-two .feature-block:nth-child(2) .feature-block-two .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffcc80 0, #ff9257 100%)
}

.feature-style-two .feature-block:nth-child(3) .feature-block-two .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #d295ff 0, #705bff 100%)
}

.feature-style-two .feature-block:nth-child(4) .feature-block-two .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #a2f2b3 0, #41dfcd 100%)
}

.feature-style-two .feature-block:nth-child(5) .feature-block-two .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #38cfdf 0, #3179d9 100%)
}

.feature-style-two .feature-block:last-child .feature-block-two .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #b1fb87 0, #7fb724 100%)
}

.feature-style-two .sec-title {
    margin-bottom: 75px
}

.overview-section.style-three {
    padding: 150px 0 165px 0
}

.overview-section.style-three .content-box, .overview-section.style-four .content-box {
    margin-left: 70px;
    margin-top: 7px
}

.overview-section.style-three .image-box {
    margin: 0 85px 0 -180px
}

.overview-section.style-three .image-box .image-2, .overview-section.style-four .image-box .image-2 {
    left: inherit;
    right: -85px;
    top: 90px;
    z-index: 1
}

.overview-section.style-four .image-box {
    margin: 0 70px 0 -200px
}

.overview-section.style-four .image-box .image-2 {
    top: inherit;
    bottom: -30px
}

.overview-section.style-four .content-box {
    margin-top: 14px
}

.overview-section.style-four {
    padding: 150px 0 170px 0
}

.overview-style-two.style-five .image-box .image-2 {
    box-shadow: none;
    border-radius: 0;
    right: inherit;
    left: -120px;
    top: 50px
}

.overview-style-two.style-five .image-box {
    margin: 7px -230px 0 200px
}

.overview-style-two.style-five .content-box {
    margin-top: 0
}

.overview-style-two.style-five {
    padding: 143px 0 150px 0
}

.video-section.style-two {
    position: relative
}

.video-section.style-two .sec-title {
    margin-bottom: 92px
}

.video-section.style-two .video-inner {
    margin-bottom: 0
}

.pricing-style-three {
    position: relative;
    display: block
}

.pricing-style-three .sec-title {
    position: relative;
    display: block;
    margin-bottom: 85px
}

.tabs-box .tab {
    position: relative;
    display: none
}

.tabs-box .tab.active-tab {
    display: block
}

.tabs-box .tab {
    transform: scale(0) translateY(0px)
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px)
}

.pricing-style-three .pricing-inner {
    position: relative;
    display: block;
    margin: 0 15px
}

.pricing-style-three .pricing-inner .btn-column, .pricing-style-three .pricing-inner .content-column {
    padding: 0
}

.pricing-style-three .tabs-content {
    position: relative;
    display: block;
    margin: 0 15px
}

.pricing-style-three .tabs-content .pricing-column {
    padding: 0
}

.pricing-style-three .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f0eefc;
    border-right: 0
}

.pricing-style-three .pricing-column:last-child .pricing-table {
    border-right: 1px solid #f0eefc
}

.pricing-style-three .pricing-table .table-header {
    position: relative;
    display: block;
    padding: 28px 15px;
    background: #fff;
    border-bottom: 1px solid #f0eefc;
    transition: all 500ms ease
}

.pricing-style-three .pricing-table:hover .table-header {
    background: #6955e0
}

.pricing-style-three .pricing-table .table-header .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 6px;
    transition: all 500ms ease
}

.pricing-style-three .pricing-table .table-header .price {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #6955e0;
    font-weight: 600;
    transition: all 500ms ease
}

.pricing-style-three .pricing-table:hover .table-header .title, .pricing-style-three .pricing-table:hover .table-header .price {
    color: #fff
}

.pricing-style-three .pricing-table .table-content li {
    position: relative;
    display: block;
    padding: 19px 15px 15px 15px;
    border-bottom: 1px solid #f0eefc
}

.pricing-style-three .pricing-table .table-footer {
    position: relative;
    display: block;
    padding: 28px 15px
}

.pricing-style-three .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #2e2e2e;
    border: 1px solid #d2d2d2;
    padding: 10px 40px;
    text-align: center;
    border-radius: 25px
}

.pricing-style-three .pricing-table:hover .table-footer a {
    color: #fff;
    border-color: #6955e0;
    background: #6955e0
}

.pricing-style-three .tab-btn-box {
    position: relative;
    display: block;
    height: 100%
}

.pricing-style-three .tab-btn-box .tab-btns {
    position: absolute;
    display: block;
    bottom: 107px;
    width: 100%;
    left: 0;
    border: 1px solid #f0eefc;
    border-right: 0
}

.pricing-style-three .tab-btn-box .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
    border-bottom: 1px solid #f0eefc;
    padding: 20px 15px 18px 25px;
    cursor: pointer;
    transition: all 500ms ease
}

.pricing-style-three .tab-btn-box .tab-btn:last-child {
    border-bottom: 0
}

.testimonial-style-three {
    position: relative;
    display: block
}

.testimonial-style-three .sec-title {
    margin-bottom: 75px
}

.testimonial-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 0 15px 35px 15px;
    border-radius: 10px;
    margin-top: 50px
}

.testimonial-block-three .inner-box .author-thumb {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 3px solid #f9f8ff;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -50px;
    margin-bottom: 12px;
    transition: all 500ms ease
}

.testimonial-block-three .inner-box:hover .author-thumb {
    border-color: #ff8a42
}

.testimonial-block-three .inner-box .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-three .inner-box .author-name {
    font-weight: 500;
    margin-bottom: 3px
}

.testimonial-block-three .inner-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.testimonial-block-three .inner-box .author-info {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.testimonial-block-three .inner-box .author-rating {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.testimonial-block-three .inner-box .author-rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ff8a42
}

.testimonial-block-three .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.testimonial-block-three .inner-box .social-list li {
    position: relative;
    display: inline-block;
    margin: 0 5px
}

.testimonial-block-three .inner-box .social-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #7e7e7e;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dfdfdf;
    text-align: center;
    border-radius: 50%
}

.testimonial-block-three .inner-box .social-list li a:hover {
    border-color: #ff8a42;
    background: #ff8a42;
    color: #fff
}

.testimonial-style-three .owl-nav, .testimonial-style-three .owl-dots {
    display: none
}

.integration-section {
    position: relative;
    display: block
}

.integration-section .sec-title {
    margin-bottom: 85px
}

.integration-section .integration-inner li {
    position: relative;
    float: left;
    width: 20%
}

.integration-section .integration-inner li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    background: #fff;
    color: #0b57a4;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1)
}

.integration-section .integration-inner li:nth-child(2) a {
    color: #00a4ef
}

.integration-section .integration-inner li:nth-child(3) a {
    color: #60727d
}

.integration-section .integration-inner li:nth-child(4) a {
    color: #5e5e5e
}

.integration-section .integration-inner li:last-child a {
    color: #78c257
}

.integration-section .integration-inner li h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
    font-weight: 600;
    margin-top: 34px
}

.integration-section .integration-inner .btn-box {
    position: relative;
    display: block;
    margin-top: 82px
}

.integration-section .integration-inner .btn-box .theme-btn-two {
    padding: 13.5px 31px
}

.integration-section .integration-inner .btn-box .theme-btn-two i {
    position: relative;
    margin-right: 15px;
    font-size: 24px;
    top: 3px
}

.news-style-three {
    position: relative;
    display: block
}

.news-style-three .sec-title {
    margin-bottom: 85px
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-bottom-right-radius: 50px
}

.news-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #491aaf
}

.news-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.news-block-two .inner-box:hover .image-box img {
    opacity: .5;
    transform: scale(1.05)
}

.news-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 34px 30px 32px 25px
}

.news-block-two .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 12px
}

.news-block-two .inner-box .lower-content .post-date i {
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600
}

.news-block-two .inner-box .lower-content .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #ff8a42;
    text-decoration: underline
}

.news-block-two .inner-box .lower-content .link-btn a:hover {
    color: #2e2e2e
}

.news-block-two .inner-box .lower-content h4 {
    margin-bottom: 8px
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 17px
}

.news-style-three .owl-dots {
    display: none
}

.news-style-three .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 90px
}

.news-style-three .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #a3a3a3;
    width: 65px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    border-bottom-left-radius: 15px;
    transition: all 500ms ease
}

.news-style-three .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #a3a3a3;
    width: 65px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    border-top-right-radius: 15px;
    transition: all 500ms ease
}

.news-style-three .owl-nav .owl-prev:hover, .news-style-three .owl-nav .owl-next:hover {
    color: #ff8a42;
    border-color: #ff8a42
}

.subscribe-style-two {
    position: relative;
    display: block
}

.subscribe-style-two .sec-title {
    margin-bottom: 75px
}

.banner-style-four {
    position: relative;
    display: block;
    width: 100%;
    padding: 322px 0 175px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.banner-style-four:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.banner-style-four .title-box h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 27px
}

.banner-style-four .title-box h1 span {
    color: #00c569
}

.banner-style-four .title-box p {
    position: relative;
    display: block;
    line-height: 32px;
    color: #d5d5d5
}

.banner-style-four .title-box {
    position: relative;
    display: block;
    margin-bottom: 135px
}

.banner-style-four .image-box {
    position: relative;
    display: block;
    margin-bottom: 134px
}

.banner-style-four .image-box .image-1 {
    position: relative;
    display: inline-block;
    z-index: 1
}

.banner-style-four .image-box .image-2 {
    position: absolute;
    left: 30px;
    top: 70px
}

.banner-style-four .image-box .image-3 {
    position: absolute;
    right: 30px;
    top: 70px
}

.banner-style-four .download-btn {
    position: relative;
    display: block;
    margin-bottom: 73px
}

.banner-style-four .text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #cfcfcf
}

.banner-style-four .text a {
    color: #cfcfcf;
    text-decoration: underline
}

.banner-style-four .text a:hover {
    color: #ff8a42
}

.overview-style-five {
    position: relative;
    display: block;
    padding: 135px 0 120px 0
}

.overview-style-five .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 54px
}

.overview-style-five .content-box .sec-title h2 {
    margin-bottom: 21px
}

.overview-style-five .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 50px;
    margin-bottom: 66px
}

.overview-style-five .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 30px;
    line-height: 30px;
    color: #00c569
}

.overview-style-five .content-box .inner-box .single-item h4 {
    margin-bottom: 9px
}

.overview-style-five .content-box {
    position: relative;
    display: block;
    margin-top: 43px
}

.overview-style-five .image-box {
    position: relative;
    display: inline-block;
    border-radius: 45px;
    margin-left: 25px;
    margin-top: 15px;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.1)
}

.overview-style-five .image-box img {
    width: 100%;
    border-radius: 45px
}

.video-style-three {
    position: relative;
    display: block
}

.video-style-three .content-box {
    position: relative;
    display: block;
    margin-top: 156px
}

.video-style-three .content-box .sec-title {
    margin-bottom: 21px
}

.video-style-three .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.video-style-three .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.video-style-three .content-box .text p:last-child {
    margin-bottom: 0
}

.video-style-three .video-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-right: -375px
}

.video-style-three .video-box .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 322px 0;
    text-align: center;
    border-top-left-radius: 45%;
    border-bottom-left-radius: 45%;
    background-repeat: no-repeat;
    background-position: center
}

.video-style-three .video-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #00c569;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.app-screenshots-section {
    position: relative;
    display: block;
    padding: 142px 0 140px 0
}

.app-screenshots-section .carousel-outer {
    position: relative
}

.app-screenshots-section .sec-title {
    margin-bottom: 70px
}

.app-screenshots-section .carousel-outer .screen-mobile-image {
    background-image: url(../images/resource/screen-5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 520px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: -5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 255px;
    z-index: 2;
    border-radius: 40px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10)
}

.app-screenshots-section .slide img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 15px
}

.app-screenshots-section img {
    width: 100%;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.app-screenshots-section #tab-7 .image {
    position: relative;
    display: block;
    margin: 30px 0
}

.app-screenshots-section #tab-7 .carousel-outer {
    position: relative;
    display: block;
    margin-top: -18px
}

.app-screenshots-section .center .slide {
    position: relative;
    border-radius: 30px
}

.app-screenshots-section .center .slide img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 30px
}

.app-screenshots-section .tabs-box .tab {
    position: relative;
    display: none;
    transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease
}

.app-screenshots-section .tabs-box .tab.active-tab {
    display: block
}

.app-screenshots-section .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 125px
}

.app-screenshots-section .tab-btn-box .tab-btns {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 35px
}

.app-screenshots-section .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #5e5e5e;
    padding: 11px 40.5px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 500ms ease
}

.app-screenshots-section .tab-btn-box .tab-btns li.active-btn {
    background: #00c569;
    color: #fff
}

.app-screenshots-section .owl-prev, .app-screenshots-section .owl-next {
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #4d31b6;
    border: 1px solid #a698da;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    margin: 0;
    transition: all 500ms ease
}

.app-screenshots-section .owl-prev:hover, .app-screenshots-section .owl-next:hover {
    background: #4d31b6;
    border-color: #4d31b6;
    color: #fff
}

.app-screenshots-section .owl-prev {
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translateY(-50%)
}

.app-screenshots-section .owl-next {
    position: absolute;
    right: -160px;
    top: 50%;
    transform: translateY(-50%)
}

.app-screenshots-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 90px
}

.app-screenshots-section .owl-theme .owl-dots .owl-dot span {
    background: #bdc0ed;
    width: 10px;
    height: 10px;
    border: 0;
    cursor: pointer;
    transition: all 500ms ease
}

.app-screenshots-section .owl-theme .owl-dots .owl-dot.active span, .app-screenshots-section .owl-theme .owl-dots .owl-dot span:hover {
    background: #363dc4;
    border: 0
}

.app-screenshots-section .screen-mobile-image-2 {
    background-image: url(../images/resource/laptop-6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 275px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 482px;
    z-index: 2;
    border-radius: 50px
}

.pricing-style-four {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.pricing-style-four:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.pricing-style-four .sec-title {
    position: relative;
    display: block;
    margin-bottom: 56px
}

.pricing-style-four .sec-title h2 {
    color: #fff
}

.pricing-style-four .sec-title p {
    color: #bbb
}

.pricing-style-four .tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.pricing-style-four .tabs-box .tab.active-tab {
    display: block
}

.pricing-style-four .tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px)
}

.pricing-style-four .tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px)
}

.pricing-block-three .pricing-table {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: all 500ms ease
}

.pricing-block-three .pricing-table:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 45px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background: #00c569;
    transition: all 500ms ease
}

.pricing-block-three .pricing-table:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.pricing-block-three .pricing-table .table-header {
    position: relative;
    display: block;
    padding: 43px 15px 20px 15px
}

.pricing-block-three .pricing-table .table-header .title {
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px
}

.pricing-block-three .pricing-table .table-header .price {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #00c569;
    font-weight: 600;
    transition: all 500ms ease
}

.pricing-block-three .pricing-table:hover .table-header .price, .pricing-block-three .pricing-table:hover .table-content ul li {
    color: #fff
}

.pricing-block-three .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 43px 15px 80px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.pricing-block-three .pricing-table .table-content ul li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #d2d2d2;
    margin-bottom: 18px;
    transition: all 500ms ease
}

.pricing-block-three .pricing-table .table-content ul li:last-child {
    margin-bottom: 0
}

.pricing-block-three .pricing-table .table-footer {
    position: relative;
    display: block;
    padding: 16px 15px 12px 15px
}

.pricing-block-three .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #fff
}

.pricing-style-four .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 105px
}

.pricing-style-four .tab-btn-box .tab-btns {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 5px;
    border-radius: 30px
}

.pricing-style-four .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #5e5e5e;
    padding: 11px 33.5px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 500ms ease
}

.pricing-style-four .tab-btn-box .tab-btns li.active-btn {
    background: #00c569;
    color: #fff
}

.faq-section {
    position: relative;
    display: block
}

.faq-section .tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.faq-section .tabs-box .tab.active-tab {
    display: block
}

.faq-section .tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px)
}

.faq-section .tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px)
}

.faq-section .sec-title {
    position: relative;
    display: block;
    margin-bottom: 60px
}

.faq-section .tab-btn-box li {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
    padding: 32px 15px 24px 15px;
    margin-bottom: 15px;
    transition: all 500ms ease;
    cursor: pointer
}

.faq-section .tab-btn-box li.active-btn, .faq-section .tab-btn-box li:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid #fff
}

.faq-section .tab-btn-box li .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border: 1px solid #cceede;
    border-radius: 50%;
    background: #e6f7ef;
    color: #01ac5c;
    margin-bottom: 16px;
    transition: all 500ms ease
}

.faq-section .tab-btn-box li:last-child {
    margin-bottom: 0
}

.faq-section .tab-btn-box li.active-btn .icon-box, .faq-section .tab-btn-box li:hover .icon-box {
    background: #01ac5c;
    border-color: #01ac5c;
    color: #fff
}

.faq-section .tab-btn-box li h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #2e2e2e
}

.accordion-box {
    position: relative;
    height: 518px
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.accordion-box .block:last-child {
    margin-bottom: 0
}

.accordion-box .block .acc-btn h5 {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    padding: 20px 60px 21px 25px;
    cursor: pointer;
    transition: all 500ms ease
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 0 100px 27px 25px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content .text {
    position: relative;
    display: block;
    color: #818181;
    font-size: 16px;
    line-height: 28px
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 20px;
    color: #2e2e2e;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #2e2e2e
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
    position: relative;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin: 0;
    content: "\f106"
}

.testimonial-style-four {
    position: relative;
    display: block;
    padding-bottom: 120px
}

.testimonial-style-four .title-box {
    position: relative;
    display: block;
    padding: 121px 0 200px 0
}

.testimonial-style-four .title-box .sec-title h2 {
    color: #fff
}

.testimonial-style-four .title-box .sec-title p {
    color: #cceede
}

.testimonial-style-four .testimonial-inner {
    position: relative;
    display: block;
    margin-top: -95px
}

.testimonial-style-four .testimonial-inner .testimonial-content {
    position: relative;
    display: block;
    margin-right: -390px
}

.testimonial-block-four .inner-box {
    position: relative;
    display: block;
    background: #f5f9ff;
    border-radius: 5px;
    padding: 25px 30px 26px 25px
}

.testimonial-block-four .inner-box:before {
    position: absolute;
    content: "\f120";
    font-family: 'Flaticon';
    font-size: 40px;
    color: #e5e5e5;
    right: 30px;
    top: 25px
}

.testimonial-block-four .inner-box .author-info {
    position: relative;
    display: block;
    padding: 4px 60px 7px 80px;
    margin-bottom: 17px
}

.testimonial-block-four .inner-box .author-info .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-block-four .inner-box .author-info .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-four .inner-box .author-info .author-name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #2e2e2e;
    font-weight: 500
}

.testimonial-block-four .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.testimonial-block-four .inner-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 17px
}

.testimonial-block-four .inner-box .author-rating li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #ff8a42
}

.testimonial-style-four .owl-nav {
    position: absolute;
    left: 32%;
    display: block;
    text-align: center;
    margin-top: 90px;
    height: 40px
}

.testimonial-style-four .owl-prev {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 7px;
    transition: all 500ms ease
}

.testimonial-style-four .owl-next {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    margin: 0 8px;
    cursor: pointer;
    transition: all 500ms ease
}

.testimonial-style-four .owl-prev:hover, .testimonial-style-four .owl-next:hover {
    color: #00c569;
    border-color: #00c569;
    width: 90px;
    font-size: 24px
}

.testimonial-style-four .owl-theme .owl-dots {
    position: absolute;
    left: -95px;
    bottom: 140px
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot {
    display: block
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot span {
    background: #b2edd2;
    width: 10px;
    height: 10px;
    border: 0;
    margin: 10px 0;
    cursor: pointer;
    transition: all 500ms ease
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-four .owl-theme .owl-dots .owl-dot:hover span {
    background: #00c569
}

.call-to-action.style-two {
    position: relative;
    display: block;
    padding-bottom: 140px
}

.call-to-action.style-two .image-box {
    position: relative;
    display: block;
    margin-top: 62px;
    margin-right: 135px
}

.call-to-action.style-two .image-box .image-2 {
    position: absolute;
    right: -95px;
    bottom: 0
}

.call-to-action.style-two .subscribe-form .theme-btn-three {
    padding: 17px 57px
}

.main-footer.style-three {
    position: relative;
    background-attachment: fixed
}

.main-footer.style-three:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.main-footer.style-three .footer-top {
    padding-top: 245px;
    border-bottom: 0
}

.main-footer.style-three .footer-bottom {
    background: #242424
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-three {
    border-radius: 3px
}

.banner-section.style-five {
    position: relative;
    background: #1832aa;
    padding-bottom: 530px;
    padding-top: 325px;
    clip-path: polygon(0% 0, 100% 0, 100% 70%, 0% 100%, 0% 0)
}

.banner-section.style-five:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-1.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.banner-section.style-five .content-box .download-form .form-group {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    margin-bottom: 0
}

.banner-section.style-five .content-box .download-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    padding: 10px 60px 10px 15px;
    color: #8c99d5;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: transparent;
    font-size: 16px;
    transition: all 500ms ease
}

.banner-section.style-five .content-box .download-form .form-group input:focus {
    border-color: #ff8a42
}

.banner-section.style-five .content-box .download-form .form-group input::-webkit-input-placeholder {
    color: #8c99d5
}

.banner-section.style-five .content-box .download-form .form-group .field-input {
    position: relative;
    margin-bottom: 20px
}

.banner-section.style-five .content-box .download-form .form-group .field-input i {
    position: absolute;
    top: 23px;
    right: 20px;
    color: #8c99d5
}

.banner-section.style-five .content-box .download-form .form-group button {
    float: right;
    border-radius: 3px;
    padding: 16.5px 18px
}

.banner-section.style-five .content-box .download-form .form-group button i {
    position: relative;
    margin: 0 10px
}

.banner-section.style-five .content-box .text {
    margin-bottom: 70px
}

.banner-section.style-five .image-box {
    margin: 0 0 0 -60px
}

.banner-section.style-five .image-box .image img {
    float: left;
    max-width: none
}

.banner-section.style-five .content-box {
    margin-top: 13px
}

.banner-section.style-five .banner-inner {
    position: relative;
    display: block;
    margin-bottom: 170px
}

.banner-section.style-five .counter-inner .counter-block {
    position: relative;
    float: left;
    width: 20%;
    text-align: center
}

.banner-section.style-five .counter-inner .counter-block .count-outer span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px
}

.banner-section.style-five .counter-inner .counter-block .count-outer .count-text {
    font-weight: 700
}

.banner-section.style-five .counter-inner .counter-block .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #dee0f0
}

.feature-style-three {
    position: relative;
    display: block
}

.feature-style-three .inner-content {
    position: relative;
    display: block;
    margin-top: -336px
}

.feature-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 55px 30px 65px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.feature-style-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 10px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.feature-style-three .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.feature-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 43px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-45deg, #d798ff 0, #6c59ff 100%);
    transition: all 500ms ease
}

.feature-block-three .inner-box:hover .icon-box {
    transform: scale(1.1)
}

.feature-style-three .feature-block:nth-child(2) .feature-block-three .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffce82 0, #ff9056 100%)
}

.feature-style-three .feature-block:last-child .feature-block-three .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #38d3df 0, #3174d9 100%)
}

.feature-block-three .inner-box h4 {
    margin-bottom: 14px;
    transition: all 500ms ease
}

.feature-block-three .inner-box:hover h4, .feature-block-three .inner-box:hover h4 a, .feature-block-three .inner-box:hover .text, .feature-block-three .inner-box:hover .link-btn a {
    color: #fff
}

.feature-block-three .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 18px;
    transition: all 500ms ease
}

.feature-block-three .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    color: #4d31b6;
    font-weight: 500;
    text-decoration: underline
}

.works-section {
    position: relative
}

.works-section .sec-title {
    position: relative;
    display: block;
    margin-bottom: 115px
}

.works-section .inner-content {
    position: relative;
    display: block
}

.works-section .inner-content:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-2.png);
    width: 760px;
    height: 437px;
    left: 205px;
    top: -50px;
    background-repeat: no-repeat
}

.works-block-one .inner-box {
    position: relative;
    display: block;
    padding: 52px 30px 62px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(-45deg, #6c59ff 0, #d798ff 100%)
}

.works-section .works-block:nth-child(2) .works-block-one .inner-box {
    background-image: -webkit-linear-gradient(-45deg, #ff9156 0, #ffcd81 100%)
}

.works-section .works-block:last-child .works-block-one .inner-box {
    background-image: -webkit-linear-gradient(-45deg, #3175d9 0, #38d1df 100%)
}

.works-block-one .inner-box .number {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 20px
}

.works-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px
}

.works-block-one .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: #fff
}

.works-block-one .inner-box .text {
    position: relative;
    display: block;
    color: #f4f1ff
}

.overview-style-six {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 100px 0 100px 0
}

.overview-style-six .image-box {
    position: relative;
    display: block
}

.overview-style-six .image-box .image {
    position: absolute;
    display: inline-block;
    border-radius: 60px;
    left: -15px;
    top: -42px;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2)
}

.overview-style-six .image-box .image img {
    width: 100%;
    border-radius: 60px
}

.overview-style-six .inner-content {
    position: relative;
    display: block;
    background: #1832aa;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.overview-style-six .inner-content:after {
    position: absolute;
    content: '';
    background: #1832aa;
    width: 500%;
    height: 100%;
    left: 0;
    top: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: -1
}

.overview-style-six .inner-content:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-3.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top right;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.overview-style-six .inner-content .content-box {
    position: relative;
    padding: 146px 0 157px 0
}

.overview-style-six .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 84px
}

.overview-style-six .content-box .sec-title h2 {
    color: #fff;
    margin-bottom: 21px
}

.overview-style-six .content-box .sec-title p {
    position: relative;
    display: block;
    color: #d1d6ee;
    line-height: 32px
}

.overview-style-six .content-box .inner-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #3047b3;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 23px;
    transition: all 500ms ease
}

.overview-style-six .content-box .inner-box .single-item h4 {
    margin-bottom: 9px
}

.overview-style-six .content-box .inner-box .single-item h4 a, .overview-style-six .content-box .inner-box .single-item h4 {
    color: #fff
}

.overview-style-six .content-box .inner-box .single-item h4 a:hover {
    color: #ff8a42
}

.overview-style-six .content-box .inner-box .single-item .text {
    position: relative;
    display: block;
    color: #d1d6ee
}

.optimize-date {
    position: relative;
    display: block;
    padding: 82px 0 94px 0
}

.optimize-date .content-box {
    position: relative;
    display: block;
    margin-right: 100px;
    margin-top: 52px
}

.optimize-date .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 41px
}

.optimize-date .content-box .sec-title h2 {
    margin-bottom: 21px
}

.optimize-date .content-box .sec-title p {
    color: #2e2e2e
}

.optimize-date .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 85px;
    margin-bottom: 43px
}

.optimize-date .content-box .inner-box .single-item:last-child {
    margin-bottom: 0
}

.optimize-date .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
    background-image: -webkit-linear-gradient(-45deg, #d798ff 0, #6c59ff 100%);
    transition: all 500ms ease
}

.optimize-date .content-box .inner-box .single-item:nth-child(2) .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffcc80 0, #ff9358 100%)
}

.optimize-date .content-box .inner-box .single-item:last-child .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #38cfdf 0, #3178d9 100%)
}

.optimize-date .content-box .inner-box .single-item h4 {
    margin-bottom: 8px
}

.optimize-date .content-box .inner-box .single-item .text {
    position: relative;
    display: block;
    line-height: 32px
}

.optimize-date .image-box {
    position: relative;
    display: block;
    margin: 0 -110px 0 -10px
}

.optimize-date .image-box .image-1 {
    position: relative;
    display: inline-block
}

.optimize-date .image-box .image-2 {
    position: absolute;
    top: 165px;
    right: 0
}

.optimize-date .image-box .image {
    display: inline-block;
    border-radius: 45px;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2)
}

.optimize-date .image-box .image img {
    width: 100%;
    border-radius: 45px
}

.video-style-four {
    position: relative;
    display: block;
    padding: 100px 0 100px 0
}

.video-style-four .video-box {
    position: relative;
    display: block;
    margin-left: -375px
}

.video-style-four .video-box .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 235px 0;
    text-align: center;
    overflow: hidden;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-repeat: no-repeat;
    background-position: center
}

.video-style-four .video-box .video-inner:before {
    position: absolute;
    content: '';
    background: rgba(24, 50, 170, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.video-style-four .video-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #1832aa;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.video-style-four .content-box {
    position: relative;
    display: block;
    margin-left: 75px;
    margin-top: 45px
}

.video-style-four .content-box .sec-title h2 {
    margin-bottom: 21px
}

.video-style-four .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.video-style-four .content-box .text p:last-child {
    margin-bottom: 0
}

.video-style-four .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.video-style-four .content-box .btn-box .theme-btn-three {
    border-radius: 3px
}

.pricing-style-five {
    position: relative;
    display: block;
    padding-top: 60px;
    margin-bottom: -100px;
    z-index: 1
}

.pricing-style-five .sec-title {
    position: relative;
    display: block;
    margin-bottom: 85px
}

.pricing-block-four .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10);
    transition: all 500ms ease
}

.pricing-block-four .pricing-table:before {
    position: absolute;
    content: '';
    background: #1832aa;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 500ms ease
}

.pricing-block-four .pricing-table:hover:before {
    height: 100%
}

.pricing-block-four .pricing-table .table-header {
    position: relative;
    display: block;
    background: #1832aa;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 41px 15px 84px 15px;
    clip-path: polygon(0% 0, 100% 0, 100% 55%, 0% 100%, 0% 0);
    z-index: 1;
    transition: all 500ms ease
}

.pricing-block-four .pricing-table .table-header:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-4.png);
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease
}

.pricing-block-four .pricing-table:hover .table-header:before {
    opacity: 0
}

.pricing-block-four .pricing-table:hover .table-header {
    background: #fff
}

.pricing-block-four .pricing-table .table-header .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
    transition: all 500ms ease
}

.pricing-block-four .pricing-table .table-header .price {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    transition: all 500ms ease
}

.pricing-block-four .pricing-table:hover .table-header .title, .pricing-block-four .pricing-table:hover .table-header .price {
    color: #1832aa
}

.pricing-block-four .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 26px 15px 30px 50px
}

.pricing-block-four .pricing-table .table-content li {
    position: relative;
    display: block;
    margin-bottom: 24px;
    padding: 0 0 0 40px;
    transition: all 500ms ease
}

.pricing-block-four .pricing-table:hover .table-content li {
    color: #fff
}

.pricing-block-four .pricing-table .table-content li:before {
    position: absolute;
    content: "\f122";
    font-size: 18px;
    color: #00c569;
    font-family: 'Flaticon';
    left: 0;
    top: 0;
    font-weight: 600
}

.pricing-block:first-child .pricing-block-four .pricing-table .table-content li:nth-child(4):before, .pricing-block:first-child .pricing-block-four .pricing-table .table-content li:last-child:before, .pricing-block:nth-child(2) .pricing-block-four .pricing-table .table-content li:last-child:before {
    content: "\f123";
    color: #df643e
}

.pricing-block-four .pricing-table .table-content li:last-child {
    margin-bottom: 0
}

.pricing-block-four .pricing-table .table-footer {
    position: relative;
    display: block;
    padding: 15px 50px 45px 50px
}

.pricing-block-four .pricing-table .table-footer a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #00c569;
    border: 1px solid #00c569;
    padding: 12px 25px;
    border-radius: 30px
}

.pricing-block-four .pricing-table:hover .table-footer a {
    background: #00c569;
    color: #fff
}

.testimonial-style-four.home-5 .title-box {
    padding: 250px 0
}

.testimonial-style-four.home-5 .title-box:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-5.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.testimonial-style-four.home-5 .testimonial-inner {
    margin-top: -145px
}

.testimonial-style-four.home-5 .owl-theme .owl-dots {
    display: none
}

.testimonial-style-four.home-5 .owl-nav {
    margin-top: 80px
}

.our-team {
    position: relative;
    display: block;
    padding-top: 121px
}

.our-team .sec-title {
    position: relative;
    display: block;
    margin-bottom: 85px
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10)
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #4d31b6;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    clip-path: polygon(0% 0, 100% 0, 100% 85%, 0% 100%, 0% 0)
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.team-block-one .inner-box:hover .image-box img {
    opacity: .5
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 14px 12px 27px 12px
}

.team-block-one .inner-box .lower-content h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 2px
}

.team-block-one .inner-box .lower-content h5 a {
    position: relative;
    display: inline-block;
    color: #2e2e2e
}

.team-block-one .inner-box .lower-content h5 a:hover {
    color: #ff8a42
}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #4d31b6
}

.news-section.home-5 .news-block-one .inner-box .lower-content .link-btn a {
    color: #4d31b6
}

.news-section.home-5 .news-block-one .inner-box .lower-content .link-btn a:hover {
    color: #ff8a42
}

.call-to-action.style-three {
    position: relative;
    padding: 139px 0 0
}

.call-to-action.style-three .image-box img {
    float: none
}

.call-to-action.style-three .content-box {
    margin: 2px 70px 0 0
}

.call-to-action.style-three .image-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 7px
}

.call-to-action.style-three .image-box .image-2 {
    position: absolute;
    left: -65px;
    bottom: 12px
}

.call-to-action.style-three .subscribe-form .form-group .create-acc {
    display: block;
    float: none;
    margin-bottom: 50px
}

.call-to-action.style-three .subscribe-form .form-group .message-btn {
    display: block;
    float: none;
    margin: 0
}

.call-to-action.style-three .subscribe-form .form-group .message-btn .theme-btn-three {
    padding: 17px 57.5px
}

.main-footer.style-four {
    position: relative;
    padding-top: 295px;
    clip-path: polygon(0% 47%, 100% 0, 100% 100%, 0% 100%, 0% 0)
}

.main-footer.style-four:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-6.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-section.style-six {
    position: relative;
    padding: 0
}

.banner-section.style-six .image-box {
    position: absolute;
    top: -90px;
    right: 0
}

.banner-section.style-six .slide {
    position: relative;
    padding: 345px 0 292px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.banner-section.style-six .inner-box {
    position: relative;
    display: block
}

.banner-section.style-six .content-box {
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.banner-section.style-six .active .content-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms
}

.banner-section.style-six .image {
    opacity: 0;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.banner-section.style-six .active .image {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms
}

.banner-section.style-six .owl-dots {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: -30px;
    top: -65px
}

.banner-section.style-six .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #7292ea;
    cursor: pointer;
    margin: 0 5px;
    transition: all 500ms ease
}

.banner-section.style-six .owl-dots .owl-dot.active span, .banner-section.style-six .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 0
}

.banner-section.style-six .owl-nav {
    display: none !important
}

.feature-style-four {
    position: relative;
    display: block;
    padding: 100px 0 120px 0
}

.feature-style-four .left-column .sec-title {
    margin-bottom: 38px
}

.feature-style-four .left-column {
    position: relative;
    display: block;
    margin-top: 64px
}

.feature-style-four .left-column .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 75px;
    margin-bottom: 38px
}

.feature-style-four .left-column .inner-box .single-item:last-child {
    margin-bottom: 0
}

.feature-style-four .left-column .inner-box .single-item .number {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 20px;
    color: #ff8a42;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fffaf7;
    border: 1px solid #ffddc7;
    border-radius: 50%;
    transition: all 500ms ease
}

.feature-style-four .left-column .inner-box .single-item:hover .number {
    color: #fff;
    background: #ff8a42;
    border-color: #ff8a42
}

.feature-style-four .left-column .inner-box .single-item h4 {
    margin-bottom: 8px
}

.feature-style-four .left-column .inner-box .single-item .text {
    position: relative;
    display: block;
    line-height: 32px
}

.feature-style-four .right-column .inner-column {
    position: relative;
    display: block;
    margin-right: -150px;
    margin-left: 70px
}

.feature-block-four .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 35px 30px 45px 30px;
    margin-bottom: 28px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10)
}

.feature-block-four .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.feature-block-four .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.feature-block-four .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-45deg, #a3b5fe 0, #627eec 100%);
    transition: all 500ms ease
}

.feature-block-four:hover .inner-box .icon-box {
    transform: scale(1.1)
}

.feature-style-four .right-column .inner-column .feature-block:first-child .feature-block-four:last-child .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #a3f2b2 0, #44e0cc 100%)
}

.feature-style-four .right-column .inner-column .feature-block:last-child .feature-block-four:first-child .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffcc80 0, #ff9458 100%)
}

.feature-style-four .right-column .inner-column .feature-block:last-child .feature-block-four:last-child .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #d396ff 0, #715cff 100%)
}

.feature-block-four .inner-box h4 {
    margin-bottom: 10px;
    transition: all 500ms ease
}

.feature-style-four .right-column .inner-column .feature-block:nth-child(2) {
    padding-top: 40px
}

.feature-block-four .inner-box .text {
    position: relative;
    display: block;
    transition: all 500ms ease
}

.feature-block-four .inner-box:hover h4, .feature-block-four .inner-box:hover h4 a, .feature-block-four .inner-box:hover .text {
    color: #fff
}

.our-apps {
    position: relative;
    display: block
}

.our-apps .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 80px;
    margin-bottom: 40px
}

.our-apps .inner-box .single-item:last-child {
    margin-bottom: 0
}

.our-apps .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-45deg, #d295ff 0, #725cff 100%);
    transition: all 500ms ease
}

.our-apps .inner-box .single-item .text {
    position: relative;
    display: block;
    line-height: 32px
}

.our-apps .inner-box .single-item h4 {
    margin-bottom: 8px
}

.our-apps .image-box {
    position: relative;
    display: block;
    text-align: center
}

.our-apps .sec-title {
    margin-bottom: 90px
}

.our-apps .inner-box {
    position: relative;
    display: block;
    padding-top: 38px
}

.our-apps .left-column .single-item:nth-child(2) .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #9fb2fe 0, #607dec 100%)
}

.our-apps .left-column .single-item:nth-child(3) .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffcc80 0, #ff9358 100%)
}

.our-apps .left-column .single-item:last-child .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #9fb2fe 0, #607ceb 100%)
}

.our-apps .right-column .single-item:first-child .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #38cfdf 0, #3279d9 100%)
}

.our-apps .right-column .single-item:nth-child(2) .icon-box, .our-apps .right-column .single-item:last-child .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #8ae59e 0, #3fdecc 100%)
}

.overview-style-seven {
    position: relative;
    display: block;
    padding: 145px 0 100px 0
}

.overview-style-seven .sec-title {
    margin-bottom: 21px
}

.overview-style-seven .content-box {
    position: relative;
    display: block;
    margin-top: 55px
}

.overview-style-seven .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.overview-style-seven .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.overview-style-seven .content-box .text p:last-child {
    margin-bottom: 0
}

.overview-style-seven .image-box {
    position: relative;
    display: block;
    margin: 0 -380px 0 50px
}

.overview-style-seven .image-box .image-1 {
    position: relative
}

.overview-style-seven .image-box .image-2 {
    position: absolute;
    top: 35px;
    left: 305px;
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10)
}

.overview-style-seven .image-box .image-3 {
    position: absolute;
    top: 60px;
    right: 140px;
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10)
}

.overview-style-seven .image-box .image-4 {
    position: absolute;
    top: 85px;
    right: 18px;
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10)
}

.video-style-five {
    position: relative;
    display: block;
    padding: 40px 0;
    margin: 40px 0 150px 0
}

.video-style-five:before {
    position: absolute;
    content: '';
    background: #2e5ddf;
    height: 100%;
    width: 375px;
    left: 0;
    top: 0
}

.video-style-five .video-box {
    position: relative;
    display: block;
    margin: 0 20px 0 -145px
}

.video-style-five .video-box .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 244px 0;
    text-align: center;
    box-shadow: 0 15px 40px 20px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center
}

.video-style-five .video-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #1832aa;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.video-style-five .content-box {
    position: relative;
    display: block;
    margin: 65px -100px 0 70px
}

.video-style-five .content-box .sec-title h2 {
    margin-bottom: 21px
}

.video-style-five .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.video-style-five .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.video-style-five .content-box .text p:last-child {
    margin-bottom: 0
}

.pricing-style-six {
    position: relative;
    display: block;
    background: #2e5ddf
}

.pricing-style-six .sec-title h2 {
    color: #fff
}

.pricing-style-six .sec-title p {
    color: #d5dff9
}

.pricing-style-six .sec-title {
    margin-bottom: 85px
}

.pricing-block-five .pricing-table {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    transition: all 500ms ease
}

.pricing-block-five .pricing-table .table-header {
    position: relative;
    display: block;
    padding: 32px 15px 46px 15px
}

.pricing-block-five .pricing-table .table-header:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-7.png);
    width: 100%;
    height: 35px;
    left: -1px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.pricing-block-five .pricing-table .table-header h5 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.pricing-block-five .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 38px 15px 43px 15px
}

.pricing-block-five .pricing-table .table-content ul {
    position: relative;
    display: block;
    margin-bottom: 42px
}

.pricing-block-five .pricing-table .table-content ul li {
    position: relative;
    display: block;
    color: #d5dff9;
    margin-bottom: 18px
}

.pricing-block-five .pricing-table .table-content ul li:last-child {
    margin-bottom: 0
}

.pricing-block-five .pricing-table .table-content .price {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 600
}

.pricing-block-five .pricing-table .table-footer {
    position: relative;
    display: block;
    padding: 16px 15px 12px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.pricing-block-five .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.pricing-block-five .pricing-table .table-footer a:hover {
    color: #ff8a42
}

.banner-section.style-seven .slide {
    padding: 325px 0 390px 0
}

.banner-section.style-seven .image-box {
    top: -120px
}

.banner-section.style-seven .owl-dots .owl-dot span {
    background: #8077a4
}

.overview-style-eight {
    position: relative;
    display: block
}

.overview-style-eight .sec-title {
    position: relative;
    display: block;
    margin-bottom: 85px
}

.overview-style-eight .single-item .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 20px 53px 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    transition: all 500ms ease
}

.overview-style-eight .single-item:hover .inner-box {
    transform: translateY(-20px)
}

.overview-style-eight .single-item .inner-box:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-8.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.overview-style-eight .single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 33px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-45deg, #d295ff 0, #725cff 100%);
    transition: all 500ms ease
}

.overview-style-eight .block-column:nth-child(2) .single-item .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffcb7f 0, #ff9358 100%)
}

.overview-style-eight .block-column:last-child .single-item .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #38cfdf 0, #327bda 100%)
}

.overview-style-eight .single-item .inner-box h4 {
    margin-bottom: 14px
}

.overview-style-eight .single-item .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.overview-style-eight .single-item .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #f8552e;
    text-decoration: underline
}

.overview-style-eight .single-item .inner-box .link-btn a:hover {
    color: #ff8a42
}

.overview-style-nine {
    position: relative;
    display: block;
    width: 100%;
    padding: 150px 0 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.overview-style-nine .image-box {
    position: relative;
    display: block;
    margin: 0 100px 0 -230px
}

.overview-style-nine .image-box .image-1 img {
    width: 100%;
    border-radius: 10px
}

.overview-style-nine .image-box .image-1 {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1)
}

.overview-style-nine .image-box .image-2 {
    position: absolute;
    top: 50px;
    right: -135px
}

.overview-style-nine .content-box {
    position: relative;
    display: block;
    margin: 0 0 0 70px
}

.overview-style-nine .content-box .sec-title h2 {
    margin-bottom: 21px
}

.overview-style-nine .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.overview-style-nine .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.overview-style-nine .content-box .text p:last-child {
    margin-bottom: 0
}

.overview-style-ten {
    position: relative;
    display: block;
    padding: 150px 0 170px 0
}

.overview-style-ten .content-box .sec-title h2 {
    margin-bottom: 21px
}

.overview-style-ten .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.overview-style-ten .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.overview-style-ten .content-box .text p:last-child {
    margin-bottom: 0
}

.overview-style-ten .content-box {
    position: relative;
    display: block;
    margin: 15px 70px 0 0
}

.overview-style-ten .image-box {
    position: relative;
    display: block;
    margin: 0 -240px 0 100px
}

.overview-style-ten .image-box .image-1 {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1)
}

.overview-style-ten .image-box img {
    width: 100%;
    border-radius: 10px
}

.overview-style-ten .image-box .image-2 {
    position: absolute;
    border-radius: 10px;
    left: -110px;
    bottom: -30px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1)
}

.video-style-six {
    position: relative;
    display: block
}

.video-style-six .title-box {
    position: relative;
    width: 100%;
    padding: 141px 0 470px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.video-style-six .title-box .sec-title h2, .video-style-six .title-box .sec-title p {
    color: #fff
}

.video-style-six .video-box {
    position: relative;
    display: block;
    margin-top: -370px
}

.video-style-six .video-box .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 210px 0;
    text-align: center;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.video-style-six .video-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #4e3f7c;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.feature-style-five {
    position: relative;
    display: block;
    padding: 141px 0 120px 0
}

.feature-style-five .sec-title {
    margin-bottom: 85px
}

.feature-style-five .feature-block-four .inner-box .icon-box {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    margin-bottom: 33px
}

.feature-style-five .feature-block-four .inner-box {
    padding: 50px 20px 58px 20px;
    border-radius: 0
}

.feature-style-five .feature-block-four .inner-box h4 {
    margin-bottom: 14px
}

.feature-style-five .feature-block:nth-child(2) .feature-block-four .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #ffcb7f 0, #ff9358 100%)
}

.feature-style-five .feature-block:nth-child(3) .feature-block-four .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #d295ff 0, #715cff 100%)
}

.feature-style-five .feature-block:nth-child(4) .feature-block-four .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #a0f1b3 0, #40dfcd 100%)
}

.feature-style-five .feature-block:nth-child(5) .feature-block-four .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #38cddf 0, #327ad9 100%)
}

.feature-style-five .feature-block:last-child .feature-block-four .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #b0fa85 0, #7eb623 100%)
}

.discover-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 141px 0 260px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.discover-section .sec-title {
    margin-bottom: 90px
}

.discover-section .carousel-slider-area {
    position: relative;
    display: block;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto
}

.discover-section .screen-mobile-image {
    background-image: url(../images/resource/laptop-6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 449px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 763px;
    z-index: 2;
    border-radius: 50px
}

.discover-section .carousel-slider-area .image {
    position: relative;
    display: block;
    border-radius: 10px;
    margin: 30px 0
}

.discover-section .carousel-slider-area img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.discover-section .owl-nav {
    display: none
}

.discover-section .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -170px
}

.discover-section .owl-theme .owl-dots .owl-dot span {
    background: #c6c1d7;
    width: 10px;
    height: 10px;
    border: 0;
    cursor: pointer;
    transition: all 500ms ease
}

.discover-section .owl-theme .owl-dots .owl-dot.active span, .discover-section .owl-theme .owl-dots .owl-dot span:hover {
    background: #4e3f7c;
    border: 0;
    width: 10px;
    height: 10px
}

.clients-section {
    position: relative;
    display: block;
    padding: 141px 0 120px 0
}

.clients-section .sec-title {
    margin-bottom: 85px
}

.clients-section .image-box {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    transition: all 500ms ease
}

.clients-section .image-box:hover {
    border-color: #ff6349
}

.clients-section .image-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    opacity: .4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section .owl-dots {
    display: none
}

.clients-section .owl-nav {
    position: relative;
    display: block;
    height: 40px;
    margin-top: 60px
}

.clients-section .owl-next, .clients-section .owl-prev {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    transition: all 500ms ease
}

.clients-section .owl-prev {
    margin-right: 15px
}

.clients-section .owl-prev:hover, .clients-section .owl-next:hover {
    color: #ff6349;
    border-color: #ff6349;
    width: 90px;
    font-size: 24px
}

.testimonial-style-five {
    position: relative;
    display: block;
    padding: 141px 0 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.testimonial-style-five .sec-title {
    margin-bottom: 55px
}

.testimonial-style-five .testimonial-inner {
    position: relative;
    display: block;
    margin: 0 -150px
}

.testimonial-style-five .testimonial-block-one .inner-box .content-box {
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10)
}

.testimonial-style-five .testimonial-block-one .inner-box .content-box:before {
    background: #fff
}

.testimonial-style-five .testimonial-block-one .inner-box .content-box .icon-box {
    color: #f8552e
}

.testimonial-style-five .owl-nav {
    display: none
}

.testimonial-style-five .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 80px
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot span {
    background: #c6c1d7;
    width: 10px;
    height: 10px;
    border: 0;
    cursor: pointer;
    transition: all 500ms ease
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-five .owl-theme .owl-dots .owl-dot span:hover {
    background: #4e3f7c;
    border: 0;
    width: 10px;
    height: 10px
}

.download-style-three {
    position: relative;
    display: block;
    padding: 150px 0
}

.download-style-three .content-box .download-btn a {
    color: #f8552e;
    border-color: #f8552e
}

.download-style-three .content-box .download-btn a:hover {
    color: #fff;
    background: #f8552e
}

.download-style-three .content-box .sec-title h2 {
    margin-bottom: 21px
}

.download-style-three .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.download-style-three .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.download-style-three .content-box .text p:last-child {
    margin-bottom: 0
}

.download-style-three .image-box img {
    position: relative;
    max-width: none;
    float: left
}

.download-style-three .content-box {
    position: relative;
    display: block;
    margin-top: 9px
}

.banner-section.style-eight {
    position: relative;
    background-position: bottom center;
    padding: 253px 0 250px 0
}

.banner-section.style-eight .video-box {
    position: relative;
    display: block;
    margin-right: -135px
}

.banner-section.style-eight .video-box .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 172px 0;
    text-align: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-repeat: no-repeat;
    background-position: center
}

.banner-section.style-eight .video-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #2986ff;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.banner-section.style-eight .content-box {
    margin-top: 85px
}

.feature-style-six {
    position: relative;
    display: block;
    padding: 140px 0 150px 0
}

.feature-style-six .sec-title {
    margin-bottom: 65px
}

.feature-style-six .inner-box {
    position: relative;
    display: block;
    margin-right: 30px
}

.feature-style-six .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 33px;
    box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
    background-image: -webkit-linear-gradient(0deg, #ff6506 0, #ff863b 100%);
    transition: all 500ms ease
}

.feature-style-six .inner-box:hover .icon-box {
    transform: rotateY(180deg)
}

.feature-style-six .inner-box h4 {
    margin-bottom: 9px
}

.feature-style-six .inner-box .text {
    position: relative;
    display: block
}

.database-section {
    position: relative;
    display: block
}

.database-section .image-box {
    position: relative;
    display: block;
    margin-right: 90px;
    margin-left: -160px;
    min-height: 435px
}

.database-section .image-box .image {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.database-section .image-box .image-2 {
    position: absolute;
    right: -30px;
    top: 145px
}

.database-section .image-box .image-3 {
    right: -70px;
    bottom: -145px;
    margin-bottom: 0
}

.database-section .image-box .image img {
    width: 100%;
    border-radius: 10px
}

.database-section .content-box {
    position: relative;
    display: block;
    margin-left: 70px
}

.database-section .content-box .sec-title h2 {
    margin-bottom: 21px
}

.database-section .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.database-section .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.database-section .content-box .text p:last-child {
    margin-bottom: 0
}

.database-style-two {
    position: relative;
    display: block;
    padding: 150px 0
}

.database-style-two .content-box .sec-title h2 {
    margin-bottom: 21px
}

.database-style-two .content-box {
    position: relative;
    display: block;
    margin-top: 34px
}

.database-style-two .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.database-style-two .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.database-style-two .content-box .text p:last-child {
    margin-bottom: 0
}

.database-style-two .image-box {
    position: relative;
    display: block;
    margin-left: 90px;
    margin-right: -59px
}

.database-style-two .image-box .image {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.database-style-two .image-box .image:last-child {
    margin-bottom: 0
}

.database-style-two .image-box img {
    width: 100%;
    border-radius: 10px
}

.database-style-two .image-box .image-2 {
    left: 100px
}

.database-style-two .image-box .image-3 {
    left: 30px
}

.video-style-seven {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 135px 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.video-style-seven .image-box {
    position: relative;
    display: block;
    margin-left: -110px
}

.video-style-seven .image-box .image-1 {
    position: relative
}

.video-style-seven .image-box .image-2 {
    position: absolute;
    left: -260px;
    bottom: -50px
}

.video-style-seven .image-box .image-3 {
    position: absolute;
    left: -115px;
    top: -335px
}

.video-style-seven .content-box {
    position: relative;
    display: block;
    margin-left: 70px
}

.video-style-seven .content-box .sec-title h2 {
    color: #fff
}

.video-style-seven .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.video-style-seven .content-box .text p {
    color: #e8f1fc;
    line-height: 32px;
    margin-bottom: 32px
}

.video-style-seven .content-box .text p:last-child {
    margin-bottom: 0
}

.video-style-seven .content-box .video-inner {
    position: relative;
    display: block;
    padding: 13px 0 0 30px
}

.video-style-seven .content-box .video-inner a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #2986ff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 1
}

.video-style-seven .content-box .video-inner .text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.10);
    padding: 17px 40px 13px 70px;
    margin: 0;
    border-radius: 30px
}

.pricing-style-seven {
    position: relative;
    display: block
}

.pricing-style-seven .top-content {
    position: relative;
    display: block;
    margin-bottom: 105px
}

.pricing-style-seven .tab-btn-box {
    position: absolute;
    top: 35px;
    right: 0
}

.pricing-style-seven .tab-btn-box .tab-btns {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 40px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.pricing-style-seven .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #5e5e5e;
    padding: 11px 41.5px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 500ms ease
}

.pricing-style-seven .tab-btn-box .tab-btns li.active-btn {
    background: #ff8a42;
    color: #fff
}

.pricing-block-six .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    transition: all 500ms ease
}

.pricing-block-six .pricing-table:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: -15px;
    margin-bottom: -15px
}

.pricing-block-six .pricing-table .table-header {
    position: relative;
    display: block;
    padding: 34px 15px 24px 15px;
    border-bottom: 1px solid #ececec;
    transition: all 500ms ease
}

.pricing-block-six .pricing-table:hover .table-header {
    padding-top: 49px
}

.pricing-block-six .pricing-table .table-header .title {
    font-weight: 500;
    margin-bottom: 6px
}

.pricing-block-six .pricing-table .table-header .price {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    color: #2986ff;
    margin: 0
}

.pricing-block-six .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 35px 15px 39px 15px
}

.pricing-block-six .pricing-table .table-content li {
    position: relative;
    display: block;
    margin-bottom: 18px
}

.pricing-block-six .pricing-table .table-content li:last-child {
    margin-bottom: 0
}

.pricing-block-six .pricing-table .table-footer {
    position: relative;
    display: block;
    padding: 0 45px 34px 45px;
    transition: all 500ms ease
}

.pricing-block-six .pricing-table:hover .table-footer {
    padding-bottom: 49px
}

.pricing-block-six .pricing-table .table-footer a {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    text-align: center;
    padding: 10px 30px
}

.pricing-block-six .pricing-table:hover .table-footer a {
    color: #fff;
    background: #ff8a42;
    border-color: #ff8a42;
    box-shadow: 0 10px 15px rgba(255, 138, 66, 0.5)
}

.pricing-style-seven .tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.pricing-style-seven .tabs-box .tab.active-tab {
    display: block
}

.pricing-style-seven .tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px)
}

.pricing-style-seven .tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px)
}

.context-section {
    position: relative;
    display: block
}

.context-section .block-column {
    padding: 0
}

.context-section .inner-column {
    position: relative;
    display: block;
    background: #f5f9ff;
    padding: 90px 30px 90px 65px
}

.context-section .block-column:last-child .inner-column {
    background: #ebf4ff
}

.context-section .inner-column .icon-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 27px;
    box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
    background-image: -webkit-linear-gradient(0deg, #ff6506 0, #ff863b 100%);
    transition: all 500ms ease
}

.context-section .inner-column .content-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 15px
}

.context-section .inner-column .content-box h2 a {
    position: relative;
    display: inline-block;
    color: #2e2e2e
}

.context-section .inner-column .content-box h2 a:hover {
    color: #ff8a42
}

.context-section .inner-column .content-box p {
    margin-bottom: 43px
}

.context-section .inner-column .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    text-align: center;
    padding: 10px 42px
}

.context-section .inner-column .content-box .btn-box a:hover {
    color: #fff;
    background: #ff8a42;
    border-color: #ff8a42
}

.download-style-four {
    position: relative;
    display: block;
    padding: 141px 0 100px 0
}

.download-style-four .image-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 7px
}

.download-style-four .image-box img {
    position: relative;
    max-width: none
}

.download-style-four .image-box .image-2 {
    position: absolute;
    left: -65px;
    bottom: 12px
}

.download-style-four .content-box .sec-title h2 {
    margin-bottom: 21px
}

.download-style-four .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.download-style-four .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.download-style-four .content-box .text p:last-child {
    margin-bottom: 0
}

.download-style-four .content-box .download-btn a {
    color: #ff8a42;
    border: 1px solid #ff8a42;
    padding: 14.5px 50px
}

.download-style-four .content-box .download-btn a:hover {
    color: #fff
}

.download-style-four .content-box {
    position: relative;
    display: block;
    margin-right: 75px;
    margin-top: 43px
}

.clients-section.home-8 {
    padding: 0 0 40px 0
}

.main-footer.style-five {
    position: relative;
    background-position: center
}

.main-footer.style-five .widget-section .footer-widget {
    position: relative;
    float: left;
    width: 20%
}

.main-footer.style-five .widget-section .footer-widget .widget-content li a {
    color: #d4e7ff
}

.main-footer.style-five .footer-top .widget-title {
    margin-bottom: 17px
}

.main-footer.style-five .footer-top {
    padding-bottom: 70px
}

.banner-section.style-nine {
    position: relative;
    background-color: #1e77ea;
    padding-bottom: 380px
}

.banner-section.style-nine:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 460px;
    left: 0;
    bottom: 0;
    top: inherit;
    clip-path: polygon(0% 100%, 100% 15%, 100% 100%, 0% 100%, 0% 0)
}

.banner-section.style-nine .image-box .image-1 {
    bottom: -160px
}

.banner-section.style-nine .image-box {
    margin-right: -295px;
    margin-left: 40px
}

.banner-section.style-nine .image-box .image-2 {
    top: 40px
}

.banner-section.style-nine .image-box .image {
    border-radius: 40px;
    box-shadow: 0 15px 20px 10px rgba(0, 0, 0, 0.1)
}

.feature-style-seven {
    position: relative;
    padding: 70px 0 100px 0
}

.feature-style-seven .sec-title {
    margin-bottom: 85px
}

.feature-block-five .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 60px 30px;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.feature-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.feature-block-five .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.feature-block-five .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 28px;
    box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
    background-image: -webkit-linear-gradient(0deg, #ff6506 0, #ff863b 100%);
    transition: all 500ms ease
}

.feature-block-five .inner-box h4 {
    margin-bottom: 9px;
    transition: all 500ms ease
}

.feature-block-five .inner-box:hover h4, .feature-block-five .inner-box:hover h4 a, .feature-block-five .inner-box:hover .text {
    color: #fff
}

.feature-block-five .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 38px;
    transition: all 500ms ease
}

.feature-block-five .inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #ff8a42;
    border: 1px solid #ff8a42;
    border-radius: 5px;
    padding: 10px 44px;
    text-align: center
}

.feature-block-five .inner-box .btn-box a:hover {
    background: #ff8a42;
    color: #fff
}

.chooseus-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 105px 0 100px 0
}

.chooseus-section:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-9.png);
    width: 1380px;
    height: 1500px;
    top: -370px;
    right: 0;
    background-repeat: no-repeat;
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInRight;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInRight;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInRight;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear
}

.chooseus-section .image-box {
    position: relative;
    display: block;
    margin: 70px 70px 0 -375px
}

.chooseus-section .image-box .image-1 {
    position: relative;
    float: right
}

.chooseus-section .image-box .image-2 {
    position: absolute;
    left: 0;
    top: -60px
}

.chooseus-section .content-box {
    position: relative;
    display: block;
    margin-left: -30px
}

.chooseus-section .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 57px
}

.chooseus-section .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 75px;
    margin-bottom: 50px
}

.chooseus-section .content-box .inner-box .single-item:last-child {
    margin-bottom: 0
}

.chooseus-section .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fea229;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.chooseus-section .content-box .inner-box .single-item:nth-child(2) .icon-box {
    background: #2792db
}

.chooseus-section .content-box .inner-box .single-item:last-child .icon-box {
    background: #af7ee7
}

.chooseus-section .content-box .inner-box .single-item h4 {
    margin-bottom: 10px
}

.chooseus-section .content-box .inner-box .single-item .text {
    position: relative;
    display: block;
    line-height: 28px
}

.video-style-eight {
    position: relative;
    display: block;
    padding: 300px 0 220px 0
}

.video-style-eight .content-box h2 {
    margin-bottom: 21px
}

.video-style-eight .content-box {
    position: relative;
    display: block;
    margin-top: 22px
}

.video-style-eight .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.video-style-eight .content-box .text p {
    line-height: 32px;
    margin-bottom: 32px
}

.video-style-eight .content-box .text p:last-child {
    margin-bottom: 0
}

.video-style-eight .video-content {
    position: relative;
    display: block;
    margin: 0 -70px 0 140px
}

.video-style-eight .video-content .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 172px 0;
    text-align: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-repeat: no-repeat;
    background-position: center
}

.video-style-eight .video-content .video-inner:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-10.png);
    width: 560px;
    height: 503px;
    top: -50px;
    right: -60px;
    z-index: -1;
    background-repeat: no-repeat
}

.video-style-eight .video-content .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #2986ff;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.overview-section.home-9 {
    position: relative;
    padding-top: 255px;
    padding-bottom: 75px
}

.overview-section.home-9 .bg-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1617px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.pricing-style-eight {
    position: relative;
    display: block;
    padding: 212px 0 150px 0
}

.pricing-style-eight .tabs-box .tab {
    position: relative;
    display: none;
    transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease
}

.pricing-style-eight .tabs-box .tab.active-tab {
    display: block
}

.pricing-style-eight .tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px)
}

.pricing-style-eight .tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px)
}

.pricing-block-seven .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    transition: all 500ms ease
}

.pricing-block-seven .pricing-table:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2)
}

.pricing-style-eight .sec-title {
    margin-bottom: 65px
}

.pricing-style-eight .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 90px
}

.pricing-style-eight .tab-btn-box .tab-btns {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ff8a42;
    border-radius: 40px
}

.pricing-style-eight .tab-btn-box .tab-btns li.active-btn {
    background: #ff8a42;
    color: #fff
}

.pricing-style-eight .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ff8a42;
    padding: 10px 41px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 500ms ease
}

.pricing-block-seven .pricing-table .table-header {
    position: relative;
    display: block;
    padding: 34px 15px 40px 15px;
    border-bottom: 1px solid #ececec
}

.pricing-block-seven .pricing-table .table-header .title {
    font-weight: 500;
    margin-bottom: 26px
}

.pricing-block-seven .pricing-table .table-header .icon-box {
    position: relative;
    display: block;
    height: 100px
}

.pricing-block-seven .pricing-table .table-header .icon-box img {
    transition: all 500ms ease;
    transform: scale(1)
}

.pricing-block-seven .pricing-table:hover .table-header .icon-box img {
    transform: scale(1.1)
}

.pricing-block-seven .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 35px 15px 29px 15px;
    border-bottom: 1px solid #ececec
}

.pricing-block-seven .pricing-table .table-content ul li {
    position: relative;
    display: block;
    margin-bottom: 18px
}

.pricing-block-seven .pricing-table .table-content ul li:last-child {
    margin-bottom: 0
}

.pricing-block-seven .pricing-table .table-footer {
    position: relative;
    display: block;
    padding: 34px 15px 40px 15px
}

.pricing-block-seven .pricing-table .table-footer .price {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    color: #009cff;
    margin-bottom: 21px
}

.pricing-block-seven .pricing-table .table-footer .price span {
    font-size: 16px;
    font-weight: 400;
    color: #5e5e5e
}

.pricing-block-seven .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #ff8a42;
    border: 1px solid #ff8a42;
    border-radius: 5px;
    padding: 10px 36px;
    text-align: center
}

.pricing-block-seven .pricing-table:hover .table-footer a {
    background: #ff8a42;
    color: #fff
}

.news-style-three.home-9 {
    position: relative;
    display: block;
    padding: 180px 0 160px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.news-style-three.home-9 .owl-nav {
    height: 40px;
    margin-top: 100px
}

.news-style-three.home-9 .owl-nav .owl-prev, .news-style-three.home-9 .owl-nav .owl-next {
    border-radius: 30px;
    margin: 0 7px 0 8px;
    width: 50px;
    height: 40px;
    line-height: 40px
}

.news-style-three.home-9 .owl-nav .owl-prev:hover, .news-style-three.home-9 .owl-nav .owl-next:hover {
    width: 90px;
    color: #ff8a42;
    border-color: #ff8a42;
    font-size: 25px
}

.testimonial-style-six {
    position: relative;
    display: block;
    padding-top: 140px;
    margin-bottom: -460px
}

.testimonial-style-six .sec-title {
    margin-bottom: 75px
}

.testimonial-style-six .testimonial-carousel-2 {
    position: relative;
    max-width: 1125px;
    margin: 0 auto
}

.testimonial-style-six .testimonial-block {
    position: relative;
    padding-bottom: 60px;
    margin: 0 30px
}

.testimonial-style-six .testimonial-block .inner-box {
    position: relative;
    background-color: #fff;
    padding: 0 120px 40px 120px;
    text-align: center;
    z-index: 9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin-top: 35px
}

.testimonial-style-six .testimonial-block:after, .testimonial-style-six .testimonial-block:before {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    bottom: 48px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.testimonial-style-six .testimonial-block:before {
    left: 60px;
    right: 60px;
    bottom: 35px;
    z-index: -1
}

.testimonial-style-six .testimonial-carousel-2 .active .testimonial-block:before, .testimonial-style-six .testimonial-carousel-2 .active .testimonial-block:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.testimonial-style-six .testimonial-carousel-2 .active .testimonial-block:before {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

.testimonial-style-six .testimonial-block .thumb-box {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    margin-top: -35px;
    margin-bottom: 21px
}

.testimonial-style-six .testimonial-block .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.testimonial-style-six .testimonial-block .thumb-box a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #00acee;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    z-index: 1
}

.testimonial-style-six .testimonial-block .text {
    position: relative;
    display: block;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 24px
}

.testimonial-style-six .testimonial-block .info-box .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 1px
}

.testimonial-style-six .testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.testimonial-style-six .owl-prev, .testimonial-style-six .owl-next {
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    margin: 0;
    transition: all 500ms ease
}

.testimonial-style-six .owl-prev:hover, .testimonial-style-six .owl-next:hover {
    color: #fff;
    background: #ff8a42;
    border-color: #ff8a42
}

.testimonial-style-six .owl-prev {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%)
}

.testimonial-style-six .owl-next {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%)
}

.testimonial-style-six .owl-theme .owl-dots .owl-dot span {
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all 500ms ease
}

.testimonial-style-six .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-six .owl-theme .owl-dots .owl-dot span:hover {
    background: #fff
}

.testimonial-style-six .owl-dots {
    position: relative;
    display: block;
    top: 42px;
    margin-top: 13px
}

.main-footer.home-9 {
    position: relative;
    padding-top: 475px;
    background-color: #1068d3;
    clip-path: polygon(0% 45%, 100% 0, 100% 100%, 0% 100%, 0% 0)
}

.banner-section.style-ten {
    position: relative;
    padding-top: 260px;
    padding-bottom: 95px;
    background-position: bottom center
}

.banner-section.style-ten .content-box {
    margin-top: 50px
}

.banner-section.style-ten .image-box {
    position: relative;
    display: block;
    margin: 0
}

.banner-section.style-ten .image-box img {
    position: relative;
    max-width: none;
    float: left
}

.overview-style-11 {
    position: relative;
    display: block;
    padding: 150px 0 107px 0
}

.overview-style-11 .content-box .sec-title h2 {
    margin-bottom: 24px
}

.overview-style-11 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.overview-style-11 .content-box .text p {
    line-height: 32px
}

.overview-style-11 .content-box {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-top: 3px
}

.overview-style-11 .inner-box {
    position: relative;
    display: block;
    margin-right: -70px;
    margin-left: -30px
}

.overview-style-11 .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.overview-style-11 .inner-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #2792db;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 24px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2)
}

.overview-style-11 .inner-box .column:nth-child(2) .single-item .icon-box {
    background: #fea229
}

.overview-style-11 .inner-box .column:nth-child(3) .single-item .icon-box {
    background: #af7ee7
}

.overview-style-11 .inner-box .column:last-child .single-item .icon-box {
    background: #00c56f
}

.overview-style-11 .inner-box .single-item h4 {
    margin-bottom: 9px
}

.overview-style-11 .inner-box .single-item .text {
    position: relative;
    display: block
}

.feature-style-eight {
    position: relative;
    display: block;
    padding-bottom: 160px
}

.feature-style-eight .image-box {
    position: relative;
    display: block;
    margin-right: 160px;
    margin-top: 40px
}

.feature-style-eight .image-box .image-2 {
    position: absolute;
    right: -80px;
    bottom: 0
}

.feature-style-eight .image-box .image-1 img {
    position: relative;
    max-width: none;
    float: right
}

.feature-style-eight .content-box .sec-title h2 {
    margin-bottom: 21px
}

.feature-style-eight .content-box .sec-title {
    margin-bottom: 38px
}

.feature-style-eight .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 0 0 90px;
    margin-bottom: 39px
}

.feature-style-eight .content-box .inner-box .single-item:last-child {
    margin-bottom: 0
}

.feature-style-eight .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 30px;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #fea229;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 24px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2)
}

.feature-style-eight .content-box .inner-box .single-item:nth-child(2) .icon-box {
    background: #2792db
}

.feature-style-eight .content-box .inner-box .single-item:last-child .icon-box {
    background: #af7ee7
}

.feature-style-eight .content-box .inner-box .single-item h4 {
    margin-bottom: 10px
}

.feature-style-eight .content-box .inner-box .single-item .text {
    position: relative;
    display: block;
    line-height: 28px
}

.feature-style-eight .content-box {
    position: relative;
    display: block;
    margin-left: -30px
}

.video-style-nine {
    position: relative;
    display: block
}

.video-style-nine .title-box {
    position: relative;
    display: block;
    padding: 141px 0 340px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.video-style-nine .title-box:before {
    position: absolute;
    content: '';
    background: rgba(48, 35, 174, 0.95);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.video-style-nine .title-box .sec-title h2, .video-style-nine .title-box .sec-title p {
    color: #fff
}

.video-style-nine .video-content {
    position: relative;
    display: block;
    margin-top: -235px
}

.video-style-nine .video-content .video-box {
    position: relative;
    display: block;
    margin: 0 70px
}

.video-style-nine .video-content .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 182px 0;
    border-radius: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 25px 60px -50px rgba(0, 0, 0, 0.8)
}

.video-style-nine .video-content .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #00c56f;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.choose-application {
    position: relative;
    display: block
}

.choose-application .sec-title {
    margin-bottom: 81px
}

.choose-application .single-block .inner-box {
    position: relative;
    display: block;
    background: #f5f9ff;
    padding: 40px 30px 45px 30px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    clip-path: polygon(0% 0, 100% 5%, 100% 95%, 0% 100%, 0% 0)
}

.choose-application .single-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.choose-application .single-block .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.choose-application .single-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fea229;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 21px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15)
}

.choose-application .block-column:nth-child(2) .single-block .inner-box .icon-box {
    background: #2792db
}

.choose-application .block-column:last-child .single-block .inner-box .icon-box {
    background: #af7ee7
}

.choose-application .single-block .inner-box h4 {
    margin-bottom: 11px;
    transition: all 500ms ease
}

.choose-application .single-block .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 12px;
    transition: all 500ms ease
}

.choose-application .single-block .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #2e2e2e;
    text-decoration: underline
}

.choose-application .single-block:hover .inner-box h4, .choose-application .single-block:hover .inner-box h4 a, .choose-application .single-block:hover .inner-box .text, .choose-application .single-block:hover .inner-box .link-btn a {
    color: #fff
}

.application-section {
    position: relative;
    display: block;
    padding: 275px 0 0 0
}

.application-section:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-12.png);
    width: 87px;
    height: 575px;
    top: -320px;
    right: 0;
    background-repeat: no-repeat;
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInRight;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInRight;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInRight;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear
}

.application-section .image-box {
    position: relative;
    display: block;
    margin: 90px 30px 0 -140px
}

.application-section .image-box:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-11.png);
    width: 817px;
    height: 762px;
    top: -260px;
    right: 0;
    background-repeat: no-repeat
}

.application-section .image-box .image-1 {
    position: relative
}

.application-section .image-box .image-2 {
    position: absolute;
    left: -230px;
    bottom: 5px
}

.application-section .image-box .image-3 {
    position: absolute;
    left: -70px;
    top: -370px
}

.application-section .content-box {
    position: relative;
    display: block;
    margin-left: 70px
}

.application-section .content-box .sec-title h2 {
    margin-bottom: 21px
}

.application-section .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.application-section .content-box p {
    line-height: 32px;
    margin-bottom: 32px
}

.application-section .content-box p:last-child {
    margin-bottom: 0
}

.app-screenshots-section.home-10 {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 240px 0 200px 0
}

.news-style-four {
    position: relative;
    display: block;
    padding: 100px 0 0
}

.news-style-four .sec-title {
    margin-bottom: 50px
}

.news-style-four .owl-dots {
    display: none
}

.news-style-four .news-block-three {
    position: relative;
    display: block;
    margin: 30px 0
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.news-block-three .inner-box .image-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    clip-path: polygon(0% 0, 100% 0, 100% 92%, 0% 100%, 0% 0)
}

.news-block-three .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.news-block-three .inner-box:hover .image-box img {
    opacity: .5;
    transform: scale(1.05)
}

.news-block-three .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 18px 20px 30px 20px
}

.news-block-three .inner-box .lower-content .info-box {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.news-block-three .inner-box .lower-content .info-box li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 15px
}

.news-block-three .inner-box .lower-content .info-box li:last-child {
    margin-right: 0
}

.news-block-three .inner-box .lower-content .info-box li i {
    position: relative;
    font-size: 14px;
    margin-right: 8px
}

.news-block-three .inner-box .lower-content .info-box li.author {
    padding: 0 0 0 35px
}

.news-block-three .inner-box .lower-content .info-box li.author .thumb-box {
    position: absolute;
    left: 0;
    top: -1px;
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.news-block-three .inner-box .lower-content .info-box li.author .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.news-block-three .inner-box .lower-content h4 {
    margin-bottom: 13px
}

.news-block-three .inner-box .lower-content .link-btn {
    position: relative;
    display: block;
    margin-bottom: 24px
}

.news-block-three .inner-box .lower-content .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #2e2e2e;
    text-decoration: underline
}

.news-block-three .inner-box .lower-content .link-btn a:hover {
    color: #ff8a42
}

.news-block-three .inner-box .lower-content .categories li {
    position: relative;
    float: left;
    margin-right: 10px
}

.news-block-three .inner-box .lower-content .categories li:last-child {
    margin-right: 0
}

.news-block-three .inner-box .lower-content .categories li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fea229;
    line-height: 24px;
    background: #fff6e9;
    padding: 5.5px 20px;
    border-radius: 25px
}

.news-block-three .inner-box .lower-content .categories li:nth-child(2) a {
    background: #e9f4fb;
    color: #2792db
}

.news-block-three .inner-box .lower-content .categories li:last-child a {
    background: #f7f2fd;
    color: #af7ee7
}

.news-block-three .inner-box .lower-content .categories li a:hover {
    background: #fea229;
    color: #fff !important
}

.news-block-three .inner-box .lower-content .categories li:nth-child(2) a:hover {
    background: #2792db
}

.news-block-three .inner-box .lower-content .categories li:last-child a:hover {
    background: #af7ee7
}

.news-style-four .owl-nav {
    position: relative;
    display: block;
    height: 40px;
    margin-top: 85px
}

.news-style-four .owl-prev, .news-style-four .owl-next {
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    margin: 0;
    transition: all 500ms ease
}

.news-style-four .owl-prev {
    margin-right: 15px
}

.news-style-four .owl-prev:hover, .news-style-four .owl-next:hover {
    color: #00c56f;
    border-color: #00c56f;
    width: 90px;
    font-size: 24px
}

.main-footer.style-six {
    position: relative;
    background-position: center
}

.main-footer.style-six .widget-section .subscribe-widget {
    position: relative;
    display: block;
    margin-left: -30px
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .text {
    position: relative;
    display: block;
    font-size: 15px;
    color: #d7d9f4;
    margin-bottom: 33px
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group {
    position: relative;
    display: block;
    margin-bottom: 93px
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    font-size: 15px;
    color: #9ba0e3;
    border-radius: 30px;
    padding: 10px 25px;
    margin-bottom: 15px;
    transition: all 500ms ease
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group input::-webkit-input-placeholder {
    color: #9ba0e3
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group input:focus {
    border-color: #ff8a42
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group button {
    float: right;
    padding: 14.5px 40px
}

.main-footer.style-six .footer-top .widget-title {
    margin-bottom: 16px
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 11px
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li:last-child {
    margin-right: 0
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #d8daf4;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li a:hover {
    color: #fff;
    background: #ff8a42;
    border-color: #ff8a42
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social {
    position: relative;
    display: block;
    float: right
}

.main-footer.style-six .footer-top {
    padding-bottom: 100px
}

.banner-section.style-11 {
    background-position: bottom center;
    padding-top: 245px;
    padding-bottom: 215px;
    background-color: #fff
}

.banner-section.style-11 .video-box {
    position: relative;
    display: block;
    margin: 0 -240px 0 40px
}

.banner-section.style-11 .video-box .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 200px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center
}

.banner-section.style-11 .video-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-image: -webkit-linear-gradient(-30deg, #9137ec 0, #5340e1 100%);
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.banner-section.style-11 .content-box {
    margin-top: 50px
}

.banner-section.style-11 .content-box h1 {
    font-size: 72px;
    line-height: 86px
}

.banner-section.style-11 .content-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 16px 49px
}

.banner-section.style-11 .content-box a:hover {
    background: #ff8a42;
    border-color: #ff8a42
}

.feature-style-eight.about-page .image-box {
    margin: 40px 0 0 120px
}

.feature-style-eight.about-page .image-box .image-1 img {
    position: relative;
    max-width: none;
    float: left
}

.feature-style-eight.about-page .image-box .image-2 {
    position: absolute;
    left: -65px;
    bottom: 12px
}

.wedo-section {
    position: relative;
    display: block;
    padding: 180px 0 210px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.wedo-section .sec-title {
    margin-bottom: 95px
}

.wedo-section .sec-title h2 {
    color: #fff
}

.wedo-section .sec-title p {
    color: #f0edfc
}

.wedo-section .single-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 58px 30px;
    border-radius: 60px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2)
}

.wedo-section .single-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 60px;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.wedo-section .single-block .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.wedo-section .single-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-image: -webkit-linear-gradient(-30deg, #5340e1 0, #9137ec 100%);
    text-align: center;
    border-radius: 25px;
    margin-bottom: 33px
}

.wedo-section .single-block .inner-box h4 {
    margin-bottom: 9px;
    transition: all 500ms ease
}

.wedo-section .single-block .inner-box .text {
    position: relative;
    display: block;
    transition: all 500ms ease
}

.wedo-section .single-block .inner-box:hover h4, .wedo-section .single-block .inner-box:hover h4 a, .wedo-section .single-block .inner-box:hover .text {
    color: #fff
}

.clients-section.about-page {
    position: relative
}

.clients-section.about-page .owl-nav {
    text-align: right;
    margin-top: 50px
}

.clients-section.about-page .owl-nav .owl-prev:hover, .clients-section.about-page .owl-nav .owl-next:hover {
    border-color: #a360ef;
    color: #a360ef
}

.fact-counter.about-page {
    position: relative
}

.fact-counter.about-page .counter-block-one .icon-box {
    background: #2792db
}

.fact-counter.about-page .counter-block:nth-child(2) .counter-block-one .icon-box {
    background: #34dcb7
}

.fact-counter.about-page .counter-block:nth-child(3) .counter-block-one .icon-box {
    background: #fea229
}

.fact-counter.about-page .counter-block:last-child .counter-block-one .icon-box {
    background: #af7ee7
}

.fact-counter.about-page .counter-block-one .count-outer span {
    color: #8c38eb
}

.testimonial-section.about-page {
    padding-bottom: 110px
}

.testimonial-section.about-page .owl-dots {
    display: block;
    text-align: center;
    margin-top: 80px
}

.testimonial-section.about-page .owl-theme .owl-dots .owl-dot span {
    border: 0;
    background: #c9c1e9;
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all 500ms ease
}

.testimonial-section.about-page .owl-theme .owl-dots .owl-dot.active span, .testimonial-section.about-page .owl-theme .owl-dots .owl-dot span:hover {
    background: #4d31b6
}

.call-to-action.about-page {
    position: relative;
    display: block;
    width: 100%;
    padding: 185px 0 186px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.call-to-action.about-page:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-13.png);
    width: 159px;
    height: 673px;
    left: 0;
    top: 40px;
    background-repeat: no-repeat
}

.call-to-action.about-page .content-box {
    margin: 0 70px 0 0
}

.call-to-action.about-page .content-box .sec-title h2 {
    color: #fff
}

.call-to-action.about-page .content-box .sec-title p {
    color: #e8d7fb
}

.call-to-action.about-page .subscribe-form .form-group label {
    background: #8c38eb;
    color: #fff
}

.call-to-action.about-page .subscribe-form .form-group input[type='text'], .call-to-action.about-page .subscribe-form .form-group input[type='email'], .call-to-action.about-page .subscribe-form .form-group textarea {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.50)
}

.call-to-action.about-page .subscribe-form .form-group input:focus, .call-to-action.about-page .subscribe-form .form-group textarea:focus {
    border-color: #ff8a42
}

.call-to-action.about-page .subscribe-form .form-group span {
    color: #fff
}

.call-to-action.about-page .image-column {
    position: absolute;
    top: 40px;
    right: 0;
    height: 896px;
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInRight;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInRight;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInRight;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear
}

.main-footer.style-seven {
    position: relative
}

.main-footer.style-seven .footer-top .logo-widget .widget-content .text, .main-footer.style-seven .footer-top .links-widget .widget-content ul li a {
    color: #5e5e5e
}

.main-footer.style-seven .footer-top .widget-title {
    color: #2e2e2e
}

.main-footer.style-seven .footer-top .logo-widget .widget-content .footer-social li a {
    border-color: #ddc4f9;
    color: #a360ef
}

.main-footer.style-seven .footer-top .logo-widget .widget-content .footer-social li a:hover {
    color: #fff;
    border-color: #ff8a42
}

.main-footer.style-seven .footer-top {
    border-bottom: 1px solid #ededed
}

.main-footer.style-seven .footer-bottom .footer-nav li a, .main-footer.style-seven .footer-bottom .copyright, .main-footer.style-seven .footer-bottom .copyright a {
    color: #5e5e5e
}

.main-footer.style-seven .footer-bottom .footer-nav li a:hover, .main-footer.style-seven .footer-bottom .copyright a:hover, .main-footer.style-seven .footer-top .links-widget .widget-content ul li a:hover {
    color: #ff8a42
}

.banner-section.style-12 {
    position: relative;
    padding-top: 270px;
    padding-bottom: 247px;
    background-position: bottom center
}

.banner-section.style-12 .image-box {
    margin: 0;
    margin-left: -60px
}

.banner-section.style-12 .image-box img {
    max-width: none;
    float: left
}

.banner-section.style-12 .content-box {
    margin-top: 74px
}

.about-section {
    position: relative;
    display: block;
    padding: 85px 0 72px 0
}

.about-section .inner-box {
    position: relative;
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto
}

.about-section .inner-box .sec-title h2 {
    margin-bottom: 21px
}

.about-section .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 68px
}

.about-section .inner-box .text p {
    line-height: 32px
}

.choose-application-2 {
    position: relative;
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 220px 0 160px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.choose-application-2 .sec-title {
    margin-bottom: 85px
}

.choose-application-2 .single-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 50px 15px 43px 15px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1)
}

.choose-application-2 .single-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 20px;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(-45deg, #3490e5 0, #5611ee 100%);
    transition: all 500ms ease
}

.choose-application-2 .single-block .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.choose-application-2 .single-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-image: -webkit-linear-gradient(-30deg, #d195ff 0, #6f5bff 100%);
    text-align: center;
    border-radius: 50%;
    margin-bottom: 33px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15)
}

.choose-application-2 .block-column:nth-child(2) .single-block .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #ffcc80 0, #ff9358 100%)
}

.choose-application-2 .block-column:last-child .single-block .inner-box .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #9fb2fe 0, #5f7ceb 100%)
}

.choose-application-2 .single-block .inner-box h4 {
    margin-bottom: 9px;
    transition: all 500ms ease
}

.choose-application-2 .single-block .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 25px;
    transition: all 500ms ease
}

.choose-application-2 .single-block .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #6352ce
}

.choose-application-2 .single-block .inner-box:hover h4, .choose-application-2 .single-block .inner-box:hover h4 a, .choose-application-2 .single-block .inner-box:hover .text, .choose-application-2 .single-block .inner-box:hover .link-btn a {
    color: #fff
}

.feature-style-eight.about-page-2 {
    position: relative;
    padding: 140px 0 100px 0
}

.feature-style-eight.about-page-2 .content-box .inner-box .single-item .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #d195ff 0, #6f5bff 100%)
}

.feature-style-eight.about-page-2 .content-box .inner-box .single-item:nth-child(2) .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #ffcb7f 0, #ff9458 100%)
}

.feature-style-eight.about-page-2 .content-box .inner-box .single-item:last-child .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #9fb2fe 0, #5f7ceb 100%)
}

.video-style-ten {
    position: relative;
    display: block;
    padding: 250px 0 348px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.video-style-ten .sec-title h2 {
    color: #fff;
    margin-bottom: 85px
}

.video-style-ten .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #5c4dc0;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.fact-counter.about-page-2 {
    padding-bottom: 170px
}

.fact-counter.about-page-2 .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #d195ff 0, #6f5bff 100%)
}

.fact-counter.about-page-2 .counter-block:nth-child(2) .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #ffcc80 0, #ff9458 100%)
}

.fact-counter.about-page-2 .counter-block:nth-child(3) .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #9fb2fe 0, #607ceb 100%)
}

.fact-counter.about-page-2 .counter-block:last-child .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-30deg, #a3f2b2 0, #41dfcd 100%)
}

.fact-counter.about-page-2 .counter-block-one .count-outer span {
    color: #8c38eb
}

.our-team.about-page-2 {
    width: 100%;
    padding: 220px 0 170px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.our-team.about-page-2 .team-block-one .inner-box .lower-content .designation {
    color: #ff8a42
}

.login-page-section {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1080px;
    overflow: hidden
}

.login-page-section:before {
    position: absolute;
    content: '';
    background: #1832aa;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0
}

.login-page-section:after {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-15.png);
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.login-page-section .top-box {
    position: relative;
    display: block;
    padding: 40px 0
}

.login-page-section .top-box .logo-box {
    position: relative;
    margin-top: 8px;
    z-index: 1
}

.login-page-section .top-box .login-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #ff8a42;
    border: 1px solid #ff8a42;
    border-radius: 30px;
    padding: 9.5px 37.5px
}

.login-page-section .top-box .login-btn i {
    position: relative;
    font-size: 15px;
    margin-right: 12px
}

.login-page-section .top-box .login-btn a:hover {
    background: #ff8a42;
    color: #fff
}

.login-page-section .main-content-box .outer-container {
    position: relative;
    min-height: 350px
}

.login-page-section .main-content-box .outer-container .left-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%
}

.login-page-section .main-content-box .outer-container .left-column .inner-box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 105px 60px 0 60px;
    max-width: 960px;
    margin: 0 auto
}

.login-page-section .main-content-box .outer-container .right-column {
    position: relative;
    float: right;
    width: 50%
}

.login-page-section .main-content-box .outer-container .right-column .inner-box {
    position: relative;
    width: 100%;
    max-width: 630px;
    float: left;
    padding: 127px 30px 261px 100px
}

.login-page-section .main-content-box .outer-container .right-column:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-14.png);
    width: 377px;
    height: 110px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInRight;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInRight;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInRight;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group {
    position: relative;
    display: block;
    margin-bottom: 37px
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group label {
    position: absolute;
    left: 27px;
    top: -9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #5e5e5e;
    background: #f5f9ff;
    margin: 0;
    padding: 0 5px;
    z-index: 1
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input[type='text'], .login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input[type='email'], .login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input[type='password'] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    padding: 10px 20px;
    color: #5e5e5e;
    background: transparent;
    transition: all 500ms ease
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input:focus {
    border-color: #ff8a42
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group .create-acc label {
    position: relative;
    left: 0;
    top: 0
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group .create-acc {
    position: relative;
    display: block;
    margin-bottom: 36px
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group span {
    position: relative;
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 400;
    cursor: pointer;
    margin-left: 13px;
    z-index: 1
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .sec-title {
    margin-bottom: 57px
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group .theme-btn {
    padding: 17px 60px
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .creat-account {
    position: relative;
    display: block;
    font-size: 15px
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .creat-account a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #2e2e2e;
    text-decoration: underline
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .creat-account a:hover {
    color: #ff8a42
}

.login-page-section .main-content-box .left-column .inner-box .single-item .image-box {
    position: relative;
    margin-bottom: 70px
}

.login-page-section .main-content-box .left-column .inner-box .single-item .image-box .image-2 {
    position: absolute;
    bottom: 9px;
    right: 20px
}

.login-page-section .main-content-box .left-column .inner-box .single-item .sec-title h2 {
    color: #fff
}

.login-page-section .main-content-box .left-column .inner-box .single-item .sec-title p {
    color: #bdc4e9
}

.login-page-section .owl-nav {
    display: none
}

.login-page-section .owl-theme .owl-dots {
    position: relative;
    display: block;
    margin-top: 57px
}

.login-page-section .owl-theme .owl-dots .owl-dot span {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all 500ms ease
}

.login-page-section .owl-theme .owl-dots .owl-dot.active span, .login-page-section .owl-theme .owl-dots .owl-dot span:hover {
    border-color: #fff;
    background: #fff
}

.signup-page-section .main-content-box .outer-container .right-column .inner-box {
    padding-bottom: 169px
}

.error-page-section {
    position: relative;
    width: 100%;
    height: 100%;
    background: #1832aa;
    min-height: 1080px;
    overflow: hidden
}

.error-page-section:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-16.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: slideInDown;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear
}

.error-page-section .error-content {
    position: relative;
    display: block;
    padding: 104px 30px 100px 30px
}

.error-page-section .error-content .error-image {
    position: relative;
    display: block;
    margin-bottom: 26px
}

.error-page-section .error-content h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 48px
}

.error-page-section .top-content {
    position: relative;
    display: block;
    padding: 50px 0
}

.error-page-section .top-content .logo-box {
    position: relative
}

.error-page-section .top-content .nav-toggler .nav-btn {
    position: relative;
    background: transparent;
    cursor: pointer;
    margin-top: 8px
}

.error-page-section .top-content .nav-toggler .nav-btn .bar {
    position: relative;
    display: block;
    background: #fff;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    transition: all 500ms ease
}

.error-page-section .top-content .nav-toggler .nav-btn:hover .bar {
    background: #ff8a42
}

.form-back-drop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.70);
    visibility: hidden;
    z-index: 9990;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.side-content-visible .form-back-drop {
    opacity: 1;
    visibility: visible
}

.hidden-bar {
    position: fixed;
    right: -350px;
    top: 0;
    width: 350px;
    height: 100%;
    overflow-y: auto;
    border-left: 1px solid #231b26;
    z-index: 99999;
    opacity: 0;
    background-color: #150f17;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.side-content-visible .hidden-bar {
    right: 0;
    opacity: 1;
    visibility: visible
}

.hidden-bar .inner-box {
    position: relative;
    background-color: #150f17;
    padding: 110px 40px 50px
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    transition: all 500ms ease
}

.hidden-bar .inner-box .cross-icon:hover {
    color: #ff8a42
}

.mCSB_inside &gt; .mCSB_container {
    margin-right: 0
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px
}

.hidden-bar .side-menu ul li ul a {
    background: transparent
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent
}

.hidden-bar .side-menu li.current &gt; a {
    color: #fff
}

.hidden-bar .side-menu ul li {
    position: relative;
    display: block
}

.hidden-bar .side-menu ul li a {
    position: relative;
    background: transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.hidden-bar .side-menu ul li a .btn.expander {
    background: 0;
    color: #fff;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 0;
    position: absolute;
    border: 1px solid #fff;
    top: 15px;
    right: 0;
    outline: 0
}

.hidden-bar .side-menu ul li a .btn:focus {
    box-shadow: none
}

.hidden-bar .navigation &gt; li {
    display: block
}

.hidden-bar .logo-box {
    position: relative;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 60px
}

.hidden-bar .inner-box .contact-info-box {
    position: relative;
    display: block;
    padding: 50px 0
}

.hidden-bar .inner-box .contact-info-box li {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    float: left
}

.hidden-bar .inner-box .contact-info-box li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.hidden-bar .inner-box .contact-info-box li a:hover {
    color: #ff8a42
}

.banner-section.style-13 {
    position: relative;
    padding-bottom: 342px;
    background-position: bottom center
}

.banner-section.style-13 .content-box .text {
    margin-bottom: 72px
}

.pricing-style-seven.pricing-page-1 {
    padding: 91px 0 100px 0
}

.pricing-style-seven.pricing-page-1 .tab-btn-box {
    position: relative;
    top: 0
}

.pricing-style-seven.pricing-page-1 .sec-title {
    margin-bottom: 65px
}

.pricing-style-seven.pricing-page-1 .pricing-table .table-header .price {
    color: #705dec
}

.pricing-style-seven.pricing-page-1 .top-content {
    margin-bottom: 115px
}

.faq-style-two {
    position: relative;
    display: block;
    padding: 85px 0 55px 0
}

.faq-style-two .sec-title {
    margin-bottom: 100px
}

.faq-style-two .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0 30px 0 70px;
    margin-bottom: 55px
}

.faq-style-two .inner-box .single-item:last-child {
    margin-bottom: 0
}

.faq-style-two .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #ff8a42;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(255, 138, 66, 0.2)
}

.faq-style-two .inner-box .single-item h4 {
    margin-bottom: 8px
}

.faq-style-two .inner-box .single-item .text {
    position: relative;
    display: block;
    line-height: 32px
}

.faq-style-two.home-6 {
    padding: 141px 0 105px 0
}

.faq-style-two.home-6 .btn-box {
    position: relative;
    display: block;
    margin-top: 100px
}

.faq-style-two.home-6 .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ff8a42;
    background: transparent;
    border: 1px solid #ff8a42;
    border-radius: 30px;
    padding: 14px 42.5px;
    text-align: center
}

.faq-style-two.home-6 .btn-box a:hover {
    background: #ff8a42;
    color: #fff
}

.main-footer.pricing-page-1 {
    padding-top: 124px;
    background-position: center
}

.banner-section.style-14 {
    position: relative;
    padding-top: 325px;
    padding-bottom: 430px;
    background-position: bottom center;
    clip-path: polygon(0% 0, 100% 0, 100% 75%, 0% 100%, 0% 0)
}

.banner-section.style-14 .content-box .text {
    margin-bottom: 72px
}

.pricing-style-eight.pricing-page-2 {
    padding-top: 65px;
    padding-bottom: 100px
}

.main-footer.pricing-page-2 {
    padding-top: 270px;
    background-position: center;
    clip-path: polygon(0% 30%, 100% 0, 100% 100%, 0% 100%, 0% 0)
}

.banner-section.style-15 {
    position: relative;
    padding-top: 310px;
    padding-bottom: 150px;
    background-position: bottom center
}

.banner-section.style-15 .content-box {
    margin: 0
}

.banner-section.style-15 .image-box {
    position: relative;
    display: block;
    margin: 70px -375px 0 -30px
}

.banner-section.style-15 .image-box .image-1 {
    position: absolute;
    left: 0;
    bottom: -245px
}

.banner-section.style-15 .image-box .image-2 {
    position: absolute;
    right: 0;
    top: -380px
}

.banner-section.style-15 .image-box .image-3 {
    position: absolute;
    top: -25px;
    right: 0
}

.pricing-style-three.pricing-page-3 {
    padding: 185px 0 170px 0
}

.main-footer.pricing-page-3 {
    padding-top: 35px;
    background-position: top center
}

.pricing-style-five.pricing-page-4 {
    position: relative;
    padding-top: 305px;
    margin-bottom: 0
}

.pricing-style-five.pricing-page-4:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-17.png);
    width: 100%;
    height: 1258px;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    animation-name: slideInDown;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear
}

.pricing-style-five.pricing-page-4 .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 130px
}

.pricing-style-five.pricing-page-4 .tab-btn-box .tab-btns {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 40px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.pricing-style-five.pricing-page-4 .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #5e5e5e;
    padding: 11px 41.5px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 500ms ease
}

.pricing-style-five.pricing-page-4 .tab-btn-box .tab-btns li.active-btn {
    background: #ff8a42;
    color: #fff
}

.pricing-style-five.pricing-page-4 .sec-title h2, .pricing-style-five.pricing-page-4 .sec-title p {
    color: #fff
}

.pricing-style-five.pricing-page-4 .sec-title {
    margin-bottom: 65px
}

.main-footer.pricing-page-4 {
    padding-top: 160px;
    background-position: top center
}

.faq-banner {
    position: relative;
    display: block;
    padding: 280px 0 310px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.faq-banner .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px
}

.faq-banner .content-box .text {
    position: relative;
    display: block;
    line-height: 32px;
    color: #dcd7f1
}

.faq-style-two.faq-page-1 {
    padding: 140px 0 42px 0
}

.faq-style-two.faq-page-1 .inner-box .single-item .icon-box {
    background-image: -webkit-linear-gradient(-45deg, #d295ff 0, #715cff 100%)
}

.call-to-action.faq-page-1 {
    padding-bottom: 150px
}

.call-to-action.faq-page-1 .sec-title {
    margin-bottom: 87px
}

.call-to-action.faq-page-1 .content-box {
    margin: 0
}

.call-to-action.faq-page-1 .subscribe-form .form-group .message-btn .theme-btn {
    background: #755eff
}

.call-to-action.faq-page-1 .subscribe-form .form-group .message-btn .theme-btn:hover {
    background: #ff8a42
}

.faq-banner.style-two {
    position: relative;
    padding: 288px 0 277px 0
}

.faq-banner.style-two .inner-box {
    position: relative;
    display: block
}

.faq-banner.style-two .inner-box .content-box {
    max-width: 900px;
    width: 100%
}

.faq-banner.style-two .inner-box .content-box .text {
    margin-bottom: 70px
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group {
    position: relative;
    display: block;
    max-width: 536px;
    width: 100%;
    margin: 0
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #ac9fe2;
    background: transparent;
    border-radius: 30px;
    padding: 10px 280px 10px 30px;
    transition: all 500ms ease
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group input::-webkit-input-placeholder {
    color: #ac9fe2
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group input:focus {
    border-color: #ff8a42
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    width: 260px;
    line-height: 56px;
    background: #ff8a42;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    border-top-left-radius: 0;
    transition: all 500ms ease;
    cursor: pointer;
    text-align: center
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group button i {
    position: relative;
    font-size: 30px;
    margin-left: 10px;
    font-weight: 500;
    top: 6px
}

.faq-banner.style-two .content-box h1 {
    margin-bottom: 14px
}

.faq-banner.style-two .inner-box .image-box {
    position: absolute;
    top: 0;
    right: 0
}

.faq-banner.style-two .inner-box .image-box .image-1 {
    position: relative;
    left: 15px;
    bottom: -135px
}

.faq-banner.style-two .inner-box .image-box .image-2 {
    position: absolute;
    right: -370px;
    bottom: -75px
}

.faq-banner.style-two .inner-box .image-box .image-3 {
    position: absolute;
    right: -370px;
    top: -285px
}

.faq-section.faq-page-2 {
    padding: 200px 0 150px 0
}

.faq-section.faq-page-2 .tab-btn-box li .icon-box {
    background: #fff4ee;
    border-color: #ffeadd;
    color: #ff8a42
}

.faq-section.faq-page-2 .tab-btn-box li.active-btn .icon-box, .faq-section.faq-page-2 .tab-btn-box li:hover .icon-box {
    background: #ff8a42;
    border-color: #ff8a42;
    color: #fff
}

.faq-banner.style-three {
    position: relative;
    background: #3d369d;
    padding-bottom: 815px;
    padding-top: 290px;
    clip-path: polygon(0% 0, 100% 0, 100% 53%, 0% 100%, 0% 0)
}

.faq-banner.style-three .content-box h1 {
    font-size: 48px;
    line-height: 60px
}

.faq-banner.style-three .content-box .text {
    margin-bottom: 72px
}

.faq-section.faq-page-3 .accordion-box .block .acc-btn .icon-outer {
    color: #5e5e5e;
    font-size: 16px;
    top: 18px
}

.faq-section.faq-page-3 .accordion-box .block .acc-btn.active .icon-outer i:before {
    font-size: 16px;
    content: "\f068"
}

.faq-section.faq-page-3 .accordion-box .block .acc-content {
    padding-bottom: 19px
}

.faq-section.faq-page-3 .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 91px 45px 33px 45px;
    margin: -642px -45px 0 -45px
}

.faq-section.faq-page-3 .sec-title {
    margin-bottom: 70px
}

.call-to-action.faq-page-3 {
    padding-bottom: 150px
}

.call-to-action.faq-page-3 .content-box {
    margin: 0
}

.call-to-action.faq-page-3 .sec-title {
    margin-bottom: 87px
}

.main-footer.faq-page-3 {
    background: #3d369d
}

.main-footer.faq-page-3 .widget-section .subscribe-widget .widget-content .form-group {
    margin-bottom: 63px
}

.main-footer.faq-page-3 .footer-top {
    padding-bottom: 52px
}

.coming-soon-section {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.coming-soon-section .top-inner {
    position: relative;
    display: block;
    padding: 50px 0
}

.coming-soon-section .top-inner .other-links ul li {
    position: relative;
    display: inline-block;
    margin-left: 65px
}

.coming-soon-section .top-inner .other-links ul li:first-child {
    margin-left: 0
}

.coming-soon-section .top-inner .other-links {
    margin-top: 5px
}

.coming-soon-section .top-inner .other-links ul li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.coming-soon-section .top-inner .other-links ul li a:hover {
    color: #ff8a42
}

.coming-soon-section .main-content-box {
    position: relative;
    display: block;
    padding: 135px 0 310px 0
}

.coming-soon-section .main-content-box .content-box {
    position: relative;
    display: block;
    max-width: 850px;
    width: 100%
}

.coming-soon-section .main-content-box .content-box h1 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 17px
}

.coming-soon-section .main-content-box .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 100px
}

.coming-soon-section .main-content-box .content-box .subscribe-form .text {
    font-size: 16px;
    color: #d2ddfa;
    margin-bottom: 34px
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group {
    position: relative;
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    border-radius: 30px;
    padding: 10px 180px 10px 30px;
    font-size: 16px;
    color: #809ef1;
    transition: all 500ms ease
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group input:focus {
    border-color: #ff8a42
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group input::-webkit-input-placeholder {
    color: #809ef1
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #ff8a42;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;
    transition: all 500ms ease
}

.coming-soon-section .main-content-box .image-box {
    position: absolute;
    top: 180px;
    right: -265px
}

.coming-soon-section .timer {
    position: relative;
    display: inline-block
}

.coming-soon-section .cs-countdown {
    position: relative;
    text-align: center;
    margin-bottom: 117px
}

.coming-soon-section .cs-countdown .count-col {
    position: relative;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 15px;
    margin-right: 20px
}

.coming-soon-section .cs-countdown .count-col:last-child {
    margin: 0
}

.coming-soon-section .cs-countdown .count-col span {
    position: relative;
    display: block;
    font-size: 30px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    width: 100px;
    background: #2d79ff;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    z-index: 1
}

.coming-soon-section .cs-countdown .count-col span:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-18.png);
    width: 100%;
    height: 7px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: -1
}

.coming-soon-section .cs-countdown .count-col h6 {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 29px;
    text-align: left;
    text-transform: capitalize
}

.call-to-action.coming-soon-page {
    padding: 140px 0 150px 0
}

.call-to-action.coming-soon-page .content-box {
    margin: 0 70px 0 0
}

.call-to-action.coming-soon-page .info-box, .call-to-action.contact-page .info-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 24px
}

.call-to-action.coming-soon-page .info-box .inner-box, .call-to-action.contact-page .info-box .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 48px 55px
}

.call-to-action.coming-soon-page .info-box .inner-box:before, .call-to-action.contact-page .info-box .inner-box:before {
    position: absolute;
    content: '';
    background: url(../images/icons/shap-19.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.call-to-action.coming-soon-page .info-box .inner-box .icon-box, .call-to-action.contact-page .info-box .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #a4a4a4;
    border-radius: 50px;
    font-size: 25px;
    color: #2e2e2e;
    margin-bottom: 22px
}

.call-to-action.coming-soon-page .info-box .inner-box h3, .call-to-action.contact-page .info-box .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 19px
}

.call-to-action.coming-soon-page .info-box .inner-box .text, .call-to-action.contact-page .info-box .inner-box .text {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 33px
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li, .call-to-action.contact-page .info-box .inner-box .contact-info li {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li:last-child, .call-to-action.contact-page .info-box .inner-box .contact-info li:last-child {
    margin-bottom: 0
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li h6, .call-to-action.contact-page .info-box .inner-box .contact-info li h6 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 24px;
    color: #5e5e5e;
    margin-bottom: 0
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li a, .call-to-action.contact-page .info-box .inner-box .contact-info li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #5e5e5e
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li a:hover, .call-to-action.contact-page .info-box .inner-box .contact-info li a:hover {
    color: #ff8a42
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info, .call-to-action.contact-page .info-box .inner-box .contact-info {
    position: relative;
    display: block;
    margin-bottom: 55px
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li, .call-to-action.contact-page .info-box .inner-box .social-list li {
    position: relative;
    display: inline-block;
    margin-right: 11px
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li:last-child, .call-to-action.contact-page .info-box .inner-box .social-list li:last-child {
    margin-right: 0
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li a, .call-to-action.contact-page .info-box .inner-box .social-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #5e5e5e;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    text-align: center
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li a:hover, .call-to-action.contact-page .info-box .inner-box .social-list li a:hover {
    color: #fff;
    background: #ff8a42;
    border-color: #ff8a42
}

.main-footer.coming-soon-page {
    position: relative;
    display: block
}

.main-footer.coming-soon-page .footer-bottom {
    padding: 108px 0 40px 0
}

.coming-soon-section.style-two {
    position: relative;
    display: block;
    background: #1e53e6;
    width: 100%;
    min-height: 1080px;
    height: 100% l
}

.coming-soon-section .nav-toggler .nav-btn {
    position: relative;
    background: transparent;
    cursor: pointer;
    margin-top: 8px
}

.coming-soon-section .nav-toggler .nav-btn .bar {
    position: relative;
    display: block;
    background: #fff;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    transition: all 500ms ease
}

.coming-soon-section .nav-toggler .nav-btn:hover .bar {
    background: #ff8a42
}

.blog-banner {
    position: relative;
    display: block;
    padding: 276px 0 204px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.blog-banner .content-box h1 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 100px
}

.blog-banner .content-box .search-box .form-group {
    position: relative;
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto
}

.blog-banner .content-box .search-box .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    border-radius: 30px;
    padding: 10px 190px 10px 30px;
    font-size: 16px;
    color: #809ef1;
    transition: all 500ms ease
}

.blog-banner .content-box .search-box .form-group input:focus {
    border-color: #ff8a42
}

.blog-banner .content-box .search-box .form-group input::-webkit-input-placeholder {
    color: #809ef1
}

.blog-banner .content-box .search-box .form-group button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #ff8a42;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;
    transition: all 500ms ease
}

.sidebar-page-container {
    position: relative;
    display: block;
    padding: 120px 0
}

.blog-classic .blog-classic-content {
    position: relative;
    display: block;
    margin-right: 20px
}

.news-block-four .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 50px
}

.blog-classic .blog-classic-content .news-block-four:last-child .inner-box {
    margin-bottom: 0
}

.news-block-four .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #491aaf
}

.news-block-four .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.news-block-four .inner-box:hover .image-box img {
    opacity: .5;
    transform: scale(1.1)
}

.news-block-four .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 32px 30px 34px 25px
}

.news-block-four .inner-box .lower-content .info-box {
    position: relative;
    display: block;
    margin-bottom: 12px
}

.news-block-four .inner-box .lower-content .info-box li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500
}

.news-block-four .inner-box .lower-content .info-box li:last-child {
    margin-right: 0
}

.news-block-four .inner-box .lower-content .info-box li.author {
    padding: 1px 0 0 50px;
    font-size: 18px;
    font-weight: 500;
    color: #2e2e2e
}

.news-block-four .inner-box .lower-content .info-box li.author .thumb-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.news-block-four .inner-box .lower-content .info-box li.author .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.news-block-four .inner-box .lower-content .info-box li i {
    position: relative;
    font-size: 14px;
    margin-right: 8px
}

.news-block-four .inner-box .lower-content h4 {
    margin-bottom: 11px
}

.news-block-four .inner-box .lower-content .text {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 16px
}

.news-block-four .inner-box .lower-content .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ff8a42;
    text-decoration: underline
}

.news-block-four .inner-box .lower-content .link-btn a:hover {
    color: #491aaf
}

.sidebar-page-container .sidebar .widget-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 5px
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li {
    position: relative;
    display: block
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    padding: 15px 0 8px 0;
    border-bottom: 1px solid #dadada
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li a span {
    float: right
}

.sidebar-page-container .sidebar .sidebar-categories {
    position: relative;
    display: block;
    margin-bottom: 53px
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li a:hover {
    color: #ff8a42
}

.sidebar-page-container .sidebar .sidebar-post .post {
    position: relative;
    display: block;
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 33px
}

.sidebar-page-container .sidebar .sidebar-post .post:last-child {
    margin-bottom: 0
}

.sidebar-page-container .sidebar .sidebar-post .widget-title {
    margin-bottom: 21px
}

.sidebar-page-container .sidebar .sidebar-post .post h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 8px
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a {
    position: relative;
    display: inline-block;
    color: #2e2e2e
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a:hover {
    color: #ff8a42
}

.sidebar-page-container .sidebar .sidebar-post .post .post-date {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px
}

.sidebar-page-container .sidebar .sidebar-post {
    position: relative;
    display: block;
    margin-bottom: 54px
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content {
    position: relative;
    display: block;
    margin: 0 -4px
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content li {
    position: relative;
    float: left;
    margin: 0 3px 5px 3px
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #5e5e5e;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #dadada;
    border-radius: 3px;
    text-align: center
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content li a:hover {
    color: #fff;
    border-color: #ff8a42;
    background: #ff8a42
}

.sidebar-page-container .sidebar .sidebar-archives .widget-title {
    margin-bottom: 27px
}

.blog-grid .news-block-two .inner-box {
    margin-bottom: 50px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.blog-two-column {
    padding-bottom: 70px
}

.blog-three-column {
    position: relative;
    display: block;
    padding: 120px 0
}

.blog-three-column .news-block-one .inner-box {
    margin-bottom: 50px
}

.blog-three-column .news-block-one .inner-box .lower-content {
    padding: 28px 15px 13px 25px;
    border-bottom: 1px solid #e7e7e7
}

.blog-three-column .pagination-wrapper {
    position: relative;
    display: block;
    margin-top: 30px
}

.blog-masonary {
    position: relative;
    display: block;
    padding: 120px 0
}

.blog-masonary .news-block-two .inner-box {
    margin-bottom: 40px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.blog-masonary .pagination-wrapper {
    position: relative;
    display: block;
    margin-top: 40px
}

.blog-details .blog-details-content {
    position: relative;
    display: block;
    margin-right: 20px
}

.blog-details .blog-details-content .social-links {
    position: absolute;
    left: -110px;
    top: 8px
}

.blog-details .blog-details-content .social-links li {
    position: relative;
    display: block;
    margin: 0
}

.blog-details .blog-details-content .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5999
}

.blog-details .blog-details-content .social-links li a:hover {
    transform: scale(1.2);
    z-index: 1
}

.blog-details .blog-details-content .social-links li:nth-child(2) a {
    background: #399fed
}

.blog-details .blog-details-content .social-links li:nth-child(3) a {
    background: #bd081c
}

.blog-details .blog-details-content .social-links li:nth-child(4) a {
    background: #25d366
}

.blog-details .blog-details-content .social-links li:last-child a {
    background: #0084ff
}

.blog-details .blog-details-content .title-inner h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 15px
}

.blog-details .blog-details-content .title-inner .info-box {
    position: relative;
    display: block
}

.blog-details .blog-details-content .title-inner .info-box li.author {
    padding: 1px 0 0 50px;
    font-size: 18px;
    font-weight: 500;
    color: #2e2e2e
}

.blog-details .blog-details-content .title-inner .info-box li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500
}

.blog-details .blog-details-content .title-inner .info-box li i {
    position: relative;
    font-size: 14px;
    margin-right: 8px
}

.blog-details .blog-details-content .title-inner .info-box li.author .thumb-box {
    position: absolute;
    left: 0;
    top: -1px;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.blog-details .blog-details-content .title-inner .info-box li.author .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.blog-details .blog-details-content .title-inner .info-box li:last-child {
    margin-right: 0
}

.blog-details .blog-details-content .title-inner {
    position: relative;
    display: block;
    margin-bottom: 26px
}

.blog-details .blog-details-content .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    margin-bottom: 25px
}

.blog-details .blog-details-content .inner-box .image-box img {
    width: 100%;
    border-radius: 10px
}

.blog-details .blog-details-content .inner-box .text p {
    line-height: 28px;
    margin-bottom: 28px
}

.blog-details .blog-details-content .inner-box .text p:last-child {
    margin-bottom: 0
}

.blog-details .blog-details-content .inner-box .text blockquote {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #5e5e5e;
    font-weight: 400;
    font-style: italic;
    border: 1px solid #e9e9e9;
    padding: 20px 25px 24px 30px;
    margin: 42px 0 33px 0
}

.blog-details .blog-details-content .inner-box .text blockquote:before {
    position: absolute;
    content: '';
    background: #ff8a42;
    height: 100%;
    width: 3px;
    left: -1px;
    top: 0
}

.blog-details .blog-details-content .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 41px
}

.blog-details .blog-details-content .inner-box .video-box {
    position: relative;
    display: block;
    margin-bottom: 33px
}

.blog-details .blog-details-content .inner-box .video-box .video-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 145px 0;
    border-radius: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center
}

.blog-details .blog-details-content .inner-box .video-box .video-inner a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 20px;
    color: #4548d8;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.blog-details .blog-details-content .inner-box {
    position: relative;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 53px;
    border-bottom: 1px solid #e5e5e5
}

.blog-details .blog-details-content .comments-area .group-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 34px
}

.blog-details .blog-details-content .comments-area .comment {
    position: relative;
    display: block;
    padding: 0 0 0 70px;
    margin-bottom: 56px
}

.blog-details .blog-details-content .comments-area .comment:last-child {
    margin-bottom: 0
}

.blog-details .blog-details-content .comments-area .comment.replay-comment {
    margin-left: 60px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 42px;
    margin-bottom: 42px
}

.blog-details .blog-details-content .comments-area .comment .author-thumb {
    position: absolute;
    left: 0;
    top: -2px;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.blog-details .blog-details-content .comments-area .comment .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 5px
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .text {
    position: relative;
    display: block;
    line-height: 28px;
    margin-bottom: 12px
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #ff9655;
    margin-right: 19px
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box a:hover {
    color: #2e2e2e
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box .date {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding-left: 26px
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box .date:before {
    position: absolute;
    content: '';
    background: #b2b2b2;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 11px
}

.blog-details .blog-details-content .comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 74px
}

.blog-details .blog-details-content .comments-area .login-btn a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #ff9655;
    border: 1px solid #ff9655;
    text-align: center;
    padding: 16px 25px
}

.blog-details .blog-details-content .comments-area .login-btn a:hover {
    color: #fff;
    background: #ff9655
}

.contact-banner {
    position: relative;
    display: block;
    width: 100%;
    padding: 295px 0 345px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
}

.contact-banner .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 21px
}

.contact-banner .content-box .text {
    position: relative;
    display: block;
    line-height: 32px;
    color: #fff;
    margin-bottom: 72px
}

.contact-banner .content-box .theme-btn {
    padding: 17px 50px
}

.call-to-action.contact-page {
    padding-top: 67px;
    padding-bottom: 165px
}

.call-to-action.contact-page .content-box {
    margin: 0 70px 0 0
}

.contact-banner.style-two {
    position: relative;
    background-image: -webkit-linear-gradient(-60deg, #5f4bd4 0, #4721a1 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 34%, 0% 100%, 0% 0);
    padding: 280px 0 870px 0
}

.call-to-action.contact-page-1 {
    padding: 0
}

.call-to-action.contact-page-1 .inner-content {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: -760px -50px 0 -50px;
    padding: 75px 50px 80px 50px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10)
}

.main-footer.home-6 {
    background-position: top center
}</pre></body></html>