html {
    scroll-behavior: smooth;
}

body {
    font-family: 'latolight' !important;
    font-size: 18px;
}

.section-spacer {
    margin-top: 40px;
}



.portfolio-home a:hover,
.portfolio-home a:active {
    text-decoration: none !important;
}

.main-img-box {
    border: 2px solid #ccc;
    cursor: pointer;
    transition: .5s;
}

.main-img-box:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: scale(1.03);
}

.main-img-box .main-img-heading {
    background: #ddd;
    color: #000;
}

.main-img-box .main-img-heading p {
    margin: 0;
}


.review {
    background: #efefef;
    border-radius: 20px;

}

.home_content,
aside {
    min-height: 300px !important;
    margin-bottom: 20px;
}

.heading-text-description {
    margin-top: 15px;
    margin-bottom: 10px;
}

.panel .job-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.panel .job-title h3 {
    margin: 0px !important;
    padding: 10px 0px;
    font-size: 22px;
}

.panel .job-title i {
    font-size: 24px;
}


/* Services Image Flexbox Layout */
.img-grid-box {
    display: flex;
    flex-wrap: wrap;

}

.img-grid-box .img-box {
    width: 100%;
    margin: 20px 10px;
}

.img-grid-box .img-box img {
    display: block;

}

.img-box-shadow {
    box-shadow: 0 0 10px 5px #dadada;
}

.service-name {
    color: #231F20;
    display: block;
    font-size: 16px;
    line-height: 15px;
    padding: 5px 10px;
    text-align: center;
    font-weight: normal;
    margin: 5px 0 0;
    font-family: 'latolight';
}


.main-heading {
    font-size: 42px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    font-family: 'latolight';
    color: #231F20;
}


.team-card {
    margin-bottom: 50px;
}

.team-card h3 {
    line-height: 48px;
    margin: 0;
    padding: 0;
    font-family: 'latolight';
    color: #231F20;
}

.person-img {
    width: 100%;
    height: 250px;
}

.person-img img {
    width: 100%;
    height: 100%;
}

/*Team Section*/

a.cv-btn {
    background: #113261;
    color: #efefef;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 40px;
}

a.cv-btn:hover {
    background: #3f3f3f;
    color: #efefef;
    text-decoration: none;
}

.h-team hr {
    margin: 20px 0 40px auto;
}

.h-team h3 {
    padding: 0;
    margin: 0;
    color: #113261;
}

.h-team .fa {
    margin-right: 10px;
}

/*Footer */


.footer {
    background-color: #58585b;
    font-family: "Lato", sans-serif;
    padding: 5px 0 10px;
    position: absolute;
    width: 100%;

}

.footer p {
    padding: 0;
    margin: 0;
}

.footer ul li img {
    width: 25px;
    height: 25px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dadada;
    border-top: 2px solid #dadada;
    height: auto;
    padding: 0 10px;
}

.footer-flex ul {

    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
    text-align: right;
    width: 100%;
}

.footer-flex ul li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}

.footer-flex ul li a {
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'latoregular';
    line-height: 22px;
    text-decoration: none;
    outline: 0;
}

.footer-flex .footer-text p {
    font-size: 18px;
    color: #FFFFFF;
}

/* Main Slider Home  */

.main-slider {
    width: 100%;
    margin-top: -20px !important;
}

.main-slider div img {
    max-height: 420px;
}

.main-slider .slick-arrow {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(0, 0, 0, .4);
    transition: .2s;
}

.main-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, .8);
}

.main-slider .slick-prev.slick-arrow {
    left: 20px !important;
    z-index: 2000;
}

.main-slider .slick-next.slick-arrow {
    right: 20px !important;
}

.main-slider ul.slick-dots {
    margin-bottom: 40px;
}

.main-slider .slick-dots li button:before {
    font-size: 10px !important;
}


/*Cslider Clients */

.cslider {
    width: 100%;
    background: #58585b;
    padding: 0 20px;
}

.cslider div img {
    height: 120px;
    margin-right: 10px;

}

.cslider .slick-prev.slick-arrow {
    left: 0 !important;
    z-index: 2000;
}

.cslider .slick-next.slick-arrow {
    right: 0 !important;
}


.navbar {
    padding: 10px 0 !important;
}

.navbar.main .dropdown .dropdown-menu li a {
    color: #231f20;
    display: block;
    font-family: "latolight";
    font-weight: normal;
    font-size: 18.18px;
    line-height: 1.2;
    padding: 10px 10px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}



.color_border {
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.color_border ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.color_border ul li {
    display: block;
    margin: 0;
    padding: 3px 0;
    float: left;
}

.color_border ul li.green {
    width: 70%;
    height: auto;
    border: 1px solid #3FB14C;
    background-color: #3FB14C;
}

.color_border ul li.yellow {
    width: 10%;
    height: auto;
    border: 1px solid #FCEE24;
    background-color: #FCEE24;
}

.color_border ul li.purple {
    width: 10%;
    height: auto;
    border: 1px solid #8953B7;
    background-color: #8953B7;
}

.color_border ul li.black {
    width: 10%;
    height: auto;
    border: 1px solid #000000;
    background-color: #000000;
}

@media (max-width: 600px) {

    /* Images Height Set Auto On Small Screen */

    /* Srevices Page Images */
    /* Services sub images */
    /* Templates  Images */
    .img-grid-box .img-box img,
    .tsd_imgcon img,
    .vth_imgcon img {
        height: auto !important
    }

    .home_content,
    aside {
        min-height: auto !important;
    }

    .main-slider {
        margin-top: 10px !important;
    }

    .main-slider.slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

    .main-slider div img {
        height: auto !important;
    }

    .main-slider .slick-arrow {
        width: auto !important;
        height: auto !important;
        background-color: transparent;
    }

    .main-slider .slick-dots li {
        margin: 0 !important;
    }

    .main-slider .slick-dots li button:before {
        font-size: 6px !important;
    }

    .footer-flex {
        flex-direction: column-reverse;
    }

    footer .footer-text {
        width: 100%;
    }

    .footer-flex ul li {
        width: 100%;
        text-align: left;
        padding: 5px 10px;
    }
}

/* Members  */



.member-tbl>tbody>tr>td,
.member-tbl>tbody>tr>th,
.member-tbl>tfoot>tr>td,
.member-tbl>tfoot>tr>th,
.member-tbl>thead>tr>td,
.member-tbl>thead>tr>th {
    padding: 0;
    line-height: 21px;
    vertical-align: top;
    border-top: none;
    color: #333;
    font-size: 16px;
    font-family: 'latoregular';
    line-height: 24px;
}

.member-tbl>tbody>tr>td {
    padding: 0 4px;
}

.no-brdr>tbody>tr>td,
.no-brdr>tbody>tr>th,
.no-brdr>tfoot>tr>td,
.no-brdr>tfoot>tr>th,
.no-brdr>thead>tr>td,
.no-brdr>thead>tr>th {
    border-top: none;
    color: #333;
}

.member-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.member-list li {
    /*margin:15px auto;*/
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.member-list li a {
    font-size: 18px;
    line-height: 1.375em;
    color: #303030;
    font-weight: none;
    margin-bottom: 0px;
    border-left: #f5f5f5 solid 3px;
    padding: 10px;
    display: block;
    font-family: LatoWebLight;
}

.member-list li.active a,
.member-list li a:hover {

    border-color: #333;
    text-decoration: none;
    font-family: LatoWeb;
}

.fix-mem-img-size {
    height: 160px;
    width: 145px;
}

label {
    margin-bottom: 0px !important;
}

.table-bordered {
    border: 1px solid #333;
}

.table {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #333;
    color: #333;
}

.cashflow-tbl{
    color: #333;
    font-size: 16px;
    font-family: 'latoregular';
    line-height: 24px;
}