@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");
.team-block-three .inner-box {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e5a812;
    background-color: rgb(239 232 232 / 50%);
}

.team-block-three .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.team-block-three .inner-box .lower-content h3 {
    font-size: 14px !important;
    line-height: 20px;
}

.pricing-section.pricing-page .tab-btn-box .tab-btns li.active-btn,
.pricing-section.pricing-page .tab-btn-box .tab-btns li:hover {
    background: #006cb4 !important;
}

.team-block-three .inner-box .lower-content::before {
    background: #006cb4 !important;
}

.team-block-three .inner-box .lower-content h3:hover {
    color: #006cb4 !important;
}

.team-block-three .inner-box .lower-content h3 {
    height: 40px;
    overflow: hidden;
}

.team-block-three {
    cursor: pointer;
}


/* =======================regularity budies========================= */

.rs-timeline .rs-timeline-icon i {
    color: #ff3115;
}

.rs-timeline .rs-timeline-content .rs-read-more {
    border-color: #ff3115;
    color: #ff3115;
}

.rs-timeline .rs-timeline-content .rs-read-more:hover {
    background-color: #ff3115;
    color: #fff;
}

.rs-timeline .rs-timeline-content .rs-date {
    color: #ff3115;
}

.rs-timeline-2 {
    position: relative;
    padding-bottom: 40px;
}

.rs-timeline-2 .arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rs-timeline-2 .arrows button {
    height: 42px;
    width: 42px;
    font-size: 0;
    margin: 0 5px;
    border: 0;
    background-color: #01aa4d;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.rs-timeline-2 .arrows button:hover {
    background-color: red;
    color: #fff;
}

.rs-timeline-2 .arrows button:after {
    font-family: FontAwesome;
    font-size: 22px;
    margin-top: 5px;
    display: inline-block;
}

.rs-timeline-2 .arrows button.arrow__prev:after {
    content: "\f104";
}

.rs-timeline-2 .arrows button.arrow__next:after {
    content: "\f105";
}

.rs-timeline-2 ol li:not(:last-child)::after {
    background: #ff3115;
}


/*-----------------------
    Timeline Style1
-------------------------*/

.rs-timeline {
    position: relative;
    padding: 2em 0;
    /*
        margin-top: 2em;
        margin-bottom: 2em;
    */
}

.rs-timeline::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 18px;
    height: 100%;
    width: 3px;
    background: #0072bb;
}

.rs-timeline .rs-timeline-block {
    position: relative;
    margin: 2em 0;
}

.rs-timeline .rs-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.rs-timeline .rs-timeline-block:first-child {
    margin-top: 0;
}

.rs-timeline .rs-timeline-block:last-child {
    margin-bottom: 0;
}

.rs-timeline .rs-timeline-content {
    position: relative;
    margin-left: 70px;
    border: 3px solid #f5f5f5;
    border-radius: 0.25em;
    padding: 1em;
}

.rs-timeline .rs-timeline-content img,
.rs-timeline .rs-timeline-content video,
.rs-timeline .rs-timeline-content iframe {
    margin-bottom: 25px;
    width: 100%;
}

.rs-timeline .rs-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.rs-timeline .rs-timeline-content h3,
.rs-timeline .rs-timeline-content h3 a {
    font-size: 24px;
    margin-top: 0px;
    color: #303e49;
}

.rs-timeline .rs-timeline-content .rs-read-more,
.rs-timeline .rs-timeline-content .rs-date {
    display: inline-block;
}

.rs-timeline .rs-timeline-content p {
    text-align: justify;
    margin: 1em 0;
}

.rs-timeline .rs-timeline-content .rs-read-more {
    float: right;
    padding: 3px 15px;
    border: 2px solid #444;
    color: #444;
    font-size: 14px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rs-timeline .rs-timeline-content .rs-read-more:hover {
    background: #444;
    color: #fff;
}

.rs-timeline .rs-timeline-content .rs-date {
    float: left;
    padding: 0.8em 0;
    font-weight: 600;
}

.rs-timeline .rs-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid #e5a812;
}

.rs-timeline blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.rs-timeline blockquote small {
    font-size: 14px;
}


/*-----------------------
    Timeline Style2
-------------------------*/

.rs-timeline-2 {
    white-space: nowrap;
    overflow-x: hidden;
}

.rs-timeline-2 ol {
    font-size: 0;
    width: 100vw;
    padding: 250px 0;
    transition: all 1s;
}

.rs-timeline-2 ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 210px;
    height: 3px;
    background: #f0f0f0;
}

.rs-timeline-2 ol li:last-child {
    width: 120px;
}

.rs-timeline-2 ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #01aa4d;
}

.rs-timeline-2 ol li div {
    position: absolute;
    left: 0;
    width: 380px;
    padding: 15px;
    font-size: 13px;
    white-space: normal;
    color: #631818d9;
    /*background: #f0f0f0;*/
    background-image: linear-gradient(#ffffff, #01aa4d);
    height: 250px;
}

.rs-timeline-2 ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.rs-timeline-2 ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.rs-timeline-2 ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: #f0f0f0 transparent transparent transparent;
}

.rs-timeline-2 ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.rs-timeline-2 ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #f0f0f0;
}

.rs-timeline-2 time {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #ff0000;
}


/*-----------------------
    Responsive Media
-------------------------*/

@media only screen and (min-width: 1170px) {
    /*
        .rs-timeline {
            margin-top: 3em;
            margin-bottom: 3em;
        }
    */
    .rs-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (min-width: 1170px) {
    .rs-timeline .rs-timeline-block {
        margin: 4em 0;
    }
    .rs-timeline .rs-timeline-block:first-child {
        margin-top: 0;
    }
    .rs-timeline .rs-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.fixed-img {
    position: absolute;
    top: 0;
    left: 0;
}

.rs-timeline .rs-timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
}

@media only screen and (min-width: 1170px) {
    .fixed-img {
        width: 100%;
        height: 70px;
        left: 50%;
        margin-left: -35px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .rs-timeline .rs-timeline-icon i {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1170px) {
    .fixed-img {
        width: 100%;
        height: 70px;
        left: 0%;
        margin-left: -17px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .rs-timeline .rs-timeline-icon i {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1170px) {
    .rs-timeline .rs-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        background: #f3f3f3;
    }
    .rs-timeline .rs-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #e5a812;
    }
    .rs-timeline .rs-timeline-content .rs-read-more {
        float: left;
    }
    .rs-timeline .rs-timeline-content .rs-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
    }
    .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content {
        float: right;
    }
    .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #e5a812;
    }
    .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-read-more {
        float: right;
    }
    .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
}


/* ===============sustainbility================= */

.service-style-three.service-page-2 .service-block-three .inner-box .lower-content h3 a:hover {
    color: #0072bb !important;
}

.service-block-three:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-style-three.service-page-2 .service-block-three .inner-box:before {
    background: #0072bb !important;
}

.lower_title {
    font-size: 15px !important;
}


/* ================================crinditial ========================= */


/*According style*/

.accordion-feature,
.accordion-feature-form.accordion-feature {
    margin: 0 auto 0;
}

.accordion-feature .link,
.accordion-feature-form.accordion-feature .link {
    color: #da251c;
}

.accordion-feature .info,
.accordion-feature-form.accordion-feature .info {
    overflow: hidden;
    margin-bottom: 0px;
    padding: 20px 0px;
    background: #fff;
    font-size: 14px;
    text-align: center;
}

.accordion-feature .info .sub-title,
.accordion-feature-form.accordion-feature .info .sub-title {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.accordion-feature .info .sub-info,
.accordion-feature-form.accordion-feature .info .sub-info {
    display: none;
}

.accordion-feature .info .sub-active,
.accordion-feature-form.accordion-feature .info .sub-active {
    display: block !important;
}

.accordion-feature .info .tbl-loanchart,
.accordion-feature-form.accordion-feature .info .tbl-loanchart {
    border: none;
}

.accordion-feature .info ol li,
.accordion-feature-form.accordion-feature .info ol li {
    list-style-type: decimal;
    font-size: 15px;
}

.accordion-feature .info ul,
.accordion-feature-form.accordion-feature .info ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.accordion-feature .info p,
.accordion-feature-form.accordion-feature .info p {
    font-size: 14px;
    line-height: 22px !important;
    margin: 0 0 3px 0;
    text-align: justify;
}

.accordion-feature .info p strong,
.accordion-feature-form.accordion-feature .info p strong {
    margin: 0 5px 4px 0;
    display: inline-block;
}

.accordion-feature .info h3,
.accordion-feature-form.accordion-feature .info h3 {
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0;
}

.accordion-feature .info h5,
.accordion-feature-form.accordion-feature .info h5 {
    margin: 14px 0 12px;
    color: #3c3c3c;
    text-transform: capitalize;
    font-size: 16px;
}

.accordion-feature .info h6,
.accordion-feature-form.accordion-feature .info h6 {
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 20px;
    font-weight: 600;
}

.accordion-feature .info h6:first-child,
.accordion-feature-form.accordion-feature .info h6:first-child {
    margin-top: 0;
}

.accordion-feature .info>figure,
.accordion-feature-form.accordion-feature .info>figure {
    padding: 20px;
}

.accordion-feature .info .move-tabs-container,
.accordion-feature-form.accordion-feature .info .move-tabs-container {
    margin: 0 auto;
}

.accordion-feature .info .two-col,
.accordion-feature-form.accordion-feature .info .two-col {
    width: 60%;
    float: left;
    margin: 0 16px 0 0;
}

.accordion-feature .info .three-col,
.accordion-feature-form.accordion-feature .info .three-col {
    width: 305px;
}

.accordion-feature .info ul.list-circle li,
.accordion-feature-form.accordion-feature .info ul.list-circle li {
    padding-left: 20px;
}

.accordion-feature h4.delta-product-accordion-item-odd,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd,
.accordion-feature h4.delta-product-accordion-item-even,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even {
    display: block;
    /*background-color: #f9f9f9 !important;*/
    background: transparent !important;
    padding: 10px;
    color: #333;
    clear: both;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 10px;
    position: relative;
}

.accordion-feature h4.delta-product-accordion-item-odd:hover,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:hover,
.accordion-feature h4.delta-product-accordion-item-even:hover,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:hover {
    background: transparent !important;
    /* color: #09b327; */
    color: #118551;
    /*transition: all 0.5s linear 0s;*/
}

.accordion-feature h4.delta-product-accordion-item-odd:first-child:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:first-child:before,
.accordion-feature h4.delta-product-accordion-item-even:first-child:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:first-child:before,
.accordion-feature h4.delta-product-accordion-item-odd:first-child:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:first-child:after,
.accordion-feature h4.delta-product-accordion-item-even:first-child:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:first-child:after {
    content: "";
    display: none;
}

.accordion-feature h4.delta-product-accordion-item-odd:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:before,
.accordion-feature h4.delta-product-accordion-item-even:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:before {
    content: "";
    left: 58px;
    position: absolute;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(129deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-top: 7px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -2px;
}

.accordion-feature h4.delta-product-accordion-item-odd:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:after,
.accordion-feature h4.delta-product-accordion-item-even:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:after {
    content: "";
    height: 7px;
    background-color: transparent;
    width: 63px;
    left: 0;
    top: 0;
    position: absolute;
}

.accordion-feature h4.delta-product-accordion-item-odd.active,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd.active,
.accordion-feature h4.delta-product-accordion-item-even.active,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even.active {
    background: transparent !important;
    color: #555;
    border-bottom: 1px solid #e5312f;
}

.accordion-feature h4.delta-product-accordion-item-odd.active span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd.active span::before,
.accordion-feature h4.delta-product-accordion-item-even.active span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even.active span::before {
    position: absolute;
    content: "\f068";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    right: 15px;
    top: 7px;
    height: 0.4em;
    width: 0.4em;
    transform: translateY(-50%);
    transition: all 0.6s ease;
    color: #fff;
}

.accordion-feature h4.delta-product-accordion-item-odd span,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd span,
.accordion-feature h4.delta-product-accordion-item-even span,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even span {
    position: relative;
    float: left;
    width: 17px;
    top: -1px;
    height: 28px;
    padding-right: 30px;
    border: 1px solid #e5312f;
    border-radius: 0%;
    margin: 0 10px 0 0;
    background: #e5312f;
}


/*.accordion-feature h4.delta-product-accordion-item-odd span:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd span:before,
.accordion-feature h4.delta-product-accordion-item-even span:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even span:before {
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    content: "" !important;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    right: 9px;
    position: absolute;
    top: 8px;
    height: 0.5em;
    width: 0.5em;
    transition: all 0.3s;
}*/

.accordion-feature h4.delta-product-accordion-item-odd span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd span::before,
.accordion-feature h4.delta-product-accordion-item-even span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even span::before {
    position: absolute;
    content: "\f067";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    right: 15px;
    top: 7px;
    height: 0.4em;
    width: 0.4em;
    transform: translateY(-50%);
    transition: all 0.6s ease;
    color: #fff;
}

.accordion-feature .info p,
.accordion-feature-form.accordion-feature .info.faqdetails p {
    font-size: 14px;
    line-height: 22px !important;
    margin: 0 0 3px 0;
    text-align: justify;
    color: #555;
}


/* ==================Style buttons ===================*/

.download_button {
    background-color: #118551;
    border: none;
    color: white !important;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 10px;
    float: right;
    margin-top: 50px;
}


/* Darker background on mouse-over */

.download_button:hover {
    background-color: #118551;
    border: 1px solid #e5312f;
    color: white !important;
    transform: none !important;
}

.download_button>a {
    color: white !important;
}

ul.report-list-img li a {
    color: #555;
    margin: auto;
    text-transform: uppercase;
    padding: 10px;
}

ul.report-list-img li:hover a {
    color: #0c0c0c;
}

.accordion-feature li {
    position: relative;
    /* padding: 0 60px 0 20px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px; */
}

.accordion-feature .dwn_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    text-align: center;
    border-radius: 0px;
    background-image: linear-gradient( 344deg, #0173ba 0%, #0173ba 50%, #0173ba 90%);
    height: 99.99%;
}

.accordion-feature .dwn_btn>img {
    position: absolute;
    left: 50%;
    top: 48%;
    margin: -10px 0 0 -10px;
}

.accordion_image {
    width: 100%;
    height: auto;
    /* margin: 25px; */
    padding: 15px 0px;
    cursor: pointer;
}


/*According style*/

.accordion-feature,
.accordion-feature-form.accordion-feature {
    margin: 0 auto 0;
}

.accordion-feature .link,
.accordion-feature-form.accordion-feature .link {
    color: #da251c;
}

.accordion-feature .info .sub-title,
.accordion-feature-form.accordion-feature .info .sub-title {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.menu_blue1 {
    transition: 0.6s;
    overflow: hidden;
}

.menu_blue1:hover {
    transform: scale(1.1);
}

.accordion-feature .info .sub-info,
.accordion-feature-form.accordion-feature .info .sub-info {
    display: none;
}

.accordion-feature .info .sub-active,
.accordion-feature-form.accordion-feature .info .sub-active {
    display: block !important;
}

.accordion-feature .info .tbl-loanchart,
.accordion-feature-form.accordion-feature .info .tbl-loanchart {
    border: none;
}

.accordion-feature .info ol li,
.accordion-feature-form.accordion-feature .info ol li {
    list-style-type: decimal;
    font-size: 15px;
}

.accordion-feature .info ul,
.accordion-feature-form.accordion-feature .info ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.accordion-feature .info p,
.accordion-feature-form.accordion-feature .info p {
    font-size: 14px;
    line-height: 22px !important;
    margin: 0 0 3px 0;
    text-align: justify;
}

.accordion-feature .info p strong,
.accordion-feature-form.accordion-feature .info p strong {
    margin: 0 5px 4px 0;
    display: inline-block;
}

.accordion-feature .info h3,
.accordion-feature-form.accordion-feature .info h3 {
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0;
}

.accordion-feature .info h5,
.accordion-feature-form.accordion-feature .info h5 {
    margin: 14px 0 12px;
    color: #3c3c3c;
    text-transform: capitalize;
    font-size: 16px;
}

.accordion-feature .info h6,
.accordion-feature-form.accordion-feature .info h6 {
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 20px;
    font-weight: 600;
}

.accordion-feature .info h6:first-child,
.accordion-feature-form.accordion-feature .info h6:first-child {
    margin-top: 0;
}

.accordion-feature .info>figure,
.accordion-feature-form.accordion-feature .info>figure {
    padding: 20px;
}

.accordion-feature .info .move-tabs-container,
.accordion-feature-form.accordion-feature .info .move-tabs-container {
    margin: 0 auto;
}

.accordion-feature .info .two-col,
.accordion-feature-form.accordion-feature .info .two-col {
    width: 60%;
    float: left;
    margin: 0 16px 0 0;
}

.accordion-feature .info .three-col,
.accordion-feature-form.accordion-feature .info .three-col {
    width: 305px;
}

.accordion-feature .info ul.list-circle li,
.accordion-feature-form.accordion-feature .info ul.list-circle li {
    padding-left: 20px;
}

.accordion-feature h4.delta-product-accordion-item-odd, .accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd, .accordion-feature h4.delta-product-accordion-item-even, .accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even {
	display: block;
	/* background-color: #f9f9f9 !important; */
	background: transparent !important;
	padding: 8px;
	color: #333;
	clear: both;
	cursor: pointer;
	border-bottom: 1px solid #c4bdbd;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 8px;
	position: relative;
}

.accordion-feature h4.delta-product-accordion-item-odd:hover,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:hover,
.accordion-feature h4.delta-product-accordion-item-even:hover,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:hover {
    background: transparent !important;
    /* color: #09b327; */
    color: #0c0c0c;
    /*transition: all 0.5s linear 0s;*/
}

.accordion-feature h4.delta-product-accordion-item-odd:first-child:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:first-child:before,
.accordion-feature h4.delta-product-accordion-item-even:first-child:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:first-child:before,
.accordion-feature h4.delta-product-accordion-item-odd:first-child:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:first-child:after,
.accordion-feature h4.delta-product-accordion-item-even:first-child:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:first-child:after {
    content: "";
    display: none;
}

.accordion-feature h4.delta-product-accordion-item-odd:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:before,
.accordion-feature h4.delta-product-accordion-item-even:before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:before {
    content: "";
    left: 58px;
    position: absolute;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(129deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-top: 7px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -2px;
}

.accordion-feature h4.delta-product-accordion-item-odd:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd:after,
.accordion-feature h4.delta-product-accordion-item-even:after,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even:after {
    content: "";
    height: 7px;
    background-color: transparent;
    width: 63px;
    left: 0;
    top: 0;
    position: absolute;
}

.accordion-feature h4.delta-product-accordion-item-odd.active,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd.active,
.accordion-feature h4.delta-product-accordion-item-even.active,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even.active {
    background: transparent !important;
    color: #0070b8;
    border-bottom: 1px solid #e5a812;
}

.accordion-feature h4.delta-product-accordion-item-odd.active span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd.active span::before,
.accordion-feature h4.delta-product-accordion-item-even.active span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even.active span::before {
    position: absolute;
    content: "\f068";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    right: 15px;
    top: 7px;
    height: 0.4em;
    width: 0.4em;
    transform: translateY(-50%);
    transition: all 0.6s ease;
    color: #0070b8;
}

.accordion-feature h4.delta-product-accordion-item-odd span, .accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd span, .accordion-feature h4.delta-product-accordion-item-even span, .accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even span {
	position: relative;
	float: left;
	width: 17px;
	top: -1px;
	height: 28px;
	padding-right: 30px;
	border: 1px solid #0070b8;
	border-radius: 0%;
	margin: 0 10px 0 0;
	background: transparent;
}

.accordion-feature h4.delta-product-accordion-item-odd span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-odd span::before,
.accordion-feature h4.delta-product-accordion-item-even span::before,
.accordion-feature-form.accordion-feature h4.delta-product-accordion-item-even span::before,
.card-arrow::before {
    position: absolute;
    content: "\f067";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    right: 15px;
    top: 7px;
    height: 0.4em;
    width: 0.4em;
    transform: translateY(-50%);
    transition: all 0.6s ease;
    color: #0070b8;
}

.accordion-feature .info p,
.accordion-feature-form.accordion-feature .info.faqdetails p {
    font-size: 14px;
    line-height: 22px !important;
    margin: 0 0 3px 0;
    text-align: justify;
    color: #555;
}

ul.report-list-img li {
	width: 45%;
	padding: 10px;
	height: auto;
	background: #f7f7f7;
	margin-bottom: 15px;
	display: inline-block;
	align-items: flex-start;
	text-align: left;
	/* border: 1px solid #dbdbdb; */
	border-radius: 0px;
	float: left;
	margin-right: 15px;
}



.section_bg {
    background-color: #efefef;
}

.modal-content {
    /* flex-direction: row !important; */
}

.modal-dialog {
    background-color: #fff;
}

.logo_modal {
    width: 100%;
}

.modal-header {
    width: 100%;
}

.static_image_modal {
    padding: 15px 0;
    float: right;
    margin: 0px auto;
}

.dynamic_image_modal {
    padding: 15px 0;
    float: left;
    margin: 0px auto;
}

.modal-dialog {
    pointer-events: auto !important;
    padding: 15px !important;
}

table {
    margin: 0 auto !important;
    width: 90% !important;
}

.close {
	float: left !important;
	font-size: 2rem !important;
	/* margin-top: 10px; */
	position: absolute;
	right: 15px;
	top: 5px;
}

/* ================================ end crinditial ========================= */


/* =============================================press=============================== */


/*********** NEWS CARD ***********/

.page-title .content-box h1 {
    font-size: 35px !important;
    line-height: 50px !important;
}

.news-card {
	display: flex;
	/* flex-direction: column; */
	margin: 1rem auto;
	
	margin-bottom: 1.6%;
	background: #fff;
	line-height: 1.4;
	
	overflow: hidden;
	z-index: 0;
	margin-bottom: 40px;
    border-bottom: 1px solid #eee;
padding-bottom: 20px;
}

.news-card a {
    color: inherit;
    text-decoration: none;
}

.news-card a:hover {
    color: #d9b364;
}

.news-card .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
}

.news-card:hover .img {
    transform: scale(1.3) rotate(3deg);
}

.news-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.news-card .date {
	color: #646060;font-style:italic; margin-bottom: 10px;;

}

/* DETAILS */

/* .news-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.6s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 1.5em;
}

.news-card:hover .details {
    left: 0%;
} */

.news-card .details div {
    padding: 20px 0 10px 20px;
}

.news-card .details div.date:before {
    content: "\f133";
    font-family: FontAwesome;
    margin-right: 10px;
}

.news-card .details div.category::before {
    content: "\f02b";
    font-family: FontAwesome;
    margin-right: 10px;
}


/* DESCRIPTION */

.news-card .description {
    padding:0px 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.news-card .description h2 {
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #222;
    margin-top: 5px;
}

.news-card p {
    position: relative;
    margin: 1rem 0 0;
}

.news-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #0072b9;
    width: 100px;
    top: -0.75rem;
}

.news-card .description .read-more {
    text-align: left;
}

.news-card .description .read-more a {
    color: #0072b9;
    display: inline-block;
    position: relative;
    padding: 4px 20px;
    border: 1px solid #0072b9;
}

.news-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.news-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}


/* CARD RESPONSIVENESS */

@media (min-width: 640px) {
    .news-card {
        flex-direction: row;
        max-width: 100%;
    }
    .news-card .meta {
        flex-basis: 40%;
        height: auto;
    }
    .news-card .description {
        flex-basis: 60%;
    }
    .news-card .description:before {
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .news-card:nth-child(even) {
        flex-direction: row-reverse;
    }
    .newsflex_card:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.file_thumb {
    display: inline-block;
}


/* ================================  News  ========================= */

.news-block-one .inner-box .lower-content .link a:hover span {
    color: #0070b8 !important;
    border-color: #0070b8 !important;
}

.news-block-one .inner-box .lower-content .link a i {
    color: #e4a812;
}

.sidebar-page-container .sidebar .sidebar-post .widget-content .post .post-thumb {
    top: 11px;
    width: 100px !important;
    height: auto !important;
}

.news-block-one .inner-box .lower-content h3 a:hover {
    color: #0070b8 !important;
}

.sidebar-page-container .sidebar .sidebar-post .widget-content .post .post-thumb {
    background: #0070b8 !important;
}

.sidebar-page-container .sidebar .widget-title h3:before {
    background: #0070b8 !important;
}

.sidebar-page-container .sidebar .sidebar-post .widget-content .post .post-date i {
    color: #0070b8 !important;
}

.sidebar-page-container .sidebar .sidebar-post .widget-content .post h6 a:hover {
    color: #0070b8 !important;
}

.page-title .content-box .bread-crumb li a:hover {
    color: #0070b8 !important;
}

.business_scroll {
    height: 350px !important;
    overflow-y: scroll;
}


/* ================================ end News ========================= */


/* ================================ career ========================= */

.job_table {
    width: 100% !important;
}


/* ================================ career end========================= */


/* ================================ branch contact========================= */

.branchstyle .single-service {
	border: 0px solid #1c6ead;
	padding: 25px 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 17px -5px #ccc;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: left;
    min-height: 500px;
	max-height: 500px;
    overflow-x: auto;
	background: #fff;
}

.branchstyle .single-service i.fa {
    color: #f90f1d;
    font-size: 30px;
    margin: 25px 0px;
    border: 1px solid #f90f1d;
    text-align: center;
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.branchstyle .single-service:after,
.single-team:after {
    position: absolute;
    content: "";
    width: 0%;
    border-top: 3px solid #0173bc;
    left: 0;
    top: 0;
    border-left: 3px solid #0173bc;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.branchstyle .single-service:before,
.single-team:before {
    position: absolute;
    content: "";
    width: 0%;
    border-bottom: 3px solid #0173bc;
    right: 0;
    bottom: 0;
    border-right: 3px solid #0173bc;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.branchstyle .single-service:hover:before,
.single-service:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    /* height: 50%; */
    /* width: 50%; */
    height: 25%;
    width: 25%;
}

.branchstyle .single-service h3 {
    position: relative;
    font-weight: 600;
    margin-top: 0px;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: left;
    color: #0072bb;
}
.branchstyle .single-service h6 {
    font-size: 16px;
    color: #333;
}
.branchstyle .single-service p {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}

.branchstyle .single-service h3:before {
    position: absolute;
    width: 3px;
    height: 12px;
    background-color: #f90f1d;
    top: -25px;
    left: 50%;
    margin-left: -1.5px;
}

.branchstyle .single-service h3:after {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #f90f1d;
    left: 50%;
    margin-left: -15px;
    top: -13px;
}

.branchstyle .map-icon {
    width: 20px;
    display: inline-block;
}


/* ================================ branch contact end========================= */


/* ================================ research ========================= */

.recent_tabs.finance_nav {
    background: #0070b8;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.finance_nav ul>li:before {
    color: #fff;
    content: "/";
}

.finance_nav ul li {
    display: inline-block;
}


/* .finance_nav ul li.active a,
.news_nav ul li.active a {
    color: #e5a812;
    text-decoration: none;
} */

.finance_nav ul li a {
    color: #fff;
    margin: 0 10px;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}

.finance_nav ul li a,
.finance_nav ul li a:hover {
    transition: color 1s ease 0s, background-color 1.5s ease 0s;
    text-decoration: none;
}

.finance_nav ul li a:hover {
    border-bottom: 2px solid #fff;
}

.finance_nav ul li a,
.finance_nav ul li a:hover {
    transition: color 1s ease 0s, background-color 1.5s ease 0s;
    text-decoration: none;
}

.finance_nav ul li a {
    color: #fff;
    margin: 0 10px;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}

a:active,
a:hover {
    outline: 0;
}

a:focus,
a:hover {
    color: #23527c;
}

.form-inline {
    display: block !important;
}

.btn-info {
    background-color: #0072bb !important;
    border-color: #0072bb !important;
}

.form-inline label {
    display: inline-block !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #0072bb !important;
}

label {
    position: initial;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: #eaf2ea;
}

table {
    margin-top: 10px;
    width: 100% !important;
}

.table_head {
    background: #0072bb;
    color: #eee;
}

tbody tr.odd {
    background: #fff;
}

table td {
    color: #333;
}

tfoot {
    display: table-header-group;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border-radius: 50px;
    border: 1px solid #3a8c67;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* head_office  */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.news_sub_title {
    height: 180px !important;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    text-align: center;
}


/* ================================ research end========================= */

.list_paragraphp>ul>li {
    list-style: disc;
    line-height: 2;
}

.list_paragraphp>p>strong>span {
    font-weight: bold;
    font-size: 18px !important;
}

.list_paragraphp>p>strong {
    font-weight: bold;
    font: size 18px;!important;
    color: #333;
    /* text-align: center; */
    display: block;
    line-height: 2.2;
}

.sub_details {
    border: 2px solid #0270bd;
    padding: 50px 0px;
    text-align: center;
    margin: 5px;
}

.sub_details:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


/* ===================================box card ============================== */

p.small {
    font-size: 14px;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #0072bb;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: block;
    position: relative;
    max-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #0072bb;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(21);
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}



.card2 {
	display: block;
	top: 0px;
	position: relative;
	max-width: 262px;
	
    background: linear-gradient(90deg, rgb(8, 53, 104), rgba(6, 21, 104, 0.8));
	background-image: url('../../images/Background-01.jpg');
	position: relative;
	width: 100%;
	padding: 50px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
	padding: 32px 24px;
	margin: 12px 0px;
	text-decoration: none;
	text-align: center;
	z-index: 0;
	overflow: hidden;
	border: 1px solid #dedfdf;
    height: 130px;
}

.card2:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
}

.card2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}

.card2:hover:before {
    transform: scale(2.15);
}


.card2 h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}
.card3 {
    display: block;
    top: 0px;
    position: relative;
    max-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #f2f8f9;
}

.card3 .go-corner {
    opacity: 0.7;
}

.card3:hover {
    border: 1px solid #00838d;
    box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
    z-index: 500;
}

.card3:hover p {
    color: #00838d;
}

.card3:hover .go-corner {
    transition: opactiy 0.3s linear;
    opacity: 1;
}

.card4 {
    display: block;
    top: 0px;
    position: relative;
    max-width: 262px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #cccccc;
}

.card4 .go-corner {
    background-color: #00838d;
    height: 100%;
    width: 16px;
    padding-right: 9px;
    border-radius: 0;
    transform: skew(6deg);
    margin-right: -36px;
    align-items: start;
    background-image: linear-gradient(-45deg, #8f479a 1%, #dc2a74 100%);
}

.card4 .go-arrow {
    transform: skew(-6deg);
    margin-left: -2px;
    margin-top: 9px;
    opacity: 0;
}

.card4:hover {
    border: 1px solid #cd3d73;
}

.card4 h3 {
    margin-top: 8px;
}

.card4:hover .go-corner {
    margin-right: -12px;
}

.card4:hover .go-arrow {
    opacity: 1;
}

.error {
    color: red !important;
}

.contact_title {
    color: #016fbe !important;
}


/* ==========================================bod director============================== */

.board-of-director-box {
    display: flex;
}

.board-of-director-tab-box {
    width: 100%;
    min-height: 160px;
    padding: 15px;
    margin-bottom: 18px !important;
    box-sizing: border-box;
    border-left: 8px solid #7211a6;
    /*border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(218,222,223) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(218,222,223) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(218,222,223) 0%, rgb(255,255,255) 100%);*/
    /*box-shadow: 0px 0px 5.8px 4.2px rgba(0, 0, 0, 0.1);*/
}

.panel-default {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
}

.board-of-director-box {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.board-of-director-box.odd>div>img {
    float: left;
    margin-right: 15px;
    border-radius: 10%;
    width: 100px;
    height: 115px;
    border: 1px solid #0072bb78;
}

.board-of-director-box.even>div>img {
    float: right;
    margin-left: 15px;
    border-radius: 10%;
    width: 100px;
    height: 115px;
    border: 1px solid #0072bb78;
}

hr.board-border {
    border-top: 1px solid #d2d7df;
}

a.board-social {
    float: right;
}

a.board-social>img {
    margin-top: 10px;
    margin-right: 15px;
}

h5.board-of-director-name {
    font-weight: 800;
    color: #0072bb;
    font-size: 22px;
    margin: 0;
    line-height: 22px;
    display: inline-block;
    margin-top: 20px;
}

.board-of-director-box.even h5.board-of-director-name {
    text-align: right;
    float: right;
}

.board-of-director-box.odd h5.board-of-director-name {
    text-align: left;
}

h5.board-of-director-name span {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	
}

.board-of-director-tab-box .board-of-director-box.odd::after {
    content: "- Close";
    float: right;
    color: #e5312f;
    font-size: 14px;
    /* margin-right: 25px; */
    position: absolute;
    right: 39px;
    bottom: 0;
}

.zoom {
    padding: 0px;
    background-color: #fff;
    transition: transform 0.6s;
    /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(2);
    padding-botom: 20px;
    margin-botom: 20px;
    z-index: 11111;
}

.board-of-director-tab-box .board-of-director-box.odd.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+ Read More";
    color: #0072bb;
    /* adjust as needed, taken from bootstrap.css */
}

.board-of-director-tab-box .board-of-director-box.even::after {
	content: "- Close";
	/* float: left; */
	margin-left: 20px;
	color: #e5312f;
	font-size: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.board-of-director-tab-box .board-of-director-box.even{
    padding-left:0px;

}
.board-of-director-tab-box .board-of-director-box.even.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+ Read More";
    color: #0072bb;
    /* adjust as needed, taken from bootstrap.css */
}

.board-of-director-tab-box>.row {
    position: relative;
}

.board-small-para,
.board-small-new-para {
    font-size: 13px;
    color: #000;
    text-align: left;
    font-weight: normal;
}

.board-small-new-para {
    text-align: justify;
}

.board-of-director-description {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(217, 217, 217);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    /*padding: 30px 20px 10px;*/
    padding: 0;
    border: none;
    box-sizing: border-box;
    width: 100%;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    background-color: #dae1e4;
}

#style-1::-webkit-scrollbar {
    width: 9px;
    background-color: #bfc9cd;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(210, 14, 14, 0.18);
    background-color: rgb(45, 40, 40);
}

ul.board-of-list {
    width: 100%;
    list-style: none;
    margin: 0;
    display: block;
    margin-top: 20px;
}

ul.board-of-list>li {
    width: 100%;
    text-align: left;
    padding: 6px 0;
    font-size: 10pt;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    background: url(../images/list-icon.jpg) no-repeat left center;
    padding-left: 18px;
    background-position: 0px 12px;
}

ul.sub-board-of-list {
    width: 100%;
    list-style: none;
    margin: 0;
    display: block;
    margin-top: 10px;
    margin-left: 15px;
}

ul.sub-board-of-list>li {
    width: 100%;
    text-align: left;
    padding: 6px 0;
    font-size: 10pt;
    color: #5d7489;
    font-weight: 400;
    line-height: 20px;
    background: url(../images/list-icon.jpg) no-repeat left center;
    padding-left: 18px;
}

h6.highlight-text {
    font-weight: 600;
    color: #145799;
    text-align: left;
    font-size: 10.2pt;
    margin: 0;
    line-height: 20px;
}


/*End bod
*/

.executive_info-left-img {
    width: 100%;
}

.btn-executive_info_border {
    border: none;
    padding: 0px 0px;
    background-color: #fff;
    margin-bottom: 10px;
    min-height: 190px;
    overflow: hidden;
    
    /* transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); */
    border-radius: 5px;
}

.piccontainer {
    max-width: 190px;
    max-height: 220px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.teamdetails {
	text-align: center;
	/* margin-top: 10px; */
	/* padding: 10px; */
	height: 80px;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding-top: 10px;
}

.teamdetails h4 {
	color: #0072bb;

}

.executivesdata {
    cursor: pointer;
}

.lower-content>li {
    list-style: square;
}

.lower-content>ul>li>a {
    color: #666666 !important;
}

.business_title {
    text-align: left;
}


/* ====================faq============ */
.tabbg{
    background: #0072bb;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}
.tabs-faqcustom.tabs-horizontal.tabs-corporate .nav-tabs,
.tabs-faqcustom.tabs-horizontal.tabs-line .nav-tabs {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    float: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.tabs-faqcustom.tabs-horizontal.tabs-line .nav-tabs li {
	background-color: transparent;
	color: #555;
	margin-right: 5px;
	min-height: 40px;
	text-align: center;
	width: 300px;
	justify-content: center;
	display: block;
}
.tabs-faqcustom.tabs-horizontal.tabs-line .nav-tabs li a{
    background: #0072bb;
   
}
.tabs-faqcustom.tabs-horizontal.tabs-line .nav-tabs li a .faqbtn {
    background: #0072bb;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid  #0072bb;
    /* color: #eee; */
}

.tabs-faqcustom.tabs-horizontal.tabs-line .nav-tabs li a.active .faqbtn {
    color: #0072bb;
    background: #fff;
    border: 1px solid  #0072bb;
    /* border-left: 1px solid #555; */
    /* border-right: 1px solid #555; */
    /* border-top: 1px solid #555; */
    font-weight: bold;
}


.nav-tabs>li>a {
    color: #eee;
}

.tabs-faqcustom.tabs-horizontal.tabs-line .tab-content, .tabs-faqcustom.tabs-horizontal.tabs-minimal .tab-content {
	padding: 20px 20px 20px 20px;
	background: #fff;
	/* border: 1px solid #0072bb; */
	margin-top: 20px;
}

h2.product-maintitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.card-group.card-group-custom {
    display: block;
    margin-bottom: 0;
}

.card-custom .card-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-light .card-collapse {
    position: relative;
    margin-top: -1px;
    border-bottom: 1px solid #dedede;
    color: #000;
    will-change: transform;
}

.card-group.card-group-custom .card-heading+.card-collapse>.card-body,
.card-group.card-group-custom .card-heading+.card-collapse>.list-group {
    border-top: 0;
}

.card-group.card-group-custom {
    display: block;
    margin-bottom: 0;
}

.card-group.card-group-custom .card-heading+.card-collapse>.card-body,
.card-group.card-group-custom .card-heading+.card-collapse>.list-group {
    border-top: 0;
}

.card-group.card-group-custom .card+.card {
    margin-top: 0;
}

.card-group.card-group-corporate .card+.card {
    margin-top: 30px;
}

.card-title {
    margin-bottom: 0;
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    /* padding-left: 30px; */
}

.card-custom a {
    display: block;
}

.card-custom .card-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-custom .card-body {
    padding: 0;
    border: 0;
}

*+.card-group-custom {
    margin-top: 35px;
}

@media (min-width: 768px) {
    *+.card-group-custom {
        margin-top: 50px;
    }
}

/* .card-light:first-child .card-title {
    border-top: 1px solid #ccc;
} */

.card-light .card-title {
    border-bottom: 1px solid #ccc;
}

.card-light .card-title:nth-child(n+2) {
    margin-top: -1px;
}

.card-light .card-title a {
    position: relative;
    padding: 12px 10px 12px 32px;
    color: #000;
    transition: 1.5s all ease;
}

.card-light .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-light .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;
}

.card-light .card-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.33s;
    will-change: transform;
    left: 2%;
}

.card-light .card-arrow:before,
.card-light .card-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0072bb;
}

.card-light .card-arrow:before {
    width: 14px;
    height: 2px;
    right: 0;
}

.card-light .card-arrow:after {
    width: 2px;
    height: 14px;
    right: 6px;
    transition: 0.2s all ease;
}

.card-light .card-collapse {
    position: relative;
    margin-top: -1px;
    border-bottom: 1px solid #e5a811;
    color: #000;
    will-change: transform;
}

.card-light .card-body {
    padding: 15px 44px 15px 32px;
}

.btn-outline-warning {
    color: #0072b9 !important;
    border-color: #0072b9 !important;
}

@media (max-width: 767px) {
    .card-light .card-title a,
    .card-light .card-body {
        padding-left: 15px;
    }
}



.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

@media (max-width: 575px) {
    .custom_width {
        width: 45% !important;
    }
}

.mood-section{
    background: #ce9418;
    border-radius: 0;
    color: #232323;
    display: inline-block;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    top: 30%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 50px;
}

#theme-toggle{
    margin-top: 10px;
}
/* ============================download=========================== */
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.slz-shortcode[class*=sc-button] {
    display: inline-block;
}
.download_pdf {
    position: relative;
}
.button:last-child {
    margin-right: 0;
}
.download_pdf .button {
    padding-left: 15px;
    text-align: left;
}

.main-content a {
    position: relative;
    z-index: 1;
}

.download_pdf::after {
    content: "\f1c1";
    font-family: Fontawesome;
    position: absolute;
    right: 5px;
    z-index: 99;
    color: #fff !important;
    top: 5px;
}
.btn-main, .btn-main {
    background-color: #0072BB;
}
.button {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    width: 150px;
    padding: 0;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: 15px;
    border-radius: 0;
    color: #FFF2EB !important;
}

.btn-main:hover, .btn-main:hover {
    background-color: #fff;
}
.button:hover {
    color: #0072BB !important;
}

.download_pdf:hover::after {
    color: #ccc !important;
}
.theme-btn-bg-2 {
    position: relative;
    display: inline-block;
    
    line-height: 25px;
    font-weight: 400;
    font-family: "Arimo", sans-serif;
    color: #fff !important;
    padding: 10px 50px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    background: #1c6ead;
    border-radius: 30px	;
    -webkit-border-radius: 30px	;
    -moz-border-radius: 30px	;
    -ms-border-radius: 30px	;
    -o-border-radius: 30px	;
}	

