.bg-gradient {
    background: rgb(237,240,245);
    background: -moz-linear-gradient(180deg, rgba(237,240,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(237,240,245,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(237,240,245,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf0f5",endColorstr="#ffffff",GradientType=1);
}
.bg-gradient-revert {
    background: rgb(237,240,245);
    background: -moz-linear-gradient(0deg, rgba(237,240,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(237,240,245,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(237,240,245,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf0f5",endColorstr="#ffffff",GradientType=1);
}


/*// Green Gradient Section*/

.mb_green-section {
	font-family: Inter;
    padding: 100px 0;
    color: #fff;
    background: linear-gradient(to bottom, #7DC456, #19B786);
	text-align: center;
}
.mb_green-section .content a:not(.default-btn):not(.mb_green-section__show-more)  {
    color: #fff;
    text-decoration: underline;
}

.mb_green-section .title h1 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 auto 20px;
    font-weight: 600;
}

.mb_green-section .content {
    font-size: 14px;
    line-height: 1.64em;
}

.mb_green-section .content > *:last-child {
    margin-bottom: 0;
}

.mb_green-section__excerpt {
    display: block;
}

.mb_green-section__full-content {
    display: none;
}

.mb_green-section__btn {
    margin-top: 20px;
}

.mb_green-section__show-more-container {
    margin-top: 20px;
}

.mb_green-section__show-more {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.mb_green-section .btn.btn-green {
    color: #000;
    width: 200px;
    height: 60px;
    text-align: center;
    font: normal 600 18px/3.5em "Inter", sans-serif;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 2.6;
    border: 1px solid transparent;
    transition: .5s ease-in-out;
    border: 2px solid transparent;
    transition: all 0.5s;
    position: relative;
    background: transparent;
    z-index: 1;
    border-radius: 10px;
}
.mb_green-section .btn.btn-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    transition: all 0.3s;
    border-radius: 10px;
}
.mb_green-section .btn.btn-green:hover{
    color: #fff;
}
.mb_green-section .btn.btn-green:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.mb_green-section .btn.btn-green::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(225,225,225,0.5);
    transform: scale(1.2,1.2);
    border-radius: 10px;
}
.mb_green-section .btn.btn-green:hover::after {
    opacity: 1;
    transform: scale(1,1);
}
/*.mb_green-section .btn.btn-green:hover,
.mb_green-section .btn.btn-green:active,
.mb_green-section .btn.btn-green:focus   {
    color: #fff;
    background: transparent;
    border: 2px solid #7DC456;
}*/
.mb_green-section .btn.btn-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background:#fff;
  transition: all 0.3s;
}
.mb_green-section .btn.btn-green:hover {
  color: #fff;
}
.mb_green-section .btn.btn-green:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.mb_green-section .btn.btn-green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(225,225,225, 0.5);
  transform: scale(1.2, 1.2);
}
.mb_green-section .btn.btn-green:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

@media (min-width: 768px){
    .mb_green-section .title,
    .mb_green-section .title h1  {
        font-size: 36px;
        line-height: 44px;
    }
}
@media screen and (min-width:992px) {
    .mb_green-section .title.margin-offset {
        margin: 0;
    }
    .mb_green-section .title,
    .mb_green-section .content,
    .mb_green-section__btn {
        text-align: left;
    }
    .mb_green-section .content {
        font-size: 16px;
    }
    .mb_green-section__excerpt {
        display: none;
    }
    .mb_green-section__full-content {
        display: block;
    }
}
@media screen and (min-width:992px) {
    .mb_green-section .content {
        font-size: 18px;
    }
}

/*Block Quotes Style*/
.quotes-icon {
	display: none;
}
.quotes-icon img {
    border-radius: 0 !important;
}

.develop-mission {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: normal;
	color: #000;
}

.develop-mission--title {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: .8;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing: normal;
	color: #000;
}

.develop-mission--title-secondary {
	font-size: 48px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;

	margin-bottom: 20px;

	text-align: left;
	letter-spacing: normal;

	color: #7DC456;
}

@media (min-width: 992px){
    .quotes-icon {
        font-family: "Poppins", sans-serif;
        font-size: 200px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        text-align: left;
        letter-spacing: normal;
        opacity: .7;
        color: #7DC456;
        display: block;
    }
}

/*// Bucket Section*/

#bg-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-size: cover;
}

#bg-slider:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: rgba(0, 0, 0, .7);
}

.background-slider {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
}

.bg-slider--item {
    cursor: pointer;
    padding: 0 15px;
    z-index: 1
}
.bg-slider--item .count {
    font-size: 18px;
    line-height: 2.44;
    transition: .5s;
    color: #fff;
}

.bg-slider--item .title {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.22;
    margin: 0;
    transition: .5s;
    color: #fff;
}

.background-slider .js--bg-item-src {
    display: none;
    height: 0;
}

.bg-slider--item .content {
    font-size: 18px;
    line-height: 1.56;
    margin: 20px 0 0;
    transition: .3s ease-out;
    color: #fff;
    max-width: 356px;
    min-height: 115px
}

.background-slider .bg-slider--item.small-box {
    width: 28%;
}

.background-slider .bg-slider--item.active {
    display: inline-flex;
    width: 100%;
}

.background-slider .bg-slider--item {
    display: none;
    width: 100%;
    position: relative;
    transition: 1s ease all;
    border-left: 1px solid #585858;
    border-right: 1px solid #585858;
    padding: 80px 15px;
    
}

.bg-slider--item .item-footer {
    padding-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.background-slider .bg-slider--item {
    transform: 1s ease all;
}

.background-slider .bg-slider--item div {
    z-index: 1;
}

.background-slider .bg-slider--item > div {
    position: relative;
    padding-bottom: 90px;
}

.background-slider .bg-slider--item:first-child,
.background-slider .bg-slider--item:last-child{
    border: none;
}
.bg-slider--item .count {
    display: none;
}
.bg-slider-nav-mobile {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    padding: 20px 25px;
    color: #fff;
}

.bg-slider-nav-mobile .count-item {
    font-size: 20px;
    cursor: pointer;
    color: #b3b3b3;
}

.bg-slider-nav-mobile .separate-item {
    opacity: .2
}

.bg-slider-nav-mobile .separate-item:last-child {
    display: none;
}

.bg-slider-nav-mobile .count-item.active {
    color: #fff;
}

.bg-slider-nav-mobile .count-item.active + .separate-item {
    color: #fff;
}

.bg-slider-nav-mobile img {
    width: 10px;
}

.bg-slider--item.active .content {
    transition: .5s ease .2s;
}

@media (min-width: 992px) {
    .bg-slider--item .title {
        font-size: 30px;
    }
    .background-slider .bg-slider--item {
        width: 33%;
        min-height: 512px !important;
    }
    .background-slider .bg-slider--item {
        display: inline-flex;
        width: 28%;
    }
    .background-slider .bg-slider-nav-mobile {
        display: none;
    }
    .background-slider .bg-slider--item.active {
        width: 42%;
    }
    .bg-slider--item .count {
        display: block;
    }

}


@media (min-width: 1200px) {

	.background-slider .bg-slider--item:before{
        position: absolute;
        background: rgba(0, 0, 0, .63);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
        opacity: 0;
        left: 0;
        right: 0;
        transition: 1s ease-in-out all
    }

    .background-slider .bg-slider--item:hover:before,
    .background-slider .bg-slider--item.active:before,
    .background-slider .bg-slider--item:first-child:after,
    .background-slider .bg-slider--item.active:first-child:after {
        opacity: 1;
    }

    .background-slider .bg-slider--item:first-child:before {
        display: none;
    }

    .background-slider .bg-slider--item:first-child:after{
        position: absolute;
        background: rgba(0, 0, 0, .63);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
        opacity: 0;
        right:-5px;
        transition: 1s ease-in-out all
    }

    .background-slider .bg-slider--item:last-child:before,
    .background-slider .bg-slider--item.active:last-child:before {
        left: -5px;
        width: 500%;
    }   
    .background-slider .bg-slider--item:first-child:after,
    .background-slider .bg-slider--item.active:first-child:after  {
        width: 500%;
    }

}

/*// How we do it Section*/

.how-we-do-it {
    padding: 60px 0;
}

.how-we-do-it .section--heading {
    margin: 60px 0 20px;
    text-align: center;
}

.how-we-do-it .section-title {
    color: #4b4b4b;
}

.how-we-do-it .section--heading p {
    font-size: 20px;
    line-height: 1.5;
    color: #0A2B0A;
    margin: 0 auto 20px;
}

.how-we-do-it img {
    display: block;
    height: 220px;
    margin: 0 auto 20px;
}

.how-we-do--row .how-we-do--item {
    position: relative;
    z-index: 2;
}

.how-we-do-it .descr {
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #000;
}


.how-we-do--row {
    position: relative; 
    overflow: hidden;
    background-repeat: repeat-y;
    background-position: top center;
    background-size: contain;
    font-size: 18px;
    line-height: 1.56;
    position: relative;
    z-index: 2;
    color: #000;
}

.how-we-do--row .white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.how-we-do--row .content-wrapper {
    background: hsl(0deg 0% 100% / 60%);
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px;
}

.how-we-do--row .title {
    color: #0A2B0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px;
}

.how-we-do--row .text {
    color: #0A2B0A;
    font-size: 14px;
    line-height: 1.64em;
    margin: 0;
}

.how-we-do--row .title:before,
.how-we-do--row .title:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #7DC456;
}

.how-we-do--row .title:before {
    top: .3em;
    left: 5px; 
    width: .64em;
    height: .64em;
    outline: 1px solid #7DC456;
    outline-offset: .2em;
    border-radius: 50%;
}

.how-we-do--row .title:after {
    width: 1px;
    height: calc(100% - 1.6em);
    top: 32px;
    left: 12px;
}
@media screen and (min-width:768px) {
    .how-we-do-it img {
        height: auto;
        max-width: 85%;
        margin-bottom: 0;
    }
    .how-we-do-it .section-title {
        font-size: 54px;
    }
    .how-we-do--row .content-wrapper {
        margin-bottom: 0;
        padding-left: 0;
    }
    .how-we-do--row .title {
        font-size: 28px;
        padding-left: 1.4em;
    }
    .how-we-do--row .title::after {
        display: none;
    }
    .how-we-do--row .text {
        font-size: 16px;
    }
    .how-we-do--item {
        margin-bottom: 20px;
    }
}
@media screen and (min-width:992px) {
    .how-we-do-it .section-title {
        font-size: 64px;
    }
    .how-we-do--row .title {
        font-size: 32px;
    }
    .how-we-do--row .text {
        font-size: 18px;
    }
}
@media screen and (min-width:1200px) {
    .how-we-do-it .section-title {
        font-size: 72px;
    }
    .how-we-do--row .title {
        font-size: 36px;
    }
}
/*Google Partners section*/

.purple-gradient-block {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	position: relative;
	padding: 5vw 5vw;
	text-align: left;
	letter-spacing: normal;
	color: #fff;
	border-radius: 15px;
	background-image: linear-gradient(to bottom, #7DC456, #19B786);
	box-shadow: 0 11px 26px 0 rgba(0, 23, 43, .08);
}

.purple-gradient-block .title {
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	margin: 0 0 20px;
	text-align: left;
	letter-spacing: normal;
	color: #fff;
}

.google-partner-absolute {
	position: absolute;
	right: -40%;
	bottom: 3%;
	max-width: 280px;
}

/*Portfolio styles*/

#portfolio .home-case-slider-section {
    margin-top: 0px;
    margin-bottom: 100px;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    overflow-x: hidden;
}

#portfolio .home-case-slider-section .home-slider-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
#portfolio .home-case-slider-section:before {
    content: "";
    background: #F1F3F7;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 84%;
    margin: 0px;
    z-index: -1;
}

#portfolio .image-wrapper {
    min-width: auto;
    max-width: 100%;
}

#portfolio .project-featured {
    background-size: cover;
    background-position: right center;
    min-height: 250px
}

@media (min-width: 768px){
    #portfolio .image-wrapper {
        min-width: 77vw;
        max-width: 60vw;
        margin: 0 auto;
    }
    #portfolio .project-featured {
        min-height: 600px;
    }
}
@media (min-width: 992px){
    #portfolio .home-case-slider-section {
        margin-top: 100px;
    }
    #portfolio .home-case-slider-section:before {
        margin: 46px 0px;
        width: 50%;
    }
}

#portfolio .home-case-slider-section .section-title {
    font-family: "sofia-pro";
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 36px;
}

#portfolio .home-case-slider-section #homeCaseSliderContent .title {
    font-size: 36px;
    margin-bottom: 26px;
}

#portfolio .home-case-slider-section #homeCaseSliderContent .tags-list {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}

#portfolio .home-case-slider-section #homeCaseSliderContent .tags-list li {
    margin-right: 10px;
    background: #cbcbcb;
}
#portfolio .home-case-slider-section .pagination {
    position: absolute;
    bottom: 10px;
    left: 50px;
    width: 100%;
    right: 0;
    text-align: left;
}
#portfolio .home-case-slider-section .pagination div {
    color: #22D569;
    font-size: 36px;
    display: inline-block;
    margin: 10px;
}
#portfolio .home-case-slider-section .pagination div.slick-hidden {
    display: none;
}

@media (min-width: 1600px ) {
    #portfolio .image-wrapper {
        width: 100%;
    }
}


/*Our Team*/

.team .content-title {
    font-family: "sofia-pro", sans-serif;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.15em;
	text-align: center;
	color: #7DC456;
}

.team .content-title-secondary {
	font-family: "sofia-pro", sans-serif;
    font-size: 43px;
    line-height: 1em;
}

.team-row {
	margin-top: 30px;
}

.team-row #team-row {
	margin-bottom: 30px;
}

.about-person--item {
	margin-bottom: 30px;
}

.about-person--item .image-box:before {
    content: "";
    background: linear-gradient(to bottom, #22D569, #00C9B1);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    left: 0;
    right: 0;
    opacity: 0.2;
}
.about-person--item .image-box {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s linear all;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.about-person--item .name {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	padding: 5px 0;
	text-align: center;
	letter-spacing: normal;
	color: #484848;
}

.about-person--item .job {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	text-align: center;
	letter-spacing: normal;
	color: #484848;
}

@media screen and (max-width: 767px) {
    .team .content-title {
        font-size: 52px;
    }
    .team .content-title-secondary {
        font-size: 38px;
    }
}

/*Reviews*/

.reviews .content-title {
	font: normal 600 72px/83px "sofia-pro", sans-serif;
	text-align: center;
	color: #4B4B4B;
}

.reviews-slider--item {
	padding: 25px 60px 50px 15px;
	border-bottom-right-radius: 30px;
	background: #fff;
	box-shadow: 0 12px 20px 0 rgba(1, 28, 78, .06);
}

.reviews-slider--item .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.89;
	color: #000;
}

.reviews-slider--item .company {
	font-size: 14px;
	text-align: left;
	color: #959ca7;
}

.reviews-slider--item .comment {
	font-size: 14px;
	font-style: italic;
	line-height: 1.71;
	margin-top: 20px;
	color: #000;
}

.reviews-slider--item .comment a {
	text-decoration: underline;
	color: #7DC456;
}

/*// Apply for job*/

.maxburst-job-section .content-title {
	font-size: 48px;
}

.maxburst-job-section .content-title-secondary {
	font-size: 24px;
	margin-bottom: 40px;
}

/*//Services*/
.two-image-wrapper {
	position: relative;
	padding-bottom: 0;
}

.two-image-wrapper img {
    width: 100%;
    max-width: 494px;
    border-radius: 10px;
}

.box-shadow {
    box-shadow: 0px 0px 17px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 992px){
    .two-image-wrapper img {
        width: auto;
        max-width: 494px;
    }
}
.two-image-wrapper img,
.two-image-wrapper div {
	position: relative;
}

.two-image-wrapper img:nth-of-type(1),
.two-image-wrapper div:nth-of-type(1) {
	top: 0;
	left: 0;
}

.two-image-wrapper img:nth-of-type(2),
.two-image-wrapper div:nth-of-type(2) {
	right: 0;
	bottom: 0;
/*    z-index: -1*/
}

.quote-area .two-image-wrapper img:nth-of-type(2), 
.quote-area .two-image-wrapper div:nth-of-type(2) {
    right: -15px;
    bottom: 0;
    z-index: 0;
    width: 150px;
}

.two-image-wrapper img:nth-of-type(3),
.two-image-wrapper div:nth-of-type(3) {
	bottom: 10%;
	left: 0;
	max-width: 35%;
}

.two-image-wrapper img:nth-of-type(4),
.two-image-wrapper div:nth-of-type(4) {
	top: 7%;
	right: 15%;
	max-width: 20%;
}

.two-image-wrapper.wrapper-reverse img:nth-of-type(1),
.two-image-wrapper.wrapper-reverse div:nth-of-type(1) {
	top: 0;
	right: 0px;
	left: inherit;
}

.two-image-wrapper.wrapper-reverse img:nth-of-type(2),
.two-image-wrapper.wrapper-reverse div:nth-of-type(2) {
	top: inherit;
	right: inherit;
	bottom: 0;
	left: 0;
}

.round-image img {
	border-radius: 50%;
}

.page-id-7093 .mb_content-section.bg-none .two-image-wrapper div {
    z-index: -1;
}

@media (min-width: 992px) {
    .two-image-wrapper {
        padding-bottom: 80%;
    }
    .two-image-wrapper img,
    .two-image-wrapper div {
        position: absolute;
    }

    .quote-area .two-image-wrapper img:nth-of-type(2), 
    .quote-area .two-image-wrapper div:nth-of-type(2) {
        right: 80px;
        bottom: 49px;
        z-index: 0;
        width: auto;
    }
}

/*Our Clients section*/

.text-slot {
    font-size: 30px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; 
    text-align: left;
    color: #7DC456;
    -ms-flex-align: center;
    align-items: center;
}
.text-slot span {
    display: inline-block;
    min-height: 40px;
    margin-right: 5px; 
    vertical-align: middle;
}
.text-slot ul{
    display: inline-block;
    /*overflow: hidden;*/
    margin: 0;
    padding: 10px 0 0;
    vertical-align: middle;
    max-height: 60px;
    transform: translateY(-10px);
}
.text-slot ul li{
    display: block;
    transition: .4s; 
    opacity: 0;
    pointer-events: none;
}
.text-slot ul li.active{
    opacity: 1;
}
.text-slot ul li span{
    height: 40px;
    vertical-align: text-bottom;
}

.our-clients{
    color: #484848;
    font-size: 18px;
    padding-bottom: 100px
}
.our-clients h2 {
    font-size: 44px;
    color: #484848;
}
.our-clients h3,
.our-clients .rewards-title{
    font-size: 30px;
    font-weight: normal; 
    margin: 100px 0 20px;
    text-align: left;
    color: #484848;
}

.our-clients .honored-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.our-clients .honored-logos .honored-images {
    border: 1px solid #eeeeee;
    height: 115px;
    width: 40%;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-clients .honored-logos .honored-images img {
    max-width: 100px;
}

@media (min-width: 768px){
    .our-clients .honored-logos .honored-images {
        width: 13%;
    }
}

.our-partners-logo{
    color: #484848;
    font-size: 18px;
    padding-bottom: 100px;
}
.our-partners-logo .title {
    font-size: 30px;
    font-weight: normal; 
    margin: 100px 0 20px;
    text-align: left;
    color: #484848;
}

.our-partners-logo .partner-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.our-partners-logo .partner-logos .partner-images {
    border: 1px solid #eeeeee;
    height: 115px;
    width: 40%;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-partners-logo .partner-logos .partner-images img {
    max-height: 100%;
    padding: 10px;
}

@media (min-width: 768px){
    .our-partners-logo .partner-logos .partner-images {
        width: 13%;
    }
    .our-partners-logo .partner-logos .partner-images img {
        max-height: 100%;
        padding: 10px;
    }
}

.client-logos-row .client-boxes{
    text-align: center;
    position: relative;
}

.client-logos-row .client-boxes img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	opacity: .6;
}

.client-logos-row .client-boxes:hover img{
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
   opacity: 1
}
.client-logos-row img{
    position: relative;
    width: auto;
    max-height: 70px;
    margin: 68px 0 0;
    transition: .2s ease-out;
}

.client-logos-row .client-boxes:nth-child(1) img, 
.client-logos-row .client-boxes:nth-child(2) img, 
.client-logos-row .client-boxes:nth-child(3) img {
	margin: 40px 0 0;
}

.client-logos-row .client-boxes {
    width: 50%;
}
@media (min-width: 768px){
   .client-logos-row .client-boxes {
        width: 14.1%;
    	margin: 0 15px;
    } 
}

.client-logos-row .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: .2s ease-out;
    opacity: 0;
    color: #737373;
    margin: 0 auto;
}
.client-logos-row .content-wrapper:hover {
    opacity: 1
}
.client-logos-row .view-btn {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100px;
    margin: 0 auto;
}
.client-logos-row .view-btn:after,
.client-logos-row .view-btn:before{
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 2px;
    content: '';
    transition: .3s ease-out .3s; 
    background-color: #ccc;
}
.client-logos-row .view-btn:after{
    right: 0; 
    bottom: 0;
}
.client-logos-row .view-btn:before{
    top: 0;
    left: 0;
}

/*Blog Styles*/
#blog-section {
    background-color: #F1F3F7;
    padding: 100px 0;
}

.article-wrapper .article-item-home:first-child {
    margin-left: 0;
}
#blog-section .article-item-home:first-child .blog-image {
    padding-bottom: 92%;
}

.article-wrapper .article-item-home{
    margin-bottom: 16px;
}

#blog-section .article-item-home .blog-image {
    width: 100%;
    padding-bottom: 35%;
    background-position: center;
    background-size: cover;
}

#blog-section .article-item-home img {
    width: 100%;
}

#blog-section .article-item-home a:hover {
    text-decoration: none;
}

#blog-section .article-item-home .entry-meta {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    margin-top: 10px;
    padding: 0;
    text-align: left;
    letter-spacing: normal;
    color: #939393;
}

#blog-section .article-item-home .entry-meta .author {
    margin-left: 10px;
    color: #7DC456;
}

#blog-section .article-item-home .entry-meta .author a {
    color: inherit;
}

#blog-section .article-item-home .entry-meta .author:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    content: '';
    background: url('../images/usericon.svg') no-repeat center center;
}

#blog-section .article-item-home .byline {
    margin-left: 0;
    color: #7DC456;
}

#blog-section .article-item-home .byline .author {
    margin-left: 0;
}

#blog-section .article-item-home .entry-content {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    margin-top: 10px;
    padding: 0 0;
    text-align: left;
    letter-spacing: normal;
    color: #000;
}

#blog-section .article-item-home .title {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    margin: 0 0 5px;
    text-align: left;
    letter-spacing: normal;
    color: #000;
}

@media (min-width: 768px) {
    .article-wrapper .article-item-home:first-child {
        float: left;
    }
    .article-wrapper .article-item-home{
        width: 49%;
        float: right;
        margin-left: 15px;
    }
}

/*// Image grid*/

.image-grid .title-section h2 {
    font: normal 600 72px/83px "sofia-pro", sans-serif;
    color: #4B4B4B;
}

.image-grid .secondary-title {
    font-size: 24px
}

.image-grid .title-section {
    padding-bottom: 50px
}

.gallery-grid {
    width: 100%;
    min-height: 35vh;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(137px, 1fr));
    grid-template-rows: 1fr 1fr;
    grid-gap: 0px;
}

.gallery {
    position: relative;
    overflow: hidden;
}

.one-image {
    text-align: center;
}

.half-width .gallery {
    min-height: auto
}
.gallery .gallery-thumbnail {
    background-size: cover;
    transition: .5s ease-in-out all;
    position: relative;
    padding: 40%;
    border-radius: 0;
    margin: 0;
    border: transparent;
}
.gallery .gallery-thumbnail:after {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s ease-in-out all;
}
.gallery .gallery-thumbnail:hover {
    transform: scale(1.2);
}
.gallery .gallery-thumbnail:hover:after {
    background-color: rgba(0, 0, 0, .3);
}

@media screen and (min-width: 450px) {
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(137px, 1fr));
    }
}

@media screen and (min-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(4, minmax(137px, 1fr));
    }
}

@media ( min-width: 992px){
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(137px, 1fr));
    }
}

@media ( min-width: 1431px){
    .gallery-grid {
        grid-template-columns: repeat(4, minmax(137px, 1fr));
    }
    .full.gallery-grid {
        grid-template-columns: repeat(7, minmax(137px, 1fr));
    }
}

/*INFO CIRCLES*/

.design-focus .section--heading {
    max-width: 630px;
    margin: 0 auto;

    text-align: center;
}

.design-focus h2 {
    line-height: 1.2;
}

.design-focus .item {
    width: 100%;
    max-width: 220px;
    margin: 0 0 20px;
    padding: 0;
}

.design-focus .item .text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;

    text-align: center;
    letter-spacing: normal;

    color: #000;
}

.design-focus .item-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    max-width: 60%;
    max-height: 60%;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .design-focus .item {
        max-width: 250px;
    }
    .design-focus .item-icon {
        max-width: 90%;
        max-height: 90%;
    }
}

.design-focus .img-wrapper {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 45%;
    border-radius: 50%;
}

.design-focus .img-wrapper.shadow {
    padding-bottom: 100%;
    box-shadow: 0 6px 18px 0 rgba(0, 46, 85, .05);
    background-color: #fcfdfd;
}

/*// FAQ*/
.faq-block .faq-wrapper {
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

.faq-block .faq-wrapper h3 {
    color: #7DC456;
    font-size: 20px;
    max-width: calc(100% - 40px);
    cursor: pointer;
}

.faq-block .faq-wrapper .answer.open {
    overflow:auto;
    height:auto;
    opacity: 1;
    padding: 15px 0;
}

.faq-block .faq-wrapper .answer {
    overflow:hidden;
    height:0;
    opacity: 0;
    padding: 0;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.faq-block .faq-wrapper .icon:before {
    content: "";
    background-image: url('/wp-content/themes/maxcanvas_child/images/faq/plus.png');
    right: 15px;
    position: absolute;
    top: 30px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.faq-block .faq-wrapper .icon.open:before {
    background-image: url('/wp-content/themes/maxcanvas_child/images/faq/minus.png');
}

@media (min-width: 768px){
    .faq-block .faq-wrapper h3 {
        font-size: 26px;
        max-width: calc(100% - 60px);
    }
    .faq-block .faq-wrapper .icon:before {
        width: 56px;
        height: 56px;
        top: 16px;
    }
}

/*//SUPPORT CONTENT*/
.support-img {
    display: block;
}

.support-img ul {
    columns: 2;
}

.support-img ul li {
    font-size: 22px !important;
    margin-bottom: 15px;
    list-style: none;
    text-align: left;
    color: #000;
}

.support-img ul li:last-child {
    margin-bottom: 0;
}

.support-img ul li span:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 15px;
    margin-right: 15px;
    content: '';
    vertical-align: middle;
    border-radius: 50%;
    background: #0A2B0A;
}
.support-section__content > *:last-child {
    margin-bottom: 0;
}
.support-section__content--mobile {
    margin-top: 20px;
    display: block;
}
.support-section__content--desktop {
    display: none;
}

@media screen and (min-width:768px) {
    .support-img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .support-img .image-box {
        max-width: 50%;
    }
    .support-img ul {
        columns: 1;
    }
    .support-img ul li {
        font-size: 20px !important;
    }
    .support-img ul li:nth-child(1) {
        padding-left: 60px;
    }
    .support-img ul li:nth-child(2) {
        padding-left: 30px;
    }
    .support-img ul li:nth-child(4) {
        padding-left: 30px;
    }
    .support-img ul li span:before {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-right: 10px;
        background: #7DC456;
    }
    .support-section__content--mobile {
        display: none;
    }
    .support-section__content--desktop {
        display: block;
    }
}

/*//Enable Product Styles*/

.product-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.products {
    background-color: #fff;
    padding: 62px 0px 23px;
    width: 207px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    margin: 10px;
    border-radius: 4px;
    position: relative;
    transition: .5s ease-in-out all;
    overflow: hidden;
}

.products:before {
    background: linear-gradient(to bottom, #7DC456, #19B786);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.products .title {
    color: #7DC456;
    font-size: 26px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

.products .price {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 30px
}

.products .attribute {
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px
}
.products .secondary-attribute span {
    font-size: 14px
}

.products .secondary-attribute {
    font-size: 16px;
    color: #C1C0C0;
    padding-left: 20px;
    padding-right: 20px
}

.products .plan {
    color: transparent;
}

.products .plan:before {
    content: "";
    width: 100%;
    display: block;
    top: 0;
    height: 1px;
    left: 0;
    background: #fff;
    margin: 15px 0;
}

.products:hover {
    color: #fff
}
.products:hover:before {
    height: 100%;
    width: 100%;
}

.products:hover .title,
.products:hover .price,
.products:hover .attribute,
.products:hover .secondary-attribute,
.products:hover .plan {
    position: relative;
    color: #fff;
    z-index: 1;
} 

.secondary-content {
    margin-top: 45px;
}


/*Instagram Feed*/

.sbi-owl-nav .sbi-owl-prev {
    margin-left: -40px;
}

.sbi-owl-nav .sbi-owl-next {
    margin-right: -40px;
}
#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
    height: 2.2em;
}
.sbi-owl-nav > div,
.sbi_carousel:hover .sbi-owl-nav > div {
    box-shadow: none;
    background: transparent;
    color: #7DC456
}

.sbi_carousel:hover .sbi-owl-nav > div {
    transform: scale(1.5);
}

.content_with_background_image {
    position: relative;
}
.content_with_background_image .gray-box {
    background: #F1F3F7;
    padding: 50px;
    max-width: 565px;
    font-size: 14px
}

.content_with_background_image .image {
    max-width: 580px;
    margin: 15px;
    padding: 10px;
}

.content_with_background_image .background-image {
    max-height: 508px;
    width: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    height: 100%;
    z-index: -1;
}
.content_with_background_image .extra-margin {
    margin-top: 87px;
    margin-bottom: 87px;
}
@media only screen and (min-width: 992px) {
    .absolute-image {
        transform: translate(80px, 0);
    }
    .content_with_background_image .image {
        margin: 0px;
        padding: 0px;
    }
}

.key-features.bg-gradient {
    padding-top: 100px;
}

.key-features ul {
    padding-left: 21px;
}

.key-features ul li {
    padding-left: 30px;
}

.key-features ::marker {
    color: #7DC456;
}

.key-results .results {
    padding-top: 100px;
}

.key-results .gray-box {
    background: #F1F3F7;
    padding: 50px;
    max-width: 565px;
    font-size: 16px
}

.website-btn.btn-green {
    display: inline-block;
    width: 100%;
    margin-top: 60px
}

.single-case-studies .share {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.gallery-image {
    position: relative;
    cursor: pointer;
    transition: .5s ease all;
}
.gallery-image:hover:before {
    content: "";
    background: rgb(0 0 0 / 12%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    transition: .5s ease all;
}
.gallery-image:hover:after {
    content: "";
    background-image: url(/wp-content/themes/maxcanvas_child/images/zoom%20in.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: calc(70px);
    background-position: center;
    transition: .5s ease all;
}

.gallery-image img{
    width: 100%;
    height: auto;
}

.modal-content .close img {
    width: 40px;
}

.modal-content .close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 1;
}

.modal-content #lightBox {
    width: 100%;
}