.imgbox{
    position: relative;
    display: block;
    width: 100%;
    height: 100px; /* default*/
    overflow: hidden;
}
.imgbox img{
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fixed_height{ margin-top: 90px;}
#topbar{
    background: linear-gradient(270deg, #4B72DC 0%, #2A3A64 100%);
    padding: 10px 0;
}
#topbar a{color: #fff; }

#logo img{ max-height: 62px;}

#home-page main{
    background-image: url(../images/bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#contact-page main{
    background-image: url(../images/contact-bg.jpg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.section-header.swidth{
    width: 60%;
    margin: 0 auto;
}

.title-page{
    color: #1F1F1F;
    font-size: 100px;
    font-weight: 700;
    line-height: 120px;
    text-transform: uppercase;
}

.text-main{ color: #29455b;}

.btn-themes{
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    background: #2e75bb;
    border-radius: 26px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(5, 36, 59, 0.3);

}
.btn-themes:hover{

    color: #fff;
}
.btn-themes a{
    color: #fff;
}
@media screen and (max-width: 768px) {
    .section-header h2 {font-size: 32px;}
    .section-header.swidth{
        width: 100%;
    }
    .title-page{
        font-size: 60px;
        line-height: 70px;
    }

}

#banner{
    padding-bottom: 70px;
}

#banner .section-header{
    width: 95%;
    margin-bottom: 22px;
}

#banner .section-header h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
    #banner .section-header h2{
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about-us{
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
}

#about-us p{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
#about-us .viewmore{
    margin-top: 60px;
}

#about-us .viewmore a{
    padding: 12px 18px;
    border-radius: 100px;
    background: #2D3C72;
    width: fit-content;
    margin: 0 auto;
    color: #F7F9FC;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

#about-us .title{
    color: #2E75BB;
    font-size: 36px;
    font-weight: 600;
}
#about-us .title img{ height: 38px;}

@media screen and (max-width: 768px) {
    #about-us{ padding-top: 0!important;  padding-bottom: 0!important; }
}

/*--------------------------------------------------------------
# About us page
--------------------------------------------------------------*/

#about-us-page{
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
}

#about-us-page .inner{
    background-image: url(../images/about-bg.jpg);
    background-position: center top;
    background-size: 100% auto;
    height: 760px;
    position: relative;
    border-radius: 50px;
}
#about-us-page .inner .box-text {
    position: absolute;
    bottom: -1px;
    left: -1;
    width: 50%;
    height: 420px;
    border-radius: 50px;
    background: #fff;
    padding: 20px;
}

#about-us-page .inner .box-text .inner{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #F2F2FA;
    padding: 30px;
}
#about-us-page .inner .box-text .inner h2{
    color: #1E1E1F;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom:10px;
}
#about-us-page .inner .box-text .inner .desc{
    font-size: 20px;
}
#about-us-page .inner .box-text .inner .desc p{
    text-align: justify;
    line-height: 26px;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    #about-us-page .inner{
        background-size:  auto 100%;
    }
    #about-us-page .inner .box-text {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: none;
    }
    #about-us-page .inner .box-text .inner h2{
        font-size:28px;
    }
    #about-us-page .inner .box-text .inner .desc{
        font-size: 18px;
    }
    #about-us-page .inner .box-text .inner .desc p{
        text-align: center;
    }

}
/*--------------------------------------------------------------
# Our team Section
--------------------------------------------------------------*/

#our-teams{

}
#our-teams .our-teams-item{

}
#our-teams .our-teams-item .inner{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    margin-bottom: 20px;
}
#our-teams .our-teams-item .inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.5s ease;
}

#our-teams .our-teams-item .inner .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    box-sizing: border-box;
    color: #FFFFFF;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

#our-teams .our-teams-item .inner .info .title a{
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

#our-teams .our-teams-item .inner .info .pos{
    color: #437EF7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

#our-teams .our-teams-item .inner .info .desc{
    color: #D9D9D9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}

#our-teams .our-teams-item .inner .info .social a{
    color: #FFFFFF;
    font-size: 22px;
    margin: 0 8px;
}

#our-teams .our-teams-item .inner:hover .info,
#our-teams .our-teams-item .inner:focus-within .info {
    transform: translateY(0);
    opacity: 1;
}
#our-teams .our-teams-item .inner:hover img {
    transform: scale(1.05);
}

@media (pointer: coarse) {
    #our-teams .our-teams-item .inner .info {
        transform: translateY(0);
        opacity: 1;
    }
}
/*--------------------------------------------------------------
# Team detail Page
--------------------------------------------------------------*/
#team-detail{}
#team-detail .team-header{
    padding-left: 50px;
}
#team-detail .title{
    color: #1F1F1F;
    font-size: 90px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}
#team-detail .pos{
    color: #3F69BF;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}
#team-detail .team-box{
    position: relative;
    border-radius: 50px;
    background: linear-gradient(180deg, #283D76 0%, #4B72DC 100%);
    padding: 60px 70px;
    color: #fff;
}
#team-detail .info h3{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#team-detail .img{
    margin-left: 30px;
}
#team-detail .img img{
    max-width: 100%;
    border-radius: 12px;
}
#team-detail .info a{
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    padding: 6px 25px;
    color: #283D76;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #team-detail .title{
        font-size: 60px;
        line-height: 70px;
    }
    #team-detail .team-box {
        padding: 50px 30px;
    }
    #team-detail .team-header {
        padding-left: 30px;
    }
    #team-detail .img{
        margin-left: 0px;
    }
    #team-detail .info a{
        border-radius: 100px;
        padding: 6px 10px;
        color: #283D76;
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Services Home Section
--------------------------------------------------------------*/
.services-slider{

}

.services-slider .inner .img{
    width: 100%;
    aspect-ratio: 1 / 0.6;
    overflow: hidden;
    border-radius: 8px;
}

.services-slider .inner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-slider .inner .title{
    margin-top: 12px;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
}

.services-slider .inner .desc{
    color: #1a1a1a;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/

#services{
    padding-bottom: 80px;
}
#services .inner{
    position: relative;
    margin-bottom: 20px;
}
#services .inner .grid-item{
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
}
#services .inner .grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#services .inner .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#services .inner .title{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 51px;
}

@media screen and (max-width: 768px) {
    .post-detail img{ margin-bottom: 10px;}
}
/*--------------------------------------------------------------
# Services Detail Section
--------------------------------------------------------------*/
#services-header{

}
#services-header #box-header{
    position: relative;
    border-radius: 50px;
    background: linear-gradient(180deg, #283D76 0%, #4B72DC 100%);
    height: 280px;
    color: #fff;
}
#services-header #box-header .img img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 620px;
}
#services-header #box-header .info{
    padding: 40px 60px;
    padding-right: 10px;
}
#services-header #box-header .info h2{
    margin-top: 60px;
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
}
#services-header #box-header .info h4{
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
    text-transform: uppercase;
}

#services-detail .section-header h2{
    color: #272D37;
    font-size: 58px;
    font-weight: 700;
    line-height: 60px;
    text-transform: none;
}
#services-detail .section-header p{
    color: #437EF7;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

#services-detail #left-header{
    position: relative;
    background-image: url(../images/help-bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
}
#services-detail #left-header h2{
    color: #FFF;
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
    text-transform: uppercase;
}
#services-detail #left-header h2 span{
    color: #FFF;
    font-size: 96px;
    font-weight: 700;
    line-height: 101px;
    text-transform: uppercase;
}
#services-detail #left-header .find-spot{
    position: absolute;
    left: 40px;
    top: 400px;
}

#services-detail #left-header .find-spot a{
    color: #283D76;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100px;
    background: #FFF;
    padding: 12px 20px;
}

#services-detail .services-card{
    border-radius: 30px;
    background: #F2F2FA;
    padding: 30px 50px;
    margin-bottom: 20px;
}

#services-detail .services-card .title{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

#services-detail .services-card .desc{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
}
@media screen and (max-width: 768px) {

    #services-header #box-header {
        height: auto;
    }
    #services-header #box-header .info {
        padding: 40px 30px;
    }
    #services-header #box-header .img img{
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    #services-header #box-header .info h2 {
        font-size: 40px;
        line-height: 48px;
    }
    #services-detail .section-header h2{
        font-size: 40px;
        line-height: 48px;
    }
    #services-detail #left-header {
        position: relative;
        background-size:  auto 100%;
        height: 480px;
    }
}

/*--------------------------------------------------------------
# Comment Section
--------------------------------------------------------------*/
#comment-box .warp{
    width: 40%;
    margin: 0 auto;
    color: #272D37;
    text-align: justify;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
}
#comment-box img{
    width: 80px;
    margin-bottom: 10px;
}

#comment-box .actor{
    margin-top: 15px;
    color: #5F6D7E;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
@media screen and (max-width: 768px) {
    #comment-box .warp{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Contact Partner Page
--------------------------------------------------------------*/
#contact-partner{

}
#contact-partner-box{
    border-radius: 50px 50px 0 0;
    background: linear-gradient(180deg, #283D76 0%, #4B72DC 100%);
    padding: 60px;
    color: #fff;
}
#contact-partner-box #section-header{

}
#contact-partner-box .inner{
    width: 60%;
    margin: 0 auto;
}
#contact-partner-box #btnContact {
    border: 1px solid #949494;
    padding: 15px 40px;
    border-radius: 36px;
    margin: 0 auto;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #283D76;
}
@media screen and (max-width: 768px) {
    #contact-partner-box .inner{
        width: 100%;
        margin: 0 auto;
    }
    #contact-partner-box{
        padding: 60px 30px;
    }
}

/*--------------------------------------------------------------
# Client Page
--------------------------------------------------------------*/
#client-banner .inner{
    background-image: url(../images/clients-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 530px;
    position: relative;
    border-radius: 50px;
}
#client-banner .inner .box-text {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 40%;
    height: 360px;
    border-radius: 50px;
    background: #fff;
    padding: 20px;
}

#client-banner .inner .box-text .inner{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    padding: 20px;
    background: #fff;
}
#client-banner .inner .box-text .inner h2{
    color: #1F1F1F;
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    text-transform: uppercase;
}

#clients .inner{
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #EAEBF0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    padding: 25px 35px;
    text-align: center;
}
#clients .inner .img{
    width: 80%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: 0 auto;
}
#clients .inner .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
#clients .inner .info{
    margin-top: 30px;
}
#clients .inner .info .title{
    color: #272D37;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}
#clients .inner .info .address{
    margin-top: 12px;
    color: #5F6D7E;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

@media screen and (max-width: 768px) {
    #clients .inner{
        padding: 25px 10px;
    }
    #client-banner .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        background-size:  auto 100%;
        height: 530px;
    }
    #client-banner .inner .box-text {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 360px;
        padding: 20px;
        background: none;
    }
    #client-banner .inner .box-text .inner h2 {
        font-size: 60px;
        line-height: 68px;
    }
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

#contact{
    padding-top: 80px;
    padding-bottom: 80px;
}
#contact .contact-box{
    border-radius: 50px;
    background: #FFF;
    padding: 20px;
}
#contact input{
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    height: 50px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
# Sign Up Modal
--------------------------------------------------------------*/

#sigupModal{

}
#sigupModal .btn-themes{
    background: #2D3C72;
    color: #F7F9FC;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
#sigupModal .row > * {
    margin-top: 18px;
}
#sigupModal .title{
    color: #283D76;
    font-size: 20px;
    font-weight: 700;
}
#sigupModal .title span{
    color: #CB0003;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

#sigupModal .btnall{
    background: #41589E;
    color: #F5F7FA;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 35px;
}


#panel_search {
    position: absolute;
    width: 100%;
    padding: 16px 5px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    left: 0;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
}
#panel_search.showpn {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

#panel_search .close {
    cursor: pointer;
    font-size: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
    color: #333;
    right: 0px;
}
#panel_search .close::before {
    content: "+";
    font-size: 70px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    position: relative;
    left: 1px;
}

#pnsearch{ position: relative; margin-left: 120px;}
#pnsearch span {
    border: 1px solid #848c92;
    cursor: pointer;
    font-size: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#pmlistsearch{position: absolute; top: 38px; left: 0; z-index: 9999;}
#pmlistsearch .in{ border: 1px solid #eee; padding: 10px;  background: #fff;}
#pmlistsearch .in .item_sct{ padding: 3px 0;}
#ftmsearch .form-control{ border: 1px solid #032c43;}

#panel_search select{ padding-top: 11px; padding-bottom: 11px;}


#panel-aboutus{
    background: #F8F9FB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

#panel-sub-aboutus{ margin-top: 80px; margin-bottom: 80px;}
.sub-aboutus{ margin-top: 50px;}

@media screen and (max-width: 768px) {
    #panel-aboutus{ padding-top:30px;}
    #panel-sub-aboutus{ margin-top: 30px;}
}

.main-footer{

}

.main-footer h2.title{
    color: #F9F9F9;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.main-footer h3{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #F9F9F9;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#frmnewsletter #btnsend{
    background: #4A6FFE;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.main-footer ul li a{
    color: #A5ACBA;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
#newsLetter{

}

#footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}
#footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

#footer .copyright{ border-top: 1px solid #ccc; padding: 12px 0; color: #888;}

@media screen and (max-width: 768px) {
    #footer #footer_text{ padding-top: 15px; padding-bottom: 5px;}
    #footer #footer_text #bottom_intro h3{ font-size: 16px;}
}

.pagination > li > a{ background: #29455b; color: #fff;}
.pagination .page-item.active .page-link{ background: #0056AA; color: #fff; border: 1px solid #29455b;}
.pagination .page-item .page-link:hover{color: #0056AA;}


:root {
    --swiper-navigation-size: 44;

}

.swiper-button-next-01, .swiper-button-prev-01 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    border-radius: 50%;
    border: 1px solid #474747;
    background: #fff;
    width: 60px;
    height: 60px;
}

.swiper-button-next-01, .swiper-button-prev-01 i{
    font-size: 20px;
}

.swiper-button-next-01 {
    right: 10px;
    left: auto;
}

.swiper-button-prev-01{
    left: 10px;
    right: auto;
}
.img-post{ height: 220px; overflow: hidden; position: relative;}
.img-post img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

#news-btn{
    position: fixed;
    left: 5%;
    bottom: 200px;
}
#news-btn img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}