/*
* Our Blog
*/
article.blog-post .blog-post-image-wrapper img {
    max-width: 95%;
}

article.blog-post .blog-post-image-wrapper .blog-post-date {
    position: absolute;
    top: 65%;
    right: 10px;
    font-size: 3em;
    text-align: center;
    line-height: 1;
    padding: 25px 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
article.blog-post .blog-post-image-wrapper .blog-post-date .month-year {
        display: block;
        font-size: 0.4em;
    }



html .background-color-primary {
    background-color: #596c75 !important;
}
html .heading-light, html .lnk-light, html .text-color-light, html .text-light {
    color: #ffffff !important;
}

html .heading-dark, html .lnk-dark, html .text-color-dark, html .text-dark {
    color: #2e353e !important;
}

/*
* Blog
*/
.custom-thumb-info-2 {
    background: transparent;
    border: none;
    overflow: visible;
}

    .custom-thumb-info-2 .thumb-info-wrapper:after {
        content: none;
    }

    .custom-thumb-info-2 .thumb-info-caption {
        position: relative;
        display: block;
        width: 80%;
        margin: -80px auto 0;
        background: #FFF;
        padding: 30px 30px 20px 30px;
        z-index: 1;
    }

        .custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info-2 .thumb-info-caption p {
            padding: 0;
            font-size: 1em;
            line-height: 2;
        }

        .custom-thumb-info-2 .thumb-info-caption p {
            font-size: 0.9em;
            margin-bottom: 45px;
        }

.custom-thumb-info-post-infos ul {
    position: relative;
    padding: 0;
    margin: 0;
}

    .custom-thumb-info-post-infos ul:before {
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        left: 50%;
        width: calc(100% + 60px);
        border-top: 1px solid #efece8;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .custom-thumb-info-post-infos ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .custom-thumb-info-post-infos ul li {
        float: left;
        list-style: none;
        width: 50%;
        font-size: 0.9em;
    }

        .custom-thumb-info-post-infos ul li i {
            display: inline-block;
            font-size: 1em;
            color: #1f222b;
            font-weight: bold;
            margin-right: 8px;
        }

.custom-thumb-info-post-infos.custom-blog-info ul:before {
    content: none;
}

.custom-thumb-info-post-infos.custom-blog-info ul li {
    margin-left: 2px;
}

@media (max-width: 1199px) {
    .custom-thumb-info-post-infos ul li {
        font-size: 0.8em;
    }
}

.custom-thumb-style-1 {
    border: none;
}

    .custom-thumb-style-1 img {
        border-radius: 100% !important;
        border: 5px solid #FFF;
        box-shadow: 0px 0px 0px 2px #E0E0E0;
    }

ul.custom-comments-style li {
    border-top: 1px solid #DDE5E7;
}

@media (min-width: 768px) {
    ul.custom-comments-style li {
        padding: 35px 0 0 115px;
    }
}

ul.custom-comments-style > li:first-child {
    border-top: 0;
}

ul.custom-comments-style .comment-block {
    background: none;
    padding: 5px 0 20px;
}

.custom-form-style-1 .form-group {
    margin-bottom: 0;
}

    .custom-form-style-1 .form-group .form-control {
        margin-bottom: 15px;
    }


.diamonds {
    font-size: 0;
    margin: 40px auto 85px;
    position: relative;
    text-align: center;
    padding: 50px 0 0 57px;
}

    .diamonds > li {
        display: inline-block;
        font-size: 18px;
        margin-right: 135px;
    }

    .diamonds .diamond {
        background: #f4f4f4;
        display: block;
        height: 255px;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        width: 255px;
        overflow: hidden;
        transform: rotate(-45deg);
    }

        .diamonds .diamond:after {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
            content: " ";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0;
            transform: scale(0);
            z-index: 100;
        }

        .diamonds .diamond:hover:after {
            opacity: 0.3;
            transform: scale(1);
        }

        .diamonds .diamond:hover .content:after {
            opacity: 0.8;
            transform: scale(1);
        }

    .diamonds .content {
        display: table-cell;
        height: 255px;
        padding: 0 10px;
        transform: rotate(45deg);
        text-align: center;
        vertical-align: middle;
        width: 255px;
        position: relative;
    }

        .diamonds .content:after {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
            color: #fff;
            content: "\e091";
            font-family: "simple-line-icons";
            font-size: 28px;
            left: 27%;
            margin: -6px -12px;
            opacity: 0;
            position: absolute;
            top: 50%;
            z-index: 1000;
            transform: scale(2);
        }

        .diamonds .content img {
            max-width: 375px;
            margin-left: -50%;
        }

    .diamonds .diamond-sm .content:after {
        left: 24%;
        top: 48%;
    }

@media (min-width: 1199px) {
    .diamonds > li:nth-child(3) {
        margin-right: 0;
    }

    .diamonds > li:nth-child(4) {
        right: 132px;
        top: 9px;
        position: absolute;
    }

    .diamonds > li:nth-child(5) {
        margin-left: 527px;
        margin-top: -70px;
    }

    .diamonds > li:nth-child(6) {
        position: absolute;
        margin: -6px 0 0 -27px;
        right: -32px;
    }

    .diamonds > li:nth-child(7) {
        position: absolute;
        margin: 97px 0 0 -133px;
        right: 73px;
    }

    .diamonds .diamond-sm {
        height: 128px;
        width: 128px;
    }

        .diamonds .diamond-sm .content {
            height: 128px;
            width: 128px;
        }

            .diamonds .diamond-sm .content img {
                max-width: 195px;
            }

    .row-diamons-description {
        margin-top: -150px;
        float: left;
    }
}

@media (max-width: 1198px) {
    .diamonds {
        text-align: center;
        width: 748px;
        margin: 0 auto;
        padding: 75px 0 75px 75px;
    }

        .diamonds::after {
            clear: both;
            content: "";
            display: table;
        }

        .diamonds > li {
            margin: 0;
            position: static;
            float: left;
        }

            .diamonds > li:nth-child(2n+2) {
                margin-bottom: -50px;
                margin-left: 55px;
                margin-top: 200px;
            }

            .diamonds > li:nth-child(2n+1) {
                clear: both;
            }
}

@media (max-width: 748px) {
    .diamonds {
        margin: 0 auto;
        padding: 25px 0 0 0;
        text-align: center;
        width: 445px;
    }

        .diamonds > li {
            float: none !important;
            clear: both !important;
            margin: 45px 0 115px 95px !important;
            display: block;
        }
}

@media (max-width: 575px) {
    .diamonds-wrapper {
        min-height: 2650px;
    }

        .diamonds-wrapper .diamonds {
            margin: 0 auto;
            padding: 25px 0 0;
            text-align: center;
            width: 445px;
            position: absolute;
            left: 50%;
            margin-left: -222px;
        }

            .diamonds-wrapper .diamonds > li {
                text-align: center;
            }
}



/*
* Expertise
*/
.feature-box.custom-feature-box {
    margin-bottom: 1.2rem;
}

    .feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon, .feature-box.custom-feature-box:hover .feature-box-icon {
        box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5);
    }

        .feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img, .feature-box.custom-feature-box:hover .feature-box-icon img {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
            -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
            -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
            -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
            transform: translate3d(-50%, -50%, 0) scale(1.1);
        }

    .feature-box.custom-feature-box .feature-box-icon {
        flex: 0 0 auto;
        background: transparent;
        width: 100px;
        position: relative;
        height: 100px;
        border: 6px solid #FFF;
        border-radius: 100%;
        padding: 5px;
        margin-top: 0;
        overflow: hidden;
        z-index: 1;
        -webkit-transition: ease box-shadow 300ms;
        -moz-transition: ease box-shadow 300ms;
        transition: ease box-shadow 300ms;
    }

        .feature-box.custom-feature-box .feature-box-icon img {
            position: absolute;
            width: 113%;
            top: 50%;
            left: 50%;
            z-index: 0;
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            -moz-transform: translate3d(-50%, -50%, 0) scale(1);
            -ms-transform: translate3d(-50%, -50%, 0) scale(1);
            -o-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
            -webkit-transition: ease transform 300ms;
            -moz-transition: ease transform 300ms;
            transition: ease transform 300ms;
        }

@media (max-width: 991px) {
    .col-md-12 .feature-box.feature-box-style-2.custom-feature-box .feature-box-info {
        padding-left: 115px;
    }
}


/*
* Our Strategy
*/
.custom-step-item .step {
    position: relative;
    text-align: center;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
}

    .custom-step-item .step:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -20px;
        height: 63px;
        border-left: 1px solid #e4e4e4;
    }

    .custom-step-item .step .step-number {
        display: block;
        font-size: 3em;
        font-weight: 700;
        letter-spacing: -4px;
        line-height: 1;
    }

.custom-step-item .step-content {
    margin-left: 80px;
}

.owl-carousel.numbered-dots .owl-dots {
    display: inline-block;
    counter-reset: dots;
    margin-left: 70px;
}

.owl-carousel.numbered-dots .owl-dot span {
    width: 30px;
    height: 30px;
}

    .owl-carousel.numbered-dots .owl-dot span:before {
        counter-increment: dots;
        content: counter(dots);
        color: #245432;
        font-weight: bold;
        line-height: 2.2;
    }

.owl-carousel.numbered-dots .owl-dot.active span:before, .owl-carousel.numbered-dots .owl-dot:hover span:before {
    color: #FFF;
}

.owl-carousel.numbered-dots .owl-dot:hover {
    opacity: 0.5;
}

.owl-carousel.owl-theme .owl-dot span {
    background: #eef4f2;
}

/*
* Frequently Asked Questions
*/
.custom-accordion-style-1 .card {
    position: relative;
    margin-top: 0 !important;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    box-shadow: none;
}

    .custom-accordion-style-1 .card:last-child {
        border-bottom: 0;
    }

    .custom-accordion-style-1 .card .card-title > a {
        font-size: 14px !important;
    }

        .custom-accordion-style-1 .card .card-title > a.accordion-toggle {
            color: #4dbb6d;
            border-bottom: 1px solid #e4e4e4;
        }

            .custom-accordion-style-1 .card .card-title > a.accordion-toggle:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                border-left: 1px solid #4dbb6d;
            }

            .custom-accordion-style-1 .card .card-title > a.accordion-toggle .custom-accordion-plus:after {
                border-top: 2px solid #4dbb6d;
                -webkit-transform: translate(-50%, -50%) rotate(0deg);
                -moz-transform: translate(-50%, -50%) rotate(0deg);
                -ms-transform: translate(-50%, -50%) rotate(0deg);
                -o-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
            }

        .custom-accordion-style-1 .card .card-title > a.collapsed {
            color: #1e1e24 !important;
            border-bottom: 0;
        }

            .custom-accordion-style-1 .card .card-title > a.collapsed:before {
                content: none;
            }

            .custom-accordion-style-1 .card .card-title > a.collapsed .custom-accordion-plus:after {
                border-top: 2px solid #1e1e24;
                -webkit-transform: translate(-50%, -50%) rotate(90deg);
                -moz-transform: translate(-50%, -50%) rotate(90deg);
                -ms-transform: translate(-50%, -50%) rotate(90deg);
                -o-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
            }

        .custom-accordion-style-1 .card .card-title > a .custom-accordion-plus {
            position: absolute;
            top: 23px;
            right: 3px;
            width: 15px;
        }

            .custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:before, .custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                border-top: 2px solid #1e1e24;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-transition: ease all 300ms;
                -moz-transition: ease all 300ms;
                transition: ease all 300ms;
            }

    .custom-accordion-style-1 .card .card-body {
        padding: 15px 15px 35px;
    }




/*
* Contact Us
*/
.custom-call-to-action-2 .info {
    display: block;
}

.custom-social-icons-style-1 li {
    border: 2px solid #FFF;
}

    .custom-social-icons-style-1 li a {
        background: transparent;
        color: #FFF !important;
    }

.custom-contact-form-style-1 .custom-input-box {
    position: relative;
}

    .custom-contact-form-style-1 .custom-input-box .icons {
        position: absolute;
        top: 16px;
        left: 16px;
        font-size: 1.3em;
    }

    .custom-contact-form-style-1 .custom-input-box .form-control {
        border-radius: 2px;
        height: 50px;
        padding-left: 50px;
    }

    .custom-contact-form-style-1 .custom-input-box textarea.form-control {
        padding-top: 14px;
        height: 0;
        min-height: 130px;
    }



.thumb-info-side-image-custom {
    border: 0 none;
    color: #777;
    margin: 0 0 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .thumb-info-side-image-custom .thumb-info-side-image-wrapper {
        padding: 0;
        margin-right: 30px;
    }

    .thumb-info-side-image-custom .thumb-info-caption {
        text-align: left;
    }

        .thumb-info-side-image-custom .thumb-info-caption h4 {
            margin: 30px 0 0;
            padding: 0;
        }

        .thumb-info-side-image-custom .thumb-info-caption p {
            margin: 0;
            padding: 0;
            font-size: 15px;
            line-height: 24px;
        }

    .thumb-info-side-image-custom:hover {
        box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
    }

    .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
        margin: 0 0 10px 0;
        padding: 0;
    }

    .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
        padding: 0 10px;
        display: block;
        clear: both;
    }

        .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
            margin: 3px 0 0;
            padding: 0;
        }

        .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
            margin: 0;
            padding: 0;
        }

@media (max-width: 767px) {
    .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
        width: 100%;
    }
}


/*
* Team
*/
.custom-thumb-info-1 {
    overflow: visible;
    margin-bottom: 30px !important;
    -webkit-transition: ease box-shadow 300ms;
    -moz-transition: ease box-shadow 300ms;
    transition: ease box-shadow 300ms;
}

    .custom-thumb-info-1:hover {
        box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
    }

        .custom-thumb-info-1:hover .thumb-info-wrapper:after {
            content: none;
        }

        .custom-thumb-info-1:hover .thumb-info-caption {
            border-bottom: 0;
        }

    .custom-thumb-info-1 .thumb-info-wrapper {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .custom-thumb-info-1 .thumb-info-caption {
        position: relative;
        display: block;
        padding: 0;
        border-bottom: 1px solid #e3e3e3 !important;
        -webkit-transition: ease border-bottom 300ms;
        -moz-transition: ease border-bottom 300ms;
        transition: ease border-bottom 300ms;
    }

        .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
            padding: 30px 20px;
            margin: 0;
        }

            .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
                padding: 0;
                font-size: 1em;
            }

            .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
                position: absolute;
                top: 30px;
                right: 20px;
                border-radius: 100%;
                font-size: 2em;
                line-height: 0.76;
                width: 30px;
                height: 30px;
                font-weight: 100;
                text-align: center;
                padding-top: 7px;
            }

    .custom-thumb-info-1.custom-rm-mb {
        margin-bottom: 0 !important;
    }

@media (max-width: 991px) {
    .custom-thumb-info-1.custom-rm-mb {
        margin-bottom: 30px !important;
    }
}

.custom-thumb-info-1.custom-rm-mb-last {
    margin-bottom: 0 !important;
}



/*
* Testimonials
*/
.custom-rounded-image {
    border-radius: 100%;
}

.testimonial.custom-testimonial-style-1 blockquote {
    background: transparent;
    padding: 40px 20px 40px 0px;
}

    .testimonial.custom-testimonial-style-1 blockquote:before {
        left: 0;
        font-size: 60px;
        color: #1e1e24;
    }

    .testimonial.custom-testimonial-style-1 blockquote:after {
        font-size: 60px;
        color: #1e1e24;
    }

    .testimonial.custom-testimonial-style-1 blockquote p {
        color: #777;
        font-family: "Sintony", sans-serif;
        font-style: normal;
        font-size: 1em;
        line-height: 1.8;
        padding: 0px;
    }

.testimonial.custom-testimonial-style-1 .testimonial-author p {
    position: relative;
    margin: 0;
}

    .testimonial.custom-testimonial-style-1 .testimonial-author p:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        border-top: 2px solid #1e1e24;
    }



    /*
* Event
*/
.custom-thumb-info {
	border: none;
	overflow: visible;
}
.custom-thumb-info .thumb-info-wrapper {
	margin: 0 !important;
}
.custom-thumb-info .thumb-info-wrapper:after {
	content: none;
}
.custom-thumb-info .thumb-info-caption {
	display: block;
	padding: 20px 40px;
}
.custom-thumb-info .thumb-info-caption .custom-thumb-info-wrapper-box {
	float: left;
	width: 100%;
	margin: -57px 0 15px 0;
}
.custom-thumb-info .thumb-info-caption .custom-event-infos, .custom-thumb-info .thumb-info-caption .thumb-info-catption-text {
	float: left;
	width: 100%;
}
.custom-thumb-info .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info .thumb-info-caption p {
	padding: 0;
	font-size: 1em;
	line-height: 2;
}
.custom-thumb-info .thumb-info-caption p {
	font-size: 0.9em;
}

.custom-event-infos ul {
	padding: 0;
	margin: 0;
}
.custom-event-infos ul li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	font-size: 0.9em;
}
.custom-event-infos ul li:first-child {
	margin-left: 0;
}
.custom-event-infos ul li i {
	font-size: 1.2em;
	color: #1f222b;
	font-weight: bold;
}

.custom-post-event {
	position: relative;
}
.custom-post-event .post-event-date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 20px;
}
.custom-post-event .post-event-date span {
	display: block;
}
.custom-post-event .post-event-date span.day {
	font-size: 1.9em;
}
.custom-post-event .post-event-date span.year {
	font-size: 0.9em;
}
.custom-post-event .post-event-date.custom-xlg-space {
	top: 30px;
	left: 30px;
}
.custom-post-event .post-event-content p {
	font-size: 0.9em;
}
/*
* CUSTOM DEMO CLASSES
*/
.custom-box-shadow {
    box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
}
.custom-secondary-font {
    font-family: "Playfair Display", serif !important;
}

.custom-btn-style-1 {
    padding: 12px 25px !important;
}

.custom-img-fluid-center {
    margin: 0 auto;
}

.custom-margin-1 {
    margin-left: 95px;
}


