/**
* Template Name: Multi
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
}
a {
	color: #02557E;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
}
p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #02557E;
	border-top-color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}
 @keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #02557E;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #CDCB00;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
.about {
	position:relative;
}
.about::before {
 content: '';
 position: absolute;
 background: url(../img/l-bg.webp) no-repeat scroll 150px -70px;
 right:0px;
 width: 370px;
 height: 430px;
 opacity: 0.5;
 top: 0;
 z-index: -1;
}
.service-sec .wp-block-image {
	width: 440px;
	height: 440px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}
.service-sec .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-sec h2 {
	font-size: 35px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700;
}
#service-sec-1 {
	position: relative;
	background: linear-gradient(0deg, #06405c, #1f9bb7);
	background: -webkit-linear-gradient(0deg, #06405c, #1f9bb7);
	background: -moz-linear-gradient(0deg, #06405c, #1f9bb7);
	background: -o-linear-gradient(0deg, #06405c, #1f9bb7);
	background: -ms-linear-gradient(0deg, #06405c, #1f9bb7);
	padding: 91px 0px 82px 0px;
	margin: 0px 0px 0px;
}
.service-sec-content .image_blk {
	width: 370px;
	height: 370px;
	z-index: 1;
	border-radius: 100%;
	position: relative;
}
.service-sec-content .image_blk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.service-sec-content .image_blk::after {
 background: #CDCB00;
 width: 100%;
 height: 100%;
 content: '';
 position: absolute;
 left: 15px;
 border-radius: 100%;
 z-index: -1;
}
.service-sec-content figure {
	margin:0px;
	text-align: center;
	margin: 0px auto;
}
.service-sec-content h2 {
	color:#fff;
}
.service-sec-content h3 {
	color:#000;
	font-size: 25px;
	margin-bottom: 18px;
	font-weight:bold;
}
.service-sec-content p {
	color:#fff;
	text-align:justify;
}
.service-sec-content a {
	color:#fff;
	text-decoration:underline;
}
 .service-sec-content:nth-child(n+2) {
 margin-top: 75px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	padding: 15px 0;
}
#header.header-scrolled {
	padding: 12px 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#header .logo a {
	color: #0b2341;
}
#header .logo img {
	max-width: 160px;
}
.logo-set {
	margin-right:20px;
}
.navbar .getstarted, .navbar .getstarted:focus {
	background: #02557E;
	border-radius: 4px;
	color: #fff!important;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
	color: #fff;
	background: #CDCB00;
}
.entry-content {
	padding-top:20px;
	padding-bottom:20px;
}
.entry-content h3 {
	color: #092E6E;
	font-size: 18px;
	line-height: 40px;
	font-weight:700;
}
.cta {
	padding:0px;
}
.cta .container-fluid {
	padding-left:0px;
	padding-right:0px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
 #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}
#hero .carousel-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
 #hero .carousel-item::before {
 content: "";
}
#hero .carousel-container {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 82px;
	left: 50px;
	right: 50px;
}
#hero h2 {
	color: #fff;
	margin: 0;
	font-size: 48px;
	font-weight: 700;
}
#hero p {
	animation-delay: 0.4s;
	color: #fff;
	margin-top: 10px;
}
 @media (min-width: 1200px) {
 #hero p {
 width: 50%;
}
}
#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
	opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
	background: none;
	font-size: 30px;
	line-height: 0;
	width: auto;
	height: auto;
	background: #103050;
	border-radius: 50px;
	transition: 0.3s;
	color: rgba(255, 255, 255, 0.5);
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	opacity: 1;
	transition: 0.3s;
	display:none;
}
#hero .carousel-indicators li.active {
	opacity: 1;
	background: #02557E;
}
#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 32px;
	border-radius: 4px;
	transition: 0.5s;
	line-height: 1;
	color: #fff;
	animation-delay: 0.8s;
	background: #02557E;
	margin-top: 15px;
}
#hero .btn-get-started:hover {
	background: #ef6445;
}
.content_blk {
	background: rgba(2, 85, 126, 1);
	padding: 40px;
	border-radius: 8px;
}
.cont_hero {
	position: relative;
	z-index: 1;
}
.content_blk h2 {
	color: #fff;
	font-size: 42px;
	margin: 0px 0px 30px;
	padding: 0px 0px 20px;
	position: relative;
}
.content_blk h3 {
	margin: 0px 0px 25px;
	padding: 0px;
	font-size: 35px;
	color: #fff;
	max-width: 460px;
}
.content_blk .btnset {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	border: #DDDB00 solid 1px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 14px 32px;
}
 .content_blk::before {
 content: '';
 position: absolute;
 width: 200px;
 height: 80%;
 background: #dddb00;
 left: 0px;
 top: -15px;
 border-radius: 10px;
 z-index: -1;
}
@media (max-width: 767px) {
  .content_blk {
    padding: 25px;
  }
  .content_blk h2 {
    font-size: 26px !important;
    margin: 0px 0px 15px !important;
    padding: 0px 0px 10px !important;
  }
  .content_blk h3 {
    font-size: 20px !important;
    margin: 0px 0px 20px !important;
  }
  .content_blk::before {
    display: none;
  }
}
.img_col {
	max-width: 493px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.img_col::after {
 content: '';
 position: absolute;
 background: #02557E;
 bottom: -18px;
 right: -18px;
 width: calc(100% - 149px);
 height: calc(100% - 89px);
 z-index: -1;
 border-radius: 8px;
}
.img_col img {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.about h1 {
	font-size: 40px;
	margin-bottom: 20px;
	color:#000;
	font-weight:700;
}
.about p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 15px;
}
@media (max-width: 992px) {
 #hero {
 height: 100vh;
}
 #hero .carousel-container {
 text-align: center;
 top: 74px;
}
}
 @media (max-width: 768px) {
 #hero h2 {
 font-size: 30px;
}
}
 @media (min-width: 1024px) {
 #hero .carousel-control-prev,  #hero .carousel-control-next {
 width: 5%;
}
}
 @media (max-height: 500px) {
 #hero {
 height: 120vh;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 80px 0;
}
.section-bg {
	background-color: #f6f9fd;
}
.section-title {
	padding-bottom: 40px;
}
.section-title h2 {
	font-size: 35px;
	font-weight: 700;
	padding-bottom:30px;
	line-height: 35px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	color:#02557E;
	text-align:center;
	font-family: "Poppins", sans-serif;
}
.industries-sec {
	text-align:center;
	padding: 40px 0;
}
.industries-sec .section-title {
	padding-bottom: 10px;
}
.industries-sec .section-title h2 {
	padding-bottom: 10px;
}
.industries-sec .content {
	padding-top:15px;
}
.industries-sec img {
	margin-bottom:30px;
}
.industries-sec h4 {
	font-weight: 600;
	font-size: 16px;
	color: #000;
	text-align: center;
}
 @media (max-width: 992px) {
.service-sec .wp-block-image {
 width: 270px;
 height: 270px;
 border-radius: 100%;
 position: relative;
 margin: 0 auto 25px;
}
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding-left: 28px;
	position: relative;
}
.about .content ul li+li {
	margin-top: 10px;
}
.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #02557E;
	line-height: 1;
}
.about .content p:last-child {
	margin-bottom: 0;
}
.about .content .btn-learn-more {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #02557E;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #02557E;
}
.about .content .btn-learn-more:hover {
	background: #02557E;
	color: #fff;
	text-decoration: none;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
	padding:40px 0px;
	background:url(../img/core_bg.webp) no-repeat scroll 0% 0%;
	width:100%;
	background-size:cover;
}
@media (min-width: 992px) {
    .why-us {
        padding: 60px 0px;
    }
}
.why-choose {
	padding:100px 0px;
	background:url(../img/choose_bg.webp) no-repeat scroll 0% 0%;
	width:100%;
	background-size:cover;
}
.why-choose .section-title h2 {
	color:#fff;
}
.why-choose h3 {
	color: #fff;
	font-size: 20px;
	margin: 0px;
	padding: 15px 0px 0px;
	margin: 0px;
	font-weight:600;
	text-align: center;
}
.why-us .section-title h2 {
	color:#fff;
}
.why-us .content {
	padding: 60px 100px 0 100px;
}
.why-us img {
	margin-bottom:15px;
}
.why-us h3 {
	font-weight: 400;
	font-size: 20px;
	color:#fff;
}
.why-us .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}
.why-us .content p {
	font-size: 15px;
	color: #848484;
}
.why-us .video-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
	position: relative;
}
.why-us .accordion-list {
	padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
	padding: 0;
	list-style: none;
}
.why-us .accordion-list li+li {
	margin-top: 15px;
}
.why-us .accordion-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}
.why-us .accordion-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-right: 30px;
	outline: none;
	color: #0b2341;
	cursor: pointer;
}
.why-us .accordion-list span {
	color: #02557E;
	font-weight: 600;
	font-size: 18px;
	padding-right: 10px;
}
.why-us .accordion-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}
.why-us .accordion-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
	display: none;
}
.why-us .accordion-list a.collapsed {
	color: #0b2341;
}
.why-us .accordion-list a.collapsed:hover {
	color: #02557E;
}
.why-us .accordion-list a.collapsed .icon-show {
	display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
	display: none;
}
.why-us .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#02557E 50%, rgba(237, 80, 46, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}
 .why-us .play-btn::after {
 content: "";
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translateX(-40%) translateY(-50%);
 width: 0;
 height: 0;
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 15px solid #fff;
 z-index: 100;
 transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 .why-us .play-btn::before {
 content: "";
 position: absolute;
 width: 120px;
 height: 120px;
 animation-delay: 0s;
 animation: pulsate-btn 2s;
 animation-direction: forwards;
 animation-iteration-count: infinite;
 animation-timing-function: steps;
 opacity: 1;
 border-radius: 50%;
 border: 5px solid rgba(237, 80, 46, 0.7);
 top: -15%;
 left: -15%;
 background: rgba(198, 16, 0, 0);
}
 .why-us .play-btn:hover::after {
 border-left: 15px solid #02557E;
 transform: scale(20);
}
 .why-us .play-btn:hover::before {
 content: "";
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translateX(-40%) translateY(-50%);
 width: 0;
 height: 0;
 border: none;
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 15px solid #fff;
 z-index: 200;
 animation: none;
 border-radius: 0;
}
.checked {
	color: #fbc634;
}
@media (max-width: 1024px) {
 .why-us .content,  .why-us .accordion-list {
 padding-left: 0;
 padding-right: 0;
}
}
 @media (max-width: 992px) {
 .why-us .content {
 padding-top: 30px;
}
 .why-us .accordion-list {
 padding-bottom: 30px;
}
}
 @keyframes pulsate-btn {
 0% {
 transform: scale(0.6, 0.6);
 opacity: 1;
}
 100% {
 transform: scale(1, 1);
 opacity: 0;
}
}
/* Recent-posts Section - Home Page
------------------------------*/
.recent-posts article {
	background-color: var(--color-box-background);
	padding: 30px;
	box-shadow: 0px 0px 20px #0000000D;
	border: 1px solid #E9E9E9;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.recent-posts .post-img {
	max-height: 240px;
	margin: -30px -30px 15px -30px;
	overflow: hidden;
}
.recent-posts .post-category {
	font-size: 14px;
	color: rgba(var(--color-default-rgb), 0.5);
	margin-bottom: 10px;
}
.recent-posts .title {
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px 0;
}
.recent-posts .title a {
	color: var(--color-secondary);
	transition: 0.3s;
}
.recent-posts .title a:hover {
	color: var(--color-primary);
}
.recent-posts .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.recent-posts .post-author {
	font-weight: 600;
	margin-bottom: 5px;
}
.recent-posts .post-date {
	font-size: 14px;
	color: rgba(var(--color-default-rgb), 0.5);
	margin-bottom: 10px;
	margin-top:10px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .container {
	max-width: 1520px;
	width: 94%;
}
.services {
	padding-top: 10px; /* Reduce space before section */
}
.services .icon-box {
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	text-align: left;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding:20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.icon {
	margin-bottom:15px;
}
.services ul {
	padding-left:15px;
}
.services ul li {
	color:#292829;
	font-size:16px;
}
.services .icon-box h4 a {
	color: #0b2341;
}
.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.services .icon-box:hover {
	background: #02557E;
	border-color: #02557E;
}
.services h3{ min-height:70px;}
.services h3 a {
	color: #02557E;
	font-size: 22px;
	margin: 0px;
	font-weight:700;
	padding: 0px 0px 20px;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.services .icon-box:hover .icon i {
	color: #02557E;
}
 .services .icon-box:hover .icon::before {
 background: #f1775d;
}
.services .icon-box:hover p {
	color: #fff;
}
.services a.btn-learn-more {
	border: #cdcb00 solid 1px;
	display: inline-block;
	padding: 6px 17px;
	color: #cdcb00;
	text-decoration: none;
	margin: auto 0 0;
	align-self: flex-start;
}
.services .icon-box:hover h3 a {
	color:#CDCB00;
}
.services .icon-box:hover ul li {
	color: #fff;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
	padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
	overflow: hidden;
}
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 20px;
	margin: 30px 15px;
	min-height: 380px;
	box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
	position: relative;
	background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 10px;
	border: 6px solid #fff;
	position: absolute;
	left: -45px;
}
.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}
.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
	color: #fdedea;
	font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}
.testimonials .testimonial-item p {
	font-style: italic;
	margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #02557E;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #02557E;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background:#02557E;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: #CDCB00;
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio .portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item img {
	border:1px solid #ccc;
}
.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: rgba(0, 0, 0, 0.9);
	padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #fff;
}
.portfolio .portfolio-item .portfolio-info p {
	color: #1a5298;
	font-size: 14px;
	margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #fff;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #fff;
}
.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
	color: #f59f8c;
}
.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 20px;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #02557E;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #02557E;
}
.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}
.portfolio-details .portfolio-description {
	padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #e9f1fb;
}
.faq .faq-item i {
	color: #669ee5;
	font-size: 20px;
	float: left;
	line-height: 0;
	padding: 13px 0 0 0;
	margin: 0;
}
.faq .faq-item h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 10px 28px;
	font-family: "Poppins", sans-serif;
}
.faq .faq-item p {
	font-size: 15px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
	color: #0b2341;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 20px 0 30px 0;
	background: #fff;
}
.contact .info-box i {
	font-size: 32px;
	color: #02557E;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #fbdad2;
}
.contact .info-box h3 {
	font-size: 20px;
	color: #777777;
	font-weight: 700;
	margin: 10px 0;
}
.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.contact .php-email-form {
	padding: 30px;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #02557E;
}
.contact .php-email-form input {
	padding: 10px 15px;
}
.contact .php-email-form textarea {
	padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
	background: #02557E;
	border: 0;
	padding: 10px 30px;
	border-radius: 4px;
	color: #fff;
	transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
	background: #ef6445;
}
 @keyframes animate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	text-align:center;
	background: linear-gradient(0deg, #06405c, #1f9bb7);
	background: -webkit-linear-gradient(0deg, #06405c, #1f9bb7);
	background: -moz-linear-gradient(0deg, #06405c, #1f9bb7);
	background: -o-linear-gradient(0deg, #06405c, #1f9bb7);
	background: -ms-linear-gradient(0deg, #06405c, #1f9bb7);
	padding: 91px 0px 82px 0px;
}
 @media (max-width: 992px) {
 .breadcrumbs {
 margin-top: 0px;
}
}
.breadcrumbs h1 {
	font-size:40px;
	font-weight: 700;
	color: #fff;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 15px 0 10px 0;
	margin: 0;
	font-size: 14px;
	justify-content: center;
}
.breadcrumbs ol li {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
}
.breadcrumbs ol li a {
	color:#fff;
	font-size: 15px;
}
.breadcrumbs ol li+li {
	padding-left: 10px;
}
 .breadcrumbs ol li+li::before {
 display: inline-block;
 padding-right: 10px;
 color: rgba(255, 255, 255, 0.7);
 content: "/";
}
.contact-sec .info-box {
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
	padding-bottom:10px;
	color: #fff;
	line-height: 24px;
}
.contact-sec h4 {
	font-weight: 700;
	color: #02557E;
	font-size: 15px;
	position: relative;
}
.contact-sec .info-box i {
	float: left;
	color: #333;
	min-height: 60px;
	font-size: 30px;
	padding-right:15px;
	display: block;
}
.contact-sec .info-box p {
	padding-left:46px;
	font-size:16px;
	color:#333;
}
.contact-sec .info-box p a {
	color:#333;
}
.contact-sec h3 {
	font-size: 35px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 40px;
	padding: 0px;
}
.contact-sec input[type="text"], .contact-sec input[type="email"], .contact-sec input[type="tel"] {
	background: #fff;
	border: 1px solid #CACACA;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #333333;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	padding: 0 20px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 55px;
	margin-bottom: 0px;
}
.contact-sec .form-group {
	display: block;
	margin-bottom: 30px;
}
.contact-sec button {
	background: #2b7095;
	COLOR: #FFF;
	text-transform:uppercase;
	font-size:16px;
	border: 1px solid #2b7095;
	display:block;
	padding: 12px 20px 10px;
	width:100%;
	font-weight: 700;
	border-radius:5px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background:#02557E;
	color: #fff;
	font-size: 14px;
}
#footer .container-fluid {
	padding:0px;
	margin:0px;
}
#footer .footer-top {
	padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
	margin-bottom: 15px;
	background: #05101e;
	border-top: 4px solid #02557E;
	text-align: center;
	padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	padding-left:15px;
	font-family: "Raleway", sans-serif;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	margin-left:2px;
	border-radius:50px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	background:#3261A8;
}
#footer .footer-top .social-links a.twitter {
	background:#3598F3;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #ef6445;
	font-size: 18px;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
	color: #ef6445;
}
#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px 2px 20px;
	background: #02557E;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
	background: #ef6445;
}
#footer .copyright {
	padding: 15px 0;
	background: #0D3A50;
	color: #fff;
	text-align: center;
}
#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
#footer .info-box {
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
	padding-bottom:10px;
	color: #fff;
	line-height: 24px;
}
#footer h4 {
	color:#CDCB00;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
#footer .info-box i {
	float: left;
	color: #CDCB00;
	min-height: 60px;
	font-size: 30px;
	padding-right:15px;
	display: block;
}

#footer .info-box i.add {min-height: 90px;}

#footer .info-box p {
	padding-left:46px;
	font-size:16px;
	color:#fff;
}
#footer h3 {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 40px;
	padding: 0px;
}
#footer input[type="text"], #footer input[type="email"], #footer input[type="tel"] {
	background: #FFFFFF;
	border: 1px solid #CACACA;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #333333;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	padding: 0 20px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 55px;
	margin-bottom: 0px;
}
#footer .form-group {
	display: block;
	margin-bottom: 30px;
}
#footer button {
	background: #f58220;
	COLOR: #FFF;
	text-transform:uppercase;
	font-size:16px;
	border: navajowhite;
	display:block;
	padding: 12px 20px 10px;
	width:100%;
	font-weight: 700;
	border-radius:5px;
}
@media (max-width: 575px) {
 #footer .footer-top .footer-info {
 margin: -20px 0 30px 0;
}
}

.copyright a{color:#fff;}

.template-btn{
    background: #02557E;
    border-radius: 4px; padding:10px 25px;
    color: #fff!important;
}

.company-stats {
  background: #02557E;
  padding: 60px 20px;
  color: #fff;
  margin-bottom: 60px;
}

.stats-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

/* Default (Desktop - 4 columns) */
.stat-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
}

.stat-item .icon {
  font-size: 35px;
  color: #fff;
}

.stat-content h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.stat-content p {
  margin: 5px 0 0;
  font-size: 18px;
  color: #fff;
}

/* ============================= */
/* Tablet (2 columns) */
@media (max-width: 992px) {
  .stat-item {
    width: 50%;
  }
}

/* ============================= */
/* Mobile (1 column) */
@media (max-width: 576px) {

  .stats-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;   /* ✅ center whole items */
  }

  .stat-item {
    width: auto;           /* ✅ shrink to content width */
    justify-content: flex-start;  /* keep icon + text layout */
  }

  .stat-content {
    text-align: left;      /* keep text left aligned */
  }

}


.cta-section {
  background-color: #02557E;
  padding: 48px 24px;
  text-align: center;
  border-radius: var(--border-radius-lg);
}
.cta-subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 8px;
}
.cta-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 28px;
}
.cta-btn {
  display: inline-block;
  background: #c0432a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.cta-btn:hover {
  background: #a8371f;
}
table {
  
  width: 95%;
}

td {
  border: 1px solid white;
  padding: 8px;
}


.table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* FAQ Styles */
.faq-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}
.category-title {
  font-size: 22px;
  font-weight: 700;
  color: #0D3A50;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #f89c3e;
  padding-left: 15px;
  font-family: "Raleway", sans-serif;
}
.category-title:first-of-type {
  margin-top: 0;
}
.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}
.accordion-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.accordion-button {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #0D3A50;
  background-color: #fff;
  padding: 18px 25px;
  border: none;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0D3A50;
}
.accordion-button::after {
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.accordion-body {
  padding: 22px 25px;
  font-size: 15.5px;
  line-height: 1.75;
  color: #444;
  border-top: 1px solid #f1f1f1;
  background-color: #fafafa;
}
.faq-cta {
  background: linear-gradient(135deg, #0D3A50 0%, #02557E 100%);
  color: #fff;
  border-radius: 12px;
  padding: 40px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(13, 58, 80, 0.15);
}
.faq-cta h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.faq-cta p {
  color: #e0e0e0;
  font-size: 16px;
  margin-bottom: 25px;
}
.faq-cta .btn-cta {
  background-color: #f89c3e;
  color: #fff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.faq-cta .btn-cta:hover {
}

.stat-item .icon {
  font-size: 35px;
  color: #fff;
}

.stat-content h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.stat-content p {
  margin: 5px 0 0;
  font-size: 18px;
  color: #fff;
}

/* ============================= */
/* Tablet (2 columns) */
@media (max-width: 992px) {
  .stat-item {
    width: 50%;
  }
}

/* ============================= */
/* Mobile (1 column) */
@media (max-width: 576px) {

  .stats-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;   /* ✅ center whole items */
  }

  .stat-item {
    width: auto;           /* ✅ shrink to content width */
    justify-content: flex-start;  /* keep icon + text layout */
  }

  .stat-content {
    text-align: left;      /* keep text left aligned */
  }

}


.cta-section {
  background-color: #02557E;
  padding: 48px 24px;
  text-align: center;
  border-radius: var(--border-radius-lg);
}
.cta-subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 8px;
}
.cta-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 28px;
}
.cta-btn {
  display: inline-block;
  background: #c0432a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.cta-btn:hover {
  background: #a8371f;
}
table {
  
  width: 95%;
}

td {
  border: 1px solid white;
  padding: 8px;
}


.table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* FAQ Styles */
.faq-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}
.category-title {
  font-size: 22px;
  font-weight: 700;
  color: #0D3A50;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #f89c3e;
  padding-left: 15px;
  font-family: "Raleway", sans-serif;
}
.category-title:first-of-type {
  margin-top: 0;
}
.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}
.accordion-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.accordion-button {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #0D3A50;
  background-color: #fff;
  padding: 18px 25px;
  border: none;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0D3A50;
}
.accordion-button::after {
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.accordion-body {
  padding: 22px 25px;
  font-size: 15.5px;
  line-height: 1.75;
  color: #444;
  border-top: 1px solid #f1f1f1;
  background-color: #fafafa;
}
.faq-cta {
  background: linear-gradient(135deg, #0D3A50 0%, #02557E 100%);
  color: #fff;
  border-radius: 12px;
  padding: 40px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(13, 58, 80, 0.15);
}
.faq-cta h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.faq-cta p {
  color: #e0e0e0;
  font-size: 16px;
  margin-bottom: 25px;
}
.faq-cta .btn-cta {
  background-color: #f89c3e;
  color: #fff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.faq-cta .btn-cta:hover {
  background-color: #e58b2d;
  box-shadow: 0 5px 15px rgba(248, 156, 62, 0.4);
  color: #fff;
}

/* Global fix for 6-column elements (like Industries We Serve) to make them responsive */
@media (max-width: 991px) {
  /* Hide empty spacer columns on smaller screens */
  .row.content > .col-lg-2.mb-3:not(:has(img)) {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .row.content > .col-lg-2.mb-3 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .row.content > .col-lg-2.mb-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    text-align: center;
  }
}
