/* Starting - Html Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Main Slider
3. Page Title
4. Call To Action 
5. Fact Counter
6. Projects
7. Contact Form
8. Google Map
9. Text & Image block
10. Error page
11. Comming soon
12. Blog 
13. Header
14. Footer
15. Services
16. Shop
17. Team
18. Testimonial

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,400i,500,500i,600,600i,700,700i,800');
/*font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('plugin.css');
@import url('bootstrap.css');
@import url('global.css');
@import url('element.css');
@import url('header.css');
/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 8;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: rgba(7, 24, 55, 0.50) !important;
}

.main-slider .tparrows.gyges {
	margin-top: -60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: rgba(255, 255, 255, 0.20);
}

.main-slider .tparrows.gyges:before {
	line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
	background-color: #ff214f;
}

.main-slider h2 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.main-slider h2:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: -1px;
	z-index: 10;
	background-color: #ff214f;
}

.main-slider h2.dark-text {
	position: relative;
	color: #022222;
}

.main-slider h2.text-center:before {
	left: 50%;
	margin-left: -35px;
}

.main-slider .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.7em;
}

.main-slider .text.dark-text {
	color: #022222;
	font-size: 16px;
}

.main-slider .dark-heading {
	position: relative;
	color: #022222;
	font-size: 60px;
	border: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.main-slider .dark-heading:after {
	display: none;
}

.main-slider .white-heading {
	position: relative;
	color: #fff;
	border: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.main-slider .white-heading:after {
	display: none;
}

.main-slider h4 {
	position: relative;
	font-size: 36px;
	font-weight: 400;
	color: #ffffff;
}

.main-slider h1 {
	position: relative;
	font-size: 72px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2em;
	text-transform: uppercase;
}

.slider-content {
	position: relative;
	padding: 35px 30px;
	background-color: rgba(0, 0, 0, 0.60);
}

.slider-content h3 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	padding-bottom: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.slider-content h3:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: -1px;
	z-index: 10;
	background-color: #ff214f;
}

.slider-content .content-text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	text-align: center;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-title:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.page-title h1 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	margin-top: 35px;
	color: #fff;
	line-height: 1.5em;
	text-transform: capitalize;
}

.page-title .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.page-info {
	position: relative;
	color: #272727;
	z-index: 9;
}

.page-info .flex-box-five {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
}

.page-info h2 {
	font-size: 16px;
	color: #272727;
	line-height: 24px;
	font-weight: 700;
}

.page-info .bread-crumb {
	position: relative;
	font-size: 14px;
	padding: 18px 0px 17px;
}

.page-info .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-right: 24px;
	color: #ff214f;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.page-info .bread-crumb li:last-child {
	margin-right: 0px;
}

.page-info .bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -21px;
	width: 10px;
	line-height: 24px;
	font-size: 16px;
	color: #222222;
}

.page-info .bread-crumb li:last-child:after {
	display: none;
}

.page-info .bread-crumb li a {
	color: #1a1a1a;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-info .bread-crumb li a:hover {
	color: #ff214f;
}

.page-info .share-link a i {
	margin-left: 7px;
	color: #ff214f;
	margin-right: 7px;
	font-size: 14px;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-one {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.call-to-action-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
}

.call-to-action-one h2 {
	position: relative;
	color: #ffffff;
	font-size: 42px;
	line-height: 70px;
	font-weight: 700;
	text-transform: capitalize;
}

.call-to-action-one .text {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	margin: 17px 0;
	line-height: 32px;
}

.call-to-action-one .theme-btn {
	margin-top: 30px;
	color: #fff;
	border-color: #fff;
}

.call-to-action-one .theme-btn:hover {
	color: #ff214f;
	background-color: #ffffff;
}

/* call to action two */

.call-to-action-two {
	background: #ff214f;
	padding: 30px 0;
}

.call-to-action-two .inner-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.call-to-action-two h3 {
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
}

.call-to-action-two .theme-btn {
	margin: 10px 0;
}

.call-to-action-two .theme-btn:hover {
	background: #222;
	border-color: #222;
}

/*
------------------------------------------------
  Fact Counter 
------------------------------------------------
*/

.fact-counter {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

.fact-counter:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	opacity: 0.80;
	z-index: 0;
}

.fact-counter .auto-container {
	position: relative;
	z-index: 1;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 10px;
	z-index: 5;
}

.fact-counter .item {
	color: #222;
	width: 100%;
}

.fact-counter .column .icon span {
	position: relative;
	top: 0px;
	font-size: 50px;
	position: absolute;
	line-height: 70px;
	top: -5px;
	left: 0;
	margin-bottom: 20px;
	color: #ab7442;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .count-outer {
	margin-top: 10px;
	color: #ffffff;
	position: relative;
	font-size: 40px;
	font-weight: 700;
}

.fact-counter .count-outer .count-text {
	margin-bottom: 5px;
	display: block;
}

.fact-counter .item .inner-box {
	position: relative;
	padding-left: 80px;
}

.fact-counter .item .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 15px;
}

.fact-counter .item .inner-box .icon-box i {
	color: #ff214f;
}

.fact-counter .item .inner-box .icon-box i:before {
	margin: 0;
	font-size: 35px;
}

.fact-counter .item .inner-box p {
	font-weight: 700;
	font-size: 18px;
}

/*** 

====================================================================
	Projects Style
====================================================================

***/

.projects-block-one {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	overflow: hidden;
}

.projects-block-one .inner-box {
	text-align: center;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
}

.projects-block-one .inner-box img {
	width: 100%;
	height: auto;
}

.projects-block-one .inner-box .box-content {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;
}

.projects-block-one .inner-box:hover .box-content {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}

.projects-block-one .inner-box .title {
	display: inline-block;
	padding: 5px 7px;
	background: #ff214f;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	transition: all 900ms ease 0s;
}

.projects-block-one .inner-box:hover .title {
	bottom: -40px;
}

.projects-block-one .inner-box .icon {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
}

.projects-block-one .inner-box .icon li {
	display: inline-block;
}

.projects-block-one .inner-box .icon li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	font-size: 16px;
	color: #ff214f;
	margin-right: 7px;
	transition: all 0.35s ease 0s;
}

.projects-block-one .inner-box .icon li a:hover {
	background: #fff;
	color: #000;
}

@media only screen and (max-width:990px) {
	.projects-block-one .inner-box {
		margin-bottom: 20px;
	}
}

/* */

/* projects block two */

.projects-block-two {
	position: relative;
	margin-bottom: 30px;
}

.projects-block-two .inner-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.projects-block-two .image-box,
.projects-block-two .image,
.projects-block-two .image img {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.projects-block-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 25px solid transparent;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	transform: translateY(-25px);
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.projects-block-two .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.projects-block-two .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 15px;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.70);
}

.projects-block-two .overlay-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.projects-block-two .overlay-content h3 {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 3px;
	
}


.projects-block-two .overlay-content h3 a {
	position: relative;
	color: #ffffff;
}

.projects-block-two .overlay-content h3 a:hover {
	color: #ff214f;
}

.projects-block-two .overlay-content .cat {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #cccccc;
}

.projects-block-two .overlay-content .cat a {
	position: relative;
	color: #cccccc;
}


/*** 

====================================================================
	Contact Form Style
====================================================================

***/

/*Contact Form*/

.contact-form h2 {
	position: relative;
}

.contact-form .form-group:last-child {
	margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #ff214f;
}

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

.contact-form button {
	font-size: 14px;
	padding: 10px 41px 10px;
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

/* form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

/* form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	box-shadow: none;
	padding-left: 50px;
}

.contact-form.style-three span {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 24px;
	color: #ff214f;
}

/*** 

====================================================================
	Map Style
====================================================================

***/

.home-google-map .google-map {
	width: 100%;
	height: 480px;
}

.home-google-map .gmnoprint {
	display: none;
}

/*** 

====================================================================
	text & image block
====================================================================

***/

.text-block-one {
	position: relative;
	margin-bottom: 30px;
}

.text-block-one h2 {
	color: #222;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 30px;
}

.text-block-one.light h2 {
	color: #fff;
}

.text-block-one .text {
	color: #999;
	max-width: 500px;
}

/* text-block-two */

.text-block-two {
	position: relative;
	margin-bottom: 30px;
}

.text-block-two .title h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

.text-block-two .title h2 span {
	color: #ff214f;
}

.text-block-two .list-style-one {
	margin-bottom: 25px;
}

.text-block-two .text {
	margin-bottom: 20px;
}

/* text block three */

.text-block-three .experience-year {
	padding-right: 0;
}

.text-block-three .experience-year h1 {
	color: #222;
	font-size: 55px;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.text-block-three .experience-year p {
	color: #01273a;
	font-weight: 600;
	letter-spacing: 11px;
	margin: 0;
	text-transform: uppercase;
}

.text-block-three .experience-text {
	padding-left: 40px;
}

.text-block-three .experience-text p {
	color: #777777;
	font-size: 17px;
	line-height: 32px;
}

/* text block four */

.text-block-four {
    position: relative;
    background: #f7f8f9;
    margin-left: -80px;
    margin-top: 45px;
    padding: 10px 20px;
}

.text-block-four h3 {
	position: relative;
	font-weight:  600;
	margin-bottom: 15px;
}

.text-block-four .lower-content {
    position:  relative;
    padding-left: 90px;
    padding-bottom: 20px;
    margin-top: 25px;
}

.text-block-four .image {
    position:  absolute;
    left:  0;
	width: 65px;
}

.text-block-four .image img {
    border-radius: 50%;
}

/* image block one */

.image-block-one {
	position: relative;
}

.image-block-one:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: rgba(50, 50, 57, 0.85);
	transition: .5s ease;
}

.image-block-one:hover:before {
	width: 100%;
	transition: .5s ease;
}

.image-block-one .read-more {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .7s ease;
}

.image-block-one:hover .read-more {
	opacity: 1;
	visibility: visible;
	transition: .7s ease;
}


/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	padding: 130px 0px 130px;
	background-color: #f4f4f4;
}

.error-section .inner-section {
	position: relative;
	text-align: center;
}

.error-section .inner-section h1 {
	position: relative;
	color: #222;
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
}

.error-section .inner-section h2 {
	position: relative;
	font-size: 20px;
	color: #232323;
	font-weight: 500;
	text-transform: uppercase;
}

.error-section .inner-section .text {
	position: relative;
	color: #ff214f;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
	position: relative;
	line-height: 22px;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 54px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 10px 50px 10px 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-form .form-group input:focus {
	border-color: #ff214f;
}

.error-search-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 54px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	background: #ff214f;
	font-weight: normal;
}

/*** 

====================================================================
	comming soon
====================================================================

***/

.countdown-timer {
	position: relative;
	text-align: center;
}

.countdown-timer .countdown {
	margin: 0 85px;
	text-align: center;
}

.countdown-timer li {
	position: relative;
	display: inline-block;
	padding: 5px 0px;
	width: 25%;
	text-align: center;
	margin: 24px -2px;
	border-right: 1px dashed #fff;
}

.countdown-timer li:last-child {
	border-right: 0px;
}

.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
	font-size: 70px;
	color: #ff214f;
	display: block;
	font-weight: 700;
	line-height: 70px;
}

.countdown-timer li span.timeRef {
	position: relative;
	font-size: 17px;
	color: #999;
	font-weight: 600;
	text-transform: uppercase;
}

.default-coundown {
	max-width: 900px;
	margin: 0 auto;
}

.countdown-timer form {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 34px;
}

.countdown-timer form button {
	position: absolute;
	right: 0;
	top: 0;
	background: #222;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 15px 20px;
	cursor: pointer;
	transition: .5s ease;
}

.countdown-timer form button:hover {
	background: #ff214f;
}

.countdown-timer input[type="text"] {
	position: relative;
	line-height: 32px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #e0e0e0;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/* single services page */

.single-services {
	position: relative;
}

.single-services .image {
	margin-bottom: 20px;
}

.single-services .text {
	margin-bottom: 20px;
}

.single-services .two-column {
	margin-top: 50px;
}

.single-services h4.title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*=============project single=================*/

.project-single {
	position: relative;
}

.project-single .row-15 {
	margin: 0 -15px;
}

.project-single .img-box {
	padding: 0 15px 30px;
	float: left;
}

.project-single h4 {
	font-size: 20px;
	margin-bottom: 22px;
}

.project-single h5 {
	font-size: 16px;
}

.project-single p {
	margin-bottom: 22px;
}

.project-single .content p {
	margin: 10px 0;
}

.project-single .list-item {
	margin-bottom: 22px;
	overflow: hidden;
}

.project-single .list-item li {
	position: relative;
	float: left;
	width: 50%;
	padding-left: 20px;
	color: #999;
	font-size: 15px;
	margin: 5px 0;
}

.project-single .list-item li:after {
	position: absolute;
	content: '';
	background: #ff214f;
	height: 8px;
	width: 8px;
	left: 0;
	top: 7px;
}

/*** 

====================================================================
  Blog Style
====================================================================

***/

.blog-section {
	position: relative;
}

/*News Style One*/

.news-block-one {
	position: relative;
	margin-bottom: 40px;
}

.news-block-one .inner-box {
	position: relative;
}

.news-block-one .inner-box .image {
	position: relative;
	margin-bottom: -6px;
}

.news-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block-one .inner-box .image .post-time {
	position: absolute;
	left: 30px;
	bottom: -10px;
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
	padding: 6px 18px 4px;
	display: inline-block;
	background-color: #ff214f;
}

.news-block-one .inner-box .lower-content {
	position: relative;
	padding: 40px 15px 20px 35px;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box .lower-content h3 {
	position: relative;
	font-weight: 500;
	font-size: 20px;
	color: #13192d;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.news-block-one .inner-box .lower-content h3 a {
	color: #13192d;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box .lower-content h3 a:hover {
	color: #ff214f;
}

.news-block-one .inner-box .lower-content .text {
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: -8px;
	margin-bottom: 15px;
	color: rgba(7, 16, 45, 0.70);
}

.news-block-one .inner-box .lower-content .text p {
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 15px;
	color: rgba(7, 16, 45, 0.60);
}

.news-block-one .inner-box .lower-content .more-detail {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #afafaf;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box .lower-content .more-detail .icon {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.news-block-one .inner-box .lower-content .more-detail:hover {
	color: #ff214f;
}

.news-block-one .inner-box:hover .lower-content {
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(244, 244, 244, 1);
	-moz-box-shadow: 0px 4px 20px 0px rgba(244, 244, 244, 1);
	box-shadow: 0px 4px 20px 0px rgba(244, 244, 244, 1);
}

/*News Block Two*/

.news-block-two {
	position: relative;
	margin-bottom: 50px;
}

.news-block-two .inner-box {
	position: relative;
}

.news-block-two .inner-box .image {
	position: relative;
}

.news-block-two .inner-box .image .post-date {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px 8px 40px;
	background-color: #ff214f;
}

.news-block-two .inner-box .image .post-date:before {
	position: absolute;
	content: '\f073';
	left: 20px;
	top: 7px;
	font-family: 'FontAwesome';
}

.news-block-two .inner-box .image img {
	position: relative;
	max-width: 100%;
}

.news-block-two .inner-box .lower-box {
	position: relative;
	padding-top: 18px;
}

.news-block-two .inner-box .lower-box .post-meta {
	position: relative;
}

.news-block-two .inner-box .lower-box .post-meta li {
	position: relative;
	margin-right: 15px;
	padding-left: 18px;
	color: #999;
	font-size: 14px;
	display: inline-block;
}

.news-block-two .inner-box .lower-box .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ff214f;
}

.news-block-two .inner-box .lower-box h3 {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 1.3em;
	margin: 10px 0px 10px;
}

.news-block-two .inner-box .lower-box h3 a {
	position: relative;
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-box h3 a:hover {
	color: #ff214f;
}

.news-block-two .inner-box .lower-box .text {
	position: relative;
	color: #666666;
	font-size: 17px;
	margin-bottom: 10px;
}

.news-block-two .inner-box .lower-box .text p {
	position: relative;
	color: #666666;
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-weight: 300;
}

.news-block-two .inner-box .lower-box .read-more {
	color: #222;
	font-weight: 500;
}

/* blog single post*/

.news-block-quote {
	position: relative;
	padding: 40px 30px 20px 30px;
	font-size: 16px;
	color: #777777;
	line-height: 2em;
	text-align: center;
	font-style: italic;
	margin-top: 50px;
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
}

.news-block-quote .author-title {
	position: relative;
	color: #444444;
	font-size: 15px;
	margin-top: 10px;
	font-weight: 600;
	font-style: normal;
}

.news-block-quote:before {
	position: absolute;
	content: '\f10d';
	left: 50%;
	font-family: FontAwesome;
	top: -30px;
	margin-left: -40px;
	width: 80px;
	height: 60px;
	line-height: 60px;
	font-style: normal;
	color: #ff214f;
	font-size: 24px;
	background-color: #ffffff;
}

.share-option {
	position: relative;
	padding: 10px 0px;
	margin-top: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

.share-option strong {
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	color: #1c1c1c;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.comments-area {
	position: relative;
	margin-top: 70px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eeeeee;
}

.comments-area .group-title {
	position: relative;
	margin-bottom: 15px;
}

.group-title h2 {
	position: relative;
	font-size: 36px;
	color: #1c1c1c;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.comments-area .comment-box {
	position: relative;
	padding: 0px 0px 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.comments-area .comment-box:hover {
	border-color: #222222;
}

.comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 30px 0px 0px 110px;
	border-top: 1px solid #eeeeee;
}

.comments-area .comment .comment-inner {
	position: relative;
}

.comments-area .comment .comment-reply {
	position: absolute;
	right: 0px;
	top: 4px;
	color: #686868;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	padding: 2px 12px;
	background-color: #f4f4f4;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 30px;
	margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
	width: 80px;
	display: block;
}

.comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.comments-area .comment-box strong {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 16px;
	text-transform: capitalize;
}

.comments-area .comment-box .text {
	color: rgba(0, 0, 0, 0.70);
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.8em;
}

.comments-area .comment-info .comment-time {
	position: relative;
	font-size: 16px;
	color: #999999;
}

.comments-area .comment-box .theme-btn {
	padding: 5px 30px;
	font-size: 12px;
	border: 1px solid #fbca00;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*** 

====================================================================
	Main Footer Style
====================================================================

***/

.main-footer {
	position: relative;
}

.footer-column-border {
	position: relative;
	margin-bottom: 23px;
}

.footer-column-border:before {
	position: absolute;
	content: '';
	left: 15px;
	right: 0;
	top: 65px;
	height: 1px;
	background: #44484d;
}

.footer-title {
	position: relative;
	color: #2d2d2d;
	margin-bottom: 70px;
	font-size: 22px;
	font-weight: 500;
}

/*footer about*/

.footer-about {
	position: relative;
	margin-bottom: 30px;
}

.footer-about .footer-logo {
	margin-bottom: 70px;
}

.footer-about .text {
	margin-bottom: 25px;
	color: #2d2d2d;
}

/* footer link */

.footer-link {
	position: relative;
	margin-bottom: 25px;
}

.footer-link ul li a {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	color: #2d2d2d;
	transition: .3s ease;
	font-size: 16px;
}

.footer-link ul li a:hover {
    color: rgb(255 33 79);
}

.footer-link ul li a i {
	margin-right: 10px;
}

/*footer-newsletter*/

.subscribe-form-two {
	position: relative;
}

.subscribe-form-two .form-group {
	position: relative;
	margin-top: 22px;
	margin-bottom: 30px;
}

.subscribe-form-two .form-group span {
	position: absolute;
	left: 15px;
	top: 16px;
	border-right: 1px solid #ffffff38;
	color: #848484;
	font-size: 14px;
	z-index: 99;
	line-height: 20px;
	padding-right: 12px;
}

.subscribe-form-two input {
	position: relative;
	width: 100%;
	padding: 11px 20px;
	padding-right: 50px;
	border: 1px solid #313131;
	border-radius: 0 25px 25px 0;
	background: #313131;
	color: #fff;
}

.subscribe-form-two button {
	position: absolute;
	right: 0;
	border-left: 1px solid #f4f4f42e;
	padding: 0 15px;
	background: #666666;
	top: 0;
	color: #ff214f;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}

.footer-newsletter .social-icon-six {
	margin-top: 30px;
}

.footer-newsletter .text {
	color: #95979a;
}

/*footer bottom*/

.footer-bottom {
	position: relative;
	padding: 25px 0;
	font-size: 18px;
	color: #95979a;
}

.footer-bottom .footer-copyright a {
	color: #ff214f;
}

.footer-bottom .footer-menu li {
	display: inline-block;
}

.footer-bottom .footer-menu li a {
	color: #848484;
	font-family: 'Poppins', sans-serif;
}

/* services-block-one */

.services-block-one {
	position: relative;
	margin-bottom: 30px;
}

.services-block-one .inner-box {
	position: relative;
}

.services-block-one .inner-box .image {
	position: relative;
}

.services-block-one .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	display: block;
	z-index: 1;
	background-color: rgba(255, 33, 79, 0.8);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.services-block-one .inner-box:hover .image:before {
	height: 100%;
}

.services-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block-one .inner-box .lower-content {
	position: relative;
}

.services-block-one .inner-box .lower-content .upper-box {
	position: relative;
	padding: 16px 0px;
	padding-left: 90px;
	border: 1px solid #eeeeee;
}

.services-block-one .inner-box .lower-content .upper-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ff214f;
	width: 70px;
	font-size: 36px;
	line-height: 24px;
	padding: 18px 0px;
	text-align: center;
	border-right: 1px solid #eeeeee;
}

.services-block-one .inner-box .lower-content .upper-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

.services-block-one .inner-box .lower-content .upper-box h3 a {
	position: relative;
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-one .inner-box .lower-content .upper-box h3 a:hover {
	color: #ff214f;
}

.services-block-one .inner-box .lower-content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 15px;
}

/* services-block-two */

.services-block-two {
	position: relative;
}

.services-block-two .inner-box {
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 40px 30px 35px 105px;
	position: relative;
	margin-bottom: 30px;
	background: #fff;
}

.services-block-two .inner-box.active,
.services-block-two .inner-box:hover {
	box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
	border-color: #fff;
}

.services-block-two h5 a {
	font-size: 22px;
	color: #222222;
	font-weight: 500;
	display: block;
	margin-bottom: 13px;
}

.services-block-two h2 {
	font-size: 45px;
	font-weight: 600;
	color: #f0f0f0;
	position: absolute;
	left: 35px;
	bottom: 40px;
}

.services-block-two .icon-box {
	position: absolute;
	left: 35px;
	top: 55px;
	font-size: 50px;
	color: #ff214f;
}

/* single shop item */

.single-shop-item {
	margin-bottom: 30px;
}

.single-shop-item .img-box {
	position: relative;
	padding: 30px 0px;
	overflow: hidden;
	border: 1px solid #fff;
	transition: .5s ease;
	background: #f7f7f7;
	text-align: center;
}

.single-shop-item:hover .img-box {
	transition: .5s ease;
}

.single-shop-item .img-box .offer-box {
	position: absolute;
	top: 10px;
	left: 10px;
}

.single-shop-item .img-box .offer-box .inner {
	position: relative;
}

.single-shop-item .img-box .offer-box .inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	border-bottom: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-top: 35px solid #ab7442;
	border-left: 35px solid #ab7442;
	border-right: 35px solid transparent;
}

.single-shop-item .img-box .offer-box .inner span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transform: rotate(-45deg);
	line-height: 35px;
	transform-origin: 70% 35%;
}

.single-shop-item .text-box h3,
.single-shop-item .text-box p {
	margin: 0;
}

.single-shop-item .text-box h3 {
	font-size: 18px;
	line-height: 50px;
	color: #1F1F1F;
	margin-top: 10px;
}

.single-shop-item .text-box p {
	font-size: 20px;
	line-height: 24px;
}

.single-shop-item .text-box p i {
	font-size: 18px;
}

.single-shop-item .text-box p span {
	display: inline-block;
	vertical-align: top;
	color: #ab7442;
	font-size: 18px;
	font-weight: 400;
}

.single-shop-item .text-box p del {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 24px;
	vertical-align: super;
	display: inline-block;
	font-weight: normal;
}

.single-shop-item .text-box p del i {
	font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
	color: #222;
	border-color: #fff;
	background: #fff;
}

.single-shop-item .thm-btn:hover {
	color: #ff214f;
	background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
	background-color: rgba(255, 255, 255, 0.9);
}

.single-shop-item:hover .img-box .overlay .box .content ul li a {
	opacity: 1;
	transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 10px;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.default-overlay-outer .inner .content-layer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

.single-shop-item .default-overlay-outer {
	opacity: 0;
	top: -100%;
	background: rgba(0, 0, 0, 0.70);
}

.single-shop-item:hover .default-overlay-outer {
	top: 0;
	opacity: 1;
}

.single-shop-item .content-box {
	position: relative;
	padding: 20px 20px 15px;
	border: 1px solid #f4f4f4;
	border-top: 0px;
}

.single-shop-item .content-box h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #252525;
	margin-bottom: 12px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
	color: #b89b5e;
}

.single-shop-item .content-box h4 a {
	color: #252525;
	text-transform: uppercase;
}

.single-shop-item .bottom {
	position: relative;
	padding: 15px 0 0;
	border-top: 1px solid #f4f4f4;
	margin-top: 20px;
}

.single-shop-item .content-box .rating {
	font-size: 13px;
	color: #ff214f;
	position: absolute;
	right: 5px;
	margin-bottom: 0;
	top: 17px;
}

.single-shop-item .content-box .item-price {
	font-size: 16px;
	font-weight: 400;
	color: #ff214f;
	line-height: 24px;
}

.single-shop-item .content-box .item-price del {
	color: #a2a2a2;
	margin-left: 7px;
	font-size: 15px;
}

.single-shop-item .content-box .item-price .strike-through {
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
}

/*** 
=============================================
   Shop Single area  style
=============================================
***/

.shop-single-area {
	position: relative;
}

.product-content-box {
	margin-bottom: 106px;
}

.product-content-box .img-box {
	text-align: center;
}

.product-content-box .flexslider .slides img {
	width: auto;
	display: inline-block;
}

.single-products-details .theme-btn {
	display: inline-block;
	margin-left: 20px;
}

.product-content-box .flexslider {
	background: #ededed none repeat scroll 0 0;
	border: none;
	padding: 70px 0;
	border-radius: 0;
	margin: 0 0px 10px 0;
	position: relative;
	text-align: center;
}

.product-content-box .flex-viewport {
	border: none;
	max-height: 450px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
	margin: 10px 0 0;
	overflow: hidden;
	position: static;
	display: none;
}

.product-content-box .flex-control-thumbs li {
	float: left;
	margin: 0 3% 0 0;
	width: 25%;
}

.product-content-box .flex-control-thumbs img {
	border: medium none;
	cursor: pointer;
	display: block;
	height: auto;
	opacity: 0.6;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
	border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
	border: 3px solid #ab7442;
}

.product-content-box .flex-control-thumbs .flex-active:focus {
	outline: none;
}

.product-content-box .content-box h3 {
	color: #222;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0 5px;
	text-transform: capitalize;
}

.product-content-box .content-box del {
	color: #a2a2a2;
	margin-left: 10px;
}

.product-content-box .content-box .review-box {
	margin: 0 0 10px;
}

.product-content-box .content-box .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.product-content-box .content-box .review-box ul {
	display: inline-block;
	padding-right: 1px;
}

.product-content-box .content-box .review-box ul li i {
	color: #ff214f;
	font-size: 14px;
}

.product-content-box .content-box span.price {
	color: #ff214f;
	font-size: 22px;
}

.product-content-box .content-box .text {
	margin: 0px 0 0;
	overflow: hidden;
	padding: 14px 0 0;
}

.product-content-box .content-box .location-box {
	margin: 4px 0 18px;
	position: relative;
}

.product-content-box .content-box .location-box p {
	color: #1f1f1f;
	margin: 0 0 12px;
}

.product-content-box .content-box .location-box form input {
	border: 2px solid #f7f7f7;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-content-box .content-box .location-box form input:focus {
	border-color: #ff214f;
}

.product-content-box .content-box .location-box form button {
	background: #f7f7f7 none repeat scroll 0 0;
	border: medium none;
	color: #292929;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	left: 178px;
	top: 37px;
	height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 95px;
	margin-left: 6px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-content-box .content-box .location-box form button:hover {
	background: #ff214f;
	color: #fff;
}

.product-content-box .content-box .location-box form span {
	color: #ff214f;
	margin-top: 20px;
	display: block;
}

.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
	float: left;
	width: 70px;
	margin-right: 20px;
}

.product-content-box .content-box .addto-cart-box .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	display: block;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px;
	text-align: center;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
	display: block;
	float: none;
	margin-left: -1px;
	max-width: 100%;
	padding: 12px 12px;
	position: relative;
	width: 100%;
}

.product-content-box .content-box .addto-cart-box .btn-default {
	background-color: #efefef;
	border-color: #efefef;
	color: #9e9e9e;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
	color: #ff214f;
	font-weight: normal;
	left: 4.5px;
	position: absolute;
	top: 0px;
	font-size: 18px;
	font-style: normal;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
	margin-left: 25px;
}

.product-tab-box {
	padding: 30px;
	padding-top: 0;
	border: 1px solid #f4f4f4;
}

.product-tab-box .tab-menu {
	border-bottom: 1px solid #f7f7f7;
	margin-top: -50px;
	margin-bottom: 33px;
	position: relative;
	left: -31px;
}

.product-tab-box .tab-menu li {
	display: block;
	float: left;
	margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
	border: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 13px 35px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	background: #f7f7f7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
	background: #ff214f;
	color: #fff;
	border-color: #ff214f;
}

.product-tab-box .tab-content {}

.product-tab-box .tab-content .review-box .single-review-box {
	margin-bottom: 10px;
	padding-bottom: 32px;
	padding-left: 80px;
	position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
	border: 1px solid #f4f4f4;
	padding: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
	margin: 0 0 8px;
	overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
	margin-top: -4px;
	padding-left: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
	color: #ff214f;
	font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
	color: #ab7442;
	margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
	margin: 0 0 15px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
	color: #ab7442;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
	margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
	margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
	color: #292929;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
	position: relative;
	padding-bottom: 12px;
	padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #ab7442;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}

.product-tab-box .tab-content .review-form {
	padding-top: 16px;
}

.product-tab-box .tab-content .review-form .sec-title-two {
	padding-bottom: 34px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
	margin: 0 0 23px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
	color: #292929;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
	display: inline-block;
	margin: 0 0px;
	border-right: 1px solid #e5e5e5;
	padding: 0 11px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
	margin-right: 0;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
	color: #ddd;
	margin-right: 3px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li.active a i,
.product-tab-box .tab-content .review-form .add-rating-box ul li a:hover i {
	color: #ff214f;
}

.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #9e9e9e;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
	height: 110px;
	padding: 10px 15px;
	margin-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
	opacity: 1;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {
	border-color: #ff214f;
}

.product-tab-box .tab-content .review-form form textarea:focus {
	border-color: #ff214f;
}

.related-product {
	border-top: 1px solid #f7f7f7;
	margin-top: 60px;
	padding-top: 56px;
}

.related-product .single-product-item {
	margin-bottom: 0;
}

.related-product .owl-controls {
	position: absolute;
	right: 0px;
	top: -90px;
}

.related-product .owl-theme .owl-nav [class*="owl-"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #f7f7f7;
	border-radius: 50%;
	color: #cccbcb;
	font-size: 20px;
	height: 45px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 700ms ease 0s;
	transition: all 700ms ease 0s;
	width: 45px;
	font-weight: 900;
}

.related-product .owl-theme .owl-nav [class*="owl-"] i {
	font-size: 20px;
	font-weight: 900;
}

.related-product .owl-theme .owl-nav .owl-next {
	margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
	color: #fff;
	background: #ab7442;
	border: 2px solid #ab7442;
}

.product-review-tab .add_your_review .review-title h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #252525;
}

.tab-title-h4 h4 {
	color: #3d3d3d;
	font-size: 20px;
	margin-bottom: 40px;
}

/************************** 
* Cart Page styles 
***************************/

.cart-section {
	position: relative;
}

.cart-section ul {
	margin: 0;
	padding: 0;
}

.cart-section ul li {
	list-style: none;
}

.cart-section .thm-btn {
	line-height: 40px;
}

.cart-section .sec-pad {
	padding-bottom: 70px;
}

.cart-section .sec-title.medium {
	padding-bottom: 25px;
}

.cart-section .cart-outer {
	position: relative;
}

.cart-section .cart-outer .dropdown-toggle::after {
	display: none;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 7px;
	font-family: "Poppins", sans-serif;
	background: #f7f7f7;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: normal;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 15px 10px;
	min-width: 100px;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
}

.cart-table tbody tr .qty {
	width: 120px;
	padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: black;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 85px;
	padding-top: 20px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 11px;
	padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
	width: 60px;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #222;
	text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #ff214f;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 16px;
	color: yellow;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 30px;
	transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
	color: #ff214f;
	transition: .5s ease;
}

.cart-table tbody tr .remove-btn span:before {
	font-size: 30px;
}

.cart-table tbody tr {
	border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 43px;
	display: block;
	box-shadow: none;
	width: 100%;
	font-size: 20px;
	position: relative;
	color: #222;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #9e9e9e;
	font-size: 14px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #ff214f;
	border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	background: #f7f7f7;
	border-color: #f7f7f7;
	padding: 10.3px 13px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	color: #ff214f;
	left: 7px;
	font-size: 18px;
	top: -3px;
	font-style: normal;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #fff;
	border: 1px solid #F7F7F7;
	border-right: 0;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 24px;
	padding: 9px 15px;
	border: 1px solid yellow;
	border-radius: 3px;
	width: 230px;
	background: none;
	font-weight: 500;
	outline: none;
	height: 50px;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section .estimate-form .inner-page-title {
	margin-bottom: 50px;
}

.cart-section h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px;
	margin-bottom: 25px;
}

.cart-section .totals-table {
	position: relative;
	border: 1px solid #f0f0f0;
	margin-top: 50px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 14.5px 15px;
	line-height: 24px;
	width: 50%;
}

.cart-section .totals-table .col-title {
	font-size: 14px;
	color: #222;
	border-right: 1px solid #f0f0f0;
	font-weight: 400;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .update-cart-box {
	padding-top: 40px;
	margin-bottom: 30px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
	border: none;
	top: 2px;
	right: 20px;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
	width: 100%;
	outline: none;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
	font-size: 14px;
	text-transform: capitalize;
	border: none;
	outline: none;
	border: 1px solid #f4f4f4;
	padding: 10px 15px;
	border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu {
	padding: 0;
	border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu>li>a {
	padding: 8px 15px;
	color: green;
	transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
	color: green;
	transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
	font-size: 13px;
	color: red;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
	content: '\f107';
	font-family: 'FontAwesome';
	color: red;
	font-size: 14px;
	line-height: 46px;
}

.cart-section .estimate-form h3 {
	font-size: 24px;
	margin: 0;
	margin-top: 75px;
}

.cart-section .cart-total h3 {
	/* font-size: 24px; */
	margin: 0;
	/* margin-bottom: 15px; */
	margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
	margin-top: 30px;
}

.cart-section .estimate-form input {
	width: 100%;
	border: 2px solid yellow;
	outline: none;
	height: 50px;
	padding-left: 15px;
}

.cart-section .qty .input-group {
	width: 74px;
	background: #fff;
	flex-wrap: inherit;
}

.cart-section .thm-btn.update-cart {
	border: 1px solid black;
	color: yellow;
	background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
	color: #9e9e9e;
	font-weight: normal;
}

.cart-section .thm-btn.update-cart {
	color: #222;
	border-color: #F7F7F7;
	text-shadow: none;
	background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	border: 2px solid #f0f0f0;
	text-transform: uppercase;
	font-size: 14px;
}

.cart-section .estimate-form input {
	border-color: #f0f0f0;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
	background: #fff;
	color: #9f9f9f;
	border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
	color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
	margin-left: 10px;
}

.cart-section .thm-btn.update-cart:hover {
	background: #ff214f;
	color: #fff;
}

.cart-table tbody tr td {
	padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
	color: #fff;
}

.cart-outer select {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #848484;
	line-height: 26px;
	padding: 12px 15px;
	font-weight: 400;
	background: #ffffff;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.cart-outer select:focus {
	border-color: #fdb821;
}

/*** 
=============================================
    14. Checkout Area style
=============================================
***/

.checkout-area {
	position: relative;
}

.checkout-area .exisitng-customer {
	border: 1px solid #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative;
	margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #ff214f;
	content: "";
}

.checkout-area .exisitng-customer h5 {
	color: #252525;
	font-size: 16px;
	font-weight: 300;
}

.checkout-area .exisitng-customer h5 a {
	color: #ff214f;
	display: inline-block;
	padding-left: 15px;
}

.checkout-area .coupon {
	border: 1px solid #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative;
	margin-bottom: 60px;
}

.checkout-area .coupon:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #ff214f;
	content: "";
}

.checkout-area .coupon h5 {
	color: #252525;
	font-size: 16px;
	font-weight: 300;
}

.checkout-area .coupon h5 a {
	color: #ff214f;
	display: inline-block;
	padding-left: 15px;
}

.checkout-area .form form .field-label {
	color: #222;
	font-family: "Poppins", Sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 8px;
}

.checkout-area .form form .field-input input[type="text"] {
	border: 2px solid #f7f7f7;
	color: #9a9a9a;
	display: block;
	font-size: 16px;
	height: 48px;
	margin-bottom: 25px;
	padding: 0 15px;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.checkout-area .form form .field-input input[type="text"]:focus {
	border: 2px solid #ff214f;
}

.checkout-area .create-acc .checkbox {
	margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
	color: #ff214f;
	font-weight: 300;
	font-size: 16px;
}

.checkout-area .create-acc .checkbox input {
	margin-top: 3px;
}

.checkout-area .shipping-info input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 40px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
	border: 2px solid #f7f7f7;
	color: #9e9e9e;
	display: block;
	font-size: 16px;
	height: 124px;
	margin-bottom: 28px;
	padding: 10px 15px;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea:focus {
	border-color: #ff214f;
}

.checkout-area .bottom {
	padding-top: 70px
}

.checkout-area .table .sec-title-two {
	padding-bottom: 32px;
}

.checkout-area .table {
	overflow-x: auto;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.checkout-area .table .cart-table {
	min-width: auto;
	width: 100%;
	margin-top: 50px;
}

.checkout-area .table .cart-table .cart-header {
	background: #f7f7f7;
	color: #252525;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	font-weight: 400;
}

.checkout-area .table .cart-table thead tr th {
	font-weight: 400;
	line-height: 24px;
	min-width: 110px;
	padding: 19px 30px 17px;
	border-color: #f7f7f7;
}

.checkout-area .table .cart-table thead tr th.product-column {
	padding-left: 30px;
	text-align: left;
}

.checkout-area .table .cart-table tbody tr {
	border-bottom: 1px solid #f7f7f7;
}

.checkout-area .table .cart-table tbody tr td {
	vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
	min-width: 110px;
	padding: 25px 30px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
	min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
	width: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
	display: table-cell;
	vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
	padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
	color: #252525;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
	padding-right: 30px;
	width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
	float: right;
	width: 70px;
	flex-wrap: inherit;
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0 !important;
	box-shadow: none;
	color: #252525;
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 34px;
	padding: 6px 0;
	text-align: center;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
	background-color: #ff214f;
	border-color: #ff214f;
	color: #fff;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 16px;
	top: -4px;
	font-style: normal;
}

.checkout-area .table .cart-table tbody tr td.price {
	color: #ff214f;
	font-size: 16px;
	font-weight: 300;
}

.cart-total .sec-title-two {
	padding-bottom: 32px;
}

.cart-total-table {
	border: 1px solid #f0f0f0;
	margin-top: 50px;
}

.cart-total-table li {
	border-bottom: 1px solid #ebebeb
}

.cart-total-table li:last-child {
	border-bottom: none
}

.cart-total-table li span.col.col-title {
	border-right: 1px solid #ebebeb;
	color: #272727;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 50%;
}

.cart-total-table li span.col {
	color: #9a9a9a;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 50%;
}

.cart-total-table li span.col b {
	color: #ff214f;
	font-weight: 300;
	text-decoration: underline;
}

.cart-total .payment-options {
	background: #f7f7f7 none repeat scroll 0 0;
	margin-top: 30px;
	overflow: hidden;
	padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
	margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
	margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
	font-weight: 300;
	min-height: 20px;
	padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
	top: -1px;
}

.cart-total .payment-options .option-block .checkbox label span {
	color: #252525;
	padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
	color: #ff214f;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding-left: 25px;
	text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
	padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
	margin: 0;
	line-height: 28px;
}

.placeorder-button button {}

.placeorder-button button:hover {}

/*
================================================
    22. team Section
================================================
*/

.team-member {
	position: relative;
	margin-bottom: 30px;
}

.team-member .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-member .inner-box .image-box {
	position: relative;
	margin: 0;
}

.team-member .inner-box .image-box img {
	width: 100%;
	display: block;
}

.team-member .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	opacity: 0;
	background-color: rgba(255, 33, 79, 0.85);
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.team-member .inner-box:hover .overlay-box {
	opacity: 1;
	top: 0px;
}

.team-member .inner-box .image-box .overlay-box .social-icon-one {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}

.team-member .inner-box .lower-content {
	position: relative;
	text-align: center;
	padding: 17px 0px 16px;
	background-color: #ffffff;
}

.team-member .inner-box .lower-content h3 {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.team-member .inner-box .lower-content h3 a {
	color: #ff214f;
}

.team-member .inner-box .lower-content h3 a {
	color: #ff214f;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.team-member .inner-box .lower-content h3 a:hover {
	color: #333333;
}

.team-member .inner-box .lower-content .designation {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-top: 4px;
}

/*
================================================
    testimonial style
================================================
*/

/*testimonial block One*/

.testimonial-block-one {
	position: relative;
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.04);
	margin: 10px 10px 30px;
}

.testimonial-block-one .author {
	position: relative;
	padding-left: 80px;
	padding-top: 10px;
}

.testimonial-block-one .author .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-one .author .image {}

.testimonial-block-one .quote-icon {
	color: #ff241f;
}

.testimonial-block-one .text {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 30px;
}

.testimonial-block-one h4 {
	font-size: 18px;
	font-weight: 500;
}


/*
================================================
    other style
================================================
*/

/* consultation form */

.consultation-form {
	position: relative;
	margin-top: -100px;
	background: #fff;
	padding: 80px 50px 50px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

.consultation-form .contact-form.style-two textarea {
	height: 190px;
}

/* contact info */

.contact-info {
	position: relative;
}

.contact-info h4 {
	font-weight: 700;
	margin-bottom: 30px;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

.clean-services {
    background: #ffffff;
    padding: 80px 0;
}

.sec-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111;
}

.sec-title p {
    color: #777;
    margin-top: 10px;
}

/* CARD STYLE */
.service-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 25px;
    border: 1px solid #eee;
    transition: 0.4s;
    position: relative;
}

/* HOVER BORDER GLOW */
.service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.service-box:hover::before {
    opacity: 1;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* ICON */
.icon-box {
    min-width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.icon-box img {
    width: 32px;
}

.service-box:hover .icon-box {
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    transform: scale(1.1);
}

/* TEXT */
.service-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.service-box ul {
    padding-left: 18px;
}

.service-box ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.enquire-btn {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Hover Effect 🔥 */
.enquire-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    background: linear-gradient(45deg, #ee0979, #ff6a00);
}
.contact-info {
    margin-top: 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
}

.contact-item .icon {
    font-size: 18px;
    color: #ff6a00;
    background: rgba(255,106,0,0.1);
    padding: 10px;
    border-radius: 50%;
    min-width: 40px;
    text-align: center;
}

.contact-item strong {
    display: block;
    font-size: 15px;
    color: #fff;
}

.contact-item p {
    margin: 0;
    font-size: 14px;
    color: #2d2d2d;
}

/* SOCIAL ICON */
.social-icon-four {
    margin-top: 15px;
}

.social-icon-four li {
    display: inline-block;
    margin-right: 8px;
}

.social-icon-four li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
}

.social-icon-four li a:hover {
    background: linear-gradient(45deg, #ff6a00, #ee0979);
}






/* *********************************** */








.stats-section {
    /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);	*/
	    background: linear-gradient(138deg, #003349, #052e74, #022a6f);
    padding: 80px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.stat-card {
    /* background: rgba(255, 255, 255, 0.08); */
	background: rgb(5 29 54);
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* ICON STYLE */
.icon {
    width: 60px;
    height: 60px;
    /* margin: 0 auto 15px; */
    border-radius: 50%;
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

.icon i {
    color: #fff;
    font-size: 28px;
}

.stat-card h2 {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
	-webkit-text-fill-color: #fa0118;
}

.stat-card p {
    color: #fff;
    font-size: 17px;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}
.presence-section {
    background: #f9fafb;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.section-title span {
    color: #ff4b2b;
}

/* Card Style */
.presence-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.presence-card:hover {
    transform: translateY(-5px);
}

/* Icon */
.presence-card .icon {
    font-size: 28px;
    background: #ff4b2b;
    color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Text */
.presence-card h5 {
    margin: 0;
    font-weight: 600;
}

.presence-card p {
    margin: 5px 0 0;
    color: #555;
    font-size: 14px;
}
/* CARD */
.stat-card {
    position: relative;
    text-align: center;
    padding: 50px 20px 30px;
}

/* ICON CIRCLE */
.stat-card .icon {
    width: 70px;
    height: 70px;
    background: #fa0118;
    border-radius: 50%;

    /* CENTER PERFECTLY */
    display: flex;
    align-items: center;
    justify-content: center;

    /* TOP CENTER POSITION */
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

/* ICON */
.stat-card .icon i {
    color: #fff;
    font-size: 24px;
}/* ===== SECTION ===== */
.services-modern {
    padding: 80px 0;
    background: #f8fbff;
}

/* ===== HEADING ===== */
.services-modern h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.services-modern h2 span {
    color: #ff4d4d;
}

.services-modern p {
    max-width: 700px;
    margin: 10px auto 0;
    color: #666;
    font-size: 15px;
}

/* ===== CARD ===== */
.service-card-new {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

/* Hover effect */
.service-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* ===== ICON ===== */
.service-card-new .icon {
    width: 60px;
    height: 60px;
    background: #fa0118;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 15px;
}

/* ICON STYLE */
.service-card-new .icon i {
    color: #fff;
    font-size: 22px;
}

/* ===== TITLE ===== */
.service-card-new h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.4;
}

/* ===== LIST ===== */
.service-card-new ul {
    padding: 0;
    margin: 0;
}

.service-card-new ul li {
    list-style: none;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

/* DOT ICON */
.service-card-new ul li i {
    color: #ff4d4d;
    margin-right: 8px;
    margin-top: 4px;
    font-size: 10px;
}

/* ===== HOVER ICON EFFECT ===== */
.service-card-new:hover .icon {
    transform: scale(1.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .service-card-new {
        margin-bottom: 25px;
    }
}
.footer-top {
    background: #ffffff;
    color: #fff;
    padding: 60px 0;
	    padding-bottom: 0px;
}

/* equal height + alignment */
.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo {
    max-width: 300px;
}

.footer-text {
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    max-width: 300px;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
	
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ff4b2b;
    padding-left: 6px;
}

/* CONTACT ALIGNMENT */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-item i {
    color: #ff4b2b;
    font-size: 16px;
    margin-top: 3px;
}

/* FIX uneven spacing */
.row.align-items-start > div {
    display: flex;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .footer-col {
        text-align: center;
        align-items: center;
    }

    .contact-item {
        justify-content: center;
    }
}

.footer-bottom {
    background: #042b70;
    color: #fff6f6;
    padding: 15px 0;
}


/* ===== SECTION ===== */
.certificates-section {
    padding: 80px 0;
    background: #f5f5f5;
    text-align: center;
}

/* ===== TITLE ===== */
.section-title h2 {
    font-size: 34px;
    font-weight: 600;
    color: #222;
}

/* Divider line */
.divider {
    width: 80px;
    height: 3px;
    background: #1e3a5f;
    margin: 10px auto 40px;
    position: relative;
}

.divider::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff4d4d;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}

/* ===== GRID ===== */
.cert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* ===== CARD ===== */
.cert-card {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

/* Image */
.cert-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hover effect */
.cert-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cert-grid {
        grid-template-columns: 1fr;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
}
body {
    overflow-x: hidden;
}

.owl-item.cloned.active {
	width: 159px;
    margin-right: 30px;

}
/* ===========================
   Vision Mission Design
=========================== */

.vision-mission-section{
    padding:100px 0;
    background:#f7f7f7;
    position:relative;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

/* Background Shape */
.vision-mission-section::before{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(circle, rgba(0,0,0,0.03), transparent);
    top:-250px;
    left:-250px;
}

/* Heading */
.vm-heading{
    text-align:center;
    margin-bottom:30px;
}

.vm-heading h2{
    font-size:60px;
    font-weight:800;
    margin-bottom:10px;
    color:#0c2b68;
}

.vm-heading h2 strong{
    color:#e11b2d;
}

.heading-line{
    display:flex;
    justify-content:center;
    gap:10px;
}

.yellow-line{
    width:90px;
    height:5px;
    background:#f4b000;
    border-radius:20px;
}

.blue-line{
    width:90px;
    height:5px;
    background:#123f91;
    border-radius:20px;
}

/* Top Text */
.vm-top-text{
    max-width:1000px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;
}

.vm-top-text p{
    font-size:30px;
    line-height:1.7;
    color:#333;
    font-weight:400;
}

.vm-top-text p b{
    font-weight:700;
    color:#000;
}

/* Wrapper */
.vm-wrapper{
    display:flex;
    justify-content:center;
    gap:70px;
    flex-wrap:wrap;
}

/* Main Card */
.vm-card{
    width:450px;
    position:relative;
    padding-bottom:80px;
}

/* Bottom Design */
.yellow-card{
    background:#f4b000;
    border-radius:0 0 45px 45px;
}

.blue-card{
    background:#123f91;
    border-radius:0 0 45px 45px;
}

/* Inner White Card */
.vm-inner-card{
    background:#fff;
    border-radius:30px;
    padding:50px 40px;
    text-align:center;
    min-height:560px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    position:relative;
    top:-25px;
}

/* Icon */
.vm-icon{
    font-size:80px;
    margin-bottom:20px;
}

/* Title */
.vm-inner-card h4{
    font-size:52px;
    font-weight:800;
    margin-bottom:25px;
    color:#0c2b68;
}

/* Paragraph */
.vm-inner-card p{
    font-size:28px;
    line-height:1.8;
    color:#444;
}

/* Number */
.vm-number{
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:50px;
    font-weight:800;
}

/* Responsive */
@media(max-width:991px){

    .vm-heading h2{
        font-size:42px;
    }

    .vm-top-text p{
        font-size:20px;
    }

    .vm-card{
        width:100%;
        max-width:500px;
    }

    .vm-inner-card{
        min-height:auto;
    }

    .vm-inner-card h4{
        font-size:38px;
    }

    .vm-inner-card p{
        font-size:18px;
    }

    .vm-number{
        font-size:40px;
    }
}

@media(max-width:576px){

    .vision-mission-section{
        padding:70px 0;
    }

    .vm-heading h2{
        font-size:32px;
    }

    .vm-top-text p{
        font-size:16px;
    }

    .vm-inner-card{
        padding:35px 25px;
    }

    .vm-icon{
        font-size:55px;
    }

    .vm-inner-card h4{
        font-size:30px;
    }

    .vm-inner-card p{
        font-size:15px;
        line-height:1.7;
    }

    .vm-number{
        font-size:32px;
    }
}/* ===========================
   Vision Mission Design
=========================== */

.vision-mission-section{
    padding:70px 0;
    background:#f7f7f7;
    position:relative;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

/* Heading */
.vm-heading{
    text-align:center;
    margin-bottom:20px;
}

.vm-heading h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:8px;
    color:#0c2b68;
}

.vm-heading h2 strong{
    color:#e11b2d;
}

.heading-line{
    display:flex;
    justify-content:center;
    gap:8px;
}

.yellow-line,
.blue-line{
    width:60px;
    height:4px;
    border-radius:20px;
}

.yellow-line{
    background:#f4b000;
}

.blue-line{
    background:#123f91;
}

/* Top Text */
.vm-top-text{
    max-width:850px;
    margin:auto;
    text-align:center;
    margin-bottom:45px;
}

.vm-top-text p{
    font-size:18px;
    line-height:1.7;
    color:#333;
}

/* Wrapper */
.vm-wrapper{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

/* Main Card */
.vm-card{
    width:340px;
    position:relative;
    padding-bottom:55px;
}

/* Bottom Shape */
.yellow-card{
    background:#f4b000;
    border-radius:0 0 30px 30px;
}

.blue-card{
    background:#123f91;
    border-radius:0 0 30px 30px;
}

/* White Card */
.vm-inner-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    min-height:400px;
    box-shadow:0 8px 20px rgba(0,0,0,0.10);
    position:relative;
    top:-18px;
}

/* Icon */
.vm-icon{
    font-size:50px;
    margin-bottom:15px;
}

/* Title */
.vm-inner-card h4{
    font-size:30px;
    font-weight:800;
    margin-bottom:18px;
    color:#0c2b68;
}

/* Text */
.vm-inner-card p{
    font-size:16px;
    line-height:1.8;
    color:#444;
}

/* Number */
.vm-number{
    position:absolute;
    bottom:6px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:34px;
    font-weight:800;
}

/* Mobile */
@media(max-width:768px){

    .vm-heading h2{
        font-size:30px;
    }

    .vm-top-text p{
        font-size:15px;
    }

    .vm-card{
        width:100%;
        max-width:320px;
    }

    .vm-inner-card{
        min-height:auto;
        padding:30px 20px;
    }

    .vm-inner-card h4{
        font-size:24px;
    }

    .vm-inner-card p{
        font-size:14px;
    }
}
/* =========================
   ABOUT COMPANY SECTION
========================= */

.about-company-section{
    padding:90px 0;
    background:#f8f9fc;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

/* Content */
.about-content{
    padding-right:30px;
}

/* Small Tag */
.section-tag{
    display:inline-block;
    background:#123f91;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

/* Title */
.about-title{
    font-size:42px;
    line-height:1.3;
    font-weight:800;
    color:#0b2b66;
    margin-bottom:25px;
}

/* Paragraph */
.about-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

/* Highlights */
.about-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:30px;
    margin-bottom:35px;
}

.highlight-box{
    background:#fff;
    padding:15px 18px;
    border-radius:14px;
    font-size:15px;
    font-weight:600;
    color:#222;
    box-shadow:0 5px 15px rgba(0,0,0,0.06);
    transition:0.3s;
}

.highlight-box:hover{
    transform:translateY(-4px);
}

.highlight-box span{
    color:#123f91;
    margin-right:8px;
    font-weight:700;
}

/* Button */
.theme-btn{
    display:inline-block;
    background:#123f91;
    color:#fff;
    padding:14px 34px;
    border-radius:40px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.theme-btn:hover{
    background:#e31c2e;
    color:#fff;
}

/* Image Side */
.about-image-wrapper{
    position:relative;
    text-align:center;
}

.about-image{
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.about-image img{
    width:100%;
    display:block;
    object-fit:cover;
}

/* Experience Box */
.experience-box{
    position:absolute;
    bottom:20px;
    left:-20px;
    background:#fff;
    padding:22px 28px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.experience-box h3{
    font-size:36px;
    font-weight:800;
    color:#123f91;
    margin-bottom:5px;
}

.experience-box p{
    margin:0;
    font-size:14px;
    color:#555;
    font-weight:500;
}

/* Responsive */
@media(max-width:991px){

    .about-company-section{
        padding:70px 0;
    }

    .about-content{
        padding-right:0;
    }

    .about-title{
        font-size:34px;
    }

    .about-content p{
        font-size:15px;
    }

    .experience-box{
        left:10px;
        bottom:10px;
        padding:16px 22px;
    }

    .experience-box h3{
        font-size:28px;
    }
}

@media(max-width:767px){

    .about-title{
        font-size:28px;
    }

    .about-highlights{
        grid-template-columns:1fr;
    }

    .highlight-box{
        font-size:14px;
    }

    .theme-btn{
        padding:12px 26px;
        font-size:14px;
    }

    .experience-box{
        position:relative;
        left:0;
        bottom:0;
        margin-top:20px;
        display:inline-block;
    }
}
/* =========================
   CONTACT HERO
========================= */

.contact-hero{
    position: relative;
    padding: 140px 0 100px;
    background: url(images/cont.png) center center/cover no-repeat;
    overflow: hidden;
}

.contact-hero .overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.contact-hero .hero-content{
    position: relative;
    z-index: 2;
    color: #fff;
}

.contact-hero .sub-title{
    display: inline-block;
    background: rgba(255,255,255,0.12);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-hero h1{
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-hero p{
    max-width: 700px;
    margin: auto;
    line-height: 30px;
    color: #ddd;
}

.breadcrumb-list{
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.breadcrumb-list li{
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.breadcrumb-list li::after{
    content: "/";
    margin: 0 10px;
}

.breadcrumb-list li:last-child::after{
    display: none;
}

.breadcrumb-list li a{
    color: #ff6600;
    text-decoration: none;
}

/* =========================
   CONTACT SECTION
========================= */

.modern-contact-section{
    position: relative;
    padding: 100px 0;
    background: #f8f9fc;
}

.contact-info-box{
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    height: 100%;
    color: #fff;
}

.title-box span,
.form-title span{
    color: #ff6600;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.title-box h2,
.form-title h2{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
}

.info-item{
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.info-item .icon{
    width: 60px;
    height: 60px;
    background: rgb(255 33 79);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ff6600;
}

.info-item h4{
    font-size: 20px;
    margin-bottom: 8px;
}

.info-item p{
    margin: 0;
    color: #483d3f;
    line-height: 28px;
}

/* =========================
   FORM BOX
========================= */

.contact-form-box{
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.form-group{
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea{
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
}

.form-group textarea{
    height: 180px;
    resize: none;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color: #ff214f;
    box-shadow: 0 0 0 4px rgba(255,102,0,0.1);
}

.submit-btn{
    background: #ff214f;;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.submit-btn:hover{
    background: rgb(248 67 48);
    color: #fff;
}

/* =========================
   MAP SECTION
========================= */

.map-section iframe{
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .contact-hero{
        padding: 110px 0 80px;
    }

    .contact-hero h1{
        font-size: 45px;
    }

    .contact-info-box{
        margin-bottom: 40px;
    }

    .contact-form-box{
        padding: 35px;
    }
}

@media(max-width:767px){

    .contact-hero h1{
        font-size: 36px;
    }

    .title-box h2,
    .form-title h2{
        font-size: 28px;
    }

    .contact-form-box{
        padding: 25px;
    }

    .contact-info-box{
        padding: 35px 25px;
    }

    .map-section iframe{
        height: 350px;
    }
}

@media(max-width:575px){

    .contact-hero{
        padding: 90px 0 70px;
    }

    .contact-hero h1{
        font-size: 30px;
    }

    .contact-hero p{
        font-size: 14px;
        line-height: 26px;
    }

    .submit-btn{
        width: 100%;
    }
}
.map-section iframe{
	width: 100%;
	height: 500px;
	border: 0;
	padding-left: 60px;
	padding-right: 60px;

}
/* Sticky Sidebar */

.sidebar{
    position: sticky;
    top: 100px; /* header ke according adjust kar sakte ho */
    z-index: 99;
}
.privacy-policy-section{
    position: relative;
    padding: 100px 0;
    background: #f8f9fc;
}

.privacy-content{
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.privacy-content .sec-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.privacy-content .text p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 22px;
    text-align: justify;
}

.privacy-content .text strong{
    color: #111827;
    font-weight: 700;
}

/* Responsive */

@media(max-width:991px){

    .privacy-policy-section{
        padding: 80px 0;
    }

    .privacy-content{
        padding: 40px;
    }

    .privacy-content .sec-title h2{
        font-size: 34px;
    }
}

@media(max-width:767px){

    .privacy-content{
        padding: 30px 25px;
    }

    .privacy-content .sec-title h2{
        font-size: 28px;
    }

    .privacy-content .text p{
        font-size: 15px;
        line-height: 28px;
    }
}

@media(max-width:575px){

    .privacy-policy-section{
        padding: 70px 0;
    }

    .privacy-content{
        padding: 22px;
        border-radius: 15px;
    }

    .privacy-content .sec-title h2{
        font-size: 24px;
    }

    .privacy-content .text p{
        text-align: left;
    }
}
.terms-section{
    position: relative;
    padding: 100px 0;
    background: #f8f9fc;
}

.terms-content{
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.terms-content .sec-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.terms-content .text p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 22px;
    text-align: justify;
}

.terms-content .text strong{
    color: #111827;
    font-weight: 700;
}

/* Responsive */

@media(max-width:991px){

    .terms-section{
        padding: 80px 0;
    }

    .terms-content{
        padding: 40px;
    }

    .terms-content .sec-title h2{
        font-size: 34px;
    }
}

@media(max-width:767px){

    .terms-content{
        padding: 30px 25px;
    }

    .terms-content .sec-title h2{
        font-size: 28px;
    }

    .terms-content .text p{
        font-size: 15px;
        line-height: 28px;
    }
}

@media(max-width:575px){

    .terms-section{
        padding: 70px 0;
    }

    .terms-content{
        padding: 22px;
        border-radius: 15px;
    }

    .terms-content .sec-title h2{
        font-size: 24px;
    }

    .terms-content .text p{
        text-align: left;
    }
}
/*==============================
RECRUITMENT PROCESS SECTION
==============================*/

.recruitment-process-section {
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 100%);
    overflow: hidden;
    position: relative;
}

.recruitment-process-section .container {
    width: 92%;
    max-width: 1300px;
    margin: auto;
}

.recruitment-heading {
    text-align: center;
    margin-bottom: 70px;
}

.recruitment-heading h2 {
    font-size: 58px;
    font-weight: 800;
    color: #17356f;
    line-height: 1.1;
}

.recruitment-heading h2 span {
    color: #df1d39;
}

/* WRAPPER */

.recruitment-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* LEFT SIDE */

.recruitment-left {
    flex: 1 1 58%;
}

.recruitment-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

.recruitment-text {
    flex: 1;
}

.recruitment-text p {
    font-size: 19px;
    line-height: 1.9;
    color: #111;
    margin: 0;
}

/* ARROW BOX */

.process-arrow {
    min-width: 318px;
    height: 85px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 10% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    padding: 0 20px;
}

.light-gray {
    background: #d6d6d6;
}

.beige {
    background: #c9bbab;
}

.dark-gray {
    background: #9f9f9f;
}

.brown {
    background: #978d82;
}

/* RIGHT SIDE */

.recruitment-right {
    flex: 1 1 32%;
    display: flex;
    justify-content: center;
}

.vertical-process {
    width: 100%;
    max-width: 390px;
    background: #fff;
    border-radius: 35px;
    padding: 30px 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.vertical-step {
    background: #b10f3b;
    color: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.vertical-line {
    width: 4px;
    height: 30px;
    background: #222;
    margin: auto;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

    .recruitment-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .process-arrow {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 992px) {

    .recruitment-wrapper {
        flex-direction: column;
    }

    .recruitment-left,
    .recruitment-right {
        width: 100%;
    }

    .vertical-process {
        max-width: 100%;
    }

    .recruitment-heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 576px) {

    .recruitment-process-section {
        padding: 60px 0;
    }

    .recruitment-heading {
        margin-bottom: 45px;
    }

    .recruitment-heading h2 {
        font-size: 34px;
    }

    .process-arrow {
        height: 75px;
        font-size: 22px;
    }

    .recruitment-text p {
        font-size: 16px;
        line-height: 1.8;
    }

    .vertical-step {
        font-size: 14px;
        padding: 15px;
    }

}
/*====================================
UNIQUE ANIMATED TRAINING SECTION
====================================*/

.animated-training-section {
    width: 100%;
    padding: 45px 0;
    background:
        linear-gradient(135deg, #ffffff 0%, #f1f3f8 45%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* CONTAINER */

.animated-training-section .container {
    width: 92%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 5;
}

/* FLOATING SHAPES */

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: floatShape 8s infinite ease-in-out;
}

.shape-one {
    width: 260px;
    height: 260px;
    background: rgba(227, 30, 56, 0.10);
    top: -80px;
    left: -80px;
}

.shape-two {
    width: 220px;
    height: 220px;
    background: rgba(24, 55, 111, 0.10);
    bottom: -50px;
    right: 0;
    animation-delay: 2s;
}

.shape-three {
    width: 180px;
    height: 180px;
    background: rgba(255, 140, 0, 0.12);
    top: 40%;
    left: 45%;
    animation-delay: 1s;
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }
}

/* TITLE */

.training-title {
    text-align: center;
    margin-bottom: 10px;
}

.training-title h2 {
    font-size: 68px;
    font-weight: 800;
    color: #17376f;
    line-height: 1.1;
    margin-bottom: 20px;
}

.training-title h2 span {
    color: #e31e38;
    position: relative;
}

.training-title h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #e31e38, transparent);
    border-radius: 50px;
}

.training-title p {
    max-width: 850px;
    margin: auto;
    font-size: 20px;
    line-height: 1.9;
    color: #444;
}

/* WRAPPER */

.training-main-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

/* SIDE LABELS */

.training-side-labels {
    width: 240px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 100px;
}

.animated-label {
    position: relative;
    height: 80px;
    clip-path: polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0 100%);
    display: flex;
    align-items: center;
    padding-left: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s ease;
}

.animated-label span {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(-100%);
}

.animated-label:hover span {
    animation: shine 0.8s linear;
}

@keyframes shine {
    100% {
        transform: translateX(100%);
    }
}

.animated-label:hover {
    transform: translateX(10px);
}

.induction {
    background: linear-gradient(135deg, #d56b00, #ff962d);
}

.client {
    background: linear-gradient(135deg, #4f2b7f, #7d55ba);
}

.refreshers {
    background: linear-gradient(135deg, #8f1212, #d33c3c);
}

/* RIGHT CONTENT */

.training-right-content {
    flex: 1;
}

/* MODULE */

.module-box {
    position: relative;
    width: 380px;
    height: 90px;
    margin: auto auto 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, #ffe4e4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.module-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 2px solid rgba(227, 30, 56, 0.25);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.08);
        opacity: 0;
    }
}

/* GRID */

.training-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* CARD */

.training-card {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 25px;
    padding: 35px 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.training-card:hover {
    transform: translateY(-15px);
}

.card-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(227, 30, 56, 0.12);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}

/* HEADER */

.card-header {
    margin-bottom: 25px;
}

.card-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #17376f;
}

/* LIST */

.training-card ul {
    list-style: none;
}

.training-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-size: 17px;
    color: #333;
    line-height: 1.7;
}

.training-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #17376f, #e31e38);
    animation: dotPulse 2s infinite;
}

@keyframes dotPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/* RESPONSIVE */

@media (max-width: 1200px) {

    .training-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .training-side-labels {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        padding-top: 0;
    }

}

@media (max-width: 768px) {

    .training-title h2 {
        font-size: 42px;
    }

    .training-card-grid {
        grid-template-columns: 1fr;
    }

    .module-box {
        width: 100%;
        max-width: 320px;
        height: 75px;
    }

    .module-box h3 {
        font-size: 22px;
    }

    .animated-label {
        font-size: 15px;
        height: 65px;
        padding-left: 18px;
    }

    .training-side-labels {
        gap: 15px;
        flex-wrap: wrap;
    }

}

@media (max-width: 576px) {

    .animated-training-section {
        padding: 70px 0;
    }

    .training-title {
        margin-bottom: 50px;
    }

    .training-title h2 {
        font-size: 32px;
    }

    .training-title p {
        font-size: 15px;
    }

    .training-card {
        padding: 28px 22px;
    }

    .card-header h4 {
        font-size: 20px;
    }

    .training-card ul li {
        font-size: 15px;
    }

}
/*====================================
MOBILE HEADER FIX
====================================*/

@media only screen and (max-width: 991px) {

    /* TOP HEADER HIDE */
    .header-top {
        display: none !important;
    }

    /* HEADER UPPER */
    .header-upper {
        padding: 12px 0;
        background: #fff;
    }

    /* CONTAINER */
    .header-upper .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* LOGO */
    .header-upper .logo-outer {
        width: auto;
        margin: 0;
        padding: 0;
    }

    .header-upper .logo img {
        max-width: 180px;
        height: auto;
        display: block;
    }

    /* REMOVE FLOAT ISSUE */
    .header-upper .float-left,
    .header-upper .float-right {
        float: none !important;
    }

    /* RIGHT SECTION */
    .upper-right {
        display: flex;
        align-items: center;
        margin: 0 !important;
    }

    /* NAV OUTER */
    .nav-outer {
        position: relative;
    }

    /* HAMBURGER LINES */
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
        border-radius: 20px;
    }

    /* MENU */
    .main-menu .navbar-collapse {
        position: absolute;
        top: 65px;
        right: 0;
        width: 280px;
        background: #fff;
        padding: 15px;
        z-index: 9999;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    }

    /* MENU ITEMS */
    .main-menu .navigation li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .main-menu .navigation li a {
        display: block;
        padding: 10px 15px;
        color: #222;
        font-size: 16px;
        border-radius: 6px;
    }

    .main-menu .navigation li a:hover {
        background: #f5f5f5;
        color: #e31e38;
    }

    /* ENQUIRE BUTTON */
    .enquire-btn {
        display: inline-block;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

}
/*===================================
CONSULTATION CONTACT BOX
===================================*/


.consult-contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    transition: 0.3s ease;
}

.consult-contact-info .contact-item:hover {
    background: rgba(255,255,255,0.15);
    transform: translateX(5px);
}

.consult-contact-info .contact-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e31e38;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.consult-contact-info .contact-item a {
    color: #363636;;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
}

.consult-contact-info .contact-item a:hover {
    color: #e31e38;
}
/*===================================
ENQUIRY POPUP
===================================*/

.enquiry-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

/* ACTIVE */

.enquiry-popup.active {
    opacity: 1;
    visibility: visible;
}

/* OVERLAY */

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(4px);
}

/* BOX */

.popup-box {
    position: relative;
    width: 92%;
    max-width: 520px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    z-index: 5;
    transform: translateY(50px);
    transition: 0.4s ease;
    box-shadow: 0 20px 60px rgba(0,0,0,0.20);
}

.enquiry-popup.active .popup-box {
    transform: translateY(0);
}

/* CLOSE */

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #e31e38;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

/* HEADER */

.popup-header {
    margin-bottom: 30px;
}

.popup-header h2 {
    font-size: 34px;
    font-weight: 700;
    color: #17376f;
    margin-bottom: 10px;
}

.popup-header p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

/* FORM */

.popup-form .form-group {
    margin-bottom: 18px;
}

.popup-form input,
.popup-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.popup-form input:focus,
.popup-form textarea:focus {
    border-color: #e31e38;
}

.popup-form textarea {
    height: 130px;
    resize: none;
}

/* BUTTON */

.submit-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #17376f, #e31e38);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
}

/* MOBILE */

@media (max-width: 576px) {

    .popup-box {
        padding: 30px 20px;
    }

    .popup-header h2 {
        font-size: 26px;
    }

}
/*===================================
CLIENT LOGO CAROUSEL
===================================*/

/* MAIN CAROUSEL */
.five-item-carousel {
    padding: 5px 0;
}

/* ITEM BOX */
.five-item-carousel .img-box {
    height: 120px;
    padding: 6px;
    margin: 3px;
    background: #fff;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
    overflow: hidden;
}

/* IMAGE */
.five-item-carousel .img-box img {
    width: 100%;
    max-width: 140px;
    height: 80px;

    object-fit: contain;
    object-position: center;

    display: block;
    margin: auto;

    transition: 0.3s ease;
}

/* HOVER */
.five-item-carousel .img-box:hover {
    transform: translateY(-4px);
}

/* OWL ITEM FIX */
.five-item-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* REMOVE EXTRA SPACE */
.five-item-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/* MOBILE */
@media (max-width: 767px) {

    .five-item-carousel .img-box {
        height: 90px;
        padding: 3px;
        margin: 0px;
    }

    .five-item-carousel .img-box img {
        max-width: 100px;
        height: 55px;
    }

}
.whatsapp-float{
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 9999;
    text-decoration: none;
}

.whatsapp-float img{
    width: 140px;
    height: 140px;
    object-fit: contain;
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
}
.col-md-7.col-sm-6.col-xs-12 {
    padding-top: 52px;
}.mou-section{
    padding:80px 5%;
    background:#f4f7fc;
}

.container{
   
    margin:auto;
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header .tag{
    display:inline-block;
    background:#1d3d74;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:18px;
    letter-spacing:.5px;
}

.section-header h2{
    font-size:42px;
    color:#0f172a;
    margin-bottom:15px;
    font-weight:700;
    line-height:1.2;
}

.section-header p{
    max-width:750px;
    margin:auto;
    color:#64748b;
    font-size:16px;
    line-height:1.8;
}

.mou-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px,1fr));
    gap:30px;
}

.mou-card{
    background:#fff;
    border-radius:24px;
    padding:35px 25px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:0.4s ease;
    border:1px solid rgba(0,0,0,0.05);
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.mou-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
  background: linear-gradient(4deg, #f1166a, #f94929);
}

.mou-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.mou-logo{
    width:120px;
    height:120px;
    margin:0 auto 25px;
    border-radius:20px;
    background:#f8fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
}

.mou-logo img{
        width: 146%;
    height: 100%;
    object-fit: contain;
    max-width: 146%;
}

.mou-card h3{
    font-size:18px;
    color:#0f172a;
    line-height:1.6;
    font-weight:600;
}

@media(max-width:768px){

    .mou-section{
        padding:60px 20px;
    }

    .section-header h2{
        font-size:30px;
    }

    .section-header p{
        font-size:15px;
    }

    .mou-card{
        padding:30px 20px;
    }

    .mou-logo{
        width:100px;
        height:100px;
    }

    .mou-card h3{
        font-size:16px;
    }
}

@media(max-width:480px){

    .section-header h2{
        font-size:26px;
    }

    .mou-grid{
        gap:20px;
    }
}
.header-top{
    background:#0b2f78;
   padding: 0px 0;
    padding-top: 13px;
}

.header-top .container{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:18px;
}

/* Contact Info */
.links-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:30px;
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}

.links-nav li{
    color:#fff;
    font-size:18px;
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:400;
}

.links-nav li i{
    color:#ffffff;
    font-size:18px;
}

/* Social Icons */
.social-links{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
}

.social-links a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,0.12);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:17px;
    transition:0.4s ease;
    text-decoration:none;
}

.social-links a:hover{
    background:#fff;
    color:#0b2f78;
    transform:translateY(-4px);
}

/* Footer Bottom */
.footer-bottom{
    /* background: #0b2f78; */
    /* padding:20px 15px; */
    text-align:center;
	padding-top: 0px;
	padding-bottom: 10px;
}

.footer-bottom p{
    margin:0;
    color:#fff;
    font-size:18px;
    line-height:1.7;
}

.footer-bottom p a{
    color:#ff2d55;
    text-decoration:none;
    font-weight:600;
}

.footer-bottom p a:hover{
    color:#fff;
}

/* Responsive */
@media(max-width:768px){

    .links-nav{
        flex-direction:column;
        gap:15px;
    }

    .links-nav li{
        font-size:16px;
        justify-content:center;
    }

    .footer-bottom p{
        font-size:15px;
    }
}
.top-right{
    display:flex;
    justify-content:center;
    align-items:center;
}

.social-links{
    display:flex;
    align-items:center;
    gap:16px;
}

.social-links a{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s ease;
}

/* ICON SIZE */
.social-links a i{
    font-size:18px;
    color:#fff;
    line-height:1;
}

/* FACEBOOK */
.social-links a:nth-child(1){
    background:#1877f2;
}

/* TWITTER */
.social-links a:nth-child(2){
    background:#1da1f2;
}

/* LINKEDIN */
.social-links a:nth-child(3){
    background:#0a66c2;
}

/* INSTAGRAM */
.social-links a:nth-child(4){
    background:linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
}

/* HOVER EFFECT */
.social-links a:hover{
    transform:translateY(-5px) scale(1.08);
    box-shadow:0 10px 20px rgba(0,0,0,0.25);
}

/* MOBILE */
@media(max-width:768px){

    .social-links{
        justify-content:center;
        flex-wrap:wrap;
    }

    .social-links a{
        width:48px;
        height:48px;
    }

    .social-links a i{
        font-size:21px;
    }
}
.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.75);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:20px;
}

.popup-box{
    width:100%;
    max-width:450px;
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    position:relative;
    animation:popupFade 0.4s ease;
}

@keyframes popupFade{
    from{
        transform:translateY(30px);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}

.close-popup{
    position:absolute;
    top:15px;
    right:20px;
    font-size:30px;
    cursor:pointer;
    color:#111;
}

.popup-box h3{
    text-align:center;
    margin-bottom:30px;
    font-size:28px;
    color:#0b2f78;
}

.form-group{
    margin-bottom:20px;
}

.form-group input{
    width:100%;
    height:55px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 18px;
    font-size:16px;
    outline:none;
    transition:0.3s;
}

.form-group input:focus{
    border-color:#0b2f78;
}

.download-btn{
    width:100%;
    height:55px;
    border-radius:12px;
    background:#0b2f78;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:0.3s;
}

.download-btn:hover{
    background:#ff4b2b;
    color:#fff;
}

.download-btn.disabled{
    opacity:0.5;
    pointer-events:none;
}

@media(max-width:480px){

    .popup-box{
        padding:35px 20px;
    }

    .popup-box h3{
        font-size:24px;
    }
}



/*====================================
    TRAINING PARTNERS SECTION
======================================*/

.training-partners-section{
    position:relative;
    padding:20px 0px 20px;
    background:#f5f5f7;
    font-family:'Poppins', sans-serif;
    overflow:hidden;
}

.auto-container{
    max-width:1400px;
    margin:auto;
    padding:0px 15px;
}

/*========================
    SECTION TITLE
==========================*/

.sec-title span{
    position:relative;
    color:#ff2b2b;
    font-size:20px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.sec-title h2{
    position:relative;
    font-size:72px;
    line-height:1.2em;
    color:#071c3c;
    font-weight:800;
    margin-top:20px;
    text-transform:uppercase;
}

.sec-title h2 span{
    color:#ff2b2b;
    font-size:72px;
    font-weight:800;
}

.sec-title .text{
    position:relative;
    font-size:24px;
    color:#555;
    line-height:1.8em;
    max-width:950px;
    margin:25px auto 0;
}

/*========================
    GRID
==========================*/

.partners-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:30px;
}

/*========================
    CARD
==========================*/

.partner-card{
    position:relative;
    background:#ffffff;
    border-radius:25px;
    padding:35px 30px;
    text-align:center;
    transition:all 0.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    border:1px solid #ececec;
}

.partner-card:hover{
    transform:translateY(-10px);
}

.partner-card img{
    height:95px;
    width:auto;
    object-fit:contain;
    margin-bottom:25px;
}

.partner-card h4{
    font-size:26px;
    line-height:1.5em;
    color:#111;
    font-weight:700;
    margin-bottom:18px;
}

.partner-card p{
    color:#555;
    font-size:18px;
    line-height:1.7em;
    min-height:90px;
    margin-bottom:25px;
}

/*========================
    COUNTER FLEX
==========================*/

.counter-flex{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:0px;
}

.counter-flex h3{
    color:#ff2b2b;
    font-size:42px;
    font-weight:800;
    line-height:1.2em;
    margin-bottom:6px;
}

.counter-flex span{
    color:#555;
    font-size:17px;
    font-weight:500;
}

.divider{
    width:1px;
    height:75px;
    background:#dcdcdc;
    margin:0px 30px;
}

/*========================
    BOTTOM COUNTER
==========================*/

.bottom-counter{
    position:relative;
    width:750px;
    max-width:100%;
    margin:80px auto 0;
    background:#071c3c;
    border-radius:80px;
    padding:28px 50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 15px 40px rgba(0,0,0,0.18);
}

.bottom-box{
    display:flex;
    align-items:center;
    gap:20px;
}

.bottom-box .icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#ff2b2b;
    color:#fff;
    font-size:34px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.bottom-box h3{
    color:#fff;
    font-size:44px;
    font-weight:800;
    line-height:1.2em;
    margin-bottom:5px;
}

.bottom-box p{
    color:#fff;
    font-size:21px;
    font-weight:500;
}

.line{
    width:1px;
    height:85px;
    background:rgba(255,255,255,0.3);
}

/*========================
    RESPONSIVE
==========================*/

@media only screen and (max-width:1400px){

    .partners-grid{
        grid-template-columns:repeat(4,1fr);
    }

}

@media only screen and (max-width:1200px){

    .partners-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .sec-title h2,
    .sec-title h2 span{
        font-size:55px;
    }

}

@media only screen and (max-width:991px){

    .partners-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .sec-title h2,
    .sec-title h2 span{
        font-size:42px;
    }

    .sec-title .text{
        font-size:18px;
    }

}

@media only screen and (max-width:767px){

    .partners-grid{
        grid-template-columns:repeat(1,1fr);
    }

    .partner-card{
        padding:30px 20px;
    }

    .partner-card h4{
        font-size:22px;
    }

    .partner-card p{
        font-size:16px;
    }

    .counter-flex h3{
        font-size:34px;
    }

    .bottom-counter{
        flex-direction:column;
        gap:30px;
        border-radius:30px;
        padding:35px 25px;
    }

    .line{
        width:100%;
        height:1px;
    }

    .bottom-box h3{
        font-size:34px;
    }

    .bottom-box p{
        font-size:18px;
    }

    .sec-title h2,
    .sec-title h2 span{
        font-size:34px;
    }

}
/*========================
    GRID LAYOUT
==========================*/

/* Top Row = 6 Cards */
/* Bottom Row = 5 Cards */

.partners-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
}

/* Last 5 cards center me aayenge */
.partner-card:nth-child(n+7){
    grid-column:span 1;
}

/* Responsive */

@media only screen and (max-width:1200px){

    .partners-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media only screen and (max-width:768px){

    .partners-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media only screen and (max-width:576px){

    .partners-grid{
        grid-template-columns:repeat(1,1fr);
    }

}
/*=================================
    SECTION TITLE
==================================*/

.sec-title{
    position:relative;
    text-align:center;
    margin-bottom:0px;
}

.top-heading{
    position:relative;
    color:#ff2b2b;
    font-size:20px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:0px;
}

.top-heading:before{
    position:absolute;
    content:'';
    left:-120px;
    top:50%;
    width:90px;
    height:2px;
    background:#dddddd;
    transform:translateY(-50%);
}

.top-heading:after{
    position:absolute;
    content:'';
    right:-120px;
    top:50%;
    width:90px;
    height:2px;
    background:#dddddd;
    transform:translateY(-50%);
}

.sec-title h2{
    position:relative;
    font-size:50px;
    line-height:1.2em;
    color:#071c3c;
    font-weight:800;
    text-transform:uppercase;
    /* margin-bottom:25px; */
}

.sec-title h2 span{
    color:#ff2b2b;
    font-size:50px;
    font-weight:800;
}

.sec-title .text{
    position:relative;
    color:#555;
    font-size:24px;
    line-height:1.8em;
    max-width:950px;
    margin:0 auto;
}

/*=================================
    RESPONSIVE
==================================*/

@media(max-width:1200px){

    .sec-title h2,
    .sec-title h2 span{
        font-size:52px;
    }

}

@media(max-width:768px){

    .sec-title h2,
    .sec-title h2 span{
        font-size:36px;
    }

    .sec-title .text{
        font-size:18px;
    }

    .top-heading:before,
    .top-heading:after{
        display:none;
    }

}
/*========================
    GRID FIXED ALIGNMENT
==========================*/

.partners-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:25px;
    align-items:stretch;
}

/*========================
    CARD DESIGN
==========================*/

.partner-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    border:1px solid #ececec;

    display:flex;
    flex-direction:column;
    /* justify-content:space-between;

    min-height:520px; */
    transition:all .4s ease;
}

.partner-card:hover{
    transform:translateY(-8px);
}

/*========================
    IMAGE
==========================*/

.partner-card img{
    width:100%;
    max-width:180px;
    height:90px;
    object-fit:contain;
    margin:0 auto 20px;
    display:block;
}

/*========================
    TITLE
==========================*/

.partner-card h4{
    font-size:22px;
    line-height:1.5em;
    font-weight:700;
    color:#111;
    margin-bottom:15px;

    min-height:95px;

    display:flex;
    align-items:center;
    justify-content:center;
}

/*========================
    TEXT
==========================*/

.partner-card p{
    font-size:16px;
    line-height:1.7em;
    color:#666;

    min-height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:25px;
}

/*========================
    COUNTER
==========================*/

.counter-flex{
    display:flex;
    align-items:center;
    justify-content:center;
    /* margin-top:auto; */
}

.counter-flex h3{
    font-size:34px;
    color:#ff2b2b;
    font-weight:800;
    margin-bottom:5px;
}

.counter-flex span{
    font-size:20px;
    color:#666;
}

.divider{
    width:1px;
    height:65px;
    background:#ddd;
    margin:0px 20px;
}

/*========================
    RESPONSIVE
==========================*/

@media(max-width:1400px){

    .partners-grid{
        grid-template-columns:repeat(5,1fr);
    }

}

@media(max-width:991px){

    .partners-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:768px){

    .partners-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .partners-grid{
        grid-template-columns:repeat(1,1fr);
    }

    .partner-card{
        min-height:auto;
    }

}