#slider-item-list .slick-dots{
    position: absolute;
    bottom: -20px;
    display: flex !important;
    margin-bottom: 0;
    justify-content: center;
    width: 100%;
}
#slider-item-list .slick-slide{
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}
#slider-item-list .slick-dots > li{
    margin-right: 15px;
    padding-left: 15px;
}
#slider-item-list .slick-dots > li::before{
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffd72d70;
    cursor: pointer;
}
#slider-item-list .slick-dots > li.slick-active::before{
    background: #ffd628;
}
#slider-item-list .slick-dots > li > button{
    display: none;
}

.top-info-section {
    margin-top: 90px;
    max-width: 860px;
    margin-bottom: 150px;
    padding: 0 15px;
    text-transform: uppercase;
}
.top-info-section h1{
    font-size: 50px;
    line-height: 58px;
}
.top-info-section p{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    text-transform: none;
    margin-bottom: 90px;

}
.top-info-section .inf-anim{
    position: relative;
    width: 24em;
    border-right: 3px solid #FFCF00;
    font-size: 180%;
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typewriter 1.4s steps(10) 1s 1 normal both,
        blinkTextCursor 500ms steps(10) infinite normal;
}
.top-info-section .inf-anim h1{
    color: #003366;
    margin: 0;
}

.top-info-section .yel-btn{
    margin-top: 60px;
    display: flex;
 }
.top-info-section .yel-btn a{
    /* margin-left: 60px;
    font-weight: 500;
    font-size: 22px;
    text-transform: none;
    color: #003366; */

    position: relative;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-left: 60px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 2px solid #003366;
    border-radius: 50px;
    margin-top: auto;
    margin-bottom: auto;
    transition: color 0.4s ease-in-out;
    color: #333333;
    z-index: 1;
}

.top-info-section .yel-btn a:hover {
    color: #FFFFFF;
}
.top-info-section .yel-btn a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #003366;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform 0.45s ease-in-out;
}
.top-info-section .yel-btn a:hover::before {
    transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}



.bottom-slider{
    background: #333333;
    padding: 40px 0;
}
.list{
    display: flex;
    justify-content: space-between;
}
.list > div p:first-child{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-transform: uppercase;
    text-align:center;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.list > div p:last-child{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #FFFFFF;
}
.list > div {
    width: 20%;
    text-align:center
}
.list .line{
    margin: auto;
}
.list .line img{
    display:none;
}

.list .btn-project{
    margin: auto;
}

.list .btn-project a{
    position: relative;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin: auto;
    padding: 15px 30px;
    border: 2px solid #FFCF00;
    border-radius: 50px;
    margin-top: auto;
    margin-bottom: auto;
    transition: color 0.4s ease-in-out;
    color: #fff !important;
    z-index: 1;
}

.list .btn-project a:hover {
    color: #333333 !important;
}
.list .btn-project a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #FFCF00;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform 0.45s ease-in-out;
}

.list .btn-project a:hover:before {
    transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}


.stage-section h2{
    max-width: 780px;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
}
.stage-section .list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.stage-section .list .item{
    position: relative;
    width: 33%;
    flex-wrap: wrap;
    padding: 25px 20px;
}
.stage-section .list .item.last-stage{
    width: 66%;
    background: #333333;
}

.stage-section .list .item .name{
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
    z-index: 3;
    margin: 10px 0;
    padding-left: 65px;
}
.stage-section .list .item .description{
    font-style: normal;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    z-index: 3;
    padding-left: 65px;
    max-width: 340px;
}
.stage-section .list .item .stage-counter{
    position: absolute;
    top: 25px;
    font-style: normal;
    font-weight: bold;
    font-size: 76px;
    line-height: 46px;
    align-items: center;
    color: #EBEBEB;
    z-index: 2;
}
.stage-section .list .item .stage-counter.last-stage{
    color: #FFCF00 !important;
}

.stage-section .list .item .name.last-stage{
    color: #FFCF00 !important;
    margin-left: 50px;
}

section.mobile-slider{
    display: none;
}

.top-info-section .inf-btn{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333333;
    background: #FFE513;
    border-radius: 50px;
    padding: 18px 40px;
    transition: color 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
}
.top-info-section .inf-btn::before{
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #003366;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform 0.45s ease-in-out;
}
.top-info-section .inf-btn:hover {
    cursor: pointer;
    color: white;
}
  
.top-info-section .inf-btn:hover::before {
    transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
.competence-section{
    padding-top: 80px;
    background: #F5F5F5;
    overflow: hidden;
}
.competence-section h2{
    margin: 0;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    color: #333333;
}
.competence-section .table-section{
    display: flex;
    width: 100%;
}
.competence-section .table-section .left-e{
    width: 42%;
}
.competence-section .table-section .left-e .section{
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    transition: 0.2s;
}
.competence-section .table-section .left-e .section:hover{
    cursor: pointer;
}
.competence-section .table-section .left-e .section.active{
    background-color: #333333;
}
.competence-section .table-section .left-e .section .text{
    width: 80%;
}
.competence-section .table-section .left-e .section .arrow{
    display: flex;
    justify-content: center;
    transition: 0.5s;
    width: 46px;
    height: 46px;
}
.competence-section .table-section .left-e .section p{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-right: 15px;
}
.competence-section .table-section .left-e .section.active p{
    color: #FFCF00;
}
.competence-section .table-section .left-e .section img{
    display: inline-block;
    transform: rotate(45deg);
    transition: 0.4s;
}
.competence-section .table-section .left-e .section.active img{
    transform: rotate(0deg);
}
.competence-section .table-section .right-e{
    width: 65%;
    height: 100%;
    min-height: 104px;
    background-color: white;
    transition: 0.5s;
    padding: 25px 40px;
}
.competence-section .table-section .right-e .fl-section-rigth{
    display: flex;
    flex-wrap: wrap;
}
.competence-section .table-section .right-e .item{
    width: 25%;
    padding: 20px;
    transition: 0.4s;
}
.competence-section .table-section .right-e .item .inner-i{
    border: 2px solid #EBEBEB;
    border-radius: 4px;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.competence-section .table-section .right-e .item .inner-i p{
    margin-top: 5px;
    text-align: center;
    margin-bottom: 0;
}

.inner-section-c{
    transition: 0.4s;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.competence-section .table-section .inner-section-c .item{
    width: 25%;
    padding: 20px;
    transition: 0.4s;
}
.competence-section .table-section .inner-section-c .item .inner-i{
    border: 2px solid #EBEBEB;
    border-radius: 4px;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.competence-section .table-section .inner-section-c .item .inner-i p{
    margin: 0;
    text-align: center;
}


.competence-section .table-section .right-e .item .inner-i img{
    width: 100%;
}
.body:not(.index) .main > .container{
    overflow: hidden;
}

.calc {
    text-decoration: none;
    font-weight: 900;
    color: #003366;
}

.clients-section .image-block{
    /* display: flex;
    justify-content: space-around; */
}
section.slider-custom{
    position: relative;
    z-index: 10;
    text-align: center;
    background: #333333;
}
section.main-t{
    position: absolute;
    top: 80px;
    left: 25%;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    z-index: 20;
    max-width: 906px;
}

section.clients-section{
    padding-top: 40px;
    padding-bottom: 80px;
}
section.gray-project-section{
    background-color: #333333;
    padding: 80px 10px;
}
section.gray-project-section h2{
    text-align:center;
    color:white;
    margin: 0;
    padding-bottom: 60px;
}

section.gray-project-section .sect-block{
    display: flex;
    width: 100%;
}
section.gray-project-section .sect-block .block{
    width: 50%;
    padding: 35px;
}

section.gray-project-section .sect-block .block .bot-sec{
    display: flex;
    cursor: pointer;
}

section.gray-project-section .sect-block .block .inner{
    display: flex;
}
section.gray-project-section .sect-block .block p:first-child{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 20px;
    margin: 0;
}
section.gray-project-section .sect-block .block p:last-child{
    color: #333333;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding-bottom: 90px;
}
section.gray-project-section .sect-block .block:first-child{
    background: #E7CAA9;   
}
section.gray-project-section .sect-block .block:last-child{
    background: #B8CCC6;
}

section.gray-project-section .sect-block .block .bot-sec p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #333333;
    padding-bottom: 0;
    padding-right: 10px;
}
@media(max-width:1010px){
    section.gray-project-section .sect-block{
        display: block;
    }
    section.gray-project-section .sect-block .block{
        width: 100%;
    }
    section.gray-project-section .sect-block .block .inner{
        justify-content: space-between;
    }
    
    .stage-section .list .item{
        width: 50%;
    }
    .stage-section .list .item.last-stage{
        width: 50%;
    }
    .competence-section .table-section .right-e{
        display: none;
    }
    .competence-section .table-section .left-e{
        width: 100%;
    }
    .clients-section .image-block{
        flex-wrap: wrap;
    }
    .list .line img{
        display:block;
        margin: auto;
    }
    .list .line{
        padding: 13px;
    }
    .list .line p{
        display:none;
    }
    .list{
        display: block;
    }
    .list > div{
        width: 100%;
    }
}
@media(max-width:600px){
    .competence-section .table-section .inner-section-c .item{
        width: 33%;
        padding: 6px;
    }
    
    .competence-section .table-section .left-e .section p{
        font-size: 16px;
        line-height: 22px;
    }
    .clients-section .image-block .item{
        width: 50%;
    }
    .clients-section .image-block .item img{
        width: 100%;
        padding: 0;
        max-height: 60px;
        object-fit: contain;
    }

    section.gray-project-section .sect-block .block .inner > div:last-child{
        display: none;
    }
    section.gray-project-section .sect-block .block p:last-child{
        padding-bottom: 30px;
    }


}
@media(max-width:800px){
    .stage-section .list .item{
        width: 100%;
    }
    .stage-section .list .item.last-stage{
        width: 100%;
    }
    .top-info-section .yel-btn{
        text-align: center;
    }
}


#custom-slider .middle .three > div > svg{
    cursor: pointer;
}

@media(max-width:700px)
{
    .top-info-section .yel-btn{
        flex-direction: column;
    }
    .top-info-section .yel-btn .inf-btn {
        margin-bottom: 15px;
    }
    .top-info-section .inf-btn::before {
        width: 2em;
    }
    .top-info-section .yel-btn a {
        margin: 0px;
    }
    .top-info-section .yel-btn a::before {
        width: 2.2em;
    }
}

@keyframes typewriter{
    from{
        width: 0;
    }
    to{
        width: 560px;
    }
}

@media(max-width:570px){
    .top-info-section h1{
        font-size: 24px;
        line-height: 34px;
    }

    .top-info-section{
        margin-top: 45px;
        margin-bottom: 55px;

    }

    .top-info-section p{
        font-size: 22px;
    }
    .top-info-section .inf-btn{
        font-size: 18px;
        line-height: 22px;
        /*padding: 12px 25px;*/
    }
    .stage-section h2{
        text-align: left;
        font-size: 20px;
        line-height: 30px;
        padding-left: 15px;
    }
    .stage-section .list .item .name{
        font-size: 15px;
        line-height: 20px;
    }
    .stage-section .list .item .description{
        font-size: 16px;
        line-height: 22px;
        position: relative;
    }
    
}


@keyframes blinkTextCursor{
    from{
        border-right-color: #FFCF00;
    }
    to{
        border-right-color: transparent;
    }
}




#custom-slider{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 870px;
    background: #333333;
}

#custom-slider .slider{
    position: relative;
  
}
#custom-slider .slider .element{
    position: absolute;
    top: 0;
}


#custom-slider .slider .element{
    transform-origin: 50% 400%;
    transition: 0.7s;
}

#custom-slider .slider .element[data-view="false"]{
    transform: rotate(-35deg) translateX(-450px);
    transition-timing-function: cubic-bezier(0.44, 0.07, 0.82, 0.12);
    /* opacity: 0; */
    
}
#custom-slider .slider .element[data-view="true"]{
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.04, 0.5, 0.6, 0.94);
    
}
#custom-slider .slider .element[data-view="true"] ~ [data-view="false"]{
    transform: rotate(35deg) translateX(450px);
    transition-timing-function: cubic-bezier(0.44, 0.07, 0.82, 0.12);
}

#custom-slider .slider .element .inner{
    transform: scale(1);
    transition-duration: 0.7s;
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-timing-function: ease-out;
}

#custom-slider .slider .element[data-view="false"] .inner{
    transform: scale(4);
}

#custom-slider .slider .element.active ~ .element .inner,
#custom-slider .slider .element[data-view="true"] ~ .element.active .inner {
    transform-origin: 0 50%;    
}

#custom-slider .slider .element[data-view="true"] ~ .element.active .inner {
    transition-timing-function: ease-in;
}

#custom-slider .content .first-text{
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 80px;
    max-width: 906px;
    z-index: 50;
    left: 25%;
}

 #custom-slider .content .in-section .main-text{
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #FFCF00;
    /* position: absolute; */
    z-index: 50;
    top: 0;
    /* left: 15%; */
    opacity: 0;
    transition: 0.5s;
    margin-bottom: 0;
    overflow: hidden;
}

#custom-slider .content .in-section .main-text.active{
    opacity: 1;
    
} 
#custom-slider .content .in-section .second-text{
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    /* position: absolute; */
    z-index: 50;
    top: 0;
    /* left: 40%; */
    max-width: 302px;
    opacity: 0;
    transition: 0.5s;
    margin-bottom: 0;
   
}

#custom-slider .content .in-section .main-text:not(.active){
    height: 0;
}
#custom-slider .content .in-section .second-text:not(.active){
    height: 0;
}


#custom-slider .content .in-section .second-text.active{
    opacity: 1;
}
#custom-slider .content .middle > div{
    position: relative;
}
#custom-slider .content .middle{
    display: flex;
    position: absolute;
    z-index: 50;
    top: 30%;
    left: 25%;
    
    height: 470px;
}
#custom-slider .content .middle .three{
    height: 453px;
    position: relative;
    display: flex;
}




#custom-slider .content .middle .one{
    margin: auto;
    margin-right: 40px;
}
#custom-slider .content .middle .two{
    margin: auto;
}




#custom-slider .dots {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 70px;
    z-index: 1000;
}
#custom-slider .dots .element{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    margin: 10px;
    cursor: pointer;

}
#custom-slider .dots .element.active{
    width: 12px;
    height: 12px;
    background-color: #FFCF00;
}

#custom-slider .content .line-section{
    position: absolute;
    z-index: 51;
    top: 46%;
    left: 54%;
    transform: rotate(-4deg);
}
#custom-slider .content .middle svg{

    opacity: 0.2;

}
#custom-slider .content .middle .three svg.active{
    opacity: 1;
}

#custom-slider .content .middle .three svg[data-id="0"]{
    transform: rotate( 
        6deg
         );
            transform-origin: 1576% 38%;
}
#custom-slider .content .middle .three svg[data-id="1"]{
    transform: rotate( 
        40deg
         );
            transform-origin: 143% -55%;
}
#custom-slider .content .middle .three svg[data-id="2"]{
    transform: rotate( 
70deg
 );
    transform-origin: -33% -24%;
}
#custom-slider .content .middle .three svg[data-id="3"]{
    transform: rotate( 
        100deg
         );
            transform-origin: -140% 25%;
}
#custom-slider .content .middle .three svg[data-id="4"]{
    transform: rotate( 
        129deg
         );
            transform-origin: -225% 95%;
}


.body:not(.index) .main > .container{
    padding-bottom: 0;
}

@media(max-width:1737px) and (min-width: 1481px) {
    #custom-slider .content .middle .three svg[data-id="4"]{
        transform-origin: -8% 235%;
    }
}

@media(max-width:1332px) {
    #custom-slider .content .middle .three svg[data-id="4"]{
        transform-origin: -8% 235%;
    }
}

@media(max-width:1600px)
{
    #custom-slider .content .first-text{
        right: 17%;
        left: inherit;
    }
    #custom-slider .content .in-section .main-text{
        left: 12%;
    }
    #custom-slider .content .line-section{
        left: 65%;
    }
}
@media(max-width:1200px)
{
    #custom-slider .content .first-text{
        right: inherit;
        left: inherit;
        padding: 0 30px;
    }
    #custom-slider .content .in-section .main-text{
        left: 12%;
    }
    #custom-slider .content .line-section{
        left: 65%;
    }
    #custom-slider .content .in-section .main-text {
        left: 4%;
    }
    
}
@media(max-width:1200px){
    #custom-slider{
        display: none;
    }
    section.mobile-slider{
        display: block;
    }
    section.mobile-slider .slider{
        display: block;
       
    }
    section.mobile-slider .slider > div{
        width: 100%;
        
    }
    section.mobile-slider .slider > div p.main-text{
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        margin-bottom: 25px;
    }
    section.mobile-slider .slider > div p.first-text{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 19px;
        line-height: 26px;
        color: #FFCF00;
    }
    section.mobile-slider .slider > div p:last-child{
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
    }
    section.mobile-slider .slider .slick-track{
        height: 500px;
    }
    section.mobile-slider .slider ul{
        display: flex !important;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 3%;
    }
    section.mobile-slider .slider ul li::before{
        content: none !important;
    }
    section.mobile-slider .slider > button{
        position: absolute;
    }
    section.mobile-slider .slider ul button{
        height: 0;
        width: 35px;
        height: 3px;
        border: 0 !important;
        background: #FFCF00;
        font-size: 0;
        opacity: 0.5;
    } 
    section.mobile-slider .slider ul li.slick-active button{
        opacity: 1;
        width: 45px;
    } 
    section.mobile-slider .slider .slick-next{
        display: block;
        position: absolute;
        bottom: 0;
        right: 25px;
        font-size: 0px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 0;
        padding: 0;
        margin-bottom: 11px;
        /* background-image: url('arrowslider.svg'); */
        background-repeat: no-repeat;
        z-index: 70;
    }
    section.mobile-slider .slider ul li{
        padding-left: 15px;
        transition: 0.5s;
    }
    /* section.mobile-slider .slider .slick-next::before{
        content: '';
        opacity: 1;
        background-image: url('arrowslider.svg');
        width: 50px;
        height: 50px;
        display: block;
        background-repeat: no-repeat;
    } */
}

@media(max-width:360px){
    section.mobile-slider .slider ul button{
        width: 25px;
    }
    section.mobile-slider .slider ul li.slick-active button{
        width: 30px;
    }
    section.mobile-slider .slider ul li{
        /* padding-left: 7px; */
    }
    section.mobile-slider .slider .slick-track {
        height: 570px;
    }
    .competence-section .table-section .inner-section-c .item .inner-i img{
        width: 100%;
    }
    .competence-section .table-section .inner-section-c .item .inner-i p{
        font-size: 11px;
    }
    footer .scbname, footer .scbphone{
        width: 100% !important;
    }
    .scbbtn {
        width: 100% !important;
    }
    footer .subscribe-edit{
        width: 100% !important;
    }
}

/* after public fix */
.list > div p:last-child{
    margin-bottom: 0 !important;
}
.stage-section h2{
    margin-top: 80px !important;
}
@media(max-width:1650px)
{
    #custom-slider .content .middle{
        left: 23%;
    }
    #custom-slider .slider .element{
        left: -130px;
    }
}
@media(max-width:1540px)
{
    #custom-slider .content .middle{
        left: 15%;
    }
}
@media(max-width:1480px)
{
    #custom-slider .content .middle{
        left: 30px;
    }
}

.body:not(.index) .main > .container{
    padding-bottom: 0 !important;
}