.cssload-container {
    width: 100%;
    height: 50px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 6px double grey;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear;
}

.rd-navbar-static .rd-navbar-top-panel__content-bottom {
    padding: 25px 0;
}

.rd-navbar-static .rd-navbar-items-list>li,
.rd-navbar-sidebar .rd-navbar-items-list>li {
    position: relative;
    display: inline-block;
    padding: 0 17px;
    font-size: 25px;
    line-height: 1.3;
}

.rd-navbar-static .rd-navbar-nav {
    margin: 21px 13px 0;
    font-size: 0;
    line-height: 0;
}

/*Logo*/

.rd-navbar-brand img {
    max-width: 220px;
    height: auto;
}

/*Mobile Logo*/

.rd-navbar-fixed .rd-navbar-brand img {
    height: 32px;
    width: auto;
}

.list-inline-xxs {
    position: relative;
    transform: translate3d(0, -5px, 0);
    margin-bottom: 7px;
    margin-left: 15px;
    margin-right: -8px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.socialtitli-text {
    font-weight: 600 !important;
    color: #f4a210 !important;
    transition: all 500ms ease !important;
}

.socialtitli-text:hover {
    color: #fff !important;
}

/*font size of footer*/

@media (min-width: 1200px) {
    .pre-footer-corporate {
        font-size: 12px;
        line-height: 1.625;
    }
}

@media (min-width: 1200px) {
    .rd-google-map__model {
        height: 380px;
    }
}

.white-text {
    color: #151515 !important
}

/*box hover*/

.no-gutter>[class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

.boxhover_style figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 320px;
    max-width: 780px;
    max-height: 360px;
    width: 100%;
    background: #000;
    text-align: center;
    cursor: pointer
}

.boxhover_style figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.6;
}

.boxhover_style figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.boxhover_style figure figcaption::before,
.boxhover_style figure figcaption::after {
    pointer-events: none
}

.boxhover_style figure figcaption,
.boxhover_style figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*.navbar-nav > li {
    float: left;
    text-transform: capitalize
    }*/

.boxhover_style figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.boxhover_style figure h2,
.two_sections figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 25px;
    color: #3b5998
}

.boxhover_style figure h2 span {
    font-weight: 800
}

.boxhover_style figure h2,
.boxhover_style figure p {
    margin: 0
}

.boxhover_style figure p {
    letter-spacing: 1px;
    font-size: 15px;
}

ss figure.effect-goliath {
    background: #000
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    text-align: left;
    background: #000 none repeat scroll 0 0
}

figure.effect-goliath h2 {
    width: 100%
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -92px, 0);
    transform: translate3d(0, -92px, 0)
}

.homeblog figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0)
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0)
}

.homeblog figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0)
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-lily a {
    background: #3b5998 none repeat scroll 0 0;
    display: inline-block;
    font-size: 15px;
    padding: 8px 14px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    border-radius: 50px;
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.4;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

figure.effect-lily figcaption {
    text-align: left
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 97%
}

figure.effect-lily h2,
figure.effect-lily p,
figure.effect-lily a {
    -webkit-transform: translate3d(0, 130px, 0);
    transform: translate3d(0, 130px, 0)
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s
}

figure.effect-lily p,
figure.effect-lily a {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s
}

figure.effect-lily:hover img {
    opacity: 0.8
}

figure.effect-lily:hover p,
figure.effect-lily:hover a {
    opacity: 1
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
figure.effect-lily:hover a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-lily:hover p,
figure.effect-lily:hover a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s
}

/*box hover end*/

/*testimonial*/

/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section {
    position: relative;
    background: #333;
}

.testimonials-section .section-title:before {
    background: #2a3a40;
}

.testimonials-section .section-title h2 {
    color: #fff;
}

.testimonials-section .slide-item {
    position: relative;
    margin-top: 5px;
    padding: 30px;
    padding-right: 50px;
    background: #bebebe;
    transition: .5s ease;
}

.testimonials-section .slide-item:before {
    /* width: 50px; */
    height: 50px;
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, #222 45%, #333 50%, #333333 56%, #333 80%);
    transition-duration: 0.3s;
    transition-property: width, height;
}

.project-content.testimonials-section .slide-item {
    margin-bottom: 50px;
}

.padd-bottom-30 {
    padding-bottom: 30px;
}

.testimonials-section .slide-item:hover {
    transition: .5s ease;
}

.testimonials-section .quote {
    position: absolute;
    font-size: 30px;
    right: 15px;
    bottom: 15px;
    color: lightgrey;
    transition: .5s ease;
    transform: rotateY(180deg);
}

.testimonials-section .slide-item:hover .quote {
    transition: .5s ease;
}

.testimonials-section .author {
    position: relative;
    padding: 15px 0px 0px 100px;
    margin-bottom: 43px;
    color: #c9c9c9;
    line-height: 20px;
}

.testimonials-section .author .img-box {
    position: absolute;
    left: 0px;
    top: 6px;
}

.testimonials-section .author .img-box img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
}

.testimonials-section .author h4 {
    font-family: 'Poppins', sans-serif;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    text-transform: none;
}

.testimonials-section .author p {
    position: relative;
    color: #333;
}

.testimonials-section .slide-text {
    margin-top: 15px;
    margin-left: 0px;
}

.testimonials-section .slide-text p {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: white;
    line-height: 26px;
    font-weight: 300;
}

.testimonials-section .owl-controls {
    position: absolute;
    top: 60%;
    width: 100%;
    left: 0;
}

/*nav*/

.testimonials-section .owl-carousel {
    position: inherit;
}

.testimonials-section .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
}

.testimonials-section .owl-theme .owl-nav [class*=owl-] {
    color: #2a3a40;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    transition: color .3s ease;
}

.testimonials-section .owl-theme .owl-prev {
    float: left;
    width: 20%;
    text-align: center;
}

.testimonials-section .owl-theme .owl-prev i {
    width: 35px;
    height: 35px;
    line-height: 29px;
    border: 2px solid #26373d;
    transition: .5s ease;
    border-radius: 50%;
    font-style: normal;
}

.testimonials-section .owl-theme .owl-prev i:hover {
    color: grey;
    border-color: grey;
    transition: .5s ease;
}

.testimonials-section .owl-theme .owl-next {
    float: right;
    width: 20%;
    text-align: center;
}

.testimonials-section .owl-theme .owl-next i {
    width: 35px;
    height: 35px;
    line-height: 29px;
    border: 2px solid #26373d;
    transition: .5s ease;
    border-radius: 50%;
    font-style: normal;
}

.testimonials-section .owl-theme .owl-next i:hover {
    color: grey;
    border-color: grey;
    transition: .5s ease;
}

.testimonials-section {
    position: relative;
    background: #333;
}

.sec-padd {
    padding: 75px 0 80px;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.center {
    text-align: center;
}

.testimonials-section .section-title h2 {
    color: #eec86b;
    font-family: 'La Luxes Serif', sans-serif;
}

.section-title h2 {
    position: relative;
    /*text-transform: capitalize;*/
    font-size: 30px;
}

.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #3b5998;
}

.section-title.center:after {
    left: 50%;
    margin-left: -25px;
}

.testimonials-section .owl-carousel {
    position: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-prev:before {
    content: '';
}

.owl-next:before {
    content: '';
}

/* ==============================
   5. Our Services styles
   ============================== */

.three-column.bg {
    background: #f7f7f7;
    padding-bottom: 14px;
}

.three-column .separet {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 40px;
    top: -10px;
}

.three-column .caption-box-wrapper {
    border-top: 1px solid #F4F4F4;
    margin-top: 35px;
}

.three-column .single-our-service {
    margin-bottom: 56px;
}

.three-column .single-our-service h4 {
    margin-top: 17px;
    margin-bottom: 11px;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s ease;
}

.three-column .single-our-service:hover h4 {
    color: #3b5998;
    transition: .5s ease;
}

.three-column .single-our-service .img-box {
    position: relative;
    max-width: 370px;
}

.three-column .single-our-service .img-box .count {
    background: #3b5998;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    padding: 5px 24px;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.three-column .single-our-service .text-box {
    border-top: 0px;
    padding: 20px 0px 0px;
}

.three-column .single-our-service-caption-box {
    padding-top: 40px;
}

.three-column .single-our-service-caption-box .img-box,
.three-column .single-our-service-caption-box .content-box {
    display: table-cell;
    vertical-align: middle;
}

.three-column .single-our-service-caption-box .img-box {
    width: 120px;
}

.three-column .single-our-service-caption-box .content-box {
    padding-left: 20px;
}

.three-column.service-page .has-divider {
    border-top: 1px solid #F4F4F4;
    margin-top: 60px;
    padding-top: 60px;
}

.three-column .single-our-service .img-box {}

.three-column .single-our-service .img-box img {
    transition: .5s ease-in-out;
}

.three-column .single-our-service:hover .img-box img {
    transition: .5s ease-in-out;
}

.three-column .single-our-service .img-box a {
    position: relative;
    display: block;
}

.three-column .single-our-service .thm-btn {
    background: transparent;
    color: #3b5998;
    border-color: #848484;
}

.three-column .single-our-service .thm-btn:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

/*form*/

.default-form-area.style-3 {
    border: 1px solid #eee;
    padding: 29px;
}

.default-form-area.style-3 .thm-btn {
    width: 100%;
}

.default-form-area.style-3 textarea {
    height: 200px;
}

/***
==============================
   8. Team Member styles
============================== 
***/

.testimonials {
    position: relative;
    padding-bottom: 30px;
}

.single-testimonial h3,
.single-testimonial p {
    margin: 0;
}

.single-testimonial h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 6px;
}

.single-testimonial .img-box {
    position: relative;
}

.single-testimonial .img-box img {
    transition: all 0.5s ease;
    transform: scale(1);
}

.testimonials .single-testimonial {
    margin-bottom: 40px;
    border: 1px solid #f4f4f4;
    padding: 30px 10px 26px;
    transition: .5s ease-in-out;
}

.testimonials .single-testimonial:hover {
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
    transition: .5s ease-in-out;
}

.single-testimonial .author-info {
    overflow: hidden;
    border: 2px solid #f4f4f4;
    padding: 6px 0 9px;
    margin-top: 5px;
}

.single-testimonial p a {
    color: #3b5998;
    transition: .5s ease;
}

.single-testimonial .text {
    margin-top: 15px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.single-testimonial .text p {
    font-size: 16px;
}

/*testimonial end*/

.elementor-814 .elementor-element.elementor-element-uguiz3a {
    background-color: #f7fafb;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 75px 0px;
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor-814 .elementor-element.elementor-element-d6zf968>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px;
}

.elementor-column-wrap,
.elementor-widget-wrap {
    width: 100%;
    position: relative;
}

.elementor-column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-814 .elementor-element.elementor-element-fkwtv0m .elementor-image-box-wrapper .elementor-image-box-img {
    width: 30%;
}

.elementor-814 .elementor-element.elementor-element-fkwtv0m.elementor-position-left .elementor-image-box-img {
    margin-right: 15px;
}

.elementor .elementor-widget-image-box figure.elementor-image-box-img,
.elementor .elementor-widget-image-box figure.elementor-image-box-img {
    margin-bottom: 10px;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
    margin: 0;
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block;
}

.elementor-widget-image-box .elementor-image-box-title,
.elementor-widget-image-box .elementor-image-box-title {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    font-size: 19px;
    font-family: Lato, sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
    color: #1e2428;
    text-transform: capitalize;
}

.elementor-widget-image-box .elementor-image-box-description,
.elementor-widget-image-box .elementor-image-box-description {
    font-size: 14px;
    /*line-height: 1.75;*/
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    font-family: Lato, sans-serif;
    letter-spacing: 0px;
    text-align: left;
    color: #42474c;
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0;
    margin-bottom: 15px !important;
}

.set80 {
    padding: 80px 0 80px;
}

/**************************************** Footer bg *****************************************/

.footer-top {
    background: transparent url("../../images/footer-top-bg.jpg") no-repeat scroll right center / cover;
    display: table;
    padding: 70px 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.thm-container {
    max-width: 1140px;
}

.thm-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
}

.footer-top-left {
    width: 50%;
    float: left;
}

.footer-top-right {
    width: 30%;
    float: right;
}

.contentdiv {
    float: left;
    width: 50%;
}

.content-widget-title.small::before {
    top: 0;
}

.content-widget-title .fa-clock-o {
    border: 0 none;
    float: left;
    font-size: 25px;
    height: auto;
    margin-right: 12px;
    transform: rotate(0deg);
    width: auto;
    color: #fecd42;
}

.content-widget-title h1 {
    color: #fff;
    display: inline-block;
    /*font-size: 20px;*/
    margin: 0;
    position: relative;
}

.contact-information-content {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    position: relative;
    top: 7px;
}

.contact-information-content strong {
    display: inline-block;
    font-weight: 700;
    color: #fff;
}

.thm-btn {
    background: #f7be3d none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #202020;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3%;
    line-height: 28px;
    outline: medium none;
    padding: 10px 15px 10px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.thm-btn:hover {
    background: #ED1B24 none repeat scroll 0 0;
    color: #fff;
}

.thm-btn i {
    border-left: 1px solid #ffcd47;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-left: 20px;
    padding-left: 15px;
    position: relative;
}

.thm-btn:hover i {
    border-color: transparent;
    color: #fff;
}

.thm-btn:hover i::after {
    background: #fff none repeat scroll 0 0;
}

.thm-btn i::after {
    background: #d7a41b none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}

.flt {
    position: absolute;
    right: 0px;
    top: 240px;
}

.martop {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .object-wrap__body-sizing-1-1 {
        width: 40vw;
    }
}

.padbot {
    padding-bottom: 50px;
}

/*---------------------------------------
    SERVICE AREA
    -----------------------------------------*/

.service-area {
    padding-bottom: 70px;
}

.service-no-padding-btm {
    padding-bottom: 0;
}

.service-content-area {}

.service-content-single {}

.service-content-img {
    position: relative;
}

.service-content-img-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 181, 128, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.service-content-single:hover .service-content-img-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(166, 166, 166, .7);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.service-content-img-layer-icon {
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    color: white;
}

.service-content-single:hover .service-content-img-layer-icon {
    opacity: 1;
}

.service-content-img>img {
    width: 100%;
}

.service-content-icon {
    padding: 0px 20px 18px 0px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 70px;
    z-index: 4;
}

.service-content-icon-details {
    position: relative;
    padding-left: 64px;
}

.service-content-icon-details span {
    position: absolute;
    left: 0;
    top: 8px;
}

.service-content-icon-details span.icon {
    font-size: 32px;
    color: #282828;
}

.service-content-icon-details:before {
    position: absolute;
    content: "";
    left: 47px;
    top: 20px;
    width: 2px;
    height: 12px;
    background: #cecece;
}

.service-content-icon-details:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -18px;
    width: 32px;
    height: 2px;
    background: #282828;
}

.service-content-icon-details h2 {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
}

.service-content-icon-details p {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    /*font-family: 'Droid Serif', serif;*/
    margin-bottom: 0;
    margin-top: 5px;
}

.service-content-text {}

.service-content-text p {
    font-size: 14px;
    color: #9b9b9b;
    margin: 25px 0px;
}

.service-content-text a {}

.read-more-btn {}

.read-more-btn a {
    display: inline-block;
    padding: 12px 13px;
    border: 2px solid #313131;
    border-radius: 30px !important;
    color: #222;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.read-more-btn a i {
    display: inline-block;
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0;
    padding: 0px;
    transition: all 300ms linear 0ms;
    color: #222;
}

.read-more-btn a:hover {
    background-color: rgb(27, 181, 128);
    padding-left: 32px;
    border-color: rgb(27, 181, 128);
    color: #fff;
}

.read-more-btn a:hover i {
    opacity: 1;
    color: #fff;
}

. {}

.owl-theme .owl-controls .owl-nav {
    text-align: center;
}

.owl-theme .owl-controls .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls .owl-dot:hover span {
    background: #2d2d2d;
}

.owl-theme .owl-controls .owl-dot span {
    display: block;
    width: 16px;
    /*height: 2px;*/
    margin: 0 3px;
    background: #222;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.dots-with-bg .owl-controls .owl-dot span {
    display: block;
    width: 16px;
    height: 2px;
    margin: 0 3px;
    background: #fff;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

@media(max-width: 400px) {
    .service-content-icon {
        right: 0px;
    }
}

/*---------------------------------------
    SERVICE 6 AREA
    -----------------------------------------*/

.bg-default-black {
    background-color: #f8f8f8;
}

.service-6-content-single {
    background: url("../../resource/images/quote-slider-bg.png");
    position: relative;
    padding: 100px 62px;
    background-size: cover;
    border-right: 1px solid #fff;
    height: 450px;
}

.service-6-content-single:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: #0a0a0a;
}

.service-6-content-2:before {
    background-color: #0a0a0a;
}

.service-6-content-3:before {
    background-color: #0a0a0a;
}

.service-6-content-4:before {
    background-color: #0a0a0a;
}

.service-6-content-icon {
    position: relative;
}

.service-6-content-icon span {
    font-size: 32px;
    color: #ecc25a;
}

.service-6-content-icon h2 {
    font-size: 20px;
    color: #ecc25a;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
}

.service-6-content-icon p {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Droid Serif', serif;
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
    position: relative;
}

.service-6-content-icon p:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    height: 2px;
    width: 32px;
    margin-left: -16px;
    background-color: #fff;
}

.service-6-content-text {
    position: relative;
}

.service-6-content-text p {
    font-size: 14px;
    color: #fff;
    margin: 25px 0px;
}

.service-6-content-single .read-more-btn a {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

.service-6-content-single .read-more-btn a:hover {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

.service-6-content-single .read-more-btn a:hover i {
    color: #fff;
}

/*Cop*/

/*---------------------------------------
    FEATURE AREA
    -----------------------------------------*/

.feature-area {
    border-top-width: 1px;
    background-color: #f9f9f9;
    border-top-color: #e5e5e5;
    border-top-style: solid;
    position: relative;
}

.feature-area {}

.feature-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/bg-image-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-left-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    margin-top: -32px;
    z-index: 100;
}

.feature-left-icon span.icon {
    background: rgba(179, 182, 200, 0.51);
    border-radius: 62px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    width: 75px;
    height: 75px;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.feature-left-icon span:hover {
    background-color: #2d2d2d;
    color: #ddd;
}

.feature-right {
    padding: 40px 0px 100px 45px;
}

.feature-right h2 {
    font-size: 28px;
    color: #222222;
    line-height: 37px;
    text-align: left;
    /*font-family: 'Droid Serif', serif;*/
    font-weight: 700;
    font-style: italic;
    text-transform: none;
}

.feature-right p {
    font-size: 14px;
    line-height: 27px;
    text-align: left;
}

/*---------------------------------------
        PROGRESS BAR AREA     
        -----------------------------------------*/

.progress-bar-area {
    padding: 40px 0px 80px;
}

.skill {
    font-weight: 800;
    color: #222;
    font-size: 15px;
    margin-bottom: 4px;
}

.progress {
    height: 5px;
    background-color: #eeeeee;
    margin-bottom: 25px;
}

.progress-bar {
    background-color: #2d2d2d;
    transition: width 4s;
}

.progress-bar-success {}

.progress_cont {
    width: 100%;
    position: relative;
}

.progress_cont span {
    color: #ccc;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 1;
    font-weight: normal;
}

@media(max-width: 767px) {
    .feature-left {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-image: url(../../resource/images/bg-image-2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 200px 0px;
    }
    .feature-right {
        padding: 40px 0px 100px 0px;
    }
}

/*FEATURE BOTTOM AREA*/

.feature-bottom-area {
    background: #222222;
}

.feature-bottom-content {
    padding: 20px 0px 20px 65px;
    position: relative;
}

.feature-bottom-content i {
    font-size: 35px;
    position: absolute;
    top: 40px;
    left: 10px;
    color: #ffffff;
}

.feature-bottom-content h2 {
    font-size: 18px;
    color: #f9f9f9;
    font-weight: 600;
}

.feature-bottom-content p {
    font-size: 14px;
    color: #9b9b9b;
}

.feature-btm-b-right {
    border-right: 1px solid #2b2b2b;
}

.thumb-video__button {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: rgba(179, 182, 200, 0.51);
    font-size: 0;
    line-height: 0;
}

.thumb-video__button::before,
.thumb-video__button::after {
    content: '';
    position: absolute;
}

.thumb-video__button::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(179, 182, 200, 0.51);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
    -webkit-transition: .22s ease-out;
    transition: .22s ease-out;
}

.thumb-video__button::after {
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 16px;
    border-color: transparent transparent transparent #fff;
}

.thumb-video__button:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

@media (min-width: 1200px) {
    .thumb-video__button {
        width: 75px;
        height: 75px;
    }
    .thumb-video__button::after {
        border-width: 15px 0 15px 20px;
    }
}

.thumb-video__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    opacity: .6;
}

.modal-dialog_custom .modal-dialog__inner-cop {
    padding: 60px 0px 0px;
    max-width: 820px !important;
    background: transparent !important;
}

.modal-dialog-cop {
    max-width: 840px !important;
    margin: 30px auto;
}

/*---------------------------------------
    ACCORDION AREA
    -----------------------------------------*/

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    line-height: 1.1;
}

.accordion-area {
    padding-bottom: 65px;
}

.accordion-content-inner .panel-group .panel-default {
    border-radius: 0px;
    border-color: transparent;
    margin-bottom: 22px;
    border: 0px solid;
    -webkit-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -moz-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -ms-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
}

.accordion-content-inner .panel-group .panel-default .panel-heading {
    padding: 0;
    background: transparent;
    border-radius: 0px;
}

.accordion-content-inner .panel-group .panel-default .panel-heading .panel-title a:focus {
    outline: none;
}

.accordion-content-inner .panel-group .panel-default .panel-heading .panel-title a.collapsed {
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    padding: 30px 31px 25px 24px;
    -webkit-box-shadow: 0 2.3px 2px 0.1px #dbdbdb;
    -moz-box-shadow: 0 2.3px 2px 0.1px #dbdbdb;
    -ms-box-shadow: 0 2.3px 2px 0.1px #dbdbdb;
    box-shadow: 0px 2.3px 2px -0.9px #dbdbdb;
    margin-bottom: 22px;
    -webkit-transition: all 550ms ease 0s;
    -moz-transition: all 550ms ease 0s;
    -ms-transition: all 550ms ease 0s;
    border-radius: 1px;
    color: #282828;
    font-size: 16px;
}

.accordion-content-inner .panel-group .panel-default .panel-heading .panel-title a {
    display: block;
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 30px 31px 25px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
}

.accordion-content-inner .panel-group .panel-default .panel-heading .panel-title a:hover {
    color: #282828;
    background: #fff;
}

.accordion-content-inner .panel-default .panel-heading .panel-title a.collapsed:after {
    content: '+';
    right: 25px;
    position: absolute;
    color: #fff;
    font-size: 29px;
    top: 22px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    background: #282828;
    text-align: center;
    border-radius: 10px;
}

.accordion-content-inner .panel-default .panel-heading .panel-title a:after {
    content: '-';
    right: 25px;
    position: absolute;
    color: #fff;
    font-size: 29px;
    top: 22px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    background: lightgrey;
    text-align: center;
    border-radius: 10px;
}

/*ACCORDION RIGHT CONTENT*/

.accordion-right-content {}

.accordion-right-content-inner {
    border: 1px solid #eee;
    padding: 22px 29px 21px 29px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: #fff;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    -moz-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    -ms-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    box-shadow: 0px 3.3px 2px -0.9px #dbdbdb;
}

.accordion-content-inner .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #ebebeb;
    font-size: 15px;
    padding: 20px 30px 50px 30px;
    color: #9b9b9b;
    line-height: 25px;
    -webkit-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    -moz-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    -ms-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    box-shadow: 0px 3.3px 2px -0.9px #dbdbdb;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
}

.accordion-right-content-inner h2 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 6px
}

.accordion-right-content-inner p {
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
    color: #9b9b9b;
    font-size: 14px;
}

.faq-accordion-content-inner .panel-group .panel-default .panel-heading .panel-title a {
    display: block;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 30px 31px 25px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    text-transform: none;
    -webkit-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    -moz-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    -ms-box-shadow: 0 3.3px 2px 0.1px #dbdbdb;
    box-shadow: 0px 3.3px 2px -0.9px #dbdbdb;
}

/*---------------------------------------
    SERVICE AREA
    -----------------------------------------*/

.service-page-single {
    margin-bottom: 50px;
}

.service-page-section {
    padding-top: 100px;
}

/*---------------------------------------
    SERVICE LEFT SIDEBAR AREA
    -----------------------------------------*/

.service-left-sidebar {}

.service-left-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 51px;
}

.service-left-sidebar ul>li {
    position: relative;
    margin-bottom: 8px;
}

.service-left-sidebar ul>li>a {
    background-color: #f4f4f4;
    color: #5e5e5e;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.service-left-sidebar ul>li.active>a,
.service-left-sidebar ul>li>a:hover {
    color: #fff;
    background-color: #2d2d2d;
}

.service-left-sidebar ul>li>a:before {
    content: "\f178";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 11px;
    font-weight: normal;
}

.service-left-sidebar {}

.service-left-sidebar>h2 {
    font-size: 16px;
    margin: 0 0 30px;
    position: relative;
    line-height: 30px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 11px;
    letter-spacing: 0.06em;
    color: #222;
    font-weight: bold;
}

.service-left-sidebar>h2:before {
    background-color: #282828;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.service-left-sidebar>h2:after {
    background-color: #282828;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
    bottom: -6px;
}

.service-left-sidebar>p {
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 23px;
}

.service-left-sidebar>a {}

.service-left-sidebar>a {
    background-color: #2d2d2d;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 800;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.service-left-sidebar>a:hover {
    background-color: #2f2f2f;
    color: #fff;
}

.service-left-sidebar>a span {
    display: inline-block;
    margin-top: 9px;
}

.service-left-sidebar>a span:nth-of-type(1) {
    width: 22px;
    height: 24px;
    background-color: #2f2f2f;
    color: #2d2d2d;
    font-weight: normal;
    font-size: 8px;
    text-align: center;
    margin-right: 11px;
    vertical-align: top;
    padding-top: 6px;
}

.service-left-sidebar>a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 24px;
    float: right;
    font-style: normal;
}

.service-left-sidebar>a:hover span:nth-of-type(1) {
    background-color: #2d2d2d;
    color: #fff;
}

/*---------------------------------------
    BLOG AREA
    -----------------------------------------*/

.blog-area {
    padding-bottom: 70px;
}

.blog-content-area {}

.blog-content-single {
    background-color: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
    padding: 0 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog-img {
    position: relative;
    top: -30px;
}

.blog-img img {
    width: 100%;
    border-radius: 5px;
}

.blog-img i {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-color: #282828;
    text-align: center;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-style: normal;
    border-radius: 30px;
}

.blog-text {}

.blog-text ul {
    margin: 0;
    padding: 0;
}

.blog-text ul li {
    display: inline-block;
    padding-right: 4px;
    color: #222;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-text ul li:after {
    color: #d5d5d5;
    content: "/";
    padding-left: 10px;
}

.blog-text ul li:last-child:after {
    display: none;
}

.blog-text ul li a {
    color: #abacab;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-text ul li {}

.blog-text h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    /*font-family: 'Droid Serif', serif;  */
    font-weight: bold;
    margin-top: 10px;
}

.blog-text h2 a {
    color: #282828;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    text-transform: none;
}

.blog-text h2 a:hover {
    color: #abacab;
}

.blog-text p {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 23px;
}

.blog-text>a {
    position: relative;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog-text>a i {
    padding-right: 5px;
    font-style: normal;
}

.blog-text>a span {
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog-text>a:before {
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    position: absolute;
    bottom: -33px;
    left: 0;
    opacity: 0;
}

.blog-text>a:hover {
    color: #abacab;
}

.blog-text>a:hover:before {
    background-color: #abacab;
}

.blog-content-single:hover .blog-img i {
    opacity: 1
}

.blog-content-single:hover .blog-text>a span {
    opacity: 1;
}

.blog-content-single:hover .blog-text>a:before {
    opacity: 1;
}

.blog-content-single-no-btm-padding {
    padding-bottom: 10px;
}

.blog-explore a {
    border-radius: 0;
    color: #222;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog-explore a i {
    padding-left: 10px;
    padding-right: 6px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog-explore a:hover {
    color: #abacab;
}

.blog-explore a:hover i {
    color: #abacab;
}

/*****************************************
     BLOG GRID  PAGE     
     ******************************************/

.blog-area-bg {
    background: url(../images/blog-page-bg.png);
    background-position: center bottom;
    background-attachment: scroll;
}

.blog-page-area {
    padding-top: 100px;
}

.blog-page-area {}

.blog-siderbar-area {
    padding: 30px 30px 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #f9f9f9 #eee #eee;
}

.search-bar {
    position: relative;
    margin-bottom: 50px;
}

.search-bar form {}

.search-bar form .sidebar-input-text {
    width: 100%;
    box-shadow: none;
    color: #333;
    border: 2px solid #eee;
    height: 50px;
    padding-right: 42px;
    padding-left: 20px;
    outline: none;
    font-size: 13px;
}

.search-bar form .sidebar-input-submit,
.search-bar form .sidebar-input-submit:hover {
    background-color: transparent;
    border: medium none;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 99;
    box-shadow: inset 0 0px transparent;
}

.search-bar i {
    position: absolute;
    right: 0;
    top: -6px;
    padding: 18px;
    font-size: 14px;
    font-style: normal;
}

/*BLOG RIGHT SIDEBAR*/

.blog-siderbar-area {}

.blog-siderbar-area>h2 {
    font-size: 16px;
    margin: 0 0 30px;
    position: relative;
    line-height: 30px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 11px;
    letter-spacing: 0.06em;
    color: #222;
    font-weight: bold;
}

.blog-siderbar-area>h2:before {
    background-color: #282828;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.blog-siderbar-area>h2:after {
    background-color: #282828;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
    bottom: -6px;
}

.blog-sidebar-list {}

.blog-sidebar-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.blog-sidebar-list ul li {}

.blog-sidebar-list ul li a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding: 12px 0;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -ms-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    font-weight: 600;
}

.blog-sidebar-list ul li:last-child a {
    border-bottom: none;
}

.blog-sidebar-list ul li a i {
    padding-right: 10px;
    font-size: 11px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -ms-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
}

.blog-sidebar-list ul li a:hover {
    color: #abacab;
}

.blog-sidebar-list ul li a:hover i {
    color: #abacab;
}

.blog-sidebar-author {
    margin-bottom: 50px;
}

.blog-sidebar-author-inner {
    position: relative;
    padding-left: 65px;
}

.blog-sidebar-author-inner h2 {
    margin: 0;
    line-height: 14px;
    font-weight: 800;
}

.blog-sidebar-author-inner h2 a {
    font-size: 14px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #282828;
    text-transform: none;
}

.blog-sidebar-author-inner p {
    border-bottom: 1px solid #efefef;
    color: #616161;
    font-size: 13px;
    margin-bottom: 12px;
    padding-bottom: 13px;
    text-transform: uppercase;
}

.blog-sidebar-author-inner img {
    position: absolute;
    top: 10px;
    left: 0;
    cursor: pointer;
}

.blog-sidebar-author-inner h2 a:hover {
    color: #abacab;
}

.blog-sidebar-author-inner-l-child p {
    border-bottom: none;
}

.tag-cloud {
    margin-bottom: 50px;
}

.tag-cloud a {
    border: 1px solid #e8e8e8;
    border-radius: 1px;
    display: inline-block;
    font-size: 13px;
    margin: 0 4px 6px;
    padding: 3px 11px;
    color: #9b9b9b;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    display: inline-block;
}

.tag-cloud a:hover {
    color: #abacab;
    border-color: #abacab;
}

.service-left-sidebar-m-bottom {
    margin-bottom: 40px;
}

.blog-pagination {
    padding-top: 10px;
}

.blog-pagination ul {
    margin: 0;
    padding: 10px 0px 20px 0px;
}

/*image box / gallery*/

.single-project {
    padding-bottom: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .divider-small+* {
        margin-top: 40px;
    }
}

.thumb-creative__content a {
    font-style: normal;
}

/************************** 
* Project styles 
***************************/

.single-project {
    padding-bottom: 30px;
    text-align: center;
}

.single-project .img-box {
    position: relative;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #eaeaea;
}

.single-project .img-box img {
    width: 100%;
}

.single-project .title h5 {
    color: #222;
    padding: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    transition: .5s ease;
}

.single-project:hover .title h5 {
    color: #3e4095;
    transition: .5s ease;
}

.single-project .img-box .overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: rgba(62, 64, 149, 0.9);
    padding: 5px;
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.single-project .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-project .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
}

.single-project .img-box .overlay .top {
    text-align: center;
}

.single-project .img-box .overlay .top ul {
    margin-bottom: 0;
    margin-bottom: 20%;
}

.single-project .img-box .overlay .top li a {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background: #222;
    display: block;
    border-radius: 50%;
    transition: .4s ease;
}

.single-project .img-box .overlay .top li a:hover {
    background: #1f1f1f;
    color: #3e4095;
}

.single-project .img-box .overlay .bottom {
    padding: 10px 0px;
    padding-right: 0;
    text-align: center;
}

.single-project .img-box .overlay .bottom .title h3 {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.single-project:hover .img-box .overlay {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.single-projects .graph-title {
    background: #3e4095;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
}

.single-projects .analysis-list li {
    font-size: 16px;
    margin: 10px 0px;
    color: #848484;
}

.single-projects .analysis-list li span {
    color: #3e4095;
    font-size: 14px;
    margin-right: 10px;
}

.post-filter {
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
}

.post-filter li {
    padding: 0;
}

.post-filter li span {
    color: #848484;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-right: 16px;
    cursor: pointer;
    transition: .5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
    color: #3e4095;
    transition: .5s ease;
}

.service-content-area .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}

/*nav*/

.service-content-area .owl-carousel {
    position: inherit;
}

.service-content-area .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
}

.service-content-area .owl-theme .owl-nav [class*=owl-] {
    color: #2a3a40;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    transition: color .3s ease;
}

.service-content-area .owl-theme .owl-prev {
    float: left;
    width: 10%;
    text-align: center;
}

.service-content-area .owl-theme .owl-prev i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #26373d;
    transition: .5s ease;
    border-radius: 50%;
    font-style: normal;
}

.service-content-area .owl-theme .owl-prev i:hover {
    color: grey;
    border-color: grey;
    transition: .5s ease;
}

.service-content-area .owl-theme .owl-next {
    float: right;
    width: 10%;
    text-align: center;
}

.service-content-area .owl-theme .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #26373d;
    transition: .5s ease;
    border-radius: 50%;
    font-style: normal;
}

.service-content-area .owl-theme .owl-next i:hover {
    color: grey;
    border-color: grey;
    transition: .5s ease;
}

.service-content-layers {
    text-align: center;
    position: absolute;
    top: 14%;
    left: auto;
    margin-left: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    color: white;
}

.service-content-layers h2 {
    font-size: 30px;
    font-weight: normal;
    color: white;
}

.service-content-layers p {
    font-size: 15px;
    font-weight: 300;
    color: white;
    margin-top: 10px;
}

.pb {
    padding-bottom: 30px
}

.line-content::before {
    content: '';
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -15px;
    width: 1px;
    height: 38px;
    background: #ececee;
}

/*---------------------------------------
    TEAM AREA
    -----------------------------------------*/

.team-area {
    padding-bottom: 70px
}

.team-single {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px #e8e8e8;
    -moz-box-shadow: 0 3px 3px #e8e8e8;
    -ms-box-shadow: 0 3px 3px #e8e8e8;
    box-shadow: 0 3px 3px #e8e8e8;
    margin-bottom: 49px;
    overflow: hidden;
    position: relative;
}

.team-image {
    position: relative;
}

.team-image>img {
    width: 100%;
}

.team-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 1;
    background-color: rgba(34, 34, 34, 0.75);
}

.team-single:hover .team-image:before {
    opacity: 1;
}

.team-hover-text {
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: center;
}

.team-hover-text h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    font-weight: bold;
    text-transform: none;
}

.team-hover-text p {
    font-size: 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #9b9b9b;
    margin-top: 10px;
}

.team-single:hover .team-hover-text {
    opacity: 1;
}

.team-text {
    padding: 24px 30px;
    position: relative;
    overflow: hidden;
}

.team-text h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    color: #282828;
    font-weight: bold;
    text-transform: none;
}

.team-text p {
    font-size: 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    color: #9b9b9b;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

.team-social {
    left: 0;
    position: absolute;
    right: 0;
    /*top: 50%;*/
    top: 30%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}

.team-social a {
    color: #2b2b2b;
    font-size: 15px;
    margin: 0 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.team-social a:hover {
    color: grey;
    font-size: 15px;
    margin: 0 13px;
}

.team-single:hover .team-social {
    opacity: 1;
}

.team-single:hover .team-text h3 {
    opacity: 0;
}

.team-single:hover .team-text p {
    opacity: 0;
}

/*---------------------------------------
    TEAM AREA 2
    -----------------------------------------*/

.team-area-2 {
    padding-bottom: 70px
}

.team-single-2 {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px #e8e8e8;
    -moz-box-shadow: 0 3px 3px #e8e8e8;
    -ms-box-shadow: 0 3px 3px #e8e8e8;
    box-shadow: 0 3px 3px #e8e8e8;
    margin-bottom: 49px;
    overflow: hidden;
    position: relative;
}

.team-image-2 {
    position: relative;
}

.team-image-2>img {
    width: 100%;
}

.team-image-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 1;
    background-color: rgba(34, 34, 34, 0.75);
}

.team-single-2:hover .team-image-2:before {
    opacity: 1;
}

.team-hover-text-2 {
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: center;
}

.team-hover-text-2 h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    font-weight: bold;
    text-transform: none;
}

.team-hover-text-2 p {
    font-size: 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #9b9b9b;
    margin-top: 10px;
}

.team-single-2:hover .team-hover-text-2 {
    opacity: 1;
}

.team-text-2 {
    padding: 24px 30px;
    position: relative;
    overflow: hidden;
}

.team-text-2 h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    color: #282828;
    font-weight: bold;
    text-transform: none;
}

.team-text-2 p {
    font-size: 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    color: #9b9b9b;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

.team-social-2 {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}

.team-social-2 a {
    color: #ffffff;
    font-size: 20px;
    margin: 0 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.team-social-2 a:hover {
    color: grey;
    font-size: 20px;
    margin: 0 13px;
}

.team-single-2:hover .team-social-2 {
    opacity: 1;
}

.team-single-2:hover .team-text-2 h3 {
    opacity: 1;
}

.team-single-2:hover .team-text-2 p {
    opacity: 1;
}

.teams-text-2 {}

.teams-text-2 h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    color: #282828;
    font-weight: bold;
    text-transform: none;
    font-family: 'La Luxes Serif', sans-serif;
}

.teams-text-2 p {
    font-size: 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0;
    color: #9b9b9b;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

.no-it {
    margin-top: 5px !important;
    font-style: normal !important;
    font-family: unset !important;
    text-align: justify;
    line-height: 1.8;
}

.no-it2 {
    margin-top: 15px !important;
    font-style: normal !important;
}

.teams-icons {
    margin-top: 5px;
}

.teams-icons a {
    border-radius: 0;
    color: #222;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding-left: 0px;
    /*padding: 17px 0px;*/
    position: relative;
    text-transform: none;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.teams-icons a i {
    /*padding-left: 10px;*/
    padding-right: 6px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-style: normal;
}

.teams-icons a:hover {
    color: #abacab;
}

.teams-icons a:hover i {
    color: #abacab;
}

#page-loader2.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

[data-x-mode='true'] #page-loader2 {
    display: none;
}

.page-preloader-cover {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.page-preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -16.5px 0 0 -16.5px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: tm_spin 1s linear infinite;
    animation: tm_spin 1s linear infinite;
    z-index: 11;
}

@-webkit-keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-main-preloader {
    position: relative;
    width: 200px;
    left: 50%;
    top: 50%;
    margin: -66.66667px 0 0 -100px;
}

.page-main-preloader__logo {
    display: block;
    margin: 0 auto;
}

.pulse {
    height: 100px;
    width: 200px;
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pulse:after {
    content: '';
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200px 100px"><polyline fill="none" stroke-width="3px" stroke="grey" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: 2s pulse infinite linear;
    animation: 2s pulse infinite linear;
}

.pulse:before {
    content: '';
    background: #edeff1;
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    bottom: 0;
    top: 16px;
    margin: auto;
    height: 3px;
}

@-webkit-keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }
    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }
    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }
    48% {
        clip: rect(0, 200px, 100px, 0);
    }
    52% {
        clip: rect(0, 200px, 100px, 0);
    }
    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }
    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }
    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

@keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }
    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }
    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }
    48% {
        clip: rect(0, 200px, 100px, 0);
    }
    52% {
        clip: rect(0, 200px, 100px, 0);
    }
    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }
    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }
    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

.carousel-post-gallery[data-nav='true'] .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5px !important;
}

.img-thumbnail-variant-1 .caption {
    border-radius: 5px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.morea {
    /*opacity: 0; */
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.morea {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.morea:hover {
    opacity: 1;
}

.texts ul li:after {
    color: #d5d5d5;
    content: ":";
    padding-left: 10px;
}

.text1 ul li:after {
    color: #d5d5d5;
    content: " ";
    padding-left: 10px;
}

.button-round {
    border-radius: 20px;
    font-weight: 600;
}

.white-icon {
    display: inline-block;
    color: white;
    font-weight: 800;
}

.gal {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}

.socials li {
    padding-left: 0px;
    padding-right: 10px;
}

.socials li a {
    transition: .5s ease;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 35px;
    height: 38px;
    width: 38px;
    text-align: center;
    background-color: #fff;
    font-size: 17px;
}

.socials li a:hover {
    border-color: #999999;
    color: #999999;
    transition: .5s ease;
}

.socials-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    line-height: 30px;
    border: 1px solid transparent;
    background: none;
    color: #686868;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.socials-links a:hover {
    color: #a1c436;
    border-color: #a1c436;
}

.heading-white::after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 35px;
    margin-top: 15px;
    background: #fff;
    will-change: transform, opacity;
}

.caps {
    margin-top: -100px;
    margin-left: 46px
}

@media (min-width: 992px) {
    .object-wrap__body.object-wrap__body-md-left {
        left: -15px;
    }
    .swiper-slider_fullheight {
        min-height: calc(80vh - 56px);
        height: auto;
    }
    .caps {
        margin-top: -144px;
        margin-left: 46px
    }
}

.truncation {
    max-height: 120px;
    overflow: hidden;
}

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/

.wa-to-top {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 58px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    transform: translateY(100px);
}

.wa-to-top::before {
    content: '\f232';
    font-family: 'FontAwesome';
    font-size: 40px;
}

.wa-to-top,
.wa-to-top:active,
.wa-to-top:focus {
    color: #fff;
    background: #00e676;
}

.wa-to-top:hover {
    color: #fff;
    background: #1ebea5;
}

.wa-to-top:focus {
    outline: 0;
}

.wa-to-top.active {
    transform: translateY(0);
}

/*.mobile .wa-to-top,
.tablet .wa-to-top {
  display: none !important;
}*/

@media (min-width: 576px) {
    .wa-to-top {
        left: 40px;
        bottom: 40px;
    }
    .swiper-slider_fullheight {
        /*min-height: calc(50vh - 56px);*/
        /*height: 66vh;*/
        min-height: calc(50vh - 126px);
        height: 30vh;
    }
}

.swiper-slider_fullheight {
    /*min-height: calc(50vh - 56px);*/
    /*height: 66vh;*/
    min-height: calc(50vh - 216px);
    height: 52vh;
}