/*
Theme Name:  Divi Architecture
Theme URI:   https://diviarchitecture.diviinfinite.com/
Description: Divi Architecture is evaluated an unique & trendy WordPress divi theme for architecture & interior company with clean and modern design.Divi Architecture is Niche Specific Divi WordPress Theme specially made for Architecture,Interior Design, Exterior Design, Dining Room, Home Decoration,Kitchen Design, Living Room Design, Furniture,Master Bedroom Design, Cottage, etc. 
Version:     2.0
Author:      Divi Professional
Author URI:  https://divi-professional.com/
Template:    Divi
Text Domain: darc
*/

body {
  counter-reset: section 0 arservice 0 arservicesec 0 arserviceabout 0;
}
/*particles-js*/
canvas.particles-js-canvas-el {position: absolute; top: 0; left: 0;}
#home_v3_info canvas.particles-js-canvas-el{z-index: 99;}
/* Parallax Tilt */
.dp-tilt-column-parallex {transform-style: preserve-3d;transform: perspective(1000px);}
.dp-tilt-column-parallex .et_pb_blurb_content{transform: translateZ(30px);}
/*Header*/
@keyframes about_v2 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
.architecture-fixed-header{box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);}
@media only screen and ( min-width: 320px )  { 
/* fixed only for deviced > 480px, feel free to change the value */ 
.architecture-fixed-header {z-index: 999; /* display at the top */ position: fixed;width: 100%;
top: 0;-webkit-animation: fadein 0.5s ease-in; -moz-animation: fadein 0.5s ease-in;animation: fadein 0.5s ease-in;}	
}
@media only screen and ( min-width: 782px )  {.admin-bar .architecture-fixed-header {top: 32px;}}
.et_pb_menu__menu .nav .sub-menu li:hover {border-left: 4px solid #e5e5e5;background: #fca311; padding-left: 30px;color:#fff;width: 100%;-webkit-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
-moz-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
-ms-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
-o-transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);}
.et_pb_menu__menu .nav .sub-menu li a:hover{background: transparent;}
.et_pb_menu .et-menu-nav > ul ul { padding: 0px 0;}
.et_pb_menu .et-menu-nav > ul ul li a{ padding: 10px 0;}
.et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul > li > ul, .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul{box-shadow: 0px 8px 11px 4px rgba(252,163,17,0.1);-webkit-box-shadow: 0px 8px 11px 4px rgba(252,163,17,0.1);}
body .et-l.et-l--header .et_pb_menu .current-menu-item,body .et-l.et-l--header .et_pb_menu .current_page_item a{color: #fff !important;}
body .et-l.et-l--header .et_pb_menu .current-menu-item:hover,body .et-l.et-l--header .et_pb_menu .current_page_item:hover a{color: #fff !important;}
/********* Mobile Menu Collapse ********/
/*
.et_mobile_menu li ul.hide {display: none !important;}
.et_mobile_menu .menu-item-has-children {position: relative;}
.et_mobile_menu .menu-item-has-children > a {background: transparent;}
.et_mobile_menu .menu-item-has-children > a + span {position: absolute;right: 0;top: 0;padding: 10px 20px;font-size: 20px;font-weight: 700;cursor: pointer;z-index: 3;}
span.menu-closed:before {content: "\4c";display: block;color: #fff;font-size: 16px;font-family: ETmodules;}
span.menu-closed.menu-open:before {content: "\4d";}*/

/* Footer */
#--footer > .et_pb_row {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
	#--footer .et_pb_image {
		margin: 0 auto !important;
	}
	#--footer .et_pb_social_media_follow {
		display: flex;
		margin: 30px 0;
		justify-content: center;
	}
	#--footer .et_pb_column:nth-child(2) .et_pb_text_inner {
		text-align: center;
	}
}

/* Sidebar */
#--sidebar .widget_categories,
#--sidebar .widget_recent_entries,
#--sidebar .widget_tag_cloud,
#sidebar .widget_categories,
#sidebar .widget_recent_entries,
#sidebar .widget_tag_cloud {
	background: #f7f9f8;
	padding: 40px;
	margin-bottom: 30px;
}
#--sidebar .widget_search,#sidebar .widget_search {
	background: #f7f9f8;
	margin-bottom: 30px;
}
#--sidebar .widget_search input#s, .widget_search input#searchsubmit ,#sidebar .widget_search input#s{
	background: #f7f9f8 !important;
}

#--sidebar ul li,#sidebar ul li {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 16px 0;
	line-height: 28px;
	border-bottom: 1px dashed #bbb;
}

#--sidebar h4,#sidebar h4 {
	padding: 0;
	margin-bottom: 50px;
	position: relative;
}

#--sidebar h4::before,#sidebar h4::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	left: 0;
	bottom: -25px;
	z-index: 3;
	border-left: 10px solid #f7f9f8;
	border-right: 10px solid #f7f9f8;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}
#--sidebar h4::after,#sidebar h4::after {
	content: '';
	position: absolute;
	bottom: -25px;
	width: 115px;
	background: #fca311;
	height: 3px;
	left: 0;
}


#--sidebar .widget_tag_cloud a ,#sidebar .widget_tag_cloud a{
	font-size: 14px !important;
	padding: 10px 20px;
	background: #f7f9f8;
	border: 2px solid #e2e2e2;
	border-radius: 25px;
}
#--sidebar .widget_tag_cloud a:hover,#sidebar .widget_tag_cloud a:hover {
	background: #fca311;
}

/* Home Version 1 */
/* #home_v1_banner {
	z-index: -1;
} */
#home_v1_services h2 {
	padding: 0;
	position: relative;
}
#home_v1_services h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_services .et_pb_text:hover h2::before {
	width: 30px;
}
#home_v1_services h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_services .et_pb_text:hover h2::after {
	width: 30px;
}
#home_v1_services .et_pb_main_blurb_image {
	margin: 0;
	display: block;
}
#home_v1_services .et_pb_blurb_container {
	padding: 20px;
}
#home_v1_choose h2 {
	padding: 0;
	position: relative;
}
#home_v1_choose h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_choose .et_pb_text:hover h2::before {
	width: 30px;
}
#home_v1_choose h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_choose .et_pb_text:hover h2::after {
	width: 30px;
}
#home_v1_process h2 {
	padding: 0;
	position: relative;
}
#home_v1_process h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #fff;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_process .et_pb_text:hover h2::before {
	width: 30px;
}
#home_v1_process h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #fff;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_process .et_pb_text:hover h2::after {
	width: 30px;
}
#home_v1_projects .et_pb_row:first-child h2 {
	padding: 0;
	position: relative;
}
#home_v1_projects .et_pb_row:first-child h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_projects .et_pb_row:first-child .et_pb_text:hover h2::before {
	width: 30px;
}
#home_v1_projects .et_pb_row:first-child h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v1_projects .et_pb_row:first-child .et_pb_text:hover h2::after {
	width: 30px;
}
#home_v1_services .et_pb_blurb .et_pb_main_blurb_image {
	transition: all 1s cubic-bezier(.19,1,.22,1) 0ms;
	clip-path: inset(0);
}
#home_v1_services .et_pb_blurb:hover .et_pb_main_blurb_image {
	clip-path: inset(15px);
}
#home_v1_services .et_pb_blurb .et_pb_main_blurb_image img {
	transition: all .5s ease;
}
#home_v1_services .et_pb_blurb:hover .et_pb_main_blurb_image img {
	transform: scale(1.2);
}

#home_v1_banner .et_pb_slide_title {
	padding-bottom: 40px;
}
#home_v1_banner .et_pb_button:hover {
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}
#home_v1_services .et_pb_divider_internal {
	position: relative;
}
#home_v1_services .et_pb_divider_internal::before {
	content: "\e037";
	font-family: ETModules;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -28px;
	color: #fca311;
	font-size: 22px;
	z-index: 2312;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
}
#page-container #home_v1_servicesButt .et_pb_button:hover {
	color: #333 !important;
}
#home_v1_choose .et_pb_divider_internal {
	position: relative;
}
#home_v1_choose .et_pb_divider_internal::before {
	content: "\e037";
	font-family: ETModules;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -28px;
	color: #fca311;
	font-size: 22px;
	z-index: 2312;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
}
#home_v1_choose .et-pb-icon {
	background: #000;
	color: #fff;
	padding: 20px;
}
#home_v1_process .et_pb_tabs_controls {
	background: transparent;
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 50px;
	padding-bottom: 65px !important;
	border-bottom: 1px solid #999292;
}
#home_v1_process .et_pb_tabs_controls li.et_pb_tab_active {
	border: 5px solid #fff8;
}
#home_v1_process .et_pb_tabs_controls li {
	border: none;
	height: 180px;
	width: 180px;
	text-align: center;
	transition: all .3s ease;
	border: 5px solid #a2ca3e;
}
#home_v1_process .et_pb_divider_internal {
	position: relative;
}
#home_v1_process .et_pb_divider_internal::before {
	content: "\e037";
	font-family: ETModules;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -28px;
	color: #fff;
	font-size: 22px;
	z-index: 2312;
	background: #fca311;
	width: 25px;
	height: 25px;
	text-align: center;
}
#home_v1_process .et_pb_tabs_controls li:hover {
	background: #000;
	border: 5px solid #000;
}
#home_v1_process .et_pb_tabs_controls li:hover a {
	color: #ddd !important;
}
#home_v1_process .et_pb_tabs_controls::after {
	display: none;
}
#home_v1_projects .et_pb_divider_internal {
	position: relative;
}
#home_v1_projects .et_pb_divider_internal::before {
	content: "\e037";
	font-family: ETModules;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -28px;
	color: #fca311;
	font-size: 22px;
	z-index: 2312;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
}
#home_v1_projects .et_pb_module_header {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	margin: 0;
	transition: all .5s ease;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
}
#home_v1_projects .project:hover .et_pb_module_header {
	top: 50%;
	opacity: 1;
}
#home_v1_projects .project {
	overflow: hidden;
	position: relative;
}

#home_v1_projects .project img {
	transition: all .8s ease;
}
#home_v1_projects .project:hover img {
	transform: scale(1.2);
}
#home_v1_cta > .et_pb_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#home_v1_cta h4 {
	padding: 0;
}
#page-container #home_v1_cta .et_pb_button:hover {
	background: #fff;
	color: #222 !important;
}
@media screen and (max-width: 1024px) {
	#home_v1_process .et_pb_tabs_controls {
		justify-content: space-between;
	}
	#home_v1_process .et_pb_tabs_controls li {
		height: 100px !important;
		width: 100px;
	}
}
@media screen and (max-width: 1395px) {
	#home_v1_details {
		transform: translateX(0px) translateY(-112px);
	}
}
@media screen and (max-width: 980px) {
	#home_v1_details {
		transform: translateX(0px) translateY(0);
	}
/* 	#page-container #home_v1_projects .three-column-grid .et_pb_grid_item {
		width: 29% !important;
		margin: 15px !important;
	} */
}
@media screen and (max-width: 767px) {
	#home_v1_process .et_pb_tabs_controls li {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media only screen and (min-width: 768px) {
	#home_v1_projects .three-column-grid .et_pb_grid_item {
		width: 29% !important;
		margin: 15px !important;
	}

	#home_v1_projects .three-column-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0 !important;
	}

	#home_v1_projects .three-column-grid .et_pb_grid_item:nth-child(3n + 1) {
		clear: left;
	}

	#home_v1_projects .three-column-grid .et_pb_grid_item:nth-child(4n + 1) {
		clear: unset !important;
	}
}
@media screen and (max-width: 640px) {
	#home_v1_process .et_pb_tabs_controls {
		flex-direction: column;
		align-items: center;
	}
	#home_v1_process .et_pb_tabs_controls li {
		height: auto !important;
		width: 300px !important;
		margin-bottom: 10px;
	}
}


/* Home Version 2 */
#home_v2_projects h2 {
	padding: 0;
	position: relative;
}
#home_v2_projects h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v2_projects h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v2_projects .et_pb_text:hover h2::before {
	width: 30px;
}
#home_v2_projects .et_pb_text:hover h2::after {
	width: 30px;
}
#home_v2_testimonials h2 {
	padding: 0;
	position: relative;
}
#home_v2_testimonials h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v2_testimonials h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v2_testimonials .et_pb_text:hover h2::before {
	width: 30px;
}
#home_v2_testimonials .et_pb_text:hover h2::after {
	width: 30px;
}

#home_v2_banner .et_pb_slide::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #e5e5e5;
	width: 725px;
	left: 0;
}
#home_v2_banner .et_pb_slide_content p {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
#home_v2_banner .et_pb_slide_content p .line {
	width: 70px;
	height: 6px;
	display: block;
	background: #14213d;
	margin-right: 20px;
}
#home_v2_services h4 {
	border-left: 4px solid #fca311;
	padding: 0 0 0 20px;
	margin-top: 20px;
}
#home_v2_stats > .et_pb_row {
	display: flex;
	align-items: center;
}
#home_v2_stats .et_pb_column:last-child > div > div > p {
	padding: 20px 0 40px;
}
#home_v2_stats .video {
	display: flex;
	align-items: center;
}
#home_v2_stats .video a {
	background: #14213d;
	padding: 15px 35px;
	margin-right: 30px;
}
#home_v2_stats .video i {
	padding: 22px 20px 22px 24px;
	background: #d2d4e0;
	color: #fff;
	border-radius: 50%;
}
#home_v2_stats .video h6 {
	padding: 0;
	margin-left: 30px;
}
#home_v2_projects .et_pb_main_blurb_image {
	margin: 0;
	display: block;
}
#home_v2_projects .et_pb_blurb_container {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #14213d;
	width: 240px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#home_v2_clients > .et_pb_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#home_v2_blogs > .et_pb_row {
	display: flex;
	align-items: center;
}
#home_v2_blogs h5 {
	padding: 0;
}
#home_v2_blogs article {
	padding: 0;
	display: flex;
	flex-direction: column;
}
#home_v2_blogs .post-meta {
	order: -1;
	margin-bottom: 30px;
	position: relative;
}
#home_v2_blogs .post-meta::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background: #14213d;
	bottom: -6px;
}
#home_v2_blogs .post-content-inner {
	margin-bottom: 30px;
}
#home_v2_blogs .more-link {
	background: #14213d;
	padding: 15px 30px;
	color: #fca311 !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	position: relative;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}
#home_v2_blogs .more-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  transform: scale3d(0.7,1,1);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
#home_v2_blogs .more-link:hover::before {
  opacity: 1;
  transform: scale3d(1,1,1);
}
#home_v2_blogs .more-link:hover {
  color: #fff !important;
}
#home_v2_testimonials .et_pb_testimonial_portrait {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
	#home_v2_banner .et_pb_container {
		max-width: 100%;
	}
	#home_v2_services > .et_pb_row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#home_v2_services > .et_pb_row .et_pb_column {
		width: calc(50% - 30px);
		margin: 15px !important;
	}
	#home_v2_stats > .et_pb_row {
		display: flex;
		flex-wrap: wrap;
	}
	#home_v2_stats > .et_pb_row .et_pb_column {
		width: 50%;
	}
	#home_v2_stats > .et_pb_row .et_pb_column:last-child {
		width: 100%;
	}
}
@media screen and (max-width: 980px) {
	#home_v2_banner .et_pb_slide::before {
		width: 50%;
	}
	#home_v2_testimonials .et_pb_testimonial_description {
		margin: 0 !important;
	}
	#home_v2_blogs .et_pb_row:first-child .et_pb_column {
		margin: 0 !important;
	}
}
@media screen and (max-width: 640px) {
	#home_v2_services > .et_pb_row .et_pb_column {
		width: 100%;
		margin: 15px !important;
	}
	#home_v2_stats > .et_pb_row .et_pb_column {
		width: 100%;
	}
	#home_v2_stats .et_pb_with_border {
		border: none;
	}
	#home_v2_stats > .et_pb_row .et_pb_column:last-child .et_pb_module {
		padding: 0 !important;
	}
	#home_v2_blogs .entry-title {
		padding-bottom: 30px;
	}
}

/* Home Version 3 */
#home_v3_team h2 {
	padding: 0;
	position: relative;
}
#home_v3_team h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 30px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v3_team h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 30px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v3_team .et_pb_text:hover h2::before {
	width: 40px;
}
#home_v3_team .et_pb_text:hover h2::after {
	width: 40px;
}
#home_v3_blogs .et_pb_row:first-child h2 {
	padding: 0;
	position: relative;
}
#home_v3_blogs .et_pb_row:first-child h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 30px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v3_blogs .et_pb_row:first-child h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 30px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#home_v3_blogs .et_pb_row:first-child .et_pb_text:hover h2::before {
	width: 40px;
}
#home_v3_blogs .et_pb_row:first-child .et_pb_text:hover h2::after {
	width: 40px;
}


#home_v3_blogs .post-content-inner {
	margin-bottom: 15px;
}
#home_v3_blogs article .more-link {
	transition: .3s all ease;
	margin-top: 20px;
	padding-left: 40px;
	position: relative;
	padding-right: 30px;
}
#home_v3_blogs article:hover .more-link {
	padding-left: 0;
}
#home_v3_blogs article .more-link::before {
	content: '';
	position: absolute;
	width: 33px;
	height: 2px;
	background: #000;
	left: 0;
	top: 50%;
	transition: .2s all linear;
}
#home_v3_blogs article:hover .more-link::before {
	width: 0;
}
#home_v3_blogs article .more-link::after {
	content: '\24';
	font-family: ETModules;
	top: 3px;
	position: absolute;
	height: 15px;
	display: flex;
	right: 0;
	align-items: center;
	font-size: 22px;
	opacity: 0;
	transition: .3s all linear;
}
#home_v3_blogs article:hover .more-link::after {
	opacity: 1;
}
#home_v3_blogs article .entry-featured-image-url::before {
	content: '';
	height: 50px;
	width: 2px;
	background: #fff;
	left: 50%;
	top: 0;
	position: absolute;
	opacity: 0;
	transition: all .8s cubic-bezier(.2,1,.22,1);
}
#home_v3_blogs article:hover .entry-featured-image-url::before {
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
#home_v3_blogs article .entry-featured-image-url::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	background: #fff;
	width: 52px;
	right: 0;
	opacity: 0;
	transition: all .8s cubic-bezier(.2,1,.22,1);
}
#home_v3_blogs article:hover .entry-featured-image-url::after {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}
#home_v3_banner .et_pb_column:first-child {
	padding-right: 50px;
	padding-left: 50px;
}


/*#home_v3_banner .et_pb_column:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff3;
	left: 50%;
	transform: translateX(-50%);
}
#home_v3_banner .et_pb_column:first-child::after {
	content: '';
	position: absolute;
	width: 56%;
	top: 0;
	bottom: 0;
	border-width: 0 1px;
	border: solid #fff3;
	left: 50%;
	transform: translate(-50%);
	border-width: 0 1px;
}*/
#home_v3_services .et-pb-icon {
	position: relative;
}
#home_v3_services .et-pb-icon::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #fca31190;
	border-radius: 50%;
	right: -5px;
	z-index: 3;
}
#home_v3_info .et_pb_column:first-child .et_pb_text_inner {
	display: flex;
	width: 200px;
	background: #c4956a;
	justify-content: center;
	padding: 40px 0;
	position: absolute;
	top: -66px;
	left: 50%;
}
#home_v3_info .et_pb_column:first-child .et_pb_text_inner .fa-caret-left {
	border: 2px solid #ddd;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
	padding-right: 4px;
	margin-right: 8px;
}
#home_v3_info .et_pb_column:first-child .et_pb_text_inner .fa-caret-right {
	border: 2px solid #ddd;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding-left: 7px;
	padding-top: 5px;
	margin-left: 8px;
}
#home_v3_info .et_pb_column:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#home_v3_info .et_pb_column:last-child .et_pb_divider::before {
	top: 5px;
}
#home_v3_services .et_pb_contact_form_container {
	border-radius: 8px;
	box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
}
#home_v3_services .et_contact_bottom_container {
	width: 100%;
}
#home_v3_steps .et_pb_column:last-child {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home_v3_steps .et_pb_column:last-child .et_pb_text {
	width: 50%;
	margin-bottom: 25px !important;
}
#home_v3_steps .et_pb_column:last-child .et_pb_image {
	width: 100%;
}
#home_v3_team .et_pb_team_member .et_pb_module_header {
	padding: 10px 25px;
	background: #fff;
}
#home_v3_team .et_pb_team_member_image {
	margin: 0;
}
#home_v3_team .et_pb_member_position {
	padding: 5px 25px;
}
#home_v3_team .et_pb_member_social_links {
	padding: 0 20px;
	margin: 10px 0 0;
}
#home_v3_projects .et_pb_main_blurb_image {
	position: relative;
}
#home_v3_projects .et_pb_blurb_container {
	background: #14213d;
	padding: 60px 30px 45px;
	width: 375px;
	position: absolute;
	top: 50%;
	left: -175px;
	transform: translateY(-50%);
}
#home_v3_projects .et_pb_blurb_container h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	padding: 0;
}
#home_v3_projects .et_pb_blurb_container h3 {
	font-size: 30px;
	color: #fca311;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
}
/*#home_v3_blogs::before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	width: 1px;
	background: #ddd;
	left: 50%;
}
#home_v3_blogs::after {
	content: '';
	position: absolute;
	width: 400px;
	bottom: 0;
	top: 0;
	border: solid #ddd;
	border-width: 0 1px;
	left: 50%;
	transform: translate(-50%);
}*/
#home_v3_blogs article {
	padding: 0;
	display: flex;
	flex-direction: column;
}
#home_v3_blogs .et_pb_image_container {
	margin: 0;
}
#home_v3_blogs .et_pb_image_container a {
	margin-bottom: 15px;
}
#home_v3_blogs .post-meta {
	order: -1;
	margin-bottom: 20px;
}
#home_v3_testimonials .et_pb_testimonial {
	display: flex;
	flex-direction: column;
	padding: 0;
}
#home_v3_testimonials .et_pb_testimonial_portrait {
	margin: 0 0 25px;
}
#home_v3_testimonials .et_pb_testimonial_description {
	margin: 0 !important;
}
#home_v3_testimonials .et_pb_testimonial_meta {
	line-height: .5;
}
#home_v3_testimonials .et_pb_row:last-child {
	display: flex;
	align-items: center;
}
#home_v3_contact .et_pb_contact_form_container {
	border-radius: 8px;
	box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
}
#home_v3_contact .et_contact_bottom_container {
	width: 100%;
}

#home_v3_services .et_pb_blurb {
	transition: all .08s ease-in-out;
}
#home_v3_stats .et_pb_blurb {
	transition: all .08s ease-in-out;
}
#home_v3_services .et_pb_blurb:hover {
	box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
}
#home_v3_stats .et_pb_blurb:hover {
	box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
}
@media screen and (max-width: 1366px) {
	#home_v3_banner .et_pb_column:first-child {
		width: 50%;
	}
	#home_v3_info .et_pb_column:first-child {
		display: none;
	}
	#home_v3_info .et_pb_column:last-child {
		width: 100%;
	}
	#home_v3_info h2 {
		letter-spacing: 0;
	}
	#home_v3_contact {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 980px) {
	#home_v3_banner .et_pb_column:first-child {
		width: 100%;
	}
	#home_v3_banner br {
		display: none;
	}
	#home_v3_info .et_pb_column:first-child {
		display: none;
	}
	#home_v3_info .et_pb_column:last-child {
		flex-direction: column;
	}
	#home_v3_services .et_pb_blurb {
		width: 100%;
	}
	#home_v3_services .et_pb_blurb br {
		display: none;
	}
	#home_v3_steps br {
		display: none;
	}
	#home_v3_steps .et_pb_column:first-child {
		padding: 0;
	}
	#home_v3_steps h2 {
		font-size: 50px;
	}
	#home_v3_steps h3 {
		font-size: 24px;
	}
	#home_v3_testimonials .et_pb_testimonial p:first-child {
		font-size: 20px;
	}
	#home_v3_stats .et_pb_column:last-child {
		width: 100%;
		padding: 30px 0;
	}
	#home_v3_stats .et_pb_blurb {
		width: 100%;
	}
	#home_v3_projects .et_pb_blurb_container {
		position: static;
		width: 100%;
		transform: none;
	}
}
@media screen and (max-width: 767px) {
	#home_v3_testimonials {
		padding: 50px 0;
	}
	#home_v3_testimonials .et_pb_testimonial p:first-child {
		font-size: 16px;
	}
}
@media screen and (max-width: 640px) {
	#home_v3_info h2 {
		font-size: 45px;
	}
	#home_v3_steps .et_pb_column:last-child .et_pb_text {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	#home_v3_banner .et_pb_column:first-child {
		padding-right: 50px;
		padding-left: 50px;
	}
	#home_v3_banner h1 {
		font-size: 46px;
		line-height: 56px;
	}
	#home_v3_info .et_pb_column:last-child {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 440px) {
	#home_v3_banner .et_pb_column:first-child {
		padding-right: 15px;
		padding-left: 15px;
	}
	#home_v3_banner h1 {
		font-size: 40px;
		line-height: 50px;
	}
	#home_v3_info h2 {
		font-size: 35px;
	}
	#home_v3_testimonials .et_pb_testimonial p:first-child {
		font-size: 14px;
	}
	#home_v3_contact h2 {
		font-size: 24px;
		line-height: 32px;
	}
}

/* About Us Version 1 */
#about_v1_timeline .et_pb_image {
	height: 100%;
}
#about_v1_timeline .et_pb_image_wrap  {
	height: 100%;
}
#about_v1_timeline .et_pb_image img {
	height: 100%;
	object-fit: cover;
}
#about_v1_services h2 {
	padding: 0;
	position: relative;
}
#about_v1_services h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 15px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#about_v1_services h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 15px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#about_v1_services .et_pb_text:hover h2::before {
	width: 25px;
}
#about_v1_services .et_pb_text:hover h2::after {
	width: 25px;
}
#about_v1_team h2 {
	padding: 0;
	position: relative;
}
#about_v1_team h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#about_v1_team h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
#about_v1_team .et_pb_text:hover h2::before {
	width: 30px;
}
#about_v1_team .et_pb_text:hover h2::after {
	width: 30px;
}



#about_v1_banner .et_pb_row:first-child .et_pb_text_inner {
	width: max-content;
	margin: 0 auto;
	position: relative;
}
#about_v1_banner .et_pb_row:first-child .et_pb_text_inner::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: -27px;
	transform: rotate(-50deg);
}
#about_v1_banner .et_pb_row:first-child .et_pb_text_inner::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50%;
	right: -27px;
	transform: rotate(-50deg);
}
#about_v1_banner .et_pb_row:first-child h1 {
	width: max-content;
	margin: 0 auto;
	padding: 0 70px;
	position: relative;
	font-weight: 400;
}
#about_v1_banner .et_pb_row:first-child h1::before {
	content: '';
	position: absolute;
	width: 100%;
	padding: 30px;
	border: 10px solid #fca311;
	left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	bottom: 95%;
}
#about_v1_banner .et_pb_row:first-child h1::after {
	content: '';
	position: absolute;
	width: 100%;
	padding: 30px;
	border: 10px solid #fca311;
	left: 0;
	border-top: 0;
	box-sizing: border-box;
	top: 95%;
}
/* #about_v1_about .et_pb_column:first-child {
	position: relative;
	margin-right: 100px;
}
#about_v1_about .et_pb_column:first-child::before {
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	left: -50px;
	background-repeat: repeat;
	background-image: url(https://diviarchitecture.divi-professional.com/wp-content/uploads/2019/12/bg-5.png);
	bottom: -50px;
	z-index: -1;
}
#about_v1_about .et_pb_column:first-child::after {
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	right: -50px;
	background-repeat: repeat;
	background-image: url(https://diviarchitecture.divi-professional.com/wp-content/uploads/2019/12/bg-5.png);
	top: -50px;
	z-index: -1;
} */
#about_v1_about > .et_pb_row {
	display: flex;
	align-items: center;
}
#about_v1_about .image-reflector::after {
    content: "";
    background-color: 
    rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
#about_v1_about .image-reflector:hover::after {
    left: 150%;
}
#about_v1_about .image-reflector{
	background-position: left top;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
}
#about_v1_services .block-bg-hover:hover::after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: -1;
}
#about_v1_services .block-bg-hover::after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: #fca311;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#about_v1_services .block-bg-hover:hover .et_pb_blurb_description a{
	color:#fff !important;
}
#about_v1_services .block-bg-hover {
    position: relative;
    z-index: 1;
}
#about_v1_services .block-bg-hover:hover .et-pb-icon:hover{
	-webkit-animation: toTopFromBottom 0.3s forwards !important;
	-moz-animation: toTopFromBottom 0.3s forwards !important;
	animation: toTopFromBottom 0.3s forwards !important;
}
#about_v1_services h3 {
	padding: 0;
	font-weight: 400;
}
#about_v1_services h4 {
	padding: 0;
	font-weight: 400;
}
#about_v1_services .et_pb_row:first-child {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#about_v1_services .et_pb_blurb_content {
	display: flex;
	flex-direction: column-reverse;
	max-width: 100%;
}
#about_v1_services .et_pb_main_blurb_image {
	margin: 25px 0 0;
}
#about_v1_services .et_pb_image_wrap {
	text-align: left;
}
#about_v1_team .et_pb_row:first-child {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#about_v1_team h3 {
	padding: 0;
	font-weight: 400;
}
#about_v1_team h4 {
	padding: 0;
	font-weight: 400;
}
#about_v1_team img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
#about_v1_team .clearfix::after {
	visibility: unset;
}
#about_v1_team .our-best-team::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 98%;
    height: 98%;
    border: 4px solid 
    #2f3b42;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#about_v1_team .our-best-team:hover::after {
    width: 50% !important;
    border: 4px solid #fca311 !important;
}
#about_v1_timeline .wrapper {
	display: flex;
	justify-content: space-between;
}
#about_v1_timeline .wrapper div:first-child {
	flex: 30%;
}
#about_v1_timeline .wrapper div:last-child {
	flex: 70%;
}
#about_v1_timeline .wrapper h2 {
	font-family: Oswald;
	font-size: 45px;
	line-height: 55px;
}
@media screen and (max-width: 980px) {
	#about_v1_services .et_pb_column:first-child {
		margin-bottom: 10px;
	}
	#about_v1_team .et_pb_column:first-child {
		margin-bottom: 10px;
	}
	#about_v1_team .et_pb_team_member_image {
		width: 100%;
		margin: 0 auto 20px auto !important;
		max-width: 100%;
	}
	#about_v1_team .et_pb_team_member_description {
		display: block;
	}
	#about_v1_timeline h2 {
		text-align: center;
	}
	#about_v1_timeline .wrapper {
		flex-direction: column;
	}
	#about_v1_timeline .wrapper div:last-child {
		text-align: center;
	}
}
/* About Us Version 2 */
#about_v2_about .anchor-line li a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom: 3px;
    font-weight: 600;
}
#about_v2_about .anchor-line li a:hover, .anchor-line li a:focus {
    background-size: 100% 2px;
}
#about_v2_about li a:active, li a:hover, li a:focus {
    color: #fca311 !important;
}
#about_v2_about li a{
	color: #000;
}
body #about_v2_about .btn-half::before{
	top: 0;
	left: 0;
	right: auto;
}
body #about_v2_about .btn-half::before, .btn-half::after{
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	height: 50%;
	width: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body #about_v2_about .btn-half::after {
    bottom: 0;
    right: 0;
    left: auto;
}
body #about_v2_about .btn-half::before, .btn-half::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#about_v2_about .et_pb_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#about_v2_about .et_pb_image_wrap {
	position: relative;
}
#about_v2_about .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: -40px;
	bottom: -40px;
	left: 40px;
	right: -40px;
	border: 18px solid #14213d;
}
#about_v2_services h2,
#about_v2_services h4 {
	padding: 0;
}
#about_v2_services .et_pb_main_blurb_image {
	margin: 0;
	display: block;
	position: relative;
}
#about_v2_services img {
	height: 255px;
	object-fit: cover;
}
#about_v2_services .et_pb_blurb_container {
	padding: 30px;
}

#about_v2_services .sep-line-one {
	position:relative;
}
#about_v2_services .section-head:hover .sep-line-one::before {
	width: 35px !important;
}
#about_v2_services .sep-line-one::before {
	width: 20px;
	left: -15px;
	top: 50%;
	margin-top: -2px;
}
#about_v2_services .section-head:hover .sep-line-one::before {
	width: 35px;
}
#about_v2_services .sep-line-one::after, .sep-line-one::before {
	position: absolute;
	content: '';
	background-color: #000;
	height: 4px;
}
#about_v2_services .sep-line-one::after, .sep-line-one::before {
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
#about_v2_services .sep-line-one::after {
    width: 20px;
    top: 50%;
    margin-top: -2px;
    right: -15px;
}
#about_v2_services .section-head:hover .sep-line-one::after {
	width: 35px;
}
#about_v2_stats .percent {
	margin: 0;
}
#about_v2_stats .et_pb_number_counter:hover {
    background-color: #fca311;
}
#about_v2_stats .et_pb_number_counter:hover .percent-value {
    color: #000;
}
#about_v2_team h2 {
	padding: 0;
}
#about_v2_team .et_pb_team_member_image {
	margin: 0;
}
#about_v2_team .et_pb_team_member_description {
	padding: 20px;
}
#about_v2_team .super-team:hover {
    margin-top: -10px;
    box-shadow: 0px 0px 40px 
    rgba(0, 0, 0, 0.15);
}
#about_v2_team .super-team {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#about_v2_team .sep-line-one::after {
	position: absolute;
	content: '';
	background-color: #000;
	height: 4px;
}
#about_v2_team .sep-line-one::after {
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
#about_v2_team .sep-line-one::after {
    width: 20px;
    top: 50%;
    margin-top: -2px;
    right: 0px;
}
#about_v2_team .section-head:hover .sep-line-one::after {
	width: 35px;
}
#about_v2_clients h2 {
	padding: 0;
}
#about_v2_clients .sep-line-one::after {
	position: absolute;
	content: '';
	background-color: #000;
	height: 4px;
}
#about_v2_clients .sep-line-one::after {
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
#about_v2_clients .sep-line-one::after {
    width: 20px;
    top: 50%;
    margin-top: -2px;
    right: 0px;
}
#about_v2_clients .section-head:hover .sep-line-one::after {
	width: 35px;
}
#about_v2_team .et_pb_team_member_image {
	max-width: 100%;
}


#about_v2_services .et_pb_blurb_container::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	width: 0;
	height: 2px;
	transition: all 0.5s linear;
}
#about_v2_services .et_pb_blurb:hover .et_pb_blurb_container::before {
	width: 100%;
	right: 0;
}
#about_v2_services .et_pb_blurb .et_pb_blurb_container {
	transition: all 0.5s linear;
	position: relative;
}
#about_v2_services .et_pb_blurb:hover .et_pb_blurb_container {
	box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
	background: #eef1f2;
}
#about_v2_services .et_pb_blurb .et_pb_main_blurb_image::before {
	counter-increment: arserviceabout;
	content: counter(arserviceabout);
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 60px;
	font-family: Poppins;
	line-height: 60px;
	font-weight: 600;
	-webkit-text-fill-color: #0005;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff9;
}/*
#about_v2_services .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_main_blurb_image::before {
	content: '02';
}
#about_v2_services .et_pb_column:nth-child(3) .et_pb_blurb .et_pb_main_blurb_image::before {
	content: '03';
}
#about_v2_services .et_pb_column:nth-child(4) .et_pb_blurb .et_pb_main_blurb_image::before {
	content: '04';
}
#about_v2_services .et_pb_column:first-child .et_pb_blurb:last-child .et_pb_main_blurb_image::before {
	content: '05';
}
#about_v2_services .et_pb_column:nth-child(2) .et_pb_blurb:last-child .et_pb_main_blurb_image::before {
	content: '06';
}
#about_v2_services .et_pb_column:nth-child(3) .et_pb_blurb:last-child .et_pb_main_blurb_image::before {
	content: '07';
}
#about_v2_services .et_pb_column:nth-child(4) .et_pb_blurb:last-child .et_pb_main_blurb_image::before {
	content: '08';
}*/
#about_v2_services .et_pb_blurb:hover .et_pb_main_blurb_image::before {
	animation: about_v2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate-reverse both;
}
@media screen and (max-width: 980px) {
	#about_v2_team .et_pb_row:last-child .et_pb_column {
		padding: 10px;
	}
}
/* Services Version 1 */
#services_v1_about h2::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #000;
	right: 0;
	top: 50%;
	transition: .3s all linear;
}
#services_v1_about .et_pb_text:hover h2::after {
	width: 0;
}
#services_v1_services h2::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #000;
	right: 0;
	top: 50%;
	transition: .3s all linear;
}
#services_v1_services .et_pb_text:hover h2::after {
	width: 0;
}
#services_v1_steps .et_pb_blurb::before {
	content: '';
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 50%;
	right: 50%;
	background: #0009;
	transition: all .3s ease;
}
#services_v1_steps .et_pb_blurb:hover::before {
	left: 30px;
	right: 30px;
}
#services_v1_steps .et_pb_blurb::after {
	counter-increment: arservicesec;
	content: counter(arservicesec);
	position: absolute;
	top: 0;
	font-size: 120px;
	left: 50%;
	transform: translate(-50%);
	font-family: Poppins;
	font-weight: 700;
	opacity: 0.2;
	z-index: 200;
	transition: all .3s ease;
}
#services_v1_steps .et_pb_blurb:hover::after {
	top: 80px;
	opacity: 1;
}
/*#services_v1_steps .et_pb_column:nth-child(2) .et_pb_blurb::after {
	content: '02';
}
#services_v1_steps .et_pb_column:last-child .et_pb_blurb::after {
	content: '03';
}*/

#services_v1_about {
	overflow: hidden;
}
#services_v1_about .et_pb_blurb {
	position: relative;
}
#services_v1_about .et_pb_main_blurb_image {
	margin: 0;
	display: block;
}
#services_v1_about .et_pb_blurb_container {
	padding: 20px;
	transition: all 0.5s linear;
}
#services_v1_about .et_pb_blurb::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 50px;
	background: #000;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%);
	z-index: -1;
	transition: all 0.5s linear;
}
#services_v1_about .et_pb_blurb:hover::before {
	bottom: -50px;
}

#services_v1_about .et_pb_blurb::after {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	bottom: -90px;
	font-size: 42px;
	font-family: Poppins;
	font-weight: 600;
	display: block;
	text-align: center;
	width: 100%;
}
#services_v1_about .et_pb_blurb:hover::after {
	animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#services_v1_about h4 {
	padding: 0;
}
#services_v1_about h2 {
	padding: 0;
}
#services_v1_services h2 {
	padding: 0;
}
#services_v1_services .et_pb_column {
	margin-bottom: 0;
}
#services_v1_services .et_pb_blurb {
	transition: all 0.5s linear;
	position: relative;
}
#services_v1_services .et_pb_blurb:hover {
	box-shadow: 0px 10px 30px 0px rgba(50,50,50,0.16);
}
#services_v1_services .et_pb_blurb::before {
	content: '';
	position: absolute;
	right: 100%;
	bottom: 0;
	height: 2px;
	width: 0px;
	z-index: -1;
	background-color: #d7b39a;
	transition: all 0.4s ease;
}
#services_v1_services .et_pb_blurb:hover::before {
	width: 100%;
	right: 0;
	transition: width 0.3s ease;
	z-index: 2;
}
#services_v1_services .et_pb_blurb::after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0px;
	top: 0px;
	height: 2px;
	width: 0px;
	z-index: -1;
	background-color: #d7b39a;
	transition: all 0.4s ease;
}

#services_v1_services .et_pb_blurb:hover::after {
	width: 100%;
	left: 0;
	transition: width 0.3s ease;
	z-index: 2;
}
@media screen and (max-width: 767px){
	#services_v1_banner br {
		display: none;
	}
}
#services_v1_about .et_pb_blurb:hover .et_pb_blurb_container {
	box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
}

#services_v1_services .et_pb_blurb .et_pb_blurb_content::before {
	counter-increment: arservice;
	content: counter(arservice);
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 42px;
	font-weight: 700;
	-webkit-text-stroke: #000;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
}
#services_v1_services .et_pb_blurb:hover .et_pb_blurb_content::before {
	animation: animate-in-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* 404 page */
#404_page {
	display: flex;
	align-items: center;
	justify-content: center;
}
@keyframes animate-in-to-top-content {
	0% {
		transform: translateY(-600px) rotateX(-30deg) scale(0);
		transform-origin: 50% 100%;
		opacity: 0;
	}
	100% {
		transform: translateY(0) rotateX(0) scale(1);
		transform-origin: 50% 1400px;
		opacity: 1;
	}
}
@keyframes animate-in-top {
	0% {
		transform: translateY(-600px) rotateX(-30deg) scale(0);
		transform-origin: 50% 100%;
		opacity: 0;
	}
	100% {
		transform: translateY(0) rotateX(0) scale(1);
		transform-origin: 50% 1400px;
		opacity: 1;
	}
}
/* Proj Version 1 */
#proj_v1_banner .et_pb_row:first-child .et_pb_text_inner::before {
	content: '';
	position: absolute;
	border: 10px solid #fff;
	padding: 110px 100px;
	border-right: navajowhite;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#proj_v1_banner h1 {
	padding: 0;
	padding-left: 50px;
}
#proj_v1_tabs .et_pb_portfolio_item {
	margin: 0;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}
#proj_v1_tabs .et_pb_portfolio_filters {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 1170px;
}
#proj_v1_tabs .et_pb_portfolio_filters ul {
	display: flex;
	justify-content: center;
}
#proj_v1_tabs .et_pb_portfolio_filters ul li a {
	position: relative;
	border: 0px;
	background-color: transparent;
	overflow: visible !important;
}
#proj_v1_tabs .et_pb_portfolio_filters ul li a.active {
	background-color: transparent;
	transition: unset;
}
#proj_v1_tabs .et_pb_portfolio_filters ul li a::before,
#proj_v1_tabs .et_pb_portfolio_filters ul li a::after {
	position: absolute;
}

#proj_v1_tabs .et_pb_portfolio_filters ul li a::after {
	content: '/';
	right: -3px;
}

#proj_v1_tabs .et_pb_portfolio_filters ul li a::before {
  content: '';
	bottom: 0px;
	left: 50%;
	margin-left: -35%;
	width: 0%;
	height: 4px;
	background-color: #fca311;
	transition: all 0.2s ease-in-out;
}
#proj_v1_tabs .et_pb_portfolio_filters ul li:last-child a::after {
	content: unset;
}
#proj_v1_tabs .et_pb_portfolio_filters ul li a:hover::before,
#proj_v1_tabs .et_pb_portfolio_filters ul li a.active::before {
	width: 70%;
}
#proj_v1_tabs .et_portfolio_image {
	position: relative;
}
#proj_v1_tabs .et_portfolio_image::before {
	content: '';
	position: absolute;
	width: 1px;
	background: #fff;
	z-index: 4;
	left: 20px;
	top: 20px;
	transition: all 0.7s linear;
    opacity: 0;
    height: 0;
}
#proj_v1_tabs .et_portfolio_image:hover::before {
	height: 100%;
	top: -20px;
	opacity: 1;
}
#proj_v1_tabs .et_portfolio_image::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #fff;
	z-index: 4;
	left: 20px;
	top: 20px;
	transition: all 0.7s linear;
    opacity: 0;
    width: 0;
}
#proj_v1_tabs .et_portfolio_image:hover::after {
	width: 100%;
	left: -20px;
	opacity: 1;
}
#proj_v1_tabs .et_pb_portfolio_item h2 {
	position: absolute;
	top: 40px;
	left: 55px;
	z-index: 4;
	opacity: 0;
	transition: all .5s linear;
	pointer-events: none;
}
#proj_v1_tabs .et_pb_portfolio_item:hover h2 {
	opacity: 1;
}
@media screen and (max-width: 980px) {
	#proj_v1_tabs .et_pb_portfolio_item {
		width: 33%;
	}
}
@media screen and (max-width: 767px) {
	#proj_v1_tabs .et_pb_portfolio_item {
		width: 50%;
	}
}
@media screen and (max-width: 440px) {
	#proj_v1_tabs .et_pb_portfolio_item {
		width: 100%;
	}
	#proj_v1_tabs .et_pb_portfolio_filters ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#proj_v1_tabs .et_pb_portfolio_filters ul li {
		width: 100%;
	}
}
/* Projects Version 1 */
#projects_v1_content .et_pb_row:nth-child(2) .wrapper  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#projects_v1_content .et_pb_row:nth-child(2) .wrapper .wrap {
	flex: 50%;
	margin-bottom: 30px;
}
#projects_v1_content .et_pb_row:nth-child(2) .et_pb_text {
	height: 100%;
}
@media screen and (max-width: 440px) {
	#proj_v1_tabs .et_pb_portfolio_filters ul li a::after {
		content: '';
	}
}
/* Blogs Version 1 */
#blog_v1_blog .more-link {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 700;
	color: #333 !important;
	border: 1px solid #666;
	width: max-content;
	padding: 10px 24px;
	border-radius: 30px;
	margin-top: 20px;
}
#blog_v1_blog .searchform input:nth-child(2) {
	border: 1px solid #ddd;
	background: transparent;
}
#blog_v1_blog .searchform input:nth-child(3) {
	font-family: Montserrat;
	font-style: italic;
	font-size: 13px;
}

/* Contact Version 1 */
#contact_v1_contact .et_contact_bottom_container {
	width: 100%;
	margin-top: 30px;
}
.contact_v1_banner_row h2 {
	padding: 5px;
	position: relative;
}
.contact_v1_banner_row h2::before {
	content: '';
	position: absolute;
	left: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
.contact_v1_banner_row .et_pb_text:hover h2::before {
	width: 30px;
}
.contact_v1_banner_row h2::after {
	content: '';
	position: absolute;
	right: -15px;
	width: 20px;
	height: 4px;
	background: #000;
	top: 50%;
	margin-top: -2px;
	transition: width 0.3s ease-in-out;
}
.contact_v1_banner_row .et_pb_text:hover h2::after {
	width: 30px;
}
/*------------------------Blog Pagnation-----------------------------------------------------*/
.et_pb_row_custom_pagination{clear:both;text-align: left;padding-top:0px;}
.pagination-container{padding-top: 0 !important;}
.screen-reader-text{display: none;}
.navigation.dp_blog_pagination .page-numbers{display: inline-block;border-right: 0;padding: 0em 1em;
margin: 0 -1px;line-height: 2.6em;margin-right: 5px;}
.navigation.dp_blog_pagination .page-numbers.prev,.navigation.dp_blog_pagination .page-numbers.next
{padding: 0 .5em;}
.navigation.dp_blog_pagination span.page-numbers{color:#fff;font-weight: 600;border: 1px solid black;
    border-radius: 10px;background-color: #fca311;}
.navigation.dp_blog_pagination .page-numbers .et-pb-icon
{font-size: 1.6em;vertical-align: middle;line-height: 1.5em;margin-top: -3px;}
.navigation.dp_blog_pagination a.page-numbers {color: #fca311 !important;border: 1px solid black;
border-radius: 10px;}
.navigation.dp_blog_pagination a.page-numbers:hover {color: #fff !important;background-color: #fca311 !important;} 
.pagination-container {margin-bottom: 0em;text-align: left;width:100% !important;}
/* Blog Details Version 1 */
#blogdetails_v1_blog .et_pb_title_container {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#blog_v1_blog .more-link {
	transition: all .3s ease;
}
#blog_v1_blog .more-link:hover {
	background: #fca311;
}

.search-sidebar .widget_search {
	margin: 0 !important;
}
.categories-sidebar .widgettitle,
.post-sidebar .widgettitle,
.tags-sidebar .widgettitle {
	padding: 0;
	margin-bottom: 50px;
	position: relative;
}
.categories-sidebar .widgettitle::after,
.post-sidebar .widgettitle::after,
.tags-sidebar .widgettitle::after {
	content: '';
	position: absolute;
	bottom: -25px;
	width: 115px;
	background: #fca311;
	height: 3px;
	left: 0;
}
.categories-sidebar .widgettitle::before,
.post-sidebar .widgettitle::before,
.tags-sidebar .widgettitle::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	left: 0;
	bottom: -25px;
	z-index: 3;
	border-left: 10px solid #f7f9f8;
	border-right: 10px solid #f7f9f8;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}
.categories-sidebar ul li {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 16px 0;
	line-height: 28px;
	border-bottom: 1px dashed #bbb;
}
.categories-sidebar ul li a:hover {
	color: #fca311 !important;
}
.tags-sidebar a {
	font-size: 14px !important;
	padding: 10px 20px;
	background: #f7f9f8;
	border: 2px solid #e2e2e2;
	border-radius: 25px;
}
.tags-sidebar a:hover {
	background: #fca311;
}
@keyframes animborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px);
	}
}
/* Style 1 */
#footer-style-1 .et_pb_row {
    width: 90%;
    max-width: 1300px !important;
}
#footer-style-1 .et-menu-nav ul {
    padding-left: 10px !important;
	column-count:2;
}
#footer-style-1 .et-menu-nav li {
    display: block;
    width: 50%;
    position: relative;
    padding-left: 20px;
	box-sizing:border-box;
}
#footer-style-1 .et-menu-nav li::before {
    content: "\24";
    font-family: 'ETModules';
    color: #fff;
    position: absolute;
    left: 0;
    font-weight: bold;
}
#footer-style-1 .et-menu-nav li a{
	position:relative;
	display:inline-block;
}
#footer-style-1 .et-menu-nav li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
#footer-style-1 .et-menu-nav li a:hover:after {
	opacity: 1;
	width: 100%;
}
#footer-style-1 .et_pb_social_icon a {
    background-color: #fff !important;
    border-radius: 50%;
}
#footer-style-1 .et_pb_social_icon a::before {
    color: #2683b7;
}
#footer-style-1 .et_pb_contact .et_pb_contact_field{
	width:100%;
}
#footer-style-1 .et_pb_contact input {
    border-radius: 50px;
	width:100%;
}
#footer-style-1 .et_pb_contact_submit.et_pb_button {
    margin: 0 !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
}
#footer-style-1 .et-menu-nav ul li a:hover {
    color: #fff !important;
}
#footerbtm-style-1 .et_pb_column {
    min-height: auto;
}
#footer-style-1 #ftr-title h3::before,
#footer-style-1 #ftr-title h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    background-color: #fff;
    width: 40px;
    height: 2px;
    content: "";
}
#footer-style-1 #ftr-title h3::after {
    width: 30px;
    bottom: -5px;
}
#footer-style-1 #ftr-title {
    margin-bottom: 25px !important;
}
#footer-style-1 p.et_pb_contact_field { margin-bottom: 0%  !important; }

@media (max-width: 980px ) {
	#footer-style-1 .et_pb_menu__menu {
		display: block !important;
	}
	#footer-style-1 .mobile_menu_bar {
		display: none !important;
	}
}