.customHeaderSocials {
    margin-left: 30px;
}

.customSocial:not(:last-child) {
    margin-right: 5px;
}

.customSocial {
    color: #fff;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navbar-brand img {
    max-height: 100px;
}

.logo-text {
    color: #fff;
    margin-left: 0px;
}

.logo-text span:first-child {
    font-size: 20px;
    font-weight: bold;
}

.logo-text span:last-child {
    font-size: 16px;
    font-weight: 400;
}

.nav-link .fa-angle-down {
    margin-left: 8px;
}

.about-custom-greed {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.about .box {
    height: 100%;
}

.about-custom-text {
    margin-top: 40px;
}

.s4 .info-title {

    font-size: 40px;
    line-height: 50px;
    margin-bottom: 13px;
    color: #242424;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.s4-subtitle {
    max-width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.s4-custom-text {
    text-align: center;
}

.s2__customContent ul li:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;


    font-weight: 900;
    margin-right: 5px;
    color: #4567f4;
}

.s2__customContent ul li {
    margin-bottom: 10px;
}

.stiky-nav .logo-text {
    color: #242424;
}

.stiky-nav .customSocial {
    color: #4567f4;
}

.customFunBox .inner-content4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.customFunBox .inner-content4 .icon {
    font-size: 150px !important;
    width: 200px !important;
    height: 200px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.customFunBox .inner-content4 .categori {
    font-size: 40px !important;
}



  

  
  
  .accardion__content {
    position: absolute;
    top: 0;
    left: 0;
  }
  

  

  



.accardionJs {
    position: relative;
   
    overflow: hidden;

    transition: .2s;

    box-sizing: border-box;
    /* border-radius: 4px; */
}



.accardionJs._open {
    /* border: 1px solid var(--main); */
}


.accardionJs._open .accardion__title {
    border: 1px solid transparent
}

.accardionContentJs {
    position: relative;
}

.complex{
    padding-top: 50px;
    padding-bottom: 50px;
}
.complex__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 80px;
    margin-top: 30px;
}
.complex__cardImg{
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
   
    margin: auto;
}
.complex__cardImg img{
    width: fit-content;
    height: 170px;
}
.complex__cardTitle{
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.complex__arrowWrap{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4567f4;
    color: #fff;
    font-size: 30px;
}

.s2__customContent h2,.s2__customContent h3 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: bold;
}
.terminal28BottomText h3{
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: bold;
}
.seo h3{
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: bold;
}
.seo ul li:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    margin-right: 5px;
    color: #4567f4;
}
@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }

    .hero-area .container .row .col-lg-6:first-child {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .hero-area .container .row .col-lg-6:first-child img {
        max-width: 100%;
    }

    .hero-area .container .row .col-lg-6:last-child {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .navigation .navbar {
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .about-custom-greed {

        grid-template-columns: repeat(2, 1fr);

    }

    .hero-area .left-content .content h1 {
        font-size: 45px;
        line-height: 115%;
    }
}

@media (max-width: 992px) {
    .hero-area .container .row .col-lg-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-area .container .row .col-lg-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navbar-light .navbar-toggler{
        position: absolute;
        top: 35px;
        right: 30px;
    }

    .navbar-light .navbar-toggler-icon{
        filter: invert(1);
        

    }
    .stiky-nav .navbar-light .navbar-toggler-icon{
        filter: invert(0);

    }
    .navigation .navbar {
        padding-right: 100px;
    }
    .navbar-collapse{
        display: block !important;
        background: #fff;
        display: block;
        height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition: 0.2s;
    }
    .navbar-collapse.show{
        height: 250px;
        overflow-y: scroll;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
    }
    .customHeaderSocials{
        position: absolute;
        right: 100px;
        top: 42px;
    }
    .complex__grid{
        grid-template-columns: 1fr;
    }   
    .complex__arrowWrap{
        transform: rotate(90deg);
    }

}

@media (max-width: 768px) {
    .about-custom-greed {

        grid-template-columns: 1fr;

    }
}

@media (max-width: 610px){
    .navigation .navbar {
        padding-right: 15px;
    }
    .customHeaderSocials{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-top: 10px; */
    }
    .navigation .navbar .navbar-brand img{
        max-width: 90px;
    }
    .logo-text span:first-child{
        font-size: 18px;
    }
    .logo-text span:last-child{
        font-size: 14px;
    }
    .customHeaderSocials{
        display: none;
    }
    .navbar-light .navbar-toggler{
        position: relative;
        top: auto;
        right: auto;
    }
    .navbar-light .navbar-toggler-icon{
        /* top: 28px; */
    }


    .hero-area .left-content .content h1 {
        font-size: 37px;
        line-height: 50px;
    }
    .info-title{
        font-size: 33px !important;
        line-height: 44px !important;

    }
}