body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}
.container{
    max-width: 1140px;
}
h6 {}

h6 a {
    background: #37b6ff;
    background: -webkit-linear-gradient(to right, #37b6ff, #125a89);
    background: linear-gradient(to right, #37b6ff, #125a89);
    padding: 12px 20px;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    width: fit-content;
}

.homebg {
    background: url(../../images/home-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
}

.contactbg {
    background: url(../../images/contact-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.careerbg{
    background: url(../../images/upload-CV-image.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.headers {
    padding: 24px 0;
}

.headers .logoes {
    width: 250px;
}
.headers .col-sm-12{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headers ul {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 36px;
    justify-content: flex-end;
    width: 100%;
}

.headers ul li {
    list-style: none;
}

.headers ul li a {
    color: #fff;
    text-decoration: none;
}

.headers ul li:nth-last-child(1) a {
    background: #37b6ff;
    background: -webkit-linear-gradient(to right, #37b6ff, #125a89);
    background: linear-gradient(to right, #37b6ff, #125a89);
    padding: 12px 20px;
    display: flex;
    text-decoration: none;
    font-weight: bold;
}

.headers {}

.banners .row {
    background: url(../../images/banner1.png) #000 no-repeat;
    background-size: 60%;
    background-position: bottom right;
    padding: 70px 30px 30px;
    height: 340px;
}

.aboutbanners,
.clientbanners,
.contactbanner,
.careerbanner,
.banners {
    padding: 0 0 60px;
}

.aboutbanners .row {
    background: url(../../images/about-banner.png) #000 no-repeat;
    background-size: cover;
    padding: 160px 48px 36px;
}

.clientbanners .row {
    background: url(../../images/client-banner.png) #000 no-repeat;
    background-size: cover;
    padding: 70px 48px 36px;
}

.contactbanner .row {
    background: url(../../images/contact-banner.png) #000 no-repeat;
    background-size: cover;
    padding: 160px 48px 36px;
}
.careerbanner .row{
    background: url(../../images/upload-CV-imagenew.png) #fafafa no-repeat;
    background-size: 64%;
    background-position: right center;
    padding: 70px 48px;
}
.banners.careerbanner h3{
    color: #000;
}

.banners h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.banners h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 6px 0 32px;
    display: inline-block;
}

.banners p {
    color: #fff;
    font-size: 16px;
}
.hometeam h4{
    color: #fff;
    margin: 24px 0 8px;
    font-size: 24px;
}
.homeone {
    padding: 60px 0 0;
}

.homeone h3 {
    color: #125a89;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.homeone h4 {
    color: #15555b;
    font-weight: 300;
    font-size: 20px;
}

.homeone h3 span {
    color: #37b6ff;
}

.homeone p {
    color: #96abb0;
    line-height: 27px;
    border-left: 1px solid;
    padding-left: 20px;
}

.newsection {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    padding: 120px 0 0;
    position: relative;
}

.newsection .lefts {
    width: 500px;
    background: #37b6ff;
    background: -webkit-linear-gradient(to right, #37b6ff, #125a89);
    background: linear-gradient(to right, #37b6ff, #125a89);
    position: absolute;
    left: 0;
    top: 50px;
}

.newsection .lefts p {
    color: #fff;
    border: 0;
    padding: 36px 24px 0;
}

.newsection .lefts h6 a {
    background: transparent;
    padding: 12px 24px 0;
    margin: 0 0 36px;
}

.newsection .rights {
    width: 1000px;
}

.newsection .rights img {
    width: 100%;
}

.brandlogo {
    padding: 30px 0;
}


.hometeam {
    background: url(../../images/home2bg.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.hometeam h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hometeam h3 span {
    font-size: 20px;
    font-weight: 300;
}

.hometeam p {
    color: #fff;
    line-height: 27px;
}

.hometeam .col-sm-4 img {
    width: 100%;
}

.hometeam .row {
    align-items: center;
}

.hometeam .container {
    position: relative;
}

.hometeam h6 a {
    background: #fff;
    color: #37b6ff;
    position: absolute;
    bottom: -60px;
    right: 16px;
}

.services {
    padding: 60px 0;
}

.services h3 {
    color: #37b6ff;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
}

.services .cardtxtblock {
    width: 33%;
}

.cardtxt {
    background: #37b6ff;
    background: -webkit-linear-gradient(to right, #37b6ff, #125a89);
    background: linear-gradient(to right, #37b6ff, #125a89);
    padding: 16px;
}

.cardtxtblock img {
    width: 100%;
    height: 403px;
}

.cardtxt h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.services .carousel-item {
    gap: 12px;
    transition : transform .1s ease-in-out!important;
}

.cardtxt h6 {
    margin: 0;
}

.cardtxt h6 a {
    background: transparent;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
}

.yeards {
    padding: 30px 0;
    background: url(../../images/home3.png) no-repeat;
    background-size: cover;
}

.yeards ul {}

.yeards ul li:nth-child(1) p {
    background: linear-gradient(to right, #d511dc, #5340a3);
}

.yeards ul li:nth-child(2) p {
    background: linear-gradient(to right, #c51558, #5a3e72);
}

.yeards ul li:nth-child(3) p {
    background: linear-gradient(to right, #1261c8, #0f5b9d);
}

.yeards ul li:nth-child(4) p {
    background: linear-gradient(to right, #7711c9, #32429a);
}

.yeards ul li:nth-child(1) div {
    background: #d511dc;
}

.yeards ul li:nth-child(2) div {
    background: #c51558;
}

.yeards ul li:nth-child(3) div {
    background: #1261c8;
}

.yeards ul li:nth-child(4) div {
    background: #7711c9;
}

.yeards h3 {
    font-size: 30px;
    color: #fff;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yeards h3 span {
    font-size: 100px;
    color: #37b6ff;
    -webkit-text-stroke: 1.4px white;
}

.yeards ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.yeards ul li {
    list-style: none;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0;
    color: #fff;
    font-weight: 600;
    width: 25%;
    padding: 24px;
}

.yeards ul li .countereffect {
    font-size: 30px;
    font-weight: 700;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    left: -12px;
    top: -2px;
    min-width: 100px;
    min-height: 100px;
    z-index: 99;
}

.yeards p {
    margin: 0;
    border-radius: 0 6px 6px 0;
    position: relative;
    left: -30px;
    height: 61px;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: flex-start;
    top: -1px;
    min-width: 166px;
    align-items: center;
    font-size: 15px;
    padding: 0 0 0 24px;
    line-height: 24px;
}

.yeards ul li span::before {
    content: "";
    border: 1.4px solid #fff;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    position: absolute;
    left: 7px;
    top: 7px;
}

.footers ul {
    padding: 0;
    margin: 36px 0 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footers ul li {
    list-style: none;
}

.footers ul li img {
    width: auto;
}

.footers h3 {
    font-size: 20px;
    font-weight: 700;
    color: #125a89;
    border-left: 1px solid;
    padding: 0 0 0 10px;
}

.footers p {
    color: #757576;
    font-size: 13px;
    line-height: 21px;
    margin: 6px 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footers p a {
    color: #757576;
    text-decoration: none;
}

.footersone ul {
    padding: 4px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.footersone ul li {
    list-style: none;
    border-left: 1px solid;
    line-height: 10px;
    padding-left: 24px;
}

.footersone ul li:nth-child(1) {
    border: 0;
}

.footersone ul li a {
    color: #757576;
    text-decoration: none;
    line-height: 19px;
}

.footers img {
    width: 220px;
}

.footersone p {
    margin: 0 0 6px;
    color: #757576;
}

.footersone {
    padding: 24px 0;
}

.footers {
    padding: 60px 0 20px;
}

.newsection.ourvisions h5 {
    color: #fff;
    padding: 24px 24px 0;
    text-transform: uppercase;
}

.newsection.ourvisions p {
    padding-top: 0;
}

.newsectionabout {
    display: flex;
    gap: 48px;
    margin: 60px 0 80px;
}

.newsectionaboutleft {
    width: 50%;
}

.newsectionaboutright {
    width: 50%;
}

.newsectionaboutleft p,
.newsectionaboutright p {
    border: 0;
    padding: 0;
}

.gallery {
    padding: 60px 0;
}

.gallery img {
    width: 100%;
}

.gallery .col-sm-6 .row:nth-child(1) {
    margin-bottom: 20px;
}

.clientone {
    padding: 60px 0;
}

.clientone img {
    width: 100%;
}

.footers .col-sm-4 p {
    padding: 0 0 0 14px;
}

.clientone .card {
    border: 0;
    background: transparent;
}

.clientone .card .card-header {
    background: transparent;
    padding: 12px 0;
    outline: 0 !important;
}

.clientone .card .card-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    border: 0 !important;
}

.clientone .card .card-header a img {
    width: 22px;
    height: 22px;
}

.clientone .card .card-body {
    padding: 16px 0 0;
}

.clientone h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0 16px;
    color: #37b6ff;
}

.clientone p {
    color: #757576;
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    margin: 0 0 24px;
}
.clientone ul li{
    color: #757576;
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    margin: 0 0 6px;
}
.clientone ul{
    margin: 0 0 24px;
    padding: 0 0 0 16px;
}
.contactpage input,
.contactpage textarea {
    background: #c4e0ef;
    border: 0;
    font-size: 14px;
    padding: 6px 12px;
    height: 44px;
    width: 100%;
}

.contactpage textarea {
    height: 110px;
}

.contactpage .forinputs {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 0 24px;
    justify-content: space-between;
    width: 100%;
}

.contactpage .forinputs input {
    width: 48%;
}
.contactpage form p{
    margin: 0;
}

.contactpage input[type="submit"] {
    background: #37b6ff;
    background: -webkit-linear-gradient(to right, #37b6ff, #125a89);
    background: linear-gradient(to right, #37b6ff, #125a89);
    padding: 12px 20px;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    margin: 32px 0 0;
}

.contactpage h3 {
    color: #2386c1;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 24px;
}

.contactpage {
    padding: 60px 0;
}
.btn11 {
    position: absolute;
    width: 60px;
    height: 60px;
    transition-duration: 0.5s;
    display: none;
    align-items: center;
    right: 0;
    z-index: 99;
}
.btn11.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
}
.btn11 .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 30px;
    background-color: #fff;
}
.btn11.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
}
.btn11 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 30px;
    background-color: #fff;
    left: 15px;
}
.btn11.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.btn11 .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: -10px;
}
.btn11.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.btn11 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 10px;
}
.btn11.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.btn11 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: -10px;
}
.btn11.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.btn11 .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 10px;
}

.clientone .card .card-header a.collapsed img{
    transform: rotate(0deg);
}
.clientone .card .card-header a img{
    transform: rotate(90deg);

}
.btn:first-child:active:focus-visible{
    box-shadow: none!important;
    border: 0!important;
}



#logoslider {
    padding: 30px 0px;
}

ul.logoslider li img {
    max-width: 100%;
}

#logoslider .slick-list .slick-track {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#logoslider li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#logoslider .img-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 233px;
    height: 95px;
    background: #FFFFFF;
    border-radius: 4px;
}
.slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
@media (max-width:769px) {
    #logoslider .img-wrapper {
        min-width: auto;
        padding: 0 10px;
    }

    #logoslider .img-wrapper img {
        max-width: 100%;
    }
}


  .contactpagenew{
    padding: 60px 0;
  }
  .contactpagenew h3{
    font-weight: 800;
    color: #2386c1;
  }
  .contactpagenew p{
    color: #757576;
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    margin: 0 0 6px;
  }
  .contactpagenew p a{
    color: #757576;
    text-decoration: none;
  }
  .contactpagenew .row{
    margin: 32px 0 0;
  }
  .contactpagenew .row .row p{
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 24px;
  }
  .contactpagenew{}
  


  .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 12px 0 0;
  }
  
  .upload-btn-wrapper .btn {
    font-size: 14px;
    background: #efefef;
    color: #000;
    width: 102px;
    padding: 4px 6px;
    border: 1px solid #135c8b;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 48px;
  }

  .clientlogomain{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .clientlogobox{
    width: 16%;
    padding: 16px;
  }
  .clientlogobox img{
    width: -webkit-fill-available;
  }
.careerpages p{

}
.careerpages h3{

}
.careerpages h4{
    border: 2px solid;
    padding: 12px 16px;
    font-size: 20px;
    text-align: center;
    margin: 32px 0 0;
}
.careerpages{

}
.careerpages{

}

@media(max-width: 1199px) {
    .banners h3 {
        font-size: 20px;
        line-height: 31px;
    }
    .newsection .rights{
        width: 100%;
    }
    .container{
        max-width: 100%;
    }
}

@media(max-width: 991px) {
    .container, .container-md, .container-sm{max-width: 100%;}
    .btn11{
        display: flex;
    }
    .headers ul {
        position: fixed;
        flex-direction: column;
        background: #000;
        left: 0;
        top: 126px;
        width: 100%;
        height: calc(100vh - 126px);
        justify-content: flex-start;
        padding: 24px;
        align-items: baseline;
        display: none;
        z-index: 999;
    }
    .menu.btn11.open + ul {
        display: flex;      
        gap: 24px;
    }
    .aboutbanners, .clientbanners, .contactbanner, .banners {
        padding: 0px 30px 30px;
    }
    .aboutbanners .col-sm-6, .clientbanners .col-sm-6, .contactbanner .col-sm-6, .banners .col-sm-6, .homeone .col-sm-6, .hometeam .col-sm-4, .hometeam .col-sm-8, .footers .col-sm-4, .footersone .col-sm-4, .footersone .col-sm-8 {
        width: 100%;
    }
    .aboutbanners .row, .clientbanners .row, .contactbanner .row, .banners .row {
        background-position: center;
        background-size: cover;
        height: auto;
    }
    .homeone, .services, .clientone, .contactpage {
        padding: 30px 0;
    }
    .footers {
        padding: 30px 0 0;
    }
    .newsection .lefts{
        position: unset;
        width: 100%;
    }
    .newsection {
        flex-direction: column;
        padding: 0;
    }
    .brandlogo {
        padding: 0 0 20px;
    }
    .hometeam {
        padding: 12px 0;
    }
    .hometeam .col-sm-8{
        margin: 24px 0 12px;
    }
    .hometeam h6 a {
        position: unset;
        margin: 24px 0 0;
    }
    .yeards ul {
        flex-wrap: wrap;
    }
    .yeards ul li {
        width: 50%;
    }
    .footers .col-sm-4:nth-child(1){
        text-align: center;
    }
    .footers .row{
        gap: 24px;
    }
    .footers ul {
        margin: 24px 0 0;
        display: flex;
        justify-content: center;
    }
    .footersone {
        padding: 0 0 30px;
    }
    .footersone {
        text-align: center;
    }
    .footersone ul{
        margin: 24px 0 0;
    }
    .newsectionabout{
        padding: 24px 0 0;
        margin: 0;
        flex-direction: column;
        gap: 0;
    }
    .newsectionaboutleft, .newsectionaboutright{
        width: 100%;
    }
}

@media(max-width: 767px){
    .services .cardtxtblock {
        width: 100%;
    }
    .footersone ul{
        gap: 10px;
    }
    .footersone ul li{
        padding: 0;
        border: 0;
    }
    .homeone h3, .hometeam h3{
        font-size: 24px;
        margin: 0 0 24px;
        line-height: normal;
    }
    .yeards h3 {
        font-size: 24px;
    }
    .footersone p{
        font-size: 12px;
    }
    .banners .row{
        padding: 60px 24px;
    }
    .aboutbanners, .clientbanners, .contactbanner, .banners {
        padding: 0 16px 16px;
    }
    .headers .logoes {
        width: 200px;
    }   
    .headers ul {
        top: 94px;
        height: calc(100vh - 94px);
    }
    .contactpage .forinputs {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .contactpage .forinputs input {
        width: 100%;
    }
    .yeards p{
        max-width: 70%;
    }
    .careerbanner .row{
        background: #fafafa;
        background-position: right;
    }
}

@media(max-width: 575px){
    .yeards ul li {
        width: 100%;
        padding: 12px 18px;
    }
    .footersone ul li a {
        font-size: 13px;
    }
}