:root{
    --main-cl: #0A54A8;
    --sub-cl: #54BF33;
}

.text-white{
    color: #FFF;
}
.font-weight-bold{
    font-weight: 700;
}
.container-large{
    margin-left: auto;
    margin-right: auto;
}
.develop-sec-1 > .row{
    padding-top: 40px;
}
.develop-sec-1 .row > .col-lg-4{
    padding-right: 100px;
    padding-left: 0;
}
.sec-title{
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 20px;
}
.develop-sec-1 .col-lg-8 > .d-flex{
    gap: 24px;
}
.develop-sec-1 .col-lg-8 .item{
    width: 100%;
    height: 100%;
    max-height: 560px;
}
.develop-sec-1 .col-lg-8 .item .img-wrap{
    height: 100%;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.develop-sec-1 .col-lg-8 .item .img-wrap:before{
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.develop-sec-1 .col-lg-8 .item .img-wrap:after{
    background: rgba(10, 84, 168, 0.90);
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.develop-sec-1 .col-lg-8 .item .cont-wrap{
    bottom: 0;
    padding: 28px 20px;
    width: 100%;
    z-index: 5;
}
.develop-sec-1 .col-lg-8 .item .cont-wrap h3{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.develop-sec-1 .col-lg-8 .item:nth-of-type(2){
    margin-top: 100px;
}
section.develop-sec-1 .fp-tableCell{
    padding-top: 40px;
}
a.wrap-link{
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0 !important;
}
.sec-des{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.img-wrap{
    position: relative;
    overflow: hidden;
}
.img-wrap img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.full-height-sec{
    height: 100%;
}
.develop-sec-2 .sec-heading{
    height: 37%;
    padding-top: 184px;
}
.develop-sec-2 .counter_box .counter{
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 6px;
}
.develop-sec-2 .counter_box .text{
    font-size: 16px;
    line-height: 30px;
}
.text-gradient{
    width: max-content;
    max-width: 100%;
    background: linear-gradient(104.19deg, #0A54A8 -0.42%, #54BF33 101.4%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.develop-sec-2 .full-height-sec > .container{
    padding-top: 56px;
}
.develop-sec-2 .title-group{
    margin-bottom: 32px;
}
.develop-sec-2 .title-group .sec-title{
    margin-bottom: 0;
}
.develop-sec-2 .post-item .img-wrap{
    height: 195px;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.develop-sec-2 .post-item .cont-wrap{
    margin-top: 16px;
}
.develop-sec-2 .post-item .post-date{
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
    color: #000;
}
.develop-sec-2 .post-item h3.post-title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
}
.text-primary{
    color: var(--main-cl);
}
.text-secondary{
    color: var(--sub-cl);
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-secondary{
    background-color: var(--sub-cl);
}
.develop-sec-2 .reports-col .item.first-item{
    height: 195px;
    background: linear-gradient(58.03deg, #0A54A8 3.32%, #54BF33 33%, #54BF33 66%, #0A54A8 100%);
    background-size: 400%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 36px;
    padding-right: 36px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.develop-sec-2 .reports-col .item.first-item .text{
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 10px;
}
.develop-sec-2 .reports-col .item.second-item{
    display: flex !important;
    margin-top: 12px;
    flex-direction: row-reverse;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.develop-sec-2 .reports-col .item.second-item:nth-of-type(2){
    background-color: var(--sub-cl);
    border: 1px solid var(--sub-cl);
}
.develop-sec-2 .reports-col .item.second-item:nth-of-type(3){
    background-color: var(--main-cl);
    border: 1px solid var(--main-cl);
}
.develop-sec-2 .reports-col .item.second-item .text{
    padding: 15px 8px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.develop-sec-2 .reports-col .item.second-item .icon{
    width: 50px;
    min-width: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-left: 1.5px solid #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.develop-sec-2 .reports-col .item.second-item .icon img{
    filter: brightness(99) invert(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-more-btn{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.view-more-btn svg{
    margin-left: 10px;
}
.develop-sec-3 .row{
    gap: 90px 0
}
.develop-sec-3 .row > .col-lg-3{
    padding: 0 70px 0 0;
}
.develop-sec-3 .row > .col-lg-6{
    padding-right: 220px;
    padding-left: 0;
}
.develop-sec-3 .row > .col-lg-3 .icon img{
    max-height: 100%;
    width: auto;
}
.develop-sec-3 .row > .col-lg-3 .icon{
    height: 100px;
    margin-bottom: 26px;
}
.develop-sec-3 .row > .col-lg-3 h3.item-title{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}
.develop-sec-3 > .fp-tableCell{
    padding-top: 38px;
}
.develop-sec-4 .row:nth-child(1){
    margin-top: -45px;
    gap: 20px;
    flex-wrap: nowrap;
}
.develop-sec-4 .row:nth-child(2){
    margin-top: 24px;
}
.develop-sec-4 .col-lg-4{
    padding: 28px 36px;
    box-shadow: 0px 4px 14px 0px #0000000D;
    background-color: #FFF;
    max-width: calc(calc(100%/3) - 12px);
}
.develop-sec-4 .col-lg-4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    background: linear-gradient(104.19deg, #0A54A8 -0.42%, #54BF33 101.4%);
    opacity: 0;
}
.develop-sec-4 .col-lg-4 .sec-des{
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.develop-sec-4 .col-lg-4 h3.item-title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.develop-sec-4 .fp-tableCell{
    vertical-align: top;
}
.develop-sec-4 .sec-heading{
    height: 400px;
}
.sec-title-2{
    font-size: 40px;
    font-weight: 800;
    line-height: 51px;
}
.develop-sec-4 .col-lg-7{
    padding-left: 0;
    padding-right: 110px;
}
.develop-sec-4 .col-lg-7 .sec-title-2{
    margin-bottom: 18px;
}
.develop-sec-4 .col-lg-5{
    padding: 0;
}
.bg-custom{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@keyframes scale {
    0% {
        transform: translate(-50%,-50%) scale(1)
    }

    50% {
        transform: translate(-50%,-50%) scale(1.2)
    }
}
.play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.play-btn:before,
.play-btn:after{
    animation: 2s scale infinite;
    animation-delay: .1s;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background-image: url('../../images/circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.6875rem;
    height: 9.6875rem;
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.play-btn:after{
    width: 120px;
    height: 120px;
}
.play-btn:before{
    width: 165px;
    height: 165px;
}
@media only screen and (min-width: 1200px){
    .develop-sec-1 .col-lg-8 .item:hover .img-wrap:after{
        opacity: 1;
    }
    .develop-sec-1 .col-lg-8 .item :hover.img-wrap:before{
        opacity: 0;
    }
    .develop-sec-2 .post-item:hover img{
        transform: scale(1.2);
    }
    .develop-sec-2 .reports-col .item.first-item:hover{
        background-position: 100% 0;
    }
    .develop-sec-2 .reports-col .item.second-item:hover{
        background-color: #FFF;
    }
    .develop-sec-2 .reports-col .item.second-item .text{
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .develop-sec-2 .reports-col .item.second-item:nth-of-type(2):hover .text{
        color: var(--sub-cl)
    }
    .develop-sec-2 .reports-col .item.second-item:nth-of-type(3):hover .text{
        color: var(--main-cl)
    }
    .develop-sec-2 .reports-col .item.second-item:nth-of-type(2):hover .icon{
        border-left-color: rgba(84, 191, 51, 0.3);
    }
    .develop-sec-2 .reports-col .item.second-item:nth-of-type(3):hover .icon{
        border-left-color: rgba(10, 84, 168, 0.3);
    }
    .develop-sec-2 .reports-col .item.second-item:hover .icon img{
        filter: unset
    }
    .develop-sec-3 .row > .col-lg-3:hover .icon img{
        transform: rotateY(360deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .develop-sec-4 .col-lg-4:hover .sec-des,
    .develop-sec-4 .col-lg-4:hover .sec-des *,
    .develop-sec-4 .col-lg-4:hover h3.item-title{
        color: #FFF !important;
    }
    .develop-sec-4 .col-lg-4:hover:before{
        opacity: 1;
    }
}
@media only screen and (min-width: 1500px){
    .container-large{
        max-width: 1400px;
    }
}
@media only screen and (max-width: 1600px){
    .develop-sec-1 .row > .col-lg-4{
        padding-right: 60px;
    }
    .sec-title{
        font-size: 40px;
        line-height: 1.2;
    }
    .develop-sec-1 .col-lg-8 .item .cont-wrap{
        padding: 16px 10px;
    }
    .develop-sec-2 .counter_box .counter{
        font-size: 42px;
        line-height: 1.2;
    }
    .develop-sec-3 .row > .col-lg-3 .icon{
        height: 75px;
    }
    .develop-sec-3 .row{
        gap: 60px 0;
    }
    .sec-title-2{
        font-size: 34px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1400px){
    .develop-sec-2 .sec-heading{
        padding-top: 120px;
        height: 32%;
        padding-bottom: 20px;
    }
    .develop-sec-1 .col-lg-8 .item .cont-wrap h3{
        font-size: 24px;
        line-height: 1.2;
    }
    .develop-sec-2 .post-item h3.post-title{
        font-size: 18px;
        line-height: 1.2;
    }
    .develop-sec-2 .reports-col .item.first-item .text{
        font-size: 22px;
        line-height: 1.3;
    }
    .develop-sec-3 .row{
        gap: 40px 0;
    }
    section.develop-sec-4 .sec-heading{
        height: 250px;
    }
}
@media only screen and (max-width: 1280px){
    .sec-title{
        font-size: 42px;
    }
    .develop-sec-2 .counter_box .counter{
        font-size: 38px;
        line-height: 1.2;
    }
    .develop-sec-3 .row > .col-lg-6{
        padding-right: 280px;
    }
    .sec-title-2{
        font-size: 34px;
        line-height: 1.2;
    }
}
@media only screen and (max-height: 750px) and (min-width: 1200px) and (max-width: 1600px){
    .develop-sec-4 .sec-heading{
        height: 32% !important;
    }
}
@media only screen and (max-height: 800px) and (min-width: 1200px) and (max-width: 1600px){
    .develop-sec-2 .full-height-sec > .container{
        padding-top: 36px;
    }
    .develop-sec-4 .sec-heading{
        height: 40%;
    }
}
@media only screen and (max-height: 800px) and (min-width: 992px){
    .develop-sec-1 .col-lg-8 .item:nth-of-type(2){
        margin-top: 75px;
    }
    .develop-sec-1 .col-lg-8 .item .img-wrap{
        max-height: 450px;
    }
    .develop-sec-2 .sec-heading{
        padding-top: 100px;
        height: 32%;
        padding-bottom: 20px;
    }
    .develop-sec-2 .full-height-sec > .container{
        padding-top: 24px;
    }
    .develop-sec-2 .title-group{
        margin-bottom: 16px;
    }
    .develop-sec-4 .col-lg-4{
        padding: 12px 20px;
    }
}
@media only screen and (max-width: 1199px){
    .sec-title{
        font-size: 34px;
    }
    .sec-des{
        font-size: 13px;
        line-height: 1.2;
    }
    .develop-sec-1 .col-lg-8 .item .cont-wrap h3{
        font-size: 19px;
    }
    .develop-sec-1 .col-lg-8 > .d-flex{
        gap: 12px
    }
    .develop-sec-2 .counter_box .text{
        font-size: 16px;
        line-height: 1.2;
    }
    .develop-sec-2 .post-item .img-wrap,
    .develop-sec-2 .reports-col .item.first-item{
        height: 170px;
    }
    .develop-sec-2 .sec-heading{
        height: 37%;
        padding-top: 140px;
    }
    .develop-sec-2 .reports-col .item.second-item .text{
        padding: 10px 12px;
        font-size: 11px;
    }
    .develop-sec-2 .reports-col .item.second-item .icon{
        width: 40px;
        min-width: 40px;
    }
    .develop-sec-3 .row > .col-lg-6{
        padding-right: 220px;
    }
    .develop-sec-3 .row > .col-lg-3{
        padding: 0 20px 0 0;
    }
    .develop-sec-3 .row > .col-lg-3 h3.item-title{
        font-size: 18px;
        line-height: 1.4;
    }
    .play-btn svg{
        width: 70px;
        height: 70px;
    }
    .play-btn:before{
        width: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) and (max-height: 768px) and (min-height: 700px){
    section.develop-sec-4 .sec-heading {
        height: 300px;
    }
    .develop-sec-4 .col-lg-4{
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 991px){
    section.develop-sec-1 .fp-tableCell{
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .develop-sec-1 .row > .col-lg-4{
        padding: 0 0 30px 0;
    }
    .tablet-text-center{
        text-align: center;
    }
    section.develop-sec-2 .sec-heading{
        padding: 40px 0;
    }
    .develop-sec-2 .col-md-6{
        margin: 20px 0;
    }
    .develop-sec-1 .col-lg-8 .item .cont-wrap h3{
        font-size: 22px;
    }
    .develop-sec-2 .reports-col{
        margin-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .develop-sec-2 .reports-col .item.first-item{
        width: 100%;
    }
    .develop-sec-2 .reports-col .item.second-item{
        width: calc(50% - 10px);
    }
    .develop-sec-2 .title-group{
        margin-bottom: 16px;
    }
    .develop-sec-3 .row > .col-lg-6{
        padding-right: 0;
    }
    .develop-sec-3 > .fp-tableCell{
        padding: 60px 0;
    }
    .develop-sec-3 .row > .col-lg-3{
        padding: 0 16px;
    }
    .develop-sec-4 .col-lg-4{
        padding: 14px 18px;
    }
    .develop-sec-4 .col-lg-4 h3.item-title{
        font-size: 16px;
        line-height: 1.4;
    }
    .develop-sec-4 .row:nth-child(2){
        margin-top: 40px;
    }
    .develop-sec-4 .fp-tableCell{
        padding-bottom: 60px;
    }
    .develop-sec-4 .col-lg-7{
        padding-right: 0;
        margin-bottom: 30px;
    }
    .sec-title-2{
        font-size: 30px;
    }
    .sec-title-2.text-gradient{
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 767px){
    .develop-sec-1 .col-lg-8 > .d-flex{
        flex-wrap: wrap;
    }
    .develop-sec-1 .col-lg-8 .item:nth-of-type(2){
        margin-top: 0;
    }
    .develop-sec-1 .col-lg-8 .item{
        height: auto;
        max-height: 250px;
    }
    .develop-sec-1 .col-lg-8 .item .cont-wrap{
        padding: 24px;
    }
    .sec-title{
        font-size: 28px;
    }
    .sec-title-2{
        font-size: 24px;
    }
    .develop-sec-2 .counter_box .counter{
        font-size: 32px;
    }
    .sm-hide{
        display: none !important;
    }
    .develop-sec-2 .post-item .img-wrap{
        height: 220px;
    }
    .develop-sec-2 .post-item h3.post-title{
        font-size: 16px;
    }
    .view-more-btn{
        font-size: 12px;
    }
    .view-more-btn svg{
        height: 10px;
        width: auto;
    }
    .develop-sec-2 .reports-col .item.first-item{
        height: auto;
    }
    .develop-sec-2 .reports-col .item.first-item{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .develop-sec-2 .reports-col .item.second-item{
        width: 100%;
    }
    .develop-sec-2 .fp-tableCell{
        padding-bottom: 40px;
    }
    .develop-sec-2 .reports-col{
        margin-bottom: 30px;
    }
    .develop-sec-2 .title-group{
        justify-content: center !important;
    }
    .develop-sec-4 .col-lg-4{
        width: 100% !important;
        max-width: 100% !important;
    }
    .develop-sec-4 .row:nth-child(1){
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .develop-sec-3 .row > .col-lg-6,
    .develop-sec-1 .row > .col-lg-4,
    .develop-sec-4 .row:nth-child(2){
        padding-left: 15px;
        padding-right: 15px;
    }
    section.develop-sec-1 .fp-tableCell{
        padding-top: 40px;
    }
    .develop-sec-3 .row > .col-lg-3 h3.item-title{
        font-size: 16px;
    }
    .develop-sec-3 .row > .col-lg-3{
        padding: 0 8px;
    }
    .develop-sec-3 .row > .col-lg-3 .icon{
        height: 60px;
        margin-bottom: 16px;
    }
    .develop-sec-2 .counter_box .text{
        font-size: 14px;
    }
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
#fp-nav ul li .fp-tooltip{
    opacity: 1 !important;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip,
.menu_color #fp-nav ul li:hover .fp-tooltip, .menu_color #fp-nav.fp-show-active a.active+.fp-tooltip{
    /*font-weight: 900;*/
}