:root {
	/* --color-primary: #fc0000;
  --color-primary-hover: #bf0000; */
}

body {
	padding: 0;
	font-family: "Montserrat", system-ui;
}
body[data-layout="horizontal"] .content-page {
	margin-left: 0 !important;
	margin-top: 0;
	padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", system-ui;
}
::selection {
	color: #fff;
	background-color: var(--color-primary);
}
a {
	text-decoration: none;
}
.h-banner2 {
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.inner-banner {
	position: relative;
}
.inner-banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
}
.card .card-img-overlay {
	z-index: 999;
}
.card .card-img-overlay .card-title {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 700;
}
.btn.btn-primary {
	color: #fff !important;
}
body[data-layout="horizontal"] .navbar-custom {
	padding: 0px;
	background-color: transparent;
	position: relative;
	left: 0;
	right: 0;
	height: auto;
}
.text-primary {
	color: var(--color-primary) !important;
}
.header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: rgba(34, 34, 34, 0.25);
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
	box-shadow: 0 0 25px 0 rgb(73 80 87 / 10%);
}
header.header.active {
	position: fixed;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	font-weight: 700 !important;
	color: rgba(255, 255, 255, 1) !important;
	transition: all 0.5s;
}
.navbar-nav .nav-link {
	color: #2b2b2b;
	font-weight: 400;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	line-height: 4;
	/* font-size: 17px; */
	position: relative;
}
.navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-primary);
}
.navbar-nav .nav-link {
	color: #2b2b2b;
	font-weight: 400;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	line-height: 4;
	font-size: 14px !important;
	position: relative;
}
.navbar-nav .nav-link::before {
	content: "";
	width: 0;
	height: 4px;
	background-color: var(--color-primary);
	position: absolute;
	display: block;
	left: 50%;
	right: 50%;
	bottom: -9px;
	transition: all 0.5s;
}
.navbar-nav .nav-link.active::before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: var(--color-primary);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -9px;
	transition: all 0.5s;
}
.navbar-nav .nav-link:hover::before {
	left: 0;
	right: 0;
	width: 100%;
}
.navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: #2b2b2b;
	font-weight: 600;
}
.list-group-item.head {
	z-index: 2;
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.list-group-item .list-link {
	color: #2b2b2b;
	font-weight: 500;
	text-decoration: none;
}

/* top Bar */

.topbar {
	box-shadow: 0 6px 13px #00000017;
	width: 100%;
	padding: 22px 0;
	position: relative;
	background-color: #fff;
}
.topbar .topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topbar .topbar-inner .search-icon {
	position: absolute;
	top: 6px;
	left: 5px;
	background-color: transparent;
	border-color: transparent;
	color: #00000080;
}
.topbar .topbar-inner .nav-search {
	position: relative;
}
.topbar .topbar-inner .form-control {
	width: 100%;
	line-height: 20px;
	padding: 10px 20px 10px 45px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: white;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.72px;
	color: #777;
	position: relative;
	border-radius: 30px;
}
.navbar-custom .navbar .navbar-logo img {
	width: 160px;
	height: 60px;
	object-fit: contain;
}
.form-control:focus {
	box-shadow: none;
}

.btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
	box-shadow: none;
}
.navbar .navbar-nav .nav-item {
	padding: 0 5px;
}
header.header.active .topbar {
	display: none;
}

.navbar-custom .navbar .dropdown .dropdown-menu {
	width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #ffffff;
	background-color: var(--color-primary);
}

.subscibe {
	background-color: #00051a;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.subscibe .subscribe-box-inner {
	position: relative;
	padding: 30px 0;
	border-radius: 10px;
	z-index: 1;
}
.subscibe .subscribe-box-inner h3 {
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 700;
}

.subscibe .subscribe-box-inner .input-group .form-control {
	height: 55px;
	margin: 0px 0px;
	border-radius: 0px !important;
	padding: 12px 15px;
}
.subscibe .subscribe-box-inner .input-group .btn.btn-outline-primary {
	border-radius: 0px !important;
	padding: 15px 45px;
	line-height: 23px;
	font-size: 16px;
	transition: all 0.5s;
	border: 2px solid #ffffff;
	color: #fff;
}
footer.footer {
	position: relative;
	background-color: #00051a !important;
	padding: 50px 0;
	color: #fff;
	text-align: start !important;
}
footer.footer {
	position: relative;
	padding: 50px 0 30px 0;
	color: #fff;
}
footer.footer .footer-logo img {
	width: 160px;
	height: 100%;
}
footer.footer .footer-content .title {
	margin-bottom: 30px;
}
footer.footer .footer-content .icon-social li {
	margin-bottom: 20px;
}
footer.footer .footer-content .icon-social li a {
	color: #fff;
	display: flex;
}
footer.footer .footer-content .icon-social li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	color: var(--color-primary-hover);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer.footer .footer-content ul {
	padding: 0;
}
footer.footer .footer-content ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
footer.footer .footer-content ul li a {
	list-style: none;
	color: #fff;
}
.footer-end {
	background-color: #00051a;
	color: #fff;
	padding: 10px 20px;
	border-top: 1px solid #fff;
}
#blog-slider-2 .post-slide {
	margin: 10px;
}

.post-slide {
	border-radius: 10px;
	transition: all 0.5s;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
.post-slide:hover {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.post-slide .post-img img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 10px;
}
.post-slide .post-img {
	position: relative;
	z-index: -1;
}
.post-slide .post-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	z-index: 1;
	border-radius: 10px;
	transition: all 0.5s;
}
.post-slide:hover .post-img img {
	filter: blur(5px);
	transition: all 0.5s;
}
.post-slide:hover .post-img:before {
	opacity: 0.5;
}

.post-slide .post-content {
	padding: 15px;
	position: relative;
}
.post-slide .post-content .post-title a {
	color: #2b2b2b;
}
.post-slide .post-content .post-content-hide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	transform: scaleY(0);
	transition: all 0.5s;
}
.post-slide .post-content .post-content-hide a {
	color: #000;
}
.post-slide:hover .post-content .post-content-hide {
	transform: scaleY(1);
}

.category .post-slide .post-img {
	position: relative;
	overflow: hidden;
}
.category .post-slide .post-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	transition: all 0.5s;
	opacity: 0;
	border-radius: 10px;
}
.category .post-slide:hover .post-img:after {
	opacity: 0.2;
}
.category .post-slide .post-img a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: all 0.5s linear;
	z-index: 999;
	transform: translate(-20px, -10px);
	color: #000;
}
.category .post-slide .post-img a i {
	background-color: var(--color-primary);
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.category .post-slide:hover .post-img a {
	opacity: 1;
}

.blog .post-slide .post-content .sub-title {
	font-weight: 700;
	color: var(--color-primary);
}
.blog .post-slide .post-content .post-title a {
	font-weight: 700;
	color: #000;
	transition: all 0.5s;
	font-size: 22px;
}
.blog .post-slide:hover .post-content a {
	color: var(--color-primary);
}

.banner-one .banner-media img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: contain;
}
.banner-one {
	padding: 50px 0;
	background-image: url("https://aidady.com/assets/images/bg-4.png");
	position: relative;
	z-index: 1;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-one:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: -1;
}
.banner-wrapper .swiper .swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 20px !important;
	background-color: var(--color-primary);
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.banner-wrapper .swiper .swiper-button-prev,
.swiper-button-next {
	width: calc(var(--swiper-navigation-size) / 25 * 27) !important;
}
.banner-wrapper .swiper span.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	color: #000;
	opacity: 1;
}
.banner-wrapper
	.swiper
	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-primary);
	width: 10px;
	height: 10px;
}
.book-banner-box {
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 20px 0;
}
.book-banner-box .media a img {
	width: 100%;
	height: 200px;
}
@media (min-width: 1200px) {
	body[data-layout="horizontal"] .container-fluid {
		max-width: 100% !important;
	}
}

.card-banner {
	border: none;
}
.card-banner .view .card-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.btn-outline-primary {
	color: var(--color-primary);
	border-color: var(--color-primary);
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.contact-card {
	display: flex;
}
.icon-c i {
	background: #24201c;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 50px;
	border-radius: 10px;
	transition: all 0.5s;
}
.contact-card:hover .icon-c i {
	background: var(--color-primary);
}

.owl-controls .owl-buttons {
	text-align: center;
	margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -20px;
	padding: 0 18px 0 15px;
	border-radius: 50px;
	box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: all 0.5s;
	transform: translate(0, -50%);
}
.owl-controls .owl-buttons .owl-prev:hover {
	color: #fff;
	background-color: var(--color-primary);
}
.owl-controls .owl-buttons .owl-next {
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: -20px;
	padding: 0 15px 0 18px;
	border-radius: 50px;
	box-shadow: -3px 14px 25px -10px #92b4d0;
	transition: all 0.5s;
	transform: translate(0, -50%);
}
.owl-controls .owl-buttons .owl-next:hover {
	color: #fff;
	background-color: var(--color-primary);
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #333;
	font-size: 30px;
	transition: all;
}
.owl-controls .owl-buttons .owl-prev:hover:after {
	color: #fff;
}
.owl-controls .owl-buttons .owl-next:hover:after {
	color: #fff;
}
.owl-controls .owl-buttons .owl-next:after {
	content: "\f105";
}
.portfolioContainer .landscape img {
	width: 100%;
	object-fit: cover;
	height: 200px;
	border-radius: 10px;
}
.portfolioContainer .portrait img {
	width: 100%;
	object-fit: cover;
	height: 420px;
	border-radius: 10px;
}
.banner-wrapper .banner-one .banner-inner .banner-title {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-weight: 700;
}
.banner-wrapper .banner-one .banner-inner {
	margin-top: 80px;
}
.banner-wrapper .banner-one .banner-inner .input-group {
	position: relative;
}
.banner-wrapper .banner-one .banner-inner .input-group .submit-button {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(10px, -50%);
	border: none;
	background-color: transparent;
	z-index: 9;
}
.banner-wrapper .banner-one .banner-inner .input-group .form-control {
	padding: 10px 50px 10px 30px;
	border-radius: 10px 0 0 10px;
	font-size: 16px;
}
.banner-wrapper .banner-one .banner-inner .input-group .form-select {
	border-radius: 0 10px 10px 0;
}
.banner-wrapper .form-select:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.banner-wrapper .form-select {
	border: none;
}
.picbox .picbox-title {
	background-color: #000;
	padding: 10px 0;
}
.picbox .picbox-title .title {
	color: #fff;
}
.picbox .picbox-wrapper .picbox-inner .media {
	width: 100%;
	height: 160px;
	position: relative;
}
.picbox .picbox-wrapper .picbox-inner .media:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	transition: all 0.5s;
}
.picbox .picbox-wrapper a:hover .picbox-inner .media:before {
	opacity: 0.7;
}
.picbox .picbox-wrapper .picbox-inner .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.picbox .picbox-wrapper .picbox-inner {
	position: relative;
	z-index: -1;
}
.picbox .picbox-wrapper .picbox-inner .content {
	color: #fff !important;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* @import "compass/css3";

html {
  font-family: "Calibri", "Trebuchet MS", "Helvetica", sans-serif;
}
h3 {
  margin-top: 0;
  font-size: 24px;
}
a,
  a:visited {
    color: #1760BF;
    text-decoration: none;
  }
  a:hover {
    color: #c00;
  }
.links {
  ul {
    
  }
  li {
   margin-bottom: 5px; 
  }
}
h4 {
  margin: 24px 0 0 0;
}

.bottom-text {
  margin-top: 40px;
  border-top: 2px solid #e5e7e9;
  a {
    border-bottom: 1px solid #e5e7e9;
  }
  p {
   max-width: 650px; 
  }
} */

.hidden {
	overflow: hidden;
	display: none;
	visibility: hidden;
}

.btn-gallery img {
	max-width: 300px;
	height: auto;
}

.portfolioContainer .media {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
}
.portfolioContainer .media:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: var(--color-primary);
	border-radius: 10px;
	opacity: 0.8;
	transition: all 0.5s;
}
.portfolioContainer .media img {
	transition: all 0.5s;
}
.portfolioContainer .media:hover img {
	filter: blur(5px);
	transition: all 0.5s;
}
.portfolioContainer .media:hover:before {
	height: 100%;
	transition: all 0.5s;
}

.portfolioContainer .media .media-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: -20px;
	right: 0;
	opacity: 0;
	transition: all 0.5s;
	width: 100%;
	background: #000000;
	border-radius: 10px;
}
.portfolioContainer .media:hover .media-content {
	bottom: 0;
	opacity: 1;
	border-radius: 10px;
	overflow: hidden;
}
.portfolioContainer .media .media-icon {
	display: flex;
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	flex-wrap: nowrap;
	align-items: center;
}
.portfolioContainer .media .media-icon .icon-box {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin: 0 !important;
	border-right: 1px solid var(--color-primary);
	padding: 10px;
	transition: all 0.5s;
	cursor: pointer;
}
.portfolioContainer .media .media-icon .icon-box:hover {
	color: #fff;
	background: var(--color-primary);
	transition: all 0.5s;
}
.portfolioContainer .media .media-icon .icon-box:hover i {
	=: var(--color-primary) !important;
	transition: all 0.5s;
}
.portfolioContainer .media .media-icon .icon-box a {
	color: #fff;
	transition: all 0.5s;
}
.portfolioContainer .media .media-icon .icon-box a:hover {
	color: var(--color-primary);
}

.rounded {
	border-radius: 0.75rem !important;
}

.about-box .media img {
	width: 100%;
	height: 450px;
	object-fit: contain;
}

.blog-box {
	padding: 50px 0;
}
.blog-box ul {
	list-style: none;
}
.blog-box .card {
	border: none;
	box-shadow: 0 3px 10px rgba(0 0 0 / 0.2);
}
.blog-box .card.blog-card {
	border-top: 5px solid rgba(87, 82, 235, 0.2);
	transition: all 0.5s;
}
.blog-box .card:hover.blog-card {
	border-top: 5px solid rgba(87, 82, 235, 1);
}
.blog-box .card .card-body .title {
	margin: 10px 0;
}

.blog-box .card .card-body .categories-list li {
	color: #777;
	padding: 5px 0;
	font-size: 14px;
	list-style: disc;
}
.blog-box .card .card-body .categories-list li a {
	font-weight: 500;
	font-size: 20px;
}

.post-details {
	display: flex;
	padding: 10px 0;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}
.post-details:hover {
	border-bottom: 1px solid var(--color-primary);
	transition: all 0.5s;
}
.post-details .media {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
}
.post-details .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.post-details .content {
	padding: 0 0px 0 15px;
}
.post-details .content ul {
	padding: 0;
	display: flex;
	align-items: center;
}
.blog-box-inner a {
	color: inherit;
	transition: all 0.5s;
}
.blog-box-inner a:hover {
	color: var(--color-primary);
}
.comment-list ul {
	display: flex;
	border-bottom: 1px solid #dee2e6 !important;
}
.comment-list:last-child ul {
	border-bottom: 1px solid transparent !important;
}
.comment-list ul li i {
	font-size: 25px;
	margin-right: 20px;
}

.blog-box-wrapper .card {
	box-shadow: none;
}
.blog-box-wrapper .card .card-body .media img {
	width: 100%;
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
}
.blog-box-wrapper a {
	color: inherit;
	transition: all 0.5s;
}
.blog-box-wrapper a:hover {
	color: var(--color-primary);
}
.blog-box-wrapper .card .card-body .content {
	padding: 20px 0;
}
.blog-box-wrapper .card .card-body .content .meta-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0 15px 0;
}
.blog-box-wrapper .card .card-body .content .meta-tag li {
	margin-right: 15px;
}
.view-btn {
	color: var(--color-primary);
	font-weight: 700;
	position: relative;
	margin-right: 20px;
}
.view-btn:hover {
	color: var(--color-primary-hover);
}
.view-btn i {
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	transition: all 0.5s;
}
.view-btn:hover i {
	right: -20px;
	opacity: 1;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	justify-content: center;
}
.pagination .btn a {
	color: #fff;
}
.list-details {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.list-details li {
	color: #777;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
}
.blog-box .title-content .form-select {
	padding: 10px;
	border-radius: 30px;
}
.blog-box .load-btn {
	text-align: center;
	margin: 10px 0;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border: none;
	opacity: 0;
	background: #00e676;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}
.scroll-top:hover {
	background: #5ab185;
	color: #fff;
}
.scroll-top i {
	font-size: 20px;
}
#menuActive {
	position: relative;
	color: #fff;
	font-weight: 600;
}
#menuActive::before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: var(--color-primary);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -9px;
	transition: all 0.5s;
}

.modal-header {
	background-color: var(--color-primary);
}

.modal-header button {
	background: none;
	border: none;
	font-size: 29px;
	position: absolute;
	top: 5px;
	right: 20px;
}
.section-heading {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.section-heading .title {
	font-weight: 700;
}
.content-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.marketing-banner .marketing-banner-media {
	width: 100%;
	height: 255px;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 0;
	border: 2px solid var(--color-primary);
	transition: all 0.5s;
}
.marketing-banner .marketing-banner-media:hover {
	transform: translateY(-10px);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}
.marketing-banner .marketing-banner-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-end .icon-social {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0;
}
.footer-end p {
	margin: 0;
}
.footer-end .icon-social li {
	width: 35px;
	height: 35px;
	list-style: none;
	border: 1px solid rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	border-radius: 50%;
	transition: all 0.5s;
}
.footer-end .icon-social li:hover {
	transition: all 0.5s;
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, 1fv);
}
.footer-end .icon-social li i {
	color: #fff;
	transition: all 0.5s;
}
.footer-end .icon-social li:hover i {
	color: var(--color-primary);
	transition: all 0.5s;
}

.form-control {
	padding: 0.675rem 0.85rem;
}
.section-heading .title {
	font-weight: 700;
}
.inner-banner .card-title-white {
	margin-bottom: 30px;
	font-weight: 700;
}
.info-title {
	margin-bottom: 20px;
	font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 6);
}
.contact-box {
	padding: 30px;
	border-radius: 10px;
	border: 3px solid var(--color-primary);
	background-color: rgba(0, 0, 0, 0.1);
}
.contact-box label {
	font-weight: 700;
}
.form-control:focus {
	border-color: var(--color-primary);
}
.blog-box-inner {
	border: 2px solid var(--color-primary);
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.blog-box-inner .blog-head {
	padding: 15px;
	background-color: var(--color-primary);
	color: #fff;
}
.blog-box-inner .blog-head .title {
	margin-bottom: 0;
	font-weight: 700;
}
.blog-box-inner .blog-content {
	padding: 15px;
}
.blog-card-content-box {
	background-color: #00000017;
}
.blog-card-content-box {
	background-color: var(--color-primary);
	padding: 20px;
}
.blog-card-content-box .card-title-secondary {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
}
.blog-card-content-box p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
}
.blog-card-inner-box {
	padding: 30px;
	border: 3px solid var(--color-primary);
}
.blog-card-inner-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.blog-box .blog-card-title {
	text-align: center;
	background-color: var(--color-primary);
	padding: 20px;
}
.blog-box .blog-card-title .card-title {
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
}
.media-info img {
	width: calc(100% - 30px);
	margin: auto;
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 1200px) {
	.navbar .navbar-nav .nav-item {
		padding: 0 0;
	}
  .marketing-banner .marketing-banner-media{
    height: 220px;
  }
}
@media only screen and (max-width: 991px) {
	.navbar .navbar-nav .nav-item {
		padding: 0 0;
	}
	.navbar-dark .navbar-toggler {
		color: rgb(255 255 255);
		border-color: rgb(255 255 255);
	}
  .blog-box-inner{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
	.marketing-banner .marketing-banner-media{
    height: 150px;
  }
}
.content-page {
	min-height: auto;
}
