
@import url("bootstrap.min.css");
@import url("../../assets/libraries/owl.carousel/css/owl.carousel.min.css");
@import url("../../assets/libraries/owl.carousel/css/owl.theme.default.min.css");
@import url("../../assets/libraries/fancybox/css/jquery.fancybox.min.css");
@import url("../../assets/libraries/royalslider/css/royalslider.css");
@import url("../../assets/libraries/royalslider/css/rs-default.css");
@import url("reset.css");
@import url("button.css");
@import url("breadcrumb.css");
@import url("form.css");
@import url("spacing.css");
@import url("pagination.css");
@import url("menuandheader.css");
@import url("home-banner.css");
@import url("home-brand.css");
@import url("home-service.css");
@import url("home-web-makeover.css");
@import url("home-client.css");
@import url("inner-banner.css");
@import url("service-listing-page.css");
@import url("service-detail-page.css");
@import url("expertise-detail-page.css");
@import url("expertise-listing-page.css");
@import url("about-page.css");
@import url("blog-listing-page.css");
@import url("blog-detail-page.css");
@import url("client-listing-page.css");
@import url("contact-page.css");
@import url("work-page.css");
@import url("website-makeovers-page.css");
@import url("testimonials-page.css");
@import url("text-testimonials-page.css");
@import url("video-testimonials-page.css");
@import url("partners-resources-page.css");
@import url("awards-certificates-page.css");
@import url("sitemap-page.css");
@import url("footer.css");
@import url("thank-page.css");


body #back_top {
    position: fixed;
    bottom: -3px;
    left: 20px;
    cursor: pointer;
    z-index: 9;
}
#back_top .fa-long-arrow-up {
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -ms-border-radius: 50px 50px 0 0;
    -o-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    width: 35px;
    height: 40px;
    text-align: center;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-top: 13px;
    font-size: 18px;
    color: #fff;
}
#back_top:hover .fa-long-arrow-up{
    padding-top: 9px;
}

.main-bg{
	background: -moz-linear-gradient(90deg, #480048 0%, #c04848 100%);
    background: -webkit-linear-gradient(90deg, #480048 0%, #c04848 100%);
    background: -o-linear-gradient(90deg, #480048 0%, #c04848 100%);
    background: -ms-linear-gradient(90deg, #480048 0%, #c04848 100%);
    background: linear-gradient(90deg, #480048 0%, #c04848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c04848', endColorstr='#480048', GradientType=0);
}
.main-white {
	position: relative;
    margin: 100px 0 0px 0;
    min-height: 100px;
}

.main-white:before{
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 1);
	left: 0;
	right: 270px;
	top: 137px;
	bottom: 0;
}

@media (max-width: 1600px) {
    .main-white:before {
        right: 150px;
    }
}

@media (max-width: 1400px) {
    .main-white:before {
        right: 55px;
    }
}

@media (max-width: 1280px) {
    .main-white:before{
        top: 222px;
        right: 0px;
    }
}

@media (max-width: 1279px) {
    .main-white:before{
        top: 0;
    }
}

@media (max-width: 1024px) {
    .main-white {
        margin: 0px 0 0px 0;
    }
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}



.nc-table{
    display: table;
    width: 100%;
}
.nc-center{
    display: table-cell;
    vertical-align: middle;
}




.solution-main {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.solution-main::before {
    background-color: #e8f1fa;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 270px;
    top: 0;
}

.solution-main .sm-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #707070;
    letter-spacing: 2px;    
    position: relative;
    text-transform: uppercase;
}

.solution-main .sm-title.nc-line:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.solution-main .sm-title.nc-line:after{
    width: 54px;
    background-color: #707070;
}

.solution-main .sm-sub-title {
    position: relative;
    color: #0b0d4f;
    font-size: 70px;
    font-weight: 500;
    line-height: 150%;
    padding-left: 40px;
    margin-top: 5px;
}

@media (min-width: 768px){
    .solution-main .sm-image-right{
        float: right;
    }
}

.solution-main .sm-image{
    position: relative;
    max-width: 375px;
    max-height: 375px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    float: left;
}
.solution-main .sm-content{
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 90px 0 0 0;
    text-align: right;
}
.solution-main .sm-c-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    position: relative;
    right: -75px;
}
.solution-main .sm-c-content{
    float: right;
    max-width: 385px;
    margin: 30px 30px 0 0;
}
.solution-main .sm-c-content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #0b0d4f;
    margin: 0px;
    height: 112px;
    overflow: hidden
}
.solution-main .sm-c-content a {
    float: left;
    text-align: left;
    margin-top: 10px;
    clear: both;
}
.solution-main .sm-c-content a .text {
    color: #0b0d4f;
}

@media (max-width: 1600px) {
    .solution-main:before {
        right: 150px;
    }
}

@media (max-width: 1400px) {
    .solution-main:before {
        right: 55px;
    }
}

@media (max-width: 1280px) {
    .solution-main:before{
        top: 222px;
        right: 0px;
    }
}

@media (max-width: 1279px) {
    .solution-main:before{
        top: 0;
    }
}

@media (max-width: 1024px){
    .solution-main .sm-sub-title {
        font-size: 35px;
    }
}

@media (max-width: 767px){
    .solution-main .sm-sub-title {
        font-size: 32px;
    }
    .solution-main .sm-image {
        float: none;
    }
    .solution-main .sm-content {
        position: relative;
        text-align: left;
    }
    .solution-main .sm-c-title {
        right: 0;
    }
    .solution-main .sm-c-content {
        float: none;
        max-width: 100%;
        margin: 0;
    }
}
.solution-main .solution_slider {
    margin-top: 50px;
}

.solution_section .solution_slider {
    position: relative;
    padding: 30px 0 0 0
}

.solution_section .solution_slider .round {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #cedaf2;
    position: absolute;
    right: 130px;
    top: -20px
}

.solution_section .solution_slider .solution-grid .thumbnail-container {
    padding-bottom: 100%
}

.solution_section .solution_slider .solution-grid .thumbnail {
    left: 0;
    right: 0
}

.solution_section .solution_slider .solution-grid .images {
    padding: 45px 50px 80px 0
}

.solution_section .solution_slider .solution-grid .solution-image {
    position: relative;
    max-width: 375px;
    max-height: 375px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    float: left
}

.solution_section .solution_slider .solution-grid .circle_bg {
    background: transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    bottom: 0;
    left: 30px;
    max-height: 345px;
    max-width: 345px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -1
}

.solution_section .solution_slider .solution-grid .solution-content {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 130px 0 0 0;
    text-align: right
}

.solution_section .solution_slider .solution-grid .solution-content .title_text {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    position: relative;
    right: -75px
}

.solution_section .solution_slider .solution-grid .solution-content .content {
    float: right;
    max-width: 385px;
    margin: 30px 30px 0 0
}

.solution_section .solution_slider .solution-grid .solution-content .content a {
    float: left;
    text-align: left;
    clear: both
}

.solution_section .solution_slider .solution-grid .solution-content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #0b0d4f;
    margin: 0px;
    height: 112px;
    overflow: hidden
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        -o-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        -o-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        -o-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        -o-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        -o-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@media screen and (min-device-width:768px) and (max-device-width:1920px) {
    .solution_section .solution_slider .owl-carousel .active .solution-grid .solution-content .title_text {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-animation: title-slider 1s;
        -moz-animation: title-slider 1s;
        -ms-animation: title-slider 1s;
        -o-animation: title-slider 1s;
        animation: title-slider 1s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both
    }

    @-webkit-keyframes title-slider {
        0% {
            margin: 40px 0
        }

        100% {
            margin: 0
        }

    }

    @-moz-keyframes title-slider {
        0% {
            margin: 40px 0
        }

        100% {
            margin: 0
        }

    }

    @-ms-keyframes title-slider {
        0% {
            margin: 40px 0
        }

        100% {
            margin: 0
        }

    }

    @-o-keyframes title-slider {
        0% {
            margin: 40px 0
        }

        100% {
            margin: 0
        }

    }

    @keyframes title-slider {
        0% {
            margin: 40px 0
        }

        100% {
            margin: 0
        }

    }

    .solution_section .solution_slider .owl-carousel .active .solution-grid .solution-content p {
        -webkit-transition: all 1.3s ease-in-out;
        -moz-transition: all 1.3s ease-in-out;
        -ms-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out;
        -webkit-animation: 1.3s link_text .3s;
        -moz-animation: 1.3s link_text .3s;
        -ms-animation: 1.3s link_text .3s;
        -o-animation: 1.3s link_text .3s;
        animation: 1.3s link_text .3s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both
    }

    @-webkit-keyframes link_text {
        0% {
            margin: 24px 0
        }

        100% {
            margin: 0
        }

    }

    @-moz-keyframes link_text {
        0% {
            margin: 24px 0
        }

        100% {
            margin: 0
        }

    }

    @-ms-keyframes link_text {
        0% {
            margin: 24px 0
        }

        100% {
            margin: 0
        }

    }

    @-o-keyframes link_text {
        0% {
            margin: 24px 0
        }

        100% {
            margin: 0
        }

    }

    @keyframes link_text {
        0% {
            margin: 24px 0
        }

        100% {
            margin: 0
        }

    }

}

.solution_section .solution_slider .owl-carousel .active .thumbnail-container img {
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    animation: active-img 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: scale(0);
    outline: 0
}

@-webkit-keyframes active-img {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-moz-keyframes active-img {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-ms-keyframes active-img {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@-o-keyframes active-img {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

@keyframes active-img {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-will-change: transform;
        -moz-will-change: transform;
        -ms-will-change: transform;
        -o-will-change: transform;
        will-change: transform
    }

}

.solution_section .solution_slider .solution-grid .solution-content .nc-btn {
    margin-top: 105px
}

.solution_section .solution_slider .solution-grid .solution-content .nc-btn .text,
.solution_section .solution_slider .solution-grid .solution-content .nc-btn .arrow_icon:before,
.solution_section .solution_slider .solution-grid .solution-content .nc-btn .arrow_icon:after {
    color: #707070
}

.solution_section .solution_slider .solution-grid .solution-content .arrow_btn span {
    margin: 0 22px 0 0
}

.solution_section .solution_slider .solution-grid .solution-content .arrow_btn span.arrow_icon::before {
    border-color: #707070
}

.solution_section .solution_slider .solution-grid .solution-content .arrow_btn span.arrow_icon::after {
    background: #707070
}

.solution_section .solution_slider .solution-grid .solution-content .arrow_btn span.circle::after {
    border-color: #707070
}

.solution_section .solution_slider .owl-dots .owl-dot span {
    background: #b8cbf0;
    margin: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.solution_section .solution_slider .owl-dots {
    position: relative;
    left: 55% !important;
    top: -300px !important;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.solution_section .solution_slider .owl-dots .owl-dot {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    padding: 0px;
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: block
}

.solution_section .solution_slider .owl-dots .owl-dot.active span {
    background-color: #094ca1;
    margin: 0px;
    width: 92px;
    height: 92px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s
}

.solution_section .solution_slider .owl-dots .owl-dot {
    counter-increment: solution
}

.solution_section .solution_slider .owl-dots .owl-dot:before {
    content: "0"counter(solution);
    color: #0b0d4f;
    display: none
}

.solution_section .solution_slider .owl-dots .owl-dot.active:before {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    left: 34px;
    position: absolute;
    top: 38px;
    display: block
}

.solution_section .solution_slider .owl-dots .owl-dot svg {
    left: -1px;
    position: absolute;
    top: -1px;
    cursor: auto
}

.solution_section .solution_slider .owl-dots .owl-dot svg circle {
    fill: none;
    stroke: #00aeef;
    stroke-width: 3;
    animation: circle-rotate linear normal;
    -webkit-animation: circle-rotate linear normal;
    -ms-animation: circle-rotate linear normal;
    -moz-animation: circle-rotate linear normal
}

@-moz-keyframes circle-rotate {
    0% {
        stroke-dasharray: 0%, 100%
    }

    100% {
        stroke-dasharray: 100%, 0%
    }

}

@-ms-keyframes circle-rotate {
    0% {
        stroke-dasharray: 0%, 100%
    }

    100% {
        stroke-dasharray: 100%, 0%
    }

}

@-webkit-keyframes circle-rotate {
    0% {
        stroke-dasharray: 0%, 100%
    }

    100% {
        stroke-dasharray: 100%, 0%
    }

}

@keyframes circle-rotate {
    0% {
        stroke-dasharray: 0%, 100%
    }

    100% {
        stroke-dasharray: 100%, 0%
    }

}

.solution_section .solution_slider .owl-carousel {
    position: relative
}

@media (max-width:767px) {
    .solution_section .solution_slider .small_title::after {
        left: 0 !important;
    }
}

@media (max-width:1300px) {
    .solution_section .solution_slider .small_title::after {
        left: -10px
    }

    .solution_section .solution_slider .small_title {
        padding: 0 0 0 30px
    }

}

@media (max-width:1279px) {
    .solution_section .solution_slider .solution-grid .solution-content .content {
        margin: 20px 0px 0 0
    }

}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
    .solution_section .solution_slider .solution-grid .solution-content a {
        margin-top: 75px !important;
        padding: 0 0 0 35px
    }

    .solution_section .solution_slider .solution-grid .solution-content .title_text {
        font-size: 36px;
    }

}

@media (max-width:1024px) {
    .solution_section .solution_slider .owl-dots {
        left: 57% !important;
        top: -310px !important
    }

    .solution_section .solution_slider .solution-grid .solution-content p {
        width: 95%;
        float: right;
    }

}

@media (max-width:992px) {
    .solution_section .solution_slider .solution-grid .solution-image {
        max-height: 300px;
        max-width: 300px
    }

    .solution_section .solution_slider .owl-dots {
        left: 56% !important;
        top: -260px !important;
        transform: scale(0.8);
        -webkit-transform: scale(0.8)
    }

    .solution_section .solution_slider .round {
        display: none
    }

    .solution_section .title .letter {
        font-size: 65px
    }

    .solution_section {
        padding: 50px 0;
    }
}

@media (max-width:767px) {
    .solution_section .solution_slider {
        padding-top: 0
    }

    .solution_section .solution_slider .solution-grid .solution-content {
        position: relative;
        text-align: left;
        padding: 45px 0
    }

    .solution_section .solution_slider .solution-grid .solution-image {
        float: none
    }

    .solution_section .solution_slider .solution-grid .solution-content .content {
        margin: 20px 0px 0 0;
        max-width: 100%
    }

    .solution_section .solution_slider .solution-grid .solution-content .title_text {
        right: 0px;
        font-size: 30px;
        line-height: 38px
    }

    .solution_section .solution_slider .solution-grid .images {
        padding: 40px 0
    }

    .solution_section .solution_slider .solution-grid .solution-image {
        max-width: 275px;
        max-height: 275px
    }

    .solution_section .solution_slider .owl-dots {
        position: absolute;
        left: 50% !important;
        top: 171px !important;
        transform: scale(0.6);
        -webkit-transform: scale(0.6)
    }

    .solution_section .title .letter {
        font-size: 50px
    }

    .solution_section .solution_slider .solution-grid .solution-content a {
        margin: 30px 0 10px;
    }

    .solution_section .solution_slider .solution-grid .solution-content .nc-btn {
        margin-top: 30px;
    }

}

@media (max-width:639px) {
    .solution_section .title .letter {
        font-size: 40px
    }

    .solution_section .title {
        padding: 0 0 0 35px
    }

}

@media (max-width:379px) {
    .solution_section .solution_slider .solution-grid .solution-image {
        max-width: 185px;
        max-height: 185px
    }

    .solution_section .solution_slider .owl-dots {
        top: 100px !important;
        left: 40% !important
    }

    .solution_section .title .letter {
        font-size: 30px
    }

}

@media (max-width:325px) {
    .solution_section .solution_slider .solution-grid .solution-image {
        max-width: 185px;
        max-height: 185px
    }

    .solution_section .solution_slider .owl-dots {
        top: 100px !important;
        left: 36% !important
    }

}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(255,255,255,0.7);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
}
