:root {
    --main-primary-color: #48B1E8;
    --main-primary-color-RGB: 0, 81, 124;
    /* --main-secondary-color: #24796D; */
}

/* home page start*/
.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%;
}
 /* .dropdown a{
    color:white;
} */
.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;
}
/* a {
    color: rgb(51 51 51 / 0.7);
} */
/* home page end */

/* bank start */

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

.ttm-bgcolor-grey {
    background-color: #ffdbdc;
}

.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 #ffdbdc;
}

.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-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;
}

/* bank end */
/* 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 end */

/* 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;
}
/* download  end*/

/* 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);
}

@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;
    }
}