@import url("https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');


body {
	color: #383838;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden !important;
}

img {
	max-width: 100%;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.ptb-85 {
	padding-top: 80px;
	padding-bottom: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt_20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-70 {
	padding-top: 70px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 50px;
}

.pl-15 {
	padding-left: 15px;
}

.pr-15 {
	padding-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.pl-20 {
	padding-left: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mlr-5 {
	margin-right: 5px;
	margin-left: 5px;
}

.mlrt-5 {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0d0e10;
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	letter-spacing: -0.3px;
}

p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #555555;
	font-family: "Inter", sans-serif;
	line-height: 1.7;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

.owl-nav {
	margin-top: 0 !important;
}

.owl-dots {
	margin-top: 0 !important;
}

.form-control {
	height: 42px;
	border: 1px solid #e1e1e1;
	padding-left: 15px;
	border-radius: unset;
	font-size: 14px !important;
}

.form-control::-webkit-input-placeholder {
	color: #555555;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.form-control:-ms-input-placeholder {
	color: #555555;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.form-control::-ms-input-placeholder {
	color: #555555;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.form-control::placeholder {
	color: #555555;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.form-control:focus {
	border: 1px solid #d22215;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::placeholder {
	color: transparent;
}

textarea {
	height: 120px !important;
}

.bg-f5f5f5 {
	background-color: #f5f5f5;
}

.bg-f8f8f8 {
	background-color: #f8f8f8;
}

::-moz-selection {
	background: #d22215;
	color: #ffffff;
}

::selection {
	background: #d22215;
	color: #ffffff;
}

.default-btn {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 20px 10px;
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 3px !important;
	display: inline-block;
	font-family: "Inter", sans-serif;
	border: 1px solid #d22215;
	background-color: #d22215;
	z-index: 1;
}

.default-btn i {
	position: relative;
	top: 1px;
	padding-left: 7px;
}

.default-btn.style2 {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.41);
}

.default-btn.style3 {
	background-color: #0d0e10;
	border-color: #0d0e10;
}

.default-btn::before {
	position: absolute;
	content: '';
	background-color: #d22215;
	height: 0%;
	width: 0%;
	bottom: 0;
	right: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn::after {
	position: absolute;
	content: '';
	background-color: #d22215;
	height: 0%;
	width: 0%;
	top: 0;
	left: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn:hover {
	color: #ffffff;
	border-color: #d22215;
}

.default-btn:hover::before {
	width: 100%;
	height: 100%;
}

.default-btn:hover::after {
	width: 100%;
	height: 100%;
}

.default-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-title {
	max-width: 780px;
	margin: auto auto 50px auto;
	text-align: center;
}
.mb__20{margin-bottom:20px !important;}
.section-title .fvscon {
	max-height: 30px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.section-title span {
	color: #d22215;
	display: block;
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 16px;
}

.section-title h2 {
	font-size: 38px;
	font-weight: 800;
}

.section-title.style2 {
	text-align: start;
	margin-left: 0;
	margin-right: auto;
	max-width: 570px;
}

.section-title.style2 h2 {
	margin-bottom: 0;
}

.section-title.white-title span {
	color: #f9c712;
}

.section-title.white-title h2 {
	color: #ffffff;
}

.no-scroll-y {
	overflow-y: hidden;
}

.ctn-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.ctn-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #d22215;
	height: 5em;
	margin: 0 auto 3.5em auto;
	width: 5em;
}

.ctn-preloader .animation-preloader .txt-loading {
	font: 700 2.5em "Manrope", sans-serif;
	text-align: center;
	font-weight: 800;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: #d22215;
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #0d0e10;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.ctn-preloader .loader-section {
	background-color: #ffffff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
	left: 0;
}

.ctn-preloader .loader-section.section-right {
	right: 0;
}

.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
	-webkit-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
	transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
	-webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
	transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {
	0%, 75%, 100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%, 50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {
	0%, 75%, 100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%, 50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
    .container{    --bs-gutter-x: 2.5rem !important;}
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	.ctn-preloader .animation-preloader .txt-loading {
		font-size: 2.0em !important;
	}
}

@media screen and (max-width: 500px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 5em;
		width: 5em;
	}

	.ctn-preloader .animation-preloader .txt-loading {
		font-size: 2.0em !important;
	}
}

.navbar-area {
	position: relative;
	background-color: rgb(255 255 255 / 100%) !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-area.style2 {
	position: fixed;
	background-color: unset;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
	z-index: 999;
}

.navbar-area.style2 .desktop-nav {
	position: relative;
}

.navbar-area.style2 .desktop-nav::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	height: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.15);
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a {
	color: #364054;
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a:hover, .navbar-area.style2 .desktop-nav .navbar .nav-item a:focus, .navbar-area.style2 .desktop-nav .navbar .nav-item a.active {
	color: #d22215;
}

.navbar-area.style2 .desktop-nav .others-options {
	padding-left: 130px;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a {
	color: #ffffff;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a:hover {
	color: #d22215;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu {
	border-bottom: 2px solid #2f2f2f;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before {
	background-color: #2f2f2f;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after {
	background-color: #2f2f2f;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu {
	border-color: #d22215;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
	background-color: #d22215;
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
	background-color: #d22215;
}

.navbar-area.style2.is-sticky {
	background-color: #0d0e10;
	position: fixed !important;
}

.navbar-area.style3 {
	background-color: #0d0e10;
}

.navbar-area.style3 .desktop-nav {
	position: relative;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a {
	color: #ffffff;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a:hover, .navbar-area.style3 .desktop-nav .navbar .nav-item a:focus, .navbar-area.style3 .desktop-nav .navbar .nav-item a.active {
	color: #d22215;
}

.navbar-area.style3 .desktop-nav .others-options {
	padding-left: 60px;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a {
	color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a:hover {
	color: #d22215;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu {
	border-bottom: 2px solid #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::before {
	background-color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn .sidebar-menu::after {
	background-color: #ffffff;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu {
	border-color: #d22215;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
	background-color: #d22215;
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
	background-color: #d22215;
}

.navbar-area.is-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: -webkit-sticky !important;
	position: sticky !important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
	max-width: 1580px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
}

.navbar-area .navbar-brand .white-logo {
	display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
	display: none;
}

.navbar-brand {
	margin-right: 40px;
	padding: 3px 0px !important;
}

.desktop-nav {
	padding-top: 0;
	padding-bottom: 0;
}

.desktop-nav .navbar {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: 2;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.desktop-nav .navbar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
	font-size: 15px;
	color: #364054;
	line-height: 1;
	position: relative;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 35px;
	text-transform: capitalize;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 18px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
	display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
	content: "\f107";
	position: absolute;
	top: 1px;
	right: 0;
	font-family: "Font Awesome 6 Free";
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	opacity: .6;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #ffffff;
	position: absolute;
	visibility: hidden;
	border-radius: 0;
	display: block;
	width: 380px;
	border: none;
	z-index: 99;
	opacity: 0;
	top: 50px;
	left: 0px;
	padding: 0;
}
.mlable{position:absolute;
    top: 23px;
    font-size: 9px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color:#262525;}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #140b01;
	padding: 12px 15px;
	border-bottom: 1px solid #f9f9f9;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	display: block;
	text-transform: capitalize !important;
	position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
	display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
	content: "\f107";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: "Font Awesome 6 Free";
	line-height: 1;
	font-size: 14px;
	opacity: .6;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	right: 250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #1b2336;
	border-bottom: 1px dashed #ededed;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
	display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
	content: "\ea4e";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: remixicon !important;
	line-height: 1;
	font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: 250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #0d0e10;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #0d0e10;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #0d0e10;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #0d0e10;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #0d0e10;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -1px;
	visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -15px;
	visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #d22215;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	margin-top: 16px;
	-webkit-transform: translateY(1);
	transform: translateY(1);
	visibility: visible;
}

.desktop-nav .navbar .others-options {
	padding-left: 50px;
	position: relative;
	top: -2px;
}

.desktop-nav .navbar .others-options .option-item {
	display: inline-block;
	margin-right: 25px;
}

.desktop-nav .navbar .others-options .option-item:last-child {
	margin-right: 0;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu {
	height: 20px;
	width: 25px;
	border-bottom: 2px solid #0d0e10;
	position: relative;
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
top: -1px;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 30px;
	left: 0;
	top: 9px;
	background-color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 15px;
	left: 0;
	top: 0;
	background-color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu {
	border-color: #d22215;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
	background-color: #d22215;
	width: 15px;
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
	background-color: #d22215;
	width: 25px;
}

.desktop-nav .navbar .others-options .option-item .search-btn {
	font-size: 20px;
	position: relative;
	top: 5px;
}

.desktop-nav .navbar .others-options .option-item .search-btn a {
	color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options .option-item .search-btn a:hover {
	color: #d22215;
}

.searchmodal .modal-dialog {
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	display: table;
}

.searchmodal .modal-content {
	height: 100%;
	border-radius: 0;
	border: none;
	display: table-cell;
	vertical-align: middle;
	background-color: #0d0e10;
	opacity: .77;
}

.searchmodal .modal-body {
	max-width: 700px;
	margin: auto;
	padding: 0;
}

.searchmodal .modal-header {
	border: none;
}

.searchmodal .modal-header button {
	position: relative;
}

.searchmodal .modal-header button.close {
	position: absolute;
	right: 25px;
	top: 20px;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 55px;
	background-color: transparent;
	border-radius: 50px;
	color: #d22215;
	border: none;
	font-size: 30px;
	z-index: 1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.searchmodal .modal-header button.close i {
	position: relative;
	top: -4px;
	left: 0;
}

.searchmodal .modal-header button.close:hover, .searchmodal .modal-header button.close:focus {
	color: #ffffff;
}

.modal-search-form {
	position: relative;
}

.modal-search-form .search-field {
	background-color: transparent;
	height: 60px;
	padding: 8px 15px;
	border: 1px solid #484848;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 10px;
	color: #ffffff;
}

.modal-search-form .search-field::-webkit-input-placeholder {
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.modal-search-form .search-field:-ms-input-placeholder {
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.modal-search-form .search-field::-ms-input-placeholder {
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.modal-search-form .search-field::placeholder {
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.modal-search-form .search-field:focus {
	border-color: #d22215;
}

.modal-search-form .search-field:focus::-webkit-input-placeholder {
	color: transparent;
}

.modal-search-form .search-field:focus:-ms-input-placeholder {
	color: transparent;
}

.modal-search-form .search-field:focus::-ms-input-placeholder {
	color: transparent;
}

.modal-search-form .search-field:focus::placeholder {
	color: transparent;
}

.modal-search-form button {
	border: none;
	background-color: #eeeeee;
	color: #d22215;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 10px;
	padding: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	border-radius: 5px;
	cursor: pointer;
}

.modal-search-form button i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%);
}

.modal-search-form button:hover, .modal-search-form button:focus {
	background-color: #d22215;
	color: #ffffff;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 420px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	background-color: #0e0e0e;
	border: none;
	border-radius: 0;
}

.modal.right .modal-content button.close {
	position: absolute;
	right: 20px;
	top: 30px;
	background-color: transparent;
	border: none;
	text-shadow: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	z-index: 99;
	opacity: 1;
}

.modal.right .modal-content button.close i {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #d22215;
	color: #ffffff;
	font-size: 20px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
	background-color: #0d0e10;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.sidebarModal {
	position: relative;
}

.sidebarModal.modal .modal-body {
	padding: 25px;
	position: absolute;
	top: 0%;
	-webkit-transform: translateY(-0%);
	transform: translateY(-0%);
}

.sidebarModal.modal .modal-body .sidebar-content {
	margin-top: 35px;
	margin-bottom: 30px;
}

.sidebarModal.modal .modal-body .sidebar-content p {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
	margin-top: 25px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
	margin-top: 10px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
	font-size: 22px;
	margin-bottom: 0;
	color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
	padding-left: 0;
	margin-top: 30px;
	margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
	list-style-type: none;
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
	padding-left: 22px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
	margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
	color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover, .sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a.active {
	color: #d22215 !Important;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
	position: absolute;
	left: 0;
	top: 2px;
	color: #d22215;
}

.sidebarModal.modal .modal-body .sidebar-social-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
	display: inline-block;
	margin-right: 8px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
	margin-right: 0;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 16px;
	background: #d22215;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #0d0e10;
	color: #ffffff;
}

.others-option-for-responsive {
	display: none !important;
}

.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	right: 40px;
	top: -42px;
}

.others-option-for-responsive .dot-menu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #d22215;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: #d22215;
}

.others-option-for-responsive .container {
	position: relative;
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: -2px;
	top: 15px;
	max-width: 320px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.others-option-for-responsive .others-options {
	padding: 10px;
	text-align: center;
}

.others-option-for-responsive .others-options .option-item {
	display: inline-block;
	margin-right: 15px;
}

.others-option-for-responsive .others-options .option-item:last-child {
	margin-right: 0;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu {
	height: 20px;
	width: 25px;
	border-bottom: 2px solid #0d0e10;
	position: relative;
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	top: 5px;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 30px;
	left: 0;
	top: 9px;
	background-color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn .sidebar-menu::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 15px;
	left: 0;
	top: 0;
	background-color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu {
	border-color: #d22215;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
	background-color: #d22215;
	width: 15px;
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
	background-color: #d22215;
	width: 25px;
}

.others-option-for-responsive .others-options .option-item .search-btn {
	font-size: 20px;
	position: relative;
	top: 5px;
}

.others-option-for-responsive .others-options .option-item .search-btn a {
	color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.others-option-for-responsive .others-options .option-item .search-btn a:hover {
	color: #d22215;
}

.mobile-responsive-nav {
	display: none;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: .6;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes movebounce2 {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes movebounce2 {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.banner-slider-item {
	padding-top: 120px;
	padding-bottom: 115px;
	height: 97vh;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner-slider-item::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90.22deg, rgba(2, 2, 2, 0.8) 0.14%, rgba(16, 16, 16, 0.396) 99.76%);
}

.banner-slider-item.bg-1 {
	background-attachment: scroll;
}

.banner-slider-item.bg-2 {
	background-attachment: scroll;
}

.banner-content {
	max-width: 1580px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	position: relative;
}

.banner-content .banner-left-content {
	z-index: 1;
}

.banner-content .banner-left-content span {
	color: #ffffff;
	background: rgba(210, 34, 21, 0.73);
	padding: 4px 14px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	border-radius: 3px;
}

.banner-content .banner-left-content h1 {
	font-size: 42px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: -0.3px;
	position: relative;
	padding-left: 26px;
  font-family: "Noto Serif", serif !important;
  
	
}
.banner-content .banner-left-content h1::before {
	position: absolute;
	content: '';
	height: 98%;
	width: 6px;
	left: 0;
	top: 7px;
	background-color: #d22215;
}

.banner-content .banner-left-content p {
	color: #dfdddd;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	max-width:790px;
	margin-bottom: 35px;
}

.banner-area {
	margin-top: 65px;
}

.banner-area .container-fluid {
	padding: 0;
	overflow: hidden;
}

.banner-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
	position: absolute;
	margin:0px auto;
	left: 0;
	right: 0;
	bottom: 65px;
	max-width:300px;
}

.banner-slider.owl-theme .owl-nav .owl-prev, .banner-slider.owl-theme .owl-nav .owl-next {
	background-color: unset !important;
	position: relative;
	right: 40px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: #ffffff;
}

.banner-slider.owl-theme .owl-nav .owl-prev img, .banner-slider.owl-theme .owl-nav .owl-next img {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.banner-slider.owl-theme .owl-nav .owl-prev.owl-next, .banner-slider.owl-theme .owl-nav .owl-next.owl-next {
	left: 40px;
	right: auto;
}

.banner-slider.owl-theme .owl-nav .owl-prev:hover img, .banner-slider.owl-theme .owl-nav .owl-next:hover img {
	-webkit-filter: invert(69%) sepia(14%) saturate(992%) hue-rotate(348deg) brightness(91%) contrast(86%);
	filter: invert(69%) sepia(14%) saturate(992%) hue-rotate(348deg) brightness(91%) contrast(86%);
}

.slider-counter {
	z-index: 1;
	bottom: 100px;
	position: relative;
	text-align: center;
	color: #ffffff;
	max-width: 40px;
	margin: auto;
	font-size: 15px;
	margin-bottom: -22px;
}

.slider-counter.active {
	color: #ffffff;
}

.video-play-btn {
	text-align: end;
	margin-right: 100px;
}

.video-play-btn .play-btn a {
	color: #d22215;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 40px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.video-play-btn .play-btn a i {
	position: relative;
	left: 3px;
	top: 2px;
}

.video-play-btn .play-btn a::before {
	position: absolute;
	content: '';
	height: 110px;
	width: 110px;
	left: -5px;
	top: -5px;
	border: 1px solid #d22215;
	border-radius: 100%;
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.video-play-btn .play-btn a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.video-play-btn .play-btn a:hover::before {
	border-color: #ffffff;
}

.banner-area-style2.bg-1 {
	background-image: url(../images/banner/banner-bg-3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: scroll;
	z-index: 1;
}

.banner-area-style2.bg-1::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(21, 21, 21, 0.5);
	z-index: -1;
}

.banner-content-style2 {
	padding-top: 150px;
	padding-bottom: 150px;
	max-width: 930px;
	margin: auto;
	text-align: center;
}

.banner-content-style2 h1 {
	font-size: 120px;
	color: #ffffff;
	font-weight: 800;
	line-height: 130px;
	margin-bottom: 25px;
}

.banner-content-style2 p {
	max-width: 790px;
	margin: auto;
	color: #cacaca;
	margin-bottom: 30px;
}

.banner-logo-content {
	text-align: center;
	padding-bottom: 80px;
}

.banner-logo-content ul {
	padding-left: 0;
	margin-bottom: 0;
}

.banner-logo-content ul li {
	display: inline-block;
	margin-right: 50px;
}

.banner-logo-content ul li img {
	opacity: .4;
}

.banner-logo-content ul li:last-child {
	margin-right: 0;
}

.banner-area-style3 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.banner-area-style3 .container-fluid {
	max-width: 1520px;
}

.banner-area-style3.bg-image {
	background-image: url(../images/banner/banner-bg-4.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.banner-area-style3.bg-image::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.31);
	z-index: -1;
}

.banner-content3 {
	max-width: 790px;
	margin-right: 0;
	margin-left: auto;
}

.banner-content3 h1 {
	font-size: 110px;
	font-weight: 800;
	line-height: 120px;
	color: #ffffff;
	margin-bottom: 20px;
}

.banner-content3 p {
	color: #cacaca;
	margin-bottom: 30px;
}

.page-banner-area {
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-banner-area::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /**background: rgba(210, 34, 21, 0.85);**/
  background: linear-gradient(180.0deg, rgb(0 0 0 / 0%) 0.50%, rgba(0.0.0.01) 99.76%);;
  z-index: -1;
}

.dark_sec{background-color: #000000 !important; color: #ffffff !important; text-align: center;}
.dark_sec .experience-content, .dark_sec .experience-content .bltxt{color: #ffffff !important; max-width:990px;
    margin: 0px auto;}
 .dark_sec .experience-content p{color: #ffffff; opacity: 0.8 !important;}

.page-banner-area.bg-1 {
	background-image: url(../images/banner1.jpg) !important;
}

.page-banner-area.bg-2 {
	background-image: url(../images/banner/banner-bg-6.jpg);
}

.page-banner-area.bg-3 {
	background-image: url(../images/banner/banner-bg-7.jpg);
}

.page-banner-area.bg-4 {
	background-image: url(../images/banner/banner-bg-8.jpg);
}

.page-banner-area.bg-5 {
	background-image: url(../images/banner/banner-bg-9.jpg);
}

.page-banner-area.bg-6 {
	background-image: url(../images/banner/banner-bg-10.jpg);
}

.page-banner-content {
  text-align: center;
  padding-top: 340px;
}

.page-banner-content h1 {
  font-size:40px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 87.5;
  letter-spacing: -0.1px;

}

.page-banner-content ul, .brdcrmleft ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li , .brdcrmleft ul li{
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  color: #cccccc;
  position: relative;
}

.page-banner-content ul li::before, .brdcrmleft ul li::before {
  position: absolute;
  content: '';
  right: -13px;
  height: 11px;
  width: 1px;
  background-color:rgb(255 255 255 / 28%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-banner-content ul li a, .brdcrmleft ul li a  {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.page-banner-content ul li a:hover, .brdcrmleft ul li a:hover {
  color: #ffffff; opacity: 0.6;
}

.page-banner-content ul li:last-child, .brdcrmleft ul li:last-child {
  margin-right: 0;
}

.page-banner-content ul li:last-child::before, .brdcrmleft ul li:last-child::before {
  display: none;
}

.experience-area .container {
	position: relative;
}

.experience-area .container .shape {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-animation: movebounce2 7s linear infinite;
	animation: movebounce2 7s linear infinite;
}

.experience-content .experience-title {
	margin-bottom: 25px;
}

.experience-content .experience-title span {
	color: #d22215;
	display: inline-block;
	margin-bottom: 10px;
}

.experience-content .experience-title h2 {
  font-size: 32px;
}
.experience-content .content {    position: relative;
    z-index: 1;}
.experience-content .content .bltxt {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #111111;

}

.fs15 {
	font-size: 15px !important;
	margin-bottom: 15px;
}

.experience-content .content p {
	line-height: 23px;
	font-size: 14px !important;
}

.experience-content .content p b {
	font-size: 14px;
	color: #363636;
	font-weight: 600 !important;
}

.experience-content .content p b.hdng {
	background-color: #f6f6f6;
	padding: 5px 10px;
	margin-top: 20px;
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.experience-content .content p u {
	font-weight: 600;
	color: #444444;
	text-decoration: none !important;
}

.experience-content .content p br {
	display: inline-block;
	margin-bottom: 25px;
}

.experience-content .content p:last-child {
	margin-bottom: 0;
}

.experience-content .content h5, .experience-content .content h6 {
	font-size: 20px !important;
	line-height: 24px !important;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 800;
}

.experience-content .content h4, .experience-content .content h3 {
	font-size: 18px !important;
	position: relative;
	padding-left: 15px;
	line-height: 24px !important;
	margin-top: 30px;
	margin-bottom: 20px;
}

.experience-content .content h4::before, .experience-content .content h3::before {
	position: absolute;
	content: '';
	height: 18px;
	width: 5px;
	left: 0;
	top: 4px;
	background-color: #d22215;
}

.scnxs{background-color: #f7f7f7;}
.scnxs .row{padding: 0px !important;}
.scnxs .row .col-md-6{padding: 0px !important;}
.experience-content .content.insidpad{padding: 50px !important;}
.experience-content .content.insidpad .cstmfs{font-size:24px !important; line-height: 30px !important; margin-top: 0px !important;}


.experience-content .content ul, .experience-content .content ol{margin-left: 0px; margin-top: 20px; padding-left:16px;}
.experience-content .content ul li, .experience-content .content ol li{font-size: 14px !important; margin-bottom: 15px;}
.experience-content .content .default-btn {
  margin-top: 10px;
}

.experience-image {
  padding-right: 30px;
  padding-top: 5px;
  position: relative;
}

.servimage {
	padding-right: 0px !important;
	position: sticky;
	top: 22%;
	z-index: 2;
}

.experience-image img {
	border-radius: 10px;
}

.experience-image .circle_img_box{border-radius: 10%;  width:320px; height:320px; overflow:hidden; margin:0px auto;}
.experience-image .circle_img_box img{ object-fit:cover; width:100%; height:100%; border-radius:0px; object-position:center center;}

@media only screen and (max-width: 991px) {
    .experience-image {
	margin-top:30px !important;
}
  .experience-image .circle_img_box{border-radius:20px;  width:100%; height:auto; overflow:hidden; margin:30px 0px 0px 0px;}
.experience-image .circle_img_box img{ object-fit:cover; width:100%; height:100%; border-radius:0px; object-position:center center;}
  
}

.experience-image .experience {
	height: 170px;
	width: 170px;
	background-color: #0d0e10;
	border-radius: 100%;
	border: 8px solid #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	padding: 25px;
}

.experience-image .experience h2 {
	font-size: 70px;
	color: #d22215;
	line-height: 60px;
	font-weight: bold;
}

.experience-image .experience span {
	color: #ffffff;
	font-size: 21px;
	line-height: 20px;
	font-weight: 600;
}

.experience-image .experience span font {
	display: block;
	font-size: 11px;
}

.about-img {
	padding-left: 40px;
	position: relative;
}

.about-img .small-img {
	width: 270px;
	border: 5px solid #ffffff;
	position: absolute;
	left: 0;
	bottom: 40px;
}

.about-content .about-title {
	margin-bottom: 20px;
}

.about-content .about-title span {
	color: #d22215;
	margin-bottom: 5px;
	display: inline-block;
}

.about-content .about-title h2 {
	font-size: 56px;
	margin-bottom: 20px;
}

.about-content .experience {
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
}

.about-content .experience p {
	font-size: 24px;
	color: #0d0e10;
	font-weight: 600;
}

.about-content .experience span {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 48px;
	color: #d22215;
	display: inline-block;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
}

.about-content .content {
	margin-bottom: 30px;
}

.features-area.bg-1 {
	background-color: #141414;
	background-image: url(../images/features/features-shape-1.png);
	background-size: cover;
	background-position: center center;
}

.single-features-card {
	padding: 20px 25px;
	background-color: #d22215;
	margin-bottom: 30px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-features-card:hover {
	background-color: #0d0e10;
}

.single-features-card .features-img {
	margin-bottom: 20px;
}

.single-features-card .features-img img {
	max-height: 50px;
}

.single-features-card h3 {
	font-size: 24px;
	margin-bottom: 18px;
	color: #ffffff;
}

.single-features-card p {
	font-size: 14px !important;
	margin-bottom: 10px;
	line-height: 22px !important;
	color: rgba(225, 225, 225, 0.98);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	min-height: 90px;
}

.single-features-card:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-features-box .features-img {
	overflow: hidden;
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-features-box .features-img img {
	overflow: hidden;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
}

.single-features-box .features-img .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	opacity: 0;
}

.single-features-box .features-img .play-btn a {
	color: #d22215;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	border-radius: 100%;
	background: #ffffff;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.single-features-box .features-img .play-btn a i {
	position: relative;
	left: 3px;
	top: 2px;
}

.single-features-box .features-img .play-btn a::before {
	position: absolute;
	content: '';
	height: 70px;
	width: 70px;
	left: -5px;
	top: -5px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
	z-index: -1;
}

.single-features-box .features-img .play-btn a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.single-features-box .features-content {
	background-color: #252525;
	padding: 20px;
	text-align: center;
}

.single-features-box .features-content h3 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 15px;
}

.single-features-box .features-content span {
	color: #cfcfcf;
}

.single-features-box:hover .features-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-features-box:hover .features-img .play-btn {
	opacity: 1;
}

.features-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.features-slider.owl-theme .owl-nav .owl-prev, .features-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -90px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 65px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 18px;
}

.features-slider.owl-theme .owl-nav .owl-prev i, .features-slider.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next, .features-slider.owl-theme .owl-nav .owl-next.owl-next {
	right: -90px;
	left: auto;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next i, .features-slider.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.features-slider.owl-theme .owl-nav .owl-prev:hover, .features-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.works-area.bg {
	background-image: url(../images/works/works-img-1.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.works-area.bg::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

.works-btn {
	margin-bottom: 45px;
	text-align: end;
}

.single-works-card {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.single-works-card .works-img {
	overflow: hidden;
	position: relative;
	height: 300px;
	background-color: #3333333;
}

.single-works-card .works-img img {
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

.single-works-card .works-img:after {
	background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 100%);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.single-works-card .content {
	text-align: left;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 0px;
	margin: auto;
	left: 0;
	right: 0;
	padding: 25px 26px;
	z-index: 2;
}

.single-works-card .content h3 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	max-width: 99%;
}
.single-works-card .content h3 span{display: block;font-size: 16px; font-style:italic;}
.single-works-card .content p {
	color: #f9f9f9 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 70px;
	line-height: 22px;
	margin-bottom: 5px !important;
}
p.newstitle{font-size:20px !important; font-weight:700 !important;}
.single-works-card .content span.lnk {
	color: #fb3f31 !important;
}

.single-works-card .content:hover span.lnk {
	text-decoration: underline;
}

.single-works-card:hover .works-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-works-card:hover .content h3 {
	color: #ffffff;
}

.single-works-card.style2 {
	margin-bottom: 30px;
}

.works-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.works-slider.owl-theme .owl-nav .owl-prev, .works-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -90px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 65px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 20px;
}

.works-slider.owl-theme .owl-nav .owl-prev i, .works-slider.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next, .works-slider.owl-theme .owl-nav .owl-next.owl-next {
	right: -90px;
	left: auto;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next i, .works-slider.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.works-slider.owl-theme .owl-nav .owl-prev:hover, .works-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev, .works-slider.style2.owl-theme .owl-nav .owl-next {
	background-color: #f8f8f8;
	color: #d22215;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev:hover, .works-slider.style2.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.work-details-content .work-details-top-content {
	margin-bottom: 30px;
}

.work-details-content .work-details-top-content .work-img {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img img {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.work-details-content .work-details-top-content .work-img .play-btn a {
	color: #d22215;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
	background: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.work-details-content .work-details-top-content .work-img .play-btn a i {
	position: relative;
	left: 3px;
	top: 2px;
}

.work-details-content .work-details-top-content .work-img .play-btn a::before {
	position: absolute;
	content: '';
	height: 80px;
	width: 80px;
	left: -5px;
	top: -5px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
	z-index: -1;
}

.work-details-content .work-details-top-content .work-img .play-btn a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.work-details-content .work-details-top-content .work-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: blur(3px);
	filter: blur(3px);
	border-radius: 5px;
}

.work-details-content .work-details-top-content .list {
	margin-bottom: 15px;
}

.work-details-content .work-details-top-content .list ul {
	padding-left: 0;
	margin-bottom: 0;
}

.work-details-content .work-details-top-content .list ul li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.work-details-content .work-details-top-content .list ul li::before {
	position: absolute;
	content: '/';
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work-details-content .work-details-top-content .list ul li a {
	color: #555555;
}

.work-details-content .work-details-top-content .list ul li:last-child {
	margin-right: 0;
}

.work-details-content .work-details-top-content .list ul li:last-child::before {
	display: none;
}

.work-details-content .work-details-top-content h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.work-details-content .quote {
	padding: 50px 30px;
	position: relative;
	background-color: #f8f8f8;
	text-align: center;
	margin-bottom: 30px;
}

.work-details-content .quote .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work-details-content .quote p {
	margin-bottom: 0;
	font-size: 18px;
	color: #0d0e10;
}

.work-details-content .films-story {
	margin-bottom: 30px;
}

.work-details-content .films-story h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.work-details-content .films-story p {
	margin-bottom: 22px;
}

.work-details-content .films-story .story-list ul {
	padding-left: 0;
	margin-bottom: 0;
}

.work-details-content .films-story .story-list li {
	list-style-type: none;
	position: relative;
	margin-bottom: 14px;
	padding-left: 28px;
	color: #0d0e10;
}

.work-details-content .films-story .story-list li:last-child {
	margin-bottom: 0;
}

.work-details-content .films-story .story-list li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #d22215;
}

.sidebar-search {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-search .form-control {
	height: 60px;
	border: 1px solid rgba(196, 196, 196, 0.29);
}

.sidebar-search .default-btn {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	padding: 10px 18px;
	font-size: 22px;
}

.work-details-sidebar .work-sidebar-widget {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	border-radius: 5px;
}

.work-details-sidebar .work-sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 25px;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul {
	padding-left: 0;
	margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li {
	margin-bottom: 20px;
	list-style-type: none;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li h4 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	color: #0d0e10;
	margin-bottom: 8px;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li:last-child {
	margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work {
	position: relative;
	overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb {
	float: left;
	height: 65px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 20px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative;
	background-color: #0d0e10;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg1 {
	background-image: url(../../assets/images/works/works-img-3.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg2 {
	background-image: url(../../assets/images/works/works-img-4.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg3 {
	background-image: url(../../assets/images/works/works-img-5.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info {
	overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info span {
	display: block;
	color: #666666;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
	margin-bottom: 7px;
	margin-top: 5px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a {
	display: inline-block;
	color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a:hover {
	color: #d22215;
}

.work-details-sidebar .work-sidebar-widget.categories {
	padding: 30px 30px 20px 30px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul {
	padding-left: 0;
	margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
	padding: 8px 25px;
	color: #555555;
	background-color: #f8f8f8;
	display: inline-block;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.history-area .tab-teaser .tab-menu ul {
	padding-left: 0;
	margin-bottom: 10px;
}

.history-area .tab-teaser .tab-menu li {
	list-style-type: none;
	margin-bottom: 12px;
}

.history-area .tab-teaser .tab-menu li a {
	color: #0d0e10;
	padding: 10px 35px;
	background: #f5f5f5;
	font-weight: 500;
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: inline-block;
}

.history-area .tab-teaser .tab-menu li a::before {
	position: absolute;
	content: '';
	right: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	height: 2px;
	width: 25px;
	background-color: #0d0e10;
	opacity: 0;
}

.history-area .tab-teaser .tab-menu li a::after {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	background-color: #0d0e10;
	-webkit-clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
	clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
	right: -37px;
	top: 51%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.history-area .tab-teaser .tab-menu li a.active, .history-area .tab-teaser .tab-menu li a:hover, .history-area .tab-teaser .tab-menu li a:focus {
	background-color: #0d0e10;
	color: #ffffff;
}

.history-area .tab-teaser .tab-menu li a.active::before, .history-area .tab-teaser .tab-menu li a:hover::before, .history-area .tab-teaser .tab-menu li a:focus::before {
	opacity: 1;
}

.history-area .tab-teaser .tab-menu li a.active::after, .history-area .tab-teaser .tab-menu li a:hover::after, .history-area .tab-teaser .tab-menu li a:focus::after {
	opacity: 1;
}

.history-area .tab-teaser .tab-menu li a:hover::before {
	opacity: 0;
}

.history-area .tab-teaser .tab-menu li a:hover::after {
	opacity: 0;
}

.history-area .tab-teaser .tab-menu li:last-child {
	margin-bottom: 0;
}

.history-area .tab-box {
	display: none;
	padding: 35px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-left: -35px;
}

.history-area .tab-box:first-child {
	display: block;
}

.history-area .tab-box .history-content .history-title {
	margin-bottom: 35px;
}

.history-area .tab-box .history-content .history-title span {
	color: #d22215;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}

.history-area .tab-box .history-content .history-title h2 {
	font-size: 36px;
	margin-bottom: 15px;
}

.history-area .tab-box .history-content .logo-list ul {
	padding-left: 0;
	margin-bottom: 0;
}

.history-area .tab-box .history-content .logo-list ul li {
	display: inline-block;
	margin-right: 10px;
}

.history-area .tab-box .history-content .logo-list ul li:last-child {
	margin-right: 0;
}

.history-content-style2 .history-title {
	margin-bottom: 30px;
}

.history-content-style2 .history-title span {
	color: #d22215;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

.history-content-style2 .history-title h2 {
	font-size: 56px;
}

.history-box {
	background-color: #f8f8f8;
	padding: 20px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: relative;
}

.history-box .card-left-content {
	text-align: center;
}

.history-box .card-left-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.history-box .card-left-content span {
	font-size: 18px;
	font-weight: 600;
	color: #d22215;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.history-box .card-right-content {
	border-left: 1px dashed #d22215;
	padding-left: 25px;
}

.history-box .card-right-content h3 {
	font-size: 24px;
	margin-bottom: 10px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.history-box .card-right-content p {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.history-box:hover, .history-box.active {
	background-color: #0d0e10;
}

.history-box:hover::after, .history-box.active::after {
	height: 75%;
}

.history-box:hover .card-left-content h4, .history-box.active .card-left-content h4 {
	color: #ffffff;
}

.history-box:hover .card-right-content h3, .history-box.active .card-right-content h3 {
	color: #ffffff;
}

.history-box:hover .card-right-content p, .history-box.active .card-right-content p {
	color: #ffffff;
}

.history-img-content-style2 {
	padding-left: 70px;
	padding-bottom: 35px;
	position: relative;
}

.history-img-content-style2 .small-img {
	height: 300px;
	width: 300px;
	border-radius: 100%;
	border: 6px solid #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.history-content-style2 {
}

.history-content-style2 .scrollmenu {
	overflow-y: scroll;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	height: 320px;
	display: block;
	left: 0;
	top: 0;
}

.history-content-style2 * {
	scrollbar-width: auto;
	scrollbar-color: #e2dede #e2dede;
}

.history-content-style2 *::-webkit-scrollbar {
	width: 12px;
}

.history-content-style2 *::-webkit-scrollbar-track {
	background: #e2dede;
}

.history-content-style2 *::-webkit-scrollbar-thumb {
	background-color: #d22215;
	border-radius: 0;
	border: 3px solid #e2dede;
}

.services-area {
	position: relative;
}

.services-area.bg-color {
	background-color: #1d1d1d;
}

.services-area .services-shape {
	position: absolute;
	right: 0;
	top: 0;
}

.single-services-card .services-img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
}

.single-services-card .services-img img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
}

.single-services-card .services-contet {
	padding: 30px;
	background-color: #141414;
}

.single-services-card .services-contet h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.single-services-card .services-contet h3 a {
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-services-card .services-contet p {
	color: #dbd9d9;
}

.single-services-card:hover .services-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-services-card:hover .services-contet h3 a {
	color: #d22215;
}

.services-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
	z-index: 1;
}

.services-slider.owl-theme .owl-nav .owl-prev, .services-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: -110px;
	right: 90px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 67px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 20px;
}

.services-slider.owl-theme .owl-nav .owl-prev i, .services-slider.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next, .services-slider.owl-theme .owl-nav .owl-next.owl-next {
	right: 0;
	left: auto;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next i, .services-slider.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.services-slider.owl-theme .owl-nav .owl-prev:hover, .services-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.single-service-box {
	position: relative;
}

.single-service-box .services-content1 {
	position: absolute;
	background-color: #ffffff;
	padding: 25px;
	text-align: center;
	left: 30px;
	right: 30px;
	bottom: 30px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-service-box .services-content1 h3 {
	font-size: 24px;
	margin-bottom: 0;
}

.single-service-box .services-content2 {
	position: absolute;
	padding: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: rgba(0, 0, 0, 0.83);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-service-box .services-content2 h3 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 18px;
}

.single-service-box .services-content2 p {
	color: #ffffff;
}

.single-service-box:hover .services-content1 {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.single-service-box:hover .services-content2 {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.services-slider2.owl-theme .owl-nav {
	margin-top: 0 !important;
	z-index: 1;
}

.services-slider2.owl-theme .owl-nav .owl-prev, .services-slider2.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: -110px;
	right: 90px;
	background-color: #f8f8f8;
	color: #d22215;
	border: none;
	height: 60px;
	width: 60px;
	line-height: 67px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 18px;
}

.services-slider2.owl-theme .owl-nav .owl-prev i, .services-slider2.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next, .services-slider2.owl-theme .owl-nav .owl-next.owl-next {
	right: 0;
	left: auto;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .services-slider2.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.services-slider2.owl-theme .owl-nav .owl-prev:hover, .services-slider2.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.trust-image {
	position: relative;
	padding-right: 100px;
	padding-bottom: 30px;
}

.trust-image .small-img {
	position: absolute;
	width: 300px;
	right: 0;
	bottom: 0;
	border: 15px solid #f5f5f5;
	background-color: #f5f5f5;
}

.trust-image .small-img img {
	border-radius: 20px 0 0 0;
}

.trust-content .trust-title {
	margin-bottom: 30px;
}

.trust-content .trust-title span {
	color: #d22215;
	font-size: 18px;
	font-weight: 600;
}

.trust-content .trust-title h2 {
	font-size: 56px;
}

.trust-content .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 0px;
	border-radius: 5px;
	border: none;
	background-color: transparent !important;
	border-radius: unset;
	border: unset;
}

.trust-content .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.trust-content .faq-accordion .accordion .accordion-title {
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 0px;
	border-radius: unset;
	cursor: pointer;
	border-bottom: 1px solid #f9f9f9;
}

.trust-content .faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #555555;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.trust-content .faq-accordion .accordion .accordion-title.active i::before {
	content: "\f077";
	font-family: "Font Awesome 6 Free";
}

.trust-content .faq-accordion .accordion .accordion-content {
	display: none;
	padding-top: 10px;
	background-color: transparent;
}

.trust-content .faq-accordion .accordion .accordion-content p {
	font-weight: 400;
	font-size: 14px;
}

.trust-content .faq-accordion .accordion .accordion-content.show {
	display: block;
}

.trailer-area.bg-1 {
	background-color: #d22215 !important;
	background-image: url(../images/cover_bg.jpg);
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.trailer-area.bg-1::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #d22215;
	opacity: 0.8;
	z-index: -1;
}

.trailer-area .container-fluid {
	padding: 0;
	overflow: hidden;
}

.single-trailer-card {
	position: relative;
	margin-bottom: 50px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-trailer-card .trailer-img {
	overflow: hidden;
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	height: 360px;
}

.single-trailer-card .trailer-img img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.single-trailer-card .trailer-img .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
	opacity: 0;
}

.single-trailer-card .trailer-img .play-btn a {
	color: #d22215;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
	background: #ffffff;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.single-trailer-card .trailer-img .play-btn a i {
	position: relative;
	left: 3px;
	top: 2px;
}

.single-trailer-card .trailer-img .play-btn a::before {
	position: absolute;
	content: '';
	height: 90px;
	width: 90px;
	left: -5px;
	top: -5px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
	z-index: -1;
}

.single-trailer-card .trailer-img .play-btn a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.single-trailer-card .trailer-content {
	background-color: #0d0e10;
	padding: 20px;
	text-align: center;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -50px;
}

.single-trailer-card .trailer-content h3 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
}

.single-trailer-card .trailer-content span {
	color: #ffffff;
	font-size: 13px;
}

.single-trailer-card .trailer-content::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 0%;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: #d22215;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-trailer-card:hover .trailer-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-trailer-card:hover .trailer-img .play-btn {
	opacity: 1;
}

.single-trailer-card:hover .trailer-content::before {
	width: 100%;
	left: 0;
	right: auto;
}

.active.center .single-trailer-card .trailer-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.active.center .single-trailer-card .trailer-img .play-btn {
	opacity: 1;
}

.active.center .single-trailer-card .trailer-content::before {
	width: 100%;
	left: 0;
	right: auto;
}

.trailer-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
	max-width: 1320px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 1;
}

.trailer-slider.owl-theme .owl-nav .owl-prev, .trailer-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: -110px;
	right: 60px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 48px;
	width: 48px;
	line-height: 55px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 20px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev i, .trailer-slider.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev.owl-next, .trailer-slider.owl-theme .owl-nav .owl-next.owl-next {
	right: 0;
	left: auto;
}

.trailer-slider.owl-theme .owl-nav .owl-prev.owl-next i, .trailer-slider.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev:hover, .trailer-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.trailer-area-style2.bg-color {
	background-color: #141414;
}

.single-trailer-box {
	margin-bottom: 40px;
}

.single-trailer-box .trailer-img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
}

.single-trailer-box .trailer-img img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
}

.single-trailer-box .content {
	text-align: center;
	padding: 30px 30px 0 30px;
}

.single-trailer-box .content h3 {
	font-size: 24px;
	color: #ffffff;
}

.single-trailer-box .content span {
	color: #cbc3c3;
}

.single-trailer-box:hover .trailer-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.trailer-slider2.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev, .trailer-slider2.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	left: -90px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 65px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 20px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev i, .trailer-slider2.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next, .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next {
	right: -90px;
	left: auto;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev:hover, .trailer-slider2.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.trailer-slider2.owl-theme .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot span {
	width: 100% !important;
	height: 1px;
	background: rgba(255, 255, 255, 0.12);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot.active span {
	height: 2px;
	background: #d22215;
}

.lines {
	top: 0;
	left: 0;
	right: 0;
	width: 90vw;
	z-index: -1;
	height: 100%;
	margin: auto;
	position: absolute;
}

.lines .line {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
}

.lines .line::after {
	left: 0;
	top: -50%;
	content: "";
	width: 100%;
	height: 15vh;
	display: block;
	position: absolute;
	-webkit-animation: run 7s 0s infinite;
	animation: run 7s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
}

.lines .line:nth-child(1) {
	margin-left: -19%;
}

.lines .line:nth-child(1)::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.lines .line:nth-child(3) {
	margin-left: 19%;
}

.lines .line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

@-webkit-keyframes run {
	0% {
		top: -50%;
	}

	100% {
		top: 110%;
	}
}

@keyframes run {
	0% {
		top: -50%;
	}

	100% {
		top: 110%;
	}
}

.counter-area-style2 {
	position: relative;
	z-index: 1;
}

.counter-area-style2.bg-color {
	background-color: #1d1d1d;
}
.z_coun{background:#333333 !important;}

.single-counter-card {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #d22215 !important;
    padding-top: 10px;
    padding-bottom: 12px;
    border-radius:4px;
    position:relative;
    background-color:#d22215 !important;

}
.single-counter-card:hover{ border: 1px solid #ff1200 !important;}
.single-counter-card:after{position: absolute;
    top: 25%;
    right: -13px;
    height: 50%;
    width: 1px;
    opacity: 1;
    background-color: #606060;
    content: "";}
    
.single-counter-card.midddle2:before{ height: 0px;}
@media screen and (max-width: 767px) {
.single-counter-card.midddle:after{position: absolute;
        bottom: -17px;
        top: auto;
        left: auto;
       width: 40%;
        right: 30%;
    height: 1px;
    opacity: 1;
    background-color: #606060;
    content: "";}    

.single-counter-card.midddle2:before{position: absolute;
        bottom:auto;
        top: -17px;
        right: auto;
       width: 40%;
        left: 30%;
    height: 1px;
    opacity: 1;
    background-color: #606060;
    content: "";}    
}

.single-counter-card.lnone:after{opacity:0 !important;}
.single-counter-card h1 {
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 0;
}

.single-counter-card h1 span {
	font-family: "Manrope", sans-serif;
}
.single-counter-card h1 font{font-size: 28px;
    margin-left: 3px;
    position: relative;
    top: -12px;}
.single-counter-card p {
	color: #ffffff;
font-weight: 700;
    font-size: 14px !important;
    padding: 6px 10px;
    line-height: 20px;
    height: 48px;
}
.bottmtxt{   max-width: 780px;
    margin: 0px auto;
    font-size: 18px;
    text-align: center;
    font-style:italic;
    font-family: "Noto Serif", serif;
    padding-bottom: 30px;
    color: #ffffff;
    opacity: 0.8;}
    .countrytext{     font-size: 18px;
    color: #f1f1f1;
    text-align: center;
    font-weight: 600;
    padding-bottom: 30px; 
    letter-spacing: 0px;}
    
     .countrytext img{height: 50px;
    margin-right: 10px;
    opacity: 0.9;
    position: relative;
    top: -3px;}
    
.single-counter-card span.odometer-formatting-mark {
	display: none;
}

.movie-area {
	position: relative;
	z-index: 1;
}

.movie-area.bg-color {
	background-color: #141414;
}

.movie-area .shape-1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.movie-area .shape-2 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: -1;
}

.movie-content .movie-title {
	margin-bottom: 25px;
}

.movie-content .movie-title span {
	color: #d22215;
}

.movie-content .movie-title h2 {
	font-size: 56px;
	color: #ffffff;
}

.movie-content p {
	color: #dbdada;
}

.movie-content .series {
	margin-bottom: 25px;
}

.movie-content .series ul {
	padding-left: 0;
	margin-bottom: 0;
}

.movie-content .series ul li {
	display: inline-block;
	margin-right: 30px;
}

.movie-content .series ul li a {
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.movie-content .series ul li a:hover {
	color: #d22215;
}

.movie-content .series ul li:last-child {
	margin-right: 0;
}

.watch-video-area.bg-img {
	background-image: url(../images/video-img/video-img-1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.watch-video-area.bg-img::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(20, 20, 20, 0.9);
	z-index: -1;
}

.watch-video-content {
	position: relative;
	margin-bottom: 30px;
}

.watch-video-content .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 35%;
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.watch-video-content .play-btn a {
	color: #d22215;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
	background: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.watch-video-content .play-btn a i {
	position: relative;
	left: 3px;
	top: 2px;
}

.watch-video-content .play-btn a::before {
	position: absolute;
	content: '';
	height: 90px;
	width: 90px;
	left: -5px;
	top: -5px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
	z-index: -1;
}

.watch-video-content .play-btn a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.watch-video-content .video-content {
	background: rgba(0, 0, 0, 0.68);
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	bottom: 30px;
	width: 540px;
}

.watch-video-content .video-content h3 {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 10px;
}

.watch-video-content .video-content span {
	color: #ffffff;
}

.video-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.video-slider.owl-theme .owl-nav .owl-prev, .video-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -90px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 65px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 18px;
}

.video-slider.owl-theme .owl-nav .owl-prev i, .video-slider.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.video-slider.owl-theme .owl-nav .owl-prev.owl-next, .video-slider.owl-theme .owl-nav .owl-next.owl-next {
	right: -90px;
	left: auto;
}

.video-slider.owl-theme .owl-nav .owl-prev.owl-next i, .video-slider.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.video-slider.owl-theme .owl-nav .owl-prev:hover, .video-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.single-video-card {
	padding-bottom: 70px;
	position: relative;
	margin-bottom: 30px;
}

.single-video-card .video-img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
}

.single-video-card .video-img img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
}

.single-video-card .video-content {
	padding: 30px;
	background-color: #212121;
	position: absolute;
	text-align: center;
	left: 30px;
	right: 30px;
	bottom: 0;
}

.single-video-card .video-content h3 {
	font-size: 24px;
	color: #ffffff;
}

.single-video-card .video-content span {
	color: #ffffff;
}

.single-video-card:hover .video-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-video-box {
	position: relative;
	margin-bottom: 80px;
}

.single-video-box .video-img {
	overflow: hidden;
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-video-box .video-img img {
	overflow: hidden;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
}

.single-video-box .video-img .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
	opacity: 0;
}

.single-video-box .video-img .play-btn a {
	color: #d22215;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
	background: #ffffff;
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.single-video-box .video-img .play-btn a i {
	position: relative;
	left: 3px;
	top: 2px;
}

.single-video-box .video-img .play-btn a::before {
	position: absolute;
	content: '';
	height: 90px;
	width: 90px;
	left: -5px;
	top: -5px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
	z-index: -1;
}

.single-video-box .video-img .play-btn a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.single-video-box .video-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	text-align: center;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -50px;
}

.single-video-box .video-content h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.single-video-box .video-content::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	background-color: #d22215;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-video-box:hover .video-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-video-box:hover .video-img .play-btn {
	opacity: 1;
}

.single-video-box:hover .video-content::before {
	width: 75%;
}

.video-details {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.video-details-content {
	margin-bottom: 30px;
}

.video-details-content .video-img {
	position: relative;
	margin-bottom: 25px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
	border-radius: 5px;
}

.video-details-content .video-img img {
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.video-details-content .video-img .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.video-details-content .video-img .play-btn a {
	color: #d22215;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
	background: #ffffff;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.video-details-content .video-img .play-btn a i {
	position: relative;
	left: 3px;
	top: 2px;
}

.video-details-content .video-img .play-btn a::before {
	position: absolute;
	content: '';
	height: 90px;
	width: 90px;
	left: -5px;
	top: -5px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
	z-index: -1;
}

.video-details-content .video-img .play-btn a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.video-details-content .video-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: blur(3px);
	filter: blur(3px);
	border-radius: 5px;
}

.video-details-content .video-info .left-info ul {
	padding-left: 0;
	margin-bottom: 0;
}

.video-details-content .video-info .left-info ul li {
	display: inline-block;
	margin-right: 8px;
	position: relative;
}

.video-details-content .video-info .left-info ul li::before {
	position: absolute;
	content: ',';
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.video-details-content .video-info .left-info ul li:last-child {
	margin-right: 0;
}

.video-details-content .video-info .left-info ul li:last-child::before {
	display: none;
}

.video-details-content .video-info .left-info ul li a {
	color: #555555;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.video-details-content .video-info .left-info ul li a:hover {
	color: #d22215;
}

.video-details-content .video-info .right-info {
	text-align: end;
}

.video-details-content .video-info .right-info ul {
	padding-left: 0;
	margin-bottom: 0;
}

.video-details-content .video-info .right-info ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
}

.video-details-content .video-info .right-info ul li:last-child {
	margin-right: 0;
}

.video-details-content .video-info .right-info ul li i {
	color: #d22215;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.video-details-informaion {
	padding: 30px;
	background-color: #f8f8f8;
	margin-bottom: 30px;
	border-radius: 5px;
}

.video-details-informaion .information-list {
	margin-bottom: 30px;
}

.video-details-informaion .information-list ul {
	padding-left: 0;
	margin-bottom: 0;
}

.video-details-informaion .information-list ul li {
	margin-bottom: 20px;
	list-style-type: none;
}

.video-details-informaion .information-list ul li h4 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	color: #0d0e10;
	margin-bottom: 8px;
}

.video-details-informaion .information-list ul li:last-child {
	margin-bottom: 0;
}

.video-details-informaion .social-content ul {
	padding-left: 0;
	margin-bottom: 0;
}

.video-details-informaion .social-content ul li {
	display: inline-block;
	margin-right: 7px;
}

.video-details-informaion .social-content ul li:last-child {
	margin-right: 0;
}

.video-details-informaion .social-content ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #d22215;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
	box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.video-details-informaion .social-content ul li a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.video-details-bottom-content h3 {
	font-size: 36px;
	margin-bottom: 20px;
}

.awards-slider.owl-carousel .owl-item img {
	margin: auto;
	width: auto;
}

.awards-logo img {
	opacity: .20;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.awards-logo img:hover {
	opacity: 1;
}

.center.active .awards-logo img {
	opacity: 1;
}

.trailer-slider.owl-theme .owl-nav{display:none !important;}
.faq-content {
	max-width: 1100px;
	margin: auto;
}

.faq-content .accordion .accordion-item {
	display: block;
	margin-bottom: 15px;
	border: none;
	border-radius: 7px;
}

.faq-content .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-content .accordion .accordion-item:last-child .accordion-title {
	margin-bottom: 0;
}

.faq-content .accordion .accordion-title {
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	background-color: #f8f8f8;
	font-family: "Manrope", sans-serif;
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.faq-content .accordion .accordion-title i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0d0e10;
	text-align: center;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	font-size: 15px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.faq-content .accordion .accordion-title.active {
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}

.faq-content .accordion .accordion-title.active i {
	background-color: #d22215;
}

.faq-content .accordion .accordion-title.active i::before {
	content: "\f077";
	color: #ffffff;
	font-family: "Font Awesome 6 Free";
}

.faq-content .accordion .accordion-content {
	display: none;
	background-color: #ffffff;
	padding: 15px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}

.faq-content .accordion .accordion-content p {
	font-weight: 400;
}

.faq-content .accordion .accordion-content.show {
	display: block;
}

.team-area.bg-color {
	background-color: #1d1d1d;
}

.team-area.bg-color2 {
	background-color: #141414;
	background-image: url(../images/team/team-shape-1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.single-team-card {
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin: 5px;
}

.single-team-card::before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.75);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.single-team-card .team-content {
	padding: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	text-align: left;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-card .team-content h3 {
	font-size: 30px;
	margin-bottom: 10px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-family: "Noto Serif", serif !important;
}

.single-team-card .team-content span {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-card .team-content .social-content {
	position: absolute;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul li {
	display: inline-block;
	margin-right: 7px;
}

.single-team-card .team-content .social-content ul li:last-child {
	margin-right: 0;
}

.single-team-card .team-content .social-content ul li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #d22215;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
	box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

/*.single-team-card .team-content .social-content ul li a:hover {
	background-color: #ffffff;
}

.single-team-card:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.single-team-card:hover .team-content {
	top: 57%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	padding: 0;
}

.single-team-card:hover .team-content h3 {
	color: #ffffff;
}

.single-team-card:hover .team-content span {
	color: #ffffff;
}

.single-team-card:hover .team-content .social-content {
	opacity: 1;
}
*/
.single-team-card.style2::before {
	display: none;
}

.single-team-card.style2 .team-img {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-card.style2 .team-img img {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-card.style2 .team-content {
	background-color: #141414;
	padding: 30px;
	bottom: -60px;
}

.single-team-card.style2 .team-content h3 {
	color: #ffffff;
}

.single-team-card.style2 .team-content span {
	color: #ffffff;
}

.single-team-card.style2 .team-content .social-content {
	position: unset;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 1;
}

.single-team-card.style2 .team-content .social-content ul {
	margin-top: 30px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-card.style2 .team-content .social-content ul li a {
	color: #d22215;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
	box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
}

.single-team-card.style2 .team-content .social-content ul li a:hover {
	background-color: #ffffff;
}

.single-team-card.style2:hover .team-content {
	top: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	bottom: 0;
}

.single-team-card.style2:hover .team-img img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.single-team-card.style3 {
	margin: 0;
	margin-bottom: 30px;
}

.team-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.team-slider.owl-theme .owl-nav .owl-prev, .team-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -90px;
	background-color: #f5f5f5;
	color: #555555;
	border: none;
	height: 60px;
	width: 60px;
	line-height: 65px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 20px;
}

.team-slider.owl-theme .owl-nav .owl-prev i, .team-slider.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.team-slider.owl-theme .owl-nav .owl-prev.owl-next, .team-slider.owl-theme .owl-nav .owl-next.owl-next {
	right: -90px;
	left: auto;
}

.team-slider.owl-theme .owl-nav .owl-prev.owl-next i, .team-slider.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.team-slider.owl-theme .owl-nav .owl-prev:hover, .team-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.team-slider2.owl-theme .owl-nav {
	margin-top: 0 !important;
	z-index: 1;
}

.team-slider2.owl-theme .owl-nav .owl-prev, .team-slider2.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: -110px;
	right: 90px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 67px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 18px;
}

.team-slider2.owl-theme .owl-nav .owl-prev i, .team-slider2.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.team-slider2.owl-theme .owl-nav .owl-prev.owl-next, .team-slider2.owl-theme .owl-nav .owl-next.owl-next {
	right: 0;
	left: auto;
}

.team-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .team-slider2.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.team-slider2.owl-theme .owl-nav .owl-prev:hover, .team-slider2.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.single-team-box .team-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

.single-team-box .team-img img {
	overflow: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

.single-team-box .team-img .social-content {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
	bottom: 30px;
}

.single-team-box .team-img .social-content ul {
	padding-left: 0;
	margin-bottom: 0;
}

.single-team-box .team-img .social-content ul li {
	margin-right: 8px;
	list-style-type: none;
	display: inline-block;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
}

.single-team-box .team-img .social-content ul li:last-child {
	margin-right: 0;
}

.single-team-box .team-img .social-content ul li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.single-team-box .team-img .social-content ul li:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.single-team-box .team-img .social-content ul li:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.single-team-box .team-img .social-content ul li:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.single-team-box .team-img .social-content ul li a {
	color: #ffffff;
	height: 35px;
	background-color: #d22215;
	width: 35px;
	line-height: 33px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-box .team-img .social-content ul li a:hover {
	background-color: #ffffff;
	color: #d22215;
}

.single-team-box .team-content {
	text-align: center;
	padding: 30px;
	background-color: #0d0d0d;
}

.single-team-box .team-content h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #ffffff;
}

.single-team-box .team-content span {
	color: #cecccc;
}

.single-team-box:hover .team-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-team-box:hover .team-img .social-content ul li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.single-team-box.style2 .team-img {
	border-radius: 10px 10px 0 0;
}

.single-team-box.style2 .team-img img {
	border-radius: 10px 10px 0 0;
}

.single-team-box.style2 .team-content {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-team-box.style2 .team-content .social-content {
	margin-top: 20px;
}

.single-team-box.style2 .team-content .social-content ul {
	padding-left: 0;
	margin-bottom: 0;
}

.single-team-box.style2 .team-content .social-content ul li {
	margin-right: 8px;
	list-style-type: none;
	display: inline-block;
}

.single-team-box.style2 .team-content .social-content ul li:last-child {
	margin-right: 0;
}

.single-team-box.style2 .team-content .social-content ul li a {
	color: #d22215;
	height: 35px;
	background-color: #ffffff;
	width: 35px;
	line-height: 33px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
	box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-team-box.style2 .team-content .social-content ul li a:hover {
	background-color: #d22215;
	color: #ffffff;
	border-color: #d22215;
}

.team-title-content {
	padding-top: 30px;
}

.team-title-content span {
	color: #d22215;
	margin-bottom: 10px;
	display: inline-block;
}

.team-title-content h2 {
	font-size: 56px;
	color: #ffffff;
	margin-bottom: 20px;
}

.team-title-content p {
	color: #cacaca;
}

.team-slider3.owl-theme .owl-nav {
	margin-top: 0 !important;
	z-index: 1;
}

.team-slider3.owl-theme .owl-nav .owl-prev, .team-slider3.owl-theme .owl-nav .owl-next {
	position: absolute;
	bottom: 0;
	left: -440px;
	bottom: 50px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 67px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 16px;
}

.team-slider3.owl-theme .owl-nav .owl-prev i, .team-slider3.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.team-slider3.owl-theme .owl-nav .owl-prev.owl-next, .team-slider3.owl-theme .owl-nav .owl-next.owl-next {
	left: -350px;
}

.team-slider3.owl-theme .owl-nav .owl-prev.owl-next i, .team-slider3.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.team-slider3.owl-theme .owl-nav .owl-prev:hover, .team-slider3.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.paginations {
	text-align: center;
}

.paginations ul {
	padding-left: 0;
	margin-bottom: 0;
}

.paginations ul li {
	display: inline-block;
	padding-right: 7px;
}

.paginations ul li a {
	text-align: center;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid rgba(196, 196, 196, 0.26);
	display: inline-block;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: #0d0e10;
	font-size: 18px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.paginations ul li a i {
	position: relative;
	font-size: 18px;
}

.paginations ul li a:hover {
	background-color: #d22215;
	color: #ffffff;
	border: 1px solid #d22215;
}

.paginations ul li a.active {
	background-color: #d22215;
	color: #ffffff;
	border: 1px solid #d22215;
}

.helps-area {
	position: relative;
	z-index: 1;
}

.helps-area .shape .shape1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.helps-area .shape .shape2 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.help-content {
	max-width: 880px;
	margin: auto;
	text-align: center;
}

.help-content .section-title {
	margin-bottom: 25px;
}

.help-content p {
	margin-bottom: 30px;
}

.testimonial-area {
	position: relative;
	z-index: 1;
}

.testimonial-area.bg-color {
	background-color: #141414;
}

.testimonial-area .testimonial-shape-2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.testimonial-box .testimonial-image {
	-webkit-clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
	clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
}

.testimonial-content {
	padding-right: 65px;
}

.testimonial-content .rating-list {
	margin-bottom: 20px;
}

.testimonial-content .rating-list i {
	color: #be9400;
	margin-right: 5px;
}

.testimonial-content .rating-list i:last-child {
	margin-right: 0;
}

.testimonial-content p {
	color: #bfbebe;
	margin-bottom: 20px;
	font-size: 18px;
}

.testimonial-content .clients-info h3 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 12px;
}

.testimonial-content .clients-info span {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	color: #b9b9b9;
}

.testimonial-content .clients-info span::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 40px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.24);
}

.testimonial-slider.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	right: -30px;
	background-color: #0d0e10;
	color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
	height: 60px;
	width: 60px;
	line-height: 65px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 16px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev i, .testimonial-slider.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next, .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next {
	top: 50%;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next i, .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev:hover, .testimonial-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}
.testimonials-area{background-color:#fbf7f7; padding:50px 0px;}
.single-testimonials-box {
	background-color: #ffffff; border:1px solid #f1f1f1;
	padding: 16px 18px;
	position: relative;
	z-index: 1;
	border-radius: 8px;
}

.single-testimonials-box .top-content {
	margin-bottom: 0px;
}

.single-testimonials-box .top-content h3 {
	font-size: 18px;
	margin-bottom: 5px !important;
}

.single-testimonials-box .top-content span {
	font-size: 13px;
}

.single-testimonials-box .top-content .ratings {
	text-align: end;
}

.single-testimonials-box .top-content .ratings i {
	color: #f9c712;
}

.single-testimonials-box .quote {
	position: absolute;
	left: auto;
	right: 25px;
	text-align: center;
	top: 65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: -1;
	opacity: .7;
}

.single-testimonials-box .quote img {
	width: auto;
}

.single-testimonials-box p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	    min-height: 66px;
}

.single-testimonials-box.style2 {
	-webkit-box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
	box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
	margin-bottom: 30px;
}

.testimonial-slider2.owl-theme .owl-nav {
	margin-top: 0 !important;
	z-index: 1;
}

.testimonial-slider2.owl-theme .owl-dots{margin-top: 20px !important;}

.testimonial-slider2.owl-theme .owl-nav .owl-prev, .testimonial-slider2.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: -110px;
	right: 60px;
	background-color: #ffffff;
	color: #d22215;
	border: none;
	height: 48px;
	width: 48px;
	line-height: 55px;
	border-radius: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 18px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev i, .testimonial-slider2.owl-theme .owl-nav .owl-next i {
	position: relative;
	top: -2px;
	left: -1px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next, .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next {
	right: 0;
	left: auto;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next i, .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev:hover, .testimonial-slider2.owl-theme .owl-nav .owl-next:hover {
	background-color: #d22215;
	color: #ffffff;
}

.single-blog-card {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.single-blog-card .blog-img {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: relative;
}

.single-blog-card .blog-img img {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	height: 180px;
	width: 100%;
	object-fit: cover;
}

.single-blog-card .blog-img .tag {
	position: absolute;
	background-color: #d22215;
	bottom: 15px;
	left: 15px;
	padding: 4px 13px;
}

.single-blog-card .blog-img .tag a {
	color: #ffffff;
}

.single-blog-card .blog-content {
	padding: 15px 15px;
}

.single-blog-card .blog-content .info {
	margin-bottom: 5px;
}

.single-blog-card .blog-content .info ul {
	padding-left: 0;
	margin-bottom: 0;
}

.single-blog-card .blog-content .info ul li {
	display: inline-block;
	margin-right: 60px;
	position: relative;
	font-size: 13px;
}

.single-blog-card .blog-content .info ul li:last-child {
	margin-right: 0;
}

.single-blog-card .blog-content .info ul li:last-child::before {
	display: none;
}

.single-blog-card .blog-content .info ul li::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 42px;
	background: rgba(196, 196, 196, 0.49);
	right: -53px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-blog-card .blog-content .info ul li a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: #555555;
	padding-left: 5px;
}

.single-blog-card .blog-content .info ul li a:hover {
	color: #d22215;
}

.single-blog-card .blog-content h2 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	letter-spacing: 0px;
	font-weight: 700;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	overflow: hidden;
}

.single-blog-card .blog-content h2 a {
	color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-blog-card:hover .blog-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-blog-card:hover .blog-content h2 a {
	color: #d22215;
}

.single-blog-card.style2 .blog-content {
	background-color: #141414;
}

.single-blog-card.style2 .blog-content .info ul li {
	color: #bdbdbd;
}

.single-blog-card.style2 .blog-content .info ul li::before {
	background: rgba(196, 196, 196, 0.49);
}

.single-blog-card.style2 .blog-content .info ul li a {
	color: #bdbdbd;
}

.single-blog-card.style2 .blog-content .info ul li a:hover {
	color: #d22215;
}

.single-blog-card.style2 .blog-content h2 a {
	color: #ffffff;
}

.single-blog-card.style2:hover .blog-content h2 a {
	color: #d22215;
}

.blog-area.blog-bg {
	background-image: url(../images/blog/blog-bg-1.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.blog-area.blog-bg::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(29, 29, 29, 0.95);
	z-index: -1;
}

.single-blog-box {
	margin-bottom: 30px;
}

.single-blog-box .blog-img {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-blog-box .blog-img img {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-blog-box .blog-content {
	padding-top: 25px;
}

.single-blog-box .blog-content .info {
	margin-bottom: 18px;
}

.single-blog-box .blog-content .info ul {
	padding-left: 0;
	margin-bottom: 0;
}

.single-blog-box .blog-content .info ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.single-blog-box .blog-content .info ul li::before {
	position: absolute;
	content: '';
	right: -13px;
	height: 15px;
	width: 1px;
	background-color: rgba(217, 216, 216, 0.78);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-blog-box .blog-content .info ul li:last-child::before {
	display: none;
}

.single-blog-box .blog-content h3 {
	font-size: 24px;
}

.single-blog-box .blog-content h3 a {
	color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-blog-box .blog-content h3 a:hover {
	color: #d22215;
}

.single-blog-box:hover .blog-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-details-content .single-blog {
	margin-bottom: 30px;
}

.blog-details-content .single-blog h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.blog-details-content .single-blog .info {
	margin-bottom: 30px;
}

.blog-details-content .single-blog .info ul {
	padding-left: 0;
	margin-bottom: 0;
}

.blog-details-content .single-blog .info ul li {
	display: inline-block;
	margin-right: 60px;
	position: relative;
}

.blog-details-content .single-blog .info ul li:last-child {
	margin-right: 0;
}

.blog-details-content .single-blog .info ul li:last-child::before {
	display: none;
}

.blog-details-content .single-blog .info ul li::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 42px;
	background: rgba(196, 196, 196, 0.49);
	right: -53px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-details-content .single-blog .info ul li a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.blog-details-content .single-blog .info ul li a:hover {
	color: #d22215;
}

.blog-details-content .single-blog .img {
	margin-bottom: 30px;
}

.blog-details-content .quote {
	padding: 50px 30px;
	position: relative;
	background-color: #f8f8f8;
	text-align: center;
	margin-bottom: 30px;
}

.blog-details-content .quote .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-details-content .quote p {
	margin-bottom: 0;
	font-size: 18px;
	color: #0d0e10;
}

.blog-details-content .free-movie-content h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.blog-details-content .free-movie-content p {
	margin-bottom: 30px;
}

.blog-details-content .free-movie-content .movie-img {
	margin-bottom: 25px;
}

.sidebar-widget {
	padding: 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	border-radius: 5px;
}

.sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.sidebar-widget.categories ul {
	padding-left: 0;
	margin-bottom: 0;
}

.sidebar-widget.categories ul li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
}

.sidebar-widget.categories ul li i {
	position: absolute;
	right: 0;
}

.sidebar-widget.categories ul li a {
	color: #555555;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.sidebar-widget.categories ul li a:hover,.sidebar-widget.categories ul li a.active {
	color: #d22215 !important;
}

.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
}

.blog-sidebar {
	position: sticky;
	top: 124px;
}

.sidebar-widget.popular-post {
	position: relative;
	overflow: hidden;
}

.sidebar-widget.popular-post .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar-widget.popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar-widget.popular-post .item .thumb {
	float: left;
	height: 76px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 20px;
}

.sidebar-widget.popular-post .item .thumb .fullimage {
	width: 80px;
	height: 70px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative;
	background-color: #0d0e10;
}

.sidebar-widget.popular-post .item .info {
	overflow: hidden;
}

.sidebar-widget.popular-post .item .info span {
	display: block;
	color: #666666;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 10px;
	font-weight: 500;
}

.sidebar-widget.popular-post .item .info .title {
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
}

.sidebar-widget.popular-post .item .info .title a {
	display: inline-block;
	color: #0d0e10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.sidebar-widget.popular-post .item .info .title a:hover {
	color: #d22215;
}
.wpcf7-spinner{position:absolute !important;}
.error-area {
	text-align: center;
}

.error-area .top-content {
	margin-bottom: 20px;
}

.error-area .top-content ul {
	padding-left: 0;
	margin-bottom: 0;
}

.error-area .top-content ul li {
	font-size: 200px;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	margin-right: 30px;
	color: #d22215;
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite;
}

.error-area .top-content ul li:first-child {
	color: #0d0e10;
	-webkit-animation: movebounce 7s linear infinite;
	animation: movebounce 7s linear infinite;
}

.error-area .top-content ul li:last-child {
	color: #555555;
	-webkit-animation: movebounce 9s linear infinite;
	animation: movebounce 9s linear infinite;
}

.error-area h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.error-area p {
	margin-bottom: 30px;
}

.get-in-touch h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.get-in-touch .contact-info-card {
	position: relative;
	padding-left: 85px;
	margin-bottom: 30px;
}

.get-in-touch .contact-info-card .icon {
	height: 64px;
	width: 64px;
	line-height: 64px;
	font-size: 24px;
	background: rgba(197, 153, 112, 0.1);
	text-align: center;
	color: #d22215;
	position: absolute;
	left: 0;
	top: 5px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 1;
}

.get-in-touch .contact-info-card .icon::before {
	position: absolute;
	content: '';
	height: 0%;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #d22215;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.get-in-touch .contact-info-card h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.get-in-touch .contact-info-card a {
	display: block;
	color: #555555;
	margin-bottom: 2px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.get-in-touch .contact-info-card a:hover {
	color: #d22215;
}

.get-in-touch .contact-info-card span {
	display: inline-block;
	margin-bottom: 5px;
}
.get-in-touch .contact-info-card ul {padding-left: 15px !important;}
.lcnul ul{padding-left:0px !important;}
.lcnul ul li{padding-left:0px !important; color: #d9d8d8 !important; margin-bottom:5px !important; width:50%; float:left;}
.lcnul ul li a{margin-right:5px;}
.boldtxt{font-weight:600;color: #d9d8d8 !important; margin-bottom: 6px;}
.get-in-touch .contact-info-card:hover .icon {
	color: #ffffff;
}

.get-in-touch .contact-info-card:hover .icon::before {
	height: 100%;
}

.get-in-touch .social-content ul {
	padding-left: 0;
	margin-bottom: 0;
}

.get-in-touch .social-content ul li {
	display: inline-block;
	margin-right: 7px;
}

.get-in-touch .social-content ul li:last-child {
	margin-right: 0;
}

.get-in-touch .social-content ul li span {
	color: #0d0e10;
	font-weight: 600;
	font-size: 18px;
}

.get-in-touch .social-content ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #d22215;
	display: inline-block;
	background: #f8f8f8;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.get-in-touch .social-content ul li a:hover {
	background-color: #d22215;
	color: #ffffff;
}

.map-area iframe {
	height: 470px;
	width: 100%;
	position: relative;
	margin-bottom: -10px;
}

.contacts-form {
	max-width: 1100px;
	margin: auto;
}

.contacts-form .form-group {
	margin-bottom: 25px;
}

.contacts-form .form-group .form-control {
	background-color: #ffffff;
	border: none;
}

.contacts-form .form-group .list-unstyled {
	color: #d22215;
	padding-top: 7px;
}

.contacts-form .form-group .form-check label a {
	color: #d22215;
}

.contacts-form .form-group .form-check .form-check-input {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border-radius: unset;
}

.contacts-form .form-group .form-check .form-check-input:checked {
	background-color: #d22215;
	border-color: #d22215;
}

.contacts-form .text-danger {
	color: #d22215 !important;
	padding-top: 7px;
}

.footer-area {
	background-color: #0d0e10;
	overflow: hidden;
}

.footer-area .container {
	position: relative;
}

.footer-area .container .shape .shape-1 {
	position: absolute;
	bottom: 0;
	left: -90px;
	-webkit-animation: ripple 5s linear infinite;
	animation: ripple 5s linear infinite;
}

.footer-area .container .shape .shape-2 {
	position: absolute;
	right: -30px;
	top: 30px;
	-webkit-animation: ripple 8s linear infinite;
	animation: ripple 8s linear infinite;
}

.single-footer-widget {
	margin-bottom: 30px;
}

.single-footer-widget h3 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 30px;
	text-transform: capitalize;
	letter-spacing: 0.2px;
}

.single-footer-widget.logo-area .logo {
	margin-bottom: 8px;
}

.single-footer-widget.logo-area p {
	color: #d9d8d8;
	margin-bottom: 30px;
	line-height: 24px;
	    font-size: 13px;
}

.single-footer-widget.logo-area .social-content ul {
	padding-left: 0;
	margin-bottom: 0;
		margin-top: 20px;
}

.single-footer-widget.logo-area .social-content ul li {
	display: inline-block;
	margin-right: 7px;
	padding:0px !important;
	margin-bottom: 0;
}

.single-footer-widget.logo-area .social-content ul li:last-child {
	margin-right: 0;
}

.single-footer-widget.logo-area .social-content ul li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #d22215;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
	box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 100px;
}
.single-footer-widget.logo-area .social-content ul li a i{position:relative !important; top: 0px !important;}
.single-footer-widget.logo-area .social-content ul li a:hover {
	background-color: #d22215;
	color: #ffffff;
}
.single-footer-widget.logo-area .social-content ul li a:hover i{	color: #ffffff;}
.single-footer-widget.quick-links {
	padding-left: 35px;
}

.single-footer-widget.quick-links ul {
	padding-left: 0;
	margin-bottom: 0;
}

.single-footer-widget.quick-links ul li {
	list-style-type: none;
	margin-bottom: 12px;
	position: relative;
	padding-left: 25px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:last-child {
	margin-bottom: 0;
}

.single-footer-widget.quick-links ul li i {
	color: #d22215;
	position: absolute;
	left: 0;
	top: 3px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-size: 10px;
}

.single-footer-widget.quick-links ul li a {
	color: #d9d8d8;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:hover i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.single-footer-widget.quick-links ul li:hover a {
	color: #d22215;
}

.single-footer-widget.instagram-content {
	margin-bottom: 0;
	padding-right: 30px;
	margin-bottom: 20px;
}

.single-footer-widget.instagram-content .single-instagram-box {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

.single-footer-widget.instagram-content .single-instagram-box img {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-footer-widget.instagram-content .single-instagram-box a {
	position: absolute;
	color: #ffffff;
	left: 0;
	right: 0;
	font-size: 40px;
	top: 0;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.single-footer-widget.instagram-content .single-instagram-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.single-footer-widget.instagram-content .single-instagram-box:hover a {
	opacity: 1;
}

.single-footer-widget.get-in-touch {
	padding-left: 70px;
}

.single-footer-widget.get-in-touch ul {
	padding-left: 0;
	margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.single-footer-widget.get-in-touch ul li:last-child {
	margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li span {
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
}

.single-footer-widget.get-in-touch ul li a {
	color: #d9d8d8;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: block;
}

.single-footer-widget.get-in-touch ul li a:hover {
	color: #d22215;
}

.single-footer-widget.get-in-touch ul li p {
	color: #d9d8d8;
}

.single-footer-widget.get-in-touch ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #d22215;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-footer-widget.get-in-touch ul li:hover i {
	color: #d22215;
}

.copy-right-area {
	background-color: #151515;
	text-align: center;
	border-top: 0px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #c1c1c1;
}

.copy-right-area p span {
	color: #d22215;
}

.copy-right-area p a {
	color: #d22215;
	font-weight: 600;
}

.go-top {
	position: fixed;
	cursor: pointer;
	top: 87%;
	right: -10%;
	background-color: #d22215;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}

.go-top i {
	color: #ffffff !important;
	font-size: 23px;
	margin-top: 9px;
}

.go-top:hover {
	color: #ffffff;
	background: #d22215;
}

.go-top:hover i {
	color: #ffffff;
}

.go-top:focus {
	color: #ffffff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	right: 1.5%;
	top: 90%;
}

.callbtn {
	padding: 7px 5px !important;
	background: #d22215 !important;
	font-size: 18px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff!important;
	border-radius: 100%;
}

.callbtn:hover {
	background: #2f2f2f !important;
	color: #ffffff !important;
}

.logo_size {
	max-height: 49px;
}

.logo_size36 {
	max-height: 40px;
}

.graypt {
	background-image: url(../images/pattern_bg.webp) !important;
	background-repeat: no-repeat !important;
	background-size: 50% !important;
	background-position: top center !important;
}
.lgflex{display:flex;}
.logo_icon{/*float: left; display:block;*/ margin-right:10px;}
.logo_icon img{width: 34px;}

.web_logo {
	margin: 0px 0px;
	position: relative;
	font-family: "Manrope", sans-serif;
}

.web_logo .name {
	font-size: 22px;
	letter-spacing: -0.9px;
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	color: #383737;
	line-height: 24px;
}

.web_logo .name sup {
font-size: 24px;
    margin-left: 0px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    top: -8px;
    right: 3px;
}

.web_logo .tagline {
	text-align: right;
	font-size: 11px;
	color: #666666;
	letter-spacing: 0.3px;
	font-weight: 500;
	margin-right: 10px;
}

.web_logo .tagline .grp {
	font-size: 14px;
	font-weight: 700 !important;
	font-family: "Manrope", sans-serif;
	color: #a4a4a5;
	margin-top: -1px;
	line-height: 13px;
}

.light.web_logo {
	display: inline-block;
}

.light.web_logo .name {
	color: #8d8d8d;
}

.light.web_logo .tagline {
	color: #999999;
}

.light.web_logo .tagline .grp {
	color: #686868 !important;
}

.disclaimertxt {
	font-size: 10px;
	line-height: 16px;
	color: #cccccc;
	text-align: center;
	max-width: 500px;
	margin: 20px auto 0px;
	
}

.disclaimertxt a {
	color: #cccccc !important;
	font-weight: 600;
}

.enqryfrm {
	max-width: 600px !important;
	margin: 10px auto !important;
}

.enqryfrm .modal-content {
	background: #414141 !important;
	border-radius: 10px;
	padding: 25px 30px !important;
	margin: 0px 15px !important;
	opacity: 1 !important;
}

.enqryfrm .modal-header {
	padding: 0px !important;
}

.enqryfrm h3 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
    color: #ffffff;
}

.enqryfrm .sbti {
	margin-bottom: 25px;
	font-size:16px;
	color: #cccccc;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.enqryfrm label {
	color: #f9f9f9;
	margin-bottom: 6px;
}

.enqryfrm label span {
	color: #f00000 !important;
	margin-left: 5px;
}

.enqryfrm .contacts-form .form-group {
	margin-bottom: 15px !important;
}

.contfrm label {
	color: #313131;
	margin-bottom: 6px;
	font-weight: 600;
}

.contfrm label span {
	color: #f00000 !important;
	margin-left: 5px;
}

.contfrm.contacts-form .form-group {
	margin-bottom: 15px !important;
}

.contfrm.contacts-form .form-group .form-control {
	background-color: #ffffff;
	border: 1px solid #cccccc !important;
}

.btnicon {
	font-size: 22px !important;
	margin-right: 9px !important;
	padding-left: 0px !important;
}

.mbl_toolbar {
	display: none;
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	box-sizing: border-box;
	left: 0;
}

.mbl_toolbar_inner {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	padding: 5px 0px;
	border-radius: 0px;
	height: auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
	align-content: center;
	overflow: hidden;
	background-color: #d22215;
	box-shadow: 0px 2px 6px -3px rgba(0, 0, 0,0.80);
}

.tab-link {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-transform: var(--f7-tabbar-link-text-transform);
	font-weight: var(--f7-tabbar-link-font-weight);
	letter-spacing: var(--f7-tabbar-link-letter-spacing);
	overflow: hidden;
}

a.tab-link {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	text-decoration: none;
}

a.tab-link i {
	font-size: 18px;
	color: #ffffff;
}

a.tab-link i.midsrchbtn {
	background: #ffffff !important;
	color: #ff4f37;
	text-align: center;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	line-height: 42px;
	position: absolute;
	top: 4px;
	box-shadow: 0px 3px 8px -4px #000;
}

a.tab-link:hover, a.tab-link.active {
	color: #000000 !important;
	text-decoration: none !important;
}

.tabbar-label {
	font-size: 12px;
	font-weight: 400;
	display: block;
	line-height: 1;
	margin: 0;
	margin-top: 5px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0px;
}

.tabbar-label:hover, .tabbar-label.active {
	opacity: 0.9;
}

.captcha-image {
	border: 0px solid #303439 !important;
	padding: 0px !important;
	display: block !important;
	text-align: left !important;
	margin: 15px 0px 0px 0px !important;
	border-radius: 1px !important;
}

.captcha-image svg {
	width: 36px !important;
	height: 36px !important;
}

.captcha-image label {
	width: 42px !important;
	height: 40px !important;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}

.captcha-image label>input+svg {
	border-width: 1px !important;
	border-radius: 3px !important;
}

.captcha-image label>input:checked+svg, .captcha-image label>input:focus+svg {
	border-width: 1px !important;
	border-color: #d22215 !important;
}

.captcha-image .cf7ic_instructions span {
	color: #d22215 !important;
}

.enqryfrm .cf7ic_instructions {
	display: block;
	color: rgb(249 249 249 / 82%) !important;
}

.enqryfrm .wpcf7 form .wpcf7-response-output {
	margin: 10px 0px !important;
	color: rgb(249 249 249 / 82%) !important;
}

.experience-content h2.wp-block-heading {
	font-weight: 700 !important;
	font-size: 18px !important;
}

.call_fixed_btn {
	border-radius: 100px;
	display: block;
	bottom: 75px;
	box-shadow: 2px 2px 12px -5px #000000;
	color: #fff;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	font-size: 28px;
	margin: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 48px;
	z-index: 2;
	background-color: #03a84e;
}

.call_fixed_btn:hover {
	color: #fff !important;
	background-color: #029143 !important;
}

.asrbld {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #333333;
}

.asrsbtext {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	background-color: #333333;
	padding: 5px 17px 6px;
	border-radius: 5px;
}
.asritalic{font-style: normal; font-size:16px; line-height:26px; color: #161515;
    letter-spacing: 0.1px; font-weight:400 !important; text-align:center; font-family: "Noto Serif", serif !important;}
.boxtwo {
	border: 2px solid #cccccc;
	border-radius: 20px;
	padding: 25px 20px 10px 25px;
	position: relative;
}

.boxtwo h3 {
	font-size: 1.50rem !important;
}

.boxtwo .nbr {
	position: absolute;
	top: 20px;
	font-weight: 700;
	right: 10px;
	z-index: 0;
	line-height: 40px;
	font-size: 100px !important;
	color: #dddddd;
}

.boxtwo .experience-title {
	margin-bottom: 15px !important;
}
.boxtwo .experience-title h5{margin-top: 0px !important; margin-bottom: 15px !important;}
.boxlft {
	border-left-width: 8px;
	margin-right: 5px;
}

.boxrgt {
	border-right-width: 8px;
	margin-left: 5px;
}

.hgltxt {
font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 50px;
    color: #d22215;
    text-align: center;
    font-style: normal;
}

.fnpagetxt {
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #333333;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	padding: 20px 20px 25px 20px;
	background: #f1f1f1 url(../images/fade.gif);
	margin: 20px 0px;
	border-radius: 15px;
	margin-top: 30px;
	border: 1px dashed #cccccc;
}

.lvpagetxt {
	font-weight: 700;
	letter-spacing: -0.3px;
	color: #222222;
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	padding: 20px 20px 20px 20px;
	background-color: #ffffff;
	background-size: 35% !important;
	background-position: top -5% center !important;
	margin: 20px 0px 0px 0px;
	border-radius: 20px;
	margin-top: 30px;
	border: 1px solid #cccccc;
	border-bottom-width: 3px;
}
.lvpagetxt img{border-radius:15px; width:100%;}

.lvpagetxt p {
	letter-spacing: 0px;
	font-weight: 400;
	color: #444444;
	font-size: 16px;
	line-height: 24px;
}
.lvpagetxt p b{	font-weight:600;
	font-size: 18px;
}
.lvpagetxt h3{margin-top: 10px; margin-bottom: 15px;}

.lvpagetxt p small {

	display: block;
	line-height: 23px;
}
@media screen and (max-width: 991px) {
    .single-footer-widget.logo-area p {
    line-height: 22px;
    font-size: 11px !important;
    }
	.lvpagetxt img{margin-bottom: 20px !important;}
.lvpagetxt p {
	font-size: 14px;
}
.lvpagetxt p b{
	font-size: 16px;
}
}
.redstrip {
	background: #d22215;
	padding: 7px 0px;
	color: #ffffff !important;
	font-size: 12px;
	margin-bottom: 0px;
	    margin-top: 10px;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -38px;
    min-height: 32px;
}

.globalbox {
	background: #990f05;
	border-bottom: 5px solid #ce1104;
	color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	margin-top: 40px;
}

.globalbox h3 {
	font-size: 28px;
	margin-bottom: 15px;
	color: #ffffff;
}

.globalbox a {
	color: #ffffff !important;
}

.rdmr {
	text-decoration: underline;
}

.redtetxt {
	color: #d22215 !important;
}

.fs15s {
	font-size: 18px !important;
	margin-top: -5px;
	margin-bottom: 10px;
}


#scrlldown{scroll-margin-top: 80px;}
.bounceAnm{ animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
@keyframes bounce {
50% {
    transform: translateY(-10px);
  }
}

  .bntlist{margin-top: 15px; }
  .bntlist li{margin-bottom: 5px !important;}
  .bntlist li a{ font-size: 14px; color:#333333 !important; margin-bottom:2px;}
  .bntlist li a i{font-size: 12px !important;}
  .bntlist li a:hover{text-decoration: underline;}
  .mblst10 li{margin-bottom: 10px !important;}
  .contentbxxxs{padding-top: 20px;}
.lnknxoutr{background-color:#f1f1f1; padding:10px 0px 50px 0px;}
      .ctaboxxss{margin-top: 40px; padding-bottom:0px;}
    .ctaboxxss ul{margin:0px -5px !important; padding: 0px !important;}
    .ctaboxxss ul li{margin:0px !important; padding: 0px !important; float: left; list-style: none; width: 25%;}
     .ctaboxxss ul li a{padding: 35px 15px;  border-radius: 0px;
    font-size: 20px; display: block; margin:5px; 
     	background:#555555; text-align: center; color: #ffffff !important; font-family: "Noto Serif", serif;}
     .ctaboxxss ul li a:hover{background:#d22215; text-decoration: underline;}
    .clearfix{clear: both !important;}
.contentbxxxs{padding-top:10px !important;}

.subctext{    font-size: 12px;
    margin-top: 28px;
    font-weight: 600;
    color: #f1f1f1;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-top: 1px solid #343434;
    padding-top: 27px;}
              .form_subscribe{position:relative;}
              
            .form_subscribe  .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 3px 5px !important;
    border-width: 1px !important;
    width:100%;
    position: absolute !important;
    bottom: -15px;
    font-size: 10px !important;
    color: #a5a3a3 !important;
    border-radius: 3px !important;
}
.form_subscribe .wpcf7-not-valid-tip {font-size: 10px !important;}
              .form_subscribe input[type="email"] {
    height: 39px;
        width: 100%;
    border-radius: 5px  !important;
    padding: 0 95px 0 15px;
    display: block;
    color: #f1f1f1 !important;
    background-color: transparent !important;
    border:1px solid #bdbcbc !important;

}

                  .form_subscribe input[type="submit"] {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    border: 0px;
    color:#ffffff;
    padding: 0 15px;
    border-radius: 0 0px 0px 0;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
}

.vsion{max-height:40px; margin-bottom: 20px;}
    .fm-about-area{ margin-top:0px ;
    background: #171717;     padding-top: 70px;
    padding-bottom: 50px;
}

.fm-director-about-img {
    position: relative;
}
.fm-director-about-img img {
    width: 100%;
}

.fm-about-content-section {
    padding-inline-start: 70px; position: relative;
}
.fm-about-content-section i{font-size: 70px; position: absolute; right: -15px; top: -10px; z-index: -1; opacity: 0.2;}
.fm-about-content-section h2{    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 600; margin-bottom: 20px;
    font-style: italic;
    font-size: 23px;
    line-height: 28px;}
    .fm-about-content-section p{font-size: 15px; letter-spacing:0.3px;
    line-height: 22px; font-family: "Noto Serif", serif;  font-style: italic;
    margin-bottom: 20px;
    color: rgb(255 255 255 / 56%);}
.section-subtitle {
    color:#d22215;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 15px;
}
.chfosign{ color:#f1f1f1 !important; font-family: "Noto Serif", serif; font-size:22px !important; }
.chfo {
    font-size: 15px;    font-weight: 400;
     font-family: "Noto Serif", serif;
    color: rgb(255 255 255 / 56%);
}
.text-white {
    color:#ffffff !important;
}
.ctafrom{padding: 50px 0px; background-color: #f4eae5 !important;}
.ctsbox{}
.ctsbox h3{font-size: 36px; margin-bottom: 25px}
.ctsbox p{font-size: 18px; max-width: 500px; margin-bottom: 20px}
.btn_small{padding: 8px 32px !important;
    font-size: 13px !important;}
.btn_small:hover{background-color:#111111 !important; border-color: #111111 !important;}
.grpbtnspac{margin: 50px 0px 100px;}
.nato_serif {
     font-family: "Noto Serif Display", serif;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    margin-bottom: 20px;
    font-style: normal;
    letter-spacing: -0.3px;
}
.noto_serif{font-family: "Noto Serif", serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    margin-bottom: 20px;
    font-style: normal;}
    
        .bnsnc{}
	    .bnsnc h2{
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
   max-width:860px; margin:0px auto 20px auto;
    font-family: "Noto Serif Display", serif;
}
	    .bnsnc p{    font-size: 20px;
    max-width: 1120px;
    margin: 0px auto;
    line-height: 32px;}
.home_arrow{position:absolute; left:0px; right:0px; bottom:40px;}
@media only screen and (max-width: 991px) {
    p.newstitle{font-size:16px !important;}
    .chfosign{font-size:18px !important;}
    .chfo {font-size: 14px !important;}
    .single-counter-card h1 font {
       font-size: 25px !important;
    top: -5px !important;
}
    .home_arrow{position:absolute; left:0px; right:0px; bottom:60px !important;}
    	    .bnsnc h2{
         font-size: 30px;
        line-height: 34px; margin:0px auto 25px auto;
}
	    .bnsnc p{    font-size: 15px;
    line-height: 26px;}
    
        .ctaboxxss ul li{width: 50%;}
    .graypt {background-size: 80% !important;}
    .ctaboxxss{margin-top: 20px; padding-bottom:0px;}
    .lnknxoutr{padding-bottom:25px !important;}
	.ctafrom{padding: 40px 0px;}
	.ctsbox h3{font-size: 26px; margin-bottom: 20px}
.ctsbox p{font-size: 15px; margin-bottom: 20px}
.fm-about-content-section {
    padding-inline-start:0px;
}
.fm-about-content-section h2{ font-size: 18px !important; margin-bottom: 20px;}
    .fm-about-content-section p{font-size: 14px;
    line-height: 20px;
}
	.lvpagetxt p small {
		max-width: 98%;
		line-height: 20px;
		font-size: 12px !important;
	}

	.contentbxxxs {
		margin-top: 20px;
	}

	.globalbox {
		border-bottom: 3px solid #ce1104;
		padding: 15px;
		border-radius: 8px;
		margin-top: 30px;
	}

	.globalbox h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.web_logo .tagline {
		letter-spacing: 0.2px;
	}

	.fnpagetxt {
		letter-spacing: -0.3px;
		font-size: 18px;
		line-height: 24px;
		padding: 15px 14px;
	}

	.lvpagetxt {
		letter-spacing: -0.3px;
		font-size: 20px;
		line-height: 26px;
		padding: 15px 14px;
	}

	.lvpagetxt p {
		font-size: 14px;
		line-height: 22px;
	}

	.redstrip {
		background: #d22215;
		padding: 5px 0px;
		color: #ffffff !important;
		font-size: 11px;
		margin-top: 13px;
		bottom: -26px;
		min-height: 26px;
	}

	.asrbld {
		margin-bottom: 15px;
	        font-size: 18px;
        line-height: 24px;
	}

	.asrsbtext {
		padding: 6px 13px 8px;
		font-size: 13px !important;
		line-height: 18px;
	}
	.asritalic{font-size:15px; line-height:24px;}

	.hgltxt {
		font-size: 15px;
		line-height: 22px;
		font-weight: 600;
		margin-top: 0px;
		margin-bottom: 20px;
		z-index: 2;
		position: relative;
	}

	.boxtwo {
		border: 1px solid #cccccc;
		border-radius: 15px;
		padding: 20px 15px 10px 20px;
		position: relative;
	}

	.boxlft {
		border-left-width: 5px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.boxrgt {
		border-right-width: 1px;
		border-left-width: 5px;
		margin-left: 0px;
		margin-top: 10px;
	}

	.boxtwo .experience-title {
		margin-bottom: 12px !important;
	}
		.boxtwo h3 {
		font-size: 1.30rem !important;
	}

	.boxtwo .nbr {
		top: 5px;
		line-height: 30px;
		font-size: 60px !important;
	}

	.experience-content .content .bltxt {
		margin-bottom: 14px;
		font-size: 16px;
		line-height: 23px;
	}

	.call_fixed_btn {
		bottom: 80px !important;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
		right: 10px;
		width: 44px;
	}

	.go-top.active {
		top: 80% !important;
	}

	.go-top {
		display: none;
	}

	.copy-right-area {
		padding-bottom: 55px;
	}

	.mbl_toolbar {
		display: block;
	}

	.disclaimertxt {
		margin-bottom: 20px !important;
		text-align: center;
	}

	.txt-loading .web_logo .tagline {
		margin-right: 10px !important;
	}

	.searchmodal .modal-header button.close {
		right: 10px !important;
		top: 12px !important;
		height: 36px !important;
		width: 36px !important;
		line-height: 36px !important;
		font-size: 27px !important;
	}

	.enqryfrm {
		margin: 10px !important;
		width: 95% !important;
	}

	.enqryfrm .modal-content {
		border-radius: 5px;
		padding: 25px 20px !important;
	}

	.enqryfrm h3 {
		font-size: 20px;
	}

	.enqryfrm .sbti {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.banner-content .banner-left-content h1 {
		padding-left: 22px;
	}

	.banner-content .banner-left-content h1::before {
		position: absolute;
		content: '';
		height: 90%;
		width: 5px;
	}

	.trailer-slider.owl-theme .owl-nav {
		right: 6px;
	}

	.single-trailer-card {
		padding: 0px 15px !important;
	}

	.logo_size {
		max-height: 36px;
	}

	.logo_size36 {
		max-height: 30px;
	}

	.mobilecta {
		position: absolute;
		top: -5px;
		right: 80px;
	}

	.callbtn {
		position: relative;
		top: 3px;
		right: -15px;
	}

	.ptb-85 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.single-counter-card p {
		font-size: 14px !important;
	}

.bottmtxt{
    font-size: 16px;
    padding-bottom: 25px;}
    .countrytext{     font-size: 16px;}
     .countrytext img{height: 32px;}
	.single-testimonials-box .top-content h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

  .homecoverconnet{background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment:fixed; position: relative; padding:100px 0px;  margin-top:0px; margin-bottom:0px; color:#ffffff !important;}  
    .homecoverconnet::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
     background: linear-gradient(135deg, rgba(210, 34, 21, 0.85) 0.14%, rgba(1, 1, 1, 0.85) 99.76%);
    z-index:0;
}
    .homecoverconnet .insidetext{position: relative; z-index: 1; max-width: 1050px; margin: 0px auto; text-align: center;} 
     .homecoverconnet .insidetext .subparatext{font-size:20px !important;  margin-bottom:15px; font-style:italic;     max-width: 890px;
    margin-left:auto;margin-right:auto;} 
    .homecoverconnet .insidetext h2{color:#ffffff !important; font-size: 36px !important;
        font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 23px;}
    .cummtsbtxts{font-size:16px !important; display:block; margin-top: 8px;}
    .homecoverconnet .insidetext p{color:#f1f1f1 !important; font-size:16px; line-height:28px; }
    .homecoverconnet .insidetext a{display: inline-block; margin-top:20px; font-size:16px; color:#f9c712 !important;}
    
      .homecoverconnet .insidetext h2 font{font-size:80% !important; font-style:italic;}
      .homecoverconnet .insidetext .cummtsbtxts{margin-top:10px !important;}

/*****/
.unibox_container{background-color:#f3f3f3 !important; padding: 60px 0px 50px 0px;}
		.unibxxs{padding-top: 0px !important; padding-bottom: 0px !important; border-radius: 8px; border-color:#505050 !important;}
		.angle_uniboxs {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.angle_uniboxs .works-img {
	overflow: hidden;
	position: relative;
	height:420px;
	background-color: #333333;
}

.angle_uniboxs .works-img img {
	-webkit-transition: all ease 2s;
	transition: all ease 2s;
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
	filter: grayscale(0%);
}

.angle_uniboxs .works-img:after {
	background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 100%);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.angle_uniboxs .content {
	text-align: left;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 0px;
	margin: auto;
	left: 0;
	right: 0;
padding: 20px 22px;
    z-index: 2;
    min-height: 105px;
}

.angle_uniboxs .content h3 {
	font-size:18px;
	margin-bottom:0px;
	color: #e7e7e7; font-weight: 700;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	max-width: 99%;
}
.angle_uniboxs .content h3 span{font-size: 12px; display: block; margin-top:3px;}

.angle_uniboxs:hover .works-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	filter: grayscale(100%);
}

.angle_uniboxs:hover .content h3 {
	color: #ffffff;
}
font.comtxt{font-size: 11px !important; font-style: italic;}
.listaboxs{margin-bottom: 20px;}
.listaboxs h4{font-size: 18px; color:#d22215; margin-bottom: 8px;}
.listaboxs ul{margin: 0px !important; padding: 0px !important;}
.listaboxs ul li{padding-left:0px !important; margin-left:20px !important; margin-bottom: 2px !important; font-size: 14px;}
.text-right{text-align: right !important;}
.read_link_right{text-align: right !important; border-top: 1px dashed #dfdfdf; font-style: italic; padding-top: 13px;
    margin-top: 14px;}
  .gryxsbs{background:#f9f9f9; padding:30px 30px; border-radius: 8px; margin-top: 30px !important; margin-bottom: 20px !important;}
  .gryxsbs h5{margin-top: 0px !important;}
  .gryxsbs h4{ margin-top: 10px !important;}
  @media screen and (max-width: 767px) {
  	.unibox_container{padding: 50px 0px 40px 0px;}

  	.angle_uniboxs .works-img {
	height:440px;
}
  	.angle_uniboxs .content {
text-align: center;
padding:15px 30px;
    z-index: 2;
    min-height: 80px;
}
.angle_uniboxs .works-img img {
	object-position: bottom center;}
.angle_uniboxs .content h3 {
	font-size:20px;
}

/*****/
         .cummtsbtxts{font-size:16px !important;}
      .homecoverconnet .insidetext .subparatext{font-size:18px !important;  margin-bottom:10px; font-style:italic;}
    	  .homecoverconnet{ padding:50px 0px;}
.homecoverconnet .insidetext h2{font-size:28px !important;}
.homecoverconnet .insidetext p{font-size:15px; line-height:26px; }
    .homecoverconnet .insidetext a{ margin-top:15px; font-size:14px;}
}
/*******/
.boxgrid2{ padding:0px !important; margin:0px -10px !important; }
    .boxgrid2 li{list-style: none; width: 50%; float: left; padding:0px !important; margin:0px !important;}
    .boxgrid2.three3 li{width: 33.33%;}
     .boxgrid2.three3 li .ctxtbxsn{min-height:180px; background: #fff8ef;}
    .boxgrid2 li .ctxtbxsn{ padding:13px 15px !important; margin:0px 10px 20px 10px !important; border: 1px solid #dddddd; 
        border-radius: 5px; min-height:110px;}
    .boxgrid2 li b{display: block; font-size:16px !important; margin-bottom:12px;     color: #d22215; } 
    .srvcoverscn{background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment:fixed; position: relative; padding:70px 0px;  margin-top:50px; margin-bottom: 50px; color:#ffffff !important;}  
    .srvcoverscn::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
     background: linear-gradient(135deg, rgba(1, 1, 1, 0.8) 0.14%, rgba(210, 34, 21, 0.7) 99.76%);
    z-index:0;
}
    .cvrtxt{} 
     .cvrtxt u {color:#ffffff !important; }
    .cvrtxt .hdings{color:#ffffff !important; font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 23px;}
    .cvrtxt p{color:#f1f1f1 !important;}
    .cvrtxt p b{color:#f1f1f1 !important; text-decoration: underline;}
    .megamenbx #menu-side-menu-1{padding-left:0px !important;}
    .name.upper_logo{ font-family: "Fjalla One", sans-serif; font-weight: 700; font-size:24px; letter-spacing:0.3px !important; text-transform: uppercase;}
    .upper_tag.tagline {margin-right: 20px;}
    .upper_tag.tagline .grp{font-family: "Fjalla One", sans-serif !important; font-weight: 400 !important; margin-top:0px !important; letter-spacing: 0.3px !important;}
    
    @media screen and (max-width: 767px) {
.pt-40 {
	padding-top: 25px !important;
}

        .single-works-card .content h3 span{font-size: 14px;}
        .hide767{display:none !important;}
.boxgrid2 li{ width:100%; float: none;}
.boxgrid2.three3 li { width:100%; float: none; }
.boxgrid2.three3 li .ctxtbxsn { min-height:auto !important;}
   .boxgrid2 li .ctxtbxsn{ min-height:auto !important;}

.cvrtxt .hdings{color:#ffffff !important; font-size:22px !important;}
    }
    /************/
    	    .our_video_outer{max-width: 80%; margin:0px auto;}
     .our_video_outer .watch-video-content{height:440px; border-radius:12px; border:1px solid #6c6b6b; overflow:hidden;}
    .our_video_outer .watch-video-content img{ width:100%; height:100%; object-fit:cover;}
     .our_video_outer .watch-video-content .video-content {border-radius:8px;}
    .our_video_outer .watch-video-content .video-content h3 {
    font-size: 26px !important;}
    
     .addressection{padding:30px 0px 15px 0px; border-top:1px solid #e3e0e0;}
         .addressbox{border:1px solid #e3e0e0; padding:20px; margin-bottom:15px; border-radius:5px;}  
         .addressbox .office_name{font-size:16px; font-weight:600; margin-bottom:10px;}
          .addressbox .office_name i{margin-right:9px;}
         .addressbox p{font-size:13px; min-height: 110px;}
         
	    @media screen and (max-width: 767px) {
	         .addressbox .office_name{font-size:15px;}
	          .addressbox p{ min-height: auto;}
        .our_video_outer .watch-video-content{height:350px; border-radius:10px;}
         .our_video_outer{max-width: 100%; }
          .our_video_outer .watch-video-content .play-btn {top: 45% !important;}
            .our_video_outer .watch-video-content .video-content {
        padding: 15px !important; border-radius:6px;
        width: 90% !important;
    }
     .our_video_outer .watch-video-content .video-content h3 {
    font-size: 20px !important;}
	    }