/********************  GLOBAL ********************/

p {
    color: #212529;
}

.hidden {
    display: none;
}

@media (max-width: 768px) {
	#back-to-top .top {
		right: 15px;
	}
}

footer p {
    text-align: justify;
}

footer .about-footer {
    line-height: 2.4;
}

footer .theme-btn {
    float: left;
}

.footer-social-links {
    margin-top: 20px;
}

.footer-links {
    text-align: center;
	padding: 0;
}

.footer-links li {
    display: inline-block;
	padding: 0 20px;
}

#lightcase-info {
    text-align: right;
    font-family: Tajawal;
}

.p-link {
    color: #fff;
    font-size: 16px;
	padding: 0 10px 0 0;
}

.p-link:hover {
    color: rgba(255, 255, 255, 0.79);
}

/********************  MAIN SLIDE ********************/

.start_home.demo2 {
    height: 720px;
}

.start_home.demo2 {
    background-size: cover;
    background-position: center;
}

.start-home-content {
    height: 620px;
}

.start-home-content .slider-button-title p {
    color: #07807c;
    font-size: 16px;
}

.start-home-img img {
    width: 335px ;
}

.start-home-img {
    height: unset;
	padding-right: 120px;
}

@media (max-width: 767.98px) {
	.start_home.demo2 {
		height: 960px;
	}
	.start-home-content {
		height: 430px;
		top: 30px;
	}
	.start-home-img {
		display: block;
		padding: 0;
		text-align: center;
	}
	.start-home-img img {
		width: 280px;
	}
}


/********************  PREVIEW ********************/

.preview-section {
    text-align: center;
}

.preview-section p {
    font-size: 16px;
}

.blog-item .article-content p {
    font-size: 16px;
}

.preview-note p {
    font-size: 14px;
	margin-top: 20px;
}

.preview-note span {
    font-weight: 600;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    padding: 8px;
}

@media (max-width: 768px) {
	.owl-nav .owl-prev, .owl-nav .owl-next {
		background: rgba(7, 128, 124, 0.2) !important;
	}
}

.owl-nav .disabled , .owl-nav .disabled:hover, .owl-nav .disabled:focus{
    color: #9E9E9E !important;
    background: rgba(158, 158, 158, 0.1) !important;
}

@media (max-width: 768px) {
	#back-to-top .top {
		padding: 2px 12px 15px 12px;
	}
}

/********************  SCREEN SHOTS ********************/

.list_screen_slide .owl-item .item img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

.list_screen_slide .owl-item.center .item img {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    margin-top: 22px;
}

.list_screen_slide .center .item img {
    border-radius: 0 0 20px 20px;
    border: none;
}

@media(max-width:1200px) {
	    .list_screen_slide .item img {
        height: 430px;
    }
}
	
/********************  CONTACT ********************/

.contact-block-side {
    position: relative;
    display: flex;
    align-items: center;
	padding-right: 0;
}

.contact-block-side i {
    position: relative;
    margin-left: 10px;
    right: 0;
    top: 0;
}

.contact-block {
    margin-bottom: 10px;
}

.contact-block h4 {
    margin-bottom: 0;
}

/********************  Previews-Pgage ********************/

.about-section h2, .features-section h2 {
    margin-bottom: 30px;
}

.about-section p, .features-section ul li, .thanks-section p {
    font-size: 18px;
	text-align: justify;
}

.about-section p span, .about-section ul span, .features-section ul span{
    font-weight: 600;
}

.list-dots li {
    list-style: square;
    color: #000000;
    font-size: 16px;
}

.features-section .list-dots {
    padding-right: 20px;
}

.thanks-title {
	margin-bottom: 40px;
	text-align: center;
}

.thanks-section .img-box img {
    max-height: unset;
}

/********************  bubbles ********************/

@media (max-width:1200px){
	.bubbles-animate, .circls-features {
		display: none;
	}
}

.bubbles-animate, .circls-features {
    position: relative;
}

.bubbles-animate .bubble.b_one {
	position: absolute;
	top: 10px;   
}
.bubbles-animate .bubble.b_two {
	position: absolute;
	top: 190px;
}
.bubbles-animate .bubble.b_three {
	position: absolute;
	top: 390px;
}
.bubbles-animate .bubble.b_four {
	position: absolute;
	top: 40px;
}
.bubbles-animate .bubble.b_five {
	position: absolute;
	top: 150px;
}
.bubbles-animate .bubble.b_six {
	position: absolute;
	top: 295px;
	right: 135px;
}
