/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
:: Template name: Bizplus - One Page Parallax
:: Template URI: https://themeforest.net/item/bizplus-one-page-parallax/19283907
:: Description: Bizplus One Page Parallax is a complete startup business template. It’s creative, minimal and clean design. It’s perfect for any startup business, companies, agencies, and freelancers which need a professional way to showcase their projects and services.
:: Template Author: ClassyFort
:: Template Author URI: https://themeforest.net/user/classyfort
:: Version: 1.3.0
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>
:: 1.0 Import All CSS & Fonts
:: 2.0 Common/Base CSS
:: 3.0 Preloader CSS
:: 4.0 Header Area CSS
:: 5.0 Slider Area CSS
:: 6.0 Top Feature Area CSS
:: 7.0 About Us Area CSS
:: 8.0 Services Area CSS
:: 9.0 Service Modal Area CSS
:: 10.0 Speciality Area CSS
:: 11.0 Service Details Area CSS
:: 12.0 Video Area CSS
:: 13.0 Price Plan Area CSS
:: 14.0 Our Advisor Area CSS
:: 15.0 Testimonial Area CSS
:: 16.0 Blog Area CSS
:: 17.0 Partner Area CSS
:: 18.0 Footer Area CSS
:: 19.0 Faq Area CSS
:: 20.0 Timeline Area CSS
:: 21.0 Bredcumb Area CSS
:: 22.0 Blog Area CSS
:: 23.0 Gallery Area CSS
:: 24.0 Contact Us Area CSS
:: 25.0 Sidebar Area CSS
<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-Thin.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-ExtraLight.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-Light.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-Regular.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-Medium.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-SemiBold.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-Bold.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-ExtraBold.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: Exo2; /* Имя шрифта */
    src: url(fonts/Exo2-Black.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 900;
}
/* >>>>>>>>>>>>>> :: 2.0 Common CSS <<<<<<<<<<<<<<< */

* {
    margin: 0;
    padding: 0;
}

a:focus {
    outline: 0px solid;
}

h2,
h3,
h4,
h5 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Exo2', sans-serif;
}

body,
p {
    font-family: 'Exo2', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
}

a,
a:hover,
a:focus {
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-family: 'Exo2', sans-serif;
}

ul {
    margin: 0;
}

ul li {
    list-style: outside none none;
}

img {
    height: auto;
    max-width: 100%;
}

.table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.section_padding_100 {
    padding: 100px 0;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.section_heading > p{
    padding-top: 20px;
    color: #000;
    max-width: 75%;
}

.section_heading > h3 {
    color: #eb0707;
    max-width: 75%;
    font-size: 26px;
    text-align: center;
    margin: auto;

}

.font-poiret-one {
    font-family: 'Poiret One', cursive !important;
}

/* >>>>>>>>>>>>>> :: 3.0 Preloader CSS <<<<<<<<<<<<<<< */

#scrollUp {
    background-color: #eb0707;
    border-radius: 5px;
    bottom: 50px;
    color: #fff;
    font-size: 30px;
    padding: 0 5px;
    right: 20px;
}

/* >>>>>>>>>>>>>> :: 4.0 Header Area CSS <<<<<<<<<<<<<<< */
header {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.logo_area {
    padding: 10px 5px;
}
.logo-col{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-image{
    display: block;
}
.main_header_area {
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.main_header_area.sticky {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 999999 !important;
    background-color: #fff;
    width: 100%;
    position: fixed;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main_menu_area {
    position: relative;
    z-index: 1;
    margin:auto;
}

.mainmenu {
    display: inline-block;
    text-align: right;
    margin: auto;
    height: 100%;
}
.mainmenu nav{
    display: block;
    height: 100%;
}
.mainmenu ul#nav{
    height: 100%;
    display: flex;
}
.mainmenu ul#nav li {
    display: block;
    position: relative;
    height: 100%;
}

.mainmenu ul#nav li a {
    display: flex;
    font-size: 17px;
    align-items: center;
    font-weight: 700;
    height: 90px;
    line-height: 0px;
    padding: 0px 22px;
}

.main_header_area.sticky .mainmenu ul#nav li a {
    color: #354b60;
}

.main_header_area .mainmenu ul#nav li.current_page_item a {
    color: #eb0707;
}

.main_header_area.sticky .mainmenu ul#nav li.current_page_item a {
    background-color: #f6f6f6;
}

.main_header_area .mainmenu ul#nav li.current_page_item a {
    background-color: transparent;
}

.mainmenu ul#nav li a i {
    font-size: 14px;
    padding-left: 5px;
}

.main_header_area.sticky .mainmenu ul#nav li:hover a,
.mainmenu ul#nav li:hover a {
    color: #eb0707;
}

.about_area,
.why_choose_us_area,
.timeline_area,
.message_now_area {
    background-color: #fff;
}
.why_choose_us_number{
    justify-content: center;
    display: flex;
    padding-bottom: 30px;
}
.why_choose_us_number span{
    font-family: 'Exo 2', sans-serif;
    display: block;
    font-size: 72px;
    margin: auto;
    color: #4a6784;
}

/* >>>>>>>>>>>>>> :: 5.0 Slider Area CSS <<<<<<<<<<<<<<< */
.welcome_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_slide {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}

.single_slide:before {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
}

.single_slide .slide_text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    text-align: center;
}

.single_slide .slide_text h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 15px;
}

.single_slide .slide_text h3 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.single_slide .slide_text a {
    background-color: #eb0707;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    margin: 15px auto 0;
    padding: 15px 24px;
    text-transform: capitalize;
    width: auto;
}

.single_slide .slide_text a:hover {
    color: #fff;
    filter: brightness(70%);
}

.welcome_area .welcome_slides .owl-nav {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.welcome_area .welcome_slides .owl-nav .owl-prev,
.welcome_area .welcome_slides .owl-nav .owl-next {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    color: #eb0707;
    cursor: pointer;
    font-weight: 400;
    height: 50px;
    position: absolute;
    text-align: center;
    top: -20px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 50px;
    z-index: 999;
}

.welcome_area .welcome_slides .owl-nav .owl-prev {
    left: -55px;
}

.welcome_area .welcome_slides .owl-nav .owl-next {
    right: -55px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev:hover,
.welcome_area .welcome_slides .owl-nav .owl-next:hover {
    background-color: #eb0707;
    color: #fff
}

.welcome_area .welcome_slides:hover .owl-nav .owl-prev {
    left: 15px;
}

.welcome_area .welcome_slides:hover .owl-nav .owl-next {
    right: 15px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev > i,
.welcome_area .welcome_slides .owl-nav .owl-next > i {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

/* >>>>>>>>>>>>>> :: 6.0 Top Feature Area CSS <<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>> :: 7.0 About Us Area CSS <<<<<<<<<<<<<<< */
.about_us_text > h3 {
    color: #eb0707;
}

.about_us_thumb {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 6px;
}

/* >>>>>>>>>>>>>> :: 8.0 Services Area CSS <<<<<<<<<<<<<<< */
.what_we_do_area {
    background-color: #f6f6f6;
}

.single_service {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
}

.single_service_title {
    height: auto;
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    z-index: 5;
}

.learn_more {
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 51px);
    width: 100%;
    z-index: 999;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single_service_title > h4,
.learn_more > a > h4 {
    background-color: #2c3e50;
    color: #fff;
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
}

.single_service_content {
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_service_content .table .table_cell {
    padding-bottom: 10px;
}

.single_service:hover .single_service_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single_service:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.single_service:hover .single_service_content,
.single_service:hover .learn_more {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single_service:hover .learn_more > a > h4 {
    background-color: #eb0707;
}

/* >>>>>>>>>>>>>> :: 9.0 Service Details Modal Area CSS <<<<<<<<<<<<<<< */

.modal-dialog {
    margin: 100px auto 50px;
    width: 900px !important;
}

.modal-content {
    padding: 30px;
}

button.close {
    color: #2c3e50 !important;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    right: 5px;
    top: 5px;
    z-index: 9999;
}

button.close:focus,
button.close:hover {
    color: #2c3e50 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* >>>>>>>>>>>>>> :: 10.0 Speciality Area CSS <<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>> :: 11.0 Service Details Area CSS <<<<<<<<<<<<<<< */

.why_choose_us_area .second_part {
    margin-top: 50px;
}

/* >>>>>>>>>>>>>> :: 12.0 Video Area CSS <<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>> :: 13.0 Price Plan Area CSS <<<<<<<<<<<<<<< */
.price_plan_area {
    background-color: #f6f6f6;
}
.price_plan_area > .container-fluid{
    padding: 20px 10px;
}
.price-table-col{
    padding: 0px;
}
/* >>>>>>>>>>>>>> :: 14.0 Our Advisor Area CSS <<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>> :: 15.0 Testimonial Area CSS <<<<<<<<<<<<<<< */
.testimonial_area {
    position: relative;
    z-index: 1;
    background-image: url(img/bg-pattern/tes-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial_area:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -3;
}

.testimonial_area .testimonial_text {
    border-radius: 6px;
    color: #999;
    text-align: center;
}

.testimonial_text > p {
    margin: 30px 0;
    color: #fff;
    text-align: center;
}

.testimonial_author_name {
    text-align: center;
    margin-bottom: 15px;
}

.testimonial_author_name > h5 {
    color: #eb0707;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.testimonial_author_thumb {
    border-radius: 50%;
    height: 120px;
    margin: 0 auto;
    width: 120px;
    padding: 5px;
    background: #fff;
}

.testimonial_author_thumb img {
    border-radius: 50%;
}

.testimonial_area .owl-dot {
    background-color: #fff;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    width: 10px;
    border-radius: 20px;
}

.testimonial_area .owl-dots {
    text-align: center;
}

.testimonial_area .owl-dot.active {
    background-color: #eb0707;
    height: 5px;
    width: 20px;
}
.testimonials .owl-nav{
    position: absolute;
    width: 100%;
    bottom: -13px;
}
.testimonials .owl-prev,
.testimonials .owl-next{
    display: inline-block;
    font-size: 35px;
    width: 50%;
    color: #fff;
}
.testimonials .owl-next{
    text-align: right;
}
/* >>>>>>>>>>>>>> :: 18.0 Footer Area CSS <<<<<<<<<<<<<<< */
.footer_area {
    position: relative;
    z-index: 1;
}
.footer_area p{
    color: #fff;
}
.footer_bottom_area {
    background-color: #343434;
}

.footer_bottom {
    padding: 30px 0 50px 0;
    text-align: center;
}

.footer_bottom p {
    margin: 0;
    color: #fff;
}


/* >>>>>>>>>>>>>> :: 20.0 Timeline Area CSS <<<<<<<<<<<<<<< */
.single_timeline_block .timeline_text_content {
    width: calc(50% - 50px);
}

.single_timeline_block.odd-item .timeline_text_content {
    float: right;
}

.single_timeline_block.even-item .timeline_text_content {
    text-align: right;
}

.single_timeline_block {
    position: relative;
    z-index: 1;
}

.single_timeline_block .timeline_icon {
    background-color: #eb0707;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 9;
    border: 3px solid #fff;
}

.single_timeline_block .timeline_icon i {
    font-size: 24px;
    line-height: 44px;
}

.timeline_text_content {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.timeline_text_content p {
    margin: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.timeline_text_content:hover {
    background-color: #eb0707;
    color: #fff;
}

.timeline_text_content:before {
    background-color: #ddd;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -5;
}

.timeline_text_content:after {
    background-color: #f6f6f6;
    content: "";
    height: 30px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    z-index: -9;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.timeline_text_content:hover:after {
    background-color: #eb0707;
}

.timeline_text_content:hover p {
    color: #fff;
}

.timeline_text_content > h4 {
    font-weight: 600;
}

.single_timeline_block.even-item .timeline_text_content:before {
    left: calc(100% + 49px);
}

.single_timeline_block.odd-item .timeline_text_content:before {
    right: calc(100% + 49px);
}

.single_timeline_block.even-item .timeline_text_content:after {
    right: -5px;
    top: 8px;
}

.single_timeline_block.odd-item .timeline_text_content:after {
    left: -5px;
    top: 8px;
}



/* >>>>>>>>>>>>>> :: 24.0 Contact Us Area CSS <<<<<<<<<<<<<<< */
.contact_input_area .form-group input,
.contact_input_area .form-group select {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #ddd;
    border-radius: 6px;
    box-shadow: none;
    height: 50px;
    margin-bottom: 30px;
    padding: 0px 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    font-size: 16px;
}

.contact_input_area .form-group input:focus {
    border: 2px solid #eb0707;
}

.message_title {
    margin-bottom: 60px;
    text-align: center;
}

.contact_input_area button {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #ddd;
    border-radius: 6px;
    color: #888;
    display: block;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    margin: 0 auto 30px;
    padding: 15px 24px;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: auto;
}

.contact_input_area button:hover {
    background-color: #eb0707;
    color: #fff;
    border: 2px solid #eb0707;
}

.message_now_area {
    position: relative;
    z-index: 1;
}

/* >>>>>>>>>>>>>> :: 25.0 Sidebar Area CSS <<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>> Why Choose Us Area CSS <<<<<<<<<<<< */
.single_choose_us {
    margin-bottom: 30px;
    padding-left: 85px;
    position: relative;
    text-align: left;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_choose_us > h4 {
    color: #34495e;
    font-weight: 600;
    margin-bottom: 10px;
}

.choose_us_icon {
    /* background-color: #34495e; */
    border-radius: 50%;
    color: #fff;
    height: 70px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 2px;
    width: 70px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.choose_us_icon > i {
    font-size: 70px;
    line-height: 70px;
}
.choose_us_icon > .icofont-check-circled:before{
    color: #32CD32;
}
.choose_us_icon > .icofont-close-circled:before{
    color: #ff3333;
}

.why_choose_us_text_area.second_area .single_choose_us {
    padding-right: 0;
    padding-left: 85px;
}

.why_choose_us_text_area.second_area .choose_us_icon {
    right: auto;
    left: 0;
    top: 2px;
}

.why_choose_us_text_area.second_area .single_choose_us {
    text-align: left;
}

.why_choose_us_image {
    padding-top: 15px;
}

/* >>>>>>>>>>>> Classic Version Area CSS <<<<<<<<<<< */

.classic_version .mainmenu ul#nav li a,
.classic_version .single_slide .slide_text h3 {
    color: #ffffff;
}

.classic_version .single_slide .slide_text h2 {
    color: #eb0707;
    font-weight: 600;
    text-shadow: 1px 1px 3px #000;
}
.classic_version .single_slide .slide_text h3 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
}


/* >>>>>>>>>>>>> Text Slider Area CSS <<<<<<<<<<<<< */
.price-table {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.price-table p,
.table-full-value b{
    color: #000;
    font-size: 18px
}

.table-right-value p,.table-left-value p,.table-middle-value p,.table-full-value b {
    margin: 18px 40px;
    display: block;
}
.table-full-value b{
    text-align: center;
}
.table-right-value,.table-left-value,.table-middle-value,.table-full-value {
    padding: 0
}

.table-middle-value.main-row {
    border-radius: 0
}

.main-row{
    background-color: #eb0707;
}
.main-row {
    border-radius: 5px 0 0 5px
}
.main-row p {
    color: #fff;
    font-size: 20px
}
.main-row-right {
    border-radius: 0 5px 5px 0
}
.errors-section h2 {
    max-width: 75%;
    color: #eb0707;
    font-size: 26px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}
.errors-table{
    background-color: #fff;
    border-radius: 5px;
    
}
.errors-table.big-errors-table{
    position: relative;
    max-height: 1000px;
    overflow: hidden;
}
.errors-table .show-more-container{
    content: "▼ Раскрыть ▼";
    color: #000;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 170px;
    background: linear-gradient(to top, #fff 0%, #fff 50%, transparent 100%);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition:all 0.3s ease;
}
.errors-table .show-more-container:hover{
    height: 140px;
}
.errors-table .show-more-container p{
    margin-bottom: -50px;
}
.errors-table-row{
    display: flex;
}
.errors-table-row p,
.errors-table-row ol,
.errors-table-row  ul{
    margin: 18px 20px 18px 40px;
    padding: 0px;
    color: #000;
    font-size: 18px;
}
.errors-table-row ul li{
    list-style: unset;
}
.errors-table-row .td{
    padding: 0px;
}
.errors-table .main-td p{
    color: #fff;
    font-size: 18px;
}
.errors-table-row .td{
    width: 25%;
    display: flex;
    align-items: center;
}
.errors-table-row .full-td{
    width: 100% !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.errors-table-row .full-td p{
    width: 100%;
    font-size: 20px;
    text-align: center;

}
.errors-table-row .td:first-child{
    width: 10%;
}
.errors-table-row .td:last-child{
    width: 40%;
}
.errors-table-row .td:first-child p{
    margin-right: 10px;
}
.errors-table .errors-table-main-row{
    border-radius: 5px;
    background-color: #eb0707;
}
.errors-section{
    padding-top: 100px;
    padding-bottom: 70px;
}
.errors-table-row:not(.errors-table-main-row):nth-child(2n){
    background-color: #eee;
}
.icofont-phone-circle{
    font-size:23px !important;
}
.phone-number{
    color:#eb0707 !important;
    font-size: 19px !important;
    display: block;
}
.contact_title{
    text-align: center;
    color:white;
    margin-top:40px;
    color:#eb0707;
}
.contacts_row{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.contacts_container a:first-child{
    display:block;
}
.icofont-arrow-down{
    display:none;
}

.contacts_container{
    padding-top: 20px;
    text-align: center;
    color:#ffffff;
}
.contacts_container a{
    display: inline-block;
    color:#ffffff;
    font-size: 18px;
    padding:0px 2px 10px 2px;
}
.contacts_container a:hover{
    color:#eb0707;
    font-size: 18px;
}
.polomki hr{
    margin:0 auto;
    border-top:1px solid #999;
    width:70%;
}
#zcwMiniButton{
    opacity: 1;
}
.oferta_link{
    color:#eb0707;
}
.modal-body{
    color: black;
    text-align: center;
}
.modal-footer,
.modal-header{
    display: flex;
}
.modal-dialog{
    width:600px !important;
}
.modal-header img{
    margin:auto;
}
.modal-footer button{
    margin:auto;
    background-color: white;
    color:black;
}
.modal-footer button:hover{
    background-color:#eb0707;
    color:white !important; 
}
#error_info .modal-footer button{
    border:1px solid #eb0707;
}
#error_info .modal-footer button:hover{
    background-color:#eb0707;
}
#succes_info .modal-footer button{
    border:1px solid #80e227;
}
#succes_info .modal-footer button:hover{
    background-color:#80e227;
}

.phone-number {
    color: #32CD32 !important;
}
.single_slide .slide_text a {
    background-color: #32CD32;
}
.single_service:hover .learn_more > a > h4 {
    background-color: #eb0707;
}
.timeline_text_content:hover {
    background-color: #32CD32;
}
.contact_input_area button:hover {
    background-color: #32CD32;
    color: #fff;
    border: 2px solid #32CD32;
}
.timeline_text_content:hover:after {
    background-color: #32CD32;
}
.contact_input_area .form-group input:focus {
    border: 2px solid #32CD32;
}
.desktop-phone{
    display: flex;
}
.desktop-phone a{
    margin: auto;
}
.service-list li {
    color: #000;
    line-height: 1.7;
    font-size: 17px;
    transition: all 0s;
}
.service-list li a:hover{
    color: #eb0707;
    text-decoration: underline;
}
.service-list li a .icofont{
    font-size: 25px;
    vertical-align: middle;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}
.service-list li a:hover .icofont{
    transform: translateX(10px);
}
.service-item{
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 7px 7px #c7c7c7;
    margin-bottom: 50px;
}
.service-item-img{
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    background-position: top center;
}

.service-item-content{
    padding-left: 40px;
}
.service-item-content p{
    max-width: 75%;
    color: #000;
    padding: 8px 0px;
    font-size: 18px;
    margin-bottom: 0px;
}
.service-item-content h3{
    color: #000;
    margin-top: 40px;
    margin-bottom: 30px;
}
.service-item-content .icofont{
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}
.service-btn{
    margin: 30px 0px;
    color: #000;
    display: inline-block;
    border: 2px solid #32CD32;
    border-radius: 5px;
    padding: 10px 28px;
}
.service-btn:hover{
    background-color: #32CD32;
    color: #fff;
}
.service-btn .icofont-long-arrow-right{
    font-size: 20px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.service-btn .icofont-long-arrow-right:before{
    display: inline-block;
    height: 22px;
}
.why_choose_us_item{
    background-color: #f6f6f6;
    padding-top: 30px;
    box-shadow: 0 2px 10px #c7c7c7;
    padding-bottom: 30px;
    height: 100%;
}
.why_choose_us_area .col-lg-6{
    margin-bottom: 30px;
}
.process-digit{
    display: flex;
}
.process-digit span{
    color: #000;
    opacity: .1;
    font-weight: 700;
    font-style: normal;
    font-size: 6vw;
    line-height: 1;
    display: block;
    margin: auto;
    max-width: 100%;
}
.process-item > .row{
    height: 100%;
}
.process-item{
    margin-bottom: 30px;
}
.process-item .icofont{
    font-size: 30px;
    margin-bottom: 15px;
    display: block;
}
.process-item .icofont:before{
    color: #eb0707; 
}
.process-item h4{
    color: #000;
    margin: 20px 0px;
}
.process-item p{
    color: #000;
    font-size: 15px;
}
.process-text{
    padding: 0px;
}
.process{
    padding: 70px 0px;
}
.process .section_heading{
    margin-bottom: 70px;
}
.dropdown-menu-item{

}
.dropdown-link{
    position: relative;
}
.dropdown-link::before{
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 6px solid #354b60;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: 0px;
    top: 48%;
}

.mainmenu ul#nav .dropdown-list{
    width: 350px;
    background-color: #e9ecef;
    position: absolute;
    overflow: hidden;
    height: 0px;
    top: 100%;
}
.mainmenu ul#nav .dropdown-menu-item:hover .dropdown-list{
    height:auto;
    /*    padding-bottom: 20px;*/
    overflow: visible;
}
.mainmenu ul#nav .dropdown-list li{
    width: 100%;
}
.mainmenu ul#nav .dropdown-list > li:hover{
    background-color: #dee2e6;
}
.mainmenu ul#nav .dropdown-list a{
    padding: 15px 30px;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: auto;
}
.mainmenu ul#nav .dropdown-list li:hover > a{
    color: #eb0707;
}
.main_header_area.sticky .mainmenu ul#nav .dropdown-menu-item:hover a, .mainmenu ul#nav .dropdown-menu-item:hover a{
    color: #354b60;
}
.dropdown-list .dropdown-right-menu-item{
    position: relative;
}
.dropdown-list .dropdown-right-menu-item::before{
    content: "▶";
    display: block;
    position: absolute;
    font-weight: bold;
    color: #354b60;
    right: 10px;
    top: 35%;
    font-stretch: 100%;
    font-size: 12px;
    height: 0px;
}
.dropdown-right-menu-list{
    position: absolute;
    left: 100%;
    width: 150%;
    top:0px;
    height: 0px;
    background-color: #e9ecef;
    overflow: hidden;
}
.dropdown-list .dropdown-right-menu-item:hover>.dropdown-right-menu-list{
    height: auto;
}
.dropdown-right-menu-list a:hover{
    background-color: #dee2e6;
}
textarea.form-control{
    height: 100px;
}
.process-item-final .process-digit{
    display: flex;
    flex-wrap: wrap;
}
.process-item-final .icofont{
    font-size: 60px;
    width: 100%;
    display: block;
    text-align: center;
}
.grey-bg{
    background-color: #f4f8fa;
}
.phone-number-logo{
    color: #32CD32 !important;
    font-size: 20px !important;
    padding-left:15px;
}
.what_we_do_area .container-fluid{
    max-width: 1140px;
}
.defect-item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    background-color: #f6f6f6;
    padding: 15px 30px 10px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 7px 7px #c7c7c7;
}
.defects-section h2{
    max-width: 75%;
    color: #eb0707; 
    font-size: 26px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}
.defects-section .defect-item-subscription{
    width: 20%;
    font-size: 18px;
    display: block;
    padding-bottom: 20px;
    line-height: 30px;
    font-style: italic;
    color: #000000d9;
    padding-top: 20px;
}
.defect-item .defect-item-subscription:first-child{
    border-bottom: 2px solid #32CD32;
}
.defects-section .defect-item h3{
    width: 80%;
    padding-bottom: 20px;
    color: #000000c2;
    border-bottom: 2px solid #32CD32;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-top: 20px;
}
.defects-section .defect-item p{
    width: 80%;
    font-size: 18px;
    color: #000000d9;
    padding-left: 20px;

    padding-top: 20px;
}
.defects-section .defect-item-price{
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #32CD32;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    top: -30px;
    border-radius: 50%;
    right: -30px;
}
.defects-section .defect-item-btn-container{
    width: 100%;
    text-align: center;
}
/* >>>>>>>>>>>>>> :: 19.0 Faq Area CSS <<<<<<<<<<<<<<< */
.faq_question_area {
    background-image: url(img/bg-pattern/tes-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faq_question_area:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -5;
}

.single-accordion {
    height: 100%;
}
.faq-item-container{
    margin-bottom: 20px;
}
.single-accordion h5{
    background-color: transparent;
    border: 1px solid #ddd;
    color: #2c3e50;
    display: block;
    font-weight: 400;
    line-height: 21px;
    padding: 15px;
    position: relative;
    border-radius: 6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.single-accordion .accordion-content {
    border: 1px solid #ddd;
    border-top: 0 solid transparent;
}

.single-accordion .accordion-content p {
    padding: 20px 20px 10px;
    color: #888;
    font-weight: 400;
}

.faq_question_area .section_heading {
    text-align: right;
}

.faq_question_area .section_heading p {
    color: #fff;
}

.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 20px;
}

.errors-section{
    background-color: #f6f6f6;
}
.errors-section-container{
    max-width: 1240px;
}
.errors-section .single-error {
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.errors-section .single-error .title {
    background-color: #34495e;
    border-radius: 6px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 150px;
}

.errors-section .single-error .title h3 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
}

.errors-section .single-error .error-subscription h4 {
    color: #2c3e50;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 30px 0 15px;
}

.errors-section .single-error .description {
    padding: 15px 0;
}

.errors-section .single-error .description > p {
    border-bottom: 0 solid transparent;
    margin: 0;
    padding: 7.5px 0;
}

.errors-section .single-error {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.errors-section.error-subscription .single-error {
    margin-bottom: 30px;
}