:root {
	/* FONTS */
	--font-size-1: 66px;
	--font-size-2: 46px;
	--font-size-3: 36px;
	--font-size-4: 26px;
	--font-size-5: 22px;
	--font-size-6: 18px;
	--font-size-7: 16px;
	--font-size-8: 14px;
	--font-size-9: 12px;
	--font-size-10: 10px;

	/* FONT FAMILY */
	--primary-font-family: 'PT Serif', serif;

	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #d9dfe9;
	--font-color: #333;
	--primary-color: #32415e;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #ffffff94;
	--banner-bg-color: #e9e9e9;
	--banner-font-color: var(--font-color);
	--slick-dots-color: var(--primary-color);
	--slick-arrow-bg: var(--primary-color);
	--slick-arrow-color: #fff;
	--cta-bg-color: var(--second-bg-color);
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: var(--main-bg-color);
	--header-second-bg-color: var(--second-bg-color);
	--header-color: var(--font-color);
	--footer-bg-color: #1a1a1a;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
    --icons-filter: invert(24%) sepia(20%) saturate(1007%) hue-rotate(181deg) brightness(93%) contrast(94%);

    /* BUTTON */
    --def-btn-font-size: 18px;
    --def-btn-padding: 17px 65px;

	/* PADDING */
	--small-padding: 60px;
	--big-padding: 120px;
	
	/* DESC */
	--desc-margin: 25px 0 0;
	
	/* BORDER RADIUS */
	--border-radius: 0px;

	/* SEPARATOR */
	--template-separator-height: 5px;

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 190px;
	--logo-scrolled-size: 100px;
	--logo-mobile-size: 100px;
	--logo-scrolled-mobile: 80px;

	/* FOOTER LOGO */
	--footer-logo-size: 130px;
	--footer-mobile-logo-size: 100px;

	/* FW TYPES */
	--fw-type-1: 500;
	--fw-type-2: 600;
	--fw-type-3: 700;
	--fw-type-4: 800;
	--fw-type-5: 900;
}


.cta-left-col.w100 {
	text-align: center;
}
section.counter-section-t1-v2 .counter-row .item .item-flex {
	justify-content: left;
}
section.counter-section-t1-v2 .counter-row .item .item-flex .icon-img img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center;	
	filter: none;
}
section.counter-section-t1-v2 .counter-row .item .item-flex .icon-img {
	height: 150px;
	margin-right: 20px;
}
section.counter-section-t1-v2.counter-bg-1 .counter-row .item .box {
	padding: 5px;
  	background-color: #0c3c60;
	color: #fff;
}
.text-section-t2-v3 blockquote{
	background-color: #5c697b;
}
.text-section-t2-v3 p{
	color: #fff;
}
section.contact-section-t1-v2.contact-bg .contact-info-row .item .wrapper {
  background-color: #608eaf;
}


/* GLOBAL MEDIA */
@media screen and (max-width: 1499px) {
	:root {
		/* FONTS */
		--font-size-1: 64px;
		--font-size-2: 44px;
		--font-size-3: 34px;
		--font-size-4: 24px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-7: 16px;
		--font-size-8: 14px;
		--font-size-9: 12px;
		--font-size-10: 10px;

        /* BUTTON */
        --def-btn-font-size: 15px;
        --def-btn-padding: 17px 35px;

	}
}

@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 60px;
		--font-size-2: 40px;
		--font-size-3: 30px;
		--font-size-4: 22px;
		--font-size-5: 18px;
		--font-size-6: 16px;
		--font-size-7: 14px;
		--font-size-8: 13px;
		--font-size-9: 12px;
		--font-size-10: 10px;
	}
	.def-btn a {
		padding: 14px 55px;
	}
}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 54px;
		--font-size-2: 36px;
		--font-size-3: 28px;
		--font-size-4: 20px;

		/* BUTTON */
		--def-btn-font-size: 14px;

        /* PADDING */
        --small-padding: 60px;
        --big-padding: 120px;
	}
	body {
		font-size: var(--font-size-7);
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* FONTS */
		--font-size-1: 48px;
		--font-size-2: 32px;
		--font-size-3: 24px;

        /* PADDING */
        --small-padding: 50px;
        --big-padding: 100px;
	}
}