/*========================================================================

	Template Name: Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Slogan area
	05. Feature area
	06. About us
	07. Counter area
	08. Services
	09. Pricing
	10. Team
	11. Portfolio
	12. Blog
	13. Footer
	14. Inner page title
	15. Contact Us
	16. Faq
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #f44647;
	color: #fff;
}
::-moz-selection {
 background-color: #f44647;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'DM Sans', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
	background-color: #FFFFFF;
}
.theme-bg-light {
	background-color: #1D4DDC;
}
.theme-bg-dark {
	background-color: #FFFFFF;
}
.priBgColor{
	background-color: #000080;
}
.whiteTextColor{
	color: #ffffff !important;
}
.paddingNone{
	padding: 0px !important;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #202020;
	font-family: 'DM Sans', sans-serif;;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'DM Sans', sans-serif;;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #4169e1;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #000080;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #4169e1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 20px;
}
.btn-style-1:hover {
	background-color: #000080;
	color: #fff;
	text-decoration: none;
}
.btn-style-2 {
	color: #fff;
	border: 2px solid #00cb3b;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: #00cb3b;
	color: #fff;
	text-decoration: none;
}
.btn-style-3 {
	color: #f44647;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 4px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-3:hover {
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */


.section-title h2 {
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
	position: relative;
	color: #202020;
}
.section-title h2 span {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 45px;
	display: inline-block;
}
.section-title h2 span:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
	border-bottom: 1px dashed #000080;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #000080;
}
/* header social */
.header-social li {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-right: solid 1px rgba(255,255,255,.4);
	display: inline-block;
	color: #fff;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li:first-child a {
	border-left: solid 1px rgba(255,255,255,.4);
}
.header-location li a {
	color: #fff;
	font-size: 14px;
}
.header-location li a i {
	color: #fff;
	text-align: center;
	margin-right: 6px;
	border-radius: 100%;
}
p.author-history {
    color: #000080;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: justify;
}
ul.footer-link {
    list-style: none;
}
ul.footer-contact-us {
    list-style: none;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover {
	padding: 10px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 14px;
	font-weight: bolder;
	color: #202020;
	padding: 21px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #000080;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #4169e1;
	border-radius: 0px;
	background-color: #000080;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 14px;
	padding: 12px 0px;
	color: #202020;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}
.header-lover .dropdown-menu li:first-child .dropdown-item {
	padding-top: 0px;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #4169e1;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color:#000080;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 9999 !important;
	background-color: #fff !important;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 24%);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #333;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #000080 !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgb(0 0 0 / 30%);
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 80vh;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
	position: relative;
	margin-bottom: 16px;
	font-size: 21px;
	font-weight: normal;
	color: #fff;
}
.slider .carousel-caption h2 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 60px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
	text-align: center;
}
.slider-caption-box {
    text-align: center;
    width: 90%;
    margin: auto;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	bottom: auto;
	width: auto;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 0px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
/* ===================================
	04. Slogan area
=================================== */
.slogan-area {
	background: linear-gradient(0deg, rgb(3 3 235 / 38%), rgb(0 0 237 / 62%)), url(../img/bg/slogan-bg.png);
}
.slogan-title h2 {
	color: #fff;
	margin-bottom: 8px;
	font-size: 30px;
}
.slogan-para {
    color: rgb(255 255 255 / 75%);
    font-size: 15px;
}
/* ===================================
	05. Feature area
=================================== */
.single-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 6px;
	background-color: #000080;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 27%);
}
.single-feature .feature-icon {
	font-size: 40px;
	line-height: 1;
	padding-right: 20px;
	margin-right: 22px;
	border-right: 1px solid rgba(255,255,255,0.2);
	color:  #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-feature .feature-content .title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 6px 0;
	color: #ffffff;
}
.single-feature .feature-content p {
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-feature:hover {
	background-color:#4169e1;
}
.single-feature:hover .feature-icon {
	color: #ffffff;
}
.single-feature:hover .feature-content p {
	color: #ffffff;
}
/* ===================================
	06. About us
=================================== */
.about-us-content h2 {
	color: #202020;
	margin-bottom: 5px;
}
.about-us-box {
	margin-bottom: 20px;
}
.about-us-box:last-child {
	margin-bottom: 0px;
}
.about-us-box .icon {
	float: left;
	height: 90px;
}
.about-us-box .icon i {
	font-size: 38px;
	display: inline-block;
	color: #000080;
	margin-right: 20px;
	padding-top: 5px;
}
.about-us-box h5 {
	font-weight: 600;
	font-size: 24px;
	color: #202020;;
	margin-bottom: 8px;
}
.about-us-box p {
	margin-bottom: 0px;
}
.about-img img {
	border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	background-image: url(../img/bg/counter-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 0;
}
.counter-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.single-counter-box {
	position: relative;
	padding: 0px 15px 0px 0px;
	border-right: 2px dashed rgba(255,255,255,0.3);
}
.counter-area .col:last-child .single-counter-box {
	border-right: 0px;
}
.single-counter-box .text-wrap .counter-info-text span {
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	display: inline-block;
}
.single-counter-box .text-wrap h4 {
	color: #ccc;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
	white-space: nowrap;
}
/* ===================================
	08. Services
=================================== */
.services-item {
	position: relative;
    background-color: #011d7000;
    border-radius: 6px;
    padding: 0px;
    border: 0px solid rgb(0 0 0 / 7%);
    z-index: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.services-item:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	display: inline-block;
	width: 0px;
	height: 0px;
	border-radius: 6px 0px 0px 0px;
	opacity: 0;
	border-left: 2px solid rgba(0,0,0,0.8);
	border-top: 2px solid rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item:after {
	position: absolute;
    content: "";
    bottom: 2px;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid rgba(0,0,0,0.8);
    border-bottom: 0px solid rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(0deg, navy 32%, rgb(0 0 128 / 7%), transparent);
    z-index: 0;
}
.team-info {
    z-index: 1;
    padding: 17px 22px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-item .icon-box {
	color: #4169e1;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 220px;
}
.services-item .icon-box img {
        height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-item h4 {
	margin-bottom: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    letter-spacing: 0px;
}
.services-item p {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item a {
	position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    line-height: 43px;
    background-color: #000080;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 20px hsl(0deg 0% 0% / 13%);
    z-index: 9;
}
/* Single service des */
.single-service-des h3 {
	color: #fff;
	margin-bottom: 10px;
}
/* feature list box */
.feature-list-box li {
	padding-bottom: 10px;
	font-size: 14px;
}
.feature-list-box li:last-child {
	padding-bottom: 0px;
}
.feature-list-box li i {
	color: #00cb3b;
	padding-right: 6px;
}
/* single service img */
.single-service-img img {
	border-radius: 6px;
}
/* ===================================
	09. Pricing
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	border: 2px solid #303030;
	background-color: #0e0e0e;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-head {
	position: relative;
}
.pricing-classic-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.pricing-classic-caption h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
}
.pricing-classic-price {
	font-weight: 400;
	letter-spacing: 0;
	color: #ffffff;
	font-size: 24px;
}
.single-pricing .pricing-body {
	padding: 30px;
}
.single-pricing .feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .feature ul li {
	display: block;
	font-size: 15px;
	padding-bottom: 16px;
	text-transform: capitalize;
}
.feature ul li:last-child {
	padding-bottom: 0;
}
.single-pricing:hover, .single-pricing.active {
	border: 2px dashed #00cb3b;
}
/* ===================================
	10. Team
=================================== */
.team-item .team-img img {
	    height: 100%;
    object-fit: contain;
    padding: 40px;
}
.team-item .team-des h3 {
	color: #4169e1;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
}
.team-item .team-des h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.team-item .team-des {
	padding-left: 10px;
}
/* team social */
.team-social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	background-color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-social a:hover {
	background-color: #00cb3b;
}
.team-carousel .owl-nav {
	margin-top: 30px;
    text-align: left;
    position: absolute;
    bottom: -20px;
    left: auto;
    right: 30px;
}
.team-carousel .owl-nav button {
	text-align: center;
	color: #202020 !important;
	border-radius: 6px;
	margin: 0px 2px !important;
	background-color: transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-carousel .owl-nav button.owl-prev, .team-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	font-size: 16px;
	border: 0px;
	color: #fff !important;
	background-color: #4169e1 !important;
}
.team-carousel .owl-nav button.owl-prev:hover, .team-carousel .owl-nav button.owl-next:hover {
	background-color: #01013c !important;
}
/* ===================================
	11. Portfolio
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.portfolio-filter li {
	margin-right: 0px !important;
}
.portfolio-filter li span {
	cursor: pointer;
	padding: 8px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	border: 2px solid rgba(255,255,255,0.2);
	background-color: transparent;
	border-radius: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-filter li span.active, .portfolio-filter li span:hover {
	color: #fff;
	background-color: #00cb3b;
}
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	text-align: center;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.1);
}
.portfolio-box .portfolio-box-img img {
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img img {
	transform: scale(0.85);
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: #00cb3b;
	opacity: 0;
	margin: auto;
	top: 50%;
	width: 0px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.portfolio-box h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box span {
	color: #00cb3b;
	font-style: italic;
	font-size: 14px;
}
/* single portfolio des */
.single-portfolio-des h4 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 28px;
}
/* single portfolio img */
.single-portfolio-img img {
	border-radius: 6px;
}
/* project info */
.project-info li {
	font-size: 14px;
	padding-bottom: 10px;
}
.project-info li:last-child {
	padding-bottom: 0px;
}
.project-info li span:first-child {
	margin-right: 8px;
	font-weight: 700;
	color: #202020;
}
/* ===================================
	12. Blog
=================================== */
.blog-item {
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .blog-item-img .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: #00cb3b;
	opacity: 0;
	margin: auto;
	top: 50%;
	width: 0px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img .readmore {
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.blog-item .blog-item-des {
	padding: 24px;
}
.blog-item .blog-item-meta {
	margin-bottom: 10px;
}
.blog-item .blog-item-meta li a {
	color: #ccc;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-meta li a i {
	color: #00cb3b;
}
.blog-item .blog-item-meta li a:hover {
	color: #00cb3b;
}
.blog-item h4 a {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	display: inline-block;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item h4 a:hover {
	color: #00cb3b;
}
.blog-item .post-date {
	color: rgba(255,255,255,0.3);
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog-item:hover {
	border: 1px solid #00cb3b;
}
/* single blog post */
.single-blog-post h5 {
	color: #fff;
	font-size: 20px;
}
.single-blog-post-img img {
	border-radius: 6px;
}
/* post meta */
.post-creative-meta {
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
}
.post-creative-meta-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-creative-author {
	display: flex;
	align-items: center;
	margin-top: 0;
}
.post-creative-author-image {
	display: block;
	max-width: 36px;
	border-radius: 50%;
}
.post-creative-author p {
	margin-bottom: 0px;
	margin-left: 10px;
}
.post-creative-author p a {
	color: #6c757d;
}
.post-creative-author p a:hover {
	color: #00cb3b;
}
.post-creative-meta-list li {
	padding: 0px 18px;
	position: relative;
	color: #6c757d;
	margin-right: 0px !important;
}
.post-creative-meta-list li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	background-color: rgba(255,255,255,0.2);
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.post-creative-meta-list li:last-child {
	padding-right: 0px
}
.post-creative-meta-list li:last-child:after {
	display: none;
}
/* blockquote */
.single-blog-post .blockquote {
	padding: 20px 45px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.single-blog-post .blockquote .blockquote-inner {
	padding-left: 32px;
	position: relative;
}
.single-blog-post .blockquote .blockquote-inner p {
	display: inline;
	font-size: 24px;
	margin: 0;
	font-weight: 300;
	line-height: 32px;
	color: #fff;
}
.single-blog-post .blockquote .blockquote-inner .quote-light-mark-left {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0.2;
	font-size: 22px;
}
.single-blog-post .blockquote .blockquote-inner .quote-light-mark-right {
	display: inline;
	vertical-align: middle;
	margin-left: 4px;
	opacity: 0.2;
	font-size: 22px;
}
/* share this post */
.share-this-post {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.share-this-post h5 {
	font-weight: 400;
	font-size: 18px;
}
.share-this-post a {
	font-weight: 400;
	padding: 10px 20px;
	color: #fff;
	border-radius: 6px;
	width: 90px;
}
.share-this-post a i {
	font-size: 12px;
	padding-right: 4px;
	position: relative;
	display: inline-block;
}
.facebook-bg-color {
	background-color: #547abb;
}
.twitter-bg-color {
	background-color: #44c0f3;
}
.google-bg-color {
	background-color: #e75854;
}
/* comments area */
.comments-box {
	padding: 15px;
	border: 2px solid rgba(255,255,255,0.1);
	border-radius: 6px;
}
.comments-box .reply-icon {
	float: right;
}
.comments-box .comment-info img {
	height: 45px;
	width: 45px;
	border-radius: 100%;
	margin-right: 14px;
}
.comments-box .media-heading a {
	color: #fff;
	margin-bottom: 6px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-box .reply-icon {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-box .reply-icon:hover, .comments-box .media-heading a:hover {
	color: #00cb3b;
}
.comments-box p {
	background-color: rgba(255,255,255,0.1);
	padding: 15px;
	border-radius: 6px;
}
.media-list li {
	margin-bottom: 30px;
}
.media-list li:last-child {
	margin-bottom: 0px;
}
.comments-box .sub-comment {
	margin-left: 50px;
}
.comments-box .sub-comment li {
	margin-top: 30px;
}
/* leave a comment form */
.leave-a-comment-form input, .leave-a-comment-form textarea {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
}
.leave-a-comment-form input:focus, .leave-a-comment-form textarea:focus {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(0,203,59,0.3);
	box-shadow: none;
	color: #fff;
}
.leave-a-comment-form textarea {
	height: 120px !important;
}
/* sidebar search */
.sidebar-search {
	position: relative;
}
.sidebar-search input {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	height: 60px;
}
.sidebar-search input:focus {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(0,203,59,0.3);
	box-shadow: none;
	color: #fff;
}
.sidebar-search button {
	background-color: transparent;
	border: 0px;
	color: #fff;
	position: absolute;
	top: 50%;
	font-size: 16px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-search button:hover {
	color: #00cb3b;
}
/* blog aside title */
.blog-aside-title {
	font-size: 26px;
	color: #fff;
}
/* list categories */
.list-categories {
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 6px;
}
.list-categories li {
	padding-bottom: 16px;
}
.list-categories li:last-child {
	padding-bottom: 0px;
}
.list-categories li a {
	color: #fff;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.list-categories li a:hover {
	color: #00cb3b;
}
/* latest post */
.post-latest {
	display: flex;
	background-color: rgba(255,255,255,0.1);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}
.post-latest:last-child {
	margin-bottom: 0px;
}
.post-latest-media {
	position: relative;
	overflow: hidden;
	display: block;
	flex-shrink: 0;
}
.post-latest .post-latest-media img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: none;
	object-fit: cover;
	object-position: center center;
}
.post-latest .post-latest-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	padding: 18px;
}
.post-latest .post-latest-info h5 {
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-latest .post-latest-info .post-latest-time {
	color: #6c757d;
}
.post-latest:hover .post-latest-info h5 {
	color: #00cb3b;
}
/* tag list */
.tag-list a {
	padding: 6px 12px;
	font-style: italic;
	color: #fff;
	background-color: #00cb3b;
	margin-bottom: 6px;
	border-radius: 4px;
	margin-right: 4px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag-list a:hover {
	background-color: #00992d;
	color: #fff;
}
/* ===================================
	13. Footer
=================================== */
footer {
	background-color: #000032;
}
.footer-top .footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 12px;
	border-bottom: 1px dashed rgb(255 255 255 / 33%);
	margin-bottom: 30px;
	text-transform: uppercase;
}
/* footer social */
.footer-social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: #3c3c3c;
	border-radius: 100%;
	margin-right: 6px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #4169e1;
}
/* footer link */
.footer-link li {
	position: relative;
    margin-bottom: 22px;
    font-size: 13px;
}
.footer-link li a {
	color: #ccc;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #666;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.footer-link li a:hover {
	color: #4169e1;
}
/* footer contact us */
.footer-contact-us li {
	color: #ccc;
	padding-bottom: 15px;
}
.footer-contact-us li:last-child {
	padding-bottom: 0px;
}
.footer-contact-us li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #4169e1;
	margin-bottom: 8px;
}
.footer-contact-us li a {
	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-us li a:hover {
	color: #4169e1;
}
/* footer contact form */
.footer-contact-form textarea {
	height: 120px !important;
}
/* copyright footer */
.copyright-footer {
	border-top: 1px dashed rgba(255,255,255,0.1);
}
/* ===================================
	14. Inner page title
=================================== */
.inner-page-title-area {
	background-image: url(../img/bg/about-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 160px 0px;
	position: relative;
	z-index: 0;
}
.contact-banner-cls{
	background-image: url(../img/bg/contact-banner.jpg);
}
.testimonial-banner-cls{
	background-image: url(../img/bg/testimonial-banner.jpg);
}
.services-banner-cls{
	background-image: url(../img/bg/services-banner.jpg);
}
.inner-page-title-area:after {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0px;
	left: 0px;
	z-index: -1;
}
.inner-page-title-box {
	border-left: 2px solid #4169e1;
	padding-left: 20px;
}
.inner-page-title-area h1 {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
	line-height: 24px;
	display: inline-block;
}
.inner-page-title-area .breadcrumb {
	margin: auto;
	padding: 0px;
	display: inline-block;
	background-color: transparent;
}
.inner-page-title-area .breadcrumb li {
	float: none;
	color: #fff;
	display: inline-block;
}
.inner-page-title-area .breadcrumb li a {
	color: #4169e1;
}
.inner-page-title-area .breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
}
.about-title h2 span:before {
    margin: 0px !important;
}

.about-title span {
    margin-bottom: 30px !important;
}
/* ===================================
	15. Contact Us
=================================== */
.contact-info-area {
	position: relative;
	background: #f0f3f6;
	border-radius: 6px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.1);
}
.contact-info-area .single-item {
	position: relative;
	display: block;
	text-align: center;
	margin: 50px 0px;
}
.contact-info-area .single-item:before {
	position: absolute;
    content: '';
    background: linear-gradient(45deg, royalblue, transparent, royalblue);
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}
.contact-info-area .single-column:last-child .single-item:before {
	display: none;
}
.contact-info-area .single-item .icon-box {
	    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: -7px -7px 0px 0px #4169e1;
    background-color: #000032;
    border-radius: 6px;
    transition: 0.5s all ease-in;
}
.contact-info-area .single-item:hover .icon-box {
    box-shadow: 7px 7px 0px 0px #4169e1 !important;
}
.contact-info-area .single-item h5 {
	position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #4169e1;
}
.contact-info-area .single-item p {
	line-height: 22px;
	margin-bottom: 0px;
}
.contact-info-area .single-item p a {
	color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info-area .single-item p a:hover {
	color: #00cb3b;
}
/* contact page social */
.contact-page-social {
	margin-top: 50px;
}
.contact-page-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: #3c3c3c;
	border-radius: 100%;
	margin-right: 6px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-page-social a:hover {
	background-color: #000032;
}
/* contact title */
.contact-title h4 {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 6px;
}
.contact-title h2 {
	font-size: 50px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 56px;
	color: #fff;
	margin-bottom: 20px;
}
.contact-title p {
    color: white;
    font-size: 14px;
    text-align: justify;
    padding-right: 38px;
}
.contact-page {
    background-image: url(../img/bg/contact-abstract.jpg);
    background-size: 30%;
    background-color: rgb(255 255 255 / 90%);
    background-blend-mode: overlay;
}
/* contact form */
.contact-form input, .contact-form textarea {
	background-color: rgb(245 247 255);
    border: 1px solid rgb(65 105 225);
    color: #000;
}
.contact-form input:focus, .contact-form textarea:focus {
	    background-color: rgb(255 255 255);
    border: 1px solid rgba(0,203,59,0.3);
    box-shadow: none;
    color: #000;
}
.contact-form textarea {
	height: 120px !important;
}
.help-block.with-errors ul {
	color: #ff0018;
    background-color: #f8d7da00;
    border-color: #f5c6cb;
    padding: 0px;
    position: absolute;
    bottom: 3px;
    right: 7px;
}
/* ===================================
	16. Faq
=================================== */
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff !important;
	padding: 20px 20px !important;
	font-size: 18px;
	background-color: rgba(255,255,255,0.1);
}
.faq-box .accordion-item {
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: #0e0e0e;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #00cb3b !important;
	padding: 20px !important;
	border-bottom: 0;
	font-size: 18px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.1);
}
p.subPara {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    word-spacing: -1px;
}
.about-verticalImage{
	height: 455px;
}
.about-horizontalImage {
    height: 218px;
}
.about-us-content {
    padding-right: 40px;
}
.boxshadowSection{
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 17%);
}
.team-item .team-des p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 17px !important;
    color: #fff;
}

.team-img {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 100px;
    background-color: white;
    border: 4px solid #ccc;
}

.team-carousel {
    background-color: navy;
    padding: 38px 34px;
    width: 80%;
    margin: 0px auto 30px;
}
.services-section{
	background: linear-gradient(180deg, #ffffff, rgb(255 255 255 / 92%)), url(img/services/services-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.footer-para {
    color: #ccc;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    padding-right: 13px;
        line-height: 24px !important;
}
.about-company-col{
	padding-right: 29px;
}
.copyright-text{
	color: #fff;
	font-size: 13px;
}
.services-item:hover .icon-box img {
    transform: scale(1.08);
}
.services-item h4:after {
    content: '';
    background-color: rgb(255 255 255 / 44%);
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -18px;
    left: 41%;
}
.about-us-btn{
	margin-left: 58px;
}
.footerLogo {
    width: 137px;
    height: 87px;
    padding: 0px;
    margin: 0px 0px 20px;
    display: block;
}
.footerLogo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
span.workingHours-text {
    display: block;
    color: #4169e1;
}
.partner-area {
    background: linear-gradient(0deg, rgb(255 255 255 / 23%), rgb(255 255 255)), url(../img/bg/partners.jpg);
    background-size: cover;
    background-position: center;
    min-height: 65vh;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
	background: #707070;
}
span.partner-logo {
    width: 100%;
    height: 125px;
    display: block;
    margin: 18px 0px !important;
}

span.partner-logo img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    box-shadow: 21px 1px 17px -18px rgb(0 0 0 / 14%);
}

.partner-carousel {
    background-color: white;
    padding: 20px 13px;
    margin: 0px !important;
    border: 3px solid #000032;
    box-shadow: inset 0px 0px 16px 0px rgb(0 0 0 / 36%);
    border-radius: 10px;
}
.about-page-area {
    position: relative;
    z-index: 1;
}
.about-page-area:after {
    background: linear-gradient(90deg, rgb(255 255 255 / 97%) 17%, rgb(255 255 255 / 0%), #ffffff00), url(../img/bg/aboutBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    content: '';
    width: 43%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}
.author-history-list li {
    font-size: 16px;
    color: black;
    letter-spacing: 0px;
    line-height: 25px;
    margin: 16px 0px;
    text-align: justify;
}

ul.author-history-list {
    list-style: circle !important;
    padding-left: 17px;
}
.how-we-work-listing {
    width: 90%;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 17%);
    padding: 32px 0px 0px;
}

.how-we-work-listing ul {
    padding: 43px 20px;
    list-style: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.how-we-work-listing ul li:nth-child(4) {
    margin-left: 161px;
}
.how-we-work-listing ul li {
    width: 29.33%;
    display: inline-block;
    float: left;
    color: black;
    font-size: 16px;
    letter-spacing: 0px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
    margin: 16px 13px;
    height: 162px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 18px 10px;
    position: relative;
    flex-direction: column;
}
.how-we-work-listing ul li:after {
    content: '';
    background-color: navy;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 80%;
}
span.solutions-img {
    display: block;
    width: 51px;
    height: 51px;
    background-color: navy;
    border-radius: 100px;
    left: -19px;
    position: relative;
    top: -20px;
}

span.solutions-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 12px;
}
h2.hww-title {
    background-color: navy;
    color: white;
    font-size: 19px;
    padding: 8px 26px;
    width: 75%;
    box-shadow: 0px 7px 12px 0px rgb(0 0 0 / 20%);
}
.hww-title h2 span {
    margin-bottom: 15px;
}

p.hww-para {
    width: 75%;
    margin: 0px auto 20px;
    font-size: 15px;
}
.partner-logos .item-img {
    display: inline-block;
    width: 25%;
    border: 2px solid #000032;
    margin: 0px 11px;
    background-color: white;
    box-shadow: inset 0px 0px 12px 0px rgb(0 0 0 / 55%);
    border-radius: 8px;
}

.partner-logos {
    text-align: center;
}
.contact-form {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 26%);
}
.contact-form-holder {
    padding: 30px;
    background-color: white;
}
.contact-form-section:after {
    content: '';
    background-color: royalblue;
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.contact-form-section {
    position: relative;
    z-index: 1;
}
.testimonial-container {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    margin: 15px 0px 28px 0px;
    padding: 35px;
    position: relative;
    min-height: 195px;
    background-color: white;
    transition: 0.4s all ease-out;
}
h2.testimonial-name {
    position: absolute;
    right: 31px;
    bottom: -14px;
    font-size: 15px;
    background-color: #000080;
    color: white;
    padding: 6px 23px;
    border-radius: 100px;
    box-shadow: 0px 0px 20px 0px #0000001a;
    border: 2px solid white;
}
span.testimonial-quote {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #4169e1;
    border-radius: 100px;
    padding: 8px;
    box-shadow: 0px 8px 20px 0px rgb(65 105 225 / 50%);
    margin-top: -54px;
    margin-bottom: 20px;
    transition: 0.3s all ease-out;
}
.testimonial-container:hover span.testimonial-quote {
    background-color: #000080 !important;
}

.testimonial-container:hover {
    background-color: royalblue !important;
}

.testimonial-container:hover p.testimonial-content {
    color: #ffffff;
}

p.testimonial-content {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.services-content-holder {
    width: 88%;
    overflow: visible;
    border-radius: 10px;
    min-height: 388px !important;
    display: block !important;
}

.services-heading {
    position: relative;
    background-color: rgb(0 0 128 / 90%);
    box-shadow: 0px 7px 42px -9px rgb(0 0 0 / 44%);
    margin: -50px 0px 30px;
    left: 56px;
    padding: 10px 18px;
    height: 88px;
}

.services-content-holder .icon-box {
    height: 380px;
}
.services-heading h4:after {
    bottom: 0px;
    left: 37%;
    background-color: #ffffff;
    width: 125px;
    HEIGHT: 3PX;
}
.services-content-holder:after {
	display: none;
}
.services-content-holder img {
    border-radius: 6px;
    border: 4px solid navy;
}
.services-heading h4 {
    margin: 0px;
    font-size: 17px;
}
.services-content-holder:hover .icon-box img {
    transform: scale(1.03);
}
.other-services-section {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
span.service-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0px;
    background-color: #b1c4ff;
    border: 0px;
    border-radius: 5px;
}

span.service-icon img {
    border: 0px;
    width: 100%;
    height: 100%;
    padding: 9px;
}
.contact-banner-text {
    color: white;
    font-size: 17px;
}
.form-title-cls {
    text-align: center;
}
.left-col-form {
    position: relative;
}
.left-col-form:after {
    content: '';
    background: linear-gradient(179deg, #ff000000, white, transparent);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.form-title-cls h2 {
    font-size: 25px;
    letter-spacing: 3px;
}
.rental-property-holder {
    box-shadow: 0px 0px 28px -7px rgb(0 0 0 / 6%);
    padding: 42px 30px;
    width: 100%;
    margin: auto;
}
.form-row label {
        font-size: 14px;
    color: black;
    padding: 10px 0px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 500;
}
.rental-property-holder input {
    background-color: transparent;
    border: 1px solid #00000021;
    box-shadow: 0px 4px 12px 0px #0000000a;
    font-size: 13px;
    border-radius: 0px;
    color: black;
}
h2.form-heading {
        font-size: 18px;
    text-decoration: underline;
    margin: 17px 0px;
    color: navy;
    text-transform: uppercase;
}
span.additional-message {
    display: inline-block;
    color: grey;
    padding: 5px 4px;
    letter-spacing: 0px;
}
.form-row {
    margin: 0px !important;
}
h2.form-subheading {
    font-size: 13px;
    margin-bottom: 6px;
    letter-spacing: 0px;
    color: black;
    text-decoration: underline;
}
.phone-number-width {
    display: inherit;
    width: 50%;
    float: left;
}
p.note-cls {
    width: 100%;
    margin: 32px 0px;
    border: 2px solid black;
    padding: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 15px;
}
.dropdown {
  float: left;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-menu-cls {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bolder;
    color: #202020;
    padding: 21px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.dropdown-menu li a {
    font-size: 13px;
    color: white;
    display: block;
    padding: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    text-transform: uppercase;
    font-weight: 600;
}
ul.dropdown-menu {
    min-width: 17rem !important;
}