.hero-slider__content-wrapper {
    text-align: center;
    top: 50%;
}
::-webkit-scrollbar {
    display: none;
}
.maindiv {
    background-image: url(../images/bnr_lat.jpg);
    height: 970px;
    background-position: center;
}
.hero-sub-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
}
.hero-title {
    margin-bottom: 25px;
}
.hero-text {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    line-height: 29px;
    padding-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
}
.header-btn {
    font-weight: 600;
    text-align: center;
    background: #df0457;
    line-height: 2.7;
    color: #ffffff;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.header-btn:hover {
    background-color: #e00457;
    color: #fff;
}

.header-fixed.stick {
    background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active.nav-link {
    color: #101329;
}

.navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
    color: #df0456;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #df0456;
}
.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
    color: #df0456;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
    color: #df0457;
}

.header-fixed.stick .navbar-light .navbar-nav .nav-link {
    color: #101329;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.defualt-btn {
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    background: #fff;
    line-height: 2.7;
    color: #232323;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.defualt-btn:hover {
    background-color: #e00457;
    color: #fff;
}


.defualt-btn.active {
    background-color: #e00457;
    color: #fff;
}

.iso-btn {
    border-radius: 30px;
    margin-left: 20px;
}

.hero-slider-img {
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    width: 429px;
    transform: translate(-50%, 0%);
}

.feature-bg {
    background-image: url(../images/feature-bg-02.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.features {
    border-radius: 37px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(15, 90, 125, 0.15);
    padding: 20px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    display: inline-flex;
}

.feature-iocn {
    float: none;
    width: 30%;
}

.feature-contain {
    width: 100%;
}

.left {
}

.feature-iocn img {
    width: 70%;
}

.feature-phone img {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: hover 3.25s ease infinite;
    animation: hover 3.25s ease infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

@-webkit-keyframes hover {
    0% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }
    25% {
        webkit-transform: translateY(-6.25px);
        -webkit-transform: translateY(-6.25px);
        transform: translateY(-6.25px);
        webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }
    50% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }
    75% {
        webkit-transform: translateY(6.25px);
        -webkit-transform: translateY(6.25px);
        transform: translateY(6.25px);
        webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }
    100% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.feature-title {
    margin-bottom: 10px;
    margin-top: 15px;
}

.icon-bg {
    position: relative;
}

.icon-bg:before {
    content: "";
    width: 127px;
    height: 106px;
    background-color: #cdffb6;
    display: block;
    text-align: center;
    line-height: 2;
    transform: rotate(13deg);
    color: #598e3e;
    position: absolute;
    left: -18px;
    top: -33px;
    z-index: 999;
}

.features:hover {
    background-color: #fff;
}

.features:hover .feature-contain h4 {
    color: #282c47;
}

.features:hover .feature-contain p {
    color: #282c47;
}

.p-bottom {
    margin-bottom: 20px;
}
.flaticon-ui:before {
    content: "\f108";
    font-size: 30px;
}
.flaticon-app:before {
    content: "\f10f";
    font-size: 30px;
}
.flaticon-support:before {
    content: "\f10c";
    font-size: 30px;
}
.about-watch-img img {
    margin-top: 114px;
    width: 90%;
}
.btn {
    border-radius: 30px;
    background-color: #df0456;
}

.btn:hover {
    background-color: #fff;
}

.about-box {
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(15, 90, 125, 0.15);
    z-index: 1;
    padding: 23px 18px;
    position: relative;
}

.about-icon {
    width: 100%;
    margin-bottom: 15px;
}

.about-icon .iocn-bg {
    width: 83px;
    height: 83px;
    border-radius: 60px;
    background-color: #cdffb6;
    display: inline-block;
    text-align: center;
    line-height: 2;
    color: #598e3e;
}
li.about-feature {
    margin-bottom: 30px;
}
.about-icon span.iocn-bg i:before {
    font-size: 40px;
}

span.iocn-bg.bg-02 {
    color: #bd707a;
    background: #FCB6BE;
}

span.iocn-bg.bg-03 {
    color: #a6a668;
    background: #FDFFB6;
}

span.iocn-bg.bg-04 {
    color: #53939d;
    background: #B6F4FF;
}

.about-box span.count {
    font-size: 45px;
    color: #282c47;
    font-weight: 700;
}

.about-value {
    font-size: 35px;
    color: #282c47;
    padding-bottom: 5px;
    display: inline-block;
}

.about-title {
    font-size: 20px;
    font-weight: 700;
}

.callout-bg {
    background-image: url(../images/02-callout.png);
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.intro-btn a {
    margin-left: 25px;
    margin-right: 20px;
    line-height: 2.7;
    font-weight: 500;
    font-size: 16px;
}

.intro-btn {
    background: #fff;
    display: inline-block;
    padding: 4px 0;
    border-radius: 8px;
    margin-right: 30px;
}

.intro-btn span {
    background: #df0456;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 2.3;
    font-size: 20px;
    display: block;
    float: right;
    margin-right: 4px;
}

.demo-mobile img {
    width: 75%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: hover 3.25s ease infinite;
    animation: hover 3.25s ease infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

@-webkit-keyframes hover {
    0% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }
    25% {
        webkit-transform: translateY(-6.25px);
        -webkit-transform: translateY(-6.25px);
        transform: translateY(-6.25px);
        webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }
    50% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }
    75% {
        webkit-transform: translateY(6.25px);
        -webkit-transform: translateY(6.25px);
        transform: translateY(6.25px);
        webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }
    100% {
        webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.bg-card{
    text-align: center;
}
.footer-title h3 {
    color: #fff;
}
.demo-mobile {
    text-align: center;
}
.product-01.wow.zoomIn {
    width: 58%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.product-01 img{
    width: auto;
}
.product-content h3{
    margin-top: 15px;
    font-size: 16px;
}
.callout-bg h2.title.white-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
}
.callout-bg h4.sub-title.white-sub-title {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.app-feature-bg {
    background: #FAFBFC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product-content span {
    font-size: 20px;
    display: block;
    font-weight: 600;
}
.product-content a {
    padding: 10px 40px;
    display: inline-block;
    background: #df0457;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 10px;
}
.left-title .title {
    text-transform: capitalize;
    padding-bottom: 25px;
}
.service-box {
    padding: 15px 24px 15px 24px;
    border-radius: 1px;
}
.buy-watch .slick-next {
    left: -24%;
    z-index: 9;
    bottom: 25%;
    top: inherit;
}
.buy-watch .slick-prev {
    left: -36%;
    top: inherit;
    z-index: 9;
    bottom: 25%;
}
.slick-prev:before, .slick-next:before {
    font-family: Flaticon;
    font-size: 37px;
    color: #323c48;
    padding: 0 20px;
    line-height: 1;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.buy-watch .slick-prev:before {
    content: "\f116";
}
.buy-watch .slick-next:before {
    content: '\f117';
}
.slick-prev:before, .slick-next:before:hover{
    color: #df0457;
}
.service-icon-bg {
    width: 60px;
    height: 60px;
    padding-left: 0;
    border-radius: 10px;
    background-color: #e00457;
}

.service-content {
    width: 70%;
}
.single-testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    -moz-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    overflow: hidden;
    border-radius: 10px;
    padding: 5px 30px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .single-testimonial {
        padding: 20px 20px 5px
    }
}

.single-testimonial .testimonial-review .quota i {
    font-size: 36px;
    color: #394450;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.single-testimonial .testimonial-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #394450;
}

.single-testimonial .testimonial-text {
    margin-top: 25px
}

/* .single-testimonial .testimonial-author {
    margin-top: 30px
} */

.single-testimonial .testimonial-author .author-image {
    position: relative
}

.single-testimonial .testimonial-author .author-image .author {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.single-testimonial .testimonial-author .author-content .holder-name {
    font-size: 18px;
    font-weight: 700;
    color: #2e2e2e
}

.single-testimonial .testimonial-author .author-content .text {
    font-size: 15px
}

.single-testimonial:hover {
    border-color: #df0457;
}

.single-testimonial:hover .testimonial-review .quota i {
    color: #df0457;
}

.slick-center .single-testimonial {
    border-color: #fe7a7b
}

.slick-center .single-testimonial .testimonial-review .quota i {
    color: #fe7a7b
}

.testimonial-active .slick-dots {
    margin: 0 auto
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 4px
}

.testimonial-active .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: .5;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.testimonial-active .slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    height: 15px
}
section#Pricing {
    background: #fafbfc;
    padding: 120px 0 90px;
}
.recommend {
    background: #df0456;
}

.pricing-btn {
    border-radius: 8px;
    background: #394450;
}

.price-box.active .pricing-btn {
    background-color: #df0456;
    background-image: none;
}
.price-box:hover .pricing-btn {
    background-color: #df0456;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.price-box {
    border: 1px solid #323d48;
}

.btn-faq {
    background-image: linear-gradient( #3e2973, #1a144b);
}
.about-feature .service-icon-bg {
    width: 65px;
    height: 65px;
    padding-left: 0;
    display: inline-block;
    color: #3b4652;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 6px 19px 0px rgb(40 44 71 / 27%);
    float: left;
    margin-right: 20px;
}
button.btn-faq.collapsed {
    background-image: none;
}

.blog-box {
}

.blog-img {
    border-radius: 30px;
}

.blog-img img {
}

.blog-btn {
    border-radius: 6px;
    margin-left: 20px;
}

.blog-btn {
    background-color: #333e49;
}

.blog-box.active .blog-btn {
    background-color: #df0456;
    background-image: none;
}

.blog-btn:hover {
    background-color: #df0456;
    background-image: none;
}
.btn--5{
    box-shadow: none;
}
.contact-bg {
    background-image: none;
    background: #fafbfc;
}

.contact-form .form-group input {
    border-radius: 8px;
    border: 1px solid #333e493d;
    background: none;
    box-shadow: none;
}

.contact-form textarea.form-control {
    border-radius: 8px;
    background: none;
    border: 1px solid #333e493d;
    box-shadow: none;
}

.contact-form .btn-1 {
    background-color: #640e09;
    border-radius: 8px;
    padding: 12px 35px;
}
.watch-benner {
    margin-top: 60px;
}
.fun-box:after {
    border-radius: 50%;
}
.fun-box {
    border-radius: 50%;
    width: 255px;
    height: 255px;
}
#map {
    width: 100%;
    height: 220px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.blog-meta-tag li span {
    color: #df0456;
}
.blog-meta-tag li span {
    color: #df0456;
}
.con-detail ul {
    margin-bottom: 30px;
}

.footer-about .footer-icon li:nth-of-type(2) {
    color: #fff;
}

.footer-about .footer-icon ul {
    color: #ffffff;
}

.footer-about .footer-icon li:hover {
    color: #df0456;
}
.footer-bg {
    background-image: url(../images/03-footer-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-listing ul li {
    color: #fff;
}
.address p {
    color: #fff;
}
.copyright {
    color: #fff;
}
.footer-listing li:hover {
    color: #df0457;
    padding-left: 4px;
}
.copyright p {
    color: #fff;
}
@media(max-width: 1200px) {
    .features {
        border-radius: 37px;
    }
    .feature-contain {
        margin-left: 0;
    }
    .feature-contain p {
        margin-left: 15px;
    }
    .left {
    }

.features.left {}
    .feature-title {
        margin-left: 15px;
    }
}

@media (max-width: 992px) {
    .contact-bg {
        background-color: #ffffff;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    .hero-slider-img {
        display: block !important;
    }
    .app-feature-bg {
        background-image: none;
        height: 100%;
    }
    .p-img {
        display: none;
    }
    .about-box {
        margin-bottom: 30px;
    }
    .col-lg-4.align-self-center {
        display: none;
    }
    .feature-contain p {
        margin-left: 15px;
    }
}

@media (min-width:576px) and (max-width: 768px) {
    .hero-slider-img {
        display: none;
    }
    .app-feature-bg {
        background-image: none;
        height: 100%;
    }
    .p-img {
        display: none;
    }
    .about-box {
        margin-bottom: 30px;
    }
    .col-lg-4.align-self-center {
        display: none;
    }
    .feature-contain p {
        margin-left: 15px;
    }
    .feature-iocn img {
        width: 23%;
    }
    .left {
        margin-left: 0;
    }
    .features {
        margin-right: 0;
    }
    .con-detail{
        display: none;
    }
    
}

@media (min-width:320px) and (max-width: 576px) {
    .hero-slider-img {
        display: block;
    }
    .features {
        margin-right: 0;
    }
    .feature-iocn img {
        width: 35%;
    }
    .left {
        margin-left: 0;
    }
    .feature-phone {
        text-align: center;
    }
    .feature-phone img {
        width: 75%;
        margin-bottom: 30px;
    }
    .p-img {
        display: none;
    }
    .about-box {
        margin-bottom: 30px;
    }
    .intro-btn {
        margin-bottom: 30px;
        margin-right: 15px;
    }
    .demo-mobile img {
        width: 100%;
        margin-top: 30px;
    }
    .app-feature-bg {
        background-image: none;
        height: 100%;
    }
    .faq-img img {
        width: 100%;
    }
    .contact-form .btn-1:hover {
    background: #323d49;
    color: #ffffff;
}
    .feature-title {
        border-radius: 41px;
        margin-left: 15px;
    }
    .feature-iocn img {
        width: 70%;
    }
    .left {
        margin-left: 0;
        margin-right: 0;
    }
    .features {
        border-radius: 35px;
        margin-right: 0;
        width: 100%;
    }
    .hero-slider-img{
        width: 379px;
    }
}

@media (max-width:320px) {
    .hero-slider-img {
        display: none;
    }
    .about-box {
        margin-bottom: 30px;
    }
    .demo-mobile {
        display: none;
    }
    .intro-btn {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .app-feature-bg {
        background-image: none;
        height: 100%;
    }
}

