/*
Theme Name:     Divi Treta Child Theme
Theme URI:      https://tretadivi.themesunit.com/
Description:    Treta is a multi-purpose divi child theme.
Author:         ThemesUnit
Author URI:     https://themesunit.com/
Template:       Divi
Version:        1.0.0
*/

/* Theme Custom CSS */
:root {
	--color1: #1a73ef;
	--color2: rgba(26,115,239,0.13);
} 

/* Header */
.tre_hero_header .et-menu-nav ul li .sub-menu {
	border:0;
}
.tre_hero_header .et-menu-nav ul li .sub-menu li {
	padding:0;
	width: 100%;
}
.tre_hero_header .et-menu-nav ul li a:hover {
	background-color:transparent;
}
.tre_hero_header  .mobile_menu_bar:before {
	color: var(--color1)!important;
	font-size: 42px;
}
.tre_hero_header .mobile_nav ul {
	border:0;
	padding: 10px;
}
.tre_hero_header.et_pb_sticky {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

/* Footer */
.tre_footer_form form {
	margin:0;
	position:relative;
	width:80%;
}
.tre_footer_form form p {
	padding:0;
	margin:0;
	width: 100%!important;
}
.tre_footer_form form button {
	position: absolute;
	right: 5px;
	top: 6px;
	border: 0;
	font-size: 16px;
	margin: 0;
	line-height: 26px!important;
}
.tre_footer_form form button:hover {
	border:0!important;
}
.tre_footer_form .et_pb_text_inner ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.tre_footer_form .et_pb_text_inner ul li a {
	color:#fff;
	transition:all .5s ease;
}
.tre_footer_form .et_pb_text_inner ul li a:hover {
	color:var(--color1);
}
@media(max-width:400px) {
	.tre_footer_form form {
		width: 100%;
	}
}

/* Home Page */
.tre_title_icon h2 {
	display: inline-block;
	position:relative;
}
.tre_title_icon h2:before {
	content:'';
	position:absolute;
	background-color: var(--color2);
	height: 70px;
	width: 70px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: -15px;
}

/* Call To Action */
.tre_call_action .modal {
	top:0;
}
.tre_call_action .modal-content .wps-box {
	z-index:-45;
}
.popup-open footer .et_builder_inner_content {
	z-index:unset;
}
.popup-open header .et_builder_inner_content {
	z-index:1;
}
.popup-open .tre-faq-section{
	z-index:1;
}

/* What Our Say Slider */
.tre_user_testimonial .slick-track .slick-slide {
	float:left;
	padding:0 0 0 70px;
	margin:0!important;
	text-align: left;
	position:relative;
	background-color: transparent;
}
.tre_user_testimonial .slick-track .slick-slide .et_pb_testimonial_description {
	position:relative;
}
.tre_user_testimonial .slick-track .slick-slide .et_pb_testimonial_description:before {
	content: '\275D';
	position: absolute;
	font-size: 58px;
	width: 52px;
	text-align: center;
	height: 52px;
	border-radius: 50%;
	top: 27px;
	left: -70px;
	transform: translateY(-50%);
	background: var(--color1);
	color: #fff;
	line-height: 73px;
}
.tre_user_testimonial .slick-track .slick-slide .et_pb_testimonial_description .et_pb_testimonial_content p {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 600;
	color: #212529;
}
.tre_user_testimonial .slick-track .slick-slide .et_pb_testimonial_description .et_pb_testimonial_author {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
	color: #212529;
	margin:0;
}
.tre_user_testimonial .slick-track .slick-slide .et_pb_testimonial_description .et_pb_testimonial_meta {
	color: #6c757d!important;
	font-weight: 400;
}
.tre_user_testimonial .slick-dots {
	padding:0;
	list-style:none;
	text-align: center;
}
.tre_user_testimonial .slick-dots li {
	display:inline-block;
}
.tre_user_testimonial .slick-dots li button {
	display: block;
	width: 6px;
	height: 6px;
	margin: 5px 4px;
	filter: Alpha(Opacity=50);
	opacity: .3;
	border-radius: 20px;
	transition: all .5s;
	background: var(--color1)!important;
	font-size:0;
	border:0;
	padding:0;
	cursor: pointer;
}
.tre_user_testimonial .slick-dots li button:hover {
	opacity: 1;
}
.tre_user_testimonial .slick-dots li.slick-active button {
	width: 20px;
	opacity: 1;	
}
@media(max-width:767px) {
	.tre_user_testimonial .slick-track .slick-slide .et_pb_testimonial_description .et_pb_testimonial_content p {
		font-size: 18px;
		line-height: 28px;
	}
}

/* FAQ */
.tre_faq .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title:before {
	content: "\4b" !important;  
	display:block;
}

/* Contact Us */
.tre_question_form input:focus,
.tre_question_form textarea:focus{
	border-color:var(--color1) !important;
}
.tre_question_form .et_contact_bottom_container,
.tre_question_form  button.et_pb_contact_submit.et_pb_button{
	width: 100%;
}

/* Home Page 2 */
.tre_contact_form {
	padding-left:0!important;
}
.tre_contact_form form p {
	padding:0;
	margin:0 0 16px;
}
.tre_contact_form form p input {
	padding: 13.5px 16px;
}
.tre_contact_form form .et_contact_bottom_container {
	width:100%;
	margin:16px 0 0 ;
}
.tre_contact_form form .et_contact_bottom_container button.et_pb_button {
	margin-top:0!important;
	width:100%;
	border:0!important;
}
.tre_contact_form form {
	margin:0;
}
.tre-hero-form .et_contact_bottom_container button.et_pb_contact_submit.et_pb_button{
	position: absolute;
	right: 4px;
	top: 4px;
	border: 0;
	font-size: 16px;
	margin: 0;
	line-height: 26px!important;
}
.tre_subscribe_form form .et_pb_newsletter_fields {
	flex-wrap: nowrap;
	column-gap:8px;
	max-width:500px;
	margin:auto;
}
.tre_subscribe_form form .et_pb_newsletter_fields p.et_pb_newsletter_field {
	padding:0;
	position:relative;
}
.tre_subscribe_form form .et_pb_newsletter_fields p input.input {
	height: 50px;
	border-radius: 30px!important;
	margin-right: 8px;
	border: 1px solid #ced4da;
	box-shadow: none!important;
	border-width: 1px!important;
	padding:6px 14px 6px 45px!important;
	margin: 0!important;
	position:relative;
	background-color:transparent;
}
.tre_subscribe_form form .et_pb_newsletter_fields p.et_pb_newsletter_field:before {
	content:'\e010';
	font-family:ETModules;
	line-height: 50px;
	left: 16px;
	font-size: 16px;
	color: #777;
	position:absolute;
	right:auto;
}
.tre_subscribe_form form .et_pb_newsletter_fields .et_pb_newsletter_button {
	background-color: var(--color1);
	border: 2px solid var(--color1);
	color: #fff!important;
	max-width: 122px;
	width: 100%;
	letter-spacing: 1px;
	font-size: 15px;
	transition: all .2s;
	align-items: center;
	line-height: 34px!important;
	border-radius:30px;
	padding: 6px !important;
}
.tre_subscribe_form form .et_pb_newsletter_fields .et_pb_newsletter_button:after {
	content:none;
}
.tre_subscribe_form form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
	display: contents;
}

@media(max-width:400px) {
	.tre-hero-form form p input {
		font-size:15px;
		padding:11px 14px!important;
	}
}


/* Best Plan */
.tre_pricing_module_01,
.tre_pricing_module_02,
.tre_pricing_module_03 {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.tre_pricing_module_01.tre_active,
.tre_pricing_module_02.tre_active,
.tre_pricing_module_03.tre_active  {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-o-transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
}
.tre_pricing_module_01 {
	visibility: hidden;
}
.tre_pricing_module_01.tre_active {
	visibility: visible;
}
.tre_pricing_module_02,
.tre_pricing_module_02.et_hover_enabled:hover ,
.tre_pricing_module_03,
.tre_pricing_module_03.et_hover_enabled:hover{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	visibility: hidden;
	left: 0;
	right: 0;
	height: 100%;
}
.tre_pricing_module_02.tre_active,
.tre_pricing_module_03.tre_active {
	z-index: 10;
	visibility: visible;
}
.tre_pricing_module_01 ul, 
.tre_pricing_module_02 ul, 
.tre_pricing_module_03 ul {
	list-style:none;
	display:flex;
	flex-direction:column;
	padding:0;
	gap:26px;
}
.tre_pricing_module_01 ul li, 
.tre_pricing_module_02 ul li, 
.tre_pricing_module_03 ul li {
	padding-left:25px;
	position:relative;
}
.tre_pricing_module_01 ul li:before, 
.tre_pricing_module_02 ul li:before, 
.tre_pricing_module_03 ul li:before {
	content:'\e052';
	position:absolute;
	left: 0;
	font-family: 'ETmodules';
	font-size:16px;
	color: var(--color1);
}
.tre_pricing_module_01 .et_pb_promo_button, 
.tre_pricing_module_02 .et_pb_promo_button, 
.tre_pricing_module_03 .et_pb_promo_button {
	margin-top:48px;
}
.tre_price_button_01,
.tre_price_button_02,
.tre_price_button_03 {
	margin-bottom: 22px;
	border: 2px solid #e7e7e769;
	border-radius: 8px;
	color: #000;
	background-color:transparent!important;
	position:relative;
	cursor: pointer;
}
.tre_price_button_01.tre_active,
.tre_price_button_02.tre_active,
.tre_price_button_03.tre_active {
	color: #fff;
	background-color: var(--color1)!important;
	border-color: var(--color1);
}
.tre_price_button_01.tre_active h2,
.tre_price_button_02.tre_active h2,
.tre_price_button_03.tre_active h2 ,
.tre_price_button_01.tre_active .et_pb_promo_description div,
.tre_price_button_02.tre_active .et_pb_promo_description div,
.tre_price_button_03.tre_active .et_pb_promo_description div,
.tre_price_button_01.tre_active .et_pb_promo_button,
.tre_price_button_02.tre_active .et_pb_promo_button,
.tre_price_button_03.tre_active .et_pb_promo_button {
	color: #fff!important;
}
.tre_price_button_01.tre_active .et_pb_promo_button,
.tre_price_button_02.tre_active .et_pb_promo_button,
.tre_price_button_03.tre_active .et_pb_promo_button {
	background-color: rgba(255,255,255,.2)!important;
}
.tre_price_button_01 h2,
.tre_price_button_02 h2,
.tre_price_button_03 h2 {
	color:#000!important;
}
.tre_price_button_01  .et_pb_promo_description div,
.tre_price_button_02  .et_pb_promo_description div,
.tre_price_button_03  .et_pb_promo_description div {
	text-align: right;
	font-size: 42px;
	font-weight: 700;
	line-height: 63px;
	color: #000!important;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.tre_price_button_01  .et_pb_promo_description,
.tre_price_button_02  .et_pb_promo_description,
.tre_price_button_03  .et_pb_promo_description {
	position: initial;
}
.tre_price_button_01  .et_pb_promo_description div span,
.tre_price_button_02  .et_pb_promo_description div span,
.tre_price_button_03  .et_pb_promo_description div span {
	font-size: 12px;
	font-weight: 400;
}
.tre_price_button_01 .et_pb_promo_button,
.tre_price_button_02 .et_pb_promo_button,
.tre_price_button_03 .et_pb_promo_button {
	background-color: var(--color2)!important;
	padding: 6px 12px;
	border-radius: 30px;
	font-size: 13px;
	color: var(--color1);
	display: inline-block;
}
@media(max-width:400px) {
	.tre_price_button_01 .et_pb_promo_description div, 
	.tre_price_button_02 .et_pb_promo_description div, 
	.tre_price_button_03 .et_pb_promo_description div {
		font-size:32px!important;
	}
	.tre_price_button_01 h2, .tre_price_button_02 h2, .tre_price_button_03 h2 {
		font-size:18px!important;
	}
	.tre_pricing_module_01.et_pb_promo.et_pb_module, 
	.tre_pricing_module_02.et_pb_promo.et_pb_module, 
	.tre_pricing_module_03.et_pb_promo.et_pb_module {
		padding:25px!important;
	}
	.tre_pricing_module_01 .et_pb_promo_button, 
	.tre_pricing_module_02 .et_pb_promo_button, 
	.tre_pricing_module_03 .et_pb_promo_button {
		margin-top: 30px;
	}
}

/* Trusted Client slider */
.tre_customer_testimonial .slick-track .slick-slide {
	float:left;
	margin-bottom:0!important;
	border: 2px solid #e7e7e769;
	padding: 26px 16px;
	margin: 0 10px 20px!important;
	border-radius: 4px;
	background-color: transparent;
}
.tre_customer_testimonial .slick-track .slick-slide .et_pb_testimonial_portrait {
	float:none;
	margin:auto;
	border: 6px solid #fff;
	box-shadow: 0 0 20px -1px #e7e7e7;
	width: 78px!important;
	height: 78px!important;
	position:relative;
}
.tre_customer_testimonial .slick-track .slick-slide .et_pb_testimonial_portrait:before {
	box-shadow: none;
	content: '\201C';
	font-size: 28px;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	height: 20px;
	width: 20px;
	line-height: 27px;
	background: var(--color1);
	color: #fff;
	border-radius: 50%;
	font-family: ETModules;
}
.tre_customer_testimonial .slick-track .slick-slide .et_pb_testimonial_content {
	font-weight: 700;
	line-height: 28px;
	font-size: 18px;
	max-width: 400px;
	margin: 30px auto 0;
}
.tre_customer_testimonial .slick-track .slick-slide .et_pb_testimonial_content p {
	padding:0;
}
.tre_customer_testimonial .slick-track .slick-slide .et_pb_testimonial_author {
	color:#212529;
	margin-top: 20px;
	font-size:16px;
}
.tre_customer_testimonial .slick-track .slick-slide p.et_pb_testimonial_meta span {
	font-size:14px;
}
.tre_customer_testimonial .slick-dots {
	list-style:none;
	text-align:center;
	padding:0!important;
}
.tre_customer_testimonial .slick-dots li {
	display:inline-block;
}
.tre_customer_testimonial .slick-dots li button {
	display: block;
	width: 6px;
	height: 6px;
	margin: 5px 4px;
	filter: Alpha(Opacity=50);
	opacity: .3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all .5s;
	background: var(--color1)!important;
	border:0;
	font-size:0;
	padding:0;
	cursor: pointer;
}
.tre_customer_testimonial .slick-dots li button:hover {
	opacity:1;
}
.tre_customer_testimonial .slick-dots li.slick-active button {
	width: 20px;
	opacity: 1;
}

/* About Us Page */
.tre_about_list ul {
	list-style:none;
	padding:0;
	margin:15px 0 0;
}
.tre_about_list ul li {
	padding-left:20px;
	position:relative;
}
.tre_about_list ul li:before {
	content: '\e052';
	color: var(--color1);
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'ETMODULES';
	font-size: 16px;
}

/* Counter Section */
.tre_service_counter .percent {
	margin:0!important;
}
.tre_service_counter .percent p{
	padding:0;
	margin: 24px 0 15px!important;
	line-height: 60px;
	font-weight:700!important;
}
.tre_service_counter canvas {
	display:none;
}
.et-pb-icon {
	color:var(--color1)!important;
}


/* Team Section */
.tre_team_service ul.et_pb_member_social_links {
	position:relative;
}
.tre_team_service ul.et_pb_member_social_links:before {
	content: '';
	height: 1px;
	width: 80%;
	background-color: #e7e7e7;
	position: absolute;
	top: -30px;
	margin: auto;
	bottom: auto;
	left: 0;
	right: 0;
}
.tre_team_service ul.et_pb_member_social_links a:hover {
	color:var(--color1)!important;
}
.tre_team_service .et_pb_team_member_image img {
	border-radius:30px;
}

/* Pricing Business Section */
.tre_pricing_01,
.tre_pricing_02 {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.tre_pricing_01.tre_active,
.tre_pricing_02.tre_active  {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-o-transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
}
.tre_pricing_01 {
	visibility: hidden;
}
.tre_pricing_01.tre_active {
	visibility: visible;
}
.tre_pricing_02,
.tre_pricing_02.et_hover_enabled:hover{
	position: absolute;
	top: 50px;
	bottom: 0;
	width: 95%;
	visibility: hidden;
	left: 0;
	right: 0;
	height: 100%;
}
.tre_pricing_02.tre_active {
	z-index: 10;
	visibility: visible;
}
.tre_price_button_main .et_pb_column {
	column-gap:12px;
}
.tre_button_01,
.tre_button_02 {
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	margin: 0 6px;
	font-weight: 600;
	background:transparent;
	font-size:16px;
	transition:all .5s ease;
	padding:8px 16px!important;
	margin: 0!important;
}
.tre_button_01.tre_active,
.tre_button_02.tre_active ,
.tre_button_01:hover,
.tre_button_02:hover{
	background:var(--color1)!important;
	border:1px solid var(--color1)!important;
	color:#fff!important;
	padding:8px 16px!important;
}

@media(max-width:980px) {
	.tre_pricing_02,
	.tre_pricing_02.et_hover_enabled:hover {
		width:90%;
	}
}

/* Home Page 4 */
.tre_hero_section_4 {
	position:relative;
	padding-bottom:100px;
}
.tre_hero_section_4:after {
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	position: absolute;
}
.tre_hero_section_4 h4.et_pb_module_header {
	position:relative;
	display:inline-block;
}
.tre_hero_section_4 h4.et_pb_module_header:before,
.tre_hero_section_4 h4.et_pb_module_header:after {
	content: '';
	height: 2px;
	width: 40px;
	position: absolute;
	top: 7px;
	margin: 0px;
	display: inline-block;
	background-color: var(--color1);
	left: -50px;
}
.tre_hero_section_4 h4.et_pb_module_header:after {
	left:auto;
	right:-45px;
}

/* Product Section */
.tre_product_04 .et_pb_promo_description h2 {
	position:relative;
	padding-left: 64px;
}
.tre_product_04 .et_pb_promo_description h2:before {
	position:absolute;
	height: 48px;
	width: 48px;
	line-height: 48px;
	background-color: var(--color2);
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	left:0;
	top:-5px;
	font-family:ETModules;
	color:var(--color1);
}
#tre_product_04_01 .et_pb_promo_description h2:before {
	content:'\e00e';	
}
#tre_product_04_02 .et_pb_promo_description h2:before {
	content:'<>';
	font-family: monospace;
}
#tre_product_04_03 .et_pb_promo_description h2:before {
	content:'\66';	
}
#tre_product_04_04 .et_pb_promo_description h2:before {
	content:'\e0a4';	
}
#tre_product_04_05 .et_pb_promo_description h2:before {
	content:'B';
	font-family: inherit;
}
#tre_product_04_06 .et_pb_promo_description h2:before {
	content:'\e02a';	
}

/* Video Section */
.modal {
	display: none; 
	position: fixed; 
	z-index: 1; 
	padding-top: 0px; 
	left: 0;
	top: 100px;
	width: 100%;
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0,0.7); 
}

/* Modal Content */
.modal-content {
	font-family: 'Mulish', sans-serif;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 100%;
	position: relative;
	height: inherit;
}
.modal-content .wps-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width:100%;
}
.modal-content .wps-box .wps-box-inner{
	max-width: 1140px;
	width: 100%;
	margin: auto;
	display: block;
	align-items: center;
}
.modal-content .wps-box video {
	height:100%;
	width:100%;
}

@media(max-width:767px) {
	.modal-content .wps-box .wps-img ,.modal-content .wps-box .wps-content{
		width:100%;
	}
	.modal-content .wps-box .wps-box-inner{
		display: block;
	}
}
/* The Close Button */
.close ,.close:hover,.close:focus{
	color: #aaaaaa!important;
	float: right;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: auto;
	right: 40px;
}
.tre_call_action button {
	padding:0;
	border:2px solid #fff;
	padding:3px;
	background:transparent;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius:50%;
	cursor: pointer;
}
.tre_call_action button img {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.tre_call_action_3.tre_call_action button {
	border: 0;
	box-shadow: 0 0 0 6px var(--color2);
	padding: 0px;
	background: transparent;
	width: 66px;
	height: 66px;
	line-height: 66px;
	border-radius: 50%;
}
.tre_call_action_3.tre_call_action button img {
	width: 66px;
	height: 66px;
	line-height: 66px;
}

/* Pre-Loader CSS */
.tu-preloader {
  background-color:#ffffff;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  width:100%;
  overflow:hidden !important;
  z-index:9999999999999999;
}
.tu-preloader .tu-status {
  width:100px;
  height:100px;
  position:absolute;
  left:50%;
  top:50%;
  background-repeat:no-repeat;
  background-position:center;
  -webkit-background-size:cover;
  background-size:cover;
  margin:-50px 0 0 -50px;
}
.tu-loader {
  text-indent:-99999em;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(26,115,239,0.3);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.tu-loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(26,115,239,0.6);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.tu-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color1);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Pre-Loader End  */

/* Blog Page */
.tre-blog-section .et_pb_image_container {
  margin:0!important;
}
.tre-blog-section article{
  padding:0!important;
  border:0!important;
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 7%);
  transform: translateX(0) translateY(0) translateZ(0) rotate( 0deg ) scale(1);
  transition: all 0.4s ease-out;
  border-radius: 2px;
  margin-bottom:0!important;
  min-height: 548px;
}
.tre-blog-section article:hover {
  margin-top: -5px;
  box-shadow: 0 21px 65px 0 rgb(0 0 0 / 32%);
  transform: translateX(0) translateY(-5px) translateZ(0) rotate( 0deg ) scale(1);
}
.tre-blog-section img {
  width:100%;
}
.tre-blog-section .tu_blog_section_04 {
  margin-bottom:0!important;
}
.tre-blog-section a.entry-featured-image-url {
  margin-bottom:12px!important;
}
.tre-blog-section .post-content {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding:0px 20px 20px;
  text-align: center;
}
.tre-blog-section p.post-meta:after{
  content: '';
  max-width: 90px;
  height: 3px;
  background: var(--color1);
  visibility: visible;
  display: block;
  margin: 30px auto;
}
@media(max-width:980px){
  .tre-blog-section .column {
    width:100%!important;
    margin:0!important;
  }
  .tre-blog-section article {
    margin-bottom:30px!important;
    min-height: auto;
  }
}

/* 404 Page */
.tre-404-title{
	    color: var(--color1);
    font-family: 'Lobster Two', cursive;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    animation: animate 1.2s infinite ease-in;
}
@keyframes animate{
	0%, 100%{ text-shadow: 3px 0 #fff, 10px 0 #ccc; }
	25%{ text-shadow: 0 3px #fff, 0 10px #ccc; }
	50%{ text-shadow: -3px 0 #fff, -10px 0 #ccc; }
	75%{ text-shadow: 0 -3px #fff, 0 -10px #ccc; }
}

/* Portfolio Page */
.tre-portfolio-section .et_pb_portfolio_items {
	display: grid;
	column-gap: 30px;
	grid-template-columns: repeat(3,1fr);
}
.tre-portfolio-section .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
	color:var(--color1);
}
@media(max-width:980px) {
	.tre-portfolio-section .et_pb_portfolio_items {
		row-gap: 30px;
		grid-template-columns: repeat(1,1fr);
	}
}
@media(max-width:575px) {
	.tre-portfolio-section .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width:100%;
	}
	.tre-portfolio-section .et_pb_filterable_portfolio .et_pb_portfolio_item {
		margin-bottom: 0;
	}
}
#commentform {
    padding-bottom: 0;
	display:flex;
	flex-direction:column;
}
#commentform .comment-form-comment {
	order:4;
}
#commentform .comment-form-cookies-consent {
	order:5;
}
#commentform .form-submit {
	order:6;
	text-align:left;
}