@import url("icons.css");
@import url("reset.css");
@font-face {
    font-family: 'Mbold';
    font-weight: normal;
    src: url("../assets/font/HelveticaNeueLTGEO-75Bold.otf")
}

@font-face {
    font-family: 'FontRu';
    font-weight: normal;
    src: url("../assets/font/fontru.ttf")
}


@font-face {
    font-family: 'Mregular';
    src: url("../assets/font/HelveticaNeueLTGEO-55Roman.ttf")
}

@font-face {
    font-family: 'Main';
    font-weight: normal;
    src: url("../assets/font/BPG2017DejaVuSansCaps.ttf")
}

@font-face {
    font-family: 'MainBold';
    font-weight: normal;
    src: url("../assets/font/BPG2017DejaVuSans.ttf")
}

.ru {
    font-family: 'FontRu'!important;
	font-weight:bolder;
}

.col-lg-offset-right-1,
.col-md-offset-right-1 {
    margin-right: 8.33333333%
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

strong {
	font-weight:bolder;
}
body {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'MainBold';
    height: 100%;
    color: #979797
}

:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Mbold";
    color: #131313
}

i:before {
    margin-left: 0px!important
}

button:focus {
    outline: none
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.body_wrapper {
    overflow: hidden
}

.sec_pad {
    padding: 100px 0px
}

.bg_color {
    background: #f3f2f9
}

.section_title {
    margin-bottom: 56px
}

.section_title h6 {
    font-size: 18px;
    font-family: 'MainBold';
    font-weight: 400;
    color: #8b8b8b;
    margin-bottom: 5px
}

.section_title h2 {
    font-size: 24px;
    margin-bottom: 0
}

.section_title i {
    color: #da251c;
    font-size: 24px;
    padding-top: 16px
}

.color_w h6 {
    color: #d7d7d7
}

.color_w h2 {
    color: #fff
}

.color_w2 h2,
.color_w2 h6 {
    color: #fff
}

.theme_btn {
    font-size: 14px;
    line-height: 28px;
    font-family: 'MainBold';
    text-transform: uppercase;
    padding: 13px 30px 12px;
    min-width: 230px;
    color: #fff;
    background: #da251c;
    text-align: center;
    height: 54.6px;
    display: inline-block;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 35px;
    outline: none;
    border: none
}

.theme_btn:hover {
    border-color: #fff
}

.theme_btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: "";
    background: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.theme_btn:hover {
    color: #131313;
    border-color: #fff
}

.theme_btn:hover:after {
    opacity: 1;
    height: 500%
}

.theme_w_btn {
    font: 14px/30px 'MainBold';
    border: 1px solid #fff;
    display: inline-block;
    padding: 13px 20px 10px;
    min-width: 230px;
    text-align: center;
    color: #131313;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 35px
}

.theme_w_btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 500%;
    opacity: 1;
    z-index: -1;
    content: "";
    background: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.theme_w_btn:hover {
    color: #fff
}

.theme_w_btn:hover:after {
    height: 0%
}

.border_btn {
    background: transparent;
    color: #fff
}

.border_btn:after {
    height: 50%;
    opacity: 0
}

.border_btn:hover {
    color: #131313
}

.border_btn:hover:after {
    height: 500%;
    opacity: 1
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

header+div,
header+section {
    margin-top: 115px
}

.header_top {
    background: #da251c;
    padding: 9px 0px
}

.header_top p {
    font-size: 12px;
    font-family: "Mbold";
    color: #e8e7f4;
    margin-bottom: 0;
    letter-spacing: 0.12px
}

.header_top p span {
    color: #fff;
    font-weight: 500
}

.header_social_icon a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #ccc9e9;
    line-height: 28px;
    border: 1px solid #ccc9e9;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 50%
}

.header_social_icon a:hover {
    background: #a9a5d1;
    border-color: #a9a5d1;
    color: #fff
}

.header_social_icon a+a {
    margin-left: 11px
}

.navbar {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background: #fff;
    padding-top: 10px
}

.navbar img {
    height: 85px
}

.menu>.nav-item {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.menu>.nav-item>.nav-link {
    font-size: 14px;
    font-family: 'MainBold';
    color: #212028;
    line-height: 36px;
    padding: 0px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear
}

.menu>.nav-item>.nav-link:after {
    display: none
}

.menu>.nav-item.submenu .dropdown-menu {
    border: 0px;
    margin: 0px;
    border-radius: 5px;
    left: -30px;
    min-width: 180px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05)
}

@media (min-width:992px) {
    .menu>.nav-item.submenu .dropdown-menu {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block
    }
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    margin-right: 0px;
    padding: 0px 15px;
    position: relative
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
    padding: 0px;
    white-space: nowrap;
    font: 500 13px/36px 'MainBold';
    display: block;
    color: #212028;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
    display: none
}

.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link {
    color: #da251c
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0px
}

@media (min-width:992px) {
    .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: -5px;
        opacity: 0;
        display: block;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in
    }
}

.menu>.nav-item.active .mobile_dropdown_icon,
.menu>.nav-item.active .nav-link {
    color: #da251c;
    opacity: 1
}

.menu>.nav-item:hover .nav-link {
    color: #da251c
}

@media (min-width:992px) {
    .menu>.nav-item:hover .dropdown-menu {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        visibility: visible
    }
}

@media (min-width:992px) and (min-width:992px) {
    .menu>.nav-item:hover .dropdown-menu>.nav-item:hover .dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }
}

.menu>.nav-item+.nav-item {
    margin-left: 35px
}

.menu>.nav-item .mobile_dropdown_icon {
    position: absolute;
    top: 8px;
    right: 0;
    opacity: 0.8;
    font-size: 15px
}

@media (min-width:992px) {
    .menu>.nav-item .mobile_dropdown_icon {
        display: none
    }
}

.navright {
    margin-left: 50px
}

.navright li a {
    font-size: 14px;
    color: #212028
}

.navbar-toggler {
    position: relative;
    height: 20px;
    width: 30px;
    top: 0px;
    border: none;
    padding: 0px;
    margin-top: 22px;
    margin-bottom: 25px;
    margin-left: 30px
}

.navbar-toggler span {
    height: 2px;
    width: 30px;
    display: block;
    background: #131313;
    cursor: pointer;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    position: absolute;
    left: 0px;
    top: 50%
}

.navbar-toggler[aria-expanded=true] span {
    background: transparent
}

.navbar-toggler.collapsed span {
    background: #131313
}

.navbar-toggler span:before {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    background: #131313;
    left: 0px;
    top: -8px;
    position: absolute;
    -webkit-transition: top 0.3s 0.3s;
    -o-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s
}

.navbar-toggler span:after {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    background: #131313;
    left: 0px;
    bottom: -8px;
    position: absolute;
    -webkit-transition: bottom 0.2s 0.3s;
    -o-transition: bottom 0.2s 0.3s;
    transition: bottom 0.2s 0.3s
}

.navbar-toggler[aria-expanded=true] span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    -o-transition: top 0.3s 0s, transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s
}

.navbar-toggler[aria-expanded=true] span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
    -webkit-transition: bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
    -o-transition: bottom 0.3s 0s, transform 0.3s 0.3s;
    transition: bottom 0.3s 0s, transform 0.3s 0.3s;
    transition: bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s
}

.navbar_fixed {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06)
}

.navbar_fixed .menu>.nav-item {
    padding: 19px 0px
}

.navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px
}

.contact {
    background: #da251c;
    border-radius: 35px;
    padding: 5px 25px;
    font-size: 13px;
    line-height: auto!important
}

.contact a {
    color: #fff!important;
    font-size: 12px!important;
    line-height: auto!important
}

.main_slider_area {
    position: relative
}

.main_slider_area .main_slider {
    position: relative;
    height: calc(100vh - 180px);
    z-index: 1;
    margin-bottom: 0px!important
}

.main_slider_area .main_slider .slick-list,
.main_slider_area .main_slider .slick-track {
    height: 100%
}

.main_slider_area .main_slider .slick-list .slider_item,
.main_slider_area .main_slider .slick-track .slider_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover!important;
    background-position: center 0!important
}

.main_slider_area .main_slider .slick-list .slider_item .one,
.main_slider_area .main_slider .slick-track .slider_item .one {
    opacity: 0.4
}

.main_slider_area .main_slider .slick-list .slider_item .two,
.main_slider_area .main_slider .slick-track .slider_item .two {
    opacity: 0.25
}

.main_slider_area .main_slider .slick-list .slider_item .three,
.main_slider_area .main_slider .slick-track .slider_item .three {
    opacity: 0.3
}

.main_slider_area .main_slider .slider_text h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 5px
}

.main_slider_area .main_slider .slider_text h2 span {
    color: #da251c
}

.main_slider_area .main_slider .slider_text h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'MainBold';
    font-weight: normal!important
}

.main_slider_area .main_slider .slider_text .slider_btn {
    margin-top: 40px
}

.main_slider_area .main_slider .slider_text .theme_w_btn {
    margin: 0px 15px
}

.main_slider_area .main_slider .slider_text.slider_text_two {
    padding-top: 50px
}

.main_slider_area .main_slider .slider_text.slider_text_three .theme_w_btn {
    color: #da251c
}

.main_slider_area .main_slider .slider_text.slider_text_three .theme_w_btn:hover {
    color: #fff
}

.main_slider_area .main_slider .slider_text.slider_text_four h2 {
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 1.5;
    max-width: 50%;
    font-family: 'MainBold';
    font-weight: normal!important
}

.main_slider_area .main_slider .slider_text.slider_text_four h2 strong {
    display: block
}

.main_slider_area .main_slider .slider_text ul {
    padding-top: 18px
}

.main_slider_area .main_slider .slider_text ul li {
    font-size: 30px;
    color: #fff;
    font-style: italic;
    position: relative;
    padding-left: 28px
}

.main_slider_area .main_slider .slider_text ul li i {
    font-size: 20px;
    color: #da251c;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px
}

.main_slider_area .main_slider .slider_text ul li+li {
    margin-top: 28px
}

.main_slider_area .left_arrow,
.main_slider_area .right_arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    cursor: pointer
}

.main_slider_area .left_arrow:hover,
.main_slider_area .right_arrow:hover {
    background: #fff;
    color: #131313
}

.main_slider_area .left_arrow {
    left: 0
}

.main_slider_area .right_arrow {
    right: 0
}

.main_slider_area:hover .left_arrow {
    left: 30px;
    opacity: 1
}

.main_slider_area:hover .right_arrow {
    right: 30px;
    opacity: 1
}

.phone_mockup {
    position: relative;
    margin-left: -200px
}

.phone_mockup .phone_two {
    position: absolute;
    right: 0
}

.about_content {
    padding-left: 30px!important
}

.about_content h6 {
    font-size: 14px;
    color: #636363;
    font-family: 'MainBold';
    margin-bottom: 15px
}

.about_content h2 {
    font-size: 21px;
    margin-bottom: 32px;
    color: #da251c
}

.about_content h2 span {
    font-weight: 700
}

.about_content p {
    font-family: 'MainBold';
    font-size: 13px
}

.about_content .theme_btn {
    margin-top: 22px
}

.about_content .theme_btn:hover {
    background: transparent;
    border-color: #da251c;
    color: #da251c
}

.about_content .theme_btn:hover:after {
    background: transparent
}

.aboutImg {
    width: 100%;
    height: 450px;
    background: #da251c;
    float: left;
    overflow: hidden;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px
}

.aboutImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about_area_two .about_content {
    padding-left: 0
}

.about_item {
    text-align: center;
    border: 2px solid #f3f2f9;
    padding: 45px 30px 30px;
    margin: 15px 0px
}

.about_item h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500
}

.process_img {
    height: 600px;
    margin-left: 70px
}

.precess_item {
    cursor: pointer
}

.precess_item .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    font-weight: 300;
    font-family: "Mbold";
    background: #c4c2d3;
    border-radius: 50%;
    color: #fff;
    margin-right: 30px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.precess_item .media-body h6 {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 14px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.precess_item .media-body h6:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #da251c;
    bottom: 0
}

.precess_item .media-body p {
    margin-bottom: 0;
    padding-top: 15px
}

.precess_item:hover .icon {
    background: #da251c
}

.precess_item:hover h6 {
    color: #da251c
}

.precess_item+.precess_item {
    margin-top: 50px
}

.promo_area {
    position: relative;
    padding: 80px 0px;
    z-index: 1
}

.promo_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212028;
    opacity: 0.6;
    z-index: -1
}

.promo_content h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 15px
}

.promo_content h2 span {
    font-weight: 300
}

.promo_content p {
    font-size: 14px;
    color: #fff
}

.promo_content .theme_w_btn {
    margin: 0px 10px
}

.promo_content_two p {
    margin-bottom: 12px
}

.promo_content_two .line {
    width: 70px;
    height: 1px;
    background: #717171;
    margin: 0 auto 30px
}

.mockup_frame_area {
    padding-top: 100px;
    overflow: hidden
}

.mockup_box {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -7px
}

.mockup_box .frame_one,
.mockup_box .frame_three {
    position: absolute;
    bottom: -80px;
    z-index: -1
}

.mockup_box .frame_one {
    left: 0
}

.mockup_box .frame_three {
    right: 0
}

.theme_promo_area {
    background: #da251c;
    text-align: center;
    padding: 115px 0px
}

.theme_promo_area h2 {
    font-size: 60px;
    font-family: 'MainBold';
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.6px;
    color: #fff;
    margin-bottom: 36px
}

.breadcrumb_area {
    position: relative;
    z-index: 1;
    padding: 97px 0px
}

.breadcrumb_area .overlay_bg {
    opacity: 0.8
}

.bread_content {
    text-align: center
}

.bread_content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 48px;
    letter-spacing: 2.4px
}

.mission_content {
    margin-bottom: -26px
}

.mission_content p {
    margin-bottom: 26px
}

.sevice_promo_area .row {
    margin-bottom: -55px
}

.service_promo_item {
    text-align: center;
    padding: 0px 30px;
    cursor: pointer;
    margin-bottom: 55px
}

.service_promo_item .round {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #da251c;
    border: 1px solid #da251c;
    font-size: 30px;
    color: #fff;
    line-height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.service_promo_item h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px
}

.service_promo_item p {
    margin-bottom: 0;
    font-family: 'MainBold'
}

.service_promo_item:hover .round {
    background: transparent;
    color: #da251c
}

.sevice_promo_area_two .row {
    margin-bottom: -55px
}

.sevice_promo_area_two .service_promo_item .round {
    background: transparent;
    color: #da251c
}

.sevice_promo_area_two .service_promo_item:hover .round {
    background: #da251c;
    color: #fff
}

.service_faq_inner .section_title {
    margin-bottom: 35px
}

.service_faq_info .card {
    border: 1px solid #dbd9e7;
    border-radius: 0px;
    margin-bottom: 15px
}

.service_faq_info .card .card-header {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent
}

.service_faq_info .card .card-header button {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: "Mbold";
    color: #131313;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 55px 12px 30px;
    position: relative
}

.service_faq_info .card .card-header button span {
    position: absolute;
    right: -1px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #da251c;
    height: 50px;
    text-align: center;
    top: -1px
}

.service_faq_info .card .card-header button .pluse {
    display: none
}

.service_faq_info .card .card-header button .minus {
    display: inline-block;
    background: #636363;
    color: #fff
}

.service_faq_info .card .card-header button.collapsed .pluse {
    display: inline-block
}

.service_faq_info .card .card-header button.collapsed .minus {
    display: none
}

.service_faq_info .card .card-body {
    border-top: 1px solid #dbd9e7;
    padding: 20px 30px 25px
}

.service_tab {
    border: 0px
}

.service_tab .nav-item {
    font: 500 16px "Mbold";
    color: #505050;
    background: #f1f0f9;
    border-radius: 0px;
    min-width: 175px;
    padding: 10px 29px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 0px;
    border-bottom: 0px
}

.service_tab .nav-item.active {
    padding: 10px 49px;
    margin-bottom: -1px
}

.service_tab .nav-item+.nav-item {
    margin-left: 1px
}

.service_tab_content {
    padding: 30px;
    border: 1px solid #dbd9e7;
    background: #fff
}

.service_tab_content p {
    margin-bottom: 0
}

.service_tab_content p img {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 2px
}

.clients_logo_area {
    background: #da251c
}

.clients_logo_area_black {
    background: #212028
}

.c_logo_item {
    display: block;
    text-align: center
}

.c_logo_item img {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.c_logo_item:hover img {
    opacity: 1
}

.skill_item {
    text-align: center;
    padding: 0px 10px
}

.skill_item .count_main {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto 28px
}

.skill_item .count_main .counter_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #da251c;
    font-size: 24px;
    font-family: "Mbold";
    font-weight: 300;
    line-height: 100px;
    color: #fff
}

.skill_item h6 {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 20px
}

.skill_item p {
    margin-bottom: 0
}

.features_area {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    background: url("../img/home-two/features_bg.jpg") no-repeat scroll center 0 / cover
}

.features_area .overlay_bg {
    background: #da251c;
    opacity: 0.4
}

.features_area .color_w h6 {
    color: #fff
}

.features_area .precess_item {
    margin-bottom: 50px
}

.features_area .precess_item .icon {
    background: transparent;
    border: 1px solid #e4a6ff
}

.features_area .precess_item .media-body h6 {
    padding-bottom: 18px
}

.features_area .precess_item .media-body h6:before {
    width: 30px
}

.features_area .precess_item .media-body h6,
.features_area .precess_item .media-body p {
    color: #fff
}

.offer_item {
    cursor: pointer
}

.offer_item img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: -1
}

.offer_item .content {
    padding-top: 27px
}

.offer_item .content h6 {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 20px
}

.offer_item:hover .img_hover img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.offer_item:hover .img_hover:before {
    opacity: 0.9
}

.offer_item:hover h6 {
    color: #da251c
}

.core_features_inner_one {
    text-align: right
}

.core_features_inner_one .core_features_item .media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.core_features_inner_one .core_features_item .media .icon {
    margin-left: 25px;
    margin-right: 0px
}

.core_features_item {
    margin-bottom: 60px
}

.core_features_item .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px
}

.core_features_item .media .icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    color: #da251c;
    border: 1px solid #da251c;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px
}

.core_features_item .media a {
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 500;
    color: #131313;
    font-family: "Mbold";
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.core_features_item .media a:hover {
    color: #da251c
}

.video_area {
    position: relative;
    z-index: 1;
    padding: 196px 0px
}

.video_content .video_icon {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 22px;
    background: #da251c;
    color: #fff;
    line-height: 100px;
    margin: 0 auto 28px;
    display: block;
    border-radius: 50%
}

.video_content .video_icon:hover {
    background: #fff;
    color: #da251c
}

.video_content h2 {
    font-size: 36px;
    font-weight: 300;
    color: #fff
}

.video_content h2 span {
    font-weight: 600
}

.video_content p {
    font-style: italic;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0
}

.portfolio_area {
    padding-left: 160px;
    padding-right: 160px;
    background: #212028
}

.portfolio_slider {
    margin-left: -7px;
    margin-right: -7px
}

.portfolio_slider .item {
    padding: 0px 7px
}

.p_slider_inner {
    position: relative
}

.p_slider_inner .next,
.p_slider_inner .prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 18px
}

.p_slider_inner .next:hover,
.p_slider_inner .prev:hover {
    background: #fff;
    color: #131313
}

.p_slider_inner .prev {
    left: -100px
}

.p_slider_inner .next {
    right: -100px
}

.pr_slider_item {
    cursor: pointer
}

.pr_slider_item img {
    max-width: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
    position: relative
}

.pr_slider_item .item_content {
    background: #fff;
    text-align: center;
    padding: 27px 10px 18px
}

.pr_slider_item .item_content h4 {
    font-size: 16px;
    margin-bottom: 7px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.pr_slider_item .item_content h4:hover {
    color: #da251c
}

.pr_slider_item .item_content p {
    font-size: 12px;
    color: #636363;
    margin-bottom: 0
}

.pr_slider_item:hover .img img {
    -webkit-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.pr_slider_item:hover .img:before {
    opacity: 0.9
}

.pr_slider_item:hover .img .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.img_hover {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 320px
}

.img_hover:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #da251c;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.img_hover img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.img_hover .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #212028;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.img_hover .icon:hover {
    background: #fff;
    color: #da251c
}

.portfolio_area_two .row {
    margin-bottom: -30px
}

.portfolio_item {
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 30px
}

.portfolio_item .hover_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.portfolio_item .hover_content h5 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.portfolio_item .hover_content p {
    font-size: 18px;
    font-style: italic;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.portfolio_item .hover_content h5,
.portfolio_item .hover_content p {
    color: #fff;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0
}

.portfolio_item .hover_content .icon {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 8px;
    margin-left: 0;
    display: inline-block;
    border: 1px solid #d5d5d5;
    background: transparent
}

.portfolio_item .hover_content .icon:hover {
    background: #212028;
    border-color: #212028
}

.portfolio_item:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.portfolio_item:hover:before {
    opacity: 0.9
}

.portfolio_item:hover h5,
.portfolio_item:hover p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.portfolio_item:hover .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.portfolio_inner_four .pr_slider_item {
    margin-bottom: 30px
}

.portfolio_inner_four .pr_slider_item .item_content {
    background: #f3f2f9
}

.demos_area .row {
    margin-bottom: -70px
}

.demo_item {
    display: inline-block;
    margin-bottom: 70px
}

.demo_item img {
    max-width: 100%;
    border-radius: 4px
}

.demo_item h5 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin-top: 35px;
    margin-bottom: 0
}

.demo_item:hover h5 {
    color: #da251c
}

.p_filter_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.p_filter_info h5 {
    font-size: 20px;
    font-family: 'MainBold';
    font-weight: 600;
    color: #131313;
    margin-bottom: 0
}

.p_filter_info .portfolio_filter .work_portfolio_item {
    display: inline-block;
    font-size: 20px;
    font-family: 'MainBold';
    font-weight: 400;
    color: #8b8b8b;
    cursor: pointer;
    margin-left: 40px
}

.p_filter_info .portfolio_filter .work_portfolio_item.active {
    color: #da251c
}

.portfolio_gallery .pr_slider_item {
    margin-top: 30px
}

.portfolio_gallery .pr_slider_item .item_content {
    border: 1px solid #f3f2f9
}

.portfolio_gallery .p_title {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px
}

.details_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.details_content .details_text {
    width: 73%;
    padding-right: 60px;
    border-right: 1px solid #e6e6e6
}

.details_content .details_text h2 {
    font-size: 21px;
    margin-bottom: 32px
}

.details_content .details_text p {
    margin-bottom: 0
}

.details_content .p_details_info {
    width: 27%;
    padding-left: 70px
}

.details_content .p_details_info .item {
    font-family: "Mbold";
    font-size: 18px;
    font-weight: 500;
    color: #131313
}

.details_content .p_details_info .item p {
    font-family: 'MainBold';
    font-style: italic;
    color: #505050;
    font-size: 18px;
    margin-bottom: 0
}

.details_content .p_details_info .item p a {
    color: #505050
}

.details_content .p_details_info .item+.item {
    padding-top: 25px
}

.p_social_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p_social_icon h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #505050
}

.p_social_icon a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #bababa;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #bababa;
    margin-left: 15px
}

.p_social_icon a:hover {
    background: #da251c;
    border-color: #da251c;
    color: #fff
}

.portfolio_details_area .portfolio_detail_img {
    margin-bottom: 30px
}

.portfolio_details_area .portfolio_detail_img img {
    width: 100%
}

.portfolio_details_area .portfolio_gallery {
    margin-top: 90px
}

.testimonial_area .container {
    max-width: 890px
}

.testimonial_slider {
    text-align: center
}

.testimonial_slider .item {
    padding-left: 50px;
    padding-right: 50px
}

.testimonial_slider .item .testimonial_content {
    border: 1px solid #f3f2f9;
    padding: 50px 40px;
    position: relative
}

.testimonial_slider .item .testimonial_content .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #da251c;
    right: -50px;
    top: 0px
}

.testimonial_slider .item .testimonial_content p {
    font-size: 22px;
    line-height: 36px;
    font-family: 'MainBold';
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0
}

.testimonial_thumbnil {
    text-align: center;
    max-width: 490px;
    margin: 0 auto
}

.testimonial_thumbnil .slick-list {
    padding: 0px!important
}

.testimonial_thumbnil .item {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    position: relative;
    padding-top: 40px;
    cursor: pointer
}

.testimonial_thumbnil .item .round_img {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid transparent;
    text-align: center;
    overflow: hidden;
    position: relative
}

.testimonial_thumbnil .item .round_img:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #212028;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5
}

.testimonial_thumbnil .item .round_img img {
    width: 100%
}

.testimonial_thumbnil .item .content {
    padding-top: 20px;
    opacity: 0
}

.testimonial_thumbnil .item .content h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 2px
}

.testimonial_thumbnil .item .content p {
    font-style: italic;
    margin-bottom: 0
}

.testimonial_thumbnil .item.slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.testimonial_thumbnil .item.slick-current .round_img {
    border-color: #da251c
}

.testimonial_thumbnil .item.slick-current .round_img:before {
    opacity: 0
}

.testimonial_thumbnil .item.slick-current .content,
.testimonial_thumbnil .item.slick-current:before,
.testimonial_thumbnil .item.slick-current:after {
    opacity: 1
}

.testimonial_thumbnil .item:before,
.testimonial_thumbnil .item:after {
    opacity: 0
}

.testimonial_thumbnil .item:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #fff;
    border-bottom: 1px solid #f3f2f9;
    border-right: 1px solid #f3f2f9;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -14px
}

.testimonial_thumbnil .item:after {
    content: "";
    position: absolute;
    width: 0;
    top: 0px;
    left: 50%;
    margin-left: -6px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #da251c
}

.testimonial_slider_two .testimonial_content {
    border: 0px;
    background: #fff
}

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

.testimonial_area_four .overlay_bg {
    background: #da251c;
    opacity: 0.9
}

.testimonial_area_four .container {
    max-width: 890px
}

.testimonial_area_four .testimonial_slider .item .testimonial_content {
    background: rgba(135, 129, 189, 0.5);
    border-color: #9590c8
}

.testimonial_area_four .testimonial_slider .item .testimonial_content p {
    color: #fff
}

.testimonial_area_four .testimonial_thumbnil .item:before {
    background: rgba(135, 129, 189, 0.5);
    border-color: #9590c8
}

.testimonial_area_four .testimonial_thumbnil .item:after {
    border-top-color: #fff
}

.testimonial_area_four .testimonial_thumbnil .item .round_img:before {
    background: #da251c
}

.testimonial_area_four .testimonial_thumbnil .item .content h6,
.testimonial_area_four .testimonial_thumbnil .item .content p {
    color: #fff
}

.testimonial_area_four .testimonial_thumbnil .item.slick-current .round_img {
    border-color: #fff
}

.fun_fact_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fun_fact_area .fact_item {
    width: calc(100% / 5);
    background: #da251c;
    text-align: center;
    padding: 148px 0px 133px
}

.fun_fact_area .fact_item:nth-child(2n) {
    background: #8d87c1
}

.fun_fact_area .fact_item .counter,
.fun_fact_area .fact_item p {
    color: #fff
}

.fun_fact_area .fact_item .counter {
    font-size: 48px;
    line-height: 55px;
    font-weight: 300;
    font-family: "Mbold";
    margin-bottom: 18px
}

.fun_fact_area .fact_item p {
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 500;
    font-family: "Mbold"
}

.team_area .row {
    margin-bottom: -30px
}

.team_item {
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer
}

.team_item .tema_content {
    border: 1px solid #f3f2f9;
    padding: 26px 0px 0px;
    margin-top: 5px
}

.team_item .tema_content h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.team_item .tema_content h6:hover {
    color: #da251c
}

.team_item .tema_content p {
    font-style: italic;
    font-size: 16px;
    font-weight: 400
}

.team_item:hover .img_hover:before {
    opacity: 0.9
}

.team_item:hover .img_hover .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.team_social_icon {
    border: 1px solid #f3f2f9;
    padding: 4px 0px;
    margin-top: 5px
}

.team_social_icon a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #bababa;
    color: #bababa;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.team_social_icon a:hover {
    background: #da251c;
    color: #fff;
    border-color: #da251c
}

.h_price_item {
    text-align: center;
    border: 1px solid #f3f2f9;
    padding-bottom: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.h_price_item .price_head .p_top {
    background: #212028;
    padding: 29px 0px 31px
}

.h_price_item .price_head .p_top h6 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #fff;
    margin-bottom: 0
}

.h_price_item .price_head .p_top h6:before {
    margin-right: 25px
}

.h_price_item .price_head .p_top h6:after {
    margin-left: 25px
}

.h_price_item .price {
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
    font-family: "Mbold";
    background: #da251c;
    color: #fff;
    padding: 31px 0px 37px
}

.h_price_item .price sup {
    font-size: 30px;
    font-family: 'MainBold';
    top: -0.8em;
    margin-left: 5px
}

.h_price_item .price span {
    display: block;
    font-family: 'MainBold';
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 8px
}

.h_price_item ul {
    padding: 25px 40px;
    margin-bottom: 0
}

.h_price_item ul li {
    padding: 20px 0px 10px
}

.h_price_item ul li h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.h_price_item.active,
.h_price_item:hover {
    background: #da251c
}

.h_price_item.active ul li,
.h_price_item:hover ul li {
    border-color: #9791ca
}

.h_price_item.active ul li h6,
.h_price_item.active ul li p,
.h_price_item:hover ul li h6,
.h_price_item:hover ul li p {
    color: #fff
}

.h_price_item.active .theme_btn,
.h_price_item:hover .theme_btn {
    border-color: #fff;
    color: #131313
}

.h_price_item.active .theme_btn:after,
.h_price_item:hover .theme_btn:after {
    height: 500%;
    opacity: 1
}

.h_blog_post_area {
    background: #212028
}

.h_blog_post_area .theme_w_btn {
    margin-top: 60px
}

.h_blog_post_item .post_img {
    display: block;
    overflow: hidden;
    height: 250px;
    border-radius: 5px
}

.h_blog_post_item .post_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.h_blog_post_item .post_img img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.h_blog_post_item .post_content {
    padding-top: 21px
}

.h_blog_post_item .post_content h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
    margin-top: 12px;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.h_blog_post_item .post_content .h_post_info {
    border-top: 1px solid #2e2d36;
    padding-top: 10px
}

.h_blog_post_item:hover .post_img img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.h_blog_post_item:hover .post_content h3 {
    color: #da251c
}

.h_post_date {
    font-size: 13px;
    font-family: 'MainBold';
    color: #c2c2c2
}

.h_post_date:hover {
    color: #da251c
}

.h_post_info a {
    font-size: 14px;
    color: #7f7f7f;
    font-family: 'MainBold';
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.h_post_info a i {
    font-size: 14px;
    margin-right: 6px
}

.h_post_info a:hover {
    color: #da251c
}

.h_post_info a+a {
    margin-left: 50px
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_date {
    color: #8b8b8b
}

.h_blog_post_area_two .h_blog_post_item .post_content h3 {
    color: #131313
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_info {
    border-color: #f2f2f2
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_info a {
    color: #8b8b8b
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_info a:hover {
    color: #da251c
}

.h_blog_post_area_two .h_blog_post_item:hover h3 {
    color: #da251c
}

.theme_b_btn {
    margin-top: 60px;
    border-color: #131313;
    color: #131313
}

.theme_b_btn:after {
    background: #da251c
}

.theme_b_btn:hover {
    border-color: #da251c;
    color: #fff
}

.blog_info .theme_b_btn {
    margin-top: 30px
}

.blog_item {
    margin-bottom: 60px
}

.blog_item .h_post_date {
    color: #8b8b8b
}

.blog_item .h_post_date:hover {
    color: #da251c
}

.blog_item .post_content h3 {
    color: #131313;
    margin-bottom: 29px
}

.blog_item .post_content .h_post_info {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0px
}

.blog_item .post_content .h_post_info a {
    font-size: 16px;
    color: #8b8b8b
}

.blog_item .post_content .h_post_info a:hover {
    color: #da251c
}

.blog_details_info .blog_details_content .blog_d_img {
    margin-bottom: 45px;
    display: block
}

.blog_details_info .blog_details_content .blog_d_img img {
    width: 100%
}

.blog_details_info .blog_details_content .h_post_info {
    padding-bottom: 25px
}

.blog_details_info .blog_details_content h2 {
    font-size: 21px;
    margin-bottom: 15px
}

.blog_details_info .blog_details_content p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 28px
}

.blog_details_info .blog_details_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog_details_info .blog_details_content ul li {
    width: 50%;
    padding-left: 40px
}

.blog_details_info .blog_details_content ul li a {
    font-size: 14px;
    color: #979797;
    font-family: 'MainBold';
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.blog_details_info .blog_details_content ul li a:before {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    background: #da251c;
    position: absolute;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.blog_details_info .blog_details_content ul li a i {
    font-size: 11px;
    color: #da251c;
    top: -2px;
    margin-right: 6px;
    position: relative
}

.blog_details_info .blog_details_content ul li a:hover {
    color: #da251c
}

.blog_details_info .blog_details_content ul li a:hover:before {
    opacity: 1
}

.blog_details_info blockquote {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    color: #131313;
    padding-left: 40px
}

.blog_details_info blockquote .name {
    font-size: 18px;
    color: #da251c;
    font-style: normal
}

.blog_details_info .text img {
    float: left;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 20px
}

.share_link {
    padding-top: 20px
}

.share_link a {
    border: 1px solid #e7e6ef;
    font-size: 16px;
    color: #8b8b8b;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 20px 0px;
    text-align: center
}

.share_link a.like {
    width: 170px
}

.share_link a i {
    font-size: 30px;
    color: #c4c2d3;
    display: block;
    margin-bottom: 5px
}

.share_link a:hover {
    background: #da251c;
    border-color: #da251c;
    color: #fff
}

.share_link a:hover i {
    color: #fff
}

.share_link a+a {
    margin-left: 27px
}

.related_title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 35px
}

.related_post {
    margin-top: 85px
}

.related_post .row {
    margin-left: -5px;
    margin-right: -5px
}

.related_post .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px
}

.related_post .related_item {
    position: relative;
    z-index: 1;
    cursor: pointer
}

.related_post .related_item:hover:before {
    opacity: 0.9
}

.related_post .related_item:hover .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.s_comment_list {
    margin-top: 85px
}

.s_comment_list .theme_w_btn {
    margin-top: 10px
}

.s_comment_list_inner .s_comment .media {
    padding: 30px 0px;
    border-bottom: 1px solid #f3f2f9
}

.s_comment_list_inner .s_comment .media img {
    margin-right: 30px
}

.s_comment_list_inner .s_comment .media .media-body h4 {
    font-size: 16px;
    color: #131313;
    letter-spacing: 0.7px;
    margin-bottom: 0
}

.s_comment_list_inner .s_comment .media .media-body .date {
    color: #8b8b8b;
    font-size: 16px;
    font-family: 'MainBold';
    font-style: italic
}

.s_comment_list_inner .s_comment .media .media-body p {
    line-height: 30px;
    padding-top: 8px
}

.s_comment_list_inner .s_comment .media .media-body .date_rep a {
    font-size: 16px;
    color: #8b8b8b
}

.s_comment_list_inner .s_comment .media .media-body .date_rep a i {
    font-size: 14px
}

.s_comment_list_inner .s_comment .media .media-body .date_rep a+a {
    margin-left: 35px
}

.s_comment_list_inner .s_comment ul .replay_comment {
    margin-left: 100px;
    border: 0px;
    padding-top: 30px!important
}

.s_comment_list_inner .s_comment ul li+li .replay_comment {
    border-top: 1px solid #f3f2f9
}

.s_comment_list_inner .s_comment:first-child .media {
    border-top: 0px;
    padding-top: 0
}

.s_comment_list_inner .s_comment:last-child .media {
    border-top: 1px solid #f3f2f9
}

.comment_area {
    margin-top: 85px
}

.s_comment_inner .form-group {
    margin-bottom: 20px
}

.s_comment_inner .form-group .form-control {
    font-size: 16px;
    font-family: 'MainBold';
    border: 1px solid #efeff5;
    background: #fbfbfb;
    border-radius: 0px;
    height: 60px;
    color: #131313;
    padding-left: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.s_comment_inner .form-group .form-control.placeholder {
    color: #7f7f7f
}

.s_comment_inner .form-group .form-control:-moz-placeholder {
    color: #7f7f7f
}

.s_comment_inner .form-group .form-control::-moz-placeholder {
    color: #7f7f7f
}

.s_comment_inner .form-group .form-control::-webkit-input-placeholder {
    color: #7f7f7f
}

.s_comment_inner .form-group .form-control:focus {
    border-color: #da251c;
    background: #fff
}

.s_comment_inner .form-group textarea.form-control {
    height: 200px;
    padding-top: 14px
}

.s_comment_inner .theme_btn:hover {
    background: transparent;
    border-color: #da251c;
    color: #da251c
}

.blog_sidebar {
    background: #212028;
    padding: 45px 50px
}

.sidebar_widget .f-title {
    color: #fff;
    margin-bottom: 26px
}

.sidebar_widget a,
.sidebar_widget h5 {
    color: #a1a1a1;
    font-size: 16px;
    font-family: 'MainBold';
    font-weight: 400
}

.sidebar_widget ul {
    overflow: hidden;
    margin-bottom: 0px
}

.sidebar_widget.f_link_widget ul {
    margin-bottom: -24px
}

.sidebar_widget.f_link_widget .meta_tag li {
    width: 100%
}

.sidebar_widget .recent_post_gallery {
    padding-top: 10px
}

.sidebar_widget .slider_info {
    position: relative;
    padding-top: 10px
}

.sidebar_widget .slider_info .blog_slider_nav .left,
.sidebar_widget .slider_info .blog_slider_nav .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.sidebar_widget .slider_info .blog_slider_nav .left:hover,
.sidebar_widget .slider_info .blog_slider_nav .right:hover {
    opacity: 1
}

.sidebar_widget .slider_info .blog_slider_nav .left {
    left: 25px
}

.sidebar_widget .slider_info .blog_slider_nav .right {
    right: 25px
}

.sidebar_widget+.sidebar_widget {
    margin-top: 45px
}

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

.h_contact_area .error {
    color: #fff
}

.overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212028;
    opacity: 0.7;
    z-index: -1
}

.h_contact_form .form-group {
    margin-bottom: 30px
}

.h_contact_form .form-group .form-control {
    background: transparent;
    border: 1px solid #8e8c8a;
    border-radius: 0px;
    font-size: 13px;
    font-family: 'MainBold';
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 0px 30px;
    height: 60px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.h_contact_form .form-group .form-control.placeholder {
    color: #d7d7d7
}

.h_contact_form .form-group .form-control:-moz-placeholder {
    color: #d7d7d7
}

.h_contact_form .form-group .form-control::-moz-placeholder {
    color: #d7d7d7
}

.h_contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #d7d7d7
}

.h_contact_form .form-group .form-control:focus {
    border-color: #fff
}

.h_contact_form .form-group textarea.form-control {
    height: 200px;
    padding-top: 15px
}

.h_contact_form .form-group:last-child {
    margin-bottom: 0
}

.h_contact_area_two .h_contact_form .form-group .form-control {
    background: #f8f8f9;
    border-color: #e5e4ef;
    color: #505050
}

.h_contact_area_two .h_contact_form .form-group .form-control.placeholder {
    color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control:-moz-placeholder {
    color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control::-moz-placeholder {
    color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control:focus {
    border-color: #da251c;
    background: #fff
}

.h_contact_area_two .h_contact_form .form-group .theme_btn {
    outline: none;
    border: none
}

.h_contact_area_two .h_contact_form .form-group .theme_btn:after {
    background: #da251c;
    opacity: 0.1
}

.h_contact_area_two .h_contact_form .form-group .theme_btn:hover {
    background: transparent;
    border-color: #da251c;
    color: #da251c
}

.contact_area h2 {
    font-size: 21px;
    margin-bottom: 50px
}

.contact_inner .contact_form .form-group {
    margin-bottom: 30px
}

.contact_inner .contact_form .form-group .form-control {
    height: 60px;
    padding-left: 30px;
    font-size: 13px;
    border: 1px solid #efeff5;
    background: #fbfbfb;
    color: #131313;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.contact_inner .contact_form .form-group .form-control.placeholder {
    color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control:-moz-placeholder {
    color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control::-moz-placeholder {
    color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control:focus {
    border-color: #da251c;
    background: #fff
}

.contact_inner .contact_form .form-group textarea.form-control {
    height: 200px;
    padding-top: 15px
}

.contact_inner .contact_form .form-group .theme_btn:hover {
    background: transparent;
    border-color: #da251c;
    color: #da251c
}

.contact_info_right .c_info_item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #da251c;
    color: #da251c;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    margin-right: 30px
}

.contact_info_right .c_info_item .media-body h5 {
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.contact_info_right .c_info_item .media-body h5:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #f2f1f9;
    position: absolute;
    left: 0;
    bottom: 0
}

.contact_info_right .c_info_item .media-body p {
    font-size: 14px;
    line-height: 30px;
    color: #505050
}

.contact_info_right .c_info_item .media-body p span {
    display: block
}

.contact_info_right .c_info_item .media-body p a {
    color: #505050
}

.contact_info_right .c_info_item .media-body p a:hover {
    color: #da251c
}

.contact_info_right .c_info_item+.c_info_item {
    margin-top: 20px
}

#error,
#success {
    position: relative;
    top: 10px;
    right: 0;
    left: 0;
    bottom: -15px;
    display: none;
    font-weight: 600
}

#success {
    color: lawngreen
}

#error {
    color: orangered
}

.map_area {
    height: 500px
}

.map_area .mapBox1 {
    height: 100%;
    position: relative;
    z-index: 1
}

.map_area .mapBox1:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: #da251c;
    opacity: 0.9
}

.footer_top {
    background: #2a2931;
    padding: 50px 0px
}

.f-title {
    font-size: 20px
}

.f_widget a,
.f_widget h5 {
    color: #a1a1a1;
    font-size: 16px;
    font-family: 'MainBold'
}

.f_widget .f-title {
    color: #fff;
    margin-bottom: 54px;
    font-size: 16px
}

.f_latest_widget .f_latest_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #32313a;
    padding-top: 22px;
    padding-bottom: 22px
}

.f_latest_widget img {
    height: 100px
}

.f_latest_widget p {
    font-family: "Mbold";
    font-size: 13px;
    float: left;
    margin-top: 20px;
    color: #fff
}

.footer-info {
    float: left;
    width: 100%
}

footer-i .footer-info__item {
    font-family: Mregular
}

.footer-info__item {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.footer-info__item span {
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #da251c
}

.footer-info__item span svg {
    fill: #fff;
    width: 18px
}

.footer-info__item p {
    font-family: Mbold;
    font-size: 13px;
    line-height: 21px;
    display: inline-block;
    padding-left: 15px;
    padding-top: 12px
}

.footer-info__item a {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
    padding-right: 20px;
    color: #2d2d2d
}

.by {
    float: right
}

.f_latest_widget .f_latest_item .img_hover {
    position: relative;
    z-index: 1;
    margin-right: 20px;
    overflow: hidden
}

.f_latest_widget .f_latest_item .img_hover img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.f_latest_widget .f_latest_item .img_hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -9px;
    color: #fff;
    font-size: 16px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.f_latest_widget .f_latest_item .media-body h5 {
    margin-bottom: 0px;
    line-height: 24px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-size: 13px
}

.f_latest_widget .f_latest_item .media-body h5:hover {
    color: #fff
}

.f_latest_widget .f_latest_item .media-body .l_date {
    font-size: 13px;
    color: #686868;
    font-family: 'MainBold';
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.f_latest_widget .f_latest_item .media-body .l_date:hover {
    color: #da251c
}

.f_latest_widget .f_latest_item:first-child {
    padding-top: 0;
    border: 0px
}

.f_latest_widget .f_latest_item:last-child {
    padding-bottom: 0
}

.f_latest_widget .f_latest_item:hover .img_hover img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.f_latest_widget .f_latest_item:hover .img_hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.f_latest_widget .f_latest_item:hover .img_hover:before {
    opacity: 0.9
}

.f_link_widget ul {
    overflow: hidden;
    margin-bottom: -20px
}

.f_link_widget ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px
}

.f_link_widget ul li a {
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.f_link_widget ul li a i {
    font-size: 11px;
    margin-right: 8px;
    top: -2px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.f_link_widget ul li a:hover {
    color: #fff
}

.f_link_widget ul li a:hover i {
    color: #da251c
}

.recent_post_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px
}

.recent_post_gallery li {
    width: calc(100% / 3);
    padding: 3px
}

.recent_post_gallery li a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.recent_post_gallery li a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #da251c;
    position: absolute;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.recent_post_gallery li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -9px;
    color: #fff;
    font-size: 16px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.recent_post_gallery li a img {
    max-width: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: -1
}

.recent_post_gallery li a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.recent_post_gallery li a:hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.recent_post_gallery li a:hover:before {
    opacity: 0.9
}

.f_tag_widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -2px
}

.f_tag_widget ul li {
    padding: 5px
}

.f_tag_widget ul li a {
    font-size: 16px;
    border: 1px solid #32313c;
    display: inline-block;
    padding: 1px 15px 2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.f_tag_widget ul li a:hover {
    border-color: #da251c;
    background: #da251c;
    color: #fff
}

.footer_bottom {
    background: #212028;
    padding: 34px 0px
}

.footer_bottom a,
.footer_bottom p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8b8b8b
}

.footer_bottom p a {
    color: #da251c
}

.footer_bottom .f_menu {
    text-align: right;
    margin-bottom: 0
}

.footer_bottom .f_menu li {
    display: inline-block
}

.footer_bottom .f_menu li a:hover {
    color: #da251c
}

.footer_bottom .f_menu li+li {
    margin-left: 40px
}

.lang {
    float: left;
    width: 100px;
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
    font-family: Main;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: "Mbold";
    margin-top: -2px;
    -webkit-transition: 0.1s all ease-in;
    -o-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in
}

.lang img {
    float: left;
    margin-right: 15px;
    width: 24px;
    height: 24px
}

.lang a {
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang ul {
    position: absolute;
    left: 14px;
    display: none;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 0 15px!important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.lang ul li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    font-family: "Mbold";
    list-style-type: none
}

.lang ul li:last-child {
    padding-bottom: 12px
}

.lang ul li a {
    color: #242424;
    font-size: 13px!important;
    font-family: "Mbold"
}

.lang ul li:hover {
    background: 0 0!important;
    border: none!important;
    color: #da251c!important
}

.lang ul li a:hover {
    background: 0 0!important;
    border: none!important;
    color: #da251c!important
}

.lang:hover ul {
    display: block
}

.speadbar {
    width: 100%;
    background: #da251c;
    padding: 30px 0;
    position: relative;
    overflow: hidden
}

.speadbar .bg-image {
    position: absolute;
    width: 100%;
    height: 300px;
    opacity: 0.2;
    top: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.speadbar h1 {
    float: left;
    font-family: Mbold;
    font-size: 21px;
    color: #fff;
    text-align: center
}

.speadbar ul {
    float: right;
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.speadbar ul li {
    font-family: 'MainBold';
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.speadbar ul li:after {
    content: "\ea7c";
    font-family: IcoFont;
    float: right;
    margin: 0 5px 0
}

.speadbar ul li:last-child:after {
    display: none
}

.speadbar ul li a {
    color: #fff
}

.about-area {
    padding-bottom: 80px;
    float: left;
    width: 100%;
    font-family: 'MainBold';
    padding-top: 100px
}

.about-area p,
.about-area span,
.about-area strong {
    font-family: 'MainBold'!important
}

.about-area .section-title {
    margin-bottom: 0px
}

.about-text {
    padding-left: 30px
}

.about-image {
    position: relative;
    z-index: 1;
    width: 50%;
    background-color: #ffffff;
    margin-top: 15px;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px
}

.about-image img {
    width: 100%;
	position:relative;
	z-index:3;
}

.about-image:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 150px;
    height: 150px;
    background: #da251c;
    z-index: -1
}
.about-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    background: #fff;
    z-index: 1
}

.about-image .button-white {
    position: absolute;
    right: 30px;
    bottom: 30px
}

footer,
header,
section {
    width: 100%;
    float: left
}

.scc {
    padding-top: 80px
}

#rel .img_hover {
    height: 250px
}

.pagination {
    width: 100%;
    float: left;
    margin-top: 50px
}

.pagination ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination ul li {
    float: left;
    width: 45px;
    height: 45px;
    border: 2px solid #f2f2f2;
    margin-left: 15px;
    font-family: Mbold;
    font-size: 12px;
    border-radius: 50%
}

.pagination ul li a {
    color: #2d2d2d;
    float: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination ul li.active {
    border-color: #da251c;
    color: #fff!important;
    background: #da251c
}

.pagination ul li.active a {
    color: #fff!important
}

label.error {
    display: none!important
}

input.error {
    border-color: #da251c
}

textarea.error {
    border-color: #da251c
}

.f_latest_item .img_hover {
    height: 80px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden
}

.smarthouse {
    float: left;
    width: 100%;
    padding: 20px 0
}

.smarthouse figure {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 5px
}

.smarthouse figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.smarthouse-title {
    padding-left: 30px
}

.smarthouse-title h1 {
    margin-bottom: 10px
}

.smarthouse-title__desc {
    font-size: 13px
}

.smarthouse:nth-child(2n) {
    background: #fafafa;
    padding: 10px;
    border-radius: 5px
}

.smarthouse:nth-child(2n) .smarthouse-title {
    padding: 0 30px
}

.smartproducts {
    padding-top: 50px;
    float: left;
    width: 100%
}

.smartproducts h1 {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.smartproducts h1 a {
    padding: 10px 30px;
    border-radius: 35px;
    background: #da251c;
    font-size: 12px;
    font-family: 'MainBold';
    color: #fff;
    font-weight: normal
}

.smartproducts .pr_slider_item .item_content h4 {
    font-size: 13px
}

.products {
    padding: 50px 0
}

.products-cats {
    width: 100%;
    float: left
}

.products-cats__block h2 {
    font-family: 'Main';
    font-size: 14px;
    font-weight: normal;
    border-left: 5px solid #da251c;
    padding: 10px 30px;
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.products-cats__block ul {
    border: 1px solid #f2f2f2;
    padding: 10px 20px;
    float: left;
    width: 100%
}

.products-cats__block ul li {
    float: left;
    width: 100%;
    font-family: 'MainBold';
    font-size: 13px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.products-cats__block ul li:last-child {
    border: none
}

.products-cats__block ul li .drop {
    width: 30px;
    height: 30px;
    background: #da251c;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 0px;
    z-index: 900;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-cats__block ul li a {
    float: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #636363
}

.products-cats__block ul li a:hover {
    color: #da251c
}

.products-cats__block ul li ul {
    display: none;
    border: none;
    background: #f2f2f2;
    margin-top: 10px;
    border-radius: 5px
}

.products-cats__block ul li ul li {
    border-color: rgba(1, 0, 0, 0.1)
}

.products-cats__block ul li ul li a {
    color: #636363
}

.plist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    float: left
}

.plist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: left;
    height: 360px;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-family: 'Main';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.1s all ease-in;
    -o-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in
}

.plist li:nth-child(3n+1) {
    border-left: 1px solid #f2f2f2
}

.plist li:first-child {
    border-top: 1px solid #f2f2f2
}

.plist li:nth-child(2) {
    border-top: 1px solid #f2f2f2
}

.plist li:nth-child(3) {
    border-top: 1px solid #f2f2f2
}

.plist li:nth-child(4) {
    border-top: 1px solid #f2f2f2
}

.plist li:nth-child(5) {
    border-top: 1px solid #f2f2f2
}

.plist li figure {
    width: 100%;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.plist li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.plist li a {
    color: #242424;
    width: 100%;
    height: 100%;
    position: absolute
}

.plist li .plist-details {
    padding: 15px;
    width: 100%
}

.plist li .plist-details h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.4;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.plist li .plist-details p,
.plist li .plist-details span {
    width: 100%;
    float: left;
    text-align: center
}

.plist li .plist-details p {
    font-size: 16px;
    color: #da251c
}

.plist li .plist-details span {
    background: #f2f2f2;
    padding: 10px;
    font-size: 11px;
    margin-top: 15px;
    border-radius: 5px;
    margin-bottom: 15px
}

.plist li .plist-details button {
    width: 100%;
    float: left;
    background: #da251c;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: 'MainBold';
    font-size: 12px;
    cursor: pointer
}

.plist li:hover {
    z-index: 999999
}

.plist li:hover .plist-details button {
    display: block
}

.alert-danger {
    background: #da251c;
    border-color: #da251c;
    font-size: 12px;
    color: #fff;
}

.pdesc {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.5;
    color: #242424;
}


.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px!important;
    max-height: 99999px!important;
    min-width: 0!important;
    min-height: 0!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding: 0!important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama--fullscreen,
.fullscreen {
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle
}

.fotorama:not(.fotorama--unobtrusive)>:not(:first-child),
.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.pngg) no-repeat
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url(https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama@2x.png) 0 0px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2)
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: 0 0!important
    }
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage,
.fullscreen {
    background: #000
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fullscreen {
    max-width: 100%!important;
    max-height: 100%!important;
    padding: 0!important;
    overflow: hidden!important
}

.fotorama--fullscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    float: none!important;
    z-index: 2147483647!important;
    background: #000
}

.fotorama__wrap {
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1!important;
    background: #fff
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full,
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0;
    border: none!important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

#banner .owl-dots,
#banner .owl-prev,
.del figure,
.del h5,
.item__l h3 {
    text-align: center
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #da251c
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #da251c;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    top: 0!important
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

#primary_nav_wrap ul li .nav__2,
.form__pro {
    -webkit-box-shadow: 10px 15px 30px #dedede;
    box-shadow: 10px 15px 30px #dedede;
    background: #fff
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.1
}

.fotorama__fullscreen-icon {
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0)!important;
    transform: translate3d(32px, -32px, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0)!important;
    transform: translate3d(-48px, 0, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0)!important;
    transform: translate3d(48px, 0, 0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.fotorama__fullscreen-icon {
    display: block;
    opacity: 1;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #da251c;
    border-radius: 5px
}

.fotorama__fullscreen-icon:before {
    content: "\efd5";
    font-family: Icofont;
    color: #fff;
    line-height: 50px
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1
}

.fotorama__nav-wrap {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 20px;
    background: none
}

.fotorama__arr--prev {
    position: absolute;
    left: 50px!important;
    width: 50px;
    height: 50px;
    background: rgba(1, 0, 0, 0.6);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fotorama__arr--next {
    position: absolute;
    right: 50px!important;
    width: 50px;
    height: 50px;
    background: rgba(1, 0, 0, 0.6);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fotorama__arr--prev:before {
    content: "\ea93";
    font-family: Icofont;
    position: absolute;
    color: #fff;
    font-size: 18px
}

.fotorama__arr--next:before {
    content: "\ea94";
    font-family: Icofont;
    position: absolute;
    color: #fff;
    font-size: 18px
}

.fullprod {
    padding: 0 30px
}

.fullprod-title {
    width: 100%;
    float: left
}

.fullprod-title h1 {
    font-family: 'Main';
    font-size: 16px
}
.fullprod-title ul {
	display:flex;
}
.fullprod-title ul li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.fullprod-title ul li:after {
    content: "\ef04";
    font-family: Icofont;
    float: right;
    margin: 0 15px;
    color: #da251c
}

.fullprod-title ul li:last-child:after {
    display: none
}

.fullprod-title ul li a {
    color: #242424;
    font-size: 13px;
    font-family: 'MainBold';
    padding: 15px 0
}

.fullprod-content {
    width: 100%;
    border: 2px solid #fafafa;
    padding: 30px;
    float: left;
    margin-top: 15px;
    font-family: 'MainBold'
}

.fullprod-content p {
    font-size: 13px;
    line-height: 2;
	word-break:break-word;
}


