/*
 Theme Name:     TRoo Construction Divi Child Theme
 Theme URI:      https://www.trooconstructiondivi.troothemes.com/
 Description:    TRoo Construction is a sleek and modern Divi Child Theme designed specifically for construction, renovation, factory, engineering, architecture and building-related businesses. 
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.2
*/ 
 
/* Theme customization starts here */

/*------ Root Color ------*/
:root{
	--color1: #FD8F14;
	--color2: #25232C;
}

/*------ Common CSS ------*/
body {
	overflow-x: hidden !important;
}

.construction_blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

.blurb_yellow .et-pb-icon{
	color: var(--color1) !important;
}

.construction_innertext h1{
	padding-bottom: 0;
}

.constructioninnersection_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
	align-items: center;
}

.constructioninnersection_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
	content: "\35";
    font-family: ETmodules!important;
    color: #ffffff;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
}

@media only screen and (max-width: 980px){
	.constructioninnersection_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

/* ------ Header ------ */
.constructionheader_section1_blurb .et_pb_blurb_container{
	padding-left: 0;
}

.constructionheader_menu .et-menu-nav ul li ul{
	padding: 0;
	border-top: 0 !important;
	top: 0;
}

.constructionheader_menu .et-menu-nav ul li ul li{
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.constructionheader_menu .et-menu-nav ul li ul li a{
	width: 100%;
    line-height: inherit;
    border-bottom: 1px solid rgba(0,0,0,.10);
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
	color: #161616 !important;
	background: #ffffff;
}

.constructionheader_menu .et-menu-nav ul li ul li a:hover{
	opacity: 1;
    padding-left: 40px !important;
}

.constructionheader_menu .et-menu-nav ul li ul li a:before{
	position: absolute;
    content: '\e035';
    font-family: ETmodules!important;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
    color: var(--color2);
    opacity: 0;
	background: transparent;
}

.constructionheader_menu .et-menu-nav ul li ul li a:hover:before{
	opacity: 1;
}

.constructionheader_menu .et_mobile_menu .menu-item-has-children>a{
	background: transparent;
}

.constructionheader_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon{
	display: none;
}

.constructionheader_menu .et_mobile_nav_menu ul > li > a{
	background: transparent;
}

.constructionheader_menu .et-menu-nav ul > li{
	padding-left: 11px;
    padding-right: 11px;
	margin-top: 0 !important;
}

.constructionheader_menu .et-menu-nav ul > li > a{
	padding: 40px 0 !important;
}

.constructionheader_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et-menu .menu-item-has-children > a:first-child {
    padding-right: 10px !important;
}

.constructionheader_menu .et_pb_menu__menu>nav>ul>li>a:after{
	top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	right: -7px !important;
}

.constructionheader_menu .et_pb_button_module_wrapper {
	display: flex;
    justify-content: flex-end;
}

.constructionheader_menu .et-menu li li.menu-item-has-children>a:first-child:after{
	top: 50%;
	transform: translateY(-50%);
}

.constructionheader_menu .et_pb_menu_inner_container .et_pb_menu__wrap ul.et-menu li:hover:before, .constructionheader_menu .et_pb_menu_inner_container .et_pb_menu__wrap ul.et-menu li.current_page_item:before {
    transform: scale(1);
}

.constructionheader_menu .et_pb_menu_inner_container .et_pb_menu__wrap ul.et-menu > li:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color1);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(0);
}

.constructionheader_menu.et_pb_menu ul li:hover>a, .constructionheader_menu.et_pb_menu ul li.current-menu-item a, .constructionheader_menu.et_pb_menu .nav li ul.sub-menu a:hover, .constructionheader_menu.et_pb_menu .nav li ul.sub-menu li.current-menu-item a, .constructionheader_menu.et_pb_menu .et_mobile_menu a:hover{
	color: var(--color1) !important;
	opacity: 1;
}

.constructionheader_menu .mobile_nav .mobile_menu_bar:before{
	color: var(--color1) !important;
}

.et-db #et-boc .et-l .constructionheader_menu.et_pb_menu ul li a{
	color: var(--color2);
}

.constructionheader_menu .et-menu-nav ul li ul {
    top: calc(100% - 0px) !important;
}

.constructionheader_menu .et-menu-nav ul li ul li ul {
    top: 0 !important;
}

.constructionheader_menu .menu-item-has-children>a:first-child:after{
	content: "\22" !important;
	font-weight: 400;
}

.constructionheader_menu .et_mobile_menu {
    overflow-y: scroll !important;
    max-height: 80vh !important;
    -overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
}

.constructionheader_menu #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.constructionheader_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
    transition: all 0.4s ease;
    transform: rotate(90deg);
    display: block;
    top: 0;
}

.constructionheader_menu ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
    width: 44px;
    height: 100%;
    padding: 0px !important;
    max-height: 44px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: transparent;
}

.constructionheader_menu ul.et_mobile_menu > li.menu-item-has-children {
    position: relative;
}

.constructionheader_menu .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
}

.constructionheader_menu .et_mobile_menu li a {
    background: transparent !important;
    color: color2;
    opacity: 1;
}

.constructionheader_menu ul.et_mobile_menu .menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.constructionheader_menu ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
    max-height: 1000px; /* Large enough for any menu */
    opacity: 1;
    transform: translateY(0);
}

.constructionheader_menu .et_mobile_menu li li {
    position: relative;
}

.constructionheader_menu ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    font-family: "ETModules";
    content: '\33'; /* Plus Icon */
    top: 10px;
    position: relative;
    color: #fff;
    background: var(--color1);
    border-radius: 50%;
    padding: 6px;
    font-size: 19px;
}

.constructionheader_menu .et_mobile_menu {
    padding: 0;
    border: none;
}

.constructionheader_menu ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
    content: '\32';
}

.constructionheader_menu .et_mobile_menu:after {
    position: absolute;
    right: 5%;
    margin-left: -20px;
    top: -14px;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}

.constructionheader_menu .et_mobile_nav_menu .mobile_menu_bar::before {
    transition: all 0.4s ease;
    transform: rotate(0deg);
    display: block;
    color: #fff !important;
    top: 0;
}

.constructionheader_menu .et_mobile_nav_menu .mobile_nav {
    background: var(--color1);
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
    color: #fff;
}

@media all and (max-width: 980px){
    .constructionheader_menu .et_pb_menu_inner_container{
    padding: 20px;
}

.constructionheader_menu .et_mobile_menu{
    overflow-y: scroll!important;
    max-height: 80vh!important;
    -overflow-scrolling: touch!important;
    -webkit-overflow-scrolling: touch!important;
}

.constructionheader_menu .mobile_menu_bar{
    transform: auto;
    bottom: auto;
}
	
	.constructionheader_menu .menu-item-has-children>a:first-child:after{
		display: none;
	}
}

@media all and (max-width: 767px){
	.constructionheader_menu .menu-item-has-children>a:first-child:after{
		display: none;
	}
}

@media all and (max-width: 1279px) and (min-width: 981px){
	.constructionheader_column1{
		width: 100% !important;
    	margin-right: 0 !important;
	}
	
	.constructionheader_column2{
		display: none !important;
	}
}

/* ------ Home ------ */
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 143, 20, 0.2),
      0 0 0 5px rgba(253, 143, 20, 0.2), 0 0 0 20px rgba(253, 143, 20, 0.2),
      0 0 0 35px rgba(253, 143, 20, 0.2);
    box-shadow: 0 0 0 0 rgba(253, 143, 20, 0.2),
      0 0 0 5px rgba(253, 143, 20, 0.2), 0 0 0 20px rgba(253, 143, 20, 0.2),
      0 0 0 35px rgba(253, 143, 20, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(253, 143, 20, 0.2),
      0 0 0 20px rgba(253, 143, 20, 0.2), 0 0 0 35px rgba(253, 143, 20, 0.2),
      0 0 0 45px rgba(253, 143, 20, 0.2);
    box-shadow: 0 0 0 5px rgba(253, 143, 20, 0.2),
      0 0 0 20px rgba(253, 143, 20, 0.2), 0 0 0 35px rgba(253, 143, 20, 0.2),
      0 0 0 45px rgba(253, 143, 20, 0.2);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 143, 20, 0.2),
      0 0 0 5px rgba(253, 143, 20, 0.2), 0 0 0 20px rgba(253, 143, 20, 0.2),
      0 0 0 35px rgba(253, 143, 20, 0.2);
    box-shadow: 0 0 0 0 rgba(253, 143, 20, 0.2),
      0 0 0 5px rgba(253, 143, 20, 0.2), 0 0 0 20px rgba(253, 143, 20, 0.2),
      0 0 0 35px rgba(253, 143, 20, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(253, 143, 20, 0.2),
      0 0 0 20px rgba(253, 143, 20, 0.2), 0 0 0 35px rgba(253, 143, 20, 0.2),
      0 0 0 45px rgba(253, 143, 20, 0.2);
    box-shadow: 0 0 0 5px rgba(253, 143, 20, 0.2),
      0 0 0 20px rgba(253, 143, 20, 0.2), 0 0 0 35px rgba(253, 143, 20, 0.2),
      0 0 0 45px rgba(253, 143, 20, 0.2);
  }
}

.constructionhome_section1_column .et_pb_button_module_wrapper {
    position: absolute;
    right: -38%;
    top: 50%;
    width: 265px;
    height: 465px;
    border-radius: 150px;
    transform: rotate(-45deg) translate(-50%, -50%);
    background-color: rgba(253, 143, 20, 0.3);
    z-index: 1;
	mix-blend-mode: overlay;
}

.constructionhome_section3_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container{
	order: 1;
    padding-bottom: 115px;
}

.constructionhome_section3_column:hover .constructionhome_section3_icon, .constructionhome_section3_column.active .constructionhome_section3_icon{
	opacity: 1;
}

body #page-container .et_pb_section .constructionhome_section3_cta.et_pb_promo .et_pb_promo_button.et_pb_button:after{
	margin: 0;
    background: var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--color2);
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.constructionhome_section4_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
}

.constructionhome_portfolio .project{
	margin-bottom: 35px !important;
	position: relative
}

.constructionhome_portfolio div.et_pb_ajax_pagination_container, .constructionhome_portfolio div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items, .et-db #et-boc .et-l #et-fb-app .constructionhome_portfolio > div.et_pb_portfolio_grid_items {
  display: grid;
  column-gap: 2%;
  grid-template-columns: repeat(3, 32%);
}

.constructionhome_portfolio .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.constructionhome_portfolio .project .et_portfolio_image{
	background: var(--color2);
	border-radius: 5px;
	position: relative;
}

.constructionhome_portfolio .project .et_portfolio_image:before{
	content: "\26";
    font-family: ETmodules!important;
    background: var(--color1);
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transition: all 0.4s ease-out;
    opacity: 0;
    color: var(--color2);
    font-weight: 700;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.constructionhome_portfolio .project:hover .et_portfolio_image:before{
	opacity: 1;
}

.constructionhome_portfolio .project .et_portfolio_image img{
	transition: all 0.5s ease 0s;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.constructionhome_portfolio .project:hover .et_portfolio_image img{
	opacity: 0.2;
}

.constructionhome_portfolio .project .constructionhome_portfolio_content{
	color: var(--color2);
	background: #ffffff;
	width: 85%;
	padding: 15px 20px;
	opacity: 0;
	transform: perspective(700px) translateX(-50%) rotateY(40deg);
	position: absolute;
	bottom: 30px;
	left: 50%;
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
}

.constructionhome_portfolio .project:hover .constructionhome_portfolio_content{
	opacity: 1;
  	transform: perspective(700px) translateX(-50%) rotateY(0);
}

.constructionhome_portfolio .project .post-meta a{
	color: var(--color2);
}

.constructionhome_section6_testimonial .et_pb_testimonial_portrait:before{
	display: none;
}

.constructionhome_section6_testimonial .et_pb_testimonial_portrait:after{
	content: "";
    width: 100%;
    height: 100%;
    background: var(--color1);
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: -1;
}

.constructionhome_section6_testimonial.et_pb_testimonial .et_pb_testimonial_content{
	position: relative;
	padding-top: 55px;
}

.constructionhome_section6_testimonial.et_pb_testimonial .et_pb_testimonial_content:before{
	content: "\e033\e033\e033\e033\e033";
    font-family: ETmodules!important;
    color: #FD8F14;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0px;
}

.constructionhome_section6_testimonial.et_pb_testimonial .et_pb_testimonial_content:after{
	content: "";
    background: url(/wp-content/uploads/2023/05/quote.png);
    width: 43px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
}

.constructionhome_section6_testimonial .et_pb_testimonial_description_inner {
    margin-bottom: 33px;
}

.constructionhome_section6_testimonial .et_pb_testimonial_content p{
	padding-bottom: 0;
}

.constructionhome_section6_testimonial .et_pb_testimonial_content span{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	border-top: 1px solid rgba(37, 35, 44, 0.2);
    padding-top: 25px;
}

.constructionhome_section7_person .et_pb_team_member_image img{
	border-radius: 50%;
    width: 100%;
}

.constructionhome_section7_person .et_pb_team_member_image:before{
	content: "";
    position: absolute;
    top: -8px;
    left: -7px;
    bottom: -5px;
    right: -7px;
    border: 8px solid var(--color1);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(-45deg);
}

.constructionhome_section7_person:hover .et_pb_team_member_image:before, .constructionhome_section7_person.active .et_pb_team_member_image:before{
	transform: rotate(136deg);
}

.constructionhome_section7_person .et_pb_member_social_links li{
	margin-right: 5px;
}

.constructionhome_section7_person .et_pb_member_social_links li:last-child{
	margin-right: 0;
}

.constructionhome_section7_person .et_pb_member_social_links a{
	width: 30px;
    height: 30px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
	transition: all 0.5s ease;
	color: #ffffff;
}

.constructionhome_section7_person .et_pb_member_social_links a:hover, .constructionhome_section7_person.active .et_pb_member_social_links li:first-child a{
	background: #ffffff;
	color: var(--color2);
}

.constructionhome_section7_person:hover .et_pb_member_social_links, .constructionhome_section7_person.active .et_pb_member_social_links{
	transform: translateY(50%) !important;
	opacity: 1 !important;
}

.constructionhome_section7_counter.et_pb_number_counter .percent .percent-value{
	color: var(--color2) !important;
	font-weight: 700;
	transition: all 0.5s ease;
}

.constructionhome_section7_column:hover .constructionhome_section7_counterimage, .constructionhome_section7_column.active .constructionhome_section7_counterimage{
	outline: 1px dashed var(--color1);
    background: var(--color1);
}

.constructionhome_section7_column:hover .constructionhome_section7_counter.et_pb_number_counter .percent .percent-value, .constructionhome_section7_column.active .constructionhome_section7_counter.et_pb_number_counter .percent .percent-value{
	color: var(--color1) !important;
}

.constructionhome_section8_contact .et_pb_contact_form_label{
	display: block;
    color: #ffffff;
    margin-bottom: 7px;
}

.constructionhome_section8_contact .et_pb_contact_field[data-type=select]:after{
	margin-top: 20px;
	border-top-color: #fff;
}

.constructionhome_section8_contact .et_pb_contact_field .input.et_pb_contact_select option{
	color: var(--color2);
}

.constructionhome_section8_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	transform: translateY(-50%) rotate(90deg);
	background: var(--color2);
	color: #ffffff;
}

.constructionhome_section9_column1 {
    padding: 100px;
}

.constructionhome_process .et_pb_main_blurb_image::before {
  color: #FFFFFF;
    background: var(--color2);
    position: absolute;
    right: -40px;
    top: 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    z-index: 2;
    font-size: 16px;
    border-radius: 50px;
    counter-increment: section;
    content: counter(section);
	transition: all 0.5s ease;
}

.constructionhome_process:hover .et_pb_main_blurb_image::before, .constructionhome_process.active .et_pb_main_blurb_image::before{
	background: var(--color1);
}

.constructionhome_process .et_pb_image_wrap {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #F9F9F9;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.constructionhome_process:hover .et_pb_image_wrap, .constructionhome_process.active .et_pb_image_wrap{
	background: var(--color1);
}

.constructionhome_process .et_pb_image_wrap:before {
  content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    border: 1px solid rgba(37, 35, 44, 0.2);
    border-radius: 100px;
}

.constructionhome_section9_blog .et_pb_post{
	padding: 0;
	background: #F9F9F9;
}

.constructionhome_section9_blog .et_pb_post .et_pb_image_container{
	margin: 0;
	background: var(--color2);
	transition: all 0.5s ease;
}

.constructionhome_section9_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
}

.constructionhome_section9_blog .et_pb_post .et_pb_image_container img{
	transition: all 0.5s ease;
}

.constructionhome_section9_blog .et_pb_post:hover .et_pb_image_container img{
	opacity: 0.2;
}

.constructionhome_section9_blog .et_pb_post .published{
	display: inline-block;
    padding: 3px 13px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s ease;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 90px;
    text-align: center;
    background-image: linear-gradient(180deg,var(--color1) 50%,var(--color2)50%);
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content{
	padding: 20px;
    display: flex;
    flex-direction: column;
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .entry-title{
	order: 2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(37, 35, 44, 0.2);
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .post-meta{
	order: 1;
    margin-bottom: 12px;
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .post-meta .author a{
	color: var(--color2);
    font-weight: 400;
    position: relative;
    margin-right: 10px;
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .post-meta .author a:before{
	content: "\e08a";
    font-family: ETmodules!important;
    font-size: 14px;
    margin-right: 5px;
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .post-meta a{
	color: var(--color2);
	font-weight: 400;
	position: relative;
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .post-meta a:before{
	content: "\e07c";
    font-family: ETmodules!important;
    font-size: 14px;
    margin-right: 5px;
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .post-content{
	order: 3;
}

.constructionhome_section9_blog .et_pb_post .constructionhome_section9_blog_content .post-content a.more-link{
	color: var(--color2);
	font-weight: 600;
}

/* ------ Video Popup ------ */
body:not(.et-fb) .dl-popup-wrapper {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);
  opacity: 0;
  visibility: hidden;
}

body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
  opacity: 1;
  visibility: visible;
}

.dl-popup-inside {
  height: 100%;
}

body.dl-noscroll {
  overflow: hidden;
}

.troo-popup-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.troo-popup-section .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
}

.et_builder_inner_content.popup-is-visible {
  z-index: 99999;
}

.popup-close {
  cursor: pointer;
}

.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {
  animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;
  animation-delay: 0.5s;
}

@keyframes scale-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-close .et_pb_icon_wrap .et-pb-icon {
  background: var(--color1);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  border-radius: 50%;
}

@media (min-width:981px) and (max-width:1190px) {
	.constructionhome_section9_column1{
		padding:50px;
	}
}

@media (min-width: 767px) and (max-width: 1190px) {
  .constructionhome_portfolio div.et_pb_ajax_pagination_container, .constructionhome_portfolio div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    grid-template-columns: repeat(2, 49%);
  }
}

@media (min-width: 600px) and (max-width: 782px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 46px;
  }
}

@media (min-width: 783px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 32px;
  }
}

@media screen and (max-width: 766px) {
  .constructionhome_portfolio .et_pb_portfolio_item {
    margin-bottom: 20px;
  }
	
  .constructionhome_portfolio div.et_pb_ajax_pagination_container {
    display: block;
  }
	
  .constructionhome_portfolio .pagination.clearfix {
    position: relative;
  }
}

@media only screen and (max-width: 980px){
	.constructionhome_section9_column1{
		padding:20px;
	}
	
	.constructionhome_section1_column .et_pb_button_module_wrapper {
    position: relative;
    right: unset;
    top: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    transform: unset;
    background-color: unset;
    z-index: 1;
    mix-blend-mode: overlay;
}
}

@media only screen and (max-width: 767px) {
  .popup-close .et_pb_icon_wrap .et-pb-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
	
	.constructionhome_portfolio .et_pb_portfolio_filters ul{
		display: block;
	}
	
	.constructionhome_portfolio .et_pb_portfolio_filters ul li{
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.constructionhome_portfolio .et_pb_portfolio_filters ul li:last-child{
		margin-bottom: 0;
	}
}

@media (min-width:480px) and (max-width:767px){
	.constructionhome_section9_column1{
		width:100% !important;
	}
}

@media screen and (max-width: 766px){
.constructionhome_portfolio div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    display: block;
}
}

/* ------ Project 2 Column ------ */
.construction_portfolio_2col .et_pb_portfolio_item {
  margin-bottom: 35px;
}

.construction_portfolio_2col div.et_pb_ajax_pagination_container, .construction_portfolio_2col div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
  display: grid;
  column-gap: 2%;
  grid-template-columns: repeat(2, 49%);
}

.construction_portfolio_2col .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 766px) {
  .construction_portfolio_2col .et_pb_portfolio_item {
    margin-bottom: 20px;
  }
	
  .construction_portfolio_2col div.et_pb_ajax_pagination_container, .construction_portfolio_2col div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    display: block;
  }
	
  .construction_portfolio_2col .pagination.clearfix {
    position: relative;
  }
	
  .construction_portfolio_2col .project .et_portfolio_image {
    height: 100%;
  }
}

/* ------ Project 4 Column ------ */

.construction_portfolio_4col .et_pb_portfolio_item {
  margin-bottom: 35px;
}

.construction_portfolio_4col div.et_pb_ajax_pagination_container, .construction_portfolio_4col div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
  display: grid;
  column-gap: 2%;
  grid-template-columns: repeat(4, 23.5%);
}

.construction_portfolio_4col .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 766px) {
  .construction_portfolio_4col .et_pb_portfolio_item {
    margin-bottom: 20px;
  }
	
  .construction_portfolio_4col div.et_pb_ajax_pagination_container, .construction_portfolio_4col div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    display: block;
  }
	
  .construction_portfolio_4col .pagination.clearfix {
    position: relative;
  }
}

@media (min-width: 767px) and (max-width: 1190px) {
  .construction_portfolio_4col div.et_pb_ajax_pagination_container, .construction_portfolio_4col div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    grid-template-columns: repeat(2, 49%);
  }
}

@media (min-width: 1191px) and (max-width: 1400px) {
  .construction_portfolio_4col div.et_pb_ajax_pagination_container, .construction_portfolio_4col div.et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    grid-template-columns: repeat(3, 32%);
  }
}

/*------ Filter Portfolio ------*/
.constructionhome_portfolio .et_pb_portfolio_filters, .constructionhome_3columnproject .et_pb_portfolio_filters {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.constructionhome_portfolio .et_pb_portfolio_filters ul li, .constructionhome_3columnproject .et_pb_portfolio_filters ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    list-style: none;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
	margin-bottom: 10px;
}

.constructionhome_portfolio .et_pb_portfolio_filters ul li a, .constructionhome_3columnproject .et_pb_portfolio_filters ul li a {
    border: 1px solid rgba(19, 20, 39, 0.2);
    padding: 15px;
    transition: all 0.5s ease;
    border-radius: 0 !important;
    background: #ffffff;
    color: var(--color2);
}

.constructionhome_portfolio .et_pb_portfolio_filters ul li a:hover, .constructionhome_3columnproject .et_pb_portfolio_filters ul li a:hover {
    background: var(--color2);
    color: #ffffff;
    border-color: var(--color2);
}

@media only screen and (max-width: 767px){
	.constructionhome_portfolio .et_pb_portfolio_filters ul li, .constructionhome_3columnproject .et_pb_portfolio_filters ul li{
		width: 100% !important;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
	}
}

/* ------ Pricing ------ */
.constructionpricing_pricing .et_pb_button_wrapper{
	order: 4;
	padding: 0;
}

.constructionpricing_pricing .et_pb_et_price{
	position: relative;
    z-index: auto;
}

.constructionpricing_pricing .et_pb_et_price:before{
	content: "";
    position: absolute;
    width: 129px;
    height: 129px;
    background: #FFFFFF;
    z-index: -1;
    top: -58px;
    left: -33px;
    border-radius: 50%;
}

.constructionpricing_pricing .et_pb_et_price:after{
	content: "";
    position: absolute;
    width: 129px;
    height: 129px;
    border: 1px solid rgba(37, 35, 44, 0.2);
    border-radius: 50%;
    top: -49px;
    left: -34px;
}

.constructionpricing_pricing .et_pb_et_price .et_pb_sum{
	font-weight: 700;
	color: var(--color2)
}

.constructionpricing_pricing ul.et_pb_pricing li{
	position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.constructionpricing_pricing ul.et_pb_pricing li:last-child{
	margin-bottom: 0;
}

.constructionpricing_pricing ul.et_pb_pricing li.et_pb_not_available:before{
	color: rgba(37, 35, 44, 0.5);
}

.constructionpricing_pricing ul.et_pb_pricing li:before{
	content: "\e052";
    font-family: ETmodules;
    color: var(--color1);
    margin-right: 15px;
	color: var(--color1);
	font-size: 18px;
}

.constructionpricing_pricing .et_pb_pricing_table:hover .et_pb_pricing_heading{
	border-color: rgba(255, 255, 255, 0.2) !important;
}

.constructionpricing_pricing .et_pb_pricing_table:hover .et_pb_pricing_heading h2{
	color: #ffffff !important;
}

.constructionpricing_pricing .et_pb_pricing_table li span{
	transition: all 0.5s ease;
}

.constructionpricing_pricing .et_pb_pricing_table:hover li span{
	color: #ffffff !important;
}

.constructionpricing_pricing .et_pb_pricing_table:hover li.et_pb_not_available:before{
	color: #ffffff !important;
}

body #page-container .et_pb_section .constructionpricing_pricing .et_pb_pricing_table:hover .et_pb_pricing_table_button.et_pb_button{
	background: var(--color1);
}

.constructionpricing_pricing .et_pb_pricing_table:hover .et_pb_et_price:after{
	border-color: var(--color1);
}

/* ------ Blog 2 Column ------ */
.constructionhome_section9_blog.constructionblog_section2_twocolumn .et_pb_post{
	margin-bottom: 30px;
}

.constructionblog_section2_twocolumn .et_pb_post .entry-featured-image-url{
	margin-bottom: 0;
	position: relative;
}

.constructionblog_section2_twocolumn .et_pb_ajax_pagination_container {
    display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(2, 48.5%);
}

.constructionblog_section2_twocolumn .et_pb_post .entry-featured-image-url{
    margin: 0;
    position: relative;
}

.constructionhome_section9_blog.constructionblog_section2_twocolumn .et_pb_post .constructionhome_section9_blog_content .entry-title{
	font-size: 20px;
}

@media only screen and (max-width: 767px){
	.constructionblog_section2_twocolumn .et_pb_ajax_pagination_container{
    grid-template-columns: repeat(1, 100%);
}
}

/* ------ Blog 4 Column  ------ */
.constructionhome_section9_blog.constructionblog_section2_fourcolumn .et_pb_post{
	margin-bottom: 30px;
}

.constructionblog_section2_fourcolumn .et_pb_post .entry-featured-image-url{
	margin-bottom: 0;
	position: relative;
}

.constructionblog_section2_fourcolumn .et_pb_ajax_pagination_container{
	display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(4, 22.75%);
}

@media all and (max-width: 1400px) and (min-width: 981px){
	.constructionblog_section2_fourcolumn .et_pb_ajax_pagination_container{
	display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(3, 31.3333%);
}
}

@media only screen and (max-width: 980px){
	.constructionblog_section2_fourcolumn .et_pb_ajax_pagination_container{
	display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(2, 48.5%);
}
}

@media only screen and (max-width: 767px){
	.constructionblog_section2_fourcolumn .et_pb_ajax_pagination_container{
    grid-template-columns: repeat(1, 100%);
}
}

/* ------ Blog List  ------ */
.constructionbloglist_section2_blog.constructionbloglist_section2_blogright .et_pb_post{
	flex-direction: row-reverse;
}

.constructionbloglist_section2_blog .et_pb_post{
	display: flex;
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 0.650456px solid #13142710;
	box-shadow: 0px 3.90274px 13.0091px rgba(0, 0, 0, 0.05);
	border-radius: 3.25228px;
}

.constructionbloglist_section2_blog .et_pb_post .entry-title{
    padding-bottom: 15px;
	font-weight: 700;
}

.constructionbloglist_section2_blog .et_pb_post .entry-featured-image-url{
	flex: 1;
	margin-bottom:0px;
	flex-basis: 40%;
}

.constructionbloglist_section2_blog .et_pb_post .entry-featured-image-url img{
	height:100%;
	object-fit:cover;
}

.constructionbloglist_section2_blog .et_pb_post .constructionbloglist_section2_blog_content{
	flex: 1;
    padding: 30px 40px;
    display: flex;
    flex-basis: 80%;
    flex-direction: column;
    justify-content: center;
}

.constructionbloglist_section2_blog .et_pb_post .post-content{
	order: 3;
}

.constructionbloglist_section2_blog .et_pb_post .post-meta{
	text-transform: capitalize;
	color: var(--color1);
	margin-bottom: 15px;
	font-weight: 400;
}

.constructionbloglist_section2_blog .et_pb_post .post-content p{
	color: #282828;
}

.constructionbloglist_section2_blog .et_pb_post .post-meta a{
	color:var(--color1);
}

.constructionbloglist_section2_blog .et_pb_post a.more-link{
	color: var(--color1) !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	text-transform: capitalize;
	transition: all 0.5s ease;
}

.constructionbloglist_section2_blog .et_pb_post a.more-link:after{
	content: '';
	width: 100%;
	height: 2px;
	background: var(--color1);
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.5s ease;
}

.constructionbloglist_section2_blog .et_pb_post:hover a.more-link:after{
	background: var(--color2);
}

.constructionbloglist_section2_blog .et_pb_post:hover a.more-link{
	color: var(--color2) !important;
}

@media only screen and (max-width: 980px){
	.constructionbloglist_section2_blog .et_pb_post{
		display:block;
	}
	
	.constructionbloglist_section2_blog .et_pb_post .info{
		padding:20px;
	}
}

@media only screen and (max-width: 767px){
	.constructionbloglist_section2_blog .et_pb_post .constructionbloglist_section2_blog_content{
		padding: 20px;
	}
	
	.constructionbloglist_section2_blog .et_pb_post .entry-title{
	font-size: 24px;
    padding-bottom: 15px;
    line-height: 34px;
}
}

/* ------ Blog Sidebar  ------ */
.constructionblog_section2_sidebar.et_pb_widget_area h2{
	color: var(--color2);
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
	position: relative;
}

.constructionblog_section2_sidebar.et_pb_widget_area h2:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color1);
    width: 30px;
    height: 2px;
}

.constructionblog_section2_sidebar.et_pb_widget_area .et_pb_widget{
	background: #F9F9F9;
    border-radius: 5px;
	padding: 13px;
}

.constructionblog_section2_sidebar.et_pb_widget_area ul li{
	margin-bottom: 13px;
}

.constructionblog_section2_sidebar.et_pb_widget_area ul li:last-child{
	margin-bottom: 0px;
}

.constructionblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a{
	color: var(--color2);
    font-weight: 400;
    position: relative;
    transition: all 0.5s ease;
    display: block;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
}

.constructionblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover{
	color: var(--color2);
	background: var(--color1);
}

.constructionblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:before{
	content: "\24";
    font-family: ETmodules;
    background: transparent;
    color: var(--color2);
    font-size: 14px !important;
    line-height: 20px;
    position: absolute;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
	top: 13px;
}

.constructionblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover:before{
	color: var(--color2)!important;
    transform: rotate(90deg);
}

.constructionblog_section2_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a{
	color: var(--color2);
    font-weight: 400;
    display: block;
    position: relative;
    transition: all 0.5s ease;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff;
}

.constructionblog_section2_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a:hover{
	background: var(--color1);
}

.constructionblog_section2_sidebar .et_pb_widget .wp-block-tag-cloud a {
    font-size: 15px !important;
    line-height: 24px !important;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffffff;
    color: var(--color2);
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s ease;
	font-weight: 400;
}

.constructionblog_section2_sidebar .et_pb_widget .wp-block-tag-cloud a:hover{
    background: var(--color1);
}

/* ------ Contact Us  ------ */
.constructioncontact_section2_blurb.et_pb_blurb:hover .et_pb_main_blurb_image, .constructioncontact_section2_blurb.et_pb_blurb.active .et_pb_main_blurb_image{
	background: rgba(253, 143, 20, 0.2);
	border-color: rgba(253, 143, 20, 0.2);
}

/* ------ Coming Soon  ------ */
.constructionsoon_section2_map .et_pb_code_inner{
	display: flex;
}

@-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
  }
  @-moz-keyframes fade_move_down {
    0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,20px); opacity: 0; }
  }
  @keyframes fade_move_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
  }

.constructionsoon_section2_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container{
	width: 100%;
	padding-left: 0;
	display: block;
}

/*------ Search Page ------*/
.constructionsearch_section2_blog  .et_pb_post{
    margin-bottom: 30px;
}

/*------ Project Tag ------*/
.constructionptag_blog .et_pb_post{
	margin-bottom: 35px;
	position: relative;
	background: transparent;
	padding: 0;
}

.constructionptag_blog .et_pb_post .et_pb_image_container{
	position: relative;
	margin: 0;
}

.constructionptag_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	background: var(--color2);
	border-radius: 5px;
	position: relative;
	margin: 0;
	padding-top: 100%;
  	display: block;
}

.constructionptag_blog .et_pb_post .et_pb_image_container .entry-featured-image-url:before{
	content: "\26";
    font-family: ETmodules!important;
    background: var(--color1);
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transition: all 0.4s ease-out;
    opacity: 0;
    color: var(--color2);
    font-weight: 700;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.constructionptag_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url:before{
	opacity: 1;
}

.constructionptag_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	position: absolute;
  	height: 100%;
  	width: 100%;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	object-fit: cover;
}

.constructionptag_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	opacity: 0.2;
}

.constructionptag_blog .et_pb_post .constructionptag_blog_content{
	color: var(--color2);
	background: #ffffff;
	width: 85%;
	padding: 15px 20px;
	opacity: 0;
	transform: perspective(700px) translateX(-50%) rotateY(40deg);
	position: absolute;
	bottom: 30px;
	left: 50%;
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
}

.constructionptag_blog .et_pb_post:hover .constructionptag_blog_content{
	opacity: 1;
  	transform: perspective(700px) translateX(-50%) rotateY(0);
}

.constructionptag_blog .et_pb_post .post-meta a{
	color: var(--color2);
}

/*------ Blog Detail ------*/
.constructionblogdetail_comment #commentform {
    padding-bottom: 0px;
}

@media only screen and (max-width: 980px){
	.constructionblogdetail_comment .logged-in-as{
		text-align: center;
	}
}

/*------ Our History ------*/
.constructionhistory_column .constructionhistory_blurb{
    width: 50%;
    padding: 150px 0 0;
    float: left;
	margin-bottom: 0 !important;
}

.constructionhistory_column .constructionhistory_blurb .et_pb_blurb_content{
    text-align: center;
    padding: 0 20px 20px;
    border: 3px dashed var(--color1);
    border-top: none;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 1;
}

.constructionhistory_column .constructionhistory_blurb .et_pb_blurb_content:hover{ text-decoration: none; }
.constructionhistory_column .constructionhistory_blurb .et_pb_blurb_content:before{
    content: '';
    background-color: var(--color1);
    height: 110px;
    width: 110px;
    border-radius: 80% 100% 10px;
    box-shadow: 0 0 20px -3px rgba(0,0,0,0.4);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: -150px;
    z-index: -1;
}

.constructionhistory_column .constructionhistory_blurb .et_pb_blurb_content .et_pb_blurb_container{
	text-align: center;
}

.constructionhistory_column .constructionhistory_blurb .et_pb_module_header{
    color: var(--color1);
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    height: 68px;
    width: 68px;
    padding: 15px 10px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5),0 0 0 7px #fff;
    transform: translateX(-50%);
    position: absolute;
    top: -132px;
    left: 50%;
}

.constructionhistory_column .constructionhistory_blurb .et_pb_module_header span{ display: block; }
.constructionhistory_column .constructionhistory_blurb .title{
    color: var(--color1);
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.constructionhistory_column .constructionhistory_blurb .description{
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.constructionhistory_column .constructionhistory_blurb:nth-child(even){
    float: right; 
    margin: 0 0 0 10px;
}

@media screen and (max-width:767px){
    .constructionhistory_column .constructionhistory_blurb,
    .constructionhistory_column .constructionhistory_blurb:nth-child(even){
        width: 100%;
        margin: 0 0 30px !important;
    }
}

/* ------ Video Gallery ------ */
.constructionvideo_video .et_pb_video_box .fluid-width-video-wrapper{
	padding-top: 70% !important;
}

.constructionvideo_video .et_pb_video_overlay{
	background-blend-mode: soft-light;
    background-color: rgb(0 0 0 / 50%);
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
  }
}