@charset "utf-8";
/* CSS Extension Document */
.scrolled {
    height: 40px;
    transition: all 0.5s ease 0s;
}

.unscrolled {
    height: 85px;
    transition: all 0.5s ease 0s;
}

.resize-hmbg {
    font-size: 22px !important;
}

.remove-sdm {
    left: -100% !important;
}

.add-sdm {
    opacity: 1 !important;
}

.resize-logo {
    width: 80px !important;
}

.mobile-logo {
    width: 110px !important;
}

.hideaway {
    display: none;
}

.team-col .our-team:hover .social_media_team {
    background-color: transparent !important;
    z-index: 1;
}

.team-col .our-team .pic::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 114, 0, 0.85);
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 0;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.team-col .our-team:hover .pic::before {
    height: 100%;
    opacity: 1;
}

.tg-symbol {
    display: block;
    pointer-events: none;
    cursor: default;
}

.sym-ms {
    display: none;
}

.sym-ms.rotate-ms {
    display: none;
}

.rotate-ms {
    transform: rotate(90deg);
    display: block;
}

.services-box .row,
.understanding-digital .row,
.services-box-inside .row {
    flex-wrap: wrap;
}

.s-1,
.s-3,
.s-2,
.s-4 {
    background-size: 40px;
    height: 51px;
    display: flex;
    align-items: center;
    line-height: 30px;
}

.explore-work .ourwork {
    padding-bottom:28px;
}

.together {
    margin-bottom: 43px;
}

/* .breadcrumb1 {
    border-bottom: 1px solid #232323;
} */

/* Logo section homepage */
.row.partner-logo img {
    max-width: 190px;
}

.row.partner-logo {
    display: grid;
    grid-template-columns: 190px 190px 190px 190px 190px 190px;
}

.tabs label.last-breadcrumb {
    margin-right:0!important;
}

/* Footer */
.footer.spacing {
    padding: 50px 0px 0px 0px !important;
}

.footer .rights {
    margin-top:30px;
}


/* Services & Understanding Digital */
@media (max-width: 640px) {
    .service-box.ser-icon .accd-list,
    .digital-box .accd-list,
    .sbi-box .accd-list {
        display: none;
        overflow: hidden;
    }

    .sbi-box .accd-list {
        padding-bottom: 15px;
    }

    .service-box,
    .digital-box {
        padding: 7px 30px 7px !important;
    }

    .sbi-box {
        padding: 7px 20px 7px !important;
    }

    .service-box h5,
    .digital-box h5,
    .sbi-box h5 {
        font-size: 19px !important;
    }

    .ser-icon img {
        width: 55px !important;
    }

    .tg-symbol {
        display: flex;
        pointer-events: auto;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .sym-ms {
        display: block;
        margin-left: 15px;
        color: #ff8200;
    }

    .sym-ms.rotate-ms {
        display: block;
    }

    .services-box .row,
    .understanding-digital .row,
    .services-box-inside .row {
        display: flex;
    }
    
    .m-linebreak {
        display:block;
    }
}

@media (max-width: 480px) {
    .digital-box {
        padding: 7px 13px 7px !important;
        width: 100% !important;
    }

    .sbi-box {
        max-width: 100% !important;
        width: auto !important;
    }

    .web-dev .ser-title {
        padding-top: 15px;
        padding-bottom: 12px;
    }

    .s-1,
    .s-3,
    .s-2,
    .s-4 {
        background-size: 40px !important;
    }
}

/* Supporting Services */
.opbdr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 640px;
}

.wrapper-opbdr {
    max-width: 640px;

}

.op .opbdr {
    border: none;
}

.ss-logo {
    width: 350px;
    text-align: left;
}

.support-partners.op {
    display: flex;
    flex-direction: column;
}

.ser-inside-left img {
    width: 96%;
  }

.support-partners.op .spacer-30 {
    border-bottom: 1px solid #ccc;
}

.p-1,
.p-2,
.p-3,
.p-4,
.p-5 {
    margin-right: 0 !important;
}

/* Portfolio Page */

.portfolioo-box {
    padding-top: 20px;
}

.portfolioo .row {
    align-items: end;
}

.portfolioo-box .logo-info {
    height: auto;
    margin-bottom: 20px;
}

/* Overwrite CSS Viewpoints */

/* Repeated codes from 900 to overwrite both viewpoints */
@media (max-width: 1250px) {
    h1 {
		line-height: 52px;
	}
	h2 {
		line-height: 40px;
	}
	
	h3 {
		line-height: 25px;
	}
	
	h4 {
		line-height: 35px;
	}

    .explore-work .ourwork {
        font-size:38px!important;
    }

    .connect-explore {
        font-size: 32px !important;
    }

    .digital-box {
        min-height: 424px;
      }
}


@media (max-width: 1200px) {
    .row.partner-logo img {
        max-width: 140px;
    }

    .row.partner-logo {
        display: grid;
        grid-template-columns: 140px 140px 140px 140px 140px 140px;
    }

    .ss-logo {
        width: 245px;
      }

      .support-partners .p-3 {
        width: 223px;
      }
}

@media (max-width: 991px) {
    .row.partner-logo img {
        max-width: 120px;
    }

    .row.partner-logo {
        display: grid;
        grid-template-columns: 120px 120px 120px 120px 120px 120px;
    }

    .content .links li.active a {
        border-bottom: none;
        color: #ff8200;
    }

    .ser-inside-left {
        width: 48%;
      }

      .ser-inside-right {
        width: 52%;
      }
    
}

@media (max-width: 900px) {

    h1 {
		line-height: 43px;
	}
	h2 {
		line-height: 40px;
	}
	
	h3 {
		line-height: 25px;
	}
	
	h4 {
		line-height: 35px;
	}

    h5 {
		line-height: 25px;
	}

    .col-1 p.lead {
        margin: 20px 0 7px 0px;
    }

    .explore-work .ourwork {
        font-size:38px!important;
    }

    .connect-explore {
        font-size: 32px !important;
    }

    .ser-icon img {
        width: 58px !important;
      }

      .contact-us .text-center h3 {
        line-height: 32px;
      }

      .digital-box {
        min-height: 330px;
      }

    .content .links li.active a {
        border-bottom: none;
        color: #ff8200;
    }

    .s-1,
    .s-3,
    .s-2,
    .s-4 {
        padding-left: 62px !important;
        font-size: 27px;
    }

    .support-partners .p-3 {
        width: 288px;
      }

      .ss-logo {
        width: 350px;

    }

    .contact-form form {
        padding: 20px 25px 40px !important;
      }
}

@media (max-width: 767px) {
    .row.partner-logo img {
        max-width: 100px;
    }

    .row.partner-logo {
        grid-template-columns: 100px 100px 100px 100px 100px 100px;
    }
}


@media (max-width: 750px) {
    .digital-box {
        min-height: 375px;
      }
}

@media (max-width: 680px) {
    .thepresent .global.text-center {
        text-align: left;
    }

    .opbdr {
        width: auto;
    }

    .wrapper-opbdr {
        max-width: 640px;
        margin: 0;
    }

    .row.partner-logo img {
        max-width: 90px !important;
    }

    .row.partner-logo {
        display: grid !important;
        grid-template-columns: 90px 90px 90px 90px 90px 90px !important;
    }
}

@media (max-width: 680px) {
    .row.partner-logo img {
        max-width: 70px !important;
    }

    .row.partner-logo {
        grid-template-columns: 70px 70px 70px 70px 70px 70px !important;
    }

    .digital-box {
        min-height: auto;
      }
}

@media (max-width: 480px) {
    h1 {
		line-height: 33px;
	}
	h2 {
		line-height: 36px;
	}
	
	h3 {
		line-height: 25px;
	}
	
	h4 {
		line-height: 35px;
	}

    .explore-work .ourwork {
        font-size:28px!important;
    }

    .connect-explore {
        font-size: 32px !important;
    }


    .portfolioo-box .logo-info {
        margin-bottom: 15px !important;
    }

    .logo {
        width: 110px;
    }

    .row.partner-logo img {
        max-width: 110px !important;
    }

    .row.partner-logo {
        grid-template-columns: 110px 110px 110px !important;
    }

    .sbi-box .sub-head {
        font-size: 23px !important;
    }

    .analysis-right {
        margin-top: -15px;
    }
}

@media (max-width: 380px) {
    .row.partners-logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .row.partner-logo img {
        max-width: 90px !important;
    }

    .row.partner-logo {
        grid-template-columns: 90px 90px 90px !important;
    }

    .f-box h3 {
        padding-left: 55px;
    }


}

/* Offset Responsive Viewpoints */
@media (max-width: 600px) {
    .together strong {
        display: block;
    }
}

@media (max-width: 370px) {
    .rights {
        font-size: 15px !important;
    }

    .partners-logo img {
        display: flex;
        flex-wrap: wrap;
        padding: 0 !important;
        margin: 0 auto;
    }

    .row.partners-logo img.sp-1 {
        max-width: 165px !important;
    }

    .row.partners-logo img.sp-2 {
        max-width: 80px !important;
    }

    .row.partners-logo img.sp-3 {
        max-width: 280px !important;
    }
    .row.partners-logo img.sp-4 {
        max-width: 130px !important;
    }
    .row.partners-logo img.sp-5 {
        max-width: 110px !important;
    }
}

@media (max-width: 366px) {
    .design-tech h2 {
        font-size: 22px !important;
    }
}

@media (max-width: 345px) {
    .rights {
        font-size: 13px !important;
    }
}

@media (max-width: 330px) {
    .digital-box img {
        width: 84px !important;
    }

    .service-box {
        padding: 7px 23px 7px !important;
    }
    .digital-box {
        padding: 7px 10px 7px !important;
    }
}
