/*-------------------------
   row-padding
--------------------------*/
.bw-padding-top {
    padding-top: 80px!important;
}
@media screen and (max-width: 991px){
.bw-padding-top {
    padding-top: 50px!important;
}}

.bw-padding-bottom {
    padding-bottom: 80px!important;
}
@media screen and (max-width: 991px){
.bw-padding-bottom {
    padding-bottom: 50px!important;
}}


.bw-padding-both {
    padding: 80px 0 80px 0!important;
}
@media screen and (max-width: 991px){
.bw-padding-both {
    padding: 50px 0 50px 0!important;
}}



/*slide*/
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1.sppb-fullwidth-title {
    color: #fff!important;
    text-shadow: 0 0 10px BLACK;
}

p.details {
    color: #fff!important;
    text-shadow: 0 0 10px black;
    font-weight: normal;
    font-size: 1.5pc!important;
}
h1.sppb-fullwidth-title {
    color: #fff!important;
    text-shadow: 0 0 10px BLACK;
}
p.details {
    color: #fff!important;
    text-shadow: 0 0 10px black;
    font-weight: normal;
    font-size: 1.5pc!important;
}

@media (max-width: 767px){  
p.details {
    color: #fff!important;
    text-shadow: 0 0 10px black;
    font-weight: normal;
    font-size: 1.1pc!important;
}}

/*feature box*/
/*********************
	hover-effect
*********************/
.cls-icon-7:hover img {
    transform: translate(0px, -10px); 
    transition: 0.3s ease; box-shadow: rgb(234 190 101 / 57%) 0px 10px 36px 0px, rgb(233 238 255) 0px 0px 0px 1px!important;
}
.cls-icon-7 img {
    transition: 0.3s ease; width:80px!important;
}

/*********************
	feature-box-001
*********************/
.cls-icon-7 img.sppb-img-responsive {
    background: white;width: 150px;
    border-radius: 50%;box-shadow: rgb(13 62 147 / 15%) 0px 10px 36px 0px, rgb(13 62 147 / 9%) 0px 0px 0px 1px!important;
}

.cls-icon-7:hover h3:before{width: 120px;transition:0.3s ease;}

@media (max-width: 767px){
#features-wrapper .sppb-addon.sppb-addon-feature.cls-icon-7 {
    margin-bottom: 30px;
}}





/*footer*/
.fa-quote-left:before, .fa.fa-long-arrow-left:before, .fa.fa-long-arrow-right:before, .fa-fish:before, .fa-bars:before, .fa-comments:before, .fa.fa-close:before, .fa.fa-remove:before, .fa-phone:before, .fa-envelope:before, .fa-chevron-up:before, .fa.fa-map-marker:before, .fa-map-marked-alt:before, .fa-phone-alt:before,.glyphicon-calendar:before {font-family: 'Font Awesome 5 Free'!important;font-weight: 900!important;color: #071c85;}

div#sp-footer2 {
    text-align: right;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container { margin-bottom: 0 !important; }
#sp-bottom .sppb-media-heading{
    display: none!important;
}
#sp-bottom4 .sppb-icon .sppb-icon-container i {
    line-height: 27px!important;
}
@media only screen and (max-width: 480px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container >i {
    font-size: 18px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 25px !important;
}
div#sp-footer1 {
    text-align: center;
}
}
div#sp-bottom1, div#sp-bottom2 {
    margin-bottom: 0px!important;
}

@media only screen and (min-width: 992px) {
div#sp-bottom1, div#sp-bottom2 {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}}



/*cta*/
h1.contact_txt.contact_txt_1 {
    margin-top: 50px;
}


/*pop up*/
.mfp-content img {
    display: inherit;
}

/*image content*/
p.sppb-image-content-text {
    margin-bottom: 30px;
}

/*pricing*/
h3.sppb-addon-title.sppb-pricing-title {
    font-weight: 900!important;
}
@media only screen and (max-width: 480px){
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price span {
    font-size: 40px!important;
}}
@media (max-width: 767px){
.sppb-pricing-price {
    font-size: 40px!important;
    line-height: 25px;
}}
.sppb-pricing-features {
    margin-bottom: 0px!important;
}

@media (min-width: 768px) and (max-width: 991px){
.sppb-pricing-price {
    font-size: 50px!important;
    line-height: 1.2;
   }}
.sppb-addon-pricing-table .sppb-pricing-box {
    border: none;
    padding: 15px!important;
}
  
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {

    margin: 20px 0 0 0!important;
}
button#bfSubmitButton span {
    font-size: 14px;
}

button#ff_elem234_calendarButton {height: 34px;background-image: none!important;background-color: #2d2d2d;border-color: #2d2d2d;}
button.js-btn.btn.btn-clear {padding: 8px 15px;background:#2a75bb;}
button.js-btn.btn.btn-today {padding: 8px 15px;background:#429942;}
button.js-btn.btn.btn-exit {padding: 8px 15px;background:#c65e30;}

.field-calendar.input-group {
    display: contents;
}

.field-calendar.input-group  .input-group {
    width: 110%;
}
@media (max-width: 767px){
.field-calendar.input-group  .input-group {
    width: 110%!important;
    max-width: 100%;
}}
/*--------------------------------
    ASTERISK
--------------------------------*/

.icon-unfeatured:before, .icon-asterisk:before, .icon-star-empty:before{
    content: "\002a"!important;
    color:red!important;
    font-family: 'poppins'!important;font-size:14px;
    font-style: normal!important;
    padding-left: 5px!important;
}

.glyphicon-calendar:before {
    content: "\f073";color:#fff;
}


/*pagetitle bg*/
.sp-page-title {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;

}
.sp-page-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffffc9 0%, #0000008a 100%) transparent;
  z-index: -1;
}









