/*------------------------------------------------------------------
 * Theme Name: CRE8
 * Theme URI: https://www.brandio.io/envato/cre8
 * Author: Brandio
 * Author URI: https://www.brandio.io/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v4.1 (http://getbootstrap.com)
 * Copyright 2019 Brandio.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Header Styles
3. Box Contentt Styles
4. Default Content Styles
5. Clients Section Styles
6. Other Content Styles
7. Process Section Styles
8. Team Section Styles
9. Jobs Section Styles
10. Blog Section Styles
11. Post Section Styles
12. Few Contact Styles
13. Jobs Section Styles
14. Social Row Styles
15. Project Info Styles
16. Footer Styles
17. Responsive Styles.
-------------------------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Comfortaa&display=swap");

@import url("https://fonts.googleapis.com/css?family=Lalezar&display=swap"); */

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Lalezar';
    src: url('../fonts/Lalezar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

/* -----------------------------------
    1 - General Styles
------------------------------------*/
::selection {
    background-color: rgba(137, 139, 145, 0.7);
	
}

*, body {
	
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-family: "Lalezar", cursive;
}

body {
    overflow-x: hidden;
    -webkit-transition: all 500ms cubic-bezier(1, -0.02, 0.25, 0.75);
    transition: all 500ms cubic-bezier(1, -0.02, 0.25, 0.75);
}

body.menu-open {
    padding-left: 30rem;
}

.menu-toggle {
    position: fixed;
    z-index: 99999;
    width: 1.8rem;
    height: 2.2rem;
    cursor: pointer;
    left: 3.5rem;
    top: 50%;
    margin-top: -1.1rem;
    mix-blend-mode: difference;
    -webkit-transition: all 500ms cubic-bezier(1, -0.02, 0.25, 0.75);
    transition: all 500ms cubic-bezier(1, -0.02, 0.25, 0.75);
}

.menu-toggle .icon {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4ECCA3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-toggle .icon:before, .menu-toggle .icon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4ECCA3;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-toggle .icon:before {
    top: 1rem;
}

.menu-toggle .icon:after {
    top: 2rem;
}

.menu-toggle.open {
    left: 29.1rem;
}

.menu-toggle.open .icon {
    background-color: transparent;
}

.menu-toggle.open .icon:before {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    -moz-transform: rotate(45deg) scaleX(1.4);
    -ms-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
}

.menu-toggle.open .icon:after {
    top: 1rem;
    -webkit-transform: rotate(-45deg) scaleX(1.4);
    -moz-transform: rotate(-45deg) scaleX(1.4);
    -ms-transform: rotate(-45deg) scaleX(1.4);
    transform: rotate(-45deg) scaleX(1.4);
}

.main-menu {
    position: fixed;
    top: 0;
    left: -30rem;
    height: 100%;
    width: 30rem;
    background-color: #393E46;
    text-align: right;
    padding: 3rem 4rem;
    overflow-y: hidden;
    z-index: 9999;
    -webkit-transition: all 500ms cubic-bezier(1, -0.02, 0.25, 0.75);
    transition: all 500ms cubic-bezier(1, -0.02, 0.25, 0.75);
}

.main-menu.opened {
    left: 0;
}

.main-menu .contant-info {
    margin-bottom: 2rem;
}

.main-menu .contant-info div {
    font-family: "Lalezar", cursive;
    font-size: 1.3rem;
    color: #777A80;
}

.main-menu .contant-info div a {
    font-family: "Lalezar", cursive;
    font-size: 1.3rem;
    color: #777A80;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .contant-info div a:hover, .main-menu .contant-info div a:focus {
    color: #4ECCA3;
    text-decoration: none;
}

.main-menu .menu-links {
    margin-bottom: 6rem;
}

.main-menu .menu-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu .menu-links ul li {
    overflow: hidden;
    padding-top: 0.5rem;
}

.main-menu .menu-links ul li a {
    display: inline-block;
    font-size: 5.3rem;
    line-height: 3.4rem;
    font-family: "Lalezar", cursive;
    color: #14181C;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-menu .menu-links ul li a:hover, .main-menu .menu-links ul li a:focus {
    color: #fff;
    text-decoration: none;
}

.main-menu .social-media {
    display: inline-block;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .social-media .social-link-holder {
    text-align: right;
}

.main-menu .social-media .social-link-holder a {
    font-size: 1.2rem;
    font-family: "Lalezar", cursive;
    color: #A8AAAD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .social-media .social-link-holder a:hover, .main-menu .social-media .social-link-holder a:focus {
    color: #8b8d91;
    text-decoration: none;
}

/* -------------------------

/* -----------------------------------
    2 - Header Styles
------------------------------------*/
.cnav {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 4rem 3.5rem;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnav .logo-holder {
    display: inline-block;
    pointer-events: all;
}

.cnav .logo-holder img {
    width: 10rem;
}

.cnav .social-media {
    display: inline-block;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnav .social-media .social-link-holder {
    text-align: left;
}

.cnav .social-media .social-link-holder a {
    font-size: 1.2rem;
    font-family: "Lalezar", cursive;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnav .social-media .social-link-holder a:hover, .cnav .social-media .social-link-holder a:focus {
    color: #898b91;
    text-decoration: none;
}

.cnav .social-media.hide {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}



.header {
	/* background-image: url(../img/footmania/bg_ftm_mobile.webp); */
    background-color: #232931;
    text-align: center;
    padding: 16rem 3.5rem 6rem;
}
.header .logo {
	width: 50%;
}

.header .mouse-scroll {
    position: absolute;
    display: inline-block;
    bottom: 3rem;
    left: 50%;
    margin-left: -0.8rem;
    width: 1.6rem;
    height: 2.4rem;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.15);
    pointer-events: none;
    -webkit-box-shadow: 0 0.3rem 5rem rgba(0, 0, 0, 0.24);
    box-shadow: 0 0.3rem 5rem rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header .mouse-scroll:before {
    position: absolute;
    content: "";
    top: 0.5rem;
    left: 50%;
    margin-left: -0.1rem;
    width: 0.2rem;
    height: 0.4rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.21);
    -webkit-animation: m-an 2s ease infinite;
    -moz-animation: m-an 2s ease infinite;
    -ms-animation: m-an 2s ease infinite;
    animation: m-an 2s ease infinite;
}

.header .mouse-scroll.hide {
    opacity: 0;
}

.header .mouse-scroll.hide:before {
    opacity: 0;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@-webkit-keyframes m-an {
    0% {
        top: 0.5rem;
        height: 0.2rem;
        opacity: 0;
    }

    15% {
        top: 0.7rem;
        height: 0.6rem;
        opacity: 1;
    }

    50% {
        top: 0.9rem;
        height: 0.6rem;
        opacity: 1;
    }

    70% {
        top: 1rem;
        height: 0.5rem;
        opacity: 1;
    }

    90% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }

    100% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }
}

@-moz-keyframes m-an {
    0% {
        top: 0.5rem;
        height: 0.2rem;
        opacity: 0;
    }

    15% {
        top: 0.7rem;
        height: 0.6rem;
        opacity: 1;
    }

    50% {
        top: 0.9rem;
        height: 0.6rem;
        opacity: 1;
    }

    70% {
        top: 1rem;
        height: 0.5rem;
        opacity: 1;
    }

    90% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }

    100% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }
}

@-ms-keyframes m-an {
    0% {
        top: 0.5rem;
        height: 0.2rem;
        opacity: 0;
    }

    15% {
        top: 0.7rem;
        height: 0.6rem;
        opacity: 1;
    }

    50% {
        top: 0.9rem;
        height: 0.6rem;
        opacity: 1;
    }

    70% {
        top: 1rem;
        height: 0.5rem;
        opacity: 1;
    }

    90% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }

    100% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }
}

@keyframes m-an {
    0% {
        top: 0.5rem;
        height: 0.2rem;
        opacity: 0;
    }

    15% {
        top: 0.7rem;
        height: 0.6rem;
        opacity: 1;
    }

    50% {
        top: 0.9rem;
        height: 0.6rem;
        opacity: 1;
    }

    70% {
        top: 1rem;
        height: 0.5rem;
        opacity: 1;
    }

    90% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }

    100% {
        top: 1.2rem;
        height: 0.5rem;
        opacity: 0;
    }
}

/*
.inner-page{
    .header{
        background-color: #393E46;
    }
}
*/
/* -----------------------------------
    3 - Box Contentt Styles
------------------------------------*/

/* -----------------------------------
    4 - Default Content Styles
------------------------------------*/

.lg-text {
    color: #fff;
    text-align: center;
    font-family: "Lalezar", cursive;
    font-size: 5.3rem;
    line-height: 3.9rem;
    text-transform: uppercase;
    margin-bottom: 2.2rem;
}

.lg-text span {
    font-family: "Lalezar", cursive;
    display: inline-block;
}

.lg-text .other-color {
    color: #4ECCA3;
    font-family: "Lalezar", cursive;
}

.lg-text .other-color-blue {
    color: #3db0d9;
    font-family: "Lalezar", cursive;
}

.normal-text p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.26rem;
    line-height: 2.5rem;
}

/* -----------------------------------
    5 - Clients Section Styles
------------------------------------*/
.clients-section {
    background-color: #fff0;
    text-align: left;
    padding: 0rem 10rem 3rem;
}

.clients-section .lg-text {
    color: #000;
    text-align: left;
    margin-bottom: 2.2rem;
}

.clients-section .clients-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.clients-section .clients-logos .logo-holder {
    -moz-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin-bottom: 5rem;
}

.clients-section .clients-logos .logo-holder img {
    max-height: 2.8rem;
}

/* -----------------------------------
    6 - Other Content Styles
------------------------------------*/

/* -----------------------------------
    7 - Process Section Styles
------------------------------------*/
.process-section {
    background-color: #61c2d82e;
    text-align: left;
    padding: 8rem 12rem 3rem;
}

.process-section .lg-text {
    text-align: left;
}

.process-section p {
    color: rgba(0, 0, 0, 0.66);
    margin-bottom: 6rem;
}

.process-section > .row {
    margin-right: -40px;
    margin-left: -40px;
}

.process-section > .row > div[class^="col"] {
    padding-right: 40px;
    padding-left: 40px;
}

.text-box {
    margin-bottom: 4rem;
}

.text-box .title {
    font-family: "Lalezar", cursive;
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
}

.text-box p {
    color: silver;
    font-size: 1.26rem;
    line-height: 2.5rem;
}

/* -----------------------------------
    8 - Team Section Styles
------------------------------------*/
.team-section {
    position: relative;
    padding: 10rem 8rem 12rem;
    z-index: 10;
	/* background-image: url(../img/footmania/banner_bg2_mobile.webp); */
	background-color: #87888a;
    background-size: cover;
	background-position: center;
	
	
}

.team-section .team-photos {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    padding-bottom: 5rem;
    overflow: hidden;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.team-section .team-photos .photo-holder {
    position: relative;
    display: inline-block;
    margin: 0 2.4rem;
}

.team-section .team-photos .photo-holder img {
    border-radius: 10rem;
    width: 14.5rem;
}

.team-section .team-photos .photo-holder:nth-child(odd) {
    bottom: -3.5rem;
}

/* -----------------------------------
    9 - Jobs Section Styles
------------------------------------*/

/* -----------------------------------
    10 - Blog Section Styles
------------------------------------*/

/* -----------------------------------
    11 - Post Section Styles
------------------------------------*/

/* -----------------------------------
    12 - Few Contact Styles
------------------------------------*/

/* -----------------------------------
    13 - Jobs Section Styles
------------------------------------*/
.our-people-section {
    background-color: #0404045e;
    text-align: left;
    padding: 10rem 10rem 5rem;
}

.our-people-section .lg-text {
    text-align: left;
    margin-bottom: 2rem;
}

.our-people-section .normal-text {
    margin-bottom: 5rem;
}

.our-people-section .normal-text p {
    color: rgba(0, 0, 0, 0.66);
}

/* -----------------------------------
    14 - Social Row Styles
------------------------------------*/

/* -----------------------------------
    15 - Project Info Styles
------------------------------------*/
.project-info {
    background-color: #fff;
    padding: 6rem 8rem 2rem;
	/* background-image: url(../img/footmania/bg_ftm1_mobile.webp) */
}

.project-info h2 {
    color: #393E46;
    margin-bottom: 1rem;
}

.project-info .lg-text {
    color: #d2c17d;
    text-align: left;
    margin-bottom: 2rem;
}

.project-info .normal-text {
    margin-bottom: 5rem;
}

.project-info .normal-text p {
    color: silver;
}

.project-info .text-box .title {
    color: #3FBFBF;
    font-size: 1.9rem;
    margin-bottom: 1.4rem;
}

.project-imgs {
    background-color: #fff0;
    padding: 3.5rem;
}

.project-imgs .img-holder {
    margin-bottom: 4rem;
}

.project-imgs .img-holder img {
    width: 90%;
}

/* -----------------------------------
    16 - Footer Styles
------------------------------------*/
.footer {
    background-color: #23293100;
    text-align: center;
    padding: 10rem 8rem rem;
}

.footer .lg-text {
    color: #4ECCA3;
    margin-bottom: 2.2rem;
}

.footer p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.26rem;
    line-height: 2.5rem;
}

.footer .normal-text {
    margin-bottom: 6rem;
}

.footer .contact-info-holder {
    text-align: left;
}

.footer .contact-info-holder .title {
    font-family: "Lalezar", cursive;
    font-size: 1.6rem;
    color: #777A80;
}

.footer .contact-info-holder .contact-info {
    font-family: "Lalezar", cursive;
    color: #fff;
    font-size: 4.8rem;
}

.footer .contact-info-holder .contact-info a {
    font-family: "Lalezar", cursive;
    color: #fff;
    font-size: 4.8rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .contact-info-holder .contact-info a:hover, .footer .contact-info-holder .contact-info a:focus {
    color: #4ECCA3;
    text-decoration: none;
}

.footer .contact-info-holder .social-media {
    display: inline-block;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .contact-info-holder .social-media .social-link-holder {
    text-align: left;
    display: inline-block;
    margin-right: 0.5rem;
}

.footer .contact-info-holder .social-media .social-link-holder a {
    font-size: 1.2rem;
    font-family: "Lalezar", cursive;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .contact-info-holder .social-media .social-link-holder a:hover, .footer .contact-info-holder .social-media .social-link-holder a:focus {
    color: #898b91;
    text-decoration: none;
}

/* -----------------------------------
    17 - Responsive Styles
------------------------------------*/
@media (max-width: 1200px) {

    .clients-section .clients-logos .logo-holder img {
        max-height: 2rem;
    }

    .footer .contact-info-holder .contact-info {
        font-size: 4rem;
    }

    .footer .contact-info-holder .contact-info a {
        font-size: 4rem;
    }

    .project-imgs .img-holder {
        margin-bottom: 2.5rem;
		scale: 146%;
    }
	
	.team-section {
    position: relative;
    padding: 10rem 8rem 12rem;
    z-index: 10;
	background-color: #87888a;
	/* background-image: url(../img/footmania/banner_bg2.webp); */

}

@media (max-width: 1000px) {
.team-section {
    position: relative;
    padding: 10rem 8rem 12rem;
    z-index: 10;
	background-color: #87888a;
	/* background-image: url(../img/footmania/banner_bg2.webp); */
	
}

@media (max-width: 992px) {
.team-section {
    position: relative;
    padding: 10rem 8rem 12rem;
    z-index: 10;
	background-color: #87888a;
	/* background-image: url(../img/footmania/banner_bg2.webp); */
	
}

    .lg-text {
        font-size: 4rem;
        line-height: 2.8rem;
    } 

 .normal-text p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .clients-section {
        padding: 6rem 6.5rem 5rem;
    }

    .clients-section .clients-logos .logo-holder {
        -moz-flex: 1 1 25%;
        -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        margin-bottom: 3rem;
    }

    .clients-section .clients-logos .logo-holder img {
        max-height: 1.8rem;
    }

    .process-section {
        padding: 6rem 6.5rem;
    }

    .process-section p {
        margin-bottom: 4rem;
    }

    .text-box {
        margin-bottom: 2rem;
    }

    .text-box .title {
        font-size: 2rem;
        margin-bottom: 0.6rem;
    }

    .text-box p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .team-section {
        padding: 6rem 2rem 6rem;
    }

    .team-section .team-photos {
        bottom: -4.0rem;
        padding-bottom: 5rem;
    }

    .team-section .team-photos .photo-holder {
        margin: 0 1.5rem;
    }

    .team-section .team-photos .photo-holder img {
        width: 10rem;
    }

    .team-section .team-photos .photo-holder:nth-child(odd) {
        bottom: -2rem;
    }

    .project-imgs .img-holder {
        margin-bottom: 2.5rem;
		scale: 151%;
    }

    .project-info {
        padding: 4rem 6.5rem 0;
    }

    .project-info h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }

    .project-info .normal-text {
        margin-bottom: 2rem;
    }

    .project-info .text-box .title {
        font-size: 1.9rem;
        margin-bottom: 0.2rem;
    }

    .our-people-section {
        padding: 6rem 6.5rem;
    }

    .our-people-section .lg-text {
        margin-bottom: 2rem;
    }

    .our-people-section .normal-text {
        margin-bottom: 3rem;
    }
}

@media (max-width: 775px) {
	.team-section {
    position: relative;
    padding: 10rem 8rem 12rem;
    z-index: 10;
	background-color: #87888a;
	/* background-image: url(../img/footmania/banner_bg2_mobile.webp); */
	
}
	
	.menu-toggle {
        left: 2rem;
    }

    .main-menu {
        overflow: scroll;
        left: -100%;
    }

    .main-menu .menu-links ul li a {
        font-size: 4.8rem;
        line-height: 3rem;
    }

    .cnav {
        padding: 2rem 2rem;
    }

	.cnav .logo-holder {
		display: inline-block;
		pointer-events: all;
	}

	.cnav .logo-holder img {
		width: 10rem;
	}

    .header {
        padding: 11.5rem 2rem 10rem;
    }

    .lg-text {
        font-size: 2.6rem;
        line-height: 1.9rem;
    }

    .normal-text p {
        font-size: 1rem;
        line-height: 1.8rem;
    }

    .clients-section {
        padding: 6rem 5rem 5rem;
    }

    .clients-section .clients-logos .logo-holder img {
        max-height: 1.5rem;
    }

    .footer {
        padding: 6rem 2rem 6rem;
    }
	
	.footer img {
        max-height: 1rem;
    }

    .footer .social-media {
        text-align: 0px;
    }
    .footer .contact-info-holder {
        text-align: center;
    }

    .footer .contact-info-holder .title {
        font-size: 1.8rem;
    }

    .footer .contact-info-holder .contact-info {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }

    .footer .contact-info-holder .contact-info a {
        font-size: 2.2rem;
    }

    .footer .contact-info-holder .social-media .social-link-holder a {
        font-size: 0.9rem;
    }

    .process-section {
        padding: 6rem 5rem;
    }

    .process-section p {
        margin-bottom: 4rem;
    }

    .text-box {
        margin-bottom: 2rem;
    }

    .text-box .title {
        font-size: 2rem;
        margin-bottom: 0.6rem;
    }

    .text-box p {
        font-size: 1rem;
        line-height: 1.8rem;
        margin-bottom: 2rem;
    }

    .team-section {
        padding: 6rem 2rem 6rem;
    }

    .team-section .team-photos {
        bottom: -2.70rem;
        padding-bottom: 5rem;
    }

    .team-section .team-photos .photo-holder {
        margin: 0 1rem;
    }

    .team-section .team-photos .photo-holder img {
        width: 8rem;
    }

    .team-section .team-photos .photo-holder:nth-child(odd) {
        bottom: -2rem;
    }

    .project-info {
        padding: 4rem 5rem 0;
    }

    .project-imgs {
        padding: 2rem;
    }

    .project-imgs .img-holder {
        margin-bottom: 2.5rem;
		scale: 145%;
    }

    .our-people-section {
        padding: 6rem 5rem;
    }

    .our-people-section .lg-text {
        margin-bottom: 2rem;
    }

    .our-people-section .normal-text {
        margin-bottom: 3rem;
    }
}

@media (max-width: 575px) {
	.team-section {
    position: relative;
    padding: 1rem 8rem 12rem;
    z-index: 10;
	background-color: #87888a;
	/* background-image: url(../img/footmania/banner_bg2_mobile.webp); */
	
}	
	
	.lg-text {
        font-size: 2.0rem;
        line-height: 1.9rem;
    }

    .normal-text p {
        font-size: 1rem;
        line-height: 1.8rem;
    }
	
	.header .logo {
	width: 100%;
	}
	
    .menu-toggle {
        left: inherit;
        right: 1.5rem;
        top: 3.1rem;
    }

    .main-menu {
        width: 100%;
        padding: 2rem;
        text-align: left;
    }

    .main-menu .menu-links {
        margin-bottom: 4rem;
    }

    .main-menu .menu-links ul li {
        overflow: hidden;
        padding-top: 0.5rem;
    }

    .main-menu .menu-links ul li a {
        font-size: 4.8rem;
        line-height: 3rem;
    }

    .cnav {
        padding: 2rem 1.5rem;
    }
	
	.cnav .logo-holder {
		display: inline-block;
		pointer-events: all;
	}

    .cnav .logo-holder img {
        width: 8rem;
    }

    .cnav .social-media {
        display: none;
    }

    .clients-section {
        padding: 6rem 2rem;
    }

    .clients-section .clients-logos .logo-holder {
        -moz-flex: 1 1 50%;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-bottom: 3rem;
    }

    .clients-section .clients-logos .logo-holder img {
        max-height: 1.5rem;
    }
	.footer .contact-info-holder .contact-info a {
        font-size: 2.2rem;
    }
    .footer .contact-info-holder .social-media .social-link-holder a {
        font-size: 0.7rem;
    }

    .process-section {
        padding: 6rem 2rem;
    }

    .process-section > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .process-section > .row > div[class^="col"] {
        padding-right: 0;
        padding-left: 0;
    }

    .project-info {
        padding: 4rem 2rem 0;
    }

    .project-imgs .img-holder {
        margin-bottom: 1rem;
		scale: 135%;
    }

    .our-people-section {
        padding: 6rem 2rem;
    }
}

@media (max-width: 400px) {
	.footer .contact-info-holder .contact-info a {
        font-size: 1.4rem;
    }
}
@media (max-width: 350px) {
	.team-section {
    position: relative;
    padding: 1rem 8rem 12rem;
    z-index: 10;
	background-color: #87888a;
	/* background-image: url(../img/footmania/banner_bg2_mobile.webp); */
	
}
    .menu-toggle {
        left: inherit;
        right: 1.5rem;
        top: 3.1rem;
    }

    .main-menu {
        width: 100%;
        padding: 2rem;
        text-align: left;
    }

    .main-menu .menu-links {
        margin-bottom: 4rem;
    }

    .main-menu .menu-links ul li {
        overflow: hidden;
        padding-top: 0.5rem;
    }

    .main-menu .menu-links ul li a {
        font-size: 4.8rem;
        line-height: 3rem;
    }

    .cnav {
        padding: 2rem 1.5rem;
    }
	
	.cnav .logo-holder {
		display: inline-block;
		pointer-events: all;
	}

    .cnav .logo-holder img {
        width: 5rem;
    }

    .cnav .social-media {
        display: none;
    }
	
	.lg-text {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
	
	.clients-section {
    background-color: #fff0;
    text-align: left;
	}
	.clients-section img {
	max-height: 1.5rem;
	text-align: left;
	}
	.clients-section .lg-text {
    color: #d2c17d;
    text-align: left;
    margin-bottom: 2.2rem;
	}
	
	.clients-section .clients-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
	}

	.clients-section .clients-logos .logo-holder {
    -moz-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin-bottom: -8px;
	margin-left: -5px;
	}
	
	.clients-section .clients-logos .logo-holder img {
    max-height: 1.5rem;
	text-align: left;
	}

    .clients-section {
        padding: 6rem 1rem;
    }

    .clients-section .clients-logos .logo-holder {
        -moz-flex: 1 1 50%;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-bottom: 3rem;
		margin-left: -8px;
		margin-right: -5px;
    }

    .clients-section .clients-logos .logo-holder img {
        max-height: 1.5rem;
    }
	
    .footer {
        padding: 6rem 2rem 6rem;
    }
	
	.footer img {
        max-height: 1rem;
    }

    .footer .social-media {
        text-align: left;
    }
    .footer .contact-info-holder {
        text-align: center;
    }

    .footer .contact-info-holder .title {
        font-size: 1.8rem;
    }

    .footer .contact-info-holder .contact-info {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }

    .footer .contact-info-holder .contact-info a {
        font-size: 1.2rem;
    }

    .footer .contact-info-holder .social-media .social-link-holder a {
        font-size: 0.7rem;
    }

    .process-section {
        padding: 6rem 2rem;
    }

    .process-section > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .process-section > .row > div[class^="col"] {
        padding-right: 0;
        padding-left: 0;
    }

    .project-info {
        padding: 4rem 2rem 0;
    }

    .project-imgs .img-holder {
        margin-bottom: 1rem;
		scale: 160%;
    }

    .our-people-section {
        padding: 6rem 2rem;
    }
}

@media (max-width: 320px) {
	
	.clients-section {
        padding: 6rem 1rem;
    }
}

@media (max-width: 310px) {
	.team-section {
    position: relative;
    padding: 0rem 8rem 12rem;
    z-index: 10;
	background-color: #87888a;
	/* background-image: url(../img/footmania/banner_bg2_mobile.webp); */
	
}
	.clients-section {
    background-color: #fff0;
    text-align: left;
    padding: 10rem 10rem 3rem;
	}
	.clients-section img {
		text-align: center;
		
	}
	.clients-section .lg-text {
    color: #d2c17d;
    text-align: left;
    margin-bottom: 2.2rem;
	}

	.clients-section .clients-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
	}

	.clients-section .clients-logos .logo-holder {
    -moz-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin-bottom: 5rem;
	}

	.clients-section .clients-logos .logo-holder img {
    max-height: 2.8rem;
	text-align: left;
	}
    .menu-toggle {
        left: inherit;
        right: 1.5rem;
        top: 3.1rem;
    }

    .main-menu {
        width: 100%;
        padding: 2rem;
        text-align: left;
    }

    .main-menu .menu-links {
        margin-bottom: 4rem;
    }

    .main-menu .menu-links ul li {
        overflow: hidden;
        padding-top: 0.5rem;
    }

    .main-menu .menu-links ul li a {
        font-size: 4.8rem;
        line-height: 3rem;
    }

    .cnav {
        padding: 2rem 1.5rem;
    }
	
	.cnav .logo-holder {
		display: inline-block;
		pointer-events: all;
	}

    .cnav .logo-holder img {
        width: 5rem;
    }

    .cnav .social-media {
        display: none;
    }

    .clients-section {
        padding: 6rem 1rem;
    }

    .clients-section .clients-logos .logo-holder {
        -moz-flex: 1 1 50%;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-bottom: 3rem;
		margin-left: -8px;
		margin-right: -5px;
    }

    .clients-section .clients-logos .logo-holder img {
        max-height: 1.5rem;
    }

    .footer {
        padding: 6rem 2rem 6rem;
    }
	
	.footer img {
        max-height: 1rem;
    }

    .footer .social-media {
        text-align: left;
    }
    .footer .contact-info-holder {
        text-align: center;
    }

    .footer .contact-info-holder .title {
        font-size: 1.8rem;
    }

    .footer .contact-info-holder .contact-info {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }

    .footer .contact-info-holder .contact-info a {
        font-size: 1.1rem;
    }

    .footer .contact-info-holder .social-media .social-link-holder a {
        font-size: 0.7rem;
    }

    .process-section {
        padding: 6rem 2rem;
    }

    .process-section > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .process-section > .row > div[class^="col"] {
        padding-right: 0;
        padding-left: 0;
    }

    .project-info {
        padding: 4rem 2rem 0;
    }

    .project-imgs .img-holder {
        margin-bottom: 1rem;
		scale: 160%;
    }

    .our-people-section {
        padding: 6rem 2rem;
    }
}
}
}