@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

:root{

    --Tgs:rgb(247,158,27);
    --tgs--red:rgb(235,0,27);
  } 

  
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    transition: all .2s linear;
    text-decoration: none;
}

html{
    font-size: 62.5%;
}

body{
    overflow-x: hidden;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
    /*background: rgb(251,235,209);*/
    box-shadow: rgb(0 0 0 / 40%) 0px 0.2rem 0.5rem;
}

.header .logo img{
    width: 130%;
    height: 5rem;
    top: 0;
    left: 0;
}


.header .navbar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header .navbar ul li{
    margin: 0 1.5rem;
}

.header .navbar ul li a{
    font-size: 2rem;
    color: #323332;
}



.header .navbar ul li a:hover{
    color: #F79E1B;
    text-decoration: underline;
}

.header .logo i{
    padding: 0.5rem;
}

.header .fa-bars{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}
 
.home{
    min-height: 70vh;
    width: 100vw;
    background-image: url(../images/img3.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden !important;
}

.home h2{
    color: #F79E1B;
    font-size: 5.5rem;
}

.career-heading{
    text-align: center;
}



.heading{
    padding-top: 6rem;
    display: inline-block;
    font-size: 3.5rem;
    color: #F79E1B;
    position: relative;
    letter-spacing: .2rem;
    margin: -2rem auto 2rem auto;
}

.career-heading p{
    font-size: 2rem;
    color: #333;
}

.heading::before, .heading::after{
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    border-top: .4rem solid #F79E1B;
    border-left: .4rem solid #F79E1B;
}

.heading::before{
    top: 5.8rem;
    left: -2rem;
}

.heading::after{
    bottom: -.5rem;
    right: -2rem;
    transform: rotate(180deg);
}

.career
		{
			width: 80%;
			height: auto;
			margin: 5rem auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}
		.career-form
		{
            margin-top: .5rem;
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
		.career-form-txt, .career-form-experience
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
            font-size: 1.5rem;
		}
        .career-form-email
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
            font-size: 1.5rem;
		}
		.career-form-txt::placeholder, .career-form-experience::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .career-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .radio-class
		{
            margin-left: 1rem;
			width: 110%;
            margin-top: -2rem;
			height: 40px;
			color: #000;
			margin-bottom: 5rem;
			padding: 15px;
		}
        .radio
        {
            margin-top: .75rem;
            font-size: 1.5rem;
            margin-right: 9.5rem;
        }
		.career-form-txtarea
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 130px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
            font-size: 1.5rem;
		}
		.career-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .file   
		{
            margin-left: 1rem;
			width: 100%;
            margin-top: -2.5rem;
			height: 40px;
			color: #000;
			margin-bottom: 5rem;
			padding: 15px;
		}
        .upload
        {
            margin-top: .75rem;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
		.career-form-btn
		{
            margin-left: 2rem;
            outline: none;
            border: none;
            border-radius: 5rem;
            background: white;
            border-style: groove;
            border-color: #002e5f;
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            margin-top: 1rem;
            margin-bottom: .5rem;
            width: 15rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
		}
        .career-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
		.career-form-phone
		{
            margin-left: 2rem;
			width: 96.5%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
            font-size: 1.5rem;
		}
		.career-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #333;
}

.footer .footer-top {
    background: #323332;
    padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #00bfff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: #00bfff;
    color: #ffffff;
}
 



.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
    color: #00bfff;
}

.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: black;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #00bfff;
    border: 1px solid #00bfff;
    letter-spacing: .2rem;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

.back-to-top {
    position: fixed;
    display: none;
    background-color: #00bfff;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top i:hover {
    color: black;
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }
    
    .footer .copyright {
        text-align: left;
    }
}

@media (max-width: 1000px){
    html{
        font-size: 50%;
    }

    .header .logo img{
        width: 20%;
        height: 3rem;
        top: 0;
        left: 0;
        background-size: cover;
    }

    .header .fa-bars{
        display: block;
        color: 	white;
    }

    .header .fa-bars:hover{
        color: #00bfff;
    }

    .header .navbar{
        position: fixed;
        top: -120%;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        border-top: .1rem solid rgba(0,0,0,.3);
    }

    .header .navbar ul{
        height: 100%;
        width: 100%;
        flex-flow: column;
    }

    .header .navbar ul li{
        margin: 1rem 0;
    }

    .header .navbar ul li a{
        color: grey;
        font-size: 2.4rem;
    }

    .header .fa-times{
        transform: rotate(90deg);
    }

    .header .nav-toggle{
        top: 5.8rem;
    }

    .home{
        min-height: 60vh;
    }

    .home h2{
        color: #fff;
        font-size: 4rem;
    }

    .back-to-top {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}





@media (max-width: 1500px){
    .career
    {
        width: 80%;
        height: auto;
        margin: 5rem auto 5rem auto;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px #666;
    }
    .career-form
    {
        margin-top: .5rem;
        width: 100%;
        height: auto;
        flex: 50%;
        text-align: left;
    }
    .career-form-txt, .career-form-experience
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 40px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 50px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-size: 1.5rem;
    }
    .career-form-email
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 40px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 50px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-size: 1.5rem;
    }
    .career-form-txt::placeholder, .career-form-experience::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
    .career-form-email::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
    .radio-class
    {
        margin-left: 0;
        width: 110%;
        margin-top: -2.5rem;
        height: auto;
        color: #000;
        margin-bottom: auto;
        padding: 15px;
    }
    .radio
    {
        font-size: 1.5rem;
        margin-right: 5rem;
    }
    .career-form-txtarea
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 130px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 10px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-family: 'Poppins', sans-serif;
        font-size: 1.5rem;
    }
    .career-form-txtarea::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
    .file   
    {
        margin-left: 0;
        width: 100%;
        margin-top: -2.5rem;
        height: 40px;
        color: #000;
        margin-bottom: 5rem;
        padding: 15px;
    }
    .upload
    {
        margin-top: .75rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .career-form-btn
    {
        margin-left: 1rem;
        outline: none;
        border: none;
        border-radius: 5rem;
        background: white;
        border-style: groove;
        border-color: #F79E1B;
        font-size: 1.5rem;
        cursor: pointer;
        height: 3.5rem;
        margin-top: 1rem;
        margin-bottom: .5rem;
        width: 15rem;
        box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
    }
    .career-form-btn:hover{
        letter-spacing: .1rem;
        opacity: .9;
        color: white;
        background: #F79E1B;
    }
    .career-form-phone
    {
        margin-left: 1rem;
        width: 96.5%;
        height: 40px;
        color: #000;
        border: 1px solid #bcbcbc;
        border-radius: 50px;
        outline: none;
        margin-bottom: 20px;
        padding: 15px;
        font-size: 1.5rem;
    }
    .career-form-phone::placeholder
    {
        color: #aaa;
        font-size: 1.5rem;
    }
}



.item{
    background:#fff;
    text-align: center;
    padding:30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: -2rem;
    border:5px solid rgba(0,0,0,0.07);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    height: 400px;
  }
  .item:hover{
    background:var(--Tgs);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover .item,
  .item:hover span.icon{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item h6{
      font-size: 2rem;
  }
  .item:hover h6,
  .item:hover p{
    color:#2b6777;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item .icon{
    font-size:40px;
    margin-bottom: 25px;
    color:yellow;
    width:90px;
    height:90px;
    line-height: 96px;
    border-radius: 50px;
  }
  .item .feature_box_col_one{
    background:rgba(247,198,5,0.2);
    color:#52ab98;
  }
  .item .feature_box_col_two{
    background: rgba(255, 77, 28, 0.15);
    color:#52ab98;
  }
  .item .feature_box_col_three{
    background:rgba(0,147,38,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_four{
    background:rgba(0,108,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_five{
    background:rgba(146,39,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_six{
    background:rgba(23,39,246,0.15);
    color:#52ab98;
  }
  .item p{
    font-size: 15px;
    line-height: 26px;
  }
  .item h6{
    margin-bottom: 20px;
    color:#323332;
  }  



.img {
   width: 100%;
   height: auto;
  }
  
  .box{
    border: 2px solid black;
    padding: 10px;
    height: 300px;
  }

  .box img{
    margin-bottom: 15px;
  }

  .HE h3{
    padding-top: 6rem;
    display: inline-block;
    color: #F79E1B;
    position: relative;
    letter-spacing:2px;
    transition: .5s;
    font-size: 28px;
  }
  
.HE h3::before,.HE h3::after{
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 4.5rem;
    border-top: 0.4rem solid var(--Tgs);
    border-left: 0.4rem solid var(--Tgs);
}

.HE h3::after{
    bottom: -0.5rem;
    right: -1rem;
    transform: rotate(180deg);
}

.HE h3::before{
    top: 5.5rem;
    left: -1rem;
}

/* .HE h3:hover::after{
   width: 15.5rem;
   height: 4.0rem;
}

.HE h3:hover::before{
    width: 1.5rem;
    height: 4.0rem;
 }
 */

 .flip-box {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 2000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-box-back {
    text-align: center;
    background-color: var(--Tgs);
    color: #323332;
    transform: rotateY(180deg);
    margin: auto;
    padding: 50px;
  }


  .F_one{
    float: right;
    clear: both;
    max-width: 350px;
}
.F_one::before{
    content: " ";
    clear: both;
}

@media (max-width:650px) {
  .F_one{
    float: none;
    display: block;
    width: 100%;
  }
  .MAdia img{
    width: 100%;
    height: auto;
  }
}


.A_he{
  margin-top: 10rem;
  /* padding: 10px; */
}

.NAV{
  background-color:#808080;
}

.header .logo img{
  height: 70px;
}

.header .navbar ul li a:hover{
  color: var(--tgs--red);
}



@media (max-width:999px){
  .header .logo img{
    width: 200px;
    height: auto;
  }
}



@media (max-width:600px){
  .header .logo img{
    width: 70px;
    height: auto;
  }
}


@media (max-width:400px){
  .header .logo img{
    width: 50px;
  }
}

@media (max-width:270px){
  .header .logo img{
    width: 35px;
  }
}

  .Ser{
    margin-top: 150px;
  }


  .A_h5{
    font-size: 17px;
  }



  .H_PRo {
    position: relative;
  }
    
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .H_PRo:hover .image {
    opacity: 0.3;
  }
  
  .H_PRo:hover .middle {
    opacity: 1;
  }
  
  .text {
    background-color: var(--Tgs);
    color: white;
    font-size: 24px;
    padding: 12px 28px;
    border-radius: 5px;
  }

  .img_P{
    width: 100%;
    height: 280px;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  
.back-to-top {
  position: fixed;
  display: none;
  background-color: var(--Tgs);
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 1;
  font-size: 44px;
  right: 15px;
  bottom: 15px;
  transition: background 0.3s;
  z-index: 9;
}

.back-to-top i {
  color: #ffffff;
}

.back-to-top i:hover {
  color: black;
}

.img_app{
  width: 100%;
  height: 200px;
}
.img_qw{
  width: 100%;
  height: 150px;
}
.img_bro{
  width: 100%;
  height: 220px;
}
.img_de{
  width: 100%;
  height: 270px;
}


/* company details */


.counter-module--counter--d12f6 {
  background-color: #fffbfa;
  padding: 20px 0
}

.counter-module--counter_wrapper--bf60a {
  display: inline-block;
  width: 100%
}

.counter-module--counter_listing--5a586 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px
}

.counter-module--counter_listing--5a586 li {
  display: inline-block;
  min-width: 230px;
  padding: 15px;
  position: relative
}

.counter-module--counter_listing--5a586 li:after {
  align-items: center;
  background-color: rgba(0,0,0,.3);
  bottom: 0;
  content: "";
  display: flex;
  height: 93px;
  margin: auto 0;
  position: absolute;
  right: -50px;
  top: 0;
  width: 1px
}

.counter-module--counter_listing--5a586 li:last-child:after {
  display: none
}

.counter-module--counter_listing--5a586 li strong {
  display: inline-block;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px
}

.counter-module--counter_listing--5a586 li p {
  color: #595959;
  font-size: 20px;
  font-weight: 400
}

@media only screen and (max-width: 1199px) {
  .counter-module--counter_listing--5a586 li:after {
      right:0
  }

  .counter-module--counter_listing--5a586 li {
      min-width: 230px;
      padding: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .counter-module--counter_listing--5a586 li {
      text-align:center;
      width: 50%
  }

  .counter-module--counter_listing--5a586 li:nth-of-type(2):after {
      display: none
  }
}

@media only screen and (max-width: 767px) {
  .counter-module--counter_listing--5a586 li p {
      font-size:18px;
      line-height: normal
  }
}

@media only screen and (max-width: 575px) {
  .counter-module--counter_listing--5a586 li {
      min-width:auto;
      text-align: left
  }

  .counter-module--counter_listing--5a586 li strong {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 8px
  }

  .counter-module--counter_listing--5a586 li p {
      font-size: 14px;
      line-height: 22px
  }

  .counter-module--counter_listing--5a586 li:after {
      height: 59px
  }
}

/* industries we serve */

.expertise-module--ptSans--64319 {
  font-family: PT Sans,sans-serif
}

.expertise-module--expertise--c84b2 {
  background-color: #fffbfa;
  background-image: url(/images/agile-white-logo.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 0 85px
}

.expertise-module--expertise_wrap--1c24e {
  display: block
}

.expertise-module--mix_heading--abe66 {
  margin-bottom: 55px;
  max-width: 100%;
  width: 1080px
}

.expertise-module--mix_heading--abe66 span {
  color: #595959;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 4px;
  text-transform: uppercase
}

.expertise-module--mix_heading--abe66 h2 {
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 14px;
  text-transform: lowercase
}

.expertise-module--expertise_listing--b3059 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.expertise-module--expertise_listing--b3059 li {
  padding: 15px;
  width: 25%
}

.expertise-module--expertise_listing--b3059 li a {
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.expertise-module--expertise_listing--b3059 li a,.expertise-module--expertise_listing--b3059 li source {
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.expertise-module--expertise_listing--b3059 li img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%
}

.expertise-module--expertise_listing--b3059 li figcaption {
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 1
}

.expertise-module--expertise_listing--b3059 li a:after {
  background: linear-gradient(180deg,transparent,rgba(0,0,0,.7) 68%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.expertise-module--expertise_listing--b3059 li:hover img,.expertise-module--expertise_listing--b3059 li:hover source {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

@media only screen and (max-width: 1024px) {
  .expertise-module--mix_heading--abe66 {
      margin-bottom:40px
  }

  .expertise-module--mix_heading--abe66 span {
      font-size: 20px;
      margin-bottom: 15px
  }

  .expertise-module--mix_heading--abe66 h2 {
      font-size: 32px
  }

  .expertise-module--mix_heading--abe66 p {
      line-height: normal
  }

  .expertise-module--expertise_listing--b3059 li {
      width: 33.33%
  }

  .expertise-module--expertise--c84b2 {
      padding: 50px 0 35px
  }
}

@media only screen and (max-width: 767px) {
  .expertise-module--mix_heading--abe66 {
      margin-bottom:30px
  }

  .expertise-module--mix_heading--abe66 h2 {
      font-size: 28px
  }

  .expertise-module--expertise_listing--b3059 li {
      width: 50%
  }

  .expertise-module--expertise_listing--b3059 li figcaption {
      font-size: 20px
  }

  .expertise-module--expertise--c84b2 {
      padding: 30px 0 15px
  }
}

@media only screen and (max-width: 575px) {
  .expertise-module--expertise--c84b2 {
      padding:60px 0 0
  }

  .expertise-module--expertise_listing--b3059 li a {
      width: 100%
  }

  .expertise-module--expertise_listing--b3059 li {
      width: 50%
  }

  .expertise-module--mix_heading--abe66 span {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px
  }

  .expertise-module--mix_heading--abe66 h2 {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 20px
  }

  .expertise-module--mix_heading--abe66 p {
      font-size: 16px;
      line-height: 24px
  }

  .expertise-module--expertise_listing--b3059 li {
      padding: 10px 15px
  }

  .expertise-module--expertise_listing--b3059 li a,.expertise-module--expertise_listing--b3059 li a picture {
      border-radius: 16px
  }

  .expertise-module--expertise_listing--b3059 li figcaption {
      border-radius: 16px;
      font-size: 14px;
      line-height: 20px;
      padding: 10px
  }

  .expertise-module--expertise_listing--b3059 li:hover img,.expertise-module--expertise_listing--b3059 li:hover source {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
}


/* Language We Serve */

.techstacks-module--ptSans--c1f31 {
  font-family: PT Sans,sans-serif
}

.techstacks-module--techstacks--7b836 {
  background-color: #fffbfa;
  padding: 100px 0 80px
}

.techstacks-module--techstacks_wrap--6c033 {
  display: block
}

.techstacks-module--mix_heading--f9645 {
  margin-bottom: 60px;
  max-width: 100%;
  width: 100%
}

.techstacks-module--mix_heading--f9645 span {
  color: #595959;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 10PX;
  text-transform: uppercase
}

.techstacks-module--mix_heading--f9645 h2 {
  line-height: 60px;
  margin-bottom: 14px;
  text-transform: lowercase
}

.techstacks-module--techstacks_listing--22491 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px
}

.techstacks-module--techstacks_listing--22491 li {
  padding: 20px;
  text-align: center;
  width: 130px
}

.techstacks-module--techstacks_info--517f9 {
  display: inline-block
}

.techstacks-module--techstacks_info--517f9 i {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  height: 90px;
  justify-content: center;
  margin: 0 auto 5px;
  width: 90px
}

.techstacks-module--techstacks_info--517f9 h5 {
  color: #1a2032;
  display: block;
  font-weight: 300;
  text-align: center
}

@media only screen and (max-width: 1024px) {
  .techstacks-module--mix_heading--f9645 {
      margin-bottom:40px
  }

  .techstacks-module--mix_heading--f9645 span {
      font-size: 20px;
      margin-bottom: 15px
  }

  .techstacks-module--mix_heading--f9645 h2 {
      font-size: 32px
  }

  .techstacks-module--mix_heading--f9645 p {
      line-height: normal
  }

  .techstacks-module--techstacks--7b836 {
      padding: 50px 0 30px
  }
}

@media only screen and (max-width: 767px) {
  .techstacks-module--mix_heading--f9645 {
      margin-bottom:30px
  }

  .techstacks-module--mix_heading--f9645 h2 {
      font-size: 28px
  }

  .techstacks-module--techstacks_listing--22491 li {
      padding: 10px
  }
}

@media only screen and (max-width: 575px) {
  .techstacks-module--techstacks--7b836 {
      padding:50px 0 60px
  }

  .techstacks-module--mix_heading--f9645 {
      margin-bottom: 40px
  }

  .techstacks-module--mix_heading--f9645 span {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px
  }

  .techstacks-module--mix_heading--f9645 h2 {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 20px
  }

  .techstacks-module--techstacks_listing--22491 {
      padding: 0 10px
  }

  .techstacks-module--techstacks_listing--22491 li {
      width: 25%
  }

  .techstacks-module--mix_heading--f9645 p {
      font-size: 16px;
      line-height: 24px
  }

  .techstacks-module--techstacks_info--517f9 i {
      height: 70px;
      margin: 0 auto 8px;
      width: 70px
  }

  .techstacks-module--techstacks_info--517f9 h5 {
      font-size: 14px;
      line-height: 16px
  }
}
