/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/*  header custom
.fl-page-header-logo.fl-inline-logo-right.col-sm-12 {
    padding-top: 22px;
    padding-bottom: 26px;
} */

.fl-page-logo-wrap.col-md-3.col-sm-12 {
    padding-top: 22px;
    padding-bottom: 26px;
}
.fl-page-nav .navbar-nav li > a {
	padding: 15px 35px;
}


/* === */

/*home page custom */

.frm-wrapper {
    opacity: .9;
}
.mail {
        float: left;
    width: 49%;
    margin-bottom: 16px;

}
.num {
    float: right;
	width:49%;
}

.sub-btne {
    width: 100%;
}
.sub-btne input.wpcf7-form-control.wpcf7-submit.btn-submit-frm , .gform_button.button {
    background: linear-gradient(#00ddf8, #00bed7);
    border: #00bcd4;
	margin: 17px 0;
	width:100%;
	color:#ffffff;
}

/* footer custom*/

.fl-page-footer-widgets-container.container {
    padding-top: 25px;
}

.foot-detail {
    width: 100%;
    text-align: center;
}
.cont {
        color: #fff;
    display: inline-block;
}
.foot-detail a {
    border: 1px solid #fff;
    padding: 8px 12px;
    color: #ffffff !important;
    border-radius: 16px;
    margin-left: 32px;
}

p {
    display: inline-block;
}
.fl-page-footer {
    border-top: none;
}

.fl-social-icons {
    margin: 0px auto 18px;
    width: 555px;
    border-bottom: 1px solid;
}

.fl-widget {
    margin-bottom: 0px;
}

.fl-page-footer-container.container {
    padding-top: 0;
}


.fa-stack i.fa-inverse.mono {
    color: #ffffff;
	font-size: 18px;
}
i.fa.fa-circle.fa-stack-2x.mono {
    color: transparent;
}

.fl-social-icons .fa-stack {
    margin: 0 0 20px 12px;
}



/* wedding page custom  */

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter ol li {
     counter-increment: step-counter;
    margin-bottom: 10px;
    list-style-type: none;
	  
    position: relative;
    padding: 5px 0 0 55px;
}

.wed-banner-content h2 {
    font-family: lato;
}

.custom-counter li::before {
      content: counter(step-counter);
    margin-right: 5px;
    background-color: #00bcd4;
    color: white;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    font-size: 18px;
	    top: -3px;
    position: absolute;
    text-align: center;
    display: block;
    left: 0;
}

/* contact us custom*/

.contact-us input {
    background: white;
    border: 1px solid #D3D3D3;
}
.phone {
    float: right;
    width: 49%;
}

.contact-us input {
    background: white;
    border: 1px solid #D3D3D3;
    margin: 10px 0;
}

input.wpcf7-form-control.wpcf7-submit.contact-btn {
    background: linear-gradient(#00ddf8, #00bed7);
    border: #00bcd4;
    color: #ffffff;
    width: 100%;
}
.fl-page-bar-row .text-center 
{
    text-align: right;
}
.top-bar-wrap a 
{
    font-weight: bolder;
}

.frm-grp {display: flow-root;}

.zoom img {
	 transform: scale(3.2);
    z-index: 1;
    position: absolute;
    background: white;
    /* width: 100%; */
    padding: 7px;
    margin: auto !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 12px 0px rgba(24, 24, 24, 0.15);
}

.service {
    width: 23%;
    background: #f0f0f0 !important;
    padding: 10px;
    border-radius: 10px;
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}

.service img {
    border-radius: 10px;
}

.service h3 {
    text-align: center;
    font-weight: bold;
    padding: 4px 15px;
    font-size: 18px !important;
}

.service a {
    color: #3bcdca;
    font-size: 15px;
    font-family: Poppins, sans-serif;

}

.service {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.service a {
    text-decoration: none !important;
}