/*-------------------------------------    
CSS INDEX
===================================
#. EL: Button
#. EL: Section Title
#. EL: Title With Text
#. EL: Owl Nav 1 
#. EL: Owl Nav 2
#. EL: Slider
#. EL: Post Single Grid 1
#. EL: Post Single Grid 2
#. EL: Post Grid
#. EL: Post List
#. EL: Post Box
#. EL: Post slider
#. EL: Info Box
#. EL: About Info
#. EL: About Text
#. EL: Related product slider
#. EL: Contact Address
#. EL: Contact Info
#. EL: Coll To Action
#. EL: Video
#. EL: Progress Circular
#. EL: Progress Bar
#. EL: Counter
#. EL: Theia Sticky Sidebar
#. EL: Instagram
---------------------------------------*/
/*-----------------------
#. EL: Button
------------------------*/
/*title decoration*/
.entry-content .light-button {
    background: transparent;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    margin-top: 20px;
    padding: 15px 34px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: 2px solid #fff;
    border-radius: 30px;
}
.entry-content .light-button i {
    color: #e53935;
    display: block;
    font-size: 20px;
    position: absolute;
    top: 18px;
    right: 3%;
}
.entry-content .light-button:hover {
    background: #ffffff;
    color: #e53935;
    border: 2px solid #e53935;
}
.entry-content .light-button:hover i {
    color: #ffffff;
}
.entry-content .rt-price-table-box1 {
    text-align: center;
    padding: 50px 0;
    background: #f8f8f8;
    margin: 0 auto;
    transition: all 0.5s ease-out;
}
.entry-content .rt-price-table-box1 span {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    transition: all 0.5s ease-out;
    line-height: 36px;
}
.entry-content .rt-price-table-box1 .price-holder {
    color: #ffffff;
    font-size: 36px;
    height: 150px;
    min-width: 150px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 35px;
    padding: 50px 15px 60px;
    line-height: 30px;
    transition: all 0.5s ease-out;
    background: #e53935;
}
.dark-button {
    border: 2px solid #e53935;
    color: #ffffff !important;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.7s ease;
    background: #e53935;
    margin-top: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    padding: 0px 8px;
}
.dark-button span {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 24px;
}
.dark-button:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}
.dark-button:before {
    content: '\f178';
    font-family: 'fontawesome';
    color: #ffffff !important;
    background: #e53935;
    margin-left: 10px;
    transition: all 0.7s ease;
    opacity: 0;
    -webkit-transform: translate3d(-20px, -50%, 0);
    -moz-transform: translate3d(-20px, -50%, 0);
    transform: translate3d(-20px, -50%, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 24px;
    left: 5px;
}
.dark-button:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(10%, -50%, 0);
    -moz-transform: translate3d(10%, -50%, 0);
    transform: translate3d(10%, -50%, 0);
}
.rt-grid-fill-btn {
    clear: both;
    text-align: center;
    padding-top: 15px;
}
.entry-content .rt-grid-fill-btn a.grid-fill-btn {
    margin: 0px;
}
.entry-content a.grid-fill-btn,
.entry-content .rt-grid-fill-btn a.grid-fill-btn {
    color: #ffffff;
    background: #e53935;
    padding: 15px 25px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #e53935;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    display: inline-block;
}
.entry-content a.grid-fill-btn:hover,
.entry-content .rt-grid-fill-btn a.grid-fill-btn:hover {
    color: #e53935;
    background: transparent;
}
.entry-content a.grid-fill-btn:hover:after,
.entry-content .rt-grid-fill-btn a.grid-fill-btn:hover:after {
    color: #e53935;
    font-family: FontAwesome;
    opacity: 1;
    content: "\f105";
    margin-left: 9px;
    font-size: 18px;
}
@media (max-width: 768px) {
    .entry-content .rt-grid-fill-btn a.grid-fill-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}
.rtin-divider .divide-bar {
    position: relative;
}
.rtin-divider .divide-bar:after {
    content: "";
    height: 192px;
    width: 1px;
    background-color: #d5d5d5;
    position: absolute;
}
/*-------------------------------------
#. EL: Section Title
--------------------------------------*/
.sec-title .rtin-title {
    color: #111111;
    font-size: 36px;
	font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
}

.sec-title .rtin-title span {
	font-weight: 400;
}
.sec-title .sub-title {
    color: #444444;
    font-size: 18px;
    letter-spacing: 2px;
}
.sec-title.style1 .sub-title {
    letter-spacing: 0;
}
.sec-title.left {
    text-align: left;
}
.sec-title.center {
    text-align: center;
}
.sec-title.right {
    text-align: right;
}
.sec-title.style2 .sec-title-holder {
    margin: 0 auto;
}
.sec-title.style2 .rtin-title {
    padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.sec-title.style2 .rtin-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 50px;
    background: #444444;
}
.sec-title.style2 .rtin-title:after {
    content: "";
    position: absolute;
    left: 55px;
    bottom: -2px;
    height: 3px;
    width: 100px;
    background: #444444;
}
.sec-title.style3 .sub-title {
    font-size: 22px;
    color: #111111;
    margin-bottom: 5px;
}
.sec-title.style3 .rtin-title span {
    font-weight: 400;
    display: block;
}

/*-------------------------------------
#. EL: Title With Text
--------------------------------------*/
.title-text-button .rtin-title {
    font-size: 36px;
    color: #111111;
    line-height: 1.4;
    position: relative;
    margin-bottom: 28px;
}
.title-text-button .rtin-title span {
	font-weight: 400;
}
.title-text-button .subtitle {
    font-size: 20px;
    color: #444444;
    line-height: 1.2;
    letter-spacing: 2px;
}
.title-text-button .rtin-content {
    color: #444444;
    font-size: 16px;
}
.title-text-button {
    margin: 0 auto;
}
.title-text-button.left {
    text-align: left;
}
.title-text-button.center {
    text-align: center;
}
.title-text-button.right {
    text-align: right;
}
.barshow .rtin-title {
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
	border-bottom: 1px solid #d7d7d7;
}
.barshow .title-bar {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #444444;
}
.center.barshow .title-bar {
    right: 0;
    margin: 0 auto;
}
.right.barshow .title-bar {
    right: 0;
    left: inherit;
}
.title-text-button .rtin-button {
    margin-top: 30px;
}
.title-text-button .rtin-dark .blogxer-button {
    border: 1px solid #444444;
    border-radius: 4px;
    color: #ffffff;
    padding: 12px 20px;
    background: #444444;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-out;
    line-height: 1.4;
}
.title-text-button .rtin-dark .blogxer-button:hover {
    color: #111111;
    background: transparent;
}
.title-text-button .rtin-light .blogxer-button {
    border: 1px solid #111111;
    border-radius: 4px;
    color: #111111;
    padding: 12px 20px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-out;
    line-height: 1.4;
}
.title-text-button .rtin-light .blogxer-button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
}
.title-text-button .blogxer-button i {
    padding-left: 8px;
    font-weight: 900;
}
.title-text-button.text-style1 .subtitle {
    margin-bottom: 10px;
}

.title-text-button.text-style2 .subtitle {
    margin-bottom: 20px;
}

/*-------------------------------------
#. EL: Owl Nav 1
---------------------------------------*/
.owl-theme .owl-controls .owl-prev {
    left: -45px;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    border: 2px solid #444444;
    line-height: 1.4;
}
.owl-theme .owl-controls .owl-prev i {
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-prev:hover i {
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next {
    right: -45px;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    border: 2px solid #444444;
    line-height: 1.4;
}
.owl-theme .owl-controls .owl-next i {
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover {
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover i {
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.rt-owl-nav-1 .section-title-holder {
    margin-bottom: 35px;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav {
    margin-top: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    opacity: 1;
    text-align: center;
    transition: all 0.3s ease 0s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    color: #444444;
    background-color: #ffffff;;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav .owl-prev {
    left: 50px;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav .owl-next {
    right: 50px;
}
@media (max-width: 1199px) {
    .rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav .owl-prev {
        left: 20px;
    }
    .rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav .owl-next {
        right: 20px;
    }
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
    background-color: #444444;
    color: #ffffff;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav i {
    font-size: 26px;
    font-weight: 400;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dots .owl-dot {
    position: relative;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #d7d7d7;
    display: block;
    transition: all 0.3s ease-out;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dots .owl-dot:hover span {
    background: #444444;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dots .owl-dot.active span {
    background: #444444;
}
.rt-owl-nav-1 .owl-theme .owl-dots {
    margin-top: 40px !important;
}
.rt-owl-nav-1 .owl-theme .owl-dots .owl-dot span {
    margin: 0px 7px;
}
.rt-owl-nav-1 .owl-nav {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rt-owl-nav-1:hover .owl-nav {
	opacity: 1;
}
/*-------------------------------------
#. EL: Owl Nav 2
---------------------------------------*/
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div {
    border-radius: 0;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    opacity: 1;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: none;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-prev {
    left: 0px;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-next {
    right: 0px;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
    background-color: #444444;
    color: #ffffff;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav i {
    font-size: 26px;
    font-weight: 400;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav {
    margin-top: 0;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dots {
    display: block !important;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot span {
    width: 14px;
    height: 14px;
    background: #d7d7d7;
    transition: all 0.3s ease 0s;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot:hover span {
    background: #444444;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot.active span {
    width: 14px;
    height: 14px;
    background: #444444;
}
@media (max-width: 1199px) {
    .rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-prev {
        left: -54px;
    }
    .rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-next {
        right: -54px;
    }
}
@media (max-width: 991px) {
    .rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-prev {
        left: 0px;
    }
    .rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-next {
        right: 0px;
    }
}

/*-------------------------------------
#. EL: Slider
---------------------------------------*/
.rt-el-slider {
    color: #fff;
    position: relative;
}
.rt-el-slider .rt-nivoslider {
    opacity: 0;
}
.rt-el-slider .rtin-content {
    display: table;
    height: 100%;
    width: 100%;
}
.rt-el-slider .rtin-content .rtin-content-inner {
    display: table-cell;
    vertical-align: middle;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
    margin: 0 60px;
}
@media all and (max-width: 1199px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
        margin: 0 30px;
    }
}
@media all and (max-width: 991px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
        margin: 0 15px;
    }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    color: #222222;
    line-height: 1.2;
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    margin: 0 auto;
    max-width: 1110px;
    text-align: left;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title span {
    font-weight: 400;
}
@media all and (max-width: 1199px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
        font-size: 42px;
    }
}
@media all and (max-width: 991px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
        font-size: 36px;
    }
}
@media all and (max-width: 767px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
        font-size: 32px;
    }
}
@media all and (max-width: 480px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
        font-size: 24px;
        line-height: 1;
    }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
    line-height: 1.7;
    font-weight: 400;
    color: #444444;
    max-width: 1110px;
    margin: 25px auto 0;
    padding: 0;
    text-align: left;
}
@media all and (max-width: 767px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4;
    }
}
@media all and (max-width: 480px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
        display: none;
    }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob {
    font-weight: 400;
    color: #bfbfbf;
    padding: 0;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.4;
    display: none;
}
@media all and (max-width: 480px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob {
        display: block;
    }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
    max-width: 1110px;
    margin: 40px auto 0;
    text-align: left;
}

.rt-el-slider .nivo-caption a {
    display: inline-block !important;
}
@media all and (max-width: 991px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
        margin-top: 30px;
    }
}
@media all and (max-width: 480px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
        margin-top: 15px;
    }
}
@media all and (max-width: 767px) {
    .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn a {
        font-size: 13px;
        padding: 8px 15px;
    }
}
.rt-el-slider .rtin-content.rtin-odd .rtin-title,
.rt-el-slider .rtin-content.rtin-odd .title-medium-light {
    animation: fadeInRight 1000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-odd .rtin-subtitle,
.rt-el-slider .rtin-content.rtin-odd .rtin-subtitle-mob,
.rt-el-slider .rtin-content.rtin-odd .post-meta-light {
    animation: fadeInRight 1500ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-odd .rtin-btn,
.rt-el-slider .rtin-content.rtin-odd .topic-box-sm {
    animation: fadeInRight 2000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even .rtin-title,
.rt-el-slider .rtin-content.rtin-even .title-medium-light {
    animation: fadeInLeft 1000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even .rtin-subtitle,
.rt-el-slider .rtin-content.rtin-even .rtin-subtitle-mob,
.rt-el-slider .rtin-content.rtin-even .post-meta-light {
    animation: fadeInLeft 1500ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even .rtin-btn,
.rt-el-slider .rtin-content.rtin-even .topic-box-sm {
    animation: fadeInLeft 2000ms ease-in-out;
}
.rt-el-slider .slider-direction {
    display: none;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav,
.rt-el-slider .nivo-directionNav a.nivo-nextNav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fe9000;
    transition: all 0.5s ease-out;
}
@media all and (max-width: 991px) {
    .rt-el-slider .nivo-directionNav a.nivo-prevNav,
    .rt-el-slider .nivo-directionNav a.nivo-nextNav {
        width: 30px;
        height: 30px;
    }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:before,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 10px;
    transition: all 0.5s ease-out;
}
@media all and (max-width: 991px) {
    .rt-el-slider .nivo-directionNav a.nivo-prevNav:before,
    .rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
        font-size: 10px;
        top: 0;
    }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:hover,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:hover {
    background-color: rgba(255, 190, 0, 0.6);
    transition: all 0.5s ease-out;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:hover:before,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:hover:before {
    color: #fff;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav {
    left: 15px;
}
@media all and (max-width: 991px) {
    .rt-el-slider .nivo-directionNav a.nivo-prevNav {
        left: 10px;
    }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:before {
    content: "\f053";
    left: 17px;
}

@media all and (max-width: 991px) {
    .rt-el-slider .nivo-directionNav a.nivo-prevNav:before {
        left: 9px;
    }
}
.rt-el-slider .nivo-directionNav a.nivo-nextNav {
    right: 15px;
}
@media all and (max-width: 991px) {
    .rt-el-slider .nivo-directionNav a.nivo-nextNav {
        right: 10px;
    }
}
.rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
    content: "\f054";
    right: 17px;
}
@media all and (max-width: 991px) {
    .rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
        right: 9px;
    }
}
.rt-el-slider .nivo-caption {
    height: 100%;
    opacity: 1;
    background: inherit;
}
.rt-el-slider .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    padding: 0 5px;
    z-index: 8;
}
.rt-el-slider .nivo-controlNav .nivo-control {
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c4c7cb;
    color: #c4c7cb;
    font-weight: 400;
    margin: 0 5px;
    display: inline-block;
}
.rt-el-slider .nivo-controlNav .nivo-control.active {
    background-color: #444444;
    font-weight: 400;
}
.rt-el-slider.rt-post-slider .rtin-content-inner .topic-box-sm {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}
.rt-el-slider.rt-post-slider .rtin-content .rtin-content-inner {
    vertical-align: bottom;
    padding-bottom: 50px;
}
.rt-el-slider.rt-post-slider .rtin-content .rtin-content-inner .rtin-content-wrap .post-meta-light {
    padding: 0;
    text-align: left;
}
.rt-el-slider.rt-post-slider .rtin-content .rtin-content-inner .rtin-content-wrap .title-medium-light {
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    text-align: left;
}
.rt-el-slider.rt-post-slider .rt-nivoslider {
    width: 100% !important;
    margin-left: 0 !important;
}
.rt-el-slider.rt-post-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
    margin: 0 40px;
}
.rt-el-slider.rt-post-slider .nivo-controlNav {
    padding: 0 45px;
}
.rt-el-slider.rt-post-slider .img-overlay-70:before {
    z-index: 6;
}
/*-------------------------------------
#. EL: Revolution Slider Left Right
---------------------------------------*/
.slider-left-side-content {
    display: flex;
    align-items: center;
}

.slider-left-side-content .side-content {
    font-size: 18px;
    color: #111111;
    font-weight: 500;
    transform: rotate(-90deg);
    letter-spacing: 10px;
    width: 340px;
    position: absolute;
    left: -114px;
}

.slider-right-side-content {
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    .slider-left-side-content {
        display: none;
    }

    .slider-right-side-content {
        display: none;
    }
}

.slider-right-side-content ul.footer-social {
    list-style: none;
    margin: 0 0 0 40px;
    padding: 0;
}

@media (max-width: 1440px) {
    .slider-left-side-content .side-content {
        left: -128px;
    }

    .slider-right-side-content ul.footer-social {
        margin-left: 20px;
    }
}

@media (max-width: 1199px) {
    .slider-left-side-content .side-content {
        left: -141px;
    }

    .slider-right-side-content ul.footer-social {
        margin-left: 13px;
    }
}

.slider-right-side-content ul.footer-social li {
    display: block;
    margin-bottom: 30px;
}

.slider-right-side-content ul.footer-social li a {
    font-size: 18px;
    color: #111111;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-right-side-content ul.footer-social li a:hover {
    color: #646464;
}
/*-------------------------------------
#. EL: Post Single Grid 1
---------------------------------------*/
.post-single-default .rtin-single-post .rtin-content {
	color: #666666;
}
.post-single-default .rtin-single-post .rtin-content h3 {
    line-height: 1.4;
    margin-bottom: 15px;
}
.post-single-default .rtin-single-post .rtin-content h3 a {
    color: #111111;
}
.post-single-default .rtin-single-post .rtin-content h3 a:hover {
    color: #646464;
}
.post-single-default .rtin-single-post .post-meta ul {
    margin-bottom: 15px;
	margin-left: 0;
    padding-left: 0px;
    position: relative;
}
.post-single-default .rtin-single-post .post-meta ul li {
    display: inline-block;
    margin-right: 15px;
	margin-bottom: 0;
    color: #757575;
    position: relative;
    font-size: 14px;
}
.post-single-default .rtin-single-post .post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.post-single-default .rtin-single-post .post-meta ul li a {
    color: #757575;
}
.post-single-default .rtin-single-post .post-meta ul li a:hover {
    color: #444444;
}
.post-single-default .rtin-single-post .post-meta ul li i {
    color: #444444;
    padding-right: 8px;
}
/*start icon off/on check*/
.post-single-default.no-icon .rtin-single-post .post-meta ul li {
	margin-right: 20px;
}
.post-single-default.no-icon .rtin-single-post .post-meta ul li i {
	display: none;
}
.post-single-default.no-icon .rtin-single-post .post-meta ul li:after {
	content: ".";
    font-size: 16px;
    color: #111111;
    position: absolute;
    bottom: 3px;
    right: -14px;
}
.post-single-default.no-icon .rtin-single-post .post-meta ul li:last-child {
	margin-right: 0;
}
.post-single-default.no-icon .rtin-single-post .post-meta ul li:last-child:after {
	display: none;
}
/*end icon off/on check*/
.post-single-default .post-footer {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}
.post-single-default .rtin-single-post .post-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-single-default .post-footer ul li a:hover {
    color: #444444;
}
.post-single-default.center .rtin-single-post .rtin-content {
	text-align: center;
}
.post-single-default.center .post-footer {
	display: inherit;
	text-align: center;
}
.post-single-default.center .post-footer ul {
	margin-top: 5px;
}
.post-single-default.right .rtin-single-post .rtin-content {
	text-align: right;
}
.post-single-default.right .post-footer {
	text-align: right;
}
.post-single-default .rtin-single-post .rtin-img {
    overflow: hidden;
    position: relative;
	border-radius: 4px;
}
.post-single-style1 .rtin-single-post .rtin-content {
	padding-top: 20px;
}
.post-single-style1 .rtin-single-post .rtin-content h3 {
	font-size: 28px;
}
.post-single-style1 .rtin-single-post .rtin-img img {
    -webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(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;
}
.post-single-style1 .rtin-single-post:hover .rtin-img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
/*-------------------------------------
#. EL: Post Single Grid 2
---------------------------------------*/
.post-single-style2 .rtin-single-post .rtin-content {
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
    padding: 10px 35px 30px;
    z-index: 2;
}
.post-single-style2 .rtin-single-post .rtin-img:after {
    content: "";
    height: 70%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
    right: 0;
    left: 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;
}
.post-single-style2 .rtin-single-post:hover .rtin-img:after {
    height: 100%;
}
.post-single-style2 .rtin-single-post .rtin-content h3 {
	font-size: 24px;
}
.post-single-default.post-single-style2.no-icon .rtin-single-post .post-meta ul li:after {
	color: #ffffff;
}
/*-------------------------------------
#. EL: Post Grid
---------------------------------------*/
.post-grid-default .rtin-single-post .rtin-content {
	color: #666666;
}
.post-grid-default .rtin-single-post .rtin-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.post-grid-default .rtin-single-post .rtin-content h3 a {
    color: #111111;
}
.post-grid-default .rtin-single-post .rtin-content h3 a:hover {
    color: #646464;
}
.post-grid-default .rtin-single-post .post-meta ul {
    margin-bottom: 15px;
	margin-left: 0;
    padding-left: 0px;
    position: relative;
}
.post-grid-default .rtin-single-post .post-meta ul li {
    display: inline-block;
    margin-right: 15px;
	margin-bottom: 0;
    color: #757575;
    position: relative;
    font-size: 14px;
}
.post-grid-default .rtin-single-post .post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.post-grid-default .rtin-single-post .post-meta ul li a {
    color: #757575;
}
.post-grid-default .rtin-single-post .post-meta ul li a:hover {
    color: #444444;
}
.post-grid-default .rtin-single-post .post-meta ul li i {
    color: #444444;
    padding-right: 8px;
}
/*start icon off/on check*/
.post-grid-default.no-icon .rtin-single-post .post-meta ul li {
	margin-right: 20px;
}
.post-grid-default.no-icon .rtin-single-post .post-meta ul li i {
	display: none;
}
.post-grid-default.no-icon .rtin-single-post .post-meta ul li:after {
	content: ".";
    font-size: 16px;
    color: #111111;
    position: absolute;
    bottom: 3px;
    right: -14px;
}
.post-grid-default.no-icon .rtin-single-post .post-meta ul li:last-child {
	margin-right: 0;
}
.post-grid-default.no-icon .rtin-single-post .post-meta ul li:last-child:after {
	display: none;
}
/*end icon off/on check*/
.post-grid-default .post-footer {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}
.post-grid-default .rtin-single-post .post-footer .post-meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-grid-default .post-footer ul li {
    display: inline-block;
    margin-right: 15px;
	color: #757575;
	-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;
}
.post-grid-default .post-footer ul li a:hover {
    color: #444444;
}
.post-grid-default.center .rtin-single-post .post-footer .post-meta {
	margin-top: 5px;
}
.post-grid-default.center .rtin-single-post .rtin-content {
	text-align: center;
}
.post-grid-default.center .post-footer {
	display: inherit;
	text-align: center;
}
.post-grid-default.center .post-footer .item-btn {
	order: 2;
}
.post-grid-default.center .post-footer ul {
	margin-bottom: 8px;
}
.post-grid-default.right .rtin-single-post .rtin-content {
	text-align: right;
}
.post-grid-default.right .post-footer {
	text-align: right;
}
.post-grid-default .rtin-single-post .rtin-img {
    overflow: hidden;
    position: relative;
}

/*Post Grid 1*/
.post-grid-style1 .rtin-single-post {
	margin-bottom: 30px;
}
.post-grid-style1 .rtin-single-post .rtin-content {
    padding: 22px 0px 0px;
    position: relative;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-grid-style1 .rtin-single-post .rtin-content p {
    margin-bottom: 0px;
}
.post-grid-style1 .rtin-single-post .rtin-img img {
    -webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(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;
}
@media(max-width: 991px) {
	.post-grid-style1 .rtin-single-post .rtin-img img {
		width: 100%;
	}
}
.post-grid-style1 .rtin-single-post:hover .rtin-img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.post-grid-style1 .rtin-single-post .post-footer {
	margin-top: 20px;
}
/*Post Grid 2*/
.post-grid-style2 .rtin-single-post {
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(224, 224, 224, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(224, 224, 224, 0.75);
	-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;
}
.post-grid-style2 .rtin-single-post:hover {
    -webkit-box-shadow: 0px 15px 21px 0px #e5e5e5;
    box-shadow: 0px 15px 21px 0px #e5e5e5;
}
.post-grid-style2 .rtin-content {
	background: #ffffff;
    padding: 22px 25px 15px;
    overflow: hidden;
	
}
.post-grid-style2 .rtin-single-post .post-footer {
	padding-bottom: 15px;
}
.post-grid-style2 .rtin-img a {
	display: block;
}
.post-grid-style2 .rtin-img a.hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 10px;
    z-index: 2;
    -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;
}
.post-grid-style2 .rtin-img a span {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 2px;
    transform: scale(2);
    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;
}
.post-grid-style2 .rtin-single-post:hover .hover-icon span {
    opacity: 1;
    transform: scale(1);
}
.post-grid-style2 .rtin-single-post:hover .hover-icon span:nth-child(1n) {
    transition-delay: 0.2s;
}
.post-grid-style2 .rtin-single-post:hover .hover-icon span:nth-child(2n) {
    transition-delay: 0.3s;
}
.post-grid-style2 .rtin-single-post:hover .hover-icon span:nth-child(3n) {
    transition-delay: 0.4s;
}
.post-grid-style2 .rtin-single-post .rtin-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px 4px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    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;
}
.post-grid-style2 .rtin-single-post:hover .rtin-img:after {
    visibility: visible;
    opacity: 1;
}
/*Post Grid 3*/
.post-grid-style3 .rtin-single-post {
	margin-bottom: 30px;
}
.post-grid-style3 .rtin-single-post .media-body {
    margin-left: 20px;
}
.post-grid-default.post-grid-style3 .rtin-single-post .rtin-img {
	width: 37%;
	border-radius: 4px;
}
.post-grid-style3 .rtin-single-post .rtin-img img {
    transform: scale(1);
    -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;
}
.post-grid-style3 .rtin-single-post:hover .rtin-img img {
    transform: scale(1.1);
}
/*Post Grid 4*/
.post-grid-style4 .rtin-content {
    padding: 16px 20px 0;
    background-color: #ffffff;
    position: relative;
    margin: -27px 25px 30px;
    border-radius: 4px;
}
.post-grid-style4 .rtin-single-post .rtin-img {
	border-radius: 4px;
}
.post-grid-style4 .rtin-single-post .rtin-img img {
    transform: scale(1);
    -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;
}
.post-grid-style4 .rtin-single-post:hover .rtin-img img {
    transform: scale(1.1);
}
/*Post Grid 5*/
.post-grid-style5 .post-content-holder {
	display: flex;
    align-items: center;
    height: 100%;
    padding: 30px;
}
.post-grid-default.post-grid-style5 .rtin-single-post .rtin-content h3 {
	font-size: 22px;
}
.post-grid-style5 .rtin-single-post .rtin-img img {
    transform: scale(1);
    -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;
}
.post-grid-style5 .rtin-single-post:hover .rtin-img img {
    transform: scale(1.1);
}
.post-grid-style5 .rtin-single-post .post-footer {
	margin-top: 12px;
}
@media(max-width:991px) {
	.post-grid-style5 .rtin-img img {
		width: 100%;
	}
	.post-grid-style5 .rtin-single-post .order2 {
		order: 2;
	}
	.post-grid-style5 .rtin-single-post .post-content-holder {
		padding: 30px 0;
	}
}
/*Post Grid 6*/
.post-grid-style6 .rtin-single-post {
	margin-bottom: 30px;
}
.post-grid-style6 .rtin-single-post .rtin-content {
	margin-top: 25px;
}
.post-grid-style6 .rtin-single-post .rtin-img {
	border-radius: 4px;
}
.post-grid-style6 .rtin-single-post .rtin-img img {
    transform: scale(1);
    -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;
}
.post-grid-style6 .rtin-single-post:hover .rtin-img img {
    transform: scale(1.1);
}
@media(min-width: 992px) and (max-width: 1199px) {
	.post-grid-style6 .row > div {
		width: 33.333%;
		max-width: 33.333%;
		flex: 33.333%;
	}
}
/*-------------------------------------
#. EL: Post List
---------------------------------------*/
.post-list-default .rtin-single-post .rtin-content {
	color: #666666;
}
.post-list-default .rtin-single-post .rtin-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.post-list-default .rtin-single-post .rtin-content h3 a {
    color: #111111;
}
.post-list-default .rtin-single-post .rtin-content h3 a:hover {
    color: #646464;
}
.post-list-default .post-meta ul {
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.post-list-default .post-meta ul li {
	display: inline-block;
    margin-right: 15px;
	margin-bottom: 0;
    color: #757575;
    position: relative;
    font-size: 14px;
}
.post-list-default .post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.post-list-default .post-meta ul li a {
    color: #757575;
}
.post-list-default .post-meta ul li a:hover {
    color: #444444;
}
.post-list-default .post-meta ul li i {
    color: #444444;
    padding-right: 8px;
}
/*start icon off/on check*/
.post-list-default.no-icon .rtin-single-post .post-meta ul li {
	margin-right: 20px;
}
.post-list-default.no-icon .rtin-single-post .post-meta ul li i {
	display: none;
}
.post-list-default.no-icon .rtin-single-post .post-meta ul li:after {
	content: ".";
    font-size: 16px;
    color: #111111;
    position: absolute;
    bottom: 3px;
    right: -14px;
}
.post-list-default.no-icon .rtin-single-post .post-meta ul li:last-child {
	margin-right: 0;
}
.post-list-default.no-icon .rtin-single-post .post-meta ul li:last-child:after {
	display: none;
}
/*end icon off/on check*/
.post-list-default .post-footer {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}
.post-list-default .post-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-list-default.center .rtin-single-post .rtin-content {
	text-align: center;
}
.post-list-default.center .post-footer {
	display: inherit;
	text-align: center;
}
.post-list-default.center .post-footer ul {
	margin-top: 5px;
}
.post-list-default.right .rtin-single-post .rtin-content {
	text-align: right;
}
.post-list-default.right .post-footer {
	text-align: right;
}
/*Post list 1*/
.post-list-style1 .rtin-single-post {
	margin-bottom: 40px;
    display: flex;
    align-items: start;
}
.post-list-style1 .rtin-single-post .rtin-img {
	width: 50%;
    overflow: hidden;
    position: relative;
}
.post-list-style1 .rtin-single-post .rtin-img img {
    -webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(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;
}
.post-list-style1 .rtin-single-post:hover .rtin-img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.post-list-style1 .rtin-single-post .rtin-content {
	width: 50%;
    padding-left: 30px;
    position: relative;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-list-style1 .rtin-single-post .rtin-content p {
    margin-bottom: 0px;
}
.post-list-default.post-list-style1.right .post-footer {
	display: inherit;
}
@media (max-width: 1199px) {
	.post-list-style1 .rtin-single-post {
		display: inherit;
	}
	.post-list-style1 .rtin-single-post .rtin-img,
	.post-list-style1 .rtin-single-post .rtin-content {
		width: 100%;
	}
	.post-list-style1 .rtin-single-post .rtin-content {
		padding-left: 0;
		padding-top: 20px;
	}
}
/*Post list 2*/
.post-list-style2 .content-left .rtin-content {
	padding-top: 24px;
}
@media(max-width: 991px) {
	.post-list-style2 .content-left .rtin-content {
		margin-bottom: 30px;
	}
}
.post-list-default.post-list-style2 .rtin-single-post .content-left .rtin-content h3 {
	font-size: 26px;
}
.post-list-default.post-list-style2 .rtin-single-post .content-right .rtin-content h3 {
	font-size: 18px;
}
.post-list-style2 .rtin-single-post .content-right .rtin-content {
	border-bottom: 1px solid #dedede;
	margin-bottom: 25px;
    padding-bottom: 10px;
}
.post-list-style2 .rtin-single-post .content-right .rtin-content:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*Post list 3*/    
.post-list-style3 .rtin-single-post {
	margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.post-list-style3 .rtin-single-post .rtin-img {
	width: 50%;
    overflow: hidden;
    position: relative;
	border-radius: 4px;
}
.post-list-style3 .rtin-single-post .rtin-img img {
	width: 100%;
    -webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(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;
}
.post-list-style3 .rtin-single-post:hover .rtin-img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.post-list-style3 .rtin-single-post .rtin-content {
	width: 50%;
    padding-left: 30px;
    position: relative;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-list-style3 .post-footer .commen-views {
	margin-bottom: 15px;
}
.post-list-default.post-list-style3.right .post-footer {
	display: inherit;
}
@media only screen and (max-width: 1199px) {
	.post-list-style3 .rtin-single-post {
		display: inherit;
	}
	.post-list-style3 .rtin-single-post .rtin-img {
		width: auto;
	}
	.post-list-style3 .rtin-single-post .rtin-content {
		width: auto;
		padding-left: 0;
		padding-top: 20px;
	}
}
/*-------------------------------------
#. EL: Post Box
---------------------------------------*/
.post-box-default .rtin-single-post {
	position: relative;
}
.post-box-default .rtin-single-post .rtin-content h3 {
	font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.post-box-default .rtin-single-post .rtin-content {
	color: #666666;
}
.post-box-default .rtin-single-post .rtin-content h3 a {
    color: #ffffff;
}
.post-box-default .rtin-single-post .rtin-content h3 a:hover {
    color: #e6e6e6;
}
.post-box-default .rtin-single-post .post-meta ul {
    margin-bottom: 10px;
	margin-left: 0;
    padding-left: 0px;
    position: relative;
}
.post-box-default .rtin-single-post .post-meta ul li {
    display: inline-block;
    margin-right: 15px;
	margin-bottom: 0;
    color: #ffffff;
    position: relative;
    font-size: 14px;
}
.post-box-default .rtin-single-post .post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.post-box-default .rtin-single-post .post-meta ul li a {
    color: #ffffff;
}
.post-box-default .rtin-single-post .post-meta ul li a:hover {
    color: #e6e6e6;
}
.post-box-default .rtin-single-post .post-meta ul li i {
	color: #ffffff;
    padding-right: 8px;
}
/*start icon off/on check*/
.post-box-default.no-icon .rtin-single-post .post-meta ul li {
	margin-right: 20px;
}
.post-box-default.no-icon .rtin-single-post .post-meta ul li i {
	display: none;
}
.post-box-default.no-icon .rtin-single-post .post-meta ul li:after {
	content: ".";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 3px;
    right: -14px;
}
.post-box-default.no-icon .rtin-single-post .post-meta ul li:last-child {
	margin-right: 0;
}
.post-box-default.no-icon .rtin-single-post .post-meta ul li:last-child:after {
	display: none;
}
/*end icon off/on check*/
.post-box-default .post-footer {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}
.post-box-default .post-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-box-default .rtin-single-post .post-footer .post-meta ul {
	margin-bottom: 0;
}
.post-box-default.center .rtin-single-post .rtin-content {
	text-align: center;
}
.post-box-default.center .post-footer {
	display: inherit;
	text-align: center;
}
.post-box-default.center .post-footer ul {
	margin-top: 5px;
}
.post-box-default.right .rtin-single-post .rtin-content {
	text-align: right;
}
.post-box-default.right .post-footer {
	text-align: right;
}
.post-box-default .rtin-single-post .rtin-img {
    overflow: hidden;
    position: relative;
	border-radius: 4px;
}
.post-box-default .rtin-single-post .rtin-content {
	color: #ffffff;
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
    padding: 10px 35px 30px;
    z-index: 2;
}
.post-box-default .rtin-single-post .rtin-img:after {
    content: "";
    height: 70%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
    right: 0;
    left: 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;
}
.post-box-default .rtin-single-post:hover .rtin-img:after {
    height: 100%;
}
.entry-content .post-box-default a.item-btn {
	color: #ffffff;
}
.entry-content .post-box-default .item-btn i {
	color: inherit;
}
.entry-content .post-box-default a.item-btn:hover {
	color: #e6e6e6;
}
@media(max-width:991px) {
	.post-box-default .rtin-single-post .rtin-content {
		padding-bottom: 20px;
	}
}
@media(max-width:767px) {
	.post-box-default .rtin-single-post {
		margin-bottom: 20px;
	}
	.post-box-default .rtin-single-post img {
		width: 100%;
	}
}
.post-box-style2 .rtin-single-post,
.post-box-style3 .rtin-single-post {
	margin-bottom: 30px;
}
/*Post box 4*/
.row.gutters-6 {
    padding-left: 12px;
    padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}
.post-box-style4 .rtin-single-post {
	margin-bottom: 6px;
}
@media (max-width: 1199px) {
	.post-box-default .rtin-single-post .rtin-content {
		padding: 10px 20px 15px;
	}
}
/*-------------------------------------
#. EL: Post slider
---------------------------------------*/
.post-slider-default .rtin-single-post .rtin-content {
	color: #444444;
}
.post-slider-default .rtin-single-post .rtin-content h3 {
	font-size: 28px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.post-slider-default .rtin-single-post .rtin-content h3 a {
    color: #111111;
}
.post-slider-default .rtin-single-post .rtin-content h3 a:hover {
    color: #646464;
}
.post-slider-default .post-meta ul {
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.post-slider-default .post-meta ul li {
	display: inline-block;
    margin-right: 15px;
	margin-bottom: 0;
    position: relative;
    font-size: 14px;
}
.post-slider-default .post-meta ul li,
.post-slider-default .post-meta ul li a {
	color: #757575;
}
.post-slider-default .post-meta ul li a:hover {
    color: #444444;
}
.post-slider-default .post-meta ul li i {
    color: #444444;
	padding-right: 8px;
}
.post-slider-default .post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
/*start icon off/on check*/
.post-slider-default.no-icon .rtin-single-post .post-meta ul li {
	margin-right: 20px;
}
.post-slider-default.no-icon .rtin-single-post .post-meta ul li i {
	display: none;
}
.post-slider-default.no-icon .rtin-single-post .post-meta ul li:after {
	content: ".";
    font-size: 16px;
    color: #111111;
    position: absolute;
    bottom: 3px;
    right: -14px;
}
.post-slider-default.no-icon .rtin-single-post .post-meta ul li:last-child {
	margin-right: 0;
}
.post-slider-default.no-icon .rtin-single-post .post-meta ul li:last-child:after {
	display: none;
}
/*end icon off/on check*/
.post-slider-default .rtin-single-post.center .rtin-content {
	text-align: center;
}
.post-slider-default .rtin-single-post.right .rtin-content {
	text-align: right;
}
.entry-content .post-slider-default .item-btn {
	display: block;
	margin-top: 15px;
}
/*Post slider 1*/
.post-slider-style1 .rtin-single-post .rtin-content {
	position: relative;
	padding: 33px 20px 0px;
    background-color: #ffffff;
    margin: -72px 10% 0;
	border-radius: 4px;
}
@media(max-width:767px) {
	.post-slider-style1 .rtin-single-post .rtin-content {
		margin-top: -50px;
		padding-top: 20px;
	}
	.post-slider-default .rtin-single-post .rtin-content h3 {
		font-size: 22px;
	}
}
/*Post slider 2*/
.post-slider-style2 .rtin-single-post {
	position: relative;
}
.post-slider-style2 .rtin-single-post:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
}
.post-slider-style2 .rtin-single-post .rtin-content {
	padding: 0 30px;
    position: absolute;
    left: 0;
    right: 0;
	bottom: 15px;
	z-index: 1;
}
.entry-content .post-slider-style2 .item-btn {
	color: #ffffff;
}
.entry-content .post-slider-style2 .item-btn:hover {
	color: #e6e6e6;
}
.post-slider-style2 .rtin-single-post .rtin-content p {
    width: 60%;
    margin: 0 auto 20px;
}
.post-slider-default.post-slider-style2.no-icon .rtin-single-post .post-meta ul li:after {
	color: #ffffff;
}
@media(max-width: 1199px) {
	.post-slider-style2 .rtin-single-post .rtin-content h3 {
		font-size: 30px;
	}
	.post-slider-style2 .rtin-single-post .rtin-content p {
		width: 100%;
	}
}
@media(max-width: 991px) {
	.post-slider-style2 .rtin-single-post .rtin-content h3 {
		font-size: 28px;
	}
	.post-slider-style2 .rtin-single-post .rtin-content p {
		width: 70%;
	}
}
@media(max-width: 767px) {
	.post-slider-style2 .rtin-single-post .rtin-content h3 {
		font-size: 24px;
	}
	.post-slider-style2 .rtin-single-post .rtin-content p {
		width: 100%;
	}
}
@media(max-width: 375px) {
	.post-slider-style2 .rtin-single-post .rtin-content p {
		display: none;
	}
}
/*Post slider 3*/
.post-slider-style3 .rtin-single-post .rtin-img:after {
    content: "";
    height: 60%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.post-slider-style3 .rtin-single-post .rtin-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 50px 22px;
    z-index: 2;
}
.entry-content .post-slider-style3 .item-btn {
	color: #ffffff;
}
.entry-content .post-slider-style3 .item-btn:hover {
	color: #e6e6e6;
}
.entry-content .post-slider-style3 .item-btn {
	margin-bottom: 20px;
}
.post-slider-default.post-slider-style3.no-icon .rtin-single-post .post-meta ul li:after {
	color: #ffffff;
}
@media(max-width: 1199px) {
	.post-slider-style3 .rtin-single-post .rtin-content h3 {
		font-size: 26px;
	}
}
@media(max-width: 991px) {
	.post-slider-style3 .rtin-single-post .rtin-content h3 {
		font-size: 22px;
	}
}
/*Post slider 4*/
.post-slider-style4 .rtin-single-post .rtin-content {
	padding: 20px 20px 0;
}
/*Post slider 5*/
.post-slider-style5 .rtin-single-post {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
}
.post-slider-style5 .rtin-single-post .rtin-content {
    flex: 1;
    padding: 0 40px;
}
.post-slider-style5.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dots {
    margin-top: 20px;
}
.post-slider-style5.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-prev {
	right: 61px;
	left: inherit;
	top: inherit;
	bottom: 0;
	margin: 1px 2px;
    transform: none;
}
.post-slider-style5.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-next {
	right: 0;
	bottom: 0;
	margin: 1px;
	top: inherit;
    transform: inherit;
}
@media(max-width:991px) {
	.post-slider-style5 .rtin-single-post {
		display: inherit;
	}
	.post-slider-style5 .rtin-single-post .rtin-content {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 15px;
		overflow: hidden;
	}
}
/*Post slider 6*/
.post-slider-style6 .rtin-single-post .rtin-content {
	position: relative;
	padding: 20px 20px 0px;
    background-color: #ffffff;
    margin: -72px 6% 0;
	border-radius: 4px;
}
.entry-content .post-slider-style6 .item-btn {
	margin-bottom: 10px;
}
.post-slider-style6.rt-owl-nav-1 .owl-theme .owl-dots {
	margin-top: 15px !important;
}
@media(max-width:767px) {
	.post-slider-style6 .rtin-single-post .rtin-content {
		margin-top: -30px;
	}
}
/*Post slider 7*/
.post-slider-style7 .rtin-single-post .rtin-img {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.post-slider-style7 .rtin-single-post .rtin-img:after {
    content: "";
    height: 60%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.post-slider-style7 .rtin-single-post .rtin-content {
	color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 50px 22px;
    z-index: 2;
}
.entry-content .post-slider-style7 .item-btn {
	color: #ffffff;
}
.entry-content .post-slider-style7 .item-btn:hover {
	color: #e6e6e6;
}
.entry-content .post-slider-style7 .item-btn {
	margin-bottom: 20px;
}
.post-slider-default.post-slider-style7.no-icon .rtin-single-post .post-meta ul li:after {
	color: #ffffff;
}
@media(max-width: 1199px) {
	.post-slider-style7 .rtin-single-post .rtin-content h3 {
		font-size: 30px;
	}
}
@media(max-width: 991px) {
	.post-slider-style7 .rtin-single-post .rtin-content h3 {
		font-size: 24px;
	}
}
/*Post slider 8*/
.post-slider-style8 .rtin-single-post .rtin-content {
	padding: 20px 0px 0;
}
/*-------------------------------------
#. EL: Info Box
---------------------------------------*/
.info-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-box ul li {
    margin-bottom: 0px;
}
.info-box ul li:last-child {
    margin-bottom: 0px;
}
.info-box .rtin-item-title a:hover {
    color: #e30025 !important;
}
.info-box.center {
    text-align: center;
}
.info-box.left {
    text-align: left;
}
.info-box.right {
    text-align: right;
}
.info-style1 {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 30px 30px 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.info-style1:hover {
    -webkit-box-shadow: 0 16px 20px 0px rgba(216, 216, 216, 0.75);
    box-shadow: 0 16px 20px 0px rgba(216, 216, 216, 0.75);
}
.info-style1 .item-sl {
    position: relative;
}
.info-style1 .item-sl span {
    font-size: 180px;
    font-weight: 600;
    color: #e2e2e2;
    font-family: 'Nunito Sans', sans-serif;
    display: block;
    line-height: 1;
}
.info-style1 .rtin-item-title {
    font-size: 24px;
    color: #111111;
}
@media (max-width: 991px) {
    .info-style1 .item-sl span {
        font-size: 130px;
    }
    .info-style1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .info-style1 .rtin-item-title {
        font-size: 22px;
    }
}
.info-style1 .rtin-item-title a {
    color: #111111;
}
.info-style1 .rtin-item-title a:hover {
    color: #444444;
}
.info-style1 .rtin-content .rtin-text {
    line-height: 1.8;
}
.info-style1 .rtin-button {
    margin-bottom: 20px;
    margin-top: 24px;
}
.info-style2 {
    padding: 0px 30px;
}
.info-style2 .rtin-item {
    width: 100%;
}
.info-style2 .rtin-icon .rtin-media,
.info-style2 .rtin-image .rtin-media {
    margin-bottom: 20px;
}
.info-style2 .rtin-image .rtin-media img {
    border-radius: 4px;
    width: 80px;
}
.info-style2 .rtin-item-title {
    color: #111111;
    font-size: 24px;
}
@media (max-width: 991px) {
    .info-style2 {
        padding: 0px;
    }
    .info-style2 .rtin-item-title {
        font-size: 20px;
    }
}
.info-style2 .rtin-item-title a {
    color: #111111;
}
.info-style2 .rtin-item-title a:hover {
    color: #444444;
}
.info-style2 .rtin-item .rtin-button {
    margin-top: 24px;
}
.info-style2 .rtin-content .rtin-text {
    line-height: 1.8;
    margin-bottom: 20px;
}
.info-style3 .rtin-item-title {
    font-size: 20px;
    color: #111111;
    margin-bottom: 10px;
}
.info-style3 .rtin-button {
    margin-top: 24px;
}
.info-style4 .rtin-image .rtin-media {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.info-style4 .rtin-image .rtin-media .rtin-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    z-index: 2;
    font-size: 26px;
    line-height: 1.4;
}
.info-style4 .rtin-image .rtin-media .rtin-item-title a {
    color: #ffffff;
}
.info-style4 .rtin-image .rtin-media .rtin-item-title a i {
    font-size: 20px;
    margin-left: 10px;
    color: #f89f24;
}
.info-style4 .rtin-image .rtin-media:after {
    content: "";
    height: 70%;
    width: 100%;
    background: -webkit-linear-gradient(to top, #000000, transparent);
    background: -o-linear-gradient(to top, #000000, transparent);
    background: -moz-linear-gradient(to top, #000000, transparent);
    background: linear-gradient(to top, #000000, transparent);
    opacity: 0.70;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.info-style5 .rtin-image .rtin-media img {
    border-radius: 4px;
    width: 80px;
}

.info-style4.info-box .rtin-item-title a:hover {
    color: #f89f24 !important;
}
.info-style4 .rtin-icon {
    width: 100%;
}
.info-style4 .rtin-icon .rtin-item-title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 20px;
}
.info-style4 .rtin-icon .rtin-item-title i {
    font-size: 20px;
    margin-left: 10px;
}
.info-style5 .rtin-media {
	margin-right: 25px;
}
.info-style5 .rtin-item-title {
	font-size: 26px;
}
@media(max-width: 991px) {
	.info-style5 .media {
		display: initial;
		align-items: center;
	}
	.info-style5 .media > div {
		width: 100%;
		text-align: center;
	}
	.info-style5 .rtin-media {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.info-style5 .rtin-item-title {
		font-size: 22px;
	}
}
/*-------------------------------------
#. EL: About Info
---------------------------------------*/
.about-info-text h2 {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    position: relative;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 1.4;
    z-index: 2;
}
.about-info-text h2:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #444444;
    border-radius: 4px;
    left: 0;
    bottom: -2px;
}
.about-info-style1 .content-wrap {
	text-align: center;
}
.about-info-style1 .content-wrap > img {
	border-radius: 50%;
}
.about-info-style1 .about-content h3 {
	font-size: 18px;
	font-style: italic;
	margin: 20px 0 0;
}
.about-info-style1 .rtin-content {
	margin-top: 20px;
	padding: 0 15px;
}
.about-info-style2 .content-wrap {
	text-align: center;
}
.about-info-style2 .content-wrap > img {
	width: 100%;
}
.about-info-style2 .about-content {
	text-align: center;
    position: relative;
    z-index: 5;
    background-color: #ffffff;
	border-radius: 4px;
    width: 90%;
    margin: -30px auto 0;
    padding: 25px 25px 0 25px;
}
.about-info-style2 .about-content h3 {
	font-size: 18px;
	font-style: italic;
}
/*-------------------------------------
#. EL: About Text
---------------------------------------*/
.elementor-image img {
    border-radius: 4px;
}
.about-image-text .about-content .rtin-title {
	font-size: 30px;
	color: #111111;
	font-weight: 700;
    line-height: 1.2;
    margin-bottom: 28px;
}
.about-image-text .about-content .sub-rtin-title {
	font-size: 20px;
}
.about-layout-style1 .about-content {
    padding-left: 50px;
    position: relative;
}
@media (max-width: 1199px) {
    .about-layout-style1 .about-content {
        padding-left: 20px;
        padding-right: 70px;
    }
}
@media (max-width: 991px) {
    .about-layout-style1 .about-content {
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    .about-layout-style1 .about-content {
        padding-right: 0px;
    }
}
.about-layout-style1 .about-content .sub-rtin-title {
    position: relative;
    color: #444444;
    font-weight: 400;
    margin-bottom: 13px;
    display: block;
    letter-spacing: 2px;
}
@media (max-width: 991px) {
    .about-layout-style1 .about-image {
        margin-top: 50px;
        text-align: center;
    }
}
.about-image-text .about-content .rtin-button {
    margin-top: 30px;
}
.about-layout-style2 {
    position: relative;
}
.about-layout-style2 .about-box-left {
    width: 50%;
}
.about-layout-style2 .about-box-right {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
    .about-layout-style2 .about-box-left {
        width: 100%;
    }
    .about-layout-style2 .about-box-right {
        position: inherit;
        top: 0;
        left: 0;
        transform: translateY(0);
        padding: 50px 0 30px;
    }
}
.about-layout-style2 .about-content .rtin-title span {
    display: block;
    font-weight: 400;
}
.about-layout-style2 .about-content .sub-rtin-title {
	color: #444444;
    margin-bottom: 10px;
    letter-spacing: 2px;
    display: block;
}
ul.about-list {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}
ul.about-list li {
    margin-bottom: 15px;
    font-weight: 500;
}
ul.about-list li:last-child {
    margin-bottom: 0;
}
ul.about-list li:before {
    content: '\f061';
    font-family: 'fontawesome';
    margin-right: 10px;
    color: #111111;
    font-size: 14px;
    position: relative;
    top: -2;
}
.elementor-widget-wp-widget-rt-about-social ul.footer-social {
	margin: 0;
	padding: 0;
	list-style: none;
}
.elementor-widget-wp-widget-rt-about-social ul.footer-social li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.elementor-widget-wp-widget-rt-about-social ul.footer-social li:last-child {
	margin-right: 0px;
}
.elementor-widget-wp-widget-rt-about-social ul.footer-social li a {
    background-color: #f2f2f2;
    color: #444444;
    font-size: 16px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media(max-width:767px) {
	.elementor-widget-wp-widget-rt-about-social ul.footer-social li a {
		width: 50px;
		height: 50px;
	}
}
.elementor-widget-wp-widget-rt-about-social ul.footer-social li a:hover {
    background-color: #111111;
    color: #ffffff;
}
.about-subscribe .mc4wp-form {
    background-color: transparent;
    padding: 0;
}
.about-subscribe .mc4wp-form .form-group {
	display: inline-flex;
}
.about-subscribe .mc4wp-form .form-group .form-control {
	background-color: #f9f9f9;
	text-align: left;
	padding: 5px 15px;
}
.about-subscribe .mc4wp-form .form-group input.form-control {
	width: 500px;
}
@media(max-width:767px) {
	.about-subscribe .mc4wp-form .form-group input.form-control {
		width: 300px;
	}
}
@media(max-width:375px) {
	.about-subscribe .mc4wp-form .form-group input.form-control {
		width: 260px;
	}
}
.about-subscribe .mc4wp-form .form-group .item-btn {
	background-color: #111111;
	color: #ffffff;
}
.about-subscribe .mc4wp-form .form-group .item-btn:hover {
    background-color: #cccccc;
    color: #111111;
}
.about-subscribe .mc4wp-form p {
	display: none;
}
/*-------------------------------------
#. EL: Related product slider
---------------------------------------*/
.chef-box .chef-box-content {
    margin-top: 20px;
}
.chef-box .chef-box-content .chef-date {
    font-size: 17px;
    font-weight: 500;
    color: #e30025;
    margin-bottom: 8px;
    display: block;
}
.chef-box .chef-box-content h3 {
    font-size: 20px;
    font-weight: 700;
}
.chef-box .chef-box-content h3 a {
    color: #111111;
    -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;
}
.chef-box .chef-box-content h3 a:hover {
    color: #e30025;
}
.chef-box .chef-box-content .rtin-cat {
    border-top: 1px solid #e9e9e9;
    margin-top: 18px;
    padding-top: 18px;
}
.chef-box .chef-box-content .rtin-cat a {
    color: #444444;
}
.chef-box .chef-box-content .rtin-cat a:hover {
    color: #f89f24;
}
.chef-box .chef-box-content .rtin-cat i {
    color: #f89f24;
    padding-right: 8px;
}

/*-------------------------------------
#. EL: Contact Address
---------------------------------------*/
.rtin-contact-address ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
.rtin-contact-address ul li {
	margin-bottom: 0 !important;
    padding-bottom: 25px;
	position: relative;
	padding-left: 30px;
	list-style: none !important;
}
.rtin-contact-address ul li:last-child {
    padding-bottom: 0px;
}
.rtin-contact-address ul li h3 {
    display: block;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}
.rtin-contact-address ul li i {
	position: absolute;
    left: 0;
    top: 5px;
}
.rtin-contact-address ul li a {
    color: #646464;
}
.rtin-contact-address ul li a:hover {
    color: #444444;
}
.rtin-contact-address.dark ul li h3,
.rtin-contact-address.dark ul li a,
.rtin-contact-address.dark ul li {
    color: #ffffff;
}
/*-------------------------------------
#. EL: Contact Info
---------------------------------------*/
.rtin-contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rtin-contact-info ul li {
    margin-bottom: 15px;
}
.rtin-contact-info ul li:last-child {
    margin-bottom: 0px;
}
.rtin-contact-info ul li i {
    padding-right: 10px;
    width: 25px;
    color: #444444;
}
.rtin-contact-info.light .rtin-content,
.rtin-contact-info.light ul li,
.rtin-contact-info.light ul li a {
    color: #444444;
}
.rtin-contact-info.dark .rtin-content,
.rtin-contact-info.dark ul li,
.rtin-contact-info.dark ul li a {
    color: #ffffff;
}
.rtin-contact-info .rtin-text {
    font-size: 16px;
    margin-top: -7px;
}
/*-------------------------------------
#. EL: Coll To Action
---------------------------------------*/
/* Style 1 */
.rt-el-cta .align-items {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.rt-el-cta .align-items .cta-content {
	flex: 1;
	margin-right: 30px;
}
@media (max-width: 767px ) {
	.rt-el-cta .align-items {
		display: inherit;
	}
	.rt-el-cta .align-items .cta-content {
		margin-right: 0;
	}
}
.cta-style1 .align-items h2 {
    font-size: 36px;
    line-height: 1.2;
}
.cta-style1 .align-items .rtin-button {
    text-align: right;
}
.cta-style1 .align-items .rtin-button a {
    border: 1px solid #111111;
    border-radius: 4px;
    color: #ffffff;
    padding: 12px 20px;
    background: #111111;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-out;
    line-height: 1.4;
}
.cta-style1.dark .align-items .rtin-button a {
    border: 1px solid #ffffff;
    color: #111111;
    background: #ffffff;
}
.cta-style1 .align-items p {
    margin-bottom: 0;
}
.cta-style1.dark .align-items h2,
.cta-style1.dark .align-items p {
    color: #ffffff;
}
.cta-style1 .align-items .rtin-button a:hover {
    opacity: 0.9;
}
@media (max-width: 991px) {
    .cta-style1 .align-items h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .cta-style1 .align-items h2 {
        font-size: 26px;
    }
    .cta-style1 .align-items h2,
    .cta-style1 .align-items p,
    .cta-style1 .align-items .rtin-button {
        text-align: center;
    }
    .cta-style1 .align-items .rtin-button {
        margin-top: 25px;
    }
}
/* Style 2 */
.cta-style2 .align-items .rtin-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
	line-height: 1.2;
}
.cta-style2 .phone-number span i:before {
    font-size: 38px;
    color: #444444;
    margin-right: 15px;
}
.cta-style2 .phone-number h3 {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.2;
}
.cta-style2.light .phone-number a,
.cta-style2.light .rtin-title {
    color: #111111;
}
.cta-style2.dark .phone-number a,
.cta-style2.dark .rtin-title,
.cta-style2.dark .phone-number span i:before {
    color: #ffffff;
}
@media (max-width: 1199px) {
    .cta-style2 .align-items .rtin-title {
        font-size: 32px;
    }
    .cta-style2 .phone-number h3 {
        font-size: 40px;
    }
    .cta-style2 .phone-number span {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .cta-style2 .phone-number span i:before {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .cta-style2 .align-items .rtin-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .cta-style2 .phone-number h3 {
        font-size: 40px;
    }
    .rt-el-cta.cta-style2 {
        text-align: center;
    }
    .cta-style2 .phone-number span {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .cta-style2 .phone-number span i:before {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .cta-style2 .align-items .rtin-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cta-style2 .phone-number h3 {
        font-size: 28px;
    }
    .cta-style2 .phone-number span {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }
    .cta-style2 .phone-number span i:before {
        font-size: 18px;
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(248, 15, 53, 0);
        box-shadow: 0 0 0 0 rgba(248, 15, 53, 0);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px #b60a26;
        box-shadow: 0 0 0 15px #b60a26;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #b60a26;
        box-shadow: 0 0 0 0 #b60a26;
    }
}

/*-------------------------------------
#. EL: Video
---------------------------------------*/
.rt-video {
	position: relative;
	z-index: 1;
}
.rtin-video .rtin-play {
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    padding-left: 5px;
    background-color: rgba(255, 21, 21, 0.8);
    transition: all 0.5s ease-out;
}
.rtin-video .rtin-play:hover {
    background-color: rgba(255, 21, 21, 0.5);
}
.rtin-video {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px;
    position: relative;
}
.rtin-video:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotate(-5deg);
    z-index: -1;
}
.post-video-icon {
	text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    padding-left: 5px;
    background-color: rgba(255, 21, 21, 0.8);
    transition: all 0.5s ease-out;
}
.post-video-icon .video-play {
	color: #ffffff;
}
.post-video-icon:hover {
    background-color: rgba(255, 21, 21, 1);
}
/*-------------------------------------
#. EL: Progress Circular
---------------------------------------*/
.progress-circular-layout {
    text-align: center;
}
.progress-circular-layout .progress-circular {
    margin-bottom: 20px;
}
.progress-circular-layout .rtin-title {
    margin-bottom: 17px;
    font-size: 20px;
}
.progress-circular-layout.circle-light .rtin-title {
    color: #111111;
}
.progress-circular-layout.circle-light .rtin-content {
    color: #444444;
}
.progress-circular-layout.circle-dark .rtin-title,
.progress-circular-layout.circle-dark .rtin-content {
    color: #ffffff;
}
/*-------------------------------------
#. EL: Progress Bar
---------------------------------------*/
.rtin-progress-bar {
    overflow: hidden;
}
.rtin-progress-bar .rtin-name {
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.rtin-progress-bar .progress {
    background-color: #f0f0f0;
    border-radius: 4px;
    box-shadow: none;
    height: 15px;
    overflow: visible;
    margin: 0;
}
.rtin-progress-bar .progress .progress-bar {
    display: inline-block;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-name: fadeInLeft;
}
.rtin-progress-bar .progress .progress-bar > span {
    color: #111111;
    float: right;
    font-size: 20px;
    font-weight: 500;
    margin-top: -40px;
    position: relative;
    padding: 5px;
}
/*-------------------------------------
#. EL: Counter
---------------------------------------*/
.rt-counter .rtin-item i {
    margin-bottom: 30px;
    font-size: 48px;
    color: #444444;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rt-counter .rtin-item img {
    margin-bottom: 18px;
    max-width: 80px;
    border-radius: 4px;
}
.rt-counter .rtin-item .rtin-title {
    font-size: 20px;
    color: #646464;
    margin-bottom: 0px;
    position: relative;
}
.rt-counter .rtin-item .rtin-counter {
    color: #111111;
    font-size: 48px;
	font-weight: 700;
    display: inline-block;
	margin-bottom: 10px;
    line-height: 1;
}
.rt-counter.rtin-center {
    text-align: center;
}
.rt-counter.rtin-center .rtin-item .rtin-title:after {
    right: 0;
}
.rt-counter.rtin-right {
    text-align: right;
}
.rt-counter.rtin-right .rtin-item .rtin-title:after {
    right: 0;
    left: inherit;
}
/*-------------------------------------
#. EL: Theia Sticky Sidebar
---------------------------------------*/
.fixed-side-bar .fixed-bar-coloum {
    display: initial;
}
.fixed-sidebar-left {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
    box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
}
.fixed-sidebar-left .elementor-image img {
	max-width: 216px;
}
.fixed-sidebar-left .elementor-element ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.fixed-sidebar-left .elementor-widget-wp-widget-nav_menu ul > li {
    margin-bottom: 20px;
    position: relative;
}
.fixed-sidebar-left .elementor-widget-wp-widget-nav_menu ul > li > a {
    font-size: 18px;
    color: #111111;
    padding: 5px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fixed-sidebar-left .elementor-widget-wp-widget-nav_menu ul > li > a:hover {
	color: #444444;
}
.fix-bar-bottom-copyright .rt-about-widget,
.fixed-sidebar-left .rt-about-widget {
	text-align: center;
}
.fix-bar-bottom-copyright .rt-about-widget .footer-about,
.fixed-sidebar-left .rt-about-widget .footer-about {
	font-size: 15px;
    color: #757575;
    margin-bottom: 14px;
}
.fix-bar-bottom-copyright .rt-about-widget ul li,
.fixed-sidebar-left .rt-about-widget ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.fix-bar-bottom-copyright .rt-about-widget ul li a,
.fixed-sidebar-left .rt-about-widget ul li a {
    background-color: transparent;
    color: #111111;
    font-size: 16px;
    width: inherit;
    height: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fix-bar-bottom-copyright .rt-about-widget ul li a:hover,
.fixed-sidebar-left .rt-about-widget ul li a:hover {
    background-color: transparent;
    color: #444444;
}
.fixed-sidebar-left .theiaStickySidebar .elementor-widget-wrap {
    height: 100vh;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 0 5.5rem;
}
.fix-bar-bottom-copyright {
	display: none;
	background: #fff;
    padding: 20px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(224, 224, 224, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(224, 224, 224, 0.75);
}
@media(min-width: 992px) and (max-width: 1199px) {
	.fixed-side-bar .post-grid-style2 .row > div {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
}
@media(max-width:991px) {
	.fixed-side-bar .fixed-bar-coloum.fixed-sidebar-left {
		display: none;
	}
	.fix-bar-bottom-copyright {
		display: block;
	}
	.fixed-side-bar .elementor-container > .elementor-row > .elementor-element {
		/*width: 100%;*/
	}
}
/*-------------------------------------
#. EL: Instagram
-------------------------------------*/
#sb_instagram {
	padding-bottom: 0 !important;
}
#sb_instagram #sbi_load .sbi_follow_btn {
	margin-left: 0;
}
#sb_instagram .sbi_follow_btn {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
.ig-block .instagallery-actions .igact-instalink {
	padding: 14px 20px;
    border-radius: 4px;
    background: #ffffff;
    margin-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    letter-spacing: 2px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sb_instagram .sbi_follow_btn a:focus, 
#sb_instagram .sbi_follow_btn a:hover {
    outline: 0;
    box-shadow: none;
	background: #111111;
	color: #ffffff;
}
#sbi_images .sbi_photo_wrap {
	position: relative;
	overflow: hidden;
}
#sbi_images .sbi_photo_wrap img {
	display: block !important;
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(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;
}
#sbi_images .sbi_photo_wrap:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
