/* #f07d00 */
.text-orange{
    color: #f07d00 !important;
}
label.error{
    color: var(--bs-danger);
}
.large-title h2{
    color: #969696;
    line-height: 60px;
    font-size: 2vw;
    padding-bottom: 40px;
}
.large-title h2:before {
    content: '\25CF';
    font-size: 20px;
    vertical-align: 7%;
    color: var(--primary-color);
}
.large-title h2:after {
    content: '\25CF';
    font-size: 20px;
    vertical-align: 7%;
    color: var(--primary-color);
}

.mobile-logo > a > img{
    max-width: 150px;
    margin: 0 auto;
    display: block
}
.row-slide{
    height: 700px;
}
@media (max-width: 920px){
    .large-title h2 {
        line-height: 60px;
        font-size: 6vw;
        padding-bottom: 40px;
    }
    .blog-area,
    .footer-top,
    team-section-area{
        padding: 0 20px;
    }
    .f-logo{
        text-align: center;
    }
    .row-slide{
        height: 400px;
    }
    .service-image img {
        /*width: 390px !important;
        height: 300px !important;*/
        max-width: 100%;
        height: auto !important;
    }  
	.hero-slider-full .owl-nav button.owl-prev {
    	top: 75% !important;
	}
	.hero-slider-full .owl-nav button.owl-next {
    	top: 75% !important;
	}
}

@media (max-width: 1300px){
	.hero-slider-full .owl-nav button.owl-prev {
    	top: 75%;
	}
	.hero-slider-full .owl-nav button.owl-next {
    	top: 75%;
	}
}
.large-title h2 span {
    vertical-align: super;
}
.footer-bottom .copyright-text p{
    text-transform: unset;
}
.service {
    margin-bottom: 50px;
}
.service-image {
    height: 190px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #f07d00;
}
.service-image img {
    height: 100%;
}
/*
.service-image img {
    !*width: 275px !important;
    height: 200px !important;*!
    max-width: 100%;
    height: auto !important;
    border-radius: 5px;
    border: 1px solid #f07d00;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.blog-single-item .thumbnail a img {
    height: auto;
    max-width: 100%;
}
/*
.blog-single-item .thumbnail a img {
    height: 370px;
}
*/
.thumbnail {
    overflow: hidden;
    height: 390px;
}

.blog-single-item .thumbnail a img {
    height: 390px;
}
.team-card-item .content {
    /*height: 180px;*/
}
.team-card-item .content p{
    color: unset;
}
.team-card-item .thumb {
    padding: 25px;
}
.project-content{
    min-height: 500px;
}
.project-img{
    max-height: 220px;
}

.footer-widegts-single ul.contact-info li a{
    text-transform: unset;
}
.text-shadow{
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.team-card-item {
    box-shadow: unset;
}
.gallery-item-single{
    max-height: 160px;
}

.icon-whats{
    position: fixed;
    bottom: 75px;
    right: 20px;
    font-size: 25px;
    background-color: #029e3b;
    color: white;
    border-radius: 50%;
    padding: 4px;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}
.icon-whats:hover{
    background-color: white;
    color: #029e3b;
    border:2px solid #029e3b;
    padding-top: 3px;
}

.yt-player.yt-page{
    display: inline-block;
    float: left;
    margin: 20px 20px 0 0;
}

.yt-player.yt-page video{
    max-width: 100%;
    width: 450px;
    display: inline-block;
}

.page-thumb{
    max-width: 100%;
}