/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

body {
    color: #6E727A;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
	font-size: 16px;
}

.row {
	display: block;
}

p:last-child {
	margin-bottom: 0;
}

.contact-info h3 {
    font-size: 30px;
    color: #163357;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 1.23;
	margin-bottom: 40px;
}

.contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-wrap .location .inner {
    max-width: 230px;
    padding-left: 25px;
}

.contact-wrap .location {
    color: #6e727a;
}

.contact-wrap .location i {
    color: #be364c;
}

.contact-wrap .item {
    width: 50%;
    position: relative;
}

.contact-wrap .location i {
    position: absolute;
    top: 5px;
    left: 0;
}

.contact-wrap .phone a {
    color: #303233;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.contact-wrap .phone a i {
    color: #be364c;
}

.contact-wrap .item i {
    font-size: 18px;
}

.contact-wrap .phone {
    text-align: right;
}

.tab-content {
	display: block;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

body:not(.elementor-editor-active) .tab-content:not(.active){
	display: none;
}


@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab-item.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 22px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    bottom: -65px;
}

.service-box .elementor-image-box-title {
    max-width: 250px;
    margin-bottom: 25px;
}

.service-box .elementor-image-box-description i {
    display: block;
    position: absolute !important;
    bottom: 30px;
    right: 45px;
    color: #dd566b;
}

.service-box .elementor-image-box-content {
    min-height: 335px;
    padding: 40px;
    background-color: #fff;
    position: relative;
}

.service-box .elementor-image-box-content:hover * {
    color: #fff !important;
}

.service-box .elementor-image-box-content:hover {
    background-image: url(http://sunny-newt.flywheelsites.com/wp-content/uploads/2020/03/energy-img-hover.jpg);
}

.customer-exp .elementor-testimonial-image {
    margin-bottom: 35px;
}

.customer-exp .elementor-testimonial-name {
    margin-bottom: 10px;
    margin-top: 5px;
}

.city-list .elementor-icon-list-items li {
    width: 20%;
    margin: 0 !important;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
.tab-item.active:after {
	display: none;
}

.contact-info h3 {
    font-size: 24px;
}

.service-box .elementor-image-box-content {
    padding: 40px 20px;
    min-height: 290px;
}
	
.city-list .elementor-icon-list-items li {
    width: auto;
    padding: 0 20px;
}
}

@media screen and (max-width: 500px) {
.contact-wrap .item {
	width: 100%;
	text-align: left;
}
	
.contact-wrap .phone {
    margin-top: 20px;
}
	
.contact-info h3 {
	font-size: 20px;
}
	
.city-list .elementor-icon-list-items li {
    padding: 0 10px;
}
}