/*
  Theme Name: Xavi - App Landing HTML5 Template
  Author: themeadapt@gmail.com
  Description: Xavi - App Landing HTML5 Template
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. features
5. app-fetures
6. app-screenshot
7. counter
8. pricing
9. testimonial
10. download
11. blog
12. Pagination
13. contact
14. Login
15. footer
16. comingsoon
17. preloader
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800|Poppins:400,400i,500,600,700');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #656565;
    font-style: normal;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    color: #656565;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7b7c93;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2
}
/* button style */

.slider-btn .btn {
    -moz-user-select: none;
    background: #3878ff;
    border: medium none;
    /*border-radius: 30px;*/
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 9px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: 2px solid transparent;
}
.slider-btn  .btn:hover{
    color: #333;
    background: transparent;
    border: 2px solid #333;
}
/*.btn.transparent-btn {
    background: transparent;
    color: #333;
    border: 2px solid #333333;
}*/
.btn.transparent-btn:hover{background: #3878ff;color: #fff;border-color: #3878ff;;}
.breadcrumb > .active {
    color: #888;
}
btn.btn.transparent-btn {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.gradient-btn{
    background: -webkit-linear-gradient(to right, #911dff, #e733ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #911dff, #e733ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent;
    color: #fff;
    transition: .3s
}
.slick-slide:focus {
    outline: none;
}
.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}
.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}

/* scrollUp */
#scrollUp {
    background: #3878FF;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 45px;
}
#scrollUp:hover {
    background: #444;
}
/* area-bg */
.hero-area-wrap {
    position: relative;
}
.hero-area-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/shape/01.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 370px;
}
.bg-shape {
    background-position: right center;
    background-repeat: no-repeat;
}
.home-two .hero-area-wrap::before {
    content: none;
}
.bg-shape.home-two {
    background-position: top center;
    background-repeat: no-repeat;
}
/* 2. header */
.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: .3s;
}
.main-menu .navbar {
    padding: 0;
}
.main-menu .navbar-nav li.nav-item {
    margin-left: 30px;
}
.main-menu .navbar-nav li.nav-item a.nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 37px 0;
    font-family: 'Nunito', sans-serif;
}
.main-menu .navbar-nav li.nav-item a.nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 31px;
    background: #3878ff;
    width: 0px;
    height: 2px;
    transition: .3s;
}
.main-menu .navbar-nav li.nav-item:hover a.nav-link::before,.main-menu .navbar-nav li.nav-item.active a.nav-link::before{
    width: 20px;
}
.header-btn {
    margin-left: 30px;
}
.home-three-menu .btn {
    color: #333;
    border-color: #fff;
    background: #fff;
}
.home-three-menu .btn:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.sticky .home-three-menu .btn{background: #3878ff;color: #fff;border-color: #3878ff;}
.home-three-menu .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}
.home-three-menu .navbar-nav li.nav-item a.nav-link::before {
    background: #fff;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    z-index: 1030;
    padding: 0px 0;
    background: #EBF5FF;
}
.sticky .main-menu .navbar-nav li.nav-item a.nav-link {
    padding: 23px 0;
    color: #333;
}
.sticky .main-menu .navbar-nav li.nav-item a.nav-link::before {
    bottom: 20px;
    background: #333;
}
.sticky-logo{
    display: none;
}
.sticky .main-menu .sticky-logo {
    display: block;
}
.sticky .main-menu .normal {
    display: none;
}
.gradient-sticky.sticky {
    background: linear-gradient(to right, #911dff, #e733ff);
}
.gradient-sticky.sticky .main-menu .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}
.gradient-sticky.sticky .main-menu .navbar-nav li.nav-item a.nav-link::before {
    background: #fff;
}
.gradient-sticky.sticky .home-three-menu .btn {
    background: #fff;
    color: #333;
    border-color: #ffff;
}
/* 3. slider */
.slider-img.pt-100 {
    padding-top: 240px;
}
.slider-area.home-four {
    background-position: left center;
    background-size: 100%;
}
.slider-content {
    padding-top: 150px;
}
.home-two-slider .slider-content {
    padding-top: 70px;
}
.hero-area-wrap.home-two-hero {
    padding-top: 235px;
}
.hero-area-wrap.home-three-hero {
    padding-top: 160px;
    padding-bottom: 100px;
}
.main_banner{
    float: right;

}
.home-three-slider .slider-content {
    padding-top: 60px;
}
.home-three-slider .slider-content h1{color: #fff;}
.home-three-slider .slider-content p{color: #fff;}
.home-three-slider .slider-content .btn{color: #333333;background: #fff;border-color: #fff;}
.home-three-slider .slider-content .btn.btn.transparent-btn{color: #fff;background: transparent;border-color: #fff;}
.home-three-slider .slider-content .btn:hover{color: #fff;background: transparent;border-color: #fff;}
.slider-content h1 {
    font-size: 39px;
    color: #3878ff;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 30px;
}
.slider-content p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}
.slider-btn .btn {
    margin-right: 15px;
}
.video-slider {
    position: relative;
}
.video-slider .home-three-hero {
    position: relative;
    z-index: 9;
}
.home-two.video-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient( 0deg, rgb(77, 215, 217) 0%, rgb(49, 62, 139) 100%);
    z-index: 1;
    opacity: .8;
}
/* 4. features */
.features-area-wrap {
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
}
.features-area-wrap.home-two-features::before {
    content: none;
}
.home-two-features .features-area {
    border-bottom: 1px solid #e9e9e9;
}
.home-two-features .features-area {
    padding-top: 105px;
}
.home-three-features .features-area {
    padding-top: 120px;
}
.features-icon {
    margin-bottom: 30px;
}
.features-icon img {
    transition: .5s linear;
    transform: rotateY(0deg);
}
.features-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.features-content p {
    margin-bottom: 0;
    padding: 0 20px;
}
.features-wrap:hover .features-icon img {
    transform: rotateY(360deg);
}
.description-content-title h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 28px;
}
.description-content-title h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/icon/line.png);
    width: 58px;
    height: 5px;
    background-repeat: no-repeat;
}
.description-content {
    padding-top: 40px;
}
.description-content.second-description {
    padding-top: 30px;
}
.description-content p {
    margin-bottom: 40px;
}
.description-img {
    margin-left: -150px;
}
.features-area-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/shape/04.png);
    background-repeat: no-repeat;
    width: 475px;
    height: 760px;
}
/* 5. app-fetures */
.app-features {
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}
.app-features.third-app-features {
    background-size: cover;
    background-position: center;
}
.app-features.second-app-features::before {
    content: none;
}
.section-title {
    position: relative;
    padding-bottom: 25px;
}
.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/icon/line.png);
    width: 58px;
    height: 5px;
    background-repeat: no-repeat;
    right: 0;
    margin: auto;
}
.section-title.white-line::before {
    background: url(../img/icon/w-line.png);
}
.section-title h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}
.section-title p {
    margin-bottom: 0;
}
.single-features .icon {
    float: left;
    width: 65px;
    margin-right: 20px;
}
.app-features-content {
    overflow: hidden;
    display: block;
}
.app-features-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}
.app-features-content p {
    margin-bottom: 0;
    padding-right: 40px;
}
.app-features::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/shape/06.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 480px;
}
.app-features-img {
    margin-top: -45px;
}
.details-title.section-title::before {
    right: unset;
    margin: unset;
}
.single-details h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
}
.single-details p {
    margin-bottom: 0;
    padding-right: 20px;
}
.details-video {
    position: relative;
}
.video-bg {
    position: relative;
}
.video-bg img {
    width: 100%;
}

/*.video-bg::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: -moz-linear-gradient( 90deg, rgba(127,0,255,0.8) 0%, rgba(225,0,255,0.8) 100%);
        background: -webkit-linear-gradient( 90deg, rgba(127,0,255,0.8) 0%, rgba(225,0,255,0.8) 100%);
        background: -ms-linear-gradient( 90deg, rgba(127,0,255,0.8) 0%, rgba(225,0,255,0.8) 100%);
        z-index: 9;
}*/
/* 6. app-screenshot */
.screeenshot-area {
    position: relative;
}
.screeenshot-area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/shape/07.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 480px;
}
.screeenshot-area.second-screenshot-area::before {
    content: none;
}
.app-item {
    text-align: center;
}
.app-item img {
    border: 1px solid #c3c3c3;
    display: inline-block;
}
.app-padding {
    padding: 0 170px;
}
.app-active {
    position: relative;
}
.app-active .slick-track {
    padding: 14px 0;
}
.app-item.slick-center {
    border-radius: 30px;
}
.app-active::before {
    content: "";
    background: url(../img/screenshot/frame.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 312px;
    height: 610px;
    z-index: 99;
    background-repeat: no-repeat;
    top: 0;
}
.app-item.slick-center img {
    border-radius: 30px;
}
/* 7. counter */
.counter-area {
    background-position: center;
    background-repeat: no-repeat;
}
.counter {
    font-size: 90px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
    color: #3878ff;
}
.gradient-count .counter {
    background: linear-gradient(to right, #911dff, #e733ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.sligle-count p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
}
/* 8. pricing */
.pricing-box {
    background: #f4f7fc;
    padding-top: 55px;
    padding-bottom: 60px;
}
.price-head h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}
.price-head span {
    font-size: 18px;
}
.price-head {
    margin-bottom: 27px;
}
.price-count h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.price-count.gradient-price h2{
    background: linear-gradient(to right, #5c0693, #5c0693);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.price-count h2 span {
    font-size: 24px;
    font-weight: 400;
}
.price-list ul li {
    font-size: 16px;
    margin-bottom: 12px;
}
.price-list ul li:last-child {
    margin-bottom: 0px;
}
/*.price-btn .btn {
    background: transparent;
    border: 1px solid #c4c4c4;
    color: #333333;
}
.price-btn .btn:hover {
    background: #3878ff;
    border-color:  #3878ff;
    color: #fff;
}*/
.pricing-box.active {
    background: #fff;
    box-shadow: 0px 10px 90px 20px rgba(0,0,0,.05);
    margin-top: -35px;
    padding-bottom: 75px;
    padding-top: 70px;
}
/*.pricing-box.active .price-btn .btn{
    background: #3878ff;
    border-color:  #3878ff;
    color: #fff;
}*/
.price-btn.gradient .btn:hover {
    transition: .3s;
}
.price-btn.gradient .btn:hover::before {
    opacity: 1;
}
.price-btn.gradient .btn {
    position: relative;
    z-index: 1;
}
.price-btn.gradient .btn:hover {
    background: #ff010275;
    border-color: #ff010275;
    color: #fff;
}
/*.price-btn.gradient .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    background:  -webkit-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    background:  -ms-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    transition: .3s linear;
    border-radius: 30px;
    z-index: -1;
    opacity: 0;
}*/
/*.pricing-box.active .price-btn.gradient .btn{
    background: transparent;
    border-color: transparent;
    color: #fff;
}
.pricing-box.active .price-btn .btn:hover{
    background: transparent;
    border: 1px solid #c4c4c4;
    color: #333333;
}
.pricing-box.active .price-btn.gradient .btn::before {
    opacity: 1;
}
.pricing-box.active .price-btn.gradient .btn:hover::before {
    opacity: 0;
}*/
/* 9. testimonial */
.shape-bg-wrap {
    position: relative;
}
.testimonial-bg {
    background-size: cover;
    background-position: center;
}
.shape-bg-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -205px;
    background: url(../img/shape/13.png);
    width: 475px;
    height: 1480px;
    z-index: -1;
}
.testimonial-wrap {
    position: relative;
}
.testimonial-wrap::before {
    content: "";
    position: absolute;
    right: 200px;
    bottom: -27px;
    background: url(../img/icon/quote.png);
    width: 135px;
    height: 95px;
}
.second-testimonial .client-text p {
    padding-right: 0;
}
.testimonial-wrap.second-testimonial::before {
    content: none;
}
.third-testimonial .client-text p{color: #fff;}
.third-testimonial .client-info h6{color: #fff;}
.third-testimonial .client-info span{color: #fff;}
.client-text p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.7;
    padding-right: 100px;
    margin-bottom: 15px;
}
.client-info h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.client-info span {
    font-style: italic;
    font-size: 16px;
}
.testimonial-img {
    margin-left: -190px;
}
.testimonial-active .slick-track {
    padding: 30px 0;
}
.testimonial-active .slick-arrow {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    color: #333333;
    z-index: 9;
    cursor: pointer;
    padding: 0;
}
.second-testimonial-active .slick-arrow {
    left: -265px;
}
.third-testimonial-active .slick-arrow {
    color: #fff;
}
.testimonial-active.third-testimonial-active .slick-arrow i::after{
    background: #fff;
}
.second-testimonial-active .slick-next {
    right: -265px;
    left: auto;
}
.testimonial-active .slick-arrow i {position: relative;}
.testimonial-active .slick-arrow i::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #3878ff;
    height: 3px;
    width: 100%;
    z-index: 9;
    transition: .3s;
    opacity: 0;
}
.testimonial-active .slick-arrow:hover {color: #3878ff;}
.third-testimonial-active .slick-arrow:hover {color: #fff;}
.testimonial-active .slick-arrow:hover i::after {opacity: 1;}
.testimonial-active .slick-prev {
    right: -70px;
}
.testimonial-active .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -95px;
    left: 152px;
}
.second-testimonial-active .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
}
.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.testimonial-active .slick-dots li.slick-active button {
    border-color: #3878ff;
}
.testimonial-active .slick-dots li button {
    text-indent: -999999px;
    padding: 0;
    height: 12px;
    width: 12px;
    background: none;
    border: 2px solid #666666;
    border-radius: 50%;
    cursor: pointer;
}
.testimonial-active.third-testimonial-active .slick-dots li button {
    border: 2px solid #fff;
}
.testimonial-active.third-testimonial-active .slick-dots li.slick-active button {
    border-color: #fff;
    background: #fff;
}
/* 10. download */
.download-title.section-title::before {
    right: unset;
    margin: unset;
}
.get-app a {
    border: 2px solid #333333;
    padding: 7px 35px;
    display: inline-block;
    color: #333333;
    line-height: 1;
    border-radius: 49px;
    margin-right: 18px;
}
.get-app a:last-child {
    margin-right: 0px;
}
.get-app a:hover {
    border-color: #3878ff;
    color: #fff;
    background: #3878ff;
}
.get-app.gradient-app a:hover {
    background: transparent;
    border-color: transparent;
    color: #fff;
}
.get-app.gradient-app a:hover::before {
    opacity: 1;
    border-color: transparent;
    color: #fff;
}
.get-app.gradient-app a {
    position: relative;
    z-index: 1;
}
.get-app.gradient-app a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    background:  -webkit-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    background:  -ms-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    z-index: -1;
    transition: .3s linear;
    border-radius: 30px;
    opacity: 0;
}
.get-app a i {
    color: #333333;
}
.get-app a:hover i {
    color: #fff;
}
.get-app a:hover p {
    color: #fff;
}
.get-app a i {
    float: left;
    font-size: 25px;
    position: relative;
    top: 8px;
    transition: .3s;
}
.get-app a p {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    float: left;
    padding-left: 13px;
    color: #333333;
    text-align: left;
    transition: .3s;
}
.get-app a p b {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.download-img {
    background-position: center;
    background-repeat: no-repeat;
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-15px);
        -moz-transform: rotateX(0deg) translateY(-15px);
        -ms-transform: rotateX(0deg) translateY(-15px);
        -o-transform: rotateX(0deg) translateY(-15px);
        transform: rotateX(0deg) translateY(-15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-15px);
        -moz-transform: rotateX(0deg) translateY(-15px);
        -ms-transform: rotateX(0deg) translateY(-15px);
        -o-transform: rotateX(0deg) translateY(-15px);
        transform: rotateX(0deg) translateY(-15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
/* 11. blog */
.breadcrumb-area {
    background: #ebf5ff;
    padding-top: 235px;
    padding-bottom: 170px;
}
.breadcrumb {
    margin-bottom: 0;
    display: block;
    padding: 0;
    background: none;
    border: none;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item a {
    font-size: 20px;
    color: #333333;
}
.breadcrumb > .active {
    color: #666666;
    font-size: 20px;
}
.breadcrumb-title h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    color: #333333;
    content: "\f0a4";
    font-family: "Font Awesome 5 free";
}
.blog-thumb {
    margin-bottom: 35px;
}
.blog-thumb img {
    width: 100%;
}
.post-meta {
    margin-bottom: 5px;
}
.post-meta ul li {
    display: inline-block;
    color: #666666;
    margin-right: 15px;
}
.blog-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-right: 50px;
}
.blog-content h2:hover a {
    color: #3878ff;
}
.blog-content p {
    margin-bottom: 30px;
    padding-right: 100px;
}
.blog-content .btn {
    background: transparent;
    color: #444444;
    border-color: #444444;
}
.blog-content .btn:hover {
    background: #3878ff;
    color: #fff;
    border-color: #3878ff;
}
.blog-thumb.video-thumb {
    position: relative;
}
.play-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
}
.play-icon a {
    color: #ff0002;
    font-size: 70px;
    position: relative;
}
.play-icon a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.blog-thumb.video-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .75;
}
.blog-d-content p {
    padding-right: 0;
    margin-bottom: 0;
}
blockquote {
    font-size: 24px;
    font-style: italic;
    border-left: 5px solid #3878ff;
    margin: 50px 0;
    padding: 10px 0;
    padding-right: 120px;
    padding-left: 27px;
}
blockquote footer {
    font-size: 16px;
    margin-top: 7px;
}
.blog-post-tag span {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}
.blog-post-tag ul {
    display: inline-block;
}
.blog-post-tag ul li {
    display: inline-block;
}
.blog-post-tag ul li a {
    color: #666;
}
.blog-share{text-align: right;}
.blog-share span {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}
.blog-share ul {
    display: inline-block;
}
.blog-share ul li {
    display: inline-block;
}
.blog-share ul li a {
    color: #666;
}
.comment-box {
    display: table;
    margin-bottom: 50px;
}
.comments-avatar {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.comment-text {
    margin-left: 20px;
}
.avatar-name {
    margin-bottom: 6px;
}
.avatar-name h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}
.avatar-name span {
    font-size: 14px;
    color: #666666;
}
.comment-text p {
    margin-bottom: 10px;
    padding-right: 100px;
}
.comment-text a {
    font-weight: 700;
    color: #333333;
    font-family: 'Nunito', sans-serif;
}
.post-comment-form input {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    background: #f7f7fd;
    margin-bottom: 20px;
}
.post-comment-form textarea {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    background: #f7f7fd;
    margin-bottom: 20px;
    height: 120px;
}
.post-comment-form .nice-select {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    background: #f7f7fd;
    margin-bottom: 20px;
    line-height: 22px;
    height: 46px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 60px;
    line-height: 58px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 30px;
}
.inner-blog-thumb {
    margin-bottom: 25px;
}
.inner-blog-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.inner-blog-content h5:hover a{color: #3878ff;}
.inner-blog-thumb img {
    width: 100%;
}
.post-meta ul li a {
    color: #3878ff;
}
/* 12. Pagination */
.pagination {
    display: block;
    border-radius: 0;
}
.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}
.pagination ul li a {
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins', sans-serif;
    padding: 0 5px;
}
.pagination ul li a.active {
    color: #3878ff;
}
.pagination ul li a:hover {
    color: #3878ff;
}
.pagination ul li a.active::before {
    content: "";
    top: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3878ff;
    position: absolute;
    right: 0;
    margin: auto;
}
.pagination ul li a.active::after {
    content: "";
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3878ff;
    position: absolute;
    right: 0;
    margin: auto;
}
/* blog-widget */
.sidebar-form {
    position: relative;
}
.sidebar-form input {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 14px 30px;
}
.sidebar-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.widget-title h5 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.widget-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background: #333333;
}
.rc-post-thumb img {
    width: 100%;
}
.rc-post-thumb{margin-bottom: 25px;}
.rc-post-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.rc-post-content h5:hover a {
    color: #3878ff;
}
.widget-link ul li {
    margin-bottom: 8px;
}
.widget-link ul li:hover a {
    color: #3878ff;
}
.widget-link ul li:last-child {
    margin-bottom: 0px;
}
.widget-link li a {
    color: #333333;
    text-transform: capitalize;
}
.widget-link li a span {
    float: right;
    display: block;
}
.widget-tag {
    overflow: hidden;
}
.widget-tag li {
    float: left;
    margin-bottom: 10px;
    margin-right: 9px;
}
.widget-tag li a {
    background: #ebf5ff;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
}
.widget-tag li:hover a {
    background: #009efd;
    color: #fff;
}
.widget-insta-post ul li {
    display: inline-block;
    width: 115px;
    margin-right: 6px;
    margin-bottom: 10px;
}
.widget-insta-post ul li> img {
    width: 100%;
}
.widget-banner {
    position: relative;
}
.banner-thumb img {
    width: 100%;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
    text-align: center;
}
.banner-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
}
.banner-content .btn {
    border-radius: 0;
}
.banner-content .btn:hover{border-color: #fff;color: #fff;}
/* 13. contact */
.contact-area {
    background-position: center;
    background-repeat: no-repeat;
}
.contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px;
    background: none;
    padding: 6px 0;
    transition: .3s linear;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #3878ff;
}
.second-contact-form input {
    border: 1px solid #cccccc;
    padding: 14px 20px;
}
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px;
    padding: 6px 0;
    background: none;
    height: 161px;
    transition: .3s linear;
}
.second-contact-form textarea {
    border: 1px solid #cccccc;
    padding: 14px 20px;
}
.contact-btn.gradient .btn{
    background: -moz-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    background:  -webkit-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    background:  -ms-linear-gradient( 0deg, rgba(127,0,255,0.8902) 0%, rgba(225,0,255,0.8) 100%);
    border: transparent;
    color: #fff;
}

/* 14. Login */
.login-content {
    background: #fff;
    padding: 35px;
    border: 1px solid #f7f3f3;
    box-shadow: 0px 10px 90px 20px rgba(0,0,0,.05);
}
.login-title {
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: capitalize;
}
.login-title.login-inner-title {
    font-size: 20px;
}
.login-content > p {
    font-size: 14px;
    font-weight: 400;
}
.social-sign a {
    background: #3e5c98 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 9px 15px;
}
.social-sign a i {
    margin-right: 3px;
}
.social-sign a.twitter {
    background: #22A9E0;
    margin-right: 0;
}
.login-content form {
    margin-top: 30px;
}
.login-content form label {
    color: #444;
    margin-bottom: 10px;
    user-select: none;
}
.login-content form input {
    border: 1px solid #e3e3e3;
    box-shadow: none;
    font-size: 13px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    transition: .3s linear;
    width: 100%;
}
.login-lost span.log-rem input {
    height: inherit;
    margin-right: 5px;
    position: relative;
    top: 2px;
    width: inherit;
}
.login-content form input:focus {
    border: 1px solid #3878ff;
}
.login-lost span.forgot-login {
    float: right;
}
.login-lost span.forgot-login a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
.login-lost span.forgot-login a:hover {
    color: #3878ff;
}
.sign-up-today {
    margin-top: 50px;
}
.sign-up-today ul li {
    margin-bottom: 10px;
}
.sign-up-today ul li i {
    color: #666;
    display: inline-block;
    font-size: 15px;
    margin-right: 6px;
}

/* 15. footer */
.footer-bg {
    background: #ebf5ff;
}
.footer-gradient-bg {
    background-position: top center;
    background-repeat: no-repeat;
}
.home-four-footer {
    padding-top: 215px;
}
.second-footer {
    border-top: 1px solid #e9e9e9;
}
.footer-area-wrap {
    border-bottom: 1px solid #d5d9dd;
}
.footer-widget-heading h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
}
.footer-widget-link ul li {
    margin-bottom: 8px;
}
.footer-widget-link ul li:last-child {
    margin-bottom: 0px;
}
.footer-widget-link ul li a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
}
.footer-widget-link.white ul li a{color: #fff;}
.footer-widget-link ul li:hover a {
    color: #3878ff;
}
.footer-widget-link ul li a i {
    margin-right: 10px;
}
.subscribe-text {
    margin-bottom: 23px;
}
.subscribe-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}
.footer-form input {
    border: 1px solid #c7c7c7;
    padding: 10px 20px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 15px;
}
.footer-form .btn.white{background: #fff;color: #333;border-color: #fff;}
.sigle-address {
    margin-bottom: 16px;
}
.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
}
.address-icon i {
    color: #3878ff;
}
.address-icon.white i{color: #fff;}
.footer-social-icon.white li a{color: #fff;}
.sigle-address p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
}
.footer-social h6 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}
.footer-social-icon {
    display: inline-block;
}
.footer-social-icon li {
    display: inline-block;
    margin: 0 5px;
}
.footer-social-icon li a {
    color: #999999;
}
.footer-social-icon li a:hover {
    color: #3878ff;
}
.copyright-text p {
    margin-bottom: 0;
}
.Privacy-link a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding: 22px 0;
    margin: 0 13px;
}
.Privacy-link.white a{color: #fff;}

/* 16. comingsoon */
.comingsoon-area {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
}
.comingsoon-img {
    margin-left: -250px;
}
.comingsoon-content span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f35a00;
    display: block;
    margin-bottom: 10px;
}
.comingsoon-content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #202332;
    margin-bottom: 25px;
}
.comingsoon-content p {
    margin-bottom: 0;
}
.time-count {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 82px;
    text-align: center;
    background: -webkit-linear-gradient(to right, #1e89fe, #3659ff);
    background: linear-gradient(to right, #1e89fe, #3659ff);
    margin-right: 30px;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 700;
    box-shadow: 0px 8px 16px 0px rgba(146, 167, 255, 0.3);
    color: #fff;
}
.time-count:nth-child(2) {
    background: -webkit-linear-gradient(to right, #ffa042, #fc7323);
    background: linear-gradient(to right, #ffa042, #fc7323);
}
.time-count:nth-child(3) {
    background: -webkit-linear-gradient(to right, #0eecd5, #05cfd1);
    background: linear-gradient(to right, #0eecd5, #05cfd1);
}
.time-count:last-child {
    background: -webkit-linear-gradient(to right, #a76dfe, #8348fa);
    background: linear-gradient(to right, #a76dfe, #8348fa);
    margin-right: 0;
}
.time-count span {
    display: block;
    line-height: 1;
    margin-top: -21px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* 17. preloader */
#preloader{
    background-color: #3878ff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
    75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}

@-webkit-keyframes object_two {


    75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform:  scale(0);
    }

}

@-webkit-keyframes object_three {

    75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}

.home-three-slider .slider-content .transparent-btn.btn.activate_btn{
    text-transform: uppercase;
    background: red;
    border-color: red;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-features{
    text-align: center;
}
.icon-main-page{
    margin-bottom: 20px;
}
.transparent-btn.btn.activate_btn {
    text-transform: uppercase;
    background: red;
    border-color: red;
    color: #fff;
}