
/*-----------------------------------------------------------------------------------

    Template Name: Donal - Minimal Portfolio Bootstrap4 Template.
    Version: 1

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
    1. Template default css (css/shortcode/default.css)
    2. Header css (css/shortcode/header.css)
    3. Header css (css/shortcode/slider.css)
    4. Slider css (css/shortcode/footer.css)
    5. About Area Style
    6. Portfolio  Area
    7. Testimonial Area
    8. Blog Area
    9. Home Two Page
    10. About Page
    11. Blog Page
    12. Contact Page
    13. Services style
    14. Brand logo area


-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  5. About Area Style
/*----------------------------------------*/


.active > a {
	background-color: #f5efde;
}



.about-img > img {
    width: 100%;
}

.about-text > h2 {
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.about-text p {
    font-size: 16px;
    margin: 0 0 24px;
}

.about-list ul li {
    border-top: 1px solid #f6f6f6;
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.about-list ul li::before {
    color: #444;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 12px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.about-text a {
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 15px 25px 13px;
    text-transform: uppercase;
    border-radius: 3px;
}

.about-text a:hover {
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
}

.testimonial-info::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100px;
}




/*----------------------------------------*/


/*  6. Portfolio  Area
/*----------------------------------------*/

.single-item .pro-content {
    margin-top: 15px;
}

.single-item2 .pro-content {
    margin-bottom: 25px;
}

.pro-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.pro-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.pro-content h4 a:hover {
    color: #666;
}

.hover-style-2 {
    position: relative;
}

.hover-style-2 > a::before {
    background: #fff none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 9;
}

.hover-style-2:hover a::before {
    opacity: 0.9;
}

.pro-content-hover {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}

.pro-content-hover h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.pro-content-hover h5 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.pro-img {
    overflow: hidden;
}

.single-item:hover .pro-content-hover {
    opacity: .9;
}

.pro-img img,
.single-item a img {
    transition: all 1.5s ease 0s;
    width: 100%;
}

.single-item:hover .pro-img img,
.single-item:hover a > img {
    transform: scale(1.2);
}

.homest5.hover-st3 .single-item {
    float: none;
}

.homest5.hover-st3 .single-item {
    padding: 0;
}

.portfolio-area{
    background-color: #f8f8f8;
    /*background-image: url('../../../images/general_bg_image.png');*/
}
/*Hover style 2 */

.hover-st2 .pro-content-hover {
    position: absolute;
    left: 0;
    margin: auto;
    background: #fff;
    text-align: center;
    z-index: 1;
    height: auto;
    width: 100%;
    margin: 0;
    bottom: -100px;
    right: 0;
    opacity: 0;
    top: auto;
}

.hover-st2 .pro-content-hover h3 {
    color: #222;
}

.hover-st2 .pro-img {
    overflow: hidden;
}

.hover-st2 .pro-img img {
    position: relative;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.single-item,
.grid-item {
    overflow: hidden;
}

.single-item img {
    width: 100%;
}

.hover-st2 .single-item:hover .pro-img img {
    top: -101px;
}

.hover-st2 .single-item .pro-img img {
    transform: none;
}

.hover-st2 .single-item:hover .pro-img img {
    transform: none;
}

.hover-st2 .single-item:hover .pro-content-hover {
    bottom: 26px;
}

.four-column.hover-st2 .pro-content-hover h3 {
    font-size: 24px;
}


/*Hover style 3 */


/*----------------------------------------*/


/*  7. Testimonial Area
/*----------------------------------------*/

.single-home4-slide-single {
    padding: 0 64px;
}

.home4-slide-single-info {
    font-size: 18px;
    position: relative;
    margin-top: 55px;
}

.home4-slide-single-info::after {
    bottom: auto;
    left: 52px;
    top: -31px;
}

.home4-slide-single-text p {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    line-height: 59px;
    color: #262626;
}

.home4-slide-single-carousel.carousel-style-two .owl-nav button i {
    font-size: 48px;
}

.single-testimonial {
    padding: 0 64px;
}

.testimonial-info {
    font-size: 18px;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}

.testimonial-text p {
    color: #262626;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 auto;
    width: 76%;
}

.testimonial-carousel.carousel-style-two .owl-nav button i {
    font-size: 38px;
}

.testimonial-carousel.owl-carousel .owl-item .testi-img {
    margin: 0 0 20px;
}

.testimonial-carousel.owl-carousel .owl-item .testi-img img {
    border: 1px solid #ddd;
    border-radius: 50px;
    display: inline;
    width: auto;
}


/*----------------------------------------*/


/*  8. Blog Area
/*----------------------------------------*/

.single-blog {
    display: flex;
    border: 1px solid #ccc;
}

.blog-content-wrapper {
    align-items: center;
    display: flex;
}

.blog-text {
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    margin-left: -50px;
    padding: 30px 40px 32px;
    z-index: 9;
}

.single-blog-2 .blog-text {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: 0;
    padding: 30px 30px 32px;
    z-index: 9;
}

.blog-text > h4 {
    color: #010101;
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-image {
    flex: 0 0 300px;
}

.blog-page-2 .blog-image {
    flex: 0 0 350px;
}

.blog-text > h4 a:hover {
    color: #666;
}

.blog-image img {
    width: 70%;
}

.blog-date {
    display: inline-block;
    height: 66px;
    line-height: 24px;
    text-align: center;
    width: 77px;
}

.blog-post-info > span {
    color: #7a7a7a;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-right: 15px;
    text-transform: capitalize;
}

.blog-post-info > span:last-child {
    margin-right: 0;
}

.blog-post-info > span a {
    color: #7a7a7a;
}

.blog-post-info > span a:hover {
    color: #0000ff;
}

.blog-post-info {
    display: block;
    margin-bottom: 10px;
}

.blog-text > p {
    font-size: 14px;
    line-height: 26px;
}

.readmore {
    color: rgb(133, 9, 9);
    display: inline-block;
    font-size: 15px;
}

.readmore i {
    font-size: 12px;
}

.readmore:hover {
    color: #666;
}


.more-text{
    text-align:right;
    font-size:13px;
}
.more-text a{
    text-align:right;
    color: rgb(150, 3, 3);
}
.more-text a:hover {
    color: rgb(255, 0, 0);
}

/*----------------------------------------*/


/*  9. Home Two Page
/*----------------------------------------*/

.slide-banner-text {
    text-align: center;
}

.slide-banner-text h2 {
    font-size: 45px;
    font-weight: bold;
}

.pro-cat-list button {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

.pro-cat-list button::before {
    /* background: #464646 none repeat scroll 0 0; */
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    width: 100%;
}

.pro-cat-list button:hover::before,
.pro-cat-list button.is-checked::before {
    transform: scaleX(1);
}

.pro-cat-list button {
    font-size: 17px;
}

.pro-img img {
    width: 100%;
}

.pro-cat-list {
    margin-bottom: 40px;
}


/*----------------------------------------*/


/*  10. About Page
/*----------------------------------------*/

.breadcrumb-text {
    padding-top: 60px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.breadcrumb-banner-area {
    height: 94px;
    display: flex;
    align-items: center;
}

.breadcrumb-bar .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

.breadcrumb-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.breadcrumb-text > ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.breadcrumb-text > ul li a {
    color: #fff;
    padding-right: 17px;
    position: relative;
}

.breadcrumb-text > ul li a:hover {
    color: #ddd;
    padding-right: 17px;
    position: relative;
}

.breadcrumb-text > ul li a::after {
    background-color: #fff;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 6px;
    top: 4px;
    transform: rotate(33deg);
    width: 1.5px;
}

.abt-img {
    padding-right: 30px;
}

.abt-content > h4 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.abt-content ul li a {
    color: #333;
    padding: 2px 0;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    line-height: 22px;
}

.abt-content ul li:last-child a {
    margin-bottom: 0;
}

.abt-content p {
    padding-right: 64px;
    line-height: 31px;
    font-size: 15px;
}

.progress {
    background: #ddd none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
    margin-top: 10px;
    overflow: visible;
}

.progress-bar {
    background: #333 none repeat scroll 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.skill-bar-item:nth-child(1) .progress-bar {
    width: 80%;
}

.skill-bar-item:nth-child(2) .progress-bar {
    width: 90%;
}

.skill-bar-item:nth-child(3) .progress-bar {
    width: 70%;
}

.skill-bar-item:nth-child(4) .progress-bar {
    width: 95%;
}

.skill-bar-item span.text-top {
    font-size: 19px;
    right: 0;
    position: absolute;
    text-transform: uppercase;
    top: -4px;
    color: #222;
}

.skill-bar-item {
    padding-bottom: 53px;
    position: relative;
}

.skill-bar-item:last-child {
    padding-bottom: 0;
}

.skill-bar-item > span {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.skill-bar {
    overflow: hidden;
    padding-top: 9px;
}

.single-team {
    position: relative;
    text-align: center;
}

.team-img img {
    width: 100%;
}

.team-img {
    position: relative;
}

.team-img:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.single-team:hover .team-img:before {
    opacity: 0.45;
}

.team-content {
    padding: 20px 10px 0;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.single-team:hover .team-content {
    bottom: 0;
}

.team-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: bold;
}

.team-content h6 {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.social-links.st-team {
    color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    z-index: 22;
}

.single-team:hover .social-links.st-team {
    opacity: 1;
    visibility: visible;
}

.social-links.st-team a {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    line-height: 31px;
    margin: 0 3px;
}

.social-links.st-team a:hover {
    color: #333;
    background-color: #fff;
}

.abt-info li span {
    font-weight: 600;
}

.abt-info li + li {
    margin-top: 20px;
}

.brand-item {
    min-height: 142px;
    display: flex;
    align-items: center;
}


/*----------------------------------------*/


/*  11. Blog Page
/*----------------------------------------*/

.blog-posts .single-blog {
    margin-bottom: 50px;
}

.sidebar-widget-title h4 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #333;
    font-size: 24px;
    line-height: 21px;
}

.sidebar-widget-title h4 span {
    border-bottom: 2px solid #333;
    padding-bottom: 9px;
}

.search-container input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    height: 40px;
    padding: 0 88px 0 17px;
}

.search-container input::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}

.search-container input::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}

.search-container > form {
    position: relative;
}

.search-container button {
    background: #ddd none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
}

.search-container button:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff
}

.sidebar-widget-lists > li a {
    color: #333;
}

.sidebar-widget-lists > li a:hover {
    padding-left: 5px
}

.recent-post-item span {
    color: #616161;
}

.recent-post-item h5 a:hover {
    color: #666;
}

.blog-details-text > h4 {
    color: #010101;
    font-size: 25px;
    margin: 0 0 20px;
}

.recent-post-item h5 {
    display: block;
    margin: 0 0 10px;
}

.sidebar-widget-tags li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 8px;
}

.sidebar-widget-tags li a {
    border: 1px solid #ebebeb;
    color: #333;
    display: inline-block;
    padding: 9px 15px;
    transition: all 0.3s ease 0s;
}

.sidebar-widget-tags li a:hover {
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
}
.blog-post-info > span.l-text {
    font-size: 14px;
}
.blog-text > h5.l-text {
    font-size: 24px;
}
.tags-and-links {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.tags-and-links span {
    color: #333;
    font-weight: 500;
}
.tags > li {
    display: inline-block;
}
.tags > li a {
    color: #333;
    padding: 0 2px;
}
.tags > li a:hover {
    color: #666;
}
.tags {
    display: inline-block;
}
.social-links {
    display: inline-block;
}
.tags-and-links .social-links a {
    color: #333;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
}
.tags-and-links .social-links a i {
    font-size: 14px;
    line-height: 17px;
}
.tags-and-links .social-links a:hover {
    background: transparent;
    color: #666;
}
.comments {
    color: #333;
}
h4.title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
h4.title:after {
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 73px;
}
.author-image {
    border: 2px solid #eaeaea;
    border-radius: 2px;
    float: left;
    height: 67px;
    margin-right: 23px;
    width: 67px;
}
.author-image > img {
    width: 100%;
}
.comment-text {
    border-bottom: 1px solid #f0f0f0;
}
.author-info > h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
}
.author-info > h4 a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
span.reply a:hover {
    color: #2D3E50;
}
.comment-time,
span.reply {
    float: right;
    line-height: 22px;
}
span.comment-time {
    padding-right: 3px;
    position: relative;
}
.comment-text > p {
    color: #333;
    line-height: 20px;
}
.single-comment.comment-reply {
    padding-left: 131px;
}
.comments .single-comment:last-child {
    margin-bottom: 0;
}
.reply > a {
    color: #333;
}


/*----------------------------------------*/
/*  12. Contact Page
/*----------------------------------------*/

#googleMap {
    height: 480px;
    width: 100%;
}
.single-contact-text > p {
    margin: 0;
}
.single-contact-text a {
    color: #333;
}
.single-contact-text a:hover {
    color: #666;
}
.single-contact-info {
    max-width: 220px;
    text-align: left;
    margin-bottom: 35px;
}
.contact-form h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.single-contact-icon {
    color: #333;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-contact-icon i {
    font-size: 20px;
    color: #666;
    margin-right: 7px;
}
.single-contact-text {
    color: #4c4c4c;
    line-height: 24px;
}
.contact-form label {
    color: #9a9a9a;
    font-weight: 300;
}
.contact-form input,
.contact-form textarea {
    background: #f1f1f1 none repeat scroll 0 0;
    border: none;
    font-size: 14px;
    height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    background: transparent;
    color: #333;
}
.contact-form input[type="text"]::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}
.contact-form textarea::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}
.contact-form input[type="text"]::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}
.contact-form textarea::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}
.contact-form textarea {
    height: 93px;
}
.submit-btn {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 42px;
    background: #000;
}
.contact-form .submit-btn:hover {
    color: #fff;
    background: #444;
}
.contact-form .col+.col {
    margin-top: 20px;
}
.followus {
    text-align: center;
    margin-top: 50px;
}
.followus h4 {
    margin-bottom: 10px;
}
.followus .social-links > a {
    border: none;
    color: #4d4d4d;
    transition: all 0.3s ease-in-out;
}
.followus .social-links > a:hover {
    background: transparent;
    color: #85f2ef;
}
.followus .social-links a i {
    font-size: 20px;
}
.contact-left {
    padding: 96px 0;
}
.form-messege {
    margin-bottom: 0;
}
#contact-form .col {
    padding: 0;
}


/* Other Page CSS-*/

.banner-content h1.border-none:after {
    display: none;
}
.header-logo-menu.stick.semi-transparent {
    background: rgba(46, 63, 81, 0.85) none repeat scroll 0 0;
}
.mb_YTPBar span.mb_OnlyYT {
    left: auto;
    right: 68px;
}
.mb_YTPUrl.ytpicon {
    display: none !important;
}
.box-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    max-width: 1340px;
}
.box-wrapper {
    background: rgba(0, 0, 0, 0) url("images/bg/pattern.png") repeat fixed 0 0;
}
.box-layout {
    background: #fff none repeat scroll 0 0;
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    max-width: 1340px;
}
.box-layout .sticky {
    max-width: 1340px;
}
.mas-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Slider Dots Styles */

.four-column .single-item {
    width: 25%;
}
.two-column .single-item {
    width: 50%;
}
.port-details-img > img {
    width: 100%;
}
.pro-d-content ul li {
    font-size: 15px;
}
.pro-d-content ul li span {
    font-weight: 500;
    margin-right: 20px;
    min-width: 90px;
    display: inline-block;
}
.pro-d-content ul li + li {
    margin-top: 18px;
}
.pro-details-active .owl-nav button {
    left: 25px;
    width: auto;
}

.pro-details-active .owl-nav button.owl-next {
    left: auto;
    right: 25px;
}
.related-portfoio h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.pro-details-active .owl-nav button i {
    transition: all 0.3s ease 0s;
    visibility: hidden;
    background: transparent none repeat scroll 0 0;
    border: 2px dotted #333;
    color: #333;
    line-height: 30px;
    width: 60px;
    display: block;
    border-radius: 30px;
}
.pro-details-active:hover .owl-nav button i {
    visibility: visible;
    opacity: 1;
}
.pro-details-active:hover .owl-nav button:hover i {
    background: #333;
    color: #fff;
    border-color: #333;
}

/*--------- 13. Services style --------*/

.single-service {
    background-image: url("../images/bg/climpek.png");
    background-color: #eceae9;
    padding: 30px 40px;
    transition: all 0.6s ease 0s;
    border-bottom: 4px solid #efa243;
}

.single-service i {
    font-size: 25px;
    margin-bottom: 20px;
}
.single-service > h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.single-service p {
    color: #666666;
    line-height: 26px;
    margin: 0;
}
.single-service:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}


/*--------- 14. Brand logo area --------*/

.single-logo {
    text-align: center;
    border: 1px solid #ccc;
}
.brand-logo-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/*--------- 15. protfolio area --------*/
.profile-aria{
    background: #ccc;
    height: 50px;
}

.card-body img{
    width: 24%;
    padding-bottom: 15px;
}

.breadcrumb {
    background-color:#e9ecef00;
}
a {
    color: #f7f7f7;
}



/*---- Product Carousel  ---- */
@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.carousel-control-next, .carousel-control-prev {

     width: 1%;

}

/* pre view page */
.gallery-wrap .img-big-wrap img {
    height: 670px;
    width: auto;
    display: inline-block;
    cursor: zoom-in;
}


.gallery-wrap .img-small-wrap .item-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden;
}

.gallery-wrap .img-small-wrap {
    text-align: center;
}
.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 4px;
    cursor: zoom-in;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}



/* hhhhhhhh------------ */
.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    padding: 2px;
    background-color: #fff;
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50) !important; /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    /overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}

    .gc-caption-container div {
        position: relative;
        padding: 0 12px 0 12px;
    }

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: 2px solid #f5f5f5;
        padding: 2px;
        background-color: #fff;
    }

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #669966;
    cursor: default;
}

.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
/*********************ICONS***************************/
@charset "UTF-8";

@font-face {
    font-family: "linea-arrows-10";
    src: url("../fonts/linea-arrows-10.eot");
    src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-arrows-10.woff") format("woff"), url("../fonts/linea-arrows-10.ttf") format("truetype"), url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
    font-weight: normal;
    font-style: normal;
}

.gc-icon:before {
    line-height: 1;
}

.gc-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: .7; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
    background: rgb(204, 204, 204);
    background: rgba(204, 204, 204, 0.5);
    border: 2px solid #F5F5F5;
}

    .gc-icon:hover {
        opacity: 1; /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100); /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1;
    }

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .9; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=90); /* Netscape */
    -moz-opacity: 0.9; /* Safari 1.x */
    -khtml-opacity: 0.9;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

    .gc-icon-next:before {
        position: absolute;
        top: -2px;
        right: -2px;
        content: "\e04b";
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e019";
    }

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

    .gc-icon-prev:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e03f";
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e083";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;
}

    .gc-icon-download:before {
        position: absolute;
        top: -4px;
        left: -2px;
        content: "\e064";
    }
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

    .gc-icon-close:before {
        position: absolute;
        content: "\e04a";
        top: -2px;
        right: -2px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-enlarge:before {
        position: absolute;
        content: '\e017';
        top: -2px;
        right: -2px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
        content: '\e053';
        top: -2px;
        right: -2px;
    }
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}
/* ----------------------about  */
.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom:0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #a5a0a0;
    height: 87px;
    margin-top: 3px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e0b65d;
    border-color: 1px solid #495057 !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}
.tab-content>.active {
    display: block;
    min-height: 100%;
}
.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}

.nav-link {
    padding: 2.5rem 1rem!important;
    text-align: center;
}



/* to day */
.bg-light {
    background-color: #efeded!important;
}


.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    border: 2px dotted #ccc;
}

.count-title {
    font-size: 53px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #c18e30;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.coun-bg{
    background-color: #333;
    padding:20px 0 62px 0;
    margin: 30px
}
.portfolio-area-a{
    background-color: #e6e4e4;
}
/* -------chart------------- */
