/* Custom CSS/Styles */
:root{
	--color-lightseagreen: lightseagreen;
	--color-theme-blue: #046bd2;
}
/* Testimonials Slider - CSS */
.testimonials_slider_item {
	margin-inline: 5px;
	/* box-shadow: 0 0 10px -5px; */
	border-radius: 5px;
	overflow: hidden;
	height: inherit !important;
}
.testimonials_slider_item_header {
	text-align: center;
}
.testimonials_slider_item_thumbnail_wrap {
	margin-bottom: 20px;
}
.testimonials_slider_item_hero_name,
.testimonials_slider_item_hero_designation {
	margin-bottom: 0 !important;
}
.testimonials_slider_item_review_title {
	margin-bottom: 10px !important;
}
.testimonials_slider_item_thumbnail_img {
	width: 100px !important;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	display: inline-block !important;
	text-align: center;
	background-color: chocolate;
}
.testimonials_slider_item_review_rating_img {
	width: 60px;
}
.testimonials_slider a{
	text-decoration: none !important;
}
.testimonials_slider a:hover{
	color: black !important;
}
.testimonials_slider_item_meta {
	padding: 30px 15px;
}
.testimonials_slider .slick-list {
	padding-bottom: 10px;
}
.testimonials_slider .slick-track {
	display: flex;
}
.testimonials_slider .slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	padding: 5px;
	width: 25px;
	height: 25px;
	/* border-radius: 100%; */
	line-height: 1;
	background-color: #f7f7f7 !important;
	transition: all .3s ease;
}
.testimonials_slider .slick-prev {
	left: -10px;
}
.testimonials_slider .slick-next {
	right: -10px;
}
.testimonials_slider .slick-dots {
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-top: 30px !important;
	padding: 0 !important;
	margin-left: 0;
}
.testimonials_slider .slick-dots button {
	padding: 0px !important;
	border-radius: 100%;
	line-height: 1;
	width: 10px;
	aspect-ratio: 1/1;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all .3s ease;
	border: 2px solid;
}
.testimonials_slider .slick-dots li button:hover,
.testimonials_slider .slick-dots li.slick-active button{
	background-color: #3F4B5D !important;
}
/* Adding arrows to prev/next slick buttons */
.testimonials_slider .slick-arrow::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	font: 14px / 1 FontAwesome;
	font-size: 18px !important;
	color: #3F4B5D;
}
.testimonials_slider .slick-prev::before{
	content: '\f104';
}
.testimonials_slider .slick-next::before{
	content: '\f105';
}
.testimonials_slider .slick-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Portfolio CSS */
.portfolio-filters {
	text-align: center;	
	margin-bottom: 20px;
}
.filter-button {
	margin: 5px;
	padding: 10px 20px;
	background-color: #333;
	color: #fff;
	border: none;
	cursor: pointer;
}
.filter-button.active {
	background: var(--color-theme-blue) !important;
}
.portfolio-item {
	position: relative;
	overflow: hidden;
}
.portfolio-item img {
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
	object-fit: cover;
	background-color: chocolate;
}
.portfolio-item-text {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 1s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}
.portfolio-item .portfolio-item-title {
	margin: 0;
	color: white !important;
}
.portfolio-item:nth-child(odd) .portfolio-item-text  {
	transform: translate(-100%, 100%);
}
.portfolio-item:nth-child(even) .portfolio-item-text  {
	transform: translate(100%, 100%);
}
.portfolio-item-wrap:hover .portfolio-item-text{
	transform: translate(0);
}
/* Layout: Grid */
.layout_grid .portfolio-items {
	display: flex;
	flex-wrap: wrap;
}
.layout_grid .portfolio-item {
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 1s ease;
}
.portfolio-item:not(.active){
	margin-right: 0;
	margin-bottom: 0;
}
.layout_grid .portfolio-item img{
	aspect-ratio: 1 / 1;
}
/* Layout: Masonry */
.layout_masonry .portfolio-items {
	margin: 0;
	-webkit-column-count: 4; 
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 10px;
	overflow: hidden;
}
.layout_masonry .portfolio-item {
	display: none;
}
.wise_menu_page_title {
	font-weight: 700 !important;
}
.welcome_message {
	font-weight: 100;
	font-style: italic;
	font-size: 14px;
	display: block;
}
#wise_menu_page button {
	padding: 5px;
	cursor: pointer;
	font-weight: 600;
}
#wise_menu_page button[disabled] {
	cursor: not-allowed !important;
}
.cpt_delete_btn {
	background-color: #d63638;
	color: white !important;
	border: none;
	border-radius: 5px;
}
#wise_menu_page th {
	font-weight: 700;
}
#cpt_area,
#portfolio_area,
#shortcodes {
	margin-block: 20px;
}
#wiselogix-message .notice{
	padding: 10px;
}
#wiselogix_module_cpt_form {
	margin-bottom: 20px;
}
.portfolio_enabled_tick {
	color: green;
	font-size: 26px;
	font-weight: 700;
}
/* FBM CSS ended. */


/* Smart Slider */

.banner-inner > div {
	display: block !important;
}
.header_main_text{
	margin-bottom:15px !important;
}
.header_main_text h1 {
	font-size: 48px !important;
	line-height: 50px !important;
	font-weight: 700 !important;
	color: #fff !important;
}
.header_bottom_text h2 {
	font-size: 19px !important;
	line-height: 27px !important;
	font-weight: 400 !important;
	margin-bottom:15px !important;
}
.header_bottom_text{
	margin:auto !important;
}
.header_white_btn{
	display: inline-block !important;
}
/* .header_white_btn{
margin-right:50px !important;
} */
.header_white_btn a {
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
	padding: 10px 40px !important;
	border: none !important;
	background: #61A6E5 !important;
	border-radius: 2px !important;
}
.header_white_btn a:hover {
	background: #033140 !important;
	color: #fff !important;
}
.n2-ss-slider .n2-ss-slide-background-image img {
	object-fit: contain !important;
	background: #FDFDFC !important;
}

/* Akram CSS Start */

.contact-box .elementor-image-box-title {
	font-size: 22px !important;
}
html .contact-box .elementor-image-box-img {
	width: 100% !important;
}
html .contact-box .elementor-image-box-img img {
	margin: auto;
}
.contact-box 
.sticky-element {
	position: relative;
}
.sticky-element .elementor-widget-wrap{
	height: fit-content;
	position:sticky;
	top: 120px;
	left:0;
}
.partners-logo figure img {
	margin: auto;
}
.customer-icon-wrap .service_box {
	padding: 18px 25px 18px 20px;
}
.customer-icon-wrap .service_box:nth-child(1) {
	margin-top:0 !important;
}
.customer-icon-wrap .elementor-icon-box-content {
	display: flex;
	gap: 20px;
	height: fit-content;
}

.nav-ul ul {
	list-style: disc;
	margin: 0 0 0 20px;
}
.navigation-links a {
	width: fit-content !important;
	margin-bottom: 10px;
	gap: 8px;
	background: #ffffff;
	padding: 10px;

}
.navigation-links .elementor-widget-container{
	overflow: visible !important;
}
.navigation-links a:hover{
	transform: translateY(-3px);
	box-shadow: 13px 10px 19px #dfdfdf, -10px -10px 19px #dfdfdf;
	background:#039843;
	color:#ffffff;
}
.navigation-links a:focus{
	background:#039843;
	color:#ffffff;
}
.navigation-links a:hover .elementor-icon-list-icon svg{
	fill:#ffffff;
}
/* .navigation-links a .elementor-icon-list-icon {
	order: 1;
} */
.links_2 a .elementor-icon-list-icon {
	order: 1;
}



/* form css */

.contect-pageform-outer .left-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.form-wrapper-field p {
	display: flex;
	height: auto;
	align-items: center;
	margin-bottom:0;
}
.form-wrapper-field input,
.form-wrapper-field input:focus,
.form-wrapper-field select,
.form-wrapper-field select:focus{
	background: transparent;
	border: none !important;
	outline: none;
	box-shadow: none;
	color:#181818;
}
.form-wrapper-field textarea {
	background: transparent;
	border: none !important;
	outline: none;
	box-shadow: none;
	height: 130px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color:#181818;
}
.check-box h4 {
	margin-bottom: 15px;
}
.check-box .wpcf7-list-item.first {
	margin: 0;
}
.form-wrapper-field {
	border-bottom: 1px solid #1e293b4a;
	margin: 0 0 26px 0;
	position:relative;
}
.form-wrapper-field:before{
	content:'';
	display: block;
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:0;
	background:#039843;
	margin:auto;
	transition-duration: 1s;
}
.form-wrapper-field:focus-within:before,
.form-wrapper-field:hover:before{
	width:100%;
}
.full-width-section .form-wrapper-field p {
	align-items: start;
}
.full-width-section .wpcf7-submit,
.full-width-section .wpcf7-submit:hover,
.full-width-section .wpcf7-submit:focus{
	line-height: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 2px;
	color: #fff !important;
	padding: 10px 30px !important;
	border: 2px solid #61A6E5 !important;
	background: #61A6E5 !important;
	margin-top:25px;
}
.form-wrapper-field::placeholder {
	color: #363636;
}
.form-wrapper-field .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -24px;
	left: 15px;
}
.form-wrapper-field::placeholder {
	color: #363636;
}
.form-wrapper-field .fa-pen {
	position: relative;
	top: 3px;
}
.form-wrapper-field i{
	color:#039843;
}

@media (max-width: 767px){
	.contect-pageform-outer .left-section {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
	}
	.check-box .wpcf7-list-item {
		margin: 0;
	}
	.check-box .wpcf7-list-item.first {
		margin-bottom: 15px;
	}
}

/* Akram CSS End */





@media only screen and (max-width: 991px) and (min-width: 768px){
	.header_main_text h1 {
		font-size: 36px !important;
		line-height: 40px !important;
	}
	.header_bottom_text h2 {
		margin-bottom: 20px !important;
	}
}


@media only screen and (max-width: 767px) and (min-width: 481px){
	.header_main_text h1 {
		font-size: 28px !important;
		line-height: 33px !important;
	}
	.header_main_text {
		margin-bottom: 5px !important;
	}
	.header_bottom_text h2 {
		font-size: 18px !important;
		line-height: 25px !important;
		font-weight: 400 !important;
		margin-bottom: 10px !important;
	}
	.header_white_btn {
		margin-right: 30px !important;
	}
	.customer-icon-wrap .service_box .read-more-button i {
		margin-top: -5px;
		display: block;
	}
	.customer-icon-wrap .elementor-icon-box-content {
		align-items: center;
	}
}


@media screen and (max-width: 480px){
	.header_main_text {
		margin-bottom: 5px !important;
	}
	.header_main_text h1 {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	.header_bottom_text h2 {
		font-size: 18px !important;
		line-height: 22px !important;
		margin-bottom:20px !important;
	}
	.header_white_btn {
		margin-right: 0 !important;
		margin-bottom: 10px !important;
	}
	.header_white_btn {
		display: block !important;
		text-align: center;
	}
	.customer-icon-wrap .service_box .read-more-button i {
		margin-top: -5px !important;
		display: block;
	}
	.customer-icon-wrap .elementor-icon-box-content {
		align-items: center;
	}
}

/* Banner Fix CSS */
html .main_page_banner .n2-ss-slide-background-image {
	--ss-o-pos-x: 50% !important;
	--ss-o-pos-y: 50% !important;
}