/*!
Theme Name: Himalaya Comprehensive Research
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: himalayacr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.text-justify {
	text-align: justify;
}

.btn-theme {
	margin-top: 15px;
	padding: 10px 35px;
	position: relative;
	font-size: 14px;
	background: #0873BF;
	color: #fff !important;
	transition: .3s;
	border-radius: 5px;
}

.btn-theme.btn-sm {
	padding: 6px 15px;
	font-size: 14px !important;
}

.btn-theme:after {
	content: none !important;
}

.btn-theme:hover {
	background: #092a49 !important;
	color: #FFFFFF !important;
}

.navbar-light .navbar-toggler:focus {
	box-shadow: none;
}

.logo img {
	width: 200px;
}

.carousel-item .carousel-caption {
	z-index: 9999;
}

.carousel-inner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #080d15;
	opacity: .2;
}

.project .project-text {
	padding: 40px 30px;
	padding-bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f3f3f3;
}

.page-content {
	padding: 6rem 0 3.2rem;
}

.page-content h3 {
	margin-bottom: 20px;
	line-height: 32px;
	color: #0873BF;
	font-weight: 600;
}

.page-content hr {
	opacity: 1;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
}

.contact-pg-section form .wpcf7-spinner {
	top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	margin-top: 1.5rem;
	margin-right: 0;
	margin-left: 0;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	padding: 0.5rem 0.5rem;
	font-size: 14px;
}

.error-page h1 {
	font-size: 23px;
	font-weight: 700;
}

.rollback-btn a {
	background: #092A49;
	color: #FFF;
	font-size: 14px;
	padding: 13px 40px;
	display: inline-block;
	margin-top: 1rem;
	border-radius: 100px;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 992px) {
	.topbar {
		display: none;
	}

	.navbar ul.navbar-nav {
		/*background: #0873BF;*/
		padding-top: 10px;
		border-top: 1px solid #f3f3f3;
	}

	.navbar .navbar-collapse > ul > li {
		padding-left: 0;
	}

	.carousel-item {
		height: 450px;
	}

	.carousel-item img {
		position: absolute;
		top: 0;
		left: 0;
		width: auto !important;
		height: 450px;
		min-height: 450px;
	}

	.project .row {
		background: none;
		border-radius: 0;
	}

	.project .project-img {
		border-radius: 0;
	}

	.project .row .col-project-text {
		background: #0873BF;
	}

	.project .project-text {
		margin-bottom: 60px;
	}

	.contact-info, .social-links {
		text-align: left !important;
	}
}

@media (max-width: 768px) {
	.carousel-item .carousel-caption {
		width: 75%;
	}

	.carousel-item .carousel-caption h3 {
		font-size: 25px;
	}
}