:root,
[data-bs-theme=light] {
  --bs-primary: #0071B4;
  --bs-primary-rgb: 0, 113, 180;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0071B4;
  --bs-btn-border-color: #0071B4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42.5, 144.5, 216.75);
  --bs-btn-hover-border-color: #2888cc;
  --bs-btn-focus-shadow-rgb: 81, 183, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2888cc;
  --bs-btn-active-border-color: rgb(37.5, 127.5, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0071B4;
  --bs-btn-disabled-border-color: #0071B4;
}

.btn-primary {
	background-color: var(--bs-btn-bg);
}

.menu-links .nav > li.active a,
.menu-links .nav > li:hover > a,
.menu-links .nav > li .sub-menu li:hover > a {
	color: var(--bs-primary) !important;
}

.menu-logo {
	width: 300px;
}
.sticky-header.is-fixed .menu-logo {
	width: 200px;
}

footer .footer-logo {
	max-width: 280px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-style: italic;
}

button.back-to-top {
	border-radius: 5px;
}

.menu-links .nav > li .mega-menu li a, 
.menu-links .nav > li .sub-menu li a,
.page-banner h1,
.page-banner .h1,
.menu-links .nav > li .mega-menu li a, 
.menu-links .nav > li .sub-menu li a 
.contact-info .icon-box .title {
	text-transform: none;
}

.menu-links .nav > li .mega-menu, .menu-links .nav > li .sub-menu {
	width: 320px;
}

.service-menu li a {
	text-transform: none;
	line-height: 1.25em;
	padding: 15px 50px 15px 25px;
}

.widget .blog-card {
	position: relative;
	background-color: #fff;
	border-radius: 15px !important;
	padding: 30px 30px;
	box-shadow: 0px 2px 2px rgba(0, 60, 67, 0.1), 0px 5px 15px rgba(0, 60, 67, 0.05);
}

.post-meta {
	display: block;
}

.blog-card .post-title {
	margin-bottom: 10px;
}

.blog-card p {
	margin-bottom: 25px;
}

.service-menu li a span {
	word-wrap: break-word
}

.about-thumb-area .about-thumb4 {
	border-radius: 60px 60px 0 60px;
	margin-top: auto;
	margin-right: auto;
}

.about-thumb-area::after {
	top: 48%;
}

.feature-bx6 {
	position: relative;
	background-color: var(--bs-primary);
	border-radius: 15px !important;
	padding: 30px 30px;
	box-shadow: 0px 2px 2px rgba(0, 60, 67, 0.1), 0px 5px 15px rgba(0, 60, 67, 0.05);
}

.feature-bx6 h2, .feature-bx6 p {
	color: white;
}

.feature-bx6 .btn {
	color: var(--bs-primary);
	background-color: white;
	border-color: var(--td-range-bg);
}

.feature-bx6 .btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

blockquote.blocksmall::after {
	width: 60px;
	height: 60px;
}

blockquote.blocksmall {
	padding: 25px 30px 25px 120px;
	background-color: #2A2A2A;
}

blockquote.blocksmall p {
	margin-bottom: 0px !important;
}

blockquote.blue {
	background-color: var(--bs-primary);
}

blockquote.graphic {
	background-color: white;
	background-image: url(../images/background/line-bg3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
	color: var(--bs-primary);
}

blockquote.graphic::after {
  background-image: url(../images/quote_blue.png);
}

.mobile-on {
	display: none;
}

.header-transparent .is-fixed .menu-bar {
	background: #2A2A2A;
}

.blog-card .post-media {
	position: relative;
}
.blog-card .post-media a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	background-image: url(../images/banner/shape.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: 1;
}

.ld-media {
	position: relative;
}
.ld-media::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	background-image: url(../images/banner/shape.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: 1;
}

.feature-container div.img {
	position: relative;
	border-radius: 15px !important;
	overflow: hidden;
}
.feature-container div.img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	background-image: url(../images/banner/shape.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: 1;
}

section.services .pt-img1 {
  bottom: 20%;
  left: 16%;
}

@media only screen and (max-width: 1380px) {
  section.services .pt-img1 {
    left: 100px;
  }
}
section.services .pt-img2 {
  bottom: 48%;
  right: 48%;
}
section.services .pt-img3 {
  top: 30%;
  right: 7%;
}
section.services .pt-img4 {
  bottom: 10%;
  right: 1%;
}
section.services .pt-img5 {
  top: 25%;
  left: 5%;
}

.swiper-button-next, 
.swiper-button-prev {
	color: white;
	background-color: var(--bs-primary);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
  font-size: 18px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset,5px);
	right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,5px);
	left: auto;
}

.regio {
	font-weight: 300;
	font-size: 0.9em;
}

.about-thumb-area::after {
  display: none;
}
/*
.ccm-settings-summoner {
  bottom: 15px !important;
  left: 15px;
}
*/

.ccm-modal-inner {
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25) !important
}

@media only screen and (min-width: 1381px) {
	.main-banner h1, .main-banner .h1 {
		font-size: 58px;
	}
	.contact-info {
		padding: 55px 40px 55px;
	}
}

@media only screen and (max-width: 575px) {
  .menu-logo {
    height: auto;
    width: 150px;
	margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
	.menu-logo {
		width: 180px;
		margin-top: 2px;
	}
	.page-banner {
		height: 330px;
	}
	.main-banner .container {
		padding-top: 30px;
	}
	.page-banner .container {
		padding-top: 50px;
	}
	.mobile-mt-100 {
		margin-top: -100px;
	}
	.mobile-mt-150 {
		margin-top: -150px;
	}
	.contact-wraper {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.rs-nav .menu-links {
		background-color: #2A2A2A;
	}
	.rs-nav .menu-links .menu-logo {
		text-align: left;
		padding: 20px 20px;
	}
	.rs-nav .menu-links .menu-logo img {
		width: 250px;
	}
	.sticky-header.is-fixed #menuDropdown .menu-logo {
		width: 400px;
	}

	.feature-bx6 .btn {
		display: block;
	}
	
	.mobile-block {
		display: block;
	}
	
	.menu-links .nav > li .mega-menu li:not(.active) a span, 
	.menu-links .nav > li .sub-menu li:not(.active) a span,
	.menu-links .nav > li .mega-menu li.inactive a span, 
	.menu-links .nav > li .sub-menu li.inactive a span {
		color: rgba(255, 255, 255, 1);
	}
	
	.menu-links .nav > li .mega-menu li:hover.inactive a span, 
	.menu-links .nav > li .sub-menu li:hover.inactive a span {
		color: var(--bs-primary) !important;
	}
	
	.mobile-on {
		display: inline;
	}
}