:root {
    --main-primary-color: #ffd9b6;
    --main-primary-color-RGB: 239, 127, 26;
    /* --main-secondary-color: #24796D; */
}

/* home page start*/
.header_wrap .navbar .navbar-brand img {
    width: 250px;
    /* height: 50px; */
}

.bg_index_blue {
    background-color: var(--main-primary-color);
}

.bg_light_pink {
    background-color: var(--main-primary-color) !important;
}

.home-team img {
    /* max-width: 255px;
    max-height: 240px; */
    margin: 0 auto;
    display: block;
    max-height: 240px;
}

.home-news img {
    margin: 0 auto;
    display: block;
    max-height: 240px;
}

.copyright a {
    color: white;
}

.news .blog_list .blog_content p {
    overflow: visible;
    height: 100%;
}

.navbar .navbar-nav > li > .nav-link.login-button {
    padding: 10px 10px;
    margin-top: 25px;
}

.nav-fixed .dropdown a {
    color: rgb(51 51 51 / 0.7);
}

.footer_dark .contact_info a {
    margin-left: 15px;
}

.contact_info a {
    margin-left: 15px;
}

.instagram {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.btn-outline-light:hover {
    color: #fff;
}
.banner_slider .banner_content h2.animation {
    color: #000;
}
.banner_slider .banner_content p.animation {
    color: #000;
}
.banner_slider .banner_content .btn {
    background-color: #000;
}
/* about page css  */
/* .about-section .description{

    height: 350px;
    overflow: scroll;
} */

/* bank page css */

.bank div.widget-area {
    margin-top: 0px;
    margin-bottom: 65px;
    position: relative;
}

.ttm-bgcolor-grey {
    background-color: var(--main-primary-color);
}

.pull-right {
    float: right;
}

.widget-categories {
    padding: 30px 20px;
    background-color: #fff;
}

.bank ul {
    list-style-type: none;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget-categories ul li:not(:last-child) {
    border-bottom: 2px solid var(--main-primary-color);
}

.sidebar .widget-categories ul li {
    padding: 12px 0;
    display: block;
    position: relative;
}

.bank div.widget-area ul > li > i {
    position: absolute;
    left: 20px;
    color: var(--main-primary-color);
    font-size: 25px;
    top: 50%;
    margin-top: -12.5px;
}

.bank div.widget-area ul > li > span,
.bank div.widget-area ul > li > b {
    padding-left: 75px;
}

.bank div.widget-area ul > li > span {
    position: unset;
    background-color: #fff !important;
    width: 100%;
    text-align: unset;
    font-size: 15px;
    /* background: #fff; */
    display: inline-block;
    /* color: #2E2751; */
    border-radius: 30px;
    font-weight: 600;
}

.bank div.widget-area ul > li > b {
    font-weight: 400;
    padding-left: 75px;
}

.sidebar div.widget-area {
    position: relative;
    padding: 0px 30px;
}

.sidebar .widget-area .widget {
    position: relative;
    margin: 40px 0 40px;
}

/* gallery  start*/

.tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tabs ul {
    margin: 0;
    padding: 0;
}

.text-right {
    text-align: right !important;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tabs ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 8px 22px;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #0b0c26;
}

.gallery img {
    object-fit: cover;
    height: 300px;
}

/* product page */

/* package page   */
.pricing_box {
    background-color: var(--main-primary-color);
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.package-page .pricing_box .btn-outline-light {
    background-color: #000;
}

.pricing_box .btn-outline-light {
    background-color: #000;
}

.package-detail .btn-outline-light:hover {
    color: #f6fbff;
    border-color: #f8f9fa;
}

.package-page .btn-outline-light:hover {
    color: #f6fbff;
    border-color: #f8f9fa;
}

/* download  start*/

.download-button {
    border-radius: 90px 90px 90px 90px !important;
    line-height: 2.9;
    font-weight: 700;
    border: 0;
    padding: 2px 26px 2px 25px;
}

/* popup design */

.simplePopupBackground {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 300001;
    overflow: hidden;
}

.simplePopup {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    height: 80%;
    /* max-height: calc(100% - 40px); */
}

.simplePopup {
    display: none;
    position: fixed;
    /*background: #fff;*/
    z-index: 300001;
    color: #414141;
    /* padding: 20px; */
    /*box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
    left: 50%;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.simplePopupClose {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.simplePopupClose:before,
.simplePopupClose:after {
    content: "";
    top: 0px;
    width: 2px;
    height: 30px;
    background: #000;
    display: block;
    position: absolute;
    cursor: pointer;
    left: 50%;
    margin-left: -1px;
}

.simplePopup img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.simplePopup img {
    border: 0;
    height: 100%;
}

.simplePopupClose:after {
    -ms-transform: rotate(+45deg);
    transform: rotate(+45deg);
    -webkit-transform: rotate(+45deg);
}

.simplePopupClose:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* color combination */

.light_skin .navbar-nav a {
    color: #000;
}

.header_wrap.fixed-top + .breadcrumb_section {
    padding-top: 100px;
}

@media (min-width: 768px) {
    .simplePopup {
        /*  width: 50%;
        min-width: 50%;*/
        left: 50%;
        /* margin-left: -25%; */
    }
}

@media (max-width: 767px) {
    .simplePopup {
        width: calc(100% - 30px);
        height: calc(100% - 50px);
        /*overflow: scroll !important;*/
    }

    .simplePopup img {
        width: calc(100%);
        height: auto;
    }
}

@media only screen and (max-width: 580px) {
    .ol_shape11 {
        right: 0px;
    }
}

@media only screen and (max-width: 580px) {
    .navbar .navbar-nav > li > .nav-link.login-button {
        max-width: 90px;
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 580px) {
    .light_skin .navbar-nav a {
        color: white;
    }
}
