:root {
	--primary-color: #bf1e2e;
}

#hero_top .content {
    padding-bottom: 0;
}

.intro-col {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
}

.intro-col:hover {
    box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
    transform: translate(0, -10px);
}

.intro-col:hover .iconbox_icon {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.hero-title h1 {
    font-weight: 400 !important;
}

.hero-button a {
    font-size: 16px !important;
    border-radius: 50px !important;
    border: 2px solid #fff !important;
    padding: 12px 25px !important;
    transition: .5s;
}

.hero-button a:hover {
    opacity: 1 !important;
    background: #fff !important;
    color: #000 !important;
}

.hero-button .avia_button_icon_left {
    font-size: 18px;
    padding-right: 5px;
}

.main_menu .avia-menu-text {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

.intro-col .iconbox_icon {
    font-size: 35px !important;
}

.section-title .av-special-heading-tag {
    font-weight: 400;
}

.section-title .av-special-heading-tag span {
    font-weight: 600;
    display: block;
}

.gray-button a {
    background: #e0e0e0 !important;
    border: none !important;
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 0 !important;
    padding: 15px 25px !important;
    transition: .5s;
}

.gray-button a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.inner-col-area .av-flex-placeholder {
    width: 30px !important;
}

@media (min-width: 768px) {
    .feature-col {
        padding: 40px !important;
    }
}

.feature-col {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: .5s;
}

.feature-col:hover .iconbox_icon {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.feature-col-box .iconbox_content_title {
    font-size: 15px !important;
    padding-bottom: 15px !important;
    position: relative;
}

.section-heading .av-special-heading-tag:after,
.feature-col-box .iconbox_content_title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 40px);
    border-bottom: 1px dashed #b6b6b6 !important;
}

.section-heading .av-special-heading-tag:after {
    border-color: #333 !important;
}

.section-heading {
    margin-bottom: 60px;
}

.section-heading .av-special-heading-tag {
    position: relative;
    padding-bottom: 15px !important;
}

.section-heading .av-subheading {
    margin-top: 20px !important;
		opacity: 1;
}

@media (max-width: 767px) {
    #hero_top .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
    }

    #hero_top .flex_column {
        width: 100% !important;
        height: auto !important;
    }

    #hero_top .img-col {
        order: 2 !important;
        margin-bottom: 0 !important;
    }

    #hero_top .img-col img {
        width: 200px;
    }
}

.section-heading-alt .av-special-heading-tag {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading-alt .av-special-heading-tag:after {
    left: 0;
}

.av-subheading {
    line-height: 1.7;
}

.home-slider .goto-slide {
    background-color: var(--primary-color) !important;
}

@media (min-width: 768px) {
	.home-slider .avia-smallarrow-slider-heading {
			position: absolute;
			bottom: -40px;
			max-width: 120px;
			left: calc(50% - 60px);
	}

	.home-slider {
			margin-top: -20px !important;
			margin-bottom: 40px !important;
	}

	.home-slider-img .slide-entry:nth-child(n+2) {
			margin-left: 30px;
	}

	.home-slider-img .slide-entry {
			width: calc(25% - 22.5px);
	}
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
}

.link-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
}

.popup-button {
    text-align: center;
}

.popup-button a:before {
    content: '\e897';
    font-family: entypo-fontello;
    display: block;
    font-size: 80px;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    line-height: 120px;
}

.pricing-col {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px !important;
}

.avia_textblock strong {
    color: #333;
}

.pricing-col-text  h3 {
    margin-top: -5px;
    font-size: 35px;
    color: var(--primary-color);
}

.pricing-col-text ul {list-style-type: none !important;margin-left: 0;}

.pricing-col-text li {
    border-bottom: 1px solid #e6e6e6 !important;
    margin-left: 0;
    padding: 10px;
}

.round-button a {
    border-radius: 50px !important;
    border: none !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    padding: 12px 25px!important;
}

.home-slider-review .slide-entry {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #eee;
    padding: 35px;
}

@media (min-width: 768px) {
    .home-slider-review .slide-entry:nth-child(n+2) {
        margin-left: 30px !important;
    }

    .home-slider-review .slide-entry {
        width: calc(33.33% - 20px)
    }
}

.home-slider-review .entry-content ul {
    list-style-type: none;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.home-slider-review .entry-content ul li {
    margin-left: 0;
}

.home-slider-review .entry-content img {
    border-radius: 100%;
    border: 3px solid #ccc;
    margin-right: 15px;
}

.section-heading-white .av-special-heading-tag:after {
    border-color: #fff !important;
}

.app-btn ul {
    list-style-type: none;
    margin-top: -50px;
    text-align: center;
    margin-bottom: 0;
}

.app-btn ul li {
    display: inline-block;
}

.faq-col {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.faq-text .question {
    font-size: 20px;
}
.faq-text strong {
    background: #333;
    padding: 2px 10px 4px;
    margin-right: 10px;
    color: #fff;
    font-weight: normal;
}

.faq-text .ans strong {
    background: var(--primary-color);
}

@media (min-width: 641px) {
    .subscribe-form form {
        display: flex;
    }

    .subscribe-form .gform_footer {
        margin-top: 0 !important;
        width: 250px;
    }
}

.subscribe-form {
    max-width: 800px;
    margin: 0 auto;
}

.subscribe-form .gfield {
    padding: 0 !important;
}

#top .subscribe-form .large {
    background-color: #fff !important;
    padding: 14px 20px!important;
}

.subscribe-form .ginput_container {
    margin: 0 !important;
}

#top .contact-form input[type="submit"] {
    background: #e0e0e0;
    color: #000;
		transition: .5s;
}

#top .contact-form input[type="submit"]:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.contact-col .avia_social_icons_widget {
    padding: 0;
}

.footer-contact {
    margin-bottom: 10px;
}

.footer-contact .av_iconlist_title {
    font-weight: 600;
}

.footer-contact .iconlist_content_wrap {
    padding-left: 10px !important;
}

.footer-contact .iconlist-char {
    font-size: 25px;
    line-height: 1;
}

@media (min-width: 641px) {
    .contact-col {
        padding: 40px 14px 30px 40px !important;
    }
}

.primary-form textarea,
.primary-form input[type="text"] {
    background-color: #f8f8f8 !important;
}

#socket {
    font-size: 13px;
}

#socket a:hover {
    color: var(--primary-color);
}

.captcha-block {
    height: 0;
}

.basic-list > li {
    margin-top: 15px;
}