.main-header .logo img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
}
.outer-box .mobile-nav-toggler {
    display: block;
}
.sticky-header .mobile-nav-toggler {
  
}

.language {
   
    top: 14px;
    right: 50px;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s;
}

    .language label {
        position: absolute;
        font-size: 24px;
        line-height: 20px;
        cursor: pointer;
        color: var(--theme-color1);
        right:20px;
        top: 10px;
      width:40px;
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

        .language .smooth img, .language label img {
            border: 2px solid #dedede;
            border-radius: 2px;
        }

        .language label:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 3px solid transparent;
            border-left: 4px solid #fff;
            border-bottom: 3px solid transparent;
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            margin-top: -2px;
        }

    .language:hover ul {
        display: block;
    }

    .language ul {
        position:absolute;
      right:0px;
        margin-right: -3px;
        display: none;
        overflow: hidden;
        z-index: 2;
        white-space: nowrap;
        width:126px;
        margin-top: -19px;
        font-size: 0;
    }

        .language ul li {
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
        }

        .language ul a {
            background: #044f81;
            color: #fff;
            display: block;
            text-align: center;
            padding: 2px 6px 3px 6px;
        }

            .language ul a:hover {
                background: #fff;
                color: #000;
            }

        .language ul li:first-child a {
            padding: 2px 5px 3px 10px;
            border-radius: 6px 0 0 6px;
        }

        .language ul li:last-child a {
            padding: 2px 10px 3px 5px;
            border-radius: 0 6px 6px 0;
        }
.over-4row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    overflow: hidden;
    min-height: 90px;
    line-height: 22px;
    text-align: justify;
}
.over-3row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 80px;
}

.over-2row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
}

.over-1row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 19px;
    line-height: 20px;
}
.news-block .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.gallery-widget .image img {
    display: block;
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.service-block .image-box .image img {
    width: 100%;
    max-height: 243px;
    object-fit: cover;
}
/*---banner-section---*/
.banner-section .content-box {
    position: relative;
    padding: 205px 0;
    text-align:left;
    width:60%;
}
.banner-section .content-box h1{
   font-size:50px!important;
   text-transform:uppercase;
   line-height:60px;
}
.banner-section .content-box h2{
   font-size:40px!important;
   text-transform:uppercase;
   line-height:55px;
}
.banner-section .content-box h3{
   font-size:36px!important;
   color:#fff;
   line-height:50px;
}
.banner-section .content-box h4{
   font-size:28px!important;
   color:#fff;
   line-height:40px;
}
.banner-carousel .owl-nav {
    max-width: 1460px;
 }
/*--Contact--*/
.contact-details__right .title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--text-font);
    margin-bottom: 5px;
}
.contact-form-two.style-two button {
    margin-top: 5px;
    width: auto;
    min-width: 230px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
}
/*--testimonials--*/
.testimonials img
{border-radius:50%;
 transform-box:content-box;
}


.news-section {
    position: relative;
    padding: 40px 0 90px;
    overflow: hidden;
}
/*--clients-carousel--*/
.clients-carousel {
    position: relative;
    padding: 20px 0;
}
.clients-carousel .slide-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height:auto;
    background: #f1f3f4;
    border-radius: 8px;
    border: 1px solid #cacdd1;
}
    .clients-carousel .slide-item img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        height: auto;
         opacity:1; 
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.team-block {
    position: relative;
    margin-bottom: 30px;
    padding:10px;
}
.project-block-two .content-box .title {
    display: -webkit-box;
    margin-bottom: 0;
}
.title{text-transform:uppercase;}
.call-to-action-four {
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #0171bb61;
    z-index: 2;
}
.title a {
    color: inherit;
    line-height: 30px;
}
.text-justify{text-align:justify;}
.feature-block .inner-box {
    border-radius: 8px;
}
.features-section.pull-up .outer-box {
    margin-top: 30px;
}
.features-section {
    position: relative;
    padding: 100px 0 10px;
    z-index: 2;
}

.about-section {
    position: relative;
    padding: 30px 0 0px;
}
.about-section-four {
    position: relative;
    padding: 0px 0 0px;
}
.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0 10px;
    min-height: 50px;
}
    .page-title .title {
        font-size: 35px;
        color: #ffffff;
        margin-bottom: 5px;
    }
    .page-title .title{
        font-size: 35px;
        color: #ffffff;
        margin-bottom: 5px;
    }
    .sec-title h1 {
        font-size: 35px;
      
    }
    /*Tickotk*/
.tiktok h2 {
    color: var(--theme-color2);
    font-size:36px;
}
.why li {
    font-size: 24px;
    color: var(--theme-color2);
    text-align:left;
}
.item-qt {
    border: 1px solid #ff0000;
    border-radius: 12px;
    padding: 0 10px;
    margin-bottom: 16px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.expert img {
    border-radius: 50%;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.item-qt .count {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: var(--bg-theme-color1);
    line-height: 1em;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
    .item-qt:hover .count {
        -webkit-transform: rotate(180deg) scale(-1);
        transform: rotate(180deg) scale(-1);
        background-color: #fff;
        color: var(--theme-color1);
    }
/*---Pricing*/
.btn-style-one {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--theme-color3);
    background: var(--bg-theme-color2);
    border-radius: 16px;
}
.pricing-block .inner-box {
    position: relative;
    padding: 20px 16px 30px;
    background-color: var(--bg-theme-color1);
    border-radius: 16px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 370px;
    width: 100%;
}
.pricing-block .price-box .price {
    display: block;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}
.commits{color:azure;
         margin-top:10px;
}
.commit {
    color: aqua;
    font-size: 20px;
    font-weight: 600;
}

.sidebar .sidebar__post, .sidebar .sidebar__tags, .sidebar .sidebar__category {
    padding: 15px 12px 15px 12px !important;
}

.detail ul {
    list-style: inside;
    padding: 0px;
    margin-left: 25px;
}
.detail li {
    list-style: inside;
}
.detail p {
    margin-bottom: 0px;
}
.detail h2,.detail h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}