@font-face {
    font-family: 'Beaufort';
    src: url('../fonts/Shinntype-BeaufortPro-Medium.otf');
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    color: #363636;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #363636;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
    color: #363636;
    text-decoration: none;
}
a.learn-more {
    font-style: italic;
    padding: 1rem 2.625rem;
}
a.learn-more::after {
    display: inline-block;
    width: 1rem;
    height: 1.125rem;
    content: '';
    background: url(../images/icons/arrow-more.svg) center no-repeat;
    background-size: contain;
    margin-left: 1rem;
}
h1 {
    line-height: 1.28;
}
h3 {
    font-family: 'Beaufort', serif;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
h4 {
    font-weight: 500;
}
h5 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}
h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}
p, ul {
    font-size: 1.25rem;
    line-height: 1.4;
}
b, strong {
    font-weight: 700;
}
address {
    line-height: 1.3;
}
.f80 {
    font-size: 5rem;
}
.f60 {
    font-size: 3.75rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f44 {
    font-size: 2.75rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1825rem;
}
.f30 {
    font-size: 1.875rem;
}
.f28 {
    font-size: 1.75rem;
}
.f26 {
    font-size: 1.625rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f24 {
    font-size: 1.5rem;
}
.f22 {
    font-size: 1.375rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.f14 {
    font-size: .875rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trans {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.scroll-anchor {
    z-index: -99;
    position: relative;
    padding-top: 4rem;
    margin-top: -4rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 1399px) {
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul {
        font-size: 1.125rem;
    }
    .f80 {
        font-size: 4rem;
    }
    .f60 {
        font-size: 3rem;
    }
    .f50 {
        font-size: 2.75rem;
    }
    .f45,
    .f44 {
        font-size: 2.25rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f36,
    .f35 {
        font-size: 1.625rem;
    }
    .f30 {
        font-size: 1.5rem;
    }
    .f28 {
        font-size: 1.7rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn.btn-second {
        font-size: 1.125rem;
        margin: 0;
    }
    .btn.btn-second::after {
        right: -1.25rem;
        width: .75rem;
        height: .75rem;
    }
    .p-mobile {
        padding: 4rem 0!important;
    }
}
@media (max-width: 991px) {
    .scroll-anchor#ourFirm {
        padding-top: 4rem;
        margin-top: -5rem;
    }
	
	.scroll-anchor {
        padding-top: 4rem;
        margin-top: -4rem;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    a.learn-more {
        padding: .5rem 1.75rem;
    }
    .f80 {
        font-size: 3rem;
    }
    .f60 {
        font-size: 2rem;
    }
    .f50 {
        font-size: 2rem;
    }
    .f45,
    .f44 {
        font-size: 1.625rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f36,
    .f35 {
        font-size: 1.375rem;
    }
    .f30 {
        font-size: 1.25rem;
    }
    .f28 {
        font-size: 1.25rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1.0625rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn {
        font-size: 1.25rem;
        padding: 0;
        margin: .5rem 0;
    }
	
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    padding: 2rem 0;
}
.navbar .navbar-brand {
    width: 19.5rem;
    padding: 0;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-brand img:nth-child(2) {
    display: none;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .fas {
    color: #363636;
    transform: scale(1.25, 1.25);
    padding: .5rem;
}
.navbar .nav-link {
    color: #363636;
    font-family: 'Beaufort', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    padding: .125rem 0!important;
    margin: auto 1.75rem;
}
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar .dropdown-menu {
    font-family: 'Beaufort', sans-serif;
    border: none;
    margin: 0;
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        background-color: #fff;
        box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
        padding: 1rem 0;
    }
    .navbar.navbar-min .navbar-brand {
        width: 12rem;
    }
    body:not(#home_page) .navbar:not(.navbar-min) .navbar-brand img:nth-child(1) {
        display: none;
    }
    body:not(#home_page) .navbar:not(.navbar-min) .navbar-brand img:nth-child(2) {
        display: block;
    }
    body:not(#home_page) .navbar:not(.navbar-min) .nav-link {
        color: #fff;
    }
}
@media (max-width: 1399px) {
    .navbar {
        padding: 1.5rem 0;
    }
    .navbar .navbar-brand {
        width: 12rem;
    }
    .navbar .nav-link {
        font-size: 1.25rem;
        margin: auto 1.125rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        padding: 1rem 0;
        box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
    }
    .navbar .navbar-brand {
        width: 12rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 .5rem;
        margin: 0;
    }
    .navbar .nav-link {
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0 0 .125rem;
    }
}

.togmenu{display: none;}

@media(max-width:991px){
	.navbar-nav a{
		display: inline-block;
		}
	
.togmenu {
      display: block;
      position: absolute;
      right: 12px;
      z-index: 999;
      font-size: 32px;
      color: #363636;
}
.navbar .dropdown:hover > .dropdown-menu {
	display: none;
	}
}
 



/*------------------------------
            Header
------------------------------*/
header {
    z-index: 3;
    position: relative;
    background-color: #E7E9E8;
}
#growthBrands_page header {
    background-color: #EBE7E5;
}
#industrials_page header {
    background-color: #F1F2DF;
}
#software_page header {
    background-color: #F8F4F4;
}
#terms_page header {
    background-color: #fff;
}
header::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(to right, #00112499,#03060A80), url(../images/header/home-services.jpg) center no-repeat;
    background-size: cover;
    border-bottom-left-radius: 90% 30%;
    border-bottom-right-radius: 90% 30%;
}
#growthBrands_page header::before {
    background: linear-gradient(to right, #00112499,#03060A80), url(../images/header/growth-brands.jpg) center no-repeat;
    background-size: cover;
}
#industrials_page header::before {
    background: linear-gradient(to right, #00112499,#03060A80), url(../images/header/industrials.jpg) center no-repeat;
    background-size: cover;
}
#software_page header::before {
    /* background: linear-gradient(to right, #00112499,#03060A80), url(../images/videos/636661552.mp4) center no-repeat;
    background-size: cover; */
}
header video {

    border-bottom-left-radius: 90% 30%;
    border-bottom-right-radius: 90% 30%;
}
header .content {
    display: flex;
    flex-direction: column;
    min-height: 42rem;
    padding: 12rem 0 4rem;
}
header .img-container {
    width: 19.5rem;
    height: 100%;
    margin: 0 auto;
}
header h3 {
    color: #fff;
    text-align: center;
    max-width: 65rem;
    margin: 4rem auto;
}
header a {
    color: #E3A683;
    font-weight: 600;
    padding: 1rem 4rem;
    border: 2px solid #F5CCB4;
    border-radius: .25rem;
}
header a:hover {
    color: #fff;
    background-color: #F5CCB4;
}
@media (min-width: 1200px) {
    #software_page header .col-xl-6:first-child {
        position: relative;
    }
    #software_page header .col-xl-6:first-child::after {
        position: absolute;
        top: 0;
        right: 1rem;
        display: block;
        width: 1px;
        height: 100%;
        content: '';
        background-color: #fff;
    }
    #software_page header .col-xl-6:last-child {
        padding-left: 6rem;
    }
    #software_page header h3 {
        text-align: left;
        max-width: 30rem;
        margin: 0 0 4rem;
    }
}
@media (max-width: 767px) {
    #software_page header a{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:70%;
	padding: 1rem 2rem;
	}
}






/*------------------------------
            Home
------------------------------*/
.home-landing {
    position: relative;
}
.home .carousel-item:not(.active)::after {
    /* z-index: 1; */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
}
.home .content {
    height: 100vh;
    min-height: 40rem;
    text-align: center;
    padding: 8rem 0;
}
.home h1 {
    font-family: 'Beaufort', serif;
    color: #fff;
    font-weight: 500;
    max-width: 60rem;
    margin: auto;
}
.video {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/*------------------------------
      Differentiated Model
------------------------------*/
.differentiated-model {
    padding: 5rem 0 0;
}
.differentiated-model .main {
    position: relative;
    background-color: #efefef;
    padding: 2rem 1rem;
}
.differentiated-model .main::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: .25rem;
    content: '';
    background-color: #363636;
}
.differentiated-model h3 {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
}
.differentiated-model .content {
    display: flex;
    flex-direction: column;
}
.differentiated-model h5 {
    min-width: 10rem;
    font-weight: 500;
    margin: 0 1rem 1rem 0;
}
.differentiated-model p {
    font-weight: 300;
    max-width: 40rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .differentiated-model .content {
        flex-direction: row;
        max-width: 39rem;
    }
}
@media (min-width: 1200px) {
    .differentiated-model .main {
        padding: 2rem 2rem;
    }
}
@media (max-width: 767px) {
    .differentiated-model h5 {
        margin: 0 0 .5rem;
    }
    .differentiated-model p {
        margin-bottom: 2rem;
    }
    .differentiated-model .col-lg-6:last-child p {
        margin-bottom: 0;
    }
}





/*------------------------------
            Journey
------------------------------*/
.journey {
    padding: 5rem 0 6rem;
}
.journey .row:nth-child(2) {
    margin-top: 2rem;
}
.journey h3 {
    padding-top: 1.5rem;
    border-top: .25rem solid #363636;
    margin-bottom: 3rem;
}
.journey h5 {
    font-weight: 600;
}
.journey .content p {
    margin-top: 2rem;
}
.journey img.nf {
    width: 3rem;
    height: 3rem;
}
.journey .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 12rem;
    background-color: rgba(0, 0, 0, .1);
    padding: 1rem;
}
.journey .col-lg-5:nth-child(1) .info {
    background: linear-gradient(rgba(0, 0, 0, .1),rgba(0, 0, 0, .1)), url(../images/icons/NF_logo_black_square.jpg) center no-repeat;
    background-size: cover;
}
.journey .col-md-4:nth-child(2) .info {
    background-color: rgb(169, 169, 169);
}
.journey .col-md-4:nth-child(3) .info {
    background-color: rgba(0, 0, 0, .5);
}
.journey .col-md-4:nth-child(4) .info {
    background-color: rgba(0, 0, 0, .75);
}
.journey .info h5 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: auto;
}
.journey .media p {
    margin: auto;
}
@media (min-width: 1200px) {
    .journey .media p {
        line-height: 1.4;
    }
}
@media (min-width: 992px) {
    .journey .col-lg-5:first-child {
        padding-right: .125rem;
    }
    .journey .col-md-4:not(:last-child) {
        padding: 0 .125rem;
    }
    .journey .col-md-4:last-child {
        padding-left: .125rem;
    }
}
@media (max-width: 991px) {
    .journey .info {
        min-height: 7rem;
    }
}





/*------------------------------
           Our Platform
------------------------------*/
.our-platform {
    text-align: center;
}
.our-platform h2 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.our-platform h4 {
    margin-bottom: 1.5rem;
}
.our-platform .content {
    position: relative;
    width: 33%;
    background-size: cover;
    background-position: center;
    filter: grayscale(.9);
}
.our-platform .content:hover {
    width: 28%;
    filter: grayscale(0);
}
.our-platform .info {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: #fff;
    background-size: cover;
    text-align: center;
    height: 100%;
    min-height: 37rem;
    max-width: 19.25rem;
    padding: 4rem 0 2rem;
    margin: auto;
}
.our-platform .info img.lg-icn {
	width: 200px;
	height: auto;
	margin: 0 auto 30px;
}
.our-platform h5 {
    font-weight: 500;
    margin: 0 auto 1rem;
}
.our-platform .content:hover > div p {
    max-height: 100%;
}
.our-platform p {
    line-height: 1.3;
    min-height: 5rem;
    overflow: hidden;
    margin: 0 auto;
    transition: all .3s ease-out;
}
.our-platform .overlay {
    filter: grayscale(0);
    background-color: rgb(47 38 34 / 50%);
}
@media (min-width: 992px) {
    .our-platform .content:nth-child(1) .content {
        border-left: none;
    }
    .our-platform .content:nth-child(4) .content {
        border-right: none;
    }
}
@media (max-width: 767px) {
    .our-platform .content {
        width: 100%;
    }
    .our-platform .info {
        min-height: 30rem;
    }
	.our-platform p {
		font-size: 1.5rem;
    
	}
	.our-platform .info img.lg-icn{
		margin:0 auto 60px;
	}
	.differentiated-model {
    padding: 1rem 0 0;
	}
	.p-mobile {
    padding: 2rem 0 !important;
	}
	 
	.quote .img-container {
     
    margin: 1.5rem 0 0 !important;
	}
	.our-platform .content{
	filter: none;
	margin-bottom:15px;
	}
	.our-platform .content:hover {
    width:100%;
     
}

}





/*------------------------------
          Fundamentals
------------------------------*/
.fundamentals {
    background-color: #EFEFEF;
    padding: 6rem 0;
}
.fundamentals h4 {
    text-align: center;
    margin-bottom: 3rem;
}
.fundamentals .content {
    filter: grayscale(.85);
    height: 37.5rem;
    padding: 2rem 1rem;
    margin: 1rem 0 0;
}
.fundamentals h5 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    max-width: 17rem;
    margin: 0 auto;
}
.fundamentals img {
    width: 5.125rem;
    height: 5.125rem;
    margin: 0 auto 2rem;
}





/*------------------------------
            Team
------------------------------*/
.team {
    position: relative;
    text-align: center;
    padding: 6rem 0;
}
.team .person {
    cursor: pointer;
    margin-top: 2rem;
}
.team .person .img-container {
    position: relative;
}
.team .person .img-container:not(:hover) img {
    filter: grayscale(1);
}
.team .person .info {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgb(227 166 131 / 64%);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.34px;
    padding: 1.5rem 1rem;
}
#homeServices_page .team .person .info {
    background-color: rgba(97, 126, 127, .65);
}
#industrials_page .team .person .info {
    background-color: rgba(114, 104, 99, .65);
}
#software_page .team .person .info {
    background-color: rgba(114, 104, 99, .65);
}
.team .person .img-container:hover .info {
    opacity: 1;
}
.team .name {
    font-weight: 500;
    margin: .75rem 0 0;
}
.team .title {
    color: #313131;
    margin-bottom: 0;
}
.team .linkedin {
    margin-bottom: 0;
}
.team .linkedin img {
    width: 8.5rem;
    border: 2px solid #618FC4;
    border-radius: .375rem;
    margin: 1rem auto 0;
}
@media (max-width: 991px) {
    .team .person {
        cursor: pointer;
        margin-top: 2rem;
    }
    .team .person .info {
        padding: .75rem 1rem;
    }
}
@media (max-width: 575px) {
    .team .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .team .col-6:nth-child(even) {
        padding-left: .5rem;
    }
	
}





/*------------------------------
            The Future
------------------------------*/
.future {
    padding: 0 0 6rem;
}
.future h3 {
    padding-top: 1.5rem;
    border-top: .25rem solid #363636;
}





/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: 4rem;
    right: -5.5rem;
    background-color: #363636;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
    padding: 0 .5rem;
}
.modal .nav .nav-item {
    background-color: #363636;
    padding: 1.5rem .75rem;
    border: none;
    margin: 0 .25rem;
}
.modal .nav .nav-item:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.modal .nav .nav-item:hover {
    opacity: .75;
}
.modal .nav .nav-item img {
    width: 1.5rem;
    height: 1.75rem;
}
.modal .modal-body::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 17rem;
    content: '';
    background-color: #E7E9E8
}
.modal .carousel {
    z-index: 3;
}
.modal .img-container {
    max-width: 100%;
}
.modal .content {
    padding: 2rem 1rem 2rem 0;
}
.modal .name {
    font-weight: 500;
    margin-bottom: .25rem;
}
.modal .title {
    margin: 0 0 2.25rem;
}
.modal hr {
    border-top: 1px solid #D6D6D6;
    margin: 1.25rem 0 2.5rem;
}
.modal-backdrop {
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .7;
}
@media (min-width: 992px) {
    .modal .modal-body {
        padding-top: 6rem;
    }
    .modal .title {
        margin: 0 0 5.25rem;
    }
    .modal p {
        margin-bottom: 1.75rem;
    }
}
@media (max-width: 575px) {
    .modal .nav {
        top: 26.75rem;
        left: 0;
        right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .modal .nav .nav-item {
        padding: 1rem .5rem;
    }
    .modal .nav .nav-item:nth-child(2) {
        border-top: none;
        border-bottom: none;
        margin-left: auto;
        margin-right: 2rem;
    }
    .modal .nav .nav-item img {
        width: 1rem;
        height: 1.25rem;
    }
}





/*------------------------------
            Portfolio
------------------------------*/
.portfolio {
    background-color: #E7E9E8;
    padding: 6rem 0;
}
.portfolio h3 {
    text-align: center;
    margin-bottom: 2rem;
}
.portfolio .port {
    height: 8.75rem;
    background-color: #fff;
    padding: 1rem 2.5rem;
    margin-top: 1.875rem;
}
.portfolio .port img[src*="Marshside_Maintenance_Logo.svg"],
.portfolio .port img[src*="Main_Light_Logo.svg"] {
    filter: invert(1);
}
@media (max-width: 575px) {
    .portfolio .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .portfolio .col-6:nth-child(even) {
        padding-left: .5rem;
    }
	.portfolio {
    background-color: #E7E9E8;
    padding: 4rem 0;
	}
}





/*------------------------------
        Portfolio Modal
------------------------------*/
.modal#portfolioModal .port-tile {
    max-width: 20rem;
}
.modal .team-card-title {
    color: #003763;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.modal .team-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}
.modal .team-card .img-container {
    width: 5.9375rem;
    height: 5.9375rem;
    margin-right: .9375rem;
}
.modal .team-card .name {
    color: #003763;
    margin-bottom: .625rem;
}
.modal .team-card .title {
    color: #363636;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .modal#portfolioModal .carousel-item {
        padding: 3rem 3rem 3rem 2rem;
    }
}





/*------------------------------
           About Info
------------------------------*/
.about-info {
    background-color: #E7E9E8;
    text-align: center;
    padding: 5rem 0;
}
#growthBrands_page .about-info {
    background-color: #EBE7E5;
}
#industrials_page .about-info {
    background-color: #F1F2DF;
}
#software_page .about-info {
    background-color: #F8F4F4;
}
.about-info h4 {
    color: #617E7F;
    margin-bottom: 1.875rem;
}
#growthBrands_page .about-info h4 {
    color: #5B421F;
}
#industrials_page .about-info h4 {
    color: #8A8B70;
}
#software_page .about-info h4 {
    color: #726863;
}
.about-info p:last-child {
    margin: 0;
}
.about-info .content a {
    color: #5B421F;
    display: inline-block;
    padding: .75rem 3rem;
    border: 1px solid #5B421F;
    border-radius: .25rem;
    margin: 1rem auto 0;
}
.about-info .content a:hover {
    color: #fff;
    background-color: #5B421F;
}

@media (max-width: 767px){
	.about-info {    
    padding: 3rem 0;
	}
	

}




/*------------------------------
            About
------------------------------*/
.about {
    color: #fff;
    text-align: center;
    padding: 7rem 0;
}
.about h2 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.about .content {
    margin-top: 4rem;
}
.about .img-container {
    text-align: center;
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto 2.5rem;
}
.about h5 {
    font-family: 'Beaufort', sans-serif;
    margin: 0 auto 1.5rem;
}
.about p {
    font-weight: 300;
    margin: 0 auto;
}
.about a {
    display: inline-block;
    color: #FFC880;
    padding: 1rem 3rem;
    border: 2px solid #fff;
    border-radius: .25rem;
    margin: 5rem auto 0;
}
.about a:hover {
    color: #fff;
    background-color: #FFC880;
}





/*------------------------------
            Industries
------------------------------*/
.industries {
    background-color: #E7E8CF;
    padding: 6rem 0;
}
.industries h3 {
    text-align: center;
}
.industries .content {
    margin-top: 2.5rem;
}
.industries .img-container {
    width: 5.75rem;
    height: 5.75rem;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 100%;
    margin-right: 1rem;
}
.industries h5 {
    flex: 1;
    font-weight: 600;
    line-height: 1.3;
    margin: auto 0;
}
.industries p {
    text-align: center;
    margin: 4rem auto 1rem;
}
.industries p:last-child {
    margin-bottom: 0;
}





/*------------------------------
          Home Services
------------------------------*/
.home-services {
    padding: 6rem 0;
}
.home-services .col-md-6 {
    padding: 0 .25rem;
}
.home-services .content {
    color: #fff;
    text-align: center;
    height: calc(100% - 3rem);
    padding: 3rem 1.875rem 2rem;
    margin-bottom: 3rem;
}
.home-services h5 {
    font-family: 'Beaufort', sans-serif;
    margin: 0 auto 1.5rem;
}
.home-services p {
    opacity: 0;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 auto 0;
    transition: all .3s ease-out;
}
.home-services .content:hover > p {
    opacity: 1;
}
@media (min-width: 1200px) {
    .home-services .content {
        min-height: 36rem;
    }
}
@media (max-width:767px) {
	.home-services {
		padding:3rem 0 0;
	}
	.home-services p {
    opacity: 1;
}
}




/*------------------------------
            Offers
------------------------------*/
.offers {
    text-align: center;
    padding: 6rem 0;
}
.offers .content {
    height: 100%;
    text-align: left;
}
.offers .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 5rem;
    width: 100%;
    background-color: #EFBA9B;
    font-family: 'Beaufort', sans-serif;
    line-height: 1;
    padding: .875rem 1.875rem;
    margin: 1.875rem 0 0;
}
.offers .col-md-6:nth-child(4n - 2) .title {
    background-color: #F5CCB4;
}
.offers .col-md-6:nth-child(4n - 1) .title {
    background-color: #F8DBCB;
}
.offers .col-md-6:nth-child(4n) .title {
    background-color: #FCEBE1;
}
.offers .info {
    flex: 1;
    background-color: #FEF6FE;
    padding: 1.875rem 1.875rem;
}
.offers .col-md-6:nth-child(even) .info {
    background-color: #F8F4F4;
}
.offers .content ul {
    height: 100%;
    list-style: square;
    padding-left: .875rem;
}
.offers .content ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.offers .content ul li::marker {
    color: #ABA29D;
}
@media(min-width: 992px) {
    .offers .col-md-6:not(:nth-child(4n - 3)) {
        padding-left: 0;
    }
    .offers .col-md-6:not(:nth-child(4n)) {
        padding-right: 0;
    }
}
@media(min-width: 1200px) {
    .offers .row:nth-child(2) {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media(min-width: 767px) and (max-width: 991px) {
    .offers .col-md-6:nth-child(even) {
        padding-left: 0;
    }
    .offers .col-md-6:nth-child(odd) {
        padding-right: 0;
    }
}
@media(min-width:320px) and (max-width: 767px) {
.offers {
     
    padding: 2rem 0;
	}
	
}





/*------------------------------
            Quote
------------------------------*/
.quote {
    color: #fff;
    background-color: #726863;
    padding: 5rem 0 7rem;
}
.quote h3 {
    z-index: 1;
    position: relative;
    display: inline-block;
    background-color: #726863;
    text-align: center;
    padding: 0 2rem;
    margin: 0 auto 2.5rem;
}
.quote .carousel::after {
    position: absolute;
    top: -4rem;
    left: -7rem;
    display: block;
    width: calc(100% + 14rem);
    height: calc(100% + 7rem);
    content: '';
    border: 1px solid #F5CCB4;
}
.quote .img-container {
    height: 11.125rem;
    border-radius: .25rem;
    margin: 6.5rem 0 0;
}
.quote .content {
    position: relative;
    padding: 5rem 0 4rem;
}
.quote .content::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3rem;
    height: 4rem;
    content: '';
    background: url(../images/icons/icon-quote-start.svg) center no-repeat;
    background-size: contain;
}
.quote .content::after {
    position: absolute;
    bottom: -1rem;
    right: 0;
    display: block;
    width: 3rem;
    height: 4rem;
    content: '';
    background: url(../images/icons/icon-quote-finish.svg) center no-repeat;
    background-size: contain;
}
.quote .content p {
    line-height: 1.6;
    margin: 0;
}
.quote .content p span {
    color: #F5CCB4;
}
.quote .person img {
    width: 7.5rem;
    height: 7.5rem;
    margin-right: 1rem;
}
.quote .person h5 {
    font-weight: 500;
    margin: auto 0;
}

@media(max-width:767px){
	.quote h3 {
    margin: 0 auto 0.5rem;
	}
}




/*------------------------------
            Business
------------------------------*/
.business {
    padding: 5rem 0;
}
.business h5 {
    font-family: 'Beaufort', sans-serif;
    margin: 1.5rem 0 2rem;
}
.business p {
    max-width: 34rem;
}
.business ul {
    list-style: none;
    padding-left: 0;
}
.business ul li {
    margin-bottom: 1.5rem;
}
.business ul li::before {
    content: '✓ ';
}
.business .img-container {
    height: 100%;
}
@media (min-width: 1200px) {
    .business .col-lg-6:nth-child(2) {
        position: relative;
    }
    .business .col-lg-6:nth-child(2)::before {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 6rem;
        display: block;
        width: 50vw;
        height: 100%;
        content: '';
        background-color: #726863;
    }
}
@media (max-width:767px) {
	.business {
    padding: 2rem 0;
	}
	.quote {
    padding: 2rem 0 4rem;
	}
}	




/*------------------------------
            NFS
------------------------------*/
.nfs {
    background-color: #F8F4F4;
    text-align: center;
    padding: 5rem 0;
}
.nfs .content {
    color: #fff;
    background-color: #726863;
    height: calc(100% - 1.5rem);
    min-height: 12rem;
    padding: 2.5rem 8% 1.5rem;
    margin-top: 1rem;
}
.nfs h5 {
    font-family: 'Beaufort', sans-serif;
    margin: 0 auto 1rem;
}
.nfs p {
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    margin: auto;
}
@media (min-width: 768px) {
    .nfs .col-md-6:nth-child(2) .content,
    .nfs .col-md-6:nth-child(3) .content {
        background-color: #AA9D97;
    }
}
@media (max-width: 767px) {
    .nfs .col-md-6:nth-child(even) .content {
        background-color: #AA9D97;
    }
	.nfs{
		padding:3rem 0;
	}
}





/*------------------------------
            Market
------------------------------*/
.market {
    background-color: #F8F4F4;
    text-align: center;
    padding: 6rem 0;
}
.market h3 {
    margin-bottom: 4rem;
}
.market .content {
    position: relative;
    min-height: 14rem;
    padding: 1rem 0;
}
.market .img-container {
    width: 5.875rem;
    height: 5.875rem;
    margin: 0 auto 1rem;
}
.market h5 {
    max-width: 8.875rem;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .market .col-6:nth-child(-n + 4) {
        border-bottom: 1px solid #726863;
    }
    .market .col-6:not(:nth-child(4n)) {
        border-right: 1px solid #726863;
    }
}
@media (max-width: 991px) {
    .market .col-6:nth-last-child(n + 3) {
        border-bottom: 1px solid #726863;
    }
    .market .col-6:not(:nth-child(even)) {
        border-right: 1px solid #726863;
    }
}
@media (max-width:767px) {
.market {
    background-color: #F8F4F4;
    text-align: center;
    padding: 4rem 0;
	}	
}




/*------------------------------
            Get In Touch
------------------------------*/
.get-in-touch {
    background-color: #F8F4F4;
}
.get-in-touch form {
    padding: 8rem 0 8rem 4rem;
}
.get-in-touch form p {
    margin-bottom: 2rem;
}
.get-in-touch form .form-control {
    padding: 1.25rem 2rem;
    border: none;
}
.get-in-touch form .form-control::placeholder {
    font-size: 1.25rem;
    color: #B9B7B6;
}
.get-in-touch .btn {
    font-family: 'Beaufort', sans-serif;
    padding: .875rem .875rem .75rem;
    border: 2px solid #726863;
    border-radius: .25rem;
    margin-top: 2rem;
}
.get-in-touch .btn:hover {
    color: #fff;
    background-color: #726863;
}
.get-in-touch .img-container {
    height: 100%;
}
@media (min-width: 1200px) {
    .get-in-touch .img-container {
        float: right;
        width: 50vw;
    }
}
@media (max-width:767px) {
    .get-in-touch form {
        padding: 3rem 0 0rem 0rem;
    }
}



/*------------------------------
            Contact
------------------------------*/
.contact {
    position: relative;
    padding: 12rem 0 4rem;
    background: linear-gradient(rgba(232, 229, 229, 0.5),rgba(232, 229, 229, 0.5)), url(../images/contact-bg.jpg) left 70% top no-repeat;
	background-size: cover;
}
.contact::before {
	background:rgba(250,250,250,0.3);
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	position: absolute;
}
.contact h3 {
    text-align: center;
	position: relative;
	margin-bottom: 3rem;
}
.contact .img-container {
    margin-bottom: 1rem;
}
.contact h5 {
    position: relative;
    font-family: 'Beaufort', sans-serif;
    font-weight: 700;
    padding-left: 3rem;
    margin-bottom: 1rem;
}
.contact h5 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
}
.contact address {
    padding-left: 3rem;
}
.contact form {
    background-color: rgba(227, 166, 131, 0.85);
    padding: .5rem 1rem;
    margin-bottom: 2rem;
	position: relative;
}
.contact iframe {
    background-color: rgba(227, 166, 131, 0.85);
    padding: .5rem 3rem;
	position: relative;
}
.contact form h4 {
    font-weight: 500;
}
.contact form .form-control {
    padding: .45rem 1rem;
    border: none;
    border-radius: 0;
}
.contact form .btn {
    color: #fff;
    background-color: #363636;
    padding: .5rem 4rem;
    border-radius: 0;
    margin: 0;
}
@media (min-width: 1200px) {
    .contact h3 {
        margin-bottom: 2rem;
    }
    .contact .img-container {
        margin-bottom: 3rem;
    }
    .contact h5 {
        padding-left: 6.5rem;
    }
    .contact h5 img {
        width: 4.25rem;
        height: 4.25rem;
    }
    .contact address {
        padding-left: 6.5rem;
    }
    .contact form {
        padding: 2.5rem 4rem;
    }
    
}
@media(max-width: 1399px) {
    .contact {
        padding: 8rem 0 2rem;
    }
    .contact iframe {
        padding: 0 2rem;
        transform: scale(.8);
    }
}
@media(max-width:767px){
	.contact {
    background-position: 58%;
	}
}




/*------------------------------
        Contact Secondary
------------------------------*/
.contact-secondary {
    color: #fff;
    background-color: #6E7973;
    padding: 5.75rem 0;
}
#growthBrands_page .contact-secondary {
    background-color: #C29963;
}
#industrials_page .contact-secondary {
    background-color: #8A8B70;
}
#software_page .contact-secondary {
    background-color: #726863;
}
.contact-secondary h3 {
    text-align: center;
}
.contact-secondary p {
    text-align: center;
    margin: 0 auto 4rem;
}
.contact-secondary .contact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #fff;
    margin: 0 auto;
}
.contact-secondary .contact-item b {
    display: block;
    font-weight: 500;
}
.contact-secondary .contact-item .img-container {
    width: 4.75rem;
    height: 4.75rem;
    background-color: rgba(0, 0, 0, .5);
    padding: .375rem;
    border-radius: 100%;
    margin-right: 1rem;
}
@media (min-width: 992px) {
    .contact-secondary .col-lg-6:nth-child(odd) .contact-item {
        border-left: 1px solid #fff;
    }
}

@media (max-width:480px) {
span.e-mb {
    width: 262px;
    font-size: smaller;
}
}



/*------------------------------
            Terms
------------------------------*/
.terms {
    padding: 5rem 0;
}
.terms h5 {
    font-family: 'Beaufort', serif;
    font-weight: 500;
    margin-bottom: 1.75rem;
}
.terms p {
    margin-bottom: 1.75rem;
}
@media (max-width: 1199px) {
    .terms {
        padding: 4rem 0;
    }
}






/*------------------------------
            Footer
------------------------------*/
footer {
    background-size: cover;
    text-align: center;
    padding: 3rem 0 2rem;
}
footer img {
    width: 17.875rem;
    margin-bottom: 1.875rem;
}
footer address {
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 1.875rem;
}
@media (max-width: 1399px) {
    footer {
        padding: 2rem 0 1rem;
    }
}