/*
Theme Name: Codexin
Author: Themeitems
Author URI: #
Description: Responsive Multipurpose WordPress Theme
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codexin
Tags: corporate, portfolio, two-columns, left-sidebar, custom-colors, custom-header, featured-images, post-formats
Copyright: (c) 2017 Themeitems.
*/

/**************************************
Primary Color: #60732b
Secondary Color: #ffc845;
body color: rgba(56,56,56,.95);

Primary Font: 'Source Sans Pro', sans-serif;
Secondary Font: 'Oswald', sans-serif;
Tertiary Font: 'Montserrat', sans-serif;

00 global - Typography
01 global - Colors
02 global - Structure
03 global - lists
04 global - images
05 global - shortcodes
06 global - forms

10 header
11 header - logo
12 header - nav

20 home
21 home - showcase
22 Buttons

30 page
31 page - about
32 page - contact

61 social bar
62 top bar

70 sidebar

80 footer
**************************************/

/**************************************
s00 global - Typography
**************************************/
html,
body {
	line-height: 1.5 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900 !important;
}

blockquote {
	border-left-width: 5px;
	border-left-style: solid;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.render-image img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

div#copyright_text,
#footer_menu a {
	font-family: "Futura PT";
}

#showcase h1,
#page_title h1 {
	line-height: 1.2;
}

.page-title-area h1 {
	padding-left: 30px;
	position: relative;
	font-size: 35px;
	line-height: 1.2;
}

.page-title-area h1:before {
	content: "";
	width: 6px;
	height: 37px;
	position: absolute;
	left: 0;
	top: 1px;
	background: #967047;
}

.page-title-area p {
	padding-left: 30px;
	margin: 0;
}

#showcase p {
	color: #d4d4d7;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
}

#nav a {
	font-size: 15px;
}

#showcase {
	position: relative;
	margin-bottom: 120px;
	padding-top: 135px;
}

div#showcase:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #fff;
}

.page-title-area h1 {
	/* color: white; */
	/* background-image: url(/wp-content/uploads/2020/09/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	/* font-size: 200px; */
	/* margin-bottom: 40px !important; */
	/* display: inline-block; */
}
.page-logo{
	margin-bottom: 50px;
}
div#showcase .page-logo {
    position: relative;
    left: -35px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-title-area h1 {
		background-image: none !important;
	}
}


#page_title .page-title-area h1,
#page_title .page-title-area p{
	max-width: 785px;
}

div#toTop:hover {
	background: #333;
}

/* loding btn  */
.data-loading {
	position: relative;
}

.rh-btn.data-loading i {
	opacity: 0;
	visibility: hidden;
}

.data-loading::after {
	position: absolute;
	border-width: 2px;
	border-color: #967047 #967047 #967047 transparent;
	border-radius: 50%;
	border-style: solid;
	animation: cx-spin-fast 1s linear infinite;
	content: " ";
	width: 15px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 25%;
}

@keyframes cx-spin-fast {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}
@-webkit-keyframes cx-spin-fast {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}
@-o-keyframes cx-spin-fast {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}
@-ms-keyframes cx-spin-fast {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}

/************************************************************/

/************************************************************
	01 - Global Colors
*************************************************************/

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
header.header.headroom--not-top {
	box-shadow: 0 0px 33px -27px #000;
}
.headroom {
	will-change: transform;
	transition: transform 200ms linear;
}
.headroom--pinned {
	transform: translateY(0%);
}
.headroom--unpinned {
	transform: translateY(-100%);
}
header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .3s;
}
.admin-bar header.header {
	top: 32px;
}

ul#main_menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	bottom: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

ul#main_menu li.current-menu-item a:before,
ul#main_menu li:hover a:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
}
/* Call btn at sidebar */

/* WP BASE CSS Color */

.image-featured img {
	width: 100%;
	max-width: 100%;
}

.wp-caption {
	background: #f5f5f5;
	border: 1px solid #dedede;
}

.page-links span {
	background: #60732b none repeat scroll 0 0;
	border: 1px solid;
	color: #fff;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.posts-nav {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.advantage-list-spacing ol {
	padding-left: 9px;
}

.advantage-list-spacing ol li {
	margin-bottom: 20px;
}

.search .search-title {
	margin-bottom: 20px;
	font-size: 26px;
}
.search .post-item {
	border: 0;
	padding-top: 40px !important;
	margin-top: 40px;
	padding-bottom: 0;
	border-top: 1px dashed #ddd;
}
.search-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.search-content .image-featured {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 25px 0 0;
}
.search-content .post-details {
	-webkit-box-flex: 0;
	-ms-flex: 1 0 72%;
	flex: 1 0 72%;
	-webkit-box-shadow: 5px 5px 5px -2px rgba(85, 85, 85, .10);
	box-shadow: 5px 5px 5px -2px rgba(85, 85, 85, .10);
	padding: 25px;
}
.search #whole h2.post-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 0;
}
.search-content .post-excerpt {
	margin-bottom: 0;
	margin-top: 10px;
}

.search-no-results form.input-group,
.error404 form.input-group {
	max-width: 750px;
	width: 100%;
	margin-top: 20px;
}
.search-no-results .input-group .form-control,
.error404 .input-group .form-control {
	width: calc(100% - 50px) !important;
	border: 1px solid #ccc;
	height: 50px !important;
}
.search-no-results form.input-group input.submit-button,
.error404 form.input-group input.submit-button {
	border: 1px solid #ccc;
	border-left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	width: 50px !important;
}
.search-no-results form.input-group input.submit-button,
.error404 form.input-group input.submit-button {
	border: 1px solid #ccc;
	border-left: 0;
	height: 50px !important;
}
/**************************************
s02 global - structure
**************************************/

.section {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

#content {
	padding-top: 0;
	padding-bottom: 0px;
}

#page_title {
	padding-top: 65px;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	margin-bottom: 50px;
}

#showcase h1,
#page_title h1 {
	/* margin-bottom: 0; */
	/* text-transform: uppercase; */
	/* -webkit-filter: grayscale(1); */
	/* filter: grayscale(1); */
}
.thumbnail-img {
	max-width: 300px;
}

.thumbnail-img.alignleft,
.thumbnail-img.pull-left {
	margin-right: 20px;
	margin-bottom: 15px;
}
.thumbnail-img.alignright,
.thumbnail-img.pull-right {
	margin-left: 20px;
	margin-bottom: 15px;
}

/**************************************
s03 global - lists
**************************************/

/**************************************
s04 global - images
**************************************/

/**************************************
s05 global - shortcodes
**************************************/

/**************************************
s06 global - forms
**************************************/

input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
	height: 40px;
}

input[type="submit"] {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	outline: none;
}

form input[type="search"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/**************************************
s10 header
**************************************/

/**************************************
s11 header - logo
**************************************/

.logo {
	max-width: 174px;
}

@media screen and (max-width: 767px) {
	.logo {
		float: left;
	}
}

/**************************************
s12 header - nav
**************************************/
.header-top {
	padding: 25px 0;
}
#nav a {
	font-weight: 900 !important;
}
.logo a.navbar-brand {
	display: inline-block;
	height: auto;
}

.header-top .logo {
	overflow: hidden;
	max-width: 130px;
}
.header-top .logo img {
	width: 100%;
}
ul#main_menu li {
	margin-left: 33px;
}

ul#main_menu {
	margin: 0;
}

/**************************************
s13 header - Mobile Menu
**************************************/
div#mobile-menu ul {
	padding-left: 0;
}

.primary-nav button#c-button--slide-left {
	margin: 0;
	padding: 8px 12px;
	outline: 0;
	font-size: 14px;
}

/**************************************
s20 home
**************************************/

/**************************************
s21 home - showcase
**************************************/

/************************************************************
	s22 Buttons
*************************************************************/

/**************************************
s61 social bar
**************************************/

/**************************************
s62 top bar
**************************************/

/**************************************
s70 sidebar
**************************************/
.woi-btn {
}
.woi-btn a {
	font-weight: 900;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 65px;
	padding-right: 65px;
}

.contact-widget {
	margin: 0;
	padding: 0;
}

.contact-widget li {
	list-style-type: none;
}

.subscription-form-wrap {
	display: flex;
}

.subscription-form-wrap input {
	height: 50px;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	padding: 0 14px;
}

.subscription-form-wrap input.wpcf7-submit {
	max-width: 120px;
	font-size: 14px;
	font-weight: 900;
	background: #505563;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.subscription-form-wrap span.wpcf7-form-control-wrap.your-email {
	max-width: calc(100% - 120px);
	width: 100%;
}

.subscription-form-wrap span.wpcf7-form-control-wrap.your-email {
	margin-right: 20px;
}

.testimonial-description {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.3;
	color: #d4d4d7;
}

.testimonial-description p:last-child {
	margin-bottom: 0;
}

.wonder h2 {
	font-size: 20px;
	margin: 0;
}

.wonder .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-slider .wonder.title-bar {
	padding-top: 25px;
}

.wonder h2 {
	font-size: 20px;
	margin: 0;
}

.wonder h2 span {
	color: #d4d4d7;
}

.testimonial-description {
	margin-bottom: 34px;
}

.designation {
	font-weight: 900;
}

.designation {
	font-weight: 900;
	max-width: 400px;
}

.wonder .name {
	margin-bottom: 15px;
}

.case-studies-slider {
	/* max-width: 80%; */
	margin-right: 0 !important;
}

section.case-slider-section {
	position: absolute;
	top: 50%;
	margin: auto;
	right: 0%;
	transform: translateY(-50%);
}
section.case-slider-section {
	position: absolute;
	top: 50%;
	margin: auto;
	right: -13%;
	transform: translateY(-50%);
}

.featured-case-study .case-studies-slider .swiper-slide {
	width: 315px;
}

.featured-case-study .image {
	margin-bottom: 10px;
}

.featured-case-study .case-studies-slider {
	margin-left: 26%;
}

.case-navigation {
	position: relative;
	margin-left: -9px;
}

.case-navigation .swiper-button-prev,
.case-navigation .swiper-button-next {
	background-image: none;
}

.case-navigation .swiper-button-prev,
.case-navigation .swiper-button-next {
	background-image: none;
	width: 30px;
	height: 30px;
	bottom: 0;
	top: inherit;
	left: 0%;
	outline: 0;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
}

.case-navigation .swiper-button-next {
	left: 35px;
}
.case-name h2 {
	font-size: 18px;
	padding-left: 12px;
	line-height: 1.3;
}
/************************************************************
	Misci
*************************************************************/

/**************************************
s80 footer
**************************************/

#footer {
	padding-top: 30px;
	padding-bottom: 20px;
}

#copyright {
	text-align: center;
	padding: 15px;
}

#copyright p {
	margin-bottom: 0;
}

.sidebar-widget ul.latest-post-widget li::before {
	content: none;
}

.latest-post-widget .image {
	width: 65px;
	margin-right: 15px;
}

ul.latest-post-widget li {
	margin-bottom: 12px;
	padding-left: 0;
}

ul.latest-post-widget .post-wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

div#copyright_text,
#footer_menu a {
	line-height: 20px;
	font-size: 14px;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

#footer_menu a {
	font-weight: 700;
}

div#footer_right_center strong {
	font-weight: 400;
}

#footer_menu li {
	margin-right: 33px;
}
#footer_menu li:last-child {
	margin-right: 0;
}

#copyright_text,
.footer-menu {
	margin-top: 25px;
}
.border-top {
	border-color: #eef1f7 !important;
}

.footer-widget .widgettitle {
	font-size: 18px;
	font-weight: 900;
}

.title-bar {
	position: relative;
	padding-bottom: 15px;
}
.title-bar.bar-center:before {
	left: 0;
	right: 0;
	margin: auto;
}

.title-bar:before {
	content: "";
	width: 40px;
	height: 6px;
	position: absolute;
	bottom: 0;
}

.title-bar.bar-top:before {
	bottom: inherit;
	top: 0;
}

.title-bar.bar-top {
	padding-top: 38px;
	padding-bottom: 0;
}

.clarity-sec-bg,
.background-left {
	position: relative;
}

.background-left:before {
	content: "";
	position: absolute;
	background: #eef1f7;
	right: 0;
	bottom: 0;
	top: 0;
	width: 2000%;
}

.clarity-sec-bg:before {
	content: "";
	position: absolute;
	background: #eef1f7;
	left: 0%;
	top: 0;
	bottom: 0;
	width: 200px;
}

div#footer_middle .footer-middle {
	padding-left: 45px;
	padding-right: 45px;
}

ul.latest-post-widget li .titile {
	font-weight: 900;
	width: calc(100% - 80px);
}

ul.latest-post-widget li .titile h3 {
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
}

ul.latest-post-widget li .titile h3 a {
	line-height: 1.3;
}

div#footer_right_center p {
	margin-bottom: 5px;
}
div#footer_right_center p:first-child {
	margin-bottom: 15px;
}
.textwidget p:last-child {
	margin: 0;
}

.sidebar-widget.footer-widget {
	padding-top: 40px;
	padding-bottom: 45px;
}

ul.latest-post-widget,
ul.latest-post-widget li:last-child {
	margin-bottom: 0;
}

div#showcase .page-title-area {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.page-title-area p {
	padding-right: 50px;
}

.services-box figure.elementor-image-box-img img {
	max-width: 60px;
}

.member-description h2 {
	margin: 0;
}

.member-description .member-image {
	position: relative;
	overflow: hidden;
}

.member-description h2 {
	margin: 0;
	font-size: 16px;
}

.member-description .designation {
	font-weight: 400;
	margin-bottom: 10px;
	color: #6e6e6d;
	font-size: 16px;
}

.member-description {
	background: #eef1f7;
	position: relative;
	/* overflow: hidden; */
}
.member-content p:last-child {
	margin: 0;
}

.member-content {
	padding: 20px 15px;
}
.image-hover {
	overflow: hidden;
}
.image-hover img {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	/* cursor: pointer; */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.member-description .short-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(150, 112, 71, 0.6);
	color: #fff;
	padding: 40px 18px;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.member-description:hover .short-content {
	top: 0;
	opacity: 1;
}

.image-hover:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.servicesbox {
}
.servicesbox img {
	max-width: 70px !important;
	width: 100%;
}

.box-bar .elementor-column-wrap {
	position: relative;
}

.box-bar .elementor-column-wrap:before {
	content: "";
	position: absolute;
	right: 1px;
	top: 25px;
	bottom: 5px;
	width: 1px;
	background: #efefef;
}

.faq-content-bar .elementor-tab-content {
	position: relative;
	margin-bottom: 50px;
}

.faq-content-bar .elementor-tab-content p:last-child {
	margin: 0;
}
.faq-content-bar .elementor-tab-content:before {
	content: "";
	position: absolute;
}

.faq-content-bar .elementor-tab-content:before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	width: 2px;
	background: #967047;
	left: 85px;
}

.faq-section .elementor-accordion-item {
	border-bottom: 1px solid #ebebeb !important;
}

.contact-form-wrapper label,
.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper span.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.faq-section span.elementor-accordion-icon {
	margin-top: 3px;
}

.contact-form-wrapper label {
	color: #f4e9d5;
	font-weight: 500;
	font-size: 18px;
}

.contact-form-wrapper span.wpcf7-form-control-wrap input {
	margin-top: 5px;
}

.contact-form-wrapper span.wpcf7-form-control-wrap input {
	height: 50px;
}

.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper textarea {
	margin-top: 5px;
	border-radius: 7px;
	background: #575e72;
	border: 0;
	padding: 10px 15px;
	color: #f4e9d5;
}

.contact-form-wrapper input.wpcf7-submit {
	font-size: 14px;
	fill: #ffffff;
	color: #ffffff;
	font-weight: 900;
	background-color: #967047;
	border-radius: 13px 13px 13px 13px;
	height: 60px;
	width: 220px;
	margin: 0 auto;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	border: 2px solid;
}
.ctf-btn-wrapper {
	text-align: center;
	margin-top: 40px;
}
.ctf-btn {
	position: relative;
	display: inline-block;
}

.contact-form-wrapper div.wpcf7 .ajax-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	background-color: #fff;
	border-radius: 50%;
}

.contact-form-wrapper div.wpcf7 .ajax-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
}

.contact-form-wrapper input.wpcf7-submit:hover {
	/* color: #505563; */
	background-color: transparent;
}
.contact-form-wrapper textarea {
	height: 200px;
}

.contact-form-wrapper form.wpcf7-form {
	max-width: 320px;
	margin: auto;
}

/* news page  */

.featured-wrapper {
	height: 100%;
}

.featured-wrapper .image-featured {
	max-width: 315px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.featured-wrapper .image-featured a {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
}

.featured-wrapper .featured-content {
	max-width: calc(100% - 315px);
	width: 100%;
	background: #eef1f7;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.featured-content .post-meta {
	margin-top: auto;
}

.news-post .post-cats a {
	font-size: 16px;
	font-weight: 500;
}

.latest-post-wrapper .image-featured {
	max-width: 140px;
	height: 105px;
	margin: 0;
	width: 100%;
}

.latest-post-wrapper .image-featured a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.latest-post-wrapper h2.post-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500 !important;
}

.latest-post-wrapper .featured-content {
	padding: 5px 0px 5px 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.latest-post-wrapper .read-more a {
	margin: 0 !important;
	padding: 0;
}

.hover-bg-img {
	overflow: hidden;
}
.hover-bg-img a {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.hover-bg-img:hover a {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.latest-post .latest-post-wrapper + .latest-post-wrapper {
	margin-top: 25px;
	border-top: 1px solid;
	padding-top: 25px;
}

.news-top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.post-item.news-post .read-more {
	font-size: 15px;
}

.news-top-section .left-section {
	width: 70%;
	padding-right: 20px;
}

.news-top-section .right-section {
	width: 30%;
}

.featured-content .post-cats {
	margin-bottom: 25px;
}

.featured-wrapper h2.post-title {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 1.2;
}

.featured-post-content {
	font-weight: 500;
	margin-bottom: 40px;
}
.case-subtitle {
	color: #999999;
}

.featured-post-content p {
	margin: 0;
}
.featured-content .post-meta {
	margin-top: auto;
	margin-bottom: 15px;
}

.featured-content .post-time {
	font-size: 12px;
}

.news-post .read-more,
.featured-content .read-more {
	margin-left: auto;
	float: right;
	font-weight: 900;
	text-transform: uppercase;
}

.latest-post-wrapper.news-post .read-more {
	float: none;
	margin: 0;
	margin-top: auto;
}

footer#footer .title-bar:before {
	height: 3px;
}

.read-more a i {
	margin-right: 7px;
}

.post-item.news-post h2.post-title {
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 25px;
	/* min-height: 80px; */
}
.post-item.news-post .post-cats {
	margin-bottom: 10px;
	font-size: 17px;
}

.post-item.news-post .post-meta {
	margin: 0;
}

.post-time {
	font-weight: 500;
}

.news-post .read-more {
	margin: 0;
	float: right;
}
.post-item.news-post {
	padding: 0;
	padding-bottom: 35px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-item.news-post .post-meta {
	margin: 0;
	margin-top: auto;
}

.read-more-button {
	text-align: center;
}

.read-more-button button {
	background: transparent;
	border: 1px solid;
	width: 215px;
	height: 50px;
	font-weight: 900;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
}

.read-more-button button i {
	margin-left: 10px;
}

main.blog-post-grid {
	margin-bottom: 50px;
}

main.blog-post-grid .read-more-button {
	margin-top: 25px;
}

ul.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
}

.menu-category {
	max-width: 70%;
	padding-right: 30px;
	margin-bottom: 25px;
	width: 100%;
}

.latest-news-title {
	max-width: 30%;
	width: 100%;
}

.latest-news-title h2 {
	font-size: 30px;
}

ul.category-list a {
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	position: relative;
	padding-bottom: 5px;
}

ul.category-list a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	bottom: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

ul.category-list li.current-menu-item a:before,
ul.category-list li:hover a:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
}

/* ul.category-list li {
	min-width: 20%;
	padding-left: 20px;
	margin-bottom: 10px;
} */

ul.category-list li {
    padding-left: 0;
    margin-bottom: 10px;
    padding-right: 30px;
}
.menu-and-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woi-btn-2 a {
	border-radius: 13px 13px 13px 13px;
	color: #ffffff;
	border: 2px solid;
}

.woi-btn-2 a:hover {
	color: #fff;
	background-color: transparent;
}

section.cta-section {
	background: #505563;
	margin-top: 70px;
	margin-bottom: 0px;
	padding: 75px 0px 80px 0px;
}

.cta-wrapper h2 {
	color: #f4e9d5;
	font-size: 40px;
	line-height: 1.3em;
	margin-bottom: 60px;
}

section.subscribtion-section {
	padding-top: 50px;
}
.subs-buttton-wraper {
	max-width: 120px;
}
.subs-buttton-wraper {
	max-width: 120px;
	display: inline-block;
	position: relative;
}

div#page_title.title-hide {
	padding: 0;
	display: block;
	overflow: hidden;
}

aside#secondary .sidebar-widget {
	border-bottom: 1px solid;
}

aside#secondary .sidebar-widget li {
	line-height: 1.3em;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

aside#secondary .sidebar-widget ul {
	margin-bottom: 0;
}

.image-section .image-featured + .base-info {
	margin-top: -50px;
	background-color: #fff;
	z-index: 99;
	position: relative;
	max-width: 724px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
	box-shadow: 5px 5px 5px -2px rgba(85, 85, 85, .10);
	margin-bottom: 30px;
}

.base-info .post-meta {
	margin: 0;
}
.thumbnail-image {
	cursor: pointer;
}
.swiper-slide.thumbnail-image .thumb-wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-slide.thumbnail-image h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.swiper-slide.thumbnail-image p {
	margin: 0;
	/* margin-top: 10px; */
	line-height: 1.3;
}

.swiper-slide.thumbnail-image .image {
	max-width: 90px;
	width: 100%;
}

.gallery-top .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.swiper-slide.thumbnail-image .content {
	padding: 0 20px;
	padding-right: 5px;
	width: 100%;
	max-width: calc(100% - 90px);
}

.case-wrapper {
	position: relative;
}
.thumbnail-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.thumbnai-wrapper-section {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 40px 10px;
	z-index: 9;
	position: relative;
}

.gallery-top .swiper-slide {
	height: 800px;
}

.gallery-thumbs > .swiper-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-wrapper {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.short-desc {
	max-width: 370px;
	background: #fff;
	position: relative;
	padding: 40px 60px 30px 30px;
}

.short-desc .case-desc {
	position: relative;
}

.short-desc .case-desc:before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2020/09/showcase-content-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 90%;
	left: 20%;
	right: -100px;
	top: 0;
	bottom: 0;
}


.error404 .page-logo {
    margin-bottom: 0;
}


.short-desc a.view-more {
	font-weight: 500;
}

.gallery-top .short-desc:before {
	content: "";
	position: absolute;
	width: 10px;
	top: 0;
	bottom: 0;
	right: 0;
}

.thumbnai-wrapper-section .swiper-button-next,
.thumbnai-wrapper-section .swiper-button-prev {
	right: 0;
	left: inherit;
	bottom: inherit;
	top: -28px;
	background-image: none !important;
	color: #fff;
	width: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	outline: 0;
	height: 50px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.thumbnai-wrapper-section .swiper-button-next {
	border-top-right-radius: 15px;
}

.thumbnai-wrapper-section .swiper-button-prev {
	right: 65px;
	border-top-left-radius: 15px;
}
.thumbnai-wrapper-section .swiper-button-next:hover,
.thumbnai-wrapper-section .swiper-button-prev:hover {
	background-color: #f4e9d5;
	color: #333;
}

.short-desc .image-popup:not(:first-child) > a.view-more {
	display: none;
}

.pswp {
	z-index: 9999;
}

.error404 .page-title-area {
	text-align: center;
	max-width: 100% !important;
}

.background-shape:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100px;
	background-image: url(/wp-content/uploads/2020/09/shape.png);
	margin: auto;
	background-repeat: repeat-y;
	background-size: contain;
	/* z-index: 99; */
	top: 0;
	bottom: 0;
}
.icon-right:before {
	content: "";
	position: absolute;
	left: auto;
	bottom: 0;
	z-index: 999;
	margin: auto;
}

.icon-four::before,
.icon-three:before,
.icon-two:before,
.icon-one:before {
	background-repeat: no-repeat;
	height: 60px;
	width: 61px;
	background-size: cover;
}

.icon-one:before {
	background-image: url(/wp-content/uploads/2020/09/001.png);
	top: -22%;
	right: -41%;
}

.icon-left:before {
	content: "";
	position: absolute;
	right: auto;
	bottom: 0;
	z-index: 999;
	margin: auto;
}

.icon-two:before {
	background-image: url(/wp-content/uploads/2020/09/002.png);
	top: -32%;
	left: -36%;
}

.icon-three:before {
	background-image: url(/wp-content/uploads/2020/09/003.png);
	top: -40%;
	right: -24%;
}

.icon-four::before {
	background-image: url(/wp-content/uploads/2020/09/004.png);
	top: -53%;
	left: -23%;
}

.bag-left,
.bag-right {
	position: relative;
	min-height: 275px !important;
}
.bag-left:before,
.bag-right:before {
	content: "";
	position: absolute;
	left: 0;
	right: -2000%;
	top: 0;
	background-image: url(/wp-content/uploads/2020/09/dot-bg.png);
	background-repeat: repeat-x;
	bottom: 0;
	z-index: 999;
	height: 100%;
}

.bag-left:before {
	right: 0;
	left: -2000%;
}

.subs-buttton-wraper span.ajax-loader {
	position: absolute;
	right: -23px;
	top: 0;
	bottom: 0;
	height: 15px;
	margin: auto;
}

.services-shape-bg {
	position: relative;
}

.services-shape-bg:after,
.services-shape-bg:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	z-index: 9;
	width: 200px;
	height: 400px;
	background-size: cover;
}

.services-shape-bg:before {
	background-image: url(/wp-content/uploads/2020/09/Shape-Group-1.png);
	top: -20%;
	right: -6%;
}

.services-shape-bg:after {
	background-image: url(/wp-content/uploads/2020/09/Shape-Group-2.png);
	bottom: -37%;
	left: -9%;
	right: inherit;
	top: inherit;
	background-size: cover;
	background-position: bottom left;
	width: 390px;
	z-index: 0;
}

/* // word count csss  */

.latest-post-wrapper h2.post-title {
	/* font-size: 16px; */
	position: relative;
	overflow: hidden;
	/* line-height: 1.2; */
	max-height: 3.6em;
}
.latest-post-wrapper h2.post-title::after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
@supports (-webkit-line-clamp: 3) {
	.latest-post-wrapper h2.post-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		max-height: 3.6em;
	}
	.latest-post-wrapper h2.post-title::after {
		content: none;
	}
}

.featured-wrapper h2.post-title {
	position: relative;
	overflow: hidden;
	max-height: 3.6em;
}
.featured-wrapper h2.post-title::after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #eef1f7 50%);
}
@supports (-webkit-line-clamp: 3) {
	.featured-wrapper h2.post-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		max-height: 3.6em;
	}
	.featured-wrapper h2.post-title::after {
		content: none;
	}
}

.featured-post-content p {
	position: relative;
	overflow: hidden;
	/* line-height: 1.5; */
	max-height: 7.5em;
}
.featured-post-content p::after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 1.5em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #eef1f7 50%);
}
@supports (-webkit-line-clamp: 3) {
	.featured-post-content p {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		max-height: 7.5em;
	}
	.featured-post-content p::after {
		content: none;
	}
}

.post-item.news-post h2.post-title {
	position: relative;
	overflow: hidden;
	/* line-height: 1.3; */
	max-height: 3.9em;
}
.post-item.news-post h2.post-title::after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 1.3em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
}

.services-title-height h3.elementor-image-box-title {
	height: 30px;
}

.latest-post-widget .image a {
	display: block;
	padding-right: 0;
}

.woi-quote img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.page-template-page-templatespage-case-studies-php #page_title h1 {
    font-size: 30px;
}

.menu-category.full-width {
    max-width: 100%;
    padding-right: 0;
}

@supports (-webkit-line-clamp: 3) {
	.post-item.news-post h2.post-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		max-height: 3.9em;
	}

	.post-item.news-post h2.post-title::after {
		content: none;
	}
}

/* @supports not ( -webkit-background-clip: text) {
	#showcase h1, #page_title h1 {
		background-image: none !important;
	}

} */
/* responsive section  */

@media screen and (min-width: 1200px) {
	.featured-case-study .case-studies-slider {
		margin-left: 27%;
	}
}

@media screen and (min-width: 1440px) {
	.featured-case-study .case-studies-slider {
		margin-left: 28%;
	}
}

@media screen and (min-width: 1600px) {
	.featured-case-study .case-studies-slider {
		margin-left: 30%;
	}
}

@media screen and (max-width: 1199px) {
	.featured-case-study .case-studies-slider {
		margin-left: 24.5%;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar header.header {
		top: 46px;
	}
}

@media screen and (min-width: 576px) {
	.container {
		max-width: 768px;
	}
} /* ( min-width: 768px ) */

@media screen and (min-width: 768px) {
	.container {
		max-width: 1050px;
	}
} /* ( min-width: 768px ) */

@media screen and (max-width: 991px) {
	div#footer_middle .footer-middle {
		padding-left: 0;
		padding-right: 0px;
	}

	.testimonial-description {
		font-size: 25px;
	}

	.page-title-area h1 {
		/* font-size: 120px; */
	}

	.featured-wrapper .image-featured {
		max-width: 200px;
	}

	.featured-wrapper .featured-content {
		max-width: calc(100% - 200px);
	}

	.featured-wrapper h2.post-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.news-top-section .left-section {
		width: 60%;
	}

	.news-top-section .right-section {
		width: 40%;
	}

	.latest-post-wrapper h2.post-title {
		font-size: 14px;
	}

	.featured-content .post-meta .read-more {
		float: none;
		font-size: 11px;
	}

	.featured-content .post-time {
		margin-bottom: 5px;
	}

	.featured-content .post-cats {
		margin-bottom: 10px;
	}

	.latest-post-wrapper .read-more a {
		font-size: 12px;
	}

	.post-item.news-post .read-more {
		font-size: 11px;
		float: none;
	}

	.post-item.news-post .post-time {
		margin-bottom: 5px;
	}

	.latest-post-wrapper .image-featured {
		max-width: 100px;
	}

	.menu-category {
		max-width: 60%;
	}

	ul.category-list {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}

	.latest-news-title {
		max-width: 40%;
	}

	ul.category-list li {
		min-width: auto;
		padding-left: 15px;
		margin-bottom: 15px;
		padding-right: 15px;
	}

	.menu-category {
		margin-bottom: 0;
	}

	.latest-news-title h2 {
		font-size: 25px;
	}

	.cta-wrapper h2 {
		font-size: 30px;
	}

	.icon-one:before {
		top: -23%;
		right: -44%;
	}

	.icon-two:before {
		top: -32%;
		left: -39%;
	}

	.icon-three:before {
		top: -43%;
		right: -23%;
	}

	.icon-four::before {
		top: -50%;
		left: -21%;
	}

	#showcase {
		margin-bottom: 70px;
		padding-top: 70px;
	}
	.latest-post .latest-post-wrapper + .latest-post-wrapper {
		margin-top: 15px;
		padding-top: 15px;
	}
	.member-description .short-content {
		padding: 10px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	div#showcase .page-logo {
		left: initial;
	}
	.page-logo {
		margin-bottom: 30px;
	}
	.primary-nav-details i {
		font-size: 14px;
		margin-left: 5px;
	}
	.c-mask {
		z-index: 10000;
	}
	div#page_title {
		padding-bottom: 30px;
	}
	.search-content .image-featured {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.cta-wrapper h2 {
		font-size: 25px;
	}
	ul#footer_menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer_menu li {
		margin-right: 33px;
		margin-bottom: 10px;
	}

	div#copyright_text {
		margin-top: 15px;
	}

	#footer_menu li {
		margin-right: 15px;
		margin-bottom: 10px;
		margin-left: 15px;
	}

	#footer_menu li:last-child {
		margin-right: 15px;
	}

	.sidebar-widget.footer-widget {
		padding-top: 40px;
		padding-bottom: 0;
	}

	div#footer_right_center {
		margin-bottom: 45px;
	}

	#showcase h1 {
		/* font-size: 100px; */
	}
	/* div#page_title h1 {
		font-size: 70px;
	} */
	.page-title-area h1 {
		font-size: 25px;
	}

	#showcase {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	section.case-slider-section {
		position: relative;
		transform: unset;
		top: unset;
		right: 0;
		bottom: unset;
	}
	.featured-case-study .case-studies-slider {
		margin-left: 0px;
		margin-right: 0px;
	}

	.testimonial-description {
		font-size: 18px;
	}

	.subscription-form-wrap input.wpcf7-submit {
		max-width: 100px;
	}

	.subscription-form-wrap span.wpcf7-form-control-wrap.your-email {
		margin-right: 10px;
	}

	.faq-content-bar .elementor-tab-content:before {
		left: 20px;
	}

	.news-top-section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-top-section .left-section {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}

	.featured-post-content {
		margin-bottom: 20px;
	}

	.news-top-section .right-section {
		width: 100%;
	}

	.menu-category {
		max-width: 100%;
		padding: 0;
	}

	.background-shape:before {
		content: none;
		width: 50px;
		left: 20px;
	}

	.sgpb-main-html-content-wrapper {
		padding: 30px !important;
	}

	.background-shape:before {
		right: inherit;
	}
	.icon-one:before,
	.icon-two:before,
	.icon-four:before,
	.icon-three:before {
		right: inherit;
		bottom: inherit;
		top: 10px;
		left: -45px;
		width: 40px;
		height: 40px;
	}

	/* .icon-one:before {
		top: 40px;
		left: -52px;
		width: 30px;
		height: 30px;

	} */

	.services-shape-bg:before {
		top: -4%;
		right: -12%;
	}

	.services-shape-bg:after {
		bottom: -12%;
		left: -30%;
	}

	.member-description .short-content {
		padding: 20px 19px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar header.header,
	header.header {
		position: relative;
		top: 0;
	}
	#page_title {
		margin-top: 0 !important;
	}
	div#showcase {
		margin-top: 0 !important;
	}

	.featured-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.featured-wrapper .featured-content,
	.featured-wrapper .image-featured {
		max-width: 100%;
	}

	.featured-wrapper .image-featured a {
		padding-top: 50%;
	}

	.slider-wrapper {
		top: 20%;
		transform: translateY(-20%);
	}
	.thumbnai-wrapper-section {
		padding: 10px;
	}
	.swiper-slide.thumbnail-image .thumb-wraper {
		/* -webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; */
	}
	.swiper-slide.thumbnail-image .image,
	.swiper-slide.thumbnail-image .content {
		max-width: 65px;
		padding: 0;
	}
	.swiper-slide.thumbnail-image .image {
		padding-right: 10px;
	}
	.swiper-slide.thumbnail-image .content {
		max-width: calc(100% - 60px);
	}
	.swiper-slide.thumbnail-image h3 {
		font-size: 14px;
	}

	.sgpb-main-html-content-wrapper {
		padding: 10px !important;
	}
	.gallery-top .swiper-slide {
		height: 650px;
	}
}

@media screen and (max-width: 480px) {
	.responsive-member-grid .elementor-column {
		width: 100% !important;
		max-width: 100%;
	}

	.post-single-content.search-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.search-content .image-featured {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
} /* ( min-width: 1200px ) */

/* Arrows CSS added on 08/04/21 */

.testimonial-slider.swiper-container {
    position: static;
}

.testimonial-slider .swiper-button-next {
    background-image: url(images/arrow-right.svg);
}

.testimonial-slider .swiper-button-prev {
    background-image: url(images/arrow-left.svg);
}

@media only screen and (max-width: 479px){
    .testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev{
        height: 25px;
        width: 20px;
    }    
    .testimonial-slider .swiper-button-prev{
        left: 0px;
    }
    .testimonial-slider .swiper-button-next{
        right: 0px;
    }
}