.logo-home{
    height: 70px;
}

.wized-title .logo-footer{
    height: 80px;
}


.header-top-logo{
    display: flex;
    flex-direction: column;
}

.header-main-one .thumbnail a{
    padding: 9px 0 0 0;
}

.header-top-logo .thumbnail p{
    font-size: 14px;
    line-height: 17px;
    /*padding-bottom: 17px;*/
    color: #09519d;
    padding-top: 2px;
    font-family: "Lobster", sans-serif;
    margin: 0;
}

.team-single-one-start .team-image-area a img{
    height: 262px;
}

.page__president {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c4c4c4;
}
.page-president__img {
    position: relative;
    overflow: hidden;
    padding-bottom: 88%;
    height: 0;
    background-repeat: no-repeat;
}

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

.section-sub-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
}

.page-president__desc, .page-president__desc>* {
    font-size: 14px;
    color: #363636;
    line-height: 20px;
    text-align: justify;
}

.page-president__director {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    text-align: left;
}

.tab h1{
    font-size: 27px;
    font-family: "Lobster", sans-serif;
}

@media (max-width: 1400px) {
    .main-header .nav-main ul li a{
        font-size: 11px
    }
    li.has-droupdown {
        margin-right: 30px !important;
    }
    .main-header .nav-main ul li {
        margin-right: 14px;
    }
}


.footer-one-single-wized .footer-text{
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 17px;
    color: #fff;
    padding-top: 2px;
    font-family: "Lobster", sans-serif;
    width: 58%;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 117px 0 113px;
    background-color: var(--insur-extra);
    z-index: 1;
}

.page-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1221px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header-bg:before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 250px;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
}

.page-header-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: .20;
}

.page-header-shape-1 img {
    width: auto;
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.04em;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--insur-gray);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--insur-gray);
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--insur-base);
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--insur-extra);
    padding: 120px 0 90px;
}

.services-one__top {
    position: relative;
    display: block;
}

.services-one__top-left {
    position: relative;
    display: block;
}

.services-one__top-right {
    position: relative;
    display: block;
    margin-left: 170px;
    margin-top: 16px;
}

.services-one__top-text {
    font-size: 18px;
    line-height: 30px;
}

.services-one__bottom {
    position: relative;
    display: block;
}

.services-one__container {
    position: relative;
    display: block;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.service-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 500ms ease;
    transform: translate3d(0px, -100%, 0px);
    z-index: 1;
}

.services-one__single:hover .service-one__img:before {
    transform: translate3d(0px, 0, 0px);
}

.service-one__img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 200px;
    object-fit: cover;
}

.services-one__single:hover .service-one__img img {
    transform: scale(1.05);
}

.service-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 37px 30px 28px;
}

.services-one__icon {
    position: absolute;
    top: -40px;
    right: 20px;
    height: 60px;
    width: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: var(--insur-bdr-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.services-one__single:hover .services-one__icon {
    background-color: var(--insur-base);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--insur-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
    color: var(--insur-white);
    transform: scale(0.9);
}

.service-one__title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}

.service-one__title:before {
    position: absolute;
    content: "";
    left: 0;
    top: -16px;
    height: 4px;
    width: 40px;
    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%);
}

.service-one__title a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-one__single:hover .service-one__title a {
    color: var(--insur-base);
}

.service-one__text {
    font-size: 14px;
    line-height: 24px;
}

.lang__icon-2 {
    color: #2547a0;
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 18px;
}

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

@media (max-width: 1000px) {
    .header-top-logo .thumbnail p {
        font-size: 9px;
        line-height: 10px;
        /* padding-bottom: 17px; */
        color: #09519d;
        padding-top: 2px;
        font-family: "Lobster", sans-serif;
        margin: 0;
    }
    .header-main-one .thumbnail a {
        display: flex;
        padding-bottom: 16px;
    }
    .logo-home {
        height: 37px;
    }
    .about-one-thumbnail .experience{
        width: 356px;
    }
}

.searchform{
    display: flex;
    width: 100%;
    height: auto;
}

.search-input-area .search-input-inner .input-div input {
    background: #F7F7F7;
    border-radius: 5px;
    height: 55px;
    width: 100%;
}