/*
Theme Name:     Divi WeddingEvent Child Theme
Theme URI:      https://weddingevent.themesunit.com/
Description:    WeddingEvent is a wedding purpose Divi child theme.
Author:         ThemesUnit
Author URI:     https://themesunit.com/
Template:       Divi
Version:        1.0.1
*/

:root {
	--color1: #002642;
	--color2: #5880A2;
}

/* Header */
.wed-header.et_pb_section {
	transition:all .5s ease;
}
.wed-header.et_pb_sticky.et_pb_section {
	background-color: rgba(231,236,237,1)!important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.wed-header .et_pb_menu {
	margin-bottom:0!important;
}
.wed-header ul li>a {
	color: var(--color1);
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 10px 15px!important;
	margin: 0;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.1s ease;
}
.wed-header ul li.menu-item-has-children>a:first-child {
	padding-right:30px!important;
}
.wed-header ul li {
	padding:0!important;
}
.wed-header ul li ul li {
	width: 100%;
}
.wed-header ul>li.menu-item-has-children>a:first-child:after {
	right:8px;
} 
.wed-header ul li ul {
	transform-origin: 50% 0;
	visibility: hidden;
	border-top: 3px solid var(--color1);
	transition: all 0.3s ease;
	padding:15px 5px!important;
	top:0;
	left:235px;
}
.wed-header ul li ul>li>a{
	width:100%!important;
	padding:5px!important;
}
.wed-header .et_mobile_nav_menu span {
	margin-right:15px;
}
.wed-header .et_mobile_nav_menu span:before {
	color:var(--color2)!important;
	border:1px solid var(--color2);
}
.wed-header .mobile_nav.opened .mobile_menu_bar:before{
	content:"\4d";
	color:#221638;
	border:1px solid var(--color2);
	transition:all .5s ease ;
}
.wed-header .et_mobile_nav_menu  ul {
	border:0;
	padding:20px;
}
.wed-header ul.et_mobile_menu{
	display:block!important;
	border-top:none;
	padding:10px;
}
.wed-header .mobile_nav.closed ul.et_mobile_menu{
	transform:rotateY(90deg);
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	transform-origin:right;
	transition:all .5s ease!important;
}
.wed-header .mobile_nav.opened ul.et_mobile_menu{
	transform:rotateY(0);
	-webkit-transform:rotateY(0);
	-ms-transform:rotateY(0);
	transform-origin:right;
	transition:all .5s ease;
}
.wed-header ul.et_mobile_menu{
	border:none;
	max-width: 288px;
	width:100%;
	margin-left: calc(100% - 288px);
}
.wed-header .et_mobile_menu .menu-item-has-children>a{
	position:relative;
}
.wed-header .et_mobile_menu li a {
	transition:all .5s ease;
	padding:10px!important;
}
.wed-header .et_mobile_menu .menu-item-has-children>a:after{
	font-family:ETmodules;
	text-align:center;
	speak:none;
	font-weight:600;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	font-size:18px;
	content:'\33';
	top:11px;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	right:13px!important;
	transition:all .5s ease ;
}
.wed-header .et_mobile_menu .menu-item-has-children.visible>a:after{
	content:'\34';
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transition:all .5s ease ;
}
.wed-header .et_mobile_menu ul.sub-menu{
	display:none!important;
	visibility:hidden!important;
	transition:all .5s ease;
}
.wed-header .et_mobile_menu .visible>ul.sub-menu{
	display:block!important;
	visibility:visible!important;
	opacity: 1;
	padding-left:20px!important;
}
.wed-header .et-menu li li.menu-item-has-children>a:first-child:after {
	top:auto;
}
.wed-header .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
	top: calc(120% - 1px)!important;
	padding:15px 5px!important;
}
.et_mobile_menu .menu-item-has-children>a{
	background-color: transparent;
}
.wed-header .et_mobile_menu li a:hover{
	background:var(--color1);
	opacity: 1!important;
	color:#fff!important;
} 
.wed-header .nav ul li a:hover {
	background-color: transparent!important;
	opacity: 1!important;
}
@media (max-width:1130px){
	.wed-header .et_pb_menu .et-menu>li{
		padding-left: 9px!important;
		padding-right: 9px!important;
	}
}
@media (max-width: 980px){
	.wed-header .et_pb_menu .et_mobile_menu {
		top: 120%!important;
	}
}

/* Footer */
.wed-footer-section{
	padding: 54px 0 30px;
}
.wed-footer-section .et_pb_row {
	display: flex;
	justify-content: space-around;
}
.wed-footer-section .et_pb_column {
	width: 100%;
	margin-right:0;
}
.wed-footer-section .et_pb_gallery_image.landscape {
	width: 100%;
	height: 100%;
	max-width: 100px;
	min-height: auto;
	margin:auto;
	text-align: center;
} 
.wed-footer-section .et_pb_gallery_items.et_post_gallery.clearfix {
	display: flex;
}
.wed-footer-section .et_pb_gallery_item.et_pb_grid_item {
	margin-bottom:0;
}
.wed-footer-section ul{
	padding: 0 10px;
}
.wed-footer-section ul li{
	list-style: none;
	margin-bottom:15px;
}
.wed-footer-section h6{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: var(--color1);
	margin-bottom:26px;
}
.wed-footer-section ul li a{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #525252; 
}
.wed-footer-section .et_pb_social_media_follow li a.icon {
	border-radius: 25px;
}
.wed-footer-section .et_pb_module.et_pb_text_4_tb_footer .et_pb_text_inner{
	text-align:center;
}
.wed-footer-section .et_pb_column_1_tb_footer {
	max-width:200px;
}
.wed-footer-section:before {
	content: "";
	border: 1px solid rgba(0, 0, 0, 0.25);
	top: 27px;
	bottom: 100px;
	left: 27px;
	right: 27px;
	z-index: 1;
	position: absolute;
}
.wed-footer-section ul.et_pb_social_media_follow  li:hover a{
	background-color: var(--color1)!important;
	transition: all 0.5s ease ;
}   
.wed-footer-section ul.et_pb_social_media_follow  li:hover a:before{
	color: #ffffff;
	transition: all 0.5s ease ;
} 
.wed-footer-section  .et_pb_social_media_follow li a.icon {
	height: 45px;
	width: 45px;
	padding: 0;
	box-sizing: content-box;
}
.wed-footer-section .et_pb_social_media_follow li a.icon:before {
	height: 45px;
	width: 45px;
	font-size: 20px;
	line-height: 30px;
	display: block;
	color: var(--color1);
	transition: color .3s;
	position: relative;
	z-index: 10;
	top: 8px;
}
.wed-footer-section .et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light.et_pb_gallery_item_0_0.first_in_row {
	margin: 0 0 0%!important;
}
.wed-footer-section .et_overlay{
	background: hsl(0deg 4% 55% / 35%);
}
.wed-footer-section .et_overlay:before {
	color: rgb(0 0 0 / 30%);
}
.wed-footer-section .et_pb_text_1_tb_footer .et_pb_text_inner {
	padding-left: 25px;
}  
.wed-footer-section
.et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer{
	padding-left:12px;
}
.wed-footer-section .et_pb_social_media_follow_0_tb_footer,
.wed-footer-section .et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer .et_pb_text_3_tb_footer ul{
	padding:0;
}
.wed-footer-section.et_pb_section .et_pb_button_module_wrapper .et_pb_button {
	font-weight:400!important;
}
@media(max-width:1024px){
	.wed-footer-section h6 {
		font-size: 17px!important;
		line-height: 27px;
		padding-bottom: 27px;
		margin: 0;
	}
	.wed-footer-section .et_pb_social_media_follow li a.icon {
		height: 40px;
		width: 40px;
	}
	.wed-footer-section .et_pb_social_media_follow li a.icon:before {
		height: 40px;
		width: 40px;
		top: 6px;
	}
	.wed-footer-section .et_pb_module.et_pb_text.et_pb_text_3_tb_footer .wed-footer-section ul li{
		margin-bottom:0!important;
	}
}
@media(max-width:980px){
	.wed-footer-section  .et_pb_column_1_tb_footer {
		max-width:100%;
	}
	.wed-footer-section .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_footer{
		padding: 0 10px;
	}
	.wed-footer-section  img{
		max-width: 100%;
		height: auto;
		width: 100%;
	}
	.wed-footer-section   .et_pb_text_1_tb_footer .et_pb_text_inner{
		padding-left: 12px!important;
	}
	.wed-footer-section:before {
		left: 20px;
		right: 20px;
	}
}
@media(max-width:767px){
	.wed-footer-section{
		padding: 54px 15px 30px;
	}  
	.wed-footer-section .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_footer {
		padding: 0 10px;
	} 
}
@media(max-width:575px){
	.wed-footer-section .et_pb_gallery_image.landscape{
		max-width:unset;
	}  
	.wed-footer-section .et_pb_row {
		display: block;
	}
	.wed-footer-section .et_pb_column.et_pb_column_1_4{
		width:100%;
	}
	.wed-footer-section .et_pb_text_inner,
	.wed-footer-section .et_pb_button_module_wrapper .et_pb_button{
		padding-left: 12px!important;
	}
	.wed-footer-section .et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer {
		padding-left: 0;
		padding-top:20px;
	}
	.wed-footer-section .et_pb_gallery {
		padding:0 12px;
	}
}

/* Hero Section Css Start*/
.wed-hero-section{
	display:inline-block;
}
.wed-hero-section .et_pb_slider{
	margin-top:-113px;
}
.wed-hero-section .et_pb_slide_title{
	font-family: 'Cormorant'!important;
	font-weight: 700!important;
	font-size: 60px!important;
	line-height: 70px!important;
	text-transform: capitalize!important;
	color: #FFFBFB!important;
	padding-bottom:25px;
}
.wed-hero-section .et_pb_slide_content{
	font-weight: 400!important;
	font-size: 16px!important;
	line-height: 26px!important;
	color: #FFFBFB!important;
	max-width:600px;
	width:100%;
	margin:auto;
}
.wed-hero-section .et_pb_button_wrapper {
	position:relative;
	margin-top:39px!important;
	display:inline-block;
}
.wed-hero-section .et_pb_button_wrapper a{
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: var(--color1);
	border:none;
	background: rgba(231, 236, 237, 0.98);
	border-radius:unset!important;
	margin:0
}
.wed-hero-section .et_pb_button_wrapper:before{
	content: '';
	position: absolute;
	width: 100%;
	border: 2px solid var(--color1);
	height: 100%;
	margin: 0 auto!important;
	left: 0px;
	right: -10px;
	top: 4px;
}
.wed-hero-section .et-pb-arrow-prev{
	background: rgba(231, 236, 237, 0.5);
	border: 1px solid #FFFFFF;
	left: 22px!important;
	opacity: 1;
	text-align: center;
	width:50px;
	height:50px;
	border-radius:50px;
}
.wed-hero-section .et-pb-arrow-next{
	background: rgba(231, 236, 237, 0.5);
	border: 1px solid #FFFFFF;
	text-align: center;
	width:50px;
	height:50px;
	border-radius:50px;
	right: 34px!important;
	opacity: 1;
}
.wed-hero-section .et-pb-arrow-prev:before{
	content: "5";
	font-size:25px!important;
	line-height:48px!important;
} 
.wed-hero-section .et-pb-arrow-next:before{
	content: "4";
	font-size:25px!important;
	line-height:48px!important;
}
@media (max-width: 980px) {
	.wed-hero-section h2{
		font-size:50px!important;
		line-height:60px!important;
	}
} 
@media (max-width: 576px) {
	.wed-hero-section .et-pb-arrow-next,
	.wed-hero-section .et-pb-arrow-prev {
		opacity:0;
	}
	.wed-hero-section h2{
		font-size:40px!important;
		line-height:50px!important;
	}
} 
.et_pb_button:hover {
	background: #F1F6F8!important;
	border:none!important;
}
.et_pb_button_wrapper{
	position:relative;
}
/* Hero Section Css End*/

/* Hero-Feature Css tart*/
.wed-hero-feature{
	position:relative;
}
.wed-hero-feature:before{
	content:"";
	position:absolute; 		
	background:url(/wp-content/uploads/2022/06/hero-box-img.png);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat!important;
	background-position: bottom left !important;
	bottom:0;
}
.wed-hero-feature:after{
	content:"";
	position:absolute; 		
	background:url(/wp-content/uploads/2022/06/hero-box-img-2.png);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat!important;
	background-position: top right !important;
	top:0;
}
.wed-hero-feature .et_pb_blurb_content{
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding:0 15px 31px;
	max-width:226px;
	width:100%;
}
.wed-hero-feature .et_pb_main_blurb_image{
	height: 82px;
	width: 82px;
	line-height:130px!important;
	border-radius: 50px;
	border: 1px dashed var(--color1);
	margin-bottom:9px!important;
	margin-top:-50px;
}
.wed-hero-feature .et_pb_main_blurb_image span.et_pb_image_wrap{
	height: 74px;
	width: 74px;
	background: #E7ECED;
	line-height:105px !important;
	border-radius: 50px;
	margin-top: 3px;
}
.wed-hero-feature .et_pb_main_blurb_image span.et-pb-icon {
	color:var(--color1);
}
.wed-hero-feature h4{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: var(--color1);
	padding-bottom:4px!important;
}
.wed-hero-feature h6{
	font-family: 'Cormorant';
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color:var(--color2);
	text-align:center;
	padding-bottom:16px!important;
}
.wed-hero-feature p{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.01em;
}
.wed-hero-feature .et_pb_module{
	margin-bottom:0!important;
}
@media (max-width: 991px) {
	.wed-hero-feature .et_pb_module{
		margin-bottom:50px!important;
	}
}
/* Hero-Feature Css End*/

/* Hero-About Css Start*/
.wed-hero-about-mobile{
	display:none;
}
.wed-hero-about .et_pb_row{
	display: flex;
	justify-content: space-around;
	max-width:1100px!important;
}
.wed-hero-about .et_pb_image img {
	max-width:unset!important;
}
.wed-hero-about .et_pb_column_4{
	background: rgba(231, 236, 237, 0.95);
	box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	padding:30px 15px 42px;
	position:absolute;
	z-index:9999999;
	max-width:603px;
	width:100%;
	top:-129px;
	left:0;
}
.wed-hero-about .et_pb_text_inner{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: var(--color2);
}
.wed-hero-about h2.et_pb_module_header{
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	color: var(--color1)!important;
	padding-bottom:20px!important;
}
.wed-hero-about .et_pb_promo_description p{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.03em;
	color: #525252;
}
.wed-hero-about .et-pb-icon,
.wed-hero-about .et-pb-icon {
	color: var(--color1)!important;
}
.wed-hero-about  .et_pb_button_module_wrapper{
	margin-bottom:0!important;
	position:relative;
}
.wed-hero-about  .et_pb_button_module_wrapper a{
	background: #F1F6F8;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	color:var(--color1);
	border:none!important;
	font-weight: 700;
	font-size: 20px!important;
	line-height: 30px!important;
	font-family: 'Cormorant';
	width: 100%;
	max-width: 150px;
	height:100%;
	padding: 10px 40px 10px 22px!important;
} 
.wed-hero-about .et_pb_button_module_wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 150px;
	border: 2px solid var(--color1);
	height: 100%;
	margin: 0 auto!important;
	left:0px;
	right: -111px;
	top: 3px;
}
.wed-hero-about .et_pb_blurb_content{
	display:flex;
	align-items: center;
}
.wed-hero-about .et_pb_main_blurb_image{
	margin-bottom:0!important;
}
.wed-hero-about .et_pb_blurb_container h4{
	padding-bottom:0!important;
	margin-left:11px!important;
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: var(--color1);
}
.wed-hero-about .et_pb_column_5{
	padding:0!important;
}
.wed-hero-about-mobile .et_pb_column_6{
	background: rgba(231, 236, 237, 0.95);
	box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	padding:30px;
	width:100%;
}
.wed-hero-about-mobile .et_pb_column_7{
	width:100%;
	margin-top:30px;
}
.wed-hero-about-mobile .et_pb_text_inner{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: var(--color2);
}
.wed-hero-about-mobile h2.et_pb_module_header{
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	color: var(--color1)!important;
}
.wed-hero-about-mobile .et_pb_promo_description p{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.03em;
	color: #525252;
}
.wed-hero-about-mobile  .et_pb_button_module_wrapper{
	position:relative;
	margin-bottom:0!important;
}
.wed-hero-about-mobile  .et_pb_button_module_wrapper a{
	background: #F1F6F8;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	color:var(--color1)!important;
	border:none!important;
	font-weight: 700;
	font-size: 20px!important;
	line-height: 30px!important;
	font-family: 'Cormorant';
	padding:10px 50px 10px 30px!important;
	max-width:167px;
	width:100%;
}
.wed-hero-about-mobile .et_pb_button_module_wrapper:before{
	content: '';
	position: absolute;
	width: 100%;
	max-width: 167px;
	border: 2px solid var(--color1);
	height: 100%;
	margin: 0 auto!important;
	left: 2px;
	top: 3px;
}
.wed-hero-about-mobile .et_pb_blurb{
	position:absolute;
	right: 30px;
	bottom: 31px;
	margin-bottom:0!important;
}
.wed-hero-about-mobile .et_pb_blurb_content{
	display:flex;
	align-items: center;
}
.wed-hero-about-mobile .et_pb_main_blurb_image{
	margin-bottom:0!important;
}
.wed-hero-about-mobile .et_pb_blurb_container h4{
	padding-bottom:0!important;
	margin-left:11px!important;
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: var(--color1);
}
@media (max-width: 1200px) {
	.wed-hero-about{
		display:none!important;
	}
	.wed-hero-about-mobile{
		display:block!important;
	}
}
@media (max-width: 980px) {
	.wed-hero-about-mobile h2.et_pb_module_header{
		font-size:36px!important;
		line-height:46px!important;
	}
}
@media (max-width: 767px) {
	.wed-hero-about-mobile h2.et_pb_module_header{
		font-size: 30px!important;
		line-height: 40px!important;
	}
	.wed-hero-about-mobile .et_pb_button_module_wrapper a,
	.wed-hero-about-mobile .et_pb_text_inner {
		font-size: 18px!important;
		line-height: 28px!important;
	}
	.wed-hero-about-mobile .et_pb_blurb_container h4{
		font-size: 16px!important;
		line-height: 26px!important;
	}
}
@media (max-width: 375px){
	.wed-hero-about-mobile .et_pb_column_6{
		padding:20px 20px 80px 20px;
	}
	.wed-hero-about-mobile .et_pb_blurb{
		bottom:20px!important;
		left:20px;
	}
	.et_pb_contact_submit {
		margin:0;
	}
	.wed-contact-form .et_contact_bottom_container:before{
		right:-10px!important;
	}
}
/* Hero-About Css End*/

/* Hero-Portfolio Css start*/
.wed-hero-portfolio h2{
	font-family: 'Cormorant'!important;
	font-weight: 700!important;
	font-size: 42px!important;
	line-height: 52px!important;
	color: var(--color1)!important;
	position:relative;
	margin-bottom:28px;
}
.wed-hero-portfolio h2 span{
	margin-left:50px;
}
.wed-hero-portfolio h2:before{
	content:'';
	position:absolute;
	width:6px;
	height:6px;
	border-radius:50px;
	background: var(--color1);
	top:25px;
	left:50%;
}
.wed-hero-portfolio p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #525252;
	max-width:600px;
	width:100%;
	margin:auto;
}
.wed-hero-portfolio .et_pb_column{
	margin-right:15px!important;
}
.wed-hero-portfolio .et_pb_row.et_pb_row_3,
.wed-hero-portfolio .et_pb_row.et_pb_row_4{
	display: flex;
	flex-wrap:wrap;
	justify-content: center!important;
}
@media (max-width: 980px) {
	.wed-hero-portfolio h2{
		font-size: 36px!important;
		line-height: 46px!important;
	}
}
@media (max-width: 767px) {
	.wed-hero-portfolio h2{
		font-size: 30px!important;
		line-height: 40px!important;
	}
	.wed-hero-portfolio h2 span{
		margin-left:20px;
	}
	.wed-hero-portfolio .et_pb_column {
		margin-right: 0px!important;
	}
}
@media (max-width: 400px) {
	.wed-hero-portfolio h2:before{
		content:none;
	}
	.wed-hero-portfolio h2 span{
		margin:0;
	}
}
/* Hero-Portfolio Css End*/  

/* Hero Team Section Css Start */
.wed-team-column .et_pb_blurb_description {
	padding:0 10px;
}
.wed-team h2 {
	color: var(--color1)!important;
}
/* Hero Team Section Css End */

/* Cilent Section Css Start*/
.wed-hero-client{
	background-size: cover!important;
	background-position: center!important;
}
.wed-hero-client:before{
	content:'';
	position:absolute;
	background: rgba(231, 236, 237, 0.4);
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.wed-hero-client .et_pb_promo_description{
	padding-bottom:20px!important;
}
.wed-hero-client .et_pb_promo_description h6{
	font-weight: 500!important;
	font-size: 20px!important;
	line-height: 30px!important;
	color: var(--color2)!important;
}
.wed-hero-client .et_pb_promo_description h2{
	font-family: 'Cormorant';
	font-weight: 700!important;
	font-size: 42px!important;
	line-height: 51px!important;
	color: var(--color1)!important;
}
.wed-hero-testimonial{
	overflow: hidden;
}
.wed-hero-testimonial 
.slick-slide{
	float:left!important;
	margin:0!important;
}
.wed-hero-testimonial  .slick-track{
	display:flex!important;
}
.wed-hero-testimonial .et_pb_testimonial{
	background: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25)!important;
	padding:60px 17px 31px;
	position:relative;
	margin:0 0px 0 40px!important;
}
.wed-hero-testimonial .et_pb_testimonial:before{
	top:24px!important;
	left:90px;
	color:var(--color2)!important;
}
.wed-hero-testimonial .et_pb_testimonial:after{
	content:'';
	position:absolute;
	visibility: visible;
	height: 100%;
	width:4px;
	background: var(--color1);
	top: 0px;
	left: 0px;
}
.wed-hero-testimonial .et_pb_testimonial_portrait{
	left:-40px;
	z-index:99999;
	top:64px;
	margin:0!important;
	position:absolute;
}
.wed-hero-testimonial .et_pb_testimonial_portrait:before{
	content:none;
}
.wed-hero-testimonial .et_pb_testimonial_description{
	margin-left:55px!important;
}
.wed-hero-testimonial .et_pb_testimonial_content p{
	font-size: 14px;
	line-height: 26px;
	color: #525252;
	padding:0!important;
	max-width:385px!important;
	width:100%;
}
.wed-hero-testimonial .et_pb_testimonial_author{
	font-family: 'Cormorant';
	font-style: italic;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	color: var(--color1);
	margin-top:12px!important;
}
.wed-hero-testimonial span.et_pb_testimonial_position{
	font-size: 14px;
	line-height: 21px;
	color: var(--color1);
}
@media (max-width: 980px) {
	.wed-hero-client .et_pb_promo_description h2{
		font-size: 36px!important;
		line-height: 46px!important;
	}
	.wed-hero-client .et_pb_promo_description h6 {
		font-size: 18px!important;
		line-height: 28px!important;
	}
}
@media (max-width: 767px) {
	.wed-hero-client .et_pb_promo_description h2{
		font-size: 30px!important;
		line-height: 40px!important;
	}
	.wed-hero-testimonial .et_pb_testimonial_author {
		font-size: 26px;
		line-height: 31px;
	}
}
@media (max-width: 576px) {
	.wed-hero-testimonial .et_pb_testimonial_content p{
		max-width: fit-content!important;
		width: auto;
	}
	.wed-hero-testimonial .et_pb_testimonial_description{
		margin-left:34px!important;
	}
	.wed-hero-testimonial .et_pb_testimonial:before {
		left: 68px;
	}
	.wed-hero-testimonial .et_pb_testimonial_description{
		width:auto;
	}
}  
/* Cilent Section Css End*/

/* Counter Section Css Start */
.wed-hero-counter{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.wed-hero-counter .wed-counter-row:before{
	content: "";
	position: absolute;
	border: 3px solid var(--color1);
	top: -10px;
	right: 4px;
	height: 100%!important;
	width: 100%!important;
	z-index: -1;
}
.wed-hero-counter .wed-counter-row:after {
	content: '';
	width: 100%!important;
	height: 100%!important;
	border: 3px solid var(--color1);
	position: absolute;
	z-index: -1;
	top: 5px;
	right: -10px;
	visibility: inherit;
}

/* Counter Section Css End */

/* Service Section Css Start*/
.wed-hero-service .et_pb_promo_description h6 {
	font-weight: 500!important;
	font-size: 20px!important;
	line-height: 30px!important;
	color: var(--color2)!important;
	text-transform:uppercase;
}
.wed-hero-service .et_pb_promo_description h2 {
	font-family: 'Cormorant'!important;
	font-weight: 700!important;
	font-size: 42px!important;
	line-height: 51px!important;
	color: var(--color1)!important;
}
.wed-hero-service .et_pb_promo_description h2 span{
	position:relative; 
	margin: 0 20px;
}
.wed-hero-service .et_pb_promo_description h2 span:before,
.wed-hero-service .et_pb_promo_description h2 span:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background: var(--color1);
	top: 27px;
	left: -19px;
}
.wed-hero-service .et_pb_promo_description h2 span:after{
	left:auto;
	right: -19px;
}
.wed-hero-service-planning{
	padding:23px 29px 31px;
}
.wed-hero-service-planning:before{
	content: '';
	position: absolute;
	border: 1px solid var(--color1);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.25);
	top: 4px;
	left: 4px;
	bottom: 4px;
	right: 4px;
	z-index: -1;
}
.wed-hero-service  .wed-hero-service-planning {
	box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}
.wed-hero-service-planning img {
	border: 3px solid var(--color1);
	border-radius: 100%;
}
.wed-hero-service
.et_pb_team_member_image{
	margin:0 auto 7px!important;
	max-width:100%!important;
	text-align:center!important;
	width:100%;
}
.wed-hero-service h4.et_pb_module_header{
	font-size: 16px!important;
	line-height: 26px!important;
	text-transform: capitalize!important;
	color: var(--color2)!important;
	padding-bottom: 5px!important;
}
.wed-hero-service p.et_pb_member_position{
	font-family: 'Cormorant';
	font-weight: 700!important;
	font-size: 30px!important;
	line-height: 40px!important;
	text-transform: capitalize;
	color: var(--color1)!important;
	margin-bottom:14px;
	text-align:center!important;
}
.wed-hero-service p{
	font-weight: 400!important;
	font-size: 16px!important;
	line-height: 26px!important;
	text-transform: capitalize!important;
	color: #525252!important;
	letter-spacing:-0.2px;
}
.wed-hero-service a.read-more{
	font-family: 'Cormorant'!important;
	font-weight: 700!important;
	font-size: 16px!important;
	line-height: 19px!important;
	color: #000000!important;
	text-align: center!important;
	transition:all .5s ease;
}
.wed-hero-service a.read-more:hover {
	color: var(--color1)!important;
}
@media (max-width: 980px) {
	.wed-hero-service .et_pb_promo_description h6 {
		font-size: 18px!important;
		line-height: 28px!important;
	}
	.wed-hero-service .et_pb_promo_description h2 {
		font-size: 36px!important;
		line-height: 46px!important;
	}
	.wed-hero-service p.et_pb_member_position {
		font-size: 28px!important;
		line-height: 38px!important;
	}
}
@media (max-width: 767px) {
	.wed-hero-service .et_pb_promo_description h2 {
		font-size: 30px!important;
		line-height: 40px!important;
	}
	.wed-hero-service p.et_pb_member_position {
		font-size: 26px!important;
		line-height: 36px!important;
	}
}
/* Service Section Css End*/  

/* Celebrate Section Css Start */
.wed-celebrate h2{
	font-family: 'Cormorant';
	font-weight: 700!important;
	font-size: 42px!important;
	line-height:51px!important;
	color: #FFFFFF!important;
	text-align: center;
}
.wed-celebrate:before{
	content:'';
	position:absolute;
	background: rgba(0, 0, 0, 0.3);
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.wed-celebrate a.et_pb_button{
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 24px;
	line-height:34px!important;
	color: #000000;
	background: #F1F6F8;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border:none;
	border-radius: unset;
	max-width:196px;
	width:100%;
	height:100%;
}
.wed-celebrate .et_pb_button_module_wrapper{
	position:relative;
	margin-top:52px!important;
}
.wed-celebrate .et_pb_button_module_wrapper:before{
	content: '';
	position: absolute;
	width: 100%;
	max-width: 196px;
	border: 2px solid var(--color1);
	height: 100%;
	margin: 0 auto!important;
	left: 0px;
	right: -8px;
	top: 3px;
}
@media (max-width: 980px) {
	.wed-celebrate h2{
		font-size: 36px!important;
		line-height: 46px!important;
	}
}
@media (max-width: 767px) {
	.wed-celebrate h2{
		font-size: 30px!important;
		line-height: 40px!important;
	}
}
/* Celebrate Section Css End */

/* Team Section Css Start */ 
.wed-team .et_pb_blurb_content {
	background-color: #fff;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
	padding-bottom: 31px; 
}
.wed-team .et_pb_main_blurb_image{
	position:relative;
}
.wed-team .et_pb_main_blurb_image:before{
	content: '';
	border: 2px solid #fff;
	top: 7px;
	bottom: 7px;
	z-index: 1;
	position: absolute;
	content: '';
	left: 7px;
	right: 7px;
}
.wed-team .et_pb_text_inner{
	max-width:600px;
	width:100%;
	margin:auto;
}
/* Team Section Css Start */   

/* Contact Form Css Strt */
.wed-contact h6{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color2);
}
.wed-contact h2{
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	text-align: center;
	text-transform: capitalize;
	color: var(--color1);
}
.wed-contact-form{
	max-width:615px;
	width:100%;
}
.wed-contact-form:before{
	content:'';
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	z-index:1;
	border: 20px solid var(--color1);
	background: rgba(217, 217, 217, 0.7);
}
.wed-contact-form .et_pb_contact{
	padding:30px;
}
.wed-contact-form p{
	text-align:center;
	margin:0 8px 30px;
}
.wed-contact-form input{
	width:100%;
}
.wed-contact-form .et_contact_bottom_container{
	float: unset!important;
	text-align: center!important;
	justify-content: center!important;
	position:relative;
	margin:32px 0 0!important;
}
.wed-contact-form .et_pb_button{
	color:var(--color1);
	background: #F1F6F8;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border:none;
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	border-radius: unset!important;
	max-width:207px;
	width:100%;
}
.wed-contact-form .et_contact_bottom_container:before{
	content: '';
	position: absolute;
	width: 100%;
	max-width: 207px;
	border: 2px solid var(--color1);
	height: 100%;
	margin: 0 auto!important;
	left: 0px;
	right: -26px;
	top: 3px;
}
.wed-contact-form .et_pb_contact_field[data-type=select]:after{
	content: "3";
	position: absolute;
	font-family: 'ETMODULES';
	top: 9px;
	right: 33px;
	font-size:16px;
	font-weight:800;
	border:none!important;
}
@media (max-width: 980px) {
	.wed-contact h2{
		font-size: 36px!important;
		line-height: 46px!important;
	}
	.wed-contact h6 {
		font-size: 18px!important;
		line-height: 28px!important;
	}
}
@media (max-width: 767px) {
	.wed-contact h2{
		font-size: 30px!important;
		line-height: 40px!important;
	}
}
/* Contact Form Css Strt */  

/* Hero-Partner Css Start */
.wed-partner .wed-partner-image {
	background-color: #fff;
	padding: 15px 9px;  
}
/* Hero-Partner Css Start */

/* Hero-Blog Css Start*/
.wed-blog .et_pb_promo_description h6 {
	font-weight: 500!important;
	font-size: 20px!important;
	line-height: 30px!important;
	color: var(--color2)!important;
}
.wed-blog .et_pb_promo_description{
	padding-bottom:0!important;
}
.wed-blog .et_pb_promo_description h2 {
	font-family: 'Cormorant';
	font-weight: 700!important;
	font-size: 42px!important;
	line-height: 51px!important;
	color: var(--color1)!important;
	order:3;
	width:100%;
	margin-bottom:36px;
	padding-bottom:0!important;
}
.wed-blog .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}
.wed-blog .et_pb_post{
	width:100%;
	margin:0;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction:column;
}
.wed-blog .wed-blog-info {
	display:flex;
	flex-direction:column;
	padding:25px;
}
.wed-blog h2.entry-title{
	font-family: 'Cormorant';
	font-weight: 700!important;
	font-size: 24px!important;
	line-height: 34px!important;
	color: var(--color1)!important;
	order:2;
	width:100%;
}
.wed-blog .post-content-inner p{
	font-weight: 400!important;
	font-size: 12px!important;
	line-height: 22px!important;
	color: #525252!important;
}
.wed-blog .post-content{
	order:3;
	width:100%;
}
.wed-blog p.post-meta,
.wed-blog p.post-meta a{
	font-weight: 400!important;
	font-size: 14px!important;
	line-height: 24px!important;
	color: var(--color2)!important;
}
.wed-blog p.post-meta a{
	margin:0 10px;
}
.wed-blog p.post-meta{
	order:1;
	width:100%;
}
.wed-blog .et_pb_posts{
	margin:0!important;
}
.wed-blog .et_pb_post .entry-featured-image-url{
	width:100%;
	margin:0;
}
.wed-blog .et_pb_post .entry-featured-image-url:before{
	content:'';
	border: 2px solid rgba(255, 255, 255, 0.5);
	top: 8px;
	bottom: 8px;
	z-index: 1;
	position: absolute;
	left: 8px;
	right: 8px;
}
@media (max-width: 1440px) {
	.wed-blog h2.entry-title{
		font-size:21px!important;
		line-height:30px!important;
	}
}
@media (max-width: 1200px) {
	.wed-blog h2.entry-title{
		font-size:20px!important;
		line-height:30px!important;
	}
}
@media (max-width: 1024px) {
	.wed-blog h2.entry-title{
		font-size:17px!important;
		line-height:27px!important;
	}
	.wed-blog p.post-meta,
	.wed-blog p.post-meta a{
		font-size: 12px!important;
	}
}
@media (max-width: 980px) {
	.wed-blog .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(2,1fr);
	}
	.wed-blog h2.entry-title{
		font-size:24px!important;
		line-height:34px!important;
	}
	.wed-blog p.post-meta,
	.wed-blog p.post-meta a{
		font-size: 14px!important;
		line-height: 24px!important;
	}
	.wed-blog .et_pb_promo_description h6 {
		font-size: 18px!important;
		line-height: 28px!important;
	}
	.wed-blog .et_pb_promo_description h2 {
		font-size: 36px!important;
		line-height:46px!important;
	}
}
@media (max-width:767px) {
	.wed-blog .et_pb_promo_description h2 {
		font-size:30px!important;
		line-height:40px!important;
	}
	.wed-blog .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(1,1fr)!important;
	}
	.wed-blog .et_pb_post{
		max-width:500px;
		margin:auto;
	}
}
/* Hero-Blog Css End*/

/* Blog List Image Left Page */
@media(min-width:981px) {
	.wed-blog-img-left .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1,1fr);
	}
	.wed-blog-img-left .et_pb_post {
		flex-direction:row;
		align-items:center;
	}
	.wed-blog-img-right .et_pb_post {
		flex-direction:row-reverse;
	}
	.wed-blog-img-left .et_pb_post .entry-featured-image-url {
		max-width:400px;
		width:100%;
	}
	.wed-blog-img-left .wed-blog-info {
		width:100%;
	}
}

/*service section*/
.wed-service-desc-img  .et_pb_main_blurb_image {
	vertical-align: middle;
}
.wed-service-desc-img span.et-pb-icon,
.wed-service-section h2 {
	color:var(--color1);
}
.wed-service-section span.et_pb_image_wrap {
	border-color:var(--color1);
}
.wed-service-section .et_pb_blurb_container .et_pb_module_header{
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
}
.wed-service-section .et_pb_blurb_container .et_pb_blurb_description{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
/* Service Details Page */
.wed-service-details > .et_pb_row {
	display:flex;
}
.wed-service-details .et-pb-icon {
	color:var(--color1)!important;
}
@media(max-width:980px) {
	.wed-service-details > .et_pb_row {
		flex-direction:column;
	}
	.wed-service-details .et_pb_column {
		width:100%!important;
	}
}

/*image overlay section*/
.wed-images-overlay-section .et_pb_main_blurb_image {
	margin:0!important;
}
.wed-images-overlay-section .et_pb_blurb_container{
	margin: auto;
	position: absolute;
	top: 50%;
	left:0;
	right:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align:center;
	width:100%;
}
.wed-images-overlay-section .wed-overlay-image{
	position:relative;
}
.wed-images-overlay-section .et_pb_main_blurb_image:after {
	content: '';
	position: absolute;
	border: 10px solid #E7ECED;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 1s ease ;
	background: rgba(0, 0, 0, 0.5);
}
.wed-images-overlay-section .et_pb_image_wrap:before {  
	border: 1px solid #ffffff;
	top: 21px;
	bottom: 21px;
	left: 21px;
	right: 21px;
	z-index: 1;
	position: absolute;
	content: '';
}
.wed-images-overlay-section .et_pb_column {
	margin-bottom: 0px;
}

/*pricing section*/
.wed-pricing-section  ul.et_pb_pricing li{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #525252;
	padding: 0 0 12px!important;
}
.wed-pricing-coumn  .et_pb_pricing_table {
	padding: 56px 45px;
	border: none!important;
}
.wed-pricing-coumn .et_pb_button:after {
	margin-top:2px;
}
.wed-pricing-coumn span.et_pb_sum ,
.wed-pricing-section h2{
	color: var(--color1)!important;
}
.wed-pricing-section .et_pb_pricing_table_wrap {
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
}
.wed-pricing-section .et_pb_pricing_content_top {
	border-bottom: 1px solid var(--color1);
	padding-top: 0;
	padding-bottom: 0;
}
.wed-pricing-section  .et_pb_pricing li{
	font-weight:400;
}
.wed-pricing-section  .et_pb_button:before{
	display:none!important;
}
.wed-pricing-section  .et_pb_pricing_table_button.et_pb_button{
	padding-right: 0!important; 
	padding-left: 0!important;
}
.wed-pricing-section  .et_pb_pricing_content {
	padding: 40px 0px 17px 0px!important;
}
.wed-pricing-section .et_pb_row.et_pb_row_5 .et_pb_text_3 p {
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
	color: var(--color1);
}
@media (max-width: 1399px){
	.wed-pricing-section  .et_pb_pricing_content {
		padding: 40px 0px 17px 0px!important;
		text-align: left;
	}
	.wed-pricing-coumn .et_pb_pricing_table {
		padding: 56px 30px!important;
		border: none!important;
	}
	.wed-pricing-section  ul.et_pb_pricing{
		text-align:center;
	}
} 
@media (max-width: 1199px)  {
	.wed-team-section .et_pb_blurb_description p {
		font-size: 33px;
	}
}
@media (max-width: 991px){
	.wed-team-section .et_pb_blurb_content {
		padding-bottom: 26px;
	}
}

/* Portfolio section */
.web-portfolio-section article {
	margin:0;
}
.web-portfolio-section span.et_portfolio_image,
.web-portfolio-filter-section .et_portfolio_image,
.web-portfolio-section .entry-featured-image-url {
	width: 100%;
	height: auto;
	position: relative;
	margin:0;
}
.web-portfolio-section .et_pb_ajax_pagination_container{
	display: grid;
	justify-content: center;
	column-gap: 30px;
	row-gap: 51px;
	grid-template-columns: repeat(3,1fr);
}
.web-portfolio-section .et_pb_portfolio_item h2,
.web-portfolio-filter-section .et_pb_module_header,
.web-portfolio-section .entry-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: var(--color1);
	padding-bottom:0!important;
	margin:10px 0 0 ;
}
.web-portfolio-section p,
.web-portfolio-section .post-meta a,
.web-portfolio-filter-section .post-meta a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--color1);
	margin-top:0!important;
}
.web-portfolio-section .et_portfolio_image:before,
.web-portfolio-filter-section .et_portfolio_image:before ,
.web-portfolio-section .entry-featured-image-url:before {
	border: 1px solid #ffffff;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: 1;
	position: absolute;
	content: '';
}
.web-portfolio-section .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module{
	margin-bottom:0;
}  
@media(max-width:980px) {
	.web-portfolio-section .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(2,1fr);
	}
	.web-portfolio-section .et_pb_portfolio_item h2 {
		font-size:26px;
		line-height:36px;
	}
}
@media(max-width:767px){
	.web-portfolio-section .et_pb_portfolio_item {
		margin:0!important;
	}  
	.web-portfolio-section .et_pb_ajax_pagination_container {
		row-gap:30px;
	}
	.web-portfolio-section .et_pb_portfolio_item h2,
	.web-portfolio-filter-section .et_pb_module_header {
		font-size:24px;
		line-height:34px;
	}
	.web-portfolio-section .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1,1fr);
	}
}

/* Portfolio 2 section */
.web-portfolio-2-col-section .et_pb_ajax_pagination_container,
.web-portfolio-filter-2-col-section .et_pb_portfolio_items {
	gap: 30px;
	display: grid!important;
	grid-template-columns: repeat(2,1fr) !important;
}
@media (max-width: 767px){
	.web-portfolio-2-col-section .et_pb_ajax_pagination_container,
	.web-portfolio-filter-2-col-section .et_pb_portfolio_items {
		grid-template-columns: repeat(1,1fr) !important;
	}
}

/* Portfolio 4 section */
.web-portfolio-4-col-section .et_pb_ajax_pagination_container,
.web-portfolio-filter-4-col-section .et_pb_portfolio_items {
	gap: 30px;
	display: grid!important;
	grid-template-columns: repeat(4,1fr) !important;
}
@media (max-width: 980px){
	.web-portfolio-4-col-section .et_pb_ajax_pagination_container,
	.web-portfolio-filter-4-col-section .et_pb_portfolio_items {
		grid-template-columns: repeat(2,1fr) !important;
	}
}
@media (max-width: 767px){
	.web-portfolio-4-col-section .et_pb_ajax_pagination_container,
	.web-portfolio-filter-4-col-section .et_pb_portfolio_items {
		grid-template-columns: repeat(1,1fr) !important;
	}
}
.web-portfolio-no-gap .et_pb_ajax_pagination_container,
.web-portfolio-no-gap .et_pb_portfolio_items {
	gap:0!important;
}

/* Portfolio filter section */
.web-portfolio-filter-section .et_pb_portfolio_item {
	margin:0;
}
.web-portfolio-filter-section .et_pb_portfolio_filters ul{
	display:flex;
	justify-content:center;
}
.web-portfolio-filter-section .et_pb_portfolio_filters ul li a{
	color: var(--color1);
	padding: 15px 25px!important;
	transition: all 0.1s ease;
}
.web-portfolio-filter-section .et_pb_portfolio_filters li a.active{
	color: #fff;
	background-color: var(--color1);
}
.web-portfolio-filter-section .et_pb_portfolio_filters li{
	font-size:16px!important;
}
@media (max-width: 767px){
	.web-portfolio-filter-section .et_pb_portfolio_filters ul  {
		display:block!important;
	}
	.web-portfolio-filter-section .et_pb_portfolio_filters li {
		width:100%!important;
	}
}

/* Portfolio filter 3 col section */
.web-portfolio-filter-3-col-section .et_pb_portfolio_items{
	gap: 30px;
	display: grid!important;
	grid-template-columns: repeat(3,1fr) !important;
}
@media (max-width: 980px){
	.web-portfolio-filter-3-col-section .et_pb_portfolio_items{
		grid-template-columns: repeat(2,1fr) !important;
	}
}
@media (max-width: 767px){
	.web-portfolio-filter-3-col-section .et_pb_portfolio_items{
		grid-template-columns: repeat(1,1fr) !important;
	}
}
.wed-portfolio-details-content ul{
	padding-bottom:0;
}
.wed-portfolio-details-content ul>li{
	padding:10px;
}


/*Counter section*/
.wed-counter-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.wed-hero-counter .wed-counter-row .et_pb_number_counter .percent p {
	color: var(--color1) !important;
}

/* Client Section */
.wed-client-section .wed-client-image {
	max-width:150px;
	margin:auto!important;
}

/* contact info section */
.wed-contact-info-section .et_pb_with_border {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.wed-form-section .et_pb_text_inner h2 {
	font-weight: 700!important;
	font-size: 42px!important;
	line-height: 52px!important;
	color: var(--color1)!important;
	position: relative;
	text-align: center;
}
.wed-form-section .et_pb_text_inner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #525252;
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.wed-form-section input ,.wed-form-section textarea{
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.wed-form-section .et_pb_contact{
	padding:50px;
	background: #E7ECED;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.wed-form-section .et_contact_bottom_container{
	width:100%;
}
.wed-form-section .et_contact_bottom_container button.et_pb_button{
	width: 100%;
	max-width: 196px;
	margin: auto;
	padding: 13px 34px!important;
	background-color: #FFFFFF!important;
	color: var(--color1);
	box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
	font-weight: 700;
	font-size: 24px;
	line-height: 34px!important;
	position: relative;
	border:0!important;
}
.wed-form-section .et_contact_bottom_container{
	margin-top:0;
	position: relative;
}
.wed-form-section .et_contact_bottom_container button.et_pb_button:before{
	content:"";
	position: absolute;
	border: 2px solid var(--color1);
}
.wed-form-section .et_pb_column.et_pb_column_4  {
	padding-bottom:70px;
}
.wed-form-section .et_pb_text_3 .et_pb_text_inner {
	max-width: 550px;
	width: 100%;
	margin: auto;
} 
.wed-form-section  .et_contact_bottom_container:before {
	content: "";
	border: 2px solid var(--color1);
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 196px;
	margin: 0 auto!important;
	left: 8px;
	right: 0;
	top: 3px;
}
.web-contact-info-section .et-pb-icon {
	color:var(--color1) !important;
	line-height:90px;
}
@media(max-width:767px){
	.web-contact-info-section .et_pb_column{
		margin-bottom:0;
	}
	.wed-form-section .et_pb_contact {
		padding: 40px 21px; 
	}
	.wed-form-section p.et_pb_contact_field {
		margin-bottom: 26px;
	}
	.wed-form-section .et_pb_column.et_pb_column_4 {
		padding-bottom: 22px;
	}
	.wed-form-section .et_pb_text_3 .et_pb_text_inner {
		max-width: 100%;
	} 
	.wed-form-section .et_contact_bottom_container button.et_pb_button{
		max-width: 140px;
		font-size: 18px;
		line-height: 28px!important;
		padding: 7px 17px!important;
	}
	.wed-form-section  .et_contact_bottom_container:before{
		max-width: 140px;
		margin: 0 auto!important;
		left: 8px;
		right: 0;
		top: 3px;
	}
} 

/* Blog */
.wed-blog-category{
	position:relative;
}
.wed-blog-category .et_pb_ajax_pagination_container,
.wed-blog-2-col .et_pb_ajax_pagination_container {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px;
}
.wed-blog-category .et_pb_post{
	display: grid;
	flex-wrap: wrap;
	margin:0;
}
.wed-blog-category  a.entry-featured-image-url{
	order:1;
}
.wed-blog-category h2.entry-title {
	order: 3;
	margin:15px 25px 15px 30px;
	padding-bottom: 0;
}
.wed-blog-category h2.entry-title a {
	color: var(--color1)!important;
	word-break: break-word;
}
.wed-blog-category h2.entry-title a {
	color:var(--color1)!important;
}
.wed-blog-category .post-content{
	order: 4;   
}
.wed-blog-category .et_pb_post {
	box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
	padding-bottom: 30px;
}
.wed-blog-category h2 {
	font-size: 39px;
	line-height:49px;
}
.wed-blog-category .author a:before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2022/07/blog-img.png);
	left: -80px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -8px;
}
.wed-blog-category p.post-meta {
	margin-left: 90px;
	margin-top: 20px;
	order: 2;
	font-weight: 400;
} 
.wed-blog-category .post-content {
	margin: 6px 30px 14px;
}
.wed-blog-category p a{
	position:relative;	
}
@media (max-width: 980px){
	.wed-blog-category .author a:before{
		left: 30px;
		bottom:24px;
	}
	.wed-blog-category .et_pb_ajax_pagination_container {
		grid-template-columns:repeat(1,1fr);
	}
	.wed-blog-category p.post-meta {
		margin-left: 31px;
		margin-top:50px;
	}
	.wed-blog-category .author a:before{
		left:-18px;
		bottom:35px;
	}
}
@media (max-width: 767px){
	.wed-blog-category p.post-meta {
		margin-left: 35px;
	}
	.wed-blog-category .author a:before{
		left:-18px;
		bottom:35px;
	}
}
@media (max-width: 576px){
	.wed-blog-category h2 {
		font-size: 28px;
		line-height:28px;
	}
	.wed-blog-category p.post-meta{
		margin-left: 20px;
	}
	.wed-blog-category h2.entry-title,
	.wed-blog-category .post-content{
		margin:15px 20px;
	}
}

/* blog column 4 */
@media (min-width:1201px) {
	.wed-blog-grid-4 .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(4,1fr);
	}
}

/* Blog Details */
.wed-blog-details .wed-blog-design-sidebar .et_pb_widget{
	margin-bottom:45px!important;
}
.wed-blog-details .wed-blog-design-sidebar form{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.wed-blog-details .wed-blog-design-sidebar .wp-block-search__input,
.wed-blog-details .wed-blog-design-sidebar .wp-block-search__button {
	height:50px!important;
}
.wed-blog-details .wed-blog-design-sidebar .wp-block-group{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.wed-blog-details .wed-blog-design-sidebar .wp-block-group h2{
	border-bottom: 1px solid #525252;
	padding:20px!important;
}
.wed-blog-details .wed-blog-design-sidebar .wp-block-group ul{
	padding:20px!important;
}
.wed-blog-details .wed-blog-design-sidebar .wp-block-group ul>li{
	border-bottom: 1px solid #D7D2D2;
	padding:15px 0;
}
.wed-blog-details .wed-blog-design-sidebar .wp-block-group ul>li:last-child{
	border-bottom:none;
	padding:15px 0 0 0;
}
.wed-blog-details .wed-blog-design-sidebar .wp-block-gallery{
	padding:25px 20px 20px!important;
	justify-content:center;
}
.wed-blog-details .wed-blog-detail-content ul{
	padding-bottom:0;
}
.wed-blog-details .wed-blog-detail-content ul>li{
	padding:10px;
}
.wed-blog-details .et_pb_title_container{
	margin-top:30px;
}
.wed-blog-details .et_pb_title_container p span,
.wed-blog-details .et_pb_title_container p a {
	color:#333!important;
	font-weight: 600;
}

/* 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(0,38,66,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(0,38,66,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  */

/* 404 Page */
.wed-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; }
}
.wed-search-input form input.et_pb_s::placeholder {
	color:#fff!important;
}
.wed-blog-detail-form #commentform {
	padding-bottom:10px;
}
.wed-blog-detail-form form button.submit {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: var(--color1);
	border: none;
	background: #e7eced!important;
	border-radius: unset!important;
	margin: 0;	
}
.wed-blog-detail-form form .form-submit {
	position:relative;
	display:inline-block;
}
.wed-blog-detail-form form .form-submit:before {
	content: '';
	position: absolute;
	width: 180px;
	border: 2px solid var(--color1);
	height: 100%;
	left: 4px;
	right: 0;
	top: 4px;
	visibility: visible;
	display: block;
}
.wed-blog-details .et_pb_social_media_follow .et_pb_social_icon a.icon {
	border-color:  var(--color1)!important;
}
.wed-blog-details .et_pb_social_media_follow .et_pb_social_icon .icon:before {
	color: var(--color1)!important;
}
.wed-blog-details .et_pb_social_media_follow .et_pb_social_icon:hover .icon:before {
	color:#fff!important;
}
.wed-blog-details .et_pb_social_media_follow a.icon:hover,
.wed-blog-details .et_pb_social_media_follow .et_pb_social_icon a.icon:hover {
	background-color:var(--color1)!important;
}
#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;
}

/* Header Style Page */
.wed-header-menu .mobile_nav ul.et_mobile_menu{
	border:none;
	max-width: 288px;
	width:100%;
	display:block!important;
	border-top:none;
	padding:15px;
	margin-left: calc(100% - 288px);
	background-color:var(--color2)!important;
}
.wed-header-menu .mobile_nav.closed ul.et_mobile_menu{
	transform:rotateY(90deg);
	transform-origin:right;
	transition:.8s ease-in-out!important;
}
.wed-header-menu .mobile_nav.opened ul.et_mobile_menu{
	transform:rotateY(0);
	transform-origin:right;
	transition:.8s ease-in-out;
}
.wed-header-menu .mobile_nav.opened .mobile_menu_bar:before{
	content:"\4d";
	color:#fff;
	transition:all .5s ease 0s;
}
.wed-header-menu .et_mobile_nav_menu span:before,
.wed-header-menu ul.et_mobile_menu li a{
	color:#fff!important;
}
.wed-header-menu .et_mobile_menu .menu-item-has-children>a{
	position:relative;
}
.wed-header-menu .et_mobile_menu li a {
	background-color:transparent!important;
}
.wed-header-menu .et_mobile_menu .menu-item-has-children>a:after{
	font-family:ETmodules;
	text-align:center;
	speak:none;
	font-weight:600;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	font-size:18px;
	content:'\4c';
	top:11px;
	transform:rotate(0);
	right:13px;
	transition:all .5s ease ;
}
.wed-header-menu .et_mobile_menu .menu-item-has-children.visible>a:after{
	content:'\4d';
	transform:rotate(90deg);
	transition:all .5s ease ;
}
.wed-header-menu .et_pb_menu .et_mobile_menu ul.sub-menu{
	display:none!important;
	visibility:hidden!important;
	transition:all .5s ease;
	background-color:transparent!important;
}
.wed-header-menu .et_mobile_menu .visible>ul.sub-menu{
	display:block!important;
	visibility:visible!important;
	opacity: 1;
}

/* Header style 1 */
.wed-header-menu-1 .et_pb_menu__menu {
	margin-right: 20px;
}
.wed-header-menu-1 ul li>a {
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 15px!important;
	margin: 0;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width:auto;
	transition: all 0.1s ease;
}
.wed-header-menu-1 ul li.menu-item-has-children>a:first-child {
	padding-right:30px!important;
}
.wed-header-menu-1 ul li {
	padding:0!important;
	display:block;
}
.wed-header-menu-1 ul li.menu-item-has-children>a:first-child:after {
	right:8px;
}
.wed-header-menu-1 ul li.active > a,
.wed-header-menu-1 ul li.active > a:hover,
.wed-header-menu-1 ul li>a:hover,
.wed-header-menu-1 ul li.et-show-dropdown > a{
	color: #fff!important;
	background-color: rgba(0,0,0,0.2);
	text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.wed-header-menu-1 ul li ul li a:hover,
.wed-header-menu-1 ul li ul li a:active{
	color:var(--color1)!important;
}
.wed-header-menu-1 ul li ul li > a{
	color: #fff;
	text-shadow:none!important;
}
.wed-header-menu-1 .et_pb_menu ul.nav li ul {
	transform-origin: 50% 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	animation: hideanimation 0.4s ease;
	border:0;
	padding:0!important;
	background-color:var(--color2)!important;
}
.wed-header-menu-1 ul li.et-show-dropdown ul {
	visibility: visible !important;
	animation: showanimation 0.4s alternate ease;
}
.wed-header-menu-1 .et_pb_menu ul.nav li ul li ul {
	top:0;
}
.wed-header-menu-1 ul li ul > li > a:before,
.wed-header-menu-1 ul li ul li a:before{
	content: '';
	background: linear-gradient(to right,#fff,#fff,transparent);
	height: 100%;
	width: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease;
}
.wed-header-menu-1 ul li ul > li > a:hover:before,
.wed-header-menu-1 ul li ul li a:hover:before{
	transform: scaleX(1);
}
.wed-header-menu-1 ul li ul > li > a {
	font-size:14px;
	font-weight: 600;
	border: none;
	position: relative;
	transition: all 0.3s;
}
.wed-header-menu-1 .et_mobile_nav_menu span {
	margin-right:15px;
}
.wed-header-menu-1 .et_mobile_nav_menu  ul {
	border:0;
	padding:20px;
}
@keyframes hideanimation {
	0%{ transform: scaleY(1); }
	60%{ transform: scaleY(0.98); }
	80%{ transform: scaleY(1.02); }
	100%{ transform: scaleY(0); }
}
@keyframes showanimation {
	0%{ transform: scaleY(0.1); }
	40%{ transform: scaleY(1.04); }
	60%{ transform: scaleY(0.98); }
	80%{ transform: scaleY(1.04); }
	100%{ transform: scaleY(0.98); }
	80%{ transform: scaleY(1.02); }
	100%{ transform: scaleY(1); }
}

/* Header Style 2 */
.wed-header-menu-2 ul.tu_list_add {
	padding:10px 0;
}
.wed-header-menu-2 ul.tu_list_add li {
	color:#787878;
	display:inline-block;
	padding:0px 30px 0px 42px;
	border-right: 1px solid #c6c6c6;
	margin: 0 0 0 30px;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	position:relative;
}
.wed-header-menu-2 ul.tu_list_add li:first-child{
	margin:0;
}
.wed-header-menu-2 ul.tu_list_add li:before {
	font-family:ETmodules;
	font-size: 30px;
	position:absolute;
	left:0;
	top:8px;
	color:var(--color2);
}
.wed-header-menu-2 ul.tu_list_add li:nth-child(1):before {
	content:'\e081';
}
.wed-header-menu-2 ul.tu_list_add li:nth-child(2):before{
	content:'\e090';
} 
.wed-header-menu-2 ul.tu_list_add li:nth-child(3):before{
	content:'\7d';
	font-weight:900;
} 
.wed-header-menu-2 ul.tu_list_add li:last-child {
	padding-right:0;
	border:0;
}
.wed-header-menu-2 .et_pb_menu .et_pb_menu__wrap {
	justify-content: center;
}
.wed-header-menu-2 .et_pb_menu  {
	background-color:transparent!important;
}
.wed-header-menu-2 .et_pb_menu ul li>a {
	padding: 0 0 4px!important;
	margin: 21px 0 16px;
	transition: all 0.3s ease 0s;
	line-height: 20px;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	position:relative;
}
.wed-header-menu-2 .et_pb_menu ul li {
	margin:0;
	padding: 0 0 0 40px;
}
.wed-header-menu-2 .et_pb_menu ul li>a:before {
	border-bottom: 2px solid var(--color1);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scale(0);
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
}
.wed-header-menu-2 .et_pb_menu ul  li > a:hover:before,
.wed-header-menu-2 .et_pb_menu ul li.et-show-dropdown > a:before{
	border-bottom: 2px solid var(--color1);
	transform: translateX(-50%) scale(1);
}
.wed-header-menu-2 .et_pb_menu ul li.menu-item-has-children>a:first-child {
	padding-right:30px!important;
}
.wed-header-menu-2 .et_pb_menu ul li.menu-item-has-children>a:first-child:after {
	right:8px;
}
.wed-header-menu-2 .et_pb_menu ul li.active > a,
.wed-header-menu-2 .et_pb_menu ul li.active > a:hover,
.wed-header-menu-2 .et_pb_menu ul li > a:hover,
.wed-header-menu-2 .et_pb_menu ul li.et-show-dropdown > a,.wed-header-menu-2 .et_pb_menu ul li ul li a:hover,
.wed-header-menu-2 .et_pb_menu ul li ul li a:active{
	color: var(--color1);
	opacity: 1;
	background-color:rgba(0,0,0,0);
}
.wed-header-menu-2 .et_pb_menu ul li ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	left: 20%!important;
	border:0;
	transition: all 0.3s ease 0s;
	padding:0px;
	background:#fff!important;
	box-shadow:none!important;
	top: calc(100% - -10px)!important;
}
.wed-header-menu-2 .et_pb_menu ul li ul.sub-menu li {
	padding:0;
	width:100%;
}
.wed-header-menu-2 .et_pb_menu ul li.et-show-dropdown > ul {
	opacity: 1 !important;
	visibility: visible !important;
	left: 0!important;
	top: calc(100% - -10px)!important;
}
.wed-header-menu-2 .et_pb_menu ul li ul li ul.sub-menu {
	left: 240px!important;
	top: 0!important;
}
.wed-header-menu-2 .et_pb_menu ul li ul li > a,
.wed-header-menu-2 .et_pb_menu ul li ul li a{
	color: #787878;
	border: none;
	overflow:hidden;
	padding: 0 10px 4px 10px!important;
	font-weight: 600;
	border: none;
	position: relative;
	transition: all 0.3s;
	margin:10px 0;
	width:100%;
}
.wed-header-menu-2 .et_mobile_nav_menu span:before {
	color: var(--color1)!important;
}
.wed-header-menu-2 .et_mobile_menu .menu-item-has-children>a:after{
	top:-2px;
}
@media(max-width:980px) {
	.wed-header-menu-2 .et_pb_menu .et_pb_menu__wrap {
		justify-content: right;
	}
	.wed-header-menu-2 .et_pb_menu ul li {
		padding:0;
	}
}

/* Header Style 3 */
.wed-header-menu-3 .et_pb_menu__menu {
	margin-right: 20px;
}
.wed-header-menu-3 ul li>a {
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700!important;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	padding: 12px 10px 9px 10px!important;
	margin: 0 10px 0 0;
	border: none;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}
.wed-header-menu-3 ul li.menu-item-has-children>a:first-child {
	padding-right:30px!important;
}
.wed-header-menu-3 ul li {
	padding:0!important;
	display:block;
}
.wed-header-menu-3 ul li.menu-item-has-children>a:first-child:after {
	right:8px;
}
.wed-header-menu-3 ul li>a:before {
	content: '';
	background: var(--color1);
	height: 50%;
	width: 100%;
	border-radius: 5px;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}
.wed-header-menu-3 ul li.active > a:before,
.wed-header-menu-3 ul li.active > a:hover:before,
.wed-header-menu-3 ul li>a:hover:before,
.wed-header-menu-3 ul li.et-show-dropdown > a:before {
	opacity: 1;
	height: 100%;
}
.wed-header-menu-3 ul li.active > a,
.wed-header-menu-3 ul li.active > a:hover,
.wed-header-menu-3 ul li>a:hover,
.wed-header-menu-3 ul li.et-show-dropdown > a{
	color: #fff!important;
}
.wed-header-menu-3 ul li ul li a:before {
	content:none;
}
.wed-header-menu-3 ul li ul li a:hover,
.tu_header_menu_01 ul li ul li a:active{
	color:#fff!important;
	opacity:1;
	background-color: rgba(0,0,0,.3)!important;
}
.wed-header-menu-3 ul li ul li > a{
	color: #fff;
	text-shadow:none!important;
	border-radius:0;
}
.wed-header-menu-3 .et_pb_menu ul.nav li ul{
	padding: 0!important;
	border-radius: 0;
	transform: scaleY(0);
	transform-origin: top center;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	border: none;
	background-color: var(--color2)!important;
}
.wed-header-menu-3 .et_pb_menu ul.nav li.et-show-dropdown ul {
	visibility: visible !important;
	transform: scaleY(1);
}
.wed-header-menu-3 ul li ul > li > a {
	font-size:14px;
	font-weight: 600;
	border: none;
	position: relative;
	transition: all 0.3s;
	margin:0;
	width:100%;
}
.wed-header-menu-3 .et_pb_menu ul.nav li ul li ul {
	top:0;
}
.wed-header-menu-3 .et_mobile_nav_menu span {
	margin-right:15px;
}
.et_builder_inner_content {
	z-index: auto;
}

/* Footer Style Page */
/* Footer Style 1 */
.wed_footer_01  span.et_pb_image_wrap:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: -3px;
	background-color: rgba(255, 255, 255, .25);
}