/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}

a,
path {
	transition: all 0.15s linear;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}
/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

input[type="number"] {
	padding-right: 0.5rem;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cd2653;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}


/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}


/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}


/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media ( prefers-reduced-motion: reduce ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: -0.9rem 0 0 -0.9rem;
	width: calc(100% + 0.9rem);
}

ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}

.social-icons a:focus,
.social-icons a:hover {
	transform: scale(1.1);
	text-decoration: none;
}


/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {
	background: #fff;
	position: relative;
	transition: all 0.3s;
}

.header-inner {
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	margin: 0 auto;
	width: auto;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	display: none;
}

/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}
.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle .toggle-inner {
	padding-top: 0.8rem;
}

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

ul.primary-menu {
	display: flex;
	font-weight: 500;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	text-decoration: underline;
}

/* SUB MENU */

.primary-menu ul {
	background: #000;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}
.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl .primary-menu ul ul::after {
	transform: rotate(180deg);
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}

.admin-bar .menu-modal {
	top: 32px;
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	width: 100%;
}


button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}


@media ( min-width: 1000px ) {
	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	/* HEADER TOGGLES */

	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}

	.header-inner .toggle {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
	}

	.header-inner .toggle-wrapper {
		position: relative;
	}

	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		left: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem;
	}
}
#site-header {
	background: rgba(0, 0, 0, 1);
	position: fixed;
	width: 100%;
	top: 0;
	height: 131.5px;
	z-index: 10;
}
.header-inner {
	padding: 20.75px 16px;
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.header-toggles .search-toggle-wrapper, .mobile-search-toggle.toggle {
	display: none;
}
.header-navigation-wrapper .primary-menu-wrapper ul li.menu-item a {
	color: #FFFFFF80;
	font-weight: 400;
	transition: all 0.3s;
	font-size: 16px;
}

.header-navigation-wrapper .primary-menu-wrapper ul li.menu-item.current-menu-item a {
	text-decoration: none;
}

nav.primary-menu-wrapper {
	margin-top: 80px;
}
.mobile-menu ul li {
	padding: 25px 0;
}
.contact-button {
	position: absolute;
	right: -20px;
	top: 20px;
	max-width: 225px;
    text-align: center;
    padding: 8px 10px;
    letter-spacing: 2px;
    margin-left: auto;
    background: #EB0C16;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
	align-items: center;
    border: 2px solid transparent;
    border-left: 0;
    border-right: 0;
	text-decoration: none;
}
.contact-button:hover {
	background: #000;
    border: 2px solid #EB0C16;
    color: #EB0C16;
    border-left: 0;
    border-right: 0;
    text-shadow: 0 0 10px #eb0c16;
}
.contact-button img {
	filter: brightness(0) invert(1);
	margin-right: 5px;
	width: 18px;
}
.contact-button:hover img {
	filter: brightness(1) invert(0);
}
.header-navigation-wrapper .primary-menu-wrapper ul li.menu-item {
	text-decoration: none;
	list-style-type: none;
	margin: 0 8px;
}

.header-navigation-wrapper .primary-menu-wrapper ul li.menu-item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.toggle-text {
	display: none;
}

.header-titles a img {
	max-width: 360px;
	width: 360px;
}

/* Home Page */
header.entry-header {
	display: none;
}

.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.section {
	min-width: 100% !important;
	width: 100% !important;
	left: 0 !important;
	min-height: 70vh;
	max-width: 100% !important;
	margin-bottom: 0 !important;
	padding: 100px 0;
}
.fourth-section,
.tenth-section-content,
.eleventh-section-content {
	padding: 100px 0;
}
.vc_column-inner {
	padding-top: 0 !important;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}
.post-inner {
	padding-top: 0 !important;
}

.section.dark  {
	background: #0a0a0a;
}
.dark  {
	background: #0a0a0a;
}

.first-section-content {
	padding-top: 100px;
}

.container {
	max-width: 1200px;
	margin: auto;
	width: 100%;
}

.flex {
	display: flex;
}

.left-content, .right-content {
	padding: 0 15px;
}

.left-content img{
	max-width: 500px;
}

.dark h1.heading-text {
    color: #ffffff;
}

.right-content h1.heading-text {
	font-weight: 700;
	font-size: 44px;
	letter-spacing: 1px;
	text-align: center;
}

.right-content p.text {
	margin: 20px 0 0;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
}

.dark p.text {
	color: #FFFFFF;
}

.right-content h3.small-heading {
	font-size: 24px;
    font-weight: 700;
    color: #fff;
	margin: 0;
    margin: 20px 0;
	text-align: center;
}
.right-content .buttons-container button.btn {
    padding: 17px;
    width: 170px;
}
.right-content .buttons-container {
	width: 100%;
	align-items: center;
	justify-content: center;
} 
button.btn {
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    padding: 17px 60px;
    display: inline-block;
    background: #D61A0C;
    border-radius: 0;
	transition: all 0.3s ease-out;
	width: fit-content;
}
button.btn:hover {
	text-decoration: none;
	transform: scale(1.1);
}
.featured-btn {
	margin-top: 25px;
    display: flex;
    justify-content: center;
}
.right-content .buttons-container button.btn:first-child {
	margin-right: 35px;
}
.right-content .buttons-container button.btn:hover {
	font-size: 14px;
}

.vc_row-full-width.vc_clearfix {
	display: none;
}
/* Second Section */
.second-section-content {
	padding: 0 15px;
}
.second-section-content .heading-section {
	width: 100%;
}
.heading-section h1.title {
	margin: 0;
	font-size: 44px;
    line-height: 46px;
    margin-bottom: 30px;
	text-align: center;
}
.second-section-content .heading-section h1.title {
	color: #FFFFFF;
}
.second-section-content .heading-section h3.sub-title {
	font-size: 22px;
	text-align: center;
	line-height: 1.1;
	margin: 0;
	padding: 0 10%;
	font-weight: 400;
	color: #FFFFFF;
}
.second-section-content .heading-section h2.sub-title {
	font-size: 22px;
	text-align: center;
	line-height: 1.1;
	margin: 20px 0 0;
	padding: 0 10%;
	font-weight: 500;
	color: #FFFFFF;
}
.section.red  {
	background: #cf2e2e;
}
.red  {
	background: #cf2e2e;
}
.second-section .section-body {
	margin-top: 50px;
}
.second-section .section-cards {
	justify-content: space-between;
}
.second-section .section-cards .card {
	max-width: calc((100% / 4) - 16px);
	background: rgb(0,0,0,0.75);
	border: 5px solid rgba(255,255,255,0.75);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	cursor: pointer;
}
.second-section .card-inner {
	padding: 20px 15px;
}
.second-section .card {
	transition: all 0.3s;
}
.second-section .card:hover {
	box-shadow: 0 0 20px #fff;
}
.second-section .card:hover img {
	transform: rotateY(360deg);
}
.second-section .card img {
	margin: auto;
	margin-bottom: 15px;
	width: 64px;
	transition: all 0.5s;
}
.second-section .card h3.card-heading {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 28px;
    color: #D61A0C;
}
.second-section .card p.card-text {
	color: #FFFFFF;
	text-align: center;
	line-height: 1.1;
	margin-top: 10px;
	font-size: 14px;
    color: #fff;
}


/* third Section */
.third-section-content {
	padding: 0 15px;
}
.third-section-content .heading-section {
	width: 100%;
	margin-top: 25px;
}
.heading-section h3.sub-title {
	font-size: 22px;
	text-align: center;
	line-height: 1.1;
	margin: 0;
	padding: 0 10%;
	font-weight: 400;
}
.third-section-content .heading-section h2.sub-title {
	font-size: 22px;
	text-align: center;
	line-height: 1.1;
	margin: 20px 0 0;
	padding: 0 10%;
	font-weight: 500;
}
.section.light  {
	background: #FFFFFF;
}
.light  {
	background: #FFFFFF;
}
.third-section .section-body .section-cards {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.third-section .section-body .section-cards .col {
	max-width: calc((100% / 3) - 24px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.third-section .section-body .section-cards .col img {
	width: 70%;
}
.third-section .section-body .section-cards .card .icon-bg {
	background: #D61A0C;
	min-width: 64px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 16px;
	transition: 0.3s all;
}
.third-section .section-body .section-cards .card:hover .icon-bg {
	transform: scale(1.1);
}
.third-section .section-body .section-cards .card {
	display: flex;
	align-items: center;
	width: 100%;
}
.third-section .section-body .section-cards .card img {
	max-width: 32px;
}
.third-section .section-body .section-cards .card h3.card-heading {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
.third-section .section-body .section-cards .card p.card-text {
	font-size: 18px;
	margin: 10px 0 0 0;
	line-height: 1.1;
}
.third-section .section-body .section-cards .col:first-child .card {
	flex-direction: row-reverse;
	text-align: end;
}

/* Fourth Section */
.fourth-section {
	min-height: 1vh;
	background-color: #0a0a0a;
	color: #eb0c16;
}
.fourth-section h1.heading-text {
	color: inherit;
	margin-bottom: 50px;
}
.fourth-section .container {
	text-align: center;
}

/* Fifth Section */
.fifth-section .section-body {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.fifth-section .section-body .col {
	width: calc((100% / 3) - 8px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.fifth-section .section-body .col.dropdown-container {
	flex-direction: column;
	justify-content: flex-start;
}
.fifth-section .dropdown .drop_header {
	margin-top: 16px;
	cursor: pointer;
	padding: 15px;
	background-color: #E5E5E580;
	color: #0a0a0a;
	position: relative;
}
.fifth-section .dropdown .drop_header:before {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 34px;
    line-height: 20px;
}
.fifth-section .dropdown.active .drop_header:before {
    content: "";
    width: 18px;
    height: 4px;
    background: #fff;
    line-height: normal;
    top: 21px;
}
.fifth-section .dropdown.active .drop_header {
	background-color: #eb0c16;
	color: white;
}
.fifth-section .dropdown .drop_header p {
	font-weight: 600;
	color: inherit;
	padding-right: 25px;
}
.fifth-section .dropdown .drop_body {
	border: 1px solid #E5E5E580;
	height: 0;
	overflow: hidden;
}
.fifth-section .dropdown.active .drop_body {
	height: fit-content;
	padding: 15px;
}
.fifth-section .dropdown .drop_body .card-icon-text {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.fifth-section .dropdown .drop_body .card-icon-text img {
	width: 42px;
}
.fifth-section .section-body .img-container img {
	width: 70%;
}


/* Sixth Section */
.sixth-section {
	color: #FFFFFF;
}
.sixth-section-content .heading-section h3.sub-title {
	color: inherit;
}
.sixth-section .section-body {
	justify-content: space-between;
	margin-top: 50px;
}
.sixth-section .section-body .card .card-inner {
	display: flex;
	align-items: flex-start;
}
.sixth-section .section-body .card .card-inner img {
	width: 38px;
}
.sixth-section .section-body .col.section-cards {
	position: relative;
}
.sixth-section .section-body .col.section-cards:before {
    content: "";
    position: absolute;
    left: 54px;
    top: 20px;
    bottom: 13%;
    width: 2px;
    background: #d9d7d7;
    margin-left: calc(30% - 5px);
    z-index: -1;
}
.sixth-section .section-body .col {
	max-width: calc(50% - 16px);
}
.sixth-section .section-body .col.items-container {
	width: fit-content;
	margin: 0 auto;
}
.sixth-section .section-body .col.section-cards .card {
	width: 70%;
	margin-left: auto;
	padding: 15px;
}
.sixth-section .section-body .col.section-cards .card .icon-container {
	background-color: #0a0a0a;
	width: 70px;
	height: 70px;
	min-width: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	transition: all 0.3s;
	border: 2px solid #fff;
}
.sixth-section .section-body .col.section-cards .card .icon-container img {
	width: 32px;
}
.sixth-section .section-body .col.section-cards .card:hover .icon-container {
	border: 2px solid #000;
}
.sixth-section .section-body .col.section-cards .card .text-container h3.card-heading{
	font-weight: 500;
	margin-bottom: 10px;
}

.sixth-section .section-body .col .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 16px 0;
}

.sixth-section .section-body .col .item .img-container {
	background-color: #000;
	width: 70px;
	height: 70px;
	min-width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid #fff;
	transition: all 0.3s;
}

.sixth-section .section-body .col .item .img-container img {
	width: 32px;
	height: 32px;
}
.sixth-section .section-body .col a .item:first-child {
	margin-bottom: 30px;
}
.sixth-section .section-body .col a .item .item-text {
	color: #FFFFFF;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 20%;
	text-align: center;
}
.sixth-section .section-body .col a:hover .item .img-container {
	color: #FFFFFF;
	border: 2px solid #000;
}

/* Seventh Section */
.seventh-section-content .heading-section h1.title {
	color: #FFFFFF;
}
.seventh-section-content .heading-section h3.sub-title {
	color: #FFFFFF;
}
.slider_content{
	color: #FFFFFF;
	overflow: hidden;
	width: 60%;
	margin: auto;
	margin-top: 50px;
	z-index: 10;
}
.slider_content button.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slider-item {
	cursor: grabbing;
	cursor: -webkit-grab; 
	cursor: grab;
	cursor: -webkit-grabbing; 
}
.slider_content .img-container {
	width: 128px;
	height: 128px;
	border-radius: 100%;
	overflow: hidden;
	margin: auto;
}
.slider_content .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-item .text {
	margin-top: 30px;
	padding: 0 20%;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.client-name {
	text-align: center;
	margin-top: 20px;
}
.client-name p span.name {
	font-weight: 500;
	color: #eb0c16;
}

/* Eighth Section */
.eighth-section-content .section-body {
	margin-top: 50px;
	justify-content: space-between;
}
.eighth-section-content .section-body .ss-images{
	width: calc((100% / 4) - 8px);
	border: 1px solid #efefef;
	padding: 8px;
	border-radius: 10px;
	transition: all 0.3s;
	overflow: hidden;
}
.eighth-section-content .section-body .ss-images:hover {
	transform: translateY(-10px);
}
.eighth-section-content .section-body .ss-images:hover::after {
	background-color: #0a0a0a60;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.eighth-section-content .section-body .ss-images .ss-img {
	width: 100%;
}

/* Ninth Section */
.ninth-section {
	min-height: 1vh;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
}
.ninth-section-content {
	height: 50vh;
	margin-top: 20px;
}
.header-navigation-wrapper .primary-menu-wrapper ul li.menu-item a.nav-active {
    color: #fff;
}
.tenth-section-content {
	height: 50vh;
}
.ninth-section .btn {
	margin-top: 50px;
	background-color: #0a0a0a;
}
.ninth-section .tenth-section-content .btn {
	background-color: #eb0c16;
}

/* Tenth Section */
.tenth-section {
	min-height: 1vh;
	color: #FFFFFF;
	text-align: center;
}
.tenth-section .btn {
	margin-top: 50px;
}

/* Eleventh Section */
.eleventh-section {
	min-height: 1vh;
	padding: 100px 15px;
}

form {
	max-width: 80%;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin: auto;
}

label {
	font-size: 16px;
}

.wpcf7 {
	max-width: 1200px;
	margin: auto;
	padding: 0 15px;
}
input {
	padding: 15px !important;
	font-size: 16px !important;
}
input:focus {
	border-color: #eb0c16 !important;
	outline: none;
}
form p:nth-child(2) {
	max-width: 50%;
	width: 100%;
}
form p:nth-child(3) {
	max-width: 48%;
	width: 100%;
	margin-left: 2%;
}
form p:nth-child(4) {
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
}
input[type="submit"] {
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    padding: 17px 60px;
    display: inline-block;
    background: #D61A0C !important;
    border-radius: 0;
	transition: all 0.3s ease-out;
	width: fit-content;
	margin-top: 20px;
}

.social-icons {
	text-align: center;
	justify-content: center;
	margin-top: 50px;
}

.icon {
	background-color: #eb0c16 !important;
	max-width: 80px;
	width: 100%;
	margin: 0 16px;
	border-radius: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	cursor: pointer;
}
.icon:hover {
	background-color: #0a0a0a;
}
.icon img {
	width: 32px;
	height: 32px;
}

/* Footer Style */
.footer-section {
	min-height: 1vh;
	padding: 35px 0;
}
footer.footer {
	text-align: center;
}
footer.footer .copy-text {
	margin-bottom: 20px;
}
footer.footer a {
	color: #0a0a0a;
	transition: all 0.3s;
	text-decoration: none;
}

footer.footer a:hover {
	color: #FFFFFF;
}

@media (min-width: 700px) {
	.menu-modal-inner .section-inner {
		width: 100%;
		padding: 0 15px;
	}
	.right-content h1.heading-text {
		margin: 0;
	}
}
@media (max-width: 1280px) {
	.left-content img{
		max-width: 400px;
	}
	.second-section .card h3.card-heading {
		margin: 0;
		text-align: center;
		font-size: 24px;
		color: #D61A0C;
	}
	.first-section {
		min-height: 100vh;
		padding: 70px 0;
	}
	.header-titles a img {
		max-width: 300px;
		width: 100%;
	}
	.contact-button {
		right: 20px;
	}
	.third-section-content {
		padding: 0;
	}
	.third-section .section-body .section-cards .card {
		align-items: flex-start;
	}
	.third-section .section-body .section-cards .card p.card-text {
		font-size: 16px;
		margin-top: 2px;
	}
	.third-section .section-body .section-cards .col img {
		width: 80%;
	}
}
@media (max-width: 1028px) {
	.right-content .buttons-container {
		flex-direction: column;
	}
	.right-content .buttons-container button.btn:last-child {
		margin: 25px 0 0 0;
	}
	.right-content .buttons-container button.btn:first-child {
		margin-right: 0;
	}
}
@media (max-width: 1000px) {
	button.close-nav-toggle {
		padding: 55px 0;
	}
	.menu-modal.cover-modal.header-footer-group.show-modal.active {
		padding: 0 16px;
	}
	.mobile-nav-toggle .toggle-inner {
		display: none;
	} 
	.header-titles-wrapper{
		justify-content: space-between;
		padding: 0;
	}
	#site-header .section-inner {
		width: 100%;
		padding: 25px 15px;
	}
	#site-header {
		height: auto;
	}
	.left-content, .right-content {
		padding: 0 7.5px;
	}
	.left-content img {
		max-width: 350px;
	}
	.second-section .section-cards {
		flex-wrap: wrap;
	}
	.second-section .section-cards .card {
		max-width: calc((100% / 2) - 8px);
		width: 100%;
		margin: 8px 0;
	}
	.third-section .section-body .section-cards .col:nth-child(2) {
		display: none;
	}
	.third-section .section-body .section-cards .col {
		max-width: calc(50% - 16px);
	}
	.third-section .section-body .section-cards .col .card {
		margin: 15px 0;
	}
	.contact-button.mobile {
		position: relative;
		display: flex;
		align-items: center;
		right: 0;
		top: 0;
		padding: 10px;
		margin-left: 0;
	}
	.contact-button.mobile span.number {
		color: #FFFFFF;
		font-size: 16px;
	}
	.contact-button.mobile:hover {
		background-color: #FFFFFF;
	}
	.contact-button.mobile:hover span.number {
		color: #eb0c16;
		text-shadow: none;
	}
	.mobile-menu ul li.menu-item {
		position: relative;
		border-top: 1px solid #eb0c1620;
		border-bottom: 1px solid #eb0c1620;
		list-style-type: none;
	}
	.mobile-menu ul li.menu-item:first-child {
		border-top: 2px solid #eb0c1620;
	}
	.mobile-menu ul li.menu-item:last-child {
		border-bottom: 2px solid #eb0c1620;
	}
	.mobile-menu ul li.menu-item:first-child a {
		color: #eb0c16;
	}
	.mobile-menu ul li.menu-item a {
		text-decoration: none;
		color: #0a0a0a;
		font-weight: 500;
		font-size: 18px;
	}
	.slider_content {
		width: 100%;
	}
	.sixth-section .section-body .col.section-cards:before {
		margin-left: -5px;
	}
	.sixth-section .section-body .col.section-cards .card {
		width: 100%;
	}
	.eighth-section-content .section-body {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.eighth-section-content .section-body .ss-images {
		width: calc((100% / 2.2) - 16px);
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	button.close-nav-toggle {
		padding: 32px 0;
	}
	.header-titles a img {
		max-width: 160px;
		width: 100%;
	}
	.container {
		padding-top: 0px;
	}
	.col-reverse {
		flex-direction: column-reverse;
	}
	.col-reverse .left-content {
		margin-top: 25px;
	}
	.left-content, .right-content {
		padding: 0 15px;
	}
	.left-content img {
		max-width: 50%;
		margin: auto;
	}
	.second-section .card img {
		width: 48px;
	}
	.third-section .section-body .section-cards {
		flex-wrap: wrap;
	}
	.third-section-content {
		padding: 0;
	}
	.third-section-content .heading-section h3.sub-title {
		padding: 0;
	}
	.third-section-content .vc_column-inner {
		padding: 0 !important;
	}
	.third-section .section-body .section-cards .col:first-child .card {
		flex-direction: row;
		text-align: start;
	}
	.third-section .section-body .section-cards .col {
		max-width: 100%;
	}
	.third-section .section-body .section-cards .col .card {
		margin: 15px 0;
		align-items: flex-start;
	}
	.third-section .section-body .section-cards .card .icon-bg {
		margin: 0 16px 0 0;
		width: 64px;
		height: 64px;
		min-width: 64px;
	}
	.third-section .section-body .section-cards .card .icon-bg img {
		width: 28px;
	}
	.fifth-section {
		min-height: 1vh;
	}
	.fifth-section .section-body .col.img-container {
		display: none;
	}
	.fifth-section .section-body .col.dropdown-container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 15px;
	}
	.fifth-section .section-body .col {
		width: 100%;
	}
	.fifth-section .section-body .col.dropdown-container .dropdown {
		width: calc(50% - 8px);
	}
	.sixth-section .section-body {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.sixth-section .section-body .col.items-container {
		display: flex;
		align-items: flex-start;
	}
	.sixth-section .section-body .col {
		width: 100%;
		max-width: 100%;
	}
	.slider-item .text {
		padding: 0 10%;
	}
	.fourth-section h1.heading-text {
		margin-bottom: 25px;
	}
	.ninth-section .btn,
	.tenth-section .btn {
		margin-top: 25px;
	}
	.social-icons {
		margin-top: 25px;
	}
	.fifth-section .section-body, 
	.third-section .section-body .section-cards,
	.second-section .section-body {
		margin-top: 25px;
	}
	.sixth-section .section-body {
		margin-top: 25px;
	}
	form {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.section {
		padding: 50px 15px;
	}
	.ninth-section {
		padding: 0;
	}
	.fourth-section {
		padding: 50px 15px;
	}
	button.btn {
		padding: 16px 20px;
	}
	.wpcf7 {
		padding: 0;
	}
	.modal-menu a {
		margin-left: 0px;
	}
	.left-content img {
		max-width: 90%;
		margin: auto;
	}
	.section-cards .card {
		max-width: 100%;
		width: 100%;
	}
	.header-titles a img {
		max-width: 130px;
	}
	.right-content h1.heading-text {
		font-size: 32px;
	}
	.heading-section h1.title {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.second-section-content .heading-section h3.sub-title,
	.second-section-content .heading-section h2.sub-title,
	.heading-section h3.sub-title {
		font-size: 18px;
	}
	.heading-section h3.sub-title,
	.slider-item .text {
		padding: 0 0;
	}
	.sixth-section .section-body .col a .item .item-text {
		padding: 0;
		margin: 0 8px;
	}
	.sixth-section .section-body .col.section-cards .card {
		padding: 15px 0;
	}
	.sixth-section .section-body .col.section-cards .card .icon-container {
		margin-right: 8px;
	}
	.second-section-content,
	.second-section-content .heading-section h3.sub-title,
	.second-section-content .heading-section h2.sub-title,
	.left-content, .right-content {
		padding: 0;
	}
	.third-section .section-body .section-cards .card h3.card-heading {
		font-size: 20px;
	}
	.fourth-section h1.heading-text {
		font-size: 24px;
	}
	form p:nth-child(2),
	form p:nth-child(3) {
		max-width: 100%;
		margin-left: 0;
	}
	form p:nth-child(3) {
		margin-top: 10px;
	}
	.eighth-section {
		padding: 50px 15px;
	}
	.eighth-section-content .section-body .ss-images {
		width: 100%;
	}
	.fifth-section .section-body .col.dropdown-container .dropdown {
		width: 100%;
	}
	.second-section .section-cards .card {
		max-width: 100%;
	}
	.icon {
		width: 52px;
		height: 52px;
	}
	.icon img {
		width: 24px;
		height: 24px;
	}
	.sixth-section .section-body .col.section-cards:before {
		left: 39px;
	}
}