
/***telecommunication***/

section#tele-banner {
    background: url(../img/telecommunication/tele-banner.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8% 0px;
}
section#tele-banner p {
    font-size: 21px;
    line-height: 1.52;
    letter-spacing: -0.2px;
}
a.ctaBtn {
    background: #fff;
    padding: 17px 45px;
    color: #0576BC;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
}
a.ctaBtn:hover {
    color: #fff;
    background: transparent;
}
section#workingProText h2 {
    font-size: 40px;
}
.experienceBlockFirst {
    width: 60%;
    padding: 20px;
}
.experienceBlock
{
    width: 40%;
    padding: 20px;
}
img.experienceBanner {
    height: 240px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
section#experienceSection .container {
    display: flex;
    flex-direction: row;
    width: 80%;
    background: #fff;
    box-shadow: 0px 0px 6px #ddd;
    padding: 20px;
    margin: -100px auto 0px;
    z-index: 99;
    position: relative;
    border-radius: 15px;
}
.experienceBlock img {
    width: 100%;
    border-radius: 8px;
}
.h2Heading {
    font-size: 35px;
    font-weight: bold;
}
.experienceBlockFirst h2, section#logoBlock h2, section#bannerText h2 {
    margin-bottom: 20px;
}
.experienceBlockFirst h3 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 30px;
}
.experienceBlockFirst ul {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    text-align: left;
}
.experienceBlockFirst ul li {
    padding: 0px 0px 20px 30px;
    background: url(../img/telecommunication/check.html);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0px 0px;
}
.experienceBlock img {
    width: 100%;
    border-radius: 8px;
    height: 695px;
    object-fit: cover;
    object-position: center center;
}
section#virtualSection {
    background: url(../img/telecommunication/virtual-team-banner.html) !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    margin: 80px 0px !important;
    padding: 0px;
    background-blend-mode: overlay;
    background-color: #00000082 !important;
}
.col.virtualBlock {
    background: #fff;
    margin: 20px 20px;
    padding: 30px 30px 30px 6%;
}
.row.iconBlock h4 {
    color: #0576BC;
    font-size: 20px;
}
img.virtualImg {
    object-fit: cover;
    margin-left: 80px;
    z-index: 99;
    position: relative;
}
section#virtualSection .row {
    justify-content: center;
    align-items: center;
    display: flex;
}
section#logoBlock h4 {
    font-size: 20px;
}
section#formBlock {
    background: linear-gradient(180deg, #333e63, #F4F7FB);
    padding: 5% 0px !important;
}
.col.formSection {
    background: #fff;
    padding: 40px;
}
.col.formSection h2, .col.formTextSection h2 {
    font-size: 30px;
}
.col.formSection form button {
    background: #0576BC;
    padding: 13px 40px;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid #0576BC;
}
.col.formSection form button:hover {
    background: transparent;
    color: #0576BC;
}
.col.formTextSection {
    background: #0576BC;
    padding: 40px;
}
a.phoneLink {
    background: #fff;
    color: #0576BC;
    padding: 14px 40px;
    font-size: 20px;
    font-weight: 500;
}
.testimonials-alt__item__quote .testimonials-alt__item-content {
    font-size: 20px;
    font-weight: normal;
    opacity: 0.8;
}
@media screen and (max-width: 900px)
{
    .experienceBlockFirst, .experienceBlock, .col.virtualBlock, .founderImg, .founderText, .whoText, .whoIcon, .empowerText, .bannerText, .bannerForm {
        width: 100% !important;
    }
    section#virtualSection .row {
        flex-direction: row-reverse;
    }
    img.virtualImg
    {
        margin-left: 0px;
    }
    section#virtualSection .row {
        flex-direction: column-reverse;
        width: 98%;
    }
    section#cardSection .row {
        display: block;
    }
    section#leadingBlock ul {
        column-gap: 30px;
        display: block;
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        text-align: left;
        font-size: 16px;
    }
    section#teamSection .row {
        display: block;
        width: 80%;
        margin: 10% auto 0px !important;
    }
    .col.temBlock {
        margin-bottom: 20%;
    }
    section#cardSection .card:last-child
{
    margin-bottom:25px !important;
}
.accountForm
{
    padding-bottom: 30px;
}
section#founderBlock .row, .row.whoBlock {
    display: block;
}
.tabs_menu ul {
    display: inline-block !important;
    text-align: center;
}
.empowerImg
{
    display:none;
}
.empowerText
{
    padding:40px 20px !important;
}
.founderText .h2Heading {
    margin-top: 30px;
}
section#whoSection {
    padding: 5% 2% !important;
}
section#aboutBanner {
    padding: 5% 2% !important;
}
section#approachbanner {
    background-blend-mode: overlay;
    background-color: #00000080 !important;
    color: #fff;
}
.workCard::before {
    font-size: 100px;
    top: -20px;
}
section#contactContent .card .row .cardImg {
    width: 80%;
}



}

@media screen and (max-width: 762px)
{
section#tele-banner h1 {
    font-size: 25px;
}
section#tele-banner {
    padding: 18% 0px;
    background-position: center right;
    background-blend-mode: overlay;
    background-color: #00000069;
}
.h2Heading {
    font-size: 25px;
}
.experienceBlockFirst ul {
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    padding: 0px;
}
.experienceBlockFirst h3
{
    font-size:20px;
}
section#experienceSection .container {
    display: inline;
}
#logoBlock .row.my-5 {
    display: inline-flex;
    flex-direction: column;
    row-gap: 20px;
}
.col.formTextSection, .col.formSection {
    padding: 40px 20px;
}
a.phoneLink {
    padding: 15px 20px;
}
section#bannerText .row {
    display: block;
}
section#leadingBlock ul, section#empowerSection ul {
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    display: block !important;
}
section#teamSection .row {
    display: block;
    width: 95%;
    margin: 20% auto 0px !important;
}
.col.temBlock {
    margin-bottom: 30%;
}
section#accountBanner::after
{
    display:none;
}
.cardImg {
    margin-bottom: 15px;
}
.row.pt-5.cardColumn {
    flex-direction: column;
}
section#steps .row {
    flex-direction: column-reverse;
}
section#steps .col, section#hiringSection .col {
    padding: 0px 20px !important;
    margin: 40px 0px !important;
}
section#hiringSection .row {
    flex-direction: column !important;
}
section#counter .row {
    display: block;
}
.countCol::before {
    left: 8% !important;
    width: 80% !important;
    border-bottom: 2px solid #333e6369;
    border-right: 0px !important;
}
section#contactContent .row, section#contactContent .card
{
    width:100% !important;
}
section#contactContent .card .row {
    row-gap: 0px !important;
}


}


/***accounting-finanace***/

section#accountBanner {
    background: url(../img/telecommunication/account-banner.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 6% 0px;
}
section#accountBanner::after {
    width: 30px;
    height: 30px;
    border-bottom: solid 40px #fff;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    content: "";
    position: relative;
    bottom: -69px;
    left: 50%;
}
section#bannerText h2 {
    text-align: center !important;
    width: 100%;
}
section#cardSection, section#teamSection {
    background: #F4F7FB;
    padding:4% 0px;
}
section#cardSection .card {
    border-radius: 8px;
    box-shadow: 0px 0px 6px #ddd;
    margin-bottom: 25px;
}
section#cardSection .card .row {
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}
.cardContent h4 {
    color: #0576BC;
    font-size: 20px;
    margin-bottom: 10px;
}
.cardContent p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #333e63;
    opacity: 0.8;
}
section#cardSection .card.white {
    background: linear-gradient(45deg, #0576BC, #0576bca8);
}
section#cardSection .card.white .cardContent h4, section#cardSection .card.white .cardContent p {
    color: #fff;
}
.cardContent {
    width: 75%;
}
.cardImg {
    width: 15%;
}
.accountForm {
    background: #0576BC;
    font-size: 18px;
}
.accountForm form button
{
    background: #fff;
    color:#0576BC;
    padding: 13px 40px;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid #fff; 
}
.accountForm form button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; 
}
.accountForm input {
    height: 50px;
}
section#cardSection .card:last-child {
    margin-bottom: 0px;
}
section#leadingBlock ul {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    display: inline-flex;
    column-gap: 60px;
    font-size: 18px;
}
section#leadingBlock ul li:first-child {
    color: #0576BC;
}
section#leadingBlock ul li:nth-child(2) {
    color: #FFA62E;
}
section#leadingBlock ul li:nth-child(4) {
    color: #f282d9;
}
section#leadingBlock ul li:nth-child(3) {
    opacity: 0.8;
}
section#leadingBlock ul li:last-child {
    color: #76d895;
}
.col.temBlock {
    background: #fff;
    padding: 40px 30px 10px;
    box-shadow: 0px 0px 6px #ddd;
    border-radius: 8px;
    margin-top: 6%;

}
section#teamSection .row {
    column-gap: 20px;
}
.col.temBlock img {
    position: relative;
    top: -115px;
    width: 50%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
}
.teamContent {
    margin-top: -80px;
}
.teamContent button {
    background: #313553;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 6px 40px;
    font-style: italic;
    margin-bottom: 20px;
}
.teamContent h4 {
    opacity: 0.8;
}
.teamContent ul {
    padding: 0;
}
.teamContent ul li {
    list-style: none;
    background: url(../img/telecommunication/double-chevron.html);
    background-position: 0px 5px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 0 0 10px 25px;
    font-size: 16px;
}
a.hireBtn {
    background: #0576BC;
    padding: 14px 60px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #0576BC;
}
a.hireBtn:hover{
    background: #fff;
    color: #0576BC;
}

/***about***/
.bannerText {
    width: 65%;
}
.bannerForm
{
    width: 35%; 
}
section#aboutBanner {
    background: url(../img/telecommunication/about-banner.html);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 5% 0px;
    background-blend-mode: overlay;
    background-color: #13374bab;
}
.bannerText h1 {
    font-size: 35px !important;
    font-weight: 700;
}
.bannerText p {
    font-size: 20px;
}
.bannerForm {
    background: #0000008c;
    padding: 20px;
    color: #fff;
}
.bannerForm button {
    width: 100%;
}
.founderImg {
    width: 40%;
}
.founderText {
    width: 60%;
}
.whoText {
    width: 40%;
}
.whoIcon {
    width: 60%;
}
.whoIcon h4 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    color: #333e63;
}
section#whoSection {
    background: #F4F7FB;
    padding: 5% 0px;
}
section#verticalTabs {
    padding: 5% 0px;
}
section#verticalTabs h3 {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.5;
}

.tab_div {
    width: 100%;
    transform: translateZ(0);
}
.tab_content {
    width: 100%;
}
  .tabs_menu {
    background-color:#fff; 
    width: 100%;
  }
  
  ul.tabs {
    padding: 0;
  }
  
  #tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8 {
    padding:1%;
    margin-bottom: 10px;
}
.tabs_menu ul {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
}
  ul.tabs li {
    list-style-type: none;
    font-size: 18px;
    color: #333e63;
    /*   transition: background-color 0.2s ease; */
  }
  
  
  /* ul.tabs li:hover {
    border-right: 2px solid #e1386c;
    background-color: rgba( 255, 155, 180, .9);
    font-weight: bold;
  } */
  
  #tab1_content,
  #tab2_content,
  #tab3_content,
  #tab4_content,
  #tab5_content,
  #tab6_content,
  #tab7_content,
  #tab8_content {
    background-color: #F4F7FB;
    width: 100%;
    height: 100%;
    padding: 3% 5%;
    border-radius: 10px;
}
  
  
  /* hover effect */
  
  ul.tabs li {
    display: inline-block;
    position: relative;
    padding: 1em;
    cursor: pointer;
    background: #fff;
    color: #333e63;
    z-index: 0;
    border: 2px solid #333e63;
    border-radius: 10px;
  }
  .tabs_menu ul li.active {
    color: #fff;
    background: #333e63;
}
.tabs_menu ul li:hover {
    color: #fff;
}

  ul.tabs li:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333E63;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .5s ease-out;
  }
  
  ul.tabs li:hover:before {
    transform: scaleX(1);
  }
  .tab_content ul li {
    list-style: none;
    background: url(../img/telecommunication/double-chevron.html);
    background-position: 0px 5px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 0 0 10px 25px;
}
.tab_content h4 {
    margin-bottom: 20px;
}

section#empowerSection {
    background: #12364A;
    padding: 0px;
}
section#empowerSection img {
    margin-top: -65px;
    height: 625px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
section#empowerSection ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    display: inline-flex;
    column-gap: 25px;
    font-size: 16px;
    padding: 0px;
    list-style: none;
}
.empowerText {
    width: 70%;
}
.empowerImg {
    width: 30%;
}
.empowerText {
    width: 70%;
    padding: 0px 0% 0px 8%;
}
.empowerText ul li {
    background: url(../img/telecommunication/check-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px 0px;
}


/***approach***/
section#approachbanner {
    background: url(../img/telecommunication/approach-banner.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 500px;
}
section#approachbanner .col {
    height: 500px;
    justify-content: center;
    align-items: baseline;
    display: flex;
    flex-direction: column;
}
a.approachCta {
    background: #333E63;
    color: #fff;
    padding: 17px 40px;
    font-size: 18px;
    border: 1px solid #333E63;
}
a.approachCta:hover{
    background: #fff;
    color: #333E63; 
}
section#howWeWork {
    background: #323654;
    padding: 8% 0px;
}
.workCard {
    background: linear-gradient(45deg, black, transparent);
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #191919;
    height: 95%;
}
.workCard h4 {
    font-size: 20px;
}
.workCard ul li {
    padding-bottom: 15px;
    background: url(../img/telecommunication/double-chevron.html);
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0px 3px;
}

.workCard ul {
    padding: 0px;
    list-style: none;
}
.workCard::before {
    display: flex;
    position: absolute;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 175px;
    top: -45px;
    opacity: 0.1;
}
.workCard.onecard::before 
{
    content: "1";
    left: 70%;
}
.workCard.twocard::before 
{
    content: "2";
    left: 60%;
}
.workCard.threecard::before 
{
    content: "3";
    left: 60%;
}
.workCard.fourcard::before 
{
    content: "4";
    left: 60%;
}
.cardColumn .col {
    padding: 0px 10px;
}
section#steps img {
    object-fit: cover;
    object-position: top right;
}
section#steps h3 {
    font-size: 20px;
    padding: 25px 15px;
    border-left: 3px solid #FFA62E;
    margin-bottom: 30px;
}
section#steps h4 {
    font-size: 18px;
}
section#hiringSection {
    background: #333E63;
}
section#hiringSection h4 {
    font-size: 18px;
}
section#counter h2 {
    color: #fff;
    font-size: 30px;
}
section#counter {
    background: #F4F7FB;
    padding: 50px 0px;
}
section#counter .row{
    background: #fff;
    padding: 0px;
}
h3.count {
    color: #FFA62E;
}
.item .text {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.5;
}
.countCol::before {
    content: "";
    position: absolute;
    border-right: 2px solid #333e6369;
    width: 3px;
    height: 90px;
    display: block;
    left: 100%;
}


/***contact-us***/

section#contactBanner {
    background: url(../img/telecommunication/contact-banner.html);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #132631;
    height: 400px;
}
section#contactBanner .container-fluid {
height: 400px;
display: flex;
align-items: center;
padding-left: 5%;
}
section#contactContent h3 {
    font-size: 23px;
    width: 80%;
    margin: 0 auto;
}
section#contactContent .card .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    background:#fff;
}
section#contactContent .card {
    border: 1px solid #13374B;
    border-radius: 15px;
    margin: 30px auto ;
    padding: 30px !important;
    width: 80%;
}
section#contactContent .row {
    align-items: center;
}
section#contactContent .row {
    align-items: center;
    width: 90%;
    margin: 0 auto;
    background: #F4F7FB;
}
section#contactContent .card .cardContent a {
    color: #FFA62E;
    font-weight: 600;
    opacity: 1;
    text-decoration: underline;
}



section#tele-banner .col, section#workingProText .row, #accountBanner h1, #bannerText .row {
    animation: slide-down 2s forwards;
}
@keyframes slide-down {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }
    to {
      opacity: 1;
      transform: none;
    }
}