.banner-section {
    position: relative;
    z-index: 9;
    padding: 100px 0 100px 0;
}

.banner-section .content-column {
    position: relative;
    color: #19274d;
    font-size: 78px;
    font-weight: 600;
    line-height: 1.1em;
}

.banner-section .content-column i {
    position: relative;
    font-weight: 300;
    font-style: normal;
}

.banner-section .content-column span {
    color: #32c788;
}

.banner-section .slider-block .text {
    position: relative;
    color: #19274d;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6em;
    padding-left: 25px;
    margin-top: 28px;
    margin-bottom: 28px;
    border-left: 4px solid #1374f6;
}

.slider-carousel.owl-dots {
    display: none;
}

.slider-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    opacity: 1;
    margin-top: -40px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.slider-carousel .owl-nav .owl-prev {
    position: absolute !important;
    left: 15px !important;
    top: 0 !important;
    width: 50px !important;
    height: 50px !important;
    color: #19274d !important;
    font-size: 17px !important;
    text-align: center !important;
    line-height: 50px !important;
    border-radius: 50px;
    display: inline-block !important;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease !important;
    background-color: transparent !important;
    box-shadow: 0 10px 12px rgba(0, 0, 0, .1);
    border: 2px solid #19274d;
}

.slider-carousel .owl-nav .owl-next {
    position: absolute !important;
    right: 15px !important;
    top: 0 !important;
    width: 50px !important;
    height: 50px !important;
    color: #19274d !important;
    font-size: 17px !important;
    text-align: center !important;
    line-height: 50px !important;
    border-radius: 50px;
    display: inline-block !important;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease !important;
    background-color: transparent !important;
    box-shadow: 0 10px 12px rgba(0, 0, 0, .1);
    border: 2px solid #19274d;
}

.slider-carousel .owl-nav .owl-next:hover,
.slider-carousel .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #1374f6 !important;
    border-color: #1374f6;
}

.customize-block .inner-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #3082ef;
    height: 100%;
}

.customize-block .inner-box h4 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 10px;
}

.software-section .title {
    position: relative;
    color: #1374f6;
    font-size: 14px;
    font-weight: 700;
}

.software-section .content-column ul li {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    background: #3082ef;
    padding: 12px;
    border-radius: 5px;
}

.software-section .content-column ul li .icon {
    position: relative;
    color: #fff;
    font-weight: 400;
    margin-right: 7px;
}

.business-block .inner-box {
    position: relative;
    border-radius: 15px;
    padding: 45px 30px 45px 40px;
    background-color: #92be10;
}

.business-block .inner-box .content h4 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 8px;
}

.business-block .content {
    border-radius: 10px;
    background-color: #92be10;
    padding: 0px;
    margin-top: 0px;
}

.software-ul li {
    color: #fff;
    font-size: 18px;
}

.software-ul li i {
    font-size: 14px;
}

.home-video {
    margin-top: -160px;
}

.home-video iframe {
    border: 0px solid #d4dfef;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.platform-section {
    position: relative;
    overflow: hidden;
}

.platform-section:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 210px;
    background-color: #fff;
}

.platform-section .triangle-icon {
    position: absolute;
    right: -100px;
    bottom: 150px;
    border-top: 100px solid #32c788;
    border-right: 100px solid transparent;
}

.platform-section .platform-tabs {
    position: relative;
    margin-top: 50px;
}

.platform-section .platform-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.platform-section .platform-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin: 0 20px;
    font-size: 16px;
    background: 0 0;
    color: #19274d;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 12px;
    display: inline-block;
    transition: all .5s ease;
    text-transform: capitalize;
}

.platform-section .platform-tabs .tab-btns .tab-btn:hover .product-list {
    background: #cae1ff;
}

.platform-section .platform-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -70px;
    width: 149px;
    height: 67px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    background: url(../img/line-1.png) no-repeat;
}

.platform-section .platform-tabs .tab-btns .tab-btn:nth-child(5):before,
.platform-section .platform-tabs .tab-btns .tab-btn:nth-child(6):before {
    left: auto;
    right: 50%;
    transform: rotateY(180deg);
}

.platform-section .platform-tabs .tab-btns .tab-btn.active-btn .icon,
.platform-section .platform-tabs .tab-btns .tab-btn:hover .icon {
    color: #fff;
    background-color: #32c788;
}

.platform-section .platform-tabs .tab-btns .tab-btn.active-btn::before {
    opacity: 1
}

.platform-section .platform-tabs .tabs-content {
    position: relative;
    padding-left: 100px;
}

.platform-section .platform-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.platform-section .platform-tabs .tabs-content .tab.active-tab {
    display: block;
}

.platform-section .platform-tabs .tabs-content .image {
    position: relative;
    z-index: 1;
}

/* blog css */
.news-block-four {
    position: relative;
    margin-bottom: 30px
}

.news-block-four .inner-box {
    position: relative;
    padding: 18px 18px 36px 18px;
    border-radius: 8px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.news-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.news-block-four .inner-box .lower-content {
    position: relative;
}

.news-block-four .inner-box .lower-content .category-link li {
    position: relative;
    font-size: 16px;
    padding: 2px 12px;
    margin-right: 8px;
    border-radius: 5px;
    display: inline-block;
    color: #19274d;
    margin-bottom: 5px;
}

.news-block-four .inner-box .lower-content h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 20px;
    font-weight: 500;
    padding: 0 8px;
}

.news-block-four .inner-box .lower-content h4 a {
    position: relative;
    color: #19274d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.news-block-four .inner-box .lower-content h4 a:hover {
    color: #1374f6;
    text-decoration: none;
}

.news-block-four .inner-box .lower-content .text {
    position: relative;
    color: #19274d;
    line-height: 1.8em;
    margin-top: 12px;
    padding: 0 8px;
    margin-bottom: 15px;
}

/* end blog css */
/* facilities section css */
section.facilities-section {
    background: #92be10;
}

.facilities-section .content-column .visitors-box {
    position: relative;
}

.facilities-section .content-column .visitors-box .arrow-box {
    position: absolute;
    right: 0;
    top: 65px;
    width: 60px;
    height: 60px;
    color: #19274d;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 10px 10px rgba(50, 199, 136, .1);
}

.facilities-section .content-column .inner-column {
    position: relative;
    margin-right: -20px;
}

.facilities-section .content-column .counter-boxed h6 {
    position: relative;
    line-height: 1.6em;
    color: #19274d;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
}

.facilities-section .blocks-column {
    position: relative;
}

.facilities-section .blocks-column .service-block {
    padding: 0 20px;
}

/*end facilities section css */
/* start intro section wrapper */
.intro-section .owl-dots {
    display: none;
}

.intro-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    opacity: 1;
    margin-top: -40px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.intro-section:hover .owl-nav {
    opacity: 1;
}

.intro-section .owl-nav .owl-next,
.intro-section .owl-nav .owl-prev {
    position: absolute !important;
    top: 0 !important;
    width: 50px !important;
    height: 50px !important;
    color: #19274d !important;
    font-size: 18px !important;
    text-align: center !important;
    line-height: 50px !important;
    border-radius: 50px;
    display: inline-block !important;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    background-color: #fff !important;
    box-shadow: rgb(0 0 0 / 45%) 2px 1px 8px;
}

.intro-section .owl-nav .owl-next {
    right: -58px !important;
}

.intro-section .owl-nav .owl-prev {
    left: -58px !important;
}

.intro-section .owl-nav .owl-next:hover,
.intro-section .owl-nav .owl-prev:hover {
    color: #fff !important;
    background: #1374f6 !important;
}

.intro-section .intro-block {
    border: 1px solid #d4dfef;
    background-color: #1374f6;
}

.intro-section .intro-block {
    background: #1374f6;
}

.intro-section .intro-block .inner-column {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-section .intro-block .intro-title {
    padding-bottom: 20px;
}

.intro-section .intro-block h3 {
    padding-bottom: 10px;
}

.intro-section .features-ul li {
    width: 40%;
    display: inline-block;
    padding-right: 2%;
    position: relative;
    padding-left: 15px;
    vertical-align: top;
}

.intro-section .features-ul li::before {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 18px;
    font-size: 7px;
    color: #9c0;
    font-family: FontAwesome;
    content: "\f111";
    font-weight: 600;
}

/* end intro section wrapper */
/* start feature block css */
.featured-section-two {
    position: relative;
}

.featured-section-two.style-two {
    padding-top: 110px;
}

.featured-section-two .inner-container {
    position: relative;
    padding-top: 110px;
    border-top: 1px solid #ffd0cb;
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
    padding: 25px;
    border-radius: 7px;
    border: 1px solid #d4dfef;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    background-color: #fff;
}

.feature-block-two a {
    text-decoration: none !important
}

.feature-block-two a:hover .inner-box {
    background-color: #192d59;
}

.feature-block-two a:hover h5 {
    color: #fff;
}

.feature-block-two .inner-box .upper-box {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-block-two .inner-box .upper-box .icon {
    position: relative;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 1em;
    color: #f44;
    line-height: 1em;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 18px;
    background: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    border-radius: 5px;
}

.feature-block-two .inner-box .upper-box h5 {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 20px;
}

/* end features block css */
/* agency section css */
.agency-section {
    position: relative;
    background: #192d59;
}

.agency-section .agents-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.agency-section .btn-theme {
    background-color: transparent;
    border: 2px solid #fff;
}

.agency-section .btn-theme:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #192d59;
}

.chat-icon {
    position: absolute;
    left: 13px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    z-index: 9;
    opacity: .1;
    background-size: contain;
    bottom: -34px;
}

.chat-icon-two {
    position: absolute;
    right: 13px;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    z-index: 9;
    opacity: .1;
    background-size: contain;
    top: 7px;
}

/* end agency section */
/* client section css */
.client-section {
    background-image: url(../img/slide-image.jpg);
}

.client-carousel .owl-dots .owl-dot.active {
    background: #92be10;
    border: 2px solid #92be10;
    width: 15px;
    height: 15px;
}

.client-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid #92be10;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50px;
}

.client-carousel .owl-dots {
    text-align: center;
}

.client-carousel .owl-nav .owl-prev,
.owl-nav .owl-next {
    display: none;
}

.client-block {
    position: relative;
    max-width: 1100px;
    text-align: center;
    margin: 20px auto 0 auto;
    background: #fff;
    padding: 0;
    z-index: 1;
}

.client-msg {
    font-size: 20px;
    color: #19274d;
}

.client-inner {
    margin-bottom: 4px;
    background: #fff;
    padding: 40px 30px 38px 30px;
}

.client-inner::before {
    position: absolute;
    top: 10px;
    left: 15px;
    line-height: 18px;
    font-size: 40px;
    color: #d4dfef;
    font-family: Flaticon;
    content: "\f149";
    opacity: .6;
    font-weight: 600;
}

.client-msg {
    position: relative;
    padding-left: 20px;
}

.author_text h4 {
    font-size: 18px;
}

/*end client section css */
.about-wrap3 .btn-theme {
    border: 2px solid #fff;
    background-color: transparent
}

.about-wrap3 .btn-theme:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #f44
}

/* blog css */
.blog-section-four {
    position: relative;
    padding: 70px 0 70px;
}

.blog-section-four .inner-container {
    position: relative
}

/* end blog css */
.jicoupan-img {
    width: 28px;
    height: 28px;
    object-fit: none;
}

@media screen and (max-width:1500px) {
    .slider-carousel .owl-nav {
        top: 90%;
        margin-top: 20px;
    }

    .slider-carousel .owl-nav .owl-prev {
        left: 45% !important;
    }

    .slider-carousel .owl-nav .owl-next {
        right: 45% !important;
    }

    .slider-block {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1140px) {
    .facilities-section .blocks-column .circle-two {
        right: 3%
    }

    .facilities-section .blocks-column .inner-column {
        padding-left: 0
    }

    .facilities-section {
        overflow: hidden
    }
}

@media screen and (max-width:1368px) {
    .banner-section .content-column {
        font-size: 55px;
    }

    .platform-section .platform-tabs .tab-btns .tab-btn {
        margin: 0 10px;
    }

    .feature-block-two .inner-box {
        padding: 20px 20px
    }
}

@media screen and (max-width:1200px) {
    .banner-section .content-column {
        font-size: 60px;
    }

    .banner-section .slider-block .text {
        font-size: 20px;
    }

    .banner-section {
        padding: 50px 0 70px 0;
    }

    .intro-section .features-ul li {
        width: 100%
    }
}

@media screen and (max-width:1140px) {
    .software-section .content-column .inner-column {
        padding: 0;
    }

    .software-section .content-column h1 {
        font-size: 44px;
    }

    .software-section .content-column .languages li {
        margin-right: 25px;
    }

    .platform-intro-section .buttons-column .inner-column {
        padding-right: 0
    }

    .platform-intro-section .content-column .inner-column {
        margin-left: 0
    }

    .intro-section .content-column .inner-column {
        padding: 0
    }

    .intro-section .owl-nav .owl-prev {
        left: 15px
    }

    .intro-section .owl-nav .owl-next {
        right: 15px
    }
}

@media only screen and (max-width:1024px) {
    .platform-section .platform-tabs .tabs-content {
        padding-left: 0;
    }

    .facilities-section .content-column .inner-column {
        margin-right: 0;
        z-index: 1
    }

    .intro-section .owl-nav {
        display: block;
        left: 0;
        text-align: center;
        top: auto;
        position: relative !important;
        margin-top: 0 !important;
    }

    .intro-section .owl-nav .owl-prev {
        position: relative !important;
        left: auto !important;
        top: 0 !important;
        margin-right: 20px
    }

    .intro-section .owl-nav .owl-next {
        position: relative !important;
        right: auto !important;
        top: 0 !important
    }

    .intro-section-two .image-column .image img {
        width: 100%;
        display: block
    }

    .platform-intro-section .buttons-column .inner-column {
        padding-top: 0
    }
}

@media only screen and (max-width:991px) {
    .slider-carousel .owl-nav .owl-prev {
        left: 40% !important;
    }

    .slider-carousel .owl-nav .owl-next {
        right: 40% !important;
    }

    .banner-section .content-column {
        font-size: 44px;
    }

    .platform-section .platform-tabs .tab-btns .tab-btn:before {
        display: none;
    }

    .platform-section .platform-tabs .tab-btns .tab-btn {
        margin: 10px 10px;
    }
}

@media only screen and (max-width:767px) {
    .banner-section .content-column {
        font-size: 40px;
    }

    .facilities-section .blocks-column .service-block:nth-child(2n) {
        transform: translateY(0)
    }
}

@media only screen and (max-width:599px) {
    .banner-section .content-column h1 {
        font-size: 50px;
    }

    .banner-section .content-column .text {
        font-size: 18px;
    }

    .slider-carousel .owl-nav .owl-prev {
        left: 30% !important;
    }

    .slider-carousel .owl-nav .owl-next {
        right: 30% !important;
    }
}

@media only screen and (max-width:576px) {
    .banner-section .content-column {
        font-size: 32px;
        line-height: 40px;
    }

    .platform-section .platform-tabs .tab-btns .tab-btn {
        width: 45%;
    }
}

@media only screen and (max-width:480px) {
    .banner-section .content-column {
        font-size: 32px;
        line-height: 40px;
    }

    .platform-section .platform-tabs .tab-btns .tab-btn {
        width: 60%;
        margin: 5px 0;
    }
}

@media only screen and (max-width:320px) {
    .platform-section .platform-tabs .tab-btns .tab-btn {
        width: 100%;
    }
}