.maindiv {
    background-image: url(../images/slider-bg-02.png);
    height: 985px;
}

.header-btn {
    font-weight: 600;
    text-align: center;
    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;
}

.header-btn:hover {
    background-color: #e00457;
    color: #fff;
}

.header-fixed.stick {
    background-color: #201852;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active.nav-link {
    color: #df0456;
}

.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: #df0456;
}

.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: -25%;
    width: 429px;
    height: 761px;
}

.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: 0px 20px 20px 0px;
    margin-right: 100px;
    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;
}

.feature-iocn {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

.feature-contain {
    width: 100%;
    margin-left: 20px;
}

.left {
    margin-left: 100px;
    margin-right: 0;
}

.feature-iocn img {
    width: 45%;
    top: 40px;
    left: 40px;
    position: relative;
}

.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;
}

.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;
}

.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;
}

.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/callout.png);
    height: 766px;
    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: 30px;
    margin-right: 30px;
    margin-bottom: 100px;
}

.intro-btn span {
    background: #df0456;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    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);
    }
}

.demo-mobile {
    text-align: center;
}

.app-feature-bg {
    background-image: url(../images/app-feature-bg.png);
    height: 849px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-box {
    padding: 15px 24px 15px 24px;
    border-radius: 25px;
}

.service-icon-bg {
    width: 60px;
    height: 60px;
    padding-left: 0;
    border-radius: 50%;
}

.service-content {
    width: 70%;
}

.price-box {
    border-radius: 30px;
}

.recommend {
    background-image: linear-gradient( #3e2973, #1a144b);
}

.pricing-btn {
    border-radius: 30px;
    background-image: linear-gradient( #3e2973, #1a144b);
}

.price-box.active .pricing-btn {
    background-color: #df0456;
    background-image: none;
}

.price-box {
    border-radius: 30px;
    border: 1px solid #352369;
}

.btn-faq {
    background-image: linear-gradient( #3e2973, #1a144b);
}

button.btn-faq.collapsed {
    background-image: none;
}

.testi-slide-two .slick-prev:hover::before,
.testi-slide-two .slick-next:hover::before {
    border: 1px solid #201852;
    color: #fff;
    background-color: #201852;
}

.blog-box {
    border-radius: 30px;
}

.blog-img {
    border-radius: 30px;
}

.blog-img img {
    border-radius: 30px;
}

.blog-btn {
    border-radius: 0px 25px 25px 0px;
}

.blog-btn {
    background-image: linear-gradient( #3e2973, #1a144b);
    background-color: #df0456;
}

.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;
}

.contact-form .form-group input {
    border-radius: 30px;
}

.contact-form textarea.form-control {
    border-radius: 30px;
}

.contact-form .btn-1 {
    background-color: #df0456;
    border-radius: 30px;
    padding: 12px 35px;
}

#map {
    width: 100%;
    height: 220px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.con-detail ul {
    margin-bottom: 30px;
}

.footer-about .footer-icon li:nth-of-type(2) {
    color: #df0456;
}

.footer-about .footer-icon ul {
    color: #201852;
}

.footer-about .footer-icon li:hover {
    color: #df0456;
}

@media(max-width: 1200px) {
    .features {
        border-radius: 37px;
        margin-right: 45px;
    }
    .feature-contain {
        margin-left: 0;
    }
    .feature-contain p {
        margin-left: 15px;
    }
    .left {
        margin-left: 45px;
        margin-right: 0;
    }
    .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: 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;
    }
}

@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;
    }
}

@media (min-width:320px) and (max-width: 576px) {
    .hero-slider-img {
        display: none;
    }
    .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%;
    }
    .feature-title {
        border-radius: 41px;
        margin-left: 15px;
    }
    .feature-iocn img {
        width: 30%;
    }
    .left {
        margin-left: 0;
        margin-right: 0;
    }
    .features {
        border-radius: 35px;
        margin-right: 0;
    }
}

@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%;
    }
}