.tr-twitter .overlay-bg {
    background: rgba(0, 191, 243, 0.8);
}

.mc4wp-form input[type=submit] {
    background: transparent;
    border: 1px solid #fff;
}

.mc4wp-form input[type=submit]:hover {
    background: #fff;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}

.slider-info h2 {
    font-size: 72px;
    text-transform: none;
}

.navbar-brand.logo {
    background-color: #fa504c;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 15%;
    padding: 1.5rem 1.5rem 1rem 1rem;
}

.navbar-brand.logo:hover {
    background-color: #fa504c;
}

.navbar-brand.logo img {
    width: 50px;
}

.navbar-brand.logo-2 {
    background-color: #fa504c;
    padding: 5px 1rem;
}

.navbar-brand.logo-2 img {
    height: 40px;
    width: auto;
}

.mt-5 {
    margin-top: 3rem;
}

.cta-info ul li {
    padding-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none !important;
}			

.tr-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#pro .service:hover {
    background-color: #f7f7f7;
}

.vc_row-o-equal-height .vc_separator h4 {
	font-size: 2rem;
}
.vc_row-o-equal-height .vc_separator .vc_sep_holder{
    display: none;
}
.vc_row-o-equal-height .wpb_wrapper h4 {
    font-size: 1.5rem;
}
.vc_row-o-equal-height ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vc_row-o-equal-height ul li {
    line-height: 1.5;
	padding-bottom: 0.5rem;
}
.vc_row-o-equal-height ul li i {
	color: #2ba2d7;
}

.contect-content span {
    margin-bottom: 1rem;
}
.wpcf7-list-item {
    min-width: 30%;
}
.wpcf7-list-item-label {
    padding-top: 2px;
    width: calc(100% - 30px);
    vertical-align: top;
}
.wpcf7 .form-group {
    margin-bottom: 2rem;
}
.wpcf7 form label {
    font-weight: 400;
}
.title-wrapper {
    z-index: unset;
}
html {
  scroll-behavior: smooth;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    background-color: white;
    font-weight: 700;
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
}
.wpcf7 textarea.wpcf7-form-control {
    height: 100px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    color: #FA504C;
    padding: 2rem 1rem;
}
.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
#gmap {
    height: 0;
}
.wpb_gmaps_widget {
    margin-bottom: 0 !important;
}
.btn-primary:focus {
    color: white;
}

@media (min-width:1024px) {
 .sidebarFixed {
  background-color: #FA504C;
  position: fixed;
  top: 200px;
  right: 0;
  width: 67px;
  overflow: hidden;
  transition: width 0.5s;
  z-index: 20;
 }
 .sidebarFixed.sidebarOut {
  width: 20px
 }
 .sidebarFixed:hover {
  width: 300px
 }
}
@media (max-width:1023.99px) {
 .sidebar {
  display:none;
 }
}
.sidebarFixed .widget {
    background-color: transparent;
}
.sidebarFixed .textwidget {
    padding: 0;
}
.sidebarFixed a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1rem 0;
    white-space: nowrap;
    transition: color 0.3s;
}
.sidebarFixed a:hover {
    color: #2BA2D7;
    text-decoration: none;
}
.sidebarFixed span {
    display: inline-block;
    vertical-align: middle;
}
.sidebarFixed i.icon {
    display: inline-block;
    font-size: 2rem;
    margin-right: 1rem;
    vertical-align: middle;
    width: auto;
    height: auto;
}				