/*-------------------------------------------------------*/
/* Table of Content

1.General
  1.1.Typography
  1.2.Grid
2.Common Elements
3.Layout
4.Blog
5.About me
6.Contact
7.Navigation
8.Footer
9.Helper CLasses

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
    *zoom: 1; }

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""; }

.clearfix:after {
    clear: both; }

.clear {
    clear: both; }

.oh {
    overflow: hidden; }

.relative {
    position: relative; }

.white {
    color: #fff; }

.left {
    float: left; }

.right {
    float: right; }

.bg-light {
    background-color: #f2f4f5; }

.bg-dark {
    background-color: #1b1c1f; }

.last {
    margin-bottom: 0 !important; }

.img-fullwidth {
    width: 100%; }

.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.04em; }

.nocaps {
    text-transform: none;
    letter-spacing: 0; }

::-moz-selection {
    color: #333;
    background: #fbedc4; }

::-webkit-selection {
    color: #333;
    background: #fbedc4; }

::selection {
    color: #333;
    background: #fbedc4; }





/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/


/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section {
    margin-bottom: 40px;
    overflow: hidden; }

@media (min-width: 1500px) {
    .container {
        max-width: 1500px; } }

.container-semi-fluid {
    padding: 0 50px; }
@media only screen and (max-width: 767px) {
    .container-semi-fluid {
        padding: 0 15px; } }



/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.owl-prev, .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    text-align: center;
    line-height: 34px;
    z-index: 10;
    width: 34px;
    height: 34px;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.owl-prev {
    left: 10px; }

.owl-next {
    right: 10px; }

.owl-carousel:hover .owl-prev {
    opacity: 1; }

.owl-carousel:hover .owl-next {
    opacity: 1; }

.owl-next:hover i,
.owl-prev:hover i {
    color: #fc6d41; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
    color: #878c8e; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
    opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
    left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
    right: -60px; }

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px; }

.owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }

.owl-dot span {
    width: 22px;
    height: 4px;
    margin: 3px;
    background: #fff;
    opacity: 0.4;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
    opacity: 1;
    background-color: #fc6d41; }

.owl-carousel--dots-inside .owl-dots {
    position: absolute;
    bottom: 20px;
    margin-top: 0;
    width: 100%; }

.carousel-nav {
    position: absolute;
    top: 0;
    right: 0; }

.carousel-nav__btn {
    background-color: transparent;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #878c8e;
    border: 1px solid #ebeeef; }
.carousel-nav__btn:focus {
    outline: none; }
.carousel-nav__btn:hover {
    background-color: #fc6d41;
    color: #fff;
    border-color: transparent; }



/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
.tabs__list {
    margin-bottom: -1px;
    overflow: hidden; }

.tabs__item {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #404648;
    text-transform: uppercase;
    letter-spacing: 0.04em; 
    width:100%;
}
.tabs__item:not(:first-child) {
    margin-left: -1px; }
@media only screen and (max-width: 767px) {
    .tabs__item {
        display: block;
        margin-right: 0; 
        font-size: 15px;
        font-weight: 500px;
        }
    .tabs__url{
        padding: 5px;
        } }

.tabs__url {
    display: block;
    position: relative;
    padding: 12px 18px 11px;
   /* border: 1px solid #ebeeef;*/
    color: #404648;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -ms-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out; 

    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.tabs__url:focus {
    color: inherit; }
.tabs__url:hover {
    background-color: #fbfbfc; }

.tabs__item--active:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
   /* top: 0;*/
    bottom: 0;
    left: 0;
    z-index: 1;
    /*background-color: #fc6d41;*/
    background-color: #ebeeef;
}

.tabs__item--active .tabs__url {
    color: #404648;
    background-color: #fff;
    border-bottom: 1px solid transparent; }

.tabs__content {
    padding: 20px;

    overflow: hidden; }
.tabs__content-pane {
    display: none; }
.tabs__content-pane--active {
    display: block; }

.tabs__content-view-all{
    margin: 0px 20px 0px 0px;
    text-align: center;
    position: absolute;
    z-index: 999;
    top:18px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    border: medium none;
    border-radius: 10px;
    color: #ffffff;
    height: 25px;
    width: 30px;
    font-size: 20px;

    opacity: 1;
}
.tabs__content-view-all:hover{
    background-color: #6e8214;
}




/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
.thumb-container img {
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -ms-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.thumb-container:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.thumb-text-holder {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 3;
    padding: 0 30px; }
.thumb-text-holder .entry__meta-category {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px; }
.thumb-text-holder .entry__meta a:hover,
.thumb-text-holder .entry__meta a:focus {
    color: #fff; }

.thumb-url {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }

.thumb-entry-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 5px; }
.thumb-entry-title a{
    color: #fff;
}
h3.thumb-entry-title {
    line-height:20px;
}
.thumb-entry-title--sm {
    font-size: 14px;
}
.thumb-entry-title:hover a,
.thumb-entry-title a:focus {
    color: #fff; }
@media only screen and (max-width: 767px) {
    .thumb-entry-title {
        font-size: 20px; } }

.thumb-bg-holder {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important; }

.entry:hover .thumb-bg-holder {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.thumb-50 {
    padding-bottom: 50%; }

.thumb-75 {
    padding-bottom: 75%; }

.thumb-100 {
    padding-bottom: 100%; }


/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/

.featured{
    background-color: #fff;
    padding: 5px 30px 0px 30px;
}

.featured-posts{
   /* border: 1px solid #ebeeef;*/
    background-color: #fff;
}

.featured-posts-grid {
    padding: 20px 0;
    overflow: hidden; }
.featured-posts-grid ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.featured-posts-grid__item {
    height: 160px;
    width: 100%;
    float: left; }
.featured-posts-grid__item .owl-carousel,
.featured-posts-grid__item .owl-stage-outer,
.featured-posts-grid__item .owl-stage,
.featured-posts-grid__item .owl-item {
    height: 100%; }
.featured-posts-grid__item--lg {
    width: 30%;
    /*height: 578px;*/
    padding-right: 30px; }
.featured-posts-grid__item--mm{
    width: 56%;
    height: 440px;
    padding-right: 30px;

}
.featured-posts-grid__item--sm {
    width: 40%;
    height: 240px;
    margin: 20px 0px;
    border: solid #ebeeef;
}
.featured-posts-grid__item--sm:last-child {
    margin-bottom: 0; }
.featured-posts-grid__entry {
    height: 100%;
    margin-bottom: 0 !important; }
.featured-posts-grid__item--lg .thumb-text-holder {
    bottom: 60px;
    padding: 0 50px; }
@media only screen and (max-width: 767px) {
    .featured-posts-grid__item {
    display: none;}
    .featured-posts-grid__item--sm .thumb-text-holder {
        display: none; } }




/* Post List
-------------------------------------------------------*/
.post-list {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebeeef;
    margin-bottom: 20px; }
.post-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
.post-list__img-holder {
    width: 270px;
    height: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0; }
.post-list__img-holder a {
    display: block;
    height: 100%; }
@media only screen and (max-width: 991px) {
    .post-list__img-holder {
        width: 170px; } }
.post-list__body {
    overflow: hidden; }
@media only screen and (max-width: 575px) {
    .post-list__img-holder, .post-list__body {
        width: 100%; }
    .post-list__img-holder {
        float: none;
        margin-right: 0;
        margin-bottom: 30px; } }

/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
    padding: 12px 0 6px;
    border-bottom: 1px solid #ebeeef;
    white-space:nowrap;
    overflow:hidden;
}
.post-list-small__item:first-child {
    padding-top: 0; }
.post-list-small__item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.post-list-small__img-holder {
    width: 80px;
    float: left;
    margin-right: 15px; }
@media only screen and (max-width: 575px) {
    .post-list-small__img-holder {
        width: 50px; } }

.post-list-small__body {
    overflow: hidden; }

.post-list-small__entry-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: -3px;
    display:flex;

}

.post-list-small__entry-title span{
    color: #888e94;
    display:block;
    text-align:justify;
}
.post-list-small__entry-title a {
    color: #404648; 
    display:block;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin-left:5px;
}
.post-list-small__entry-title a:hover {
    text-decoration: underline; }

.post-list-small--border-top {
    border-top: 1px solid #ebeeef;
    padding-top: 16px;
    margin-top: -10px; }

/* Carousel Posts
-------------------------------------------------------*/
.owl-item .entry,
.owl-item .entry__header {
    margin-bottom: 0; }






/* Widget Tabbed Popular/Recent Posts
-------------------------------------------------------*/
.widget-tabpost {
    width: 58%;
    float: left;
    margin-left: 10px;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.widget-tabpost__tabs-content {
    padding: 15px 20px; }
.widget-tabpost__tabs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.widget-tabpost__tabs-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .widget-tabpost{
        width: 100%;
    }
    .widget-tabpost__tabs-content{
        padding: 15px 0px;
    }
}

.fun_text2 {
    margin-left:5% ;
    margin-top: 7px;
    margin-bottom: 5px;
    width: 90%;
    text-align: center;
    position: relative;
    border-bottom: 1px dotted  #6e8214;
}
.fun_text2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    background: #fff;
    width: 50px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    transition: 0.4s;
}
.fun_text2:hover::after {
    transition: 0.4s;
    width: 140px;
}
.fun_text2 > a {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 20px;
}
.fun_text2 .fun_text2_icon {
    color: #6e8214;
    display: inline-block;
    font-size:20px;
    /*padding-bottom: 10px;*/
    line-height: 40px;
}
.fun_text2 span.counter{
    font-weight: 600;
}
.fun_text2 .fun_text2_title {
    color: #404648;
    display: inline-block;
    font-size: 16px;
    font-weight:700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.usage-statistics{
    padding: 20px 20px 10px 20px;
    background-color: #fff;
}

.usage-statistics-content{
        margin-top: 20px;

}

.usage-statistics-row{
    margin: 4px;

}

.data-line{
    margin: 10px 0px 0px 0px;
}

.data-line-2{
    text-align: center;
    margin: 5px 5px 0px 5px;

}

.data-title1{
    text-align: right;
    width:40%;
    display: inline-block;
   line-height: 25px;
    font-size: 16px;
    transition: 0.4s;
}
.data-title2{
     width:10%;
    text-align: right;
     display: inline-block;
    line-height: 25px;
     font-size: 16px;
     transition: 0.4s;
 }
.data-title3{
    width:32%;
    text-align: right;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    transition: 0.4s;
}
.data-text1{
    width: 20%;
    display: inline-block;
    font-size: 20px;
    color: #6e8214;
   line-height: 25px;
    text-align: center;
    transition: 0.4s;
    font-weight: 400;
}

.data-text2{
    width: 25%;
    display: inline-block;
    font-size: 16px;
    color: #6e8214;
   line-height: 30px;
    text-align: center;
    transition: 0.4s;
    font-weight: 400;
}





/* Comments
/*-------------------------------------------------------*/
@media only screen and (min-width: 576px) {
    .comment .children {
        padding-left: 8%; } }

.comment-list > li:first-child > .comment-body {
    border-top: 0;
    padding-top: 0; }

.comment-body {
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid #ebeeef; }

.comment-text {
    overflow: hidden; }
.comment-text p {
    margin-bottom: 10px; }

.comment-avatar {
    float: left;
    margin-right: 20px;
    display: block;
    border-radius: 50%;
    overflow: hidden; }

.comment-author {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    display: block;
    margin-bottom: 5px; }

.comment-date, .comment-edit-link {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: italic;
    color: #adb6b9; }

.comment-edit-link {
    margin-left: 5px;
    margin-bottom: 0;
    color: #fc6d41; }

.comment-reply {
    color: #404648;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
.comment-reply:hover {
    color: #fc6d41; }

/* Comment Form
/*-------------------------------------------------------*/
.comment-form p {
    margin: 0; }

.comment-respond {
    margin-top: 40px; }





/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.no-margin {
    margin: 0 !important; }

.no-padding {
    padding: 0 !important; }

.mt-0 {
    margin-top: 0 !important; }

.mt-10 {
    margin-top: 10px; }

.mt-20 {
    margin-top: 20px; }

.mt-30 {
    margin-top: 30px; }

.mt-40 {
    margin-top: 40px; }

.mt-50 {
    margin-top: 50px; }

.mt-60 {
    margin-top: 60px; }

.mt-70 {
    margin-top: 70px; }

.mt-80 {
    margin-top: 80px; }

.mt-90 {
    margin-top: 90px; }

.mt-100 {
    margin-top: 100px; }

.mt-110 {
    margin-top: 110px; }

.mt-120 {
    margin-top: 120px; }

.mt-130 {
    margin-top: 130px; }

.mt-140 {
    margin-top: 140px; }

.mb-0 {
    margin-bottom: 0 !important; }

.mb-10 {
    margin-bottom: 10px; }

.mb-20 {
    margin-bottom: 20px; }

.mb-30 {
    margin-bottom: 30px; }

.mb-40 {
    margin-bottom: 40px; }

.mb-50 {
    margin-bottom: 50px; }

.mb-60 {
    margin-bottom: 60px; }

.mb-70 {
    margin-bottom: 70px; }

.mb-80 {
    margin-bottom: 80px; }

.mb-90 {
    margin-bottom: 90px; }

.mb-100 {
    margin-bottom: 100px; }

.mb-110 {
    margin-bottom: 110px; }

.mb-120 {
    margin-bottom: 120px; }

.mb-130 {
    margin-bottom: 130px; }

.mb-140 {
    margin-bottom: 140px; }

.pt-0 {
    padding-top: 0; }

.pt-10 {
    padding-top: 10px; }

.pt-20 {
    padding-top: 20px; }

.pt-30 {
    padding-top: 30px; }

.pt-40 {
    padding-top: 40px; }

.pt-50 {
    padding-top: 50px; }

.pt-60 {
    padding-top: 60px; }

.pt-70 {
    padding-top: 70px; }

.pt-80 {
    padding-top: 80px; }

.pt-90 {
    padding-top: 90px; }

.pt-100 {
    padding-top: 100px; }

.pt-110 {
    padding-top: 110px; }

.pt-120 {
    padding-top: 120px; }

.pt-130 {
    padding-top: 130px; }

.pt-140 {
    padding-top: 140px; }

.pt-150 {
    padding-top: 150px; }

.pt-160 {
    padding-top: 160px; }

.pt-170 {
    padding-top: 170px; }

.pt-180 {
    padding-top: 180px; }

.pt-190 {
    padding-top: 190px; }

.pt-200 {
    padding-top: 200px; }

.pb-0 {
    padding-bottom: 0; }

.pb-10 {
    padding-bottom: 10px; }

.pb-20 {
    padding-bottom: 20px; }

.pb-30 {
    padding-bottom: 30px; }

.pb-40 {
    padding-bottom: 40px; }

.pb-50 {
    padding-bottom: 50px; }

.pb-60 {
    padding-bottom: 60px; }

.pb-70 {
    padding-bottom: 70px; }

.pb-80 {
    padding-bottom: 80px; }

.pb-90 {
    padding-bottom: 90px; }

.pb-100 {
    padding-bottom: 100px; }

.pb-110 {
    padding-bottom: 110px; }

.pb-120 {
    padding-bottom: 120px; }

.pb-130 {
    padding-bottom: 130px; }

.pb-140 {
    padding-bottom: 140px; }

.pb-150 {
    padding-bottom: 150px; }

.pb-160 {
    padding-bottom: 160px; }

.pb-170 {
    padding-bottom: 170px; }

.pb-180 {
    padding-bottom: 180px; }

.pb-190 {
    padding-bottom: 190px; }

.pb-200 {
    padding-bottom: 200px; }

@media only screen and (max-width: 1199px) {
    .mt-lg-0 {
        margin-top: 0 !important; }
    .mt-lg-10 {
        margin-top: 10px; }
    .mt-lg-20 {
        margin-top: 20px; }
    .mt-lg-30 {
        margin-top: 30px; }
    .mt-lg-40 {
        margin-top: 40px; }
    .mt-lg-50 {
        margin-top: 50px; }
    .mt-lg-60 {
        margin-top: 60px; }
    .mt-lg-70 {
        margin-top: 70px; }
    .mt-lg-80 {
        margin-top: 80px; }
    .mt-lg-90 {
        margin-top: 90px; }
    .mt-lg-100 {
        margin-top: 100px; }
    .mt-lg-110 {
        margin-top: 110px; }
    .mt-lg-120 {
        margin-top: 120px; }
    .mt-lg-130 {
        margin-top: 130px; }
    .mt-lg-140 {
        margin-top: 140px; }
    .mb-lg-0 {
        margin-bottom: 0 !important; }
    .mb-lg-10 {
        margin-bottom: 10px; }
    .mb-lg-20 {
        margin-bottom: 20px; }
    .mb-lg-30 {
        margin-bottom: 30px; }
    .mb-lg-40 {
        margin-bottom: 40px; }
    .mb-lg-50 {
        margin-bottom: 50px; }
    .mb-lg-60 {
        margin-bottom: 60px; }
    .mb-lg-70 {
        margin-bottom: 70px; }
    .mb-lg-80 {
        margin-bottom: 80px; }
    .mb-lg-90 {
        margin-bottom: 90px; }
    .mb-lg-100 {
        margin-bottom: 100px; }
    .mb-lg-110 {
        margin-bottom: 110px; }
    .mb-lg-120 {
        margin-bottom: 120px; }
    .mb-lg-130 {
        margin-bottom: 130px; }
    .mb-lg-140 {
        margin-bottom: 140px; }
    .pt-lg-0 {
        padding-top: 0; }
    .pt-lg-10 {
        padding-top: 10px; }
    .pt-lg-20 {
        padding-top: 20px; }
    .pt-lg-30 {
        padding-top: 30px; }
    .pt-lg-40 {
        padding-top: 40px; }
    .pt-lg-50 {
        padding-top: 50px; }
    .pt-lg-60 {
        padding-top: 60px; }
    .pt-lg-70 {
        padding-top: 70px; }
    .pt-lg-80 {
        padding-top: 80px; }
    .pt-lg-90 {
        padding-top: 90px; }
    .pt-lg-100 {
        padding-top: 100px; }
    .pt-lg-110 {
        padding-top: 110px; }
    .pt-lg-120 {
        padding-top: 120px; }
    .pt-lg-130 {
        padding-top: 130px; }
    .pt-lg-140 {
        padding-top: 140px; }
    .pb-lg-0 {
        padding-bottom: 0; }
    .pb-lg-10 {
        padding-bottom: 10px; }
    .pb-lg-20 {
        padding-bottom: 20px; }
    .pb-lg-30 {
        padding-bottom: 30px; }
    .pb-lg-40 {
        padding-bottom: 40px; }
    .pb-lg-50 {
        padding-bottom: 50px; }
    .pb-lg-60 {
        padding-bottom: 60px; }
    .pb-lg-70 {
        padding-bottom: 70px; }
    .pb-lg-80 {
        padding-bottom: 80px; }
    .pb-lg-90 {
        padding-bottom: 90px; }
    .pb-lg-100 {
        padding-bottom: 100px; }
    .pb-lg-110 {
        padding-bottom: 110px; }
    .pb-lg-120 {
        padding-bottom: 120px; }
    .pb-lg-130 {
        padding-bottom: 130px; }
    .pb-lg-140 {
        padding-bottom: 140px; } }

@media only screen and (max-width: 991px) {
    .mt-md-0 {
        margin-top: 0 !important; }
    .mt-md-10 {
        margin-top: 10px; }
    .mt-md-20 {
        margin-top: 20px; }
    .mt-md-30 {
        margin-top: 30px; }
    .mt-md-40 {
        margin-top: 40px; }
    .mt-md-50 {
        margin-top: 50px; }
    .mt-md-60 {
        margin-top: 60px; }
    .mt-md-70 {
        margin-top: 70px; }
    .mt-md-80 {
        margin-top: 80px; }
    .mt-md-90 {
        margin-top: 90px; }
    .mt-md-100 {
        margin-top: 100px; }
    .mt-md-110 {
        margin-top: 110px; }
    .mt-md-120 {
        margin-top: 120px; }
    .mt-md-130 {
        margin-top: 130px; }
    .mt-md-140 {
        margin-top: 140px; }
    .mb-md-0 {
        margin-bottom: 0 !important; }
    .mb-md-10 {
        margin-bottom: 10px; }
    .mb-md-20 {
        margin-bottom: 20px; }
    .mb-md-30 {
        margin-bottom: 30px; }
    .mb-md-40 {
        margin-bottom: 40px; }
    .mb-md-50 {
        margin-bottom: 50px; }
    .mb-md-60 {
        margin-bottom: 60px; }
    .mb-md-70 {
        margin-bottom: 70px; }
    .mb-md-80 {
        margin-bottom: 80px; }
    .mb-md-90 {
        margin-bottom: 90px; }
    .mb-md-100 {
        margin-bottom: 100px; }
    .mb-md-110 {
        margin-bottom: 110px; }
    .mb-md-120 {
        margin-bottom: 120px; }
    .mb-md-130 {
        margin-bottom: 130px; }
    .mb-md-140 {
        margin-bottom: 140px; }
    .pt-md-0 {
        padding-top: 0; }
    .pt-md-10 {
        padding-top: 10px; }
    .pt-md-20 {
        padding-top: 20px; }
    .pt-md-30 {
        padding-top: 30px; }
    .pt-md-40 {
        padding-top: 40px; }
    .pt-md-50 {
        padding-top: 50px; }
    .pt-md-60 {
        padding-top: 60px; }
    .pt-md-70 {
        padding-top: 70px; }
    .pt-md-80 {
        padding-top: 80px; }
    .pt-md-90 {
        padding-top: 90px; }
    .pt-md-100 {
        padding-top: 100px; }
    .pt-md-110 {
        padding-top: 110px; }
    .pt-md-120 {
        padding-top: 120px; }
    .pt-md-130 {
        padding-top: 130px; }
    .pt-md-140 {
        padding-top: 140px; }
    .pt-md-150 {
        padding-top: 150px; }
    .pb-md-0 {
        padding-bottom: 0; }
    .pb-md-10 {
        padding-bottom: 10px; }
    .pb-md-20 {
        padding-bottom: 20px; }
    .pb-md-30 {
        padding-bottom: 30px; }
    .pb-md-40 {
        padding-bottom: 40px; }
    .pb-md-50 {
        padding-bottom: 50px; }
    .pb-md-60 {
        padding-bottom: 60px; }
    .pb-md-70 {
        padding-bottom: 70px; }
    .pb-md-80 {
        padding-bottom: 80px; }
    .pb-md-90 {
        padding-bottom: 90px; }
    .pb-md-100 {
        padding-bottom: 100px; }
    .pb-md-110 {
        padding-bottom: 110px; }
    .pb-md-120 {
        padding-bottom: 120px; }
    .pb-md-130 {
        padding-bottom: 130px; }
    .pb-md-140 {
        padding-bottom: 140px; }
    .pb-md-150 {
        padding-bottom: 150px; } }

@media only screen and (max-width: 767px) {
    .mt-sm-0 {
        margin-top: 0 !important; }
    .mt-sm-10 {
        margin-top: 10px; }
    .mt-sm-20 {
        margin-top: 20px; }
    .mt-sm-30 {
        margin-top: 30px; }
    .mt-sm-40 {
        margin-top: 40px; }
    .mt-sm-50 {
        margin-top: 50px; }
    .mt-sm-60 {
        margin-top: 60px; }
    .mt-sm-70 {
        margin-top: 70px; }
    .mt-sm-80 {
        margin-top: 80px; }
    .mt-sm-90 {
        margin-top: 90px; }
    .mt-sm-100 {
        margin-top: 100px; }
    .mt-sm-110 {
        margin-top: 110px; }
    .mt-sm-120 {
        margin-top: 120px; }
    .mt-sm-130 {
        margin-top: 130px; }
    .mt-sm-140 {
        margin-top: 140px; }
    .mb-sm-0 {
        margin-bottom: 0 !important; }
    .mb-sm-10 {
        margin-bottom: 10px; }
    .mb-sm-20 {
        margin-bottom: 20px; }
    .mb-sm-30 {
        margin-bottom: 30px; }
    .mb-sm-40 {
        margin-bottom: 40px; }
    .mb-sm-50 {
        margin-bottom: 50px; }
    .mb-sm-60 {
        margin-bottom: 60px; }
    .mb-sm-70 {
        margin-bottom: 70px; }
    .mb-sm-80 {
        margin-bottom: 80px; }
    .mb-sm-90 {
        margin-bottom: 90px; }
    .mb-sm-100 {
        margin-bottom: 100px; }
    .mb-sm-110 {
        margin-bottom: 110px; }
    .mb-sm-120 {
        margin-bottom: 120px; }
    .mb-sm-130 {
        margin-bottom: 130px; }
    .mb-sm-140 {
        margin-bottom: 140px; }
    .pt-sm-0 {
        padding-top: 0; }
    .pt-sm-10 {
        padding-top: 10px; }
    .pt-sm-20 {
        padding-top: 20px; }
    .pt-sm-30 {
        padding-top: 30px; }
    .pt-sm-40 {
        padding-top: 40px; }
    .pt-sm-50 {
        padding-top: 50px; }
    .pt-sm-60 {
        padding-top: 60px; }
    .pt-sm-70 {
        padding-top: 70px; }
    .pt-sm-80 {
        padding-top: 80px; }
    .pt-sm-90 {
        padding-top: 90px; }
    .pt-sm-100 {
        padding-top: 100px; }
    .pt-sm-110 {
        padding-top: 110px; }
    .pt-sm-120 {
        padding-top: 120px; }
    .pt-sm-130 {
        padding-top: 130px; }
    .pt-sm-140 {
        padding-top: 140px; }
    .pb-sm-0 {
        padding-bottom: 0; }
    .pb-sm-10 {
        padding-bottom: 10px; }
    .pb-sm-20 {
        padding-bottom: 20px; }
    .pb-sm-30 {
        padding-bottom: 30px; }
    .pb-sm-40 {
        padding-bottom: 40px; }
    .pb-sm-50 {
        padding-bottom: 50px; }
    .pb-sm-60 {
        padding-bottom: 60px; }
    .pb-sm-70 {
        padding-bottom: 70px; }
    .pb-sm-80 {
        padding-bottom: 80px; }
    .pb-sm-90 {
        padding-bottom: 90px; }
    .pb-sm-100 {
        padding-bottom: 100px; }
    .pb-sm-110 {
        padding-bottom: 110px; }
    .pb-sm-120 {
        padding-bottom: 120px; }
    .pb-sm-130 {
        padding-bottom: 130px; }
    .pb-sm-140 {
        padding-bottom: 140px; } }

@media only screen and (max-width: 480px) {
    .mt-xs-0 {
        margin-top: 0 !important; }
    .mt-xs-10 {
        margin-top: 10px; }
    .mt-xs-20 {
        margin-top: 20px; }
    .mt-xs-30 {
        margin-top: 30px; }
    .mt-xs-40 {
        margin-top: 40px; }
    .mt-xs-50 {
        margin-top: 50px; }
    .mt-xs-60 {
        margin-top: 60px; }
    .mt-xs-70 {
        margin-top: 70px; }
    .mt-xs-80 {
        margin-top: 80px; }
    .mt-xs-90 {
        margin-top: 90px; }
    .mt-xs-100 {
        margin-top: 100px; }
    .mt-xs-110 {
        margin-top: 110px; }
    .mt-xs-120 {
        margin-top: 120px; }
    .mt-xs-130 {
        margin-top: 130px; }
    .mt-xs-140 {
        margin-top: 140px; }
    .mb-xs-0 {
        margin-bottom: 0 !important; }
    .mb-xs-10 {
        margin-bottom: 10px; }
    .mb-xs-20 {
        margin-bottom: 20px; }
    .mb-xs-30 {
        margin-bottom: 30px; }
    .mb-xs-40 {
        margin-bottom: 40px; }
    .mb-xs-50 {
        margin-bottom: 50px; }
    .mb-xs-60 {
        margin-bottom: 60px; }
    .mb-xs-70 {
        margin-bottom: 70px; }
    .mb-xs-80 {
        margin-bottom: 80px; }
    .mb-xs-90 {
        margin-bottom: 90px; }
    .mb-xs-100 {
        margin-bottom: 100px; }
    .mb-xs-110 {
        margin-bottom: 110px; }
    .mb-xs-120 {
        margin-bottom: 120px; }
    .mb-xs-130 {
        margin-bottom: 130px; }
    .mb-xs-140 {
        margin-bottom: 140px; }
    .pt-xs-0 {
        padding-top: 0; }
    .pt-xs-10 {
        padding-top: 10px; }
    .pt-xs-20 {
        padding-top: 20px; }
    .pt-xs-30 {
        padding-top: 30px; }
    .pt-xs-40 {
        padding-top: 40px; }
    .pt-xs-50 {
        padding-top: 50px; }
    .pt-xs-60 {
        padding-top: 60px; }
    .pt-xs-70 {
        padding-top: 70px; }
    .pt-xs-80 {
        padding-top: 80px; }
    .pt-xs-90 {
        padding-top: 90px; }
    .pt-xs-100 {
        padding-top: 100px; }
    .pt-xs-110 {
        padding-top: 110px; }
    .pt-xs-120 {
        padding-top: 120px; }
    .pt-xs-130 {
        padding-top: 130px; }
    .pt-xs-140 {
        padding-top: 140px; }
    .pb-xs-0 {
        padding-bottom: 0; }
    .pb-xs-10 {
        padding-bottom: 10px; }
    .pb-xs-20 {
        padding-bottom: 20px; }
    .pb-xs-30 {
        padding-bottom: 30px; }
    .pb-xs-40 {
        padding-bottom: 40px; }
    .pb-xs-50 {
        padding-bottom: 50px; }
    .pb-xs-60 {
        padding-bottom: 60px; }
    .pb-xs-70 {
        padding-bottom: 70px; }
    .pb-xs-80 {
        padding-bottom: 80px; }
    .pb-xs-90 {
        padding-bottom: 90px; }
    .pb-xs-100 {
        padding-bottom: 100px; }
    .pb-xs-110 {
        padding-bottom: 110px; }
    .pb-xs-120 {
        padding-bottom: 120px; }
    .pb-xs-130 {
        padding-bottom: 130px; }
    .pb-xs-140 {
        padding-bottom: 140px; } }

