/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style two / Style three / Style Four
5. Side Nav Bar 
6. Hidden Sidebar
7. Banner Section / Two / Three
8. Page Title
9. Section Title
10. About Section
11. Services Section
12. Service Detail
13. Specialize Section / Two
14. Process Section
15. Fun Fact Section
16. Fun Fact And Features
17. Projects Section / Two 
18. Product Details
19. Offer Section
20. Team Section
21. Testimonial Section / Two
22. Products Section
23. Video Section
24. FAQ Section
25. FAQ Form Section
26. App Section
27. News Section / Two / Three
28. Blog Section
29. Blog Detail / Style Two
30. Clients Section
31. Contact Section
32. Main Footer
33. Sidebar Page Container
34. Comment Area
35. Comment Form
36. Contact Page Section
37. Coming Soon
38. Login Section
39. Error Section
40. Right to Left Style
41. Box Layout
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Inter:400,400i,700,700i|Poppins:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=BenchNine:300,400,700');

@import url('flaticon.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
	
	font-size:14px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Inter', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#c79903 ;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

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

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 10px 40px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 5px;
	background: rgb(255,174,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#c79903 ',GradientType=0 );
}

.btn-style-one:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

.btn-style-one:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 5px;
	border:2px solid #222222;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-one:hover:before{
	opacity: 1;
}



/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#222222;
	padding: 13px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ffffff;
	border:2px solid #c79903 ;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-two:hover{
	color: #ffffff;
	border:2px solid #c79903 ;
	-webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	padding: 13px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 5px;
	background-color: transparent;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-three:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 13px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 5px;
	background-color: #222222;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-four:hover{
	color: #c79903 ;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #c79903 ;
}

.btn-style-five:hover{
	color: #ffffff;
	background-color: #222222;
}

/*Btn Style Six*/

.btn-style-six{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#222222;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ffffff;
}

.btn-style-six:hover{
	color: #ffffff;
	background-color: #c79903 ;
}

/*Btn Style Seven*/

.btn-style-seven{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#222222;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ffffff;
}

.btn-style-seven:hover{
	color: #ffffff;
	background-color: #222222;
}

/*Btn Style c*/

.btn-style-eight{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#c79903 ;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	border:2px solid #c79903 ;
	background-color: #ffffff;
}

.btn-style-eight:hover{
	color: #ffffff;
	background-color: #c79903 ;
}

/*=== List Style One ===*/

.list-style-one{
	position: relative;
}

.list-style-one li{
	position: relative;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	padding-left: 35px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 28px;
	color: #ffb902;
	content: "\f00c";
	font-family: "FontAwesome";
}

/*=== List Style Two ===*/

.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
	font-family: "Poppins", sans-serif;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #c79903 ;
	font-weight: 900;
	font-family: "FontAwesome";
    content: "\f061";
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:80px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:40px;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display:none;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#c79903 ;
	color: #222222;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	left: 0;
	top: 0;
	width:100%;
	z-index: 9999;
}


.main-header .header-top{
	position: relative;
	background-color: #ffa900;
}

.main-header .top-left{
	position: relative;
	float: left;
}

.main-header .top-left .contact-list{
	position: relative;
	padding: 5px 0;
}

.main-header .top-left .contact-list li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	margin-right: 25px;
}

.main-header .top-left .contact-list li:last-child{
	margin-right: 0;
}

.main-header .top-left .contact-list li i{
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
	color: #ffffff;
}

.main-header .top-left .contact-list li a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .top-left .contact-list li a:hover{
	color: #ffffff;
}

.main-header .top-right{
	position: relative;
	float: right;
	padding:5px 0;
}

.social-icon-four{
	position: relative;
}

.social-icon-four li{
	position: relative;
	float: left;
	margin-left: 20px;
}

.social-icon-four li:first-child{
	margin-left: 0;
}

.social-icon-four li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-four li a:hover{
	color: #222222;
}

.main-header .main-box{
	position:relative;
	display: block;
}

.main-header .inner-container{
	position: relative;
	padding: 0 15px;
}

.main-header .logo-box{
	position: relative;
	float: left;
}

.main-header .logo-box .logo{
	position: relative;
	padding: 3px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-outer{
	position: static;
	float: left;
}

.navbar-toggler{
	border: 0 !important;
}

.main-menu {
    position: static;
    float: left;
    font-family: "Poppins", sans-serif;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left: 45px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	line-height:30px;
	font-weight:500;
	color:#222222;
	padding:35px 0;
	opacity:1;
	text-align:center;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

	
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#25262c;
	background:#ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:13px;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity: 1;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
    border-left: 4px solid #c79903 ;
	background:#222222;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	color: #ffffff;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #ffffff;
	background:#222222;
    border-left: 4px solid #c79903 ;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	left: 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;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}

.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	float: left;
	margin-left: 22px;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #c79903 ;
}


.main-header .contact-info{
	position: relative;
}

.main-header .contact-info li{
	position: relative;
	float: left;
	margin-left: 35px;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
}

.main-header .contact-info li span{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
	font-weight: 400;
}

.main-header .contact-info li a{
	color: #222222;
	transition: all 300ms ease;
}

.main-header .contact-info li a:hover{
	color: #c79903 ;
}


/*===================================
		Header Style One
===================================*/

.header-style-one{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.header-style-one .header-lower{
	position: relative;
	background-color: #0d031f;
	margin: 0 30px;
	padding: 0 40px;
}

.header-style-one .header-lower:before{
	position: absolute;
	top: 0;
	left: -29px;
	height: 0;
	width: 0;
	border-left: 30px solid transparent;
	border-top: 100px solid #0c0221;
	content:"";
}

.header-style-one .header-lower:after{
	position: absolute;
	top: 0;
	right: -29px;
	height: 0;
	width: 0;
	border-right: 30px solid transparent;
	border-top: 100px solid #0c0221;
	content:"";
}


.header-style-one .nav-outer{
	float: right;
}

.header-style-one .main-menu .navigation > li{
	margin-left: 35px;
}

.header-style-one .main-menu .navigation > li > a{
	color: #fff;
}

.header-style-one .main-menu .navigation > li > a:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height:0px;
	width: 2px;
	background-color: #c79903 ;
	content: ""; 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-one .main-menu .navigation > li.current > a:before,
.header-style-one .main-menu .navigation > li:hover > a:before{
	height: 30px;
}


.header-style-one .outer-box{
	padding: 32.5px 0;
	margin-left: 45px;
}

.header-style-one .search-box-btn:hover{
	color: #ffffff !important;
}

.header-style-one .search-box-outer .dropdown-menu{
	top: 20px !important;
}


/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-box-btn{
	position: relative;
	height: 35px;
	width: 35px;
    cursor: pointer;
    background: none;
    font-size: 15px;
    color: #ffa600;
    line-height: 33px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
	outline: none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-box-btn:hover{
	color: #c79903 ;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:37px !important;
	right: 0 !important;
	left: auto !important;
	transform: none !important;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #25262c;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#25262c;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}



/*===================================
		Header Style Two
===================================*/
.header-style-two{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.header-style-two .header-top .inner-container{
	padding: 0 40px;
}


.header-style-two .header-lower{
	position: relative;
}

.header-style-two .header-lower .auto-container{
	position: relative;
	max-width: 1170px;
}


.header-style-two .header-lower .main-box{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 40px;
	background-color: #0B1F3F;
	/*border-radius: 0 0 15px 15px;*/
}


.header-style-two .nav-outer{
	float: right;
}

.header-style-two .main-menu .navigation > li{
	margin-left: 28px;
}

.header-style-two .main-menu .navigation > li > a{
	position: relative;
	color: #ffffff;
	font-weight: 500;
}

.header-style-two .main-menu .navigation > li > a:before{
	position: absolute;
	left: 50%;
	width: 0;
	height: 1px;
	bottom: 35px;
	content: "";
	background-color: #ffa900;
	transition: all 300ms ease;
}


.header-style-two .main-menu .navigation > li:hover > a:before,
.header-style-two .main-menu .navigation > li.current > a:before{
	left: 0%;
	width: 100%;
}


.header-style-two .outer-box{
	padding: 22.5px 0;
	margin-left: 45px;
}

.header-style-two .search-box-btn:hover{
	color: #ffffff !important;
}

.header-style-two .search-box-outer .dropdown-menu{
	top: 37px !important;
}

.header-style-two .search-box-outer{
	float: right;
	margin-left: 40px;
}


.main-header .cart-btn{
	position: relative;
	float: left;
}

.main-header .cart-btn a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
}

.main-header .cart-btn .count{
	position: absolute;
	right: -11px;
	top: 0;
	height: 22px;
	width: 22px;
	line-height: 22px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	background-color: #fb4848;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}


/*===================================
		Header Style Three
===================================*/

.header-style-three{
	position: relative;
	background-color: #333333;
}

.header-style-three .logo-box:before{
	position: absolute;
	top: 0;
	margin-right: -230px;
	right: 100%;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	content: "";
	transform:skew(40deg);
}


.header-style-three .inner-container{
	position: relative;
}

.header-style-three .nav-outer{
	float: right;
}

.header-style-three .outer-box{
	position: relative;
	float: right;
	padding: 35px 0;
}

.header-style-three .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-three .main-menu .navigation > li > a:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height:0px;
	width: 2px;
	background-color: #c79903 ;
	content: ""; 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .main-menu .navigation > li.current > a:before,
.header-style-three .main-menu .navigation > li:hover > a:before{
	height: 30px;
}


.header-style-three .outer-box{
	margin-left: 80px;
}

.header-style-three .nav-toggler{
	position: relative;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #222222;
	font-weight: 400;
	background-color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease;
}

.header-style-three .nav-toggler:hover{
	background-color: #ffa500;
	color: #ffffff;
}


/*===================================
		Header Style Four
===================================*/

.header-style-four{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.header-style-four .header-top{
	position: relative;
	background-color: transparent !important;
}

.header-style-four .header-top .top-right{
	float: right;
	padding: 10px 0;
}

.header-style-four .header-top .top-right li a,
.header-style-four .header-top .top-right li{
	color: #ffffff;
	font-size: 14px;
}

.header-style-four .header-top .top-right li span{
	font-weight: 700;
	color: #ffffff;
	border: 0;
	width: auto;
}

.header-style-four .header-top .top-right li a:hover{
	color: #c79903 ;
}

.header-style-four .header-lower{
	position: relative;
	background-color: rgba(0,0,0,0.40);
}

.header-style-four .nav-outer{
	float: right;
}

.header-style-four .main-menu .navigation > li{
	margin-left: 45px;
}

.header-style-four .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-four .search-box-outer{
	padding: 32.5px 0;
}

.header-style-four .search-box-btn{
	color: #c79903 ;
	margin-left: 55px;
}

.header-style-four .search-box-btn:hover{
	color: #ffffff;
}

.header-style-four .search-box-outer .dropdown-menu{
	top: 40px !important;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
	color:#c79903 ;
}

.header-style-four.fixed-header .search-box-outer{
	padding: 22.5px 0;
}



/*===================================
		Header Style Five
===================================*/

.header-style-five{
	position: relative;
}

.header-style-five .logo-box .logo{
	padding: 25px 0;
}

.header-style-five .inner-container{
	position: relative;
	padding-left: 120px;
	padding-right: 55px;
}

.header-style-five .main-menu .navigation > li > a{
	padding: 45px 0;
}

.header-style-five .main-menu .navigation > li > a:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	width: 2px;
	background-color: #222222;
	margin: 0 auto;
	content: "";
	transition: all 300ms ease;
	z-index: 1;
}

.header-style-five .main-menu .navigation > li > a:hover:before,
.header-style-five .main-menu .navigation > li.current > a:before{
	height: 43px;
}

.header-style-five .outer-box{
	position: relative;
	padding: 45px 0;
}
 
.header-style-five .outer-box .social-icon-one{
	position: relative;
	float: left;
}

.header-style-five .outer-box .contact-info{
	position: relative;
	float: right;
	padding-left: 30px;
	margin-left: 50px;
	border-left: 1px solid #dddddd;
}

.header-style-five .outer-box{
	position: relative;
	float: right;
}

.header-style-five .contact-info li{
	color: #222222;
}

.header-style-five .contact-info li a{
	color: #222222;
	transition: all 300ms ease;
}

.header-style-five .contact-info li a:hover{
	color: #c79903 ;
}

/*** 

====================================================================
		Header Style Six
====================================================================

***/

.header-style-six{
	position: absolute;
   	left: 0;
}
  
.header-style-six .outer-container{
   	padding: 0 80px;
   	border-bottom: 1px solid rgba(255,255,255,.30);
}

.header-style-six .logo-box {
  	padding-right: 30px;
  	border-right: 1px solid rgba(255,255,255,.30);
}
  
.header-style-six .logo-box .logo{
  	padding: 15px 0;
}

.header-style-six .outer-box{
  	float: left;
  	margin-left: 100px;
}

.header-style-six .contact-info {
    position: relative;
    float: left;
    padding: 35px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

  
.header-style-six .contact-info{
  	position: relative;
  	float: left;
}
  
.header-style-six .contact-info li span{
  	color: #c79903 ;
 	font-weight: 700;
}
  
.header-style-six .btn-box{
	position: relative;
  	float: right;
}
  
.header-style-six .nav-toggler{
  	position: relative;
	height: 40px;
}

.header-style-six .nav-toggler:hover{
	color: #ffffff !important;
}


.header-style-six.fixed-header .outer-container{
  	position: fixed;
  	left: 0;
  	width: 100%;
  	background-color: rgba(0,0,0,0.90);
  	border-bottom: 1px solid transparent;
}

.header-style-six.fixed-header .nav-toggler{
  	background-color: #ffffff;
}

.header-style-six.fixed-header .nav-toggler:hover{
  	color: #222222 !important;

}


.header-style-six.fixed-header .logo-box .logo{
  	padding: 10px 0;
}
  
.header-style-six.fixed-header .contact-info{
  	padding: 30px 0;
}

.header-style-six.fixed-header .btn-box{
  	padding: 25px 0;
}


.box-layout .header-style-six.fixed-header .outer-container{
	max-width: 1370px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.header-style-six .contact-info{
	position: relative;
}

.header-style-six .contact-info li{
	position: relative;
	float: left;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid rgba(255,255,255,0.40);
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}

.header-style-six .contact-info li:first-child{
	border-left: 0;
}


.header-style-six .contact-info li span{
	position: relative;
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid rgba(255,255,255,0.40);
	font-size: 14px;
	line-height: 30px;
	color: #c79903 ;
	text-align: center;
	font-weight: 400;
	margin-right: 10px;
	border-radius: 50%;
}

.header-style-six .contact-info li a{
	color: #ffffff;
	transition: all 300ms ease;
}

.header-style-six .contact-info li a:hover{
	color: #c79903 ;
}

.header-style-six .btn-box{
	position: relative;
	float: right;
	padding: 30px 0;
}

.header-style-six .nav-toggler{
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #ffa500;
	font-weight: 400;
	background-color: #000000;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


/*** 

====================================================================
	Header Style Seven
====================================================================

***/
  
.header-style-seven{
 	position: relative;
}
  
.header-style-seven .inner-container{
  	position: relative;
    padding-left: 100px;
    padding-right: 100px;
}  

.header-style-seven .logo-box .logo{
	padding: 25px 0;
}

.header-style-seven .nav-outer{
  	float: right;
}
  
.header-style-seven .main-menu .navigation > li{
  	margin-left: 70px;
}
  
.header-style-seven .main-menu .navigation > li > a{
  	font-size: 16px;
  	font-weight: 500;
  	padding: 45px 0;
}

.header-style-seven .outer-box{
	position: relative;
    float: right;
    padding: 45px 0;
  	margin-left: 80px;
}

.nav-toggler{
	position: relative;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	background-color: #222222;
	cursor: pointer;
	transition: all 300ms ease;
}

.nav-toggler:hover{
	background-color: #ffa500;
	color: #000000;
}
  
.box-layout .header-style-seven .main-menu .navigation > li{
  	margin-left: 40px;
}

.box-layout .header-style-seven .inner-container{
  	padding: 0 15px;
}

/*** 

====================================================================
	Side Nav Bar
====================================================================

***/

.sidenav-bar{
	position:fixed;
	left:-350px;
	top:0px;
	width: 350px;
	height:100%;
	overflow-y:auto;
	background:#111111;
	z-index: 99999;
	transition: all 500ms ease;	
}

.active-side-nav .sidenav-bar{
	left: 0;
}

.sidenav-bar .inner-box{
	position: relative;
	padding: 50px 30px;
}

.sidenav-bar:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/icon-dots-dark.jpg);
	background-repeat: repeat;
	background-position: center;
	content: "";
}

.sidenav-bar .upper-box{
	position: relative;
	margin-bottom: 50px;
}

.sidenav-bar .upper-box .logo a{
	position: relative;
}

.sidenav-bar .cross-icon{
	position: absolute;
	right: 0;
	top: 15px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	background-color: #ffffff;
	cursor: pointer;
	transition: all 300ms ease;
}

.sidenav-bar .cross-icon:hover{
	background-color: #ffa500;
	color: #ffffff;
}

.sidenav-bar .side-nav{
	position: relative;
	margin-bottom: 50px;
}

.sidenav-bar .side-nav .navigatio{
	position: relative;
}

.sidenav-bar .side-nav .navigation > li,
.sidenav-bar .side-nav .navigation > li > ul > li{
	position:relative;
	display:block;
}

.sidenav-bar .side-nav .navigation > li > a{
	position:relative;
	display:block;
	line-height:30px;
	padding:10px 0px;
	color:#ffffff;
	font-weight:400;
	font-size:16px;
	text-transform:capitalize;
	transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li > ul > li > a,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	line-height:20px;
	padding:10px 20px;
	color:#ffffff;
	font-weight:400;
	font-size:16px;
	text-transform:capitalize;
	transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li > ul > li,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li{
	margin-bottom:0px;	
}

.sidenav-bar .side-nav .navigation > li > ul > li:last-child,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li:last-child{
	margin:0px;
}

.sidenav-bar .side-nav .navigation > li:hover > a,
.sidenav-bar .side-nav .navigation > li > ul > li:hover > a,
.sidenav-bar .side-nav .navigation > li.current > a,
.sidenav-bar .side-nav .navigation > li > ul > li.current > a{
	color:#c79903 ;	
}

.sidenav-bar .side-nav .navigation > li.dropdown > a{
	padding-right:30px;	
}

.sidenav-bar .side-nav .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:0px;
	top: 10px;
	line-height: 30px;
	display:block;
	font-size:16px;
	z-index:5;
	font-weight:300;
}

.sidenav-bar .side-nav .navigation > li.dropdown.active > a:before{
	content: "\f107";
}

.sidenav-bar .side-nav .navigation > li.dropdown > ul,
.sidenav-bar .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
	position:relative;
	display:block;
	left:0%;
	top:0px;
	width:100%;
	z-index:100;
	padding:10px 0px;
}

.sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:10px;
	width:34px;
	height:30px;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.sidenav-bar .subscribe-form{
	position: relative;
}

.sidenav-bar .subscribe-form h5{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 25px;
}

.sidenav-bar .subscribe-form form{
	position: relative;
}

.sidenav-bar .subscribe-form input[type="text"],
.sidenav-bar .subscribe-form input[type="email"]{
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	font-weight: 400;
	padding: 10px 30px;
	background-color: #000000;
	border-radius: 30px;
	transition: all 300ms ease;
}

.sidenav-bar .subscribe-form button,
.sidenav-bar .subscribe-form input[type="submit"]{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 10px;
	height: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
}

.sidenav-bar .subscribe-form button:hover,
.sidenav-bar .subscribe-form input[type="submit"]:hover{
	color: #ffffff;
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:99999;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.active-side-nav .form-back-drop{
	opacity:1;
	visibility:visible;
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
    left: -500px;
    top: 0px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 99999;
    opacity: 0;
	background-color: #222222;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-side-nav .hidden-bar{
	left:0px;
	opacity:1;
	visibility:visible;
}

.hidden-bar .inner-box{
	position:relative;
	background-color: #222222;
	padding:55px 30px 50px;
}

.hidden-bar .inner-box .cross-icon{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
}

.hidden-bar .inner-box h2{
	position:relative;
	font-size:28px;
	font-weight:500;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:20px;
}

/*Appointment Form*/

.hidden-bar .appointment-form{
	position:relative;
}

.hidden-bar .appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 25px;
	height:45px;
	color:#ffffff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.10);
	background:none;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder{
	color:#bdbdbd;
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus{
	border-color: #ffffff;
}

.hidden-bar .appointment-form textarea{
	height:135px;
	resize:none;
}

.hidden-bar .appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
	border-radius: 0;
	font-weight: 700;
	background-color: #ffffff;
	color: #222222;
}

.hidden-bar .appointment-form .form-group button:hover{
	color: #ffffff;
}

.contact-info-box{
	position:relative;
	padding-top:20px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#ffffff;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:rgba(255,255,255,0.50);
	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;
}

.contact-info-box .social-list li a:hover{
	color:rgba(255,255,255,0.80);
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

/*===================================
		Header Style Three
===================================*/

header-style-seven{
	position: relative;
	background-color: #333333;
}

header-style-seven .logo-box:before{
	position: absolute;
	top: 0;
	margin-right: -230px;
	right: 100%;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	content: "";
	transform:skew(40deg);
}


header-style-seven .inner-container{
	position: relative;
}

header-style-seven .nav-outer{
	float: right;
}

header-style-seven .outer-box{
	position: relative;
	float: right;
	padding: 35px 0;
}

header-style-seven .main-menu .navigation > li > a{
	color: #ffffff;
}


header-style-seven .outer-box{
	margin-left: 80px;
}

header-style-seven .nav-toggler{
	position: relative;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #222222;
	font-weight: 400;
	background-color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease;
}

header-style-seven .nav-toggler:hover{
	background-color: #ffa500;
	color: #ffffff;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #0C1F43;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 30px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	/* text-transform:capitalize; */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #c79903 ;
	background-color: #0C1F43;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > ul{
	margin-top: 0;
}

.header-style-four.fixed-header .header-lower{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.80);
}

.header-style-four.fixed-header .logo-box .logo{
	padding: 10px 0;
}

.header-style-four.fixed-header .main-menu .navigation > li > a{
	padding: 30px 0;
}

.header-style-four.fixed-header .search-box-btn{
	top: 5px;
}

.header-style-four.fixed-header .search-box-outer .dropdown-menu{
	top: 0 !important;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background:rgba(47,46,50,.90);
    padding: 45px 40px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#f1f1f1;
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;

}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
    border-left: 4px solid #c79903 ;
	background:#222222;
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 350px 0 155px;
	overflow: hidden;
}

.banner-section:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 540px;
	background-image: url(../images/icons/shap-1.png);
	background-repeat: no-repeat;
	background-position: right top;
	content:"";
	z-index: 9;
}

.banner-carousel .content-box{
	position: relative;
}

.banner-carousel h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 72px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 55px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-carousel .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .link-box{
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .link-box a{
	position: relative;
	display: inline-block;
	padding: 13px 45px;
	font-weight: 700;
}

.banner-carousel .owl-nav{
    position: absolute;
    right: 30%;
    bottom: -80px;
    z-index: 99;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #222222;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover{
	color: #c79903 ;
}

.banner-carousel .owl-next:before,
.banner-carousel .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel .owl-next:hover:before,
.banner-carousel .owl-prev:hover:before{
	border-color: #c79903 ;
}

.banner-carousel .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.banner-carousel .owl-next span{
	margin-left: 5px;
}

.banner-carousel .owl-prev span{
	margin-right: 5px;
}

.banner-section .bottom-box{
	position: relative;
	padding: 35px 0;
	background-color: #222222;
}

.banner-section .bottom-box .contact-info{
	position: relative;
	float: left;
	padding: 10px 0;
}

.banner-section .bottom-box .contact-info li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin-right: 30px;
}

.banner-section .bottom-box .contact-info li a{
	color: #ffffff;
}

.banner-section .bottom-box .contact-info li span{
	color: #ffae00;
	text-transform: uppercase;
}


.banner-section .bottom-box .contact-info li a:hover{
	text-decoration: underline;
}





/*** 

====================================================================
		Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
}


.full-screen .banner-carousel{
 	position: relative;
	height: 100%;
}

.full-screen .owl-item,
.full-screen .owl-stage,
.full-screen .owl-wrapper,
.full-screen .owl-stage-outer,
.full-screen .owl-wrapper-outer {
    height: 100% !important;    
}

.banner-section-two .slide-item{
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}


.banner-section-two .slide-item:before{
	position: absolute;
	left: 0;
	bottom:-5px;
	height: 660px;
	width: 100%;
	content: "";
	background-image: url(../images/icons/shape-2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}


.banner-section-two .slide-item .content-box{
	position: relative;
	padding: 390px 0 350px;
	text-align: center;
}


.banner-section-two .slide-item .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffa900;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	transition:all 300ms ease;
	opacity: 0;
}

.banner-section-two .active .slide-item .title{
	opacity: 1;
	transition-delay: 300ms;
}


.banner-section-two .slide-item h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	transform: none;
}

.banner-section-two .content-box .video-link{
	position: relative;
	display: inline-block;
	margin-top: 50px;
	transition:all 300ms ease;
	opacity: 0;
}

.banner-section-two .active .content-box .video-link{
	opacity: 1;
	transition-delay: 1000ms;
}

.banner-section-two .content-box .video-link a{
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #ffa500;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.46);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-two .content-box .video-link a:hover{
	color: #ffffff;
	border-color: #000000;
}



.banner-section-two .owl-nav{
	display: none;
}

.banner-section-two .owl-dots{
	position: absolute;
	right: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-section-two .owl-dot{
	position: relative;
	display: block;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-bottom: 35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-two .owl-dot.active{
	background-color: #ff9c00;
}

.banner-section-two .social-links{
	position: absolute;
	left: 80px;
	bottom: 100px;
	z-index: 9;
}

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

/*** 

====================================================================
		Banner Section Three
====================================================================

***/

.banner-section-three{
	position: relative;
	z-index: 99;
}

.banner-section-three .banner-carousel-two{
	z-index: 99;
}


.banner-section-three .slide-item{
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:240px 0;
}

.banner-carousel-two .content-box{
	position: relative;
}

.banner-carousel-two .content-box .inner-box{
	position: relative;
	float: right;
	max-width: 500px;
	background-color: rgba(0,0,0,0.80);
	padding: 70px 70px 60px;
	padding-right: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
}

.banner-carousel-two .content-box .inner-box:before{
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 1000%;
	background-color: rgba(0,0,0,0.80);
	content: "";
}

.banner-carousel-two .active .content-box .inner-box{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit--moz-transition-delay: 300ms;
	-moz--moz-transition-delay: 300ms;
	-ms--moz-transition-delay: 300ms;
	-o--moz-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
}


.banner-carousel-two .content-box .title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 22px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel-two .active .content-box .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel-two .content-box h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel-two .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel-two .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-carousel-two .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel-two .link-box{
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel-two .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel-two .link-box a{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffad00;
	font-weight: 400;
	padding: 0;
	transition: all 300ms ease;
}

.banner-carousel-two .link-box a:hover{
	color: #ffffff;
}


.banner-section-three .contact-info{
	position: absolute;
    left: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: 75px;
}

.banner-section-three .contact-info li{
	position: relative;
	float: left;
	margin-right: 35px;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
}

.banner-section-three .contact-info li span{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
	font-weight: 400;
}

.banner-section-three .contact-info li a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .contact-info li a:hover{
	color: #c79903 ;
}

.banner-carousel-two .owl-nav{
	position: absolute;
	max-width: 1170px;
	padding: 0 20px;
	width: 180%;
	text-align: right;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30px;
	height: 0;
}

.banner-carousel-two .owl-next,
.banner-carousel-two .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: transparent;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover,
.banner-carousel-two .owl-prev:hover{
	color: #c79903 ;
}

.banner-carousel-two .owl-next:before,
.banner-carousel-two .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover:before,
.banner-carousel-two .owl-prev:hover:before{
	border-color: #c79903 ;
}

.banner-carousel-two .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.banner-carousel-two .owl-next span{
	margin-left: 5px;
}

.banner-carousel-two .owl-prev span{
	margin-right: 5px;
}

.banner-section-three .bottom-box{
	position: relative;
	background-color: #333333;
}

.banner-section-three .bottom-box .outer-box{
	position: relative;
	padding: 35px 0;
}

.banner-section-three .bottom-box .outer-box:before{
	position: absolute;
	top: 0;
	margin-left: -300px;
	left: 100%;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	content: "";
	transform:skew(40deg);
}

.banner-section-three .social-links{
	position: relative;
    z-index: 1;
}

.banner-section-three .social-links li{
	position: relative;
	float: left;
	margin-right: 55px;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .social-links li span{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	font-weight: 500;
	margin-right: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .social-links li a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .social-links li a:hover span,
.banner-section-three .social-links li a:hover{
	color: #c79903 ;
}



/*** 

====================================================================
			Banner Section Four
====================================================================

***/


.banner-section-four{
	position: relative;
	padding-left: 120px;
}

.banner-carousel-three .slide-item {
    position: relative;
    padding: 250px 0;
    background-size: cover;
    background-position: center;
}

.banner-carousel-three .slide-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.9) 20%,
        rgba(0,0,0,0.6) 50%,
        rgba(0,0,0,0) 100%
    );
    z-index: 1;
}
/*.banner-carousel-three .slide-item:before{*/
/*  content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 50%; */
/*    height: 100%;*/
/*    background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0));*/
/*    z-index: 1;*/
/*}*/
.banner-carousel-three .content-box {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.banner-carousel-three h2 {
    font-size: 52px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;

    background: linear-gradient(
        180deg,
        #fff3b0 0%,
        #f7d27a 25%,
        #e0b95c 45%,
        #c9972b 65%,
        #a8741f 85%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-carousel-three .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel-three .text {
    font-size: 18px;
    line-height: 1.6;
    color: #ddd;
    margin-top: 20px;
}

.banner-carousel-three .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel-three .link-box{
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel-three .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
	margin-top: 20px;
}

.banner-carousel-three .link-box a{
	position: relative;
	display: inline-block;
	padding: 13px 45px;
	font-weight: 500;
}

.banner-carousel-three .owl-nav{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.banner-carousel-three .owl-prev, 
.banner-carousel-three .owl-next{
	position: relative;
	float: left;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	background: rgb(255,174,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#c79903 ',GradientType=0 );
	text-align: center;
	transition: all 300ms linear;
}

.banner-carousel-three .owl-prev:hover, 
.banner-carousel-three .owl-next:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}
/* PRIMARY BUTTON */
.btn-style-one {
    background: linear-gradient(180deg, #f7d27a, #c9972b);
    color: #000;
    padding: 12px 30px;
    margin-right: 10px;
     margin-bottom: 10px;
    border: none;
}

.btn-style-one:hover {
    box-shadow: 0 5px 20px rgba(201,151,43,0.5);
}

/* SECONDARY BUTTON */
.btn-style-three {
    border: 1px solid #e1ac32;
    color: #000000;
	background-color: #e1ac32;
    padding: 12px 30px;
}

.btn-style-three:hover {
    background: #fff;
    color: #000;
}
.banner-section-four {
    padding-left: 0; /* remove extra shift */
}
/*** 

====================================================================
		Banner Section Five
====================================================================

***/

.banner-section-five{
	position: relative;
}

.full-screen .banner-carousel{
 	position: relative;
	height: 100%;
}

.full-screen .owl-item,
.full-screen .owl-stage,
.full-screen .owl-wrapper,
.full-screen .owl-stage-outer,
.full-screen .owl-wrapper-outer {
    height: 100% !important;    
}

.banner-section-five .slide-item{
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.banner-section-five .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #000000;
	opacity: 0.30;
}

.banner-section-five .slide-item .content-box{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1200px;
	padding: 45px 15px;
	bottom: 0;
}

.banner-section-five .slide-item .content-box:before{
	position: absolute;
	right: 0;
	bottom: 64px;
	height: 1px;
	width: 100px;
	background-color: #ffffff;
	content: "";
}

.banner-section-five .content-box .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #aaaaaa;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-five .active .content-box .title{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition-delay: 1000ms;
}

.banner-section-five .content-box h2{
	position: relative;
	display: block;
	font-size: 78px;
	line-height: 1.2em;
	margin-bottom: 0;
}

.banner-section-five .active .content-box h2{
	animation: slideInRight 1s;
	animation-delay: 500ms;
}

.banner-section-five .content-box .video-link{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -30px;
}

.banner-section-five .content-box .video-link a{
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #ffa500;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.46);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-five .content-box .video-link a:hover{
	color: #ffffff;
	border-color: #000000;
}

.banner-section-five .owl-nav{
	display: none;
}

.banner-section-five .owl-dots{
	position: absolute;
	right: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-section-five .owl-dot{
	position: relative;
	display: block;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-bottom: 35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-five .owl-dot.active{
	background-color: #ff9c00;
}

.banner-section-five .social-links{
	position: absolute;
	left: 80px;
	bottom: 100px;
	z-index: 9;
}

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.social-icon-three li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover{
	color: #c79903 ;
}


/*** 

====================================================================
		Banner Section Six
====================================================================

***/

.banner-section-six{
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
}

.banner-section-six .slide-item{
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:570px 0 0;
}

.banner-section-six .slide-item:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.banner-section-six .content-box{
	position: relative;
	max-width: 740px;
	background-color: #222222;
	padding: 70px 70px 60px;
}

.banner-section-six .content-box .inner-box{
	position: relative;
	float: none;
	transform: none;
	max-width:none;
    background-color: transparent;
    padding:0;
	padding-left: 70px;
}

.banner-section-six .content-box .inner-box:before{
	display: none;
}


.banner-section-six .content-box .count{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #ffad00;
	font-weight: 400;
}

.banner-section-six .content-box .title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 22px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-section-six .active .content-box .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-section-six .content-box h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-section-six .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-section-six .content-box .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-section-six .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-six .link-box{
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-section-six .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-section-six .link-box a{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffad00;
	font-weight: 400;
	padding: 0;
}

.banner-section-six .contact-info{
	position: absolute;
    left: 50px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: 75px;
}

.banner-section-six .contact-info li{
	position: relative;
	float: left;
	margin-right: 35px;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
}

.banner-section-six .contact-info li span{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
	font-weight: 400;
}

.banner-section-six .contact-info li a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-six .contact-info li a:hover{
	color: #c79903 ;
}

.banner-section-six .social-links{
    position: absolute;
    right: 30px;
    z-index: 1;
    bottom: 36%;
    transform-origin: right;
    -webkit-transform: rotate(90deg) translateY(70%);
    -moz-transform: rotate(90deg) translateY(70%);
    -ms-transform: rotate(90deg) translateY(70%);
    -o-transform: rotate(90deg) translateY(70%);
    transform: rotate(90deg) translateY(70%);
}

.banner-section-six .social-links li{
	position: relative;
	float: left;
	margin-right: 55px;
	font-size: 13px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	text-transform: uppercase;
}

.banner-section-six .social-links li span{
	position: relative;
	float: left;
	transform: rotate(-90deg);
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 500;
	margin-right: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-six .social-links li a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-six .social-links li a:hover span,
.banner-section-six .social-links li a:hover{
	color: #c79903 ;
}

.banner-section-six .banner-carousel-two .owl-nav{
	position: absolute;
	right: 25px;
	bottom: 5px;
	width: 180px;
    max-width: 170px;
    padding: 0;
    margin: 0;
    left: auto;
    bottom: 0;
    height: auto;
}

.banner-section-six .owl-next,
.banner-section-six .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: transparent;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-section-six .owl-next:hover,
.banner-section-six .owl-prev:hover{
	color: #c79903 ;
}

.banner-section-six .owl-next:before,
.banner-section-six .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-section-six .owl-next:hover:before,
.banner-section-six .owl-prev:hover:before{
	border-color: #c79903 ;
}

.banner-section-six .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.banner-section-six .owl-next span{
	margin-left: 5px;
}

.banner-section-six .owl-prev span{
	margin-right: 5px;
}



/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 165px 0 80px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity: .30;
	position:absolute;
}

.page-title .inner-container{
	position: relative;
}

.page-title .title-box{
	position: relative;
	float: left;
}

.page-title h1{
	position:relative;
	display: block;
	font-size:48px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 35px;
}

.page-title .title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding-top: 95px;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color:#c79903 ;
	font-weight: 700;
	text-transform: capitalize;
	cursor: default;
	padding-right:  10px;
	margin-right: 10px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -2px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	content: "-";
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#c79903  ;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position: relative;
	margin-bottom: 75px;
}

.sec-title .float-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 72px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .10;
	font-family: "Inter", sans-serif;
}

/*.sec-title h2{*/
/*	position: relative;*/
/*	display: block;*/
/*	font-size: 30px;*/
/*	line-height: 40px;*/
/*	color: #e7bb42;*/
/*	font-weight: 500;*/
/*	padding: 16px 0;*/
/*}*/
.sec-title h2 {
    font-size: 42px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    /*text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;*/
    background: linear-gradient(#bd8f05, #bd8f05, #bd8f05, #bd8f05) text;
}

.sec-title.light .float-text{
	color: #f2f2f2;
	opacity: 0.10;
}

.sec-title.light h2{
	color: #c79903;
}

.sec-title.text-center .float-text{
	right: 0;
	margin: 0 auto;
}

/*** 

====================================================================
			About Section
====================================================================

***/

.about-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 100px 0;
}

.about-section .image-column{
	position: relative;
}

.about-section .image-column .inner-column{
	position: relative;
	text-align: right;
	margin-right: -15px;
}

.about-section .image-column .title-box{
	position: absolute;
	left: 95px;
	bottom: 75px;
	width: 100%;
	text-align: left;
	z-index: 9;
}

.about-section .image-column .title-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 78px;
	color: #f2f2f2;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000;
	font-family: "Poppins", sans-serif;
}

.about-section .image-column .image-box{
	position: relative;
	z-index: 1;
	padding-top: 110px;
}

.about-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img{
	position: absolute;
	left: 0;
	top: 0;
}

.about-section .image-column .image-box .alphabet-img img{
	max-width: 100%;
	height: auto;
}

.about-section .image-column .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-o-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.about-section .content-column{
	position: relative;
}

.about-section .content-column .inner-column{
	position: relative;
	padding-top: 170px;
}

.about-section .content-column .content-box{
	position: relative;
	padding: 70px 90px 74px;
	background-color: #ffffff;
	border: 20px solid #f2f2f2;
	border-left: 0;
}

.about-section .content-column .content-box .title{
	position: relative;
	margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 42px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 45px;
	background-color: #c79903 ;
	content: "";
}

.about-section .content-column .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 45px;
}

.about-section .content-column .content-box .link-box{
	position: relative;
}

.about-section .content-column .content-box .link-box a{
	font-weight: 700;
}

/*** 

====================================================================
			Services Section
====================================================================

***/

.services-section{
	position: relative;
	background-color: #0B1F3F;
	padding: 45px 0 0px;
}

.services-section .upper-box{
	position: relative;
	/* padding: 85px 0 270px; */
}

.services-section .upper-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background-color: #000000;*/
	content: "";
	opacity: .85;
}

.services-section .services-box{
	position: relative;
	padding-bottom: 20px;
}

.services-section .services-box .auto-container{
	padding: 0;
}

.services-carousel{
	position: relative;
	padding-bottom: 75px;
}

.service-block{
	position: relative;
	padding: 0 0 0;
	border: 1px solid #c9972b;
    margin: 10px;
    border-radius: 3%;
    height: 445px;
}

.service-block .inner-box{
	position: relative;
}

.service-block .image-box{
	position: relative;
}

.service-block .image-box .image{
	position: relative;
	background-color: #222222;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 3%;
}

.service-block .image-box .image img{
	display: block;
	width: 100%;
	height: 202px;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-block .image-box .image:after {
content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%; /* adjust height */
  background: linear-gradient(to top, #0B1F3F, transparent);
}

.service-block .inner-box:hover .image-box .image img{
	opacity: .70;
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}

.service-block .lower-content{
	position: relative;
	padding: 15px 15px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.service-block .inner-box:hover .lower-content{
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.service-block .lower-content h3{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 18px;
	font-family: "Playfair Display", serif;
}

.service-block .lower-content h3 a{
	color: #c79903;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h3 a:hover{
	color: #ffad00;
}

.service-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #e2e2e2;
	font-weight: 400;
	margin-bottom: 15px;
}

.service-block .lower-content .link-box{
	position: relative;
}

.service-block .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	border: 1px solid #c9972b;
    border-radius: 5px;
    padding: 10px 30px;
	color: #e5bc64 !important;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content .link-box a i{
	margin-left: 5px;
}

.service-block .lower-content .link-box a:hover{
	color: #ffad00;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 16px;
	width: 4px;
	margin: 0 5px;
	background-color: #b6b6b6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	height: 30px;
	margin-bottom: 0;
	background-color: #c79903 ;
}

/*** 

====================================================================
			Service Detail
====================================================================

***/

.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
	display:block;
}

.service-detail .image-box{
	position: relative;
	margin-bottom: 35px;
}

.service-detail .image-box .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.service-detail .image-box .owl-next,
.service-detail .image-box .owl-prev{
	position: absolute;
	left: 40px;
	top: 0;
	height: 40px;
	width: 40px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-detail .image-box .owl-next{
	left: auto;
	right: 40px;
}

.service-detail .image-box .owl-next:hover,
.service-detail .image-box .owl-prev:hover{
	background-color: #c79903 ;
}

.service-detail .inner-box .image{
	position:relative;
	margin-bottom: 0;
}

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

.service-detail .inner-box h2{
	position:relative;
	font-size:30px;
	font-weight:500;
	color:#222222;
	line-height:1.2em;
	margin-bottom:25px;
}

.service-detail .inner-box .text{
	position:relative;
}

.service-detail .inner-box .text .two-column{
	margin-top:40px;
	margin-bottom:30px;
}

.service-detail .inner-box .text p{
	position:relative;
	font-size:14px;
	line-height: 30px;
	color:#777777;
	margin-bottom:30px;
}

.service-detail .inner-box .text strong{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}

.service-detail .inner-box .text h3{
	position:relative;
	font-size:24px;
	font-weight:500;
	color:#222222;
	line-height:1.2em;
	margin-bottom:30px;
}

.service-detail .inner-box ul{
	position: relative;
}

.service-detail .inner-box ul li{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
	padding-left: 40px;
	margin-bottom: 10px;
}

.service-detail .inner-box ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 26px;
	color: #c79903 ;
	font-weight: 300;
    content: "\f05d";
    font-family: "FontAwesome";
}

.service-detail blockquote{
	position: relative;
	background-color: #f5f5f5;
	padding: 40px 40px 25px 50px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 60px;
	border: 0;
}

.service-detail blockquote cite{
	position: relative;
	display: block;
	text-align: right;
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	margin-top: 20px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.service-detail .prod-tabs{
	position:relative;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .tab.active-tab{
	display: block;
}

.service-detail .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:5px;
	font-size:16px;
	background:#c79903;
	color:#fff9f9;
	text-transform:capitalize;
	font-weight:400;
	line-height:27px;
	cursor:pointer;
	border:1px solid transparent;
	padding: 10px 25px;
	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;
	font-family: 'Poppins', sans-serif;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-3px;
	width:100%;
	height:5px;
	background-color:#ffffff;
	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;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#c79903 ;
	border-color:#e2e2e2;
	background:#ffffff;
}

.service-detail .prod-tabs .tabs-content{
	position:relative;
	padding:22px 22px 22px;
	border:1px solid #dddddd;
	border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.service-detail .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:14px;
	line-height: 30px;
	color:#777777;
	margin-bottom:0px;
}

/*** 

====================================================================
			Specialize Section
====================================================================

***/

.specialize-section{
	position: relative;
	padding: 100px 0;
}

.specialize-section .sec-title{
	margin-bottom: 60px;
}

.services-carousel-two{
	position: relative;
	padding-bottom: 80px;
}

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

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

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

.service-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #222222;
	overflow: hidden;
}

.service-block-two .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
}

.service-block-two .image-box:hover .image img{
	opacity: .70;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


.service-block-two .caption-box{
	position: relative;
	padding: 25px 0px;
}

.service-block-two .caption-box h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 400;
	margin-bottom: 5px;
}

.service-block-two .caption-box h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .caption-box h3 a:hover{
	color: #c79903 ;
}

.service-block-two .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #c79903 ;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .link-box a:hover{
	color: #222222;
}

.services-carousel-two .owl-nav{
	display: none;
}

.services-carousel-two .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 16px;
	width: 4px;
	margin: 0 5px;
	background-color: #b6b6b6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 7px;
}

.services-carousel-two .owl-dot:hover,
.services-carousel-two .owl-dot.active{
	height: 30px;
	margin-bottom: 0;
	background-color: #c79903 ;
}

/*** 

====================================================================
			Specialize Section Two
====================================================================

***/

.specialize-section-two{
	position: relative;
	padding: 100px 0;
}

.specialize-section-two .title-column{
	position: relative;
}

.specialize-section-two .title-column .sec-title{
	margin-bottom: 50px;
}

.specialize-section-two .title-column .text-box{
	position: relative;
}

.specialize-section-two .title-column .text-box h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffac00;
	font-weight: 500;
	margin-bottom: 30px;
}

.specialize-section-two .title-column .text-box p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.specialize-section-two .title-column .link-box{
	position: relative;
}

.specialize-section-two .title-column .link-box a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.specialize-section-two .carousel-column{
	position: relative;
}

.specialize-section-two .carousel-column .inner-column{
	position: relative;
	padding-left: 40px;
}

.specialize-section-two .carousel-column .carousel-outer{
	position: relative;
	padding-left: 160px;
}

.specialize-section-two .thumbs-carousel{
	position: absolute;
    left: 75px;
    top: -64px;
	transform: rotate(90deg);
    transform-origin: left;
    max-width: 590px;
    margin: 0 auto;
}

.specialize-section-two .thumbs-carousel .thumb-box{
	position: relative;
	cursor: pointer;
}

.specialize-section-two .thumbs-carousel .thumb-box figure{
	position: relative;
	margin-bottom: 0;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ff9f14;
	opacity: .70;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay .icon{
	position: absolute;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #222222;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay .icon{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition-delay: 300ms;
}

.specialize-section-two .carousel-outer .thumbs-carousel img{
	transform: rotate(-90deg);
	width: 130px;
	height: auto;
}

.carousel-outer .thumbs-carousel .owl-nav{
    position: absolute;
    left: 96%;
    bottom: -442%;
    transform: rotate(-90deg);
    transform-origin: left;
    min-width: 300px;
}

.carousel-outer .thumbs-carousel .owl-next,
.carousel-outer .thumbs-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #ffffff;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover,
.carousel-outer .thumbs-carousel .owl-prev:hover{
	color: #c79903 ;
}

.carousel-outer .thumbs-carousel .owl-next:before,
.carousel-outer .thumbs-carousel .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover:before,
.carousel-outer .thumbs-carousel .owl-prev:hover:before{
	border-color: #c79903 ;
}

.carousel-outer .thumbs-carousel .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.carousel-outer .thumbs-carousel .owl-next span{
	margin-left: 5px;
}

.carousel-outer .thumbs-carousel .owl-prev span{
	margin-right: 5px;
}

.specialize-section-two.alternate .title-column{
	order: 12;
}

.specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav{
    position: absolute;
    left: 96%;
    bottom: auto;
    top: -442%;
    transform: rotate(-90deg);
}

.specialize-section-two.alternate .carousel-column .inner-column{
	padding-left: 0;
	padding-right: 40px;
}

/*** 

====================================================================
			Process Section
====================================================================

***/

.process-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 50px;
}

.process-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0B1F3F;
	opacity: 0.85;
	content: "";
}

.process-section .sec-title{
	margin-bottom: 90px;
}

.process-block{
	position: relative;
	margin-bottom: 20px;
}

.process-block .inner-box{
	position: relative;
	padding: 65px 45px 15px;
	min-height: 160px;
	background-color: #0B1F3F;
	border: 1px dashed #c9972b;
	border-radius: 0 0 0 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .inner-box:hover{
	border-color: #c79903 ;
}

.process-block .inner-box .count{
	position: absolute;
	right: 40px;
	top: -40px;
	height: 70px;
	width: 70px;
	background-color: #777777;
	border-radius: 0 10px 0 0;
	font-size: 30px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .inner-box:hover .count{
	background-color: #c79903 ;
}

.process-block h4{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #bbb;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.process-block h4 a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block h4 a:hover{
	color: #c79903 ;
}

.process-block .text{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	font-weight: 400;
	margin-bottom: 15px;
}

.process-block .link-box{
	position: relative;
}

.process-block .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #c79903 ;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .link-box a:hover{
	color: #ffffff;
}

/***

====================================================================
			Fun Fact Section
====================================================================

***/
/* SECTION */
.fun-fact-section {
    background: #0B1F3F;
    padding: 35px 0;
    border-top: 1px solid #cd9c32;
    border-bottom: 1px solid #cd9c32;
}

.fact-counter {
    display: flex;
    align-items: center;
}

.counter-column {
    position: relative;
}

/* Divider */
.counter-column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #c9a35c;
}

.count-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

/* BIG LEFT ICON */
.count-box .icon {
    font-size: 40px;   /* 🔥 bigger */
    color: #dbaa25;
    min-width: 50px;
}

/* TEXT SIDE */
.count-box .content {
    text-align: left;
}

/* NUMBER */
.count-box .count {
    font-size: 35px;
    font-weight: 700;
      background: linear-gradient(180deg, #f7d27a, #c9972b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Playfair Display", serif;
}

/* TEXT */
.counter-title {
    font-size: 14px;
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .fact-counter {
        flex-direction: column;
    }

    .counter-column::after {
        display: none;
    }

    .count-box {
        /* justify-content: center; */
        text-align: center;
    }

    .count-box .content {
        text-align: center;
    }
}
/***

====================================================================
			Projects Section
====================================================================

***/

.projects-section{
	position: relative;
	padding: 100px 0 0;
}

.projects-section .inner-container{
	position: relative;
}

.project-block{
	position: relative;
}

.project-block .image-box{
	position: relative;
}

.project-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-block .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.project-block .overlay-box h4{
	position: absolute;
	right: 30px;
	top: 30px;
	text-align: right;
	opacity:0;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .overlay-box h4 a{
	color: #ffffff;
}

.project-block .image-box:hover .overlay-box h4{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.project-block .overlay-box:before{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0%;
	width: 0%;
	opacity: 0;
	overflow:hidden;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.90);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box:before{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	border-radius: 0%;
}

.project-block .overlay-box .btn-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	opacity:0;
	margin-top: -15px;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 6px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a:hover{
	color: #c79903 ;
}

.project-block .image-box:hover .overlay-box .btn-box{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block .overlay-box .tag{
	position: absolute;
	left: 30px;
	bottom: 30px;
	text-align: right;
	opacity:0;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box .tag{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.projects-carousel{
	position: relative;
}

.projects-carousel .owl-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: -130px;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #ffffff;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.projects-carousel .owl-next:hover,
.projects-carousel .owl-prev:hover{
	color: #c79903 ;
}

.projects-carousel .owl-next:before,
.projects-carousel .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.projects-carousel .owl-next:hover:before,
.projects-carousel .owl-prev:hover:before{
	border-color: #c79903 ;
}

.projects-carousel .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.projects-carousel .owl-next span{
	margin-left: 5px;
}

.projects-carousel .owl-prev span{
	margin-right: 5px;
}

/*=== Projects Section Alternate ===*/

.projects-section.alternate{
	position: relative;
	padding:100px 0;
}

.mixitup-gallery .filters{
 	margin-bottom:50px;
 	text-align:center;
}

.mixitup-gallery .filters .filter-tabs{
 	position:relative;
 	display: inline-block;
 	border-bottom: 2px solid #777777;
}

.mixitup-gallery .filters li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	font-weight: 500;
	cursor: pointer;
 	text-transform: capitalize;
 	padding: 0 5px 10px;
 	margin-right: 30px;
 	margin-bottom: -2px;
 	border-bottom: 2px solid transparent;
 	font-family: "Poppins", sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters li:last-child{
	margin-right: 0;
}

.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover{
	border-bottom: 2px solid #c79903 ;
}

.project-block.mix{
	display: none;
	margin-bottom: 30px;
}

.projects-section.alternate .styled-pagination{
	margin-top: 50px;
}

/*** 

====================================================================
		Projects Section Two
====================================================================

***/

.projects-section-two{
	position: relative;
	padding: 100px 0;
}

.projects-section-two .upper-box{
	position: relative;
}

.projects-section-two .upper-box .sec-title{
	float: left;
	margin-bottom: 50px;
}

.projects-section-two .upper-box .link-box{
	position: relative;
	float: right;
	margin-top: 25px;
}

.projects-section-two .upper-box .link-box a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #c79903 ;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.projects-section-two .upper-box .link-box a:hover{
	color: #222222;
}	

.projects-carousel-two{
	position: relative;
}

.project-block-two{
	position: relative;
	padding-left: 200px;
	transition: all 300ms ease;
}

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

.project-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-block-two .info-box{
	position: absolute;
	left: 200px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.projects-carousel-two .active .project-block-two .info-box{
	left: 18px;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.project-block-two .info-box .inner-box{
	position: relative;
	background: #ffffff;
	max-width: 300px;
	width: 100%;
	padding: 35px 30px 20px;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	-ms-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	-o-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	box-shadow: 0 0 18px rgba(0,0,0,0.18);
}

.project-block-two .info-box .title{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	color: #777777;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.project-block-two .info-box h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 25px;
}

.project-block-two .info-box .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 65px;
}

.project-block-two .info-box .link-box{
	position: relative;
}

.project-block-two .info-box .link-box a{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #c79903 ;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .info-box .link-box a:hover{
	color: #222222;
}

.projects-carousel-two .owl-nav{
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 60px;
	height: 30px;
}

.projects-carousel-two .owl-next,
.projects-carousel-two .owl-prev{
	position: absolute;
	left: 15px;
	bottom: 0;
	font-size: 12px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	transition: all 300ms ease;
	z-index: 9;
}

.projects-carousel-two .owl-next{
	left: auto;
	right: -15px;
}

.projects-carousel-two .owl-next:hover,
.projects-carousel-two .owl-prev:hover{
	color: #c79903 ;
}

.projects-carousel-two .owl-dots {
	position: absolute;
	left: 15px;
	bottom: 0;
	height: 30px;
	width: 60px;
	z-index: 0;
	counter-reset: slides-num;
}

.projects-carousel-two .owl-dots:after {
	position: absolute;
	left: 52px;
	content:counter(slides-num);
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #222222;
}

.projects-carousel-two .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
}

.projects-carousel-two .owl-dot span {
 	display: none;
}

.projects-carousel-two .owl-dot.active:before {
	position: absolute;
	content: counter(slides-num) " /";
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	left: 30px;
	top: 0;
}

/*** 

====================================================================
	Product Detail
====================================================================

***/

.project-details-section{
	position: relative;
	padding: 100px 0 60px;
}

.project-detail .upper-box{
	position: relative;
}

.project-detail .project-tabs{
	position: relative;
}

.project-detail .project-tabs .tab-btns{
	position: relative;
	float: left;
	margin-right: 30px;
	width: 170px;
}

.project-detail .project-tabs .tab-btn{
	position: relative;
	display: block;
	cursor: pointer;
	margin-bottom: 25px;
}

.project-detail .project-tabs .tab-btn img{
	display: block;
	width: 100%;
	height: auto;
}

.project-detail .tabs-content{
	position: relative;
	float: right;
}

.project-detail .tabs-content .image{
	position: relative;
}

.project-detail .tabs-content .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-detail .lower-content{
	position: relative;
	padding-top: 50px;
}

.project-detail .lower-content .content-column{
	position: relative;
}

.project-detail .lower-content h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}

.project-detail .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 27px;
}

.project-detail .lower-content h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}

.project-detail .lower-content p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 30px;
}

.project-detail .list-style-one{
	position: relative;
	margin-bottom: 30px;
}

.project-detail .list-style-one:after{
	display: table;
	clear: both;
	content: "";
}

.project-detail .info-column{
	position: relative;
	margin-bottom: 40px;
}

.project-detail .info-list{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-detail .info-list li{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
}

.project-detail .info-list li strong{
	position: relative;
	float: left;
	color: #222222;
	font-weight: 700;
	width: 180px;
}

/*Help Box Two*/

.help-box-two{
	position:relative;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icons/help-bg.jpg);
}

.help-box-two .inner{
	position:relative;
	border: 1px solid #dddddd;
	padding:35px 40px;
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	-ms-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	-o-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	box-shadow: 0 0 16px rgba(0,0,0,0.07);
}

.help-box-two .inner .title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffb902;
	font-weight: 700;
	margin-bottom: 10px;
}

.help-box-two .inner h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:500;
	line-height:1.2em;
	text-transform: uppercase;
	margin-bottom:30px;
}

.help-box-two .inner .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height: 28px;
	margin-bottom:30px;
}

.help-box-two .inner .theme-btn{
	background-color: transparent;
	border: 1px solid #222222;
	padding: 10px 35px;
	line-height: 20px;
	color: #ffb902;
}

.help-box-two .inner .theme-btn:hover{
	color: #ffffff;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.styled-pagination ul{
	position:relative;
	width: 100%;
	text-align: center;
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0 5px 8px;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:40px;
	width: 40px;
	text-align: center;
	line-height:36px;
	font-weight:400;
	font-size:14px;
	background:#ffffff;
	color:#bbbbbb;
	border:2px solid #bbbbbb;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
	color:#222222;	
	border-color:#222222;
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a{
	width: auto;
	padding: 0 20px;
}

.styled-pagination li.next-post a:hover,
.styled-pagination li.prev-post a:hover{
	color: #c79903 ;
	border-color: #c79903 ;
}

/*** 

====================================================================
		Offer Section
====================================================================

***/

.offer-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 0px;
}

.offer-section:before{
	position: absolute;
	left: 0;
	bottom: 0;
	/*height: 200px;*/
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.offer-section .content-column{
	position: relative;
	margin-bottom: 50px;
}


.offer-section .content-column .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #c79903 ;
	font-weight: 600;
	margin-bottom: 20px;
}

.offer-section .content-column h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #f2f2f2;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	margin-bottom: 30px;
}

.offer-section .content-column h2 span{
	text-transform: uppercase;
}


.offer-section .content-column .discount{
	position: relative;
	display: block;
	font-size: 84px;
	line-height: 1em;
	color: #c79903 ;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 40px;
}


.offer-section .content-column .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f2f2f2;
	font-weight: 400;
}

.offer-section .form-column{
	position: relative;
	z-index: 9;
}

.offer-section .form-column .inner-column{
	position: relative;
	margin-left: -15px;
}

.discount-form {
    position: relative;
    /* background-image: url('../images/gallery/1.jpg'); */
    background-size: cover;
    background-position: center;
    padding: 55px 50px 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}



/* Keep form content above overlay */
.discount-form form {
    position: relative;
    z-index: 2;
}

.discount-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.discount-form .form-group input[type="text"],
.discount-form .form-group input[type="email"],
.discount-form .form-group input[type="url"],
.discount-form .form-group textarea,
.discount-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    padding: 14px 25px;
    background-color: #F8F8F8;
    height: 60px;
    border: 1px solid #c9972b;
    font-weight: 400;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus{
	border-color:#c79903 ;
}

.discount-form .form-group textarea{
	height: 220px;
	resize: none;
	margin-bottom: 10px;
}

.discount-form .form-group button{
	text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    /* /* line-height: 15px; */
}

/*** 

====================================================================
			Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 0 0 40px;
}

.team-block{
	position: relative;
	margin-bottom: 60px;
}

.team-block .inner-box{
	position: relative;
	padding-right: 50px;
}	

.team-block .image-box{
	position: relative;
	margin-bottom: 15px;
}

.team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 9;
}

.team-block .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .inner-box:hover .image-box img{
	opacity: .80;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-block .image-box .social-links{
	position: absolute;
	right: 0;
	top: 0;
}

.team-block .image-box .social-links li{
	position: relative;
	display: block;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.team-block .image-box .social-links li a{
	display: block;
	text-align: center;
	font-size: 19px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	color: #222222;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box .social-links li a:hover{
	color: #fbb216;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(2){
	transition-delay: 100ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(3){
	transition-delay: 200ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(4){
	transition-delay: 300ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(5){
	transition-delay: 400ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(6){
	transition-delay: 500ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(7){
	transition-delay: 600ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(8){
	transition-delay: 700ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(9){
	transition-delay: 800ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(10){
	transition-delay: 900ms;
}

.team-block .inner-box:hover .image-box .social-links li{
	right: -50px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.team-block .image-box .name{
	position: absolute;
	right: -40px;
	bottom: 40px;
	min-width: 170px;
	text-align: center;
	background-color: #222222;
	z-index: 9;
	font-family: "Inter", sans-serif;
	transform: skewX(-30deg);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.team-block .image-box .name a{
	position: relative;
	display: inline-block;
	transform: skewX(30deg);
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 20px;
	min-width: 170px;
}

.team-block .inner-box:hover .image-box .name{
	background-color: #c79903 ;
}

.team-block .inner-box .designation{
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 13px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
}

/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding-top: 50px;
	padding-bottom: 130px;
	background-color: #0B1F3F;
}

.testimonial-section .outer-container{
	position: relative;
}

.testimonial-section .title-column{
	position: relative;
	float: right;
	width: 100%;
	max-width: 35%;
}

.testimonial-section .title-column .inner-column{
	position: relative;
	padding:100px 15px 0;
	max-width: 500px;
	text-align: right;
	margin: 0 auto;
}

.testimonial-section .title-column .sec-title{
	margin-bottom: 60px;
}

.testimonial-section .title-column .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
}

.testimonial-section .testimonial-column{
	position: relative;
	float: right;
	width: 100%;
	max-width: 65%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius:0 40px 40px 0;
	overflow: hidden;
}

.testimonial-section .testimonial-column .inner-column{
	position: static;
	float: right;
	max-width: 870px;
	width: 100%;
	padding: 100px 120px 100px 60px;
}

.testimonial-section .testimonial-column .inner-column:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	content: "";
	opacity: 0.90;
}

.testimonial-carousel{
	position: relative;
}

.testimonial-block{
	position: relative;
	padding-right: 30px;
	padding-bottom: 40px;
}

.testimonial-block:before{
	position: absolute;
	right: 30px;
	bottom: 40px;
	height: 150px;
	width: 150px;
	background-color: #000;
	content: "";
	opacity: 0;
	transition: all 300ms ease;
	transition-delay: 500ms;
}

.testimonial-carousel .active .testimonial-block:before{
	opacity: .20;
	right: 0px;
	bottom: 0px;
}

.testimonial-block .inner-box{
	position: relative;
	min-height: 210px;
	padding-right: 220px;
	text-align: right;
}

.testimonial-block .image-box{
	position: absolute;
	right: 0;
	top: 0;
	height: 210px;
	width: 150px;
}

.testimonial-block .image-box .image{
	position: relative;
}

.testimonial-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin-bottom: 40px;
}

.testimonial-block .info-box{
	position: relative;
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #000;
	font-weight: 500;
}

.testimonial-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #c79903 ;
	font-weight: 400;
}

.testimonial-carousel .owl-nav{
	position: absolute;
	left: 0;
	bottom: 0;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-right: 15px;
	padding-right: 15px;
	transition: all 300ms ease;
}

.testimonial-carousel .owl-next{
	margin-right: 0;
	padding-right: 0;
}

.testimonial-carousel .owl-prev:before{
	position: absolute;
	right: -2px;
	top: 0;
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	font-weight: 400;
	content: "|";
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover{
	color: #c79903 ;
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 100px 0 160px;
	background-color: #f8f8f8;
	overflow: hidden;
}

.testimonial-section-two:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;

	background: url('../images/white-brush.png') bottom center no-repeat;
	background-size: cover;

	z-index: 1;
	pointer-events: none;
}

.testimonial-carousel-two{
	position: relative;
	padding-left: 100px;
}

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

.testimonial-block-two .inner-box{
	position: relative;
	padding: 40px 60px;
	border: 1px dashed #bbbbbb;
	background-color: #ffffff;

}

.testimonial-block-two .inner-box .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 20px;
}

.testimonial-block-two .info-box{
	position: relative;
	padding-right: 125px;
	min-height: 90px;
	padding-top: 40px;
	text-align: right;
}

.testimonial-block-two .info-box:before{
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 48px;
	line-height: 50px;
	color: #f3f3f3;
	font-weight: 400;
	content: "\f10d";
	font-family: "FontAwesome";
}

.testimonial-block-two .info-box .thumb{
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 90px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.testimonial-block-two .info-box .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block-two .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #c79903 ;
	font-weight: 400;
}

.testimonial-block-two .info-box .date{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #222222;
	font-weight: 400;
}

.testimonial-carousel-two .owl-nav{
    position: absolute;
    left: 65px;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    background-color: transparent;
}

.testimonial-carousel-two .owl-next,
.testimonial-carousel-two .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.testimonial-carousel-two .owl-next:hover,
.testimonial-carousel-two .owl-prev:hover{
	color: #c79903 ;
}

.testimonial-carousel-two .owl-next:before,
.testimonial-carousel-two .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.testimonial-carousel-two .owl-next:hover:before,
.testimonial-carousel-two .owl-prev:hover:before{
	border-color: #c79903 ;
}

.testimonial-carousel-two .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.testimonial-carousel-two .owl-next span{
	margin-left: 5px;
}

.testimonial-carousel-two .owl-prev span{
	margin-right: 5px;
}

/*** 

====================================================================
		Products Section
====================================================================

***/

.products-section{
	position: relative;
	padding: 100px 0 80px;
}

.products-section .sec-title{
	margin-bottom: 0;
}

.products-section .title-column{
	position: relative;
	margin-bottom: 40px;
} 

.products-section .title-column .inner-column{
	position: relative;
	padding-top: 55px;
}

.products-section .title-column h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 26px;
}

.products-section .title-column .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.products-section .title-column .btn-box a{
	padding: 15px 38px;
	line-height: 20px;
}

.products-section .products-column{
	padding: 0;
}

.products-carousel{
	position: relative;
}

.products-carousel .product-block{
	padding: 15px;
	padding-top: 65px;
	transition: all 400ms ease;
}

.products-carousel .center .product-block{
	padding-top: 15px;
}

.products-carousel .center .product-block .inner-box{
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.product-block{
	position: relative;
}

.product-block .inner-box{
	position: relative;
	border:1px solid #e1e1e1;
	transition: all 400ms ease;
}

.product-block .info-box{
	position: relative;
	padding: 25px 28px;
	text-align: right;
}

.product-block .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
}

.product-block .info-box .price{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffad00;
}

.products-carousel .owl-nav{
	position: absolute;
	left: -32%;
	bottom: 15px;
}

.products-carousel .owl-next,
.products-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #ffffff;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover{
	color: #c79903 ;
}

.products-carousel .owl-next:before,
.products-carousel .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.products-carousel .owl-next:hover:before,
.products-carousel .owl-prev:hover:before{
	border-color: #c79903 ;
}

.products-carousel .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.products-carousel .owl-next span{
	margin-left: 5px;
}

.products-carousel .owl-prev span{
	margin-right: 5px;
}

/***

====================================================================
		Video Section
====================================================================

***/

.video-section{
	position: relative;
}

.video-section .outer-box{
	position: relative;
	max-width: 1720px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0;
}

.video-section .outer-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0a2140;
	/*opacity: 0.90;*/
	content: "";
}

.video-section .content-column{
	position: relative;
	order: 12;
}

.video-section .content-column .inner-column{
	position: relative;
	padding: 35px 35px 0px 40px;
}

.video-section .content-column .sec-title{
	margin-bottom: 22px;
}

.video-section .content-column .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #c79903 ;
	font-weight: 400;
	margin-bottom: 30px;
}

.video-section .content-column .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
}

.video-section .video-column .inner-column{
	position: relative;
	padding-left: 50px;
}

.video-section .video-column .video-box{
	position: relative;
}

.video-section .video-column .video-box .image{
	position: relative;
	margin-bottom: 0;
}

.video-section .video-column .video-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.video-section .video-column .video-box .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover{
	background-color: rgba(0,0,0,0.50);
}

.video-section .video-column .video-box .link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	background-color: #333333;
	padding-left: 4px;
	font-size: 18px;
	color: #c79903 ;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover .icon{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

/*== Video Section Style Two ==*/

.video-section.style-two .outer-box{
	padding-bottom: 155px;
}

.video-section.style-two .outer-box:before{
	display: none;
}

.video-section.style-two .content-column .text{
	color: #777777;
}

.video-section .video-column .video-box:before{
	position: absolute;
	left: -50px;
	height: 320px;
	width: 520px;
	bottom: -55px;
	background-image: url(../images/icons/icon-lines.jpg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

/*** 

====================================================================
			FAQ Section
====================================================================

***/

.faq-section{
	position: relative;
	padding: 0px 0 35px;
}

.faq-section:before{
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	/*height: 100%;*/
	/*width: 38%;*/
	/*background-image: url(../images/icons/icon-dot.png);*/
	/*background-repeat: repeat;*/
	/*background-position: center;*/
	/*content: "";*/
}

.faq-section:after{
	position: absolute;
	right: 15px;
	bottom: 125px;
	height: 488px;
	width: 320px;
	background-image: url(../images/icons/icon-flower.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	z-index: -1;
}

.faq-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.faq-section .image-column .inner-column{
	position: relative;
}

.faq-section .image-column .image-box{
	position: relative;
}

.faq-section .image-column .image{
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.faq-section .title-column .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.faq-section .accordion-column{
	position: relative;
}

.faq-section .accordion-column .inner-column{
	position: relative;
	/*padding-top: 45px;*/
	padding-left: 30px;
}

.faq-section .accordion-column .sec-title{
	margin-bottom: 35px;
}

.faq-section .accordion-box{
	position: relative;
}

.accordion-box .block {
	position: relative;
}

.accordion-box .block .acc-btn{
	position: relative;
    font-size: 13px;
    line-height: 22px;
    color: #252525;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 25px 5px;
    padding-right: 50px;
    border: 1px solid #dddddd;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

.accordion-box .block .acc-btn.active{
	background-color: #c79903 ;
	border-color: #c79903 ;
	color:#ffffff;
	margin-bottom: 0px;
}

.accordion-box .block .icon {
    position: absolute;
    right: 15px;
    top: 6px;
    height: 23px;
    width: 23px;
    font-size: 13px;
    line-height: 30px;
    color: #252525;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon:before{
	position: absolute;
    left: 0;
    top: 0px;
    height: 18px;
    width: 18px;
    line-height: 20px;
    opacity: 1;
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    content: "\f146";
    font-family: "FontAwesome";
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	background-color: #ffffff;
}

.accordion-box .block .content{
	position:relative;
	padding: 20px 25px;
	margin-bottom: 0;
}

.accordion-box .block .acc-content.current{ 
	display: block;
}

.accordion-box .block .content .text{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
}

/*** 

====================================================================
			FAQ Form Section
====================================================================

***/

.faq-form-section{
	position: relative;
	padding: 100px 0 70px;
	background-color: #f9f9f9;
}

.faq-form-section .sec-title{
	position: relative;
	margin-bottom: 15px;
}

.faq-form-section .faq-form{
	position: relative;
}

.faq-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #777777;
    line-height: 19px;
    padding: 10px 0px;
    background-color: transparent;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus{
	border-color:#c79903 ;
}

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

.faq-form .form-group button{
	padding: 15px 50px;
	line-height: 20px;
}

/*** 

====================================================================
		App Section
====================================================================

***/

.app-section{
	position: relative;
	padding-top: 100px;
}

.app-section .outer-box{
	position: relative;
	background-repeat: repeat;
	background-position: center;
	background-image: url(../images/icons/icon-lines-dark.jpg);
	padding:135px 0;
}

.app-section .outer-box:after,
.app-section .outer-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 135px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.app-section .outer-box:after{
	top: auto;
	bottom: 0;
}

.app-section .title-column{
	position: relative;
}

.app-section .title-column .inner-column{
	position: relative;
	padding-top: 85px;
}

.app-section .title-column h1{
	position: relative;
	display: block;
	font-size: 84px;
	line-height: 72px;
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}	

.app-section .image-column{
	position: relative;
}

.app-section .image-column .inner-column{
    position: relative;
    margin-top: -135px;
    margin-bottom: -155px;
    z-index: 99;
    margin-left: -30px;
    margin-right: -30px;
}

.app-section .content-column{
	position: relative;
}

.app-section .content-column .inner-column{
	position: relative;
	padding-top: 85px;
}

.app-section .content-column h3{
	position: relative;
	display: block;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
}

.app-section .content-column .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
}

/*** 

====================================================================
				News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 50px 0 140px;
	background-color: #F8F8F8;
	overflow: hidden;
}

.news-section:before{
	position: absolute;
	right: 0;
	top: 140px;
	height: 347px;
	width: 157px;
	/* background-image: url(../images/icons/icon-dots.png); */
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.news-section:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;

	background: url('../images/white-brush.png') bottom center no-repeat;
	background-size: cover;

	z-index: 1;
	pointer-events: none;
}

/* Keep content above brush */
.news-section .auto-container,
.news-section .container{
	position: relative;
	z-index: 2;
}

.news-section .sec-title{
	position: relative;
	margin-bottom: 45px;
	z-index: 1;
}

.news-block{
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}

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

.news-block .image-box{
	position: relative;
	margin-right: 40px;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	height: 349px;
	object-fit: cover;
}
.height {
    height: 275px !important;
}
.news-block .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #c79903  padding-box content-box;
	content: "";
	padding: 15px;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-block .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.news-block .inner-box:hover .overlay-box a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .overlay-box a:hover i{
	color: #ffffff;
}

.news-block .caption-box{
	position: relative;
	margin-top: -50px;
	margin-left: 40px;
    border-radius: 20px;
	padding: 28px 14px 30px;
	background-color: #0B1F3F;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	box-shadow: 0 0 21px rgba(0,0,0,0.21);
}

.news-block .caption-box h3{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 30px;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block .caption-box h3 a{
	color: #c79903;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .caption-box h3 a{
	color: #c79903 ;
}

.news-block .caption-box .info{
	position: relative;
	display: block;
}

.news-block .caption-box .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	margin-right: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .caption-box .info li{
	color: #fff;
}

.news-block .caption-box .info li a{
	color: #777777;
}

/* News Block Two */

.news-section.alternate{
	padding: 100px 0 40px;
}

.news-block-two{
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
}

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

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

.news-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block-two .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #c79903  padding-box content-box;
	content: "";
	padding: 15px;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-block-two .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block-two .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.news-block-two .inner-box:hover .overlay-box a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block-two .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .overlay-box a:hover i{
	color: #ffffff;
}

.news-block-two .caption-box{
	position: relative;
	margin-top: -25px;
	padding: 0 20px;
}

.news-block-two .caption-box .inner{
	position: relative;
	padding: 25px 30px 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	box-shadow: 0 0 21px rgba(0,0,0,0.21);
}

.news-block-two .caption-box h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block-two .caption-box h3 a{
	color: #2f2f2f;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.news-block-two .caption-box .info{
	position: relative;
	display: block;
}

.news-block-two .caption-box .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-right: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box:hover .caption-box .info li{
	color: #222222;
}

.news-block-two .caption-box .info li a{
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .caption-box .info li a:hover{
	color: #c79903 ;
}

.news-block-two .caption-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-top: 10px;
}

/***

====================================================================
		News Section Three
====================================================================

***/

.news-section-two{
	position: relative;
	padding:50px 0 50px;
}

.news-section-two .sec-title{
	margin-bottom: 30px;
}

.news-section-two .column{
	position: relative;
}

.news-section-two .column .inner-column{
	padding-right: 35px;
}

/*News Block Three*/

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

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

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

.news-block-three .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block-three .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block-three .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #c79903 ;
	content: "";
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-block-three .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block-three .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.news-block-three .inner-box:hover .overlay-box a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block-three .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .overlay-box a:hover i{
	color: #ffffff;
}

.news-block-three .content-box{
	position: relative;
	padding: 35px 0 0;
}

.news-block-three .content-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 12px;
}

.news-block-three .content-box h3 a{
	color: #2f2f2f;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover .content-box h3 a{
	color: #c79903 ;
}

.news-block-three .content-box .info{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.news-block-three .content-box .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-right: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover .content-box .info li{
	color: #222222;
}

.news-block-three .content-box .info li a{
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .content-box .info li a:hover{
	color: #c79903 ;
}

.news-block-three .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}

/*News Block Four*/

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

.news-block-four .inner-box{
	position: relative;
	padding-left: 300px;
	min-height: 200px;
}

.news-block-four .image-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: auto;
}

.news-block-four .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block-four .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block-four .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #c79903 ;
	content: "";
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-block-four .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block-four .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.news-block-four .inner-box:hover .overlay-box a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block-four .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .overlay-box a:hover i{
	color: #ffffff;
}

.news-block-four .content-box{
	position: relative;
	padding: 20px 0 0;
}

.news-block-four .content-box h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 12px;
}

.news-block-four .content-box h3 a{
	color: #2f2f2f;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .inner-box:hover .content-box h3 a{
	color: #c79903 ;
}

.news-block-four .content-box .info{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.news-block-four .content-box .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-right: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .inner-box:hover .content-box .info li{
	color: #222222;
}

.news-block-four .content-box .info li a{
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .content-box .info li a:hover{
	color: #c79903 ;
}

.news-block-four .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}

/*** 

====================================================================
		Blog Section
====================================================================

***/

.blog-section{
	position: relative;
	padding:100px 0;
}

.blog-section .styled-pagination{
	margin-top: 20px;	
}

.blog-classic .news-block-two .caption-box .inner{
	padding: 30px 35px 30px;
	z-index: 99;
}

.blog-classic .news-block-two .caption-box h3{
	font-size: 24px;
	margin-bottom: 15px;
}

.blog-classic .news-block-two .caption-box .text{
	margin-top: 15px;
}

.news-block-two .single-item-carousel{
	position: relative;
}

.news-block-two .image-box .owl-nav{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -60px;
}

.news-block-two .image-box .owl-nav .owl-next,
.news-block-two .image-box .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	background-color: rgba(255,255,255,.70);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box .owl-nav .owl-next{
	left: auto;
	right: 0;
}

.news-block-two .image-box .owl-nav .owl-next:hover,
.news-block-two .image-box .owl-nav .owl-prev:hover{
	background-color: rgba(0,0,0,.70);
	color: #ffffff;
}

.news-block-two .blockquote{
	position: relative;
	display: block;
	border: 1px solid #d7d7d7;
	padding: 85px 50px 110px;
	margin-top: 100px;
	margin-bottom: 0;
}

.news-block-two .blockquote:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	opacity: 0.80;
	content: "";
}

.news-block-two .blockquote .icon{
	position: absolute;
	left: 70px;
	top: -42px;
	height: 84px;
	width: 84px;
	background-color: #ffffff;
	line-height: 84px;
	text-align: center;
	font-size: 48px;
	color: #bbbbbb;
	font-weight: 400;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	-ms-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	-o-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	box-shadow: 0 0 13px rgba(0,0,0,0.09);
}

.news-block-two .blockquote h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 400;
	letter-spacing: -0.04em;
	font-family: 'BenchNine', sans-serif;
}

.news-block-two .blockquote h2 span{
	color: #c79903 ;
	text-transform: uppercase;
}

.news-block-two .blockquote .author{
	position: absolute;
	right: 0px;
	bottom: 70px;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	background-color: #222222;
	padding: 0 15px;
}

.news-block-two .image-box .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box .link:hover{
	background-color: rgba(0,0,0,0.50);
}

.news-block-two .image-box .link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	background-color: rgba(0,0,0,0.65);
	padding-left: 4px;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box .link:hover .icon{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*** 

====================================================================
		Blog Detail
====================================================================

***/

.blog-detail .news-block-two .caption-box .inner{
	padding: 35px 40px 5px;
}

.blog-detail .news-block-two .caption-box .info{
	margin-bottom: 15px;
}

.blog-detail .news-block-two .caption-box h3{
	font-size: 24px;
	margin-bottom: 15px;
}

.blog-detail .news-block-two .caption-box p{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.blog-detail .news-block-two .caption-box blockquote{
	position: relative;
	display: block;
	padding-left: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #252525;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 30px;
	padding-top: 15px;
}

.blog-detail .news-block-two .caption-box blockquote .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 30px;
	color: #d7a449;
	font-weight: 400;
}

.blog-detail .tags{
	position: relative;
	margin-bottom: 30px;
}

.blog-detail .tags .title{
	position: relative;
	float: left;
	margin-right: 23px;
	font-size: 15px;
	line-height: 25px;
	color: #222222;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	padding: 5px 0;
	margin-bottom: 10px;
}

.blog-detail .tags ul li{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-detail .tags ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #939292;
	font-weight: 400;
	padding: 5px 25px;
	border: 1px solid #e1e1e1;
	border-radius: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .tags ul li a:hover{
	background-color: #222222;
	color: #ffffff;
}

.blog-detail .share-option{
	position: relative;
	margin-bottom: 60px;
}

.blog-detail .share-option .title{
	position: relative;
	display: block;
	margin-right: 23px;
	font-size: 15px;
	line-height: 25px;
	color: #222222;
	font-weight: 500;
	padding: 5px 0;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}

.social-icon-colored{
	position: relative;
}

.social-icon-colored li{
	position: relative;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}

.social-icon-colored li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 500;
	padding: 5px 15px;
	background-color: #222222;
	border-radius: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-colored li a i{
	margin-right: 10px;
}

.social-icon-colored li.facebook a{
	background-color: #3b5998;
}

.social-icon-colored li.twitter a{
	background-color: #1da1f2;
}

.social-icon-colored li.google-plus a{
	background-color: #d73d32;
}

.social-icon-colored li.pinterest a{
	background-color: #bd081c;
}

.social-icon-colored li.mail a{
	background-color: #7b8285;
}

.social-icon-colored li a:hover{
	background-color: #222222;
	color: #ffffff;
}

/*** 

====================================================================
		Blog Detail Style Two
====================================================================

***/

.blog-detail.style-two{
	position: relative;
	padding: 100px 0 30px;
}

.blog-detail.style-two .inner-container{
	position: relative;
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
}

.blog-detail.style-two .news-block-two .caption-box{
	margin-top: 0;
	padding: 0;
}

.blog-detail.style-two .news-block-two .caption-box .inner{
	padding: 35px 35px;
}

.blog-detail.style-two .news-block-two .caption-box blockquote{
	padding-left: 25px;
	padding-top: 0;
	margin-bottom: 50px;
}

.blog-detail.style-two .news-block-two .caption-box blockquote .icon{
	position: relative;
	display: block;
	top: 0;
	font-size: 30px;
	margin-bottom: 10px;
}

.blog-detail.style-two .comments-area .comment-box{
	margin-bottom: 40px;
}

.blog-detail.style-two .comments-area .comment{
	padding-top: 0;
	padding-left: 110px;
}

.blog-detail.style-two .comments-area .comment-box .author-thumb{
	height: 80px;
	width: 80px;
	border-radius: 15px;
}

.blog-detail.style-two .group-title h2{
	font-size: 24px;
}

.blog-detail.style-two .comment-form{
	margin-bottom: 40px;
}

.blog-detail.style-two .comment-form .form-group textarea{
	height: 230px;
	margin-bottom: 40px;
}
 
/***

====================================================================
		Clients Section
====================================================================

***/

.clients-section{
	position: relative;
	z-index: 9;
	background-color: #0e0322;
}

.clients-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	width: 100%;
	/*background-color: #ffffff;*/
	content: "";
}

.clients-section .inner-container{
	position: relative;
	max-width: 1430px;
	margin: 0 auto;
	background-color: #0e0322;
}

.clients-section .sponsors-outer{
	position: relative;
	padding: 50px 55px;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.30);
	-moz-box-shadow: 0 0 21px rgba(0,0,0,0.30);
	-ms-box-shadow: 0 0 21px rgba(0,0,0,0.30);
	-o-box-shadow: 0 0 21px rgba(0,0,0,0.30);
	box-shadow: 0 0 21px rgba(0,0,0,0.30);
}

.clients-section .slide-item{
	position: relative;
}

.clients-section .image-box{
	position: relative;
	margin: 0;
	text-align: center;
	background: #fff;
	border-radius: 3%;
	padding: 20px;
}

.clients-section .image-box img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav{
	display: none;
}

.clients-section.style-two:before{
	display: none;
}

.clients-section.style-two .sponsors-outer{
	padding: 50px 0;
	box-shadow: none;
}

/***

==================================================================
		Contact Section
==================================================================

***/

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

.contact-section .sec-title{
	margin-bottom: 40px;
}

.contact-section .inner-container{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.contact-section .info-column{
	position: relative;
}

.contact-section .info-column .inner-column{
	position: relative;
}

.contact-section .info-column h4{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 25px;
}

.contact-section .info-column .contact-info{
	position: relative;
}

.contact-section .info-column .contact-info li{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 28px;
}

.contact-section .info-column .contact-info li a{
	display: inline-block;
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-section .info-column .contact-info li a:hover{
	color: #c79903 ;
}

.contact-section .form-column{
	position: relative;
}

.contact-section .form-column .inner-column{
	margin-top: -20px;
}

.contact-section .contact-form{
	position: relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #777777;
    line-height: 19px;
    padding: 10px 0px;
    background-color: transparent;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.contact-form .form-group button{
	padding: 15px 50px;
	line-height: 20px;
	text-transform: uppercase;
}

.contact-form .form-group label.error{
	color: #ff0000;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#0e0322;
	content: "";
	opacity: 0.90;
}

.main-footer .widgets-section{
	position:relative;
	padding: 90px 0 60px;
	margin-top: -100px;
}

.main-footer.alternate .widgets-section{
	margin-top: 0;
	padding-top: 95px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	line-height: 30px;
	padding-left: 25px;
	margin-bottom:45px;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 30px;
	color: #e39c05;
	font-weight: 400;
	content: "\f141";
	font-family: "FontAwesome";
	transform: rotate(90deg);
}

.main-footer .about-widget{
	position: relative;
	padding-right: 20px;
}

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 15px;
}

.main-footer .footer-logo figure{
	margin: 0;
	margin-top: -20px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget .text{
	position: relative;
	font-size: 15px;
	line-height: 36px;
	color: #f4f4f4;
	font-weight: 400;
}

/*Recent Posts*/

.recent-posts{
	position: relative;
}

.recent-posts .post{
	position: relative;
	min-height: 70px;
	padding-left: 105px;
	margin-bottom: 30px;
}

.recent-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 80px;
	overflow: hidden;
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 18px;
	color: #f4f4f4;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 3px;
}

.recent-posts .post h4 a{
	color:#f4f4f4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #c79903 ;
}

.recent-posts .post .info{
	position: relative;
	display: block;
}

.recent-posts .post .info li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	padding-right: 3px;
	margin-right: 3px;
}

.recent-posts .post .info li:before{
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	content: "/";
}

.recent-posts .post .info li:last-child:before{
	display: none;
}

/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 16px;
}

.main-footer .links-widget .list li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	content: "\f22b";
	font-family: "FontAwesome";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #f4f4f4;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,
.main-footer .links-widget .list li a:hover{
	color:#c79903 ;
}

.main-footer .gallery-widget{
	position: relative;
}

.main-footer .gallery-widget .outer{
	position:relative;
	margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 7px;
	margin-bottom:14px;
}

.main-footer .gallery-widget .image img{
	display:block;
	width:100%;	
}

.main-footer .gallery-widget .image a{
	position: relative;
	display: block;
}

.main-footer .gallery-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #c79903  padding-box content-box;
	padding: 5px;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-footer .gallery-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
	font-family: "FontAwesome";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	border-top: 1px solid #222222;
}

.main-footer .footer-bottom .inner-container{
	position: relative;
}

.main-footer .footer-bottom .inner-container:before{
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #c79903 ;
	content: "";
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:20px 0;
	padding-right: 40px;
	background-color: #c79903 ;
}

.main-footer .footer-bottom .copyright-text:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 40px solid transparent;
	border-bottom:70px solid #c79903 ;
	content: "";
}

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
}

.main-footer .footer-bottom .copyright-text a{
	color: #000000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
}

.main-footer .footer-bottom .social-links{
	position: relative;
	float: right;
	padding: 20px 0;
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
	float: left;
	margin-left: 26px;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f4f4f4;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: #c79903 ;
}

/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	overflow: hidden;
	padding: 0px 0 0px; 
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 50px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:55px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h3{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	text-transform: capitalize;
}

/*Search Box Widget*/

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

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:14px;
	color:#777777;
	line-height:28px;
	padding:15px 25px;
	height:60px;
	width:100%;
	border:1px solid #e1e1e1;
	background-color: #ffffff;
	border-radius: 60px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#c79903 ;	
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:60px;
	line-height: 60px;
	text-align:center;
	display:block;
	font-size:18px;
	background-color: #222222;
	color:#ffffff;
	font-weight:normal;
	border-radius: 0 30px 30px 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	background-color: #c79903 ;
	color: #222222;
}

/*=== Categories ===*/

.cat-list{
	position:relative;
	border :1px solid #e1e1e1;
}

.cat-list li{
	position:relative;
	margin-left: -1px;
	font-family: "Poppins", sans-serif;
	border-left: 7px solid transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li:hover,
.cat-list li.active{
	border-left: 7px solid #c79903 ;
}

.cat-list li a{
	position:relative;
	font-size:15px;
	color:#252525;
	line-height: 20px;
	font-weight:500;
	padding: 20px 40px;
	display:block;
	border-bottom :1px solid #e1e1e1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li a span{
	float: right;
	font-size: 16px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
}

.cat-list li:last-child a{
	border-bottom: 0;
}

.cat-list li.active a,
.cat-list li:hover a{
	color: #c79903 ;
}

.cat-list li.active a span,
.cat-list li:hover a span{
	color: #c79903 ;
}

/*=== Latest News ===*/

.latest-news .post{
	position: relative;
	padding-left: 130px;
	margin-bottom: 40px;
	min-height: 90px;
}

.latest-news .post-thumb{
	position: absolute;
	left: 0;
	top: 0;	
	height: 90px;
	width: 90px;
	margin-bottom: 20px;
}

.latest-news .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
}

.latest-news .post h3{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.latest-news .post h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover h3 a{
	color: #c79903 ;
}

.latest-news .post .post-info{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	font-weight: 400;
	font-style: italic;
}

/*=== Tags ===*/

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-bottom: 13px;
	margin-right: 10px;
} 

.tag-list li a{
	position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    padding: 10px 35px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	background-color: #222222;
	color: #ffffff;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title{
	position: relative;
	margin-bottom: 45px;
}

.group-title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
}

.comments-area{
	position:relative;
	margin-bottom: 70px;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom:56px;
}

.comments-area .comment-box.reply-comment{
	margin-left: 100px;
}

.comments-area .comment-box.reply-comment.reply{
	margin-left: 200px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment{
	position:relative;
	min-height: 80px;
	padding-top: 10px;
	padding-left: 100px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 75px;
	width: 75px;
	overflow: hidden;
	border-radius: 50%;
}

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

.comments-area .comment-info{
	position: relative;
	display: block;
}

.comments-area .comment-box .name{
	position: relative;
	display: block;
	font-size:18px;
	line-height:1.2em;
	font-weight:500;
	color:#222222;
	font-family: "Poppins", sans-serif;
	margin-bottom: 7px;
}

.comments-area .comment-box .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	font-weight: 400;
}

.comments-area .comment-box .text{
	font-size: 14px;
	line-height: 28px;
	color:#777777;
	font-weight: 400;
}

.comments-area .comment-box .rating{
	position: relative;
	display: block;
	font-size: 14px;
	color:#c79903 ;
	line-height: 20px;
}

.comments-area .comment-box .reply-btn{
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 15px;
	line-height: 25px;
	color: #c79903 ;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form{
 	position: relative;
}

.comment-form .group-title{
	margin-bottom: 30px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 22px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#c79903 ;
}

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

/*** 

====================================================================
		Contact Page Section
====================================================================

***/

.contact-page-section{
	position: relative;
	overflow: hidden;
	padding-bottom: 0px;
}

.contact-page-section .form-column{
	position: relative;
}

.contact-page-section .form-column .inner-column{
	position: relative;
    padding: 50px 50px 0;
    background-color: #fff;
    border-radius: 10px;

}

.contact-page-section .sec-title{
	margin-bottom: 30px;
}

.contact-page-section .contact-form{
	margin-bottom: 0px;
}

.contact-page-section .contact-info{
	position: relative;
}

.contact-page-section .contact-info .info-block{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.contact-page-section .contact-info .info-block .inner{
	position: relative;
}

.contact-page-section .contact-info .info-block h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 15px;
}

.contact-page-section .contact-info .info-block p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
}

.contact-page-section .contact-info .info-block p a{
	color: #777777;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .contact-info .info-block p a:hover{
	color: #c79903 ;
}

/*== Map Column ===*/

.contact-page-section .map-column .inner-column{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-left: 15px;
}

.contact-page-section .map-column .map-outer{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #222222;
}

.contact-page-section .map-column .map-canvas{
	position:absolute;
	height: 100%;
	width: 100%;
}

/*** 

====================================================================
	Services Sidebar
====================================================================

***/

.services-sidebar{
	position: relative;
}

.services-sidebar .sidebar-widget{
	margin-bottom: 50px;
}

.services-sidebar .sidebar-title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 30px;
}

/*Blog Category*/

.blog-cat{
	position:relative;
	border:1px solid #e1e1e1;
}

.blog-cat li{
	position:relative;
}

.blog-cat li:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	border-bottom:4px solid transparent;
}

.blog-cat li a{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height: 30px;
	color:#222222;
	display:block;
	border-bottom:1px solid #acacac;
	border-left: 5px solid transparent;
	padding: 20px 40px 19px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	right:33px;
	top:20px;
	color:#222222;
	font-size: 18px;
	line-height: 30px;
	font-family: 'FontAwesome';
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
	background-color:#c79903 ;
	border-left: 5px solid #222222;
}

/*Brochure Box*/

.brochure-box{
	position:relative;
	padding: 13px 25px;
	border:1px solid #dddddd;
	background-color: #f3f3f3;
	margin-bottom:15px;
	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;
}

.brochure-box .inner{
	position:relative;
	padding-left:45px;
}

.brochure-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.brochure-box .inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#222222;
	font-size:20px;
	line-height: 30px;
	font-weight:400;
	transition: all 300ms ease;
}

.brochure-box .inner .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height: 30px;
	color:#222222;
	font-family: 'Poppins', sans-serif;
	transition: all 300ms ease;
}

.brochure-box:hover{
	border-color:#c79903 ;
	background-color:#c79903 ;
}

.brochure-box:hover .inner .icon,
.brochure-box:hover .inner .text{
	color: #ffffff;
}


/*Help Box*/

.help-box{
	position:relative;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}

.help-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: #222222;
	opacity: .90;
}

.help-box .inner{
	position:relative;
	padding:45px 45px;
}

.help-box .inner .title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffb902;
	font-weight: 400;
	margin-bottom: 20px;
}

.help-box .inner h2{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	line-height:1.2em;
	text-transform: uppercase;
	margin-bottom:30px;
}

.help-box .inner .text{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	line-height: 28px;
	margin-bottom:45px;
}

.help-box .inner .theme-btn{
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px 35px;
	line-height: 20px;
	color: #ffffff;
}

/*** 

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.coming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align:center;
    vertical-align: middle;
}

.coming-soon .content .content-inner{
	position: relative;
	padding: 100px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo{
	position:relative;
	margin-bottom: 30px;
}

.coming-soon .content .content-inner h2{
	position:relative;
	color:#ffffff;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:30px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}

.coming-soon .content .content-inner .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	line-height:1.6em;
	margin-top:0px;
	margin-bottom:60px;
}

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	margin:0px 15px 0px;
	width:140px;
	height:120px;
	text-align:center;
	display:inline-block;
	color:#c79903 ;
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
	border-radius:50%;
	font-weight:700;
	margin-bottom:60px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:80px;
	line-height:40px;
	padding:40px 0px 30px;
	color:#ffffff;
	letter-spacing:1px;
	font-weight:700;
}

.coming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:770px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:60px;
	font-size:18px;
	color:#222222;
	overflow:hidden;
	padding:20px 50px 20px 50px;
	background:#ffffff;
	border-radius:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:195px;
	height:60px;
	line-height:40px;
	padding: 10px 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	border-radius:0px 50px 50px 0px;
}













































































/*Sidebar Range slider */

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 10px;
    overflow: hidden;
	margin-top:-20px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:400;
	margin-top:8px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width:75px;
	padding-left:8px;
	margin-top:8px;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:#777777;
	font-size:16px;
	font-weight:300;
	width:auto;
	text-align:left;	
}

.range-slider-one .ui-widget.ui-widget-content{
	height:3px;
	border:none;
	margin-bottom:35px;
	background:#eeeeee;	
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:3px;
	background:#333333;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-3px;
	width:10px;
	height:10px;
	background:#c79903 ;
	cursor:pointer;
	border-radius:0px;
	border-color:#c79903 ;
}

.range-slider-one .theme-btn{
	padding:8px 35px;
	border-radius:0px;
}

.range-slider-one .theme-btn:before{
	display: none;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{
	position:relative;
	padding:0px 0px;
	padding-left:90px;
	margin-bottom:20px;
}

.sidebar .related-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
	min-height:inherit;
}

.sidebar .related-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
}

.sidebar .related-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .related-posts .post h4{
	top:-2px;
	font-size:18px;
	font-weight:500;
	color:#333333;
	line-height:1.2em;
	text-transform:capitalize;
}

.sidebar .related-posts .post h4 a{
	color:#333333;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover{
	color:#c79903 ;	
}

.sidebar .related-posts .post .price{
	font-size:18px;
	letter-spacing:1px;
	font-weight:400;
	color:#777777;
}

.sidebar .related-posts .post .rating{
	margin-bottom:1px;	
	line-height:1em;
}

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:26px;
	color:#c79903 ;
}

.our-shop .styled-pagination{
	margin-top:40px;
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:60px;
}

.shop-item .inner-box{
	position:relative;
	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;
}

.shop-item .inner-box:hover .image .overlay-box{
	opacity:1;
}

.shop-item .inner-box .image{
	position:relative;
	z-index:11;
	text-align:center;
	background-color:#f8f8f8;
}

.shop-item .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	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;
}

.shop-item .inner-box .image .overlay-box .cart-option{
	position:relative;
	top:50%;
	margin-top:-25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li{
	position:relative;
	margin:0px 3px;
	color:#c79903 ;
	display:inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a{
	position:relative;
	width:64px;
	height:64px;
	color:#ffffff;
	font-size:18px;
	display:block;
	line-height:64px;
	text-align:center;
	border-radius:50%;
	background-color:#c79903 ;
	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;
}

/*.shop-item .inner-box .image .overlay-box .cart-option li a .fa{
	display:block;
	font-size:20px;
	margin-bottom:8px;
}*/

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{
	color:#ffffff;
}

.shop-item .inner-box .image img{
	width:100%;
	display:inline-block;
}

.shop-item .inner-box .lower-content{
	position:relative;
	z-index:11;
	padding:20px 0px 0px;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	margin-bottom:9px;
	text-transform:capitalize;
}

.shop-item .inner-box .lower-content h3 a{
	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;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#c79903 ;
}

.shop-item .inner-box .lower-content .add-cart{
	position:relative;
	color:#666666;
	font-weight:700;
	font-size:18px;
	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;
	font-family: 'Inter', sans-serif;
}

.shop-item .inner-box .lower-content .add-cart .fa{
	margin-right:5px;
}

.shop-item .inner-box .lower-content .add-cart:hover{
	color:#c79903 ;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#c79903 ;
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}

.shop-item .inner-box .lower-content .price .discount{
	position:relative;
	color:#777777;
	margin-right:8px;
	text-decoration:line-through;
}

.shop-item .inner-box .lower-content .rating .fa{
	position:relative;
	display:inline-block;
	font-size:16px;
	color:#c79903 ;
}




.product-details .basic-details{
	position:relative;
	margin-bottom:50px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f7f7f7;
	height: 500px;
	object-fit: cover;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
	font-size:24px;
	font-weight:700;
	margin:5px 0px 20px;
	line-height:1.4em;
	color:#222222;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:18px;
	color:#c79903 ;
	margin-bottom:15px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	display:inline-block;
	color:#777777;
	font-weight:400;
	margin-left:15px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#777777;	
}

.product-details .basic-details .details-header .item-price{
	font-size:22px;
	font-weight:700;
	color:#c79903 ;
	line-height:24px;
}

.product-details .basic-details .prod-info{
	margin-bottom:15px;
	line-height:1.6em;
	font-size:13px;	
}

.product-details .basic-details .prod-info strong{
	font-weight:700;
	color:#111111;	
}

.product-details .basic-details .text{
	margin-bottom:25px;
	color:#777777;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical{
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:85px;
	margin-bottom:25px;
	margin-right:25px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
	font-size:18px;
	line-height:24px;
	padding:10px 15px !important;
	height:50px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:12px 10px;
	background:#f4f5f6;
	border-radius:0px;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
	top:8px;	
}

.product-details .basic-details .add-to-cart{
	padding:11px 30px;
	font-weight:600;
	font-size:16px;
	border-radius:50px;
	text-transform:uppercase;
	margin-left: 20px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
}

.shop-single .product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:50px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:10px;
	font-size:16px;
	background:#eeeeee;
	color:#000000;
	text-transform:uppercase;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	border-radius:50px;
	padding:18px 43px 18px;
	transition:all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#000000;
	background:#c79903 ;
}

.shop-single .product-details .prod-tabs .tabs-content{
	position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
	color:#797979;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{
	margin-bottom:0px;
}

.prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;
	font-family: 'Montserrat', sans-serif;
}

/*Comment Form*/

.shop-comment-form{
	position:relative;
	margin-top:50px;
}

.shop-comment-form h2{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:500;
	margin-bottom:10px;
}

.shop-comment-form .mail-text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:15px;
}

.shop-comment-form .group-title{
	margin-bottom:20px;
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:20px;
}

.shop-comment-form .rating-box .text{
	position:relative;
	font-size:16px;
	color:#333333;
	margin-bottom:15px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:5px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#cccccc;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#c79903 ;
}

.shop-comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.shop-comment-form .form-group label{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:400;
}

.shop-comment-form .form-group:last-child{
	margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #dddddd;
	height:50px;
	color:#848484;
	font-weight:300;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:#c79903 ;
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #dddddd;
	height:120px;
	font-weight:300;
	background:#ffffff;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form button{
	position:relative;
	font-weight:600;
	font-size:16px;
	padding:10px 32px;
	margin-top:10px;
	text-transform:uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#f06529;	
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0px 60px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

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

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

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#222222;
	color:#ffffff;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:15px 25px;
	font-weight:700;
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	border-right:1px solid #ffffff;
	font-family: 'Inter', sans-serif;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:30px 25px 30px;
}

.cart-table tbody tr .qty{
	width:200px;
}

.cart-table tbody tr .qty .item-quantity{
	max-width: 100px;
	margin: 0 auto;
}


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

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:relative;
	width:140px;
	margin: 0 auto;
	text-align: center;
}

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

.cart-table tbody tr .prod-column .column-box h4{
	font-size:14px;
	color:#444444;
	font-weight:400;
	line-height:90px;
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;
	font-size:16px;
}

.cart-table tbody tr .sub-total.price{
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#c79903 ;
	line-height:30px;
	font-weight:500;
	-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;
	font-size:18px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#444444;
}

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

.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	text-align:center;
	border-left:1px solid #cccccc;
}

.cart-table tbody tr td.prod-column{
	padding-left:48px;
}

.cart-table tbody tr td.total{
	font-size:18px;
	color:#333333;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #ebebeb;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:400;
	font-family: 'Inter', sans-serif;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.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:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:40px 0px 10px;
	margin-bottom:30px;
	border-top:0px;
}

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

.cart-section .cart-options .cart-btn{
	padding:13px 36px;
    line-height: 24px;
	font-size:15px;
	color:#ffffff;
	font-weight:700;
	border-radius:50px;
	text-transform:capitalize;
	background-color:#c79903 ;
	font-family: 'Montserrat', sans-serif;
	-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-section .cart-options .cart-btn:hover{
	background-color:#222222;
}

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

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:28px;
	padding:10px 25px;
	border:1px solid #cccccc;
	width:225px;
	height:50px;
	background:#ffffff;
	border-radius:50px;
}

.cart-section .coupon-btn{
    padding:13px 29px;
    line-height: 24px;
	font-size:16px;
	color:#ffffff;
	font-weight:700;
	border-radius:50px;
	text-transform:capitalize;
	background-color:#c79903 ;
	font-family: 'Montserrat', sans-serif;
	-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-section .coupon-btn:hover{
	background-color:#222222;
}

.cart-section .cart-options .btn-style-one{
	top:-7px;
	padding-left:32px;
	padding-right:32px;
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #cccccc;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:18px 30px;
	border-bottom:1px solid #cccccc;	
}

.cart-section .totals-table li:first-child{
	background-color:#dddddd;
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:700;
	color:#333333;
	font-size:18px;
	font-family: 'Inter', sans-serif;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	padding:40px 20px 50px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#222222;
	font-size:16px;
	font-weight:700;
	text-transform:capitalize;
	font-family: 'Inter', sans-serif;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;	
}

.cart-section .totals-table .total .price{
	color:#c79903 ;
	font-weight:400;
}

.cart-section .totals-table .proceed-btn{
    padding: 13px 33px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
	border-radius:50px;
    text-transform: capitalize;
    background-color: #c79903 ;
    font-family: 'Montserrat', sans-serif;
    -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-section .totals-table .proceed-btn:hover{
	background-color:#222222;
}

.shipping-block{
	position:relative;
	margin-bottom:60px;
}

.shipping-block .inner-box{
	position:relative;
	padding:20px 25px 10px;
	border:1px solid #cccccc;
}

.shipping-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	margin-bottom:4px;
	text-transform:capitalize;
}

.shipping-block .inner-box h4{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:400;
	margin-bottom:22px;
	text-transform:capitalize;
}

.shipping-form{
	position:relative;
}

.shipping-form .row{
	position:relative;
	margin:0px -10px;
}

.shipping-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 10px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 20px;
	height:45px;
	font-size:14px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus{
	border-color:#c79903 ;
}

.shipping-form button{
	padding: 13px 33px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
	margin-top:6px;
	border-radius:50px;
    text-transform: capitalize;
    background-color: #c79903 ;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form button:hover{
	background-color:#222222;
}


/*====================================================================
				CheckOut Section
====================================================================*/

.checkout-page{
	position:relative;
	padding:100px 0px 50px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:50px;	
}

.checkout-page .default-links li{
	line-height:25px;
	padding:25px 25px;
	font-size:16px;
	font-weight: 500;
	color:#666666;
	background-color :#eeeeee;
	margin-bottom: 40px;
}

.checkout-page .default-links li .fa{
	position:relative;
	font-size:24px;
	line-height: 25px;
	color:#ff9f14;
	margin-right:20px;
}

.checkout-page .default-links li a{
	color:#666666;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checkout-page .default-links li a:hover{
	color: #ff9f14;
}	

.checkout-page .sec-title{
	margin-bottom: 20px;
} 

.checkout-page .sec-title h3{
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
}

.checkout-form{
	position:relative;
	margin-bottom: 50px;
}

.checkout-form .column{
	position: relative;
}

.checkout-form .form-group{
	position:relative;
	margin-bottom: 15px;
}

.checkout-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:capitalize;
	color:#222222;	
	font-size:15px;
	font-weight:500;
	margin-bottom:10px;
}

.checkout-form .form-group .field-label span{
	position: relative;
	font-size: 16px;
	color: #222222;
	display: block;
	font-weight: 600;
}

.checkout-form .form-group .field-label sup{
	top:-1px;
	font-size:15px;
	color: #009fe9;
}

.checkout-form .form-group .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	font-size: 16px;
	line-height:26px;
	color: #777777;
	padding:12px 22px;
	height:50px;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-form select{
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea{
	resize:none;
	height:60px !important;	
	padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
	border-color: #ff9f14;
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:16px;
	cursor:pointer;
	color:#333333;
}

.checkout-page .lower-content{
	margin-top:30px;
}

.checkout-page .lower-content .order-column{
	margin-bottom:40px;
}

.checkout-page .lower-content .column h2{
	position:relative;
	color:#222222;
	font-size:24px;
	margin-bottom:30px;
	padding-bottom:12px;
}

.checkout-page .lower-content .column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#fa9928;
}

/*Coupon Box*/

.coupon-box{
	position:relative;
	padding:25px 25px;
	margin-bottom:25px;
	background-color:#f5f5f5;
}

.coupon-form{
	position:relative;
}

.coupon-form .form-group{
	position:relative;
	margin-bottom:0px;
}

.coupon-form .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:44px;
	font-size:14px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus{
	border-color: #ff9f14;
}

.coupon-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	padding:8px 26px;
	text-transform:capitalize;
}

.order-box{
	position:relative;
	margin-bottom: 50px;
}

.order-box .sec-title{
	margin-bottom: 25px;
}

.order-box .sec-title h2{
	font-size: 28px;
	padding-bottom: 0;
}

.order-box .sec-title h2:before{
	display: none;
}

.order-box .title-box{
	position:relative;
	padding:15px 30px;
	font-weight: 500;
	color: #ffffff;
	background-color :#222222;
}

.order-box .title-box .col{
	position:relative;
	width:50%;
	float:left;
	color:#ffffff;
	font-size: 16px;
	line-height: 25px;
}

.order-box ul{
	position:relative;
}

.order-box ul li{
	position:relative;
	padding: 25px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	line-height: 30px;
	border-bottom:1px solid #cccccc;
}

.order-box ul li strong{
	color:#222222;
	font-weight: 500;
	font-size:16px;
}

.order-box ul li span{
	width:50%;
	float:right;
	color:#ff9f14;
	font-size:16px;
}

.order-box ul li span.free{
	color:#777777;
}

.order-box ul li:last-child{
	border-bottom: 0;
}

.payment-box{
	position:relative;
	margin-bottom: 50px;
}

.payment-box .upper-box{
	position:relative;
	padding:15px 35px;
	background-color:#f5f5f5;
	border-bottom:1px solid #b7b7b7;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.payment-box .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.payment-box .payment-options li .radio-option{
	position:relative;		
}

.payment-box .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight: 500;
	text-transform:capitalize;
	color:#222222;
	cursor:pointer;
	font-size:16px;
}

.payment-box .payment-options li .radio-option label strong{
	font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.payment-box .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
	padding:15px 20px;
	margin-top:20px;
	background-color :#ff9f14;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text{
	display:block;
}

.payment-box .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:30px;
	top:-8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #ff9f14;
}

.payment-box .payment-options li .radio-option label img{
	position:relative;
	display:block;
	max-width:100%;
	padding-left:30px;	
	margin-top:20px;
}

.payment-box .payment-options li .radio-option .what-paypall{
	position:relative;
	display:block;
	color:#777777;
	font-size:16px;
	font-weight:700;
	margin-left:120px;
	margin-top:10px;
}

.payment-box .lower-box{
	position:relative;
	background-color: #f5f5f5;
	padding: 30px 35px;
}

.payment-box .lower-box .theme-btn{
	padding: 13px 32px;
	font-weight: 400;
	margin-right: 0;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section{
	position:relative;
	padding:120px 0px 90px;
}

.login-form.register-form{
	padding-bottom:47px;
}

.login-section h2{
	position:relative;
	color:#222222;
	font-size:36px;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:25px;
}

.login-form{
	position:relative;
	margin-bottom:40px;
	padding:30px 40px 25px;
	background-color:#f9f9f9;
}

.login-form .form-group{
	position:relative;
	margin-bottom:16px;
}

.login-form .form-group.check-box{
	margin-bottom:0px;
}

.login-form .form-group:nth-child(2){
	margin-bottom:25px;
}

.login-section.style-two .login-form .form-group:nth-child(2){
	margin-bottom:15px;
}

.login-form .form-group label{
	position:relative;
	top:-1px;
	color:#666666;
	font-weight:400;
	font-size:14px;
	margin-bottom:12px;
}

.login-form .form-group.no-margin{
	margin-bottom:0px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	color: #666666;
	font-size:14px;
	border:1px solid #e0e0e0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
	border-color:#c79903 ;
}

.login-form button{
	top:0px;
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	padding:10px 36px;
	line-height: 25px;
	color:#ffffff;
	text-transform:uppercase;
}

.login-form .psw{
	position:relative;
	color:#666666;
	font-size:16px;
}

.login-form .psw:hover{
	text-decoration: underline;
}

/*** 

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

***/

.error-section{
	position:relative;
	text-align:center;
	padding:170px 0px 170px;
}

.error-section .error-title{
	position:relative;
	color:#222222;
	font-size:200px;
	font-weight:800;
	line-height:1em;
}

.error-section .error-title span{
	color: #c79903 ;
}

.error-section h4{
	color:#333333;
	font-size:40px;
	font-weight:500;
	text-transform:capitalize;
}

.error-section .text{
	color:#666666;
	font-size:24px;
	margin-top:18px;
	margin-bottom:45px;
}

.error-section .theme-btn{
	border-radius:5px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}

/***

==================================================================
		Right To Left Style
==================================================================

***/

.rtl{
	direction: rtl;
	text-align: right;
}

.rtl .group-title h2,
.rtl .styled-pagination,
.rtl .owl-carousel{
	direction: ltr !important;
}

.rtl .blog-detail .tags ul li,
.rtl .blog-detail .tags .title,
.rtl .page-title .title-box,
.rtl .project-detail .info-list li strong,
.rtl .service-detail .prod-tabs .tab-btns .tab-btn,
.rtl .header-style-four .main-menu,
.rtl .header-style-three .main-menu,
.rtl .projects-section-two .upper-box .sec-title,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .testimonial-section .testimonial-column,
.rtl .main-header .top-left,
.rtl .main-menu .navigation > li,
.rtl .header-style-one .main-menu,
.rtl .header-style-five .nav-outer,
.rtl .banner-section .bottom-box .contact-info,
.rtl .main-header .contact-info li span,
.rtl .main-header .logo-box{
	float: right;
}

.rtl .cat-list li a span,
.rtl .page-title .bread-crumb,
.rtl .header-style-four .header-top .top-right,
.rtl .header-style-four .outer-box,
.rtl .header-style-three .nav-outer,
.rtl .main-header .top-right,
.rtl .header-style-four .nav-outer,
.rtl .projects-section-two .upper-box .link-box,
.rtl .main-footer .footer-bottom .social-links,
.rtl .testimonial-section .title-column,
.rtl .main-header .nav-outer,
.rtl .header-style-five .outer-box,
.rtl .header-style-one .outer-box{
	float: left;
}

.rtl .comments-area .comment-box .author-thumb,
.rtl .blog-detail .news-block-two .caption-box blockquote .icon,
.rtl .latest-news .post-thumb,
.rtl .feature-block h3:before,
.rtl .active-side-nav .sidenav-bar,
.rtl .banner-carousel-two .content-box .count,
.rtl .list-style-one li:before,
.rtl .news-block-four .image-box,
.rtl .main-footer .links-widget .list li:before,
.rtl .active-side-nav .hidden-bar,
.rtl .contact-info-box .info-list:before,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .testimonial-carousel .owl-nav,
.rtl .recent-posts .post .thumb,
.rtl .brochure-box .inner .icon,
.rtl .service-detail .inner-box ul li:before,
.rtl .fact-counter .count-box:before,
.rtl .about-section .image-column .image-box .alphabet-img,
.rtl .about-section .content-column .content-box .title h2:before,
.rtl .main-menu .navigation > li > ul{
	left: auto;
	right: 0;
}

.rtl .comments-area .comment-box .reply-btn,
.rtl .news-block-two .blockquote .author,
.rtl .sidenav-bar .cross-icon,
.rtl .offer-section .form-column .upper-box .discount,
.rtl .banner-section-two .slide-item .content-box:before,
.rtl .banner-carousel-three .owl-nav,
.rtl .testimonial-block .image-box,
.rtl .team-block .image-box .social-links{
	right: auto;
	left: 0;
}

.rtl .testimonial-section .title-column .inner-column,
.rtl .team-block .inner-box .designation,
.rtl .projects-carousel .owl-nav,
.rtl .about-section .image-column .image-box .image{
	text-align: left;
}

.rtl .header-style-three .logo-box:before{
    margin-left: -230px;
    right: auto;
    left: 100%;
    transform: skew(-40deg);
}

.rtl .sidenav-bar .side-nav .navigation > li.dropdown > a{
	padding-right: 0;
	padding-left: 30px;
}

.rtl .header-style-one .outer-box{
	margin-left: 0;
	margin-right: 45px;
}

.rtl .fixed-header .sticky-header .logo{
	float: right !important;
}

.rtl .fixed-header .sticky-header .pull-right{
	float: left !important;
}

.rtl .sidenav-bar .side-nav .navigation > li.dropdown > a:before{
	right: auto;
	left: 0;
	content: "\f104";
}

.rtl .banner-section .bottom-box .contact-info li span{
	float: right;
	margin-left: 10px;
}

.rtl .sidenav-bar .side-nav .navigation > li.active > a:before{
	content: "\f107";
}

.rtl .mCSB_inside>.mCSB_container{
	margin-right: 0;
	margin-left: 0 !important;
}

.rtl .social-icon-one li{
	margin-left: 0;
	margin-right: 22px;
}

.rtl .main-menu .navigation > li{
	margin-right: 35px;
	margin-left: 0;
}

.rtl .main-menu .navigation > li > ul > li > ul{
	right: 110%;
	left: auto;
}

.rtl .main-menu .navigation > li > ul > li:hover > ul{
	right: 100%;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a{
	text-align: right !important;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a{
	border-left: 0;
	border-right: 4px solid transparent;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover,
.rtl .main-menu .navigation > li > ul > li > ul > li:hover > a,
.rtl .main-menu .navigation > li > ul > li:hover > a{
	border-left: 0;
	border-right: 4px solid #c79903 ;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	left: 10px;
	right: auto;
	content: "\f104";	
}

.rtl .sticky-header .main-menu .navigation > li{
	margin-left: 0 !important;
}

.rtl .about-section .image-column .title-box h2{
	text-align: center;
}

.rtl .fact-counter .count-box{
	padding-right: 20px;
	padding-left: 0;
}

.rtl .header-style-two .outer-box{
	float: left;
	margin-left: 0;
	margin-right: 45px;
}

.rtl .header-style-two .main-menu{
	float: right;
}

.rtl .header-style-two .search-box-outer{
	float: left;
	margin-right: 45px;
	margin-left: 0;
}

.rtl .main-header .search-box-outer .dropdown-menu{
	right: auto !important;
	left: 0 !important;
}

.rtl .main-header .cart-btn{
	float: right;
}

.rtl .fact-counter .count-box .count{
	float: right;
	margin-left: 15px;
	margin-right: 0;
}

.rtl .project-block .overlay-box h4{
	right: auto;
	left: 30px;
}

.rtl .project-block .overlay-box .tag{
	left: auto;
	right: 30px;
}

.rtl .banner-carousel .owl-nav{
	right: auto;
	left: 30%;
}

.rtl .banner-section:before{
	right: auto;
	left: 0;
	transform: scaleX(-1);
}

.rtl .team-block .inner-box{
	padding-right: 0;
	padding-left: 50px;
}

.rtl .team-block .inner-box:hover .image-box .social-links li{
	right: auto;
	left: -50px;
}

.rtl .team-block .image-box .name{
	right: auto;
	left: -40px;
}

.rtl .testimonial-block{
	padding-right: 0;
}

.rtl .testimonial-block .inner-box{
	padding-right: 0;
	padding-left: 220px;
	text-align: left;
}

.rtl .testimonial-block:before{
	right: auto;
	left: 0px;
}

.rtl .testimonial-carousel .active .testimonial-block:before{
	left: 30px;
}

.rtl .main-footer .footer-column .widget-title{
	padding-left: 0;
	padding-right: 25px;
}

.rtl .recent-posts .post{
	padding-left: 0;
	padding-right: 105px;
}

.rtl .main-footer .links-widget .list li{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .main-footer .footer-bottom .inner-container:before{
	right: auto;
	left: 100%;
}

.rtl .main-footer .footer-bottom .copyright-text:before{
	left: auto;
	right: 100%;
	border-right: 0;
	border-bottom: 0;
	border-left: 40px solid transparent;
	border-bottom: 70px solid #c79903 ;
}

.rtl .main-footer .footer-bottom .social-icon-two li{
	margin-left: 0;
	margin-right: 26px;
}

.rtl .main-footer .footer-bottom .copyright-text{
	padding-right: 0;
	padding-left: 40px;
}

.rtl .offer-section .form-column .upper-box{
	padding-right: 0;
	padding-left: 200px;
}

.rtl .products-carousel .owl-nav{
	left: auto;
	right: -32%;
}

.rtl .header-style-three .outer-box{
	margin-left: 0;
	margin-right: 80px;
	float: left;
}

.rtl .hidden-bar .inner-box .cross-icon{
	right: auto;
	left: 30px;
}

.rtl .banner-carousel-two .content-box .inner-box{
	padding-left: 0;
	padding-right: 30px;
	float: left;
}

.rtl .banner-carousel-two .content-box .inner-box:before{
	left: auto;
    right: 100%;
}

.rtl .banner-section-three .bottom-box .outer-box:before{
	margin-left: 0;
	margin-right: -300px;
	left: auto;
	right: 100%;
    transform: skew(-40deg);
}

.rtl .banner-carousel-two .owl-nav{
	text-align: left;
}

.rtl .banner-section-three .social-links{
	float: right;
}


.rtl .carousel-outer .thumbs-carousel .owl-nav{
	bottom: auto;
	top: -525%;
}

.rtl .testimonial-carousel-two{
	padding-left: 0;
	padding-right: 100px;
}

.rtl .testimonial-carousel-two .owl-nav{
	left: auto;
	right: -135px;
}

.rtl .accordion-box .block .acc-btn{
	padding-right: 25px;
	padding-left: 50px;
}

.rtl .accordion-box .block .icon{
	right: auto;
	left: 15px;
}

.rtl .main-header .contact-info li:first-child{
	margin-left: 0;
}

.rtl .news-block-two .caption-box .info li:first-child,
.rtl .service-detail .prod-tabs .tab-btns .tab-btn:first-child,
.rtl .news-block-four .content-box .info li:first-child{
	margin-right: 0;
}

.rtl .news-block-four .inner-box{
	padding-left: 0;
	padding-right: 300px;
}

.rtl .news-section-two .column .inner-column{
	padding-right: 0;
	padding-left: 25px;
}

.rtl .header-style-four .search-box-btn{
	margin-left: 0;
	margin-right: 55px;
}

.rtl .sidebar .search-box .form-group input[type="submit"], 
.rtl .sidebar .search-box .form-group button,
.rtl .coming-soon .emailed-form .form-group input[type="submit"], 
.rtl .coming-soon .emailed-form button{
	right: auto;
	left: 0;
	border-radius: 50px 0px 0px 50px;
}

.rtl .specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav{
	left: 96%;
	top: 368%;
}

.rtl .blog-cat li a:before{
	right: auto;
	left: 33px;
	content: "\f104";
}

.rtl .blog-cat li a{
	border-left:0;
	border-right: 5px solid transparent;
}

.rtl .blog-cat li.active a, 
.rtl .blog-cat li a:hover{
	border-left: 0;
	border-right: 5px solid #222222;
}

.rtl .service-detail .inner-box ul li,
.rtl .brochure-box .inner{
	padding-left: 0;
	padding-right: 40px;
}

.rtl .mixitup-gallery .filters li{
	float: right;
	margin-right: 0;
	margin-left: 30px;
}

.rtl .mixitup-gallery .filters li:last-child{
	margin-left: 0;
}

.rtl .project-detail .project-tabs .tab-btns{
	float: right;
	margin-left: 30px;
	margin-right: 0;
}

.rtl .list-style-one li{
	padding-left: 0;
	padding-right: 35px;
}

.rtl .news-block-two .blockquote .icon{
	left: auto;
	right: 70px;
}

.rtl .cat-list li{
	border-left: 0;
	border-right: 7px solid transparent;
}

.rtl .cat-list li.active,
.rtl .cat-list li:hover{
	border-left: 0;
    border-right: 7px solid #c79903 ;
}

.rtl .latest-news .post{
	padding-left: 0;
	padding-right: 130px;
}

.rtl .tag-list li{
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.rtl .blog-detail .news-block-two .caption-box blockquote{
	padding-left: 0;
	padding-right: 40px;
}

.rtl .social-icon-colored li{
	float: right;
	margin-left: 6px;
	margin-right: 0;
}

.rtl .social-icon-colored li a i{
	margin-right: 0;
	margin-left: 10px;
}

.rtl .comments-area .comment{
	padding-left: 0;
	padding-right: 100px;
}

.rtl .blog-detail.style-two .comments-area .comment{
	padding-left: 0;
	padding-right: 110px;
}

.rtl .comments-area .comment-box.reply-comment{
	margin-left: 0;
	margin-right: 100px;
}

.rtl .comments-area .comment-box.reply-comment.reply{
	margin-left: 0;
	margin-right: 200px;
}

.rtl .blog-detail.style-two .news-block-two .caption-box blockquote{
	padding-left: 0;
	padding-right: 25px;
}

.rtl .news-block .image-box{
	margin-right: 0;
	margin-left: 40px;
}

.rtl .news-block .caption-box{
	margin-left: 0;
	margin-right: 40px;
}

.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.rtl .product-details .basic-details .item-quantity{
	float: right;
	margin-right: 0;
	margin-left: 25px;
}

.rtl .product-details .basic-details .add-to-cart{
	margin-left: 0;
	margin-right: 20px;
}

.rtl .checkout-page .default-links li .fa{
	margin-right: 0;
	margin-left: 20px;
}

.rtl .payment-box .payment-options li .radio-option label{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"]{
	left: auto;
	right: 0;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before{
	left: auto;
	right: 30px;
}

.rtl .shop-item .inner-box .lower-content .add-cart .fa{
	margin-right: 0;
	margin-left: 5px;
}

.rtl .banner-section .slide-item:before{
  left: auto;
  right: -15%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
}

.rtl .main-header .contact-info li span{
	margin-right: 0;
	margin-left: 20px;
}

.rtl .banner-carousel-three .slide-item:before {
    left: auto;
    right: -15%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}


.rtl .header-style-six .btn-box{
	float: left;
}
  
.rtl .header-style-six .outer-box{
  	float: right;
  	margin-right: 100px;
}
  
.rtl .header-style-six .logo-box{
  	padding-right: 0;
  	padding-left: 30px;

}

.rtl .banner-section-five .content-box .video-link{
	right: auto;
	left: 15px;
}

.rtl .banner-section-five .social-links{
	left: auto;
	right: 80px;
	text-align: center;
}

.rtl .banner-section-five .owl-dots{
	right: auto;
	left: 80px;
}

.rtl .banner-section-five .slide-item .content-box:before{
	right: auto;
	left: 0;
}

.rtl .header-style-seven .outer-box{
	float: left;
	margin-left: 0;
	margin-right: 80px;
}

.rtl .header-style-seven .main-menu{
	float: right;
}

.rtl .banner-section-six .content-box .inner-box{
	float: none;
}

.rtl .header-style-five .nav-outer{
	float: right;
}
/*** 

====================================================================
	Box Layout
====================================================================

***/

.box-layout .page-wrapper{
	max-width: 1400px;
	margin: 0 auto;
	border: 15px solid #ffffff;
	overflow: hidden;
	background-color: #ffffff;
}

.box-layout{
	background-image: url(../images/background/3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}


.box-layout .header-style-four.fixed-header .header-lower,
.box-layout .sticky-header{
	max-width: 1370px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.box-layout	.header-style-one .inner-container{
	padding: 0 30px;
}

.box-layout	.banner-section{
	padding-left: 0;
}

.box-layout	.header-style-one .outer-box .contact-info{
	padding-left: 0;
	margin-left: 35px;
	display: none;
}

.box-layout .header-style-one{
	top: 15px;
}

.box-layout .header-style-six.fixed-header .outer-container,
.box-layout .header-style-one.fixed-header{
	top: 0;
}

.box-layout .banner-section-six,
.box-layout .banner-section-three{
	padding: 0;
}

.box-layout .banner-carousel-two .owl-nav{
	right: 45px;
}

.box-layout .header-style-three .inner-container{
	padding: 0 15px;
}


.box-layout .coming-soon{
	position: relative;
}

.box-layout .coming-soon .content{
	position: relative;
}


.box-layout	.header-style-five .inner-container{
	padding: 0 30px;
}

.box-layout .banner-section-six .contact-info,
.box-layout .banner-section-six .social-links,
.box-layout	.header-style-five .outer-box .contact-info{
	padding-left: 0;
	margin-left: 35px;
	display: none;
}

.about-style {
    padding: 40px 0 0 0;
    background: #0c1f43;
    overflow: hidden; /* 🔥 stops outside breaking */
    /*border-bottom: 3px solid #d9a100;*/
}

/* LEFT CONTENT */
.about-content {
    padding-left: 40px;
}

.subtitle {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 42px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
    background: linear-gradient(rgb(255, 243, 176), rgb(247, 210, 122), rgb(201, 151, 43), rgb(122, 83, 21)) text;
    margin-bottom: 20px;
}

.about-content p {
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}

.btn-premium {
    padding: 12px 30px;
    border: 1px solid #c79903 ;
    color: #c79903 ;
    text-decoration: none;
    transition: 0.3s;
}

.btn-premium:hover {
    background: #c79903 ;
    color: #fff;
}

/* RIGHT IMAGES */
.image-wrapper {
    position: relative;
    max-width: 550px;
    margin-left: auto;
    padding-bottom: 120px; /* 🔥 IMPORTANT: creates space for overlap */
}
.image-wrapper img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* Main */
.img-main {
    position: relative;
    z-index: 1;
}

/* Right */
.img-right {
   position: absolute;
    right: -30px;   /* was -60px ❌ */
    top: 40px;
    width: 50%;
    z-index: 2;
    background: #fff;
    padding: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.about-content {
    position: relative;
    padding: 40px;
    color: #fff;

    /* background:
        linear-gradient(to right, #0e0322 40%, rgba(14,3,34,0.2) 100%),
        url("../images/resource/about-small.jpg") no-repeat right bottom; */

    background-size: cover;
}
/* Bottom */
.img-bottom {
     position: absolute;
    bottom: -40px;  /* was -60px ❌ */
    left: 40px;
    width: 40%;
    z-index: 3;
    background: #fff;
    padding: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .img-right,
    .img-bottom {
        position: relative;
        right: 0;
        left: 0;
        top: 20px;
        bottom: 0;
        width: 100%;
        margin-top: 15px;
    }
}

.wp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:225px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
    font-size:30px;
  box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.wp:hover .fa{color:#fff;}
.wp a{color:#FFF;}
.my-float{margin-top:16px;}


.wp1{
  position:fixed;
  width:60px;
  height:60px;
  bottom:150px;
  right:20px;
  background-color:#d4a017;
  color:#FFF;
  border-radius:50px;
  text-align:center;
    font-size:30px;
  box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.wp1:hover .fa{color:#fff;}
.wp1 a{color:#FFF;}
.my-float1{margin-top:16px;}

.global-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0a2140;
    padding: 25px 60px 50px;
    /*border-radius: 10px;*/
    color: #fff;
}



/* LEFT */
.global-left {
    width: 52%;
}

.global-right span {
  font-size: 20px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
    background: linear-gradient(rgb(255, 243, 176), rgb(247, 210, 122), rgb(201, 151, 43), rgb(122, 83, 21)) text;
}

.global-left h2 {
    font-size: 36px;
    margin: 15px 0;
}

/* FLAGS */
.flag-list {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.flag-list img {
    width: 50px;
    border-radius: 3px;
}

/* BUTTON */
.global-btn {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(45deg, #dd9e08, #dd9e08);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

/* RIGHT MAP */
.global-right {
    width: 42%;
    position: relative;
}

.map-img {
    width: 100%;
    opacity: 0.9;
}

/* SHOW ON HOVER */
.pin:hover::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.pin:hover::after {
    opacity: 1;
}
.why-choose {
    background: #F8F8F8;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.section-title h2 {
       font-size: 42px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    /*text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;*/
    background: linear-gradient(rgb(255, 243, 176), rgb(247, 210, 122), rgb(201, 151, 43), rgb(122, 83, 21)) text;
}

.section-title p {
    color: #bbb;
    margin-bottom: 50px;
}

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

.why-card {
    background: #0B1F3F;
    padding: 30px;
    border-radius: 12px;
    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.08);
}

.why-card:hover {
    transform: translateY(-10px);
    border-color: #c9972b;
    box-shadow: 0 10px 30px rgba(201,151,43,0.2);
}

.why-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #c9972b;
}
.why-crad span {
    margin-right: 8px;
    color: #c9972b;
    font-size: 16px;
}

.why-card h3 {
    font-size: 20px;
    margin-bottom: 10px;

    background: linear-gradient(180deg, #f7d27a, #c9972b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-card p {
    font-size: 14px;
    color: #ccc;
}

/* SECTION BACKGROUND */
.why-unique {
    position: relative;
    background: #F8F8F8;
    padding: 50px 0 170px;
    color: #fff;
    overflow: hidden;
}

.why-unique::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') bottom center no-repeat;
    background-size: cover;

    z-index: 1;
}

.why-unique .container{
    position: relative;
    z-index: 2;
}
/* FLEX LAYOUT */
.why-flex {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* LEFT SIDE */
.why-left {
    flex: 1;
}


.why-left h2 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;

    background: linear-gradient(180deg, #bd8f05, #bd8f05, #bd8f05, #bd8f05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /*text-shadow: 0 2px 10px rgba(0,0,0,0.5);*/
}

.why-left p {
    margin: 0 0;
    color: #0e0322;
    line-height: 1.6;
    max-width: 500px;
}

/* BUTTON */
.why-btn {
    display: inline-block;
    padding: 11px 10px;
    border: 1px solid #c9972b;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    background: linear-gradient(180deg, #f7d27a, #c9972b);
     box-shadow: 0 5px 20px rgba(201,151,43,0.4);
}

.why-btn:hover {
    color: #fff;
   
}

/* RIGHT SIDE */
.why-right {
    flex: 1;
    position: relative;
    padding-left: 40px;
}

/* GLOWING LINE */
.why-right::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #c9972b, transparent);
    box-shadow: 0 0 12px rgba(201,151,43,0.6);
}

/* ITEM */
.why-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    transition: 0.3s;

    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s forwards;
}

/* STAGGER ANIMATION */
.why-item:nth-child(2) { animation-delay: 0.2s; }
.why-item:nth-child(3) { animation-delay: 0.4s; }
.why-item:nth-child(4) { animation-delay: 0.6s; }

/* HOVER MOVE */
.why-item:hover {
    transform: translateX(10px);
}

/* DOT */
.why-item .dot {
    width: 12px;
    height: 12px;
    background: #c9972b;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 6px;

    box-shadow: 0 0 10px rgba(201,151,43,0.8);
    animation: pulse 2s infinite;
}

/* TITLE */
.why-item h3 {
    margin-bottom: 5px;
    font-size: 18px;
    transition: 0.3s;

    background: linear-gradient(180deg, #f7d27a, #c9972b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* TITLE HOVER */
.why-item:hover h3 {
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px rgba(255, 200, 100, 0.5);
}

/* TEXT */
.why-item p {
    color: #0e0322;
    font-size: 14px;
}

/* ANIMATIONS */
@keyframes pulse {
    0% { box-shadow: 0 0 5px rgba(201,151,43,0.5); }
    50% { box-shadow: 0 0 20px rgba(201,151,43,1); }
    100% { box-shadow: 0 0 5px rgba(201,151,43,0.5); }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .why-flex {
        flex-direction: column;
        gap: 40px;
    }

    .why-left {
        text-align: center;
    }

    .why-left p {
        margin: 20px auto;
    }

    .why-right {
        padding-left: 20px;
    }
}

.certificate-section {
    position: relative;
    background: #F8F8F8;
    padding: 140px 0 50px;
    /*border-top: 1px solid #c9a35c;*/
    /*border-bottom: 1px solid #c9a35c;*/
    overflow: hidden;
}

/* TOP BRUSH EFFECT */
.certificate-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;

    background: url('../images/nevy-brush.png') top center no-repeat;
    background-size: cover;

    z-index: 1;
}

/* Content above brush */
.certificate-section .container,
.certificate-section .auto-container{
    position: relative;
    z-index: 2;
}
.cert-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* CARD */
.cert-box1 {
    background: #0B1F3F;
    border: 1px solid rgba(201,163,92,0.4);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: 0.3s;
    position: relative;
    height: 100%;
}

/* GOLD HOVER */
.cert-box:hover {
    border-color: #c9a35c;
    transform: translateY(-5px);
}

/* IMAGE */
.cert-img {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.cert-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* TEXT */
.cert-box1 h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.cert-box1 p {
    color: #c9a35c;
    font-size: 13px;
    margin: 0;
}

/* =========================
   LARGE TABLET
========================= */

@media (max-width: 991px) {

    .cert-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* =========================
   TABLET
========================= */

@media (max-width: 767px) {

    .certificate-section {
        padding: 40px 0;
    }

    .cert-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .cert-box {
        padding: 15px;
        min-width: auto;
    }

    .cert-box h4 {
        font-size: 15px;
    }

    .cert-box p {
        font-size: 12px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 480px) {

    .cert-wrapper {
        grid-template-columns: 1fr;
    }

    .cert-box {
        max-width: 280px;
        margin: 0 auto;
    }

}


/* HIGHLIGHT BOX */
.highlight-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #0B1F3F, #0B1F3F);
}

/* ICON */
.highlight-box .icon {
    font-size: 35px;
    color: #c9a35c;
    margin-bottom: 10px;
}

.highlight-box h4 {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.highlight-box p {
    color: #c9a35c;
}


/* CTA SECTION */
.cta-section {
    background: url('../images/cta-bg.jpg') center/cover no-repeat;
    padding: 90px 0;
    position: relative;
    border-bottom: 1px solid #c9a35c;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(14 6 35 / 61%);
}

.cta-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.cta-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.cta-text p {
    color: #ddd;
}

.cta-buttons .btn {
    padding: 12px 25px;
    margin-left: 10px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 10px;
}

.gold-btn {
    background: linear-gradient(180deg, #f7d27a, #c9972b);
    color: #000;
}
.gold-btn:hover {
    color: #fff;
}

.outline-btn {
    border: 1px solid #c9a35c;
    color: #fff;
}
.outline-btn:hover {
    color: #fff;
}
/* FOOTER */
.main-footer2 {
    background: #0a2140;
    color: #fff;
    padding: 50px 0 20px;
}

.footer-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-box {
    flex: 1;
    min-width: 200px;
}

.footer-box h4 {
    margin-bottom: 15px;
    color: #fff;
}
.footer-box p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #ccc;
    margin-bottom: 10px;
	font-size: 14px;
}

.footer-box p i {
    color: #c9a35c;
    min-width: 18px;
    margin-top: 3px;
    font-size: 14px;
}
.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.footer-box ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-box ul li a:hover {
    color: #c9a35c;
}

.logo {
    font-size: 24px;
    color: #c9a35c;
    margin-bottom: 10px;
}

/* SOCIAL */
.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #0e2a44;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
}

.social-icons  .facebook {
    background: #3B5998 !important;
}
.social-icons  .linkedin {
    background: #0077B5 !important;
}
.social-icons  .instagram {
    background: #FF7A00 !important;
}
.social-icons  .whatsapp {
    background: #25d366 !important;
}

.social-icons  .youtube {
    background: #FF0033 !important;
}
.social-icons a:hover {
    background: #c9a35c;
    color: #000;
}

/* FOOTER BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(201,163,92,0.3);
    margin-top: 30px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .links a {
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-bottom .links a:hover {
    color: #c9a35c;
}

/* MOBILE */
@media (max-width: 768px) {
    .cta-content {
        flex-direction: column;
        text-align: center;
    }

    .cta-buttons {
        margin-top: 15px;
    }

    .footer-grid {
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

.footer-box p{
    color: #fff;
}

.footer-bottom p {
    color: #fff;
}

.mb-100 {
	margin-bottom: 30px !important;
}

.why-right h2 {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
	margin-bottom: 10px;
    background: linear-gradient(180deg, #bd8f05, #bd8f05, #bd8f05, #bd8f05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);*/
}

.why-right p {
    margin: 0 0;
    color: #0e0322;
    line-height: 1.6;
    max-width: 500px;
}

.process-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 items in one row */
    gap: 20px;
}

.process-block {
    padding: 0px;
    text-align: center;
    border-radius: 8px;
}
.process-container {
    display: flex;
    gap: 20px;
}

.process-block {
    width: 20%; /* 100 / 5 = 20% */
}
.news-section h2 {
    text-align: center;
    background: linear-gradient(rgb(255, 243, 176), rgb(225 165 24), rgb(169 120 15), rgb(122, 83, 21)) text;
}
.why-choose h2 {
    text-align: center;
    background: linear-gradient(#bd8f05, #bd8f05, #bd8f05, #bd8f05) text;
}

/* MOBILE VIEW (max-width: 767px) */
@media (max-width: 767px) {

    .why-choose {
        padding: 40px 15px;
    }

    .section-title h2 {
        font-size: 22px;
        text-align: center;
    }

    .section-title p {
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }

    .why-grid {
        display: grid;
        grid-template-columns: 1fr; /* single column */
        gap: 20px;
        margin-top: 25px;
    }

    .why-card {
        padding: 20px 15px;
        text-align: center;
        border-radius: 10px;
    }

    .why-card .icon {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .why-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .why-card p {
        font-size: 13px;
        line-height: 1.5;
    }

}

/* MOBILE VIEW (max-width: 767px) */
@media (max-width: 960px) {

    .process-section {
        padding: 40px 15px;
        background-position: center;
        background-size: cover;
    }

    .sec-title h2 {
        font-size: 22px;
        text-align: center;
    }

    .sec-title .float-text {
        font-size: 40px;
        opacity: 0.1;
        text-align: center;
        display: block;
    }

    /* 2 COLUMN GRID */
    .process-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 30px;
    }

    .process-block {
        width: 100%;
    }

    .process-block .inner-box {
        padding: 50px 10px;
        text-align: center;
        border-radius: 10px;
        background: rgb(11 31 63);
    }

    .process-block .count {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 6px;
    }

    .process-block h4 {
        font-size: 14px;
        line-height: 1.3;
    }

}

@media (min-width: 295px) and (max-width: 560px) {
    .process-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 30px;
    }
}

/* MOBILE VIEW (max-width: 767px) */
@media (max-width: 767px) {

    .why-unique {
        padding: 40px 15px 150px;
    }

    /* STACK LEFT & RIGHT */
    .why-unique .row {
        display: flex;
        flex-direction: column;
    }

    .why-left,
    .why-right {
        width: 100%;
        max-width: 100%;
    }

    /* HEADINGS */
    .why-left h2,
    .why-right h2 {
        font-size: 22px;
        text-align: center;
    }

    .why-left p,
    .why-right p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    /* WHY ITEMS */
    .why-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
    }

    .why-item .dot {
        width: 8px;
        height: 8px;
        margin-top: 6px;
        flex-shrink: 0;
    }

    .why-item h3 {
        font-size: 16px;
        margin-bottom: 3px;
        text-align: left;
    }

    .why-item p {
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
    }

    /* RIGHT SIDE IMAGE */
    .why-right img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    /* FORM */
    .discount-form {
        width: 100%;
    }

    .discount-form .row {
        display: flex;
        flex-direction: column;
    }

    .discount-form .form-group {
        width: 100%;
        margin-bottom: 12px;
    }

    .discount-form input {
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 14px;
    }

    .discount-form button {
        width: 100%;
        height: 53px;
        font-size: 15px;
    }

    /* REMOVE LARGE SPACING */
    .mb-100 {
        margin-bottom: 20px !important;
    }
.cta-buttons .btn { 
    margin-bottom: 15px;   
}
}

/* MOBILE VIEW (max-width: 767px) */
@media (max-width: 767px) {

    .global-section {
        display: flex;
        flex-direction: column;
        padding: 40px 15px;
    }

    /* IMAGE (TOP) */
    .global-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .global-left img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    /* CONTENT (BOTTOM) */
    .global-right {
        width: 100%;
        text-align: center;
    }

    .global-right span {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .global-right h2 {
        font-size: 22px;
        line-height: 1.4;
        margin: 10px 0 20px;
    }

    /* FLAGS GRID */
    .flag-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        justify-items: center;
        margin-bottom: 20px;
    }

    .flag-list img {
        width: 40px;
        height: 28px;
        object-fit: cover;
        border-radius: 4px;
    }

    /* BUTTON */
    .why-btn {
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
    }

}

/* MOBILE VIEW (max-width: 767px) */
@media (max-width: 767px) {

    .certificate-section {
        padding: 40px 15px;
    }

    .certificate-section .sec-title h2 {
        font-size: 22px;
        text-align: center;
        padding-top: 70px;
    }

    /* GRID LAYOUT */
    .cert-wrapper {
        /*display: grid;*/
        /*grid-template-columns: repeat(2, 1fr); */
        gap: 15px;
        margin-top: 25px;
    }

    /* CERT BOX */
    .cert-box {
        padding: 15px;
        text-align: center;
        border-radius: 10px;
    }

    .cert-img img {
        width: 100%;
        height: auto;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .cert-box h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cert-box p {
        font-size: 12px;
    }

    /* HIGHLIGHT BOX FULL WIDTH */
    .highlight-box {
        grid-column: span 2;
        padding: 20px 15px;
    }

    .highlight-box .icon {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .highlight-box h4 {
        font-size: 15px;
        line-height: 1.4;
    }

    .highlight-box p {
        font-size: 13px;
    }

}

@media (max-width: 1264px) {
    .header-lower .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.main-footer2 {
    /*border-top: 1px solid #c9a35c;*/
    position: relative;
    z-index: 5;
}

/* VISION MISSION SECTION */
.rw-vision-mission{
    position: relative;
    padding: 150px 0 80px;
    background: #f8f8f8;
    overflow: hidden;
}

/* Top Brush Effect */
.rw-vision-mission::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') top center no-repeat;
    background-size: cover;

    transform: rotate(180deg);

    z-index: 1;
}

.rw-vision-box,
.rw-mission-box{
    background: #fff;
    padding: 45px 35px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-top: 5px solid #d4a017;
}

.rw-vision-box:hover,
.rw-mission-box:hover{
    transform: translateY(-8px);
}

.rw-icon{
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background: #d4a017;
    margin-bottom: 25px;
}

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

.rw-vision-box h3,
.rw-mission-box h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.rw-vision-box p,
.rw-mission-box p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin: 0;
}

/* =========================
   ABOUT SECTION
========================= */

.about-style {
    padding: 70px 0;
    background: #0c1f43;
    overflow: hidden;
}

.about-content {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.subtitle {
    color: #d9a100;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
}

.about-content h2 {
    font-size: 48px;
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    margin-bottom: 25px;

    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        rgb(255, 243, 176),
        rgb(247, 210, 122),
        rgb(201, 151, 43),
        rgb(122, 83, 21)
    );
    -webkit-background-clip: text;
}

.about-content p {
    color: #ffffff;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 22px;
    text-align: center;
}

/* =========================
   VISION MISSION SECTION
========================= */

.rm-values-section {
    background: #f8f8f8;
    padding: 90px 0;
    position: relative;
}

.rm-vision-card,
.rm-mission-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 18px;
    transition: 0.4s;
    height: 100%;
    position: relative;
    overflow: hidden;

    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-top: 5px solid #c79903;
}

.rm-vision-card:hover,
.rm-mission-card:hover {
    transform: translateY(-10px);
}

.rm-values-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f2c94c, #c79903);
    margin-bottom: 30px;
}

.rm-values-icon i {
    font-size: 34px;
    color: #ffffff;
}

.rm-vision-card h3,
.rm-mission-card h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #0c1f43;
    font-family: "Playfair Display", serif;
}

.rm-vision-card p,
.rm-mission-card p {
    color: #666666;
    line-height: 1.9;
    font-size: 16px;
    margin: 0;
}

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

@media (max-width: 768px){

    .about-content h2{
        font-size: 34px;
    }

    .rm-vision-card,
    .rm-mission-card{
        padding: 40px 25px;
    }

    .rm-vision-card h3,
    .rm-mission-card h3{
        font-size: 28px;
    }

}

/* =========================
   WHAT WE DO SECTION
========================= */

.rw-services-section{
    padding: 90px 0;
    background: #0c1f43;
    position: relative;
}

.rw-section-title{
    margin-bottom: 60px;
}

.rw-section-title span{
    color: #c79903;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 15px;
}

.rw-section-title h2{
    font-size: 46px;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;

    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        rgb(255, 243, 176),
        rgb(247, 210, 122),
        rgb(201, 151, 43),
        rgb(122, 83, 21)
    );
    -webkit-background-clip: text;
}

.rw-section-title p{
    max-width: 750px;
    margin: auto;
    color: #d9d9d9;
    line-height: 1.9;
    font-size: 16px;
}

/* SERVICE BOX */

.rw-service-box{
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);

    padding: 45px 30px;
    border-radius: 18px;
    text-align: center;
    transition: 0.4s;
    height: 100%;

    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 35px rgba(0,0,0,0.20);
}

.rw-service-box:hover{
    transform: translateY(-10px);
    border-color: #c79903;
    background: rgba(255,255,255,0.09);
}

/* ICON */

.rw-service-icon{
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;

    background: linear-gradient(135deg, #f2c94c, #c79903);

    box-shadow: 0 10px 25px rgba(199,153,3,0.35);
}

.rw-service-icon i{
    color: #ffffff;
    font-size: 32px;
}

/* TITLE */

.rw-service-box h3{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
}

/* TEXT */

.rw-service-box p{
    color: #d9d9d9;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

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

@media (max-width: 768px){

    .rw-section-title h2{
        font-size: 34px;
    }

    .rw-service-box{
        padding: 35px 25px;
    }

}

/* =========================
   WHY RAMAAX STYLE 2
========================= */

/* CHOOSE SECTION */
.rmx-choose-section{
    position: relative;
    padding: 90px 0 170px;
    background: #f8f8f8;
    overflow: hidden;
}

/* Bottom Brush Effect */
.rmx-choose-section::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') bottom center no-repeat;
    background-size: cover;

    z-index: 1;
}

/* HEADING */

.rmx-heading{
    margin-bottom: 70px;
}

.rmx-heading span{
    color: #c79903;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
}

.rmx-heading h2{
    font-size: 48px;
    color: #bd8f05;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.rmx-heading p{
    max-width: 760px;
    margin: auto;
    color: #666666;
    line-height: 1.9;
    font-size: 16px;
}

/* FEATURE BOX */

.rmx-feature-box{
    display: flex;
    align-items: flex-start;

    background: #ffffff;
    padding: 35px;
    margin-bottom: 30px;

    border-radius: 20px;
    transition: 0.4s;

    border-left: 5px solid #c79903;

    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.rmx-feature-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

/* ICON */

.rmx-feature-icon{
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;

    border-radius: 15px;

    background: linear-gradient(135deg, #f2c94c, #c79903);

    margin-right: 25px;
}

.rmx-feature-icon i{
    color: #ffffff;
    font-size: 32px;
}

/* CONTENT */

.rmx-feature-content h3{
    font-size: 26px;
    color: #0c1f43;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
}

.rmx-feature-content p{
    color: #666666;
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
}

/* MOBILE */

@media (max-width: 768px){

    .rmx-heading h2{
        font-size: 34px;
    }

    .rmx-feature-box{
        padding: 25px;
        flex-direction: column;
        text-align: center;
    }

    .rmx-feature-icon{
        margin: 0 auto 20px;
    }

}


/* =========================
   DIRECTOR MESSAGE SECTION
========================= */

.rm-director-section{
    padding: 50px 0;
    background: #0c1f43;
    position: relative;
    overflow: hidden;
}

/* IMAGE */

.rm-director-image{
    position: relative;
}

.rm-director-image img{
    width: 100%;
    border-radius: 25px;

    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* BADGE */

.rm-director-badge{
    position: absolute;
    bottom: 25px;
    left: 25px;

    background: linear-gradient(135deg, #f2c94c, #c79903);

    padding: 14px 28px;
    border-radius: 50px;
}

.rm-director-badge span{
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

/* CONTENT */

.rm-director-content{
    padding-left: 35px;
}

.rm-director-subtitle{
    color: #c79903;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 18px;
}

/* TITLE */

.rm-director-content h2{
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;

    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        rgb(255, 243, 176),
        rgb(247, 210, 122),
        rgb(201, 151, 43),
        rgb(122, 83, 21)
    );

    -webkit-background-clip: text;
}

/* QUOTE TEXT */

.rm-director-text{
    font-size: 24px;
    line-height: 1.8;
    color: #ffffff;

    font-style: italic;

    border-left: 4px solid #c79903;

    padding-left: 25px;
    margin-bottom: 30px;
}

/* NORMAL TEXT */

.rm-director-content p{
    color: #d9d9d9;
    line-height: 1.9;
    font-size: 16px;
}

/* SIGNATURE */

.rm-director-sign{
    margin-top: 40px;
}

.rm-director-sign h4{
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 24px;
}

.rm-director-sign span{
    color: #c79903;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

/* MOBILE */

@media (max-width: 768px){

    .rm-director-content{
        padding-left: 0;
        margin-top: 30px;
    }

    .rm-director-content h2{
        font-size: 36px;
    }

    .rm-director-text{
        font-size: 20px;
    }

}

.global-market-section{
    position: relative;
    padding: 100px 0 160px;
    background: #f8f8f8;
    overflow: hidden;
}

/* Bottom Brush Effect */
.global-market-section:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') bottom center no-repeat;
    background-size: cover;

    z-index: 1;
    pointer-events: none;
}

.market-content .sub-title{
    color: #0B1F3F;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.market-content h2{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.market-content .text{
    font-size: 17px;
    line-height: 30px;
    color: #666;
    margin-bottom: 35px;
}

/* Regions */
.market-regions{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.region-box{
    background: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-size: 16px;
    font-weight: 500;
    color: #111;
    transition: all 0.4s ease;
}

.region-box i{
    color: #0d6efd;
    margin-right: 10px;
}

.region-box:hover{
    background: #0B1F3F;
    color: #fff;
    transform: translateY(-5px);
}

.region-box:hover i{
    color: #fff;
}

/* Export Card */
.export-card{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.export-card h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

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

.export-list li{
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 16px;
}

.export-list li strong{
    font-weight: 600;
}

.bottom-text{
    color: rgba(255,255,255,0.9);
    line-height: 28px;
    font-size: 16px;
}

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

    .market-content{
        margin-bottom: 40px;
    }

    .market-content h2{
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px){

    .global-market-section{
        padding: 70px 0;
    }

    .market-content h2{
        font-size: 32px;
    }

    .export-card{
        padding: 30px;
    }

    .export-list li{
        flex-direction: column;
        gap: 5px;
    }
}


.industries-section{
    position: relative;
    padding: 100px 0 160px;
    background: #F8F8F8;
    overflow: hidden;
}

/* Bottom Brush Effect */
.industries-section:after{
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 120px;*/

    /*background: url('../images/white-brush.png') bottom center no-repeat;*/
    /*background-size: cover;*/

    /*z-index: 1;*/
    /*pointer-events: none;*/
}

/* Section Title */
.industries-section .sec-title{
    margin-bottom: 60px;
}

.industries-section .sec-title h2{
    font-size: 40px;
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    margin-bottom: 25px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(rgb(201 170 0), rgb(217 176 78), rgb(201, 151, 43), rgb(122, 83, 21));
    -webkit-background-clip: text;
}

.industries-section .sec-title .text{
    color: rgb(0 0 0 / 75%);
    font-size: 17px;
    line-height: 30px;
    max-width: 750px;
    margin: 0 auto;
}

/* Industry Block */
.industry-block{
    margin-bottom: 30px;
}

.industry-block .inner-box{
    background: #10284f;
    border-left: 4px solid #e7bb42;
    padding: 40px 35px;
    border-radius: 10px;
    transition: all 0.4s ease;
    height: 100%;
}

.industry-block .inner-box:hover{
    transform: translateY(-6px);
    background: #132f5d;
}

/* Icon */
.industry-block .icon-box{
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background: rgba(231,187,66,0.12);
    margin-bottom: 25px;
}

.industry-block .icon-box i{
    font-size: 28px;
    color: #e7bb42;
}

/* Heading */
.industry-block h3{
    font-size: 24px;
    font-weight: 600;
    color: #e7bb42;
    margin-bottom: 15px;
}

/* Text */
.industry-block p{
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

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

    .industries-section{
        padding: 80px 0 50px;
    }

    .industries-section .sec-title h2{
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px){

    .industries-section .sec-title h2{
        font-size: 32px;
    }

    .industry-block .inner-box{
        padding: 30px 25px;
    }
}

.sec-title1 h3 {
    font-size: 25px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    /* text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px; */
    background: linear-gradient(#bd8f05, #bd8f05, #bd8f05, #bd8f05) text;
}
.inqform {
	color:#000000;
}

.sec-title1 {
	margin-bottom: 40px;
}

.export-products-section{
    position: relative;
  
}

.export-products-section .sec-title{
    margin-bottom: 60px;
}

/* .export-products-section .sec-title h2{
    color: #e7bb42;
    font-size: 46px;
    font-weight: 700;
} */

/* Product Block */
.export-product-block{
    margin-bottom: 30px;
	margin-top: 30px !important;
}

.export-product-inner{
    background: #13284d;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
	border: 1px solid #c9972b;
}

.export-product-inner:hover{
    transform: translateY(-8px);
}

/* Image */
.export-product-image{
    position: relative;
    overflow: hidden;
}

.export-product-image img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.export-product-inner:hover .export-product-image img{
    transform: scale(1.08);
}

/* Content */
.export-product-content{
    padding: 30px;
	text-align: center;
}

.export-product-content h3{
    font-size: 22px;
    margin-bottom: 15px;
}

.export-product-content h3 a{
    color: #e7bb42;
}

.export-product-content p{
    color: rgba(255,255,255,0.75);
    line-height: 28px;
    margin-bottom: 20px;
}

/* Button */
.export-btn{
    display: inline-block;
    color: #e7bb42;
    font-weight: 600;
    transition: all 0.3s ease;
}

.export-btn i{
    margin-left: 8px;
}

.export-btn:hover{
    color: #fff;
    padding-left: 5px;
}

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

    .export-products-section{
        padding: 80px 0 50px;
    }

    .export-products-section .sec-title h2{
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px){

    .export-products-section .sec-title h2{
        font-size: 30px;
    }

    .export-product-content{
        padding: 25px;
    }
}


.product-details-table{
    margin-top: 30px;
    border: 1px solid #e5e5e5;
}

.product-details-table .table-row{
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.product-details-table .table-row:last-child{
    border-bottom: none;
}

.product-details-table .table-title{
    width: 35%;
    padding: 14px 18px;
    background: #f8f8f8;
    font-weight: 600;
    color: #222;
    border-right: 1px solid #e5e5e5;
}

.product-details-table .table-info{
    width: 65%;
    padding: 14px 18px;
    color: #666;
    background: #fff;
}

@media only screen and (max-width: 767px){

    .product-details-table .table-row{
        flex-direction: column;
    }

    .product-details-table .table-title,
    .product-details-table .table-info{
        width: 100%;
    }

    .product-details-table .table-title{
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
}

.product-dark-section{
    padding: 100px 0 70px;
    background: #0B1F3F;
}

.product-light-section{
    padding: 100px 0 70px;
    background: #f8f8f8;
}

/* Titles */
.product-dark-section .sec-title h2{
    color: #e7bb42;
}

.product-light-section .sec-title h2{
    color: #0B1F3F;
}

.sec-title{
    margin-bottom: 50px;
}

.sec-title h2{
    font-size: 42px;
    font-weight: 700;
}

/* Dark Boxes */
.dark-box{
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(231,187,66,0.15);
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.dark-box:hover{
    transform: translateY(-8px);
    background: #13284d;
}

.dark-box i{
    font-size: 40px;
    color: #e7bb42;
    margin-bottom: 20px;
}

.dark-box h4{
    color: #fff;
    font-size: 22px;
    margin: 0;
}

/* Light Boxes */
.light-box{
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: all 0.4s ease;
}

.light-box:hover{
    transform: translateY(-8px);
    border-color: #e7bb42;
}

.light-box h4{
    color: #0B1F3F;
    font-size: 22px;
    margin: 0;
}

/* CTA */
.cta-section2{
    padding-bottom: 100px;
}

.cta-box h2{
    color: #e7bb42;
    font-size: 46px;
    margin-bottom: 20px;
}

.cta-box p{
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    margin-bottom: 30px;
}

.quote-btn{
    display: inline-block;
    background: #e7bb42;
    color: #0B1F3F;
    padding: 16px 38px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s ease;
}

.quote-btn:hover{
    background: #fff;
    color: #0B1F3F;
}

.quote-btn i{
    margin-left: 8px;
}


.contact-form-section{
    position: relative;
    padding: 100px 0;
    background: #f5f7fb;
    overflow: hidden;
}

/* Bottom Brush Effect */
/*.contact-form-section:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 120px;*/

/*    background: url('../images/white-brush.png') bottom center no-repeat;*/
/*    background-size: cover;*/

/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/

.auto-container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* Title */


.sec-title h2{
    font-size:48px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.sec-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:16px;
    line-height:30px;
}

/* TAB SECTION */
.tab-section{
    position: relative;
    padding: 0px 0 170px;
    overflow: hidden;
}

/* Bottom Brush Effect */
.tab-section::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') bottom center no-repeat;
    background-size: cover;

    z-index: 1;
}

/* TAB SECTION 2 */
.tab-section2{
    position: relative;
    padding: 30px 0 130px;
    background: #f8f8f8;
    overflow: hidden;
}

/* Top Brush Effect */
/*.tab-section2::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -1px;*/
/*    width: 100%;*/
/*    height: 120px;*/

/*    background: url('../images/white-brush.png') top center no-repeat;*/
/*    background-size: 100% 120px;*/

/*    transform: rotate(180deg);*/

/*    pointer-events: none;*/
/*    z-index: 1;*/
/*}*/

/* REMOVE BOOTSTRAP TABLE STYLE */
.specification-table{
    width: 100%;
    margin: 0;
    background: transparent !important;
    border: 0 !important;
    border-collapse: collapse !important;
}

/* REMOVE ALL DEFAULT BOOTSTRAP BORDERS */
.specification-table,
.specification-table tbody,
.specification-table tr,
.specification-table td{
    border: none !important;
    box-shadow: none !important;
}

/* ROW STYLE */
.specification-table tr{
    border-bottom: 1px solid #dcdcdc !important;
}

/* CELL STYLE */
.specification-table td{
    padding: 15px 0 !important;
    vertical-align: middle !important;
    background: transparent !important;
    font-size: 17px;
    color: #222;
    line-height: 1.7;
}

/* LEFT COLUMN */
.specification-table td:first-child{
    width: 55%;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    padding-right: 40px !important;
}

/* RIGHT COLUMN */
.specification-table td:last-child{
    width: 65%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

/* REMOVE STRIPED EFFECT */
.table-striped > tbody > tr:nth-of-type(odd){
    background-color: transparent !important;
}

/* REMOVE HOVER EFFECT */
.table-hover > tbody > tr:hover{
    background-color: transparent !important;
}

/* MOBILE */
@media (max-width: 767px){

    .specification-table td{
        display: block;
        width: 100% !important;
        padding: 14px 0 !important;
    }

    .specification-table td:first-child{
        padding-bottom: 5px !important;
    }

}

.product-category-section{
	position: relative;
	padding: 100px 0;
	background-color: #f8f8f8;
	overflow: hidden;
}

/* Bottom Brush Effect */
.product-category-section:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;

	background: url('../images/white-brush.png') bottom center no-repeat;
	background-size: cover;

	z-index: 1;
	pointer-events: none;
}

.certificated{
    position: relative;
    padding: 130px 0 180px;
    background: #f8f8f8;
    overflow: hidden;
}

/* Bottom Brush Effect */
.certificated:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') bottom center no-repeat;
    background-size: cover;

    z-index: 1;
    pointer-events: none;
}
.single-item-carousel .image-box{
    margin:0;
    border-radius:10px;
    overflow:hidden;
}

.single-item-carousel .image-box img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:10px;
}

.single-item-carousel .owl-nav{
    position:absolute;
    top:50%;
    width:100%;
    transform:translateY(-50%);
}

.single-item-carousel .owl-prev,
.single-item-carousel .owl-next{
    position:absolute;
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    background:#001c48 !important;
    color:#fff !important;
    border-radius:50%;
}

.single-item-carousel .owl-prev{
    left:15px;
}

.single-item-carousel .owl-next{
    right:15px;
}


/* THUMBNAIL */
.thumb-carousel .thumb-item{
    padding:5px;
    cursor:pointer;
}

.thumb-carousel .thumb-item img{
    width:100%;
    height:90px;
    object-fit:cover;
    border-radius:8px;
    border:2px solid transparent;
    transition:all 0.3s;
}

.thumb-carousel .current .thumb-item img{
    border-color:#d4a017;
}

.thumb-carousel{
    position: relative;
}

.thumb-carousel .owl-nav{
    margin: 0;
}

.thumb-carousel .owl-nav .owl-prev,
.thumb-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #0b2c5f !important;
    border: 1px solid #ddd !important;
    font-size: 22px !important;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.thumb-carousel .owl-nav .owl-prev{
    left: -18px;
}

.thumb-carousel .owl-nav .owl-next{
    right: -18px;
}

.thumb-carousel .owl-nav .owl-prev:hover,
.thumb-carousel .owl-nav .owl-next:hover{
    background: #d4a017 !important;
    color: #fff !important;
    border-color: #d4a017 !important;
}
/* MOBILE */
@media(max-width:767px){

    .single-item-carousel .image-box img{
        height:300px;
    }

    .thumb-carousel .thumb-item img{
        height:70px;
    }

}
.product-detail-buttons{
    display:flex;
    gap:10px;
    margin-top:30px;
    flex-wrap:wrap;
}

.product-detail-buttons .theme-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 25px;
    border-radius:6px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.quote-btn{
    background:#d4a017;
}

.export-feature-strip{
    background:#0a2140;
    padding:30px 0;
    position:relative;
}

.feature-strip-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    /*flex-wrap:wrap;*/
}

.feature-item{
    display:flex;
    align-items:center;
    gap:5px;
    color:#fff;
    padding:0 30px;
    position:relative;
    font-size:14px;
    font-weight:500;
}

.feature-item i{
    color:#d4a017;
    font-size:22px;
}

/* VERTICAL LINE */
.feature-item:after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:28px;
    background:rgba(255,255,255,0.2);
}

/* REMOVE LAST BORDER */
.feature-item:last-child:after{
    display:none;
}


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

    .feature-strip-wrapper{
        gap:20px;
    }

    .feature-item{
        width:45%;
        padding:0;
        justify-content:flex-start;
    }

    .feature-item:after{
        display:none;
    }

}

@media(max-width:576px){

    .feature-item{
        width:100%;
    }

}

.quote-btn:hover{
    background:#b98b0f;
}

.whatsapp-btn{
    background:#17b954;
}

.whatsapp-btn:hover{
    background:#1da851;
}

.download-btn{
    background:#001c48;
}

.download-btn:hover{
    background:#00337c;
}

/* =========================
GENERAL
========================= */

.product-info-section{
    padding:70px 0 10px;
    background:#f8f8f8;
}

.industry-section {
    padding: 20px 0;
    background:#f8f8f8;
}

.info-box,
.industry-box{
    /*border:1px solid #e5e5e5;*/
    border-radius:10px;
    padding:30px;
    height:100%;
    background:#f8f8f8;
}

.info-box h3,
.industry-box h3{
    font-size:28px;
    margin-bottom:25px;
    color:#001c48;
    font-weight:700;
}


/* =========================
ABOUT TEXT
========================= */

.info-box p{
    color:#555;
    line-height:1.9;
    margin-bottom:20px;
    text-align: justify;
}


/* =========================
TECH TABLE
========================= */

.specification-table-wrap{
    overflow-x:auto;
}

.technical-table{
    width:100%;
    border-collapse:collapse;
}

.technical-table tr{
    border-bottom:1px solid #dcdcdc;
}

.technical-table td{
    padding:10px 10px;
    font-size:15px;
    color: #000;
}

.technical-table td:nth-child(1),
.technical-table td:nth-child(3){
    font-weight:700;
    color:#4e5d74;
}


/* =========================
INDUSTRY GRID
========================= */

.industry-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.industry-item{
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:20px 10px;
    text-align:center;
    transition:0.3s;
    background:#f8f8f8;
   
}

.industry-item:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.industry-item i{
    font-size:28px;
    color:#d4a017;
    margin-bottom:12px;
}

.industry-item span{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#333;
    line-height:1.5;
}

.industry-item img{
    width:auto;
    height:55px;
    object-fit:cover;
    margin-bottom:12px;
}

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

@media(max-width:991px){

    .info-box{
        margin-bottom:30px;
    }

    .industry-box{
        margin-bottom:30px;
    }

    .industry-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:767px){

    .industry-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .industry-grid{
        grid-template-columns:1fr;
    }

    .info-box,
    .industry-box{
        padding:20px;
    }

}

.product-extra-section{
    padding:70px 0;
    background:#f8f8f8;
}

.extra-box{
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:25px;
    height:100%;
    background:#f8f8f8;
}

.extra-box h3{
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
    color:#001c48;
}


/* =========================
FEATURE LIST
========================= */

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    position:relative;
    /*padding-left:28px;*/
    margin-bottom:16px;
    color:#444;
    font-weight:500;
}

/*.feature-list li:before{*/
/*    content:'•';*/
/*    position:absolute;*/
/*    left:0;*/
/*    top:0;*/
/*    color:#d4a017;*/
/*    font-size:22px;*/
/*}*/
.feature-list li {
    list-style: disc;
}

/* =========================
PACKAGING GRID
========================= */

.packaging-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin-bottom:25px;
}

.pack-item{
    text-align:center;
}

.pack-item img{
    width:100%;
    height:95px;
    object-fit:cover;
    border-radius:8px;
    border:1px solid #ddd;
}

.pack-item span{
    display:block;
    margin-top:8px;
    font-size:13px;
    font-weight:600;
}


/* =========================
CAPACITY TABLE
========================= */

.capacity-table-wrap h4{
    margin-bottom:15px;
    font-size:20px;
}

.capacity-table{
    width:100%;
    border-collapse:collapse;
    margin-top: 20px;
}

.capacity-table th{
    background:#001c48;
    color:#fff;
    padding:12px;
    font-size:14px;
}

.capacity-table td{
    padding:12px;
    border:1px solid #eee;
    font-size:14px;
}


/* =========================
CERTIFICATES
========================= */

.certificate-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
    margin-bottom:30px;
}

.certificate-item{
    text-align:center;
}

.certificate-item img{
    width:100%;
    height:auto;
    object-fit:cover;
    border:1px solid #ddd;
    border-radius:8px;
}

.certificate-item span{
    display:block;
    margin-top:8px;
    font-size:7px;
    font-weight:600;
}


/* =========================
DOWNLOAD CENTER
========================= */

.download-center{
    margin-top: 30px;
}

.download-center h4{
    font-size: 22px;
    font-weight: 700;
    color: #001c48;
    margin-bottom: 20px;
}

.download-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.download-list li{
    margin-bottom: 12px;
}

.download-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-list li a:hover{
    border-color: #001c48;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.file-info{
    display: flex;
    align-items: center;
    gap: 12px;
}

.pdf-icon{
    font-size: 22px;
    color: #6c757d;
    min-width: 22px;
}

.file-info span{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.file-info span:hover{
    color: #fff;
}

.download-icon{
    font-size: 18px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.download-list li a:hover .download-icon{
    color: #fff;
    transform: translateY(-2px);
}
/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .extra-box{
        margin-bottom:30px;
    }

    .certificate-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .packaging-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .certificate-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .certificate-grid{
        grid-template-columns:1fr;
    }

    .packaging-grid{
        grid-template-columns:1fr;
    }

}

.related-products-section{
    position: relative;
    padding: 70px 0 160px;
    background: #f8f8f8;
    overflow: hidden;
}


/* Bottom Brush Effect */
.related-products-section:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') bottom center no-repeat;
    background-size: cover;

    z-index: 1;
    pointer-events: none;
}

.section-title{
    margin-bottom:30px;
}

.section-title h2{
    font-size:32px;
    color:#001c48;
    font-weight:700;
}

.related-product-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #eee;
    transition:0.3s;
}

.related-product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.related-product-card .image-box{
    overflow:hidden;
}

.related-product-card .image-box img{
    width:100%;
    height:170px;
    object-fit:cover;
    transition:0.4s;
}

.related-product-card:hover .image-box img{
    transform:scale(1.05);
}

.related-product-card .content-box{
    padding:15px;
    text-align:center;
}

.related-product-card h4{
    margin:0;
    font-size:18px;
    font-weight:600;
}

.related-product-card h4 a{
    color:#222;
    text-decoration:none;
    transition:0.3s;
    font-size: 13px;
}

.related-product-card h4 a:hover{
    color:#d4a017;
}


/* OWL NAV */
.related-products-carousel .owl-nav{
    margin-top:25px;
    text-align:center;
}

.related-products-carousel .owl-prev,
.related-products-carousel .owl-next{
    width:45px;
    height:45px;
    line-height:45px !important;
    border-radius:50% !important;
    background:#001c48 !important;
    color:#fff !important;
    margin:0 5px;
    font-size:18px !important;
    transition:0.3s;
}

.related-products-carousel .owl-prev:hover,
.related-products-carousel .owl-next:hover{
    background:#d4a017 !important;
}

.related-products-carousel .owl-dots{
    margin-top:15px;
    text-align:center;
}

.related-products-carousel .owl-dot span{
    width:10px;
    height:10px;
    background:#ccc;
    border-radius:50%;
    display:block;
}

.related-products-carousel .owl-dot.active span{
    background:#d4a017;
}

.download-list{
    list-style:none;
    padding:0;
    margin:0;
}

.download-list li{
    margin-bottom:15px;
}

.download-list li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 18px;
    border:1px solid #e5e5e5;
    border-radius:8px;
    text-decoration:none;
    color:#333;
    font-weight:500;
    transition:0.3s;
    background:#fff;
}

.download-list li a:hover{
    background:#001c48;
    color:#fff;
    border-color:#001c48;
}

.download-list li a i{
    font-size:20px;
    color:#d9534f;
}

.download-list li a:hover i{
    color:#fff;
}
.text-white {
    color:#fff !important;
}
.product-banner{
    position:relative;
    min-height:425px;
    display:flex;
    align-items:center;
    overflow:hidden;
    padding-top: 100px;
}

.product-banner{
    position: relative;
    overflow: hidden;
}

.product-banner .banner-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-banner .banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(2, 18, 48, 0.95) 0%,
        rgba(2, 18, 48, 0.85) 35%,
        rgba(2, 18, 48, 0.30) 70%,
        rgba(2, 18, 48, 0.10) 100%
    );
}

.product-banner .container{
    position: relative;
    z-index: 2;
}
.product-banner .banner-bg {
    background: linear-gradient(
        90deg,
        rgba(2, 18, 48, 0.95) 0%,
        rgba(2, 18, 48, 0.85) 35%,
        rgba(2, 18, 48, 0.30) 70%,
        rgba(2, 18, 48, 0.10) 100%
    );
}
.product-banner .about-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
        linear-gradient(
            90deg,
            rgba(2,18,48,0.95) 0%,
            rgba(2,18,48,0.85) 35%,
            rgba(2,18,48,0.30) 70%,
            rgba(2,18,48,0.10) 100%
        ),
        url('../images/background/10.jpg') center center/cover no-repeat;
}
.product-banner .industries-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
        linear-gradient(
            90deg,
            rgba(2,18,48,0.95) 0%,
            rgba(2,18,48,0.85) 35%,
            rgba(2,18,48,0.30) 70%,
            rgba(2,18,48,0.10) 100%
        ),
        url('../images/background/10.jpg') center center/cover no-repeat;
}
.product-banner .contact-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
        linear-gradient(
            90deg,
            rgba(2,18,48,0.95) 0%,
            rgba(2,18,48,0.85) 35%,
            rgba(2,18,48,0.30) 70%,
            rgba(2,18,48,0.10) 100%
        ),
        url('../images/background/10.jpg') center center/cover no-repeat;
}
.product-banner .market-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
        linear-gradient(
            90deg,
            rgba(2,18,48,0.95) 0%,
            rgba(2,18,48,0.85) 35%,
            rgba(2,18,48,0.30) 70%,
            rgba(2,18,48,0.10) 100%
        ),
        url('../images/background/10.jpg') center center/cover no-repeat;
}
.product-banner .quality-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
        linear-gradient(
            90deg,
            rgba(2,18,48,0.95) 0%,
            rgba(2,18,48,0.85) 35%,
            rgba(2,18,48,0.30) 70%,
            rgba(2,18,48,0.10) 100%
        ),
        url('../images/background/10.jpg') center center/cover no-repeat;
}

.product-banner .container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.banner-content{
    max-width:550px;
    color:#fff;
}

.breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:25px;
    padding:0;
    list-style:none;
    background-color: transparent !important;
}

.breadcrumb li{
    font-size:14px;
    color:#d9d9d9;
}

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

.breadcrumb li:not(:last-child)::after{
    content:"›";
    margin-left:10px;
    color:#f6b128;
}

.banner-content h1{
    font-size:45px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.banner-content p{
    font-size:16px;
    line-height:1.8;
    color:#e5e5e5;
    margin:0;
}

@media(max-width:991px){

    .product-banner{
        min-height:350px;
    }

    .banner-content h1{
        font-size:40px;
    }
}

@media(max-width:767px){

    .product-banner{
        min-height:300px;
    }

    .banner-content h1{
        font-size:32px;
    }

    .banner-content p{
        font-size:16px;
    }
}
.why-choose-export{
    padding:60px 0;
    background-color: #f8f8f8;
}

.choose-wrapper{
    display:flex;
    align-items:stretch;
    overflow:hidden;
    border-radius:12px;
    background:#0a2140;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.choose-image{
    width:28%;
    min-height:260px;
}

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

.choose-content{
    width:72%;
    padding:35px 40px;
    color:#fff;
}

.choose-content h2{
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
    color:#fff;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:5px 20px;
}

.choose-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
}

.choose-item i{
    width:38px;
    height:38px;
    line-height:38px;
    text-align:center;
    border:1px solid #d4a338;
    border-radius:50%;
    color:#d4a338;
    font-size:16px;
    flex-shrink:0;
}

.choose-item span{
    font-size:15px;
    font-weight:500;
    line-height:1.5;
}

/* Responsive */

@media(max-width:991px){

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

    .choose-image,
    .choose-content{
        width:100%;
    }

    .choose-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .choose-grid{
        grid-template-columns:1fr;
    }

    .choose-content{
        padding:25px;
    }

    .choose-content h2{
        font-size:24px;
    }
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:12px;
    font-size:15px;
    line-height:1.6;
    color:#333;
}

.feature-list li i{
    color:#d4a017;
    font-size:16px;
    margin-top:4px;
    flex-shrink:0;
}

.trust-section{
    /*padding:80px 0;*/
    background:#f8f8f8;
}

.trust-box{
    background:#fff;
    border:1px solid #eee;
    padding:25px;
    height:100%;
    border-radius:10px;
}

.trust-box h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.comparison-table{
    width:100%;
    border-collapse:collapse;
}

.comparison-table th{
    background:#062b5b;
    color:#fff;
    padding:12px;
    font-size:14px;
}

.comparison-table td{
    padding:12px;
    border:1px solid #eee;
    font-size:14px;
}

.success{
    color:#28a745;
}

.danger{
    color:#dc3545;
}

.buyer-card{
    padding:20px;
    border:1px solid #eee;
    border-radius:8px;
    background:#fff;
}

.quote{
    color:#d4a017;
    font-size:24px;
    margin-bottom:10px;
}

.stars{
    color:#d4a017;
    margin-top:10px;
    font-size:18px;
}

/*.faq-section{*/
/*    position:relative;*/
/*    padding:80px 0;*/
/*}*/

.faq-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;
    overflow:hidden;
}

.faq-box h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    color:#0b2c5f;
}

/* Accordion Item */
.faq-box .accordion-item{
    border:none;
    border-bottom:1px solid #ececec;
}

.faq-box .accordion-item:last-child{
    border-bottom:none;
}

/* Question Button */
.faq-box .accordion-button{
    background:#fff;
    color:#222;
    font-size:15px;
    font-weight:600;
    padding:18px 20px;
    box-shadow:none !important;
}

.faq-box .accordion-button:not(.collapsed){
    background:#0b2c5f;
    color:#fff;
}

/* Remove Bootstrap default icon */
.faq-box .accordion-button::after{
    display:none;
}

/* Custom + icon */
.faq-box .accordion-button:before{
    content:"+";
    margin-left:auto;
    font-size:20px;
    font-weight:700;
    transition:all .3s ease;
}

.faq-box .accordion-button:not(.collapsed):before{
    content:"−";
    color:#fff;
}

/* Answer */
.faq-box .accordion-body{
    padding:18px 20px;
    font-size:14px;
    line-height:28px;
    color:#666;
}

.product-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:15px 0 25px;
}

.product-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    background:#fff8e6;
    border:1px solid #f4d58d;
    color:#c68a00;
    font-size:14px;
    font-weight:600;
    border-radius:30px;
    line-height:1;
    transition:all 0.3s ease;
}

.product-tag i{
    font-size:13px;
}

.product-tag:hover{
    background:#f4d58d;
    color:#fff;
}

.export-section{
    padding:60px 0;
}

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

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

.heading p{
    color:#666;
}


.map img{
    width:100%;
    display:block;
}

.route-overlay{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.route-bg{
    fill:none;
    stroke:rgba(244,180,0,.20);
    stroke-width:2;
}

.route-flow{
    fill:none;
    stroke:#f4b400;
    stroke-width:4;
    stroke-linecap:round;
    filter:drop-shadow(0 0 8px #f4b400);
    stroke-dasharray:60 250;
    animation:flow 8s linear infinite;
}

@keyframes flow{
    from{
        stroke-dashoffset:310;
    }
    to{
        stroke-dashoffset:0;
    }
}

.gujarat-dot{
    fill:#f4b400;
    filter:drop-shadow(0 0 15px #f4b400);
}

.pulse{
    fill:none;
    stroke:#f4b400;
    stroke-width:2;
    animation:pulse 2s infinite;
}

@keyframes pulse{
    0%{
        r:8;
        opacity:1;
    }

    100%{
        r:30;
        opacity:0;
    }
}

.country{
    fill:#222;
    font-size:10px;
    font-weight:bold;
}
.map-global {
    background-color: #f8f8f8 !important;
}

.industries-section {
    padding: 60px 0;
    text-align: center;
}

.section-header h2 {
    font-size: 28px;
    color: #0b1c3f;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-header h2::before,
.section-header h2::after {
    content: "—";
    color: #cca43b;
    margin: 0 10px;
}

.section-header p {
    color: #666;
    font-size: 14px;
    margin-bottom: 40px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media (max-width: 1024px) {
    .industries-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .industries-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .industries-grid { grid-template-columns: repeat(1, 1fr); }
}

.industry-card {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.3s ease;
}

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

.card-image {
    position: relative;
    height: 140px;
    background-color: #ddd;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #0c1f43;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    color: #cca43b;
    font-size: 16px;
    z-index: 2;
}

.card-content {
    padding: 30px 12px 15px 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-content h3 {
    font-size: 14px;
    color: #0b1c3f;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 42px; /* aligns text blocks */
}

.card-content p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 15px;
    min-height: 33px;
}

.btn-view {
    display: block;
    background-color: #0c1f43;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    padding: 8px 0;
    border-radius: 3px;
    text-align: center;
    transition: background 0.2s;
}

.btn-view:hover {
    background-color: #cca43b;
}


/* --- SECTION 2: WHY CHOOSE US & SUPPLY PROCESS --- */
.info-supply-section {
    background-color: #0c1f43;
    color: #ffffff;
    padding: 50px 0;
    border-bottom: 1px solid #10244d;
}

.info-supply-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
}

@media (max-width: 902px) {
    .info-supply-grid { grid-template-columns: 1fr; }
}

.why-choose-us h3, .supply-process h3 {
    font-size: 16px;
    color: #cca43b;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 600;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
}

@media (max-width: 480px) {
    .features-list { grid-template-columns: 1fr; }
}

.features-list li {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e0e6ed;
}

.features-list i {
    color: #cca43b;
    font-size: 14px;
}

/* Supply Process Line Layout */
.process-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.step {
    text-align: center;
    flex: 1;
    min-width: 75px;
}

.step-icon {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    color: #051129;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 16px;
}

.step span {
    display: block;
    font-size: 10px;
    color: #cbd5e1;
    line-height: 1.2;
}

.step-arrow {
    color: #cca43b;
    font-size: 12px;
}

@media (max-width: 600px) {
    .step-arrow { display: none; }
    .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
}


/* --- SECTION 3: MAP & CTA BANNER --- */
.global-cta-section {
     position: relative; 
    padding: 50px 0 180px;
    background-color: #f8f8f8;
    overflow: hidden;
}
.global-cta-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;

    background: url('../images/white-brush.png') bottom center no-repeat;
    background-size: cover;

    z-index: 1;
    pointer-events: none;
}   
.global-cta-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 902px) {
    .global-cta-grid { grid-template-columns: 1fr; }
}

.global-map-container h3 {
    font-size: 16px;
    color: #051129;
    font-weight: 700;
    margin-bottom: 20px;
}

.map-wrapper {
    margin-bottom: 20px;
    background: #f8fafc;
    border-radius: 6px;
}

.map-img {
    width: 100%;
    height: auto;
    opacity: 0.85;
}

.countries-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.country-item {
    font-size: 12px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Right-Side CTA Card Panel */
.cta-banner-card {
    background-image: linear-gradient(rgba(5, 17, 41, 0.85), rgba(5, 17, 41, 0.85)), url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&q=80&w=600');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    padding: 50px 40px;
    min-height: 380px;
    display: flex;
    align-items: center;
}

.cta-overlay-content {
    width: 100%;
}

.cta-overlay-content h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.cta-overlay-content p {
    color: #cbd5e1;
    font-size: 14px;
    margin-bottom: 30px;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-cta {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}

.btn-quote {
    background-color: #cca43b;
    color: #051129;
}
.btn-quote:hover { background-color: #b38f32; }

.btn-whatsapp {
    background-color: #25d366;
    color: #ffffff;
}
.btn-whatsapp:hover { background-color: #1ebd58; }

.btn-email {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btn-email:hover { background-color: #ffffff; color: #051129; }

.global-presence{
    background:#fff;
    padding:80px 20px;
    text-align:center;
}

.global-presence .section-title h2{
    font-size:42px;
    margin-bottom:10px;
    font-weight:700;
}

.global-presence .section-title p{
    color:#666;
    max-width:700px;
    margin:0 auto 50px;
}

.map-wrapper{
    position:relative;
    max-width:1200px;
    margin:auto;
}

.world-map{
    width:100%;
    display:block;
}

/* GOLD PINS */

.pin{
    position:absolute;
    width:13px;
    height:13px;
    background:#c8a24d;
    border-radius:50%;
    border:3px solid #fff;
    box-shadow:0 0 12px rgba(200,162,77,.5);
    cursor:pointer;
    animation:pulse 2s infinite;
}

.pin::after{
    content:attr(data-country);
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    background:#836011;	
    color:#fff;
    padding:6px 12px;
    font-size:13px;
    border-radius:5px;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.pin:hover::after{
    opacity:1;
    visibility:visible;
}

/* INDIA HEAD OFFICE */

.india{
    background:#d4af37;
    width:18px;
    height:18px;
    z-index:2;
}

/* .india::before{
    content:"India (Head Office)";
    position:absolute;
    top:-30px;
    left:-6px;
    background:#d4af37;
    color:#fff;
    padding:3px 8px;
    border-radius:4px;
    font-size:11px;
    font-weight:600;
} */

/* PIN POSITIONS */

/* USA */
.usa{
    top: 33%;
    left: 16%;
}

/* Canada */
.canada{
    top: 22%;
    left: 14%;
}

/* UK */
.uk{
   top: 25%;
	left: 45%;
}

/* Germany */
.germany{
    top: 27%;
    left: 48%;
}

/* Netherlands */
.netherlands{
    top: 27%;
    left: 47%;
}

/* UAE */
.uae{
    top: 43%;
    left: 60%;
}

/* Saudi */
.saudi{
	top: 42%;
    left: 58%;
}

/* India HQ */
.india{
	top: 42%;
    left: 66%;
}

/* Kenya */
.kenya{
    top: 55%;
    left: 56%;
}

/* South Africa */
.southafrica{
    top: 70%;
    left: 52%;
}

/* Singapore */
.singapore{
    top: 54%;
    left: 74%;
}

/* Australia */
.australia{
    top: 66%;
    left: 81%;
}

@keyframes pulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.25);
    }
    100%{
        transform:scale(1);
    }
}

/* MOBILE */

@media(max-width:768px){

    .global-presence{
        padding:50px 15px;
    }

    .global-presence .section-title h2{
        font-size:30px;
    }

    .pin{
        width:14px;
        height:14px;
    }

    .india{
        width:18px;
        height:18px;
    }
}

.rm-director {
	padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.rm-director-content1 {
    padding-left: 35px;
}

.rm-director-subtitle {
    color: #c79903;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 18px;
}

.rm-director-content1 h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(rgb(255, 243, 176), rgb(247, 210, 122), rgb(201, 151, 43), rgb(122, 83, 21));
    -webkit-background-clip: text;
}

.rm-director-content1 p {
    color: #403939;
    /* line-height: 1.9; */
    font-size: 16px;
    margin-bottom: 10px;
}

.rmx-choose-section1 {
    position: relative;
    padding: 0px 0 30px;
    /* background: #f8f8f8; */
    overflow: hidden;
}

.rw-services-section1 {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
}

.rw-section-title1 h2 {
	margin-bottom: 30px !important;
}
.rw-service-box1{
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);

    padding: 10px 10px;
    border-radius: 18px;
    text-align: center;
    transition: 0.4s;
    height: 100%;

    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 35px rgba(0,0,0,0.20);
}

.rw-service-box1:hover{
    transform: translateY(-10px);
    border-color: #0a2140;
    background: rgba(255,255,255,0.09);
}

/* ICON */

.rw-service-icon1{
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(118deg, #2c2c2c, #0a2140);
    box-shadow: 0 10px 25px rgb(2 16 28 / 35%);
}

.rw-service-icon1 i{
    color: #dbaa25;
    font-size: 25px;
}

/* TITLE */

.rw-service-box1 h3{
    font-size: 20px;
    color: #0a2140;
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
}

/* TEXT */

.rw-service-box1 p{
    color: #141313;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
}

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

@media (max-width: 768px){

    .rw-section-title1 h2{
        font-size: 34px;
    }

    .rw-service-box1{
        padding: 35px 25px;
    }

}
.rw-section-title1 p {
    max-width: 750px;
    margin: auto;
    color: #141313;
    line-height: 1.9;
    font-size: 16px;
}

.rmx-feature-icon1 {
    min-width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #0a1726, #0c1f43);
    margin-right: 12px;
}
.rmx-feature-icon1 i {
    color: #ffffff;
    font-size: 32px;
}

.rmx-feature-box {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 20px;
    transition: 0.4s;
    border-left: 5px solid #0c1f43;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.values-compliance{
    display: flex;
    gap: 20px;
    margin: 0px 0 25px;
    /* font-family:Arial, sans-serif; */
}

.box{
    flex:1;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:20px;
    box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.box h2{
    text-align:center;
    font-size:24px;
    font-weight:700;
    color:#1f2d3d;
    margin-bottom:25px;
    text-transform:uppercase;
}

.items{
    display:flex;
    justify-content:space-between;
    gap:15px;
}

.item{
    flex:1;
    text-align:center;
}

.icon{
    width:70px;
    height:70px;
    /* margin:0 auto 15px; */
    border-radius:50%;
    /* background:#fff8eb; */
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon i{
    font-size:34px;
    color:#d4a02b;
}

.item h4{
    margin:0 0 8px;
    font-size:18px;
    color:#222;
}

.item p{
    font-size:14px;
    line-height:1.6;
    color:#666;
    margin:0;
}

.compliance .item span{
    display:block;
    color:#666;
    font-size:14px;
}

.bottom-text{
    text-align:center;
    margin-top:20px;
    font-size:14px;
    color:#555;
    line-height:1.7;
}

/* Responsive */
@media(max-width:991px){
    .values-compliance{
        flex-direction:column;
    }

    .items{
        flex-wrap:wrap;
    }

    .item{
        flex:0 0 calc(50% - 10px);
        margin-bottom:20px;
    }
}

@media(max-width:576px){
    .item{
        flex:0 0 100%;
    }
}

.icon1 {
    margin: 0 auto 15px;
}



/* ===== EXPORT PROCESS SECTION ===== */

.expflow_section_wrap{
    width:100%;
    padding:70px 15px;
    background:#ffffff;
    overflow:hidden;
}

.expflow_container{
    max-width:1400px;
    margin:auto;
}

.expflow_heading{
    text-align:center;
    margin-bottom:60px;
}

.expflow_heading h2{
    font-size:34px;
    font-weight:700;
    color:#1c1c1c;
    letter-spacing:1px;
    margin:0;
}

.expflow_timeline{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.expflow_timeline::before{
    content:"";
    position:absolute;
    top:35px;
    left:0;
    width:100%;
    height:2px;
    background:#d7d7d7;
    z-index:1;
}

.expflow_step{
    width:12.5%;
    text-align:center;
    position:relative;
    z-index:2;
}

.expflow_icon{
    width:72px;
    height:72px;
    margin:auto;
    border-radius:50%;
    background:#04152f;
    border:4px solid #d8b06a;
    color:#d8b06a;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.expflow_step h4{
    margin-top:18px;
    font-size:15px;
    line-height:1.5;
    color:#333;
    font-weight:600;
}

.expflow_note{
    text-align:center;
    margin-top:40px;
    color:#666;
    font-size:15px;
}

/* ===== TABLET ===== */

@media (max-width:991px){

    .expflow_timeline{
        flex-wrap:wrap;
        gap:30px 0;
    }

    .expflow_timeline::before{
        display:none;
    }

    .expflow_step{
        width:25%;
    }

}

/* ===== MOBILE ===== */

@media (max-width:767px){

    .expflow_heading h2{
        font-size:24px;
    }

    .expflow_timeline{
        flex-direction:column;
        gap:20px;
    }

    .expflow_step{
        width:100%;
        display:flex;
        align-items:center;
        text-align:left;
        gap:15px;
        padding:10px 0;
    }

    .expflow_icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:18px;
        margin:0;
    }

    .expflow_step h4{
        margin:0;
        font-size:16px;
    }
}

/* BOX */

.export-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:25px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.box-title{
    text-align:center;
    font-size:24px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:25px;
    text-transform:uppercase;
}

/* COUNTRY GRID */

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

.country-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px;
    border:1px solid #ececec;
    border-radius:6px;
    background:#fafafa;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.country-item:hover{
    background:#1d3557;
    color:#fff;
    border-color:#1d3557;
}

.country-item .fi{
    width:22px;
    height:16px;
}

/* DOCUMENT GRID */

.document-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.doc-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:8px;
    padding:20px 10px;
    text-align:center;
    transition:.3s;
}

.doc-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    border-color:#d4a017;
}

.doc-card i{
    font-size:28px;
    color:#1d3557;
    margin-bottom:10px;
}

.doc-card span{
    display:block;
    font-size:14px;
    font-weight:700;
    color:#222;
    margin-bottom:5px;
}

.doc-card small{
    display:block;
    font-size:11px;
    color:#666;
    line-height:18px;
}

.doc-note{
    margin-top:20px;
    text-align:center;
    font-size:13px;
    color:#666;
    line-height:24px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .export-box{
        margin-bottom:30px;
    }

    .country-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .document-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:767px){

    .country-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .document-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .box-title{
        font-size:20px;
    }
}

@media(max-width:480px){

    .country-grid{
        grid-template-columns:1fr;
    }

    .document-grid{
        grid-template-columns:1fr;
    }
}

.country-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:20px;
}

.country-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px 12px;
    border:1px solid #e8e8e8;
    border-radius:6px;
    background:#fafafa;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.country-item:hover{
    background:#1d3557;
    color:#fff;
}

.country-item .fi{
    width:22px;
    height:16px;
}

@media(max-width:991px){
    .country-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .country-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .country-grid{
        grid-template-columns:1fr;
    }
}

.ci-section{
    padding:40px 0;
    background:#fff;
}

.ci-title{
    text-align:center;
    margin-bottom:15px;
    position:relative;
}

.ci-title span{
    font-size:24px;
    font-weight:700;
    color:#2f2f2f;
    text-transform:uppercase;
    background:#fff;
    padding:0 15px;
    position:relative;
    z-index:2;
}

.ci-title:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:1px;
    background:#e5e5e5;
}

.ci-wrapper{
    display:flex;
    border:1px solid #e5e5e5;
    background:#fff;
}

.ci-item{
    flex:1;
    padding:18px 15px;
    display:flex;
    gap:12px;
    border-right:1px solid #e5e5e5;
}

.ci-item:last-child{
    border-right:none;
}

.ci-icon{
    width:40px;
    min-width:40px;
    text-align:center;
}

.ci-icon i{
    font-size:30px;
    color:#d0a33c;
}

.ci-content h4{
    font-size:13px;
    font-weight:700;
    margin-bottom:8px;
    color:#333;
    text-transform:uppercase;
}

.ci-content p{
    font-size:13px;
    line-height:18px;
    color:#555;
    margin:0;
}

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

    .ci-wrapper{
        flex-wrap:wrap;
    }

    .ci-item{
        width:50%;
        flex:none;
        border-bottom:1px solid #e5e5e5;
    }
}

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

    .ci-item{
        width:100%;
        border-right:none;
    }

    .ci-title span{
        font-size:20px;
    }
}


.rmx-trust-faq-section{
    padding:70px 0;
    background:#f5f5f5;
}

.rmx-faq-box,
.rmx-trust-box{
    background:linear-gradient(135deg,#02152d,#06264a);
    border-radius:8px;
    overflow:hidden;
    height:100%;
    border:1px solid rgba(255,255,255,.08);
}

.rmx-box-title{
    color:#d4a017;
    font-size:22px;
    font-weight:700;
    text-align:center;
    padding:20px;
    margin:0;
    text-transform:uppercase;
}

/* FAQ */

.rmx-faq-list{
    padding:0 18px 18px;
}

.rmx-faq-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    /* padding:12px 15p x; */
    border:1px solid rgba(255,255,255,.12);
    margin-bottom:10px;
    border-radius:4px;
    background:rgba(255,255,255,.03);
}

.rmx-faq-item a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

.rmx-faq-item span{
    color:#d4a017;
    font-size:18px;
    font-weight:700;
}

/* TRUST */

.rmx-trust-box{
    background:
    linear-gradient(rgba(2,21,45,.88),rgba(2,21,45,.88)),
    url(images/trust-bg.jpg);
    background-size:cover;
    background-position:center;
}

.rmx-trust-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    padding:25px;
}

.rmx-trust-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.rmx-trust-item i{
    color:#d4a017;
    font-size:24px;
    min-width:24px;
}

.rmx-trust-item span{
    color:#fff;
    font-size:14px;
    line-height:22px;
    font-weight:500;
}

/* Responsive */

@media(max-width:991px){

    .rmx-faq-box{
        margin-bottom:25px;
    }

    .rmx-trust-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .rmx-trust-grid{
        grid-template-columns:1fr;
    }

    .rmx-box-title{
        font-size:18px;
    }

    .rmx-faq-item a,
    .rmx-trust-item span{
        font-size:13px;
    }
}

/* ===== EXPORT PROCESS SECTION ===== */

.expflow_section_wrap{
    width:100%;
    padding:0px 15px 50px;
    background:#ffffff;
    overflow:hidden;
}

.expflow_container{
    max-width:1400px;
    margin:auto;
}

.expflow_heading{
    text-align:center;
    margin-bottom:60px;
}

.expflow_heading h2{
    font-size:34px;
    font-weight:700;
    color:#1c1c1c;
    letter-spacing:1px;
    margin:0;
}

.expflow_timeline{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.expflow_timeline::before{
    content:"";
    position:absolute;
    top:35px;
    left:0;
    width:100%;
    height:2px;
    background:#d7d7d7;
    z-index:1;
}

.expflow_step{
    width:12.5%;
    text-align:center;
    position:relative;
    z-index:2;
}

.expflow_icon{
    width:72px;
    height:72px;
    margin:auto;
    border-radius:50%;
    background:#04152f;
    border:4px solid #d8b06a;
    color:#d8b06a;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.expflow_step h4{
    margin-top:18px;
    font-size:15px;
    line-height:1.5;
    color:#333;
    font-weight:600;
}

.expflow_note{
    text-align:center;
    margin-top:40px;
    color:#666;
    font-size:15px;
}

/* ===== TABLET ===== */

@media (max-width:991px){

    .expflow_timeline{
        flex-wrap:wrap;
        gap:30px 0;
    }

    .expflow_timeline::before{
        display:none;
    }

    .expflow_step{
        width:25%;
    }

}

/* ===== MOBILE ===== */

@media (max-width:767px){

    .expflow_heading h2{
        font-size:24px;
    }

    .expflow_timeline{
        flex-direction:column;
        gap:20px;
    }

    .expflow_step{
        width:100%;
        display:flex;
        align-items:center;
        text-align:left;
        gap:15px;
        padding:10px 0;
    }

    .expflow_icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:18px;
        margin:0;
    }

    .expflow_step h4{
        margin:0;
        font-size:16px;
    }
}

.rmx_trustfaq_wrap{
    padding:40px 0;
}

.rmx_faq_box,
.rmx_trust_box{
    background:#061b3b;
    border-radius:8px;
    border:1px solid rgba(255,255,255,0.08);
    padding:18px;
    height:100%;
}

.rmx_title{
    color:#d9a441;
    font-size:22px;
    font-weight:700;
    margin-bottom:18px;
    text-transform:uppercase;
}

/* FAQ */
.rmx-faq-item{
    margin-bottom:8px;
    overflow:hidden;
}

.rmx-faq-btn{
    width:100%;
    background:#04152f;
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    padding:5px 15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    font-size:14px;
    font-weight:500;
    border-radius:3px;
    cursor:pointer;
}

.rmx-faq-btn:hover{
    color:#fff;
}

.rmx-faq-answer{
    background:#0b2346;
    color:#d7d7d7;
    padding:15px;
    font-size:13px;
    line-height:24px;
    border-left:1px solid rgba(255,255,255,.12);
    border-right:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);
}

.faq-icon{
    font-size:18px;
    font-weight:700;
    color:#d9a441;
    line-height:1;
}

/* Trust Box */

.rmx_trust_box{
    background:
    linear-gradient(rgba(6,27,59,.88),rgba(6,27,59,.88)),
    url('images/handshake.jpg');

    background-size:cover;
    background-position:center right;
}

.rmx_trust_grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px 20px;
    margin-top:25px;
}

.rmx_trust_item{
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.rmx_trust_item i{
    color:#d9a441;
    font-size:22px;
    margin-top:2px;
}

.rmx_trust_item span{
    color:#ffffff;
    font-size:14px;
    line-height:20px;
    font-weight:500;
}

/* Tablet */

@media(max-width:991px){

    .rmx_trust_grid{
        grid-template-columns:repeat(2,1fr);
    }

    .rmx_faq_box{
        margin-bottom:15px;
    }

}

/* Mobile */

@media(max-width:576px){

    .rmx_trust_grid{
        grid-template-columns:1fr;
    }

    .rmx_title{
        font-size:18px;
    }

    .rmx_trust_item span{
        font-size:13px;
    }

}
.faq-icon::before{
    content:"+";
    font-size:20px;
    font-weight:700;
    color:#d4a017;
}

.rmx-faq-btn:not(.collapsed) .faq-icon::before{
    content:"−";
}
.faq-icon::before{
    content:"+";
}

.rmx-faq-btn:not(.collapsed) .faq-icon::before{
    content:"−";
}

.rw-quality-section {
    padding: 30px 0;
    background: #ffffff;
}

.rw-quality-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.rw-quality-image {
    flex: 1;
}

.rw-quality-image img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.rw-quality-content {
    flex: 1.2;
}

.rw-quality-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.rw-quality-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.rw-quality-content p {
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin-bottom: 18px;
}

.rw-quality-list-box {
    flex: 0.9;
}

.rw-quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rw-quality-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.rw-quality-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #d4a017;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
}

/* Responsive */

@media (max-width: 991px) {
    .rw-quality-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .rw-quality-content,
    .rw-quality-image,
    .rw-quality-list-box {
        width: 100%;
    }

    .rw-quality-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .rw-quality-section {
        padding: 50px 0;
    }

    .rw-quality-title {
        font-size: 26px;
    }

    .rw-quality-content p,
    .rw-quality-list li {
        font-size: 15px;
    }
}

.workflow-section{
    width:100%;
    background:#081a3a;
    padding:20px;
    border-radius:12px;
    box-sizing:border-box;
}

.workflow-section h2{
    text-align:center;
    color:#d9a441;
    margin-bottom:20px;
    font-size:24px;
}

.workflow{
    display:grid;
    grid-template-columns:repeat(9,1fr);
    gap:10px;
    align-items:start;
}

.step{
    text-align:center;
    color:#fff;
}

.icon{
    width:65px;
    height:65px;
    /* margin:0 auto 10px; */
    border:2px solid #d9a441;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#d9a441;
}

.step span{
    display:block;
    font-size:12px;
    line-height:1.4;
}

/* Mobile */
@media(max-width:991px){
    .workflow{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:576px){
    .workflow{
        grid-template-columns:repeat(2,1fr);
    }
}

.msqc-section{
    width:100%;
    padding:20px 0;
}

.msqc-wrapper{
    max-width:1400px;
    margin:auto;
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:25px 15px;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.msqc-title{
    text-align:center;
    margin:0 0 25px;
    position:relative;
}

.msqc-title span{
    display:inline-block;
    padding:0 20px;
    background:#fff;
    color:#1c2440;
    font-size:30px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    z-index:2;
}

.msqc-title:before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#d8d8d8;
    z-index:1;
}

.msqc-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
}

.msqc-item{
    text-align:center;
    padding:10px 18px;
    border-right:1px solid #e6e6e6;
}

.msqc-item:last-child{
    border-right:none;
}

.msqc-icon{
    margin-bottom:15px;
}

.msqc-icon i{
    font-size:42px;
    color:#d4a246;
}

.msqc-item h4{
    font-size:20px;
    font-weight:700;
    color:#1c2440;
    margin:0 0 10px;
    line-height:1.3;
}

.msqc-item p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.6;
}

/* Tablet */
@media(max-width:991px){
    .msqc-grid{
        grid-template-columns:repeat(3,1fr);
        gap:20px;
    }

    .msqc-item{
        border-right:none;
    }
}

/* Mobile */
@media(max-width:576px){
    .msqc-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .msqc-title span{
        font-size:18px;
    }

    .msqc-item h4{
        font-size:16px;
    }

    .msqc-item p{
        font-size:13px;
    }
}

.ptc-section{
    padding:40px 0;
}

.ptc-title{
    text-align:center;
    margin-bottom:30px;
    position:relative;
}

.ptc-title span{
    background:#fff;
    padding:0 20px;
    position:relative;
    z-index:2;
    font-size:32px;
    font-weight:700;
    color:#0b1e45;
}

.ptc-title:before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#ddd;
}

.ptc-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.ptc-card{
    border:1px solid #e8e8e8;
    border-radius:15px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.ptc-header{
    background:#031a48;
    color:#fff;
    text-align:center;
    padding:12px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
}

.ptc-body{
    padding:20px;
}

.ptc-image{
    text-align:center;
    margin-bottom:20px;
}

.ptc-image img{
    max-width:160px;
    width:100%;
}

.ptc-products h4{
    color:#0b1e45;
    font-size:18px;
    margin-bottom:10px;
}

.ptc-products ul{
    padding-left:18px;
    margin:0;
}

.ptc-products ul li{
    margin-bottom:8px;
    color:#333;
}

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

/* Mobile */
@media(max-width:576px){
    .ptc-grid{
        grid-template-columns:1fr;
    }
}

.ptc-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.ptc-card{
    border:1px solid #e9e9e9;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
}

.ptc-header{
    background:#001d52;
    color:#fff;
    text-align:center;
    padding:10px;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
}

.ptc-content{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:15px;
    min-height:220px;
}

.ptc-products{
    width:58%;
}

.ptc-products h5{
    margin:0 0 10px;
    color:#001d52;
    font-size:15px;
    font-weight:700;
}

.ptc-products ul{
    margin:0;
    padding-left:18px;
}

.ptc-products li{
    margin-bottom:8px;
    font-size:14px;
    line-height:1.4;
}

.ptc-products a{
    color:#333;
    text-decoration:none;
}

.ptc-image{
    width:38%;
    text-align:center;
}

.ptc-image img{
    width:100%;
    max-width:130px;
    height:auto;
    object-fit:contain;
}

@media(max-width:991px){
    .ptc-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .ptc-grid{
        grid-template-columns:1fr;
    }
}


.qarf-section{
    padding:40px 0;
}

.qarf-wrapper{
    background:#fff;
    border:1px solid #ececec;
    border-radius:15px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.qarf-left{
    width:55%;
    text-align:center;
}

.qarf-left h2,
.qarf-right h2{
    color:#071d49;
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
    text-transform:uppercase;
}

.qarf-left p{
    color:#666;
    max-width:500px;
    margin:0 auto 25px;
    line-height:1.5;
}

.qarf-process{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
}

.qarf-step{
    text-align:center;
    width:85px;
}

.qarf-icon{
    width:55px;
    height:55px;
    margin:0 auto 10px;
    border-radius:50%;
    background:#071d49;
    display:flex;
    align-items:center;
    justify-content:center;
}

.qarf-icon i{
    color:#d8a53d;
    font-size:22px;
}

.qarf-step span{
    font-size:13px;
    line-height:1.4;
    color:#071d49;
    font-weight:600;
}

.qarf-arrow{
    color:#071d49;
    font-size:24px;
    margin-top:15px;
}

.qarf-divider{
    width:1px;
    background:#ddd;
    min-height:220px;
    margin:0 30px;
}

.qarf-right{
    width:40%;
}

.qarf-benefits{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px 30px;
    margin-top:25px;
}

.qarf-benefits div{
    color:#071d49;
    font-size:16px;
    font-weight:600;
}

.qarf-benefits i{
    color:#d8a53d;
    margin-right:10px;
}

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

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

    .qarf-left,
    .qarf-right{
        width:100%;
    }

    .qarf-divider{
        width:100%;
        height:1px;
        min-height:auto;
        margin:30px 0;
    }
}

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

    .qarf-benefits{
        grid-template-columns:1fr;
    }

    .qarf-left h2,
    .qarf-right h2{
        font-size:22px;
    }

    .qarf-step{
        width:70px;
    }

    .qarf-arrow{
        display:none;
    }
}

.tpi-section{
    padding:40px 0;
}

.tpi-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.tpi-left,
.tpi-right{
    border:1px solid #e5e5e5;
    border-radius:15px;
    padding:25px;
    background:#fff;
}

.tpi-left h2,
.tpi-right h2{
    text-align:center;
    font-size:28px;
    font-weight:700;
    color:#071d49;
    margin-bottom:15px;
    text-transform:uppercase;
}

.tpi-left p{
    text-align:center;
    color:#555;
    line-height:1.7;
    margin-bottom:20px;
}

.tpi-left h4{
    color:#071d49;
    font-size:18px;
    margin-bottom:15px;
}

.tpi-left ul{
    padding-left:18px;
    margin:0;
}

.tpi-left li{
    margin-bottom:10px;
    color:#333;
}

.tpi-right{
    background:#071d49;
}

.tpi-right h2{
    color:#d7a341;
}

.tpi-doc-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.tpi-doc-item{
    text-align:center;
    color:#fff;
}

.tpi-doc-item i{
    font-size:32px;
    color:#d7a341;
    margin-bottom:10px;
    display:block;
}

.tpi-doc-item span{
    display:block;
    font-size:13px;
    line-height:1.5;
}

@media(max-width:991px){

    .tpi-wrapper{
        grid-template-columns:1fr;
    }

    .tpi-doc-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:576px){

    .tpi-doc-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tpi-left h2,
    .tpi-right h2{
        font-size:20px;
    }
}

.tpi-left ul{
    list-style:disc !important;
    padding-left:25px;
    margin:0;
}

.tpi-left ul li{
    display:list-item;
    margin-bottom:0px;
	list-style: disc;
}


.cert-doc-section{
    padding:40px 0;
}

.cert-doc-grid{
    display:grid;
    grid-template-columns:1fr 1.4fr;
    gap:20px;
}

.cert-box,
.doc-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:15px;
    padding:25px;
}

.cert-box h2,
.doc-box h2{
    text-align:center;
    color:#071d49;
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    text-transform:uppercase;
}

.cert-list{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.cert-item{
    text-align:center;
}

.cert-item img{
    width:70px;
    height:70px;
    object-fit:contain;
    margin-bottom:10px;
}

.cert-item h4{
    font-size:14px;
    color:#071d49;
    line-height:1.5;
    margin:0;
}

.doc-list{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
}

.doc-item{
    text-align:center;
}

.doc-item i{
    font-size:42px;
    color:#071d49;
    margin-bottom:10px;
}

.doc-item h4{
    font-size:13px;
    line-height:1.5;
    margin:0;
    color:#071d49;
}

.doc-note{
    text-align:center;
    margin-top:25px;
    color:#555;
    font-size:14px;
}

@media(max-width:991px){

    .cert-doc-grid{
        grid-template-columns:1fr;
    }

    .cert-list{
        grid-template-columns:repeat(2,1fr);
    }

    .doc-list{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:576px){

    .doc-list{
        grid-template-columns:repeat(2,1fr);
    }

    .cert-list{
        grid-template-columns:repeat(2,1fr);
    }

    .cert-box h2,
    .doc-box h2{
        font-size:20px;
    }
}

.commitment-section{
    padding:30px 0;
}

.commitment-box{
    background:#fdfdfd;
    border:1px solid #e8e8e8;
    border-radius:12px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.commitment-icon{
    width:140px;
    min-width:140px;
    text-align:center;
    padding:20px;
    border-right:1px solid #ececec;
}

.commitment-icon img{
    width:70px;
    height:auto;
}

.commitment-content{
    padding:20px 30px;
}

.commitment-content h2{
    margin:0 0 10px;
    color:#14244a;
    font-size:32px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.2;
}

.commitment-content p{
    margin:0;
    color:#4a4a4a;
    font-size:16px;
    line-height:1.8;
}

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

    .commitment-content h2{
        font-size:24px;
    }

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

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

    .commitment-box{
        flex-direction:column;
        text-align:center;
    }

    .commitment-icon{
        border-right:none;
        border-bottom:1px solid #ececec;
        width:100%;
    }

    .commitment-content{
        padding:20px;
    }

    .commitment-content h2{
        font-size:20px;
    }
}

.commitment-icon i{
    font-size:70px;
    color:#d6a33c;
}

.trust-banner{
    display:flex;
    align-items:center;
    overflow:hidden;
    border-radius:15px;
    background:#02173f;
    min-height:220px;
    position:relative;
}

.trust-left,
.trust-right{
    width:25%;
    height:220px;
}

.trust-left img,
.trust-right img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.trust-content{
    width:50%;
    padding:25px 30px;
    color:#fff;
}

.trust-content h2{
    margin:0 0 12px;
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#fff;
}

.trust-content h2 span{
    color:#d7a341;
}

.trust-content p{
    color:#d8d8d8;
    margin-bottom:20px;
    line-height:1.7;
}

.trust-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.trust-btn{
    padding:12px 22px;
    border-radius:6px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.quote-btn{
    background:#d7a341;
    color:#fff;
}

.whatsapp-btn{
    background:#1fa84a;
    color:#fff;
}

.profile-btn{
    background:transparent;
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
}

.trust-btn:hover{
    opacity:.9;
}

.quality-banner{
    position:relative;
    min-height:260px;
    border-radius:15px;
    overflow:hidden;

    /* Left and Right Images */
    background:
        linear-gradient(rgba(0,20,60,.75), rgba(0,20,60,.75)),
        url('images/lab-image.jpg') left center/28% 100% no-repeat,
        url('images/handshake-image.jpg') right center/32% 100% no-repeat,
        #02153d;

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

.quality-content{
    width:100%;
    max-width:900px;
    position:relative;
    z-index:2;
    padding:30px;
    color:#fff;
}

.quality-content h2{
    margin:0 0 15px;
    font-size:48px;
    line-height:1.1;
    font-weight:700;
    text-transform:uppercase;
}

.quality-content h2 span{
    color:#d8a33f;
}

.quality-content p{
    max-width:650px;
    font-size:16px;
    line-height:1.7;
    margin-bottom:25px;
}

.quality-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-quote,
.btn-whatsapp,
.btn-profile{
    text-decoration:none;
    padding:14px 24px;
    border-radius:6px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.btn-quote{
    background:#d8a33f;
    color:#fff;
}

.btn-whatsapp{
    background:#19a94b;
    color:#fff;
}

.btn-profile{
    border:1px solid rgba(255,255,255,.5);
    color:#fff;
    background:transparent;
}

.btn-profile:hover,
.btn-whatsapp:hover,
.btn-quote:hover{
    opacity:.9;
}

.quality-banner{
    background:
        linear-gradient(
            rgba(0,20,60,.35),
            rgba(0,20,60,.35)
        ),
        url('../images/qbg.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    min-height:180px;
    border-radius:12px;
    overflow:hidden;

    display:flex;
    align-items:center;
}

.quality-content{
    padding:25px 40px;
    max-width:750px;
}

.quality-content h2{
    margin:0;
    color:#fff;
    font-size:38px;
    font-weight:700;
    line-height:1.1;
    text-transform:uppercase;
}

.quality-content h2 span{
    color:#d9a53c;
}

.quality-content p{
    color:#fff;
    font-size:14px;
    line-height:1.6;
    margin:10px 0 20px;
}

.quality-btns{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.q-btn{
    text-decoration:none;
    padding:12px 22px;
    border-radius:4px;
    font-size:13px;
    font-weight:600;
}

.quote-btn{
    background:#d9a53c;
    color:#fff;
}

.whatsapp-btn{
    background:#18a84a;
    color:#fff;
}

.profile-btn{
    border:1px solid rgba(255,255,255,.5);
    color:#fff;
    background:transparent;
}

.global-markets{
    padding:60px 0;
    background:#fff;
}

.global-markets .section-title{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#1d2d50;
    text-transform:uppercase;
    margin-bottom:10px;
    position:relative;
}

.global-markets .section-title:before,
.global-markets .section-title:after{
    content:"";
    width:70px;
    height:2px;
    background:#d8a33f;
    display:inline-block;
    vertical-align:middle;
    margin:0 15px;
}

.small-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 35px;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

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

.market-card{
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
    transition:.3s;
}

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

.market-header{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 15px;
    color:#fff;
    font-weight:700;
    font-size:15px;
    text-transform:uppercase;
}

.market-header img{
    width:28px;
    height:28px;
    border-radius:50%;
    object-fit:cover;
}

.north{
    background:#0b2a5a;
}

.europe{
    background:#143b86;
}

.middleeast{
    background:#006b5e;
}

.asia{
    background:#3a2b84;
}

.africa{
    background:#5a3815;
}

.market-body{
    padding:15px;
    position:relative;
}

.market-body:after{
    content:"";
    position:absolute;
    right:10px;
    top:80px;
    width:90px;
    height:90px;
    opacity:.08;
    background:url("https://cdn-icons-png.flaticon.com/512/44/44386.png") center/contain no-repeat;
}

.market-body h4{
    font-size:14px;
    color:#1d2d50;
    margin:0 0 10px;
    font-weight:700;
}

.market-body ul{
    padding-left:18px;
    margin:0 0 15px;
}

.market-body ul li{
    font-size:13px;
    color:#555;
    margin-bottom:6px;
    line-height:1.5;
}

.industry-icons{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin-top:10px;
}

.industry-icons span{
    text-align:center;
    font-size:11px;
    color:#555;
    line-height:1.4;
    position:relative;
    padding-top:28px;
}

.industry-icons span:before{
    font-family:FontAwesome;
    content:"\f0f5";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    color:#777;
    font-size:18px;
}

@media(max-width:1200px){

    .markets-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:991px){

    .markets-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .markets-grid{
        grid-template-columns:1fr;
    }

    .global-markets .section-title{
        font-size:24px;
    }

    .global-markets .section-title:before,
    .global-markets .section-title:after{
        width:40px;
    }

}

.products-demand-section{
    padding:60px 0;
    background:#fff;
}

.section-title{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#1d2d50;
    text-transform:uppercase;
    margin-bottom:35px;
    position:relative;
}

.section-title:after{
    content:"";
    display:inline-block;
    width:70px;
    height:2px;
    background:#d8a33f;
    vertical-align:middle;
    margin:0 15px;
}

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

.market-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.market-header-two{
    color:#fff;
    text-align:center;
    padding:12px 10px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
}

.market-header-two.blue{
    background:#082a5c;
}

.market-header-two.green{
    background:#006b57;
}

.market-header-two.purple{
    background:#4a317e;
}

.market-header-two.brown{
    background:#4b2c12;
}

.market-box ul{
    list-style:none;
    margin:0;
    padding:15px;
}

.market-box ul li{
    position:relative;
    padding:8px 0 8px 32px;
    color:#333;
    font-size:14px;
    border-bottom:1px solid #f1f1f1;
}

.market-box ul li:last-child{
    border-bottom:none;
}

.market-box ul li:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(#f8f8f8,#d9d9d9);
    border:1px solid #cfcfcf;
}

/* EXPORT CAPABILITIES */

.mt-50{
    margin-top:60px;
}

.capabilities{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.capability-item{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:25px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.capability-item .icon{
    width:60px;
    height:60px;
    margin:0 auto 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    background:#f7f7f7;
    border-radius:50%;
}

.capability-item h4{
    text-align:center;
    color:#1d2d50;
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.capability-item ul{
    list-style:none;
    padding:0;
    margin:0;
}

.capability-item ul li{
    position:relative;
    padding-left:20px;
    margin-bottom:10px;
    color:#555;
    font-size:14px;
}

.capability-item ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#d8a33f;
    font-weight:bold;
}

/* Responsive */

@media(max-width:1200px){

    .market-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .capabilities{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .market-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .capabilities{
        grid-template-columns:1fr;
    }

    .section-title{
        font-size:24px;
    }
}

@media(max-width:576px){

    .market-grid{
        grid-template-columns:1fr;
    }

    .section-title:before,
    .section-title:after{
        width:40px;
    }
}

.export-section{
    padding:60px 0;
    background:#fff;
}

.top-row{
    display:grid;
    grid-template-columns:48% 52%;
    gap:20px;
}

/* LEFT SIDE */

.compliance-box{
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:20px;
    background:#fff;
}

.compliance-box h2{
    text-align:center;
    color:#1d2d50;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
}

.country-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.country-card{
    border:1px solid #e8e8e8;
    border-radius:8px;
    padding:15px 10px;
    text-align:center;
    background:#fff;
    min-height:130px;
}

.country-title img{
    width:36px;
    height:36px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:10px;
}

.country-title span{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#1d2d50;
    margin-bottom:8px;
    text-transform:uppercase;
}

.country-title p{
    margin:0;
    font-size:12px;
    color:#555;
    line-height:1.5;
}

/* RIGHT SIDE */

.process-box{
    background:#071d49;
    border-radius:12px;
    padding:25px;
}

.process-box h2{
    text-align:center;
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    text-transform:uppercase;
}

.process-flow{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.step{
    width:90px;
    text-align:center;
}

.icon-two{
    width:58px;
    height:58px;
    background:#fff;
    border-radius:50%;
    margin:0 auto 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.step span{
    color:#fff;
    font-size:12px;
    line-height:1.4;
    display:block;
}

.arrow{
    color:#d8a33f;
    font-size:24px;
    font-weight:bold;
}

/* BUYERS SECTION */

.buyers-section{
    margin-top:40px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:30px;
}

.buyers-section h2{
    text-align:center;
    color:#1d2d50;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
    text-transform:uppercase;
}

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

.buyer-item{
    text-align:center;
    padding:15px;
    border:1px solid #f0f0f0;
    border-radius:8px;
    background:#fff;
}

.buyer-item span{
    display:block;
    font-size:32px;
    margin-bottom:10px;
}

.buyer-item p{
    margin:0;
    color:#444;
    font-size:13px;
    line-height:1.5;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .country-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .buyers-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:991px){

    .top-row{
        grid-template-columns:1fr;
    }

    .country-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .buyers-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:767px){

    .buyers-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .country-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .compliance-box h2,
    .process-box h2,
    .buyers-section h2{
        font-size:22px;
    }
}

@media(max-width:576px){

    .country-grid{
        grid-template-columns:1fr;
    }

    .buyers-grid{
        grid-template-columns:1fr;
    }

    .process-flow{
        gap:15px;
    }

    .arrow{
        display:none;
    }
}

.global-section-two{
    padding:60px 0;
    background:#fff;
}

.top-boxes{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
}

/* BOX */

.info-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:25px;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.info-box h2{
    text-align:center;
    color:#1d2d50;
    font-size:28px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:25px;
}

/* GLOBAL PRESENCE */

.presence-content{
    display:flex;
    align-items:center;
    gap:20px;
}

.map-area{
    flex:1;
}

.map-area img{
    width:100%;
    /* max-width:280px; */
    display:block;
}

.country-list{
    flex:1;
    display:flex;
    justify-content:space-between;
    gap:15px;
}

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

.country-list li{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:10px;
    font-size:14px;
    color:#333;
}

.country-list li img{
    width:20px;
    height:20px;
    border-radius:50%;
    object-fit:cover;
}

/* CERTIFICATIONS */

.certification-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:15px;
    margin-bottom:20px;
}

.cert-box-two{
    border:1px solid #e8e8e8;
    border-radius:10px;
    text-align:center;
    padding:15px 10px;
    background:#fff;
    transition:.3s;
}

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

.cert-box-two img{
    width:70px;
    height:70px;
    object-fit:contain;
    display:block;
    margin:0 auto 10px;
}

.cert-box-two span{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#333;
}

/* DESCRIPTION */

.box-desc{
    text-align:center;
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin-top:15px;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .certification-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:991px){

    .top-boxes{
        grid-template-columns:1fr;
    }

    .presence-content{
        flex-direction:column;
    }

    .country-list{
        width:100%;
    }
}

@media(max-width:768px){

    .certification-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .info-box h2{
        font-size:22px;
    }
}

@media(max-width:576px){

    .country-list{
        flex-direction:column;
    }

    .certification-grid{
        grid-template-columns:1fr;
    }

    .map-area img{
        max-width:100%;
    }
}