﻿/********************************************************
	Template Name: ProBiz
	Created By: TrendyTheme
	Envato Profile: https://themeforest.net/user/trendytheme
	Website: http://trendytheme.net
	Version: 1.0
	Support: http://trendytheme.net/support
*********************************************************/



/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
	1.0 - General
	2.0 - header Style
	3.0 - Fun fact
	4.0 - Testimonial
	5.0 - According
	6.0 - Future Box
	7.0 - About Us
	8.0 - Team Member
	9.0 - Career Page
	10.0 - Case Studies
	11.0 - Customer Info
	12.0 - Terms & Conditions
	13.0 - Contact 
	14.0 - Blog
	15.0 - Focus 
	16.0 - Footer
	

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/



/* ================= General ==================== */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #212121;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    max-height: 100%;
    overflow-y: auto;
}

html {
    font-family: 'Montserrat', sans-serif !important;
}

html,
body {
    width: 100%;
    height: 100%;
}
/* Link style
/* ------------------------------ */
a {
    color: #212121;
}

    a,
    a > * {
        outline: 0;
        cursor: pointer;
        text-decoration: none;
    }

        a:focus,
        a:hover {
            color: #011a48;
            outline: none;
            text-decoration: none;
        }

        a[href^="tel"] {
            color: inherit;
            text-decoration: none;
        }

/* Transition elements
/* ------------------------------ */
a,
button,
.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 03s ease;
    transition: all 0.3s ease;
}
/* ================ Typography ================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 15px;
}

/* ================= Global Classes ==================== */

/* -- margin-top -- */
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}



/* -- margin-right -- */

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

/*margin left*/
.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

/* -- margin-bottom -- */
.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

/*-- padding left --*/
.pdl {
    padding-left: 10px;
}

.pdl-20 {
    padding-left: 20px;
}
/*padding right*/
.pdr-10 {
    padding-right: 10px;
}

.pdr-20 {
    padding-right: 20px;
}

.pdr-30 {
    padding-right: 30px;
}

/*padding bottom*/
.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.pdb-70 {
    padding-bottom: 70px;
}

.pdb-80 {
    padding-bottom: 80px;
}

.pdb-90 {
    padding-bottom: 90px;
}

.pdb-100 {
    padding-bottom: 100px;
}
/*padding top*/
.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-60 {
    padding-top: 60px;
}

.pdt-70 {
    padding-top: 70px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdt-90 {
    padding-top: 90px;
}

.pdt-100 {
    padding-top: 100px;
}

.slider-wrapper {
    height: 520px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 70px;
}

.grey-bg {
    background-color: #eff2f5;
}

.blue-bg {
    background-color: #011a48
}

.dark-blue-bg {
    background-color: #011334
}

/*
Form Style
-------------------------------------------*/

.form-control {
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 400;
    color: #49505794;
    margin-bottom: 5px;
    font-size: 0.855rem;
    margin-top: 0
}

    .form-control:focus {
        border-color: #ffa000;
        box-shadow: none;
    }

::-webkit-input-placeholder {
    color: #d7d7d7;
    font-weight: 300;
}

::-moz-placeholder {
    color: #d7d7d7;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #d7d7d7;
    font-weight: 300;
}

:-moz-placeholder {
    color: #d7d7d7;
    font-weight: 300;
}



/* Button Style
/* ------------------------------ */
.btn {
    padding: 12px 32px;
    border: 0;
    text-transform: capitalize;
}

    .btn.active {
        box-shadow: none;
    }

.btn-primary {
    background-color: #ef6900;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover {
        background-color: #323131;
    }



.page-title .breadcrumb {
    background-color: #fff;
    padding: 8px 0;
}

    .page-title .breadcrumb li a {
        color: #212121;
        font-size: 13px;
    }

    .page-title .breadcrumb li {
        color: #bebdbd;
        font-size: 12px;
    }

.section-title {
    font-weight: 800;
    text-transform: capitalize;
}

.section-sub {
    width: 60%;
    margin: 0 auto;
}

@media screen and ( max-width: 766px ) {
    .section-sub {
        width: 100%;
    }
}

.container-fluid.no-gutter,
.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.custom-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .custom-gutter > [class*='col-'] {
        padding-left: 1px;
        padding-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
    }


.white-text {
    color: #fff;
}


/*-----------------------------------------------------
Top Bar
-------------------------------------------------------*/
.top-bar {
    min-height: 55px;
    background-color: #011a48;
}

    .top-bar .panel-body {
        padding: 0;
    }

    .top-bar .top-bar-cta {
        margin: 0;
    }

        .top-bar .top-bar-cta li {
            line-height: 54px;
        }

            .top-bar .top-bar-cta li a,
            .top-bar .top-bar-cta li span {
                color: #fff;
                font-size: 14px;
            }

                .top-bar .top-bar-cta li i,
                .top-bar .top-bar-cta li a i {
                    color: #ef6900;
                    margin-right: 10px;
                    font-size: 20px;
                    position: relative;
                    top: 2px;
                }

@media (min-width: 992px) {
    .top-bar-address-list {
        float: right;
    }
}

.top-bar-address-list ul {
    margin-bottom: 0;
}

    .top-bar-address-list ul li a {
        display: block;
        padding: 17px 20px;
        background-color: #ef6900;
        color: #011a48;
        font-weight: 500;
    }

        .top-bar-address-list ul li a i {
            margin-left: 5px;
        }

.top-bar-address-list li {
    position: relative;
}

.address-dropdown {
    position: absolute;
    z-index: 200;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.top-bar-address-list .address-ative:hover .address-dropdown {
    opacity: 1;
    visibility: visible;
    border-top-color: #a7880d;
}

.address-dropdown li a {
    display: block;
    padding: 10px 20px !important;
}

    .address-dropdown li a:hover {
        background-color: #d4b022;
    }

.top-bar-address-list .nav-tabs {
    border-bottom: none;
}

    .top-bar-address-list .nav-tabs li {
        margin-bottom: 0;
        min-width: 200px;
    }

        .top-bar-address-list .nav-tabs li a {
            margin-right: 0;
            border-radius: 0;
            border: none;
        }

@media screen and ( max-width: 1199px ) {
    .top-bar .top-bar-cta li a,
    .top-bar .top-bar-cta li span {
        line-height: 28px;
    }
}

.tt-toggle-bar {
    display: none;
}

@media screen and ( max-width: 992px ) {
    .tt-toggle-bar {
        display: block;
        color: #fff;
        background-color: #ef6900;
        position: absolute;
        top: 0;
        right: 90px;
        z-index: 1050;
        height: 22px;
        width: 33px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .top-bar {
        display: none;
    }

        .top-bar .panel-body {
            margin-bottom: 10px;
        }

        .top-bar .top-bar-cta {
            margin-top: 10px;
        }

            .top-bar .top-bar-cta li {
                line-height: 30px;
            }

    .top-bar-address-list {
        display: inline-block;
    }

        .top-bar-address-list ul li a {
            display: block;
            padding: 8px 20px;
        }
}



/* =-=-=-=-=-=-= Slider Section Home One =-=-=-=-=-=-= */

.carousel-fade .carousel-inner .item {
    max-height: 700px;
    opacity: .8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 20
}

.recent01 {
    padding-top: 0;
    color: #fff;
    font-weight: 400;
    font-size: 32px;
}

#intro02 {
    margin-top: 15px;
}

    #intro02 > tbody > tr > td, #intro02 > tbody > tr > th, #intro02 > tfoot > tr > td, #intro02 > tfoot > tr > th, #intro02 > thead > tr > td, #intro02 > thead > tr > th {
        padding: 12px;
        line-height: 1.0;
        vertical-align: top;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border-top: unset;
        border: unset;
        width: unset;
    }

/* Caption style
/* ------------------------------ */


@media (max-width: 600px) {

    #intro02 > tbody > tr > td, #intro02 > tbody > tr > th, #intro02 > tfoot > tr > td, #intro02 > tfoot > tr > th, #intro02 > thead > tr > td, #intro02 > thead > tr > th {
        padding: 5px;
        line-height: 17px;
        font-size: 13px;
    }

    .divideline {
        display: none;
    }

    .recent01 {
        padding-top: 16px;
        font-size: 20px;
        padding-left: 19px;
    }

    .divideline01 {
        display: none;
    }

    #intro02 {
        margin-top: 6px;
        margin-left: -3px;
        margin-bottom: 0;
    }
}

/*Full screen slider background*/
#demo .carousel-inner .carousel-item:nth-child(1) {
    background-image: url(assets/img/Recent-deal/deal4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1000px;
    height: 450px;
}

#demo .carousel-inner .carousel-item:nth-child(2) {
    background-image: url(assets/img/Recent-deal/deal2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1000px;
    height: 450px;
}

#demo .carousel-inner .carousel-item:nth-child(3) {
    background-image: url(assets/img/Recent-deal/deal3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1000px;
    height: 450px;
}

#demo .carousel-inner .carousel-item:nth-child(4) {
    background-image: url(assets/img/Recent-deal/deal1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1000px;
    height: 450px;
}

#demo .carousel-inner .carousel-item:nth-child(1)::before {
    background-color: rgb(55, 55, 55);
    content: '';
    display: block;
    height: 34%;
    position: absolute;
    width: 100%;
}

#demo .carousel-inner .carousel-item:nth-child(2)::before {
    background-color: rgb(55, 55, 55);
    content: '';
    display: block;
    height: 34%;
    position: absolute;
    width: 100%;
}

#demo .carousel-inner .carousel-item:nth-child(3)::before {
    background-color: rgb(55, 55, 55);
    content: '';
    display: block;
    height: 34%;
    position: absolute;
    width: 100%;
}

#demo .carousel-inner .carousel-item:nth-child(4)::before {
    background-color: rgb(55, 55, 55);
    content: '';
    display: block;
    height: 34%;
    position: absolute;
    width: 100%;
}


.carousel-caption01 {
    z-index: 10;
    color: #fff;
}
/* next and previous control button style
/* --------------------------------------------- */
.carousel-control {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 30%;
    margin-top: 0;
    background: unset;
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
}

    .carousel-control:hover {
        background: #000;
    }

@media (min-width: 1200px) {
    .left.carousel-control {
        left: 30px;
    }

    .right.carousel-control {
        right: 30px;
    }
}

@media (max-width: 1199px) {
    .left.carousel-control {
        left: 50%;
        margin-left: -42px;
    }

    .right.carousel-control {
        right: 50%;
        margin-right: -42px;
    }

    .left.carousel-control,
    .right.carousel-control {
        top: auto;
        bottom: 34px;
    }
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

/* Text animation delay for first slider
/* ------------------------------------- */
.delay-1 {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
}

.delay-2 {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms;
}

.delay-3 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}

.delay-4 {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 1400ms;
    animation-delay: 400ms;
}

/*-----------------------------------------------------
Hero Unit
------------------------------------------------------*/
.fullscreen-banner {
    height: 100vh;
    width: 100%;
}

.hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .hero-content {
        padding-top: 250px;
        padding-bottom: 250px;
    }
}


.hero-intro {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 50px;
    line-height: 55px;
    text-transform: capitalize;
}

.hero-wrapper a.btn {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.bg-cover,
[class*='banner-'] {
    background-size: cover !important;
}

@media (min-width: 992px) {
    .bg-fixed {
        background-attachment: fixed;
    }
}

.banner-1 {
    background-image: url("assets/img/slider/banner-1.jpg");
}

.banner-2 {
    background-image: url("assets/img/slider/banner-2.jpg");
}



.overlay {
    position: relative;
}

    .overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2); /*fallback overlay*/
    }

    /* dark overlay */
    .overlay.dark-0:before {
        background-color: rgba(0,0,0,0);
    }

    .overlay.dark-1:before {
        background-color: rgba(0,0,0,.1);
    }

    .overlay.dark-2:before {
        background-color: rgba(0,0,0,.2);
    }

    .overlay.dark-3:before {
        background-color: rgba(0,0,0,.3);
    }

    .overlay.dark-4:before {
        background-color: rgba(0,0,0,.4);
    }

    .overlay.dark-5:before {
        background-color: rgba(0,0,0,.5);
    }

    .overlay.dark-6:before {
        background-color: rgba(0,0,0,.6);
    }

    .overlay.dark-7:before {
        background-color: rgba(0,0,0,.7);
    }

    .overlay.dark-8:before {
        background-color: rgba(0,0,0,.8);
    }

    .overlay.dark-9:before {
        background-color: rgba(0,0,0,.9);
    }

    .overlay.dark-10:before {
        background-color: rgba(0,0,0,1);
    }



/*Verticle Aligne Middle content*/
.valign-wrapper {
    display: table;
    width: 100%;
}

.valign-cell {
    display: table-cell;
    vertical-align: middle;
}





/*-----------------------------------------------------
fun fact style
------------------------------------------------------*/
.tt-count-bg {
    background: url(assets/img/fun-fact-bg.png) no-repeat center center / cover;
    padding-bottom: 250px;
}

    .tt-count-bg .fun-facts-item p {
        color: #fff !important;
    }

.fun-facts-item {
    position: relative;
}

    .fun-facts-item.text-center .des h3 {
        margin-top: 20px;
    }

    .fun-facts-item .des h3 {
        color: #ef6900;
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .fun-facts-item .des p {
        color: #011a48;
        margin-bottom: 0;
        font-weight: 500;
    }

.fun-facts-divider {
    position: absolute;
    background-color: #ef6900;
    width: 50px;
    height: 2px;
    bottom: -25px;
    left: 0;
}

    .fun-facts-divider.border-center {
        left: 50%;
        margin-left: -25px;
    }


/*-----------------------------------------------------
tab style
-------------------------------------------------------*/
.menu-collase-wrapper .navbar-toggle {
    background-color: rgb(255, 204, 1);
}

    .menu-collase-wrapper .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.menu-collase-wrapper .navbar-collapse {
    padding: 0;
}

.about-list ul li {
    display: inline-block !important;
}

.about-list .border-tab li:before {
    content: "";
    position: absolute;
    background-color: #f2f4f8;
    width: 20px;
    height: 4px;
    top: 50%;
    right: 0;
    margin-right: -20px;
    margin-top: -2px;
}

.about-list .border-tab li:last-child:before {
    content: none;
}

.about-list .border-tab li:last-child {
    margin-right: 0;
}

.about-list .border-tab li {
    margin-right: 15px;
    position: relative;
}

.about-list ul li a {
    color: #011a48;
    background-color: #fff;
    border: 5px solid #f2f4f8;
    padding: 5px 40px;
    letter-spacing: 6px;
}

    .about-list ul li.active a,
    .about-list ul li a:hover {
        background-color: #011a48;
        color: #fff;
        border-color: #ef6900;
    }

.border-circle li a {
    border-radius: 50px;
}

@media screen and ( max-width: 1199px ) {
    .about-list ul li a {
        padding: 5px 30px;
        letter-spacing: 4px;
    }
}

@media screen and ( max-width: 740px ) {
    .about-list ul li a {
        margin-bottom: 5px;
    }
}

.financial-plan-thumb img {
    width: 100%;
}


/*-----------------------------------------------------
testimonial style
-------------------------------------------------------*/
.testimonial-thumb.circle-img {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
}

    .testimonial-thumb.circle-img img {
        width: 60px;
        height: auto;
    }

.testimonial-header-entry h3 {
    margin-bottom: 0;
    color: #212121;
}

.swiper-button-next, .swiper-button-prev {
    bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    top: 225px;
    background-image: none;
    background-color: #d3d3d3;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    transition: all .3s ease-in-out;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #ef6900;
    }

.swiper-button-next {
    right: 48.5%;
    left: auto;
    margin-right: -11px;
}

.swiper-button-prev {
    left: 48.5%;
    right: auto;
    margin-left: -11px;
}

@media screen and ( max-width: 768px ) {
    .swiper-button-prev {
        top: 279px;
        left: 48%;
    }

    .swiper-button-next {
        top: 279px;
        right: 48%;
    }

    .dropdown0 li {
        padding-bottom: 0 !important;
    }

    .dropdown01 li {
        padding-bottom: 0 !important;
    }
}

@media screen and ( max-width: 640px ) {
    .swiper-button-prev {
        top: 189px;
        left: 20px;
    }

    .swiper-button-next {
        top: 189px;
        right: 20px;
    }
}
/*----------------------------------------------------
Testimonoial
------------------------------------------------------*/
.testimonial-wrapper .testimonial-header-entry h3 span {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    margin-left: 5px;
}

.testimonial-wrapper .testimonial-thumb {
    float: left;
}

.testimonial-wrapper .testimonial-des {
    background-color: #f2f4f7;
    padding: 25px;
}

    .testimonial-wrapper .testimonial-des p {
        color: #777;
    }

.testimonial-wrapper .testimonial-thumb {
    margin-top: -30px;
    margin-right: 10px;
}

.testimonial-wrapper .testimonial-header-entry {
    padding-top: 10px;
}
/*
according style
---------------------------------------------------------------------------------*/
.according-section {
    background-color: #fff;
}

.panel-according .panel-default {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
    box-shadow: none;
    -webkit-box-shadow: 0;
}

.panel-according .panel-title a {
    overflow: hidden;
}

.panel-according .panel-default .panel-heading {
    background-color: unset;
    padding: 0;
}

    .panel-according .panel-default .panel-heading .panel-title {
        position: relative;
        font-size: 16px;
    }

        .panel-according .panel-default .panel-heading .panel-title a,
        .panel-according .panel-default .panel-heading .panel-title a:hover,
        .panel-according .panel-default .panel-heading .panel-title a:focus
        .panel-according .panel-default .panel-heading .panel-title a:active {
            background-color: transparent;
            color: #ff6603
        }

        .panel-according .panel-default .panel-heading .panel-title .collapsed {
            background-color: unset;
            padding: 10px 14px 20px;
        }
        /*.panel-according .panel-default .panel-heading .panel-title a.collapsed:after{
    line-height: 50px;
}*/
        .panel-according .panel-default .panel-heading .panel-title a:hover {
            background-color: transparent;
            border-color: #ff66038c;
            color: #ff6603;
        }

        .panel-according .panel-default .panel-heading .panel-title a {
            padding: 10px 14px 20px;
            display: block;
            font-size: 16px;
            font-weight: 400;
            border-bottom: 1px solid #ff66038c;
            color: #fff;
        }

.panel-according > .panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-according > .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 14px;
    border-top: none;
    color: #e4e4e4;
}

.according-icon .panel .panel-heading a:after {
    background-color: unset;
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px;
}

.plus-icon .panel .panel-heading .panel-title a:after {
    content: "\f077";
    color: #fff;
}

.plus-icon .panel .panel-heading .panel-title a.collapsed:after {
    content: "\f078";
    color: #fff;
}


/*-----------------------------------------------------
Feature Box
-------------------------------------------------------*/
.featured-section {
    background: url(assets/img/gradient.png) no-repeat center center / cover;
    position: relative;
}

.featured-item {
    padding: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    display: block;
}

    .featured-item .icon-left,
    .fun-facts-item .icon-left {
        float: left;
    }

    .featured-item.border-box {
        border: 1px solid #ef6900;
    }

.des {
    overflow: hidden;
}

.des-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.40em;
}

.featured-item .icon {
    margin-bottom: 30px;
}

    .featured-item .icon img {
        height: auto;
    }

.ie11 .featured-item .icon img {
    height: 50px;
}

.featured-item.icon-left .icon {
    margin-bottom: 0;
}

.featured-item.icon-left {
    display: table;
}

    .featured-item.icon-left .icon {
        display: inline-block;
        vertical-align: top;
    }

    .featured-item.icon-left.icon-left .des {
        margin-left: 30px;
    }

.featured-item .des p {
    margin-bottom: 0;
}


.featured-item01 {
    padding: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    .featured-item01 .icon-left,
    .fun-facts-item .icon-left {
        float: left;
    }

    .featured-item01.border-box {
        border: 1px solid #ef6900;
    }

.des {
    overflow: hidden;
}

.des-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.40em;
}

.featured-item01 .icon {
    margin-bottom: 30px;
}

    .featured-item01 .icon img {
        width: 50px;
        height: auto;
    }

.ie11 .featured-item01 .icon img {
    height: 50px;
}

.featured-item01.icon-left .icon {
    margin-bottom: 0;
}

.featured-item01.icon-left {
    display: table;
}

    .featured-item01.icon-left .icon {
        display: block;
        vertical-align: top;
        text-align: left;
    }

.featured-item01 .des p {
    margin-bottom: 0;
}

.featured-item01.icon-left01 .icon {
    display: block;
    vertical-align: top;
    text-align: left;
}

.featured-item01.icon-left02 .icon {
    margin-bottom: 0;
}

.featured-item01.icon-left02 .icon {
    display: block;
    vertical-align: top;
    text-align: left;
}

.featured-item01.icon-left01 .icon {
    margin-bottom: 0;
}

.featured-section02 {
    background: url(assets/img/Wave_4.png) no-repeat center center / cover;
    position: relative;
}

.featured-section03 {
    background: url(assets/img/Our-journey.png) no-repeat center center / cover;
    position: relative;
}

.featured-section04 {
    background: url(assets/img/gradient.png) no-repeat center center / cover;
    position: relative;
}

.des-title01 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.50;
    text-transform: inherit;
    color: #fff;
}

.featured-item03.icon-left {
    display: block;
}

.featured-item03 {
    padding: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    .featured-item03.icon-left .icon {
        display: block;
        vertical-align: top;
        text-align: left;
    }

    .featured-item03.icon-left .icon {
        margin-bottom: 0;
    }

    .featured-item03 .icon img {
        width: 50px;
        height: auto;
    }

    .featured-item03 img {
        vertical-align: top;
    }

    .featured-item03.icon-left .des01 {
        width: 58%;
    }

    .featured-item03.icon-left02 .des {
        width: 61%;
    }

/*-----------------------------------------------------
About Us
-------------------------------------------------------*/
.butto-wrapper a {
    text-align: left;
    padding: 20px 10px 20px 20px;
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 5px;
    border-radius: 2px;
    color: #011a48;
    font-weight: 700;
    font-size: 16px;
}

    .butto-wrapper a:hover,
    .butto-wrapper a.active,
    .butto-wrapper a:focus {
        background-color: #ef6900;
        color: #fff;
    }

.download-btn a {
    background-color: #011a48;
    color: #fff;
}

    .download-btn a i {
        color: #ef6900;
        margin-right: 5px;
    }

.download-btn:hover i {
    color: #fff;
}

.des-title {
    font-weight: 600;
    color: #fff;
    width: 90%;
}

.about-us-banner {
    background: url(assets/img/about-us-banner-img.jpg) no-repeat center center / cover;
}

.about-us-banner-content {
    width: 290px;
    margin-left: 80px;
}

    .about-us-banner-content h2 {
        font-size: 60px;
        font-weight: 900;
        color: #000;
        line-height: 70px;
    }

@media screen and (max-width: 480px) {
    .about-us-banner-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}




.about-us-banner-content a {
    background-color: #011a48;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    margin-top: 25px;
}

    .about-us-banner-content a:hover {
        color: #ef6900;
    }

.about-fun-fact {
    border-bottom: 1px solid #e9e9e9;
}

.video-intro .video-thumb img {
    width: 100%;
}

.video-icon a i {
    color: #fff;
    font-size: 28px;
    width: 70px;
    height: 70px;
    background-color: #ef6900;
    line-height: 70px;
    text-align: center;
    margin-top: -60px;
}

.video-icon a span {
    position: relative;
    top: 10px;
    left: 10px;
    color: #999;
    font-size: 15px;
}

.get-touch-wrapper {
    background-color: #ef6900;
    padding: 40px 30px 36px 30px;
}

    .get-touch-wrapper span {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
    }

    .get-touch-wrapper a {
        background-color: #011a48;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        text-align: right;
        float: right;
        margin-top: -10px;
        border-radius: 0;
        text-transform: capitalize;
    }

        .get-touch-wrapper a:hover {
            color: #ef6900;
        }

@media screen and ( max-width: 1199px ) {
    .get-touch-wrapper {
        padding: 40px 20px 36px 20px;
    }

        .get-touch-wrapper a {
            padding: 12px 20px;
        }
}

@media screen and ( max-width: 991px ) {
    .video-des {
        margin-top: 30px;
    }
}

@media screen and ( max-width: 600px ) {
    .about-us-banner-content {
        margin-left: 30px;
    }
}

@media screen and ( max-width: 735px ) {
    .get-touch-wrapper {
        text-align: center;
        padding: 30px;
    }

        .get-touch-wrapper span {
            display: block;
            margin-bottom: 15px;
        }

        .get-touch-wrapper a {
            float: none;
            text-align: center;
            margin-top: 10px;
        }

    .gif0 img {
        width: 100%;
        height: auto;
    }

    .widget_icon p {
        margin-bottom: 35px;
    }

    .widget_icon01 p {
        margin-bottom: 35px;
    }

    .entry-title01 {
        margin-bottom: 30px;
    }

    .entry-title04 {
        margin-bottom: 30px;
    }

    .centered-text04 h3 {
        width: 72% !important;
    }

    .entry-title04 {
        margin-bottom: 30px;
    }

    .centered-text05 {
        position: absolute;
        left: 44px;
        top: 18px;
    }

    .centered-text10 h3 {
        width: 67% !important;
        font-size: 25.693333px;
    }

    .entry_title01 {
        margin-bottom: 30px;
        width: 78%;
    }

    .entry_title02 {
        margin-bottom: 30px;
        width: 83%;
    }

    .entry_title05 {
        margin-bottom: 30px;
    }

    .entry_title04 {
        width: 84%;
    }

    .navbar {
        box-shadow: unset !important;
    }
}
/*Our Missions
-----------------*/
.mission-help-content {
    background-color: #ef6900;
    padding: 30px 10px 10px 30px;
}

    .mission-help-content h4 {
        font-weight: 800;
    }

    .mission-help-content p {
        color: #7e6300;
        font-size: 14px;
    }

.mission-help-button a {
    background-color: #011a48;
    width: 100%;
    border-radius: 0;
    padding: 18px 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

    .mission-help-button a i {
        margin-right: 7px;
        color: #ef6900;
    }

    .mission-help-button a:hover {
        color: #ef6900;
    }

/*Awards
-----------------*/
@media screen and ( min-width: 480px) {
    .single-award {
        display: table;
    }

    .award-thumb {
        display: table-cell;
        vertical-align: top;
    }
}

@media screen and ( max-width: 479px) {
    .award-thumb {
        text-align: center;
        margin-bottom: 20px;
    }
}

/*team member style
-------------------------*/
.team-member-img img {
    width: 100%;
}

.team-member-header h3 {
    font-weight: 700;
    margin-bottom: 0;
}

    .team-member-header h3 a {
        color: #011a48;
    }

        .team-member-header h3 a:hover {
            color: #ef6900;
        }

.team-member-social-link li {
    padding-left: 0;
    padding-right: 0;
}

    .team-member-social-link li a i {
        font-size: 20px;
        padding: 2px;
        transition: all .3s ease-in-out;
    }

    .team-member-social-link li a .twitter {
        color: #1da1f2;
    }

    .team-member-social-link li a .linkedin {
        color: #0077b5;
    }

    .team-member-social-link li a .envelope {
        color: #ea4335;
    }

    .team-member-social-link li a:hover i {
        transform: scale(1.1);
    }
/*partners style
-------------------*/
.partners-logo li {
    margin: 20px 10px;
}

    .partners-logo li a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
        filter: grayscale(100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

        .partners-logo li a img:hover {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }

/*career page style
------------------------------*/
.single-career {
    padding: 20px;
    border: 1px solid #ef6900;
}

    .single-career:hover {
        background-color: #ef6900;
        color: #fff;
        transition: all .3s ease-in-out;
    }

.career-header h4 {
    font-size: 18px;
    padding-left: 20px;
}

.career-header p {
    margin-bottom: 0;
    font-size: 13px;
}

    .career-header p span {
        color: #011a48;
    }

.career-header h4 a {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}

.career-info p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    line-height: 22px;
}

.career-info a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #212121;
}

    .career-info a:hover {
        color: #fff;
    }


/*----------------------------------------------------
Case Studies Style
------------------------------------------------------*/
.portfolio-wrapper {
}

.portfolio-item {
    position: relative;
    overflow: hidden;
}

    .portfolio-item::before {
        content: "";
        position: absolute;
        background-color: rgba(1, 26, 72, 0.8);
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.portfolio-thumb img {
    width: 100%;
}

.portfolio-description {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .portfolio-description p {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .portfolio-description h3 {
        margin: 0;
    }

        .portfolio-description h3 a {
            color: #fff;
        }

            .portfolio-description h3 a:hover {
                color: #ef6900;
            }

.vertical-border {
    background-color: #ef6900;
    width: 3px;
    height: 100px;
    position: absolute;
    top: -50%;
    left: 20px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.portfolio-item:hover .vertical-border {
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.52,1.64,.37,.66);
    transition: all 600ms cubic-bezier(0.52,1.64,.37,.66);
}


.vertical-border,
.portfolio-description,
.portfolio-item::before {
    opacity: 0;
    visibility: hidden;
}

.portfolio-item:hover::before,
.portfolio-item:hover .vertical-border,
.portfolio-item:hover .portfolio-description {
    opacity: 1;
    visibility: visible;
}



/*-----------------------------------------------------
Case Studies Single
-------------------------------------------------------*/
/*
gallery section style
---------------------------*/
.gallery-thumb .carousel-control.left,
.gallery-thumb .carousel-control.right {
    background-image: none;
    opacity: 1;
}

.gallery-thumb .carousel-control.right {
    background-image: none;
}

.gallery-thumb .carousel-control.left {
    background-image: none;
}

.gallery-thumb .carousel-control {
    text-shadow: none;
    background-color: transparent;
    top: 50%;
    margin-top: -25px;
}

    .gallery-thumb .carousel-control:hover {
        color: #fff;
    }

.gallery-thumb .carousel-control {
    background-color: #011a48;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50px;
}

    .gallery-thumb .carousel-control:hover {
        background-color: #ef6900;
    }

    .gallery-thumb .carousel-control span {
        color: #fff;
        font-size: 18px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    .gallery-thumb .carousel-control:hover span {
        color: #fff;
    }

.carousel-control .fontawesome {
    font-family: FontAwesome;
}

.gallery-thumb .carousel-control.left {
    left: 20px;
}

.gallery-thumb .carousel-control.right {
    right: 20px;
}

.ie9 .right.carousel-control,
.ie9 .left.carousel-control {
    filter: none;
}



/*Customer info style
---------------------------*/
.customer-info ul {
    margin-bottom: 0;
}

.customer-info > ul > li {
    display: table;
    margin-bottom: 10px;
}

.customer-info ul li:last-child {
    margin-bottom: 0;
}

.customer-info ul li span {
    display: table-cell;
    vertical-align: top;
}

.customer-info {
    background-color: #ef6900;
    padding: 35px 10px 35px 30px;
}

.customer-info-title {
    font-size: 18px;
}

.customer-info ul li span {
    width: 150px;
    color: #9e7f02;
    font-weight: 400;
}

.customer-info ul li strong {
    color: #fff;
    font-weight: 400;
}

    .customer-info ul li strong a {
        color: #fff;
    }

        .customer-info ul li strong a:hover {
            color: #212121;
        }

.customer-info ul li:last-child {
    margin-bottom: 0;
}

.social-icon {
    margin-bottom: 0;
}

    .social-icon li {
        padding: 0 4px;
    }

        .social-icon li a i {
            color: #fff;
            font-size: 20px;
            line-height: 20px;
            transition: all .3s ease-in-out;
        }

            .social-icon li a i:hover {
                color: #011a48;
            }

.customer-hire-btn a {
    background-color: #f1c101;
    width: 100%;
    border-radius: 0;
    padding: 21px 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 10px;
}

    .customer-hire-btn a:hover {
        background-color: #ef6900;
        color: #011a48;
    }

.case-studies-des h3 {
    font-size: 30px;
    font-weight: 800;
}

.case-studies-tiled-gallery img {
    width: 100%;
}

@media screen and ( max-width: 991px ) {
    .customer-info {
        margin-top: 30px;
    }
}

/*progress bar
-------------------------*/
.progress-bar-list {
    border-bottom: 1px solid #cfcece;
}

.progress-bar-vertical {
    width: 18px;
    min-height: 160px;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
    float: left;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

    .progress-bar-vertical:last-child {
        margin-right: 0;
    }

.progress-bar-list {
    margin: 0 66px;
}

.saving-invest-progress-wrapper p {
    margin-bottom: 30px;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    background-color: #00d8ff;
    box-shadow: none;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress {
    margin-bottom: 0;
}

.progress-bar-title h4 {
    font-weight: 400;
}


/*terms and condition style
-----------------------------------------------------*/
.condition-list {
    list-style: none;
    margin-bottom: 30px;
}

    .condition-list li {
        position: relative;
    }

        .condition-list li:after {
            content: '';
            height: 10px;
            width: 10px;
            background: #ef6900;
            display: block;
            position: absolute;
            border-radius: 50px;
            top: 50%;
            margin-top: -5px;
            left: -20px;
        }


/*-----------------------------------------------------
contact Page
-------------------------------------------------------*/
.map-button-list li {
    display: inline-block;
    background-color: #011a48;
    margin: 0;
    padding: 0;
}

    .map-button-list li a {
        color: #ef6900;
    }

.height-200 {
    height: 400px;
}

/*
contact us section style
---------------------------------------------------------------------------------------------*/
.contact-form textarea {
    min-height: 160px;
    padding: 20px;
    resize: none;
}

.contact-form .form-control {
    font-weight: 300;
}

.contact-address-wrapper {
    background-color: #011a48;
    padding: 30px 30px;
}

.contact-map {
    min-height: 380px;
}

.tab-button {
    border-bottom: none;
    text-align: center;
    margin-top: -60px;
}

    .tab-button li {
        display: inline-block;
        margin-bottom: 0;
        float: none;
        background-color: #011a48;
        margin-right: -5px;
    }

        .tab-button li a {
            color: #ef6900;
            padding: 20px 40px;
            border-radius: 0;
            border: 0;
            margin: 0;
        }

        .tab-button li.active > a {
            background-color: #ef6900;
        }

            .tab-button li a:hover,
            .tab-button li.active > a,
            .tab-button li.active > a:hover {
                background-color: #ef6900;
                color: #011a48;
                border: 0;
            }

    .tab-button.nav-tabs > li.active > a,
    .tab-button.nav-tabs > li.active > a:focus,
    .tab-button.nav-tabs > li.active > a:hover {
        border: 0;
        background-color: #ef6900;
    }

@media screen and ( max-width: 768px ) {
    .contact-map-wrapper .tab-content {
        margin-bottom: 30px;
    }
}
/*----------------------------------------------------
Blog section
------------------------------------------------------*/
.post-wrapper {
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
}

.blog-content {
    background-color: #fff;
    padding: 25px 10px 25px 40px;
    overflow: hidden;
    position: relative;
}

.post-wrapper:hover .vertical-border {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 600ms cubic-bezier(0.52,1.64,.37,.66);
    transition: all 600ms cubic-bezier(0.52,1.64,.37,.66);
}

.entry-meta ul {
    margin-bottom: 0;
}

    .entry-meta ul li {
        position: relative;
        padding: 0 2px;
    }

        .entry-meta ul li:before {
            content: ",";
            position: absolute;
            right: -3px;
            bottom: 2px;
        }

        .entry-meta ul li:last-child:before {
            content: "";
        }

        .entry-meta ul li a {
            text-transform: uppercase;
            font-size: 12px;
            color: #666;
            font-weight: 500;
        }

            .entry-meta ul li a:hover {
                color: #ef6900;
            }

.post-wrapper .thumb-wrapper {
    overflow: hidden;
}

    .post-wrapper .thumb-wrapper img {
        width: 100%;
        transform: scale(1);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

.post-wrapper:hover .thumb-wrapper img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.single-post .post-wrapper:hover .thumb-wrapper img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.entry-title {
    font-size: 19px;
    font-weight: 800;
}

    .entry-title a:hover {
        color: #ef6900;
    }

.blog-content .entry-content p {
    margin-bottom: 10px;
}

.blog-content .entry-content a {
    text-transform: capitalize;
    font-weight: 800;
    color: #000;
}

    .blog-content .entry-content a:hover {
        color: #ef6900;
    }

.animated-ltr {
    position: relative;
    z-index: 10;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

    .animated-ltr::after {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        background-color: #ef6900;
        width: 0%;
        height: 100%;
        z-index: 1;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    .animated-ltr:hover:after {
        width: 100%;
        z-index: -1;
    }

    .animated-ltr:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ef6900;
        z-index: 1;
    }

/*single post
----------------------*/
.single-post .blog-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #e4e2e2;
}

.single-post .thumb-wrapper:hover img {
    transform: scale(1);
}

.single-post .entry-meta ul li {
    padding-right: 10px;
}

    .single-post .entry-meta ul li:last-child {
        padding-right: 0;
    }

    .single-post .entry-meta ul li:before {
        content: "";
    }

    .single-post .entry-meta ul li a {
        font-weight: 300;
        font-size: 13px;
        text-transform: capitalize;
    }

.blog-full-width-img {
    margin-left: -40px;
    margin-right: -40px;
    text-align: center;
}

    .blog-full-width-img img {
        max-width: 100%;
    }

.single-post .entry-meta ul li a .fa {
    margin-right: 3px;
}

.single-blog-rating {
    display: inline;
}

.single-blog-rating-list a {
    margin-right: 3px;
}

.single-blog-rating li {
    padding: 0 !important;
    margin-right: -5px;
}

    .single-blog-rating li a .fa {
        margin-right: 0 !important;
        color: #fe6000;
    }

.single-post .entry-title {
    font-size: 29px;
}

.single-post .entry-content p {
    margin-bottom: 30px;
    color: #333333;
}

/*comment wrapper
-------------------------------*/
.comment-wrapper {
    padding: 55px 40px;
    overflow: hidden;
    border-bottom: 1px solid #e4e2e2;
}

    .comment-wrapper .form-control:focus {
        border-color: transparent;
        box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
        -webkit-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
        -moz-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
        -ms-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
        -o-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    }

    .comment-wrapper input,
    .comment-wrapper textarea {
        border-radius: 4px;
    }

    .comment-wrapper .comment-submit-btn {
        padding: 15px 40px;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        float: right;
        border-radius: 0;
        background: linear-gradient(to right, #fe5c03, #ff8101);
    }

        .comment-wrapper .comment-submit-btn:hover {
            background-color: #ef6900
        }

.comment-title {
    font-weight: 800;
    font-size: 25px;
    color: #212121;
    text-transform: capitalize;
}

/*=======coments style ===========*/
.comment-responed-wrapper {
    padding: 55px 40px;
}

.comment-content .comment-reply-link {
    padding: 0px 15px;
    border: 1px solid #d5d7d8;
    text-transform: uppercase;
    color: #989898;
    font-size: 10px;
}

    .comment-content .comment-reply-link:hover {
        background-color: #011a48;
        border-color: #011a48;
        color: #fff;
    }

.comment-list {
    padding: 0;
}

    .comment-list > .comments-details {
        border: 1px solid #f2f2f2;
        padding: 20px 20px 0px 20px;
        margin-top: 20px;
    }

.comment-name span {
    float: right;
    clear: both;
}

.comment-media .comments-details {
    margin-bottom: 20px;
    clear: both;
}

.comment-list > .comments-details > .comment-user {
    border-bottom: 1px solid #f2f2f2;
}

.reaply-comment > .comments-details {
    border-bottom: 1px solid #f2f2f2;
}

    .reaply-comment > .comments-details:last-child {
        border-bottom: none;
    }

.comment-media .comment-img {
    float: left;
    margin: 0px 20px 0px 0px;
}

    .comment-media .comment-img img {
        width: 80px;
        text-align: center;
        border-radius: 50px;
    }

.comment-media .comment-content {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}

.comment-content .comment-name {
    margin-bottom: 5px;
    float: left;
    margin-right: 20px;
}

    .comment-content .comment-name h4 {
        font-size: 16px;
        text-transform: uppercase;
    }

.comment-content .comment-time {
    font-weight: 300;
    display: block;
    font-size: 12px;
    margin-top: -5px;
}

.comments-details .reaply-comment {
    margin-top: 20px;
    margin-left: 80px;
}

.comment-list .media-body h4 {
    font-size: 16px;
    font-weight: 700;
}

    .comment-list .media-body h4 span {
        font-size: 11px;
        text-transform: capitalize;
        padding-left: 10px;
        font-weight: 400;
    }

.comment-list .media-left a img {
    margin-top: 7px;
}

@media screen and ( max-width: 1199px ) {
    .comments-details .reaply-comment {
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .comment-media .comment-img {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .comment-content .comment-name {
        float: none;
    }

    .comment-content .comment-time {
        margin-bottom: 10px;
    }
}



/*post share style
----------------------------------*/
.post-share ul li a {
    padding: 7px 0;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 45px;
    font-size: 15px;
    transition: all 400ms;
}

    .post-share ul li a i {
        width: 45px;
        margin: 0 auto;
    }

.post-share ul li {
    padding: 0px 2px;
}

    .post-share ul li:first-child {
        padding-left: 0;
    }

    .post-share ul li:last-child {
        padding-right: 0;
    }

    .post-share ul li a span {
        margin-left: 0;
        padding-right: 20px;
    }

    .post-share ul li a:hover {
        width: 90px;
    }

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.google-plus {
    background-color: #ea4335;
}

.linkedin {
    background-color: #0077b5;
}

.youtube {
    background-color: #cd201f;
}

.dribbble {
    background-color: #ef669a;
}

.behance {
    background-color: #1983ff;
}

.vimeo {
    background-color: #3b5998;
}

.pinterest {
    background-color: #bd081c;
}

.reddit-alien {
    background-color: #ff4500;
}

.envelope {
    background-color: #a2a2a2;
}

.facebook-color {
    color: #3b5998;
}

.twitter-color {
    color: #1da1f2;
}

.google-plus-color {
    color: #ea4335;
}

.linkedin-color {
    color: #0077b5;
}

.youtube-color {
    color: #cd201f;
}

.vimeo-color {
    color: #3b5998;
}

.pinterest-color {
    color: #bd081c;
}

.reddit-alien-color {
    color: #ff4500;
}

.envelope-color {
    color: #a2a2a2;
}


/*404 page style
--------------------------------------------------------------------------------*/
.error-info h1 {
    color: #fff;
    font-size: 130px;
    line-height: 130px;
    font-weight: 700;
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

.ie9 .error-info h1,
.ie9 .error-wrapper-alt h1 {
    color: #999;
}

.error-sub {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.error-info a {
    padding: 10px 40px;
    text-transform: uppercase;
}

    .error-info a:hover {
        background-color: #d0ab1a;
    }
/*-----------------------------------------------------
focus section style
-------------------------------------------------------*/
.focus-content h3 {
    color: #011a48;
    font-weight: 600;
}

    .focus-content h3:hover {
        color: #ef6900;
    }

.focus-content01 h3 {
    color: #011a48;
    font-weight: 600;
}

    .focus-content01 h3:hover {
        color: #ef6900;
    }

.focus-content01 p {
    color: #fff;
    font-weight: 600;
}

.focus-wrapper .focus-image {
    overflow: hidden;
}
/*.focus-wrapper .focus-image img{
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.focus-wrapper:hover .focus-image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}*/


/*-----------------------------------------------------
address-section
-------------------------------------------------------*/
.address-section {
    background-color: #011d52;
}

.address-wrapper address > ul li {
    display: table;
    margin-bottom: 10px;
    color: #999;
}

    .address-wrapper address > ul li:last-child {
        margin-bottom: 0;
    }

.address-icon {
    display: table-cell;
    vertical-align: top;
}

    .address-icon i {
        color: #fff;
    }

.address-title {
    color: #ef6900;
    font-weight: 700;
}

.left-side {
    padding-right: 0;
}

.right-side {
    padding-left: 0;
}

.center-side {
    padding-left: 4px;
}

@media (max-width: 767px) {
    .address-wrapper {
        margin-bottom: 30px
    }

    .gif0 img {
        width: 100%;
        height: auto !important;
    }

    .multiple-logout {
        width: 100% !important;
    }

    .banner_text_iner0 h2 {
        font-size: 32px !important;
        padding-top: 45px;
        line-height: 38px !important;
    }

    .process0 {
        width: 92% !important
    }

    .V01 {
        width: 95% !important;
    }

    .f03 {
        margin-bottom: 20px;
    }

    .f02 {
        margin-bottom: 20px;
    }

    .featured_section02 {
        padding-bottom: 50px;
    }

    .process01 {
        width: 100% !important;
    }


    .object-left {
        position: relative;
        top: 207%;
        float: right;
        z-index: 999;
        right: 0;
    }

        .object-left img {
            width: 119px !important
        }

    .banner-text0 .banner-des0 {
        font-size: 25px !important;
    }


    .invest0 ul {
        padding: 64px 0 !important;
    }

    .featuretext02 img {
        width: 100% !important;
        height: auto;
    }

    .left-side {
        padding-right: 15px;
    }

    .right-side {
        padding-left: 15px;
    }

    .center-side {
        padding-left: 15px;
    }

    .solution_card {
        padding: 12px 44px 12px;
        left: 0;
    }

    .check-list {
        text-align: center !important;
        width: 100% !important;
    }

    .mgt0 img {
        width: 100%;
    }

    .services00 img {
        width: 100% !important;
        height: auto;
    }

    .featuretextt0 p {
        width: 93% !important;
    }

    .portfolio02 h4 {
        width: 72% !important
    }

    .portfolio04 h4 {
        width: 69% !important;
    }

    .portfolio03 h4 {
        width: 70% !important;
    }

    .portfolio06 h4 {
        width: 67% !important;
    }

    .banner_text_iner01 h2 {
        font-size: 38px;
        line-height: 43px;
    }

    .banner_text_iner01 p {
        margin-bottom: 27px;
        line-height: 35px;
    }

    .banner_text_iner01 h2 {
        font-size: 38px;
        line-height: 43px;
    }

    .banner_text_iner01 p {
        margin-bottom: 27px;
        line-height: 35px;
        font-size: 35px;
    }

    .portfoliomgt img {
        width: 100% !important;
    }

    .divide001 {
        margin: 0 0 0 !important;
    }

    .services00 {
        padding-top: 0 !important;
    }

    .misbanner img {
        width: 100% !important;
    }

    .mistext01 h3 {
        width: 100% !important
    }

    .topleft0 {
        position: absolute;
        top: 23px;
        left: 29px;
        color: #2a2a2a;
        font-weight: 500;
        font-size: 9px;
    }

    .topright0 {
        position: absolute;
        top: 7px;
        right: 54px;
        color: #2a2a2a;
        font-weight: 500;
        font-size: 9px;
    }

    .bottommiddleleft0 {
        position: absolute;
        left: 28px;
        color: #2a2a2a;
        font-weight: 500;
        font-size: 9px;
        top: 46px;
    }

    .bottomleft0 {
        position: absolute;
        color: #2a2a2a;
        font-weight: 500;
        font-size: 7px;
        top: 70px;
        left: 27px;
    }

    .bottomright0 {
        position: absolute;
        right: 45px;
        top: 31px;
        color: #2a2a2a;
        font-weight: 500;
        font-size: 9px;
    }

    .bottommright0 {
        position: absolute;
        top: 57px;
        right: 52px;
        color: #2a2a2a;
        font-weight: 500;
        font-size: 9px;
    }

    .Bbottomright0 {
        position: absolute;
        font-weight: 500;
        font-size: 9px;
        bottom: 241px;
        right: 41px;
        line-height: 11px;
    }

    .describe0 {
        text-align: center;
        background-color: #282828;
        width: 60%;
        margin: 46px auto;
        border-radius: 30px;
    }

        .describe0 p {
            color: #fff;
            padding: 5px 0 6px;
            font-size: 13px;
            width: 100%;
            line-height: 19px;
        }
    .sector08{
        display:none
    }
   
}



/*-----------------------------------------------------
Footer Section
-------------------------------------------------------*/
.primary-footer {
    background-color: #252525;
}

@media (max-width: 991px) {
    .primary-footer .widget {
        margin-bottom: 30px
    }
}

.widget-title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.widget-about .widget-title {
    margin-bottom: 15px;
}

.widget-about-info p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}

/*useful-link*/
.useful-link {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .useful-link li a {
        color: #fff;
        display: block;
        font-size: 15px;
    }

        .useful-link li a:hover {
            color: #ff8f00;
        }

/*recent-news*/
.recent-news-info a {
    color: #fff;
}

    .recent-news-info a:hover {
        color: #ef6900;
    }

.recent-news-info .entry-meta li a {
    color: #bdbdbd;
    font-size: 13px;
}

    .recent-news-info .entry-meta li a i {
        margin-right: 10px;
        color: #ef6900;
    }

.recent-news-info + .recent-news-info {
    margin-top: 20px;
}


/*News Letter*/
.subscribe-form {
    position: relative;
}

    .subscribe-form .input-wrapper {
        margin-bottom: 20px;
    }

    .subscribe-form button {
        background: #ef6900;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
    }

.widget-newsletter form button i {
    color: #fff;
    font-size: 20px;
}

.subscription-success {
    color: #fff;
}


/*social-link*/
.social-link {
    margin: 0;
}

    .social-link.list-inline > li {
        padding-right: 2px;
        padding-left: 2px;
        display: -webkit-inline-box;
    }

    .social-link li a {
        display: block;
        width: 28px;
        height: 28px;
        line-height: 25px;
        text-align: center;
        color: #282828;
        border-radius: 25px;
        border: 1px solid #fff;
        background-color: #fff;
        padding: 1px 0px;
    }

        .social-link li a i {
            font-size: 19px;
            color: #282828;
        }

            .social-link li a i:hover {
                color: #ef6900;
            }



/*copyright-wrapper*/
.copyright-wrapper {
    background-color: #011334;
}

.copyright-info {
    padding: 22px 0;
}

    .copyright-info p {
        font-size: 14px;
        color: #5d6c87;
        margin-bottom: 0;
        font-weight: 500;
    }

        .copyright-info p a {
            color: #ef6900;
        }


/*-----------------------------------------------------
bootsnav menu override css
-------------------------------------------------------*/
nav.navbar.bootsnav {
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.12);
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
}

.navbar-full .navbar-brand img {
    max-height: 50px;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
}

    nav.navbar.bootsnav ul.nav > li > a:hover,
    nav.navbar.bootsnav ul.nav > li.active > a,
    nav.navbar.bootsnav ul.nav > li > .dropdown-menu li > a:hover,
    nav.navbar.bootsnav ul.nav > li > .dropdown-menu li.active > a,
    nav.navbar.bootsnav ul.nav > li > .dropdown-menu.megamenu-content li > a:hover,
    nav.navbar.bootsnav ul.nav > li > .dropdown-menu.megamenu-content .menu-col li.active > a {
        color: #ef6900;
    }

nav.navbar.bootsnav ul.nav li.dropdown > ul.dropdown-menu {
    border-top-color: #ef6900;
}

.title {
    text-transform: capitalize;
    color: #7c7c7c;
    font-size: 1.0rem;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 42px;
}

.dropdown-menu.cart-list h2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}

    .dropdown-menu.cart-list h2 a {
        color: #212121;
    }

        .dropdown-menu.cart-list h2 a:hover {
            color: #ef6900;
        }

.attr-nav > ul > li > a span.badge {
    background-color: #ef6900;
}

.attr-nav > ul > li > a {
    padding: 26px 15px;
}

ul.cart-list > li.total > a.btn {
    color: #fff !important;
}

    ul.cart-list > li.total > a.btn:hover {
        background-color: #ef6900 !important;
    }

.side .widget .title {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

ul.social-links {
    margin-bottom: 0;
}

    ul.social-links a {
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 34px;
        color: #fff;
    }

.blink-bg {
    color: #fff !important;
    display: inline-block;
    animation: blinkingBackground 2s infinite;
    padding: 6px 20px !important;
    border-radius: 30px;
    margin-top: 22px;
    margin-left: 10px;
}

@keyframes blinkingBackground {
    0% {
        background-color: #fe5c03;
        border: 1px solid #f7951d;
    }

    25% {
        background-color: #595c5d;
        border: 1px solid #595c5d;
    }

    50% {
        background-color: #fe5c03;
        border: 1px solid #f7951d;
    }

    75% {
        background-color: #595c5d;
        border: 1px solid #595c5d;
    }

    100% {
        background-color: #fe5c03;
        border: 1px solid #f7951d;
    }
}

nav.navbar.bootsnav ul.nav > .user-signin > a {
    border: 1px solid #ef6900;
    padding: 6px 20px !important;
    border-radius: 40px;
    margin-top: 22px;
    width: 93%;
    margin-left: 10px;
}

nav.navbar.bootsnav ul.nav > .user-signup > a {
    border: 1px solid #ef6900;
    padding: 6px 20px !important;
    border-radius: 40px;
    margin-top: 22px;
    width: 87%;
    margin-left: 15px;
}


nav.navbar.bootsnav ul.nav > .user-signin > a:hover, nav.navbar.bootsnav ul.nav > .user-signin.active > a {
    border: 1px solid #ef6900;
    background-color: #ef6900 !important;
    color: #fff;
}

nav.navbar.bootsnav ul.nav > .user-signup > a:hover, nav.navbar.bootsnav ul.nav > .user-signup.active > a {
    border: 1px solid #ef6900;
    background-color: #ef6900 !important;
    color: #fff;
}

@media (max-width: 992px) {

    .navbar-brand img {
        max-height: 50px;
        width: 100%;
    }

    nav.navbar.bootsnav .navbar-brand {
        float: left !important;
        margin: 0 0 0 20px !important;
    }

    .attr-nav > ul > li > a {
        padding: 12px 15px 10px;
    }

    .navbar-brand {
        padding: 15px 21px;
    }

    nav.navbar.bootsnav ul.nav > .user-signin > a {
        border: 1px solid #ef6900;
        padding: 6px 22px !important;
        border-radius: 40px;
        margin-top: 17px;
        width: 35%;
        margin-left: 0;
        text-align: center;
    }

    nav.navbar.bootsnav ul.nav > .user-signup > a {
        border: 1px solid #ef6900;
        padding: 6px 22px !important;
        border-radius: 40px;
        margin-top: 17px;
        width: 35%;
        margin-left: 0;
        text-align: center;
    }

    .blink-bg {
        color: #fff !important;
        display: inline-block;
        animation: blinkingBackground 2s infinite;
        padding: 6px 20px !important;
        border-radius: 30px;
        margin-top: 17px;
        margin-left: 0;
        width: 35% !important;
    }
}

@media (min-width: 993px) {
    /*transparent menu*/
    nav.navbar.bootsnav.no-background {
        box-shadow: none;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 13px;
        font-weight: 600;
    }

    /*navbar-brand-top*/
    nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
        margin-bottom: 20px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 8px;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        padding: 6px 0;
    }
}

@media (min-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 15px;
    }

    nav.navbar.navbar-sidebar.bootsnav ul.nav > li > a {
        padding: 10px 15px;
    }
}


/*Onepage Menu*/
@media (max-width: 992px) {
    .onepage nav.navbar.bootsnav .navbar-brand {
        float: left !important;
        margin: 0 !important;
    }

    .onepage nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-left: -200px;
        margin-right: auto;
        margin-top: 5px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        color: #6f6f6f;
    }
}
/* column style
/* ------------------------------ */
.column01 {
    width: 19.666667%;
    float: left;
}

.get-started {
    text-align: center;
}

    .get-started a {
        border: 1px solid #fff;
        background: unset;
        color: #fff;
        border-radius: 40px;
        font-weight: 600;
        padding: 12px 30px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.30px;
        text-transform: uppercase;
        font-size: 15px;
    }

        .get-started a:hover {
            border: 1px solid #fff;
            background: #fff;
            color: #212121;
        }

.section-title01 {
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    text-align: left;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
}

.section-title02 {
    font-size: 45px;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 300;
    width: 31%;
}

.divideline {
    margin: 0 auto;
    border-top: 1px solid #787878;
    width: 100%;
    margin-left: -66px;
    position: relative;
    top: -14px;
}

.divideline01 {
    margin: 0 auto;
    border-top: 1px solid #787878;
    width: 100%;
    margin-left: -42px;
    position: relative;
    top: -14px;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.modal-open {
    padding-right: 0 !important;
}

#exampleModalLabel {
    text-align: center;
    color: #ef6900;
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 13px;
}

#usersignin01 input {
    width: 85%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .column01 {
        width: 100%;
    }

    .featured-item {
        padding: 0;
    }

    .section-title01 {
        font-size: 32px;
    }

    .section-title02 {
        font-size: 32px;
        width: 75%;
    }

    .featured-item03.icon-left .des01 {
        width: 90%;
    }

    .featured-item03.icon-left02 .des {
        width: 90%;
    }

    .widget-about-info p {
        width: 95%;
        padding: 10px;
        float: unset !important;
    }

    .widget-about-info {
        padding-top: 0;
    }

    .featured-section05 h3 {
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

    .box-side01 {
        display: inline-block;
        float: unset;
    }

    .ul0 li {
        width: 100%;
    }

    .valuation_banner img {
        width: 100%;
    }

    .portfoliomgt {
        height: auto !important
    }
}

.user_item p {
    width: 100%;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
    position: relative;
    top: 64%;
    padding: 3px;
}

.user_item {
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 26px;
    line-height: 17px;
    margin: 0 0 5px;
    color: #000;
}

.main_services h3 {
    font-weight: 600;
    color: #212121;
}


.user-interested a.focus, .user-interested a:hover {
    outline: unset;
    outline-offset: 0;
    background-color: #212121;
    border: 1px solid #212121;
    color: #fff;
}

.tab_box {
    background-image: url(assets/img/instarto-tab-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 553px;
    width: 400px;
    left: 12%;
    top: -10px;
}

.work_slide {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 44%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
}

    .work_slide h2 {
        font-size: 3.30em;
        font-family: Montserrat, sans-serif;
        color: rgb(255, 255, 255);
        text-align: left;
        padding-top: 0em;
        font-weight: 300;
    }

.investor_deal {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    width: 56%;
    padding-top: 21px;
    padding-bottom: 21px;
}



.grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: row dense;
}

    .grid .item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        box-sizing: border-box;
        grid-column-start: auto;
        grid-row-start: auto;
        color: #fff;
        background: url(assets/img/AYLF_1.png);
        background-size: cover;
        background-position: center;
        box-shadow: -2px 2px 10px 0px rgb(68 68 68 / 40%);
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
        counter-increment: item-counter;
        border-radius: 22px;
    }

        .grid .item:nth-of-type(2n) {
            background-image: url(assets/img/AYLF_2.png);
        }

        .grid .item:nth-of-type(3n) {
            background-image: url(assets/img/AYLF_4.png);
        }

        .grid .item:nth-of-type(4n) {
            background-image: url(assets/img/AYLF_3.png);
        }

    .grid .item__details h3 {
        font-size: 27px;
        color: #fff;
        font-weight: 300;
        width: 76%;
        line-height: 1.30;
    }

    .grid .item__details a {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 59px;
        text-transform: uppercase;
        padding: 7px 21px 7px;
        margin-top: 17px;
    }

        .grid .item__details a:hover {
            border: 1px solid #fe6603;
            color: #fff;
            background-color: #fe6603;
        }

    .grid .item:hover {
        transform: scale(1.05);
    }

    .grid .item--medium {
        grid-row-end: span 2;
    }

    .grid .item--large {
        grid-row-end: span 3;
    }

    .grid .item--full {
        grid-column-end: auto;
    }

@media screen and (min-width: 768px) {
    .grid .item--full {
        grid-column: 1/-1;
        grid-row-end: span 2;
    }
}

.grid .item__details {
    z-index: 1;
    padding: 15px;
    text-transform: inherit;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    top: -35px;
    left: 14px;
}

.featured-section05 h3 {
    color: #ef6900;
    font-size: 22px;
    font-weight: 600;
    padding-top: 45px;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .featured-section05 h3 {
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
}

/* ================ Preloader ================== */
/*#preloader {
    background: #2125295e;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#status{
    background-image: url('assets/img/loader.gif');
    width: 154px;
    height: 141px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -20px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}*/

#preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgb(92 82 82 / 20%);
}

#status {
    background-image: url('assets/img/Orange.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.user_signin {
    text-align: center;
}

    .user_signin button {
        background: linear-gradient(to right, #ff8101, #fe5c03);
        border-radius: 39px;
        text-transform: uppercase;
        padding: 10px 35px;
        font-weight: 500;
        font-size: 15px;
    }

        .user_signin button:hover, .user_signin button:active, .user_signin button:focus, .user_signin button:active:focus, .user_signin button:active:hover {
            background: linear-gradient(to left, #ff8101, #fe5c03);
            outline: unset;
            outline-offset: 0;
        }

.user-password {
    padding-left: 35px;
}

.line-text {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    width: 87%;
    margin: 0 auto;
}

    .line-text:before, .line-text:after {
        content: "";
        flex: 1 1;
        border-bottom: 2px solid #f7951d;
        margin: auto;
    }

    .line-text:after {
        margin-left: 10px;
    }

    .line-text:before {
        margin-right: 10px !important;
    }

.user_signin01 {
    text-align: center;
}

    .user_signin01 span {
        text-transform: capitalize;
        color: #f7951d;
        font-weight: 600;
        letter-spacing: 0.35px;
        vertical-align: middle;
        font-size: 16px;
    }

.user_socialicon {
    display: inline-flex;
    margin-left: -36px;
}

    .user_socialicon li {
        padding: 0 9px;
        list-style: none;
    }

.user_create01 {
    text-align: center;
}

    .user_create01 .btn {
        color: #f7951d !important;
        text-align: center;
        position: relative;
        top: 16px;
        border-radius: 50px !important;
        font-size: 14px;
        background: #fff;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        padding: 10px 40px;
        border: 1px solid #f7951d !important;
    }

    .user_create01 h3 {
        font-weight: 400;
        color: #595c5d;
        font-size: 16px;
        margin-bottom: 0;
    }

    .user_create01 .btn:hover, .user_create01 .btn:focus {
        outline: unset;
        outline-offset: 0;
        color: #fff !important;
        background: linear-gradient(to right, #ff8101, #fe5c03);
    }

.user-risk {
    padding-left: 21px;
}

    .user-risk li {
        padding-bottom: 13px;
    }

    .user-risk span {
        font-size: 16px;
        font-weight: 400;
        color: #011a48;
    }

.entry-content span {
    font-weight: 600;
    color: #212121;
}

#contactForm label {
    color: #212121;
    font-weight: 600;
}

.contact-address-wrapper {
    background-color: #fff;
    padding: 30px 30px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.address-icon i {
    color: #212121;
}

/*
Career section style
---------------------------------------------------------------------------------------------*/

.career-form textarea {
    min-height: 160px;
    padding: 20px;
    resize: none;
}

.career-form .form-control {
    font-weight: 300;
}

.career-form label {
    color: #212121;
    font-weight: 600;
}

.submit-btn button {
    background: linear-gradient(to right, #ff8101, #fe5c03);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

    .submit-btn button:hover {
        background: linear-gradient(to right, #fe5c03, #ff8101);
        color: #fff;
    }

.iconflex {
    display: inline-flex;
    padding-left: 0;
    margin-bottom: 0;
}

    .iconflex li a {
        text-transform: uppercase;
        font-size: 13px;
        color: #000;
    }

    .iconflex p {
        padding-right: 4px;
    }

        .iconflex p span {
            color: #ea8c17;
            padding-left: 3px;
        }

    .iconflex li {
        list-style-type: none;
    }

.iconflex01 {
    display: inline-flex;
    padding-left: 0;
}

    .iconflex01 li a {
        text-transform: uppercase;
        font-size: 13px;
        color: #000;
    }

    .iconflex01 p {
        padding-right: 4px;
    }

        .iconflex01 p span {
            color: #ea8c17;
            padding-left: 3px;
        }

    .iconflex01 li {
        list-style-type: none;
    }

.iconflex li a:hover {
    color: #ef6900;
}

.iconflex01 li a:hover {
    color: #ef6900;
}

.banner-signup01 {
    display: flex;
}

    .banner-signup01 h2 {
        font-weight: 600;
        color: #212121;
        font-size: 30px;
    }

    .banner-signup01 p {
        color: #595c5dde;
        font-size: 15px;
        font-weight: 600;
        width: 85%;
        margin: 0 auto 15px;
    }

.first-banner {
    width: 50%;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
}

    .split:hover {
        filter: brightness(85%);
        -webkit-filter: brightness(85%);
        -moz-filter: brightness(85%);
        -o-filter: brightness(85%);
        -ms-filter: brightness(85%);
    }

.banner-signup01.left {
    left: 0;
    background-image: url('assets/img/bg-signup1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px
}

.banner-signup01.right {
    right: 0;
    background-image: url('assets/img/bg-signup2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .centered img {
        width: 150px;
        border-radius: 50%;
    }

.split .btn {
    background: linear-gradient(to right, #ff8101, #fe5c03);
    border: 1px solid #fe5c03;
    color: #fff;
    border-radius: 30px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

#signupPopUpModal p {
    text-align: center;
    margin-bottom: 0;
}

#signupPopUpModal .form-group {
    width: 92%;
    margin: 0 auto;
}

.blog-entry {
    width: 100%;
    background-color: unset;
    background-clip: border-box;
    border: unset;
    margin: 57px auto;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.user-title01 {
    font-weight: 600;
    text-transform: capitalize;
}

.investor01 label {
    font-size: 13px;
    text-transform: uppercase;
}

.investor01 span {
    font-size: 12px;
    font-weight: 500;
}

.mySelect option:disabled {
    color: red;
    font-weight: bold;
}

/*.multiselect {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #cdcccd29 !important;
    padding: 15px 20px 12px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #000;
    outline: none;
    white-space: nowrap;
    border-radius: 0;
    border-bottom: 2px solid #cdcccd;
    font-weight: 400;
    background: unset;
}

    .multiselect:hover, .multiselect:focus {
        background-color: #cdcccd29 !important;
        border: unset;
        color: unset;
        outline: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-bottom: 2px solid #cdcccd;
        outline-offset: unset;
        background: unset;
    }
.multiselect-container {
    min-height: 155px;
    max-height: 155px;
    overflow: auto;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    text-align: left;
    top: 53px;
}

    .multiselect-container > li > a > label {
        padding: 13px 0 3px 30px;
        position: relative;
        display: inline-block;
        width: 100%;
        padding-left: 21px;
        font-size: 12px !important;
    }
.multiselect-native-select .btn-group {
    display: block;
}

    .multiselect-native-select .btn-group > button:after {
        content: ' ';
        height: 0;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 0;
        border: 6px solid rgba(0, 0, 0, 0);
        border-top-color: #999;
        margin-top: -3px;
    }

    .multiselect-native-select .btn-group > button .caret {
        display: none;
    }

    .multiselect-native-select .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

.multiselect-container > .active > a, .multiselect-container > .active > a:hover, .multiselect-container > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
}

.multiselect-container > li > a {
    margin-bottom: 2px;
}*/
.side_slide1 {
    background: linear-gradient(to right, orange, red);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    border-radius: 12px;
    height: 700px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin: 60px auto 70px;
}


    .side_slide1 nav ul {
        list-style: none;
        padding: 0;
    }

.dashboard-navbar {
    margin: 159px 0 159px;
}

.side_slide1 nav ul li a {
    display: block;
    padding: 12px 26px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-weight: 400;
    font-size: 15px;
}

    .side_slide1 nav ul li a:hover {
        background: unset;
        color: #161616;
    }

    .side_slide1 nav ul li a .fa {
        width: 16px;
        text-align: center;
        margin-right: 5px;
        float: right;
    }

.side_slide1 nav ul li ul li a {
    background: unset;
    border-left: 4px solid #ff7d00;
    padding: 10px 20px;
    color: #595c5d;
}

    .side_slide1 nav ul li ul li a:hover {
        background: unset;
        border-left: 4px solid #b86300;
    }

.dashboard-siepanel {
    background-color: #fff;
    border-radius: 12px;
    height: 700px;
}

.sidepanel01 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

    .sidepanel01 h3 {
        text-transform: capitalize;
        font-size: 32px;
        color: #fe7202;
    }

    .sidepanel01 p {
        font-weight: 400;
        font-size: 17px;
        color: #fe7202;
    }

.dropdown-menu {
    min-width: 230px;
    margin: 0px 0;
}

.box-01 {
    box-shadow: 0 1px 4px rgb(230 230 230);
    background: linear-gradient(to bottom right,#f5f2f0 0,#fff 100%);
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 25px;
    width: 100%;
}

.box-content01 {
    display: inline-flex;
}

.hightlight01 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0px;
    margin-right: 10px;
    font-weight: 600;
    color: #ff9500;
    margin-bottom: 10px;
}

.box_01 {
    padding: 23px 24px 13px;
}

    .box_01 p span {
        font-weight: 600;
        text-transform: capitalize;
        color: #ff9500;
        font-size: 14px;
    }

.box-content01 ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #595c5d !important;
    background-color: transparent !important;
    border: none;
    padding: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

.box-content01 ul {
    list-style: none;
}

    .box-content01 ul li::before {
        content: "\2022";
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
        color: #fe6e03;
    }

.box_icon {
    display: -webkit-inline-box;
    padding-right: 68px;
}

.box_icon {
    display: flex;
    padding-right: 0;
    margin-left: -42px;
    padding-top: 20px;
}

    .box_icon ul li {
        display: inline-block;
    }

        .box_icon ul li a {
            color: #f7951d;
            display: inline-block;
            height: 50px;
            width: 50px;
            font-size: 25px;
        }

        .box_icon ul li button {
            border: none;
            background: transparent;
            color: #595c5d;
            padding: 0;
            font-size: 18px;
        }

            .box_icon ul li button img {
                margin-right: 10px;
            }

            .box_icon ul li button:hover, .box_icon ul li button:active, .box_icon ul li button:focus, .box_icon ul li button:active:focus, .box_icon ul li button:active:hover {
                background: unset;
                border: none;
                background-color: unset;
                outline: unset;
                box-shadow: unset;
            }

.sect-001 {
    padding: 0px 15px;
}

    .sect-001 img {
        width: auto;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        height: 300px;
    }

.box-side01 {
    display: -webkit-inline-box;
    float: right;
}

.approved {
    text-align: right;
    margin-bottom: 32px;
    margin-right: 20px;
    margin-top: 15px;
}

.saved {
    text-align: right;
    margin-bottom: 32px;
    margin-right: 20px;
    margin-top: 15px;
}

.delete2 {
    text-align: right;
    margin-bottom: 32px;
    margin-right: 20px;
    margin-top: 15px;
}

.get_more {
    cursor: pointer;
    border: 1px solid #f7951d;
    padding: 6px 27px 8px;
    font-size: 13px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-right: 44px;
    margin-top: 10px;
    /*background-color: #f7951d;*/
    background: linear-gradient(to right, #ff9100, #fe6c03);
    background-position: center;
    background-repeat: no-repeat;
    letter-spacing: 0;
}

.submit_btn {
    text-align: right;
    margin: 32px 0 0;
}

    .submit_btn button {
        border: 1px solid #f7951d;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 9px 34px;
        font-weight: 600;
        letter-spacing: 0 !important;
        font-size: 16px;
    }

.delete_modal {
    cursor: pointer;
    background: linear-gradient(to right, #fe9200, #e84f02);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f7951d;
    padding: 5px 14px 8px 12px;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}

    .delete_modal img {
        margin-right: 2px;
        width: 18px;
    }

.box_01 p span {
    font-weight: 600;
    text-transform: capitalize;
    color: #ff9500;
    font-size: 16px;
}

.sector-title {
    font-weight: 600;
    color: #f7951d;
    font-size: 24px;
    text-transform: capitalize;
    padding-top: 2px;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
}

.box_01 .sector-item p {
    color: #595c5d !important;
    font-size: 14px;
    margin-bottom: 7px;
}

.delete_modal span {
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 600;
    vertical-align: middle;
    color: #fff;
    background: unset;
}

@media (max-width: 767px) {
    .box-side01 {
        display: inline-block;
        float: unset;
    }
}

.box-01:hover, .box-01.active {
    border: 1px solid #f7951d
}

.bg-slide {
    background-color: #282828;
    color: #fff;
    padding: 70px 0 60px;
}

.bg-slide01 {
    background-image: url('assets/img/bg001.png');
    height: 490px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.caption01 h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
    width: 453px;
}

.caption02 {
    text-align: center;
}

.caption01 {
    padding: 35px 0;
}

    .caption01 p {
        width: 57%;
    }

.intro h3 {
    color: #202020;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 29%;
}

.intro span {
    color: #fc6d12;
}

.first-sector {
    background-color: #dbdbdb;
}

.Second-sector {
    background-color: #282828
}

.info01 h3 {
    font-weight: 700;
    color: #232323;
    width: 54%;
    font-size: 15px;
    text-transform: inherit;
    padding-top: 17px;
    margin-bottom: 4px;
}

.info01 p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    width: 60%;
    line-height: 1.890rem;
}

.intro01 .des-title {
    color: #dfdfdf;
    font-size: 23px;
    text-transform: inherit;
    letter-spacing: 0;
    width: 35%;
    font-weight: 500;
}

.intro01 span {
    color: #1592e6;
}

.info02 {
    overflow: hidden;
    text-align: -webkit-center;
}

    .info02 h3 {
        font-weight: 700;
        font-size: 15px;
        line-height: 1.40em;
        padding-top: 17px;
        color: #177fc7;
        width: 49%;
        text-align: left;
        text-transform: unset;
        margin-bottom: 6px;
    }

    .info02 p {
        margin-bottom: 0;
        color: #d7d7d7;
        text-align: left;
        width: 49%;
        font-size: 13px;
        line-height: 20px;
        font-weight: 500;
    }

    .info02 .des-title {
        color: #dfdfdf;
        font-size: 23px;
        text-transform: inherit;
        letter-spacing: 0;
        width: 30%;
        font-weight: 500;
    }

    .info02 span {
        color: #1592e6;
    }

.third-sector {
    background-color: #dbdbdb;
}

.intro03 .des-title {
    color: #fb6d10;
    text-transform: uppercase;
    font-size: 21px;
    width: 100%;
    font-weight: 500;
}

.info03 {
    overflow: hidden;
    text-align: -webkit-center;
}

    .info03 p {
        font-size: 14px;
        font-weight: 500;
        color: #454545;
        width: 70%;
        padding-top: 4px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
    }

.intro04 {
    overflow: hidden;
    text-align: end;
    position: relative;
    left: -46px;
}

    .intro04 .des-title {
        color: #1a80c7;
        text-transform: uppercase;
        font-size: 21px;
        width: 40%;
        font-weight: 500;
    }

.vector-icon01 {
    background: url(assets/img/asset10.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
    position: relative;
    left: -23px;
}

    .vector-icon01 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 42px;
        left: 76px;
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 25px;
    }

    .vector-icon01 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 143px;
        left: 2px;
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        text-align: center;
        line-height: 24px;
    }

.vector-icon02 {
    background: url(assets/img/asset11.png);
    background-size: contain;
    background-position: center;
    height: 305px;
    background-repeat: no-repeat;
    position: relative;
    left: -12px;
}

    .vector-icon02 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon02 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 29px;
        left: 76px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 27px;
    }

.vector-icon03 {
    position: relative;
    background: url(assets/img/asset12.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon03 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon03 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 20px;
        left: 49px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon04 {
    position: relative;
    background: url(assets/img/asset13.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon04 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon04 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 26px;
        left: 37px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon05 {
    position: relative;
    background: url(assets/img/asset14.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon05 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon05 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 27px;
        left: 59px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 46%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon06 {
    position: relative;
    background: url(assets/img/asset15.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon06 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon06 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 23px;
        left: 61px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.fourth-sector {
    background-color: #282828;
}

.vector-icon07 {
    position: relative;
    background: url(assets/img/Asset16.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon07 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon07 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 47px;
        left: 61px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon08 {
    position: relative;
    background: url(assets/img/asset17.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon08 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon08 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 23px;
        left: 23px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon09 {
    position: relative;
    background: url(assets/img/asset18.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon09 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon09 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 23px;
        left: 61px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon10 {
    position: relative;
    background: url(assets/img/asset19.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon10 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon10 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 45px;
        left: 52px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon11 {
    position: relative;
    background: url(assets/img/asset20.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon11 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon11 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 23px;
        left: 51px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.vector-icon12 {
    position: relative;
    background: url(assets/img/asset21.png);
    background-size: contain;
    background-position: center;
    height: 306px;
    background-repeat: no-repeat;
}

    .vector-icon12 p {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 40px;
        left: 76px;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }

    .vector-icon12 h3 {
        text-transform: inherit;
        letter-spacing: 0;
        position: relative;
        top: 23px;
        left: 61px;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: left;
        line-height: 26px;
    }

.info04 {
    overflow: hidden;
    text-align: -webkit-center;
}

    .info04 p {
        font-size: 14px;
        font-weight: 500;
        color: #d7d7d7;
        width: 70%;
        padding-top: 4px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
    }

.info05 {
    overflow: hidden;
    text-align: left;
}

    .info05 p {
        font-size: 14px;
        font-weight: 500;
        color: #d7d7d7;
        width: 70%;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        left: 20px;
    }

.info06 {
    overflow: hidden;
    text-align: left;
}

    .info06 p {
        font-size: 14px;
        font-weight: 500;
        color: #d7d7d7;
        width: 70%;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        left: 36px;
        padding-top: 10px;
    }

.info07 {
    overflow: hidden;
    text-align: left;
}

    .info07 p {
        font-size: 14px;
        font-weight: 500;
        color: #d7d7d7;
        width: 70%;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        left: 38px;
        padding-top: 10px;
    }

.info08 {
    overflow: hidden;
    text-align: left;
}

    .info08 p {
        font-size: 14px;
        font-weight: 500;
        color: #d7d7d7;
        width: 70%;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        left: 36px;
        padding-top: 10px;
    }

.info09 {
    overflow: hidden;
    text-align: left;
}

    .info09 p {
        font-size: 14px;
        font-weight: 500;
        color: #d7d7d7;
        width: 70%;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        left: 36px;
        padding-top: 10px;
    }

.six-sector {
    background-color: #282828;
}

.intro05 {
    overflow: hidden;
    text-align: center;
}

    .intro05 .des-title {
        color: #fafafa;
        text-transform: uppercase;
        font-size: 21px;
        width: 43%;
        font-weight: 400;
    }

.listing_content span {
    color: #e35e08;
    font-weight: 500;
}

.listing_content li {
    list-style-type: none;
    color: #fafafa;
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 13px;
    border-bottom: 1px solid #4c4c4c;
    padding-top: 19px;
}

.section_tittle h3 {
    font-weight: 500;
    color: #fe6603;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 23px;
}

.section_tittle p {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
}

.section_tittle01 h3 {
    font-weight: 500;
    color: #139eff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 23px;
}

.section_tittle01 p {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 21px;
    color: #d1d1d1;
}

.fullscreen-slider {
    background-color: #dbdbdb;
    padding-top: 40px;
    padding-bottom: 100px;
}

.section_tittle01 h3 {
    font-weight: 500;
    color: #1498f2;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 23px;
}

.sign_up01 {
    text-align: center;
    margin: 0 auto;
    background-color: #fe7102;
    border: 1px solid #fe7102;
    color: #fff;
    padding: 7px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

.arrow01 {
    text-align: right;
    position: relative;
    top: -162px;
}

.arrow02 {
    text-align: justify;
    top: -35px;
    left: -46px;
}

.deal01 {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #444444;
    text-transform: uppercase;
    font-weight: 600;
}

.slide_icon {
    background-color: #fff;
    height: 154px;
}

    .slide_icon img {
        position: relative;
        top: 45px;
    }

.slide_icon01 {
    background-color: #fff;
    height: 154px;
}

    .slide_icon01 img {
        position: relative;
        top: 63px;
        width: 148px;
    }

#intro02 span {
    color: #e96106;
}

.caption_2 {
    padding: 94px 0;
    text-align: left;
}

    .caption_2 h1 {
        color: #fff;
        font-size: 47px;
        font-weight: 600;
        text-transform: uppercase;
        width: 95%;
        text-align: left;
    }

    .caption_2 p {
        color: #ff6603;
        font-size: 47px;
        font-weight: 600;
        text-transform: uppercase;
        width: 79%;
        line-height: 46px;
        padding-top: 17px;
    }

.banner_text .banner_text_iner {
    display: table-cell;
    vertical-align: middle;
}

.banner_text h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #556172;
    margin-bottom: 14px;
}

.banner_text p {
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 27px;
    line-height: 1.0;
    color: #fe6603;
    font-size: 50.28px;
    font-family: 'monument_extendedregular',sans-serif;
}

.banner_text .btn_1 {
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    margin-top: 50px;
    padding: 13.5px 45px;
}

.btn_1, .btn_2:hover, .main_menu .navbar-toggler:after, .banner_part .banner_text .btn_1, .feature_part .single_feature:hover span {
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
}

.btn_1 {
    display: inline-block;
    padding: 11.5px 43px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 24px;
    font-weight: 600;
}

.intro03 {
    overflow: hidden;
    text-align: left;
    position: relative;
    left: 33px;
}

.featured-item.icon-left.icon-left .des01 {
    margin-left: 30px;
}

.des01 {
    overflow: hidden;
}

.featured-item .des01 p {
    margin-bottom: 0;
    color: #dddddd;
    line-height: 21px;
}

.featured-item.icon-left.icon-left .des01 {
    margin-left: 0;
    width: 75%;
}

    .featured-item.icon-left.icon-left .des01 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.des02 {
    overflow: hidden;
}

.featured-item .des02 p {
    margin-bottom: 0;
    color: #212121;
    line-height: 21px;
}

.featured-item.icon-left.icon-left .des02 {
    margin-left: 0;
    width: 75%;
    font-weight: 500;
}

    .featured-item.icon-left.icon-left .des02 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.des03 {
    overflow: hidden;
}

.featured-item .des03 p {
    margin-bottom: 0;
    color: #212121;
    line-height: 21px;
    font-size: 14px;
}

.featured-item.icon-left.icon-left .des03 {
    margin-left: 25px;
    width: 75%;
    font-weight: 500;
}

    .featured-item.icon-left.icon-left .des03 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.des04 {
    overflow: hidden;
}

.featured-item .des04 p {
    margin-bottom: 0;
    color: #212121;
    line-height: 21px;
    font-size: 14px;
}

.featured-item.icon-left.icon-left .des04 {
    margin-left: 18px;
    width: 75%;
    font-weight: 500;
}

    .featured-item.icon-left.icon-left .des04 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.des05 {
    overflow: hidden;
}

.featured-item .des05 p {
    margin-bottom: 0;
    color: #212121;
    line-height: 21px;
    font-size: 14px;
}

.featured-item.icon-left.icon-left .des05 {
    margin-left: 46px;
    width: 75%;
    font-weight: 500;
}

    .featured-item.icon-left.icon-left .des05 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.des06 {
    overflow: hidden;
}

.featured-item .des06 p {
    margin-bottom: 0;
    color: #212121;
    line-height: 21px;
    font-size: 14px;
}

.featured-item.icon-left.icon-left .des06 {
    margin-left: 37px;
    width: 75%;
    font-weight: 500;
}

    .featured-item.icon-left.icon-left .des06 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.des07 {
    overflow: hidden;
}

.featured-item .des07 p {
    margin-bottom: 0;
    color: #212121;
    line-height: 21px;
    font-size: 14px;
}

.featured-item.icon-left.icon-left .des07 {
    margin-left: 39px;
    width: 75%;
    font-weight: 500;
}

    .featured-item.icon-left.icon-left .des07 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.des08 {
    overflow: hidden;
}

.featured-item .des08 p {
    margin-bottom: 0;
    color: #212121;
    line-height: 21px;
    font-size: 14px;
}

.featured-item.icon-left.icon-left .des08 {
    margin-left: 51px;
    width: 75%;
    font-weight: 500;
}

    .featured-item.icon-left.icon-left .des08 h3 {
        margin-bottom: 10px;
        color: #149dfb;
        font-size: 18px;
    }

.icon-item01 {
    position: relative;
    top: -32px;
    left: -90px;
}



/**************menu part start*****************/
.navbar {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
}

    .navbar .navbar-toggler {
        position: relative;
        height: 50px;
        width: 50px;
        border: none;
        cursor: pointer;
        outline: none;
    }

        .navbar .navbar-toggler .menu-icon-bar {
            position: absolute;
            left: 15px;
            right: 15px;
            height: 2px;
            background-color: #6f6f6f;
            opacity: 0;
            -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            transform: translateY(-1px);
            transition: all 0.3s ease-in;
        }

            .navbar .navbar-toggler .menu-icon-bar:first-child {
                opacity: 1;
                -webkit-transform: translateY(-1px) rotate(45deg);
                -ms-sform: translateY(-1px) rotate(45deg);
                transform: translateY(-1px) rotate(45deg);
            }

            .navbar .navbar-toggler .menu-icon-bar:last-child {
                opacity: 1;
                -webkit-transform: translateY(-1px) rotate(135deg);
                -ms-sform: translateY(-1px) rotate(135deg);
                transform: translateY(-1px) rotate(135deg);
            }

        .navbar .navbar-toggler.collapsed .menu-icon-bar {
            opacity: 1;
        }

            .navbar .navbar-toggler.collapsed .menu-icon-bar:first-child {
                -webkit-transform: translateY(-7px) rotate(0);
                -ms-sform: translateY(-7px) rotate(0);
                transform: translateY(-7px) rotate(0);
            }

            .navbar .navbar-toggler.collapsed .menu-icon-bar:last-child {
                -webkit-transform: translateY(5px) rotate(0);
                -ms-sform: translateY(5px) rotate(0);
                transform: translateY(5px) rotate(0);
            }

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: #212121;
    font-size: 0.810rem;
    font-weight: 600;
    text-transform: uppercase;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #ef6900;
        background-color: unset !important;
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #ef6900;
    }

.navbar .dropdown-menu {
    background-color: #fff;
}

    .navbar .dropdown-menu .dropdown-item {
        position: relative;
        padding: 6px 20px 7px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        transition: color 0.2s ease-in;
        color: #212121;
        font-size: 0.810rem;
        font-weight: 600;
        text-transform: uppercase;
    }

        .navbar .dropdown-menu .dropdown-item:last-child {
            border-bottom: none;
        }

        .navbar .dropdown-menu .dropdown-item:hover {
            background: transparent;
            color: #ef6900;
        }

        .navbar .dropdown-menu .dropdown-item::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            top: 0;
            width: 5px;
            background-color: #ef6900;
            opacity: 0;
            transition: opacity 0.2s ease-in;
        }

        .navbar .dropdown-menu .dropdown-item:hover::before {
            opacity: 1;
        }

.navbar.fixed-top {
    position: fixed;
    -webkit-animation: navbar-animation 0.6s;
    animation: navbar-animation 0.6s;
    background-color: #fff;
}

    .navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
        color: #ef6900;
    }

    .navbar.fixed-top.navbar-dark .navbar-nav .nav-link::after {
        background-color: unset;
    }

@media screen and (max-width: 768px) {
    .navbar-brand {
        margin-left: 0;
        width: 80%;
    }

    .navbar-nav {
        padding: 0 20px;
        background-color: #fff;
    }

    .navbar.fixed-top .navbar-nav {
        background: transparent;
    }
}

@media screen and (min-width: 767px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 23px 15px;
    }

    .navbar-dark .navbar-nav .dropdown .nav-link::after {
        position: static;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition: transform 0.1s ease-in;
        font-family: 'FontAwesome';
        content: "\f107";
        margin-left: 5px;
        margin-top: 2px;
    }

    .navbar-dark .navbar-nav .nav-link:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .dropdown-menu {
        min-width: 200px;
        -webkit-animation: dropdown-animation 0.3s;
        animation: dropdown-animation 0.3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }
}

@-webkit-keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes dropdown-animation {
    0% {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    75% {
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes dropdown-animation {
    0% {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    75% {
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    .container {
        max-width: 1170px;
    }
}

.navbar-dark .navbar-nav .btn_1 {
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    color: #fff;
    font-size: 0.810rem;
    padding: 5px 30px;
    margin-left: 17px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 17px;
}

.btn_1:hover {
    color: #fff !important;
    background-position: right center;
    box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
}

.navbar-dark .navbar-nav .user_btn {
    border: 1px solid #ef6900;
    color: #212121;
    font-size: 0.810rem;
    padding: 5px 30px;
    margin-left: 17px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 12px !important;
}

    .navbar-dark .navbar-nav .user_btn:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
        background-size: 200% auto;
        border: 1px solid transparent;
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        color: #fff !important;
    }

/**************** banner part css start ****************/

.banner_part {
    background-color: #292929;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .banner_part h1 {
        text-transform: capitalize;
        font-weight: normal;
        line-height: 1.0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        font-size: 50px;
    }

.banner_text {
    display: table;
    width: 100%;
    height: 490px;
}

.banner_part .banner_text .btn_2 {
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    margin-top: 19px;
    padding: 8.5px 52px;
}

.btn_2, .btn_2:hover, .main_menu .navbar-toggler:after, .banner_part .banner_text .btn_2, .feature_part .single_feature:hover span {
    background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
}

    .btn_2:hover {
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

.btn_2 {
    display: inline-block;
    padding: 13.5px 45px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 24px;
    font-weight: 600;
}

@media (max-width: 600px) {
    .navbar-dark .navbar-nav .user_btn {
        margin-left: 0;
    }

    .navbar-dark .navbar-nav .btn_1 {
        margin-left: 0;
    }

    .banner_part h1 {
        font-size: 34px;
        width: 80%;
    }

    .valuation_banner {
        display: none;
    }
}

.iconimg img {
    width: 90px;
    height: 90px;
}

.iconimg0 img {
    width: 90px;
}

.sector01 {
    background-color: #e7e7e7;
    padding: 60px 0px 100px;
    display: block;
}

.investor_text h2 {
    color: #ff5f00;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    padding-top: 16px;
}

.exclusive-title h2 {
    color: #ff5f00;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    padding-top: 50px;
    margin-bottom: 4px;
}

.exclusive-title p {
    color: #222222;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

.widget-icon h3 {
    font-size: 24px;
    padding-top: 20px;
    width: 54%;
}

.widget-icon01 h3 {
    font-size: 24px;
    padding-top: 20px;
    width: 54%;
}

.widget-icon02 h3 {
    font-size: 24px;
    padding-top: 20px;
}

.widget_icon h3 {
    font-size: 20px;
    padding-top: 14px;
    width: 100%;
    margin-bottom: 6px;
    color: #282828;
}

.widget_icon p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    width: 80%;
}

.user_signup {
    display: inline-block;
    padding: 7.5px 41px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 24px;
    font-weight: 600;
    margin: 0 auto;
}

    .user_signup, .user_signup:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    }

        .user_signup:hover {
            color: #fff !important;
            background-position: right center;
            box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
        }

.startup_text h2 {
    color: #38a4ee;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    padding-top: 16px;
}

.widget-icon04 h3 {
    font-size: 24px;
    padding-top: 20px;
    width: 76%;
}

.widget-icon05 h3 {
    font-size: 24px;
    padding-top: 20px;
    width: 76%;
}

.sector02 {
    background-color: #282828;
    padding: 70px 0px 95px;
}

.arrow-right:after {
    content: "";
    display: inline-block !important;
    border-left: 9px solid #fc6603;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    vertical-align: middle;
}

.arrow-right:before {
    width: 45px;
    height: 2px;
    background: #fc6603;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.arrow-right {
    position: relative;
    top: 7px;
    left: 37px;
}

.sector03 {
    background-color: #dbdbdb;
    padding: 100px 0px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: unset;
    border-bottom: unset;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 40px;
}

.carousel-indicators {
    bottom: -53px;
}

.deal_text h2 {
    color: #222222;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    padding-top: 16px;
}

.slide-icon02 img {
    position: relative;
    top: 67px;
}

.slide-icon02 {
    text-align: center;
    background-color: #fff;
    height: 154px;
}

.slide_icon {
    text-align: center;
}

.intro01 {
    text-align: left;
    margin-top: 23px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50em;
    border-right: 2px solid #636363;
    padding-right: 20px;
}

.sector04 {
    background-color: #282828;
    padding: 100px 0px;
}

.journey_text h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    padding-top: 16px;
}

.user-list {
    display: unset;
    position: relative;
    left: 10px;
}

    .user-list li {
        border-bottom: 1px solid #7f7f7f;
        transition: all 0.3s ease 0s;
        padding-bottom: 16px;
        list-style-type: none;
        color: #fafafa;
        font-size: 24.666667px;
        padding-top: 16px;
        font-weight: 500;
    }

        .user-list li span {
            font-weight: 600;
            color: #ff6606;
        }

@media only screen and (min-width: 64.0625em) {
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 40.0625em) {
    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

.banner {
    background-color: #282828;
    width: 100%;
    padding: 2em 0;
}

    .banner h2 {
        width: 100%;
        font-size: 47px;
        text-transform: capitalize;
        font-weight: normal;
        margin-bottom: 27px;
        line-height: 1.0;
        color: #fff;
        font-family: 'pp_monument_extendedregular',sans-serif;
    }

    .banner p {
        color: #fff;
        width: 71%;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.5;
    }

.exclusive-title01 h3 {
    color: #1689d7;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    padding-top: 16px;
    margin-bottom: 3px;
}

.exclusive-title01 p {
    color: #e3e3e3;
    text-transform: unset;
    font-size: 28px;
    font-weight: 500;
}

.widget_icon01 h3 {
    font-size: 20px;
    padding-top: 18px;
    width: 94%;
    margin-bottom: 6px;
    color: #1689d7;
}

.widget_icon01 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #c7c7c7;
    width: 85%;
}

.sector05 {
    background-color: #dbdbdb;
    padding: 70px 0px 100px;
}

.recent_text h2 {
    color: #222222;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    padding-top: 16px;
}

.sector06 {
    background-color: #282828;
    padding: 70px 0px;
}

.journey_text01 h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    padding-top: 16px;
}

.sector07 {
    background-color: #e7e7e7;
    padding: 0 0px 70px;
}

.investor_title h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    padding-top: 16px;
    color: #ff5f00;
}

.thumb-wrapper01 {
    background-image: url(assets/img/asset10.png);
    background-repeat: no-repeat;
    height: 380px;
}

.thumb-wrapper02 {
    background-image: url(assets/img/asset11.png);
    background-repeat: no-repeat;
    height: 380px;
}

.thumb-wrapper03 {
    background-image: url(assets/img/asset12.png);
    background-repeat: no-repeat;
    height: 380px;
}

.centered-text {
    position: absolute;
    left: 33px;
    top: 45px;
}

    .centered-text h3 {
        color: #fff;
        font-size: 30.693333px;
        font-weight: 600;
        width: 90%;
        line-height: 1.02;
    }

.thumb-wrapper p {
    color: #f9c4b3;
    font-size: 18.666667px;
    position: absolute;
    left: 37px;
    bottom: 36px;
    text-align: center;
    font-weight: 600;
}

.centered-text01 {
    position: absolute;
    left: 64px;
    top: 29px;
}

    .centered-text01 h3 {
        color: #fff;
        font-size: 26.693333px;
        font-weight: bold;
        width: 70%;
        line-height: 1.02;
    }

.centered-text02 {
    position: absolute;
    left: 95px;
    top: 27px;
}

    .centered-text02 h3 {
        color: #fff;
        font-size: 33.693333px;
        font-weight: bold;
        width: 78%;
        line-height: 1.02;
    }

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.arrow-left {
    position: relative;
    top: 7px;
    left: 37px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: inline-block;
}

    .arrow-left:before {
        width: 45px;
        height: 2px;
        background: #fc6603;
        content: "";
        display: inline-block;
        vertical-align: middle;
    }

    .arrow-left:after {
        content: "";
        display: inline-block !important;
        border-left: 9px solid #fc6603;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        vertical-align: middle;
    }

.arrow-left-top {
    position: relative;
    top: -96px;
    left: -90px;
}

.entry-title01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 87%;
    position: relative;
    left: 4px;
}

.entry-title02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    width: 62%;
    padding-top: 1px;
    position: relative;
    left: 54px;
}

.entry-title03 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    width: 74%;
    padding-top: 20px;
    position: relative;
    left: 25px;
}

.centered-text03 {
    position: absolute;
    top: 20%;
    left: 48%;
    transform: translate(-50%, -50%);
    text-align: left;
}

    .centered-text03 h3 {
        color: #fff;
        font-size: 23px;
        font-weight: 600;
        width: 96%;
    }

.entry-title04 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 85%;
    left: 5px;
}

.entry-title05 {
    position: relative;
    left: 21px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 85%;
}

.entry-title06 {
    position: relative;
    left: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 81%;
}

.centered_text03 {
    position: absolute;
    left: 22px;
    top: 27px;
}

    .centered_text03 h3 {
        color: #fff;
        font-size: 33.693333px;
        font-weight: bold;
        width: 55%;
        line-height: 1.02;
    }

.centered-text04 {
    position: absolute;
    left: 33px;
    top: 27px;
}

    .centered-text04 h3 {
        color: #fff;
        font-size: 33.693333px;
        font-weight: bold;
        width: 62%;
        line-height: 1.02;
    }

.centered-text05 {
    position: absolute;
    left: 44px;
    top: 26px;
}

    .centered-text05 h3 {
        color: #fff;
        font-size: 33.693333px;
        font-weight: bold;
        width: 54%;
        line-height: 1.02;
    }

        .centered-text05 h3 span::after {
            content: "";
            top: 0;
            left: 0;
            border-top: 1px solid #fff;
        }

.sector08 {
    background-color: #282828;
    padding: 0 0px 70px;
    display: block;
}

.work_title h2 {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    padding-top: 0;
    color: #ff5f00;
}

.work_title01 h2 {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    padding-top: 16px;
    color: #1498f2;
    padding-left: 33px;
    width: 84%;
}

.centered-text06 {
    position: absolute;
    left: 33px;
    top: 62px;
}

    .centered-text06 h3 {
        color: #fff;
        font-size: 33.693333px;
        font-weight: 600;
        width: 53%;
        line-height: 1.02;
    }

.entry_title01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 90%;
    position: relative;
    color: #fff;
    margin-top: 17px;
}

.entry_title02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 80%;
    position: relative;
    color: #fff;
    margin-top: 17px;
}

.entry_title03 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    width: 74%;
    color: #fff;
    padding-top: 20px;
}

.entry_title04 {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 90%;
    position: relative;
    color: #fff;
    margin-top: 17px;
}

.entry_title05 {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 95%;
    position: relative;
    color: #fff;
    margin-top: 17px;
}

.table_content {
    position: absolute;
    left: 10px;
    top: 47%;
}

    .table_content li {
        color: #fff;
        list-style-type: none;
        font-size: 10px;
        line-height: 18px;
        text-transform: uppercase;
    }

.table_content01 {
    position: absolute;
    left: 13px;
    top: 45%;
}

    .table_content01 li {
        color: #fff;
        list-style-type: none;
        font-size: 10px;
        line-height: 20px;
        text-transform: uppercase;
    }

.centered_text09 {
    position: absolute;
    left: 43px;
    top: 54px;
}

    .centered_text09 h3 {
        color: #fff;
        font-size: 30.693333px;
        font-weight: 600;
        width: 71%;
        line-height: 1.02;
        text-transform: unset;
    }

.cardimg {
    position: relative;
    right: 11px;
}

    .cardimg img {
        width: 303px;
    }

.centered-text10 {
    position: absolute;
    left: 37px;
    top: 18px;
}

    .centered-text10 h3 {
        color: #fff;
        font-size: 30.693333px;
        font-weight: 600;
        width: 58%;
        line-height: 1.02;
        text-transform: unset
    }

.centered-text11 {
    position: absolute;
    left: 35px;
    top: 20px;
}

    .centered-text11 h3 {
        color: #fff;
        font-size: 30.693333px;
        font-weight: 600;
        width: 55%;
        line-height: 1.02;
        text-transform: unset;
    }

.centered-text07 {
    position: absolute;
    left: 35px;
    top: 25px;
}

    .centered-text07 h3 {
        color: #fff;
        font-size: 33.693333px;
        font-weight: 600;
        width: 32%;
        line-height: 1.02;
        text-transform: unset;
    }

.centered-text08 {
    position: absolute;
    left: 16px;
    top: 19px;
}

    .centered-text08 h3 {
        color: #fff;
        font-size: 30.693333px;
        font-weight: 600;
        width: 53%;
        line-height: 1.02;
        text-transform: unset;
    }

.close {
    text-align: right;
    position: relative;
    left: 27px;
    color: #fff;
}

.banner_text01 {
    display: table;
    width: 100%;
    height: 470px;
    padding-top: 90px;
    padding-bottom: 70px;
}

    .banner_text01 .banner_text_iner {
        display: table-cell;
        vertical-align: middle;
    }

    .banner_text01 p {
        margin-bottom: 5px;
        color: #fff;
        font-size: 18px;
        width: 100%;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
    }

.banner_part .banner_text01 .btn_2 {
    background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
}

.banner_part .banner_text01 .btn_2 {
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    margin-top: 19px;
    padding: 8.5px 52px;
}

.thumb-wrapper {
    position: relative;
    height: 397px;
    left: 6px;
}

.dropdown-menu .title-menu {
    color: #222222;
    text-transform: uppercase;
    font-size: 0.910rem;
    font-weight: 600;
}

.list-unstyled li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
}

.list-unstyled li {
    padding-bottom: 5px
}

.dropdown_menu {
    position: static;
}

.pricing-details-cstm {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    border: 2px solid #f5f5f5;
}

    .pricing-details-cstm h5 {
        font-weight: 600;
        color: #4c4d4e;
        font-size: 14px;
        text-transform: uppercase;
        width: 90%;
        margin: 0 auto 20px;
    }

    .pricing-details-cstm p {
        font-size: 12px;
        font-weight: 500;
        line-height: 19px;
        color: #4c4d4e;
        width: 70%;
        margin: 0 auto 20px;
        text-transform: uppercase;
    }

    .pricing-details-cstm a {
        text-decoration: none;
        padding: 9px 8px;
        border-radius: 50px;
        background: transparent;
        color: #4c4c4c;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0 !important;
        border: 2px solid #e3e3e3;
        text-transform: uppercase;
        width: 170px;
        margin: 0 auto;
    }

    .pricing-details-cstm h3 {
        font-size: 21px;
        font-weight: 700;
        color: #4c4c4c;
        margin-bottom: 30px;
    }

    .pricing-details-cstm:hover {
        background-color: #fff;
        border: 2px solid #ff4f03;
    }

        .pricing-details-cstm:hover .pricing-details-content-cstm a {
            background: -webkit-linear-gradient(#ff8a01, #fe7202);
            border: none;
            color: #fff;
        }

.page-title h2 {
    color: #292929;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 15px;
    padding-top: 20px;
}

    .page-title p span {
        color: #ff4f03;
    }

.most-popular {
    bottom: 37px;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    min-height: 302px !important;
    border: 1px solid #fe6603 !important;
}

    .most-popular .most-popular-header {
        padding: 6px 0 2px;
        border-bottom: 2px solid #ff4f03;
        text-align: center;
        background-color: #fe6603;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        color: #fff;
    }

        .most-popular .most-popular-header p {
            margin-bottom: 0;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
        }

.card-body0 hr {
    margin-top: 0.6rem;
    margin-bottom: 1.3rem;
    border: 0;
    border-top: 1px solid #787878;
    width: 71%;
}

.pricing001 {
    padding-top: 15px;
}

.pricing-content p {
    color: #595c5d;
    font-weight: 400;
    text-align: justify;
    font-size: 15px;
}

.pricing-content h3 {
    font-size: 26px;
    font-weight: 700;
}

.pricing-content p {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.pricing-table tr td:first-child {
    font-weight: 600;
    text-align: left;
    border-left: none;
    width: 35%;
    padding: 0.75rem;
    vertical-align: middle;
    color: #212529;
}

.pricing-table tr td {
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    border: 1px solid #dee2e6;
    width: 15%;
}

.pricing-table .table-bordered thead th {
    border-bottom-width: 0;
}

.hidden-icon01 h4 {
    letter-spacing: 0;
    font-size: 19px;
    font-weight: bold;
    padding-top: 19px;
}

.hidden-icon01 i {
    font-size: 60px;
}

.line-content {
    color: #1b1f29;
    background-color: #f5f5f5
}

    .line-content p {
        padding: 45px 0;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        text-transform: capitalize;
    }

.faq-title {
    font-size: 27px;
    font-weight: 400;
    text-align: left;
    color: #ff6603;
    text-transform: uppercase;
}

.according-section .panel-according .panel-default .panel-heading .panel-title a {
    font-size: 14px;
}

.toggleWrapper {
    position: relative;
    overflow: hidden;
    padding: 0 176px;
    margin-top: 35px;
}

    .toggleWrapper input {
        position: absolute;
        left: -99em;
    }

    .toggleWrapper .toggle {
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: 65px;
        height: 27px;
        background-color: #fe6603;
        border-radius: 84px;
        transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        color: #282828;
        font-weight: 600;
    }

        .toggleWrapper .toggle:before {
            content: 'When paid monthly';
            position: absolute;
            left: -11rem;
            font-size: 15px;
            top: 2px;
        }

        .toggleWrapper .toggle:after {
            content: 'When paid Quarterly';
            position: absolute;
            right: -10.99rem;
            font-size: 15px;
            color: #fff;
            top: 2px;
        }

    .toggleWrapper .toggle__handler {
        display: inline-block;
        position: relative;
        z-index: 1;
        top: 3px;
        left: 2px;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
        transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transform: rotate(-45deg);
    }


    .toggleWrapper input:checked + .toggle {
        background-color: #cccccc;
    }

        .toggleWrapper input:checked + .toggle:before {
            color: #fff;
        }

        .toggleWrapper input:checked + .toggle:after {
            color: #282828;
            font-weight: 600;
        }

        .toggleWrapper input:checked + .toggle .toggle__handler {
            background-color: #ffffff;
            transform: translate3d(40px, 0, 0) rotate(0);
        }

.table-responsive > .table-bordered {
    border: 1px solid #dee2e6;
}

@media (max-width: 600px) {
    .pricing-details-cstm {
        margin-bottom: 20px;
    }

    .most-popular {
        margin-top: 0;
    }

    .toggleWrapper {
        display: none;
    }
}

.btn_group .btn {
    font-family: 'Montserrat', sans-serif;
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    color: #fff !important;
    border-radius: 62px;
}

.user-tab {
    border-bottom: 1px solid #707070;
}

.icon001 i {
    color: #282828;
    font-size: 1.80rem;
}


.mobile-valuation h1 {
    font-size: 43.5px;
    text-shadow: 5px 5px 5px #282828;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #be430e;
    text-transform: uppercase;
    padding-left: 0;
    letter-spacing: 0.218rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    line-height: 43px;
}

.mobile-valuation p {
    font-size: 41px;
    font-weight: 500;
    line-height: 44px;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    letter-spacing: 1.50px;
    margin-bottom: 10px;
}

.valuation_banner .banner_text .btn_2 {
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    padding: 10.5px 40px;
}

.featured-section01 {
    background-color: #e7e7e7;
}

.featuretext01 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.featuretext01 p {
    width: 90%;
    line-height: 21px;
    font-size: 19.3px;
    color: #323232;
    font-weight: 500;
}

.featuretext01 span {
    color: #ff4800;
    font-weight: 600;
}

.featuretext02 {
    margin-top: 80px;
    margin-bottom: 80px;
}

    .featuretext02 h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 34px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .featuretext02 p {
        font-size: 20.3px;
        color: #323232;
        font-weight: 600;
        width: 63%;
    }

    .featuretext02 span {
        color: #ff4800;
    }


.icon-ai0 {
    position: relative;
    top: 40px;
    text-align: center;
    right: 170px;
}

.featured_section02 {
    background-color: #282828;
}

.user-text h2 {
    color: #ff6a01;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    padding-left: 6px;
}

.card {
    border: none;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .card {
        min-height: 350px;
    }
}

@media (max-width: 420px) {
    .card {
        min-height: 300px;
    }
}


.card .card-meta {
    color: orange;
}


.click-col0 {
    background-image: url('assets/img/assets.png');
    background-color: unset;
    background-repeat: no-repeat;
    height: 485px;
    background-size: contain;
}

.click-col1 {
    background-image: url('assets/img/Valuationtool/assets2.png');
    background-color: unset;
    background-repeat: no-repeat;
    height: 485px;
    background-size: contain;
}

.click-col2 {
    background-image: url('assets/img/Valuationtool/assets3.png');
    background-color: unset;
    background-repeat: no-repeat;
    height: 485px;
    background-size: contain;
}

    .click-col2 .card-title {
        width: 80%;
    }

.click-col3 .card-title {
    width: 80%;
}

.click-col1 .card-title {
    width: 89%;
}

.click-col0 p {
    font-size: 17px;
    font-weight: 500;
    width: 96%;
}

.click-col1 p {
    font-size: 17px;
    font-weight: 500;
    width: 89%;
}

.click-col2 p {
    font-size: 17px;
    font-weight: 500;
    width: 85%;
}

.featured_section03 {
    background-color: #dbdbdb;
}

.user_text p {
    color: #2c2c2c;
    font-size: 1.90rem;
    text-transform: uppercase;
    font-weight: 500;
}

.user_text h2 {
    margin-bottom: 3px;
    color: #ff6a01;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
}

.valuation-section {
    background-image: url(assets/img/Valuationtool/bg-banner.png);
    background-color: unset;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    width: 93%;
    margin: 0 auto 50px;
}

.user-stage {
    text-align: center;
    position: relative;
    top: 135px;
}


    .user-stage h3 {
        color: #fff;
        width: 48%;
        margin: 0 auto;
        padding-top: 20px;
        font-size: 23px;
    }

.download_pdf {
    position: relative;
    top: 160px;
}

.column-pricing01 {
    width: 19.666667%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-details-cstm {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    border: 2px solid #f5f5f5;
    height: 267px;
}

.pricing-details-content-cstm {
    padding: 17px 13px 35px;
}

    .pricing-details-content-cstm h5 {
        font-weight: 600;
        color: #4c4d4e;
        font-size: 13px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .pricing-details-content-cstm p {
        font-size: 12px;
        font-weight: 500;
        line-height: 19px;
        color: #4c4d4e;
        width: 85%;
        margin: 0 auto 23px;
        text-transform: uppercase;
    }

.pricing-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 43px;
    position: relative;
    left: 0;
}

.pricing-table .pricing-table tr td {
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    border: 1px solid #dee2e6;
    width: 15%;
    color: #212529
}

#pricing-table tr td {
    padding: 0.75rem;
    line-height: 20px;
    vertical-align: middle;
    border-top: unset;
    color: #212529;
    border: 1px solid #808080;
    font-size: 12px;
    font-weight: 600;
    width: 20px;
}

#pricing-table .table th {
    font-weight: 700;
    font-size: 0.985rem;
    padding: 0.75rem;
    line-height: 20px;
    vertical-align: middle;
    border-top: unset;
    color: #212529;
    border: 1px solid #808080;
}

.dropdown-header {
    display: list-item;
    padding: 7px 0 0px !important;
    white-space: nowrap;
    color: #1689d7;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    list-style: disc !important;
}

.dropdown-header0 {
    display: list-item;
    padding: 7px 0 0px !important;
    white-space: nowrap;
    color: #ff5f00;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    list-style: disc !important;
}

.dropdown0 li a {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    vertical-align: middle;
}

.dropdown0 li {
    list-style: none;
    padding: 10px 10px 10px;
    margin-top: 4px;
    vertical-align: middle;
}

    .dropdown0 li a:hover {
        color: #1689d7;
    }

.dropdown01 li a {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    vertical-align: middle;
}

.dropdown01 li {
    list-style: none;
    padding: 10px 10px 10px;
    margin-top: 4px;
}

    .dropdown01 li a:hover {
        color: #ef6900;
    }

.career-des .des_title {
    font-weight: 600;
    color: #282828;
    font-size: 17px;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 6px;
}

.hr0 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #545454;
}

#tool .table {
    margin: 20px auto;
}

.single_career {
    padding: 20px 17px;
    border: 1px solid #282828;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    background-color: #282828;
    border-radius: 20px;
    width: 100%;
    height: 228px;
}


.company__info {
    background-color: transparent;
    display: flex;
    justify-content: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.fa-android {
    font-size: 3em;
}

@media screen and (max-width: 640px) {
    .company__info {
        display: none;
    }

    .login_form {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

@media screen and (min-width: 642px) and (max-width:800px) {
    .main-content {
        width: 70%;
    }
}


.login_form {
    background-color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}



.form__input {
    width: 100%;
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 1em .5em .5em;
    padding-left: 2em;
    outline: none;
    margin: 1.5em auto;
    transition: all .5s ease;
}

    .form__input:focus {
        border-bottom-color: #008080;
        box-shadow: 0 0 5px rgba(0,80,80,.4);
        border-radius: 4px;
    }

.user-login h2 {
    color: #fd6603;
    font-size: 26px;
    margin-bottom: 5px;
}

.user-login p {
    color: #858585;
    font-size: 15px;
    font-weight: 500;
}

.user-login a {
    color: #28a1f2;
    text-decoration: underline;
    font-weight: 500;
}

.user-login {
    width: 70%;
    margin: 0 auto;
}

.user_email a {
    padding-right: 12px;
    text-decoration: unset;
}

.btn_login {
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: capitalize;
    font-weight: 500;
    background-color: #fd6f01;
    width: 100%;
}

    .btn_login:hover {
        color: #fff;
    }

.usersocial li {
    display: inline-block;
    margin-left: 10px;
}

.usersocial {
    display: contents;
}

.user_email a:hover {
    text-decoration: underline;
}

.login-form-1 {
    background-color: #343434;
    background-color: #343434;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    height: 260px;
}

    .login-form-1 h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
        padding-top: 13px;
        width: 60%;
        margin-bottom: 0;
    }

        .login-form-1 h3 span {
            font-size: 24px;
            font-weight: 600;
        }


.login-form-2 {
    background-color: #343434;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    height: 260px;
}

    .login-form-2 h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
        padding-top: 13px;
        width: 60%;
        margin-bottom: 0;
    }

        .login-form-2 h3 span {
            font-size: 24px;
            font-weight: 600;
        }

.btnSubmit {
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
}

.btnForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

    .btnForgetPwd:hover {
        text-decoration: none;
        color: #fff;
    }

#modal_box {
    background-color: #282828;
    margin: 0 auto;
    padding: 40px 30px;
}

.login-form-1 .btn {
    display: inline-block;
    padding: 11.5px 45px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 11px;
    font-weight: 600;
    margin-bottom: 23px;
    text-decoration: none;
}

    .login-form-1 .btn, .login-form-1 .btn:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ff6e03 51%, #f9b700 100%);
    }

        .login-form-1 .btn:hover {
            color: #fff !important;
            background-position: right center;
            box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
        }

.login-form-2 .btn {
    display: inline-block;
    padding: 11.5px 45px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 11px;
    font-weight: 600;
    margin-bottom: 23px;
}

    .login-form-2 .btn, .login-form-2 .btn:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ff6e03 51%, #f9b700 100%);
    }

        .login-form-2 .btn:hover {
            color: #fff !important;
            background-position: right center;
            box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
        }

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 900px;
    }
}

.form-action {
    display: flex;
}

.user-login #signin {
    background-color: unset;
    border: unset;
    text-decoration: underline;
    color: #199bf2;
    font-weight: 600;
}

    .user-login #signin:focus {
        border: unset;
        outline: unset;
    }

.label-agree-term {
    color: #818181;
    font-size: 0.875rem;
    position: relative;
    bottom: 6px;
    left: 10px;
}

.label_agreeterm {
    color: #818181;
    font-size: 0.875rem;
    position: relative;
    bottom: -3px;
    left: 10px;
}

    .label_agreeterm a {
        color: #818181;
    }

.label-agree-term a {
    color: #818181;
}

.company__info {
    width: 100%;
    height: 535px;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-image: linear-gradient(2deg, #fb5c03, #ff7d01 40%, #ff8d00);
    background-repeat: no-repeat;
}

#modal-1 .modal-content {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: unset;
}

.company_title {
    width: 220px;
}

.company_title0 {
    width: 202px;
    height:370px;
}

#modal-3 .modal-content {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.company__info01 {
    width: 100%;
    height: 595px;
    background-image: linear-gradient(82deg, #ff7a03, #ff6b01);
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.company_title01 {
    transform: rotate(270deg);
    text-transform: uppercase;
    font-size: 80px;
    position: relative;
    top: 12px;
    background-clip: text;
    transform-origin: center;
    background: linear-gradient(to right,#ff9000 0%, #ff8901 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-align: center;
    display: table;
}

@media (max-width: 600px) {
    .company__info01 {
        display: none;
    }

    .icon_001 {
        display: initial !important
    }
}

.modal {
    /*background-color: #2c2b2b;*/
    background-color: #2c2b2bd1;
}

.blog-item {
    display: -webkit-inline-box;
}

.blog_grid {
    display: contents;
}

.user_login {
    width: 90%;
    margin: 0 auto;
}

    .user_login h2 {
        color: #fd6603;
        font-size: 26px;
        margin-bottom: 5px;
    }

    .user_login p {
        color: #858585;
        font-size: 15px;
        font-weight: 500;
    }

    .user_login a {
        color: #28a1f2;
        font-weight: 500;
    }

.span_code {
    background-color: #43a7f4;
    height: 23px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.span-code {
    background-color: #ff7d13;
    height: 23px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.box-1 {
    text-align: left;
    position: relative;
    left: 35px;
}

#buy .modal-content {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: unset;
}

#signup .modal-content {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: unset;
}

.user-info {
    width: 100%;
    height: 580px;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-image: linear-gradient(2deg, #fb5c03, #ff7d01 40%, #ff8d00);
    background-repeat: no-repeat;
    background-color: transparent;
    display: flex;
    justify-content: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

#signup .mobilecode {
    margin-top: 0;
}

#loginPopUpModal .modal-content {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: unset;
}

.form_group {
    display: flex;
}

.payment {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 22px;
}

.payment01 {
    background-color: #282828;
    padding: 13px 0 1px;
    color: #fff;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}

    .payment01 h4 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }

    .payment01 span {
        font-size: 1.205rem;
    }

.pay0 {
    padding: 40px;
}

.login-input {
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    width: 700px;
    padding-top: 39px;
    padding-bottom: 35px;
}

.ain-body {
    margin-top: 70px;
}

.single_career .career-header i {
    font-size: 60px;
    color: #ef6900;
}

#Dasboard .career-wrapper {
    padding: 0 50px;
}

.tab01 button.active img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.modal_title {
    text-align: center;
    padding: 1rem 0 0;
    font-size: 17px;
    text-transform: uppercase;
    color: #ef6900;
    margin-bottom: 0;
}

.add0 {
    padding: 15px;
}

    .add0 .form-group label {
        font-size: 0.880rem;
        color: #353535;
        font-weight: 600;
    }

    .add0 h4 {
        text-transform: uppercase;
        margin-bottom: 0.3rem;
        font-size: 0.880rem;
        color: #353535;
        font-weight: 700;
    }

.navbar .dropdown-menu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5 transparent;
}

.banner_text_iner h2 {
    font-size: 39px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    letter-spacing: 0.90px;
    margin-bottom: 0;
}

.feature-text01 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0;
}

.feature-text01 p {
    font-size: 19px;
    color: #fe6603;
    font-weight: 600;
    padding-top: 2px;
}

.feature-text02 {
    border: 1px solid #fe6603;
    width: 450px;
    height: 450px;
    margin: 60px auto;
    border-radius: 50%;
    text-align: center;
}

.source0 {
    height: 110px;
    width: 110px;
    position: relative;
    margin: 0 auto 0;
    bottom: 30px;
    background-image: url('assets/img/asset02@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .source0 h3 {
        text-transform: uppercase;
        font-size: 15px;
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .source0:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        border: 1px solid #fe6603;
        border-width: 0 0 0 1px;
        width: 1px;
        height: 13px;
    }

.feature-text02 .opp0 {
    background-color: unset;
    width: 368px;
    margin: 0px auto 0;
    border: 1px solid #fe6603;
    border-radius: 25px;
    position: relative;
    bottom: 17px;
}

    .feature-text02 .opp0 p {
        color: #212121;
        font-size: 13px;
        font-weight: 500;
        margin: -4px auto;
        padding: 0px 0;
    }

    .feature-text02 .opp0:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 107%;
        left: 50%;
        border: 1px solid #fe6603;
        border-width: 0 0 0 1px;
        width: 1px;
        height: 432px;
    }

#descript0 {
    font-size: 37px;
    font-weight: 500;
    color: #ff4f03;
    font-family: 'monument_extendedregular',sans-serif;
    letter-spacing: 0.90px;
    margin-bottom: -4px;
}

#descript01 {
    font-size: 43px;
    font-weight: 500;
    color: #f76603;
    font-family: 'monument_extendedregular',sans-serif;
    letter-spacing: 0.30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 128px;
    color: #2a2a2a;
    font-weight: 600;
    font-size: 12px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 128px;
    color: #2a2a2a;
    font-weight: 600;
    font-size: 12px;
}

.Slinks {
    position: relative;
    text-align: center;
    color: white;
    margin-top: 31px;
}

.bottom-right {
    position: absolute;
    bottom: 85px;
    right: 128px;
    color: #2a2a2a;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
}

.bottom-left {
    position: absolute;
    bottom: 79px;
    left: 128px;
    color: #2a2a2a;
    font-weight: 600;
    font-size: 12px;
}

.feature-text03 {
    border: 1px solid #fe6603;
    width: 675px;
    height: 370px;
    margin: 145px auto;
    border-radius: 35px;
    text-align: center;
}

    .feature-text03 .opp0 {
        background-color: unset;
        width: 189px;
        margin: 0px auto 0;
        border: 1px solid #fe6603;
        border-radius: 25px;
        position: relative;
        bottom: 37px;
    }

        .feature-text03 .opp0 p {
            color: #212121;
            font-size: 13px;
            font-weight: 500;
            margin: -4px auto;
        }

        .feature-text03 .opp0:before {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            top: 110%;
            left: 50%;
            border: 1px solid #fe6603;
            border-width: 0 0 0 1px;
            width: 1px;
            height: 165px;
        }

.modalul1 {
    position: absolute;
    top: 0;
    left: 64px;
}

.modalul2 {
    position: absolute;
    top: 0;
    right: 72px;
}

.sideul ul > li {
    list-style-type: none;
    background-color: #282828;
    margin-bottom: 10px;
    color: #d8d8d8;
    border-radius: 20px;
    padding: 1px 24px 1px;
    font-size: 13px;
}

.sideul {
    position: relative;
    text-align: center;
}

    .sideul span {
        color: #fe6603;
        font-weight: 500;
    }

.feature-text03 .opp01 {
    background-color: unset;
    width: 151px;
    margin: 0px auto 0;
    border: 1px solid #fe6603;
    border-radius: 25px;
    position: relative;
    top: 130px;
}

    .feature-text03 .opp01 p {
        color: #212121;
        font-size: 13px;
        font-weight: 500;
        margin: -4px auto;
    }

    .feature-text03 .opp01:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 110%;
        left: 50%;
        border: 1px solid #fe6603;
        border-width: 0 0 0 1px;
        width: 1px;
        height: 45px;
    }

.feature-text02 .opp0:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 8px #fe6603;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 1;
    top: 396px;
    left: 48.014%;
    display: block;
}

.source01 {
    height: 110px;
    width: 110px;
    position: relative;
    margin: 0 auto 0;
    bottom: 54px;
    background-image: url('assets/img/asset03@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .source01:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        border: 1px solid #fe6603;
        border-width: 0 0 0 1px;
        width: 1px;
        height: 16px;
    }

    .source01 h3 {
        text-transform: uppercase;
        font-size: 15px;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.source02 {
    height: 110px;
    width: 110px;
    position: relative;
    margin: 0 auto 0;
    bottom: 54px;
    background-image: url('assets/img/asset04@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .source02:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        border: 1px solid #fe6603;
        border-width: 0 0 0 1px;
        width: 1px;
        height: 16px;
    }

    .source02 h3 {
        text-transform: uppercase;
        font-size: 15px;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.feature-text03 .opp0:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 8px #fe6603;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 1;
    top: 154px;
    left: 46.5%;
    display: block;
}

.l0 {
    margin-top: 175px;
}

    .l0 h4 {
        padding-top: 22px;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        width: 23%;
        margin: 0 auto;
    }

.line0:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 60.1%;
    left: 50%;
    border: 1px solid #fe6603;
    border-width: 0 0 0 1px;
    width: 1px;
    height: 19px;
}

.linee0:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 85.40%;
    left: 50%;
    border: 1px solid #fe6603;
    border-width: 0 0 0 1px;
    width: 1px;
    height: 16px;
}

.line10:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 63.5%;
    left: 50%;
    border: 1px solid #fe6603;
    border-width: 0 0 0 1px;
    width: 1px;
    height: 110px;
}

.line10:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 8px #fe6603;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 1;
    top: 67%;
    left: 49.35%;
    display: block;
}

.feature-text04 {
    border: 1px solid #fe6603;
    width: 640px;
    height: 200px;
    margin: 250px auto;
    border-radius: 125px;
    text-align: center;
}

    .feature-text04 .opp0 {
        background-color: unset;
        width: 337px;
        height: 20px;
        margin: 0px auto 0;
        border: 1px solid #fe6603;
        border-radius: 25px;
        position: relative;
        bottom: 37px;
    }

        .feature-text04 .opp0 p {
            color: #212121;
            font-size: 13px;
            font-weight: 500;
            margin: -4px auto;
        }

        .feature-text04 .opp0:before {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            top: 115%;
            left: 50%;
            border: 1px solid #fe6603;
            border-width: 0 0 0 1px;
            width: 1px;
            height: 50px;
        }

.l01 {
    margin-top: 19px;
}

    .l01 h4 {
        padding-top: 20px;
        font-weight: 500;
        font-size: 13px;
        text-align: center;
        width: 82%;
        margin: 0 auto;
    }

.linee10:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 88.60%;
    left: 50%;
    border: 1px solid #fe6603;
    border-width: 0 0 0 1px;
    width: 1px;
    height: 44px;
}

.line01 {
    text-align: center;
    border: 1px solid #282828;
    width: 54%;
    margin: 0 auto 0;
    border-radius: 50px;
}

    .line01 p {
        margin-bottom: 0px;
        color: #282828;
        font-size: 16px;
        font-weight: 700;
    }

.feature_text0 {
    text-align: center;
    background-image: url('assets/img/asset01@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
    margin-top: 100px;
}

    .feature_text0 p {
        padding: 114px 0;
        color: #fff;
        font-weight: 500;
        font-size: 67px;
        height: 230px;
        font-family: 'Caveat', cursive;
    }

.feature_text01 {
    background-color: #e7e7e7;
    padding-bottom: 60px;
    padding-top: 20px;
}

    .feature_text01 h3 {
        padding-top: 35px;
        color: #282828;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        left: 41px;
    }

#common-moal-popup .modal-footer {
    border-top: unset;
    text-align: center;
    display: block;
    padding: 0;
    margin-bottom: 31px;
}

.btn-ok {
    color: #fff;
    background-color: #ef6900;
    border-color: #ef6900;
    border-radius: 40px;
    padding: 10px 55px;
    font-size: 15px;
    font-weight: 500;
}

    .btn-ok:hover {
        color: #fff
    }

#common-moal-popup-text p {
    font-size: 15px;
    font-weight: 600;
    color: #808080;
    text-align: center;
    margin-bottom: 0;
    margin-top: 13px;
}

.features0 {
    background-image: url(assets/img/Asset-25@2x.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
}

.features01 {
    background-image: url('assets/img/asset-26@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
}

.features02 {
    background-image: url('assets/img/asset-27@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 418px;
    padding: 26px 20px;
}

.feature_text01 h4 {
    color: #fff;
    font-size: 30px;
    width: 63%;
    font-weight: 600;
}

.features01 {
    padding: 26px 40px;
}

.features03 {
    background-image: url(assets/img/asset-28@2x.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 28px;
}

.features04 {
    background-image: url('assets/img/asset-29@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 28px;
}

.features05 {
    background-image: url('assets/img/asset-30@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 418px;
    padding: 24px 46px;
}

.iconimg {
    height: 87px;
}

.iconimg0 {
    height: 92px;
}

.thumb-wrapper0 {
    position: relative;
    height: 400px;
    right: 7px;
}

.centered_text01 {
    position: absolute;
    left: 35px;
    top: 27px;
}

    .centered_text01 h3 {
        color: #fff;
        font-size: 33.693333px;
        font-weight: 600;
        width: 55%;
        line-height: 1.02;
    }

.thumb_wrapper01 {
    right: 68px;
    position: relative;
    height: 400px;
}

.valuation0 {
    margin: 60px 0 0px;
}

.explore0 .nav-tabs li {
    background-color: #282828;
    color: #fff;
    border: 1px solid #282828;
    padding: 3px 22px 1px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

    .explore0 .nav-tabs li a {
        color: #fff;
        text-transform: uppercase;
    }

.explore0 .tab-content {
    background-color: #282828;
    padding: 49px 49px;
    color: #fff;
}

.explore0 {
    margin: 45px 0 0px;
}

    .explore0 h3 {
        color: #fff;
        font-weight: 600;
        font-size: 17px;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

.modify0 li {
    list-style-type: none;
    margin-top: 19px;
    font-size: 15px;
    margin-bottom: 19px;
    font-weight: 500;
}

.modify0 {
    display: contents;
}

    .modify0 li:last-child {
        color: #fd6604
    }

.explore0 hr {
    border-top: 1px solid #a5a5a5;
}

.method0 {
    display: flex;
    width: 100%;
    margin: 60px 0 0;
    padding-left: 0;
}

    .method0 li {
        list-style-type: none;
        text-align: center;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        width: 25%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.graph0 {
    margin: 60px 0 0px;
}

.modal_header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.725rem 1rem;
    border-bottom: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #808080;
}

.modal_title {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
}

.modal_content0 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
}

#common-modal-popup-btn {
    margin-top: 12px;
}

.fs-form-wrap {
    background-color: #c6c6c6;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fs-form-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    color: #4b4b4b;
}

.multiple-logout {
    border: 1px solid #282828;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    background-color: #282828;
    border-radius: 20px;
    width: 520px;
    margin: 0 auto;
    position: relative;
    top: 78%;
    padding: 40px;
}

.testing1 {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

#btnAddTeam {
    background-image: unset;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    color: #fff !important;
    background-color: #282828;
    border-radius: 30px;
    padding: 8px 41px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 11px 0 11px;
}

    #btnAddTeam:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
        background-size: 200% auto;
        border: 1px solid transparent;
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        color: #fff !important;
    }

.divideline0 {
    padding-left: 6px !important;
    padding-right: 0;
    font-weight: 500 !important;
    color: #ffdfdff0 !important;
}

.report01 .table .thead-dark th {
    text-align: left;
}

.banner_text .banner_text_iner0 {
    display: table-cell;
    vertical-align: middle;
}

.banner_text_iner0 h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 20px;
}

.process0 {
    color: #242424;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    width: 46%;
    margin-bottom: 3px;
}

.po1 {
    font-size: 19px;
    font-weight: 500;
}

.services .icon-box {
    padding: 60px 0 0;
}

    .services .icon-box .icon {
        display: block;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
        color: #fff;
    }

        .services .icon-box .icon img {
            width: 90px;
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 4px;
        font-size: 22px;
        width: 61%;
    }

    .services .icon-box p {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 500;
        width: 84%;
    }

    .services .icon-box h4 a {
        color: #282828;
        transition: ease-in-out 0.3s;
    }

.services {
    background-color: #E6E6E6;
}

.icon-box0 {
    padding: 78px 30px 0;
}

.services .icon-box0 .icon {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.services .icon-box0 h4 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 22px;
    width: 61%;
}

    .services .icon-box0 h4 a {
        color: #282828;
        transition: ease-in-out 0.3s;
    }

.services .icon-box0 p {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    width: 84%;
}

.icon_box01 {
    padding: 67px 30px 0;
}

.services .icon_box01 .icon {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.services .icon_box01 h4 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 22px;
    width: 61%;
}

    .services .icon_box01 h4 a {
        color: #282828;
        transition: ease-in-out 0.3s;
    }

.services .icon_box01 p {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    width: 84%;
}

.features .icon-box {
    padding: 60px 30px 0;
}

    .features .icon-box .icon {
        display: block;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
        color: #fff;
    }

        .features .icon-box .icon img {
            width: 90px;
        }

    .features .icon-box h4 {
        font-weight: 700;
        margin-bottom: 4px;
        font-size: 22px;
        width: 61%;
    }

    .features .icon-box p {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 500;
        width: 84%;
    }

    .features .icon-box h4 a {
        color: #282828;
        transition: ease-in-out 0.3s;
    }

.features {
    background-color: #dbdbdb
}

.icon-box0 {
    padding: 78px 0 0;
}

.features .icon-box0 .icon {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.features .icon-box0 h4 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 22px;
    width: 61%;
}

    .features .icon-box0 h4 a {
        color: #282828;
        transition: ease-in-out 0.3s;
    }

.features .icon-box0 p {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    width: 84%;
}

.icon_box01 {
    padding: 67px 0 0;
}

.features .icon_box01 .icon {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.features .icon_box01 h4 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 22px;
    width: 61%;
}

    .features .icon_box01 h4 a {
        color: #282828;
        transition: ease-in-out 0.3s;
    }

.features .icon_box01 p {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    width: 84%;
}

.features_service {
    background-color: #282828;
    padding-top: 100px;
    padding-bottom: 100px;
}

.process01 {
    color: #ff6703;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    width: 46%;
    margin-bottom: 3px;
}

.po11 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 75px;
}

.ul0 {
    width: 100%;
}

    .ul0 li {
        width: 25%;
        float: left;
        font-weight: 500;
        font-size: 18px;
        color: #ff6a00;
        text-transform: uppercase;
    }

.featured_section02 {
    background-color: #dbdbdb;
    padding-bottom: 100px;
    padding-top: 100px;
}

    .featured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        margin-bottom: 3px;
    }

.features0 {
    background-image: url(assets/img/Asset-25@2x.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
}

.f01 {
    background-image: url(assets/img/Asset44@2x.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 30px 28px;
}

.f02 {
    background-image: url('assets/img/Asset45@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 30px 28px;
}

.f03 {
    background-image: url('assets/img/Asset46@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 30px 28px;
}

.f00 {
    color: #fe5004;
    font-size: 22px;
    width: 95%;
}

.V01 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    width: 93%;
}

.t0 h4 {
    color: #fff;
    width: 45%;
    margin: 0 auto;
    padding-top: 12px;
    font-size: 19px;
    font-weight: 500;
}

.t0 {
    padding-top: 30px;
}

.card0 {
    border: none;
    min-height: 265px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 27px;
}

.card-title0 {
    background-color: #282828;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    height: 66px;
}

    .card-title0 h4 {
        color: #fff;
        flex: 1 1 auto;
        text-align: center;
        font-weight: 600;
        width: 82%;
        margin: 0px auto;
        text-transform: uppercase;
        padding: 17px 0;
    }

.card-body0 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    padding-top: 0;
}

.card-text0 {
    color: #818181 !important;
    font-weight: 500 !important;
}

.card-body0 p {
    font-size: 13px;
    width: 74%;
    margin: 0 auto 15px;
    line-height: 21px;
    font-weight: 700;
    color: #282828;
}

.btn0 {
    border: 1px solid #e3e3e3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 37px;
    padding: 8px 24px;
    width: 77%;
    margin: 0 auto;
}

.card-body0 h5 {
    text-transform: uppercase;
    background-color: #000;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    color: #fff;
    padding: 22px 0 18px;
    font-weight: 600;
}

.most-popular .card-body0 h5 {
    text-transform: uppercase;
    background-color: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #212121;
    padding: 23px 0 7px;
    font-weight: 600;
}

.version0 {
    padding: 24px 0 !important;
}

.price0 {
    font-size: 24px !important;
    line-height: 45px !important;
}

.premium {
    background-color: #fe6603;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 12px 0;
    position: relative;
}

    .premium h4 {
        margin-bottom: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }

.card01 {
    border-radius: 0;
    box-shadow: unset;
    min-height: 249px;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fe6603;
}

.premium_text0 {
    text-transform: uppercase;
    border-bottom: 1px solid #949494;
    padding-bottom: 18px;
}

.card-text01 {
    padding-top: 15px !important;
}

.btnbuy {
    display: inline-block;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    font-weight: 600;
    background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 37px;
    padding: 8px 24px;
    width: 93%;
    margin: 0 auto;
}

    .btnbuy, .btnbuy:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    }

        .btnbuy:hover {
            color: #fff !important;
            background-position: right center;
            box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
        }

.feature_box {
    text-align: center;
    height: 270px;
    margin-top: 43px;
    background-color: #fe6603;
}

    .feature_box p {
        color: #fff;
        font-weight: 500;
        font-size: 4.47rem;
        font-family: 'Caveat', cursive;
        margin: 0 auto;
        line-height: 63px;
    }

.faq-section {
    background-color: #282828;
    padding-top: 90px;
}

.cardd0 {
    width: 200px;
    float: right;
    border: none;
    min-height: 265px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 27px;
}

.btn0:hover {
    background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
}

.banner0 {
    background-image: url('assets/img/Orange.png');
    height: 673px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-text0 {
    text-align: left;
    position: relative;
    top: 68%;
    color: white;
}

    .banner-text0 h2 {
        font-size: 45px;
        color: #fff;
        width: 68%;
        text-align: left;
        line-height: 43px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .banner-text0 .banner-des0 {
        font-size: 32px;
        color: #232a29;
        text-align: left;
        font-weight: 400;
    }

.sub-des0 {
    font-size: 16px;
    width: 75%
}

.bannerr0 {
    background-image: url('assets/img/Blue.png');
    height: 673px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bannerr-text0 {
    text-align: left;
    position: relative;
    top: 68%;
    color: white;
}

.banner-des01 {
    font-size: 32px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    animation-name: slideinleft;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.bannerr-text0 h2 {
    font-size: 45px;
    color: #fff;
    text-align: left;
    line-height: 43px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bannerr-text0 .banner-des0 {
    font-size: 32px;
    color: #232a29;
    text-align: left;
    font-weight: 400;
}

.sub-des0 {
    font-size: 16px;
    width: 75%
}

.object-left {
    position: relative;
    top: 120%;
    float: right;
    z-index: 999;
    right: 4%;
}

.main-image {
    position: absolute;
    top: 223px;
    right: 0;
    left: 0;
}



.object-first {
    position: absolute;
    top: 47px;
    right: 25%;
}

.object-right {
    position: relative;
    top: 182%;
    z-index: 999;
    right: 36%;
}

.main-image0 {
    position: absolute;
    top: 223px;
    right: 0;
    left: 0;
}

.object-first0 {
    position: absolute;
    top: 57px;
    right: 51%;
}

.object-second0 {
    position: absolute;
    top: 37px;
    right: 16%;
}

.object-right0 {
    position: relative;
    top: 203%;
    z-index: 999;
    right: 41%;
}

.object-left0 {
    position: relative;
    top: 130%;
    float: right;
    z-index: 999;
    right: 2%;
}

.sector09 {
    background-color: #E6E6E6;
    height: 285px;
}

.invest0 {
    text-align: center;
    margin-top: 0;
}

    .invest0 ul {
        list-style: disc;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        display: inline-block;
        padding: 130px 0;
    }

    .invest0 li {
        float: left;
        margin: 0 20px;
        font-size: 19px;
        text-transform: uppercase;
        color: #BFBFBF;
        font-weight: 500;
        padding: 0 67px;
        letter-spacing: 7px;
    }

        .invest0 li:first-child {
            list-style-type: none;
        }

.iconimg01 img {
    width: 80px;
}

.iconimg02 {
    height: 87px;
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 650px;
    }
}

.modal_text {
    color: #ef6900;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 6px;
    margin-bottom: 0;
    font-size: 16px;
}

.modal-md hr {
    margin-top: 10px;
}

.collabel0 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.check-list label {
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
}

.check-list input[type=radio]:checked {
    background: radial-gradient(orange 36%, transparent 38%);
}

.check-list input {
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transition: all ease-in 0.2s;
    box-shadow: 0 0 0 1px #c1c1c1;
}

.check-list {
    color: #595c5d;
    font-weight: 500;
    font-size: 0.895rem;
    position: relative;
    padding-top: 4px;
    text-align: right;
    width: 86%;
}

.btn2 {
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    margin-top: 50px;
    padding: 13.5px 45px;
}

    .btn2, .btn2:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    }

.btn2 {
    display: inline-block;
    padding: 6.5px 43px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}

    .btn2:hover {
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

.submit {
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    margin-top: 50px;
    padding: 13.5px 45px;
}

    .submit, .submit:hover {
        background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    }

.submit {
    display: inline-block;
    padding: 6.5px 43px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
}

    .submit:hover {
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

.ribbon {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 25px solid transparent;
    border-top: 25px solid #ffff;
    position: absolute;
    bottom: -2px;
    right: -20px;
    padding: 0 10px;
    width: 116px;
    color: #000;
}

    .ribbon .txt {
        position: absolute;
        top: -26px;
        left: 11px;
        font-weight: 600;
        text-transform: uppercase;
    }

.featuretext_02 {
    margin-top: 0;
    margin-bottom: 80px;
}

    .featuretext_02 h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 34px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .featuretext_02 p {
        font-size: 19.3px;
        color: #323232;
        font-weight: 500;
    }

    .featuretext_02 h3 {
        color: #323232;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.10px;
    }

.key0 {
    margin: 60px 0 0px;
}

.featuretext_02 span {
    color: #ff4800;
    font-weight: 600;
}

.multi0 {
    position: relative;
    right: 8px;
}

.icon-ai02 {
    position: relative;
    top: 40px;
    text-align: center;
    right: 39px;
}

.featuretext01 {
    margin-top: 85px;
    margin-bottom: 90px;
}

.icon-ai03 {
    position: relative;
    top: 50px;
    text-align: center;
    right: 41px;
}

.rgt_gif {
    position: relative;
    right: 7px;
}

.hidden_icon01 img {
    width: 80px;
    vertical-align: unset;
}

.hidden_icon01 h4 {
    letter-spacing: 0;
    font-size: 19px;
    font-weight: bold;
    padding-top: 19px;
}

.box_01 {
    padding: 65px 0;
}

.card_0 {
    margin-bottom: 1.875em;
    border-radius: 5px;
    padding: 0;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

    .card_0 .card_body0 {
        float: left;
        padding: 1.25em;
        position: relative;
        width: 100%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

.featuretext03 {
    margin-top: 0;
    margin-bottom: 80px;
}

    .featuretext03 h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 34px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .featuretext03 p {
        font-size: 19.3px;
        color: #323232;
        font-weight: 500;
    }

.mr-01 {
    margin-top: 65px;
}

.dropdown-01 {
    padding-left: 0;
}

.thing {
    height: 16px;
    position: relative;
    overflow: hidden;
    left: 16px;
}

    .thing::before,
    .thing::after {
        content: '';
        z-index: 1;
        position: absolute;
    }

    .thing::before {
        border-top: 1px solid #e9e9e9;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        width: 90%;
    }

    .thing::after {
        border-radius: 60%;
        left: 18px;
        height: 243px;
        border: 1px solid #e9e9e9;
        top: -235px;
        background-color: white;
        width: 12%;
    }

.thing0 {
    height: 16px;
    position: relative;
    overflow: hidden;
    left: 16px;
}

    .thing0::before,
    .thing0::after {
        content: '';
        z-index: 1;
        position: absolute;
    }

    .thing0::before {
        border-top: 1px solid #e9e9e9;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        width: 90%;
    }

    .thing0::after {
        border-radius: 60%;
        left: 18px;
        height: 243px;
        border: 1px solid #e9e9e9;
        top: -235px;
        background-color: white;
        width: 11%;
    }

.dash0 img {
    width: 280px;
}

.dash00 img {
    width: 322px;
}

.ulside {
    display: none;
}

.baanner0 {
    display: none;
    background-image: url(assets/img/Orange.png);
    height: 673px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bannerr0_bg {
    display: none;
}

.widget-icon0 h3 {
    font-size: 18px;
    padding-top: 15px;
    width: 100%;
    margin-bottom: 1px;
    line-height: 24px;
}

.widget-icon0 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.featured-section0 {
    background-color: #282828;
    padding-bottom: 120px;
    padding-top: 120px;
}

.trans0 {
    background-image: url(assets/img/1.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    padding: 26px 20px;
    margin-top: 250px;
    position: relative;
    right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.trans01 {
    background-image: url(assets/img/11@2xx.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
    margin-top: 250px;
}

.trans02 {
    background-image: url(assets/img/3.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 20px;
    margin-top: 250px;
}

.titlee0 {
    font-size: 6.50rem;
    background: -webkit-linear-gradient(-86deg, #f76603 5%, #f76603 53%, #f76603 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 0.108rem;
    font-weight: 900;
    margin-bottom: -20px;
    margin-top: 45px;
}

.second-title {
    color: #f76603;
    font-size: 91px;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    font-weight: 900;
    margin-bottom: 0;
    width: 86%;
    line-height: 73px;
    padding-top: 12px;
    display: inline-block;
    z-index: 2;
}

.side-bar span {
    background: -webkit-linear-gradient(-86deg, #f76603 5%, #f76603 53%, #f76603 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    color: #282828;
    font-weight: 900;
    margin-bottom: 0;
}

.assets0 {
    position: absolute;
    top: 56%;
    left: 59%;
    z-index: 1;
}

.dash0 img {
    width: 280px;
}

.side-bar {
    display: inline-grid;
}

.first-title {
    color: #f76603;
    font-size: 95px;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    font-weight: 900;
    margin-bottom: 0;
    width: 100%;
    line-height: 48px;
    padding-top: 18px;
    display: inline-block;
}

.trans03 {
    background-image: url(assets/img/2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 405px;
    padding: 29px 21px;
    margin-top: 100px;
}

.trans04 {
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    height: 419px;
    padding: 24px 28px;
    position: relative;
    margin-top: 100px;
    background-image: url('assets/img/TToolUni.gif');
}

.trans05 {
    background-image: url(assets/img/4.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 408px;
    padding: 23px 46px;
    margin-top: 100px;
}

.trans0 h4 {
    position: relative;
    color: #fff;
    left: 55px;
    font-size: 35px;
    width: 58%;
    line-height: 34px;
    font-weight: bold;
    bottom: 108px;
}

.trans01 h4 {
    position: relative;
    color: #282828;
    left: 6px;
    font-size: 35px;
    width: 58%;
    line-height: 34px;
    font-weight: bold;
}

.trans02 h4 {
    position: relative;
    color: #fff;
    left: 4px;
    font-size: 35px;
    width: 58%;
    line-height: 34px;
    font-weight: bold;
}

.trans03 h4 {
    position: relative;
    color: #282828;
    left: 0px;
    font-size: 35px;
    width: 60%;
    line-height: 34px;
    font-weight: bold;
}

.trans04 h4 {
    position: relative;
    color: #fff;
    left: 0px;
    font-size: 35px;
    width: 78%;
    line-height: 34px;
    font-weight: bold;
}

.trans05 h4 {
    position: relative;
    color: #282828;
    left: 0;
    font-size: 35px;
    width: 85%;
    line-height: 36px;
    top: 0;
    font-weight: bold;
}

.iconbg0 {
    height: 84px;
}

.iconbg01 img {
    width: 55px;
}

.iconbg02 img {
    width: 84px;
}

.iconbg03 {
    height: 87px;
}

    .iconbg03 img {
        width: 85px;
    }

.iconbg04 {
    height: 84px;
}

.iconbg0 img {
    width: 87px;
}

.banner_text_iner hr {
    border: 1px solid #616161;
    width: 94%;
    margin: 0 auto 4px;
    display: inline-block;
}

.knowmore {
    color: #fc6812 !important;
}

.bg-descript {
    font-size: 18px;
    width: 75%;
    line-height: 25px;
}

.thumb_wrapper10 {
    position: relative;
    height: 400px;
    right: 6px;
}

.centered_text0 {
    position: absolute;
    left: 32px;
    top: 27px;
}

    .centered_text0 h3 {
        color: #fff;
        font-size: 32.693333px;
        font-weight: bold;
        width: 70%;
        line-height: 1.02;
    }

.centered_text05 {
    position: absolute;
    left: 43px;
    top: 27px;
}

    .centered_text05 h3 {
        color: #fff;
        font-size: 32.693333px;
        font-weight: bold;
        width: 63%;
        line-height: 1.02;
    }

.thumbwrapper {
    position: relative;
    right: 21px;
    height: 394px;
}

.ulmethod {
    width: 100%;
    display: inline-flex;
}

    .ulmethod li {
        color: #323232;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.10px;
        list-style-type: none;
        width: 25%;
    }

.score0 {
    position: relative;
    right: 43px;
}

.dcf0 {
    position: relative;
    right: 25px;
}

.muliplier0 {
    position: relative;
    right: 10px;
}

.navbar-dark .navbar-nav .dropdown .nav-link::after {
    position: static;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 0.1s ease-in;
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
}

.misbanner {
    background-color: #1e96e5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.plans0 {
    display: inline-block;
    padding: 10.5px 42px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 45px;
    font-weight: 700;
    background-color: #fff;
    background-image: unset;
}

    .plans0:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    }

    .plans0:hover {
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

.featuretextt0 h3 {
    padding-top: 100px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.mis0 {
    background-image: url('assets/img/BalanceSheet.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
}

    .mis0 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
    }

.mis01 {
    background-image: url('assets/img/Asset165@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
}

    .mis01 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        width: 75%
    }

.mis02 {
    background-image: url('assets/img/Asset164@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
}

    .mis02 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        width: 75%;
    }

.mis03 {
    background-image: url('assets/img/Asset167@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 20px;
}

    .mis03 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        width: 90%;
    }

.mis04 {
    background-image: url('assets/img/Asset168@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 28px;
}

    .mis04 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        width: 88%;
    }

.mis05 {
    background-image: url('assets/img/Update.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 23px;
}

    .mis05 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        width: 86%;
    }

.mis06 {
    background-image: url('assets/img/Asset161@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 28px;
}

    .mis06 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        width: 63%;
    }

.mis07 {
    background-image: url('assets/img/Asset162@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 28px;
}

    .mis07 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
    }

.mis08 {
    background-image: url('assets/img/Jigsaw.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 389px;
    padding: 28px 23px;
}

    .mis08 h4 {
        color: #fff;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        width: 88%;
    }

.divide01 {
    border: 1px solid #e96106;
    width: 96%;
    margin: 45px 0 100px;
}

.asset01 img {
    width: 95%;
    margin: 0 auto;
}

.topleft0 {
    position: absolute;
    top: 95px;
    left: 108px;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 20px;
}

.bottommiddleleft0 {
    position: absolute;
    left: 129px;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 20px;
    top: 168px;
}

.bottomleft0 {
    position: absolute;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 20px;
    top: 239px;
    left: 82px;
}

.topright0 {
    position: absolute;
    top: 49px;
    right: 186px;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 20px;
}

.bottomright0 {
    position: absolute;
    right: 168px;
    top: 123px;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 20px;
}

.bottommright0 {
    position: absolute;
    top: 194px;
    right: 182px;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 20px;
}

.Bbottomright0 {
    position: absolute;
    font-weight: 500;
    font-size: 20px;
    bottom: 251px;
    right: 158px;
    line-height: 20px;
}

.linedivide0 {
    text-align: center;
    position: relative;
    top: 15px;
}

    .linedivide0 img {
        width: 90%;
        margin: 0 auto;
    }

.wrapping0 {
    text-align: center;
    font-size: 21px !important;
    position: relative;
    top: 31px;
    margin: 0 auto;
}

.describe0 {
    text-align: center;
    background-color: #282828;
    width: 60%;
    margin: 46px auto;
    border-radius: 30px;
}

    .describe0 p {
        color: #fff;
        padding: 5px 0 6px;
        font-size: 19px;
        width: 100%;
    }

.transcationtool0 {
    background-color: #272727;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 32px;
}

.Evaluationtoolbanner0 {
    background-color: #282826;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_text .banner_text_iner01 {
    display: table-cell;
    vertical-align: middle;
}

.banner_text_iner01 h2 {
    font-size: 41px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.portfoliomgt {
    background-color: #282828;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    height: 500px;
}

.banner_text_iner01 p {
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 27px;
    line-height: 45px;
    color: #F76603;
    font-size: 40px;
    font-family: 'monument_extendedregular',sans-serif;
    letter-spacing: 0;
}

.services03 {
    background-color: #E6E6E6;
    padding-bottom: 120px;
    padding-top: 20px;
}

.divide001 {
    border: 1px solid #a1a1a1;
    width: 96%;
    margin: 0 0 130px;
}

.portfolio01 {
    background-image: url('assets/img/Avatar.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 19px 25px;
}

    .portfolio01 h4 {
        color: #fff;
        font-size: 35px;
        width: 58%;
        line-height: 35px;
        font-weight: bold;
    }

.portfolio02 {
    background-image: url(assets/img/Asset159@2xx.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 384px;
    padding: 24px 20px;
}

    .portfolio02 h4 {
        position: relative;
        font-size: 35px;
        line-height: 35px;
        font-weight: bold;
        width: 89%;
    }

.portfolio03 {
    background-image: url('assets/img/Click.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 384px;
    padding: 26px 20px;
}

    .portfolio03 h4 {
        position: relative;
        color: #fff;
        font-size: 35px;
        line-height: 35px;
        font-weight: bold;
        width: 92%;
    }

.portfolio04 {
    background-image: url(assets/img/Asset162@2xx.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 380px;
    padding: 24px 23px;
}

    .portfolio04 h4 {
        position: relative;
        font-size: 35px;
        width: 85%;
        line-height: 35px;
        font-weight: bold;
    }

.portfolio05 {
    background-image: url('assets/img/Meter.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 380px;
    padding: 26px 28px;
}

    .portfolio05 h4 {
        position: relative;
        font-size: 35px;
        width: 84%;
        line-height: 35px;
        font-weight: bold;
        color: #fff;
    }

.portfolio06 {
    background-image: url('assets/img/Asset163@2xx.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 380px;
    padding: 24px 23px;
}

    .portfolio06 h4 {
        position: relative;
        font-size: 35px;
        width: 80%;
        line-height: 35px;
        font-weight: bold;
    }

.explorplans01 {
    display: inline-block;
    padding: 10.5px 33px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin: 55px 0 50px;
    font-weight: 600;
}

    .explorplans01, .explorplans01:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    }

        .explorplans01:hover {
            color: #fff !important;
            background-position: right center;
            box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
        }

.featuretextt0 {
    background-color: #282828;
}

    .featuretextt0 p {
        color: #F76603;
        font-size: 33px;
        width: 44%;
        line-height: 34px;
    }

    .featuretextt0 h3 {
        padding-top: 0;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 67px;
        width: 44%;
        line-height: 59px;
    }

.services00 {
    background-color: #E6E6E6;
    padding-bottom: 90px;
}

.mgt0 {
    width: 100%;
}

.icon_img01 {
    height: 99px;
}

    .icon_img01 img {
        width: 84px;
    }

.icon_img02 {
    height: 97px;
}

.icon_img03 {
    height: 81px;
}

.widget_icon0 {
    font-size: 20px;
    padding-top: 18px;
    width: 89%;
    margin-bottom: 6px;
    color: #282828;
}

.icon_img02 img {
    width: 84px;
}

.icon_img04 {
    height: 72px;
}

    .icon_img04 img {
        width: 90px;
    }

.widget_icon0 h3 {
    font-size: 20px;
    padding-top: 18px;
    width: 100%;
    margin-bottom: 6px;
    color: #282828;
}

.widget_icon0 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    width: 73%;
}

.icon_img05 {
    height: 90px;
}

    .icon_img05 img {
        width: 80px;
    }

.widget_icon00 h3 {
    font-size: 20px;
    padding-top: 18px;
    width: 78%;
    margin-bottom: 6px;
    color: #282828;
}

.widget_icon00 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    width: 57%;
}

.icon_img {
    height: 84px;
}

    .icon_img img {
        width: 80px;
    }

.Iconimg00 {
    height: 90px;
}

    .Iconimg00 img {
        width: 83px;
    }

.dropdown0 li a img {
    margin-right: 10px;
}

.dropdown0 li:nth-of-type(3) a img {
    margin-right: 3px;
    vertical-align: top;
}

.dropdown01 li a img {
    vertical-align: middle;
    margin-right: 10px;
}

.dropdown01 li:nth-of-type(3) a img {
    vertical-align: top
}

.dropdown01 li:nth-of-type(4) a img {
    margin-right: 15px;
}

.featuredsection02 {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #282828;
}

    .featuredsection02 h3 {
        color: #242424;
        text-transform: initial;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        font-size: 21px;
        margin-bottom: 10px;
    }

.portfoliobtn {
    display: inline-block;
    padding: 13.5px 45px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
}

    .portfoliobtn, .portfoliobtn:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    }

.widgeticon p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    width: 80%;
}

.widgeticon h3 {
    font-size: 20px;
    padding-top: 18px;
    width: 78%;
    margin-bottom: 6px;
    color: #282828;
}

.widgeticon0 h3 {
    font-size: 20px;
    padding-top: 13px;
    width: 78%;
    margin-bottom: 6px;
    color: #282828;
}

.widgeticon0 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    width: 85%;
}

.widgeticon01 h3 {
    font-size: 20px;
    padding-top: 18px;
    width: 86%;
    margin-bottom: 6px;
    color: #282828;
}

.widgeticon01 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    width: 75%;
}

.mistext01 {
    background-color: #282828;
}

    .mistext01 h3 {
        padding-top: 0;
        color: #fff;
        font-size: 32px;
        font-weight: 400;
        text-transform: uppercase;
        width: 50%;
        line-height: 45px;
        margin-bottom: 40px;
    }

.thumbwrapper0 {
    position: relative;
    height: 401px;
}

.thumbwrapperr01 {
    left: 10px;
    position: relative;
    height: 397px;
}

    .thumbwrapperr01 img {
        height: 377px;
    }

.entrytitlee0 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    width: 80%;
    left: 14px;
}

.career-btn {
    float: right;
}

input[type=radio]#orange {
    accent-color: #ef6900;
}

.iconsection0 {
    height: 76px;
}

.widget_Iconn h3 {
    font-size: 20px;
    padding-top: 18px;
    width: 100%;
    margin-bottom: 6px;
    color: #282828;
}

.widget_Iconn p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    width: 100%;
}

.evaluationtool0 {
    background-image: url('assets/img/DashboardHighRes.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 25px 30px;
}

.evaluationtool01 {
    background-image: url('assets/img/Artboard41.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 26px 24px;
}

.evaluationtool02 {
    background-image: url('assets/img/ScreensHighRes.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 431px;
    padding: 26px 24px;
}

.evaluationtool03 {
    background-image: url('assets/img/Artboard46.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 28px;
}

.evaluationtool04 {
    background-image: url('assets/img/CountingHighRes.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 28px;
}

.evaluationtool05 {
    background-image: url('assets/img/Artboard44.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 403px;
    padding: 24px 23px;
}

.evaluationcard {
    background-color: #e7e7e7;
    padding-bottom: 140px;
    padding-top: 40px;
}

    .evaluationcard h4 {
        color: #fff;
        font-size: 35px;
        width: 79%;
        line-height: 36px;
        font-weight: bold;
    }

    .evaluationcard h3 {
        padding-top: 35px;
        color: #282828;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        left: 45px;
    }

.portfoliomgt0 {
    height: 99px;
}

.deal-text01 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0;
}

.deal-text01 p {
    font-size: 19px;
    color: #1493e9;
    font-weight: 600;
    padding-top: 2px;
}

.follow0 {
    font-size: 15px;
    padding-top: 38px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.primary-footer hr {
    margin-top: 3rem;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #8a8a8a;
}

.useful-link i {
    font-size: 13px;
}

.dropdown0 li:hover {
    background-color: #e9e9e9;
    color: #1689d7;
    border-radius: 3px;
}

.dropdown-header:hover {
    background-color: unset !important;
}

.dropdown01 li:hover {
    background-color: #e9e9e9;
    border-radius: 3px;
}

.dropdown-header0 {
    background-color: unset !important;
}

.featuretext03 span {
    color: #ff4800;
    font-weight: 600;
}

.featured_Sectionn0 {
    display: none;
}

.icon-ai0 img {
    width: 390px;
}

.captionp0 {
    display: none;
}

.captionp1 {
    display: block;
    width: 90%;
}

.valuationimg0 {
    display: none;
}

.icon-ai02 img {
    width: 250px;
}

.key01 {
    display: none;
}

.bullett {
    display: none;
}

.Weight01 {
    display: none;
}

.Weight02 {
    display: none;
}

.dividestreet {
    display: none;
}

.icon-ai03 img {
    width: 230px;
}

.mrgif01 {
    display: none;
}

.gif01 img {
    width: 310px
}

.step0 {
    display: block;
}

.step01 {
    display: none;
}

.icon_ai0 {
    display: none;
}

.icon_ai02 {
    display: none;
}

.mobile-sector {
    display: none;
}

.mobile-sector0 {
    display: none;
}

.mobile-section0 {
    display: none;
}

.mobile-sector08 {
    display: none;
}
.final0 img{
    width: 100%;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
.mobile-misbanner{
    display:none;
}
    .dealstatus0{
        display:none
    }
.mobile_dealscore{
    display:none;
}
.bg-filter0 h4 {
    padding: 70px 0;
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    height: 210px;
    font-family: 'Caveat', cursive;
}

.bg-filter0 p {
    font-size: 41px;
    color: #fe6603;
    font-weight: 400;
    position: relative;
    bottom: 70px;
    font-family: 'Caveat', cursive;
    letter-spacing: 0.80px;
}
.dealscore01 {
    background-image: url('../../NewTheme/assets/img/Box-High-res.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 25px 30px;
}

.dealscore02 {
    background-image: url('../../NewTheme/assets/img/dealscore@2x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 25px 30px;
}

.dealscore03 {
    background-image: url('../../NewTheme/assets/img/Window-High-Res.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 25px 30px;
}

.dealscore04 {
    background-image: url('../../NewTheme/assets/img/dealscore@4x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 25px 30px;
}

.dealscore05 {
    background-image: url('../../NewTheme/assets/img/Lock-High-Res.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 25px 30px;
}

    .dealscore05 h4 {
        color: #fff;
        font-size: 35px;
        width: 84% !important;
        line-height: 36px;
        font-weight: bold;
    }

.dealscore06 {
    background-image: url('../../NewTheme/assets/img/dealscore@6x.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 25px 30px;
}

.dealscore {
    background-color: #e7e7e7;
    padding-bottom: 140px;
    padding-top: 40px;
}

    .dealscore h4 {
        color: #fff;
        font-size: 35px;
        width: 79%;
        line-height: 36px;
        font-weight: bold;
    }

    .dealscore h3 {
        padding-top: 35px;
        color: #282828;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        left: 45px;
    }
.mobile-Evaluationtool0{
    display:none;
}
.mobile-dealscore{
    display:none;
}
.mobile-valuation{
    display:none;
}
.mobilevaluation01 {
    display: none;
}
.valuation_banner h1 {
    font-size: 43.5px;
    text-shadow: 5px 5px 5px #282828;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #be430e;
    text-transform: uppercase;
    padding-left: 0;
    letter-spacing: 0.218rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    line-height: 43px;
}
.valuation_banner p {
    font-size: 41px;
    font-weight: 500;
    line-height: 44px;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    letter-spacing: 1.50px;
    margin-bottom: 10px;
}
.Evaluationmobilebanner0 {
    display: none;
}

.mobileservices{
    display:none;
}

.mobile-evaluationtool{
    display:none;
}
.mobilevaluation-bannerr0{
    display:none;
}
.features_service0 {
    display:none;
}
.heading {
    color: #ff6703;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    width: 46%;
    margin-bottom: 3px;
}
.t1 h4 {
    color: #fff;
    width: 45%;
    margin: 0 auto;
    padding-top: 12px;
    font-size: 19px;
    font-weight: 500;
}
.forange {
    color: #fe5004;
    font-size: 22px;
    width: 95%;
}
.po1 {
    font-size: 19px;
    font-weight: 500;
    color: #fd6603;
}
.services_01{
    display:none;
}
.analysis0 {
    color: #1AA8FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    width: 87%;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 33px;
}
.pr-0 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
    width: 75%;
    line-height: 24px;
    padding-left: 30px;
}
.mobilefeatured_section02 {
    display:none;
}
.valuation-bannerr0 {
    background-color: #1e96e5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
}
.exploreplanbtn0 {
    display: inline-block;
    padding: 10.5px 42px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin: 35px 0 30px;
    font-weight: 700;
    background-color: #fff;
    background-image: unset;
}

    .exploreplanbtn0:hover {
        color: #fff !important;
        background-position: right center;
        box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
    }

    .exploreplanbtn0:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    }

.process01 {
    color: #1491eb;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    width: 46%;
    margin-bottom: 3px;
}

.ul0 li {
    width: 25%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #1491eb;
    text-transform: uppercase;
}

.f00 {
    color: #00b7f9;
    font-size: 22px;
    width: 95%;
}

.features_servicee01 {
    background-color: #dbdbdb;
    padding-top: 100px;
    padding-bottom: 100px;
}

.po11 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 60px;
}

.po12 {
    font-size: 19px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 75px;
}

.t0 h4 {
    color: #282828;
    width: 45%;
    margin: 0 auto;
    padding-top: 12px;
    font-size: 19px;
    font-weight: 500;
}

.divide-section {
    border: 1px solid #282828;
    width: 77%;
    margin: 124px auto 100px;
}
.mobiledue-bannerr0{
    display:none;
}
#page-description {
    font-size: 43px;
    font-weight: 500;
    color: #fff;
    font-family: 'monument_extendedregular',sans-serif;
    letter-spacing: 0.30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#page-header {
    font-size: 44px;
    font-weight: 500;
    line-height: 46px;
    color: #22f4f4;
    font-family: 'monument_extendedregular',sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 20px;
}
.transcationtool0-mobile{
    display:none;
}
.transactionservice0{
    display:none;
}

.mobilefeatured-section0 {
    display: none;
}
.transcationtoolbanner0 {
    background-color: #1d96e4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 32px;
}
.closure0 {
    background-image: url(../../NewTheme/assets/img/Lighting.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 402px;
    padding: 26px 20px;
    margin-top: 250px;
    position: relative;
    right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.closure01 {
    background-image: url('../../NewTheme/assets/img/Preference.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 402px;
    padding: 26px 20px;
    margin-top: 250px;
}

.closure02 {
    background-image: url('../../NewTheme/assets/img/Realtime-Transparent-Gif.gif');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 24px 20px;
    margin-top: 251px;
    background-color: #1491eb;
}

.closure03 {
    background-image: url('../../NewTheme/assets/img/Sign.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 413px;
    padding: 29px 21px;
    margin-top: 100px;
}

.closure04 {
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    height: 399px;
    padding: 21px 28px;
    position: relative;
    margin-top: 108px;
    background-image: url('../../NewTheme/assets/img/Sorting-High-Res-gif.gif');
}

.closure05 {
    background-image: url('../../NewTheme/assets/img/Term.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    padding: 23px 46px;
    margin-top: 107px;
}

.closure0 h4 {
    position: relative;
    color: #fff;
    left: 53px;
    font-size: 35px;
    width: 58%;
    line-height: 34px;
    font-weight: bold;
    bottom: 105px;
}

.closure01 h4 {
    position: relative;
    color: #282828;
    left: 6px;
    font-size: 35px;
    width: 58%;
    line-height: 34px;
    font-weight: bold;
}

.closure02 h4 {
    position: relative;
    color: #fff;
    left: 4px;
    font-size: 35px;
    width: 62%;
    line-height: 34px;
    font-weight: bold;
}

.closure03 h4 {
    position: relative;
    color: #fff;
    left: 0px;
    font-size: 35px;
    width: 60%;
    line-height: 34px;
    font-weight: bold;
}

.closure04 h4 {
    position: relative;
    color: #282828;
    left: 0px;
    font-size: 35px;
    width: 96%;
    line-height: 34px;
    font-weight: bold;
}

.closure05 h4 {
    position: relative;
    color: #FFF;
    left: -18px;
    font-size: 35px;
    width: 100%;
    line-height: 36px;
    top: 0;
    font-weight: bold;
}
.transcationbanner0_mobile {
    display: none;
}

.transcationtoolbanner0 {
    display: block;
}

    .mobilemisbanner{
        display:none;
    }
.misservices{
    display:none
}
.missector{
    display:block
}
.mistext0{
    display:none;
}
.mobileportfoliomgt{
    display:none;
}
.mgt_01{
    display:none;
}
.mobileportfoliomgt0{
    display:none;
}
.mobile_valuation {
    display: none;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .valuation_bannerpage {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block !important
    }

    .gif01 img {
        width: 230px;
        margin: 0 auto;
        text-align: center;
    }

    .valuation_bannerpage h1 {
        font-size: 28.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .valuation_bannerpage p {
        font-size: 32.20px;
        line-height: 33px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }

    .valuation_bannerpage .banner_text .btn_2 {
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        padding: 10.5px 40px;
    }

    .banner_text {
        display: -webkit-inline-box;
        padding: 30px;
        height: auto;
    }

    .featured-section01 {
        background-color: #e7e7e7;
    }


    .featuretext01 p {
        width: 90%;
        line-height: 16px;
        font-size: 16px;
        color: #323232;
        font-weight: 600;
    }

    .featuretext01 span {
        color: #ff4800;
    }

    .featured_Sectionn0 {
        background-color: #e7e7e7;
        display: block;
    }

    .featuretext03 {
        padding: 0 20px;
        margin-bottom: 22px;
    }

        .featuretext03 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

        .featuretext03 p {
            width: 90%;
            line-height: 16px;
        }

    .featuretext_02 h2 {
        line-height: 38px;
        font-size: 32px;
        width: 80%;
    }

    .valuation0 {
        display: none
    }

    .valuationimg0 {
        display: block;
        margin-top: 24px;
    }

        .valuationimg0 img {
            width: 100%;
        }

    .key0 {
        display: none;
    }

    .key01 {
        display: block;
    }

        .key01 img {
            width: 100%;
        }

        .key01 p {
            text-align: center;
            width: 80%;
            margin: 24px auto 0;
            font-size: 15px;
            line-height: 19px;
        }

    .icon-ai02 img {
        width: 180px;
    }

    .valuation0 img {
        width: 100%;
    }

    .explore0 .nav-tabs li a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .explore0 .nav-tabs li {
        padding: 5px 22px 4px;
    }

    .fsection h3 {
        display: none;
    }

    .bullett {
        list-style: none;
        margin-bottom: 10px;
        display: block;
    }

        .bullett li::before {
            content: "\2022";
            color: orange;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

    .explore0 .tab-content {
        padding: 46px 0px;
    }

    .bullett li {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .modify0 {
        display: block;
    }

        .modify0 li {
            font-size: 18px;
            font-weight: 400;
        }

    .fsection .gif0 img {
        display: none;
    }

    .Weight0 {
        display: none;
    }

    .Weight02 {
        display: flex;
    }

    .Weight01 {
        display: flex;
    }

    .firstsec0 p {
        list-style-type: none;
        margin-top: 19px;
        font-size: 16px !important;
        margin-bottom: 19px;
        font-weight: 500 !important;
        line-height: 13px;
        padding-left: 56px;
        color: #fff !important;
    }

    .secondsec p {
        margin-top: 22px;
        line-height: 22px !important;
        font-size: 16px !important;
        margin-bottom: 15px;
        list-style-type: none;
        padding-left: 56px;
        color: #808080 !important;
        font-weight: 500 !important;
    }


    .leftside {
        width: 65%;
    }

    .rightside {
        width: 35%;
        float: left;
    }

    .leftside span {
        color: #fd6604 !important;
    }

    .rightside span {
        color: #fd6604 !important;
    }

    .explore0 hr {
        display: none;
    }

    .leftside0 {
        width: 67%;
    }

    .rightside0 {
        width: 29%;
        text-align: center;
    }

        .rightside0 img {
            width: 70%;
        }

    .dividestreet {
        width: 79%;
        margin: 0 auto 1rem;
        border-top: 1px solid #d7d7d7;
        display: block;
    }

    .leftside0 p {
        text-transform: uppercase;
        line-height: 40px;
    }

    .icon-ai03 img {
        width: 140px
    }

    .mrgif0 {
        display: none;
    }

    .mrgif01 {
        display: block;
        margin-top: 30px;
    }

    .icon-ai0 {
        display: none
    }

    .icon_ai0 {
        display: block;
        position: relative;
        top: 14px;
        text-align: center;
        right: 17px;
    }

        .icon_ai0 img {
            width: 140px;
        }

    .featuretext_02 {
        padding: 0 20px;
        margin-bottom: 35px;
    }

        .featuretext_02 p {
            width: 90%;
            line-height: 16px;
            font-size: 16px;
        }

    .featuretext01 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 0px;
    }

        .featuretext01 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

    .icon-ai02 {
        display: none;
    }

    .icon_ai02 {
        display: block;
        position: relative;
        top: 7px;
        text-align: center;
        right: -7px;
    }

    .icon-ai03 {
        position: relative;
        top: 31px;
        text-align: center;
        right: -3px;
    }

    .featuretext02 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 57px;
    }

        .featuretext02 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

        .featuretext02 p {
            width: 84%;
            line-height: 16px;
            font-size: 16px;
            color: #323232;
            font-weight: 600;
        }

    .featuretext02 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 57px;
    }

    .featuredsection02 {
        padding: 70px 20px;
    }

    .user-text h2 {
        line-height: 24px;
        font-size: 25px;
        margin-bottom: 9px;
        padding-left: 11px;
    }

    .featuredsection02 h3 {
        font-size: 17px;
    }

    .click-col0 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col1 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col2 .card-title {
        width: 92%;
    }

    .click-col2 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .featured_section03 {
        padding: 70px 20px;
    }

    .user_text h2 {
        line-height: 27px;
        font-size: 25px;
        margin-bottom: 4px;
        padding-left: 10px;
        margin-bottom: 9px;
    }

    .user_text p {
        width: 84%;
        line-height: 21px;
        font-size: 16.90px;
        color: #323232;
        font-weight: 600;
        padding-left: 10px;
    }

    .valuation-section {
        height: 450px;
        width: 100%;
    }

    .user-stage img {
        width: 70px;
    }

    .user-stage {
        position: relative;
        top: 69px;
    }

        .user-stage h3 {
            font-size: 19px;
            width: 64%;
            margin-bottom: 47px;
        }

    .total p {
        list-style-type: none;
        margin-top: 0;
        font-size: 16px !important;
        margin-bottom: 15px;
        font-weight: 500 !important;
        line-height: 15px !important;
        color: #fff !important;
    }

    .user_text {
        margin-bottom: 40px;
    }

    .object-left {
        position: relative;
        top: 162px;
        float: left;
        right: 0;
        left: 36px;
    }

    .sector07 {
        display: none;
    }

    .mobile-sector {
        background-color: #e7e7e7;
        padding: 0 0px 70px;
        display: block;
    }

    .mobile-sector0 {
        background-color: #e7e7e7;
        padding: 0 0px 70px;
        display: none;
    }

    .main-image img {
        width: 100%
    }

    .object-first {
        position: absolute;
        top: 23px;
        right: 0;
    }

    .object-right img {
        width: 180px !important;
    }

    .banner0 {
        display: none
    }

    .baanner0 {
        display: block;
        background-image: url(assets/img/Orange.png);
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0_bg {
        display: block;
        background-image: url(assets/img/Blue.png);
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr-text0 {
        position: relative;
        top: 34%;
        padding-left: 30px;
    }

    .startup_bg img {
        width: 100%;
    }

    .mobile-section0 {
        display: block;
        background-color: #282828;
        padding: 70px 0px 95px;
    }

    .sector02 {
        display: none;
    }

    .widget_icon01 h3 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 0;
    }

    .mobile-sector08 {
        display: block;
        background-color: #282828;
        padding: 57px 0 70px;
    }

    .sector08 {
        display: none;
    }

    .work_title01 h2 {
        text-transform: uppercase;
        font-size: 29px;
        font-weight: 500;
        padding-top: 16px;
        color: #1498f2;
        padding-left: 33px;
        width: 80%;
    }

    .accentedBox {
        position: relative;
        bottom: 300px;
        float: right;
        right: 76px;
    }

        .accentedBox img {
            width: 105px;
        }

    .bg-aqua {
        position: relative;
        bottom: 108px;
        float: right;
        right: 76px;
    }

        .bg-aqua img {
            width: 145px !important
        }

    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }

    .deal-text01 h2 {
        font-size: 27px;
        width: 94%;
    }

    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
            margin-bottom: -75px;
        }

    .work-title01 {
        padding: 10px 24px;
    }

    .dealscore01 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore01 {
        padding: 25px 19px;
    }

    .dealscore02 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore03 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore02 {
        padding: 19px 20px;
    }

    .dealscore03 {
        padding: 20px 14px;
    }

    .dealscore04 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore05 h4 {
        font-size: 26px;
        width: 100% !important;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore06 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .cardslidee {
        margin: -7px 0px;
    }

    .dealscore04 {
        height: 409px;
        padding: 28px 14px;
    }

    .dealscore05 {
        padding: 19px 19px;
    }

    .dealscore06 {
        padding: 21px 24px;
    }

    .sector08 {
        display: none;
    }

    .centered-text06 h3 {
        font-size: 25.693333px;
    }

    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }

    .mobile-valuation {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block
    }

    .valuation_banner h1 {
        font-size: 40.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .list-icon0 h3 {
        font-size: 19px;
    }
    .mobilevaluation-bannerr0 {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display:block;
    }
    .valuation-bannerr0{
        display:none;
    }
    .banner_gif0 img{
        width: 100%;
    }
    #descript01 {
        font-size: 33px;
    }
    .process0 {
        font-size: 25px;
        margin-bottom: 3px;
        padding-left: 27px;
        width: 97% !important;
    }
    .po1 {
        padding-left: 27px;
    }
    .services_01 {
        background-color: #E6E6E6;
        display:block;
    }
    .sector_01{
        display:none;
    }
    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }
    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }
    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }
    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }
    .f03 {
        height: 360px;
        padding: 14px 18px;
    }
    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
    .mobiledue-bannerr0 {
        display: block;
        background-color: #282828;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
    }
    .transcationtool0{
        display:none;
    }
    .transcationtool0-mobile {
        background-color: #272727;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 32px;
        display: block;
    }
    .banner_text_iner0 h2 {
        font-size: 29px !important;
        line-height: 37px !important;
    }
    #descript01 {
        font-size: 30px;
    }
    .servicesection{
        display:none;
    }
    .transactionservice0 {
        display: block;
        background-color: #E6E6E6;
    }
    .transactionservice0 {
        display: block;
    }
    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }
    .featured-section0 {
        display: none;
    }
    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }
        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }
    .trans01 {
        padding: 89px 15px;
    }
        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }
    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }
    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }
        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }
    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }
        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }
        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }
    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }
        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .transcationbanner0_mobile {
        background-color: #1d96e4;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 32px;
        display:block
    }
    .transcationtoolbanner0{
        display:none;
    }
        .mobilemisbanner {
            background-color: #1e96e5;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            padding: 40px 10px;
        }
        .misservices {
            background-color: #E6E6E6;
            display:block;
        }
    .missector {
        display: none;
    }
    .mistext0 {
        display: block;
        background-color: #282828;
    }
        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }
    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }
    .mistext01 {
        background-color: #282828;
        display: none;
    }
    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }
    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }
    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }
    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }
    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }
    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }
        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }
    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }
        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }
    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }
        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }
    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }
        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }
    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }
        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }
    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }
        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }
    .featuretextt0{
        display:none;
    }
    .mobileportfoliomgt0 {
        background-color: #282828;
    }
        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }
        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }
        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }
    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }
        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }
    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }
    .portfolio02 {
        height: 384px;
        padding: 100px 18px;
    }
    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }
        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }
    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }
    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }
    .portfolio06 {
        padding: 100px 18px;
    }
        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
    .portfolio04 {
        height: 380px;
        padding: 100px 18px;
    }
    .portfolio05 {
        height: 380px;
        padding: 100px 18px;
    }
}

@media only screen and (max-width: 480px) {
    .valuation_bannerpage {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block !important
    }

    .gif01 img {
        width: 230px;
        margin: 0 auto;
        text-align: center;
    }

    .valuation_bannerpage h1 {
        font-size: 35.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .valuation_bannerpage p {
        font-size: 32.20px;
        line-height: 33px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }

    .valuation_bannerpage .banner_text .btn_2 {
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        padding: 10.5px 40px;
    }

    .banner_text {
        display: -webkit-inline-box;
        padding: 30px;
        height: auto;
    }

    .featured-section01 {
        background-color: #e7e7e7;
    }


    .featuretext01 p {
        width: 90%;
        line-height: 16px;
        font-size: 16px;
        color: #323232;
        font-weight: 600;
    }

    .featuretext01 span {
        color: #ff4800;
    }

    .featured_Sectionn0 {
        background-color: #e7e7e7;
        display: block;
    }

    .featuretext03 {
        padding: 0 20px;
        margin-bottom: 22px;
    }

        .featuretext03 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

        .featuretext03 p {
            width: 78%;
            line-height: 27px;
            font-size: 25px;
            margin-bottom: 4px;
        }

    .featuretext_02 h2 {
        width: 78%;
        line-height: 24px;
        font-size: 25px;
        margin-bottom: 9px;
    }

    .valuation0 {
        display: none
    }

    .valuationimg0 {
        display: block;
        margin-top: 24px;
    }

        .valuationimg0 img {
            width: 100%;
        }

    .key0 {
        display: none;
    }

    .key01 {
        display: block;
    }

        .key01 img {
            width: 100%;
        }

        .key01 p {
            text-align: center;
            width: 80%;
            margin: 24px auto 0;
            font-size: 15px;
            line-height: 19px;
        }

    .icon-ai02 img {
        width: 180px;
    }

    .valuation0 img {
        width: 100%;
    }

    .explore0 .nav-tabs li a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .explore0 .nav-tabs li {
        padding: 4px 22px 3px;
    }

    .fsection h3 {
        display: none;
    }

    .bullett {
        list-style: none;
        margin-bottom: 10px;
        display: block;
    }

        .bullett li::before {
            content: "•";
            font-size: 170%;
            padding-right: 5px;
            color: #fe6603;
        }

    .explore0 .tab-content {
        padding: 46px 0px;
    }

    .bullett li {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        width: 72%;
        line-height: 17px;
    }

    .modify0 {
        display: block;
    }

        .modify0 li {
            font-size: 18px;
            font-weight: 400;
        }

    .fsection .gif0 img {
        display: none;
    }

    .Weight0 {
        display: none;
    }

    .Weight02 {
        display: flex;
    }

    .Weight01 {
        display: flex;
    }

    .firstsec0 p {
        list-style-type: none;
        margin-top: 19px;
        font-size: 16px !important;
        margin-bottom: 19px;
        font-weight: 500 !important;
        line-height: 13px;
        padding-left: 56px;
        color: #fff !important;
    }

    .firstsec0 {
        float: left;
    }

    .leftside {
        width: 65%;
    }

    .rightside {
        width: 35%
    }

    .leftside span {
        color: #fd6604 !important;
    }

    .rightside span {
        color: #fd6604 !important;
    }

    .explore0 hr {
        display: none;
    }

    .leftside0 {
        width: 67%;
    }

    .rightside0 {
        width: 29%;
        text-align: center;
    }

        .rightside0 img {
            width: 70%;
        }

    .dividestreet {
        width: 79%;
        margin: 0 auto 1rem;
        border-top: 1px solid #d7d7d7;
        display: block;
    }

    .leftside0 p {
        text-transform: uppercase;
        line-height: 40px;
    }

    .icon-ai03 img {
        width: 140px
    }

    .mrgif0 {
        display: none;
    }

    .mrgif01 {
        display: block;
        margin-top: 30px;
    }

    .step0 {
        display: none;
    }

    .step01 {
        display: block;
    }

    .featuretext_02 {
        padding: 0 20px;
        margin-bottom: 35px;
    }

        .featuretext_02 p {
            width: 90%;
            line-height: 16px;
            font-size: 16px;
        }

    .icon-ai02 {
        display: none;
    }

    .icon_ai02 {
        display: block;
        position: relative;
        top: 7px;
        text-align: center;
        right: -7px;
    }

    .icon-ai03 {
        position: relative;
        top: 31px;
        text-align: center;
        right: -3px;
    }

    .featuretext02 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 57px;
    }

    .featuredsection02 {
        padding: 70px 20px;
    }

    .user-text h2 {
        line-height: 24px;
        font-size: 25px;
        margin-bottom: 9px;
        padding-left: 11px;
    }

    .featuredsection02 h3 {
        font-size: 17px;
    }

    .click-col0 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col1 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col2 .card-title {
        width: 92%;
    }

    .click-col2 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .featured_section03 {
        padding: 70px 20px;
    }

    .user_text h2 {
        line-height: 27px;
        font-size: 25px;
        margin-bottom: 4px;
        padding-left: 10px;
        margin-bottom: 9px;
    }

    .user_text p {
        width: 84%;
        line-height: 21px;
        font-size: 16.90px;
        color: #323232;
        font-weight: 600;
        padding-left: 10px;
    }

    .valuation-section {
        height: 450px;
        width: 100%;
    }

    .user-stage img {
        width: 70px;
    }

    .user-stage {
        position: relative;
        top: 69px;
    }

        .user-stage h3 {
            font-size: 19px;
            width: 64%;
            margin-bottom: 47px;
        }

    .total {
        list-style-type: none;
        margin-top: 19px;
        font-size: 16px !important;
        margin-bottom: 15px;
        font-weight: 500 !important;
        line-height: 15px;
        padding-left: 56px;
        color: #fff !important;
    }

    .user_text {
        margin-bottom: 40px;
    }

    .object-left {
        position: relative;
        top: 162px;
        float: left;
        right: 0;
        left: 36px;
    }

    .object-right {
        position: relative;
        top: 322px;
        right: 126px;
    }

    .sector07 {
        display: none;
    }

    .mobile-sector {
        background-color: #e7e7e7;
        padding: 0 0px 70px;
        display: block;
    }

    .main-image img {
        width: 100%
    }

    .object-right img {
        width: 180px !important;
    }

    .banner0 {
        display: none
    }

    .baanner0 {
        display: block;
        background-image: url(assets/img/Orange.png);
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0_bg {
        display: block;
        background-image: url(assets/img/Blue.png);
        height: 671px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0 {
        display: none;
    }

    .bannerr-text0 {
        position: relative;
        top: 34%;
        padding-left: 30px;
    }

    .startup_bg img {
        width: 100%;
    }

    .mobile-section0 {
        display: block;
        background-color: #282828;
        padding: 70px 0px 95px;
    }

    .sector02 {
        display: none;
    }

    .widget_icon01 h3 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 6px;
        padding-left: 14px;
    }

    .invest0 li {
        float: unset;
        margin: 0 20px;
        font-size: 19px;
        padding: 13px 67px;
        letter-spacing: 7px;
        text-align: center;
        list-style-type: none;
    }

    .mobile-sector08 {
        display: block;
        background-color: #282828;
        padding: 57px 0 70px;
    }

    .icon_bg0 {
        position: relative;
        top: 203px;
        left: 0;
    }

    .icon_bg01 {
        position: relative;
        top: 264px;
        left: -21px;
    }

    .centered-text06 {
        left: 26px;
        top: 43px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 15px;
        text-align: left;
    }

    .centered-text10 {
        position: absolute;
        left: 56px;
        top: 29px;
        text-align: left;
    }

    .centered_text09 {
        position: absolute;
        left: 39px;
        top: 33px;
        text-align: left;
    }

        .centered_text09 h3 {
            width: 64%;
            font-size: 25.693333px;
        }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 15px;
    }

    .centered-text02 {
        position: absolute;
        left: 76px;
        top: 19px;
    }

        .centered-text02 h3 {
            font-size: 29.693333px;
        }

    .centered_text05 {
        position: absolute;
        left: 36px;
        top: 13px;
    }

        .centered_text05 h3 {
            font-size: 29.693333px;
        }

    .centered_text03 {
        position: absolute;
        left: 22px;
        top: 20px;
    }

        .centered_text03 h3 {
            font-size: 29.693333px;
        }

    .centered-text05 {
        position: absolute;
        left: 41px;
        top: 16px;
    }

        .centered-text05 h3 {
            font-size: 29.693333px;
        }

    .centered-text04 h3 {
        font-size: 29.693333px;
    }

    .centered-text04 {
        position: absolute;
        left: 45px;
        top: 22px;
    }

    .centered_text0 h3 {
        font-size: 29.693333px;
    }

    .centered_text0 {
        position: absolute;
        left: 50px;
        top: 27px;
    }

    .accentedBox {
        position: relative;
        bottom: 300px;
        float: right;
        right: 76px;
    }

        .accentedBox img {
            width: 105px;
        }

    .bg-aqua {
        position: relative;
        bottom: 108px;
        float: right;
        right: 76px;
    }

        .bg-aqua img {
            width: 145px !important
        }

    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }

    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
            margin-bottom: -75px;
        }

    .dealscore01 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore01 {
        padding: 25px 19px;
    }

    .dealscore02 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore03 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore02 {
        padding: 19px 20px;
    }

    .dealscore03 {
        padding: 20px 14px;
    }

    .dealscore04 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore05 h4 {
        font-size: 26px;
        width: 100% !important;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore06 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .cardslidee {
        margin: -7px 0px;
    }

    .dealscore04 {
        height: 409px;
        padding: 28px 14px;
        height: 412px;
    }

    .dealscore05 {
        padding: 19px 19px;
    }

    .dealscore06 {
        padding: 21px 24px;
    }
    .centered-text06 h3 {
        font-size: 25.693333px;
    }
    .centered-text07 h3 {
        font-size: 25.693333px;
    }
    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .centered-text11 h3 {
        font-size: 25.693333px;
    }
    .valuation_banner h1 {
        font-size: 40.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .mobilevaluation-bannerr0 {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }

    .valuation-bannerr0 {
        display: none;
    }

    .banner_gif0 img {
        width: 100%;
    }
    #descript01 {
        font-size: 30px;
    }
    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }

    .servicesection {
        display: none;
    }

    .transactionservice0 {
        display: block;
        background-color: #E6E6E6;
    }

    .transactionservice0 {
        display: block;
    }

    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

  

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .transcationtool0 {
        display: none;
    }

    .transcationtool0-mobile {
        background-color: #272727;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 32px;
        display: block;
    }

    .banner_text_iner0 h2 {
        font-size: 29px !important;
        line-height: 37px !important;
    }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }
    .portfoliomgt {
        display: none;
    }
    .mobileportfoliomgt {
        display: block;
        background-color: #282828;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        height: auto;
    }
        .mobileportfoliomgt h2 {
            font-size: 33px;
            font-weight: 500;
            line-height: 36px;
            color: #fff;
            font-family: 'monument_extendedregular',sans-serif;
            margin-bottom: 0;
            text-transform: uppercase;
            letter-spacing: 0;
        }
        .mobileportfoliomgt p {
            margin-bottom: 27px;
            line-height: 31px;
            color: #F76603;
            font-size: 32px;
        }
    .portfolioservice{
        display:none;
    }
    .mgt_01 {
        background-color: #E6E6E6;
        display: block;
    }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .valuation_bannerpage {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block !important
    }

    .gif01 img {
        width: 230px;
        margin: 0 auto;
        text-align: center;
    }

    .valuation_bannerpage h1 {
        font-size: 29.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .valuation_bannerpage p {
        font-size: 32.20px;
        line-height: 33px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }

    .valuation_bannerpage .banner_text .btn_2 {
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        padding: 10.5px 40px;
    }

    .banner_text {
        display: -webkit-inline-box;
        padding: 35px 30px 90px;
        height: auto;
    }

    .featured-section01 {
        background-color: #e7e7e7;
    }


    .featuretext01 p {
        width: 90%;
        line-height: 16px;
        font-size: 16px;
        color: #323232;
        font-weight: 600;
    }

    .featuretext01 span {
        color: #ff4800;
    }

    .featured_Sectionn0 {
        background-color: #e7e7e7;
        display: block;
    }

    .featuretext03 {
        padding: 0 20px;
        margin-bottom: 22px;
    }

        .featuretext03 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

        .featuretext03 p {
            width: 90%;
            line-height: 16px;
            font-size: 16.90px;
        }

    .featuretext_02 h2 {
        width: 78%;
        line-height: 24px;
        font-size: 25px;
        margin-bottom: 9px;
    }

    .valuation0 {
        display: none
    }

    .valuationimg0 {
        display: block;
        margin-top: 24px;
    }

        .valuationimg0 img {
            width: 100%;
        }

    .key0 {
        display: none;
    }

    .key01 {
        display: block;
    }

        .key01 img {
            width: 100%;
        }

        .key01 p {
            text-align: center;
            width: 80%;
            margin: 35px auto 0;
            font-size: 15px;
            line-height: 19px;
        }

    .icon-ai02 img {
        width: 180px;
    }

    .valuation0 img {
        width: 100%;
    }

    .explore0 .nav-tabs li a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .explore0 .nav-tabs li {
        padding: 5px 22px 0;
    }

    .fsection h3 {
        display: none;
    }

    .bullett {
        list-style: none;
        margin-bottom: 10px;
        display: block;
    }

        .bullett li::before {
            content: "•";
            font-size: 170%;
            padding-right: 5px;
            color: #fe6603;
        }

    .explore0 .tab-content {
        padding: 46px 0px;
    }

    .bullett li {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 18px;
    }

    .modify0 {
        display: block;
    }

        .modify0 li {
            font-size: 18px;
            font-weight: 400;
        }

    .fsection .gif0 img {
        display: none;
    }

    .Weight0 {
        display: none;
    }

    .Weight02 {
        display: flex;
    }

    .Weight01 {
        display: flex;
    }

    .firstsec0 p {
        list-style-type: none;
        margin-top: 19px;
        font-size: 16px !important;
        margin-bottom: 19px;
        font-weight: 500 !important;
        line-height: 15px;
        padding-left: 56px;
        color: #808080 !important;
    }

    .firstsec0 {
        float: left;
    }

    .leftside {
        width: 65%;
    }

    .rightside {
        width: 35%
    }

    .leftside span {
        color: #fd6604 !important;
    }

    .rightside span {
        color: #fd6604 !important;
    }

    .explore0 hr {
        display: none;
    }

    .leftside0 {
        width: 67%;
    }

    .rightside0 {
        width: 29%;
        text-align: center;
    }

        .rightside0 img {
            width: 70%;
        }

    .total {
        list-style-type: none;
        margin-top: 19px;
        font-size: 16px !important;
        margin-bottom: 15px;
        font-weight: 500 !important;
        line-height: 15px;
        padding-left: 56px;
        color: #fff !important;
    }

    .dividestreet {
        width: 80%;
        margin: 0 2.5rem 1rem;
        border-top: 1px solid #dbdbdb;
        display: block;
    }

    .leftside0 p {
        text-transform: uppercase;
        line-height: 40px;
    }

    .icon-ai03 img {
        width: 140px
    }

    .mrgif0 {
        display: none;
        margin-top: 40px;
    }

    .mrgif01 {
        display: block;
        margin-top: 30px;
    }

    .featuretext_02 {
        padding: 0 20px;
        margin-bottom: 35px;
    }

        .featuretext_02 p {
            width: 90%;
            line-height: 16px;
            font-size: 16px;
        }

    .icon-ai02 {
        display: none;
    }

    .icon_ai02 {
        display: block;
        position: relative;
        top: 7px;
        text-align: center;
        right: -7px;
    }

    .icon-ai03 {
        position: relative;
        top: 31px;
        text-align: center;
        right: -3px;
    }

    .featuretext02 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 57px;
    }

    .featuredsection02 {
        padding: 70px 20px;
    }

    .user-text h2 {
        line-height: 24px;
        font-size: 25px;
        margin-bottom: 9px;
        padding-left: 11px;
    }

    .featuredsection02 h3 {
        font-size: 17px;
    }

    .click-col0 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col1 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col2 .card-title {
        width: 92%;
    }

    .click-col2 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .featured_section03 {
        padding: 70px 20px;
    }

    .user_text h2 {
        line-height: 27px;
        font-size: 25px;
        margin-bottom: 4px;
        padding-left: 10px;
        margin-bottom: 9px;
    }

    .user_text p {
        width: 84%;
        line-height: 21px;
        font-size: 16.90px;
        color: #323232;
        font-weight: 600;
        padding-left: 10px;
    }

    .valuation-section {
        height: 450px;
        width: 100%;
    }

    .user-stage img {
        width: 70px;
    }

    .user-stage {
        position: relative;
        top: 69px;
    }

        .user-stage h3 {
            font-size: 19px;
            width: 64%;
            margin-bottom: 47px;
        }

    .banner_text01 {
        height: 250px;
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 30px;
    }

    .banner-text0 {
        top: 30%;
    }

        .banner-text0 h2 {
            font-size: 41px;
            color: #fff;
            width: 68%;
            margin-bottom: 6px;
        }

    .bg-descript {
        font-size: 18px;
        width: 89%;
        line-height: 25px;
    }

    .main-image {
        position: absolute;
        top: 129px;
        right: 0;
        left: 0;
        padding-left: 70px;
    }

    .sector07 {
        display: none;
    }

    .mobile-sector {
        background-color: #e7e7e7;
        padding: 0 0px 70px;
        display: block;
    }

    .sector01 {
        display: none;
    }

    .main-image img {
        width: 100% !important
    }

    .object-first {
        position: absolute;
        top: 23px;
        right: 0;
    }

    .banner0 {
        display: none
    }

    .baanner0 {
        display: block;
        background-image: url(assets/img/Orange.png);
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0_bg {
        display: block;
        background-image: url(assets/img/Blue.png);
        height: 671px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0 {
        display: none;
    }

    .bannerr-text0 {
        position: relative;
        top: 34%;
        padding-left: 30px;
    }

    .startup_bg img {
        width: 100%;
    }

    .mobile-section0 {
        display: block;
        background-color: #282828;
        padding: 70px 0px 95px;
    }

    .sector02 {
        display: none;
    }

    .widget_icon01 h3 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 6px;
        padding-left: 14px;
    }

    .invest0 li {
        float: unset;
        margin: 0 20px;
        font-size: 19px;
        padding: 13px 67px;
        letter-spacing: 7px;
        text-align: center;
        list-style-type: none;
    }

    .mobile-sector08 {
        display: block;
        background-color: #282828;
        padding: 57px 0 70px;
    }

    .icon_bg0 {
        position: relative;
        top: 203px;
        left: 0;
    }

    .icon_bg01 {
        position: relative;
        top: 264px;
        left: -21px;
    }

    .centered-text06 {
        left: 26px;
        top: 43px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 15px;
        text-align: left;
    }

    .centered-text10 {
        position: absolute;
        left: 18px;
        top: 12px;
        text-align: left;
    }

    .centered_text09 {
        position: absolute;
        left: 39px;
        top: 33px;
        text-align: left;
    }

        .centered_text09 h3 {
            width: 64%;
            font-size: 25.693333px;
        }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 15px;
    }

    .centered-text02 {
        position: absolute;
        left: 76px;
        top: 19px;
    }

        .centered-text02 h3 {
            font-size: 29.693333px;
        }

    .centered_text05 {
        position: absolute;
        left: 36px;
        top: 13px;
    }

        .centered_text05 h3 {
            font-size: 29.693333px;
        }

    .centered_text03 {
        position: absolute;
        left: 22px;
        top: 20px;
    }

        .centered_text03 h3 {
            font-size: 29.693333px;
        }

    .centered-text05 {
        position: absolute;
        left: 41px;
        top: 16px;
    }

        .centered-text05 h3 {
            font-size: 29.693333px;
        }

    .centered-text04 h3 {
        font-size: 29.693333px;
    }

    .centered-text04 {
        position: absolute;
        left: 45px;
        top: 22px;
    }

    .centered_text0 h3 {
        font-size: 29.693333px;
    }

    .centered_text0 {
        position: absolute;
        left: 50px;
        top: 27px;
    }
    .accentedBox {
        position: relative;
        bottom: 300px;
        float: right;
        right: 76px;
    }

        .accentedBox img {
            width: 105px;
        }

    .bg-aqua {
        position: relative;
        bottom: 108px;
        float: right;
        right: 76px;
    }

        .bg-aqua img {
            width: 145px !important
        }
    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }
    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
            margin-bottom: -75px;
        }
    .work-title01 {
        padding: 10px 24px;
    }



    .dealscore01 h4 {
        font-size: 19px;
        width: 79%;
        line-height: 23px;
        position: relative;
        top: 70px;
        color: #fff;
    }

    .dealscore01 {
        padding: 25px 19px;
    }

    .dealscore02 h4 {
        font-size: 19px;
        width: 79%;
        line-height: 20px;
        position: relative;
        top: 76px;
        color: #fff;
    }

    .dealscore03 h4 {
        font-size: 19px;
        width: 80%;
        line-height: 22px;
        position: relative;
        top: 75px;
        color: #fff;
    }

    .dealscore02 {
        padding: 19px 20px;
    }

    .dealscore03 {
        padding: 20px 14px;
    }

    .dealscore04 h4 {
        font-size: 19px;
        width: 80%;
        line-height: 21px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore05 h4 {
        font-size: 19px;
        width: 100% !important;
        line-height: 22px;
        position: relative;
        top: 80px;
        color: #fff;
    }

    .dealscore06 h4 {
        font-size: 19px;
        width: 80%;
        line-height: 21px;
        position: relative;
        top: 75px;
        color: #fff;
    }

    .cardslidee {
        margin: -7px 0px;
    }

    .dealscore04 {
        height: 409px;
        padding: 49px 14px;
        height: 412px;
    }

    .dealscore05 {
        padding: 19px 19px;
    }

    .dealscore06 {
        padding: 21px 24px;
    }
    .sector08 {
        display: none;
    }
    .centered-text06 h3 {
        font-size: 19.693333px;
    }
    .centered-text07 h3 {
        font-size: 19.693333px;
    }
 
    .slide0 {
        width: 220px;
    }
  
    .accent0 {
        width: 215px;
    }
    .centered-text11 h3 {
        font-size: 25.693333px;
    }


    .mobilevaluation01 h1 {
        font-size: 31.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 38px;
        margin-bottom: 18px;
    }

    .mobilevaluation01 p {
        font-size: 41px;
        font-weight: 500;
        line-height: 44px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }
    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }

    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }

    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }

    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .list-side {
        margin-top: -4px;
    }

    .feature-text01 {
        padding: 33px 40px 10px;
    }

    .list-icon0 {
        padding: 19px 40px 0;
    }

    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }

    .evaluationcard {
        display: none;
    }

    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }

    .evaluationtool0 {
        padding: 82px 30px;
    }

    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }

    .evaluationtool01 {
        padding: 74px 24px;
    }

    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }

    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }
    .list-icon0 h3 {
        font-size: 19px;
    }
    .mobilevaluation-bannerr0 {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 98px;
        display: block;
    }

    .valuation-bannerr0 {
        display: none;
    }

    .banner_gif0 img {
        width: 100%;
    }
    .banner_gif0 {
        padding-bottom: 30px;
    }
    .features_service0 {
        background-color: #282828;
        padding-top: 100px;
        padding-bottom: 100px;
        display: block;
    }
    .features_service {
        display: none;
    }
    #descript01 {
        font-size: 30px;
    }
    .po11 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 41px;
        width: 65%;
        line-height: 21px;
        padding-left: 34px;
    }
    .process01 {
        font-size: 25px;
        width: 46%;
    }
    .ul0 {
        padding: 0 41px;
    }
        .ul0 li {
            width: 50% !important;
            font-weight: 600 !important;
            line-height: 29px;
        }
    .mobilefeatured_section02 {
        background-color: #dbdbdb;
        padding-bottom: 100px;
        padding-top: 100px;
        display:block;
    }
    .featured_section02{
        display:none;
    }
    .po12 {
        padding-left: 39px;
    }
    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .transcationtool0 {
        display: none;
    }

    .transcationtool0-mobile {
        background-color: #272727;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 32px;
        display: block;
    }

    .banner_text_iner0 h2 {
        font-size: 29px !important;
        line-height:32px !important;
    }
    .servicesection {
        display: none;
    }

    .transactionservice0 {
        display: block;
        background-color: #E6E6E6;
    }

    .transactionservice0 {
        display: block;
    }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .valuation_bannerpage {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }

        .valuation_bannerpage h1 {
            font-size: 43.5px;
            text-shadow: 5px 5px 5px #282828;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 1px #be430e;
            text-transform: uppercase;
            padding-left: 0;
            letter-spacing: 0.218rem;
            font-weight: 600;
            margin-bottom: 0;
            color: #fff;
            font-family: 'monument_extendedregular',sans-serif;
            line-height: 43px;
        }

        .valuation_bannerpage p {
            font-size: 41px;
            font-weight: 500;
            line-height: 44px;
            color: #fff;
            font-family: 'monument_extendedregular',sans-serif;
            letter-spacing: 1.50px;
            margin-bottom: 10px;
        }

        .valuation_bannerpage .banner_text .btn_2 {
            box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
            padding: 10.5px 40px;
        }


    .valuation0 img {
        width: 95%;
        margin: 0 auto;
    }

    .valuation0 img {
        width: 100%;
    }

    .explore0 .nav-tabs li a {
        font-size: 16px;
        font-weight: 500;
    }

    .explore0 .nav-tabs li {
        padding: 5px 22px 4px;
    }

    .fsection h3 {
        display: none;
    }
    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }

    .cardslidee {
        margin: -7px 0px;
    }


    .mobilevaluation01 h1 {
        font-size: 43.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .mobilevaluation01 p {
        font-size: 41px;
        font-weight: 500;
        line-height: 44px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }
    .transactionservice0 {
        background-color: #E6E6E6;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .icon-ai0 {
        display: none;
    }

    .icon_ai0 {
        display: block;
        position: relative;
        top: 20px;
        text-align: center;
        right: 17px;
    }

        .icon_ai0 img {
            width: 140px;
        }

    .banner_text01 {
        height: 250px;
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 30px;
    }

    .banner-text0 {
        top: 30%;
        padding-left: 30px;
    }

        .banner-text0 h2 {
            font-size: 41px;
            color: #fff;
            width: 68%;
            margin-bottom: 6px;
        }

    .bg-descript {
        font-size: 18px;
        width: 89%;
        line-height: 25px;
    }

    .object-left {
        position: relative;
        top: 188%;
        float: left;
        right: 0;
    }

    .main-image {
        position: absolute;
        top: 135px;
        right: 0;
        left: 0;
    }

    .object-right {
        position: relative;
        top: 224% !important;
        right: 48% !important;
    }

    .sector07 {
        display: none;
    }

    .mobile-sector {
        background-color: #e7e7e7;
        padding: 0 0px 70px;
        display: block;
    }

    .sector01 {
        display: none;
    }

    .main-image img {
        width: 100%
    }

    .object-right img {
        width: 180px !important;
    }

    .banner0 {
        display: none
    }

    .baanner0 {
        display: block;
        background-image: url(assets/img/Orange.png);
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0_bg {
        display: block;
        background-image: url(assets/img/Blue.png);
        height: 671px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0 {
        display: none;
    }

    .bannerr-text0 {
        position: relative;
        top: 34%;
        padding-left: 30px;
    }

    .startup_bg img {
        width: 100%;
    }

    .mobile-section0 {
        display: block;
        background-color: #282828;
        padding: 70px 0px 95px;
    }

    .sector02 {
        display: none;
    }

    .widget_icon01 h3 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 6px;
        padding-left: 14px;
    }

    .invest0 li {
        float: unset;
        margin: 0 20px;
        font-size: 19px;
        padding: 13px 67px;
        letter-spacing: 7px;
        text-align: center;
        list-style-type: none;
    }

    .icon_bg0 {
        position: relative;
        top: 203px;
        left: 0;
    }

    .icon_bg01 {
        position: relative;
        top: 264px;
        left: -21px;
    }

    .centered-text06 {
        left: 26px;
        top: 43px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 15px;
        text-align: left;
    }

    .centered-text10 {
        position: absolute;
        left: 18px;
        top: 12px;
        text-align: left;
    }

    .centered_text09 {
        position: absolute;
        left: 39px;
        top: 33px;
        text-align: left;
    }

        .centered_text09 h3 {
            width: 64%;
            font-size: 25.693333px;
        }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 15px;
    }

    .centered-text02 {
        position: absolute;
        left: 76px;
        top: 19px;
    }

        .centered-text02 h3 {
            font-size: 29.693333px;
        }

    .centered_text05 {
        position: absolute;
        left: 36px;
        top: 13px;
    }

        .centered_text05 h3 {
            font-size: 29.693333px;
        }

    .centered_text03 {
        position: absolute;
        left: 22px;
        top: 20px;
    }

        .centered_text03 h3 {
            font-size: 29.693333px;
        }

    .centered-text05 {
        position: absolute;
        left: 41px;
        top: 16px;
    }

        .centered-text05 h3 {
            font-size: 29.693333px;
        }

    .centered-text04 h3 {
        font-size: 29.693333px;
    }

    .centered-text04 {
        position: absolute;
        left: 45px;
        top: 22px;
    }

    .centered_text0 h3 {
        font-size: 29.693333px;
    }

    .centered_text0 {
        position: absolute;
        left: 50px;
        top: 27px;
    }

    .accentedBox {
        position: relative;
        bottom: 300px;
        float: right;
        right: 76px;
    }

        .accentedBox img {
            width: 105px;
        }

    .bg-aqua {
        position: relative;
        bottom: 108px;
        float: right;
        right: 76px;
    }

        .bg-aqua img {
            width: 145px !important
        }

    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }

    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 0px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 0;
            color: #282828;
            width: 88%;
            font-weight: 500;
        }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }

    .dealscore01 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore01 {
        padding: 25px 19px;
    }

    .dealscore02 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore03 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore02 {
        padding: 19px 20px;
    }

    .dealscore03 {
        padding: 20px 14px;
    }

    .dealscore04 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore05 h4 {
        font-size: 26px;
        width: 100% !important;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore06 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .cardslidee {
        margin: -7px 0px;
    }

    .dealscore04 {
        height: 409px;
        padding: 28px 14px;
    }

    .dealscore05 {
        padding: 19px 19px;
    }

    .dealscore06 {
        padding: 21px 24px;
    }

    .sector08 {
        display: none;
    }

    .centered-text06 h3 {
        font-size: 25.693333px;
    }

    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }

    .dash00 {
        width: 219px;
    }

    .accent0 {
        width: 215px;
    }

    .centered-text11 h3 {
        font-size: 25.693333px;
    }

    .centered-text10 h3 {
        width: 82% !important;
        font-size: 25.693333px;
    }


    .mobilevaluation01 h1 {
        font-size: 43.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .mobilevaluation01 p {
        font-size: 41px;
        font-weight: 500;
        line-height: 44px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }

    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }

    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }

    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }

    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }

    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .list-side {
        margin-top: -4px;
    }

    .feature-text01 {
        padding: 33px 40px 10px;
    }

    .list-icon0 {
        padding: 19px 40px 0;
    }

    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }

    .evaluationcard {
        display: none;
    }

    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }

    .evaluationtool0 {
        padding: 82px 30px;
    }

    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }

    .evaluationtool01 {
        padding: 74px 24px;
    }

    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }

    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }

    .mobilevaluation-bannerr0 {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }

    .valuation-bannerr0 {
        display: none;
    }

    .banner_gif0 img {
        width: 100%;
    }

    .ul0 li {
        width: 50% !important;
        font-weight: 600;
        line-height: 29px;
    }
    .mobilefeatured_section02 {
        background-color: #dbdbdb;
        padding-bottom: 100px;
        padding-top: 100px;
        display: block;
    }

    .featured_section02 {
        display: none;
    }
    .po12 {
        padding-left: 39px;
    }

    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
    .mobilefeatured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 3px;
        padding-left: 28px;
        width: 87%;
        padding-bottom: 25px;
    }
    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .icon-ai0 {
        display: none;
    }

    .icon_ai0 {
        display: block;
        position: relative;
        top: 14px;
        text-align: center;
        right: 17px;
    }

        .icon_ai0 img {
            width: 140px;
        }

    .banner_text01 {
        height: 250px;
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 30px;
    }

    .banner-text0 {
        top: 30%;
        padding-left: 30px;
    }

        .banner-text0 h2 {
            font-size: 41px;
            color: #fff;
            width: 68%;
            margin-bottom: 6px;
        }

    .bg-descript {
        font-size: 18px;
        width: 89%;
        line-height: 25px;
    }

    .object-left {
        position: relative;
        top: 188%;
        float: left;
        right: 0;
    }

    .main-image {
        position: absolute;
        top: 135px;
        right: 0;
        left: 0;
    }

    .object-right {
        position: relative;
        top: 224% !important;
        right: 48% !important;
    }

    .sector07 {
        display: none;
    }

    .mobile-sector {
        background-color: #e7e7e7;
        padding: 0 0px 70px;
        display: block;
    }

    .sector01 {
        display: none;
    }

    .main-image img {
        width: 100%
    }

    .object-right img {
        width: 180px !important;
    }

    .banner0 {
        display: none
    }

    .baanner0 {
        display: block;
        background-image: url('assets/img/Orange.png');
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0_bg {
        display: block;
        background-image: url(assets/img/Blue.png);
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0 {
        display: none;
    }

    .bannerr-text0 {
        position: relative;
        top: 34%;
        padding-left: 30px;
    }

    .startup_bg img {
        width: 100%;
    }

    .mobile-section0 {
        display: block;
        background-color: #282828;
        padding: 70px 0px 95px;
    }

    .sector02 {
        display: none;
    }

    .widget_icon01 h3 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 6px;
        padding-left: 14px;
    }

    .invest0 li {
        float: unset;
        margin: 0 20px;
        font-size: 19px;
        padding: 13px 67px;
        letter-spacing: 7px;
        text-align: center;
        list-style-type: none;
    }

    .mobile-sector08 {
        display: block;
        background-color: #282828;
        padding: 57px 0 70px;
    }

    .icon_bg0 {
        position: relative;
        top: 203px;
        left: 0;
    }

    .icon_bg01 {
        position: relative;
        top: 264px;
        left: -21px;
    }

    .centered-text06 {
        left: 61px;
        top: 71px;
    }

    .centered-text07 {
        position: absolute;
        left: 64px;
        top: 29px;
        text-align: left;
    }

    .centered-text10 {
        position: absolute;
        left: 56px;
        top: 29px;
        text-align: left;
    }

    .centered_text09 {
        position: absolute;
        left: 72px;
        top: 66px;
        text-align: left;
    }

        .centered_text09 h3 {
            width: 64%;
        }

    .centered-text11 {
        position: absolute;
        left: 57px;
        top: 24px;
    }

    .centered-text02 {
        position: absolute;
        left: 76px;
        top: 19px;
    }

        .centered-text02 h3 {
            font-size: 29.693333px;
        }

    .centered_text05 {
        position: absolute;
        left: 36px;
        top: 13px;
    }

        .centered_text05 h3 {
            font-size: 29.693333px;
        }

    .centered_text03 {
        position: absolute;
        left: 22px;
        top: 20px;
    }

        .centered_text03 h3 {
            font-size: 29.693333px;
        }

    .centered-text05 {
        position: absolute;
        left: 41px;
        top: 16px;
    }

        .centered-text05 h3 {
            font-size: 29.693333px;
        }

    .centered-text04 h3 {
        font-size: 29.693333px;
    }

    .centered-text04 {
        position: absolute;
        left: 45px;
        top: 22px;
    }

    .centered_text0 h3 {
        font-size: 29.693333px;
    }

    .centered_text0 {
        position: absolute;
        left: 50px;
        top: 27px;
    }
    .accentedBox {
        position: relative;
        bottom: 300px;
        float: right;
        right: 76px;
    }

        .accentedBox img {
            width: 105px;
        }

    .bg-aqua {
        position: relative;
        bottom: 108px;
        float: right;
        right: 76px;
    }

        .bg-aqua img {
            width: 145px !important
        }
    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }
    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }
    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }

    .dealscore01 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore01 {
        padding: 25px 19px;
    }

    .dealscore02 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore03 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore02 {
        padding: 19px 20px;
    }

    .dealscore03 {
        padding: 20px 14px;
    }

    .dealscore04 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore05 h4 {
        font-size: 26px;
        width: 100% !important;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore06 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .cardslidee {
        margin: -7px 0px;
    }

    .dealscore04 {
        height: 409px;
        padding: 28px 14px;
    }

    .dealscore05 {
        padding: 19px 19px;
    }

    .dealscore06 {
        padding: 21px 24px;
    }
    .sector08 {
        display: none;
    }
    .centered-text06 h3 {
        font-size: 19.693333px;
    }
    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .dash00 {
        width: 236px;
    }
    .centered-text10 {
        position: absolute;
        left: 30px;
        top: 18px;
        text-align: left;
    }
    .accent0 {
        width: 208px;
    }
    .centered-text10 h3 {
        font-size: 25.693333px;
    }
    .custombox0 {
        width: 174px
    }
    .centered-text11 h3 {
        font-size: 25.693333px;
    }
    .centered-text10 h3 {
        width: 82% !important;
        font-size: 25.693333px;
    }


    .mobilevaluation01 h1 {
        font-size: 31.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 38px;
        margin-bottom: 18px;
    }

    .mobilevaluation01 p {
        font-size: 41px;
        font-weight: 500;
        line-height: 44px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }
    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }

    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }

    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }

    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .list-side {
        margin-top: -4px;
    }

    .feature-text01 {
        padding: 33px 40px 10px;
    }

    .list-icon0 {
        padding: 19px 40px 0;
    }

    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }

    .evaluationcard {
        display: none;
    }

    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }

    .evaluationtool0 {
        padding: 82px 30px;
    }

    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }

    .evaluationtool01 {
        padding: 74px 24px;
    }

    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }

    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }
    #descript01 {
        font-size: 33px;
    }
    .ul0 li {
        width: 50% !important;
    }
    .mobilefeatured_section02 {
        background-color: #dbdbdb;
        padding-bottom: 100px;
        padding-top: 100px;
        display: block;
    }

    .featured_section02 {
        display: none;
    }
    .po12 {
        padding-left: 39px;
    }

    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
    .mobilefeatured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 3px;
        padding-left: 28px;
        width: 87%;
        padding-bottom: 25px;
    }
    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }
    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }
    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }

    .dealscore01 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore01 {
        padding: 25px 19px;
    }

    .dealscore02 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore03 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore02 {
        padding: 19px 20px;
    }

    .dealscore03 {
        padding: 20px 14px;
    }

    .dealscore04 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore05 h4 {
        font-size: 26px;
        width: 100% !important;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore06 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .cardslidee {
        margin: -7px 0px;
    }

    .dealscore04 {
        height: 409px;
        padding: 28px 14px;
    }

    .dealscore05 {
        padding: 19px 19px;
    }

    .dealscore06 {
        padding: 21px 24px;
    }
    .sector08 {
        display: none;
    }
    .centered-text06 h3 {
        font-size: 25.693333px;
    }
    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .dash00 {
        width: 236px;
    }
    .centered-text10 {
        position: absolute;
        left: 30px;
        top: 18px;
        text-align: left;
    }
    .accent0 {
        width: 208px;
    }
    .centered-text10 h3 {
        width: 82% !important;
        font-size: 25.693333px;
    }


    .mobilevaluation01 h1 {
        font-size: 43.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .mobilevaluation01 p {
        font-size: 41px;
        font-weight: 500;
        line-height: 44px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }
    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }

    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }

    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }

    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .list-side {
        margin-top: -4px;
    }

    .feature-text01 {
        padding: 33px 40px 10px;
    }

    .list-icon0 {
        padding: 19px 40px 0;
    }

    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }

    .evaluationcard {
        display: none;
    }

    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }

    .evaluationtool0 {
        padding: 82px 30px;
    }

    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }

    .evaluationtool01 {
        padding: 74px 24px;
    }

    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }

    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }
    #descript01 {
        font-size: 33px;
    }
    .ul0 li {
        width: 50% !important;
        font-weight: 600;
        line-height: 29px;
    }
    .mobilefeatured_section02 {
        background-color: #dbdbdb;
        padding-bottom: 100px;
        padding-top: 100px;
        display: block;
    }

    .featured_section02 {
        display: none;
    }
    .po12 {
        padding-left: 39px;
    }

    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
   
    .mobilefeatured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 3px;
        padding-left: 28px;
        width: 87%;
        padding-bottom: 25px;
    }

    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
}
/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }
    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }
    .mobile-dealscore {
        display: none;
    }
    .centered-text06 h3 {
        font-size: 25.693333px;
    }
    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .dash00 {
        width: 236px;
    }
    .centered-text10 {
        position: absolute;
        left: 30px;
        top: 18px;
        text-align: left;
    }
    .accent0 {
        width: 208px;
    }
    .centered-text11 h3 {
        font-size: 25.693333px;
    }
    .centered-text10 h3 {
        width: 82% !important;
        font-size: 25.693333px;
    }


    .mobilevaluation01 h1 {
        font-size: 43.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .mobilevaluation01 p {
        font-size: 41px;
        font-weight: 500;
        line-height: 44px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }
    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }

    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }

    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }

    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .list-side {
        margin-top: -4px;
    }

    .feature-text01 {
        padding: 33px 40px 10px;
    }

    .list-icon0 {
        padding: 19px 40px 0;
    }

    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }

    .evaluationcard {
        display: none;
    }

    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }

    .evaluationtool0 {
        padding: 82px 30px;
    }

    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }

    .evaluationtool01 {
        padding: 74px 24px;
    }

    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }

    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }
    .ul0 li {
        width: 50% !important;
        font-weight: 600;
        line-height: 29px;
    }
    .mobilefeatured_section02 {
        background-color: #dbdbdb;
        padding-bottom: 100px;
        padding-top: 100px;
        display: block;
    }

    .featured_section02 {
        display: none;
    }
    .po12 {
        padding-left: 39px;
    }

    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
    .mobilefeatured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 3px;
        padding-left: 28px;
        width: 87%;
        padding-bottom: 25px;
    }

    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
}


/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
    .valuation_bannerpage {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block !important
    }

    .gif01 img {
        width: 230px;
        margin: 0 auto;
        text-align: center;
    }

    .valuation_bannerpage h1 {
        font-size: 35.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .valuation_bannerpage p {
        font-size: 32.20px;
        line-height: 33px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }

    .valuation_bannerpage .banner_text .btn_2 {
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        padding: 10.5px 40px;
    }

    .banner_text {
        display: -webkit-inline-box;
        padding: 30px;
        height: auto;
    }

    .featured-section01 {
        background-color: #e7e7e7;
    }


    .featuretext01 p {
        width: 90%;
        line-height: 21px;
        font-size: 16.90px;
        color: #323232;
        font-weight: 600;
    }

    .featuretext01 span {
        color: #ff4800;
    }

    .featured_Sectionn0 {
        background-color: #e7e7e7;
        display: block;
    }

    .featuretext03 {
        padding: 0 20px;
    }

        .featuretext03 h2 {
            line-height: 27px;
            font-size: 25px;
            margin-bottom: 4px;
        }

        .featuretext03 p {
            width: 78%;
            line-height: 27px;
            font-size: 25px;
            margin-bottom: 4px;
        }

    .featuretext_02 h2 {
        width: 78%;
        line-height: 27px;
        font-size: 25px;
        margin-bottom: 4px;
    }

    .valuation0 {
        display: none
    }

    .valuationimg0 {
        display: block;
    }

        .valuationimg0 img {
            width: 100%;
        }

    .key0 {
        display: none;
    }

    .key01 {
        display: block;
    }

        .key01 img {
            width: 100%;
        }

        .key01 p {
            text-align: center;
            width: 80%;
            margin: 24px auto 0;
            font-size: 15px;
            line-height: 19px;
        }

    .icon-ai02 img {
        width: 180px;
    }

    .valuation0 img {
        width: 100%;
    }

    .explore0 .nav-tabs li a {
        font-size: 16px;
        font-weight: 500;
    }

    .explore0 .nav-tabs li {
        padding: 5px 22px 4px;
    }

    .fsection h3 {
        display: none;
    }

    .bullett {
        list-style: none;
        margin-bottom: 10px;
        display: block;
    }

        .bullett li::before {
            content: "\2022";
            color: orange;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

    .explore0 .tab-content {
        padding: 46px 0px;
    }

    .bullett li {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .modify0 {
        display: block;
    }

        .modify0 li {
            font-size: 18px;
            font-weight: 400;
        }

    .fsection .gif0 img {
        display: none;
    }

    .Weight0 {
        display: none;
    }

    .Weight02 {
        display: flex;
    }

    .Weight01 {
        display: flex;
    }

    .firstsec0 p {
        list-style-type: none;
        margin-top: 19px;
        font-size: 16px !important;
        margin-bottom: 19px;
        font-weight: 500 !important;
        line-height: 13px;
        padding-left: 56px;
        color: #fff !important;
    }

    .firstsec0 {
        float: left;
    }

    .leftside {
        width: 65%;
    }

    .rightside {
        width: 35%
    }

    .leftside span {
        color: #fd6604 !important;
    }

    .rightside span {
        color: #fd6604 !important;
    }

    .explore0 hr {
        display: none;
    }

    .leftside0 {
        width: 67%;
    }

    .rightside0 {
        width: 29%;
        text-align: center;
    }

        .rightside0 img {
            width: 70%;
        }

    .dividestreet {
        width: 79%;
        margin: 0 auto 1rem;
        border-top: 1px solid #d7d7d7;
        display: block;
    }

    .leftside0 p {
        text-transform: uppercase;
        line-height: 40px;
    }

    .icon-ai03 img {
        width: 140px
    }

    .mrgif0 {
        display: none;
    }

    .mrgif01 {
        display: block;
    }

    .step0 {
        display: none;
    }

    .step01 {
        display: block;
    }

    .featuretext_02 {
        padding: 0 20px;
        margin-bottom: 35px;
    }

        .featuretext_02 p {
            width: 90%;
            line-height: 21px;
            font-size: 16.90px;
        }

    .icon-ai02 {
        display: none;
    }

    .icon_ai02 {
        display: block;
        position: relative;
        top: 18px;
        text-align: center;
        right: -7px;
    }

    .icon-ai03 {
        position: relative;
        top: 31px;
        text-align: center;
        right: -3px;
    }

    .featuretext02 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 57px;
    }

    .featuredsection02 {
        padding: 70px 20px;
    }

    .user-text h2 {
        line-height: 27px;
        font-size: 25px;
        margin-bottom: 4px;
        padding-left: 10px;
    }

    .featuredsection02 h3 {
        font-size: 17px;
    }

    .click-col0 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col1 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col2 .card-title {
        width: 92%;
    }

    .click-col2 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .featured_section03 {
        padding: 70px 20px;
    }

    .user_text h2 {
        line-height: 27px;
        font-size: 25px;
        margin-bottom: 4px;
        padding-left: 10px;
    }

    .user_text p {
        width: 84%;
        line-height: 21px;
        font-size: 16.90px;
        color: #323232;
        font-weight: 600;
        padding-left: 10px;
    }

    .valuation-section {
        height: 450px;
        width: 100%;
    }

    .user-stage img {
        width: 70px;
    }

    .user-stage {
        position: relative;
        top: 69px;
    }

        .user-stage h3 {
            font-size: 19px;
            width: 64%;
            margin-bottom: 47px;
        }

    .banner_text01 {
        height: 250px;
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 30px;
    }

    .banner-text0 {
        top: 30%;
        padding-left: 30px;
    }

        .banner-text0 h2 {
            font-size: 41px;
            color: #fff;
            width: 68%;
            margin-bottom: 6px;
        }

    .bg-descript {
        font-size: 18px;
        width: 89%;
        line-height: 25px;
    }

    .object-left {
        position: relative;
        top: 188%;
        float: left;
        right: 0;
    }

    .main-image {
        position: absolute;
        top: 135px;
        right: 0;
        left: 0;
    }

    .object-right {
        position: relative;
        top: 224% !important;
        right: 48% !important;
    }

    .sector07 {
        display: none;
    }

    .mobile-sector {
        background-color: #e7e7e7;
        padding: 0 0px 70px;
        display: block;
    }

    .sector01 {
        display: none;
    }

    .main-image img {
        width: 100%
    }

    .object-right img {
        width: 180px !important;
    }

    .banner0 {
        display: none
    }

    .baanner0 {
        display: block
    }

    .bannerr0_bg {
        display: block;
        background-image: url(assets/img/Blue.png);
        height: 673px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr0 {
        display: none;
    }

    .bannerr-text0 {
        position: relative;
        top: 34%;
        padding-left: 30px;
    }

    .startup_bg img {
        width: 100%;
    }

    .mobile-section0 {
        display: block;
        background-color: #282828;
        padding: 70px 40px 95px;
    }

    .sector02 {
        display: none;
    }

    .widget_icon01 h3 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 6px;
        padding-left: 14px;
    }

    .invest0 li {
        float: unset;
        margin: 0 20px;
        font-size: 19px;
        padding: 13px 67px;
        letter-spacing: 7px;
        text-align: center;
        list-style-type: none;
    }

    .mobile-sector08 {
        display: block;
        background-color: #282828;
        padding: 57px 0 70px;
    }

    .icon_bg0 {
        position: relative;
        top: 203px;
        left: 0;
    }

    .icon_bg01 {
        position: relative;
        top: 264px;
        left: -21px;
    }

    .centered-text06 {
        left: 61px;
        top: 71px;
    }

    .centered-text07 {
        position: absolute;
        left: 64px;
        top: 29px;
        text-align: left;
    }

    .centered-text10 {
        position: absolute;
        left: 30px;
        top: 18px;
        text-align: left;
    }

    .centered_text09 {
        position: absolute;
        left: 72px;
        top: 66px;
        text-align: left;
    }

        .centered_text09 h3 {
            width: 64%;
        }

    .centered-text11 {
        position: absolute;
        left: 57px;
        top: 24px;
    }

    .centered-text02 {
        position: absolute;
        left: 76px;
        top: 19px;
    }

        .centered-text02 h3 {
            font-size: 29.693333px;
        }

    .centered_text05 {
        position: absolute;
        left: 36px;
        top: 13px;
    }

        .centered_text05 h3 {
            font-size: 29.693333px;
        }

    .centered_text03 {
        position: absolute;
        left: 22px;
        top: 20px;
    }

        .centered_text03 h3 {
            font-size: 29.693333px;
        }

    .centered-text05 {
        position: absolute;
        left: 41px;
        top: 16px;
    }

        .centered-text05 h3 {
            font-size: 29.693333px;
        }

    .centered-text04 h3 {
        font-size: 29.693333px;
    }

    .centered-text04 {
        position: absolute;
        left: 45px;
        top: 22px;
    }

    .centered_text0 h3 {
        font-size: 29.693333px;
    }

    .centered_text0 {
        position: absolute;
        left: 50px;
        top: 27px;
    }
    .accentedBox {
        position: relative;
        bottom: 300px;
        float: right;
        right: 76px;
    }

        .accentedBox img {
            width: 105px;
        }

    .bg-aqua {
        position: relative;
        bottom: 108px;
        float: right;
        right: 76px;
    }

        .bg-aqua img {
            width: 145px !important
        }
    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
    }
    .mobile-dealscore {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }
    .work-title01 {
        padding: 10px 24px;
    }

        .work-title01 h2 {
            font-size: 26px;
            padding-top: 16px;
            color: #282828;
            width: 88%;
        }

    .dealscore01 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore01 {
        padding: 25px 19px;
    }

    .dealscore02 h4 {
        font-size: 27px;
        width: 79%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff
    }

    .dealscore03 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore02 {
        padding: 19px 20px;
    }

    .dealscore03 {
        padding: 20px 14px;
    }

    .dealscore04 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore05 h4 {
        font-size: 26px;
        width: 100% !important;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .dealscore06 h4 {
        font-size: 26px;
        width: 80%;
        line-height: 27px;
        position: relative;
        top: 56px;
        color: #fff;
    }

    .cardslidee {
        margin: -7px 0px;
    }

    .dealscore04 {
        height: 409px;
        padding: 28px 14px;
    }

    .dealscore05 {
        padding: 19px 19px;
    }

    .dealscore06 {
        padding: 21px 24px;
    }
     .mobile-dealscore{
        display:none;
    }
    .sector08 {
        display: none;
    }
    .centered-text06 h3 {
        font-size: 25.693333px;
    }
    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .dash00 {
        width: 236px;
    }
    .accent0 {
        width: 208px;
    }
    .centered-text11 h3 {
        font-size: 25.693333px;
    }
    .centered-text10 h3 {
        width: 82% !important;
        font-size: 25.693333px;
    }


    .mobilevaluation01 h1 {
        font-size: 43.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .mobilevaluation01 p {
        font-size: 41px;
        font-weight: 500;
        line-height: 44px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }
    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 25px 30px;
    }
    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }

    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }

    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }

    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .list-side {
        margin-top: -4px;
    }

    .feature-text01 {
        padding: 33px 40px 10px;
    }

    .list-icon0 {
        padding: 19px 40px 0;
    }

    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }

    .evaluationcard {
        display: none;
    }

    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }

    .evaluationtool0 {
        padding: 82px 30px;
    }

    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }

    .evaluationtool01 {
        padding: 74px 24px;
    }

    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }

    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }
    .ul0 li {
        width: 50% !important;
        font-weight: 600;
        line-height: 29px;
    }
    .mobilefeatured_section02 {
        background-color: #dbdbdb;
        padding-bottom: 100px;
        padding-top: 100px;
        display: block;
    }

    .featured_section02 {
        display: none;
    }
    .po12 {
        padding-left: 39px;
    }

    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 23px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 12px;
        width: 100% !important;
        line-height: 18px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
    .mobilefeatured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 3px;
        padding-left: 28px;
        width: 87%;
        padding-bottom: 25px;
    }

    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 67px;
            width: 44%;
            line-height: 59px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .valuation_bannerpage {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block !important
    }

    .gif01 img {
        width: 230px;
        margin: 0 auto;
        text-align: center;
    }

    .valuation_bannerpage h1 {
        font-size: 28.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 43px;
    }

    .valuation_bannerpage p {
        font-size: 32.20px;
        line-height: 33px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }

    .valuation_bannerpage .banner_text .btn_2 {
        box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
        padding: 10.5px 40px;
    }

    .banner_text {
        display: -webkit-inline-box;
        padding: 30px;
        height: auto;
    }

    .featured-section01 {
        background-color: #e7e7e7;
    }


    .featuretext01 p {
        width: 90%;
        line-height: 16px;
        font-size: 16px;
        color: #323232;
        font-weight: 600;
    }

    .featuretext01 span {
        color: #ff4800;
    }

    .featured_Sectionn0 {
        background-color: #e7e7e7;
        display: block;
    }

    .featuretext03 {
        padding: 0 20px;
        margin-bottom: 22px;
    }

        .featuretext03 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

        .featuretext03 p {
            width: 90%;
            line-height: 16px;
        }

    .featuretext_02 h2 {
        line-height: 38px;
        font-size: 32px;
        width: 80%;
    }

    .valuation0 {
        display: none
    }

    .valuationimg0 {
        display: block;
        margin-top: 24px;
    }

        .valuationimg0 img {
            width: 100%;
        }

    .key0 {
        display: none;
    }

    .key01 {
        display: block;
    }

        .key01 img {
            width: 100%;
        }

        .key01 p {
            text-align: center;
            width: 80%;
            margin: 24px auto 0;
            font-size: 15px;
            line-height: 19px;
        }

    .icon-ai02 img {
        width: 180px;
    }

    .valuation0 img {
        width: 100%;
    }

    .explore0 .nav-tabs li a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .explore0 .nav-tabs li {
        padding: 3px 22px 1px;
    }

    .fsection h3 {
        display: none;
    }

    .bullett {
        list-style: none;
        margin-bottom: 10px;
        display: block;
    }

        .bullett li::before {
            content: "•";
            font-size: 170%;
            padding-right: 5px;
            color: #fe6603;
        }

    .explore0 .tab-content {
        padding: 46px 0px;
    }

    .bullett li {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        width: 73%;
        line-height: 17px;
    }

    .modify0 {
        display: block;
    }

        .modify0 li {
            font-size: 18px;
            font-weight: 400;
        }

    .fsection .gif0 img {
        display: none;
    }

    .Weight0 {
        display: none;
    }

    .Weight02 {
        display: flex;
    }

    .Weight01 {
        display: flex;
    }

    .firstsec0 p {
        list-style-type: none;
        margin-top: 12px;
        font-size: 13px !important;
        margin-bottom: 9px;
        font-weight: 500 !important;
        line-height: 13px;
        padding-left: 56px;
        color: #808080 !important;
        width: 100%;
    }

    .secondsec p {
        margin-top: 15px;
        line-height: 11px !important;
        font-size: 13px !important;
        margin-bottom: 15px;
        list-style-type: none;
        padding-left: 56px;
        color: #808080 !important;
        font-weight: 500 !important;
        width: 100%;
    }


    .leftside {
        width: 65%;
    }

    .rightside {
        width: 35%;
        float: left;
    }

    .leftside span {
        color: #fd6604 !important;
        font-weight: 500;
    }

    .rightside span {
        color: #fd6604 !important;
        font-weight: 500;
    }

    .explore0 hr {
        display: none;
    }

    .leftside0 {
        width: 67%;
    }

    .rightside0 {
        width: 29%;
        text-align: center;
    }

        .rightside0 img {
            width: 70%;
        }

    .dividestreet {
        width: 79%;
        border-top: 1px solid #d7d7d7;
        display: block;
        text-align: center;
    }

    .leftside0 p {
        text-transform: uppercase;
        line-height: 40px;
    }

    .icon-ai03 img {
        width: 140px
    }

    .mrgif0 {
        display: none;
    }

    .mrgif01 {
        display: block;
        margin-top: 30px;
    }

    .icon-ai0 {
        display: none
    }

    .icon_ai0 {
        display: block;
        position: relative;
        top: 14px;
        text-align: center;
        right: 17px;
    }

        .icon_ai0 img {
            width: 140px;
        }

    .featuretext_02 {
        padding: 0 20px;
        margin-bottom: 35px;
    }

        .featuretext_02 p {
            width: 90%;
            line-height: 16px;
            font-size: 16px;
        }

    .featuretext01 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 0px;
    }

        .featuretext01 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

    .icon-ai02 {
        display: none;
    }

    .icon_ai02 {
        display: block;
        position: relative;
        top: 7px;
        text-align: center;
        right: -7px;
    }

    .icon-ai03 {
        position: relative;
        top: 31px;
        text-align: center;
        right: -3px;
    }

    .featuretext02 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 57px;
    }

        .featuretext02 h2 {
            line-height: 24px;
            font-size: 25px;
            margin-bottom: 9px;
        }

        .featuretext02 p {
            width: 84%;
            line-height: 16px;
            font-size: 16px;
            color: #323232;
            font-weight: 600;
        }

    .featuretext02 {
        padding: 0 20px;
        margin-bottom: 35px;
        margin-top: 57px;
    }

    .featuredsection02 {
        padding: 70px 20px;
    }

    .user-text h2 {
        line-height: 24px;
        font-size: 25px;
        margin-bottom: 9px;
        padding-left: 11px;
    }

    .featuredsection02 h3 {
        font-size: 17px;
    }

    .click-col0 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col1 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .click-col2 .card-title {
        width: 92%;
    }

    .click-col2 p {
        font-size: 15px;
        font-weight: 500;
        width: 96%;
        line-height: 22px;
    }

    .featured_section03 {
        padding: 70px 20px;
    }

    .user_text h2 {
        line-height: 27px;
        font-size: 25px;
        margin-bottom: 4px;
        padding-left: 10px;
        margin-bottom: 9px;
    }

    .user_text p {
        width: 84%;
        line-height: 21px;
        font-size: 16.90px;
        color: #323232;
        font-weight: 600;
        padding-left: 10px;
    }

    .valuation-section {
        height: 450px;
        width: 100%;
    }

    .user-stage img {
        width: 70px;
    }

    .user-stage {
        position: relative;
        top: 69px;
    }

        .user-stage h3 {
            font-size: 19px;
            width: 64%;
            margin-bottom: 47px;
        }

    .total p {
        list-style-type: none;
        margin-top: 0;
        font-size: 15px !important;
        margin-bottom: 15px;
        font-weight: 500 !important;
        line-height: 20px !important;
        color: #fff !important;
    }

    .user_text {
        margin-bottom: 40px;
    }

    .banner_text01 {
        height: 250px;
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 30px;
    }

    .banner-text0 {
        top: 30%;
        padding-left: 30px;
    }

        .banner-text0 h2 {
            font-size: 41px;
            color: #fff;
            width: 68%;
            margin-bottom: 6px;
        }

    .bg-descript {
        font-size: 18px;
        width: 89%;
        line-height: 25px;
    }

    .object-left {
        position: relative;
        top: 162px;
        float: left;
        right: 0;
        left: 36px;
    }

    .main-image {
        position: absolute;
        top: 129px;
        right: 0;
        left: 0;
        padding-left: 70px;
    }

    .object-right {
        position: relative;
        top: 322px;
        right: 126px;
    }

    .sector07 {
        display: none;
    }

    .mobile-sector {
        background-color: #e7e7e7;
        padding: 130px 40px 70px;
        display: block;
    }

    .sector01 {
        display: none;
    }

    .object-right img {
        width: 180px !important;
    }

    .banner0 {
        display: none
    }

    .investor_bg {
        position: relative;
        top: 0px;
        left: 14px;
    }

        .investor_bg img {
            width: 100%;
        }

    .bannerr0_bg {
        display: block;
        background-image: url(assets/img/Blue.png);
        height: 636px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .bannerr-text0 {
        position: relative;
        top: 25%;
        padding-left: 30px;
    }

    .startup_bg img {
        width: 100%;
    }

    .startup_bg {
        position: relative;
        top: 57px;
        left: 15px;
    }

    .mobile-section0 {
        display: block;
        background-color: #282828;
        padding: 70px 40px 42px;
    }

    .sector02 {
        display: none;
    }

    .widget_icon01 h3 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 6px;
        padding-left: 14px;
    }

    .invest0 li {
        float: unset;
        margin: 0 20px;
        font-size: 19px;
        padding: 13px 67px;
        letter-spacing: 7px;
        text-align: center;
        list-style-type: none;
    }

    /*.mobile-sector08 {
        display: block;
        background-color: #282828;
        padding: 57px 0 70px;
    }
*/
    .icon_bg0 {
        position: relative;
        top: 203px;
        left: 0;
    }

    .icon_bg01 {
        position: relative;
        top: 264px;
        left: -21px;
    }
    .centered-text06 {
        left: 22px;
        top: 118px;
    }
    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 101px;
        text-align: left;
    }
    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 100px;
        text-align: left;
    }
    .centered_text09 {
        position: absolute;
        left: 30px;
        top: 100px;
        text-align: left;
    }
        .centered_text09 h3 {
            width: 75% !important;
            font-size: 20.693333px;
        }
    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 97px;
    }
    .centered-text02 {
        position: absolute;
        left: 26px;
        top: 96px;
    }
        .centered-text02 h3 {
            font-size: 29.693333px;
        }
    .centered_text05 {
        position: absolute;
        left: 36px;
        top: 13px;
    }
        .centered_text05 h3 {
            font-size: 29.693333px;
        }
    .centered_text03 {
        position: absolute;
        left: 22px;
        top: 20px;
    }
        .centered_text03 h3 {
            font-size: 29.693333px;
        }
    .centered-text05 {
        position: absolute;
        left: 41px;
        top: 16px;
    }
        .centered-text05 h3 {
            font-size: 29.693333px;
        }
    .centered-text04 h3 {
        font-size: 29.693333px;
    }
    .centered-text04 {
        position: absolute;
        left: 45px;
        top: 22px;
    }
    .centered_text0 h3 {
        font-size: 29.693333px;
    }
    .centered_text0 {
        position: absolute;
        left: 50px;
        top: 27px;
    }
    .accentedBox {
        position: relative;
        bottom: 300px;
        float: right;
        right: 76px;
    }
        .accentedBox img {
            width: 105px;
        }
    .bg-aqua {
        position: relative;
        bottom: 108px;
        float: right;
        right: 76px;
    }
        .bg-aqua img {
            width: 145px !important
        }
    .dealstatus {
        display: none;
    }

    .dealstatus0 {
        display: block;
        padding: 14px;
        position: relative;
        margin-bottom: 90px;
    }

    .misbanner {
        display: none;
    }

    .mobile-misbanner {
        display: block;
        background-color: #1491eb;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 30px 15px 50px;
    }
        .mobile-misbanner img{
            width:100%;
        }
        .dealscore {
            display: none;
            background-color: #e7e7e7;
            padding-bottom: 140px;
            padding-top: 40px;
        }
    .mobile_dealscore{
        display:block;
    }
    .deal-text01 {
        padding: 0 20px;
    }
        .deal-text01 h2 {
            font-size: 24px;
            width: 84%;
        }
        .deal-text01 p {
            width: 74%;
        }
    .card-wrap0 {
        position: absolute;
        top: 9.30%;
        color: #fff;
        left: 51%;
        font-size: 19px;
        line-height: 22px;
    }
    .card-wrap01 {
        position: absolute;
        top: 38px;
        color: #fff;
        left: 51%;
        font-size: 19px;
        line-height: 22px;
    }
    .card-wrap01 {
        position: absolute;
        top: 28%;
        color: #fff;
        left: 51%;
        font-size: 19px;
        line-height: 22px;
        width: 44%;
    }
    .card-wrap02 {
        position: absolute;
        top: 46.80%;
        color: #fff;
        left: 51%;
        font-size: 19px;
        line-height: 22px;
    }
    .card-wrap03 {
        position: absolute;
        top: 65.80%;
        color: #fff;
        left: 51%;
        font-size: 19px;
        line-height: 22px;
        width: 43%;
    }
    .card-wrap04 {
        position: absolute;
        top: 84.50%;
        color: #fff;
        left: 51%;
        font-size: 19px;
        line-height: 22px;
    }
    .bg-filter0 h4 {
        padding: 49px 0;
        color: #fff;
        font-size: 45px;
        width: 85%;
        margin: 0 auto;
        line-height: 40px;
    }
    .bg-filter0 p {
        font-size: 36px;
        bottom: 56px;
        letter-spacing: 0.80px;
    }
    .bg-filter0 h4 {
        padding: 49px 0;
        color: #fff;
        font-size: 45px;
        width: 85%;
        margin: 0 auto;
        line-height: 40px;
    }

    .bg-filter0 p {
        font-size: 36px;
        bottom: 56px;
        letter-spacing: 0.80px;
    }
    
    .dropdown-menu {
        height: 420px;
        max-height: 420px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .dash00 {
        width: 198px;
    }

    .centered-text10 h3 {
        width: 93% !important;
        font-size: 19.693333px;
    }
    .accent0 {
        width: 189px;
    }
    .dash0 {
        width: 195px;
    }
    .custombox0 {
        width: 195px;
    }
    .centered-text11 h3 {
        font-size: 19.693333px;
    }
    .mobilevaluation01 h1 {
        font-size: 31.5px;
        text-shadow: 5px 5px 5px #282828;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #be430e;
        text-transform: uppercase;
        padding-left: 0;
        letter-spacing: 0.218rem;
        font-weight: 600;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        line-height: 38px;
        margin-bottom: 18px;
    }
    .mobilevaluation01 p {
        font-size: 35px;
        font-weight: 500;
        line-height: 39px;
        color: #fff;
        font-family: 'monument_extendedregular',sans-serif;
        letter-spacing: 1.50px;
        margin-bottom: 10px;
    }
    .mobilevaluation01 {
        background-color: #292929;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 30px;
        display: block;
    }
    .mobile-slide1 {
        background-image: url(../../NewTheme/assets/img/Dashboard.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 100%;
        height: 385px;
        width: 92%;
    }

    .mobile-slide2 {
        background-image: url(../../NewTheme/assets/img/Asset119.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 100%;
        height: 382px;
        width: 93%;
    }

    .mobile-slide3 {
        background-image: url(../../NewTheme/assets/img/Cursor.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 25px 30px;
        width: 100%;
        height: 377px;
    }

    .mobile-slide4 {
        background-image: url(../../NewTheme/assets/img/Asset120.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 379px;
        padding: 25px 30px;
    }

    .mobile-slide5 {
        background-image: url(../../NewTheme/assets/img/Final-Resized-Gif.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 379px;
        padding: 25px 30px;
    }

    .mobile-slide6 {
        background-image: url(../../NewTheme/assets/img/Asset-12@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 379px;
        padding: 25px 30px;
    }
    .centered-text06 {
        left: 22px;
        top: 104px;
    }

    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }

        .centered-text07 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }

        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }

    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }

    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }

        .centered-text11 h3 {
            font-size: 25.693333px;
        }

    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }

    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .Evaluationtoolbanner0 {
        display: none;
    }

    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }

    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }

    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .list-side {
        margin-top: -4px;
    }

    .feature-text01 {
        padding: 33px 40px 10px;
    }

    .list-icon0 {
        padding: 19px 40px 0;
    }

    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }

    .evaluationcard {
        display: none;
    }

    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }

        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }

    .evaluationtool0 {
        padding: 82px 30px;
    }

    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }

    .evaluationtool01 {
        padding: 74px 24px;
    }

    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }

    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }

    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }

    .ul0 li {
        width: 50% !important;
        font-weight: 600;
        line-height: 29px;
    }

    .mobilefeatured_section02 {
        background-color: #dbdbdb;
        padding-bottom: 100px;
        padding-top: 100px;
        display: block;
    }

    .featured_section02 {
        display: none;
    }

    .po12 {
        padding-left: 28px;
    }

    .services_01 {
        background-color: #E6E6E6;
        display: block;
    }

    .sector_01 {
        display: none;
    }

    .single-feature-area {
        position: relative;
        z-index: 1;
        padding: 10px 35px;
    }

        .single-feature-area .feature-text h3 {
            font-size: 22px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            padding-left: 22px;
        }

    .ul0 li {
        width: 50% !important;
        font-weight: 600 !important;
        line-height: 29px;
    }

    .f00 {
        font-size: 14px;
        width: 100%;
        margin-bottom: 0;
    }

    .V01 {
        font-size: 11px;
        width: 100% !important;
        line-height: 15px;
    }

    .f03 {
        height: 360px;
        padding: 14px 18px;
    }

    .f02 {
        height: 360px;
        padding: 14px 18px;
    }
    .f01 {
        height: 360px;
        padding: 14px 18px;
    }
    .pr-2 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        margin-bottom: 3px;
    }
    .process0 {
        font-size: 26px;
        margin-bottom: 3px;
        padding-left: 27px;
        width: 95% !important;
    }
    .mobilefeatured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 3px;
        padding-left: 28px;
        width: 87%;
        padding-bottom: 25px;
    }
    .po1 {
        font-size: 18px;
        font-weight: 500;
        color: #fd6603;
        padding-left: 26px;
    }
    .mobilefeatured_section02 h3 {
        color: #242424;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        margin-bottom: 3px;
        padding-left: 28px;
        width: 87%;
        padding-bottom: 25px;
    }

    .mobilefeatured-section0 {
        display: block;
        background-color: #282828;
        padding-bottom: 120px;
        padding-top: 0;
    }

    .featured-section0 {
        display: none;
    }

    .mobiletrans0 {
        background-image: url('assets/img/box1.png');
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        padding: 106px 17px;
        margin-top: 250px;
        position: relative;
        right: 16px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobiletrans0 h4 {
            position: relative;
            color: #fff;
            left: 4px;
            font-size: 20px;
            width: 58%;
            line-height: 20px;
            font-weight: bold;
        }

    .trans01 {
        padding: 89px 15px;
    }

        .trans01 h4 {
            left: 6px;
            font-size: 20px;
        }

    .trans02 {
        padding: 24px 20px;
        margin-top: 241px;
    }

    .trans02 {
        padding: 103px 15px;
        margin-top: 241px;
    }

        .trans02 h4 {
            font-size: 20px;
            width: 81%;
            line-height: 21px;
        }

    .trans03 {
        height: 400px;
        padding: 101px 22px;
        margin-top: 253px;
    }

        .trans03 h4 {
            font-size: 20px;
            width: 70%;
            line-height: 21px;
        }

    .trans04 {
        height: 400px;
        padding: 92px 18px;
        margin-top: 253px;
        background-size: contain;
    }

        .trans04 h4 {
            font-size: 20px;
            width: 100%;
            line-height: 21px;
        }

    .trans05 {
        background-image: url(assets/img/4.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 408px;
        padding: 108px 23px;
        margin-top: 244px;
    }

        .trans05 h4 {
            position: relative;
            color: #282828;
            left: 0;
            font-size: 20px;
            width: 100%;
            line-height: 20px;
            top: 0;
            font-weight: bold;
        }
    .mobilemisbanner {
        background-color: #1e96e5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding: 40px 10px;
    }

    .misservices {
        background-color: #E6E6E6;
        display: block;
    }

    .missector {
        display: none;
    }

    .mistext0 {
        display: block;
        background-color: #282828;
    }

        .mistext0 h3 {
            padding-top: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            width: 90%;
            line-height: 45px;
            margin-bottom: 40px;
            padding-left: 18px;
        }

    .mis0 {
        background-image: url(assets/img/BalanceSheet.gif);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mistext01 {
        background-color: #282828;
        display: none;
    }

    .mis0 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .mis01 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 87%;
    }

    .mis01 {
        background-image: url(assets/img/Asset165@2x.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 400px;
        padding: 100px 18px;
    }

    .mis02 h4 {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        font-weight: bold;
        width: 75%;
    }

    .mis02 {
        height: 400px;
        padding: 100px 18px;
    }

    .mis03 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis04 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis04 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis05 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis05 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis06 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis06 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis07 {
        height: 400px;
        padding: 100px 18px;
    }

        .mis07 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .mis08 {
        height: 389px;
        padding: 100px 18px;
    }

        .mis08 h4 {
            color: #fff;
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            width: 88%;
        }

    .featuretextt0 {
        display: none;
    }

    .mobileportfoliomgt0 {
        background-color: #282828;
    }

        .mobileportfoliomgt0 p {
            color: #F76603;
            font-size: 33px;
            width: 88%;
            line-height: 34px;
        }

        .mobileportfoliomgt0 h3 {
            padding-top: 0;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 45px;
            width: 44%;
            line-height: 39px;
        }

    .portfolio01 {
        height: 400px;
        padding: 94px 18px;
    }

        .portfolio01 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio02 h4 {
        font-size: 16px;
        line-height: 17px;
    }

    .portfolio02 {
        height: 384px;
        padding: 100px 18px;
    }

    .portfolio03 {
        height: 384px;
        padding: 100px 18px;
    }

        .portfolio03 h4 {
            font-size: 16px;
            line-height: 17px;
        }

    .portfolio04 h4 {
        font-size: 16px;
        width: 85%;
        line-height: 17px;
        width: 87% !important;
    }

    .portfolio05 h4 {
        font-size: 16px;
        width: 84%;
        line-height: 17px;
    }

    .portfolio06 {
        padding: 100px 18px;
    }

        .portfolio06 h4 {
            font-size: 16px;
            width: 87% !important;
            line-height: 17px;
        }

    .portfolio04 {
        height: 380px;
        padding: 100px 18px;
    }

    .portfolio05 {
        height: 380px;
        padding: 100px 18px;
    }
}

.modal_closebt {
    color: #fff;
    left: 29px;
    opacity: 1;
    font-weight: 400;
    top: 10px;
}

.gtco-testimonials {
    position: relative;
}

    .gtco-testimonials h2 {
        font-size: 30px;
        text-align: center;
        color: #333;
        margin-bottom: 50px;
    }

    .gtco-testimonials .owl-stage-outer {
        padding: 30px 0;
    }

    .gtco-testimonials .owl-nav {
        display: none;
    }

    .gtco-testimonials .owl-dots {
        text-align: center;
    }

        .gtco-testimonials .owl-dots span {
            position: relative;
            height: 13px;
            width: 13px;
            border-radius: 50%;
            display: block;
            background: #7a7a79;
            margin: 0 5px;
        }

        .gtco-testimonials .owl-dots .active {
            box-shadow: none;
        }

            .gtco-testimonials .owl-dots .active span {
                background: #1492ec;
                box-shadow: none;
                height: 13px;
                width: 13px;
                margin-bottom: -1px;
            }

    .gtco-testimonials .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
    }

        .gtco-testimonials .card .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            box-shadow: 0 8px 20px -4px #95abbb;
            width: 100px;
            height: 100px;
        }

        .gtco-testimonials .card h5 {
            color: #01b0f8;
            font-size: 21px;
            line-height: 1.3;
        }

            .gtco-testimonials .card h5 span {
                font-size: 18px;
                color: #666;
            }

        .gtco-testimonials .card p {
            font-size: 18px;
            color: #555;
            padding-bottom: 15px;
        }

    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials .center {
        opacity: 1;
    }

        .gtco-testimonials .center h5 {
            font-size: 24px;
        }

            .gtco-testimonials .center h5 span {
                font-size: 20px;
            }

        .gtco-testimonials .center .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }



.gtco-testimonials0 {
    position: relative;
}

    .gtco-testimonials0 h2 {
        font-size: 30px;
        text-align: center;
        color: #333;
        margin-bottom: 50px;
    }

    .gtco-testimonials0 .owl-stage-outer {
        padding: 30px 0;
    }

    .gtco-testimonials0 .owl-nav {
        display: none;
    }

    .gtco-testimonials0 .owl-dots {
        text-align: center;
    }

        .gtco-testimonials0 .owl-dots span {
            position: relative;
            height: 13px;
            width: 13px;
            border-radius: 50%;
            display: block;
            background: #7a7a79;
            margin: 0 5px;
        }

        .gtco-testimonials0 .owl-dots .active {
            box-shadow: none;
        }

            .gtco-testimonials0 .owl-dots .active span {
                background: #e95b08;
                box-shadow: none;
                height: 13px;
                width: 13px;
                margin-bottom: -1px;
            }

    .gtco-testimonials0 .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
    }

        .gtco-testimonials0 .card .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            box-shadow: 0 8px 20px -4px #95abbb;
            width: 100px;
            height: 100px;
        }

        .gtco-testimonials0 .card h5 {
            color: #01b0f8;
            font-size: 21px;
            line-height: 1.3;
        }

            .gtco-testimonials0 .card h5 span {
                font-size: 18px;
                color: #666;
            }

        .gtco-testimonials0 .card p {
            font-size: 18px;
            color: #555;
            padding-bottom: 15px;
        }

    .gtco-testimonials0 .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials0 .center {
        opacity: 1;
    }

        .gtco-testimonials0 .center h5 {
            font-size: 24px;
        }

            .gtco-testimonials0 .center h5 span {
                font-size: 20px;
            }

        .gtco-testimonials0 .center .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }

.gtcotestimonials0 {
    position: relative;
}

    .gtcotestimonials0 h2 {
        font-size: 30px;
        text-align: center;
        color: #333;
        margin-bottom: 50px;
    }

    .gtcotestimonials0 .owl-stage-outer {
        padding: 30px 0;
    }

    .gtcotestimonials0 .owl-nav {
        display: none;
    }

    .gtcotestimonials0 .owl-dots {
        text-align: center;
    }

        .gtcotestimonials0 .owl-dots span {
            position: relative;
            height: 13px;
            width: 13px;
            border-radius: 50%;
            display: block;
            background: #7a7a79;
            margin: 0 5px;
        }

        .gtcotestimonials0 .owl-dots .active {
            box-shadow: none;
        }

            .gtcotestimonials0 .owl-dots .active span {
                background: #1492ec;
                box-shadow: none;
                height: 13px;
                width: 13px;
                margin-bottom: -1px;
            }

.gtcotestimonials0 .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

.gtcotestimonials0 .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.gtcotestimonials0 .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
}

.gtcotestimonials0 .card h5 span {
    font-size: 18px;
    color: #666;
}

.gtcotestimonials0 .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.gtcotestimonials0 .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtcotestimonials0 .center {
    opacity: 1;
}

.gtcotestimonials0 .center h5 {
    font-size: 24px;
}

.gtcotestimonials0 .center h5 span {
    font-size: 20px;
}

.gtcotestimonials0 .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.gtco_testimonials0 {
    position: relative;
    margin-top: 30px;
}

    .gtco_testimonials0 h2 {
        font-size: 30px;
        text-align: center;
        color: #333;
        margin-bottom: 50px;
    }

    .gtco_testimonials0 .owl-stage-outer {
        padding: 30px 0;
    }

    .gtco_testimonials0 .owl-nav {
        display: none;
    }

    .gtco_testimonials0 .owl-dots {
        text-align: center;
    }

        .gtco_testimonials0 .owl-dots span {
            position: relative;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            display: block;
            background: #7a7a79;
            margin: 0 5px;
        }

.gtco_testimonials0 .owl-dots .active {
    box-shadow: none;
}

    .gtco_testimonials0 .owl-dots .active span {
        background: #f86603;
        box-shadow: none;
        height: 15px;
        width: 15px;
        margin-bottom: -1px;
    }

.gtco_testimonials0 .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

.gtco_testimonials0 .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.gtco_testimonials0 .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
}

.gtco_testimonials0 .card h5 span {
    font-size: 18px;
    color: #666;
}

.gtco_testimonials0 .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.gtco_testimonials0 .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco_testimonials0 .center {
    opacity: 1;
}

.gtco_testimonials0 .center h5 {
    font-size: 24px;
}

.gtco_testimonials0 .center h5 span {
    font-size: 20px;
}

        .gtco_testimonials0 .center .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }
.card-slide {
    box-shadow: 0 0px 0px 0 #78c8f9;
    margin: 0 8px;
}
.card_slide {
    margin: 0 20px;
}
.product0 {
    display: inline-block;
    padding: 13.5px 45px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 0.30px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgb(255 126 95 / 15%);
    text-transform: uppercase;
    margin-top: 24px;
    font-weight: 600;
}
    .product0, .product0:hover {
        background-image: linear-gradient(to left, #f9b700 0%, #ee390f 51%, #f9b700 100%);
    }
        .product0:hover {
            color: #fff !important;
            background-position: right center;
            box-shadow: 0px 10px 30px 0px rgb(193 34 10 / 20%);
        }

.owl-carousel .owl-item img {
    width: 100% !important;
}
.gif-grid {
    color: #bfbfbf99;
    position: relative;
    top: 76px;
    left: 32px;
    font-size: 13px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 0;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.total01 {
    position: absolute;
    top: 18%;
    left: 80%;
}

    .total01 img {
        width: 200px;
    }

/* 1792x828px at 326ppi */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .centered-text06 {
        left: 22px;
        top: 104px;
    }
    .centered-text07 {
        position: absolute;
        left: 26px;
        top: 77px;
        text-align: left;
    }
        .centered-text07 h3 {
            font-size: 25.693333px;
        }
    .centered-text10 {
        position: absolute;
        left: 22px;
        top: 81px;
        text-align: left;
    }
        .centered-text10 h3 {
            width: 93% !important;
            font-size: 25.693333px;
        }
    .centered_text09 h3 {
        width: 75% !important;
        font-size: 23.693333px;
    }
    .centered-text11 {
        position: absolute;
        left: 26px;
        top: 75px;
    }
        .centered-text11 h3 {
            font-size: 25.693333px;
        }
    .centered-text10 {
        position: absolute;
        left: 31px;
        top: 77px;
        text-align: left;
    }
    .Evaluationmobilebanner0 {
        background-color: #282826;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display:block;
    }
    .Evaluationtoolbanner0{
        display:none;
    }
    .banner_text_iner h2 {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
    #descript0 {
        font-size: 29px;
        margin-bottom: -4px;
    }
    .mobileservices {
        background-color: #e7e7e7;
        display: block;
        padding-top: 52px;
    }
    .sectorservice {
        display: none;
    }

    .feature-text01 h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }
    .list-side {
        margin-top: -4px;
    }
    .feature-text01 {
        padding: 33px 40px 10px;
    }
    .list-icon0 {
        padding: 19px 40px 0;
    }
    .feature_text0 p {
        padding: 71px 0;
        font-size: 57px;
        height: 230px;
        width: 95%;
        margin: 0 auto;
        line-height: 41px;
    }
    .evaluationcard{
        display:none;
    }
    .mobile-evaluationtool {
        display: block;
        background-color: #e7e7e7;
        padding: 57px 0 70px;
    }
        .mobile-evaluationtool h4 {
            color: #fff;
            font-size: 35px;
            width: 79%;
            line-height: 36px;
            font-weight: bold;
        }
    .evaluationtool0 {
        padding: 82px 30px;
    }
    .mobile-evaluationtool h4 {
        font-size: 25px;
        width: 100%;
        line-height: 26px;
    }
    .evaluationtool01 {
        padding: 74px 24px;
    }
    .evaluationtool02 {
        height: 442px;
        padding: 81px 28px;
    }
    .evaluationtool04 {
        height: 411px;
        padding: 78px 28px;
    }
    .evaluationtool03 {
        height: 442px;
        padding: 81px 28px;
    }
    .evaluationtool05 {
        height: 382px;
        padding: 73px 23px;
    }
}

/*.image-container {
    padding-bottom: 100%;
    background: black;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-size: cover;
    background-position: center;
}*/

/*.sectionpage {
    margin: 0;
    font-size: 64px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -30%;
    transform: translateY(-50%);
    z-index: 1;
    white-space: nowrap;
}

    .sectionpage.on-dark {
        color: white;
    }

.sectionpage span {
    position: relative;
    display: block;
}

@media (max-width:750px) {
    .container {
        width: 60%;
    }

    .sectionpage {
        font-size: 20px;
    }
}
*/
html {
    scroll-behavior: smooth;
}
