@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Poppins:300,400,500,600');
/*----bootstrap css ----- */

@import url('../vendor/bootstrap/bootstrap.css');
/*----font awesome -------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----camera-slider---*/

@import url('../vendor/Camera-master/css/camera.css');
/*----owl-carousel css----*/

@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/

@import url('../vendor/WOW-master/css/libs/animate.css');
/*----------- Fancybox css -------*/

@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*--------- flat-icon ---------*/

@import url('../fonts/icon/font/flaticon.css');

/***

====================================================================
 WhatsApp Styles
====================================================================

***/
.float-button {
        text-decoration: none;
        position: fixed;
        padding: 7px;
        padding-right: 15px;
        bottom: 5px;
        right: 55px;
        color: #fff;
        background-color:#25D366;
        border-radius: 5px 5px 5px 5px;
        z-index: 100;
        font-family: Arial;
        font-size: 15px;
        animation: whatsapp-animation 0.5s ease-in-out;
        box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
        transition:all 0.3s ease-out;
    }

    .float-button:hover {
         background-color: #128C7E;
          color: #fff;
    }

    .fa-whatsapp {
        font-size: 20px !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    @media screen and (max-width: 545px) {
        span {
            display: inline-block;
        }

        .float-button {
            bottom: 5px;
            right: 55px;
            width: 130px;
            height: 35px;
            border-radius: 3px 3px 3px 3px;
        }

        .fa-whatsapp {
            font-size: 22px !important;
            
        }
    }

/***

====================================================================
 Loading Transition
====================================================================

***/

.loader-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
}

.loaded .loader-overlay {
    -webkit-animation: fade-out 2263038s ease-out;
    animation: fade-out 2263038s ease-out;
    opacity: 0;
    display: none;
}

.loader-overlay .loader {
    position: relative;
    top: 50vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 9;
}


/***

====================================================================
 Click To Top
====================================================================

***/

.scroll-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: none;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/***

====================================================================
 Global Settings
====================================================================

***/

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    position: relative;
}

.main-page-wrapper {
    overflow-x: hidden;
}

.html-top-content {
    position: relative;
    z-index: 999;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #00000a;
    font-weight: 600;
}

h1 {
    font-size: 50px;
    line-height: 70px;
}

h2 {
    font-size: 42px;
    line-height: 60px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

p {
    /*line-height: 35px;*/
    /*font-family: 'Open Sans', sans-serif;*/
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

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

button {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input, textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tran3s, .boost-your-phone .boster-image-wrapper img, .theme-button span, .owl-theme .owl-dots .owl-dot span, .pricing-plan-section .nav-tabs > li.active > a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.boost-your-phone .boster-image-wrapper img:not(.try) {
    padding: 10rem 2rem;
}

.tran4s {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.theme-title-one h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.35);
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.theme-title-two {
    position: relative;
    padding-top: 20px;
}

.theme-title-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 4px;
    border-radius: 2px;
}
.theme-title-two.text-center:before {
    right: 0;
    margin: auto;
}

.theme-title-two p {
    font-size: 20px;
    margin-top: 25px;
}

.theme-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.theme-button span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.theme-button span {
    background: linear-gradient(52deg, rgb(109, 105, 255) 0%, rgb(95, 155, 255) 100%);
}

.theme-button:hover span {
    opacity: 1;
}

button.theme-button,
a.theme-button {
    background: linear-gradient(52deg, rgb(109, 105, 255) 0%, rgb(95, 155, 255) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    padding: 0 4rem;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.theme-button:hover,
a.theme-button:hover {
    background: linear-gradient(52deg, rgb(95, 155, 255) 0%, rgb(109, 105, 255) 100%);
}

/*---------------------- Color Css -------------------------*/


.scroll-top,
.boost-your-phone .boster-image-wrapper .ao-annotations span,
#watch-video a,
.pricing-plan-section .nav-tabs > li.active > a,
.pricing-plan-section .nav-tabs > li.active > a:hover,
.pricing-plan-section .nav-tabs > li.active > a:focus,
.contact-us-section .contact-us-form .theme-button,
footer .subscribe-form .input-wrapper .theme-button,
.detail-page .comment-area .contact-form form button {
    background: linear-gradient(52deg, rgb(109, 105, 255) 0%, rgb(95, 155, 255) 100%);
}

.contact-us-section .contact-us-form .theme-button:hover,
footer .subscribe-form .input-wrapper .theme-button:hover,
.detail-page .comment-area .contact-form form button:hover {
    background: linear-gradient(52deg, rgb(95, 155, 255) 0%, rgb(109, 105, 255) 100%);
}

.theme-title-two:before, .testimonial-section .main-bg-wrapper .main-slider-wrapper {
    background: #6a74ff;
}

.boost-your-phone .text ul li i, .contact-us-section .contact-address .call:hover, footer .bottom-footer ul.footer-menu li a:hover, .our-blog .single-blog .text > a, .our-blog .single-blog:hover .text h5 a, .detail-page .tag-option ul li a:hover, .detail-page .comment-area .comment-section .comment button:hover {
    color: #6a74ff;
}

footer .subscribe-form .input-wrapper input[type="text"]:focus, footer .subscribe-form .input-wrapper input[type="email"]:focus {
    border-color: #6681ff;
}

/***

====================================================================
 Theme Header
====================================================================

***/

.theme-main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 50px;
    z-index: 999;
}

.theme-main-header .button-group li {
    display: inline-block;
}

.theme-main-header .button-group li:first-child {
    margin-right: 5px;
}

.theme-main-header .button-group li a {
    width: 120px;
    line-height: 36px;
    font-weight: 500;
    border: 2px solid transparent;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 20px;
}

.theme-main-header .button-group li:last-child a {
    width: 170px;
}

.theme-main-header .button-group li a.login {
    border-color: #fff;
}

.theme-main-header .button-group li a:hover, .theme-main-header .button-group li a.login:hover {
    background: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.8);
}

/***

====================================================================
 Theme Main Banner
====================================================================

***/

#theme-main-banner {
    height: 100vh;
    margin-bottom: 50px !important;
    position: relative;
}

.camera_wrap {
    float: none;
}

#theme-main-banner .camera_overlayer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#theme-main-banner .camera_caption {
    height: 100%;
}

#theme-main-banner .camera_caption .main-container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

#theme-main-banner .camera_caption > div {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: none;
    left: 0;
    padding: 0;
    z-index: 9;
}

#theme-main-banner .camera_caption .container {
    /*position: relative;*/
    z-index: 99;
}

/*#theme-main-banner .camera_caption .container h5 {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-weight: normal;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*}*/

/*#theme-main-banner.banner-one .camera_caption .container h5 {*/
/*    color: rgba(0, 0, 0, 0.4);*/
/*    text-transform: capitalize;*/
/*}*/

#theme-main-banner .camera_caption .container h1 {
    color: #fff;
    text-transform: none;
    margin: 75px 0 40px 0;
}

#theme-main-banner.banner-one .camera_caption .container h1 {
    color: #000;
}

#theme-main-banner .camera_caption .container p {
    font-size: 20px;
    margin: 0 0 55px 0;
    color: rgba(255, 255, 255, 0.85);
}

#theme-main-banner.banner-one .camera_caption .container p {
    color: rgba(0, 0, 0, 0.6);
}

#theme-main-banner .camera_caption .container a,
.feature-text a.button-one{
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 3px;
    text-align: center;
    margin: 10px 15px 0 0;
    padding: 0 25px;
    color: #fff;
}

#theme-main-banner .camera_caption .container a:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

#theme-main-banner .camera_caption .container a i,
.feature-text a i{
    font-size: 22px;
    vertical-align: -1px;
    margin-right: 10px;
}

#theme-main-banner .camera_caption .container a img,
.feature-text a img{
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

#theme-main-banner .camera_caption .container a.button-one,
.feature-text a.button-one {
    background: #252525;
    border-color: #252525;
}

#theme-main-banner.banner-one .camera_caption .container a.button-two {
    border-color: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.52);
}

#theme-main-banner .camera_caption .container a.button-sm,
.feature-text a.button-sm{
    line-height: 40px;
    font-size: 1.5rem;
    padding: 0 20px;
}

#theme-main-banner .camera_caption .container .image-wrapper {
    position: absolute;
    width: 64%;
}

#theme-main-banner .camera_caption .container .image-wrapper img {
    max-width: 100% !important;
}

#theme-main-banner .camera_caption .container .image-wrapper, #theme-main-banner.banner-two .camera_caption .container .image-wrapper {
    right: -140px;
    top: -155px;
}

#theme-main-banner.banner-three .camera_caption .container .image-wrapper, #theme-main-banner.gradient-banner-one .camera_caption .container .image-wrapper {
    right: 0;
    top: unset;
    bottom: 0;
    width: 54%;
}

#theme-main-banner.banner-three .camera_caption .container .image-wrapper, #theme-main-banner.gradient-banner-one .camera_caption .container .image-wrapper.center {
    top: 120px;
}

#theme-main-banner.banner-three.gradient-banner-three .camera_caption .container .image-wrapper, .partical-gradient-three #theme-main-banner.banner-three .camera_caption .container .image-wrapper {
    top: auto;
    bottom: -287px;
    right: -140px;
}

#theme-main-banner .slider-price {
    background-image: url("../images/home/campaign-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 1;
    text-align: center;
    color: #303030;
    width: 190px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#theme-main-banner .slider-price del{
    display: block;
    font-size: 22px;
    color: rgb(48 48 48 / 80%);
    font-weight: 600;
}

#theme-main-banner .slider-price span{
    font-size: 16px;
    line-height: 7px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(48 48 48 / 80%);
}

#theme-main-banner .slider-price h3{
    color: #303030;
}

#theme-main-banner .slider-price h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #303030;
}

#theme-main-banner.gradient-banner-one .camera_overlayer {
    background: linear-gradient(-41deg, rgb(0, 215, 221) 0%, rgb(8, 167, 221) 100%);
}

#theme-main-banner.gradient-banner-two .camera_overlayer {
    background: linear-gradient(-34deg, rgb(244, 120, 72) 0%, rgb(255, 54, 54) 100%);
}

#theme-main-banner.gradient-banner-three .camera_overlayer {
    background: linear-gradient(131deg, rgb(92, 57, 236) 0%, rgb(132, 112, 255) 100%);
}

.partical-gradient-one {
    background: linear-gradient(-41deg, rgb(0, 215, 221) 0%, rgb(8, 167, 221) 100%);
}

.partical-gradient-two {
    background: linear-gradient(-34deg, rgb(244, 120, 72) 0%, rgb(255, 54, 54) 100%);
}

.partical-gradient-three {
    background: linear-gradient(131deg, rgb(92, 57, 236) 0%, rgb(132, 112, 255) 100%);
}

/*------------------- What We Do ------------------*/

.what-we-do .theme-title-one {
    padding-bottom: 45px;
}

.what-we-do .single-block {
    text-align: center;
    padding: 35px 5px 70px 5px;
    margin-top: 60px;
}

.what-we-do .single-block img {
    margin: 0 auto;
    width: 70%;
}

.what-we-do .single-block h6 {
    font-size: 20px;
    margin: 50px 0 25px 0;
    letter-spacing: 1.2px;
}

.what-we-do .single-block p {
    font-size: 17px;
    line-height: 30px;
}

.what-we-do .single-block a {
    width: 135px;
    line-height: 43px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 22px;
}

.what-we-do .single-block a:hover {
    color: #fff;
    border-color: #fff;
}

.what-we-do .single-block:hover {
    background: #fff;
    -webkit-box-shadow: 0px 4px 70px 0px rgba(86, 103, 146, 0.05);
    box-shadow: 0px 4px 70px 0px rgba(86, 103, 146, 0.05);
}

.what-we-do .single-block:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*-------------------- Boost Your Phone -----------------*/

.boost-your-phone {
    margin: 90px 0 125px 0;
}

.boost-your-phone .container {
    position: relative;
}

.boost-your-phone .boster-image-wrapper {
    position: absolute;
    width: 62%;
    top: 0;
    left: -170px;
    background: url(../images/home/bg-1.png) no-repeat center center;
    z-index: 1;
}

.boost-your-phone .boster-image-wrapper input.ao-toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 100;
    border: none;
    cursor: pointer;
}

.boost-your-phone .boster-image-wrapper input.ao-toggle:checked + img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.boost-your-phone .boster-image-wrapper .ao-annotations {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.boost-your-phone .boster-image-wrapper .ao-annotations span {
    display: block;
    position: absolute;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -webkit-box-shadow: 0px 4px 70px 0px rgba(86, 103, 146, 0.5);
    box-shadow: 0px 4px 70px 0px rgba(86, 103, 146, 0.5);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(1) {
    top: 10%;
    left: 32%;
}

.boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(2) {
    top: 28%;
    left: 9%;
}

.boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(3) {
    top: 37%;
    right: -12%;
}

.boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(4) {
    top: 58%;
    right: -7%;
}

.boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(5) {
    bottom: 30%;
    left: 0%;
}

.boost-your-phone .boster-image-wrapper input.ao-toggle:checked ~ .ao-annotations, .boost-your-phone .boster-image-wrapper input.ao-toggle:checked ~ .ao-annotations span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.boost-your-phone .boster-image-wrapper > img.try {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.boost-your-phone .theme-title-two {
    margin-bottom: 55px;
}

.boost-your-phone .text {
    padding: 20px 0 0 0;
}

.boost-your-phone .text ul li {
    font-weight: 500;
    line-height: 35px;
    color: #111111;
    padding: 0 0 20px 45px;
    position: relative;
}

.boost-your-phone .text ul li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}

/*--------------------- Advance Feature ----------------*/

.advance-feature {
    padding: 60px 0 100px 0;
}

.advance-feature .feature-text {
    padding: 200px 70px 0 0;
}

.advance-feature .feature-text > p {
    margin-top: 40px;
}

.advance-feature .feature-warpper {
    position: relative;
    z-index: 9;
}

.advance-feature .feature-warpper:before {
    content: url(../images/home/bg-2.png);
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}

.advance-feature .feature-warpper .single-feature.m-fix {
    margin-top: 75px;
}

.advance-feature .feature-warpper .single-feature {
    padding: 125px 10px 62px 35px;
    border-radius: 5px;
    margin-bottom: 35px;
    color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(300px);
    transform: perspective(300px);
}

.advance-feature .feature-warpper .single-feature i {
    -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
    transform: translateZ(50px) translateY(-50%) translateX(-50%);
    position: absolute;
    top: 88px;
    left: 74px;
    font-size: 45px;
}

.advance-feature .feature-warpper .single-feature h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 18px 0;
    color: #fff;
}

.advance-feature .feature-warpper .single-feature p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.advance-feature .feature-warpper .single-feature.bg-one {
    background-image: linear-gradient(51deg, rgb(65, 174, 220) 0%, rgb(6, 240, 243) 100%);
}

.advance-feature .feature-warpper .single-feature.bg-two {
    background-image: linear-gradient(51deg, rgb(241, 177, 23) 0%, rgb(255, 216, 98) 100%);
}

.advance-feature .feature-warpper .single-feature.bg-three {
    background-image: linear-gradient(51deg, rgb(127, 95, 206) 0%, rgb(179, 123, 236) 99%);
}

.advance-feature .feature-warpper .single-feature.bg-four {
    background-image: linear-gradient(51deg, rgb(49, 176, 100) 0%, rgb(40, 243, 135) 100%);
}

.two-section-wrapper {
    background: url(../images/home/bg-3.png) no-repeat center center;
}


/*-------------------------- Pricing Plan Section ----------------------*/

.pricing-plan-section {
    padding: 100px 0;
}

.pricing-plan-section .theme-title-one p {
    margin: 35px 0 0 0;
}

.pricing-plan-section .nav-tabs {
    border: none;
    margin-top: 46px;
}

.pricing-plan-section .nav-tabs > li {
    margin: 0;
}

.pricing-plan-section .nav-tabs > li > a {
    width: 152px;
    line-height: 55px;
    font-size: 18px;
    padding: 0;
    background: #ffffff;
    font-weight: 400;
    color: #00000a;
    border: none !important;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
}

.pricing-plan-section .nav-tabs > li:first-child > a {
    border-radius: 28px 0 0 28px;
}

.pricing-plan-section .nav-tabs > li:last-child > a {
    border-radius: 0 28px 28px 0;
}

.pricing-plan-section .nav-tabs > li.active > a, .pricing-plan-section .nav-tabs > li.active > a:hover, .pricing-plan-section .nav-tabs > li.active > a:focus {
    color: #fff;
}

.pricing-plan-section .tab-content {
    position: relative;
    margin-top: -50px;
}

.pricing-plan-section .tab-content .table-content {
    position: relative;
}

.pricing-plan-section .tab-content .table-content .price-table {
    width: 370px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform: scale(0.8, 0.8) translateX(225px);
    transform: scale(0.8, 0.8) translateX(225px);
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.pricing-plan-section .tab-content .table-content .price-table.active {
    position: relative;
    z-index: 5;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    filter: blur(0);
    -webkit-filter: blur(0);
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner {
    position: relative;
    padding: 55px 15px 60px 15px;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner h6 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner p {
    font-family: 'Poppins', sans-serif;
    color: #b1b1b1;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner strong {
    font-weight: 600;
    font-size: 60px;
    color: #00000a;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner strong sup {
    top: -10px;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner .tax-text {
    display: block;
    margin-top: -18px;
    margin-bottom: 10px;
    color: #00000a;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner .discount-price {
    margin-bottom: -15px;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner .discount-price del{
    font-size: 30px;
    font-weight: 600;
    line-height: 18px;
    display: block;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner ul li {
    line-height: 40px;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner ul {
    padding: 20px 0 35px 0;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner a {
    width: 160px;
    line-height: 41px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 23px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #00000a;
    letter-spacing: 1px;
    background: #fff;
}

.pricing-plan-section .tab-content {
    position: relative;
    margin-top: -50px;
}

.pricing-plan-section .tab-content .table-content .price-table .col-inner a:hover {
    color: #fff;
    border-color: #fff;
}

.pricing-plan-section .tab-content .table-content .price-table.kontor {
    width: 100%;
}

.pricing-plan-section .tab-content .table-content .price-table.kontor .col-inner strong {
    font-size: 20px;
}

.pricing-plan-section .tab-content .table-content .price-table.kontor .col-inner strong sup {
    top: -1px;
}

.pricing-plan-section .tab-content .table-content .price-table.kontor .col-inner .tax-text {
    margin-top: -8px;
    font-size: 12px;
}

.modal .price-table {
    filter: blur(0) !important;
    -webkit-filter: blur(0) !important;
}

/*------------------------ App ScreenShot -----------------------*/

.app-screenshot {
    padding: 130px 0 230px 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.app-screenshot h2 {
    text-align: center;
    margin-bottom: 170px;
}

.app-screenshot .screenshot-container {
    position: relative;
    padding: 0 40px;
}

.app-screenshot .screenshot-container .slider-row {
    margin: 0 -20px;
}

.app-screenshot .screenshot-container .slider-row .item {
    margin: 40px 20px;
    -webkit-box-shadow: 0px 5px 80px 0px rgba(148, 169, 195, 0.15);
    box-shadow: 0px 5px 80px 0px rgba(148, 169, 195, 0.15);
}

.app-screenshot .screenshot-container .slider-row .item img {
    margin: 0 auto;
}

.app-screenshot .screenshot-container .phone-mockup {
    position: absolute;
    top: -21%;
    width: 27%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

/*----------------------- Conatct Us ----------------------*/
.contact-us-section {
    padding: 120px 0 120px 0;
}

.contact-us-section .contact-us-form {
    padding-right: 70px;
}

.contact-us-section .contact-us-form input[type="text"], .contact-us-section .contact-us-form input[type="email"], .contact-us-section .contact-us-form textarea {
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 2px solid #f0eff4;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
}

.contact-us-section .contact-us-form input[type="text"]:focus, .contact-us-section .contact-us-form input[type="email"]:focus, .contact-us-section .contact-us-form textarea:focus {
    border-bottom-color: #3fdefb;
}

.contact-us-section .contact-us-form input[type="text"], .contact-us-section .contact-us-form input[type="email"] {
    height: 60px;
}

.contact-us-section .contact-us-form textarea {
    height: 165px;
    padding: 15px 0;
}

.contact-us-section .contact-us-form .theme-button {
    width: 190px;
    height: 50px;
    border-radius: 25px;
}

.contact-us-section .contact-us-form .theme-button input[type="submit"] {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    position: relative;
    z-index: 1;
    background: transparent;
}

.contact-us-section .contact-address {
    margin: 20px 0 60px 0;
}

.contact-us-section .contact-address .theme-title-one h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: inherit;
}

.contact-us-section .contact-address .theme-title-one h2 {
    font-size: 38px;
    line-height: 55px;
}

.contact-us-section .contact-address p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #8c8c8c;
    margin: 50px 0 10px 0;
}

.contact-us-section .contact-address .call {
    font-weight: 500;
    font-size: 28px;
    color: #00000a;
}

/*======================= Form Validation ===================*/

.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}

#success, #error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#success .wrapper, #error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#success .wrapper p, #error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

#success {
    color: #26ace3;
}

#error {
    color: #C9182B;
}

#error button, #success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
}

.form-validation label.error {
    display: none !important;
}

.form-validation textarea.error, .form-validation input.error {
    border-bottom: 2px solid #f65353 !important;
}

/*---------------------- Google-map ------------------*/

.google-map-area {
    margin: 170px 0 170px 0;
}

.google-map-area .map-image-warpper {
    position: relative;
}

.google-map-area .map-image-warpper > img {
    margin: 0 auto;
}

.google-map-area .map-image-warpper .placeholder {
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 33%;
}

.google-map-area .map-image-warpper .placeholder img {
    margin: 0 auto;
    cursor: pointer;
}

.google-map-area .map-image-warpper .placeholder .map-meta-data {
    position: absolute;
    width: 360px;
    left: 50%;
    bottom: 130%;
    -webkit-box-shadow: 0px 0px 51px 0px rgba(155, 187, 207, 0.2);
    box-shadow: 0px 0px 51px 0px rgba(155, 187, 207, 0.2);
    background: #fff;
    text-align: center;
    padding: 30px 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.google-map-area .map-image-warpper .placeholder .map-meta-data:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    top: 84%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.google-map-area .map-image-warpper .placeholder .map-meta-data h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.google-map-area .map-image-warpper .placeholder .map-meta-data p {
    font-size: 17px;
    line-height: 26px;
}

/*---------------------- Footer -------------------*/

footer {
    background: -webkit-gradient(linear, right top, left top, from(rgb(248, 252, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgb(248, 252, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

footer .footer-data-wrapper {
    padding: 80px 40px 0;
}

footer .subscribe-form h2 {
    text-align: center;
}

footer .subscribe-form .input-wrapper {
    margin: 70px 0 85px 0;
}

footer .subscribe-form .input-wrapper input[type="text"], footer .subscribe-form .input-wrapper input[type="email"] {
    width: 100%;
    border: 1px solid #eaf0f3;
    border-radius: 30px;
    background: #fff;
    height: 60px;
    margin-bottom: 15px;
    padding: 0 30px;
}

footer .subscribe-form .input-wrapper .theme-button {
    height: 60px;
    border-radius: 30px;
}

footer .subscribe-form .input-wrapper .theme-button input[type="submit"] {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    position: relative;
    z-index: 1;
    background: transparent;
}

footer .bottom-footer .footer-logo p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #909090;
    margin-top: 20px;
}

footer .bottom-footer ul h5 {
    font-size: 20px;
    margin: 0 0 4px 50px;
    color: #303030;
}
footer .bottom-footer ul li {
}

footer .bottom-footer ul.footer-menu li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 4px 50px;
    font-weight: 300;
}

footer .bottom-footer ul.social-icon li a {
    color: #d6d6d6;
    margin: 5px 22px 0 0;
    font-size: 20px;
}

footer .bottom-footer ul.social-icon li a:hover {
    color: #212121;
}

footer .bottom-footer [class*="col-"] {
    margin-bottom: 50px;
}

/* ---- stats.js ---- */

.count-particles {
    display: none;
}

#stats, .count-particles {
    display: none;
    -webkit-user-select: none;
}

#stats {
    overflow: hidden;
}

/* ---- particles.js container ---- */

#particles-js, #particles-js-two, #particles-js-three {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.partical-bg-wrapper {
    position: relative;
    z-index: 9;
}

/*------------------ Theme Inner Banner -----------------*/

.inner-page-banner {
    background: url(../images/home/slide-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 60px;
}

.inner-page-banner .opacity {
    text-align: center;
    padding: 130px 0 50px 0;
}

.inner-page-banner .opacity h1 {
    color: #fff;
    text-transform: capitalize;
}

/*--------------------- Blog Page ----------------*/
.our-blog{
    padding-left:40px;
    padding-right:40px
}
.our-blog .single-blog .image{
    background:#152641;
    overflow:hidden
}
.our-blog .single-blog .image img{
    width:100%;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    -webkit-transition:all 600ms ease-in-out;
    transition:all 600ms ease-in-out
}
.our-blog .single-blog:hover .image img{
    opacity:0.6;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.our-blog .single-blog .text{
    padding:50px 0 0 0
}
.our-blog .single-blog .text h6{
    font-weight:500;
    font-size:18px;
    color:#13192d
}
.our-blog .single-blog .text h5 a{
    font-size:22px;
    color:#13192d;
    line-height:30px;
    margin:15px 0 20px 0
}
.our-blog .single-blog .text>a{
    color:#c0c0c0;
    font-size:22px
}
.our-blog .single-blog .text p{
    font-weight:500;
    margin-bottom:8px
}
.our-blog .load-more{
    width:180px;
    line-height:53px;
    text-align:center;
    border:1px solid rgba(0,0,0,0.1);
    font-size:18px;
    font-weight:500;
    color:#13192d;
    border-radius:28px;
    display:block;
    margin:40px auto 0 auto
}
.our-blog .load-more:hover{
    color:#fff
}



.our-blog .single-blog-post{
    margin-bottom:70px
}
.our-blog .single-blog-post .image-box{
    background:#152641;
    overflow:hidden;
    position:relative;
    margin-bottom:35px
}
.our-blog .single-blog-post .image-box img{
    max-width:100%;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    -webkit-transition:all 600ms ease-in-out;
    transition:all 600ms ease-in-out;
    display:block;
    margin:auto
}
.our-blog .single-blog-post:hover .image-box img{
    opacity:0.6;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.our-blog .single-blog-post .image-box .date{
    background:#6a74ff;
    font-size:16px;
    padding:8px 20px;
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    z-index:9
}
.our-blog .single-blog-post .title{
    line-height:35px
}
.our-blog .single-blog-post .title a{
    color:#000;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
.our-blog .single-blog-post .title{
    margin-bottom:6px;
    font-size:24px
}
.our-blog .single-blog-post:hover .title a{
    color:#6a74ff
}
.our-blog .single-blog-post .post-author{
    font-size:16px;
    margin-bottom:25px
}
.our-blog .single-blog-post .post-author a{
    color:#000
}
.our-blog .single-blog-post p{
    margin:0 0 35px 0
}
.our-blog .single-blog-post .text-meta .read-more{
    text-transform:uppercase;
    font-size:14px;
    font-weight:500;
    color:#000;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
.our-blog .single-blog-post .text-meta .read-more .fa{
    margin-left:5px
}
.our-blog .single-blog-post .text-meta .read-more:hover{
    color:#6a74ff
}
.post-meta>div {
    display: inline-block;
}


.sidebar-box{
    margin-bottom:65px
}
.sidebar-box h4{
    margin-bottom:40px;
    font-size:24px
}
.sidebar-box a:hover{
    color:#6a74ff !important
}
form.search-form{
    height:60px;
    position:relative
}
form.search-form input{
    font-family:'Poppins',sans-serif;
    width:100%;
    height:100%;
    border:1px solid #e6e6e6;
    padding:0 50px 0 15px;
    font-size:16px
}
form.search-form button{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:48px;
    background:transparent;
    cursor:pointer;
    font-size:16px;
    color:rgba(0,0,0,0.4)
}
.our-blog .single-blog .text h5 a{
    margin:5px 0 5px 0
}
.sidebar-box.widget_recent_comments h3{
    margin-bottom:30px
}
.blog-main-post img.featured-image{
    margin-bottom:50px
}
.col-md-4.sidebar.shop-sidebar{
    padding-left:35px
}
.logo h3{
    margin-top:0
}
div#blog-list{
    padding-right:32px
}
.post-meta>div{
    display:inline-block
}
.blog-details .col-md-8.col-xs-12{
    padding-right:32px
}
ul#menu-footer-menu{
    padding:0
}
.our-blog .single-blog-post .image-box img{
    height:auto
}
.no-comments .leave-comment>h2{
    margin-top:0 !important
}
.sidebar-box h3{
    margin-top:0
}

.widget.widget_categories ul li a{
    font-family:'Open Sans',sans-serif;
    font-size:16px;
    font-weight:normal;
    color:rgba(0,0,0,0.5)
}
.widget.widget_nav_menu ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_archive ul li, .widget.widget_categories ul li{
    font-family:'Open Sans',sans-serif;
    font-size:16px;
    font-weight:normal;
    color:rgba(0,0,0,0.5);
    margin-bottom:20px
}
.widget.widget_recent_entries li a{
    font-size:18px;
    font-weight:500;
    line-height:30px;
    margin-bottom:5px
}
.widget.widget_recent_entries li{
    border-top:1px solid rgba(0,0,0,0.06);
    padding:13px 0 17px 0
}
.tagcloud a {
    line-height: 38px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,0.06);
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination .nav-links a, .pagination .nav-links span.current{
    font-size:20px;
    font-weight:500;
    color:#c9c9c9;
    margin:0 10px;
    text-transform:uppercase;
    letter-spacing:1.2px
}
.pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev{
    color:#13192d
}


/*-------------------------- Blog Details -----------------*/

.detail-page .wrapper {
    /*width: 77%;*/
    margin: 0 auto;
}

.detail-page .blog-main-post h6 {
    font-weight: 500;
    font-size: 18px;
    color: #13192d;
    margin: 62px 0 20px 0;
}

.detail-page .blog-main-post h3 {
    line-height: 40px;
    margin-bottom: 40px;
}

.detail-page .blog-main-post p {
    margin-bottom: 2rem;
    font-size: 15px;
}

.detail-page .blog-main-post small {
    display: block;
}

.detail-page .blog-main-post h2 {
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
    padding: 0 85px;
    margin: 80px 0 80px 0;
    position: relative;
}

.detail-page .blog-main-post h2:before {
    content: '';
    width: 55px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 25px;
    left: 0;
}

.detail-page .blog-main-post h3 {
    font-size: 45px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 45px;
}

.detail-page .blog-main-post h4 {
    font-size: 32px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 14px;
}

.detail-page .blog-main-post h5 {
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 10px;
}

.detail-page .tag-option {
    margin: 55px 0 130px 0;
}

.detail-page .tag-option ul li {
    display: inline-block;
    font-weight: 500;
    color: #151515;
    line-height: 35px;
    margin-top: 30px;
}

.detail-page .tag-option ul li a {
    font-weight: normal;
    color: #9a9a9a;
    margin-left: 10px;
    vertical-align: middle;
}

.detail-page .tag-option ul.float-left li a {
    margin: 0;
}

.detail-page .comment-area {
    background: #f5f8fa;
    padding: 70px 0 100px 0;
}

.detail-page .comment-area .comment-section h2 {
    font-size: 36px;
    margin-bottom: 85px;
}

.detail-page .comment-area .comment-section .comment {
    width: calc(100% - 75px);
    padding-left: 30px;
    position: relative;
}

.detail-page .comment-area .comment-section .comment h6 {
    font-weight: 600;
    margin-bottom: 6px;
}

.detail-page .comment-area .comment-section .comment span {
    color: #a5a5a5;
}

.detail-page .comment-area .comment-section .comment p {
    font-weight: 500;
    margin-top: 20px;
}

.detail-page .comment-area .comment-section .comment button {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    position: absolute;
    top: 25px;
    right: 0;
    background: transparent;
}

.detail-page .comment-area .comment-section img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.detail-page .comment-area .comment-section .single-comment {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 52px;
    margin-bottom: 55px;
}

.detail-page .comment-area .contact-form h2 {
    text-align: center;
    font-size: 36px;
    margin: 20px 0;
}

.detail-page .comment-area .contact-form p {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 55px;
}

.detail-page .comment-area .contact-form form input, .detail-page .comment-area .contact-form form textarea {
    background: #fff;
    border: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
}

.detail-page .comment-area .contact-form form input:focus, .detail-page .comment-area .contact-form form textarea:focus {
    -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.detail-page .comment-area .contact-form form input {
    height: 60px;
    padding: 0 20px;
}

.detail-page .comment-area .contact-form form textarea {
    height: 190px;
    max-height: 190px;
    padding: 20px;
}

.detail-page .comment-area .contact-form form button {
    width: 176px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

/*------------------------- Feature Page -----------------------*/

.feature-banner {
    position: relative;
    z-index: 9;
    height: 700px;
    background: linear-gradient(-41deg, rgb(0, 215, 221) 0%, rgb(8, 167, 221) 100%);
    text-align: center;
}

.feature-banner .container {
    position: relative;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-banner .container img {
    margin: 0 auto;
}

.feature-banner .container h2 {
    font-size: 42px;
    line-height: 67px;
    color: #fff;
    margin: 35px 0 60px 0;
}

.feature-banner .container .buy {
    width: 190px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.feature-banner .container .buy:hover {
    background: #fff;
    color: #06afdd;
}

.feature-page .home-demo {
    background: #fbfbfb;
    padding: 150px 0 100px 0;
}

.feature-page .home-demo .demo-title {
    text-align: center;
}

.feature-page .home-demo .demo-title h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 100px 0;
}

.feature-page .home-demo .demo-title h2 span {
    color: #06afdd;
}

.feature-page .home-variation {
    margin-bottom: 100px;
}

.feature-page .home-variation h5 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 80px;
}

.feature-page .single-page-demo {
    margin-bottom: 60px;
    text-align: center;
}

.feature-page .single-page-demo .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-page .single-page-demo h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #777777;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-page .single-page-demo:hover h6 {
    color: #06afdd;
}

.feature-page .wrapper {
    padding: 0 30px;
}

.feature-page .single-page-demo .image-box img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-page .single-page-demo:hover .image-box {
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 215, 221, 0.35);
    box-shadow: 0px 0px 32px 0px rgba(0, 215, 221, 0.35);
}

.feature-footer {
    background: linear-gradient(-41deg, rgb(0, 215, 221) 0%, rgb(8, 167, 221) 100%);
    text-align: center;
    padding: 100px 0 25px 0;
}

.feature-footer img {
    margin: 0 auto;
}

.feature-footer a {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    padding: 0 30px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 50px 0 80px 0;
}

.feature-footer a:hover {
    background: #fff;
    color: #06afdd;
}

.feature-footer p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

/* ---- particles.js container ---- */

#particles-js-demo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 480px) {
    .feature-banner .container h2 {
        font-size: 38px;
        line-height: 50px;
        margin: 20px 0 25px 0;
    }
}

.switch {
    display: inline-block;
    width: 48px;
    height: 26px;
    padding: 4px;
    margin: 0;
    border-radius: 20px;
    background: #ccc;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    user-select: none;
    transition: background 350ms ease;
}

.switch:before, .switch:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease;
}

.switch:before {
    background: rgba(128, 128, 128, 0.075);
    transform: translate3d(0, -50%, 0) scale(0);
}

.switch:after {
    background: grey;
    transform: translate3d(0, -50%, 0);
}

.switch:active:before {
    transform: translate3d(0, -50%, 0) scale(3);
}

input:checked + .switch {
    background: #d1cfff;
}

input:checked + .switch:before {
    background: rgba(131, 177, 84, 0.075);
    transform: translate3d(100%, -50%, 0) scale(1);
}

input:checked + .switch:after {
    background: #615cff;
    transform: translate3d(100%, -50%, 0);
}

input:checked + .switch:active:before {
    background: rgba(131, 177, 84, 0.075);
    transform: translate3d(100%, -50%, 0) scale(3);
}

.pr-body ul li {
    font-size: 16px;
    position: relative;
    padding-left: 28px;
    line-height: 40px;
    color: #818386;
}

.pr-body ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    color: #12d859;
    line-height: 40px;
    left: 0;
    top: 0;
}

.custom-modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
    z-index: 1;
}

.login-modal .modal-dialog {
    width: 320px;
}

.login-modal .modal-content {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 0 100px 0 rgb(0 0 0 / 22%);
    margin-top: 34%;
}

.login-modal input[type="text"] {
    height: 60px;
    width: 100%;
    max-width: 100%;
    border: 2px solid #f0eff4;
    border-radius: 30px;
    padding: 0 14px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
}


.login-modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7rem 4rem;
    text-align: center;
}

.custom-button {
    background: linear-gradient(
            52deg, rgb(109, 105, 255) 0%, rgb(95, 155, 255) 100%);
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    transition: .3s ease;
}

.custom-button:hover {
    background: linear-gradient(
            52deg, rgb(95, 155, 255) 0%, rgb(109, 105, 255) 100%);
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #ffffff;
}

.whatsapp-btn {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 10000;
}

/*Accordion*/
.accordion .accordion-item {
    padding: 1.5rem 2rem;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    margin-bottom: 1rem;
    border-radius: 10px;
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #615cff;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    display: flex;
    align-items: center;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #615cff;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    width: 100%;
}
.accordion button .icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #615cff;
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: none;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 2em 0 1rem;
}
/*Accordion*/