<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: CTI Technology
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *	 1.1 FRAMEWORK
 *	 1.2 MODULES
 *	 1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *	 2.1 UNIVERSAL STYLES
 *	 2.2 THEME MODULES
 *	 2.3 BACK TO TOP BUTTON
 *	 2.4 ELEMENTOR
 *
 * 3 CONTENT STYLES
 *	 3.1 TEXT &amp; LINKS
 *	 3.2 HEADINGS
 *	 3.3 QUOTES
 *	 3.4 BORDERS &amp; DIVIDERS
 *	 3.5 MEDIA
 *	 3.6 BUTTONS
 *	 3.7 ICONS
 *	 3.8 FORM STYLES
 *	 3.9 LIST STYLES
 *
 * 4 HEADER STYLES
 *	 4.1 SCROLL BAR
 *	 4.2 TOP BAR
 *	 4.3 HEADER
 *	 4.4 NAV BAR
 *	 4.5 NAV MENUS
 *	 4.6 DROPDOWN MENUS
 *	 4.7 MOBILE NAV
 *
 * 5 MAIN (BODY) STYLES
 *	 5.1 BANNER
 *	 5.2 BREADCRUMBS
 *	 5.3 TITLE BAR
 *	 5.4 MAIN (BODY)
 *	 5.5 CONTENT
 *	 5.6 SIDEBAR
 *	 5.7 BLOG
 *
 * 6 FOOTER STYLES
 *	 6.1 FOOTER NAV BAR
 *	 6.2 FOOTER
 *	 6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *	1 CSS IMPORTS	* * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

@import url("../optik-theme/style.css");

@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,600,700,800i|Raleway&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&amp;display=swap');


@font-face {
	font-family: 'HelveticaNeue';
	/*src: url('fonts/HelveticaNeue/HelveticaNeueBoldCondensed.eot');
	src: local('fonts/HelveticaNeue/Helvetica Neue Condensed Bold'), local('HelveticaNeueBoldCondensed'),
		url('fonts/HelveticaNeue/HelveticaNeueBoldCondensed.eot?#iefix') format('embedded-opentype'),*/
	src: url('fonts/HelveticaNeue/HelveticaNeueBoldCondensed.woff2') format('woff2'),
		url('fonts/HelveticaNeue/HelveticaNeueBoldCondensed.woff') format('woff');
	/*url('fonts/HelveticaNeue/HelveticaNeueBoldCondensed.ttf') format('truetype');*/
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NeutrifPro';
	/*src: local('Neutrif Pro Regular'), local('Neutrif-Pro-Regular'),*/
	src: url('fonts/NeutrifPro/NeutrifPro-Regular.woff2') format('woff2'),
		url('fonts/NeutrifPro/NeutrifPro-Regular.woff') format('woff');
	/*url('fonts/NeutrifPro/NeutrifPro-Regular.ttf') format('truetype');*/
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.section.footer,
.section.bottom-bar {
	display: none !important;
}

/******************************************************************************
 * * *	2 STRUCTURAL ELEMENTS	* * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***	2.1 UNIVERSAL STYLES	***/

:root {
	--primary-1: #E80707;
	--primary-2: #ED1C24;
	--primary-3: #8B2E31;
	--dark-1: #292929;
	--dark-2: #777777;
	--dark-3: #878787;
	--light-1: #ababab;
	--light-2: #dcdcdc;
	--light-3: #e7e7e7;
	--light-4: #f6f6f6;
	--radius-1: 3px;
	--font-1: 'Exo 2', sans-serif;
	--font-2: 'Raleway', sans-serif;
}

/***	EXAMPLE	***/

.class-name {
	color: var(--primary-1);
}

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--font-1);
	color: var(--dark-2);
	background: white;
}


/***	2.2 THEME STYLES	***/

.section-container {
	max-width: 1300px;
	padding: 0 50px;
}

@media screen and (max-width: 900px) {
	.section-container {
		padding: 0 40px;
	}
}

@media screen and (max-width: 600px) {
	.section-container {
		padding: 0 25px;
	}
}

@media screen and (max-width: 420px) {
	.section-container {
		padding: 0 15px;
	}
}


/***	2.3 BACK TO TOP BUTTON	***/

.btt-button .fa {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--primary-1);
	font-weight: 300;
	color: white;
}

.btt-button:hover .fa {
	background-color: var(--dark-1);
	color: white;
}



/***	2.4 ELEMENTOR	***/

.elementor-column {
	display: flex;
	margin-right: 0;
}

.elementor-column-gap-narrow&gt;.elementor-row {
	width: calc(100% + 10px);
	margin: -5px;
}

.elementor-column-gap-default&gt;.elementor-row {
	width: calc(100% + 20px);
	margin: -10px;
}

.elementor-column-gap-extended&gt;.elementor-row {
	width: calc(100% + 30px);
	margin: -15px;
}

.elementor-column-gap-wide&gt;.elementor-row {
	width: calc(100% + 40px);
	margin: -20px;
}

.elementor-column-gap-wider&gt;.elementor-row {
	width: calc(100% + 60px);
	margin: -30px;
}

.sections .elementor-container {
	padding-left: 50px;
	padding-right: 50px;
}

.elementor-inner-section .elementor-container,
.sections .elementor-inner-section .elementor-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sections .elementor-section-wrap&gt;.elementor-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.elementor-widget .elementor-icon-list-item {
	margin-bottom: 0.5em;
}

.elementor-widget .elementor-icon-list-item:last-child {
	margin-bottom: 0;
}

.elementor-widget-heading .elementor-heading-title {
	line-height: 1.3em;
}

@media screen and (max-width: 900px) {
	.sections .elementor-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 600px) {
	.sections .elementor-container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 420px) {
	.sections .elementor-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Elementor Icons */
.elementor .fa,
.elementor .fas,
.elementor .far,
.elementor .fal,
.elementor .fab,
.elementor .fa:before,
.elementor .fas:before,
.elementor .far:before,
.elementor .fal:before,
.elementor .fab:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}





/******************************************************************************
 * * *	3 CONTENT STYLES	* * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***	3.1 TEXT &amp; LINKS	***/

.text-red {
	color: var(--primary-2);
}

a {
	color: var(--primary-1);
}

a:hover {
	color: black;
}


/***	3.2 HEADINGS	***/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-2);
	font-weight: 400;
	color: black;
}

h1,
h2 {
	text-transform: uppercase;
}

h1 {
	letter-spacing: 0.1em;
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

/***	3.3 QUOTES	***/

blockquote {
	padding: 5px 0 5px 15px;
	border-left: 5px solid #e10707;
	margin-left: 2em;
	background-color: var(--light-4);
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	font-weight: 300;
}


/***	3.4 BORDERS &amp; DIVIDERS	***/

hr,
.divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid var(--light-3);
	margin: 2.5em auto;
	padding: 0;
	clear: both;
}


/***	3.5 MEDIA	***/

.video {
	max-width: none;
}


/***	3.6 BUTTONS	***/

.button {
	padding: 0.4em 1.2em;
	border: 2px solid var(--primary-1);
	-webkit-border-radius: var(--radius-1);
	-moz-border-radius: var(--radius-1);
	border-radius: var(--radius-1);
	background-color: var(--primary-1);
	font-weight: 600;
	color: white;
}

.button:hover {
	border-color: black;
	background: black;
	color: white;
}

/* Empty Button */

.button-empty {
	background: none;
	color: var(--primary-1);
}

.button-empty:hover {
	border-color: black;
	background: none;
	color: black;
}


/***	3.7 ICONS	***/

/*	Icon Colors	*/

.fa,
.fas,
.far,
.fal,
.fab {
	color: var(--primary-1);
}

a .fa,
a .fas,
a .far,
a .fal,
a .fab {
	color: var(--primary-1);
	webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

a:hover .fa,
a:hover .fas,
a:hover .far,
a:hover .fal,
a:hover .fab {
	color: black;
}

/*	Icon Backgrounds	*/

.fa-bg {
	background-color: var(--primary-1);
	color: white;
}

a .fa-bg {
	background-color: var(--primary-1);
	color: white;
}

a:hover .fa-bg {
	background-color: black;
	color: white;
}

/*	Icon Borders	*/
.fa-br {
	border-color: var(--primary-1);
}

a .fa-br {
	border-color: var(--primary-1);
}

a:hover .fa-br {
	border-color: black;
}


/***	3.8 FORM STYLES	***/

/* Inputs */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
	border-color: var(--primary-1);
}

/* Buttons */

input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: var(--primary-1);
	color: white;
}

input[type="Submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: black;
	color: white;
}

input[type="Submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: var(--dark-1);
	color: white;
}

/* Search Form */

.search-form {
	position: relative;
}

input[type="text"].search-field {
	background: var(--light-4);
}

input[type="text"].search-field:focus {
	background: white;
}

input[type="Submit"].search-submit {
	display: block;
	position: absolute;
	z-index: 50;
	top: 50%;
	right: 0;
	float: none;
	width: 42px;
	height: 42px;
	border: 0;
	margin-top: -21px;
	background: rgba(0, 0, 0, 0) url(../optik-theme/includes/fontawesome/svgs/light/search.svg) center center no-repeat !important;
	background-size: 1.5em !important;
	opacity: 0.6;
	cursor: pointer;
	cursor: hand;
}

input[type="Submit"].search-submit:hover {
	outline: none;
	opacity: 1;
}

input[type="Submit"].search-submit:active {
	background-color: rgba(0, 0, 0, 0.025);
	outline: none;
}


/***	3.9 LISTS	***/

/* Icon Lists */

.arrow-list,
.check-list,
.check-circle-list,
.icon-list,
.contact-list {
	list-style: none;
}

.arrow-list li,
.check-list li,
.check-circle-list li,
.icon-list li,
.contact-list li {
	position: relative;
}

.arrow-list li:not(:last-child),
.check-list li:not(:last-child),
.check-circle-list li:not(:last-child),
.icon-list li:not(:last-child),
.contact-list li:not(:last-child) {
	margin-bottom: 1em;
}

.arrow-list li:before,
.check-list li:before,
.check-circle-list li:before,
.icon-list li:before,
.contact-list li:before {
	position: absolute;
	top: 0.33em;
	right: calc(100% + 0.75em);
	width: 1em;
	height: 1em;
	display: block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1em;
	text-align: center;
	color: var(--primary-1);
}

.arrow-list li:before,
.icon-list li.arrow:before,
.contact-list li.arrow:before {
	content: "\f105";
}

.check-list li:before,
.icon-list li.check:before,
.contact-list li.check:before {
	content: "\f00c";
}

.check-circle-list li:before,
.icon-list li.check-circle:before,
.contact-list li.check-circle:before {
	content: "\f058";
}

.icon-list li.map-marker:before,
.contact-list li.map-marker:before {
	content: "\f3c5";
}

.icon-list li.phone:before,
.contact-list li.phone:before {
	content: "\f095";
}

.icon-list li.fax:before,
.contact-list li.fax:before {
	content: "\f1ac";
}

.icon-list li.envelope:before,
.contact-list li.envelope:before {
	content: "\f0e0";
}

.icon-list li.clock:before,
.contact-list li.clock:before {
	content: "\f4fd";
}

.icon-list li.share:before,
.contact-list li.share:before {
	content: "\f14d";
}

/* Double Size Icon List */

.icon-list-2x li,
.contact-list-2x li {
	margin-left: 3em;
}

.icon-list-2x li:not(:last-child),
.contact-list-2x li:not(:last-child) {
	margin-bottom: 1em;
}

.icon-list-2x li:before,
.contact-list-2x li:before {
	font-size: 1.5em;
	top: 0;
	right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

	.two-col-list,
	.three-col-list,
	.four-col-list,
	.five-col-list {
		width: 100%;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.two-col-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.three-col-list,
	.four-col-list,
	.five-col-list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.two-col-list li,
	.three-col-list li,
	.four-col-list li,
	.five-col-list li {
		display: inline-block;
		width: calc(100% - 1.75em);
	}

}

@media screen and (min-width: 901px) {

	.four-col-list,
	.five-col-list {
		-webkit-column-count: 4;
		/* Chrome, Safari, Opera */
		-moz-column-count: 4;
		/* Firefox */
		column-count: 4;
	}

}

@media screen and (min-width: 1025px) {

	.five-col-list {
		-webkit-column-count: 5;
		/* Chrome, Safari, Opera */
		-moz-column-count: 5;
		/* Firefox */
		column-count: 5;
	}

}





/******************************************************************************
 * * *	4 HEADER STYLES	* * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***	4.1 SCROLL BAR	***/

.scroll-bar {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid #ebebeb;
}

.scroll-logo img {
	max-height: 50px;
}


/***	4.2 TOP BAR	***/

.top-bar {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 3px solid #e10707;
	border-bottom: 1px solid #EAEAEA;
	background: none;
	font-size: 0.9em;
}

.top-bar .col-custom {
	padding-top: 2px;
	padding-bottom: 2px;
}

.top-bar a {
	color: var(--dark-2);
}

.top-bar a:hover {
	color: var(--primary-1);
}

.top-bar .button,
.top-bar .button:hover {
	color: white;
}

.top-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-bar li {
	display: inline-block;
	margin-left: 1em;
}

.top-bar li:first-child {
	margin-left: 0;
}


/***	4.3 HEADER	***/

.header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: white;
}

.header .fal {
	color: white;
}

.header-widget {
	margin-top: 6px !important;
	margin-bottom: 6px;
	display: none;
}

.header-widget .menu li a {
	padding: 0;
	color: var(--primary-2);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.header-widget .menu li a:hover {
	text-decoration: none;
	color: white;
}

.header-widget .menu li:not(:first-child) {
	margin-left: 10px;
}

.header-widget .menu li:not(:last-child) {
	margin-right: 10px;
}

.header .col-custom {
	padding-top: 0;
	padding-bottom: 0;
}

.header .logo-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo img {
	max-height: 79px;
}

@media screen and (max-width: 1024px) {

	.header-right {
		display: none;
	}

}

/* Menu Button */

.header .menu-button .fal,
.header .menu-button:hover .fal {}

.header .menu-button.active .fal {
	background: var(--primary-1);
	color: white;
}


/***	4.4 NAV BAR	***/


/***	4.5 NAV MENUS	***/

.nav-menu&gt;li {
	margin-bottom: -1px;
}

.nav-menu&gt;li&gt;a {
	padding: 8px 15px 18px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.scroll-menu&gt;li&gt;a {
	padding-top: 21px;
	color: black;
}

.single-post .nav-menu&gt;li.posts-link&gt;a,
.nav-menu&gt;li.current-page-ancestor&gt;a,
.nav-menu&gt;li.current-page-parent&gt;a,
.nav-menu&gt;li.current-menu-item&gt;a,
.nav-menu&gt;li:hover&gt;a {
	border-bottom-color: var(--primary-1);
	color: var(--primary-2);
}


/***	4.6 DROPDOWN MENUS	***/

.nav-menu li ul {
	width: 240px;
	background-color: white;
}

.nav-menu li ul li {
	border-bottom: 1px solid #ebebeb;
}

.nav-menu li ul li.primary-in-dropdown.current-page-ancestor&gt;a,
.nav-menu li ul li.primary-in-dropdown.current-page-parent&gt;a,
.nav-menu li ul li a {
	padding: 12px 15px;
	font-size: 1em;
	text-align: left;
	color: black;
	font-weight: 400 !important;
	font-family: "Source Sans Pro", sans-serif;
}

/*.nav-menu li ul li.current-page-ancestor &gt; a,
.nav-menu li ul li.current-page-parent &gt; a,
.nav-menu li ul li.current-menu-item &gt; a {color: var(--primary-1);}*/

.nav-menu li ul li:hover&gt;a {
	background-color: var(--light-4);
}



/***	4.7 MOBILE NAV	***/

.mobile-nav {
	background-color: white;
}

.mobile-menu&gt;li:not(:last-child) {
	border-bottom: 1px solid var(--light-3);
}

.mobile-menu li a {
	color: black;
	font-weight: 400 !important;
	font-family: "Source Sans Pro", sans-serif;
}

.mobile-menu&gt;li.current-menu-item&gt;a {
	color: var(--primary-1);
}





/******************************************************************************
 * * *	5 MAIN (BODY) STYLES	* * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***	5.1 BANNER	***/

.banner {
	padding-top: 105px;
	background-color: var(--dark-1);
	color: white;
}

.banner::before {
	filter: grayscale(100%);
	background-attachment: fixed;
}

.banner-inner {
	min-height: 350px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.banner-tall .banner-inner {
	min-height: 450px;
}

.banner-viewport .banner-inner {
	padding-top: 80px;
}

.banner .page-tagline {
	font-size: 1.15em;
}

.home .banner-inner {
	max-width: 800px;
	align-items: center;
}

.home .banner-inner,
.single-post .banner-inner {
	text-align: center;
}

.single-post .banner-inner {
	max-width: 900px;
}

.home .banner h1 {
	text-transform: initial;
}

.banner a .fal {
	border-color: white;
	color: white;
}


/***	5.2 BREADCRUMBS	***/

.breadcrumbs {
	padding-top: 12px;
	padding-bottom: 12px;
	background: white;
}


/***	5.3 TITLE BAR	***/

.title-bar-container {
	position: relative;
}

.title-bar-inner {
	max-width: 960px;
	margin-left: 0;
}

.title-bar {
	padding-top: calc(100px + 133px);
	padding-bottom: 165px;
	background-color: #000912;

	display: flex;
	align-items: center;

	background-image: url(https://ctinc.com/wp-content/uploads/2021/06/bg.jpg);
	background-position: center 100px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.title-bar .section-container {
	max-width: 1360px;
}

.title-bar h1 {
	color: white;
	font-size: 68px;
	font-family: "HelveticaNeue";
	font-weight: bold;
	line-height: 1;
	text-transform: none;
	margin-bottom: 37px;
	letter-spacing: normal;
}

.title-bar h1:after {
	content: '';
	display: block;
	height: 3px;
	width: 85px;
	background-color: #444442;
	margin-top: 35px;
}

.title-bar .page-title-wrapper,
.title-bar p {
	font-size: 24px;
	font-family: "Source Sans Pro";
	color: white;
	line-height: 1.2;
	margin-top: 37px;
	margin-bottom: 0;
}

.title-bar .post-button {
	background-color: rgb(223, 30, 38);
	padding: 7px 25px;
	font-size: 20px;
	font-family: "HelveticaNeue";
	color: white;
	font-weight: bold;
	line-height: 1.55;
	margin-top: 38px;
	border-color: rgb(223, 30, 38);
}

.title-bar .post-button:hover {
	background-color: transparent;
}

@media (min-width: 1360px) {
	/* .title-bar-container {
		left: calc(0px + (6 - 0) * ((100vw - 1360px) / (1920 - 1360)));
	} */
}

@media (max-width: 1360px) {
	.title-bar {
		padding-top: calc(145px + (233 - 145) * ((100vw - 320px) / (1360 - 320)));
		padding-bottom: calc(55px + (165 - 55) * ((100vw - 320px) / (1360 - 320)));
	}

	.title-bar h1 {
		font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1360 - 320)));
	}

	.title-bar h1:after {
		margin-top: calc(17.5px + (35 - 17.5) * ((100vw - 320px) / (1360 - 320)));
	}

	.title-bar p {
		margin-top: calc(18.5px + (37 - 18.5) * ((100vw - 320px) / (1360 - 320)));
		font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1360 - 320)));
	}

	.title-bar .post-button {
		font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1360 - 320)));
		margin-top: calc(19px + (38 - 19) * ((100vw - 320px) / (1360 - 320)));
		padding: calc(5px + (7 - 5) * ((100vw - 320px) / (1360 - 320))) calc(12.5px + (25 - 12.5) * ((100vw - 320px) / (1360 - 320)));
	}
}

/***	5.4 MAIN (BODY)	***/

.main {
	padding-top: 50px;
	padding-bottom: 50px;
}


/***	5.5 CONTENT	***/

.content a img {
	opacity: 1;
}

@media screen and (min-width: 421px) {

	.content .alignleft {
		margin: 0 20px 1em 0;
	}

	.content .alignright {
		margin: 0 0 1em 20px;
	}

}


/***	5.6 SIDEBAR	***/


/***	5.7 BLOG ***/

.blog-nav-bar {
	background: none;
	border-bottom: 1px solid var(--light-4);
	font-family: "Source Sans Pro", sans-serif;
	padding-top: 25px;
	padding-bottom: 25px;
}

.blog-nav-bar-inner {
	display: flex;
}

.post-cols {
	padding-top: 25px !important;

}

.post-cols .post {
	display: flex;
}

.post-cols .post-link {
	position: relative;
	display: block;
	height: 100%;
	padding: 25px 25px 60px;
	border: 1px solid var(--light-3);
	color: var(--dark-2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-size: 0.9em;
}

.post-cols .post-link p {
	font-family: "Source Sans Pro", sans-serif;
}

.post-cols .post-link:hover {
	background-color: var(--light-4);
	text-decoration: none;
}

.post-cols .post-link img {
	width: calc(100% + 50px);
	max-width: calc(100% + 50px);
	margin: -25px -25px 0.75em -25px;
}

.post-cols .post-link .post-link-images {
	position: relative;
	display: block;
}

.post-cols a {
	text-decoration: none;
}

.post-cols .blog-paging-nav {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.1em;
}

@media (min-width: 992px) {
	.post-cols .post-link .post-link-images::before {
		content: "";
		width: 0;
		margin: -25px -25px 0px -25px;
		height: calc(100% + 13px);
		opacity: .57;
		padding-bottom: 2px;
		background: #d64757;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.4s all;
		z-index: 11;
	}

	.post-cols .post-link .post-link-images:hover::before {
		width: calc(100% + 50px);
		transition: 0.4s all;
	}
}


.post-cols .post-title {
	text-transform: uppercase;
	font-size: 1.375em;
	font-family: "HelveticaNeue";
	margin-bottom: 0.25em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


.post-cols .post-link .post-title:hover {
	color: var(--primary-1);
	text-decoration: none;
}

.post-cols .post-info {
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	list-style: none;
}

.post-cols .post-info li {
	font-family: "Source Sans Pro", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 0;
	font-size: 1em;
	color: var(--light-1);
}

.post-cols .post-info li:not(:last-child) {
	margin-right: 10px;
}

.post-cols .post-more {
	position: absolute;
	bottom: 25px;
	left: 25px;
	text-transform: uppercase;
	border: 2px solid;
	padding: 5px 12px;
	border-radius: 5px;
}

.post-cols .post-link .post-more {
	color: var(--primary-1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.post-cols .post-link .post-more:hover {
	color: black;
	text-decoration: none;
}

/* Single */
.single-post .main {
	padding-top: 95px;
}

.single-post .section-container {
	max-width: 1366px;
	padding: 0 50px;
}

.single-post .header {
	background: white;
}


/* .single-post .header-right-nav {
	margin-top: 43px;
} */

/* @media (min-width: 1180px) {
	.single-post .header-right-nav {
		padding-right: calc(165px + (200 - 165) * ((100vw - 1180px) / (1920 - 1180)));
	}
} */

@media (max-width: 1179px) {
	.single-post .single-header-info {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.single-post .single-header-info {
		display: flex !important;
	}

	.single-post .single-header-info .single-header-phone {
		display: none !important;
	}

	.single-post .single-header-info .button.single-header-button {
		top: 20px;
		right: 110px;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.single-post .single-header-info .button.single-header-button {
		right: 90px;
	}
}

@media (max-width: 480px) {
	.single-post .single-header-info .button.single-header-button {
		top: 76px;
		right: 50%;
		transform: translate(50%, 0px);
	}

	/* .single-post .header-inner {
		padding-bottom: 43px
	}
	.single-post  .header .menu-button {
		top: 32% !important;
	} */
}

.single-post .header .logo-wrapper {
	width: auto;
	margin-right: 10px;
}

.single-post .header .grid {
	width: auto;
	margin-right: 10px;
}

.single-post .header .header-right {
	width: calc(100% - 175px);
}

/* .single-post .header .nav-menu &gt; li &gt; a {
	font-size: 20px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	padding: 10px 12px 20px;
	letter-spacing: -0.01em;
} */

.single-post .single-header-info {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-post .single-header-button {
	font-size: 18px;
	font-family: "HelveticaNeue";
	font-weight: bold;
	line-height: 1.722;
	padding: 3px 10px;
	position: absolute;
	top: 44px;
}

.single-post .single-header-phone {
	font-size: 24px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.25;
	position: absolute;
	top: 6px;
	right: calc(15px + 21px);
}

.single-post .single-header-phone::before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 15px;
	height: 21px;
	background-image: url(https://ctinc.com/wp-content/uploads/2021/06/ic-phone.png);
	position: absolute;
	left: -21px;
	top: 5px;
}

.single-post .header .menu-button i {
	color: #565656;
}

.single-post .header a.logo img {
	display: none;
}

.single-post .header a.logo {
	display: block;
	width: 158px;
	height: 63px;
	background-image: url('https://ctinc.com/wp-content/uploads/2021/06/logo-sm.png');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-post .post-info {
	padding-top: 10px;
	padding-bottom: 28px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;

}

.single-post .post-info-inner {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 11px 0;
}

.single-post .post-info div {
	font-size: 14px;
	font-family: "Source Sans Pro";
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: .15em;
}

.single-post .post-info span,
.single-post .post-info a {
	color: #df1e26 !important;
}

.single-post .post-info .post-date span {
	padding-left: 5px;
}

.single-post .post-categories {
	display: none;
}

.single-post .post-info .post-author-avatar,
.single-post .post-info-inner div:not(:last-child) {
	margin-right: 10px;
}

.single-post .post-info .post-author-avatar {
	flex: none;
}

.single-post .post-info a {
	color: black;
}

.single-post .post-thumb {
	width: 100%;
}

.single-post .post-info .post-author-avatar .avatar {
	border-radius: 50%;
	overflow: hidden;
	width: 40px;
	height: 40px;
}

.post-author-info {
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #e2e2e2;
}

.post-author-info .section-container {
	max-width: 1000px;
}

.post-author-content-wrap {
	display: flex;
}

.post-author-content-wrap .post-author-avatar {
	width: 75px;
	padding-right: 15px;
}

.post-author-content-wrap .post-author-desc {
	width: calc(100% - 90px);
}

.single-post .content a {
	color: black;
}


.single-post .full-width .post {
	max-width: 883px;
}

.single-post h2 {
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1;
	text-transform: none;
	font-size: 40px;
	margin-bottom: 21px;
}

.single-post .blog-post h3 {
	font-size: 28px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.429;
	padding-left: 25px;
	position: relative;
	margin-top: 43px;
}

.single-post .blog-post h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 20px;
	background: rgb(223, 30, 38);
	background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 3px, rgb(255, 255, 255) 3px, rgb(255, 255, 255) 6px, rgb(86, 86, 86) 6px, rgb(86, 86, 86) 9px, rgb(255, 255, 255) 9px, rgb(255, 255, 255) 12px, rgb(223, 30, 38) 12px, rgb(223, 30, 38) 15px, rgb(255, 255, 255) 15px);
	background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 3px, rgb(255, 255, 255) 3px, rgb(255, 255, 255) 6px, rgb(86, 86, 86) 6px, rgb(86, 86, 86) 9px, rgb(255, 255, 255) 9px, rgb(255, 255, 255) 12px, rgb(223, 30, 38) 12px, rgb(223, 30, 38) 15px, rgb(255, 255, 255) 15px);
	background: linear-gradient(90deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 3px, rgb(255, 255, 255) 3px, rgb(255, 255, 255) 6px, rgb(86, 86, 86) 6px, rgb(86, 86, 86) 9px, rgb(255, 255, 255) 9px, rgb(255, 255, 255) 12px, rgb(223, 30, 38) 12px, rgb(223, 30, 38) 15px, rgb(255, 255, 255) 15px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.single-post .blog-post h3:after {
	content: '';
	display: block;
	margin-top: 0;
	height: 3px;
	width: calc(100% + 25px);
	background-color: #d0d0d0;
	position: relative;
	left: -25px;
}


.single-post .blog-post ul,
.single-post .blog-post ol,
.single-post .blog-post p {
	font-size: 20px;
	font-family: "Source Sans Pro";
	color: rgb(0, 0, 0);
	line-height: 1.44;
	letter-spacing: .03em;
	margin-top: 30px;
	margin-bottom: 30px;
}

.single-post .blog-post h3+p {
	margin-top: 27px;
}

.single-post .blog-post p:first-child {
	margin-top: 0;
}

@media (max-width: 1360px) {
	.single-post .blog-post h2 {
		font-size: calc(28px + (40 - 28) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post .blog-post h3 {
		font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post .blog-post li,
	.single-post .blog-post p {
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post #main .button {
		font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1360 - 320))) !important;
		padding: calc(5px + (7 - 5) * ((100vw - 320px) / (1360 - 320))) calc(12.5px + (25 - 12.5) * ((100vw - 320px) / (1360 - 320))) !important;
		text-align: center !important;
	}

	.single-post .blog-post h3:before {
		top: calc(5px + (9 - 5) * ((100vw - 320px) / (1360 - 320)));
	}
}

.single-post .blog-post .em {
	color: rgb(223, 30, 38);
	text-decoration: underline;
}

.single-post .blog-post blockquote {
	border-width: 5px;
	border-color: rgb(86, 86, 86);
	border-style: solid;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	margin: 40px 0;
	padding: 50px 80px 50px 93px;

	font-size: 28px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-style: normal;
	font-weight: bold;
	line-height: 0.929;

	background-image: url(https://ctinc.com/wp-content/uploads/2021/06/quote.png);
	background-repeat: no-repeat;
	background-position: 36px 40px;
	background-size: 39px auto;

	position: relative;
}

.single-post .blog-post blockquote p {
	display: inline;
	font-size: 27px;
	letter-spacing: 0.025em;
	font-family: 'HelveticaNeue';
	color: rgb(0, 0, 0);
	font-style: normal;
	font-weight: bold;
	line-height: 0.929;
}

/* .single-post .blog-post blockquote::before {
	content: '"';
} */

.single-post .blog-post blockquote::after {
	content: '';
	display: block;
	background-color: rgb(53, 53, 53);
	position: absolute;
	left: 60px;
	top: 85px;
	width: 3px;
	height: calc(100% - 85px - 50px);
	/* 100% - :after top - padding - 5px) */
}

.single-post .blog-post blockquote cite {
	font-size: 18px;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 0, 0);
	line-height: 1.444;
	display: block;
	margin-top: 32px;
	letter-spacing: .025em;
}

.single-post .blog-post blockquote cite::before {
	content: '~ ';
}

.single-post .blog-post blockquote .blockquote-button {
	position: absolute;
	right: -5px;
	bottom: -5px;
	margin: 0;
	border-radius: 5px;
	padding: 10px 21px;
	background-color: rgb(223, 30, 38);
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0;
}

.single-post .blockquote-button:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.single-post .content-with-sidebar {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	padding-bottom: 88px;
	position: relative;
}

.single-post .content-with-sidebar:after {
	content: '';
	display: block;
	width: 100vw;
	position: absolute;
	height: 1px;
	background: #f2f4f7;
	bottom: 0;
	margin: 0 auto;
}

.single-post .site {
	overflow: visible !important;
}

.single-post .content-with-sidebar .sidebar-single {
	width: 300px;
	margin-left: 80px;
	/* position: sticky !important;
	top: 70px !important; */
	align-self: flex-start;
}

@media (min-width: 961px) and (min-height: 767px) {
	.single-post .content-with-sidebar .sidebar-single {
		position: sticky !important;
		top: 13px;
	}
}

@media (min-width: 1024px) and (min-height: 767px) {
	.single-post .content-with-sidebar .sidebar-single {
		position: sticky !important;
		top: 107px;
	}
}



@media (max-width: 1024px) {
	.dialog-widget-content {
		display: none !important;
	}

	.single-post .content-with-sidebar .sidebar-single {
		top: 15px !important;
	}
}

.single-post .content-with-sidebar .sidebar-single .sidebar {
	width: 300px;
}

@media (max-width: 332px) {
	.single-post .content-with-sidebar .sidebar-single .sidebar {
		width: 290px;
	}
}

@media (max-width: 960px) {
	.single-post .content-with-sidebar .sidebar-single .sidebar {
		margin: 0 auto;
	}
}

.single-post .sidebar-single .section-form {
	/*padding: 30px 27px 0;*/
	padding: 30px 27px 27px;
	border-radius: 8px;
	background-image: -moz-linear-gradient(90deg, rgb(68, 74, 90) 0%, rgb(25, 28, 36) 99%);
	background-image: -webkit-linear-gradient(90deg, rgb(68, 74, 90) 0%, rgb(25, 28, 36) 99%);
	background-image: -ms-linear-gradient(90deg, rgb(68, 74, 90) 0%, rgb(25, 28, 36) 99%);
}

.single-post .sidebar-single .section-form .form-head {
	margin-bottom: 4px;
}

.single-post .sidebar-single .section-form .form-head h3 {
	font-size: 26px;
	font-family: "HelveticaNeue";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 0;
}

.single-post .sidebar-single .section-form .form-head h4 {
	font-size: 20px;
	font-family: "Source Sans Pro";
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 1.15;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	/* letter-spacing: -0.005em; */
}

.single-post .sidebar-single .section-form .form-head p {
	font-size: 16px;
	font-family: "Source Sans Pro";
	color: rgb(255, 255, 255);
	line-height: 1.25;
	text-align: center;
	margin-top: 14px;
}

@media (max-height: 920px) and (min-height: 760px) and (max-width: 1024px) and (min-width: 961px) {
	.single-post .sidebar-single .section-form {
		padding: calc(15px + (30 - 15) * ((100vh - 760px) / (920 - 760))) calc(20px + (27 - 20) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head {
		margin-bottom: 0;
	}

	.single-post .sidebar-single .section-form .form-head h3 {
		font-size: calc(20px + (26 - 20) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head h4 {
		font-size: calc(16px + (20 - 16) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head p {
		font-size: calc(14px + (16 - 14) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head p br {
		display: none;
	}
}

@media (max-height: 920px) and (min-height: 760px) and (min-width: 1025px) {
	.single-post .sidebar-single .section-form {
		padding: calc(15px + (30 - 15) * ((100vh - 760px) / (920 - 760))) calc(20px + (27 - 20) * ((100vh - 760px) / (920 - 760))) calc(15px + (30 - 15) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head {
		margin-bottom: 0;
	}

	.single-post .sidebar-single .section-form .form-head h3 {
		font-size: calc(18px + (26 - 18) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head h4 {
		font-size: calc(15px + (20 - 16) * ((100vh - 760px) / (920 - 760)));
		margin-top: calc(7px + (10 - 7) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head p {
		font-size: calc(11px + (16 - 13) * ((100vh - 760px) / (920 - 760)));
		margin-top: calc(10px + (14 - 10) * ((100vh - 760px) / (920 - 760)));
	}

	.single-post .sidebar-single .section-form .form-head h4 br,
	.single-post .sidebar-single .section-form .form-head p br {
		display: none;
	}

	.single-post .content-with-sidebar .sidebar-single {
		/* top: 85px !important; */
	}
}

@media (max-height: 759px) {
	.single-post .content-with-sidebar .sidebar-single {
		position: static !important;
	}
}

@media (max-width: 1360px) {
	.single-post .main {
		padding-top: calc(47.5px + (95 - 47.5) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post .section-container {
		padding: 0 calc(15px + (50 - 15) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post .content-with-sidebar {
		padding-bottom: calc(30px + (88 - 30) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post .content-with-sidebar .sidebar-single {
		margin-left: calc(20px + (80 - 20) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post .blog-post blockquote {
		padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1360 - 320))) calc(15px + (80 - 15) * ((100vw - 320px) / (1360 - 320))) calc(35px + (50 - 35) * ((100vw - 320px) / (1360 - 320))) calc(44px + (93 - 44) * ((100vw - 320px) / (1360 - 320)));
		background-position: calc(10px + (36 - 10) * ((100vw - 320px) / (1360 - 320))) calc(25px + (40 - 25) * ((100vw - 320px) / (1360 - 320)));
		background-size: calc(22px + (39 - 22) * ((100vw - 320px) / (1360 - 320))) auto;
	}

	.single-post .blog-post blockquote,
	.single-post .blog-post blockquote p {
		font-size: calc(20px + (27 - 20) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-post .blog-post blockquote::after {
		left: calc(22px + (60 - 22) * ((100vw - 320px) / (1360 - 320))) !important;
		top: calc(60px + (85 - 60) * ((100vw - 320px) / (1360 - 320))) !important;
		height: calc(100% - 60px - (85 - 60) * ((100vw - 320px) / (1360 - 320)) - 35px - (50 - 35) * ((100vw - 320px) / (1360 - 320))) !important;
		/*height: calc(118px + (87 - 118) * ((100vw - 320px) / (1360 - 320))) !important;*/
	}

	.single-post .last-articles {
		padding-top: calc(30px + (95 - 30) * ((100vw - 320px) / (1360 - 320))) !important;
	}
}

@media (max-width: 960px) {
	.single-post .content-with-sidebar {
		flex-wrap: wrap;
	}

	.single-post .content-with-sidebar .content-single {
		width: 100%;
	}

	.single-post .content-with-sidebar .sidebar-single {
		margin-left: 0;
	}
}

/* Footer Single */
.footer-single {
	background-color: #f1f1f1;
	padding-top: 90px;
}

@media (max-width: 1360px) {
	.footer-single {
		padding-top: calc(45px + (90 - 45) * ((100vw - 320px) / (1360 - 320)));
	}
}

@media (max-width: 767px) {
	.footer-single {
		padding-top: calc(45px + (90 - 45) * ((100vw - 320px) / (1360 - 320)));
	}
}

.footer-single-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: rgb(176, 176, 176);
}

.footer-single .widget {
	background-color: #f1f1f1;
}

.footer-single .widget {
	width: 100%;
}

.footer-single .widget:nth-child(1) {
	width: calc(59% - 1px);
	margin-top: 1px;
}

.footer-single .widget:nth-child(2) {
	width: 41%;
	margin-top: 1px;
}

.footer-single .widget:nth-child(3),
.footer-single .widget:nth-child(4),
.footer-single .widget:nth-child(5) {
	margin-top: 1px;
}

.single-footer-widget-left,
.single-footer-widget-right {
	padding-top: 80px;
	padding-bottom: 87px;
}

.single-footer-widget-left {
	padding-right: 65px;
}

.single-footer-widget-right {
	padding-left: 69px;
}

@media (max-width: 1360px) {

	.single-footer-widget-left,
	.single-footer-widget-right {
		padding-top: calc(20px + (80 - 20) * ((100vw - 320px) / (1360 - 320)));
		padding-bottom: calc(20px + (80 - 20) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-footer-widget-left {
		padding-right: calc(20px + (65 - 20) * ((100vw - 320px) / (1360 - 320)));
	}

	.single-footer-widget-right {
		padding-left: calc(20px + (65 - 20) * ((100vw - 320px) / (1360 - 320)));
	}

	.footer-single .widget:nth-child(1),
	.footer-single .widget:nth-child(2) {
		margin-top: 1px;
	}
}

@media (max-width: 960px) {

	.footer-single .widget:nth-child(1),
	.footer-single .widget:nth-child(2) {
		width: calc(100% + 2px);
		margin-left: -1px;
	}

	.footer-single .widget:nth-child(2) {
		margin-top: 1px;
	}
}

@media (max-width: 767px) {
	.single-footer-widget-left {
		padding-left: 20px !important;
	}
}

.single-footer-info {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.single-footer-info .single-footer-group {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 30px;
}

.single-footer-info .logo {
	width: 210px;
	height: 84px;
}

.single-footer-info .single-footer-social {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
}

.single-footer-info .single-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-footer-info .single-footer-social a:not(:first-child) {
	padding-left: 8px;
}

.single-footer-info .single-footer-social a:not(:last-child) {
	padding-right: 8px;
}

.single-footer-info .single-footer-social a i {
	padding: 0;
}

.single-footer-info .single-footer-social a:hover,
.single-footer-info .single-footer-social a:hover .fa-bg-hover-brand {
	background-color: transparent !important;
	color: #df1e26 !important;
	text-decoration: none;
}

.single-footer-info .single-footer-text {
	max-width: 435px;
	font-size: 16px;
	font-family: "Source Sans Pro";
	color: rgb(0, 0, 0);
	line-height: 150%;
	position: relative;
	top: -5px;
}

.single-footer-logo {
	position: relative;
	top: -14px;
}

.single-footer-info .single-footer-social .fa-social {
	color: rgb(0, 0, 0) !important;
	font-size: 24px !important;
	position: relative;
}

.single-footer-info .single-footer-social .fa-social.fa-linkedin-in {
	top: -1px;
}

.single-footer-info .single-footer-social .fa-social.fa-youtube {
	top: 2px;
}

.single-footer-phone {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	position: relative;
	left: -18px;
}

@media (max-width: 960px) {
	.single-footer-phone {
		left: 0px;
	}
}

.single-footer-phone a,
.single-footer-address a,
.single-footer-envelope a {
	color: rgb(0, 0, 0);
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.single-footer-phone a {
	font-size: 34px;
	font-family: "HelveticaNeue";
	font-weight: bold;
	line-height: 0.647;
	text-align: center;
	-ms-align-items: center;
	align-items: center;
	transition: .3s ease-in-out;
}

.single-header-phone:hover,
.single-footer-phone a:hover {
	text-decoration: none;
	color: rgb(0 0 0 / 85%);
}


@media (max-width: 1360px) {
	.single-footer-phone a {
		font-size: calc(28px + (34 - 28) * ((100vw - 320px) / (1360 - 320)));
	}
}

.single-footer-address a {
	margin-right: 15px;
}

.single-footer-envelope a {
	-ms-align-items: center;
	align-items: center;
	position: relative;
	top: 4px;
}

.single-footer-address a,
.single-footer-envelope a {
	font-size: 16px;
	font-family: "Source Sans Pro";
	line-height: 150%;
}

.single-footer-address a::before,
.single-footer-envelope a::before,
.single-footer-phone a::before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.single-footer-address a::before {
	margin-right: 13px;
}

.single-footer-phone a::before {
	width: 20px;
	height: 29px;
	background-image: url(https://ctinc.com/wp-content/uploads/2021/06/ic-phone.png);
	margin-right: 10px;
}

.single-footer-address a::before {
	width: 35px;
	height: 35px;
	background-image: url(https://ctinc.com/wp-content/uploads/2021/06/ic-address.png);
	position: relative;
	top: 2px;
}

.single-footer-envelope a::before {
	width: 31px;
	height: 31px;
	background-image: url(https://ctinc.com/wp-content/uploads/2021/06/ic-envelope.png);
	margin-right: 13px;
}

.single-footer-contacts .single-footer-group {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	max-width: 410px;
}

@media screen and (max-width: 1100px) {
	.single-footer-contacts .single-footer-group {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 960px) {
	.single-footer-widget-right {
		padding-left: 0 !important;
	}

	.single-footer-widget-left {
		padding-right: 0 !important;
	}
}

@media (max-width: 767px) {
	.single-footer-widget-left {
		padding-right: 20px !important;
	}
}

.footer-single .copyrights-credits-wrapper {
	font-size: 16px;
	font-family: "Source Sans Pro";
	color: rgb(0, 0, 0);
	line-height: 150%;
	text-align: center;
	padding: 22px 0 85px;
}

.single-footer-nav {
	font-size: 16px;
	font-family: "NeutrifPro";
	text-align: center;
	line-height: 150%;
}

@media (max-width: 418px) {
	.single-footer-nav {
		display: flex;
		flex-direction: column;
	}

	.single-footer-nav span {
		opacity: 0;
	}
}

.single-footer-widget-full {
	padding-top: 45px;
}

.single-footer-nav a {
	color: rgb(0, 0, 0);
}

.single-footer-nav span {
	color: rgb(0, 0, 0);
	padding: 0 9px;
}

@media (max-width: 1360px) {
	.footer-single .copyrights-credits-wrapper {
		padding-bottom: calc(45px + (85 - 45) * ((100vw - 320px) / (1360 - 320)));
	}
}


@media (max-width: 778px) {
	.single-footer-info {
		flex-wrap: wrap;
		justify-content: center;
	}

	.single-footer-info .single-footer-group {
		margin-right: 0;
		margin-bottom: 25px;
	}
}

@media (max-width: 420px) {
	.single-footer-info .single-footer-social a:first-child i {
		text-align: left;
	}

	.single-footer-contacts .single-footer-group {
		flex-direction: column;
		margin-top: 20px;
		align-items: center;
	}

	.single-footer-contacts .single-footer-group .single-footer-address {
		margin-bottom: 14px;
	}

	.single-footer-address a {
		margin-right: 0px;
	}

	.single-post .content-with-sidebar .sidebar-single {
		width: 100%;
	}
}







/******************************************************************************
 * * *	6 FOOTER STYLES	* * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***	6.1 FOOTER NAV BAR	***/


/***	6.2 FOOTER	***/

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ebebeb;
	background: none;
	font-size: 0.9em;
}

.single-footer-contacts .single-footer-button {
	text-align: center;
}

.single-footer-contacts .single-footer-button a {
	font-size: 18px !important;
	font-family: "HelveticaNeue" !important;
	font-weight: bold;
	line-height: 1.722;
	display: inline-block;
	margin-top: 30px;
	padding: 3px 10px;
	padding: 0.25em 0.7em;
	border: 2px solid var(--primary-1);
	-webkit-border-radius: var(--radius-1);
	-moz-border-radius: var(--radius-1);
	border-radius: var(--radius-1);
	background-color: var(--primary-1);
	font-weight: 600;
	color: white;
	transition: 0.3s;
	text-decoration: none;
}

.single-footer-contacts .single-footer-button a:hover {
	background-color: #000;
	border-color: #000;
}

.page-id-72410 .footer {
	display: none;
}

.footer .col-custom {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer a {
	color: var(--dark-3);
}

.footer a:hover {
	text-decoration: none;
	color: var(--primary-1);
}

.footer .button,
.footer .button:hover {
	color: white;
}


/* Footer Icon List */

.footer .arrow-list li,
.footer .check-list li,
.footer .check-circle-list li,
.footer .icon-list li,
.footer .contact-list li {
	margin-left: 1.75em;
}


/***	6.3 BOTTOM BAR	***/

.bottom-bar {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #ebebeb;
	background: none;
	font-size: 0.8em;
}

.bottom-bar .col-custom {
	padding-top: 15px;
	padding-bottom: 15px;
}

.copyright,
.credits {
	display: block;
}

.credits img {
	width: 1.1em;
}

@media (max-width: 1280px) {
	.single-footer-phone {
		justify-content: center;
		left: 0;
	}

	.single-footer-contacts .single-footer-group {
		flex-direction: column;
		margin-top: 25px;
		align-items: center;
	}

	.single-footer-contacts .single-footer-group .single-footer-envelope {
		margin-top: 15px;
	}
}

@media (max-width: 960px) {
	.single-footer-phone {
		justify-content: center;
	}

	.single-footer-contacts .single-footer-group {
		align-items: center;
	}
}


/******************************************************************************
 * * *	7 CUSTOM STYLES	* * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

/* Add custom theme styles here */

/* Hide subscription elementor popup title */
.elementor-74062 .elementor-widget-heading.elementor-element-4f14afb {
	display: none;
}

/* MSP footer info */
.msp-block {
	padding-bottom: 15px;
	text-align: center;
}

.msp-block a {
	color: #777;
	color: var(--dark-2);
	transition: all .25s ease-in;
}

.msp-block a:hover,
.msp-block a:focus {
	color: #e80707;
	color: var(--primary-1);
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.msp-block {
		padding-top: 12px;
	}
}

.footer-single .copyrights-credits-wrapper {
	padding-bottom: 0;
}

.footer-single .msp-block {
	padding-top: 17px;
	padding-bottom: 85px;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	line-height: 150%;
}

.footer-single .msp-block a {
	color: #000;
}

@media (max-width: 1366px) {
	.footer-single .msp-block {
		padding-bottom: calc(45px + (85 - 45) * ((100vw - 320px) / (1360 - 320)))
	}
}

/***	NINJA FORM STYLES	***/

.nf-form-fields-required,
#nf-form-1-cont .nf-field-label label {
	display: none;
}

#nf-form-1-cont .nf-form-content input[type="button"],
#nf-form-2-cont .nf-form-content input[type="button"],
#nf-form-3-cont .nf-form-content input[type="button"] {
	padding: 0.4em 1.2em;
	border: 2px solid var(--primary-1);
	background-color: var(--primary-1);
	font-weight: 600;
	transition: all 300ms ease-in-out;
	height: auto;
}

#nf-form-1-cont .nf-form-content input[type="button"]:hover,
#nf-form-2-cont .nf-form-content input[type="button"]:hover,
#nf-form-3-cont .nf-form-content input[type="button"]:hover {
	border-color: black;
	background: black;
	color: white;
}

.nf-form-content textarea.ninja-forms-field {
	height: 100px !important;
}



/***	COLUMN BOX STYLES	***/

.column-box .elementor-widget-wrap {
	border-bottom: #595959 solid 3px;
	padding: 1em;
	background: var(--light-2);
}

.column-box:last-child .elementor-inner-column:last-child .elementor-widget-wrap {
	border: none;
	padding: 0;
	background: none;
}

.column-box.column-box-exempt .elementor-inner-column:last-child .elementor-widget-wrap {
	border-bottom: #595959 solid 3px;
	padding: 1em;
	background: var(--light-2);
}



/***	CTA BAR	***/

.cta-bar {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	border-top: 3px solid var(--primary-1);
	background-color: var(--light-4);
}

.cta-bar .elementor-column:last-child {
	text-align: right;
}

.cta-bar h2 {
	text-transform: none;
}

@media screen and (max-width: 600px) {

	.cta-bar .elementor-column,
	.cta-bar .elementor-column:last-child {
		text-align: center;
	}

}



/***	ADD TO ANY	***/

.addtoany_content_bottom {
	display: flex;
	flex-wrap: wrap;
	background: var(--light-4);
	padding: 30px 20px 25px 20px;
	margin-top: 60px;
}

.addtoany_content_bottom .addtoany_header,
.addtoany_content_bottom .addtoany_list {
	width: 50%;
	margin-bottom: 0;
}

.addtoany_content_bottom .addtoany_header {
	font-family: var(--font-2);
	padding-top: 3px;
}


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

.addtoany_content_bottom .a2a_svg {
	background-color: white !important;
}

.addtoany_content_bottom .a2a_svg svg path {
	fill: var(--dark-3);
}


/***Landing Page***/
.landing-header-right li {
	display: inline;
}

.landing-scroll-right {
	text-align: right;
	width: 75%;
}

#landing-page .banner-inner {
	text-align: center;
	align-items: center;
}

#landing-page .nf-form-content input[type=button] {
	background: var(--primary-1);
	color: white;
	padding: 0px 30px;
}

#landing-page .nf-form-content input[type=button]:hover {
	background: white;
	color: black;
}

#landing-page .red-section .nf-error .nf-error-msg {
	color: white;
}

#landing-page .header-inner {
	padding: 10px 0;
}

@media only screen and (max-width: 767px) {
	#landing-page .logo-wrapper {
		text-align: center;
		padding: 10px;
	}

	#landing-page .header-inner {
		padding-right: 0;
	}

	#landing-page .header-right {
		text-align: left;
	}

	.landing-header-right li {
		margin-left: 1em;
	}
}


/***	ELEMENTOR TABS	***/

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before {
	border: none !important;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	padding-right: 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-widget-tabs .elementor-tab-title:not(:last-child) {
	margin-bottom: 5px;
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title.elementor-active {
	padding: 0 !important;
}

.elementor-widget-tabs .elementor-tab-title:before {
	display: none !important;
}

.elementor-widget-tabs .elementor-tab-title a {
	display: block;
	padding: 10px 25px;
	background-color: var(--light-3);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active a,
.elementor-widget-tabs .elementor-tab-title a:hover {
	background-color: var(--primary-1) !important;
	text-decoration: none;
	color: white !important;
}

.elementor-widget-tabs .elementor-tabs-content-wrapper {
	display: flex !important;
	padding: 0 20px !important;
	border: 1px solid var(--light-2) !important;
	align-items: center;
	text-align: center;
}

.elementor-widget-tabs .elementor-tabs-content-wrapper h3:after {
	display: block;
	width: 150px;
	height: 2px;
	margin: 1em auto 0;
	background-color: var(--primary-1);
	content: '';
}

@media screen and (max-width: 600px) {
	.elementor-widget-tabs .elementor-tabs-content-wrapper {
		display: block !important;
		padding: 0 !important;
		border: none !important;
	}

	.elementor-tabs .elementor-tab-content {
		padding: 30px;
		margin-bottom: 5px;
		border-style: solid solid solid;
	}

	.elementor-widget-tabs .elementor-tab-title {
		padding: 10px 25px !important;
		background-color: var(--light-3);
		font-weight: 700;
	}

	.elementor-widget-tabs .elementor-tab-title.elementor-active {
		padding: 10px 25px !important;
		background-color: var(--primary-1) !important;
		text-decoration: none;
		color: white !important;
	}
}

.elementor-swiper-button i {
	font-style: normal !important;
}

#callnowbutton img {
	display: none;
}

/***	LAST ARTICLES	***/
.single-post .last-articles {
	padding-top: 95px;
	padding-bottom: 43px;
}

.single-post .last-articles .container {
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.last-articles h2.title {
	font-size: 40px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 1);
	font-weight: bold;
	line-height: 1.111;
	text-align: center;
	margin-bottom: 13px;
	text-transform: unset;
}

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

.last-articles .last-articles-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.last-articles .last-articles-inner .title {
	text-align: left;
}

.last-articles .article-item {
	margin: 30px;
	width: calc(100% / 3 - 30px * 2);
	min-width: 290px;
	background-color: #2b2f3a;
}

.last-articles .article-item a:hover {
	transition: all .3s ease-in-out;
	text-decoration: none !important;
}

.last-articles .article-item a:hover .figure {
	transition: all .3s ease-in-out;
	opacity: .8;
}

.last-articles .article-item .title:hover {
	transition: all .3s ease-in-out;
	color: var(--primary-1);
}

@media (max-width: 1134px) {
	.last-articles .article-item {
		margin: 10px;
	}
}

.last-articles .article-item {
	display: flex;
}

.last-articles .article-item .figure {
	width: 100%;
	padding-bottom: 56%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	/*background-color: #040d14;*/
	background-image: url(https://ctinc.com/wp-content/uploads/2021/06/bg.jpg);
	background-color: #ffffff;
}

.last-articles .article-item .article-item-content-block {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.last-articles .article-item .content {
	padding: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex: 1;
}

.last-articles .article-item h4 {
	font-size: 28px;
	font-family: "HelveticaNeue";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.071;
	flex: 1 1 auto;
}

.last-articles .article-item h4::after {
	content: '';
	display: block;
	background-color: rgb(134, 142, 166);
	width: 43px;
	height: 1px;
	margin-top: 47px;
	margin-bottom: 23px;
}

@media (max-width: 1360px) {
	.last-articles h2.title {
		font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (1360 - 320)));
	}

	.last-articles .article-item h4 {
		font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1360 - 320)));
	}
}

.last-articles .article-item .link-more {
	display: block;
	-ms-align-self: flex-end;
	align-self: flex-end;
	font-size: 18px;
	font-family: "HelveticaNeue";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.667;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	letter-spacing: .03em;
	margin-right: 9px;
	transition: .3s ease-in-out;
}

.last-articles .article-item .link-more:hover {
	border-color: rgb(223, 30, 38);
	text-decoration: none;
	margin-right: 22px;
}

.last-articles-button {
	margin-top: 23px;
	font-weight: bold;
	line-height: 1.55;
	font-family: "HelveticaNeue";
	font-size: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.last-articles .article-item {
		margin: 15px 0;
	}

	.last-articles .last-articles-inner {
		align-items: center;
		flex-direction: column;
	}
}


/* Hide form on load */
#elementor-popup-modal-74062 {
	display: none !important;
}



/* Header menu */
.mobile-nav::-webkit-scrollbar {
	width: 0px;
}

.mobile-menu li.active&gt;ul,
.mobile-menu li.active&gt;ul {
	transition: 0.4s;
	padding-left: 15px;
}

.mobile-nav-left .mobile-nav,
.mobile-nav-right .mobile-nav {
	position: relative !important;
	width: 100% !important;
}

.mobile-nav-right .site-container.active {
	margin-left: 0 !important;
}

.mobile-nav-right .mobile-nav {
	right: 0 !important;
	height: 100% !important;
	max-height: 0px !important;
	display: block;
	width: 100%;
}

.mobile-nav-right .mobile-nav.active {
	max-height: 1000px !important;
}







/* testimonials Block - Date 28.08.2021 year */
.testimonials-block-wrapper {}

.testimonials-block-wrapper .testimonial-btn-ct-row {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

@media (max-width: 350px) {
	.testimonials-block-wrapper .testimonial-btn-ct-row {
		font-size: 0.95em;
	}
}

.testimonials-block-wrapper .testimonials-block-row {}

.testimonials-block-wrapper .testimonials-block-row h2 {
	font-family: "HelveticaNeue";
	font-size: 2.8em;
	line-height: 1.1em !important;
	text-transform: none;
	margin-bottom: 2.1%;
}

.testimonials-block-wrapper .testimonials-block-row .testimonials-block-ct {
	max-width: 1612px;
	margin: 0 auto;
}

.testimonials-block-wrapper .testimonials-block-row .testimonials-block-ct .testimonial-ct-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.testimonials-block-wrapper .testimonials-block-row .testimonials-block-ct .testimonial-ct-wrapper .testimonial-ct-column {
	flex: 0 1 33%;
	max-width: 492px;
}

/* testimonial-items */
.ct-item-testimonial {
	margin: 0 15px 30px;
}

.testimonial-ct-wrapper .testimonial-ct-column:nth-child(1),
.testimonial-ct-wrapper .testimonial-ct-column:nth-child(2),
.testimonial-ct-wrapper .testimonial-ct-column:nth-child(3) {
	margin-bottom: 48px;
}

.ct-item-testimonial .ct-item-testimonial-header {
	margin-bottom: 25px;
	position: relative;
}

.ct-item-testimonial .ct-item-testimonial-header::before {
	content: '';
	position: absolute;
	width: 87%;
	height: 2px;
	right: 0;
	top: 50%;
	background: #909da3;
}

.ct-item-testimonial .ct-item-testimonial-content {
	color: #000;
	max-width: 454px;
}

.ct-item-testimonial .ct-item-testimonial-content .ct-item-testimonial-title {
	font-family: "HelveticaNeue";
	font-size: 28px;
	line-height: 30px;
}

.ct-item-testimonial .ct-item-testimonial-content .ct-item-testimonial-text {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
	line-height: 26px;
	margin-top: 31px;
}

.ct-item-testimonial .ct-item-testimonial-content .ct-item-testimonial-name {
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 1.4px;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 12px;

}

.ct-item-testimonial .ct-item-testimonial-grade {
	margin-top: 30px;
}

@media (max-width: 980px) {
	.ct-item-testimonial .ct-item-testimonial-content .ct-item-testimonial-title {
		font-size: 25px;
		line-height: 25px;
	}

	.testimonials-block-wrapper .testimonials-block-row .testimonials-block-ct .testimonial-ct-wrapper .testimonial-ct-column {
		flex: 0 1 50%;
	}

	.testimonials-block-wrapper .testimonials-block-row h2 {
		font-size: 2em;
	}
}

@media (max-width: 1366px) {

	.testimonial-ct-wrapper .testimonial-ct-column:nth-child(1),
	.testimonial-ct-wrapper .testimonial-ct-column:nth-child(2),
	.testimonial-ct-wrapper .testimonial-ct-column:nth-child(3) {
		margin-bottom: 0px;
	}

	.ct-item-testimonial {
		margin: 0 15px 40px;
	}

	.testimonials-block-wrapper .testimonials-block-row h2 {
		font-size: 1.7em;
	}
}

@media (min-width: 980px) and (max-width: 1366px) {
	.ct-item-testimonial .ct-item-testimonial-header::before {
		width: 78%;
	}
}

@media (max-width: 767px) {
	.testimonials-block-wrapper .testimonials-block-row .testimonials-block-ct .testimonial-ct-wrapper .testimonial-ct-column {
		flex: 0 1 100%;
		max-width: 100%;
	}

	.ct-item-testimonial .ct-item-testimonial-content {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.ct-item-testimonial .ct-item-testimonial-header::before {
		width: 78%;
	}
}

/* Partners Block new */
.parters-wrapper {
	border-top: 1px solid #b0b0b0;
	padding-top: 70px !important;
}

@media (max-width: 767px) {
	.parters-wrapper {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

.parters-wrapper h2 {
	font-family: "HelveticaNeue";
	font-size: 2.8em;
	line-height: 1.1em !important;
	text-transform: none;
	margin-bottom: 12px;
}

.parters-wrapper .parters-block {
	max-width: 1127px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.parters-wrapper .parters-block .parters-block-column {
	margin: 0 15px;
}

@media (max-width: 1366px) {
	.parters-wrapper h2 {
		font-size: 2.4em;
	}
}

@media (max-width: 980px) {
	.parters-wrapper h2 {
		font-size: 1.8em;
	}
}

@media (max-width: 767px) {
	.parters-wrapper .parters-block {
		flex-wrap: wrap;
	}

	.parters-wrapper .parters-block .parters-block-column {
		margin: 0 15px 40px;
		flex-basis: calc(50% - 30px);
	}
}

@media (max-width: 500px) {
	.parters-wrapper .parters-block .parters-block-column {
		margin: 0 15px 40px;
		flex-basis: calc(100% - 30px);
		text-align: center;
	}
}

/*
 * END OF
 * CUSTOMIZABLE CSS
 */

.single-post .blog-post center iframe {
	/* width: 100%; */
	/*height: clamp(180px,26.042vw,500px);*/
	/* height: 500px; */
}

@media screen and (min-width: 961px) and (max-width: 1920px) {
	/* .single-post .blog-post center iframe {
		height: clamp(180px, 35.742vw, 500px);
	} */
}

/*@media screen and (max-width: 950px) {
	.single-post .blog-post center iframe {
		!*height: 450px;*!
		height: 400px;
	}
}*/

/* @media screen and (max-width: 850px) {
	.single-post .blog-post center iframe {
		height: clamp(190px, 52.059vw, 400px);
	}
} */

/*@media screen and (max-width: 767px) {
	.single-post .blog-post center iframe {
		height: 350px;
	}
}

@media screen and (max-width: 575px) {
	.single-post .blog-post center iframe {
		height: 300px;
	}
}

@media screen and (max-width: 375px) {
	.single-post .blog-post center iframe {
		height: 250px;
	}
}*/

.single-post .blog-post .fluid-width-video {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.2225%;
}

.single-post .blog-post .fluid-width-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Testimonials in Post */

.single-post .testimonials {
	padding-top: 95px;
	padding-bottom: 43px;
}

.single-post .testimonials .container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-post .testimonials h2.title {
	font-size: 40px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 1);
	font-weight: bold;
	line-height: 1.111;
	text-align: center;
	margin-bottom: 30px;
	text-transform: unset;
}

@media (max-width: 1360px) {
	.single-post .testimonials {
		padding-top: calc(30px + (95 - 30) * ((100vw - 320px) / (1360 - 320)));
	}
	.single-post .testimonials h2.title {
		font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (1360 - 320)));
	}
}

.single-post .testimonial-ct-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.single-post .testimonial-ct-wrapper {
		align-items: center;
		flex-direction: column;
	}
}

.single-post .testimonial-ct-wrapper .testimonial-ct-column {
	flex: 0 1 33%;
	max-width: 492px;
	margin: 0;
}

@media (max-width: 980px) {
	.single-post .testimonial-ct-wrapper {
		justify-content: center;
	}
	.single-post .testimonial-ct-wrapper .testimonial-ct-column {
		flex: 0 1 49%;
	}
}

.single-post .testimonial-ct-column:nth-child(1) .ct-item-testimonial {
	margin: 0 30px 30px 0;
}
.single-post .testimonial-ct-column:nth-child(2) .ct-item-testimonial {
	margin: 0 15px 30px;
}
.single-post .testimonial-ct-column:nth-child(3) .ct-item-testimonial {
	margin: 0 0 30px 30px;
}

@media (max-width: 980px) {
	.single-post .testimonial-ct-column:nth-child(1) .ct-item-testimonial {
		margin: 0 30px 30px 0;
	}
	.single-post .testimonial-ct-column:nth-child(2) .ct-item-testimonial {
		margin: 0 0 30px 30px;
	}
	.single-post .testimonial-ct-column:nth-child(3) .ct-item-testimonial {
		margin: 0 15px 30px;
	}
}

@media (max-width: 768px) {
	.single-post .testimonial-ct-column:nth-child(1) .ct-item-testimonial {
		margin: 0 15px 30px;
	}
	.single-post .testimonial-ct-column:nth-child(2) .ct-item-testimonial {
		margin: 0 15px 30px;
	}
	.single-post .testimonial-ct-column:nth-child(3) .ct-item-testimonial {
		margin: 0 15px 30px;
	}
}

.single-post .testimonial-btn-ct-row {
	text-align: center;
	width: 100%;
}

@media (max-width: 350px) {
	.single-post .testimonial-btn-ct-row {
		font-size: 0.95em;
	}
}

.single-post .testimonial-btn-ct {
	margin-top: 23px;
	font-weight: bold;
	line-height: 1.55;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}

.bp-wrap + .bp-wrap{
	display: none !important;
}

.page-id-72583 .wl-header {
	background: #222;
	position: static;
}

.grecaptcha-badge {
	display: none !important;
}</pre></body></html>