/*--------------------*/


/* BASIC TYPOGRAPHY */


/*--------------------*/

body {
    font-family: 'Work Sans';
    /*font-family: 'Heebo', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    color: #575757;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 1.59;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Heebo', sans-serif;*/
    font-family: 'Work Sans';
    font-weight: 700;
    margin-top: 0;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
    line-height: 1.13;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    border: none;
    max-width: 100%;
}

code {
    background-color: #ee6e73;
    border-radius: 2px;
    color: #fff;
    padding: 2px 4px;
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
}

pre code {
    background-color: transparent;
    color: #333333;
}

del {
    text-decoration-color: #ee6e73;
}

kbd {
    background-color: #ddd;
    padding: 4px 6px;
    border-radius: 2px;
}

address {
    line-height: 1.5;
    padding-left: 10px;
}

dl dt {
    font-weight: 700;
}

dl dd {
    margin-left: 0;
}

blockquote {
    background-color: #f8f8f8;
    border-radius: 0 4px 4px 0;
    color: #323232;
    padding: 15px 15px;
    border-left: 5px solid #0091ea;
    font-weight: 600;
}

blockquote p {
    margin-top: 10px;
}

button {
    padding: 5px 15px;
    border: none;
}

button:focus {
    outline: none;
    border: none;
}

iframe {
    border: none;
}


/* ========= BUTTON =========*/

.mu-primary-btn {
    background-color: #0091ea;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
    color: #fff;
}

.mu-send-msg-btn {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 12px 20px;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 170px;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
    background-color: #fff;
}


/*scrol to top*/

.scrollToTop {
    background-color: #0091ea;
    bottom: 60px;
    color: #ffffff;
    display: none;
    font-size: 30px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 55px;
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}

.mu-single-slide:before {
    background-color: #8481b0;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#8481b0, endColorstr=#73b58c);
    background-image: -moz-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -webkit-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -o-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -ms-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(55%, #8481b0), color-stop(22%, #73b58c), color-stop(100%, #69bbd5));
}


/*a:hover,
a:focus,
.mu-book-now-btn,
.mu-copy-right a:hover,
.mu-copy-right a:focus,
.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus,
.mu-logo,
.mu-logo:hover,
.mu-logo:focus,
.mu-client-quote,
.mu-clients-slider .slick-prev, 
.mu-clients-slider .slick-next,
.mu-clients-slider .slick-prev::before, 
.mu-clients-slider .slick-next::before,
.my-why-us-single-icon {
	color: #0091ea;
}*/

.scrollToTop,
.mu-testimonial-slide .slick-dots li.slick-active,
#mu-callto-action {
    background-color: #0091ea;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
    border: 1px solid #0091ea;
    color: #0091ea;
}

.mu-contact-form .form-control:focus,
.mu-featured-tours-single-info .mu-book-now-btn {
    border: 1px solid #0091ea;
}

.mu-send-msg-btn,
.mu-send-msg-btn:focus,
.mu-register-btn:hover,
.mu-register-btn:focus {
    border: 1px solid #0091ea;
    background-color: #0091ea;
}

.mu-clients-slider .slick-prev,
.mu-clients-slider .slick-next {
    border: 2px solid #0091ea;
}


/*--------------------*/


/* HEADER */


/*--------------------*/

#mu-hero {
    /*background-color: #0091ea;*/
    display: inline;
    float: left;
    width: 100%;
}

.mu-logo-area {
    display: inline;
    float: left;
    width: 50%;
}

.mu-navbar .mu-logo {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    padding: 0px;
}

.mu-logo span {
    display: inline-block;
}

.mu-logo img {
    margin-top: -5px;
}

.mu-navbar .mu-logo:hover,
.mu-navbar .mu-logo:focus {
    color: #fff;
}

.mu-scrolldown-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.mu-scrolldown {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
}

.mu-scrolldown:hover,
.mu-scrolldown:focus {
    color: #fff;
}


/*--------------------*/


/* MENUE */


/*--------------------*/

.mu-navbar {
    padding: 20px 0;
}

.mu-navbar-nav {
    display: block;
    text-align: right;
    width: 100%;
}

.mu-navbar-nav li {
    list-style: none;
    display: inline-block;
}

.mu-navbar-nav li a {
    color: #fefeff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 9px 18px;
    border-radius: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url(assets/images/Sub-Link-Arrow.png) no-repeat right 18px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.mu-navbar-nav li.active a,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li a:focus {
    background-color: #fff;
    color: #0091ea;
}

.mu-navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
}

.mu-navbar-nav li .dropdown-menu a {
    color: #444;
    padding: 6px 15px;
}

.mu-navbar-nav li .dropdown-menu a:hover,
.mu-navbar-nav li .dropdown-menu a:focus {
    color: #0091ea;
}


/*--------------------*/


/* SLIDER */


/*--------------------*/

#mu-slider {
    display: inline;
    width: 100%;
}

.mu-slide {
    display: inline;
    float: left;
    width: 100%;
}

.mu-single-slide {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.mu-single-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 10;
}

.mu-single-slide-content-area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 12% 16%;
}

.mu-single-slide-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.mu-single-slide-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 30px;
}

.mu-single-slide-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.mu-single-slide-content a {
    margin-top: 30px;
}

.mu-slide .slick-prev:hover,
.mu-slide .slick-prev:focus,
.mu-slide .slick-next:hover,
.mu-slide .slick-next:focus {
    color: #0091ea;
}

.mu-slide .slick-prev:hover:before,
.mu-slide .slick-prev:focus:before,
.mu-slide .slick-next:hover:before,
.mu-slide .slick-next:focus:before {
    color: #0091ea;
}


/*--------------------*/


/*--------------------*/


/* RESPONSIVE STYLE */


/*--------------------*/

@media (max-width: 1199px) {
    .mu-single-slide-content-area {
        padding: 9% 10%;
    }
    .mu-about-right {
        padding-left: 0;
    }
    .mu-quote-btn {
        padding: 15px 45px;
        margin-top: 15px;
    }
    .mu-about-right ul li {
        margin-bottom: 10px;
    }
    .mu-single-service-icon {
        margin-right: 0;
    }
    .mu-single-service-content {
        width: 78%;
        /*margin-left: 15px;*/
    }
    .mu-video-close-btn {
        right: 20px;
    }
    .mu-video-right {
        padding-right: 15%;
        padding-left: 25px;
    }
    .mu-testimonial-slide .slick-prev {
        left: -20px;
    }
    .mu-testimonial-slide .slick-next {
        right: -20px;
    }
    .mu-clients-single {
        padding: 5px;
    }
    .mu-social-media a {
        margin-right: 3px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    /*About us page*/
    .mu-single-team-img {
        width: 26%;
    }
    .mu-single-team-content {
        width: 74%;
        padding: 10px 10px;
    }
    .mu-single-team-content span {
        margin-bottom: 0;
    }
    .mu-single-team-content p {
        font-size: 12px;
    }
    /*Blog page*/
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 135px 0 15px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 16px;
        width: 125px;
    }
    /*Error Page*/
    .mu-error-area .mu-title {
        padding: 0 15%;
    }
    .mu-error-content {
        padding: 0 10%;
    }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        top: 100%;
    }
}

@media (max-width: 991px) {
    .mu-navbar-nav {
        display: flex;
        text-align: left;
        width: 100%;
        /*	margin-top: 10px;*/
    }
    .mu-navbar-nav li {
        margin-bottom: 10px;
    }
    .mu-navbar .navbar-toggler {
        color: #fff;
        border-color: #fff;
        cursor: pointer;
        padding: 10px 15px;
    }
    .mu-single-slide-content-area {
        padding: 6% 10%;
    }
    .mu-single-slide-content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .mu-primary-btn {
        padding: 15px 40px;
    }
    .mu-single-slide-content a {
        margin-top: 15px;
    }
    .mu-title {
        padding: 0 10%;
    }
    .mu-call-to-action-left {
        max-width: 65%;
    }
    .mu-single-service-content {
        width: 70%;
        /*margin-left: 10px;*/
    }
    .mu-video-iframe-area {
        padding: 12% 5%;
    }
    .mu-video-iframe-area iframe {
        width: 100%;
    }
    .mu-video-close-btn {
        right: 20px;
        top: -40px;
    }
    .mu-video-right {
        padding-right: 5%;
        padding-left: 15px;
    }
    .mu-single-counter span {
        padding: 20px 10px;
    }
    .mu-single-counter-content {
        padding-left: 10px;
        padding-top: 15px;
    }
    .counter-value {
        font-size: 25px;
    }
    .mu-counter-name {
        font-size: 16px;
    }
    .mu-filter-item-content {
        padding-top: 22%;
    }
    .mu-pricing-table > li {
        margin: 0 10px;
        width: 29%;
    }
    .mu-pricing-single-content ul li {
        padding: 0 5px;
    }
    .mu-pricing-single-title h3 {
        font-size: 20px;
    }
    .mu-single-pricebox h4 {
        font-size: 35px;
    }
    .mu-buy-now-btn,
    .mu-standard-pricing .mu-buy-now-btn {
        font-size: 16px;
        padding: 8px 25px;
    }
    .mu-standard-pricing .mu-pricing-single {
        padding: 20px 20px;
    }
    .mu-testimonials-area {
        padding: 100px 0 125px;
    }
    .mu-blog-item-content {
        padding: 15px 15px;
    }
    .mu-newsletter-content {
        padding: 0 20%;
    }
    .mu-social-media a {
        margin-bottom: 10px;
    }
    .mu-clients-area {
        padding: 50px 0;
    }
    /*About US page */
    #mu-skills {
        background-position: inherit;
    }
    /*Contact us page*/
    .mu-contact-content {
        padding: 0 22%;
    }
    /*Blog Page*/
    .mu-popular-content-widget .media > .mu-popular-post-img {
        width: 75px;
        margin-right: 5px;
    }
    .mu-sidebar-widget-title {
        font-size: 22px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 108px 0 15px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 12px;
        width: 100px;
    }
    /*Error Page*/
    .mu-error-area .mu-title {
        padding: 0 10%;
    }
    .mu-error-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .mu-title {
        padding: 0;
    }
    .mu-about-area {
        padding: 60px 0;
    }
    .mu-about-right {
        margin-top: 30px;
    }
    #mu-service {
        padding: 60px 0 50px;
    }
    .mu-call-to-action-left {
        max-width: 100%;
    }
    .mu-call-to-action-area {
        text-align: center;
        padding: 50px 0;
    }
    .mu-call-to-action-left h2 {
        margin-bottom: 15px;
    }
    .mu-quote-btn {
        float: none;
        margin-top: 35px;
    }
    .mu-video-right {
        padding-right: 5%;
        padding: 10% 5%;
    }
    .mu-portfolio-area {
        padding: 60px 0;
    }
    .mu-single-service {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mu-single-service-content {
       /* margin-left: 20px;*/
    }
    .learn-goal-sec-item .mu-single-service-content {
       /* width: 63% !important;*/
    }
    .mu-counter-area {
        display: inline;
        float: left;
        padding: 50px 0;
        width: 100%;
    }
    .mu-single-counter {
        margin: 20px 20px;
    }
    #mu-pricing {
        padding: 60px 0;
    }
    .mu-pricing-table > li,
    .mu-pricing-table > li.mu-standard-pricing {
        margin: 10px 0;
        width: 100%;
    }
    .mu-standard-pricing .mu-pricing-single {
        padding: 20px 0;
    }
    .mu-standard-pricing .mu-pricing-single-content {
        padding: 35px 0 15px;
    }
    .mu-standard-pricing .mu-single-pricebox {
        padding: 5px 0 25px;
    }
    .mu-title {
        margin-bottom: 25px;
    }
    #mu-from-blog {
        padding: 60px 0;
    }
    .mu-from-blog-content {
        margin-top: 0;
    }
    .mu-blog-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mu-footer-top {
        padding: 30px 0 10px;
    }
    .mu-single-footer {
        margin: 15px 0;
    }
    /*About Us page*/
    #mu-skills {
        padding: 60px 0;
    }
    .mu-single-skills {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mu-team-area {
        padding: 60px 0 50px;
    }
    .mu-single-team-content p {
        font-size: 14px;
    }
    /*contact us*/
    .mu-contact-content {
        padding: 0 15%;
    }
    #mu-google-map iframe {
        height: 350px;
    }
    /*Blog page*/
    .mu-blog-sidebar {
        margin-top: 50px;
    }
    .mu-popular-content-widget .media > .mu-popular-post-img {
        width: 120px;
        margin-right: 10px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 170px 0 20px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 16px;
        width: 160px;
    }
    /*Error Page*/
    .mu-error-area .mu-title {
        padding: 0;
    }
    .mu-text {
        font-size: 225px;
        line-height: 225px;
    }
    .mu-backdrop {
        height: 280px;
    }
   
}

@media (max-width: 640px) {
    ul.popup-links li {
        list-style-type: none;
        width: 100% !important;
        display: inline-block;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    ul.popup-links li:after {
        display: none;
    }
    .mu-single-slide-content h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .slick-prev {
        left: 10px;
    }
    .mu-single-slide-content-area {
        padding: 6% 0%;
    }
    .mu-single-slide-content a {
        margin-top: 0;
    }
    .mu-single-slide-content p {
        margin-bottom: 15px;
    }
    .mu-primary-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
    .mu-video-left {
        padding: 120px 0;
    }
    .mu-video-iframe-area {
        padding: 5% 5%;
    }
    .mu-video-iframe-area iframe {
        height: 300px;
    }
    .mu-video-close-btn {
        top: 5px;
        margin-top: 0;
        height: 40px;
        line-height: 35px;
        width: 40px;
    }
    .mu-newsletter-content {
        padding: 0;
    }
    .mu-single-counter {
        margin: 20px 0;
    }
    /*contact us*/
    .mu-contact-content {
        padding: 0 5%;
    }
    #mu-google-map iframe {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .mobile-slider {
        display: block !important;
    }
    #mu-slider .desktop-slider {
        display: none;
    }
#mu-slider .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
    .border-btm {
        border-bottom: none !important;
        border-right: none !important;
    }
    .mu-single-service.mba-prog-txt {
        border-bottom: none !important;
    }
    .border-rght {
    border-right: none !IMPORTANT;
}
}
@media (min-width: 768px) and  (max-width: 992px) {
    .border-btm {
        border-bottom: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
    }
}

@media (min-width: 1024px) and  (max-width: 1280px) {
    .global-section {
        position: absolute;
        bottom: 8%;
        left: 13%;
    }
    .global-section h1.slider-title4 {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }
    .global-section h1.slider-title3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
    }
    .global-section h1.slider-title2 {
        font-size: 32px;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
    }
    .global-section h1.slider-title1 {
        font-size: 36px;
        font-weight: 500;
        line-height: 26px;
        text-align: left;
    }

    .slider-download-brochure {
        padding: 10px 20px;
        font-size: 13px;
        margin-top: 6px;
    }

    .right-slider-content p {
        font-size: 20px !important;
        line-height: 23px !important;
    }
    .right-slider-content h1 {
        font-size: 28px !important;
        margin-bottom: 14px !important;
    }
    .right-slider-content h1 b {
        font-size: 30px !important;
    }
    .right-slider-content {
        right: 22% !important;
        bottom: 14% !important;
    }
    .slider-corp-wrap {
        position: absolute;
        bottom: 13% !important;
        right: 7% !important;
    }
    h1.slider-cor1 {
        font-size: 32px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }
    h1.slider-cor2 {
        font-size: 21px !important;
        line-height: 30px !important;
        margin-bottom: 12px !important;
    }
    h1.slider-cor3 {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-bottom: 4px !important;
    }
    .enterprnr-slider {
        left: 21% !important;
    }
    .enterprnr-slider h1.slider-title5 {
        font-size: 28px !important;
        line-height: 30px !important;
    }
    .enterprnr-slider h1.slider-title6 {
        font-size: 21px !important;
        line-height: 26px !important;
        margin-top: 7px !important;
        margin-bottom: 8px !important;
    }
    .enterprnr-slider h1.slider-title8 {
        font-size: 19px !important;
        line-height: 24px;
        margin-bottom: 0px !important;
    }
        .enterprnr-slider .slider-download-brochure, .enterprnr-slider .slider-download-brochure:hover {
            font-size: 16px !important;
            padding-right: 20px;
            margin-left: 0px !important;
            background-size: 14px !important;
           
        }
}
@media (min-width: 769px) and  (max-width: 1024px) {
.mu-logo img {
    margin-left: 0px !important;
    width: 60%;
}
    .global-section {
        position: absolute;
        bottom: 2% !important;
        left: 13%;
    }
    .global-section h1.slider-title4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }
    .global-section h1.slider-title3 {
        font-size: 25px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }
    .global-section h1.slider-title2 {
        font-size: 24px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
    }
    .global-section h1.slider-title1 {
        font-size: 23px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }
    .slider-download-brochure, .slider-download-brochure:hover {
        font-size: 16px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 20px !important;
        padding-right: 19px;
        margin-left: 5px !important;
        background-size: 14px !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
    }
    .right-slider-content {
        right: 12% !important;
        bottom: 14% !important;
    }
    .right-slider-content .slider-download-brochure, .right-slider-content .slider-download-brochure:hover {
        font-size: 16px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 4px;
        padding-right: 20px;
        margin-left: 5px !important;
        background-size: 14px !important;
        /* padding-top: 6px; */
        /* padding-right: 0; */
        padding-bottom: 10px;
        color: #8e8e8e !important;
    }
    .right-slider-content h1 {
        font-size: 26px !important;
        margin-bottom: 6px !important;
    }
    .right-slider-content h1 b {
        font-size: 27px !important;
    }
    .right-slider-content p {

        font-size: 20px;
        font-weight: 400;
        line-height: 23px !important;
        text-align: left;
        margin-bottom: 5px;
    }
    .slider-corp-wrap {
        position: absolute;
        bottom: 13% !important;
        right: 7% !important;
    }
    h1.slider-cor1 {
    font-size: 27px !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
}
    h1.slider-cor2 {
    font-size: 18px !important;
    line-height: 21px !important;
    margin-bottom: 7px !important;
}
    h1.slider-cor3 {
    font-size: 18px !important;
    line-height: 23px !important;
    margin-bottom: 4px !important;
}
    .enterprnr-slider {
        left: 17% !important;
    }
.enterprnr-slider h1.slider-title5 {
    font-size: 22px !important;
    line-height: 23px !important;
}
.enterprnr-slider h1.slider-title6 {
    font-size: 18px !important;
    line-height: 23px !important;
    margin-top: 7px !important;
    margin-bottom: 5px !important;
}
.enterprnr-slider h1.slider-title8 {
    font-size: 17px !important;
    line-height: 24px;
    margin-bottom: 0px !important;
}
    .enterprnr-slider .slider-download-brochure, .enterprnr-slider .slider-download-brochure:hover {
        font-size: 16px !important;
        padding-right: 20px;
        margin-left: 0px !important;
        background-size: 14px !important;
        color: #147fb1 !important;
    }
}
@media (max-width: 480px) {
    .sub-btn span {
        display: none !important;
    }
    .col-md-4.mrg-btm-50.col-lg-4.col-xs-6 {
        margin-bottom: 0px !important;
    }
    /*.mobile-slider {
        display: block !important;
    }*/
    .mobile-slider .carousel-caption.main-slider-caption {
        right: 0px !important;
        left: 48%;
        bottom: 12% !important;
    }
    .mobile-slider h1.slider-main-title {
        font-size: 22px !important;
        line-height: 25px !important;
        margin-bottom: 0px !important;
    }
    .mobile-slider h1.slider-small-title {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 0px !important;
        margin-top: 5px;
    }
    .mobile-slider .slider-download-brochure,
    .mobile-slider .slider-download-brochure:hover {
        font-size: 19px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat 110px 4px !important;
        padding-right: 20px;
        margin-left: 0px !important;
        background-size: 14px !important;
        line-height: 20px;
        float: left;
        margin-top: 7px;
        font-weight: 400;
    }
   /* .desktop-slider {
        display: none;
    }*/
    .mu-single-slide-content a.mu-primary-btn {
        display: none;
    }
    .mu-single-counter span {
        float: none;
    }
    .mu-single-counter-content {
        float: none;
        display: inline-block;
    }
    .mu-title h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .mu-call-to-action-left h2 {
        font-size: 20px;
    }
    .mu-filter-item-content {
        padding-top: 29%;
        font-size: 18px;
    }
    .filtr-item h4 {
        font-size: 18px;
    }
    .mu-testimonials-area h2 {
        font-size: 25px;
    }
    .mu-testimonials-block {
        margin-top: 20px;
    }
    .mu-testimonial-slide li p {
        font-size: 15px;
    }
    .mu-testimonials-area {
        padding: 50px 0 50px;
    }
    .mu-subscribe-btn {
        font-size: 16px;
    }
    .mu-video-play-btn {
        height: 40px;
        width: 60px;
        font-size: 16px;
        line-height: 40px;
    }
    .slick-next,
    .slick-prev {
        width: 40px;
        height: 40px;
    }
    .slick-prev::before,
    .slick-next::before {
        font-size: 20px;
    }
    .scrollToTop {
        font-size: 25px;
        line-height: 43px;
        width: 45px;
        height: 45px;
    }
    .mu-navbar {
        padding: 10px 0;
    }
    .mu-navbar .navbar-toggler {
        padding: 5px 10px;
    }
    /*About Us page*/
    .mu-page-header-area {
        padding: 80px 0;
    }
    .mu-page-header-title {
        font-size: 30px;
    }
    /*contact us*/
    #mu-google-map iframe {
        height: 250px;
    }
    /*Blog page*/
    #mu-blog {
        padding: 30px 0;
    }
    #mu-blog .mu-blog-item {
        margin-bottom: 30px;
    }
    .mu-blog-pagination .pagination .page-link {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
    .mu-blog-pagination .pagination .page-item:first-child .page-link,
    .mu-blog-pagination .pagination .page-item:last-child .page-link {
        line-height: 38px;
    }
    .mu-blog-pagination .pagination {
        float: none;
    }
    .mu-blog-sidebar {
        margin-top: 30px;
    }
    .mu-sidebar-social-widget .mu-social-media a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    /*Error Page*/
    .mu-error-area {
        padding: 50px 0;
    }
    .mu-text {
        font-size: 180px;
        line-height: 180px;
    }
    .mu-backdrop {
        height: 230px;
    }
}

@media (max-width: 360px) {
    .row.top-spacing.mid-banner {
    margin-left: 0;
    margin-right: 0;
}
    .mu-single-slide-content h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .mu-single-slide-content p {
        margin-bottom: 0;
        font-size: 12px;
    }
    .mu-title h2 {
        font-size: 22px;
    }
    .mu-video-iframe-area {
        padding: 15% 5%;
    }
    .mu-video-right p {
        font-size: 16px;
        text-align: center;
    }
    .mu-filter-item-content {
        padding-top: 26%;
    }
    .mu-subscribe-form input {
        padding: 0 130px 0 20px;
    }
    .mu-subscribe-btn {
        font-size: 14px;
        width: 120px;
    }
    .mu-testimonial-slide .slick-next {
        right: 0;
    }
    .mu-testimonial-slide .slick-prev {
        left: 0;
    }
    /*About Us page*/
    .mu-single-team {
        text-align: center;
        padding: 10px 0;
    }
    .mu-single-team-img,
    .mu-single-team-content {
        width: 100%;
    }
    /*Blog page*/
    .mu-blog-pagination .pagination li {
        margin: 0 3px;
    }
    .mu-popular-content-widget .media {
        margin-bottom: 15px;
    }
    .mu-popular-content-widget .media > .mu-popular-post-img {
        width: 85px;
        margin-right: 5px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 135px 0 15px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 16px;
        width: 125px;
    }
    #respond input[type="text"],
    #respond input[type="email"],
    #respond input[type="url"] {
        height: 35px;
        padding: 0 5px;
        margin-bottom: 5px;
        width: 100%;
    }
    #respond textarea {
        padding: 10px;
        height: 150px;
    }
    .mu-related-post .mu-related-post-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .mu-comments-area h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .mu-comments-area .comments .commentlist .children {
        padding-left: 15px;
    }
    #respond .reply-title {
        font-size: 22px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
        line-height: 1.13;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    /*Error Page*/
    .mu-text {
        font-size: 160px;
        line-height: 160px;
    }
    .mu-backdrop {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .mu-single-slide-content-area {
        padding: 2% 0%;
    }
    .mu-filter-item-content {
        padding-top: 24%;
    }
}


/*=========================================================

					Custom CSS Styles 

=========================================================*/

nav.navbar.navbar-expand-lg.fixed-top {
    position: absolute;
        padding-top: 0px;
}
a.navbar-brand {
    padding-top: 0px;
}

section.section-two.anlytics-main-section {
    background: #2A2A2A;
    padding: 0px 0px 70px 0px;
    position: relative;
    background-image: url(./assets/images/illustration-one.png);
    background-size: cover;
    background-position: bottom center;
}


img.bg-illus-one {
    position: absolute;
    bottom: -50px;
}

.analytics-sec-one-wrap {
    background: #FFFFFF;
    z-index: 400;
    padding: 30px;
}

.highlight-section {
    background: #F3F3F3;
    padding: 30px;
    border-radius: 30px;
}

p.highlight-content {
    color: #414141;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
p.content {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
}
a.meeting-btn {
    background: #FF771D;
    padding: 10px 25px;
    display: inline-block;
    color: #ffffff;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

h3.anlytics-sub-heading {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 85%;
    margin-bottom: 20px;
    margin-top: 10px;
}
p.icon-txt {
    color: #BCBCBC;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 80%;
}
section.section-three.automation-sec-two {
    background: #ffffff;
    padding: 30px 0px 30px 0px;
    position: relative;
}
.row.stats-wrap {
    background: #FF771D;
    padding: 25px;
}
h3.section-three-title {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.stats-outer-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
h3.stats-heading {
    color: #FFFFFF;
    font-size: 80px;
    line-height: 90px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    display: flex;
}
p.stats-content {
    width: 65%;
    margin-top: 5px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    padding-top: 15px;
    line-height: 1.3;
}
p.stats-content:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 175px;
    height: 3px;
    background: #ffffff;
}
.stats-wrap {
    flex-grow: 1;
    flex-basis: 0;
}
.row.icon-column-one {
    margin-top: 30px;
    transform: skewY(10deg);
}

section.section-three.anlytic-section-four {
    padding: 30px 0px 30px 0px;
}

.slider-content-wrap {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

h1.slider-main-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
p.event-date {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

p.event-info {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-left: 20px;
}
.register-btn-wrap {
    display: block;
    padding-top: 0px;
}

a.register-btn {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #FF771D;
    padding: 12px 30px;
    border-radius: 30px;
}

i.fa.fa-chevron-right.custom-arrow {
    padding-left: 10px;
    -webkit-text-stroke: 2px #ff771d;
}
img.session-illus-right {
    position: absolute;
    right: 0px;
    top: 30%;
    transform-origin: right center;
}

img.session-illus-left {
    position: absolute;
    left: 0px;
    top: 30%;
    transform: scale(0.7);
    transform-origin: left center;
}
span.symbol-txt {
    font-size: 34px;
    font-weight: 400;
    line-height: 85px;
    padding-left: 5px;
}
.row.icon-column-heading {
    padding-bottom: 10px;
}

.email-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 70%;
}

.social-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 50%;
}
section.mobile-butn-section {
    display: none;
}
section.mobile-butn-section {
    display: none;
}

.social-icon-inner {
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
}

.social-icon-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

a.social-icon {
    padding-left: 4px;
    padding-right: 4px;
}

p.email-tag {
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}
.microsoft-logo {
    position: absolute;
    right: 25px;
    top: 0px;
}
.section-one.insurance-main-section {
    background: #ffffff;
    background-position: center center;
    background-size: cover;
        padding: 20px 0px;
		    margin-top: 105px;
}
nav.navbar.navbar-light.static-top {
    padding: 0px;
    box-shadow: none;
}

ul.main-menu {
    margin-bottom: 0px;
    padding-left: 0px;
}

ul.main-menu li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    color: #707070;
 
}
ul.main-menu li a.main-menu-link {
    color: #707070;
    text-decoration: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 16px;
}
a.main-menu-link.highlight-txt {
    background: #20794D;
    color: #ffffff !important;
    padding: 10px 25px;
    border-radius: 40px;
}
nav.navbar.navbar-light.static-top {
    padding: 0px;
}
.mobile-call-to-action {
    display: none;
}
.desktop-call-to-action {
    display: block;
}
.mobile-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.suggested-owl .owl-stage-outer {
    padding-left: 5px;
}
a.mail-link {
    color: #848A92 !important;
}
.social-icon-inner {
   color: #848A92 !important;
}
span.suggested-link {
    color: #F7901E;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.latest-outer-wrap.owl-carousel.suggested-owl {
   width: 95%;
    margin: 0 auto;
}
img.suggested-icon {
    display: inline-block !important;
    float: right;
    width: auto !important;
    padding-left: 10px;
    padding-top: 2px;
}

p.suggested-link {
    display: inline-block;
    color: #F7901E;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
img.catagories-thumbnail {
      width: 100%;
}
.row.section-one-bg-content {
    padding: 30px 15px;
}
.vdo-overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    width: 100%;
    height: 99.6%;
    left: 0px;
}
.desktop-slider {
    background: #eeeeee;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
.mb-80 {
    margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
ul.footer-link-wrap {
    display: flex;
    width: 100%;
}
.footer-link-wrap li.footer-list {
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
    flex-grow: 1;
}
.footer-inside {
    width: 100% !important;
    text-align: center;
}
.logo {
    width: 100% !important;
}
.contact-button-wrap {
    width: 90%;
    margin: 30 auto;
}
a.contact-whatsapp {
    margin-top: 20px !important;
    display: inherit;
    margin-bottom: 20px;
}
a.contact-mobile {
    margin-top: 20px !important;
    display: inherit;
    margin-bottom: 20px;
}
.desktop-only {
    display: none;
}
a.mobile-video-btn {
    position: absolute;
    top: 0px;
    z-index: 200;
}
.min-height-bg {
    min-height: 500px;
}
.mobile-only {
    display: block;
}
#quote-two .modal-body {
    background: #000000;
    padding: 60px 0px 60px 0px;
}
#quote-two .modal-dialog {
    top: 30%;
}
#quote-two button.close {
    top: 3px !important;
    right: 4px !important;
    color: #ffffff;
}
#quote-two button.close span {
    font-size: 40px;
}
.analytics-sec-one-wrap {
    background: #ffffff;
    z-index: 400;
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
.custom-arrow-two {
       margin-left: 10px !important;
    transform: translateY(5px);
}
.accalaimed-wrap .custom-arrow-one {
    margin-left: 40px;
    -webkit-text-stroke: 1px #a6b6d6;
    color: #000000 !important;
    font-weight: 100;
     transform: translateY(5px);
}
.main-content-wrap .custom-arrow-two {
    margin-left: 40px;
    -webkit-text-stroke: 1px #eab979;
    color: #ffffff !important;
    font-weight: 600;
     transform: translateY(5px);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.catagory-sticky-section .custom-arrow-three {
    margin-left: 40px;
     -webkit-text-stroke: 1px #ccba5e;
    color: #ffffff !important;
    font-weight: 600;
     transform: translateY(4px);
}
.accalaimed-wrap .custom-arrow-four {
    margin-left: 40px;
    -webkit-text-stroke: 1px #a6b6d6;
    color: #ffffff !important;
    font-weight: 600;
     transform: translateY(5px);
}
.slider-content-wrap a.gradient-btn-four {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #000000 !important;
    font-weight: 600;
    background: linear-gradient(90deg, #dba1aa, #a5b5dc);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 18px;
    cursor: pointer;
    letter-spacing: -0.65px;
    line-height: 35px;
}
.row.section-one-bg-content {
    padding: 40px 20px !important;
    border-radius: 30px;
}
.main-content-wrap a.gradient-btn-one {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
       color: #ffffff !important;
    font-weight: 600;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 18px;
    line-height: 36px;
    width: auto;
}
.acclaimed-section a.gradient-btn-four {
     font-family: 'Work Sans', sans-serif;
    font-size: 13px;
       color: #ffffff !important;
    font-weight: 600;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 18px;
    line-height: 36px;
}
 a.gradient-btn-five {
     font-family: 'Work Sans', sans-serif;
    font-size: 18px !important;
    color: #000000 !important;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 18px;
    line-height: 36px;
}
.custom-arrow-five {
    margin-left: 10px !important;
    -webkit-text-stroke: 1px #dbcfe2 !important;
    transform: translateY(4px) !important;
}
.custom-arrow-three, .custom-arrow-four  {
    margin-left: 10px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.catagory-sticky-section a.gradient-btn-two {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 600;
    background: linear-gradient(90deg, #93b891, #cdbf47);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 0px;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 36px;
}
.mt-30 {
    margin-top: 30px;
}
p.popup-title {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px;
}
.suggested-owl .owl-stage {
    margin-left: -30px !important;
}
ul.navbar-nav.mr-auto.desktop-menu li a.nav-link.highlgt-txt {
    background: #FC8F32;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 0px 10px;
}
.mobile-call-to-action {
    display: block;
}
.desktop-call-to-action {
    display: none;
}
img.reimagine-illus-thumbanil {
    display:none;
}
span.symbol-txt {
	position: absolute;
	padding-left: 0px;
}
.highlight-section {
    border-radius: 0px;
    padding: 20px;
}

.row.analytics-sec-one-wrap {
    padding-left: 0px;
    padding-right: 0px;
}
section.section-two.anlytics-main-section {
    padding: 0px 0px 0px 0px;
     background-size: 100% 60%;
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 0px;
}
img.logo {
    max-width: 125px;
    margin: 0px;
    margin-top: 20px;
}
img.micro-logo-img {
    max-width: 150px;
}
.no-padding-mobile {
    padding-left: 0px;
    padding-right: 0px;
}
p.content {
    font-size: 16px;
    line-height: 25px;
}
p.highlight-content {
    font-size: 20px;
    line-height: 26px;
}
section.section-three.automation-sec-two {
    padding: 20px 0px 0px 0px;
}
h2.section-two-heading {
    font-size: 24px;
    line-height: 33px;
    width: 100%;
    margin-top: 0px;
}
.row.icon-column-heading {
    padding-bottom: 20px;
        margin-bottom: 10px;
}
h3.anlytics-sub-heading {
    width: 100%;
    text-align: center;
}
img.analytics-icon {
    margin: 0 auto;
    display: block;
}
img.session-illus-left {
    display: none;
}
img.session-illus-right {
      display: none;
}
p.icon-txt {
    width: 100%;
    text-align: center;
}
.unskew-txt {
    transform: unset;
    margin-bottom: 40px;
}
.row.icon-column-one {
    margin-top: 0px;
    transform: unset;
}
.stats-outer-wrap {
    display: block;
    width: 100%;
}
h3.stats-heading {
    display: block;
}
p.stats-content {
    width: 100%;
}
.stats-wrap {
    margin-bottom: 40px;
}
p.stats-content:before {
    width: 200px;
}
.email-wrap {
    position: relative;
    left: unset;
    transform: unset;
    top: unset;
    width: 100%;
    padding-top: 20px;
	text-align: center;
}
.social-icon-wrap {
      position: relative;
    left: unset;
    transform: unset;
    top: unset;
    width: 100%;
    padding-top: 20px;
	text-align: center;
}
section.mobile-butn-section {
    display: block !important;
}
.text-center-mobile {
    text-align: center;
}
nav.navbar.navbar-expand-lg.fixed-top {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
a.navbar-brand {
    padding-top: 0px;
    position: relative;
    width: 49%;
    margin-right: 0px;
}

img.micro-logo-img {
    max-width: 150px;
}
}
@media screen and (max-width: 800px) and (min-width: 641px) {
.service-section-wrap .service-left {
    width: 45%;
}
.service-section-wrap .service-right {
    width: 45%;
}
}

p.main-content {
    font-family: 'Poppins', sans-serif;
    color: #2E3A50;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    position: relative;
    padding-top: 15px;
}

span.highlight-color {
    color: #F7901E;
}

a.enquiry-btn {
    border-radius: 5px;
    background: #FC8F32;
    color: #ffffff;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 16px;
}

p.main-content:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 75px;
    height: 5px;
    background: #FC8F32;
    left: 0px;
}

section.section-three.process-section {
    background: #EEEEEE;
    padding: 30px 0px 0px 0px;
}

h2.section-two-heading {
    font-family: 'Work Sans', sans-serif;
    font-size: 65px;
    line-height: 1.0;
    letter-spacing: -4px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #c77cff, #f1d100);
    text-align: left;
    margin-bottom: 20px;
}

h2.reimage-heading {
    color: #2E3A50;
    font-size: 38px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 83%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

p.reimagine-content {
    width: 700px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 20px;
}

.machine-learning-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 650px;
    transform: translateY(-50%);
}

h2.machine-learning-heading {
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.container.slider-container-adjumnt {
    max-width: 1200px !important;
}

h2.automation-heading {
    color: #2E3A50;
    font-size: 38px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

p.tiger-content {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

.automation-row-adjmnt {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.automation-content-wrap-grey {
    background: #FAFAFA;
    padding: 30px 0px;
}

section.section-three.automation-content-wrap-white {
    background: #ffffff;
    padding: 30px 0px;
}

section.business-outcomes {
    padding: 30px 0px;
    background: #FAFAFA;
}
p.outcomes-heading {
    font-size: 20px;
    text-align: center;
    color: #F7901E;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}
section.business-outcomes {
    padding: 30px 0px;
    background: #FAFAFA;
}

p.outcomes-heading {
    font-size: 20px;
    text-align: center;
    color: #F7901E;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
}

p.outcomes-number {
    font-size: 48px;
    color: #585858;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
}

p.outcomes-content {
    font-size: 16px;
    color: #848A92;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4px;
    line-height: 22px;
}

.why-tiger-box {
    width: 240px;
    height: 150px;
    background: #ffffff;
    float: left;
    padding: 20px;
    margin: 10px 15px;
    font-size: 16px;
    color: #848A92;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px #e2dbdb;
    border-radius: 10px;
}

.why-tiger-wrap-one {
    display: block;
    overflow: hidden;
}

section.why-tiger {
    padding: 40px 0px;
    background: #ffffff;
    position: relative;
}

h2.why-tiger-heading {
    color: #2E3A50;
    font-size: 38px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 75%;
}

.why-tiger-wrap-left {
    width: 50%;
    float: left;
}

.why-tiger-wrap {
    width: 100%;
    padding: 35px;
    overflow: hidden;
    position: relative;
    z-index: 400;
}

.why-tiger-wrap-right {
    width: 50%;
    float: right;
    margin-top: 50px;
}

.why-tiger-wrap:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    background: #F7901E;
    border-radius: 30px;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.why-tiger-wrap:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    background: #2E3A50;
    border-radius: 30px;
    z-index: -1;
    bottom: 0px;
    right: 0px;
}

img.why-illus-thumbanil {
    position: absolute;
    top: 0px;
    transform: scale(0.6);
    transform-origin: left top;
    left: -80px;
}

h2.schedule-demo-heading {
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 91%;
}
a.main-menu-link.highlight-txt {
    border-radius: 5px;
    background: #FC8F32;
    color: #ffffff;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 16px;
    margin-top: 0px !important;
}

nav.navbar.navbar-light.dark-menu.sticky-menu {
    background: #272727;
        padding: 10px 0px;
}
a.breacrum-name {
    color: #FC8F32;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 16px;
    padding-left: 30px;
}

ul.sub-menu li {
    display: inline-block;
    padding: 0px 14px;
}

ul.sub-menu li a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
}

p.process-title {
    text-align: left;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
}

p.process-content {
    text-align: left;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.process-outer-wrap {
    background: #ffffff;
    padding: 0px;
    box-shadow: 3px 1px 8px #d4d1d1;
    margin: 10px;
    border-radius: 20px;
    height: calc(100% - 40px);
}
.owl-carousel.process-owl .owl-item .item {
    height: 100%;
}
.process-owl .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
img.process-icon {
    max-width: 75px;
    position: absolute;
    right: 25px;
    top: 25px;
    box-shadow: 1px 5px 6px #cecece;
    border-radius: 50%;
}

.header-process-wrap {
    position: relative;
    background: #FC8F32;
    height: 55px;
    border-radius: 20px 20px 0px 0px;
    background-image: url('./assets/images/shape-one.png');
}

.process-wrap {
    padding: 40px 20px;
}

.suggested-owl .owl-stage-outer {
    margin-left: 10px;
    margin-right: 10px;
}

.latest-outer-wrap.owl-carousel.process-owl {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.section-suggest {
      background: #FAFAFA;
    padding: 30px 0px;
}

.suggested-left-sectn {
    width: 100%;
    float: left;
}

.suggested-wrap {
    padding: 20px;
    overflow: hidden;
    min-height: 175px;
}

.suggested-outer-wrap {
       background: #ffffff;
    box-shadow: 1px 1px 10px #e2dbdb;
    margin-bottom: 20px;
}

.suggested-right-sectn {
    width: 100%;
    float: none;
    text-align: left;
}

p.suggested-title {
    font-size: 32px;
    color: #2E3A50;
    font-family: 'Poppins', sans-serif;
    width: 80%;
    font-weight: 700;
    line-height: 32px;
}
p.suggested-content {
    font-size: 18px;
    color: #848A92;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}
.suggested-icon-content {
    display: flex;
    flex-wrap: wrap;
}
a.suggested-link {
    color: #F7901E;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.suggested-owl .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.suggested-owl .custom-arrow-left {
    padding: 0px 5px;
    font-size: 30px;
    color: #F7901E;
}
.suggested-owl i.fa.fa-angle-right.custom-arrow.custom-arrow-right {
    padding: 0px 5px;
    font-size: 30px;
    color: #F7901E;
}
.suggested-owl button.disabled .fa {
    opacity: 0.6;
}
.owl-nav {
    text-align: center;
    margin-top: 0px;
}
.custom-arrow-left {
    padding: 0px 10px;
    font-size: 30px;
    color: #F7901E;
}

button.owl-next:hover, button.owl-prev:hover {
    background: transparent !important;
}
button.disabled .fa {
    opacity: 0.6;
}
ul.footer-sub-menu {
    display: inline-flex;
    list-style-type: none;
    margin: 0 auto;
}

ul.footer-sub-menu li {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

a.footer-menu-link {
    font-size: 16px;
    color: #848A92;
    font-family: 'Poppins', sans-serif;
}

ul.footer-sub-menu li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #808080;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
ul.footer-sub-menu li:last-child:after {
    display: none;
}

.margin-btm {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.margin-btm:after {
    content: "";
    position: absolute;
    width: 97%;
    height: 0.5px;
    background: #bebebe69;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
ul.desktop-list li, ul.desktop-list li:hover {
    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #707070 !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
ul.desktop-menu {
    padding-right: 25px;
}
.mobile-menu-wrap {
    display: none;
}
.desktop-menu-wrap {
    float: right;
    width: 60%;
    text-align: right;
    margin-left: auto;
}
a.nav-link {
    padding: 0px;
}
.mobile-button-wrap {
    display: none;
}
.process-wrap {
    padding: 60px 20px 40px 20px;
}
span.small-txt {
    font-size: 28px;
}
img.reimagine-illus-thumbanil {
    position: absolute;
    top: -20%;
    right: 0px;
    transform: scale(0.6);
    transform-origin: top right;
}
nav.navbar.navbar-light.fixed-top {
    box-shadow: none;
    padding: 0px 10px;
    background: #ffffff00;
}
.navbar-light .navbar-brand {
    z-index: 400;
}
header.header {
    position: absolute;
    top: 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
nav.navbar.navbar-light.dark-menu.sticky-menu {
    display: none;
}
.desktop-menu-wrap {
    display: none;
}
a.gradient-btn-two {
    font-size: 13px !important;
    line-height: 36px;
    padding: 0px 20px !important;
}
.section-one.insurance-main-section {
    margin-top: 85px;
}
section.acclaimed-section {
    padding: 50px 20px;
}
img.concept-title {
    margin-bottom: 40px;
}
textarea.form-control::placeholder {
    color: #000000;
}
.suggested-outer-wrap {
    min-height: 350px !important;
}

.mobile-button-wrap {
    width: 40%;
    text-align: right;
    display: block;
}
.owl-nav {
    margin-top: 0px !important;
}
section.section-one.insurance-main-section {
    padding-bottom: 30px;
    padding-top: 0px;
}
.suggested-wrap {
    min-height: 225px;
}
p.main-content, h2.section-two-heading, h2.reimage-heading, h2.automation-heading {
    font-size: 30px;
    line-height: 36px;
}
.custom-arrow-right {
    padding: 0px 10px;
    font-size: 30px;
    color: #F7901E;
}
h2.reimage-heading {
    width: 100%;
}
p.reimagine-content {
    width: 100%;
}
 h2.section-two-heading {
    width: 100%;
    margin-top: 0px;
}
.latest-outer-wrap.owl-carousel.process-owl {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.main-menu {
    display: none;
}
.machine-learning-content {
    position: unset;
    top: unset;
    width: 100%;
    transform: none;
}
h2.machine-learning-heading {
    font-size: 30px;
    line-height: 36px;
    color: #2e3a50;
}
.automation-row-adjmnt {
    padding-top: 0px;
    padding-bottom: 0px;
}
img.outcomes-thumbanil {
    margin: 0 auto !important;
    max-width: 150px;
    display: block;
}
p.outcomes-number {
    font-size: 30px;
}
p.outcomes-content {
    width: 80%;
    margin: 0 auto;
}
p.outcomes-heading {
    width: 80%;
    margin: 0 auto;
}
img.why-illus-thumbanil {
    display: none;
}
h2.why-tiger-heading {
    font-size: 40px;
    line-height: 46px;
}
.why-tiger-wrap-left {
    width: 100%;
    float: left;
}
.why-tiger-wrap-right {
    width: 100%;
    margin-top: 0px;
}
.why-tiger-box {
    width: 285px;
}
.why-tiger-wrap {
    width: 100%;
    padding: 15px;
}
section.why-tiger {
    padding: 20px 0px;
}
h2.schedule-demo-heading {
    color: #2e3a50;
    font-size: 30px;
    line-height: 36px;
}
.mobile-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
ul.footer-sub-menu {
    display: block;
    text-align: left;
}

ul.footer-sub-menu li {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

ul.footer-sub-menu li:after {
    width: 100%;
    height: 0.75px;
    bottom: 0px;
    top: unset;
    background: #323232 !important;
}
.mobile-menu-wrap {
    padding-top: 0px;
    display: block;
}
.navbar-expand-lg .navbar-collapse.desktop-menu {
    text-align: right;
    float: right;
}
ul.desktop-menu li {
    width: 100%;
    display: block !important;
	text-align: left;
}
.mobile-menu-wrap {
    padding-top: 15px;
	display: block;
}
ul.desktop-menu {
    display: unset;
}
 ul.desktop-menu li a {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #ffffff !important;
    font-weight: 400;
}
ul.navbar-nav.mr-auto.desktop-menu li a {
    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
    font-size: 16px;
    color: #707070 !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.service-section-wrap {
    margin-top: 30px;
}
}

section.talk-to-expert {
    padding: 50px 0px;
    background: #EEEEEE;
}
h2.talk-to-experts {
    font-family: 'Work Sans', sans-serif;
    font-size: 65px;
    color: #000000;
    line-height: 1.0;
    letter-spacing: -4px;
        margin-bottom: 20px;
}
.book-slot-content-width {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.button-wrap {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

a.book-slot-btn {
    font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    color: #000000;
    font-weight: 300;
    letter-spacing: -2px;
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

a.talk-to-expert {
  font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    color: #000000;
    font-weight: 300;
    letter-spacing: -2px;
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
p.expert-content {
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    letter-spacing: -2px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.0;
}

i.fa.fa-arrow-right.custom-arrow {
    margin-left: 40px;
    -webkit-text-stroke: 4px #eeeeee;
}
h2.slider-content {
    font-family: 'Work Sans', sans-serif;
    font-size: 65px;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 20px;
    font-weight: 300;
}
section.section-one.onemg-main-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #EEEEEE;
}

.row.section-one-bg-content {
    background: #f4fbff;
    padding: 40px;
    border-radius: 30px;
}

p.sec-one-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 65px;
    line-height: 1.0;
    letter-spacing: -4px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #50d2c5, #6789bc);
}
p.sec-one-description {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.75px;
    line-height: 1.2;
    margin-bottom: 20px;
}
p.sec-two-description {
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    color: #575757;
    font-weight: 400;
    letter-spacing: -0.75px;
    line-height: 32px;
    margin-bottom: 40px;
    width: 75%;
}
.service-section-wrap {
    width: 100%;
    display: block;
}
.service-left {
    width: 48%;
    float: left;
    margin-right: 10px;
}
.service-right {
    width: 48%;
    float: right;
    margin-left: 10px;
    padding-top: 35%;
}
.service-wrap {
    padding: 1px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-color: #FF964A;
    border-image-slice: 1;
}
.service-wrap-two {
    padding: 1px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-color: #FFD26E;
    border-image-slice: 2;
}
.catagory-sticky-section {
    position: sticky;
    top: 10%;
}
.service-border-wrap {
    padding: 20px;
}
section.acclaimed-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    background: #eeeeee;
    background-image: url(https://onemgcloud.com/wyse-campaign/assets/images/wyse/company-of-wyse-bg.png);
    background-position: top;
    background-repeat: no-repeat;
}
h2.acclaimed-heading {
    font-family: 'Work Sans', sans-serif;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -4px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(107deg, #006fd8, #82afff);
    text-align: center;
    margin-bottom: 20px;
}

.accalaimed-wrap {
    width: 700px;
    margin: 0 auto;
    padding-bottom: 40px;
}

p.sec-three-description {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    color: #575757;
    font-weight: 400;
    letter-spacing: -0.75px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.logo-row-one {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
}
@-webkit-keyframes run {
    0% { left: 0;}
    50%{ left : 100%;}
    100%{ left: 0;}
}
.logo-owl-one .owl-stage {
    margin-left: -100px;
}
.logo-owl-one .owl-dots {
    display: none;
}
.logo-owl-one .item, .logo-owl-two .item, .logo-owl-three .item {
    margin: 2px;
}
section.logo-section {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #eeeeee;
}
.logo-row-one {
    padding-top: 3px;
    padding-bottom: 3px;
}

.logo-row-two {
    padding-top: 3px;
    padding-bottom: 3px;
}

.logo-row-three {
    padding-top: 3px;
    padding-bottom: 3px;
}
img.logo {
    max-width: 125px;
    margin: 20px;
}
span.heading-highlight {
    line-height: 1.0;
    padding: 0px 16px;
    display: inline-block;
    font-weight: 600;
    position: relative;
}
img.years-thumbnail {
    margin-bottom: 40px;
}
a.gradient-btn-two {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 600;
    background: linear-gradient(90deg, #93b891, #cdbf47);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 18px;
    cursor: pointer;
}
i.fa.fa-arrow-right.custom-arrow-three {
    margin-left: 40px;
    -webkit-text-stroke: 1px #cdba5d;
    color: #ffffff !important;
}
span.heading-highlight:after {
    position: absolute;
    content: "";
    bottom: -4px;
    height: 2px;
    width: 93%;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) and (min-width: 300px) {
.accalaimed-wrap {
    width: auto;
    margin: 0 auto;
}
.book-slot-content-width {
    width: auto;
}
section.section-one.onemg-main-section {
    padding-left: 20px;
    padding-right: 20px;
}
.service-left {
    width: 48%;
    float: left;
    margin-top: 20px;
    margin-right: 5px;
}
.service-right {
    width: 48%;
    padding-top: 70px;
    float: right;
    margin-left: 5px;
}
p.sec-one-description, p.sec-two-description, p.sec-three-description, p.expert-content {
    font-size: 20px;
    letter-spacing: -0.8px;
}
h2.acclaimed-heading, h2.talk-to-experts, p.sec-one-title  {
    font-size: 40px;
    line-height: 1.0;
}
a.book-slot-btn, a.talk-to-expert {
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 22px;
    max-width: 275px;
    width: 100%;
}
section.section-three.process-section {
    padding: 30px 30px 0px 30px;
}
}
#chat-circle {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999999;
}

#chat-circle img {
    width: 90px !important;
    cursor: pointer;
}
.remove-icon {
    display: none;
}
.year-wrap {
    display: flex;
    flex-wrap: wrap;
}
span.small-year-txt {
    font-size: 44px;
}
p.sec-one-title.year-txt {
    line-height: 40px;
    padding-top: 10px;
}
.left-section {
    padding-right: 10px;
}

a.gradient-btn-one {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 600;
    background: linear-gradient(90deg, #e69a8b, #eeb96c);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 18px;
    cursor: pointer;
}
.mt-40 {
    margin-top: 40px;
}
.custom-arrow-two {
    margin-left: 40px;
    -webkit-text-stroke: 1px #ebb979;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 26px;
    transform: translateY(3px);
}
.custom-arrow-four {
    margin-left: 40px;
    -webkit-text-stroke: 1px #aab4d3;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 26px;
    transform: translateY(3px);
}
.custom-arrow-three {
    margin-left: 40px;
    -webkit-text-stroke: 1px #ccba5e;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 26px;
    transform: translateY(5px);
}
a.gradient-btn-four {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 600;
    background: linear-gradient(90deg, #dba1aa, #a5b5dc);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 18px;
    cursor: pointer;
}
a.gradient-btn-five {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    color: #000000 !important;
    font-weight: 600;
    background: linear-gradient(55deg, #ffd09a, #dccceb);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 44px;
    margin-top: 0;
    cursor: pointer;
}
.custom-arrow-five {
    margin-left: 40px;
    -webkit-text-stroke: 1px #dbcfe2;
    color: #000000 !important;
    font-weight: 600;
    font-size: 26px;
    transform: translateY(3px);
}

i.fa.fa-arrow-right.custom-arrow-four {
    margin-left: 40px;
    -webkit-text-stroke: 2px #a5b6d7;
    color: #ffffff !important;
}

.service-section-wrap {
    padding-top: 20%;
    overflow: hidden;
    margin-bottom: 20px;
}
a.btn-wrap {
    cursor: pointer;
}
.contact-wrap {
    margin-top: 10%;
    margin-bottom: 10%;
}
.contact-title-wrap {
    text-align: center;
}
.contact-button-wrap {
    margin: 50px auto;
    text-align: center;
}
a.contact-whatsapp {
    padding-left: 15px;
    padding-right: 15px;
}
a.contact-mobile {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-wrap {
    border-top: 1px solid #bdbdbd;
}

.footer-inside {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

ul.footer-link-wrap {
    display: flex;
    list-style-type: none;
    padding-top: 10px;
}

li.footer-list {
    list-style-type: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    color: #575757;
    font-weight: 300;
    margin-right: 20px;
    letter-spacing: -1px;
    position: relative;
    padding-right: 20px;
}

.logo {
    width: 30%;
    float: left;
}

li.footer-list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background: #000000;
    color: #000000;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
}

li.footer-list:last-child:after {
    display: none;
}
 @media (min-width:300px) and (max-width:768px){
   h2.slider-content {
    font-size: 40px !important;
    margin-bottom: 20px !important;
    }
    a.main-btn-wrap {
        width: 80%;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }
    .text-mobile-center {
        text-align: center;
    }
    p.sec-three-description {
    margin-bottom: 40px;
}
    img.catagories-thumbnail {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
   
    a.gradient-btn-five {
        padding: 0px 20px;
        font-size: 13px !important;
    }
    .slider-content-wrap {
    width: 90%;
    top: 75%;
    z-index: 600;
    }
    #chat-circle img {
    width: 66px !important;
}
#chat-circle {
   right: 0px;
}
}

/*WYSE Campaign Changes Start*/    
h2.wyse-cam-heading {
    font-size: 80px;
    line-height: 1.13;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    color: #000;
    padding-bottom: 30px;
    letter-spacing: -3px;
}
section.contact-sec {
    position: relative;
    background: #EEEEEE;
    padding: 70px;
}
.top-right-bg img {
    position: absolute;
    top: -25%;
    right: -10%;
    transform: scale(0.7);
}
.bottom-left-bg img {
    position: absolute;
    bottom: -65%;
    left: -10%;
    transform: scale(0.7);
}
.top-center-bg img {
    position: absolute;
    bottom: -40%;
    right: 44%;
    transform: scale(0.5);
}
.center-top-bg img {
    position: absolute;
    bottom: 30%;
    right: 25%;
    z-index: 0;
    transform: scale(0.5);
}
img.button-image {
    width: 60%;
}
.contact-desc p {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.contact-desc h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    color: #000;
    letter-spacing: -0.5px;
}
.wyse-contact-form textarea.form-control {
    background: #eeeeee;
    border-bottom: 1px solid #575757;
    border-radius: unset;
}
.wyse-contact-form button.submt-btn {
    background: linear-gradient(to right, #A162D8, #19A6E5);
}
.wyse-contact-form input.form-control {
    border-radius: unset;
    border-bottom: 1px solid #575757;
    color: #575757;
}
input.form-control::placeholder, textarea.form-control::placeholder {
    color: #000000;
    font-weight: 300;
}

/*WYSE Campaign Changes End*/




@media screen and (max-width: 768px){
    h2.wyse-cam-heading {
        font-size: 50px;
    }
    p.sec-two-description, .sec-three-description {
        margin-bottom: 0px !important;
        width: 100%;
    }
    
    section#challenges .col-12.col-sm-12.col-md-6.col-lg-6.col-xl-6 {
        padding:0px;
    }
    
    img.button-image {
        width: 80%;
    }
    
    section.contact-sec {
        position: relative;
        background: #EEEEEE;
        padding: 70px 20px;
    }
    
    .contact-sec .no-padding, .acclaimed-section .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12.text-center {
        padding:0px;
    }
    
    .center-top-bg img {
        position: absolute;
        bottom: 30%;
        right: -40%;
        z-index: 0;
        transform: scale(0.5);
    }
}