/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-Bold.eot');
    src: url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
        url('../fonts/SofiaPro-Bold.woff') format('woff'),
        url('../fonts/SofiaPro-Bold.ttf') format('truetype'),
        url('../fonts/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-Medium.eot');
    src: url('../fonts/SofiaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Medium.woff2') format('woff2'),
        url('../fonts/SofiaPro-Medium.woff') format('woff'),
        url('../fonts/SofiaPro-Medium.ttf') format('truetype'),
        url('../fonts/SofiaPro-Medium.svg#SofiaPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro.eot');
    src: url('../fonts/SofiaPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro.woff2') format('woff2'),
        url('../fonts/SofiaPro.woff') format('woff'),
        url('../fonts/SofiaPro.ttf') format('truetype'),
        url('../fonts/SofiaPro.svg#SofiaPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-SemiBold.eot');
    src: url('../fonts/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/SofiaPro-SemiBold.woff') format('woff'),
        url('../fonts/SofiaPro-SemiBold.ttf') format('truetype'),
        url('../fonts/SofiaPro-SemiBold.svg#SofiaPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Sofia Pro';
    margin: 0px;
    padding: 0px;
}


.container {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

/* HEADER CSS START */

.header {
    position: relative;
    display: block;
    z-index: 1;
}

.topbar-line {
    background-color: #1870F5;
    padding: 12px 0px;
    text-align: center
}

.top-titel {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.header-main {
    padding: 10px 0px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    /* position: fixed;
    width: 100%;
    z-index: 999; */
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-link .navbar-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.page-link .navbar-link li {
    display: inline;
    margin: 0px 18px;
}

.page-link .navbar-link li:last-child {
    margin-right: 0;
}

.nav-itam .nav-link {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.nav-itam .nav-link:hover {
    border-bottom: solid 3px #1870F5;
    padding-bottom: 25px;
}

.nav-itam .nav-link.activ {
    border-bottom: solid 3px #1870F5;
    padding-bottom: 25px;
}

.header-logo-image img {
    cursor: pointer;
}

/* BANNER CSS START */
.banner {
    background: url(../images/banner-image.png) right center no-repeat;
    height: 800px;
}

.bnr-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bnr-left-text {
    max-width: 600px;
    width: 100%;
    padding-top: 50%;
    margin-top: -500px;
}

/* .right-image img {
    width: 131.4%;
    filter: grayscale(100%);
} */

.bnr-left-text .bnr-titel {
    font-size: 42px;
    margin: 0 0 15px 0;
    font-weight: bold;
    letter-spacing: 0.7px;
}

.bnr-left-text .bnr-name {
    font-size: 22px;
    margin: 30px 0px 30px 0px;
    font-weight: 500;
}

.bnr-left-text .bnr-description {
    font-size: 16px;
    margin: 0 0 30px 20px;
    padding: 0;
    color: #656565;
    line-height: 28px;
}

.page-button {
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #1870F5;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    line-height: 53px;
    display: inline-block;
    min-width: 138px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    border: solid 1px transparent;
}

.page-button:hover {
    background: #FFF;
    color: #1870F5;
    border: solid 1px #1870F5;
    box-shadow: none;
}


/* ABOUT CSS START */

.about-sky {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 85px;
}

.about {
    background: url("../images/back.png") repeat rgba(24, 112, 245, 0.05);
    padding: 135px 0;
    margin-bottom: 75px;
}

.about-details .about-titel {
    font-size: 30px;
    font-weight: bold;
}

.about-details .about-titel img {
    height: 25px;
    margin: 0 0 -5px 5px;
}

.about-details .about-description {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 30px 0;
    color: #656565;
}

/* LANGUAGE TECHNOLOGY CSS */
.technology {
    margin-bottom: 75px;
}

.technology-titel h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
}

.technology-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}

.Language-box {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.08);
    width: 327px;
    height: 327px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    position: relative;
}

.Language-box img {
    width: 45%;
}

.Language-box p {
    position: absolute;
    bottom: 35px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}


/* client STORIES CSS */
.client-titel h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 30px;
}

.client-card {
    display: flex;
    justify-content: center;
    column-gap: 30px;

}

.Stories {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-diteils {
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.08);
    padding: 30px;
    border-radius: 15px;
    min-height: 350px;
}

.client-name h4 {
    font-size: 18px;
    margin: 30px 0px 6px 0px;
    font-weight: 600;
    letter-spacing: 0.3px;

}

.client-name h5 {
    font-size: 12px;
    margin: 0px;
    font-style: italic;
    font-weight: 400;
}

.Stories-name p {
    font-size: 14px;
    line-height: 24px;
    color: #656565;
    margin: 0;
    padding: 26px 0 0 0;
}

.clint-btn {
    text-align: center;
    margin-top: 50px;
}

/* BEST TEAM CSS */

.team-titel h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    margin-top: 100px;
    font-size: 30px;
}

.best-team-image {
    clear: both;
    margin: 0 -20px;
    overflow: hidden;
    position: relative;
}

.best-team {
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.team-position {
    position: relative;
    width: 320px !important;
    float: left;
    margin: 0 20px 30px;
}

.team-position img {
    border-radius: 30px;
    width: 100%;
}

.team-post {
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #ffff;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    border-radius: 0 0 30px 30px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    padding-top: 60px;
    font-size: 18px;
}

.team-post h4,
.team-post h5 {
    margin: 0;
    padding: 0;
}

.team-post h5 {
    padding: 8px 0 30px 0;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.PrevArrow{
    left: 50px;
    background: url(../images/left.png) no-repeat #FFF center center;
    width: 50px;
    height: 50px;
}
.NextArrow{
    right: 10px;
    background: url(../images/right.png) no-repeat #FFF center center;
}
.slick-arrow{
    /* background: #FFF; */
    border: none;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 999;
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    cursor: pointer;
}


/* LET'S TALK CSS */

.form {
    padding: 0;
    position: relative;
}

.message,
.signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
}

.signin {
    text-align: center;
}

.signin a {
    color: royalblue;
}

.signin a:hover {
    text-decoration: underline royalblue;
}

.flex {
    display: flex;
    width: 100%;
    gap: 6px;
}

.form label {
    position: relative;
}

.form label .input {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
}

.form label .input+span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
    top: 15px;
    font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
}

.form label .input:valid+span {
    color: green;
}

.submit-btn {
    text-align: center;
    margin-top: 50px;
}

.submit-btn .page-button {
    font-family: 'Sofia Pro';
    font-size: 16px;
    cursor: pointer;
}

.submit:hover {
    background-color: rgb(56, 90, 194);
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.8);
        opacity: 0;
    }
}

.texttype {
    height: 150px;
}

.submit-bx h2 {
    text-align: center;
    margin: 0px 0px 40px 0px;
    font-weight: 700;
    font-size: 30px;
}


.form-input input::placeholder {
    color: #898989;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    font-family: 'Sofia Pro';
}

.form-input input {
    background: rgba(243, 248, 254, 1);
    border: solid 1px rgba(0, 0, 0, 0.25);
    height: 70px;
    padding: 0 30px;
    margin: 0;
    width: 100%;
    border-radius: 45px;
    color: #000 !important;
    font-weight: 500 !important;
    font-style: normal;
    font-family: 'Sofia Pro';
    font-size: 16px;
}
#mobile{
    margin: 0;
}
.position{
    float: left;
    width: calc(33.92% - 25px);
    margin-right: 25px;
    position: relative;
}
.form-input.second .position{
    width: calc(50.89% - 25px);
}
.position:last-child{
    margin-right: 0;
}


.form-input select {
    background: url(../images/arrow.png) 95% center no-repeat rgba(243, 248, 254, 1);
    border: solid 1px rgba(0, 0, 0, 0.25);
    height: 70px;
    padding: 0 30px;
    margin: 0 25px 0 0;
    width: 100%;
    border-radius: 45px;
    float: left;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Sofia Pro';
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.form-input{
    margin-bottom: 25px;
    display: table;
    width: 100%;
}
.form-input input:last-child {
    margin-right: 0;
}

.form-input.second input {
    width: 48.9%;
}


.form-input input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: #1870F5;
    color: #FFF;
    border-radius: 35px;
    width: 190px;
    height: 38px;
    margin: 10px 10px 0 0;
    text-align: center;
    line-height: 38px;
    float: right;
}

.input-file {
    background: rgba(243, 248, 254, 1);
    border: solid 1px rgba(0, 0, 0, 0.25);
    height: 70px;
    width: calc(100% - 31px);
    border-radius: 45px;
    line-height: 72px;
    padding-left: 30px;
    font-weight: 500;
}

.submit-bx textarea {
    background: rgba(243, 248, 254, 1);
    border: solid 1px rgba(0, 0, 0, 0.25);
    height: 160px;
    padding: 30px;
    margin: 0;
    width: 100%;
    border-radius: 40px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Sofia Pro';

}

.submit-bx textarea::placeholder {
    color: #898989;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Sofia Pro';
}

.error-message {
    color: red;
    font-size: 0.9em;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    line-height: 20px;
}


.form-input.second{
    position: relative;
    display: table;    
    width: 100%;
}

/* 
.testimonial-slider{
    div{
      padding: 20px;
      text-align: center;
    }
    p{
      color: red;
      font-size:20px;
    }
}
*/
.slick-track{
    margin-left: -30px;
}
.testimonial-slider{
    width: 1400px;
    overflow: hidden;
    position: relative;
}
.slick-slide {
    float: left;
    padding: 30px;
    margin: 0 15px;
}
.testimonial-slider .PrevArrow{
    position:absolute;
    top:50%;
    left:0px;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
    &:before{
      content:'\f104';
    }
}
.testimonial-slider .NextArrow{
    position:absolute;
    top:50%;
    right:0px;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
    &:before{content:'\f105';}
}
  
.client-Stories .container{
    padding: 0 20px;
}

.slick-dots{
    text-align: center;
    margin-top: 25px;
    padding: 0;
}
.slick-dots li{
    list-style-type: none;
    display: inline-block;
    padding: 0 5px;
    font-size: 0;
    margin-top: 25px;
}
.slick-dots li button{
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    border: solid 3px #1870F5;
    background: #1870F5;
    cursor: pointer;
}
.slick-dots li.slick-active button{
    border: solid 3px #1870F5;
    background: #FFF;
}


/* FOOTER CSS */

.footer-link {
    background-color: #F3F8FE;
    padding: 75px 0 0;
    margin-top: 90px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.links h4 {
    font-size: 16px;
    line-height: 16px;
    margin: 0px 0px 25px 0px;
}

.links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.links li {
    display: grid;
}

.links .icon-link {
    display: flex;
}

.icon-link img {
    width: auto;
    height: 16px;
    margin-right: 15px;
}

.links a {
    text-decoration: none;
    color: #656565;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact {
    display: flex;
    margin-bottom: 20px;
}

.contact img {
    width: auto;
    height: 16px;
    margin-right: 15px;
}

.contact p {
    margin: 0px;
    width: 320px;
    font-size: 14px;
    font-weight: 500;
    color: #656565;
}

.footer-bot {
    border-top: solid 1px #D0CFCF;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    color: #656565;
    margin: 30px 0 0 0;
}



/*-- Responsive --*/

.nav-bar{
    display: none;
}


@media only screen and (max-width: 767px) {
    .container{
        width: auto;
        padding: 0 15px;
        max-width: 100%;
    }
    .top-titel{
        font-size: 14px;
    }
    .nav-flex{
        display: table;
        padding: 10px 0;
        width: 100%;
    }
    .header-logo-image{
        width: 150px;
        float: left;
        padding: 0;
    }
    .header-logo-image img{
        width: 100%;
    }
    .nav-itam .nav-link:hover{
        padding-bottom: 0;
    }
    .nav-bar{
        margin: 10px 0 0 0;
        display: block;
        float: right;
        width: 35px;
    }
    .nav-bar img{
        width: 100%;
    }
    .page-link .navbar-link{
        display: none;
        position: absolute;
        background: #FFF;
        width: 93%;
        margin: 70px auto 0;
    }
    .page-link .navbar-link li{
        display: block;
        text-align: center;
        padding: 12px 0;
    }
    .nav-itam .nav-link.activ{
        padding-bottom: 0;
    }
    .bnr-details{
        display: block;
    }
    .banner{
        background:url(../images/mobile-img.png) no-repeat;
        clear: both;
        height: auto;
        background-size: 100% auto;
    }

    .bnr-left-text{
        margin-top: 0;
        padding: 0;
    }
    .header-main {
        padding: 0;
    }
    .bnr-left-text .bnr-titel{
        font-size: 23px;
        text-align: center;
    }
    .bnr-left-text .bnr-name{
        text-align: center;
        font-size: 16px;
        margin: 20px 0;
    }
    .bnr-left-text .bnr-description{
        margin: 0;
        padding: 0;
    }
    .bnr-description li{
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .page-button{
        padding: 0 10px;
        font-size: 14px;
        line-height: 42px;
        margin: 25px auto 0;
    }
    .bnr-left-text {
        text-align: center;
        padding: 250px 0 35px 0;
        max-width: 100%;
        margin: 0;
    }
    .about{
        padding: 0;
        margin: 0;
    }
    .about-sky{
        display: block;
        text-align: center;
        padding: 35px 0;
    }
    .about-image{
        width: 300px;
        margin: auto;
        
    }
    .about-image img{
        width: 100%;
    }
    .about-details .about-titel{
        font-size: 22px;
        text-align: center;
        margin: 25px 0 20px 0;
    }
    .about-details .about-description{
        font-size: 14px;
        padding: 0;
        margin: 0;
        line-height: 23px;
    }
    .technology-titel h3{
        font-size: 22px;
        margin: 0;
        padding: 0;
    }
    .technology{
        margin: 0;
        padding: 35px 0;
    }
    .technology-titel{
        padding-bottom: 25px;
    }
    .technology-flex{
        display: flex;
        padding: 0 10px;
        justify-content: center;
        row-gap: 0;
    }
    .slick-slide{
        margin: 0 auto;
        text-align: center;
        padding: 30px 50px 0;
    }
    .best-team-image .slick-slide{
        padding: 30px;
    }
    .client-name{
        text-align: left;
    }
    .Stories-name p{
        text-align: left;
    }
    .team-position{
        float: none;
    }
    .Language-box{
        width: 47%;
        height: 175px;
        margin: 5px;
        float: left;
    }
    .client-Stories{
        clear: both;
    }
    .Language-box p{
        display: none;
    }
    .client-diteils{
        min-height: 400px;
        text-align: left;
    }
    .client-titel h3{
        padding: 0;
        margin: 0;
        font-size: 22px;
    }
    .position{
        float: none;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .form-input.second .position{
        width: 100%;
        clear: both;
    }
    .submit-btn{
        margin: 0;
    }
    .input-file {
        width: calc(100% - 32px);
    }

    .footer-flex{
        display: block;
    }

    .slick-arrow{
        width: 45px;
        height: 45px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    .best-team-image{
        margin: 0;
    }
    .PrevArrow{
        left: 0;
    }

    .best-team{
        margin: 0;
    }
    .form-input{
        margin: 0;
    }
    .submit-bx{
        padding: 0;
    }
    .custom-file-upload{
        width: 50px;
        height: 50px;
        font-size: 0;
        margin: 10px 10px 0 0;
        padding: 0;
        background: url(../images/upload.png) no-repeat #1870F5 center center;
    }
    .team-titel h3{
        margin: 35px 0 0 0;
        font-size: 22px;
    }
    .submit-bx h2{
        font-size: 22px;
        margin: 0 0 25px 0;
    }
    .client-Stories .slick-track{
        margin-left: -30px;
    }
    .slick-track{
        margin-left: -15px;
    }
    .footer-link{
        padding: 35px 0 0;
        margin-top: 35px;
    }
    .links a{
        margin-bottom: 5px;
    }
    .links h4{
        margin: 0 0px 15px 0px;
    }
    .footer-bot{
        padding: 15px 0;
    }
    .footer-logo{
        display: none;
    }
    .links.first h4{
        margin-top: 0;
    }
    .links.first{
        width: 50%;
        float: left;
    }
    .links.second{
        width: 50%;
        float: left;
    }
    .links.third{
        padding-top: 25px;
        clear: both;
    }
    .testimonial-slider{
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bnr-left-text{
        max-width: 360px;
        margin-top: -35%;
        margin-left: 30px;
    }
    .top-titel{
        font-size: 14px;
    }
    .header-logo-image{
        width: 175px;
    }
    .header-logo-image img{
        width: 100%;
    }
    .nav-itam .nav-link{
        font-size: 14px;
    }
    .page-link .navbar-link li{
        margin: 0px 14px;
    }
    .banner{
        height: 600px;
        background-size: 100% auto;
        background-position: 150px 0;
    }
    .header-main{
        padding: 10px 15px;
    }
    .about-image{
        width: 50%;
    }
    .about-image img{
        width: 100%;
    }
    .about-details{
        width: 50%;
    }
    .about-sky{
        column-gap: 15px;
        padding: 0 15px;
    }
    .about{
        padding: 45px 0;
        margin: 0;
    }
    .bnr-left-text .bnr-titel{
        font-size: 27px;
    }
    .bnr-left-text .bnr-name{
        font-size: 17px;
    }
    .bnr-description li{
        font-size: 14px;
    }
    .Language-box{
        width: 225px;
        height: 225px;
    }
    .technology-flex{
        padding: 0 15px;
        justify-content: center;
    }
    .testimonial-slider{
        width: 100%;
    }
    .client-Stories .container{
        padding: 0;
    }
    .NextArrow{
        right: 30px;
    }
    .PrevArrow {
        left: 30px;
    }
    .best-team-image{
        margin: 0;
    }
    .submit-bx{
        padding: 0 15px;
    }
    .custom-file-upload{
        width: 90px;
    }
    .input-file{
        font-size: 12px;
    }
    .form-input select{
        font-size: 12px;
    }
    .footer-logo{
        display: none;
    }
    .footer-link{
        padding: 35px 15px 0;
        margin-top: 35px;
    }
    .footer-bot{
        padding: 15px 0;
        margin: 10px 0 0 0;
    }
    .team-titel h3{
        margin: 40px 0 10px 0;
        padding: 0;
    }
}


@media (min-width: 992px) and (max-width: 1399px) {
    .header-logo-image{
        padding-left: 15px;
    }
    .page-link{
        padding-right: 15px;
    }

    .bnr-left-text{
        max-width: 460px;
        margin-top: 110px;
        padding: 0;
        margin-left: 35px;
    }
    .banner{
        height: 650px;
        background-size: 100% auto;
        background-position: 250px -100px;
    }

    .about-sky{
        column-gap: 35px;
        padding: 0 15px;
    }
    .about-image{
        width: 50%;
    }
    .about-image img{
        width: 100%;
    }
    .about-details{
        width: 50%;
    }
    .technology-flex{
        padding: 0 15px;
        justify-content: center;
    }
    .Language-box{
        width: 307px;
        height: 307px;
    }
    .client-Stories .container{
        padding: 0;
    }
    .best-team-image{
        margin: 0 0 0 -40px;
    }
    .custom-file-upload{
        width: 120px;
    }
    .submit-bx{
        padding: 0 15px;
    }
    .footer-link{
        padding: 75px 15px 0;
    }
    .best-team{}
}

@media (min-width: 1200px) and (max-width: 1399px) {

}