@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
	display: block;
}

* {
	box-sizing: border-box;
}

.py-100 {
	padding: 50px 0px !important;
}

html,
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 
---------------------------------------------
pro-features
--------------------------------------------- 
*/
.pro-features {
	position: fixed;
	right: -306px;
	width: 300px;
	height: auto;
	line-height: 46px;
	font-size: 14px;
	background: #fff;
	text-align: left;
	color: #333;
	top: 56%;
	transform: translateY(-50%);
	box-shadow: -4px 0px 5px #00000036;
	color: #fff;
	z-index: 9999;
	padding: 20px 30px 30px 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pro-features.active {
	right: 0;
}

.pro-features li.big-title {
	font-weight: 600;
	color: #d92727;
	font-size: 15px;
}

.pro-features li.title {
	font-weight: 600;
	color: #d92727;
	font-size: 15px;
}

.pro-features .button .btn {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	display: inline-block;
	float: left;
	font-size: 13px;
	width: 100%;
	text-transform: capitalize;
}

.pro-features li {
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 22px;
	margin-bottom: 10px;
}

.get-pro {
	position: absolute;
	left: -70px;
	width: 70px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	/* border-radius: 5px 0 0 5px; */
	background: #d92727;
	text-align: center;
	color: #fff;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}

.pro-features.pro_feature_ul a img {
	height: 32px;
}

/* 
---------------------------------------------
end pro-features
--------------------------------------------- 
*/

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 0px;
}

p {
	font-size: 14px;
	line-height: 25px;
	color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

::selection {
	background: #d92727;
	color: #fff;
}

::-moz-selection {
	background: #d92727;
	color: #fff;
}



.section-heading {
	text-align: center;
	margin-bottom: 30px;
}

.section-heading h2 {
	font-size: 32px;
	font-weight: 800;
	color: #232d39;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.section-heading h2 em {
	font-style: normal;
	color: #d92727;
}

.section-heading img {
	margin: 15px auto;
}

.dark-bg h2 {
	color: #fff;
}

.dark-bg p {
	color: #fff;
}

.main-button a {
	display: inline-block;
	font-size: 15px;
	padding: 12px 20px;
	background-color: #d92727;
	color: #fff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button a:hover {
	background-color: #f9735b;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
	background: rgba(250, 250, 250, 0.99) !important;
	height: 80px !important;
	position: fixed !important;
	top: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.header-area.header-sticky.background-header {
	height: 60px !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
	color: #232d39 !important;
}

.background-header .main-nav .nav li:last-child a {
	color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
	color: #fff !important;
}

.background-header .main-nav .nav li:hover a {
	color: #d92727 !important;
}

.background-header .nav li a.active {
	color: #d92727 !important;
}

.header-area {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	height: 65px;
	background: rgba(250, 250, 250, 0.1);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.header-area .main-nav {
	min-height: 80px;
	background: transparent;
}

.header-area .main-nav .logo {
	line-height: 80px;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;
	float: left;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
	font-style: normal;
	color: #d92727;
	font-weight: 900;
}

.header-area .main-nav .nav {
	float: right;
	margin-top: 27px;
	margin-right: 0px;
	background-color: transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 999;
}

.header-area .main-nav .nav li {
	padding-left: 20px;
	padding-right: 20px;
}

.header-area .main-nav .nav li a {
	display: block;
	font-weight: 500;
	font-size: 13px;
	color: #7a7a7a;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 40px;
	line-height: 40px;
	border: transparent;
	letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
	color: #fff;
}

.header-area .main-nav .nav li:last-child a {
	display: inline-block;
	font-size: 13px;
	padding: 11px 17px;
	background-color: #d92727;
	color: #fff;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	transition: all .3s;
	height: auto;
	line-height: 20px;
}

.header-area .main-nav .nav li:last-child a:hover {
	background-color: #f9735b;
	opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
	color: #d92727 !important;
	opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
	color: #d92727;
	opacity: 1;
}

.header-area .main-nav .menu-trigger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 23px;
	width: 32px;
	height: 40px;
	text-indent: -9999em;
	z-index: 99;
	right: 40px;
	display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	content: "";
}

.header-area .main-nav .menu-trigger span {
	top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
	-moz-transform-origin: 33% 100%;
	-ms-transform-origin: 33% 100%;
	-webkit-transform-origin: 33% 100%;
	transform-origin: 33% 100%;
	top: -10px;
	z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
	-moz-transform-origin: 33% 0;
	-ms-transform-origin: 33% 0;
	-webkit-transform-origin: 33% 0;
	transform-origin: 33% 0;
	top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
	background-color: transparent;
	width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
	-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
	-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
	-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
	transform: translateY(6px) translateX(1px) rotate(45deg);
	background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
	-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	transform: translateY(-6px) translateX(1px) rotate(-45deg);
	background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
	background-color: #1e1e1e;
}

.header-area.header-sticky {
	min-height: 65px;
	align-items: center;
	display: flex;
}

.mobile_app_dropdown {
	position: relative;
}

.mobile_app_dropdown:hover ul {
	/* visibility: visible; */
	display: block;
}

.mobile_app_dropdown:hover ul li {
	padding: 0 !important;
}

.mobile_app_dropdown ul {
	background-color: #394046;
	box-shadow: 0px 2px 10px #000;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	top: 100%;
	/* visibility: hidden; */
	display: none;
}

/* .header-area.header-sticky .nav {
  margin-top: 20px !important;
} */

.header-area.header-sticky .nav li a.active {
	color: #d92727 !important;
}



/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
	position: relative;
}

#bg-video {
	min-width: 100%;
	min-height: 100vh;
	max-width: 100%;
	max-height: 100vh;
	object-fit: cover;
	z-index: -1;
}

#bg-video::-webkit-media-controls {
	display: none !important;
}

.video-overlay {
	position: absolute;
	background-color: rgba(35, 45, 57, 0.8);
	top: 0;
	left: 0;
	bottom: 7px;
	width: 100%;
	z-index: 0 !important;
}

.main-banner .caption {
	text-align: center;
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
	margin-top: 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.5px;
}

.main-banner .caption h2 {
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 75px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}

.main-banner .caption h2 em {
	font-style: normal;
	color: #d92727;
	font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
	margin-bottom: 80px;
}

.feature-item {
	display: inline-block;
	margin-bottom: 30px;
}

.feature-item .left-icon img {
	float: left;
	margin-right: 30px;
}

.right-content.right_content_div p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* max-height: 3.2rem; */
}

.right-content.right_content_div h4 span {
	color: #d92727;
}

.feature-item .right-content {
	display: inline;
}

.feature-item .right-content h4 {
	margin-top: 0px;
	margin-bottom: 7px;
	letter-spacing: 0.25px;
	color: #232d39;
	font-size: 19px;
	font-weight: 600;
	text-transform: capitalize;
}

.feature-item .right-content a.text-button {
	margin-top: 7px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	color: #d92727;
	font-weight: 500;
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
	padding: 120px 0px;
	background-image: url(../images/cta-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.cta-content h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}

.cta-content h2 em {
	font-style: normal;
	color: #d92727;
}

.cta-content p {
	font-size: 16px;
	color: #fff;
	margin: 15px 0px 25px 0px;
}


/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
	margin-bottom: 140px;
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs ul li {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

#tabs ul li:last-child {
	margin-bottom: 0px;
}

#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	font-size: 19px;
	color: #232d39;
	letter-spacing: 0.5px;
	font-weight: 600;
	transition: all 0.3s;
}

#tabs .main-rounded-button a {
	text-align: center;
	padding: 20px 30px;
	width: 100%;
	/* border-radius: 5px; */
	display: inline-block;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.5px;
	font-weight: 600;
	background-color: #d92727;
}

#tabs .main-rounded-button a:hover {
	background-color: #f9735b;
}

#tabs ul li a img {
	max-width: 100%;
	margin-right: 20px;
}

#tabs ul .ui-tabs-active span {
	background: #faf5b2;
	border: #faf5b2;
	line-height: 90px;
	border-bottom: none;
}

#tabs ul .ui-tabs-active a {
	color: #d92727;
}

#tabs ul .ui-tabs-active span {
	color: #1e1e1e;
}

.tabs-content {
	margin-left: 30px;
	text-align: left;
	display: inline-block;
	transition: all 0.3s;
}

.tabs-content img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.tabs-content h4 {
	font-size: 23px;
	font-weight: 700;
	color: #232d39;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.tabs-content p {
	font-size: 14px;
	color: #7a7a7a;
	margin-bottom: 28px;
}


/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule {
	padding: 0px 0px 140px 0px;
	background-image: url(../images/schedule-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#schedule table {
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
}

#schedule table tbody {
	border-top: 1px solid #fff;
}

#schedule table tbody tr {
	border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
	border-right: 1px solid #fff;
	height: 100px;
}

#schedule table tr td {
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
	opacity: 0;
	transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
	opacity: 1;
	transition: all 0.5s;
}

#schedule .filters {
	margin-bottom: 40px;
}

#schedule .filters ul {
	padding: 0;
	text-align: center;
}

#schedule .filters ul li {
	list-style: none;
	display: inline;
	cursor: pointer;
	position: relative;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#schedule .filters ul li:after {
	content: "/";
	margin-left: 10px;
	color: #fff;
}

#schedule .filters ul li:last-child {
	margin-right: 0px;
}

#schedule .filters ul li:last-child::after {
	display: none;
}

#schedule .filters ul li.active,
#schedule .filters ul li:hover {
	color: #d92727;
}

#schedule .filters-content {
	margin-top: 50px;
}

#schedule .filters-content .show {
	opacity: 1;
	visibility: visible;
	transition: all 350ms;
}

#schedule .filters-content .hide {
	opacity: 0;
	visibility: hidden;
	transition: all 350ms;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	padding: 40px;
	padding: 33px;
}

#trainers .trainer-item img {
	width: 100%;
	border-radius: 5px;
}

#trainers .trainer-item span {
	font-size: 13px;
	font-weight: 500;
	color: #d92727;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 10px;
}

#trainers .trainer-item h4 {
	font-size: 19px;
	font-weight: 600;
	color: #232d39;
	letter-spacing: 0.5px;
	margin-bottom: 18px;
}

#trainers .trainer-item p {
	margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
	display: inline-block;
	margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
	margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
	color: #232d39;
	transition: all .3s;
}

#trainers .trainer-item ul.social-icons.social_links li a {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color: #fff;
	background-color: #d92727 !important;
	transition: all .3s ease;
}

#trainers .trainer-item ul.social-icons.social_links li a .icon_image.twitter_img {
	height: 16px;
	width: 16px;
}

#trainers .trainer-item ul.social-icons li a:hover {
	color: #d92727;
}

#trainers .trainer-item ul.social-icons.social_links li a:hover {
	color: #fff;
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #232d39;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.js-preloader.loaded {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

@-webkit-keyframes dot {
	50% {
		-webkit-transform: translateX(96px);
		transform: translateX(96px);
	}
}

@keyframes dot {
	50% {
		-webkit-transform: translateX(96px);
		transform: translateX(96px);
	}
}

@-webkit-keyframes dots {
	50% {
		-webkit-transform: translateX(-31px);
		transform: translateX(-31px);
	}
}

@keyframes dots {
	50% {
		-webkit-transform: translateX(-31px);
		transform: translateX(-31px);
	}
}

.preloader-inner {
	position: relative;
	width: 142px;
	height: 40px;
	background: #232d39;
}

.preloader-inner .dot {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 15px;
	background: #fff;
	border-radius: 50%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-animation: dot 2.8s infinite;
	animation: dot 2.8s infinite;
}

.preloader-inner .dots {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-top: 12px;
	margin-left: 31px;
	-webkit-animation: dots 2.8s infinite;
	animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	background: #fff;
	border-radius: 50%;
}

/* =======================================my_css=======================================
==================================================================================== */
.image-thumb.bg-image.hover-zoom {
	border-radius: 5px;
}

.change_img img:last-child {
	display: none;
	transition: opacity 0.3s ease-in-out;
}

.change_img:hover img:last-child {
	display: block;
	transition: opacity 0.3s ease-in-out;
}

.change_img:hover img:first-child {
	display: none;
	transition: opacity 0.3s ease-in-out;
}

footer {
	background: #2e3844;
	color: #fff;
}

footer p {
	color: #fff;
	font-size: 13px;
}

footer p a {
	cursor: pointer;
	color: #ffffff;
	text-decoration: underline !important;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/



/*========================
	Start Clients CSS
==========================*/
.clients {
	background-image: url(../images/client-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0px;
	position: relative;
}

.clients .single-clients img {
	width: 100%;
	cursor: pointer;
	text-align: center;
	float: none;
	padding: 0 35px;
}

/*========================
	End Clients CSS
==========================*/

/*==========================
	Start Portfolio CSS
============================*/
.portfolio .single-pf {
	position: relative;
}

.portfolio .single-pf img {
	height: 100%;
	width: 100%;
}

.portfolio .single-pf:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/* background: #d92727; */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

.portfolio .single-pf:hover:before {
	opacity: 0.7;
	visibility: visible;
}

.portfolio .single-pf .btn {
	color: #d92727;
	z-index: 3;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 48px;
	width: 150px;
	text-align: center;
	line-height: 48px;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	margin-left: -75px;
	margin-top: -24px;
	/* border-radius:4px; */
}

.portfolio .single-pf:hover .btn {
	opacity: 1;
	visibility: visible;
}

.portfolio .single-pf .btn:hover {
	color: #fff;
}

.border_radius_5,
.single-pf.border_radius_5,
.portfolio .single-pf::before {
	border-radius: 10px !important;
}

.portfolio .owl-nav {
	display: none;
}

/* Slider Nav */
.pf-details .image-slider .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.pf-details .image-slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #fff;
	color: #d92727;
	position: absolute;
	margin: 0;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #0000001a;
}

.pf-details .image-slider .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: #d92727;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

.pf-details .image-slider {
	border-radius: 8px 8px 0 0;
}

.pf-details .image-slider img {
	height: 100%;
	width: 100%;
}

.pf-details .date {
	background: #d92727;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -1px;
}

.pf-details .date ul li {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 60px;
}

.pf-details .date ul li:last-child {
	margin: 0;
}

.pf-details .date ul li span {
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
}

.pf-details .body-text h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-top: 40px;
}

.pf-details .body-text p {
	margin-top: 20px;
}

.pf-details .body-text .share {
	margin-top: 40px;
}

.pf-details .body-text .share h4 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
}

.pf-details .body-text .share ul {
	display: inline-block;
	margin-left: 12px;
}

.pf-details .body-text .share ul li {
	display: inline-block;
	margin-right: 10px;
}

.pf-details .body-text .share ul li:last-child {
	margin-right: 0;
}

.pf-details .body-text .share ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #C8C8C8;
	color: #757575;
	display: block;
	border-radius: 50%;
}

.pf-details .body-text .share ul li a:hover {
	color: #fff;
	border-color: transparent;
	background: #d92727;
}

.overlay::before {
	background: #30363da3;
}

.overlay::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}

/*==========================
	End Portfolio CSS
============================*/
.get-pro.icon-active {
	left: -54px !important;
	width: 53px !important;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
	background-image: url(../images/meetings-bg.png);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	/* padding-top: 230px; */
	padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
	text-align: center;
}

section.upcoming-meetings .categories {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
	font-size: 18px;
	font-weight: 600;
	color: #1f272b;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
	display: inline-block;
	margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
	font-size: 15px;
	color: #1f272b;
	font-weight: 500;
	transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
	color: #d92727;
}

section.upcoming-meetings .categories .main-button-red {
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
	width: 100%;
	text-align: center;
}

.meeting-item {
	margin-bottom: 30px;
}

.meeting-item .thumb {
	position: relative;
}

.meeting-item .thumb img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
	position: absolute;
	left: 20px;
	top: 20px;
}

.meeting-item .thumb .price span {
	font-size: 16px;
	color: #1f272b;
	font-weight: 600;
	background-color: rgba(250, 250, 250, 0.9);
	padding: 7px 12px;
	border-radius: 10px;
}

.meeting-item .down-content {
	background-color: #fff;
	padding: 30px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
	float: left;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}

.meeting-item .down-content .date h6 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #d92727;
}

.meeting-item .down-content .date span {
	display: block;
	color: #1f272b;
	font-size: 22px;
	margin-top: 7px;
}

.meeting-item .down-content h4 {
	font-size: 18px;
	color: #1f272b;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 15px;
}

.meeting-item .down-content p {
	margin-left: 50px;
	color: #1f272b;
	font-size: 14px;
}

.down-content.clamp-text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
---------------------------------------------
apply now
---------------------------------------------
*/

/* section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
} */

section.apply-now .item {
	background-color: rgba(250, 250, 250, 0.15);
	padding: 40px;
	margin-bottom: 30px;
}

section.apply-now .item h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

section.apply-now .item p {
	color: #fff;
	margin-bottom: 20px;
}

.accordions {
	border-radius: 20px;
	padding: 40px;
	background-color: #fff;
	margin-left: 45px;
}

.accordions .accordion {
	border-bottom: 1px solid #eee;
}

.accordions .last-accordion {
	border-bottom: none;
}

.accordion-head {
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #1f272b;
	cursor: pointer;
	transition: color 200ms ease-in-out;
	border-bottom: 1px solid #fff;
}


.accordion-head .icon {
	float: right;
	transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {
	color: #f5a425;
	border-bottom: none;
}

.accordion-head.is-open .icon {
	transform: rotate(45deg);
}

.accordion-body {
	overflow: hidden;
	height: 0;
	transition: height 300ms ease-in-out;
	border-bottom: 1px solid #fff;
}

.accordion-body>.content {
	padding: 20px;
	padding-top: 0;
}

.main-button-red a {
	font-size: 13px;
	color: #fff;
	background-color: #d92727;
	padding: 12px 30px;
	display: inline-block;
	/* border-radius: 22px; */
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button-red a:hover {
	opacity: 0.9;
}

.main-button-yellow a {
	font-size: 13px;
	color: #fff;
	background-color: #f5a425;
	padding: 12px 30px;
	display: inline-block;
	/* border-radius: 22px; */
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button-yellow a:hover {
	opacity: 0.9;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
	background-image: url(../images/Clients-Background.png);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
	font-size: 38px;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 50px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250, 250, 250, 0.15);
	border-radius: 20px;
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

/* .percentage .count-digit:after {
	content: '%';
	margin-left: 3px;
} */

.count-digit {
	margin: 5px 0px;
	color: #f5a425;
	font-weight: 700;
	font-size: 36px;
}

.count-title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
}

.new-students {
	margin-top: 45px;
}

section.our-facts .video {
	text-align: center;
	margin-left: 70px;
	background-image: url(../images/video-item-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
}

section.our-facts .video img {
	margin: 170px 0px;
	max-width: 56px;
}


/* =========================================================================================================
============================================================================================================
============================================START SERVICES SECTION==========================================
============================================================================================================
========================================================================================================= */
.service-item,
.price-item,
.team-item {
	box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
	transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
	transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 0;
}

.btn-slide.mt-2 {
	height: 40px;
}


.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
	position: relative;
	height: 40px;
	padding: 0 15px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #d92727;
	/* border-radius: 0 35px 35px 0; */
	transition: .5s;
	z-index: 2;
}

.team-item div.btn-slide span a i {
	padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
	background: #343a40;
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
	padding-left: 0;
	left: -100%;
	z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
	border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
	left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
	background: #343a40;

}

.service-item a.btn-slide:hover {
	border: 1px solid #fff;
}

.service-item .overflow-hidden.mb-4 {
	height: 170px;
}


.service-item {
	overflow: hidden;
	position: relative;
	background: #40464b;
	min-height: 480px !important;
}

.service-item .icon_image i {
	position: absolute;
	right: -41px;
	bottom: -29px;
	font-size: 136px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: 0;
	visibility: visible;
	opacity: 0.2;
}

.service-item .icon_image i.left {
	position: absolute;
	left: -41px;
	bottom: -29px;
	font-size: 136px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: 0;
	visibility: visible;
	opacity: 0.2;
}

.service-item .right_bottom {
	right: -9px !important;
}

.service-item h5,
.service-item p {
	color: #fff;
}

.bg_red {
	background-color: #f5a425 !important;
}

.btn-slides.mt-2 {
	background: #fff;
	padding: 8px;
	width: 127px;
	display: block;
	height: 40px;
	color: #f5a425;
	font-size: 14px;
}

/* =========================================================================================================
============================================================================================================
================================================END SERVICES SECTION========================================
============================================================================================================
========================================================================================================= */


/* =========================================================================================================
============================================================================================================
==================================================Testimonial===============================================
============================================================================================================
========================================================================================================= */

.testimonial-carousel .owl-item .testimonial-item {
	position: relative;
	transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: #d92727;
	border: 5px solid var(--light);
	border-radius: 15px;
	transition: .5s;
}

.testimonial-carousel .owl-dot.active {
	background: var(--light);
	border-color: #d92727;
}

/* =========================================================================================================
============================================================================================================
=================================================End Testimonial============================================
============================================================================================================
========================================================================================================= */


/* =========================================================================================================
============================================================================================================
=================================================Start Content==============================================
============================================================================================================
========================================================================================================= */

.bg_image_contact {
	padding: 80px;
	background-image: url(../images/home-products-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact-us .contact-form #contact {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
	color: #7a7a7a;
	font-size: 13px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
	height: 40px;
	outline: none;
	line-height: 40px;
	padding: 0px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*margin-bottom: 30px;*/
}

.contact-form textarea {
	height: 150px;
	resize: none;
}

.contact-form ::-webkit-input-placeholder {
	/* Edge */
	color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #7a7a7a;
}

.contact-form ::placeholder {
	color: #7a7a7a;
}

.contact-form button {
	display: inline-block;
	font-size: 13px;
	padding: 11px 17px;
	background-color: #d92727;
	color: #fff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
	margin-top: -8px;
}

.contact-form button:hover {
	background-color: #f9735b;
}

.bg-light {
	background-color: #F8F2F0 !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.position-absolute.w-100.h-100 {
	border: 1px solid #8080803d;
}

.form-floating.input_new_ui .iti .iti__country-list{
	z-index: 99 !important;
}

.form-floating.input_new_ui .iti input{
	height: 58px !important;
	font-size: 16px;
	font-weight: 300;
}

.btn-primary:focus{
	background-color: #2c2d3f !important;
}

.form-floating.input_new_ui br{
	display: none !important;
}

.form-floating.input_new_ui .iti input::placeholder{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* =========================================================================================================
============================================================================================================
=================================================End Content============================================
============================================================================================================
========================================================================================================= */


/* =========================================================================================================
============================================================================================================
================================================START FOOTER SECTION========================================
============================================================================================================
========================================================================================================= */
.footer {
	background: linear-gradient(rgba(34, 46, 57, 0.5), rgba(36, 44, 53, 0.58)), url(../images/map1.png) center center no-repeat;
	background-size: cover;
	background-position: right bottom;
}

.footer::after {
	background-color: red;
	height: 20px;
	width: 20px;
}

.footer .btn.btn-social {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--light);
	border: 1px solid #FFFFFF;
	transition: .3s;

}

.footer .btn.btn-social:hover,
.footer p {
	color: #FFFFFF !important;
}


.footer .btns.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
	background: transparent;
}


.footer .btns.btn-link:hover {
	letter-spacing: 1px;
	box-shadow: none;
	background: transparent !important;
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: var(--light);
}

.footer .height_38_br_rd_0 {
	height: 38px;
	border-radius: 0px;
}

.footer .height_38_br_rd_0:hover {
	border-radius: 0px !important;
	border: 1px solid #ffff;
}

.btn.twitter_new {
	margin-right: 5px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--light);
	border: 1px solid #FFFFFF;
	transition: .3s;
	padding: 4px 20px;
}

/* =========================================================================================================
============================================================================================================
================================================END FOOTER SECTION==========================================
============================================================================================================
========================================================================================================= */
#scrollUp {
	bottom: 5px;
	right: 15px;
	padding: 10px 20px;
	background: #d92727;
	color: #fff;
	font-size: 25px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	padding: 0;
	/* border-radius: 3px; */
	box-shadow: 0px 0px 10px #00000026;
}

#scrollUp {
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 38px;
}

/* ===================================================================================================
==========================================NAVBAR MENU =============================================
=================================================================================================== */
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 1rem;
}

.navbar-brand.logo img {
	width: 143px;
}

.header-area.header-sticky .navbar-brand.logo img {
	width: 130px;
}

.navbar .dropdown-menu {
	border: none;
	background: #394046 !important;
	/* box-shadow: 0px 4px 3px #373737; */
}

.nav-link {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
}

.header-area.header-sticky.background-header .nav-link {
	color: #1a212d !important;
	text-transform: uppercase;
	font-size: 14px;
}

.dropdown-menu.mt-4 .btns.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
	background: transparent;
}

.dropdown-menu.mt-4 .btns.btn-link:hover {
	letter-spacing: 1px;
	box-shadow: none;
	background: transparent !important;
}

.btn.btn-outline-light.my-2.my-sm-0 {
	text-transform: uppercase;
}

.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
	color: #d92727 !important;
	opacity: 1;
}

.text-light.mb-4,
.yellow_text {
	color: #f5a425 !important;
}

.active.nav-link {
	color: #d92727 !important;
}

/* ===================================================================================================
==========================================END NAVBAR MENU =============================================
=================================================================================================== */
.overflow-hidden.mb-4.h-100-custom {
	height: 275px;
}

/* ===================================================================================================
==========================================start fixed bottom div =====================================
=================================================================================================== */
.fixed-bottom {
	position: fixed;
	bottom: -100px;
	width: 100%;
	background-color: #1c2329;
	color: white;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	transition: bottom 0.3s;
	height: 50px;
	align-items: center;
	display: flex;
	width: 100%;
	justify-content: space-around;
	border-top: 1px solid #fff;
}

.col-10.mt-2 {
	font-size: 22px;
	text-align: left;
}

.col-10.mt-2.ready_to_think {
	font-size: 18px;
	margin-top: 0 !important;
}

/* ===================================================================================================
==========================================END fixed bottom div =======================================
=================================================================================================== */

.page-header {
	background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../images/cta-bg.jpg) center center no-repeat;
	background-size: cover;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
	background: none;
}

.service_navbar {
	position: fixed;
	background: #171a27;
}





/*========================================================================================================
==========================================================================================================
                                                News Single Blog
==========================================================================================================
========================================================================================================*/

/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}

.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}

.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #d92727;
}

.main-sidebar .single-widget:last-child {
	margin: 0;
}

.main-sidebar .search {
	position: relative;
}

.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}

.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}

.main-sidebar .search .button:hover {
	background: #d92727;
	color: #fff;
}

/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}

.main-sidebar .categor-list li {
	margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
	margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
	color: #d92727;
	padding-left: 7px;
}

.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right: 0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-sidebar .categor-list li a:hover i {
	margin-right: 6px;
	opacity: 1;
	visibility: visible;
}

/* Blog Tags */
.main-sidebar .side-tags .tag {
	margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}

.main-sidebar .side-tags .tag a:hover {
	color: #fff;
	background: #d92727;
	border-color: transparent;
}

/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}

.main-sidebar .single-post:last-child {
	padding-bottom: 0px;
	border: none;
}

.main-sidebar .single-post .image img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.main-sidebar .single-post .content {
	padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
	line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}

.main-sidebar .single-post .content h5 a:hover {
	color: #d92727;
}

.main-sidebar .single-post .content .comment li {
	color: #888;
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
	margin-right: 0;
}

.main-sidebar .single-post .content .comment li i {
	display: inline-block;
	margin-right: 5px;
}

/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}

.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.news-single .news-head {}

.news-single .news-head img {
	width: 100%;
	height: 100%;
}

.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}

.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}

.news-single .news-title a:hover {
	color: #d92727;
}

/* Blog Meta */
.news-single {
	background: #fff;
}

.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}

.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}

.news-single .meta span:last-child {
	margin: 0;
}

.news-single .meta span,
.news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}

.news-single .meta span i {
	margin-right: 5px;
	color: #d92727;
}

.news-single .meta-left {
	float: left;
}

.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}

.news-single .meta-left .author {
	float: left;
}

.news-single .meta-left span.date {
	margin-top: 10px;
}

.news-single .meta-right {
	float: right;
	margin-top: 10px;
}

.news-single .news-content {
	margin: 20px 0;
}

.news-single .news-content p {
	margin-bottom: 10px;
}

.news-single .news-content p:last-child {
	margin: 0;
}

.news-single .news-text p {
	font-size: 14px;
	margin-bottom: 20px;
}

/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}

.news-single .image-gallery .single-image {
	overflow: hidden;
}

.news-single .image-gallery .single-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

/* Blockqoute */
.news-single blockquote {
	background-image: url('../images/blockqoute-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}

.news-single blockquote::before {
	opacity: 0.9;
}

.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}

.news-single .blog-bottom {
	overflow: hidden;
}

/* Social Share */
.news-single .social-share {
	float: left;
}

.news-single .social-share li {
	float: left;
}

.news-single .social-share li span {
	padding-left: 5px;
}

.news-single .social-share li.facebook a {
	background: #5d82d1;
}

.news-single .social-share li.twitter a {
	background: #40bff5;
}

.news-single .social-share li.google-plus a {
	background: #eb5e4c;
}

.news-single .social-share li.linkedin a {
	background: #238cc8;
}

.news-single .social-share li.pinterest a {
	background: #e13138;
}

.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}

.news-single .social-share li a:hover {
	background: #2B343E;
}

/* Prev Next Button */
.news-single .prev-next {
	float: right;
}

.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}

.news-single .prev-next li:last-child {
	border: none;
}

.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}

.news-single .prev-next li a:hover {
	color: #fff;
	background: #d92727;
	border-color: transparent;
}

/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}

.news-single .blog-comments h4 span {
	float: right;
}

.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}

.news-single .single-comments.left img {
	position: absolute;
	left: 0;
	top: 0;
}

.news-single .single-comments:last-child {
	margin: 0;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-single .single-comments .main {
	overflow: hidden;
}

.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}

.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}

.news-single .single-comments .body {
	float: left;
	width: 85%;
}

.news-single .single-comments.left .body {
	float: noene;
	width: 100%;
}

.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.news-single .single-comments .comment-list .body {
	width: 78%;
}

.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}

.news-single .single-comments .comment-meta {
	margin-bottom: 5px;
}

.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}

.news-single .single-comments .meta:last-child {
	margin: 0;
}

.news-single .comment-meta span i {
	margin-right: 5px;
}

.news-single .comment-meta span:last-child {
	margin: 0;
}

.news-single .single-comments p {
	font-size: 13px;
}

.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background: #d92727;
	color: #fff;
}

.news-single .single-comments a:hover {
	background: #2C2D3F;
	color: #fff;
}

.news-single .single-comments a i {
	margin-right: 5px;
}

.news-single .comment-list {
	padding-left: 50px;
}

.news-single .single-comments.login {
	text-align: center;
}

.news-single .single-comments.login i {
	font-size: 20px;
}

.news-single .single-comments.login a {
	text-align: center;
}

.news-single .single-comments.login a:hover {
	color: #353535;
}

.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.news-single .form {}

.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #d92727;
}

.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #2C2D3F;
}

.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size: 14px;
	color: #2C2D3F;
}

.news-single .form-group input,
.news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}

.news-single .form-group.message i {
	top: 22px;
}

.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;

}

.news-single .form-group .button:hover {
	background: #353535;
}

.news-single .form-group .button i {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 0px;
}

.news-single .form-group.button {
	margin: 0;
	text-align: left;
}

.news-single .form-group.button .btn {
	background: #fff;
	background: #d92727;
	color: #fff;
}

.news-single .form-group.button .btn:hover {
	color: #fff;
}

.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*=======================================================================================================
=========================================================================================================
	                                     End Blog CSS
=========================================================================================================
=======================================================================================================*/

/*=======================================================================================================
=========================================================================================================
	                                     start service Page CSS
=========================================================================================================
=======================================================================================================*/
.service_white_bg {
	background: #fff;
}

.service_white_bg p {
	color: #171a27;
}

.service_white_bg h4 {
	margin-bottom: 7px;
	letter-spacing: 0.25px;
	color: #232d39;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.service_white_bg .icon_image i {
	color: #d92727;
}

.service_white_bg .icon_image i.left {
	color: #d92727;
}

.service_white_bg blockquote {
	background-image: url('../images/blockqoute-1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}

.service_white_bg blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}

.btns_style_other {
	padding: 11px 10px;
	background: rgb(255 255 255 / 80%);
	margin-bottom: 10px;
	border-radius: 7px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	border-left: solid 10px #e29926;
	margin-right: 20px !important;
}

.btns_style_other a {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

ul li.btns_style_other:hover {

	box-shadow: 0 3px 6px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 13%);
	border-left: solid 7px #d92727;
}

.pb-0 {
	padding-bottom: 0px !important;
}

/* .hover-effect:hover{
	transform: translate3d(-0.5px, -2.8px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
} */
.grey {
	color: grey !important;
}

.font_size_13 {
	font-size: 13px;
}

.icon_image_style {
	width: 35px;
	margin-right: 5px;
}




/*=======================================================================================================
=========================================================================================================
	                                     End service Page CSS
=========================================================================================================
=======================================================================================================*/



/*=======================================================================================================
=========================================================================================================
	                                     Start Domains Page CSS
=========================================================================================================
=======================================================================================================*/
.style_new_domains {
	padding: 8px 25px !important;
	border-radius: 4px;
	color: #181717 !important;
	background: none !important;
	font-weight: 700;
	font-size: 16px !important;
}

.style_new_domains.active {
	color: #fff !important;
	background: #f5a425 !important;
}

.Industries-title {
	font-size: 25px;
	margin: 20px 0;
	color: #f5a425 !important;
}

/*=======================================================================================================
=========================================================================================================
	                                     End Domains Page CSS
=========================================================================================================
=======================================================================================================*/

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features_page .row+.row {
	margin-top: 25px;
}

.features_page h3 {
	font-weight: 400;
	font-size: 24px;
	color: #d92727;
}

.features_page ul {
	list-style: none;
	padding: 0;
}

.features_page ul li {
	padding-bottom: 10px;
}

.features_page ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #f5a425;
}

.features_page p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# end Features
--------------------------------------------------------------*/
.container-fluid.page-header.py-5.blog_css {
	position: relative !important;
	top: -72px !important;
}

.elementor-155 .elementor-element.elementor-element-6bd2087 .elementskit-blog-block-post,
.elementor-155 .elementor-element.elementor-element-6bd2087 .elementskit-post-image-card,
.elementor-155 .elementor-element.elementor-element-6bd2087 .elementskit-post-card {
	margin: 0px 0px 30px 0px !important;
}

.service-item.p-4 {
	position: relative !important;
}

.service-item a.btn-slide,
a.btn-slides.mt-2.w-auto {
	position: absolute !important;
	bottom: 24px;
}

/* ul.list_style_new {
    list-style: circle !important;
    margin-left: 20px;
} */

.list_style_new.list_ul li {
	display: flex;
	gap: 10px;
	margin-left: 20px;
}

.list_style_new.list_ul li span {
	display: inline-block;
	flex-shrink: 0;
	height: 8px;
	width: 8px;
	background-color: #000;
	border-radius: 50%;
	margin-top: 7px;
}

.list_style_new.list_ul li .sub_points {
	display: flex;
	gap: 10px;
	margin-left: 20px;
}

.list_style_new.list_ul li .sub_points span {
	background-color: #fff;
	border: 1px solid #000;
}

/* about up  */

.about_img {
	position: relative;
}

.about_img .main_img {
	position: relative;
	z-index: 1;
}

.about_img .shape_1 {
	position: absolute;
	top: -8%;
	right: -30px;
}

.about_img .shape_2 {
	position: absolute;
	bottom: -8%;
	left: -30px;
}

.about_content h3 {
	font-weight: 800;
}

.about_content h3 span {
	color: #d92727;
}


/* about up  */

/* portfolio */

.project_div {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	gap: 20px;
	position: relative;
}

.project_div:before,
.project_div:after {
	position: absolute;
	content: "";
}

.project_div.shadow::before,
.project_div.shadow::after {
	width: 10%;
	height: 15%;
	transition: 0.35s;
}

.project_div.shadow::before {
	top: 0;
	left: 0;
	border-left: 2px solid #d92727;
	border-top: 2px solid #d92727;
}

.project_div.shadow::after {
	bottom: 0;
	right: 0;
	border-right: 2px solid #d92727;
	border-bottom: 2px solid #d92727;
}

.project_div.shadow:hover::before,
.project_div.shadow:hover::after {
	width: 100%;
	height: 100%;
}

.project_div .project_img {
	margin: auto 0;
}

.project_language {
	display: flex;
	gap: 15px;
	align-items: center;
}

.project_language span {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 32px;
	text-align: center;
	background-color: #d92727;
	border-radius: 2px;
	box-shadow: 0 0 5px #d92727;
}

.project_language img {
	width: 22px;
}

.technology_list {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.technology_div {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	border-bottom: 2px solid #d92727;
	position: relative;
	transition: all .5s ease;
}

.technology_div:hover {
	background-color: #d92727;
	transition: all .5s ease;
}

.technology_div:hover p {
	color: #fff;
}

.technology_div:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #d92727;
	border-radius: 50%;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.technology_div img {
	height: 22px;
}

.technology_div p {
	font-size: 16px;
	font-weight: 500;
	/* color: #000; */
}

.explore_btn a {
	transition: all .5s ease;
}

.explore_btn a:hover {
	transform: translateY(-5px);
	transition: all .5s ease;
}


.tab-menu ul {
	margin-bottom: 50px;
	padding: 0;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.tab-menu ul li a {
	text-decoration: none;
	color: #000;
	background-color: #ffffff;
	padding: 10px 20px;
	border-bottom: 2px solid #d92727;
	position: relative;
}

.tab-menu ul li a:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #d92727;
	border-radius: 50%;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.tab-menu ul li a:hover {
	background-color: #d92727;
	color: #ffffff;
}

.tab-menu ul li a.active-a {
	background-color: #d92727;
	color: #ffffff;
}

.tab {
	display: none;
}

.tab h2 {
	color: rgba(0, 0, 0, .7);
}

.tab p {
	color: rgba(0, 0, 0, 0.6);
	text-align: justify;
}

.tab-active {
	display: block;
}

.ftr_logo img {
	width: 165px;
}

/* for home page slider company logo  */

.owl-carousel.portfolio-slider .owl-stage {
	/* display: flex; */
	animation: marquee 50s linear infinite;
}

.owl-carousel.portfolio-slider:hover .owl-stage {
	animation-play-state: paused;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.accordion_div .accordion .card {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
	border-radius: 5px !important;
}

.accordion_div .accordion .card .card-header h2 {
	line-height: 0;
}

.accordion_div .accordion .card .card-header h2 button {
	background: transparent;
	color: #000;
	font-size: 18px;
	padding: 0;
	text-decoration: none;
}

.accordion_div .accordion .card .card-header h2 button:before {
	content: none;
}

.accordion_div .accordion .card .card-header h2 button.collapsed i {
	transform: rotate(180deg);
	transition: all .5s ease;
}

.accordion_div .accordion .card .card-header h2 button i {
	transition: all .5s ease;
}

.accordion_div .accordion .card .card-body h2 {
	font-size: 18px !important;
	font-weight: 600;
	text-transform: capitalize;
}

.accordion_div .accordion .card .card-body ul li {
	list-style: outside;
	margin-bottom: 8px;
}

.accordion_div .accordion .card .card-body ul li:last-child {
	margin-bottom: 0;
}

.signin_input input {
	padding-right: 105px !important;
	padding-left: 10px !important;
}

.workplace_card {
	background-color: #d92727;
	border-radius: 20px;
	transition: all .5s ease;
}

.workplace_card:hover {
	transition: all .5s ease;
	background-color: #1c2329;
}

.tab .row .col_new:nth-child(2) .workplace_card {
	background-color: #1c2329;
	transition: all .5s ease;
}

.tab .row .col_new:nth-child(2) .workplace_card:hover {
	background-color: #d92727;
	transition: all .5s ease;
}

.tab .row .col_new:nth-child(4) .workplace_card {
	background-color: #1c2329;
	transition: all .5s ease;
}

.tab .row .col_new:nth-child(4) .workplace_card:hover {
	background-color: #d92727;
	transition: all .5s ease;
}

.tab .row .col_new:nth-child(5) .workplace_card {
	background-color: #1c2329;
	transition: all .5s ease;
}

.tab .row .col_new:nth-child(5) .workplace_card:hover {
	background-color: #d92727;
	transition: all .5s ease;
}

.tab .row .col_new:nth-child(7) .workplace_card {
	background-color: #1c2329;
	transition: all .5s ease;
}

.tab .row .col_new:nth-child(7) .workplace_card:hover {
	background-color: #d92727;
	transition: all .5s ease;
}

.form_inputs label {
	font-size: 14px;
	margin-bottom: 0;
}

.form_inputs .form-control:focus {
	box-shadow: none;
	border-color: #ccc;
}

.form_inputs input::placeholder,
textarea::placeholder {
	font-size: 14px;
	/* or any size you want */
}

.btn:focus {
	box-shadow: none;
}

.entry-header {
	display: none !important;
}

.entry-content {
	margin-top: 0 !important;
}

/* .workplace_card.workplace_card_one{} */

/* issues  */

article {
	margin-bottom: 0 !important;
}


/* stamp css  */

.stamp_div {
	background-image: url("../../../trignodev1/assets/images/meetings-bg.png");
	background-size: cover;
	background-position: center;
}

.stamp_div.stamp_new {
	margin-top: -7px;
}

.stamp_content h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}

.stamp_content h2 span {
	color: #d92727;
}

.stemp_img {
	display: flex;
	gap: 10px;
}

.stemp_img img {
	height: 100px;
}