@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
:root{
	--secondry: #283D57;
	--color-primary-5: #F5F9FF;
	--primary: #5886BF;
	--color-primary-lighter: #5691D9;
	--white: #fff;
	--black: #0B131E;
	--neutral: #0B131E;
}
body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.5rem;
	font-weight: 400;
	color: #404957;
}
a{
	text-decoration: none;
	color: var(--black);
}
ul{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--black);
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	letter-spacing: -0.75px;
}
.pre-title {
	font-family: 'Lato', sans-serif;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	position: relative;
	color: var(--secondry);
}
h2 {
	font-size: 3.5rem;
	line-height: 4rem;
}
h3 {
	font-size: 3rem;
	line-height: 3.5rem;
}
h4 {
	font-size: 2.25rem;
	line-height: 3rem;
}
h5 {
	font-size: 1.875rem;
	line-height: 2.5rem;
}
h6 {
	font-size: 1.5rem;
	line-height: 2rem;
}
p {
	font-size: 16px;
	color: #718096;
}
.element-row{
	position: relative;
	padding: 8rem 0;
}
.container-fluid {
	padding-left: 4rem;
	padding-right: 4rem;
}
.post-meta {
	display: flex;
	list-style: none;
	/*gap: 18px;*/
	margin: 0 0 12px 0;
	padding: 0;
}
.post-meta li {
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1.5rem;
	letter-spacing: 1.25px;
	color: var(--primary);
}
.post-meta li:not(:last-child)::after {
	content: '';
	height: 14px;
	width: 1px;
	display: inline-block;
	vertical-align: -2px;
	margin: 0 0.875rem;
	background: #9FA4AB;
}
figure {
	margin: 0;
}
.no-pt{
	padding-top: 0 !important;
}
/* Button */
.texture-btn a{
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all .5s ease;
	z-index: 1;
	color: var(--color-primary-lighter);
}
.site-btn{
	min-height: 50px;
}
.site-btn a {
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 1rem 2rem;
	letter-spacing: 1.2px;
	border-radius: 8px;
	min-height: 50px;
  	display: inline-block;
}
.style-2 a {
	background-color: var(--neutral);
	color: var(--white);
}
.style-1 a{
	background: var(--primary);
	color: var(--white);
}

/* Page breadcrumb */
.header-breadcrumb{
	position: relative;
}
.header-breadcrumb::after {
	content: '';
	background: #0B131E;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}
.page-breadcrumb-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.page-breadcrumb-content h1, .page-breadcrumb-content nav ol li, .page-breadcrumb-content nav ol li a,
.page-breadcrumb-content .breadcrumb-item.active,
.page-breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
	color: var(--white);
}

/* Header */
.header-top{
	background-color: var(--secondry);
	padding: 6px 0;
}
.header-top .section-content {
	display: flex;
	gap: 20px;
	color: var(--white);
	font-size: 15px;
}
.header-top .section-content.top-right {
	justify-content: flex-end;
}
.header-top .section-content p{
	margin: 0;
	font-size: 14px;
	color: var(--white);
}
.header-top .section-content ul{
	display: flex;
	margin: 0;
  	padding: 0;
  	list-style: none;
  	gap: 12px;
}
.header-top .section-content ul li, .header-top .section-content a{
	color: var(--white);
	font-size: 14px;
}

img{
	width: 100%;
}
.logo img {
	max-width: 200px;
	padding: 10px 0;
}
.menubar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menubar li a {
	color: #2d3748;
	font-weight: 600;
	text-decoration: none;
}
.toggle-nav {
    display: none;
}

/* Footer */
.footer {
	/*background-color: var(--secondry);*/
	background: url(../image/footer_bg.svg) no-repeat var(--neutral);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.footer-logo img {
	filter: brightness(0) invert(1);
	width: 250px;
}
.footer-block, .footer-block a, .footer-block p, .footer-block .widget-title {
	color: #fff;
}
.footer-block p, .copyright {
	font-size: 14px;
}

.footer-block ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-block ul li{
	margin: 12px 0;
}
.footer-block ul li a {
	color: var(--primary);
	letter-spacing: .45px;
}

/* Main Slider */
.main-slider-box-inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.main-slider {
	margin: 0 !important;
}
.main-slider-box-inner .section-content {
	max-width: 70%;
}
.main-slider-box-inner::after {
	content: '';
	background: #0B131E;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.2;
}
.main-slider-box-inner .section-content {
	max-width: 70%;
	position: relative;
	z-index: 2;
	color: var(--white);
}
.main-slider-box-inner .section-content h5, .main-slider-box-inner .section-content h2, .main-slider-box-inner .section-content p{
	color: var(--white);
}
.main-slider .slick-dots {
	bottom: 0;
}
.main-slider .slick-dots li button::before {
	font-size: 50px;
	color: var(--white);
}
.main-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: var(--primary);
}

/* About Us */
.about-us {
	background: #F5F9FF;
}
.about-us-inner{
	position: relative;
	z-index: 1;
}
.about-us .mad-colorizer-bg-color::after {
	background: url(../image/texture11.svg) no-repeat;
  	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about .about-inner-bg{
	background-color: var(--color-primary-5);
}

.about .about-inner-bg .section-content p{
	line-height: ;
}
.about .about-inner-bg .section-thumb {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about .about-inner-bg .section-content {
	padding: 8rem 4rem;
}
.about .about-inner-bg .section-content p{
	line-height: 30px;
}


/* Counter */
.hm-counters {
	background: #5886BF;
}
.hm-counters .counter{
	color: var(--white);
}
.hm-counters .counter, .counter{
	font-size: 3.25rem;
	line-height: 3.5rem;
	white-space: nowrap;
	font-weight: bold;
	font-family: "lora", sans-sarif;
}
.hm-counters .counter-title{
	color: var(--white);
}
.hm-counters .row .col-lg-3:not(:last-child) .counter-stastic.text-center {
	border-right: 1px solid #A6C1E0;
}
.counters .row .col-lg-3:not(:last-child) .counter-stastic.text-center {
	border-right: 1px solid #CFD2D5;
}
.counters .counter-stastic span {
	margin-bottom: 20px;
	width: 80px;
	height: 80px;
	display: inline-block;
}

/* Services */
.box-layout {
	padding: 4rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-primary-5);
	height: calc(100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 0.5rem;
	transition: all 1s ease;
	position: relative;
	overflow: hidden;
}
.box-layout:hover {
	background-color: var(--secondry);
	color: var(--white);
}
.services-column {
	margin-top: 20px;
	overflow: hidden;
}
.box-layout .inner-box i {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	transition: all .5s;
}
.box-layout:hover i {
	transform: scale(1.6);
	bottom: 1rem;
	right: 1rem;
}
.box-layout .inner-box h5, .box-layout .inner-box p{
	margin-bottom: 1.5rem;
}
.box-layout:hover h5 a, .box-layout:hover p {
	color: var(--white);
}

/* Testimonial */
.hm-testimonial {
	background-color: var(--secondry);
}
.testimonial-texture-holder {
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
.hm-testimonial .section-heading h5, .hm-testimonial .section-heading h2{
	color: var(--white);
}
.hm-testimonial .testimonial-box {
	text-align: center;
}
.hm-testimonial .testimonial-box blockquote{
	color: var(--white);
}
.testimonial-box blockquote {	
	font-size: 1.875rem;
	line-height: 2.5rem;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: 'Lora', sans-serif;
	font-style: italic;
}
.testimonial-meta {
	padding-top: 2rem;
}
.hm-testimonial .testimonial-meta h4{
	color: #D3DBE5;
}
.testimonial-meta h4 {
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.05rem;
}
.testimonial-inner {
	background-color: #E9EFF7;
}
.testimonial-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.testimonial-slider{
	position: relative;
}
.testimonial .testimonial-slider::after{
	background: url(../image/texture4.svg) no-repeat;
	background-size: cover;
	background-position: bottom right;
	transform: scaleX(-1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.testimonial .testimonial-slider {
	padding: 8rem 4rem;
	position: relative;
	z-index: 2;
	height: calc(100%);
}
.testimonial .testimonial-slider .slick-list {
	z-index: 2;
}
.testimonial .testimonial-box::before {
	content: '';
	display: block;
	width: 5.5rem;
	height: 5rem;
	background-image: url(../image/quotes.svg);
	margin-bottom: 3rem;
}

/* Team */
.team {
	background-color: #F4F6F7;
}
.team .mad-colorizer-bg-color::after{
	background: url(../image/texture13.svg) no-repeat;
	background-size: auto;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.team-inner{
	position: relative;
	z-index: 1;
}
.team-box {
	position: relative;
}
.team-box figure img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
.team-box figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem;
	width: calc(100% - 2rem);
	background: rgb(255, 255, 255, .9);
	border-top-right-radius: 0.5rem;
}

/* Team Card Flip Effect */
.team-card {
  perspective: 1000px;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
}

.team-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.team-box:hover .team-card-inner,
.team-card.is-flipped .team-card-inner {
  transform: rotateY(180deg);
}

.team-card-front,
.team-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0.5rem;
  overflow: hidden;
}

.team-card-front {
  background: var(--white);
}

.team-card-back {
  background: var(--primary);
  color: var(--white);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* Ensure front image fills the established aspect box */
.team-card-front figure,
.team-card-front figure img {
  width: 100%;
  height: 100%;
}
.team-card-front figure {
  position: relative;
}
.team-card-front figure img {
  object-fit: cover;
  display: block;
}

.team-card-back h5,
.team-card-back p {
  color: var(--white);
}

.team-card-back p {
  font-size: 0.95rem;
  line-height: 1.6rem;
  margin: 0;
}


/* Blogs */
.hm-articles .blog-layout {
	height: calc(100%);
}

.blog-layout {
	background-color: var(--color-primary-5);
}

.all-articles .blog-layout:not(:last-child) {
	margin-bottom: 40px;
}

.blog-content h2 {
	font-size: 1.8rem;
	line-height: 2rem;
}
.blog-layout .blog-thumb figure {
	margin: 0;
}
.blog-content {
	padding: 1.5rem;
}
.sidebar .widget-banner .banner-box-content{
	flex-direction: column;
	justify-content: center;
}
.sidebar .widget-banner .banner-box-content h4{
	color: var(--white);
}
.sidebar .widget-banner .banner-box-content .site-btn.style-1 {
	 width: auto; 
	text-align: center;
}
.sidebar .widget{
	margin-bottom: 40px;
}
.sidebar .widget:last-child{
	margin-bottom: 0;
}
.widget ul{
	list-style: none;
}
.widget ul li a {
	color: var(--primary);
	font-size: 17px;
	font-weight: 500;
}
.widget ul li {
	margin-bottom: 10px;
}
.widget ul li:last-child{
	margin-bottom: 0;
}
.widget .search-submit {
	width: 60px;
	border: none;
	background-color: var(--primary);
}
.form-control {
	height: 3.5rem;
	width: 100%;
	padding-top: 0.3rem;
	padding-right: 1.5rem;
	padding-bottom: 0.3rem;
	padding-left: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--neutral);
	background-color: var(--color-primary-5);
	border-radius: var(--br-main);
}
.widget .form-control{
	border: none;
}
.search-form {
	display: flex;
}

/* Get in touch */
.get-in-touch {
	padding-top: 8rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.element-column.get-in-touch::after {
	content: '';
	background: #0B131E;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}
.get-in-touch-form {
	background-color: var(--white);
	padding: 80px 150px;
	margin-bottom: -60px;
	position: relative;
	z-index: 2;
	border-radius: 8px;
}

/* Contact blocks */
.contact-blocks {
	background-color: var(--secondry);
}
.contact-blocks .mad-colorizer-bg-color::after {
	background: url(../image/texture8.svg) no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.contact-blocks-inner {
	position: relative;
	z-index: 2;
	color: #fff;
}
.contact-blocks-inner p, .contact-blocks-inner a{
	color: var(--white);
	margin: 0;
}
.icon-contact {
	margin-bottom: 20px;
	width: 40px;
	height: 42px;
	position: relative;
	display: block;
}

/* Featured Brand */
.hm-brand {
	background-color: var(--color-primary-5);
}
.featured-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.logo-box:hover img {
	transform: scale(1.1);
	transition: all .5s ease;
}


/* Why Choose us */
.why-choose-us {
	background-color: var(--secondry);
}
.why-choose-us h2, .why-choose-us p, .why-choose-us h6 {
	color: var(--white);
}
.icon-box .icon {
	margin-right: -0.5rem;
	margin-top: -0.5rem;
	background-color: var(--white);
	color: var(--secondry);
	position: relative;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	font-family: 'Lora', sans-serif;
	font-size: 4rem;
	line-height: 4rem;
	font-style: italic;
	padding-left: 1rem;
	padding-top: 1rem;
	letter-spacing: -1.5px;
	overflow: hidden;
}
.why-choose-us .section-content h6 {
	padding: 20px 0;
}
.why-choose-us .mad-colorizer-bg-color::after {
	background: url(../image/texture8.svg) no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* Our Approaches */
.accordion-button {
	line-height: normal;
}
.accordion-button::after {
	content: "+";
	background-image: none;
}
.accordion-button:not(.collapsed)::after {
	background-image: none; 
	content: "-";
}


/* Banner Box */
.banner-box-inner {
	position: relative;
	overflow: hidden;
}
.banner-main-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .8s ease;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-box-inner:hover .banner-main-img{
	transform: scale(1.2);
}
.banner-box-inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--black);
	opacity: 0.5;
	z-index: -1;
	transition: all .5s ease;
}
.banner-box-content {
	text-align: left;
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: row;
	column-gap: 1rem;
	row-gap: 3rem;
	justify-content: space-around;
	padding: 0 50px;
}
.banner-box-content::before {
	content: '';
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	border: 1px solid var(--white);
	opacity: 0.5;
}
.banner-box-content::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 17px solid var(--white);
	opacity: 0.2;
}
.banner-box-content .site-btn.style-1 {
	width: 300px;
	text-align: end;
}
.banner-box-content h5, .banner-box-content h2{
	color: var(--white);
}


/* Contact us */
.contact-details .section-content ul {
	list-style: none;
}
.contact-details .section-content ul li {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px 0;
}
.contact-details .section-content > ul > li:last-child{
	margin: 0;
}
.contact-details .section-content ul li ol {
	display: flex;
	gap: 14px;
	margin: 0;
	padding: 0;
}
.contact-details .section-content ul li ol li{
	margin: 0;
}
.location-iframe iframe{
	width: 100%;
}

/* Portfolio */
.Portfolio-layout {
	background-color: var(--color-primary-5);
	height: calc(100%);
}
.Portfolio-content {
	padding: 2rem;
}