@font-face {
    font-family: 'proxima-nova-rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova-bd';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
	width:100%;
	height:100%;
	scroll-behavior: smooth;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#707070;
	font-family: 'proxima-nova-rg';
}

header, section, main, footer {
	display: flex;
	flex-direction: column;
}

.header {
	width:90%;
	padding:30px 5%;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position:fixed;
	top:0;
	background:#FFF;
	z-index:5;
	transition:all 0.3s ease-in-out;
}

.header > * {
	transition:all 0.3s ease-in-out;
}

.on-scroll {
	padding:15px 5%;
	background:rgba(255,255,255,0.8);
}

.logo {
	margin:0;
}

.site-logo {
	margin:0;
	width:300px;
	height:75px;
	display: block;
	background:url("../images/charles-garth-logo.svg") center left no-repeat;
	background-size:contain;
	text-indent:-9999px;
	transition:all 0.3s ease-in-out;
}

.on-scroll .site-logo {
    height: 50px;
}

.menu-icon {
	width:50px;
	height:25px;
	background:url("../images/menu-icon.svg") center center no-repeat;
	background-size:contain;
	cursor: pointer;
}

.on-scroll .menu-icon {
	height:20px;
}

.menu-panel {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(65,75,103,0.95);
    width: 100%;
    height: 100%;
    z-index: 100;
    right: -100%;
	transition:all 0.3s ease-in-out;
}

.menu li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
    font-size: 1.5rem;
}

.menu-panel.active {
	right:0;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.close {
    position: absolute;
    top: 25px;
    right: 25px;
    background:url("../images/close.svg") center center no-repeat;
	background-size:contain;
    width: 30px;
    height: 30px;
    z-index: 10;
	cursor: pointer;
}


.hero {
	height:100%;
	background:#CCC;
	justify-content: center;
	align-content: center;
	align-items: center;
	position:relative;
}

.hero-content {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: rgba(65,75,103,0.7);
    color: #FFF;
	position:relative;
	z-index:2;
}

.hero-title {
    margin: 0;
    font-weight: normal;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-text {
    margin: 0;
    font-size: 1.25rem;
}

.hero-image-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
}

.hero-image {
	width:100%;
	height:100%;
	object-fit: cover;
}

.pages {
    height: 50%;
}

.full-width {
    width: 100%;
	align-items: center;
    padding: 25px 0;
}

.container {
    width: 1280px;
}

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

.sectors {
    width: 100%;
    padding: 0;
	align-items: center;
}

.section-title {
	font-size:2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul.sector-boxes {
    width: 90%;
    list-style-type: none;
    margin: 0 5% 50px 5%;
    padding: 0;
}

.sector-item {
    width: 23%;
}

.sector-image-block {
    background: #CCC;
}

.sector-image-block:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.sector-image {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
}

.sector-slide {
    display: flex !important;
}

.sector-title-item {
	padding:20px 0;
	background:#A7A9AD;
	color:#FFF;
	text-transform: uppercase;
	text-align: center;
	transition:all 0.3s ease-in-out;
}

.slick-current .sector-title-item {
    background: rgba(65,75,103,1);
}

.sector-image-block {
	position:relative;
}

.sector-link {
	text-decoration: none;
	color:inherit;
}

.sector-content {
    width: 100%;
	max-height:0;
    overflow: hidden;
    padding: 0;
    background: #414B67;
    color: #FFF;
    display: block;
	transition:max-height 0.3s ease-in-out;
	position:relative;
}

.close-slider {
    position: absolute;
    top: 25px;
    right: 25px;
    background:url("../images/close.svg") center center no-repeat;
	background-size:contain;
    width: 30px;
    height: 30px;
    z-index: 10;
	cursor: pointer;
}

.sector-content.expand {
    max-height:1000px;
    overflow: hidden;
}

.sector-content-image {
    width: 45%;
    background: #333;
	position: relative;
}

.sector-content-panel {
    width: 45%;
    padding: 150px 5%;
}

.sector-title {
	font-size:1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

/* the slides */
.sector-boxes .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
.sector-boxes .slick-list {
      margin: 0 -27px;
  }

.btn {
    display: inline-block;
    padding: 15px 25px;
    text-decoration: none;
	text-transform: uppercase;
}

.light {
	background:#FFF;
	color:#1F3571;
}

.dark {
	background:#414B67;
	color:#FFF;
}

.service-blocks {
	flex-direction: row;
	flex-wrap: wrap;
}

.services-title-panel {
    text-align: center;
    width: 80%;
    padding: 0 10% 40px 10%;
}

.row {
	width:100%;
	height:50vh;
    display: flex;
    flex-direction: row;
}

.service-block {
    position: relative;
}

.service-block-title {
    position: absolute;
    top: 50%;
    left: 50%;
	color:#FFF;
    transform: translate(-50%, -50%);
    background: rgba(167,169,173, 0.8);
    padding: 10px 20px;
    text-transform: uppercase;
	z-index:3;
}

.service-block > * {
	transition:all 0.3s ease-in-out;
}

.service-block a:hover > .mask {
    background: rgba(65,75,103,0.8);
}

.mask {
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	background: rgba(65,75,103,0);
	z-index: 2;
	transition:all 0.3s ease-in-out;
}

.service-image-block {
    position: absolute;
    background: #222;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.service-image {
	width:100%;
	height:100%;
	opacity: 0.5;
	object-fit: cover;
	transform:scale(1);
	transition:all 0.3s ease-in-out;
}

.service-block a:hover > .service-image-block .service-image {
	transform:scale(1.1)
}

.h-half {
    width: 50%;
}

.v-half {
    height: 50%;
}

.v-full {
    height: 100%;
}

.h-qtr {
    width: 25%;
}

.v-third {
    height: 33.333%;
}

.case-studies-block {
	display: flex;
}

.case-study-box {
	width:30%;
	display: flex;
	flex-direction: column;
}

.image-text-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.reversed {
	flex-direction: row-reverse;
}

.text-content {
    padding: 100px 5%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}

p {
    margin: 10px 0;
}

.no-margin {
    margin: 0;
}

.text-title {
    font-size: 2rem;
    margin: 0 0 10px 0;
}

.image-content {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
}

.image-panel {
    width: 70%;
    height: 70%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.side-image {
	width:100%;
	height:100%;
	object-fit: cover;
}

.background-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    background: #A7A9AD;
    border-radius: 100px 0 0 100px;
}

.background-panel-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    background:#A7A9AD;
	border-radius: 0 100px 100px 0;
}

.case-studies {
    padding: 25px 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.case-studies-panel {
    width: 90%;
    padding: 50px 5%;
    background: rgba(167,169,173, 0.5);
}

.case-studies-carousel {
    list-style-type: none;
    margin: 0;
    padding: 0 10%;
}

.case-study-content {
    width: 60%;
}

.case-studies-item {
    display: flex !important;
}

.case-study-image-block {
    width: 30%;
    margin-right: 5%;
	background:#FFF;
	position:relative;
}

.case-study-image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.case-study-title {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin:0;
}

/* Case Study Box */

.case-studies-block {
	width:80%;
	padding:50px 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}

.case-study-box {
    width: 30%;
    background: #F8F8F8;
    margin: 20px 0;
}

.case-study-box-image {
    height: 250px;
    background: #222;
}

.case-study-box-content {
    padding: 30px;
}

h3.case-study-box-title {
    margin-top: 0;
}

a.read-more {
    display: inline-block;
    padding: 10px 20px;
    background: #414B67;
    border-radius: 5px;
    margin: 10px 0 0 0;
    color: #FFF;
    text-decoration: none;
}

/* Case Study Box End */

/* News Page */

.news-block {
	width:80%;
	padding:50px 10%;
	display: flex;
}

.news-box {
    width: 100%;
	display: flex;
    background: #F8F8F8;
    margin: 20px 0;
}

.news-box-image {
    width: 30%;
    background: #222;
}

.news-box-content {
    width: 60%;
    padding: 25px 5%;
}

.news-box-title {
    margin-top: 0;
}

/* News Page End */

/* Contact Page */

.input-box {
    display: flex;
    border: 1px solid #333;
    padding: 20px;
    font-size: inherit;
    border-radius: 5px;
	font-family: 'proxima-nova-rg';
	width:80%;
}

.sendform {
    display: inline-block;
    padding: 20px 50px;
    margin: 25px 0 0 0;
    font-size: inherit;
    color: #FFF;
    border: none;
	border-radius: 5px;
	background: rgba(65,75,103,1);
}

.link {
	color: rgba(65,75,103,1);
	text-decoration: none;
}

/* Contact Page End */

.cta-box {
	width:90%;
	padding:25px 5%;
	background:#414B67;
	border-radius: 5px;
}

.cta {
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.cta h5 {
    font-size: 1.5rem;
    color: #FFF;
    margin: 0;
    text-align: center;
	font-weight: normal;
}

.cta-box p {
    color: #FFF;
    text-align: center;
    font-size: 1.25rem;
}

.cta-box a {
	 color:#FFF;
}

.cta-contact {
    display: block;
    margin-top: 25px;
}

.cta-contact a {
    color:#FFF;
	text-decoration: none;
}

p:last-child {
	margin-bottom:0;
}

.footer {
    background: #D3D4D6;
    width: 90%;
    padding: 50px 5%;
    flex-direction: row;
}

.footer-title {
    font-family: 'proxima-nova-bd';
    margin: 0 0 20px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem;
}

.fuse-link {
	font-size:0.75rem;
}

.fuse-link a {
	color:inherit;
	text-decoration: none;
}

.right-align {
	text-align: right;
}

.footer p:first-child {
	margin-top:0;
}

.footer p:last-child {
	margin-bottom: 0;
}

.contact-details {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact-item-link {
	display: block;
	text-decoration: none;
	color:#414B67;
	height:35px;
	padding-left:45px;
	line-height: 35px;
	font-family: 'proxima-nova-bd';
}

.tel {
	background:url("../images/tel-icon.svg") center left no-repeat;
	background-size:contain;
}

.email {
	background:url("../images/email-icon.svg") center left no-repeat;
	background-size:contain;
}

.social {
	list-style-type: none;
	margin:0;
	padding:0;
	display: flex;
}

.social-item {
	display: block;
	width:35px;
	height:35px;
	text-indent: -9999px;
}

.insta {
	background:url("../images/instagram-icon.svg") center center no-repeat;
	background-size:contain;
	margin-right:20px;
}

.lkdn {
	background:url("../images/linkedin-icon.svg") center center no-repeat;
	background-size:contain;
}

/* Tabs */
.sector-tabs {
    width: 80%;
    padding: 50px 10%;
    background-color:#414b67;
}
#sector-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    display: flex;
    justify-content: center;
}
#sector-tabs-nav li {
    margin: 0 5px;
    padding: 15px 30px;
    cursor: pointer;
}
#sector-tabs-nav li:hover,
#sector-tabs-nav li.active {
  	background-color: #08E;
}
#sector-tabs-nav li a {
  	text-decoration: none;
  	color: #FFF;
}
.sector-tab-content {
    padding: 10px;
    border: 5px solid #414b67;
    background-color: #FFF;
}

.sector-tab-title {
    text-align: center;
	font-weight: normal;
}

.sector-grid-boxes {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sector-grid-item {
    width: 31%;
    margin: 1%;
    background: #414b67;
    overflow: hidden;
}

.sector-grid-image {
    width: 100%;
    height: 250px;
    background: #CCC;
    font-size: 0;
    overflow: hidden;
	position: relative;
}

.back-btn {
	display: inline-block;
	color:inherit;
	padding:5px 10px;
	background:#F8F8F8;
	margin:0 0 25px 0;
}

.sector-image {
	width: 100%;
	height:100%;
	object-fit: cover;
}

.sector-grid-link {
	text-decoration: none;
	color:inherit;
}

.sector-box-title {
    font-size: 1rem;
    text-align: center;
	color:#FFF;
	font-weight: normal;
}





