.bread-crumb {
    padding: 0;
    margin: 0;
}
.bread-crumb li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
    margin-right: 12px;
}
.bread-crumb li:last-child{
    padding-right: 0px;
    margin-right: 0px;
}
.bread-crumb li a{
    color: #fff;
}
.bread-crumb li a:hover{

}
.bread-crumb li:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 20px;
    top: 4px;
    right: 0px;
}
.bread-crumb li:last-child:before{
    display: none;
}

.sec-title span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
    margin-bottom: 13px;
}
.sec-title span {
    color: #57c166;
}
.sec-title.style-two h2 {
    font-size: 48px;
    line-height: 57px;
}
.sec-title h2 {
    position: relative;
    font-size: 56px;
    line-height: 57px;
    color: #353535;
    font-weight: 800;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.about-style-two{
    position: relative;
    padding: 90px 0px;
}

#content_block_2 .content-box .text{
    margin-bottom: 42px;
}

#content_block_2 .content-box .list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #282932;
    min-height: 50px;
    margin-bottom: 48px;
    padding: 12px 0px 12px 70px;
}

#content_block_2 .content-box .list li i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #57c166;
}

#content_block_2 .content-box .list{
    position: relative;
    display: block;
    border-bottom: 2px solid #e6eaf0;
    margin-bottom: 24px;
}

#content_block_2 .content-box .link-box a{
    position: relative;
    display: inline-block;
    font-weight: 500;
}

#content_block_2 .content-box .link-box a i{
    margin-left: 15px;
    font-weight: 600;
}

#content_block_2 .content-box .link-box a:hover{
    color: #222;
}

#content_block_2 .content-box .sec-title{
    margin-bottom: 20px;
}

#image_block_1 .image-box{
    position: relative;
    display: block;
    padding: 0px 100px 225px 0px;
}

#image_block_1 .image-box img{
    width: 100%;
}

#image_block_1 .image-box .image-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#image_block_1 .image-box .image-3{
    position: absolute;
    top: 45px;
    right: 25px;
}

#image_block_1 .image-box .image-4{
    position: absolute;
    left: 25px;
    bottom: 42px;
}

.about-style-two #content_block_2 .content-box{
    margin-right: 70px;
}
.service-section{
    position: relative;
    padding: 85px 0px 90px 0px;
}

.bg-color-1{
    background: #f5f5f5;
}


.service-section .icon-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    left: 0px;
    top: 0px;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

@keyframes slide{
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.service-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #353535;
    padding: 50px 80px 36px 80px;
}

.service-block-one .inner-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before{
    height: 100%;
    top: 0px;
}

.service-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 8px;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block-one .inner-box .icon-box:before{
    position: absolute;
    content: '';
    background: #303030;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    left: -9px;
    top: -13px;
    z-index: -1;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box:before{
    background: #c42526;
}

.service-block-one .inner-box:hover .icon-box{
    transform: rotateY(360deg);
    color: #fff;
}

.service-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 9px;
}

.service-block-one .inner-box h3 a{
    display: inline-block;
    color: #fff;
}

.service-block-one .inner-box p{
    color: #fff;
    margin-bottom: 33px;
}

.service-block-one .inner-box .theme-btn{
    padding: 12px 45px;
}

.service-block-one .inner-box:hover .theme-btn{
    background: #de3f40;
}

.service-section .sec-title{
    margin-bottom: 70px;
}

.service-section .sec-title span{
    margin-bottom: 21px;
}
.testimonial-page-section{
    position: relative;
    padding: 90px 0px 150px 0px;
}

.testimonial-page-section .testimonial-block-one .inner-box{
    margin-bottom: 40px;
}
.testimonial-section{
    position: relative;
    padding: 115px 0px 70px 0px;
}

.testimonial-section .sec-title{
    margin-bottom: 10px;
}

.testimonial-section .owl-stage-outer{
    overflow: visible;
}

.testimonial-section .owl-stage-outer .owl-item{
    opacity: 0;
    transition: all 500ms ease;
}

.testimonial-section .owl-stage-outer .owl-item.active{
    opacity: 1;
}

.testimonial-section .testimonial-block-one{
    position: relative;
    margin: 30px 0px 50px 0px;
}

.testimonial-block-one .inner-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 64px 50px 74px 70px;
    box-shadow: 0 5px 30px rgba(0,0,0,.05);
}

.testimonial-block-one .inner-box .icon-box1{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    color: #57c166;
}

.testimonial-block-one .inner-box .author-box{
    position: relative;
    padding: 10px 0px 4px 95px;
}

.testimonial-block-one .inner-box .author-box .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .image-box img{
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box p{
    margin-bottom: 26px;
}

.testimonial-block-one .inner-box .author-box h5{
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #57c166;
}

.testimonial-block-one .inner-box .author-box span{
    position: relative;
    display: block;
    margin: 0px;
}

.testimonial-section .owl-nav{
    position: absolute;
    top: -76px;
    right: 0px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    background: #ffefe7;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev{
    margin-right: 20px;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
    color: #fff;
}

.bg-color-2{
    background: #fbe9e9;
}
.about-section{
    position: relative;
    /*padding: 120px 0;*/
}

#video_block_1 .video-inner{
    position: relative;
    width: 100%;
    padding: 225px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#video_block_1 .video-inner a{
    position: relative;
    display: inline-block;
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: rgba(255,255,255,0.95);
    text-align: center;
    border-radius: 50%;
}

#video_block_1 .video-inner a:after,
#video_block_1 .video-inner a:before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

#video_block_1 .video-inner a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.about-section .inner-container{
    position: relative;
    background: #fff;
    margin-top: -70px;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    z-index: 1;
}

#content_block_1 .content-box{
    position: relative;
    padding: 62px 110px 70px 50px;
}

#content_block_1 .content-box .sec-title{
    margin-bottom: 21px;
}

#content_block_1 .content-box .text{
    margin-bottom: 25px;
}

#content_block_1 .content-box .list li{
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #282932;
    margin-bottom: 10px;
    padding-left: 30px;
}

#content_block_1 .content-box .list li:last-child{
    margin-bottom: 0px;
}

#content_block_1 .content-box .list li:before{
    position: absolute;
    content: '\f058';
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    left: 0px;
    top: 0px;
    color: #326db3;
}

#content_block_1 .content-box .list{
    position: relative;
    margin-bottom: 29px;
}

#content_block_1 .content-box .theme-btn{
    padding: 17px 24px;
}
.pt-180 {
    padding-top: 180px;
}
.about-section .pr-0 {
    padding-right: 0!important;
}
.about-section .pl-0 {
    padding-left: 0!important;
}
.pb-180 {
    padding-bottom: 180px;
}



.mad-footer {
    position: relative;
    line-height: 1.5rem;
    background: url(../img/footer-bg1.jpg) no-repeat #1c181a;
    background-size: cover;
    color: #7a7879;
    text-align: center;
    padding: 10rem 0 1rem;
}

.mad-footer .mad-hr-list a {
    color: #57c166;
    font-weight: 700;
}

.mad-footer .mad-hr-list a:hover {
    color: #326cb3;
}

.mad-footer .mad-icon-btn {
    color: #262123;
    font-size: 1.875rem;
}

.mad-footer .mad-widget {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 40px;
}

.mad-footer .mad-footer-main:not(:last-child) {
    margin-bottom: 5rem;
}

.mad-footer .mad-widget-title {
    font-size: 1.50rem;
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    font-weight: bold;
}
.copyrights {
    color: #7a7879;
    margin-top: 1rem;
    text-align: center;
}

.copyrights a {
    color: inherit;
}

.mad-coming-soon .mad-footer {
    background-size: cover;
    padding-bottom: 4rem;
    background-position: bottom -100px center;
}

.mad-coming-soon .mad-footer .mad-footer-main {
    padding-top: 2rem;
}

.mad-footer .mad-widget p:not(:last-child) {
    margin-bottom: 1.5rem;
}







input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .mad-custom-select .mad-selected-option, .select2-container--milenia .select2-selection {
    border-style: solid;
    border-width: 2px;
    height: 3.5rem;
    border-radius: 3px;
    width: 100%;
    padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #7a7879;
    background-color: #fff;
    border-color: #f2e4df;
}

.mad-newsletter-form input:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mad-newsletter-form.type-2 {
    display: block;
}

.mad-newsletter-form.size-2 input {
    line-height: 3rem;
    height: 3rem;
    font-size: 1rem;
}

.mad-newsletter-form.size-2 button i {
    font-size: 1.5rem;
}

form.one-line {
    position: relative;
    overflow: hidden;
    border-radius: 0.875rem;
}

form.one-line input {
    height: 3.5rem;
    font-size: 1.125rem;
}

form.one-line input:not(:last-child) {
    margin-bottom: 0;
}

form.one-line .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 3.5rem;
    border-radius: 0.875rem;
    min-width: 3.5rem!important;
    line-height: 3.5rem!important;
    justify-content: center;
    padding: 0;
}

form.one-line [class*="btn"]:after {
    background-color: #1c181a;
}

.mad-sidebar form.one-line [class*="btn"]:after {
    background-color: #fff;
}

.mad-newsletter-section {
    max-width: 28rem;
    width: 100%;
}

.mad-newsletter-section .mad-title {
    font-weight: 500;
}

.mad-footer.style-2 .mad-newsletter-form.one-line {
    max-width: 28rem;
    margin: 0 auto;
}




.btn {
    padding: 1rem 2rem 1rem;
    display: inline-flex;
    font-size: 1.25rem;
    color: #fff;
    background: #57c166;
    letter-spacing: 0.3px;
    font-weight: normal;
    border-radius: 0.625rem;
    text-align: center;
    justify-content: center;
    line-height: 1rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all .5s ease!important;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    border-radius: inherit;
    background: #57c166; /* Old browsers */
    background: -moz-linear-gradient(top, #57c166 0%, #57c166 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #57c166 0%, #57c166 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #57c166 0%, #57c166 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all .5s ease!important;
}

.btn:not(.no-texture):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-mask: url(../img/icon/btn_bg.svg) no-repeat;
    /*! mask: url(../img/icon/btn_bg.svg) no-repeat; */
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

[class*="btn"] .btn-texture > .svg path {
    fill: #fff;
}

.btn:hover:before {
    opacity: 0;
}

.btn-mini {
    font-size: 1rem;
    padding: 0 1.5rem;
    line-height: 2rem;
}

.btn-small {
    font-size: 1rem;
    padding: 0 1.5rem;
    line-height: 2rem;
    border-radius: 0.5rem;
}

.btn-big {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    border-radius: 1rem;
}

.btn-big:before {
    border-radius: inherit;
}

.btn-huge {
    font-size: 1.875rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 1rem;
}

[class*="btn"] > i {
    font-size: 1.125rem;
    display: inline-block;
    line-height: inherit;
}

.btn-mini i {
    font-size: 0.875rem;
}

.btn-small > i {
    font-size: 1rem;
}

.btn-big > i {
    font-size: 1rem;
}

[class*="btn"] i .svg path {
    fill: transparent;
    transition: all .5s ease;
}

[class*="btn"] > i:not(:only-child):first-child {
    margin-right: 1rem;
}

[class*="btn"] > i:not(:only-child):last-child {
    margin-left: 1rem;
}

[class*="btn"].btn-style-1:not(:hover) {
    background: #fff;
}

[class*="btn"].btn-style-2 {
    background: #7a7879;
}

[class*="btn"].btn-style-2:before {
    background: #868586; /* Old browsers */
    background: -moz-linear-gradient(top, #868586 0%, #6c6a6b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #868586 0%,#6c6a6b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #868586 0%,#6c6a6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

[class*="btn"].btn-style-3 {
    background: #262123;
}

[class*="btn"].btn-style-3:before {
    background: #342e30; /* Old browsers */
    background: -moz-linear-gradient(top, #342e30 0%, #1f1b1c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #342e30 0%,#1f1b1c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #342e30 0%,#1f1b1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

[class*="btn"].btn-style-4 {
    background: #f2a057;
    color: #262123;
}

[class*="btn"].btn-style-4:before {
    background: #f3aa65 ; /* Old browsers */
    background: -moz-linear-gradient(top, #f3aa65  0%, #ef934b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3aa65  0%,#ef934b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3aa65  0%,#ef934b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

[class*="btn"].btn-style-4 > i .svg path {
    fill: #262123;
}

[class*="btn"] > i {
    max-height: 0;
}

[class*="btn"].btn-big i {
    font-size: 1.5rem;
}

[class*="btn"] .svg {
    width: 2.5rem;
    display: inline-block;
    line-height: inherit;
}

[class*="btn"].btn-small .svg {
    height: 2rem;
    width: 2rem;
    vertical-align: -2px;
}

[class*="btn"] > i .svg path {
    fill: #fff;
    stroke: transparent;
}

.btn:hover .svg path {
    fill: #fff;
}

[class*="btn"] > i .svg polyline,
[class*="btn"] > i .svg line {
    fill: transparent;
    stroke: #fff;
}

.btn:hover .svg polyline {
    stroke: #fff;
}

[class*="btn"].icon-btn {
    padding: 0;
    line-height: 3rem;
    min-width: 3rem;
    text-align: center;
}

[class*="btn"].btn-big .svg {
    width: 3rem;
    vertical-align: 0;
}

[class*="btn"].btn-big.icon-btn {
    line-height: 3.75rem;
    min-width: 4rem;
}

[class*="btn"].btn-huge .svg {
    width: 3.5rem;
}
.mad-social-icons > ul {
    display: flex;
    flex-wrap: wrap;
    font-style: normal;
    margin: 0 -0.9375rem -1rem;
}

.mad-social-icons ul li {
    padding: 0 0.9375rem 1rem;
}

.mad-social-icons ul li a {
    color: #57c166;
    font-size: 2rem;
}

.mad-social-icons ul li a i {
    vertical-align: inherit;
    position: relative;
    z-index: 1;
}

.mad-social-icons ul li a:hover {
    color: #326cb3;
}

.mad-social-icons.size-big ul li a {
    font-size: 2rem;
}

.mad-social-icons.size-2 ul li a {
    font-size: 1.5rem;
}

.mad-social-icons.size-2 ul {
    margin: -0.75rem -0.75rem 0;
}

.mad-social-icons.size-2 ul li {
    padding: 0.75rem 0.75rem 0;
}

.mad-social-icons ul li a i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask: url(../steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
    mask: url(../steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
    background-color: #1c181a;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.mad-social-icons.light-back ul li a i:after {
    background-color: #fff;
}
.mad-hr-list ul {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}

.mad-hr-list ul li {
    position: relative;
}

.mad-hr-list ul li:not(:last-child) {
    margin-right: 0.9375rem;
}

.mad-hr-list ul li:not(:last-child) {
    padding-right: 0.9375rem;
}

.mad-hr-list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: #7a7879;
}













.mad-icon-boxes[class*="item-col-"]:not(.no-gutters) > * {
    padding-right: 2rem;
    width: 33.33%;
}

.mad-icon-boxes {
    display: flex;
    flex-wrap: wrap;
}

.mad-icon-boxes .mad-icon-box {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #7a7879;
}

.mad-icon-box .mad-icon-box-icon {
    font-size: 3.75rem;
    display: block;
}

.mad-icon-boxes:not(.style-2).mad-icon-box-content {
    padding-right: 20px;
}

.mad-icon-boxes:not([class*="type-"]).align-center .mad-icon-box .mad-icon-box-content {
    padding: 0 16px;
}

.mad-icon-box-content > span {
    color: #999;
}

.mad-icon-box .mad-icon-box-icon .svg {
    height: 4.5rem;
    /* width: 4rem; */
}

.mad-icon-box .mad-icon-box-icon .svg [class*="cls-"] {
    fill: #bf3030;
    stroke: transparent;
}

.svg [class*="cls-"] {
    stroke: transparent;
}

.mad-icon-boxes:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
    margin-bottom: 1.5rem;
}

.mad-icon-box .mad-icon-box-title {
    font-weight: bold;
    letter-spacing: -0.2px;
    color: #262123;
    font-size: 1.4rem;
    line-height: 30px;
}

.mad-icon-box .mad-icon-box-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mad-icon-box p:not(:last-child) {
    margin-bottom: 1rem;
}


/* Hotizontal type */

.mad-icon-boxes.hr-type .mad-icon-box {
    display: flex;
    padding-left: 0;
    text-align: left;
    justify-content: center;
}

.mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
    min-width: 6rem;
}
.mad-colorizer-bg-color > .mad-section-element {
    position: absolute;
    right: 0;
    top: 100%;
    width: 92%;
    margin-top: -4.5rem;
    border-radius: 1rem 0 0 1rem;
}
.mad-section {
    position: relative;
}
.mad-section-element {
    position: relative;
    border-radius: 1rem;
    padding: 3rem 3rem 2rem;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    -webkit-box-shadow: -2px 3px 20px 0px rgba(39, 3, 9, 0.1);
    -moz-box-shadow:    -2px 3px 20px 0px rgba(39, 3, 9, 0.1);
    box-shadow:         -2px 3px 20px 0px rgba(39, 3, 9, 0.1);
}
.mad-section-element:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #326cb3;
}

.mad-section-element:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-mask: url(../img/svg/bg_line.svg) no-repeat;
    mask: url(../img/svg/bg_line.svg) no-repeat;
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}

.mad-colorizer-bg-color > .mad-section-element.bottom-left,
.mad-colorizer-bg-color > .mad-section-element.bottom-center {
    right: auto;
    top: auto;
    bottom: 0;
    margin-bottom: -5.5rem;
    border-radius: 0 1rem 1rem 0;
}

.mad-colorizer-bg-color > .mad-section-element.bottom-center {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
}



.feature-section{
    position: relative;
}

.feature-section .inner-container{
    position: relative;
    display: block;
    padding: 50px 100px;
    margin: -90px -100px 0px -100px;
    z-index: 1;
}

.feature-section .single-item{
    position: relative;
    float: left;
    width: 33.333%;
}

.feature-section .single-item .inner-box{
    position: relative;
    padding: 1px 30px 0px 120px;
}

.feature-section .single-item .inner-box .icon-box{
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 42px;
    font-size: 85px;
    line-height: 85px;
    color: #57c166;
    z-index: 1;
    transition: all 500ms ease;
}

.feature-section .single-item .inner-box .icon-box:before{
    position: absolute;
    content: '';
    background: #326db3;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    left: 0px;
    top: -13px;
    z-index: -1;
    transition: all 500ms ease;
}

.feature-section .single-item .inner-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #57c166;
    font-weight: 800;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.feature-section .single-item .inner-box p{
    font-size: 16px;
    color: #555;
    margin: 0px;
}

.bg-color-3{
    background: #161718;
}

.bg-color-4{
    background: #1c1d1f;
}

.about-style-two.alternate-2 #content_block_2 .content-box{
    margin-right: 0px;
    margin-left: 70px;
}

#content_block_2 .content-box.light .text p{
    color: #babbbb;
}

#content_block_2 .content-box.light .list li{
    color: #e4dcc7;
}

#content_block_2 .content-box.light .list{
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

#content_block_2 .content-box.light .link-box a{
    color: #e4dcc7;
}
.portfolio-section{
    position: relative;
    padding-bottom: 140px;
    overflow-y: hidden;
    padding-top: 110px;
}

.portfolio-section .owl-carousel {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.portfolio-section .owl-stage-outer{
    overflow:visible;
}

.portfolio-block-one{
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.portfolio-block-one .image-box img{
    width: 100%;
}

.portfolio-block-one .inner-box{
    position: relative;
}

.portfolio-block-one .inner-box .lower-content{
    position: absolute;
    left: 80px;
    bottom: -80px;
    width: calc(100% - 160px);
    opacity: 0;
    transition: all 500ms ease;
}

.portfolio-section .owl-item.active .portfolio-block-one .inner-box .lower-content{
    opacity: 1;
    bottom: -50px;
}

.portfolio-block-one .inner-box .lower-content .inner{
    position: relative;
    padding: 27px 50px 25px 50px;
    background: #57c166;
}

.portfolio-block-one .inner-box .lower-content .inner span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    color: #fff;
    font-weight: 800;
    padding-left: 38px;
    margin-bottom: 4px;
}

.portfolio-block-one .inner-box .lower-content .inner span:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 24px;
    height: 2px;
    left: 0px;
    top: 11px;
}

.portfolio-block-one .inner-box .lower-content .inner h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    margin: 0px;
}

.portfolio-block-one .inner-box .lower-content .inner h4 a{
    display: inline-block;
    color: #fff;
}

.portfolio-block-one .inner-box .lower-content .inner h4 a:hover{
    text-decoration: underline;
}

.portfolio-block-one .inner-box .lower-content .inner .link{
    position: absolute;
    top: 30px;
    right: 50px;
}

.portfolio-block-one .inner-box .lower-content .inner .link a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: rgba(255,255,255,0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.portfolio-block-one .inner-box .lower-content .inner .link a:hover{
    background: #fff;
}

.portfolio-section .owl-nav{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
}

.portfolio-section .owl-nav .owl-prev{
    left: -118px;
}

.portfolio-section .owl-nav .owl-next{
    right: -118px;
}

.portfolio-section .owl-nav .owl-prev,
.portfolio-section .owl-nav .owl-next{
    position: absolute;
    display: inline-block;
    font-size: 16px;
    width: 67px;
    height: 67px;
    line-height: 67px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}

.portfolio-section .owl-nav .owl-prev:hover,
.portfolio-section .owl-nav .owl-next:hover{
    color: #fff;
}
.portfolio-section .owl-theme .owl-dots {
    display: none;
}
.portfolio-section .owl-carousel .owl-dots.disabled, .portfolio-section .owl-carousel .owl-nav.disabled {
    display: block;
}
.portfolio-section .owl-carousel .owl-nav button.owl-next, .portfolio-section .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #57c166;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #fff;
    font-weight: bold;
}
.mad-icon-box-title a {
     color: #262123;
}
.mad-icon-box-title a:hover {
    color: #57c166;
}
.my-account {
    position: relative;
    padding: 100px 0 150px
}
.tab-menu-list .nav {
    display: block;
    margin-right: 30px;
    border: 1px solid #eee; 
}
.tab-menu-list .nav a {
    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;
    padding: 15px 20px;
    border-bottom: 1px solid #eee; 
    color: #353535;
    font-weight: 700;
    font-size: 16px;
}
.tab-menu-list .nav a:last-child {
    border-bottom: 0; 
}
.tab-menu-list .nav a i {
    font-size: 14px; 
}
.tab-menu-list .nav a.active {
    background: #57c166;
    color: #fff; 
}
.myaccount-tab-content-inner > p {
    padding: 20px;
    background-color: #f5f5f5; 
}
.my-account .tab-content {
    padding: 0;
    border: none;
}
.my-account .tab-content .table tr:nth-child(2n+1) {
    background-color: #f7f8fa;
}
.my-account .tab-content .table tr:nth-child(2n) {
    background-color: #fafafa;
}
.my-account .tab-content .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.my-account .tab-content .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.my-account .tab-content fieldset {
  padding: 30px 40px;
  border: 1px solid #eee; 
}
.my-account .tab-content fieldset legend {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  margin-top: -9px;
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
  color: #333;
  background-color: #fff; 
}
.my-account .mb-50 {
    margin-bottom: 50px
}
.my-account .btn-wrapper .btn {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 3px 15px;
    background: #57c166;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
    border-radius: 3px;
}
.form-box input {
    margin-bottom: 20px;
}
.view-order {

}
/*.edit-address .modal-dialog {
    margin-top: 0;
}*/
.view-order .modal-dialog, .edit-address .modal-dialog {
    max-width: 870px;
    margin-top: 80px;
}
.view-order .modal-dialog .right {
    text-align: right;
}
.view-order .modal-dialog .center {
    text-align: center;
}
.view-order .modal-dialog .strong {
    font-weight: 700
}
.view-order .from, .view-order .to {
    padding: 20px 0 0 35px;
}
.view-order .from div, .view-order .to div {
    padding-left: 30px
}
.view-order .table td, .view-order .table th {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.view-order .bg-primary {
    background-color: #57c166 !important;
}
.view-order .table {
    margin-bottom: 0
}
.view-order .card {
    margin-bottom: 0
}
.view-order .card-body {
    padding: 0
}
.view-order .close {
    position: absolute;
    right: -10px;
    color: #fff;
    z-index: 99;
    background: #f83600;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    opacity: 1;
    top: -10px;
}
.view-order .close:hover {
    opacity: .5;
}
.edit-address .btn {
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 15px;
}
.edit-address .billing-info input {
    height: 50px;
    margin-bottom: 15px
}
.privacy-policy, .terms-use {
    position: relative;
    padding: 100px 0 150px;
}
.privacy-policy ul li {
    list-style: none;
}
.home-footer, .home.about-style-two {
    display: none;
}
@media only screen and (max-width:480px) {
    .service-section.feature-section {
        display: none;
    }
    .about-style-two #content_block_2 .content-box {
        margin-right: 0;
    }
    .sec-title.style-two h2 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    #content_block_2 .content-box .link-box a {
        margin-bottom: 30px;
    }
    .about-style-two {
        padding: 50px 0px;
    }
    .testimonial-page-section {
        padding: 50px 0px 240px 0px;
        background: #f5f5f5;
    }
    .testimonial-page-section .testimonial-block-one .inner-box {
        margin-bottom: 30px;
    }
    .testimonial-block-one .inner-box {
        padding: 40px 25px 40px 25px;
        box-shadow: 0 5px 30px rgba(0,0,0,.05);
    }
    .mad-section-element {
        padding: 2rem 2rem 1rem 1rem;
        background: #fff;
    }
    .mad-icon-box .mad-icon-box-icon .svg {
        height: 2.2rem;
        position: relative;
        top: 5px;
    }
    .mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
        min-width: 3rem;
    }
    .mad-icon-box .mad-icon-box-title {
        font-size: 1rem;
        line-height: 24px;
    }
    .mad-dir.mad-link {
        margin-bottom: 15px;
        display: block;
    }
    .mad-footer {
        padding: 8rem 0 1rem;
    }
    .mad-footer .mad-widget {
        margin-bottom: 30px;
    }
    .copyrights {
        margin-bottom: 0;
    }
    .mad-hr-list ul {
        font-size: 1rem;
        line-height: 1.55rem;
    }
    .mad-footer .mad-widget p:not(:last-child) {
        margin-bottom: 1rem;
    }
    .mad-footer .mad-widget-title {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    .mad-social-icons.size-big ul li a {
        font-size: 1.5rem;
    }
    .mad-social-icons.size-big ul li {
        margin-bottom: 0;
    }
    .main-menu ul {
        left: 0px;
    }
    .home-footer {
        display: block;
    }
    .home-footer .mad-section {
        display: none;
    }
    .home-footer .mad-footer {
        padding: 4rem 0 .5rem;
    }
    .home.about-style-two {
        display: block;
    }
    .home.about-style-two #image_block_1 .image-box {
        padding: 0px 100px 15px 0px;
    }
    .portfolio-section {
        padding-bottom: 270px;
        padding-top: 60px;
    }
    .portfolio-block-one .inner-box .lower-content .inner {
        padding: 20px 20px 15px 20px;
    }
    .portfolio-block-one .inner-box .lower-content {
        left: 50px;
        width: calc(100% - 100px);
    }
    #content_block_2 .content-box .list li {
        min-height: 50px;
        margin-bottom: 20px;
        padding: 12px 0px 12px 70px;
    }
    .pt-180 {
        padding-top: 120px;
    }
    .about-section .pr-0 {
        padding-right: 15px !important;
    }
    #content_block_1 .content-box {
        padding: 50px 35px 20px 35px;
    }
    .sec-title h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .about-section .pl-0 {
        padding-left: 15px !important;
    }
    .about-section {
        padding-bottom: 100px
    }
    .about-section.pb-180 {
        padding-bottom: 280px;
    }
    .contact-form {
        position: relative;
        padding: 50px 0 30px 0;
    }
    input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .mad-custom-select .mad-selected-option, .select2-container--milenia .select2-selection {
        height: 3rem;
        padding-top: 0.2rem;
        padding-right: 1rem;
        padding-bottom: 0.2rem;
        padding-left: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    label {
        margin-bottom: .1rem;
    }
    .map_contact {
        height: 250px;
        margin-bottom: 280px;
    }
    .register {
        padding: 60px 0 280px 0;
    }
    .cart-area {
        padding-top: 65px;
        padding-bottom: 280px;
    }
    .cart-totals-form {
        margin-top: 50px;
    }
    .cart-table-box .cart-table thead tr th {
        font-size: 16px;
        line-height: 24px;
        min-width: 120px;
        padding: 10px 15px;
    }
    .cart-table-box .cart-table tbody tr td {
        min-width: 120px;
        padding: 10px 15px;
        border: 0px solid #ededed;
    }
    .cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb {
        width: 80px;
    }
    .cart-table-box .cart-table tbody tr .prod-column .column-box .title {
        padding-left: 15px;
    }
    .cart-table-box .cart-table tbody tr .prod-column .column-box {
        min-height: 60px;
    }
    .checkout-area {
        padding: 60px 0px 280px;
    }
    .checkout-area .returning-customer {
        margin-bottom: 20px;
    }
    .checkout-area .form .title {
        padding-bottom: 5px;
    }
    .checkout-area .form form .field-input input[type="text"], .checkout-area .form form .field-input input[type="email"], .checkout-area .form form .field-input input[type="tel"] {
        font-size: 16px;
        height: 45px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .checkout-area .delivery-details {
        padding: 20px 20px 20px 20px;
        margin-bottom: 15px;
    }
    .order-info {
        padding-top: 20px;
    }
    .checkout-area .form.order-info .title {
        padding-bottom: 5px;
    }
    .order-info-table-box .order-table thead tr th {
        font-size: 16px;
        line-height: 24px;
        min-width: 100px;
        padding: 10px 15px;
    }
    .order-info-table-box .order-table tbody tr td {
        min-width: 100px;
        padding: 10px 15px;
    }
    .order-info-table-box .order-table tbody tr .prod-column .column-box .title {
        padding-left: 15px;
    }
    .my-account {
        padding: 60px 0 260px;
    }
    .tab-menu-list .nav {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .shop-area {
        padding: 50px 0 250px;
    }
    #options .modal-body {
        padding: 15px 15px 0 15px;
    }
    #options .modal-footer {
        padding: 0 15px 30px 15px;
    }
    #options .modal-footer .btn-primary, #options .modal-footer .btn-secondary {
        padding: 5px 15px;
    }
    #options .modal-content .col-md-6 img {
        padding: 40px 15px 15px 15px;
    }
    .privacy-policy, .terms-use {
        padding: 50px 0 250px;
    }
    .display-3 {
        font-size: 3rem;
        font-weight: 500;
        line-height: 1.4;
    }
    .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) > * {
        padding-right: 2rem;
        width: 100%;
    }
}