* {font-family: "Roboto"; text-decoration: none;}

/*.footer-widget__title{*/
/*    text-align: center;*/
/*}*/

.check__text{
    padding-bottom: 40px;
}

.check__text h3{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.staticPage-view-body .section-title{
    margin-bottom: 0px;
    margin-top: 40px;
}

.staticPage-image{
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    height: 0;
    padding-bottom: 51%;
    overflow: hidden;
    margin-bottom: 40px;
}



.staticPage-image img{
    width: 100%;
    height: auto;
}

.staticPage-images {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*.staticPage-images img{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 50%;*/
/*    transform: translate(50%, -50%);*/
/*    object-fit: cover;*/
/*}*/

.check__text {
    padding-bottom: 40px;
    padding-right: 57px;
    margin-left: 60px;
}

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

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

.section-titles{
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: -14px;
}

.static_title{
    text-align: center;
}

.static_title h3{
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.d_card {
    background-position: center;
    background-size: cover;
}


.d_card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
    color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.d_card {
    height: 370px;
}

.d_card {
    background-position: center;
    background-size: cover;
}



.d_card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100% );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*-webkit-transition: -webkit-transform calc 700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);*/
    /*transition: -webkit-transform calc 700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);*/
    /*transition: transform calc 700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);*/
    /*transition: transform calc 700ms * 2) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc 700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);*/
}

@media (hover: hover) and (min-width: 600px){
    .d_card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.d_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    pointer-events: none;
}

.content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

@media (hover: hover) and (min-width: 600px){
    .content {
        -webkit-transform: translateY(calc(100% - 4.5rem));
        transform: translateY(calc(100% - 4.5rem));
    }
}


.data-content {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
}

@media (hover: hover) and (min-width: 600px){
    .content > *:not(.heading) {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.heading {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

.heading span {
    font-size: 12px;
}
.d_card:hover:before, .d_card:focus-within:before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
}

.d_card:hover:after, .d_card:focus-within:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.d_card:hover .content, .d_card:focus-within .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.d_card:hover .content > *:not(.heading), .d_card:focus-within .content > *:not(.heading) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*@media (hover: hover) and (min-width: 600px){*/

/*}*/

/*@media (hover: hover) and (min-width: 600px){*/

/*}*/

/*@media (hover: hover) and (min-width: 600px){*/

/*}*/


/*@media (hover: hover) and (min-width: 600px){*/
/*  */
/*}*/




.swiper.numberSwiper{
    padding-bottom: 40px;
}

.about-one__right .section-title{
    margin-top: 0px;
}

.about-one__right p{
    text-align: start;
}

.footer-widget__phone-icon__contact{
    position: relative;
    display: flex;
    align-items: center;
    color: #222;
}


/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
    #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 4;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 5;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 6;
}

/* Border Box */
* {
    box-sizing: border-box;
}

/* Fonts */
body {
    font-family: Roboto;
}

#timeline {
    padding: 100px 0;
    background: #f7f7f7;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
    text-align: center;
    font-size: 49px;
    font-weight: 600;
    margin-bottom: 20px;
}
#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}
@media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1650px;
        margin: 0 auto;
    }
}
#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
}
#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}
@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}
@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}
@media (min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px;
    }
    #timeline .demo-card:nth-child(2) {
        margin-top: 180px;
    }
}
#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
    color: #ffffff;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 165%;
        line-height: 1.2rem;
    }
}
#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}
#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}
@media (min-width: 1000px) {
    #timeline .demo-card .body {
        height: 377px;
    }
}
#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
#timeline .demo-card .body img {
    display: block;
    width: 100%;
}
#timeline .demo-card--step1 {
    background-color: #133f9B;
}
#timeline .demo-card--step1 .head::after {
    border-color: #133f9B;
}
#timeline .demo-card--step2 {
    background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
    border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
    background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
    border-color: #ce43eb;
}
#timeline .demo-card--step4 {
    background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
    border-color: #4d92eb;
}
#timeline .demo-card--step5 {
    background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
    border-color: #46b8e9;
}
.page-president__director p:last-child{
    font-weight: 600;
    font-size: 20px;
}
.page-president__director{
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    text-align: center;
}
.page__president {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c4c4c4;
}
.page-president__img.page-president__img {
    width: 100%;
    height: auto;
}
.page-president__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
.page-president__name {
    font-size: 24px;
    line-height: 30px;
    color: #22181C;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 30px!important;
}
.page-president__desc, .page-president__desc>* {
    font-size: 14px;
    color: #363636;
    line-height: 20px;
    text-align: justify;
}

.page-president__desc p:first-child{
    text-indent: 20px;
}

.page-president__desc p:nth-child(3){
    text-indent: 20px;
}

.president-wrap {
    display: flex;
    flex-direction: column;
}
.pos-change {
    text-align: end!important;
    margin-bottom: 10px;
}
.president-wrap .text-style {
    text-align: end;
}
.pointer-item__img {
    margin-bottom: 20px;
}
.pointer-item__img img {
    max-height: 90px;
    max-width: 90px;
}
.pointer-item__name {
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto Condensed',sans-serif!important;
    color: #424040;
    text-transform: uppercase;
}
.pointer-item__desc {
    font-size: 14px;
    color: #363636;
    line-height: 26px;
    text-align: justify;
}
.chamber-list ul li {
    list-style: disc;
}


.services-two__single{
    position: relative;
    display: block;
    background-color: #eee;
    border-radius: 10px;
    text-align: center;
    padding: 40px 35px 33px;
    border-bottom: 3px solid transparent;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.service-two__icon-box{
    position: relative;
    display: block;
}

.services-two__icon-box:before {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 50%;
    height: 4px;
    width: 40px;
    background-color: #111d32;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-two__icon {
    position: relative;
    height: 85px;
    width: 85px;
    background-color: #111d32;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    background: rgb(1, 97, 202);
    background: linear-gradient(90deg, rgba(1, 97, 202, 1) 41%, rgba(12, 222, 254, 1) 67%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    border-radius: 50%;
    background-color: var(--insur-white);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}


.services-two__single:hover .services-two__icon-box:before {
    background-color: #070e1b;
}

.services-two__single:hover .services-two__icon span {
    -webkit-text-fill-color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
}

.services-two__single:hover .services-two__text p {
    color: #ffffff;
}

.services-two__single:hover .services-two__title a{
    color: #ffffff;
}

.services-two__text p{
    font-size: 18px;
    color: #222;
    text-align: justify;
}

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

.phone-number{
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.item-service__small{
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    padding-block-start: 5%;
    padding-block-end: 5%;
    padding-inline-start: 3.7%;
    padding-inline-end: 3.7%;
    height: 320px;
}


.item-service__small-item{
    height: 106px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform;
    border-radius: 30px 30px 200px 30px;
}

.item-service__small-item img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.item-service__small-item img {
    vertical-align: middle;
    display: inline-block;
}

.item-service__small-item img {
    width: 100%;
    border-radius: 30px 30px 200px 30px;
}


.elementor-icon-box-wrapper{
    padding: 25px;
}

.elementor-icon-box-title span{
    font-size: 17px;
    color: var(--insur-base);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elementor-icon-box-title{
    margin-bottom: 20px;
}

.elementor-button-icon{
    font-size: 16px;
    color: var(--insur-base);
    margin-bottom: 15px;
}

.elementor-icon-box-description{
    margin-bottom: 20px;
}


.swiper.aboutSwiper .swiper-button-next:after,.swiper.aboutSwiper .swiper-button-prev:after {
    display: none;
}

.swiper.aboutSwiper .swiper-button-next,.swiper.aboutSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--bs-blue);
    border: 2px solid rgba(var(--insur-black-rgb), .4);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

.partner-image{
    padding-bottom: 20px;
}

.partner-image img{
    width: 100%;
    height: auto;
}


.partner-text h2{
    font-size: 20px;
    padding-bottom: 10px;
}

.main-menu__position {
    display: flex;
}

.main-menu__right {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
}

.address-item{
    padding: 20px;
    background-color: rgb(0, 132, 255);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 40px;
    height: 180px;
}

.address-item span{
    font-size: 14px;
    color: #ffffff;
}

.address-item p{
    color: #ffffff;
    font-size: 14px;
}

.address-item a{
    color: #ffffff;
    font-size: 14px;
}

.main-menu__call-content{
    font-size: 10px;
}


.main-menu__call-content .title{
    width: 84px;
}

.services-two__title a{
    color: #222222;
}

.article-image img{
    width: 100%;
    height: 100%;
}

.article-text h3{
    padding-top: 10px;
}

.article-wrap{
    margin-top: 40px;
    padding: 10px;
    border-top: 3px solid #3b5998;
}

.article-wrap:hover{
    background-color: #f1f1f1;
    text-decoration: none;
    color: inherit;
}

.article-image{
    position: relative;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}

.article-image img{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0 , 0, .4);
    z-index: 100;
    opacity: 0;
}

.article-wrap:hover .article-image .background-cover{
    opacity: 1;
}

.article-text h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
}

.article-text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tsag-text{
    margin-top: 40px;
    padding: 28px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 44px;
}

.tsag-text p{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e1e1e1;
    color: #222;
    margin-bottom: 10px;
}

.services-two__single-wrap .services-two__text2 ul li:before {
    font: 12px/1 'FontAwesome';
    color: #0277bd;
    content: '\f00c';
    list-style: none;
    padding-right: 13px;
}

.services-two__single-wrap .services-two__text2 ul li{
    list-style: none;
}


.services-two__single-wrap{
    margin-bottom: 40px;
}

@media(max-width: 900px){
    .section-sub-title{
        font-size: 16px;
    }
}



.modal-image__profile{
    color: #55ACEE;
    font-size: 14px;
}
.modal-text p ul li{
    font-size: 14px;
}
.modal-content{
    border: none;
}
.modal-header{
    border-bottom: none;
}
.modal-image__title{
    margin: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
}
.modal-image{
    display: block;!important;
    height: 400px;
    position: relative;
    padding: 40px;
}
.modal-image img{
    max-width: none;
    width: 310px;
    height: 400px;
    object-fit: cover;
}
.modal-text{
    font-size: 14px;
    display: block;
    width: 349px;
    position: relative;
    padding-right: 10px;
}
.modal-header-into{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.modal-header .close-modal {
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #A3A3A4;
    background: #E9ECEF;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: color 0.15s linear;
}

.open-modal{
    width: 100%;
}
.open-modal:hover  {
    box-shadow: none;
    color: #28a745;
}
.modal{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.1);
    font-family: sans-serif;
}
.modal.open {
    display: flex;
}
.modal-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    max-width: 700px;
    margin:auto;
    border-radius:0px;
    background-color: #fff;
    position: relative;
}
.modal.open .modal-container {
    animation: move 0.6s ease-out;
}

.modal-image-cover{
    position: relative;
    overflow: hidden;
    height: 0;
    width: 52%;
    padding-bottom: 57%;
    border-radius: 13px;
    transition: all 0.3s ease-in;
    margin-right: 20px;
}

.modal-image-cover img {
    width: 100%;
    object-fit: cover;
}


.modal-text{
    width: 350px;
}

.display-flex{
    display: flex;
}

@keyframes move {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0px);
    }
}
.member-info span{
    display: flex;
}
.modal-content {
    display: flex;
    height: 480px;
    padding: 25px;
    broder: 2px solid rgb(180 148 76);
}

@media(max-width: 700px){
    .member-info h4{
        font-size: 16px;
    }
}

.modal-content h2 {
    margin: 1.5rem 0 0.6rem 0;
}
.modal-content p {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}
.modal-content a {
    font-size: 0.8rem;
    text-decoration: none;
    padding-bottom: 1rem;
    display: inline-block;
}
.modal-content a:hover {
    color: salmon;
}

.close-modal:hover {
    color: #28a745;
}

.modal-header{
    height: 40px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0D1A33;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 150%;
    height: 0;
    background-color: #c9c9c9;
}
.pic img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header {
    border-bottom: none;
}

.modal-border {
    height: 40px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0D1A33;
}

.modal-border {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.modal-border .close-modal {
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #A3A3A4;
    background: #E9ECEF;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: color 0.15s linear;
}

/*.swiper.numberSwiper .swiper-pagination .swiper-pagination-bullet{*/
/*    width: 40px;*/
/*    height: 8px;*/
/*    display: inline-block;*/
/*    border-radius: 0;*/
/*}*/

/*.swiper.numberSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{*/
/*    width: 40px;*/
/*    height: 8px;*/
/*    display: inline-block;*/
/*    border-radius: 0;*/
/*    background-color: #015fc9;*/
/*}*/

.team-one__name a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*nemj bichsen*/
.has-error{border: 1px dashed red}

.pagination {display: flex; justify-content: center; gap: 10px;}
.pagination a:hover{color: #fff;}
.pagination__item {width: 28px; height: 28px; cursor: pointer; border-radius: 8px; line-height: 28px; color: #fff; text-align: center; font-size: 14px; font-weight: 700; background-color: #16243d;}
.pagination__item--active {color: #fff; background-color: #015fc9}
.pagination__item i {line-height: 28px; font-weight: 700;}
.colorfff{color: #fff;}
.not-found{width: auto;}
.about-one__img {width: 540px; height: 489px;}
.about-one__img-two{width: 364px; height: 350px;}
.portfolio__img {width: 350px; height: 250px;}
.service-one__img{width: 290px; height: 220px;}
.about-one__img img,
.about-one__img-two img,
.service-one__img img,
.portfolio__img img{width: 100%; height: 100%; object-fit: cover;}
.work-view{padding: 50px 0!important;}
.main-header__top-address-list li + li{margin-left: 10px!important;}
.about-three__img > div > div img{border-radius: 10px;}
.about-three .owl-nav .owl-prev,
.about-three .owl-nav .owl-next {position: absolute; top: 40%; padding: 7.5px 15px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; color: white; font-size: 22px;}
.about-three .owl-nav .owl-prev:hover,
.about-three .owl-nav .owl-next:hover {background: rgba(0,0,0,0.7);}
.about-three .owl-nav .owl-prev {left: -25px;}
.about-three .owl-nav .owl-next {right: -25px;}
.about-three .owl-dots {margin-top: 15px; text-align: center;}
.about-three .owl-dot span {display: inline-block; width: 10px; height: 10px; margin: 0 5px; border-radius: 50%; background: #015fc9!important;}
.about-three .owl-dot.active span {background: #007bff;}
.about-three .owl-carousel .owl-dots.disabled,
.about-three .owl-carousel .owl-nav.disabled{display: block!important;}
@media (max-width: 768px) {
    .work-view{padding: 20px 0!important;}
    .about-one__img {width: 100%; height: 100%;}
    .service-one__img{width: 100% !important; height: 270px;}
    .developerBy{margin-top: 20px!important;}
    .about-three .owl-nav .owl-prev {left: -10px;}
    .about-three .owl-nav .owl-next {right: -10px;}
}