/* - Main Banner - Start */
.main-banner {
	background-color: #191919;
	background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center 0;
	position: relative;
}
.main-banner > img {
	opacity: 0;
	visibility: hidden;
}
.main-banner .content-box {
	color: #fff;
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1430px;
	padding: 20px;
	margin: 0 auto;
}
.main-banner .content-box h6 {
	font-size: 3.5rem;
}
.main-banner .content-box h3 {
	font-size: 14rem;
	letter-spacing: -5px;
}

/* - min-width: 1440 */
@media (min-width: 1440px) {
	.main-banner .content-box h6 {
		font-size: 4rem;
		letter-spacing: -1px;
	}
	.main-banner .content-box h3 {
		font-size: 17rem;
		letter-spacing: -9px;
	}
}
/* - max-width: 1199 */
@media (max-width: 1199px) {
	.main-banner .content-box h6 {
		font-size: 2.5rem;
	}
	.main-banner .content-box h3 {
		font-size: 10rem;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.main-banner .content-box {
		bottom: 0;
	}
	.main-banner .content-box h6 {
		font-size: 2rem;
	}
	.main-banner .content-box h3 {
		font-size: 7rem;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.main-banner .content-box h6 {
		font-size: 1.2rem;
	}
	.main-banner .content-box h3 {
		font-size: 3rem;
		letter-spacing: 0;
	}
}

/* - Main Banner - End */

/* - Services Section - Start */
.services-section {
	background-color: #f7f7f5;
}
.services-section .testimonial-block h5 {	
    color: #313c4c;
	font-size: 24px;
	font-style: italic;
    line-height: 1.4;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.services-section .testimonial-block .author h4 {
	color: #313c4c;
	font-family: var(--content-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 0;
}
.services-section .srv-box {
	padding: 35px 25px;
    border: 1px solid rgba(0,0,0,.1);
}
.services-section .srv-box a {
	font-family: 'Spartan', sans-serif;
	color: #313c4c;	
}
.services-section .srv-box h3 {
	font-family: 'Spartan', sans-serif;
	font-size: 1.3125em;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.4;
	margin-top: 15px;
	margin-bottom: 15px;
}
.services-section .srv-box figure {
	display: block;
	width: 128px;
	height: 128px;
	margin: 0 auto;
}
.services-section .srv-box figure svg .accent-color {
	fill: #9e9f7f;
}
.services-section .srv-box figure svg .dark-color {
	fill: #181818;
}
.services-section .srv-box span {
	color: #9e9f7f;
	font-family: var(--content-font-family);
	font-size: 13px;
	font-weight: 600;
	display: block;
	line-height: 1;
	margin-top: 64px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services-section .srv-box span > i {
	margin-left: 8px;
}
.services-section .srv-box a:hover h3 {
	opacity: 0.8;
}
.services-section .srv-box a:hover span {
	color: #313c4c;
}

/* - Single */
.single-services {
	background-color: #f7f7f5;
}
.tm-single-services .right-box {
	max-width: 620px;
	margin: 0 auto;
	padding: 50px 20px;
}
.tm-single-services .content-box > figure {
	margin-right: 40px;
	margin-bottom: 30px;
}
.tm-single-services .content-box > h3 {
	font-size: 42px;
	color: #313c4c;
}
.tm-single-services .content-box > h6 {	
	font-size: 22px;
	color: #313c4c;
}
.tm-single-services .content-box .icon-cnt-box {
	color: #9e9f7f;
}
.tm-single-services .content-box .icon-cnt-box i {
	font-size: 38px;
	margin-bottom: 20px;
}

/* - Services Section 1 */
.services-section-1 .srv-box {
	font-family: 'Spartan', sans-serif;
	color: #232e42;
}
.services-section-1.topseperator .srv-box {
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.services-section-1 .srv-box span {
	color: #9e9f7f;
	display: block;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.5;
    margin-bottom: 1.1em;
}
.services-section-1 .srv-box h4 {	
	font-family: 'Spartan', sans-serif;	
	color: #232e42;
	font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -1px;
	margin-bottom: 16px;
}
.services-section-1 .srv-box p {	
	font-size: .875rem;
    line-height: 1.5;
}
.services-section-1 .srv-box a {
	display: inline-block;
	color: #9e9f7f;
	font-size: 1.5rem;
	margin-top: 15px;
}
.services-section-1 .srv-box a:hover {
	color: #313c4c;
}

/* - Services Section 2 */
.services-section-2 {
	background-color: #e3e4de;
}
.services-section-2 .content-box {
	color: #232e42;	
}
.services-section-2 .content-box h3 {
	font-size: 4rem;
	letter-spacing: -1px;
}
.services-section-2 .content-box h6 {
	font-family: 'Spartan', sans-serif;
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.4;
}
.services-section-2 .content-box ul {
	padding: 0;
	margin-bottom: 30px;
}
.services-section-2 .content-box ul li {
	align-items: center;
	position: relative;
	display: flex;
	line-height: 1.1;
}
.services-section-2 .content-box ul li + li{
	margin-top: 15px;
}
.services-section-2 .content-box ul li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}
.services-section-2 .content-box a {
	color: #9e9f7f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.services-section-2 .content-box a > i {
	margin-left: 5px;
}
.services-section-2 .content-box a:hover {
	color: #232e42;
}
.services-section-2 .srv-box figure {
	margin-bottom: 0;
	overflow: hidden;
}
.services-section-2 .srv-box figure > a img {
	transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.services-section-2 .srv-box:hover figure a > img {
	transform: scale3d(1.05,1.05,1.05);	
}
.services-section-2 .srv-box .info-box {
	padding: 25px;
}
.services-section-2 .srv-box .info-box h3 {
	color: #232e42;
	font-size: 1.25rem;
	font-family: 'Spartan', sans-serif;
	font-weight: 700;
    line-height: 1.5;
	margin-bottom: 55px;
	letter-spacing: -1px;
}
.services-section-2 .srv-box .info-box > a {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
}
.services-section-2 .srv-box .info-box > a > i {
	margin-left: 5px;
}
.services-section-2 .srv-box .info-box h3 a,
.services-section-2 .srv-box .info-box > a:hover {
	color: #232e42;
}
.services-section-2 .srv-box .info-box h3 a:hover,
.services-section-2 .srv-box .info-box > a {
	color: #9e9f7f;
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.services-section .testimonial-block {
		padding-top: 70px;
	}
	/* - Single Services */
	.tm-single-services .right-box {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.header_s .ownavigation .navbar-nav > li:last-of-type {
		margin-right: 0;
	}
	.header_s .ownavigation .navbar-nav > li:last-of-type > a {
		padding-right: 0;
	}
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.tm-single-services .img-box {
		background-size: cover;
		background-position: top left;
		background-repeat: no-repeat;
	}
	.tm-single-services .img-box img {
		position: absolute;
		opacity: 0;
		visibility: hidden;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Services Section 2 */
	.services-section-2 .content-box h3 {
		font-size: 2.5rem;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.services-section-2 .srv-box .info-box h3 {
		margin-bottom: 20px;
	}
}
/* - Services Section - End */

/* - Image content - Start */
.image-content .content-box h3 {
	color: #232e42;
	font-size: 4rem;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.image-content .content-box p {
	font-family: 'Spartan', sans-serif;
	font-size: 1.5rem;
}
.image-content .content-box a {
	background-color: #9e9f7f;
	border-radius: 3px;
    color: #fff;
	font-size: var(--bs-body-font-size);
	font-weight: 700;
	display: inline-block;
	padding: 1.05em 1.8em;
	margin-top: 10px;
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.image-content .content-box h3 {
		font-size: 3rem;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.image-content .content-box h3 {
		font-size: 2.5rem;
	}
}
/* - Image content - End */

/* - Video Section - Start */
.video-section {
	background-color: #dde3e1;	
}
.video-section .video-box {
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.video-section .video-box > img {
	visibility: hidden;
	opacity: 0;
}
.video-section .video-box > a {
	color: #fff;
	font-size: 3.5rem;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin: 0 auto;
}
.video-section .content-box {
	color: #232e42;
	max-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
}
.video-section .content-box > h3 {
	font-size: 4rem;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.video-section .content-box > h6 {
	font-family: 'Spartan', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
    line-height: 1.2;
}
.video-section .content-box > p {
    line-height: 1.5em;
	margin-top: 30px;
}
.video-section .content-box a {
    display: inline-block;
	color: #9e9f7f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 15px;
}
.video-section .content-box a:hover {
	color: #232e42;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.video-section .video-box > img {
		position: absolute;
	}
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.video-section .video-box > img {
		position: absolute;
	}
}
/* - max-width: 1199 */
@media (max-width: 1199px) {
	.video-section .content-box {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.video-section .content-box > h3 {
		font-size: 3rem;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.video-section .content-box {
		margin: 0 auto;
	}
	.video-section .content-box > h3 {
		font-size: 2rem;
	}
	.video-section .content-box > h6 {
		font-size: 1.1rem;
	}
}
/* - Video Section - End */

/* - Case Study - Start */
.case-study {
	background-image: url("../images/case-study-bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.case-study .content-box h2 {
	color: #fff;
	margin-bottom: 35px;
	line-height: .8;
	font-size: 14em;
}
.case-study .content-box a {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 1em 1.8em;
}
.case-study .content-box a:hover {
	background-color: #fff;
	color: #9e9f7f;
}
.case-study .content-box {
	max-width: 90%;
	margin: 0 auto;
}
@media( max-width: 1300px ) {
	.case-study .content-box h2 {
		font-size: 11em;
	}
}
@media( max-width: 1199px ) {
	.case-study .content-box h2 {
		font-size: 11em;
	}
}
@media( max-width: 991px ) {
	.case-study .content-box h2 {
		font-size: 7em;
	}
}
@media( max-width: 767px ) {
	.case-study .content-box h2 {
		font-size: 6em;
	}
}
@media( max-width: 575px ) {
	.case-study .content-box h2 {
		font-size: 3em;
	}
}
/* - Case Study - End */

/* - Testimonial Section - Start */
.testimonial-section {
    background-color: #f7f7f5;
}
.testimonial-section .testimonial-carousel {
	background-color: #9e9e82;
	padding: 96px 8%;
	color: #fff;
}
.testimonial-section .testimonial-carousel .testi-content i {
	display: block;
    font-size: 4em;
    line-height: 1;
	margin-bottom: 27px;
}
.testimonial-section .testimonial-carousel .testi-content p {
	color: #fff;
	font-family: 'IBM Plex Serif', serif;
	font-size: 2.125rem;
	font-style: italic;
    line-height: 1.3;
	letter-spacing: -1px;
}
.testimonial-section .testimonial-carousel .testi-content .author-info h6 {
	font-weight: 600;
	font-family: var(--content-font-family);
}
.testimonial-section .testimonial-carousel .testi-content .author-info span {
	opacity: 0.7;
}
.testimonial-section .testimonial-carousel .carousel-indicators {
	position: relative;
	margin: 0;
	margin-top: 50px;
}
.testimonial-section .testimonial-carousel .carousel-indicators button {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
	position: relative;
	width: 28px;
	height: 28px;
	opacity: 1;
}
.testimonial-section .testimonial-carousel .carousel-indicators button::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin: 0 auto;
}
.testimonial-section .testimonial-carousel .carousel-indicators button:hover,
.testimonial-section .testimonial-carousel .carousel-indicators button.active {
	border-color: #fff;
}

/* - Testimonial List */
.testimonial-list .testi-box + .testi-box {
	margin-top: 40px;
}
.testimonial-list .testi-box i {
	font-size: 80px;
	color: #a5a5a5;
	margin-right: 60px;
}
.testimonial-list .testi-box .content-box .info-box {
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	flex: 1;
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.testimonial-list .testi-box .content-box .info-box::after,
.testimonial-list .testi-box .content-box .info-box::before {
	position: absolute;
	content: "";
}
.testimonial-list .testi-box .content-box .info-box::after {
	left: -10px;
	border-top: 10px solid transparent;	
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	top: 20px;
}
.testimonial-list .testi-box .content-box .info-box::before {
	left: -11px;
	border-top: 11px solid transparent;	
	border-bottom: 11px solid transparent;
	border-right: 11px solid rgba(0,0,0,0.1);
	top: 19px;
}
.testimonial-list .testi-box .content-box p:last-child {
	margin-bottom: 0;
}

.testimonial-list .testi-box .author h5 {
	font-family: 'Spartan', sans-serif;
	font-size: 15px;
}

/* - Testimonial Section 2 */
.testimonial-section-2 {
	background-image: url("../images/testimonial-sec-2-bg.jpg");
	background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
}
.testimonial-section-2 .testi-content > i {
	color: #9e9f7f;
	display: block;
    font-size: 4em;
    line-height: 1;
}
.testimonial-section-2 .testi-content > h6 {
	font-family: 'IBM Plex Serif', serif;
	font-style: italic;
	font-weight: 400;
	margin-top: 20px;
	letter-spacing: -1px;
	font-size: 2.125rem;
	line-height: 1.3;
}
.testimonial-section-2 .testi-content .author h4 {
	font-family: var(--content-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 0;
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.testimonial-list .testi-box i {
		font-size: 40px;
		margin-right: 30px;
	}
}
/* - Testimonial Section - End */

/* - About Section - Start */
.tm-about-section .abt-box .icon-box svg {
	height: 5em;
    width: 5em;
}
.tm-about-section .abt-box .icon-box svg .accent-color {
	fill: #9e9f7f;
}
.tm-about-section .abt-box .icon-box svg .dark-color {
	fill: #181818;
}
.tm-about-section .abt-box > h5 {
	font-size: 1em;
	font-family: 'Spartan', sans-serif;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 17px;
}
/* - About Section - End */

/* - Value Section - Start */
.value-section .value-img-box {
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.value-section .value-img-box > img {
	opacity: 0;
	visibility: hidden;
}
.value-section .value-cnt-box .info-box {
	padding: 50px;
}
.value-section .value-cnt-box .info-box h3 {
	font-size: 36px;
	font-family: 'Spartan', sans-serif;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.value-section .value-cnt-box .info-box p {
	color: #fff;
}
.value-section .value-cnt-box.quote blockquote {
	font-style: italic;
	font-size: 20px;
	opacity: 0.8;
}
.value-section .value-cnt-box.quote blockquote::after,
.value-section .value-cnt-box.quote blockquote::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display: block;
	font-size: 24px;
}
.value-section .value-cnt-box.quote blockquote::after {
	content: "\f10e";
	text-align: right;
}
.value-section .value-cnt-box.quote blockquote::before {
	content: "\f10d";
}
/* - min-width: 1367 */
@media (min-width: 1367px) {
	.value-section .value-cnt-box .info-box {
		padding: 80px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.value-section .value-cnt-box .info-box {
		padding: 25px;
	}
}
/* - Value Section - End */

/* - Company Culture - Start */
.company-culture {
	background-color: #474747;
}
.company-culture h3 {
	font-size: 48px;
	margin-bottom: 0;
}
.company-culture .cnt-box {
	position: relative;
}
.company-culture .cnt-box p {
	color: #fff;
}
.company-culture .cnt-box p:last-of-type {
	margin-bottom: 0;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.company-culture .cnt-box::before {
		background-color: rgba(255,255,255,0.5);
		content: "";
		position: absolute;
		left: -20px;
		top: 0;
		bottom: 0;
		width: 1px;
	}
}
/* - Company Culture - End */

/* - Team Section - Start */
.team-section {
	background-color: #f7f7f5;
}
.team-section .team-box {
	border: 1px solid #dedede;
	transition: all 600ms ease-in-out;
}
.team-section .team-box:hover {
	box-shadow: 0 7px 30px -10px rgb(133 153 162 / 50%);
}
.team-section .team-box figure {
	margin-bottom: 0;
	overflow: hidden;
}
.team-section .team-box figure a > img {
	transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.team-section .team-box:hover figure a > img {
	transform: scale3d(1.05,1.05,1.05);	
}
.team-section .team-box .info-box {
	padding: 25px;
}
.team-section .team-box .info-box > span {
	color: #313c4c;
	margin-bottom: .6em;
	font-family: 'Spartan', sans-serif;
	font-size: .8125rem;
	font-weight: 500;
	display: block;
	line-height: 1.5;
}
.team-section .team-box .info-box > h4 {
    border-bottom: 1px solid #9e9f7f;
	font-size: 2rem;
	letter-spacing: -1px;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.team-section .team-box .info-box > h4 > a,
.team-section .team-box .info-box > .contact-info a {
	color: #313c4c;
}
.team-section .team-box .info-box > h4 > a:hover,
.team-section .team-box .info-box > .contact-info a:hover {
	color: #9e9f7f;
}
.team-section .team-box .info-box > .contact-info {
	margin-bottom: 20px;
}
.team-section .team-box .info-box > .contact-info a {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
	margin-right: 15px;
}
.team-section .team-box .info-box > .contact-info a > i {
	margin-right: 5px;
}
.team-section .team-box .info-box > .contact-info a {
	font-size: .8125em;
	font-weight: 500;
}
.team-section .team-box .info-box .social-full-link ul {
	padding: 0;
	margin-bottom: 0;
}
.team-section .team-box .info-box .social-full-link ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.team-section .team-box .info-box .social-full-link ul li a {
	align-items: center;
	justify-content: center;
	border: 1px solid #313c4c;
	border-radius: 50%;
	color: #313c4c;
	font-size: 15px;
	width: 30px;
	height: 30px;
	display: flex;
}
.team-section .team-box .info-box .social-full-link ul li a:hover {
	background-color: #313c4c;
	color: #fff;
}
.team-section .team-box .info-box .social-full-link .full-profile {
	color: #9e9f7f;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.team-section .team-box .info-box .social-full-link .full-profile:hover {
	color: #313c4c;
}
/* - Team Section - End */

/* - Call To Action - Start */
.call-to-action {
	color: #181818;
    background-color: #f7f7f5;
}
.call-to-action .content-box > p:nth-child(1),
.call-to-action .content-box > p:nth-child(2) {
	color: #9e9f7f;
	font-family: 'Spartan', sans-serif;
	font-size: .875rem;
	font-weight: 500;
    line-height: 1.5;
	text-transform: uppercase;
}
.call-to-action .content-box h3 {
	font-family: 'IBM Plex Serif', serif;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 30px;
}
.call-to-action .content-box a {
	border: 1px solid #9e9f7f;
	border-radius: 25rem;
	color: #9e9f7f;
	display: inline-block;
	font-weight: 600;
	padding: 1.2em 1.8em;
}
.call-to-action .content-box a:hover {
	background-color: #9e9f7f;
	color: #fff;
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.call-to-action .content-box h3 {
		font-size: 42px;
	}
}
/* - Call To Action - End */

/* - Process Section - Start */
.process-section .process-box {
	position: relative;
}
.process-section .process-box + .process-box {
	margin-top: 50px;
}
.process-section .process-box::before {
	background-color: #efefef;
	content: "";
	width: 1px;
	position: absolute;
	top: 120px;
	bottom: -60px;
	left: 35px;
}
.process-section .process-box:last-child::before {
	display: none;
}
.process-section .process-box .img-box {
	position: relative;
}
.process-section .process-box .img-box > span {
	align-items: center;
	justify-content: center;
    background-color: #f5f4f4;
    border-radius: 50%;
	display: flex;
	position: absolute;
    height: 70px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
	width: 70px;
	top: 30px;
}
.process-section .process-box .content-box > h3 {
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.process-section .process-box:nth-child(even) .img-box {
	text-align: left;
}
.process-section .process-box .img-box > span.circle-one {
    border: 2px solid transparent;
    border-top: 2px solid #f8aa27;
}
.process-section .process-box .img-box > span.circle-two,
.process-section .process-box .img-box > span.circle-three {
	border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid #f8aa27;
    border-bottom: 2px solid #f8aa27;
}
.process-section .process-box .img-box > span.circle-four {
    border: 2px solid #f8aa27;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.process-section .process-box .img-box img,
	.process-section .process-box:nth-child(even) .content-box {
		padding-right: 135px;
	}
	.process-section .process-box:nth-child(even) .img-box img,
	.process-section .process-box .content-box {
		padding-left: 135px;
	}
	.process-section .process-box:nth-child(even) .img-box img {
		padding-right: 0;
	}
	.process-section .process-box:nth-child(even) .content-box {
		padding-left: 0px;
	}
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.process-section .process-box::before {
		left: 50%;
		bottom: -60px;
	}
	.process-section .process-box .img-box {
		text-align: right;
	}
	.process-section .process-box .img-box > span {
		right: -35px;
	}
	.process-section .process-box:nth-child(even) .img-box > span {
		left: -35px;
		right: auto;
	}
	.process-section .process-box:nth-child(even) [class*="col-"]:first-child {
		order: 1;
	}
	.process-section .process-box:nth-child(even) .content-box {
		text-align: right;		
	}
}
/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.process-section .process-box .img-box img,
	.process-section .process-box:nth-child(even) .content-box {
		padding-right: 100px;
	}
	.process-section .process-box:nth-child(even) .img-box img,
	.process-section .process-box .content-box {
		padding-left: 100px;
	}
	.process-section .process-box:nth-child(even) .img-box img {
		padding-right: 0;
	}
	.process-section .process-box:nth-child(even) .content-box {
		padding-left: 0px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.process-section .process-box {
		padding-left: 100px;
	}
	.process-section .process-box .img-box > span {
		left: -100px;
	}
}
/* - Process Section - End */

/* - Ressources Section - Start */
.ressources-section {
	background-color: #e3e4de;
}
.ressources-section .content-box {
	padding: 30px 20px;
}
.ressources-section .content-box > i {
	color: #9e9f7f;
	margin-bottom: 20px;
	font-size: 28px;
}
.ressources-section .content-box p {
	font-weight: 600;
}
.ressources-section .content-box p:last-child {
	margin-bottom: 0;
}
/* - Ressources Section - End */

/* - FAQ Section - Start */
.tm-faq-section {
	background-color: #f7f7f5;
}
.tm-faq-section .accordion .accordion-item:first-of-type,
.tm-faq-section .accordion .accordion-item:first-of-type .accordion-button,
.tm-faq-section .accordion .accordion-item:first-of-type,
.tm-faq-section .accordion .accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}
.tm-faq-section .accordion .accordion-item,
.tm-faq-section .accordion .accordion-item {
	border: 1px solid #d2d2d2;
}
.tm-faq-section .accordion .accordion-item:not(:first-of-type),
.tm-faq-section .accordion .accordion-item:not(:first-of-type) {	
	border-top: none;
}
.tm-faq-section .accordion .accordion-item .accordion-button,
.tm-faq-section .accordion .accordion-item .accordion-button {
	background-color: #9e9f7f;
	box-shadow: none;
	color: #fff;
	font-family: 'Spartan', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	padding: 20px;
}
.tm-faq-section .accordion .accordion-item .accordion-button > span,
.tm-faq-section .accordion .accordion-item .accordion-button > span {
	font-size: 14px;
	margin-right: 12px;
}
.tm-faq-section .accordion .accordion-item .accordion-button.collapsed,
.tm-faq-section .accordion .accordion-item .accordion-button.collapsed {
	background-color: #f7f7f5;
	color: #313c4c;
}
.tm-faq-section .accordion .accordion-item .accordion-button::after,
.tm-faq-section .accordion .accordion-item .accordion-button::after {
	background: none;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	transform: none;
	width: auto;
}
.tm-faq-section .accordion .accordion-item .accordion-button.collapsed::after,
.tm-faq-section .accordion .accordion-item .accordion-button.collapsed::after {
	content: "\f107";
}
.tm-faq-section .accordion .accordion-item .accordion-button.collapsed > span,
.tm-faq-section .accordion .accordion-item .accordion-button.collapsed > span {
	color: #9e9f7f;
}
.tm-faq-section .accordion .accordion-item .accordion-body,
.tm-faq-section .accordion .accordion-item .accordion-body {
	padding: 25px 20px;
}
.tm-faq-section .accordion .accordion-item .accordion-body .content-box p:last-of-type,
.tm-faq-section .accordion .accordion-item .accordion-body .content-box p:last-of-type {
	margin-bottom: 0;
}
.tm-faq-section .accordion .accordion-item .accordion-body .content-box ul,
.tm-faq-section .accordion .accordion-item .accordion-body .content-box ul {
	padding-left: 24px;
}
/* - FAQ Section - End */

/* - Contact Section - Start */
.contact-section form .form-control {
	background-color: #eeeeec;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0;
	box-shadow: none;
	font-size: .9em;
	line-height: 1;
	outline: none;
	padding: .8em;
}
.contact-section form input[type="submit"] {
	background-color: #9e9f7f;
	border: none;
	color: #fff;
	font-size: .8em;
	font-weight: 700;
	padding: 19px 15px;
	width: 100%;
	transform: translateY(0);
	transition: all 300ms ease;
}
.contact-section form input[type="submit"]:hover {
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
	transform: translateY(-3px);
}
.contact-info .info-box h4 {
	color: #313c43;
	font-family: 'Spartan', sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
    line-height: 1.5;
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.contact-info .info-box > a {
	color: #9e9f7f;
	font-family: 'Spartan', sans-serif;
	font-size: 2.125rem;
	font-weight: 600;
    line-height: 1.3;
}
.contact-info .info-box > p {
	font-family: 'Spartan', sans-serif;
	font-size: 1rem;
	font-weight: 400;
    line-height: 1.5;
	margin-bottom: 0;
	letter-spacing: -1px;
}
.contact-info .social-media {
	padding: 0;
	margin-bottom: 0;
}
.contact-info .social-media li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}
.contact-info .social-media li a {
	align-items: center;
	justify-content: center;
	background-color: #313c4c;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.316rem;
	width: 40px;
	height: 40px;
}
.contact-info .social-media li a:hover {
	background-color: #9e9f7f;
}
/* - Contact Section - End */

/* - Map Section - Start */
.map-section iframe {
	border: none;
	display: block;
	height: 692px;
	width: 100%;
}
.map-section .map-info {
	position: absolute;
	max-width: 382px;
	left: 19%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	padding: 0.75rem;
}
.map-section .map-info figure {
	margin-bottom: 0;
}
.map-section .map-info .info-box {
	background-color: #fff;
	padding: 35px;
}
.map-section .map-info .info-box > h5 {
	font-family: 'IBM Plex Serif', serif;
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 0;
}
.map-section .map-info .info-box > h5 + h5 {
	border-top: 1px solid #ccc;
	margin-top: 16px;
	padding-top: 16px;
}
.map-section .map-info .info-box > h5 > a {
	color: #181818;
}
.map-section .map-info .info-box > h5 > span {
	display: block;
	font-family: 'Spartan', sans-serif;
	font-size: .75rem;
	line-height: 1.5;
	font-weight: 700;
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.map-section .map-info {
		left: 0;
	}
	.contact-info .info-box > a {
		font-size: 1.7rem;
	}
}
/* - Map Section - End */
/* .full-content {
	padding-left: 0;
	padding-right: 0;
} */
/* - Page Header - Start */
.page-header {
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	padding-bottom: 114px;
	padding-top: 215px;
}
.page-header .content-box {
	color: #fff;
	position: relative;
}
.page-banner h1 {
	font-size: 6.25rem !important;
}
.page-header .content-box h2 {
	font-size: 6.25rem;
	line-height: 1.1;
	margin-bottom: 10px;
	font-weight: 400;
}
.page-header .content-box p {
	color: #fff;
	font-family: 'IBM Plex Serif', serif;
	font-size: 1.625rem;
	font-style: italic;
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Page Header */
	.page-header {
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Page Header */
	.page-header .content-box h2 {
		font-size: 42px;
	}
	.page-header .content-box p {
		font-size: 20px;
	}
	.page-banner .page-desc p {
		font-size: 16px !important;
	}
	.page-banner h1 {
		font-size: 42px !important;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Page Header */
	.page-header .content-box h1 {
		font-size: 28px;
	}
	.page-banner h1 {
		font-size: 28px !important;
	}
}
/* - Page Header - End */