@font-face {
    font-family: 'pt-Serif';
    src: url('../fonts/PTSerif-Regular.eot');
    src: url('../fonts/PTSerif-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSerif-Regular.woff2') format('woff2'), url('../fonts/PTSerif-Regular.woff') format('woff'), url('../fonts/PTSerif-Regular.ttf') format('truetype'), url('../fonts/PTSerif-Regular.svg#PTSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt-Serif-b';
    src: url('../fonts/PTSerif-Bold.eot');
    src: url('../fonts/PTSerif-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSerif-Bold.woff2') format('woff2'), url('../fonts/PTSerif-Bold.woff') format('woff'), url('../fonts/PTSerif-Bold.ttf') format('truetype'), url('../fonts/PTSerif-Bold.svg#PTSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*new fonts 23-3-2023 start */
@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proxima_nova_reg_0-webfont.eot');
    src: url('../fonts/proxima_nova_reg_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_reg_0-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_reg_0-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_reg_0-webfont.ttf') format('truetype'),
        url('../fonts/proxima_nova_reg_0-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proxima_nova_sbold_0-webfont.eot');
    src: url('../fonts/proxima_nova_sbold_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_sbold_0-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_sbold_0-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_sbold_0-webfont.ttf') format('truetype'),
        url('../fonts/proxima_nova_sbold_0-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proxima_nova_bold_0-webfont.eot');
    src: url('../fonts/proxima_nova_bold_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_bold_0-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_bold_0-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_bold_0-webfont.ttf') format('truetype'),
        url('../fonts/proxima_nova_bold_0-webfont.svg#proxima_novabold') format('svg');
    font-weight: 900;
    font-style: normal;
}

/*new fonts 23-3-2023 end */

html,
body {
    font-family: 'proxima_nova';
    font-size: 18px;
    font-weight: normal;
    color: #37464D;
}

@media(min-width: 1500px) {
    .container {
        width: 1340px;
    }

    .carousel-caption {
        left: 16%;
        right: 16%;
    }
}

a {
    color: #83C744;
}

a:hover {
    color: #181818
}

/*-nwe css 2023-*/
.navbar-default {
    background: #1B1B1B;
    border-color: transparent;
    border-bottom: 1px solid #333;
}

.navbar-brand {
    padding: 10px;
}

ul.navbar-nav {
    height: 100px
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #83C744;
}

.navbar-nav,
#header_tag ul.navbar-nav {
    padding-top: 24px;
}

.nav>li {
    padding: 0 20px 21px;
}

.navbar-default .navbar-nav>.active {
    border-bottom: 5px solid #83C744;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.navbar-default .navbar-toggle {
    border-color: #83C744;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #83C744;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #zx;
}

.navbar-default .navbar-toggle:focus>.icon-bar,
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #181818;
}

.crsl-items {
    margin-top: 100px;
}

.subsection {
    padding-top: 100px;
    min-height: calc(100vh - 210px);
}

/*banner css*/
.carousel-caption {}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-caption {
    top: 40%;
}

.carousel-caption h3 {
    font-weight: bolder;
    color: #ffffff;
    font-size: 70px;
    margin: 0;
    text-align: left;
    text-shadow: 0 0 3px #000000;
}

.carousel-caption h3 span {
    color: #83C744;
}

.carousel-caption h4 {
    font-weight: bolder;
    font-size: 50px;
    margin: 0;
    text-align: left;
    text-shadow: 0 0 3px #000000;
}


/*-home css-*/
.home-bio {
    padding: 80px 0;
    background-color: #ECECEC;
}

.home-partners {
    padding: 80px 0;
    background-color: #1B1B1B;
    color: #ffffff;
}

.home-partners .home-partner-content p {
    color: #FFFFFF !important;
}

img {
    max-width: 100%;
}

.alliances-img-box,
a.alliances-img-box {
    border: 2px solid #707070;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 264px;
    display: block;
    text-decoration: none;
    background-color: #FFFFFF;
}

.alliances-img-box img {
    left: 50%;
    max-width: 100% !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto !important;
    margin: 0 !important;
    padding: 10px;
}

.alliances-img-box:hover,
.alliances-img-box:focus,
a.alliances-img-box:hover,
a.alliances-img-box:focus {
    border-color: #83C744;
    text-decoration: none
}

.alliances-img-box:hover img {
    /* filter: gray; */
    /* IE6-9 */
    /* filter: grayscale(0.8); */
    /* Microsoft Edge and Firefox 35+ */
    /* -webkit-filter: grayscale(0.8); */
}

/*footer css*/
.footer-map-section {
    background-color: #ECECEC;
    padding: 80px 0;
}

.footer-form {
    background-color: #FFFFFF;
    padding: 50px;
}

.contact-title {
    font-weight: 900;
    font-size: 40px;
    color: #242424;
    margin-bottom: 20px;
}

.form-control {
    height: 54px;
    border: 1px solid ##A1AEB7;
    border-radius: 4px;
    font-size: 1rem
}

label {
    font-weight: normal;
}

.form-group {
    position: relative;
    margin-bottom: 2rem
}

.form-group .errormessage {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
}

.footer-bottom {
    background: #181818;
    color: #ffffff;
    font-size: 16px;
}

.footer-bottom a {
    color: #ffffff
}

.footer-bottom a:hover {
    color: #83C744
}

.footer_bot .col-sm-4:last-child,
.footer_bot .col-sm-6:last-child {
    text-align: right
}

.footer-address {
    position: relative;
    margin-left: 50px;
}

.footer-address>.icon-pin {
    position: absolute;
    left: -50px;
    top: 0;
}

/*the team page*/
.team-people {
    margin: 50px 0;
}

.team-pic {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 18px #ccc;
}

.team-pic img {
    margin: 0;
    padding: 0;
    filter: grayscale(1);
    width: 100%;
}

.team-people h3 {
    margin-bottom: 16px;
}

.team-linkedin-detail {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
    color: #181818
}

.team-linkedin-detail a {
    color: #181818
}

.designation {
    font-weight: bold;
}



/*-partner page-*/
.pg-partners {
    padding: 30px 0;
    /*background-color: #1B1B1B; color: #ffffff;*/
}

.alliances-boxes>.Inactive>.alliances-img-box:hover {
    cursor: pointer;
}

.hover-card {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 1;
    display: none;
}

.alliances-boxes>.Inactive>.alliances-img-box:hover {
    border-color: #000;
}

.alliances-boxes>.Active>.alliances-img-box:hover>.hover-card p,
.alliances-boxes>.Active>.alliances-img-box:hover>.hover-card h4 {
    color: #83C744;
}

.alliances-boxes>.Inactive>.alliances-img-box:hover>.hover-card p,
.alliances-boxes>.Inactive>.alliances-img-box:hover>.hover-card h4 {
    color: #cccccc;
}

.alliances-boxes>.Active>.alliances-img-box:hover>.hover-card {
    visibility: visible;
}

.alliances-boxes>.Active>.alliances-img-box:hover>.hover-card>div>.inactive-text {
    display: none;
}

.alliances-boxes>.Active>.alliances-img-box:hover>.hover-card>div>.active-text {
    display: block;
}

.alliances-boxes>.Inactive>.alliances-img-box:hover>.hover-card {
    visibility: visible;
    cursor: pointer;
}

.alliances-boxes>.Inactive>.alliances-img-box:hover>.hover-card>div>.active-text {
    display: none;
}

.alliances-boxes>.Inactive>.alliances-img-box:hover>.hover-card>div>.inactive-text {
    display: block;
}



.alliances-img-box:hover .portfolio-overlay,
.alliances-img-box.active .portfolio-overlay,
.alliances-img-box:focus .portfolio-overlay {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}





/*-model css-*/
.btn-prev,
.btn-next {
    border: 0;
    height: 48px;
    width: 48px;
    border-radius: 6px;
}

.close {
    font-size: 48px;
    ;
}






/*.navbar-default {background-color: #fff; -webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.4); box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.4); font-size: 1rem; text-transform: uppercase; border-radius: 0; margin-bottom: 0}*/
/*#header_tag{ position: fixed; z-index: 5; left: 0; right: 0; top: 0}
#header_tag ul.navbar-nav { display: table; width: 100%; font-size: 0.9rem;  font-family: 'pt-Serif-b'; }
#header_tag ul.navbar-nav li { display: table-cell; float: none; text-align: center; vertical-align: middle; position: relative; width: 16.66%;  }
.home_se #header_tag ul.navbar-nav li{ width: 20%}
#header_tag ul.navbar-nav li a { display: inline-block; color: #7F7F7F }
#header_tag ul.navbar-nav li a img { max-height: 100%; }*/
/*#header_tag ul.navbar-nav li a.dropdown-toggle { padding: 0; position: absolute; left: 0; bottom: 25px; right: 0;}*/
/*#header_tag .navbar-default .navbar-nav>.active>a, #header_tag .navbar-default .navbar-nav>.active>a:focus, #header_tag .navbar-default .navbar-nav>.active>a:hover, #header_tag ul.navbar-nav li a:hover {  background-color: transparent; color: #83C744; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{ background-color: transparent; color: #83C744; }
#header_tag .navbar-default .dropdown-menu { font-size: 0.9rem; left: 50%; margin-left: -80px; }
#header_tag .navbar-default .dropdown-menu li, #header_tag .navbar-default .dropdown-menu li a { display: block; padding-top: 8px; padding-bottom: 8px; }
#header_tag .navbar-toggle img, .navbar-brand>img { max-height: 100%; padding: 0; }*/
/*.navbar-brand { padding: 2px 15px; display: none;}*/

.navbar-nav,
#header_tag ul.navbar-nav {
    margin: 0
}

/*.banner { background: #ccc none repeat scroll 0 0; display: block; height: calc(100vh - 100px); overflow: hidden; text-align: center; vertical-align: top; width:  100%; }*/

.itembox {
    background: #ccc none repeat scroll 0 0;
    display: block;
    /*height: calc(100vh - 100px);*/
    height: 40vw;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.itembox img {
    min-height: 100%;
    min-width: 100%;
}

/*#header_tag ul.navbar-nav li a.dropdown-toggle:hover, #header_tag ul.navbar-nav li.active a.dropdown-toggle:hover{ background-color: #F3FAED; color: #37464D }*/

/*.homesection{border-top: 10px solid #83C744; position: relative; padding-top: 70px;}*/
.homesection::after {
    content: '';
    width: 132px;
    height: 66px;
    display: block;
    background: url(../images/downarrow.png) no-repeat top center / 100%;
    left: 50%;
    top: -2px;
    position: absolute;
    margin-left: -66px
}

h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

h1>span {
    position: relative;
    z-index: 1;
}

h1>span:before {
    content: '';
    height: 10px;
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 5px;
    border-bottom: 10px solid #83C744;
    z-index: -1;
}

h1.text-black {
    color: #181818;
}

h1.text-white {
    color: #ffffff;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

h2>span {
    position: relative;
    z-index: 1;
}

h2>span:before {
    content: '';
    height: 10px;
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 5px;
    border-bottom: 10px solid #83C744;
    z-index: -1;
}

h2.text-black {
    color: #181818;
}

h2.text-white {
    color: #ffffff;
}

h3 {
    color: #181818;
    font-size: 32px;
    font-weight: 900;
}

h4 {
    font-size: 24px;
    font-weight: 900;
}

.btn-black {
    display: inline-block;
    padding: 10px 30px;
    background-color: #1B1B1B;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 999;
    border-radius: 4px;
}

.btn-black:hover,
.btn-black:focus {
    background-color: #000000;
    text-decoration: none;
    color: #FFFFFF;
}

.btn-green {
    display: inline-block;
    padding: 10px 30px;
    background-color: #83C644;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 999;
    border-radius: 4px;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #488010;
    text-decoration: none;
    color: #FFFFFF;
}

.btn-sm {
    font-size: 0.8rem;
    padding: 10px 20px;
    background-color: #f1f1f1;
    color: #181818;
}


h3 {
    margin-bottom: 2rem
}

.homesection h1 {
    margin-top: 0
}

p {
    color: #181818;
    font-weight: normal;
    margin-bottom: 1rem;
    font-size: 16px;
}

.padd_t_b_20 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.mag_b_15 {
    margin-bottom: 1.5rem
}



.footer hr {
    border-color: #494949;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0
}

.sociallink {
    font-size: 32px;
    color: #181818;
    margin: 10px 10px 0 0;
}

.sociallink:hover {
    color: #83C744;
}

/*.subsection.tinymce img, .tinymce img{ max-width: 90%; max-height: 455px; margin:15px 15px 15px 15px; width: 455px; display: inline-block}*/

.contact-d+footer {
    margin-top: 0
}

.map {
    /*height: 498px; overflow: hidden; /*margin-top: 2rem*/
}

.map iframe {
    pointer-events: none;
}

.btn-default:hover,
a.btn-default:hover {
    background-color: #488010;
    color: #fff !important;
    border: 2px solid #488010;
    text-decoration: none
}

.padd_t_5 {
    padding-top: 5rem;
}

/*.subsection a, .subsection a:focus{ color: #488010; text-decoration: underline}
.subsection a:hover{ color: #488010; text-decoration: none}*/
.subsection li {
    margin-bottom: 0.9rem
}

.press_room h2 {
    margin-top: 0;
}

.press_room img {
    margin-bottom: 1rem;
}

.press_room {
    border-bottom: 1px solid #DDD;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.modal-lg {
    width: 1140px
}

.modal-body.tinymce img {
    max-width: 340px;
    max-height: 340px;
    float: left
}

.modal-body {
    min-height: 400px;
}

.tinymce li {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.testimonial-box {
    padding-top: 2rem;
}

.testimonial-box .carousel-control.left,
.testimonial-box .carousel-control.right {
    background-image: none;
}

.testimonial-box .carousel-control {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
    width: 1%;
}

p.testi-author {
    color: #467F10;
}

.testimonial-box p {
    margin-bottom: 0;
    padding-left: 8rem;
    padding-right: 2.5rem;
}

.testimonial-box .item {
    padding-left: 8rem;
    padding-right: 2.5rem;
}

.testimonial-box .carousel-inner {
    min-height: 220px;
}

.testimonial-box img {
    width: auto !important;
    height: auto;
    margin-left: -70px !important;
    float: left;
}

.portfolio-overlay {
    background-color: rgba(50, 70, 77, .95);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out 0s;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.portfolio-overlay p.title {
    font-family: 'pt-Serif-b';
}

.portfolio-overlay p {
    color: #fff;
    margin-bottom: .5rem
}

.portfolio-overlay a {
    color: #83C644
}

.modal-title a {
    color: #515151
}

.modal-body img {
    max-width: 100%;
}

.lunch-btn {
    margin-top: 30px;
}

a.carousel-control {
    color: #fff
}

.services_se {
    background: url(../images/service_bg.jpg) no-repeat center center / cover
}

/*.home_se #header_tag ul.navbar-nav li.brand{ display: none}*/


.map-section {
    /*border-top: 1px solid #ccc; background: #fff; color: #37464D;*/
    font-size: 1rem;
    border-bottom: 1px solid #494949;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.map-address {
    padding-bottom: 1rem
}

.map-address .form-group {
    margin-bottom: 10px
}

.map-address input.form-control {
    height: 38px;
    font-size: 14px
}

.map-address label,
.map-address button {
    font-size: 14px;
}

.map-address label span.text-danger {
    color: red
}

.map-address .btn-default,
.map-address .btn-default:hover,
.map-address .btn-default:focus {
    height: 38px;
    font-size: 14px;
}

.map-address .btn-default:focus {
    color: #488010 !important;
    background: #fff;
}

.map-address .text-success {
    color: #83C744
}

.map-address .form-group .errormessage {
    font-size: 12px
}

.team_sec:nth-child(2n+1) img {
    float: right
}

.team_sec img {
    float: left
}

@media (max-width:1399px) {

    html,
    body {
        font-size: 18px
    }
}

@media (max-width:1200px) {
    .modal-lg {
        width: 95%;
    }


    /*banner css*/
    .carousel-caption {
        top: 40%;
    }

    .carousel-caption h3 {
        font-size: 50px;
        text-align: left;
    }

    .carousel-caption h4 {
        font-size: 30px;
        text-align: left;
    }
}

@media (max-width:1024px) {

    .alliances-img-box.active .portfolio-overlay,
    .alliances-img-box:focus .portfolio-overlay {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 992px) {

    /*-new css 2023-*/
    .navbar-brand>img {
        height: 45px;
    }

    .navbar-brand {
        padding: 0 10px;
    }

    .nav>li {
        padding: 4px 0 0 0;
    }

    .navbar-nav,
    #header_tag ul.navbar-nav {
        padding-top: 0;
    }

    .home_se #header_tag ul.navbar-nav,
    #header_tag ul.navbar-nav {
        height: inherit;
        max-height: 220px
    }

    /*banner css*/
    .carousel-caption {
        top: 30%;
    }

    .carousel-caption h3 {
        font-size: 32px;
        text-align: left;
    }

    .carousel-caption h4 {
        font-size: 24px;
        text-align: left;
    }




    html,
    body {
        font-size: 16px
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav,
    #header_tag ul.navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        display: block;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-brand {
        display: block;
    }

    /*.brand { display: none !important; }*/
    #header_tag ul.navbar-nav li {
        display: block;
        text-align: left;
        width: 100%
    }

    #header_tag ul.navbar-nav li a {
        display: block;
    }

    #header_tag ul.navbar-nav li a.dropdown-toggle {
        left: inherit;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 8px 15px
    }

    #header_tag .dropdown-menu {
        position: relative;
        width: 100%;
        border: 0;
        box-shadow: none;
        background-color: #F3FAED;
        margin-bottom: 0px;
    }

    #header_tag .navbar-default .dropdown-menu {
        left: inherit;
        margin-left: inherit
    }

    #header_tag .navbar-default .dropdown-menu li {
        padding: 0
    }

    .subsection {
        padding-top: 60px
    }

    /*#header_tag ul.navbar-nav li a.dropdown-toggle, #header_tag ul.navbar-nav li.active a.dropdown-toggle, #header_tag ul.navbar-nav li a.dropdown-toggle:focus, #header_tag ul.navbar-nav li.active a.dropdown-toggle:focus{ background-color: #F3FAED; color: #37464D}*/
    .crsl-items {
        margin-top: 50px;
    }

    .homesection::after {
        height: 60px;
        width: 60px;
        margin-left: -30px;
    }

    .testimonial-box .item {
        padding-left: 4.5rem;
        padding-right: 1rem
    }

}

@media (max-width:767px) {

    html,
    body {
        font-size: 14px
    }

    .footer_bot .col-sm-6,
    .footer_bot .col-sm-6:last-child,
    .footer_bot .col-sm-4,
    .footer_bot .col-sm-4:last-child {
        text-align: center
    }

    .footer_bot .padd_t_b_20 {
        padding-bottom: 0
    }

    .footer_bot {
        padding-bottom: 20px
    }

    .testimonial-box img {
        margin-left: 2rem !important;
    }

    /*.testimonial-box p{  padding-left:8rem; padding-right:1.5rem;}*/
    .portfolio-overlay {
        padding: 20px;
    }

    .map-address {
        padding-top: 1rem
    }

    .team_sec:nth-child(2n+1) img,
    .team_sec img {
        float: inherit
    }


    /*banner css 2023*/
    .home-bio {
        padding: 30px 0;
    }

    .home-partners {
        padding: 30px 0;
    }


    .carousel-caption {
        top: 20%;
    }

    .carousel-caption h3 {
        font-size: 24px;
        text-align: center;
    }

    .carousel-caption h4 {
        font-size: 18px;
        text-align: center;
    }
}


@media (max-width:480px) {
    .testimonial-box .carousel-inner {
        min-height: 250px;
    }

    .testimonial-box img {
        width: 15% !important;
        height: auto;
        margin-left: 1.5rem !important;
    }

    /*.testimonial-box p{ padding-left:7rem; padding-right:1.5rem;}*/
    .alliances-boxes .col-xs-6 {
        width: 100%;
    }
}



.fade_block {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 5px;
    width: auto;
    z-index: 99999
}

.fade_msg {
    background: #FFFFCC;
    border-radius: 0px;
    padding: 5px;
    display: inline-block;
}

#flash_div {
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.flash-success,
.flash-error {
    border-radius: 5px;
    background: #FFFFCC;
    display: inline;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    position: relative;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
}

.flash-success {
    color: #006600;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 2px;
}

.flash-error {
    color: #FF3737;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 2px;
}

.mb-20 {
    margin-bottom: 20px;
}

.img-blog,.postedby img {
filter: drop-shadow(0px 0px 3px #a1cc8e54);
}

.subsection.tinymce .postedby img,
.tinymce .postedby img,
.subsection.tinymce .description img,
.tinymce .description img {
    margin-left: 0;
    margin-right: 0
}

.blog-lft .postedby small b {
	padding: 5px 10px;
	background: #f2f2f2;
	float: left;
	/* color: #fff; */
	display: block;
}

.blog-lft .postedby small {
	display: block;
	padding: 10px 0 5px 0;
    width: 100%;
    overflow: hidden;
}
.blog-lft .postedby a{
    margin-bottom: 25px;
    display: block;
    color: #181818;
}

.blog-lft h4 {
	font-size: 20px;
	font-weight: 700;
}


.mb-5 {
    margin-bottom: 0.5rem
}

.blog-lft ul{
    padding: 0;
    margin: 0;
}
.blog-lft ul li{
    list-style: none;
}

.blog-lft ul li {
	background-color: #f2f2f2;
	font-weight: 500;
	padding: 7px 10px;
	box-shadow: 2px 0 0 0 #83c744 inset;
	margin-bottom: 1px;
}

.blog-lft ul li a{
    color: #181818;
    display: block;

}
.img-blog {
    /* height: 220px; */
    /* height: 500px; */
    position: relative;
    overflow: hidden
}

.blog-list-title {
    text-transform: capitalize;
    font-size: 28px;
   
}
.blog-list-title  a{
    color: #181818;
}
.blog-list-title  a:hover,.blog-lft .postedby a:hover,.blog-lft .postedby a:focus,.blog-lft ul li a:hover,.blog-lft ul li a:focus{
    color: #83C744;
    text-decoration: none;
}

.subsection.tinymce .img-blog img,
.tinymce .img-blog img {
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -mz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    min-width: 100%;
   top:50%;
   position: absolute;
    left: 50%; */
    min-height: 100%;
    min-width: 100%;
}

/* .subsection.tinymce .img-blog img,
.tinymce .img-blog img {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -mz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    min-width: 100%;
    margin-top: 100px;
    margin-left: 50%;
    min-height: 100%;
} */
.description .blogmain {
    filter: drop-shadow(0px 0px 3px #a1cc8e54);

}
.description .blogmain img{
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 0px 3px #a1cc8e54);

}
.list-view .mb-20{
    margin-bottom: 40px;
}
#comment-form .form-group .errormessage {
    right: 20px;
}

.blog-lft,
.blog_detail {
    margin-bottom: 50px;
}


.home-blogs {
    padding: 50px 0;
}

.blog-card-holder {
    display: flex;
    justify-content: center;
}

.blog-card {
    margin: 50px 0;
}

.blog-card>.blog-img>a>img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blog-card>h4 {
    font-size: 18px;
}

.blog-card>span {
    display: block;
    margin: 10px 0;
}

.hover-status{
    display: block;
}
.hover-status img{
    opacity: 1;
}
