.main-menu__logo a img{
    height: 74px;
    margin-top: -21px;
}

.latest-news-list a img {
    width: 100%;
    height: auto;
}

.footer-widget__logo a img{
    height: 100px;
}

.scroll-news{
    padding: 21px;
}

.latest-news-list h5 a{
    font-size: 15px;
}

.latest-news-list h5 a span{
    font-size: 12px;
}

.comment-form__input-box input , .comment-form__input-box input {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--insur-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--insur-gray);
    display: block;
    border-radius: var(--insur-bdr-radius);
    font-weight: 500;
    letter-spacing: var(--insur-letter-spacing);
}

.comment-form__input-box select{
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--insur-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--insur-gray);
    display: block;
    border-radius: var(--insur-bdr-radius);
    font-weight: 500;
    letter-spacing: var(--insur-letter-spacing);
}

.brand-wrapper img{
    height: 104px;
    width: 100%;
    object-fit: contain;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.button-settings{
    background: none;
    border: none;
}

.modalContent img{
    width: 100%;
    height: auto;
}
.overflow-hidden {
    overflow: hidden !important;
}
.modalBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
}


.modalMainBottom {
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    width: 100%;
    max-width: 60%;
    height: 80%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*background: #fff;*/
    z-index: 602;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    /*background:#fff;*/
    margin: 40px auto;
    bottom: 0;
    top: inherit;
    animation: zoomMobile .6s;
}
#modalFYM .modalContent {
    padding-left: 24px;
    padding-right: 24px;
}
.modalBody:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 601;
}

.hide {
    display: none !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    padding: 8px 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 12px;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid #000;
}
.btn:hover {
    background:#FFF;
    border-color:#000;
    color:black;
}
.btnLg{
    padding: 16px;
    font-size:20px;
    width:200px;
}
.btn-primary {
    background: #111;
    color: #ffdc00;
    font-weight: 600;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: center
}
/*.bgGrid {*/
/*    background-color: #f1ffe9;*/
/*    background-image: repeating-linear-gradient(45deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(135deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(90deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(0deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), linear-gradient(90deg, #f1ffe9, #fff2f2) !important;*/
/*}*/

.closeIconBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    z-index: 105;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}
.closeIcon:after, .closeIcon:before, .closeIconBtn:after, .closeIconBtn:before {
    content: "";
    background: #111;
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 100%;
}

.closeIcon:before, .closeIconBtn:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.closeIcon:after, .closeIconBtn:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (max-width: 1000px) {
    .closeIconBtn {
        top: 0;
        right: 14px;
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        transform: scale(1) translate(-50%,-50%)
    }
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(1) translate(-50%,-50%)
    }
}

@keyframes zoomMobile {
    from {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

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

.news-two__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.videoID{
    width: 100%;
    height: 500px;
}

.career{
    padding-top: 60px;
    padding-bottom: 60px;
}
.career h2 {
    font-size: 53px;
    font-weight: 800;
    padding-bottom: 20px;
    margin: 0;
    padding-top: 40px;
    text-align: center;
}

.career-intro p {
    font-size: 16px;
    text-align: center;
}

.status {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    text-align: center;
    margin-top: 40px;
    border-radius: 20px;
}

.career h2 {
    color: #2547a0;
    font-size: 53px;
    font-weight: 800;
    padding-bottom: 20px;
    margin: 0;
    padding-top: 40px;
    text-align: center;
}

.status p {
    text-transform: uppercase;
}



.table-content {
    font-size: 14px;
    color: #333;
    max-width: 100%;
    line-height: 1.4;
}

.table-content a {
    display: flex;
    background-color: #f6f6f6;
    padding: 15px 12px 15px 12px;
    border-radius: 0.25rem !important;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(1, 102, 179);
}

.table-content a .fa-link {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #dee2e6;
}

.table-content a:hover {
    background-color: rgb(1, 102, 179);
    color: #fff;
    transition: all .2s;
}

.pt-40{
    padding-top: 40px;
}

.portfolio__img{
    /*border: 2px dashed rgb(1, 102, 179);*/
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.portfolio__img img{
    width: 100%;
    border-radius: 20px;
    height: 260px;
    object-fit: contain;
}

.footer-widget__title {
    text-align: center;
    margin-left: 244px;
    margin-bottom: 0;
}

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

.news-one__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar__category{
    margin-bottom: 40px;
}


.modalContent p a {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    padding: 8px 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 12px;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
}


.modalContent p a {
    background: #111;
    color: #ffdc00;
    font-weight: 600;
    margin-top: 20px;
}

.news-details__img iframe{
    width: 100%;
    height: 464px;
}

.lang__icon-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 20px;
    color: var(--insur-base)
}

.lang__icon-2 svg {
    height: 25px;
}

.lang__icon-2 span {
    font-size: 17px;
    color: var(--insur-base)
}


.hansh span {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 12px;
}


.exchange-page{
    padding-bottom: 110px;
}

.exchange-page{
    background: #fff;
}

.exchange-page__left{
    float: left;
    width: 18%;
    margin-right: 10px;
}

.exchange-page__right{
    float: left;
    width: 80%;
}

.exchange-page .bank{
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.exchange-page .bank h3 {
    display: block;
    line-height: 50px;
    background: rgba(14, 109, 170, 1);
    padding: 0 10px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0;
    font-size: 18px !important;
}

.exchange-page .bank ul {
    list-style: none;
    padding: 0;
}

.exchange-page .bank ul li{
    border-bottom: 1px solid #e6e6e6;
}

.exchange-page .bank ul li a{
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #363636;
    text-decoration: none;
    padding: 0 10px;
}

.exchange-page .bank ul li img {
    margin-right: 10px;
}

.exchange-page table{
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    border-collapse: collapse;
}

.exchange-page table thead{
    background: #efefef;
    text-align: center;
}

.exchange-page table td{
    padding: 10px!important;
    vertical-align: middle!important;
    border: 1px solid #cdcdcd;
    font-size: 12px !important;
    color: #363636;
}

.exchange-page table tr:nth-child(2n){
    background: #efefef;
}

.exchange-page table tbody tr td:first-child{
    text-align: left;
}
.exchange-page table tbody tr td {
    font-size: 14px !important;
}

.exchange-page table td img{
    margin-right: 10px;
}

.exchange-page table tbody tr td {
    text-align: right;
    font-size: 14px !important;
}

.main-menu__logo{
    position: relative;
}

.since{
    position: absolute;
    top: 36%;
    left: 47%;
    color: #3771ff;
    font-size: 14px;
    font-weight: 600;
}

.time img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hansh{
    color: #fff;
    padding-right: 10px;
}

.hansh:hover{
    color: #ffffff;
}


.footer-since{
    position: absolute;
    top: 54%;
    left: 47%;
    color: #3771ff;
    font-size: 17px;
    font-weight: 600;
}


.footer-widget__contact.clearfix {
    margin-top: 60px;
}

.footer-widget__newsletter{
    margin-top: 60px;
}

@media(max-width: 1000px){
    .cta-one__call{
        flex-direction: column;
    }
}