/* Acmeminds basic styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html,body{
    overflow-x: hidden;
}
h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
}
h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
h1, h2, h3,h4,h5 {
  color: rgba(0, 0, 0, 0.87);
}

h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
p {
    font-size:16px;
    color:rgba(0, 0, 0, 0.6);
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
a {
    color: #20BCC4;
    font-size:16px;
    transition: 0.5s ease;
    text-decoration: none;
    line-height: 24px;
}
a:hover {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
main#main {
    min-height: 250px;
    padding: 50px 0;
}
/* end acmeminds basic styles */
/* Header style */
header.site-header {
    padding: 15px 0px;
    width: 100%;
    box-shadow: 0px 4px 16px rgb(58 58 68 / 8%), 0px 4px 8px rgb(90 91 106 / 6%);
    background: #fff;
    position: relative;
    z-index: 9;
}
body header.site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
}
.global-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 30%;
}
.mobile-logo {
    display:none;
}
.nav-menu {
    width: 64%;
}
.toggle-button {
    width: 6%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.toggle-button img {
    cursor: pointer;
}
.nav-menu .menu {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: right;
}
.nav-menu .menu li {
    padding-right: 52px;
}
.nav-menu .menu li:last-child {
    padding-right: 0px;
}
.nav-menu ul li a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-decoration: none;
}
.nav-menu ul li a:hover {
    color: #20bcc4;
}
.nav-menu ul li.current-menu-item a {
    color: #20BCC4;
}
.consulation-btn a {
    background: #20BCC4;
    color: #fff !important;
    border-radius: 2px;
    transition: 0.5s ease-in;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 24px;
}
.consulation-btn a:hover {
    background: #000;
    color: #fff;
}
.toggle-menu.active {
    display: flex;
    justify-content: space-evenly;
    padding-top: 15%; 
    animation: hideMe 4s forwards;
}
/* end header style */ 
/* Overlay Menu CSS */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0, 1);
  overflow-x: hidden;
  transition: 1s ease;
}
.overlay a {
    text-decoration: none;
    font-size: 32px;
    color: #fff;
    padding-bottom: 40px;
    display: block;
    transition: 0.5s;
    line-height: 40px;
    font-weight: 600;
}
.overlay a:hover, .overlay a:focus {
  color: #20bcc4;
}
.close-btn {
    float: right;
    position: relative;
    z-index: 1;
}
.overlay .closebtn {
    color: #fff;
    text-align: right;
    padding-top: 25px;
    font-size: 27px;
    font-weight: 300;
    padding-bottom: 0px;
}
.overlay-content.social h3 {
    color: #fff;
}
.overlay-content.social ul {
    padding-top: 44px;
}
.overlay-content.social ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
}
.icon-facebook a:before {
    content: '';
    background: url(/wp-content/themes/acmeminds/assets/images/Combined-Shape.svg);
    height: 28px;
    margin-right: 16px;
    width: 28px;
    transition: 0.3s ease-in;
    display: inline-block;
    background-size: cover;
}
.icon-facebook a:hover::before {
    background: url(/wp-content/themes/acmeminds/assets/images/facebook-hover.svg);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon-twitter a:before {
    content: '';
    background: url(/wp-content/themes/acmeminds/assets/images/Twitter-1.svg);
    height: 28px;
    margin-right: 16px;
    transition: 0.3s ease-in;
    width: 28px;
    display: inline-block;
    background-size: cover;
}
.icon-twitter a:hover::before {
    background: url(/wp-content/themes/acmeminds/assets/images/twitter-hover.svg);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon-linkedin a:before {
    content: '';
    background: url(/wp-content/themes/acmeminds/assets/images/LinkedIN-1.svg);
    height: 28px;
    transition: 0.3s ease-in;
    margin-right: 16px;
    width: 28px;
    display: inline-block;
    background-size: cover;
}
.icon-linkedin a:hover::before {
    background: url(/wp-content/themes/acmeminds/assets/images/linkedin-hover.svg);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon-instagram a:before {
    content: '';
    background: url(/wp-content/themes/acmeminds/assets/images/Instagram-1.svg);
    height: 28px;
    transition: 0.3s ease-in;
    margin-right: 16px;
    width: 28px;
    display: inline-block;
    background-size: cover;
}
.icon-instagram a:hover::before {
    background: url(/wp-content/themes/acmeminds/assets/images/instagram-hover.svg);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
/* End overlay CSS */
/* Footer CSS */

.footer-top-section .footer-top-section-content{
    background-color: #F7F7F7;  
    padding-top: 26px;
    padding-bottom: 26px;
}
.footer-top-button a{
    color: #FFFFFF;
}
.footer-top-button{
    padding: 16px 24px;
    background-color: #20BCC4;
    width: fit-content;
    text-align: center;
    margin-top:22px;
}
.project-section {
    width: 85%;
    margin: 0 auto;
}
.contact-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    position: relative;
    border: 2px solid #f7f7f7;
    transition: 0.5s ease-in;
    padding: 64px 64px 64px 48px;
}
.contact-block:hover {
    background: #fff;
    border: 2px solid #20bcc4;
}
.contact-block:hover h3 {
    color:#20bcc4;
}
.contact-block:hover h6 {
    color:#20bcc4;
}
.contact-block a.hover-link {
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.contact-content h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    transition: 0.5s ease-in;
    color:rgba(0, 0, 0, 0.6);
}
.contact-content h3 {
    transition: 0.3s ease-in;
}
.project-content h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color:rgba(0, 0, 0, 0.6);
}
.project-content h3 {
    transition: 0.3s ease-in;
}
.contact-icon img {
    transition: 0.5s ease-in;
}
.contact-icon img:hover {
    transform: translate(10px, 0px);
}
.project-block {
    background: #f7f7f7;
    padding: 64px 64px 64px 48px;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in;
    position: relative;
    border: 2px solid #f7f7f7;
    justify-content: space-between;
}
.project-block a.hover-link {
    position:absolute;
    height:100%;
    width:100%;
    left: 0;
    right:0;
    top:0;
    bottom:0;
}
.project-block:hover {
    background: transparent;
    border: 2px solid #20BCC4;
}
.project-block:hover h3 {
    color:#20BCC4;
}
.project-block:hover h6 {
    color:#20BCC4;
}

.project-icon img {
    transition: 0.5s ease-in;
}
.project-icon img:hover {
    transform: translate(10px, 0px);
}
.footer-columns {
    padding: 34px 0px;
}
.footer-columns h5 {
    padding-bottom: 24px;
    margin: 0;
}
.address p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.address a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}
.contact-info {
    padding-top: 20px;
}
.contact-info a {
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.15px;
    display: block;
    margin-bottom: 15px;
}
.footer-page-links li {
    padding-bottom: 16px;
}
.footer-page-links li a {
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.25px;
}
.footer-page-links li a:hover{
    color: #20BCC4;
}
ul#menu-find-us-on-1 li {
    padding-bottom: 24px;
}
ul#menu-find-us-on-1 li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
}

.footer-menu ul li a:hover {
    color: #20bcc4;
}
ul#menu-find-us-on-1 li a:hover {
    color: #20bcc4;
}
.contact-info a:hover {
    color: #20bcc4;
}
.footer-copyight {
    padding: 34px 0 34px 0px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.copyight-content p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
a.copy-btn img {
    width: 22px;
    height: 3px;
    padding-right: 5px;
}
a.copy-btn {
    font-size: 10px;
    cursor: pointer;
    display: flex;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    align-items: center;
}
#scrollButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 188, 196, 1);
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#scrollButton:hover {
  cursor: pointer;
  background-color: #000;
}
#scrollButton:active {
  background-color: #555;
}
#scrollButton.show {
  opacity: 1;
  visibility: visible;
}
/* Banner CSS*/
.top-banner {
    background: rgba(209, 226, 236, 1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: auto;
}
.top-banner .col-md-5 {
    padding: 80px 15px;
}
.top-banner .col-md-7 img{
    display: none;
}
.banner-content p {
    padding-top: 24px;
    font-weight: 500;
    letter-spacing: 0.15px;
}
.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.banner-buttons a {
    background: #20bcc4;
    padding: 16px 24px;
    border: 1px solid #20bcc4;
    width: auto;
    color: #fff;
    letter-spacing: 1.25px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.banner-buttons a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.banner-buttons a:first-child {
    margin-right: 12px;
}
.banner-buttons a:last-child {
    margin-left: 12px;
}
/* end banner css */




/*Slider Section*/

.slider{
    background-color: #D1E2EC;
}
.slider .slider-left-content{
    padding-top: 80px;
    padding-bottom: 56px;
}
.slider .slider-heading{
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.87);
    padding-bottom: 24px;
}
.slider .slider-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.60);
    padding-bottom: 48px;
}
.slider .slider-btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    padding: 16px 24px;
    background-color: #20BCC4;
    width: fit-content;
}
.slider .slider-btn a{
    color: #ffffff;
}
.slider .slider-left-arrow-image img,.slider .slider-right-arrow-image img{
    width: 40px;
    height: 40px;
}
.slider .slider-image img{
    height: 100%;
}
.slider .carousel-control-prev{
    width: 56px;
    margin-left: 40px;
    opacity: 1.0;
}

.slider .carousel-control-next{
    width: 56px;
    margin-right: 40px;
    opacity: 1.0;
}
/* End Slider Section */

/* product section */

.product-management .col-md-6 img {
    height: 410px;
    object-fit: cover;
}

.block-content h4 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.15px;
}
.block-content h5 {
    color: rgba(0,0,0,0.6);
    letter-spacing: 0.15px;
    font-weight: 400;
}
.block-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}
.highligted-section {
    padding: 24px;
    background:#FFE484;
}
.highligted-section h4 p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.18px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
/* end product section */
/* About section */
.about-section-inner {
    background: #f7f7f7;
    padding: 80px 195px;
    text-align: center;
}
.about-description p {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    line-height: 32px;
    padding: 32px 0 40px;
    letter-spacing: 0.18px;
}
.about-section-inner p {
    margin: 0;
    letter-spacing: 0.15px;
}
.about-section a {
    padding: 10px 16px;
    background: #20BCC4;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.25px;
}
.about-section a:hover {
    background: #000;
}
/* end about section */
/* position section */

.position-info {
    text-align: center;
    padding: 0 195px;
}
.position-info p {
    padding-top: 8px;
    letter-spacing: 0px;
}
.icon-boxes {
    padding-top: 10px;
}
.icon-boxes .col-md-4 {
    display: flex;
    margin-bottom:26px;
}
.icon-boxes .box-content {
    background: rgba(237, 251, 255, 1);
    padding: 40px 24px;
    text-align: center;
    flex:1;
}
.box-content img.position-icon {
    padding-right: 0px;
    height: 112px;
    object-fit: cover;
}
.icon-boxes .box-content p img {
    padding-right: 10px;
}
.box-content div.service-description {
    color: #1F252C;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: baseline;
    text-align: center;
    letter-spacing: 0.4px;
}
h5.box-title {
    color:#000;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0 8px;
    letter-spacing: 0.15px;
    line-height: 24px;
}
/* end position section */
/* Tab Section */
.section-info {
    padding: 0 195px;
    text-align: center;
}
.section-info p {
    margin-top: 16px;
}
.tech-tabs {
    padding: 40px 80px 0px;
}

.tech-tabs .nav-tabs {
    border-bottom: none;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
}
.tech-tabs .nav-link {
    color: rgba(0, 0, 0, 0.38);
    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 16px;
}
.tech-tabs .nav-link.active {
    border-bottom: 1px solid #20BCC4 !important;
    color:#20BCC4;
    border-top:none;
    border-left: none;
    border-right: none;
    font-weight: 500;
}
.tech-tabs .nav-link:link {
    border:none;
}
.tech-tabs .nav-link:hover {
    border:none;
    border-bottom: 1px solid #20BCC4;
}
.tech-tabs .tab-content {
    padding-top: 60px;
}
.tech-tabs .tab-pane .image-box {
 
    text-align: center;
    height: 230px;
}
.image-box p {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
/* End tab section */
/* AMPL section */

.ampl-section .row .col-md-5:first-child{
    margin-left: auto;
    padding-right: 0px;
}
.ampl-section .row .col-md-5:last-child{
    padding-left: 0px;
    margin-right: auto;
}
.ampl-block .col-md-6:first-child {
    padding-right: 0px;
}
.ampl-block .col-md-6:last-child {
    padding-left: 0px;
}
.ampl-block .ampl-content {
    background: #F7F7F7;
    padding: 48px 134px 48px 48px;
}
.ampl-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 630px;
}
.icon-box-content {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0 0 0;
}
.icon-box-content .icon-image {
    width: 15%;
}
.ampl-description {
    width: 85%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 24px;
}
.ampl-description h5 {
    letter-spacing: 0.15px;
}
.feature-list ul li {
    list-style: disc;
    font-size: 14px;
    margin-left: 20px;
    padding-bottom: 8px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
}
.icon-box-content:last-child .ampl-description {
    border: none;
    padding: 0px;
}
/* End AMPL section */
/* client carousel */

.client-content-section {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 44px;
}
.client-content-section p {
    margin-top: 16px;
}
.client-carousel {
    overflow: hidden;
    width: 85%;
    position: relative;
    margin: 0 auto;
}
.client-carousel .col-md-5.client-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.col-md-12.carousel-content {
    background: #000;
}
.client-caption {
    padding: 48px;
}
.client-caption p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
    letter-spacing: 0.15px;
}
.client-info {
    padding-top: 30px;
}
.client-info h5 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15px;
}
.client-info p {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.74);
    margin: 0px;
}
.slider-arrows {
    position: relative;
    max-width: 12%;
    margin: -23px 0 0 auto;
    background: rgba(32, 188, 196, 1);
    display: flex;
    align-items: center;
    padding: 12px 25px 12px 12px;
    justify-content: space-around;
    width: 12%;
}
.swiper-button-prev-clients {
    background: url(/wp-content/themes/acmeminds/assets/images/arrow-left.svg);
    height: 16px;
    background-repeat: no-repeat;
    width: 16px;
    background-size: cover;
    transition: 0.5s ease-in;
}
.swiper-button-prev-clients:hover {
    background: url(/wp-content/themes/acmeminds/assets/images/back-hover.svg);
}
.swiper-button-next-clients {
    background: url(/wp-content/themes/acmeminds/assets/images/arrow-right.svg);
    height: 16px;
    background-repeat: no-repeat;
    width: 16px;
    background-size: cover;
    transition: 0.5s ease-in;
}
.swiper-button-next-clients:hover {
    background: url(/wp-content/themes/acmeminds/assets/images/forward-hover.svg);
}
.swiper-button-disabled {
    opacity: 0.6;
}
/* end client carousel */

/*clientele section*/

.clientele-section .clientele-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    color: #000;
}

.clientele-section.clientele-description{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000
}

.clientele-section img{
    height: 120px;
    width: 220px;
}

/*End clientele section*/


/* engage ampl section */
.engage-icon-box {
    padding: 50px 0 0 0;
    width: 82%;
    margin: 0 auto;
}
.engage-ampl {
    text-align: center;
}
.engage-ampl-content {
    padding: 0 195px;
}
.engage-ampl-content p {
    margin-top: 16px;
}
.feature-list-engage ul {
    list-style: disc;
    text-align: left;
}
.feature-list-engage ul li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.4px;
}
.engage-box {
    height:100%;
}
.engage-box-content {
    padding: 50px 0px;
}
.engage-box-content h5 {
    padding-top: 28px;
    letter-spacing: 0.15px;
}
.engage-icon-box .col-md-4 {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    justify-content: center;
    padding: 0px;
}
.engage-icon-box .col-md-4:nth-child(2) {
    border-right: none;
    border-left: none;
}

/* end engage ampl section */

/* Service section css */
.services-content-box {
    position: absolute;
    z-index: 1;
    margin-right: -45%;
    padding: 21px 95px 22px 0;
    background: #fff;
    bottom: 0;
}
.services-content-box h6 {
    padding-bottom: 14px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.services-content-box h1 {
    padding-bottom: 20px;
}
.services-content-box p {
    margin-bottom: 0px;
}
.services-quote {
    padding: 100px 0;
}
.service-block-inner {
    max-width: 85%;
    margin: 0 auto;
}
.service-block-inner .row {
    padding-bottom: 150px;
}
.service-block-inner .row:last-child {
    padding-bottom: 0px;
}
.service-block-inner .row.even .col-md-4 img {
    height: auto;
    width: 250px;
    object-fit: contain;
}
.service-block-inner .row.odd .col-md-4 img {
    height: auto;
    width: 260px;
    object-fit: contain;
}
.service-block-inner .row.odd .content-box {
    margin-left: 20px;
}
.service-block-inner .row.even .content-box {
    margin-right: 20px;
}
.content-box{
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
}
.content-box img {
    transition: 0.5s ease-in;
}
.content-box a:hover img {
    transform: translate(10px,0px);
}
.content-box a {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.content-box.lightyellow {
    background: #FFFDF0;
}
.content-box.skyblue {
    background: #EDFBFF;
}
.content-box.lightgreen {
    background: #F2FFED;
}
.content-box.gray {
    background: #F1EFFF;
}
.content-box.pink {
    background: #FFF0F0;
}
/* end service section */
/* service single page */
.banner-single-services {
    padding-bottom: 100px;
}
.banner-single-services .services-content-box {
    padding: 41px 95px 41px 0px;
}
.breadcrumb-single {
    padding: 75px 0 48px;
}
.breadcrumb-single img {
    padding-right: 15px;
}
.breadcrumb-single a {
    letter-spacing: 1.5px;
    font-size: 10px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 600;
}
span.single-title {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}
div#tab-single-service {
    padding-top: 60px;
}
#tab-single-service .nav-tabs {
    border: none;
}
#tab-single-service .nav-tabs li {
    min-width: 15%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#tab-single-service .nav-tabs li:hover a {
    color: #000;
}
#tab-single-service .nav-tabs li:hover a h2 {
    color: #000;
}
#tab-single-service .nav-tabs li:last-child {
    border-right: none;
}
#tab-single-service .nav-tabs li a {
    display: block;
    padding: 0 15px 11px;
    color:rgba(0, 0, 0, 0.27);
    letter-spacing: 0.15px;
}
#tab-single-service .nav-tabs li a.active {
    border-bottom: 1px solid #000;
    color:rgba(0, 0, 0, 0.87);
}
#tab-single-service ul.nav-tabs li:first-child a {
    padding-left: 0px;
}
#tab-single-service .nav-tabs li a h2 {
    color: rgba(0, 0, 0, 0.27);
    font-size: 48px;
    line-height: 60px;
}
#tab-single-service .nav-tabs li a.active h2 {
    color:rgba(0, 0, 0, 0.87);
}
#tab-single-service .tab-pane .row {
    padding: 64px 0;
}
.single-services .tab-content .pane-box {
    padding: 64px 0;
}

.single-services .tab-content .pane-content-box img {
    height: 370px;
    width: 100%;
    object-fit: contain;
}
.single-services .tab-content .pane-content-box span.title-number {
    display: none;
}
.single-services .tab-content .pane-content-box p {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
    padding-right: 100px;
}
.single-services .tab-content .pane-box.lightyellow {
    background: #FFFDF0;
}
.single-services .tab-content .pane-box.skyblue {
    background: #EDFBFF;
}
.single-services .tab-content .pane-box.lightgreen {
    background: #F2FFED;
}
.single-services .tab-content .pane-box.gray {
    background: #F1EFFF;
}
.single-services .tab-content .pane-box.pink {
    background: #FFF0F0;
}
.single-quote-block {
    padding: 50px 0 150px;
}
.quote-content-inner {
    padding: 48px;
    background: rgba(247, 247, 247, 1);
    border-left: 4px solid rgba(213, 184, 16, 1);
}
.quote-content-inner img {
    padding-bottom: 30px;
}
.quote-content-inner h6 {
    padding-top: 16px;
    margin: 0px;
    letter-spacing: 0.1px;
        
}
.design-tools {
    max-width: 85%;
    margin: 0 auto;
    padding: 48px 97px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.design-tool-section {
    padding: 0 0 150px 0;
}
.design-content-block {
    text-align:center;
}
.design-content-block p {
    padding-top: 16px;
}
.design-featured-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-top: 40px;
}
.featured-design-icons h6 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 16px;
    letter-spacing: 0.1px;
    margin: 0px;
}
.other-services-block {
    padding-top: 50px;
}
.other-services-block .featured-image-other-service img {
    height: 184px;
    width: 100%;
    object-fit: cover;
}
.other-services-block .icon-image {
    margin: -30px 0 0 16px;
}
.other-sevices h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 26px;
}
.other-sevices p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.other-service-inner-content {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 16px;
}
.other-service-inner-content:hover {
    background: #f7f7f7;
}
.other-sevices a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 16px;
}
.other-sevices a:hover img {
    transform: translate(10px,0px);
}
.other-sevices img {
    padding-left: 5px;
    transition: 0.5s ease-in;
}
.single .contact-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.single .contact-block:hover {
    border: 1px solid #20BCC4;
    background: transparent;
}
.single .project-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.single .project-block:hover {
    border: 1px solid #20BCC4;
    background: transparent;
}
.page-id-218 .contact-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.page-id-218 .contact-block:hover {
    border: 1px solid #20BCC4;
    background: transparent;
}
.page-id-218 .project-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.page-id-218 .project-block:hover {
    border: 1px solid #20BCC4;
    background: transparent;
}
/* About Page */
.about-banner{
    margin-top: 57px;
}
.about-content{
    margin: 100px 0px;
}
.about-content h6 {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 16px;
    padding-bottom: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.about-content h4 {
    padding-top: 32px;
    font-size: 24px;
    padding-bottom: 4px;
    line-height: 32px;
    letter-spacing: 0.18px;
}
.vision-section .container{
    background-color: #A7F6FA;
}
.vision-section .our-mission ,.vision-section .our-vision{
    padding-top: 52px;
    padding-bottom: 52px;
}
.vision-section .our-mission{
    padding-left: 50px;
    padding-right: 75px;
}
.vision-section .our-vision{
    padding-left: 75px;
    padding-right: 50px;
}
/* .our-vision {
    padding: 0 0 150px 0;
} */
.vision-section .our-mission p,.vision-section .our-vision p{
    color: #000;
}
.vision-section .our-mission p strong,.vision-section .our-vision p strong{
    font-size: 24px;
    font-weight: 800;
    line-height: 24px; 
}
.vision-icon-boxes {
    padding-top: 60px;
}
.vision-icon-boxes .col-md-4 {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.vision-icon-boxes .col-md-4:last-child {
    border-right: none;
}
.icon-box-content-vision {
    text-align: center;
    padding: 24px 48px;
}
.icon-box-content-vision p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.icon-box-content-vision img {
    padding-bottom: 44px;
}
.icon-box-content-vision h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
}
.content-box-positioning .row {
    display: flex;
    align-items: center;
    padding: 48px;
}
.content-box-positioning {
    padding-top: 40px;
    width: 85%;
    margin:0 auto;
}
.content-box-positioning .row.lightyellow {
    background: #FFFDF0;
}
.content-box-positioning .row.skyblue {
    background: #EDFBFF;
}
.content-box-positioning .row.lightgreen {
    background: #F2FFED;
}
.content-box-positioning .row.gray {
    background: #F1EFFF;
}
.content-box-positioning .row.pink {
    background: #FFF0F0;
}
.featured-list ul {
    list-style: revert;
    padding-left: 20px;
}
.featured-list ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-bottom: 16px;
    color: rgba(0, 0, 0, 0.6);
}
/* .our-value {
    padding: 160px 0;
} */
.outer-bloc {
    padding: 48px;
    background: #F7F7F7;
}
.content-area ul {
    padding-top: 24px;
}
.content-area ul li {
    padding-bottom: 20px;
    display:flex;
    font-size: 14px;
    line-height: 20px;
    align-items: flex-start;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}
.content-area ul li img {
    padding-right: 19px;
    margin-top: 5px;
}
.our-company .featured-img.img {
    height: 350px;
    object-fit: cover;
}
.value-block {
    padding-top: 40px;
}
.exp-featured-image {
    width: 85%;
    margin: 0 auto;
    padding-top: 30px;
}
.exp-mobile-img {
    display: none;
}
/* .team-section {
    padding: 160px 0 0;
} */
.team-information {
    padding-top: 40px;
}
.team-information .col-md-3 {
    padding-bottom: 49px;
}
.employee-info h4 {
    padding-top: 16px;
    font-size:20px;
}
.employee-info img {
    width: 100%;
}
.page-id-298 .contact-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.page-id-298 .project-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
/* .page-id-298 .footer-top-section {
    padding: 70px 0 120px;
} */
/*End About Page*/

/* career page */
.career-content {
    padding-right: 130px;
}
.career-content h6 {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
.career-info {
    padding: 0 0 144px 0;
}
.career-content h1 {
    max-width: 360px;
}
.career-content p {
    padding-top: 20px;
}
.career-banner-section {
    padding: 70px 0 125px 0;
}
.career-info-block {
    text-align: center;
    background: #f7f7f7;
    padding: 80px 209px;
}
.career-info-block p {
    padding-top: 23px;
}
.job-description {
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 32px;
    transition: 0.5s ease-in;
}
.job-description:hover {
    background: #f7f7f7;
}
.current-jobs-opening {
    padding-top: 40px;
}
.apply-btn a {
    background: rgba(32, 188, 196, 1);
    color: #fff;
    font-size: 14px;
    padding: 12px 16px;
    transition: 0.5s ease;
    font-weight: 500;
}
.apply-btn a:hover {
    background: #000;
}
.apply-btn a img {
    transition: 0.5s ease-in;
    padding-left: 8px;
}
.apply-btn a:hover img {
    transform: translate(10px,0px);
}
.work-inner-block {
    padding: 80px;
    background: #EDFBFF;
}
.content-block-work p {
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.15px;
    padding-top: 16px;
}
.feature-list-work-withus ul {
    list-style: revert;
    padding-top: 13px;
}
.feature-list-work-withus ul li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.work-with-us {
    padding: 130px 0 140px 0;
}
.work-image-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
}
.work-image-gallery img {
    padding-bottom: 32px;
}
.work-image-gallery img:first-child {
    width: 48%;
}
.work-image-gallery img:nth-child(2) {
    width: 48%;
}
.content-box-culture {
    width: 85%;
    margin: -150px auto 0;
    background: #fff;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 64px 97px 0px;
}
.content-box-culture p {
    padding-top: 8px;
}
.content-box-culture ul {
    list-style: inherit;
    text-align: left;
    padding: 28px 100px 0;
}
.content-box-culture ul li {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 16px;
    letter-spacing: 0.25px;
}
.page-id-380 .contact-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.page-id-380 .contact-block:hover {
    border: 1px solid #20bcc4;
    background: transparent;
}
.page-id-380 .project-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.page-id-380 .project-block:hover {
    border: 1px solid #20bcc4;
    background: transparent;
}
/* career single */
.single-job-details {
    padding: 48px;
    background: #f7f7f7;
    margin: 60px 0 100px 0;
}
.career-top-info h6 {
    padding-top: 5px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    margin: 0px;
}
.single-job-details h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 16px;
}
.single-job-details ul {
    list-style: revert;
    padding-left: 20px;
}
.single-job-details ul li {
    font-size: 14;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 16px;
}
.single-job-description {
    padding-bottom: 40px;
}
.single-job-description p {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}
.single-job-responsibility {
    padding-bottom: 40px;
}

.apply-form-inner {
    width: 80%;
    margin: 0 auto;
}
.apply-form-inner input {
    border: 1px solid;
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #000 !important;
}
.apply-form-inner button {
    width: 100% !important;
    background: #20BCC4 !important;
    border-radius: 2px !important;
    color: #fff !important;
    border: none !important;
    transition: 0.4s ease-in;
}
.apply-form-inner button:hover {
    background-color: #000 !important;
}
.apply-form-inner .wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
   color: rgba(0, 0, 0, 0.38) !important;
   letter-spacing: 0.5px;
   font-size:16px !important;
   line-height: 24px !important;
}
.breadcrumb-single.career {
    padding: 80px 0 20px;
}
/* Industry page */
.content-box-industry {
    padding: 32px 24px;
    background: #f7f7f7;
}
.content-box-industry ul {
    padding-left: 20px;
    list-style: revert;
}
.content-box-industry ul li {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 6px;
}
.image-box-industry {
    margin-bottom: 32px;
}
.image-box-industry img {
    height: 312px;
    object-fit: cover;
}
.quote-section-industry {
    padding: 71px 0 54px;
}
.sub-title h6 {
    margin-bottom: 24px;
    font-size: 10px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
}

/* project listing page*/
.project-top-section {
    padding: 71px 0 0 0;
}
.sub-title-project p {
    font-weight: 500;
    padding-top: 8px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.15px;
}
.project-content-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 22px;
}
.filters.filter-button-group {
    margin-top: 16px;
}
.filters.filter-button-group ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 45%;
    margin: 0 auto;
}
.filters ul li {
    color: rgba(0, 0, 0, 0.38);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor:pointer;
    padding: 16px 32px;
    letter-spacing:0.15px;
}
.filters ul li.active {
    color: rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}
.row.project {
    margin-top: 44px;
}
.zoom-in-effect {
    overflow: hidden;
    margin-bottom: 30px;
}
.project-item a {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.project-item:hover .project-item-box {
    transform: scale(1.1);
    transform-origin: 50% 50%; 
}
.project-item:hover .project-content-box h2 {
    color: #20BCC4;
}
.project-item:hover .project-content-box span {
    color: #20BCC4;
}
.project-item-box {
    height: 600px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    position: relative;
    background-repeat: no-repeat;
    transition: 0.5s ease-in;
}
.project-content-box {
    position: absolute;
    bottom: 36px;
    left: 40px;
    right: 40px;
    z-index: 2;
}
.project-overlay {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}
.project-content-box h2 {
    color: #fff;
}
.project-content-box span {
    color: #fff;
    letter-spacing: 0.15px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
}
.page-id-503 .contact-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
.page-id-503 .project-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}
/* Contact page */
.contact-top-section {
    padding: 71px 0 64px 0;
}
.contact-detail-block {
    display: flex;
    flex-wrap: wrap;
}
.contact-info-img {
    width: 8%;
}
.contact-info-content {
    width: 92%;
}
.contact-details {
    padding-left: 67px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.contact-form-block {
    padding-right: 50px;
}
.contact-detail-block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 55px;
}
.contact-info-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.contact-info-content a {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
}
.contact-form-block input {
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 16px !important;
    color: #000 !important;
    letter-spacing: 0.5px !important;
}
.contact-form-block textarea {
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    font-size: 16px !important;
    padding: 16px !important;
    line-height: 24px !important;
    color: rgba(0, 0, 0, 0.38) !important;
    letter-spacing: 0.5px !important;
}
.contact-form-block button#wpforms-submit-527 {
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    background: #20BCC4;
    transition: 0.5s ease-in;
    letter-spacing: 1.25px;
    color: #fff;
    border-radius: 2px;
    padding: 16px 24px;
    border: none;
}
.contact-form-block button#wpforms-submit-527:hover {
    background: #000;
}
.page-id-511 .engage-ampl {
    padding-top: 100px;
    text-align: center;
}
.not-found {
    padding: 80px 0 0;
    text-align: center;
}
.not-found h1 {
    font-size: 200px;
    line-height: 250px;
    font-weight: bold;
}
.backto-home {
    margin-top: 40px;
}
.backto-home a {
    background-color: #20bcc4;
    color: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    transition: 0.5s ease-in;
}
.backto-home a:hover {
    background-color: #000;
}
/* Project Single */
.project-single {
    padding: 77px 0 0px 0;
}
.project-single-topcontent {
    width: 85%;
    margin: 0 auto;
}
.meta-data-project-single ul {
    display: flex;
    color: rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    width: 45%;
}
.meta-data-project-single ul li {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
}
.content-box-project-single {
    padding-left: 32px;
    border-left: 4px solid #20BCC4;;
}
.content-box-project-single p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-box-project-single h6 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.project-single-bannerimage {
    padding: 60px 0;
}
.project-single-bannerimage img {
    height: 650px;
    width:100%;
    object-fit: cover;
}
/* .project-process {
    width: 65%;
    margin: 0 auto;
} */
/* .process-content {
    padding-bottom: 60px;
} */
/* .mobile-apps {
    padding-bottom: 60px;
} */
.process-content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
	margin-bottom: 12px;
}
.process-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    font-weight: 400;
}
.mobile-apps {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.mobile-app-image {
    width: 30%;
}
.mobile-app-content {
    width: 70%;
}
.image-gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 100px;
}
.image-gallery img:last-child {
    padding-bottom: 0px;
}
.postid-490 .image-gallery img:nth-child(5) {
    padding: 0;
}
.postid-502 .meta-data-project-single ul {
    width: 65%;
}
.postid-502 .image-gallery img:nth-child(2) {
    width: 60%;
    margin: 0 20%;
}
.postid-502 .image-gallery img:nth-child(3) {
    width: 80%;
    margin: 0 10%;
}
.postid-490 .image-gallery img:nth-child(2) {
    width: 80%;
    margin: 0 10%;
}
.postid-490 .image-gallery img:nth-child(4) {
    width: 80%;
    margin: 0 10%;
}
.postid-491 .image-gallery img:nth-child(2) {
    width: 60%;
    margin: 0 20%;
}
.postid-491 .image-gallery img:nth-child(3) {
    width: 80%;
    margin: 0 10%;
}
.postid-498 .image-gallery img:nth-child(2) {
    width: 60%;
    margin: 0 20%;
}
.postid-498 .image-gallery img:nth-child(3) {
    width: 80%;
    margin: 0 10%;
}
.postid-499 .image-gallery img:nth-child(3) {
    width: 60%;
    margin: 0 20%;
}
.postid-499 .image-gallery img:nth-child(5) {
    padding-bottom: 0;
}
.postid-499 .image-gallery img:nth-child(1) {
    padding-bottom: 0;
}
.postid-487 .image-gallery img:nth-child(2) {
    width: 80%;
    margin: 0 10%;
}
.postid-501 .image-gallery img:nth-child(1) {
    width: 60%;
    margin: 0 20%;
}
.postid-500 .image-gallery img:nth-child(2) {
    width: 60%;
    margin: 0 20%;
}
.postid-500 .image-gallery img:nth-child(1) {
    width: 80%;
    margin: 0 10%;
}
.postid-500 .image-gallery img:nth-child(3) {
    width: 80%;
    margin: 0 10%;
}
.postid-500 .image-gallery img:nth-child(4) {
    width: 80%;
    margin: 0 10%;
}
.toggle-menu {
    display:none;
}
.check-box-content {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.check-box-content p{
    color: #1F252C;
}
.check-icon {
    width: 10%;
    color: #1F252C;
}
.check-icon img {
    margin-top:5px;
}
.slide-element {
    transform: translate3d(0, 100px, 0);
}
.come-in {
  transform: translate3d(0, 100px, 0);
  animation: come-in 2s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 2s;
}
.already-visible {
  /*transform: translateY(0);*/
  transform: translate3d(0, 0, 0);
  animation: none;
}
.toggle-button:hover img{
    content: url('/wp-content/themes/acmeminds/assets/images/menu-hover.svg');
}

/* social icons */
.footer-section{
    background-color: #EDFBFF;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 100px;
}

.footer-section ul.sticky-buttons li {
    padding-bottom: 24px;
}
.footer-section ul.sticky-buttons li a img {
    padding-right: 12px;
}
.footer-section ul.sticky-buttons li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
}
.footer-section ul.sticky-buttons li {
    padding-bottom: 24px;
}
.footer-section ul.sticky-buttons li a img {
    padding-right: 12px;
}
.footer-section ul.sticky-buttons li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
}
.footer-section ul.sticky-buttons li a:hover img {
    display: none;
}
.footer-section ul.sticky-buttons li a:hover .imghover {
    display: inline;
}
.footer-section ul.sticky-buttons li a:hover {
    color: #20bcc4;
}
.footer-section .imghover {
    display: none;
    height:29px;
}
.footer-section .social-media-icons li{
    padding-left: 16px;
}
.footer-section .social-media-icons li:first-child{
    padding-left: 0px;
}

.footer-section .social-media-icons li img{
    height: 34px;
}
.footer-section .social-media-content{
    padding-bottom: 18px;
}
.footer-section .contact-text{
    padding-left: 12px;
}

@keyframes come-in {
  to { transform: translate3d(0, 0, 0); }
}
@keyframes hideMe{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* acme custom */
html :where(img) {
    height: auto;
    max-width: 100%;
}
.banner-single-services .service-banner img, .services-top-section .service-banner img{
    height: auto;
    max-width: 100%;   
}
.about-banner-section img, .content-box-positioning img, .value-block img{
    height: auto;
    max-width: 100%; 
}


/*  Home Section*/

/* innovative it services*/
.our-position,.technology-section,.client-testimonial-section,.engage-ampl{
    margin: 100px 0px;
}
.our-position .explore-our-services{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    padding: 16px 24px;
    background-color: #20BCC4;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}
.our-position .explore-our-services a{
    color: #FFFFFF;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #20BCC4;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.footer-top-section h3 p{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.87);
}
.footer-top-section h3 p span{
    color: #20BCC4;
}
/*  End Home Section*/
/* New About Page*/
.about-banner{
    margin-top: 57px;
}
.about-content{
    margin: 100px 0px;
}
.vision-section .container{
    background-color: #A7F6FA;
   
}
.vision-section .our-mission ,.vision-section .our-vision{
    padding-top: 52px;
    padding-bottom: 52px;
}
.vision-section .our-mission{
    padding-left: 50px;
    padding-right: 75px;
   
}
.vision-section .our-vision{
    padding-left: 75px;
    padding-right: 50px;
}
.vision-section .our-mission p ,.vision-section .our-vision p{
    font-weight: 600;
}
.industry-section{
    margin: 100px 0px;
}
.industry-description{
    padding-top: 16px;
    padding-bottom: 76px;
}
.industry-section .industry-images .row{
    text-align: center;
    color: #000;
}
.industry-section .industry-images .row .col{
    padding-bottom: 54px;
}
.industry-section .industry-image img{
    height: 112px;
    width: 112px;
    padding-bottom: 10px;
}
.industry-section .industry-images .images-title{
    font-weight: 500;
    line-height: 24px;
}
.our-value{
    margin: 100px 0px;
}
.team-section{
    margin: 100px 0px;
}
/* End New About Page*/


/* Service Page Section */
.services-block{
    margin-bottom: 100px;
}
.services-block .pink{
    background-color: #F4C6F2;
}
.services-block .yellow{
    background-color: #FAE8A6;
}
.services-block .skyblue{
    background-color: #D1E5FF;
}
.services-block .orange{
    background-color: #FFA99C;
}
.services-block .grey{
    background-color: #A8B9BE;
}
.services-block .dark-pink{
    background-color: #EA9DE2;
}
.services-block .dark-orange{
    background-color: #F1B278;
}
.services-block .content-box{
    padding-top: 32px;
}

/* End Service Page Section */

/*Portfolio Page Section */
.portfolio-top-section .left-content{
    margin-top: 62px;
}
.portfolio-top-section h6{
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.60);
}
.portfolio-top-section h1{
    color: rgba(0, 0, 0, 0.87);
}
.portfolio-top-section h1 span{
    color: #20BCC4;
}
.portfolio-top-section .portfolio-second-sub-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
    color: #263238;
}
.portfolio-top-section .portfolio-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0, 0.60);
}
.portfolio-gallery{
    margin: 80px 0px;
}
.portfolio-gallery .even{
    margin-top: 50px;
}
.portfolio-gallery .odd{
    margin-top: 50px;
}


.portfolio-gallery .portfolio-post-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 60px; 
    color: #737C81;
}
.portfolio-gallery .portfolio-post-content p{
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.87);
}
.post-category-tag{
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px; 
    color: #737C81;
}
.post-category{
    padding-left: 3px;
    padding-right: 3px;
}
.post-category-second{
    padding-left: 3px;
}
.post-tag{
    padding-right: 3px;
}
.footer-top-section{
    margin-top: 100px;
}
/*End Portfolio Page Section */

/* Start Blog Section*/
.detail-archive-banner-section{
	padding-top: 60px;
}
.read-more-blog-sec{
	padding-top: 150px;
}
.blog-breadcrumbs{
	margin-bottom:20px;
	display:flex;
}
.blog-breadcrumbs .empty-space{
	margin: 0 9px;
}
.blog-detail-header{
	margin: 24px 0 26px;
}
.blog-banner-wrapper .post-img-sec img{
	width: 100%;
}
.heateor_sss_sharing_ul a{
	margin-left: 16px !important;
	width: 40px;
	height: 40px;
	display: flex!important;
	justify-content:center;
	align-items:center;
	border-radius: 100px!important;
}
div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{
	background: #F5F5F5 !important;
}
.heateor_sss_sharing_ul a .heateor_sss_svg{
	width: 18px!important;
	height: 18px!important;
}
.heateor_sss_svg svg{
	background: #20BCC4;
}
.category-name span{
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	margin-right: 16px;
}
span.category-name-wrapper, span.post-auther-name-wrapper{
	position:relative;
}
span.category-name-wrapper::before, span.post-auther-name-wrapper::before,span.latest-blog-cat-name-wrapper::before{
	position:absolute;
	content:"";
	left:-11px;
	width:4px;
	height:4px;
	top:0;
	bottom:0;
	margin:auto;
	background:#444444;
	border-radius:50%;
}
span.latest-blog-cat-name-wrapper::before{
	background: #ffffff;
}
span.category-name-wrapper a{
	font-size: 12px;
	color: #444444;
}
span.category-name-wrapper a:hover, .cat-name-wrapper h5:hover{
	color: #20BCC4;
}
.read-more-blog-sec h2{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 24px;
}
.read-story-btn-wrapper span{
	color: #444444;
	font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.cat-name-wrapper h5{
	padding: 4px 12px;
	background: #F9F3DC;
	border-radius:4px;
	font-weight:400;
	font-size:12px;
	line-height: 20px;
	margin-right: 10px;
	width: fit-content;
}
.blog-col-wrapper .blog-hero-text{
	background: #20BCC4;
    text-align: center;
    color: #FFFFFF;
	margin: 0px auto;	
	padding: 4.8rem;
}
.blog-col-wrapper .blog-hero-text>*{
	width: 76%;
	margin: 0px auto;
}
.latest-blog-date{
	margin-bottom: 8px;
}
.latest-blog-date span{
    font-size: 12px;
    line-height: 20px;
}
.latest-blog-cat-name-wrapper{
	margin-left: 20px;
	position: relative;
}
.blog-col-wrapper .blog-hero-text h4{
	font-size: 56px;
    line-height: 64px;
    margin-bottom: 16px;
	color: #ffffff;
}
.blog-col-wrapper .blog-hero-text p{	
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 48px;
}
.blog-col-wrapper .blog-hero-text .button-wrapper a {
	background: transparent;
    border: 2px solid #FFFFFF;
    margin: auto;
    min-width: 172px;
    padding: 13px 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.blog-col-wrapper .blog-hero-text .button-wrapper a:hover {
	background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #000;
}
.blog-col-wrapper .blog-hero-text .button-wrapper a:hover svg path {
    fill: #000;
}
.button-wrapper a span{
	margin-left: -10px;
}
.blog-col-wrapper .blog-hero-text .button-wrapper a svg{
	width: 13px;
	display: inline-block;
}
.button-wrapper a svg{
	position: relative;
    left: 10px;
    transition: all ease-in-out 0.4s;
}
path{
	transition: all ease-in-out 0.3s;
}
.blog-col-wrapper .blog-hero-image {
    padding-right: 0;
}
.cat-tab-wrapper{	
    margin-left: auto;
    padding-top: 12px;
    position: -webkit-sticky;
    position: sticky;
}
li.cat-tab-link{
	padding: 10px 26px;
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    opacity: 0.6;
    cursor: pointer;
    position: relative;
    transition: all ease 0.5s;
}
li.cat-tab-link.cat-tab-link-active{
	opacity: 1;
	color: #20BCC4;
}
.cat-tab-wrapper h4{
	font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.cat-tab-link::before{
	position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #A9A9A9;
    margin: auto;
}
.cat-tab-link.cat-tab-link-active::before{
	width: 2px;
    background: #20BCC4;
}
.blog-col-section .card{
	border: none;
	margin: 0;
}
.blog-col-section .card .card-body{
	padding: 1.25rem 0 1.25rem 0;
}
.blog-col-section  .card .card-img-col img{
	height: 200px;
}

.blog-col-section.col-sm-4:nth-of-type(1), .blog-col-section.col-sm-4:nth-of-type(2), .blog-col-section.col-sm-4:nth-of-type(3) {
	margin-top: 0;
}
.blog-col-section.col-sm-4{
	margin-top: 48px;
}
.category-col-sec.container h3{
	margin-bottom: 24px;
}
.card:hover img.card-img-top{
	object-fit: cover;
	transition: transform 1s;
	transform: scale(1.1);
}
.page-introduction-sec{
	padding: 80px 0 60px;
}
.page-introduction-sec h2{
	font-weight: 300;
    font-size: 64px;
    line-height: 72px;
	text-align: center;
}
.page-introduction-sec h2 span{
	font-weight: 600;
}
.blog-col-section h5.card-title{
	margin: 0 0 8px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.blog-col-section.col-sm-4 a.card-link:hover h5.card-title{
	border-bottom: 2px solid #000000;
	width: fit-content;
}
.page-introduction-sec .container{
	max-width: 640px;
    margin: auto;
    padding: 0 15px;
}
.featured-posts-sec{
	padding-bottom: 100px;
}
.blog-banner-wrapper ul.blog-breadcrumbs li span{
    font-size: 12px;
    line-height: 20px;
}
.blog-detail-image-section{
	padding-left: 0;
	padding-right: 0;
}
.nav-tabs .nav-item .nav-link{
	padding-left: 0;
}
.blog-col-section .card img{
	object-fit: cover;
}
.featured-post-container, .blog-post-section{
	padding: 0px 64px;
}
.blog-col-section a:hover .card .card-title{
	text-decoration: underline;
}
.cat-tab-wrapper li:hover{
	font-weight: 800;
}
.cat-tab-wrapper .cat-tab-link:hover:before{
	width: 3px;
}
.blog-col-wrapper .blog-hero-text {
	margin-top: -15rem;
	background: #000;
}
.blog-col-section .card-body p{
	letter-spacing: -0.5px;
}
.blog-detail-content p{
	color: #000000;
}
.category-col-sec h3{
	margin-bottom: 24px;
}
.blog-post-section button.addListData span {
	margin-top: 45px;
}
button.addListData span{
    border: 2px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    outline: none;
    transition: all ease-in-out 0.4s;
	text-transform: uppercase;
	width: 147px;
	height: 48px;
}
.button-box{
	text-align: center;
}
.button-box .addListData{
	background: transparent;
	outline: none;
	border:none;
}
button.addListData span:hover{
	background: #20BCC4;
	color: #ffffff;
	border: transparent;
}
.blog-hero-image div img{
	width: 100%;
}
.post-social-share-sec{
	display: flex;
	justify-content: end;
	align-items: center;
}
.post-social-share-sec span{
	font-weight: 500;
	font-size: 16px;
}
.blog-col-section .card .card-img-col{
	overflow: hidden;
}
/* End Blog Section*/
/* Start Mobile Blog Section*/


@media (max-width: 1080px){
	.page-introduction-sec {
		padding: 32px 0 60px;
	}
	.blog-col-wrapper.row .blog-hero-text{
		padding: 70px 40px;
	}
}
@media (max-width: 991px){
	.cat-tab-wrapper{
		order: 2;
		margin-left: 0;
		display: flex;
		flex-direction: column;
	}
	.cat-tab-wrapper ul{
		display: flex;
		padding: 15px;
	}
	.blog-col-section{
		order:1;
	}
	.blog-cat-col-section{
		justify-content: start;	
	}
	.cat-tab-link::before{
		content: none;
	}
	.cat-tab-link-active{
		border-bottom: 1px solid #20BCC4;
	}
	.cat-tab-wrapper ul li{
		padding: 10px;
		margin: 0 7px;
	}
	.cat-tab-wrapper ul{
		padding-left:0;
	}
	.cat-tab-active .blog-row .blog-col-section:first-child{
		margin-top: 0;
	}
	.blog-post-section{
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px){
	.page-introduction-sec h2{
		font-size: 40px;
		line-height: 48px;
		text-align: left;
	}
	.blog-col-wrapper.row .blog-hero-image{
		padding-left: 0;
	}
	.blog-col-wrapper.row .blog-hero-text{
		padding: 60px 15px;
	}
	.container.featured-post-container{
		padding: 0;
	}
	.blog-col-section .card .card-img-col img{
		height: 100%;
		width: 100%;
	}
	.featured-posts-sec{
		padding-bottom: 60px;
	}
	.cat-tab-active .blog-row .blog-col-section{
		margin-top: 40px;
	}
	.blog-col-section .card .card-body{
		padding-bottom:0;
	}
	.blog-row-col .col-lg-9, .blog-row-col .col-lg-3, .blog-col-section .col-lg-6,.blog-col-section .col-md-6  {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-col-wrapper.row .blog-hero-text h4{
		font-size: 36px;
    	line-height: 44px;
	}
	.blog-detail-header{
		margin: 16px 0 26px;
	}
	.heateor_sss_sharing_ul a:first-child{
		margin-left: 0px !important;
	}
	.blog-detail-section{
		margin-bottom: 60px;
	}
	.read-more-blog-sec{
		padding-top: 0;
		padding-bottom: 0;
	}
	.blog-col-section{
		padding-left: 0;
		padding-right: 0;
	}
	.blog-row .blog-col-section{
		margin-top: 40px;
	}
	.blog-row .blog-col-section:first-child{
		margin-top: 0;
	}
	.blog-cat-col-section{
		white-space: nowrap;
	}
	.blog-cat-col-section .cat-tab-wrapper ul{
		overflow-x: auto;
	}
	.blog-cat-col-section .cat-tab-wrapper ul::-webkit-scrollbar {
    	display: none;
	}
	.blog-col-wrapper .blog-hero-text{
		padding: 2.4rem;
	}
	.blog-col-wrapper .blog-hero-text h4{
		font-size: 48px;
		line-height: 56px;
	}
}
@media screen and (max-width: 1199px){
	.blog-col-wrapper .blog-hero-text>*{
		width: 91%;
	}
}
@media screen and (max-width: 991px){
	.blog-col-wrapper .blog-hero-text>*{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.blog-col-wrapper .blog-hero-text{
		margin-top: -10rem;
	}
}
@media screen and (max-width: 640px){
	.blog-col-wrapper .blog-hero-text{
		margin-top: -7rem;
	}
}
@media screen and (max-width: 589px){
	span.latest-blog-cat-name-wrapper::before{
		content: none;
	}
	.latest-blog-cat-name-wrapper {
		margin-left: 0px;
		display: block;
	}	
}
@media screen and (max-width: 575px){
	.featured-post-container{
		padding: 0;
	}
	.blog-col-wrapper .blog-hero-text{
		margin-top: 0;
	}
	.blog-col-wrapper .blog-hero-text h4{
		font-size: 40px;
		line-height: 50px;
	}
	.blog-col-wrapper .blog-hero-text {
		padding: 1.5rem;
	}
}


/* End Mobile Blog Section*/

/*Category Page*/

/*End Category Page*/

.swiper-wrapper div.swiper-slide:last-child .swiper-button-next-clients{
    display: none;
}
.swiper-wrapper div.swiper-slide:last-child .slider-arrows{
    max-width: 8%;
}
.swiper-wrapper div.swiper-slide:first-child .swiper-button-prev-clients{
    display: none;
}
.swiper-wrapper div.swiper-slide:first-child .slider-arrows{
    max-width: 8%;
}

/* portfolio posts pages */
.process-content{
	margin-bottom: 44px;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color:rgba(0, 0, 0, 0.60);
	letter-spacing: 0.25px;
}
.process-content .overview,.process-content .the-challange, .process-content .our-approach{
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color:rgba(0, 0, 0, 0.60);
	letter-spacing: 0.25px;
}
.process-content .our-approach{
	line-height: 36px;
}
/* .process-content .overview p,.process-content .the-challange p,.process-content .our-approach p{
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color:rgba(0, 0, 0, 0.60);
} */
.process-content .the-results{
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	color:rgba(0, 0, 0, 0.60);
	letter-spacing: 0.25px;
}
.process-content .the-results .the-results-text-points{
	padding-left: 10px;
}
.process-content .the-results span{
	font-weight: 600;
	padding-left: 10px;
}
.process-content .the-challange-text{
	margin-bottom: 18px;
}
.process-content .our-approach-text{
	margin-bottom: 24px;
}
.process-content .the-challange-point-text strong, .the-challange-point,.the-approach-point-text strong, .the-approach-point {
	font-weight: 600;
}
.process-content .our-approach .our-approach-text strong{
	font-size: 22px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0.25px;
}
.process-content .our-approach .our-approach-text .our-approach-text-points .the-approach-point-text{
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
/* 	padding-left: 10px; */
	letter-spacing: 0.25px;
}

.process-content .our-approach .our-approach-text .the-approach-points div strong{
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
/* 	padding-left: 10px; */
	letter-spacing: 0.25px;
}
.our-approach .our-approach-text .our-approach-text-points{
	padding-left: 10px;
}
.process-content br{
	display: none;
}
.process-content .our-approach-text p{
	margin-bottom: 0px;
}
.project-gallery{
	margin-bottom: 44px;
}
.process-content .review,.process-content .client-name{
	font-family: Merriweather;
	color: #000;
	font-style:italic;
	font-weight: 900;
	padding-left: 50px;
}
.process-content .client-name{
	margin-left: auto;
}
.process-content .footer-top-section{
	margin-top: 0px;
}
.client-services{
	background-color: #000;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tech_stack_logo_title{
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}
.project-single-bannerimage .client-services img{
	height: 35px;
	width: 35px;
	object-fit: contain;
}
.client-name-info div,.client-tech-services-info div{
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.client-name-info div:first-child,.client-tech-services-info div:first-child,.client-technology-info div:first-child{
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2px;
}
.industry-name-info div:first-child{
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2px;

}
.client-technology-info .row{
	padding-top: 28px;
	padding-bottom: 16px;
}
.the-challange-points,.the-challange-point-text,.the-approach-points,.the-approach-point-text{
	padding-left: 15px;
}
.the-challange-points{
	padding-bottom: 24px;
}
.project-gallery{
	margin-left: auto;
	margin-right: auto;
}
/* Footer Section */
.footer-top-button a{
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 1.25px;
}
/* End Footer Section */
.the-approach-point-text strong{
	font-size: 20px;
}