
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Welcome Section
7. Services Section
8. Call To Action Section
9. Projects Section
10. Call To Action Section Two
11. Expert Section
12. Clients Section
13. Two Fullwidth Column Section
14. Clients Section / Style Two
15. Main Footer / Style Two / Style Three
16. Industrial Section
17. Choose Section
18. Process Section
19. FullWidth Process Section
20. Faq Section
21. Testimonial Section
22. Blogs Section
23. NewsLetter Section / Style Two
24. Feature Section
25. Counter Section
26. Pricing Section
27. Contact Form Section
28. Page Title
29. Comming Soon Section
30. Services Single Section
31. Project Detail Section
32. Shop Items
33. Shoping Cart Section
34. Checkout Section
35. Shop Detail Section
36. Our Blogs Section
37. Blog Detail Section
38. Sidebar Widgets
39. Contact Info Section
40. Map Section

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Playfair+Display:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700|Poppins:300,400,500,600,700,800,900&amp;display=swap');

/* font-family: 'Poppins', sans-serif;
font-family: 'Hind Siliguri', sans-serif; */

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/


body {
	font-family: 'Hind Siliguri', sans-serif;
	font-size:16px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#000;
}

button{
	cursor:pointer;
	text-decoration:none;
	outline:none !important;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	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;
}

.centered{
	text-align:center;	
}

/* Typography */

h1{
	font-size:60px;
}

h2{
	font-size:36px;
}

h3{
	font-size:28px;
}

h4{
	font-size:20px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
	padding-left:35px;
	line-height: 1.8em;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-weight:400;
	color:#C2292A;
	font-size:20px;
	display:inline-block;
}

/* List Style Three */

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	padding-left:30px;
	line-height: 1.6em;
}

.list-style-three li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	font-weight:400;
	color:#f18917;
	font-size:16px;
	font-family: 'FontAwesome';
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
	padding-left:80px;
	line-height: 1.8em;
}

.list-style-two li strong{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:24px;
	display:block;
	margin-bottom:3px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	font-weight:400;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:50px;
	display:inline-block;
	background-image: -ms-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to top, #D1641A 0%, #C2292A 100%);
}

.list-style-two.style-two li strong{
	color:#000000;
}

.list-style-two.style-two li{
	color:#666666;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 15px 44px 15px;
	text-transform: capitalize;
	background-image: -ms-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -moz-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -o-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C2292A), color-stop(100, #d1641a));
	background-image: -webkit-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: linear-gradient(to bottom, #C2292A 0%, #d1641a 100%);
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to bottom, #D1641A 0%, #C2292A 100%);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 32px 10px;
	font-weight: 400;
	overflow: hidden;
	background:none;
	letter-spacing:1px;
	border-radius:50px;
	text-transform: uppercase;
	border:2px solid #ffffff;
	
}

.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #c22a2a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
	border-color:#c22a2a;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 14px 44px 14px;
	text-transform: capitalize;
	background-image: -ms-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -moz-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -o-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C2292A), color-stop(100, #d1641a));
	background-image: -webkit-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: linear-gradient(to bottom, #C2292A 0%, #d1641a 100%);
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(top, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to bottom, #D1641A 0%, #C2292A 100%);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 25px 52px 25px;
	text-transform: uppercase;
	background-image: -ms-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -moz-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -o-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #091494), color-stop(100, #3141fe));
	background-image: -webkit-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: linear-gradient(to right, #091494 0%, #3141fe 100%);
}

.btn-style-four:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: -moz-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: -o-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #091494), color-stop(100, #3141FE));
	background-image: -webkit-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: linear-gradient(to left, #091494 0%, #3141FE 100%);
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #091394;
	padding: 12px 38px 12px;
	font-weight: 600;
	overflow: hidden;
	background:none;
	letter-spacing:1px;
	border-radius:0px;
	text-transform: uppercase;
	border:2px solid #3241ff;
	background-color:#ffffff;
}

.btn-style-five:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #3241ff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}

.btn-style-five:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-five:hover{
	color: #ffffff;
	border-color:#3241ff;
}

/* Btn Style Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 14px 46px 14px;
	text-transform: uppercase;
	background-image: -ms-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -moz-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -o-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #091494), color-stop(100, #3141fe));
	background-image: -webkit-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: linear-gradient(to right, #091494 0%, #3141fe 100%);
}

.btn-style-six:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: -moz-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: -o-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #091494), color-stop(100, #3141FE));
	background-image: -webkit-linear-gradient(right, #091494 0%, #3141FE 100%);
	background-image: linear-gradient(to left, #091494 0%, #3141FE 100%);
}

.btn-style-six .txt{
	position:relative;
	z-index:1;
}

.btn-style-six:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-six:hover{
	color: #ffffff;
}

/* Btn Style Seven */

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #18212e;
	padding: 12px 38px 12px;
	font-weight: 600;
	overflow: hidden;
	background:none;
	letter-spacing:1px;
	border-radius:0px;
	text-transform: uppercase;
	background-color:#ffffff;
}

.btn-style-seven:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #18212e;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-seven .txt{
	position:relative;
	z-index:1;
}

.btn-style-seven:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven:hover{
	color: #ffffff;
}

/* Btn Style Eight */

.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #3241ff;
	padding: 11px 34px 11px;
	font-weight: 600;
	overflow: hidden;
	background:none;
	letter-spacing:1px;
	border-radius:0px;
	text-transform: capitalize;
	border:1px solid #091394;
	background-color:#ffffff;
}

.btn-style-eight:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #222222;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-eight .txt{
	position:relative;
	z-index:1;
}

.btn-style-eight:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eight:hover{
	color: #ffffff;
	border-color:#222222;
}

/* Btn Style Nine */

.btn-style-nine{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
 transition: all 0.4s;
	background:none;
	border-radius:6px;
	padding:15px 44px 15px;
	text-transform: capitalize;
	/* background-image: -ms-linear-gradient(left, #241f5d0%, #5e3c1a 100%);
	background-image: -moz-linear-gradient(left, #241f5d0%, #5e3c1a 100%);
	background-image: -o-linear-gradient(left, #241f5d0%, #5e3c1a 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #B17827), color-stop(100, #5e3c1a));
	background-image: -webkit-linear-gradient(left, #241f5d0%, #5e3c1a 100%);
	background-image: linear-gradient(to right, #241f5d0%, #5e3c1a 100%); */
	background-color: #241f5d ;
	font-family: 'Poppins', sans-serif;
	
}
/* 
.btn-style-nine:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color: #0a0261;
}

.btn-style-nine .txt{
	position:relative;
	z-index:1;
}

.btn-style-nine:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-nine:hover{
	color: #ffffff;
} */

.btn-style-nine::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f18917;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    border-radius:4px;
}

.btn-style-nine:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(32, 30, 54, 0.4);
    transform: translateY(-3px);
}

.btn-style-nine:hover::before {
    width: 100%;
}

.btn-style-nine:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 10px rgba(18, 16, 41, 0.6);
}

.btn-style-nine.style-two{
	border-radius:0px;
}
.fixed-header .btn-style-nine{
	padding: 7px 22px;
}
.main-header.header-style-three.fixed-header .options-box .btn-box {
    margin-top: 17px;
}
.main-header.header-style-three.fixed-header .options-box .btn-box-two{
	display: flex;
}
.main-header.header-style-three.fixed-header .options-box .btn-box{
	display: none;
}
.main-header.header-style-three .options-box .btn-box-two{
	display: none;
}
.main-header.header-style-three.options-box .btn-box{
	display: flex;
}

/* Btn Style Ten */

.btn-style-ten{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #361b00;
	padding: 12px 38px 12px;
	font-weight: 600;
	overflow: hidden;
	background:none;
	border-radius:2px;
	text-transform: capitalize;
	background-color:#ffffff;
	font-family: 'Poppins', sans-serif;
	z-index: 0;
}

.btn-style-ten:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #f18917;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);

}



.btn-style-ten .txt{
	position:relative;
	z-index:1;
}

.btn-style-ten:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-ten:hover{
	color: #ffffff;
}

/* Btn Style Eleven */

.btn-style-eleven{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 34px 11px;
	font-weight: 600;
	overflow: hidden;
	background:none;
	letter-spacing:1px;
	border-radius:2px;
	text-transform: capitalize;
	border:1px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-eleven:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-eleven .txt{
	position:relative;
	z-index:1;
}

.btn-style-eleven:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eleven:hover{
	color: #361b00;
	border-color:#ffffff;
}

/* Social Icon One */

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	display:block;
	margin-bottom:12px;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 4px;
	margin-bottom: 4px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	display:inline-block;
	border:1px solid rgba(255, 255, 255, 0.5);
	-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: #241f5d;
	background-color:#ffffff;
}

/* Social Icon Two */

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:40px;
	height:40px;
	color:#241f5d;
	font-size:14px;
	text-align:center;
	line-height:38px;
	border-radius:50px;
	display:inline-block;
	border:1px solid #241f5d;
	-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:#ffffff;
	border-color:#241f5d;
	background-color:#241f5d;
}

.theme_color{
	color:#c22a2a;
}

.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); background-size:200px;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:100px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	display: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;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#f18917;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title .title{
    position: relative;
    color: #f18917;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 15px;
    text-transform: capitalize;
}

.sec-title h2{
	position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: capitalize;
}

.sec-title .text{
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
	line-height:1.8em;
	margin-top:15px;
}

.sec-title.text .text{
    font-size: 16px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    margin-top: 10px;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.light .title,
.sec-title.light .text{
	color:#ffffff;
}

/* Style Two */

.sec-title.style-two .title{
	color:#091394;
}

/* Style Three */

.sec-title.style-three .title{
	color:#e07c30;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title-two{
	position:relative;
	margin-bottom:70px;
}

.sec-title-two h2{
	position: relative;
    color: #222222;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: capitalize;
}

.sec-title-two .title{
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
	margin-top:35px;
	padding:0px 70px;
	display:inline-block;
    text-transform: capitalize;
}

.sec-title-two .title .left-separate{
	position:absolute;
	left:0px;
	top:12px;
	width:55px;
}

.sec-title-two .title .left-separate:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	height:2px;
	width:38px;
	background-color:#222222;
}

.sec-title-two .title .left-separate:after{
	position:absolute;
	content:'';
	right:0px;
	top:-4px;
	height:10px;
	width:10px;
	border-radius:50px;
	background-color:#c22a2a;
}

.sec-title-two .title .right-separate{
	position:absolute;
	right:0px;
	top:12px;
	width:55px;
}

.sec-title-two .title .right-separate:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	height:2px;
	width:38px;
	background-color:#222222;
}

.sec-title-two .title .right-separate:after{
	position:absolute;
	content:'';
	left:0px;
	top:-4px;
	height:10px;
	width:10px;
	border-radius:50px;
	background-color:#c22a2a;
}

.sec-title-two .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.9em;
	margin-top:25px;
}

.sec-title-two.light h2,
.sec-title-two.light .title{
	color:#ffffff;
}

.sec-title-two.light .title .left-separate:before,
.sec-title-two.light .title .right-separate:before{
	background-color:#ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:10;
	width:100%;
}

.main-header .header-top{
	position:relative;
	padding:7px 0px;
	background-color:#333333;
}

/* Header Top */

.main-header .header-top .top-left{
	position:relative;
	float:left;
}

.main-header .header-top .top-left .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:1.3em;
	padding:9px 0px;
}

/* End Header Top */

.main-header .header-top .top-right{
	position:relative;
}

.main-header .header-top .top-right .login-info{
	position:relative;
	float:left;
	margin-top:6px;
	margin-right:15px;
}

.main-header .header-top .top-right .login-info li{
	position:relative;
	padding:0px 14px;
	line-height:1.2em;
	display:inline-block;
	border-right:1px solid #ffffff;
}

.main-header .header-top .top-right .login-info li:last-child{
	border-right:0px;
	padding-right:0px;
}

.main-header .header-top .top-right .login-info li a{
	position:relative;
	color:#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;
}

.main-header .header-top .top-right .login-info li a:hover{
	color:#f18917;
}

.main-header .header-top .top-right .social-nav li.facebook a{
	color:#16599b;
}

.main-header .header-top .top-right .social-nav li.twitter a{
	color:#03a9f4;
}

.main-header .header-top .top-right .social-nav li.google a{
	color:#ff0000;
}

.main-header .header-top .top-right .social-nav li.linkedin a{
	color:#0078b5;
}

.main-header .header-top .top-right .social-nav{
	position:relative;
	float:left;
}

.main-header .header-top .top-right .social-nav li{
	position:relative;
	margin-left:7px;
	display:inline-block;
}

.main-header .header-top .top-right .social-nav li a{
	position:relative;
	width:36px;
	height:36px;
	color:#c63a2a;
	font-size:16px;
	text-align:center;
	line-height:36px;
	display:inline-block;
	background-color:#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;
}

.main-header .header-top .top-right .social-nav li a:hover{
	color:#c22a2a;
}

/* Header Top Two */

.main-header .header-top-two{
	position:relative;
	padding:15px 0px;
	background-color:#f5f5f5;
}

.main-header .header-top-two .top-left{
	position: relative;
	padding-left:215px;
}

.main-header .header-top-two .info-list{
	position:relative;
	float:left;
}

.main-header .header-top-two .info-list li{
	position: relative;
	color:#666666;
	font-size:16px;
	margin-right:20px;
	display:inline-block;
}

.main-header .header-top-two .info-list li:last-child{
	margin-right:0px;
}

.main-header .header-top-two .info-list li .icon{
	position:relative;
	margin-right:8px;
	color:#091396;
}

.main-header .header-top-two .info-list li a{
	position: relative;
	color:#666666;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top-two .info-list li a:hover{
	color:#3241ff;
}

.main-header .header-top-two .top-list{
	position:relative;
	float:left;
	margin-left:80px;
}

.main-header .header-top-two .top-list li{
	position:relative;
	margin-right:18px;
	display:inline-block;
}

.main-header .header-top-two .top-list li:last-child{
	margin-right:0px;
}

.main-header .header-top-two .top-list li a{
	position:relative;
	color:#222222;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top-two .top-list li a:hover{
	color:#0a1395;
}

.main-header .header-top-two .social-nav{
	position:absolute;
	right:20px;
	top:15px;
	padding:0px 0px;
}

.main-header .header-top-two .social-nav li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.main-header .header-top-two .social-nav li a{
	position:relative;
	color:#777777;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top-two .social-nav li a:hover{
	color:#3241ff;
}

.header-style-two.fixed-header .header-upper{
	position:fixed;
	top:0px;
	width:100%;
	background-color:#ffffff;
}

.header-style-two.fixed-header .header-upper .inner-container .logo-box{
	padding:5px 50px 5px 15px;
	top:0px;
}

.header-style-two.fixed-header .header-upper .inner-container .logo-box:before{
	border-bottom:80px solid #222222;
}

/* Header Top Three */

.main-header .header-top-three{
	position:relative;
}

.main-header .header-top-three .top-left{
	position: relative;
	/* float:left; */
	padding:0px 0px 15px 0;
}

.main-header .header-top-three .top-left .text{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:14px;
}

.header-style-three{
	position:absolute;
	margin-top: 48px;
}

.main-header.header-style-three .nav-outer

.header-style-three .header-lower .inner-container{
	position:relative;
	padding-left:30px;
}

/* .header-style-three .header-lower .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:95px;
	bottom:0px;
	z-index:-1;
	border-radius:8px;
	background-color:#ffffff;
} */

.header-lower {
	padding-left: 15px;
	padding-right: 15px;
}
.header-lower .container-fluid{
	max-width: 1500px;
	background-color: #fff;
}
.header-style-three .main-menu .navigation > li > a{
	color:#000;
	font-weight:500;
	margin-right: 20px;
}

.header-style-three .main-menu .navigation > li:before{
	top:30px;
}

.header-style-three .main-menu .navigation > li:before{
	background-color:rgba(0,0,0,0.40);
}

.header-style-three .header-lower .options-box .grid-box .icon{
	color:#603e1a;
}

.main-header.header-style-three .header-lower .search-box-btn{
	color:#3c2107;
	border-color:#3c2107;
}

/* .main-header.header-style-three .options-box .grid-box{
	height:80px;
	line-height:88px;
} */

.main-header.header-style-three .header-lower .search-box-outer{
	margin-top:18px;
}

/* .main-header.header-style-three .options-box .btn-box{
	margin-top:18px;
} */

.header-style-three.fixed-header{
	position:fixed;
	width:100%;
	top:0px;
	/* background-color:#ffffff; */
	/* box-shadow:0px 0px 10px rgba(0,0,0,0.10); */
	margin-top: 0px;
}

.header-style-three.fixed-header .header-lower .inner-container {
	padding:0px;
}


.header-style-three.fixed-header .header-lower .inner-container:before{
	display:none;
}

.header-style-three .main-menu{
	margin-right:30px;
}
.header-lower .btn-style-nine{
	padding: 7px 22px;
}

/* Main Header */

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background: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;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .header-upper{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:40px;
}

.main-header .nav-outer{
	position:relative;
	display: flex
	;
		align-items: center;
		justify-content: end;
}
.main-head{
	padding-top: 18px;
	padding-bottom: 18px;
}

.main-header.header-style-one .header-lower{
	position: absolute;
    left: 0px;
    right: 0px;
}

.main-header.header-style-one .header-lower .nav-outer:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	height:100%;
	width:1000%;
	background-color:rgba(0,0,0,0.45);
}

.main-header .header-upper .logo-box{
	padding:26px 0px 25px;
}

.main-header .info-box{
	position:relative;
	float:left;
	z-index:1;
	min-height:56px;
	margin-left:50px;
	font-size:15px;
	color:#777777;
	text-align:left;
	padding:0px 0px 20px 65px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:3px;
	font-size:42px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	
	color:#d1641b;
	line-height:1em;
	background: linear-gradient(to right, #d1641b 0%, #c1282a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-header .info-box ul li{
	position:relative;
	line-height:20px;
	color:#222222;
	font-size:16px;
	margin-bottom:8px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header .info-box strong{
	position:relative;
	font-weight:600;
	color:#222222;
	font-size:18px;
	text-transform:capitalize;
	
}

.main-menu{
	position:static;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:0px;
	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:before{
	position:absolute;
	content:'';
	top:20px;
	height:20px;
	width:1px;
	opacity:0.4;
	background-color:#ffffff;
} */

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child::after{
	display:none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#c22a2a;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:26px;
}

.cart-product{
	position:relative;
	margin-bottom:24px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
}

.cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	text-transform:uppercase;
}

.cart-product .inner h3 a{
	color:#222222;
}

.cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#222222;
	line-height:1em;
	margin-top:6px;
}

.cart-product .inner .price{
	position:relative;
	font-weight:600;
	font-size:16px;
	margin:0px;
	color:#222222;
	line-height:1em;
	margin-top:6px;
}

.header-style-two .auto-container{
	
}

.header-style-two .header-upper .inner-container .logo-box{
	position:absolute;
	left:0px;
	top: -54px;
    z-index: 1;
    padding: 32px 50px 32px 15px;
	background-color:#222222;
}

.header-style-two .header-upper .inner-container .logo-box:before{
	position:absolute;
	content:'';
	right:-50px;
	top:0px;
	border-bottom: 134px solid #222222;
    border-right: 50px solid transparent;
}

.header-style-two .nav-outer{
    position:static;
}

.header-style-two .header-upper .inner-container{
	padding-left:215px;
}

.header-style-two .main-menu .navigation > li > ul,
.header-style-two .main-menu .navigation > li > ul > li > ul{
	border-color:#2f3ff8;
}

.header-style-three .main-menu .navigation > li > ul,
.header-style-three .main-menu .navigation > li > ul > li > ul{
	border-color:#241f5d;
}

.contact-section-two .form-column .inner-column .default-form.style-two .form-group .ui-widget-content .ui-state-active{
	background-color:#241f5d;
	border-color:#241f5d;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:9px 0px 9px;
}

.fixed-header .sticky-header{
	z-index:999999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:400;
	padding:15px 25px;
	font-size:15px;
	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;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
	display:none;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
	color: #f18917;
}
.main-menu .navigation >li.dropdown:hover>a:after , .main-menu .navigation >li.current.dropdown>a:after{
	color: #f18917;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #c22a2a;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms 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 > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,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 15px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	text-transform:capitalize;
	color:#2a2a2a;
	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{
	color:#ffffff;
	background:#241f5d	;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:11px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:265px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #c22a2a;
	-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.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,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 15px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	text-transform:capitalize;
	color:#272727;
	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:hover > a{
	color:#ffffff;
	background:#241f5d;
}

.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:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .options-box {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
}

/* Grid Box */

.main-header .options-box .grid-box{
	position:relative;
	float:left;

	display:block;
	font-size:20px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	cursor:pointer;
	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;
}

.main-header .options-box .grid-box .icon{
	position:relative;
	color:#ffffff;
	line-height:1em;
}

.main-header.header-style-two .options-box .grid-box .icon{
	color:#878787;
}

.main-header .options-box .cart-box .icon{
	position:relative;
	color:#000000;
}

.header-style-two .main-menu .navigation > li > a{
	color:#222222;
	padding:25px 20px;
}

.header-style-two .main-menu .navigation > li:before{
	top:30px;
	background-color:rgba(34,34,34,1);
}

.header-style-two .header-upper .search-box-outer{
	position:relative;
	width:80px;
	height:80px;
	float:left;
	text-align:center;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

.header-style-two .header-upper .search-box-btn{
	line-height:80px;
	color:#878787;
	font-size:22px;
	cursor:pointer;
}

.main-header.header-style-two .options-box{
	position:absolute;
	right:0px;
}

.main-header.header-style-two .options-box .grid-box{
	height:80px;
	width:80px;
	line-height:80px;
	border-left:1px solid #dddddd;
}


.header-style-two .header-upper .options-box .cart-box{
	position:relative;
	float:left;
	width:80px;
	height:80px;
	display:block;
	font-size:20px;
	color:#000000;
	padding:0px;
	margin:0px;
	cursor:pointer;
	text-align:center;
	line-height:80px;
	background-color:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .header-upper .options-box .cart-box button{
	background:none;
}

.header-style-two .header-upper .options-box .cart-box button .total{
	position:absolute;
	right:18px;
	top:18px;
	width:20px;
	height:20px;
	color:#ffffff;
	font-size:10px;
	line-height:20px;
	text-align:center;
	font-style:normal;
	border-radius:50px;
	background-color:#3241ff;
}

.header-style-two .header-upper .options-box .cart-box button:after{
	display:none;
}

/* Cart Panel */

.header-style-two .header-upper .options-box .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:0px;
	padding:20px 20px;
	min-width:300px;
	margin-top:80px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #303ffb;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.header-style-two .header-upper .options-box .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	line-height:1em;
	margin-top:6px;
	text-transform:capitalize;
}

.header-style-two .header-upper .options-box .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.header-style-two .header-upper .options-box .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:15px;
}

.header-style-two .header-upper .options-box .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.header-style-two .header-upper .options-box .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	line-height:1.9em;
	padding:10px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#303ffb;
	border:1px solid #303ffb;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.header-style-two .header-upper .options-box .cart-box .cart-panel .btns-boxed li a:hover{
	color:#303ffb;
	background:none;
}

/* Button Box */

.main-header .options-box .btn-box{
	position:relative;
	float:left;
}

.main-header .header-lower .search-box-outer{
	position: relative;
	float:left;
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	display:block;
	font-size:16px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	cursor:pointer;
	line-height:38px;
	text-align:center;
	border-radius:50px;
	background:none;
	border:1px solid #ffffff;
	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-header .header-lower .search-box-btn:after{
	display:none;
}

/************************ 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-color: #ffffff;
    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:#020e28;
	font-size:20px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}

.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 #f2f2f2;
	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:14px 20px;
	line-height:20px;
	font-weight:400;
	font-size:16px;
	color:#222222;
	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 > ul > li > a:hover{
	color:#ffffff;
	background:#2c2c2c;
}

.header-style-one.fixed-header .header-lower{
	position:fixed;
	top:0px;
	background-color:#222222;
}

.header-style-one.fixed-header .header-lower .nav-outer:before{
	display:none;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .auto-container{
	position:relative;
}

.main-slider .slide{
	position:relative;
	padding:230px 0px 260px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider .title{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 24px;
	opacity: 0;
	letter-spacing:1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	
}

.main-slider .active .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.main-slider h1{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active h1{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}

.main-slider .text{
	position:relative;
	color:#eeeeee;
	font-size:16px;
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight:400;
	margin-bottom:42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .text{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}

.main-slider .link-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .link-box{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
}

.main-slider .link-box .theme-btn{
	margin-right:20px;
	float:left;
}

.main-slider .link-box .video-box{
	position:relative;
	width:60px;
	height:60px;
	color:#6b6b6b;
	font-size:18px;
	text-align:center;
	border-radius:50px;
	line-height: 60px;
	display:inline-block;
	float:left;
	margin-right:40px;
	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;
	background-color:rgba(255,255,255,1);
}

.main-slider .link-box .video-box .overlay-box span{
	position: absolute;
	width:60px;
	height: 60px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -30px;
	margin-left:-30px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.main-slider .link-box .video-box .ripple,
.main-slider .link-box .video-box .ripple:before,
.main-slider .link-box .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider .link-box .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.main-slider .link-box .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.main-slider .owl-dots{
	position:absolute;
	right:110px;
	top:50%;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin-bottom:10px;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.main-slider .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:50px;
	border:3px solid #f18917;
	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;
}

.main-slider .owl-dots .owl-dot.active:before,
.main-slider .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.main-slider:hover .owl-nav{
	opacity:1;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	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;
	border:2px solid rgba(255,255,255,0.60);
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffaa00;
}

/* Sidebar Info Contents */

.sidebar-info-contents{
	position:relative;
}

.sidebar-info-contents .content-inner{
	position:relative;
}

.sidebar-info-contents .content-inner .logo {
	padding:0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100%;	
}

.sidebar-info-contents .content-inner .content-box{
	position:relative;
}

.sidebar-info-contents .content-inner .content-box h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.90);
	margin-bottom:25px;
}

.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:6px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#222222;
	z-index:1;
	font-size:13px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
}

.close-side-widget,
.close-side-widget:hover{
	color:#ffffff;
	font-size:24px;
}

/*** 

====================================================================
	Main Slider Two
====================================================================

***/

.main-slider-two{
	position:relative;
}

.main-slider-two .content-boxed{
	position:relative;
	width:55%;
	float:right;
}

.main-slider-two .slide{
	position:relative;
	padding:230px 0px 260px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider-two h1{
	position:relative;
	color:#222222;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-two .active h1{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 300ms;
}

.main-slider-two .text{
	position:relative;
	color:#666666;
	font-size:16px;
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight:400;
	margin-bottom:42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-two .active .text{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 600ms;
}

.main-slider-two .link-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-two .active .link-box{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 900ms;
}

.main-slider-two .link-box .theme-btn{
	margin-right:20px;
	float:left;
}

.main-slider-two .owl-dots{
	position:absolute;
	right:110px;
	top:50%;
	display:none;
}

.main-slider-two .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin-bottom:10px;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.main-slider-two .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:50px;
	border:3px solid #0a1495;
	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;
}

.main-slider-two .owl-dots .owl-dot.active:before,
.main-slider-two .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.main-slider-two .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.main-slider-two:hover .owl-nav{
	opacity:1;
}

.main-slider-two .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#0a1495;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #0a1495;
}

.main-slider-two .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#0a1495;
	font-size:24px;
	width:60px;
	height:60px;
	color:#0a1495;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #0a1495;
}

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#0a1495;
}

/*** 

====================================================================
	Main Slider Three
====================================================================

***/



/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:50px;
	padding:10px 20px 10px 20px;
	line-height:28px;
	color:#777777;
	border: none;
	border-radius:0px;
	background:#ffffff;
	border:1px solid #cccccc;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-weight:800;
}

.ui-widget.ui-widget-content{
	
}

.ui-menu .ui-menu-item{
	font-size:14px;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#c22a2a;
	border-color:#c22a2a;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#c22a2a;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	/*background-image: url(../images/icons/waves-shape.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #c12b29;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #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;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	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;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#ffffff;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-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;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#241f5d;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.sticky-header .navbar-header{
	display:none;
}



/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
}

.services-section .consult{
	position:relative;
	text-align:right;
	color:#222222;
	font-size:16px;
	margin-top:15px;
}

.services-section .consult a{
	font-weight:600;
	color:#f18917;
}

.services-section .inner-container{
	position:relative;
	margin-top:-160px;
}

.services-section .patern-layer{
	position:absolute;
	left:0px;
	top:120px;
	height:370px;
	width:50%;
}

.services-section .owl-nav{
	display:none;
}

.services-section .owl-dots{
	position:relative;
	text-align:right;
}

.services-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin-left:10px;
	border-radius:50px;
	display:inline-block;
	background-color:#222222;
}

.services-section .owl-dots .owl-dot.active,
.services-section .owl-dots .owl-dot:hover{
	background-color:#c33228;
}

/* Service Block */

.service-block{
	position:relative;
	z-index:1;
	margin-bottom:60px;
}

.service-block .inner-box{
	position:relative;
	padding:45px 55px 70px;
	background-color:#ffffff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
}

.service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(bottom, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to top, #D1641A 0%, #C2292A 100%);
}

.service-block .inner-box:hover::before{
	width:100%;
}

.service-block .inner-box .content-box{
	position:relative;
	overflow:hidden;
}

.service-block .inner-box .icon-box{
	position:relative;
}

.service-block .inner-box .icon-box .icon{
	position:relative;
	line-height:1em;
	color:#d1641b;
	line-height:1em;
	font-size:70px;
	background: linear-gradient(to right, #d1641b 0%, #c1282a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.service-block .inner-box:hover .icon-box .icon{
	color:#ffffff;
	-webkit-text-fill-color:inherit;
}

.service-block .inner-box h5{
	position:relative;
	font-weight:600;
	margin-top:16px;
	margin-bottom:22px;
	padding-bottom:14px;
}

.service-block .inner-box h5 a{
	position:relative;
	color:#222222;
	line-height:1.3em;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.service-block .inner-box h5 a:hover{
	color:#d0631a;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h5 a{
	color:#ffffff;
}

.service-block .inner-box h5:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:44px;
	background-image: -ms-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to right, #D1641A 0%, #C2292A 100%);
}

.service-block .inner-box:hover h5:before{
	background-image: -ms-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

.service-block .inner-box .text{
	position:relative;
	color:#222222;
	font-size:16px;
	line-height:1.8em;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.service-block .inner-box .big-icon{
	position:absolute;
	left:0px;
	bottom:0px;
	line-height:1em;
	color:#d1641b;
	line-height:1em;
	font-size:110px;
	opacity:0.2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background: linear-gradient(to right, #d1641b 0%, #c1282a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-block .inner-box:hover .big-icon{
	color:#ffffff;
	-webkit-text-fill-color:inherit;
}

.service-block .inner-box .arrow-box{
	position:absolute;
	right:-40px;
	bottom:-25px;
	width:50px;
	height:50px;
	opacity:0;
	color:#222222;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-weight:600;
	font-size:20px;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	box-shadow:0px 0px 10px rgba(0,0,0,0.12);
}

.service-block .inner-box:hover .arrow-box{
	right:30px;
	opacity:1;
}

/*** 

====================================================================
	Introduction Section
====================================================================

***/

.introduction-section{
	position:relative;
	padding:120px 0px 120px;
}

.introduction-section .image-column{
	position:relative;
	/* margin-bottom:40px; */
}

.introduction-section .image-column .inner-column{
	position:relative;
	/* padding:55px 35px 0px 40px; */
}

/* .introduction-section .image-column .inner-column:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:448px;
	height:570px;
	background:#241f5d;
	background-repeat:no-repeat;
} */

.introduction-section .image-column .image{
	position:relative;
}

.introduction-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.introduction-section .image-column .image .projects{
	position:absolute;
	left:-40px;
	bottom:-55px;
	padding:22px 60px;
	font-weight:600;
	color:#ffffff;
	font-size:24px;
	line-height:1.4em;
	display:inline-block;
	background-image: -ms-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -moz-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -o-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D1641A), color-stop(100, #C2292A));
	background-image: -webkit-linear-gradient(left, #D1641A 0%, #C2292A 100%);
	background-image: linear-gradient(to right, #D1641A 0%, #C2292A 100%);
}

.introduction-section .content-column{
	position:relative;
	/* margin-bottom:40px; */
}

.introduction-section .content-column .inner-column{
	position:relative;
}

.introduction-section .content-column .text{
	position:relative;
	margin-bottom:25px;
}

.introduction-section .content-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:18px;
	text-align: justify;
}

.introduction-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.introduction-section .content-column .contact{
	position:relative;
	padding-top:26px;
	margin-top:30px;
	color:#c1282a;
	font-weight:600;
	font-size:30px;
	border-top:1px solid #e1e1e1;
}

.introduction-section .content-column .contact .question{
	position:relative;
	color:#f18917;
	font-size:18px;
	font-weight:600;
	display:block;
}

.introduction-section .content-column .contact a{
	position:relative;
	color:#c1282a;
	font-weight:600;
	line-height:1.6em;
	margin-top:10px;
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.introduction-section .content-column .contact a:hover{
	color:#f18917;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:90px 0px 60px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(34,34,34,0.80);
}

.counter-section .sec-title{
	margin-bottom:50px;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	width:230px;
	height:230px;
	margin:0 auto;
	text-align:center;
	padding:65px 20px;
	overflow:hidden;
	display:inline-block;
	border-radius:150px 150px 0px 150px;
	background-color:#363636;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column .inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background-image: -ms-linear-gradient(left, #D1641A 0%, #C2292A 100%);
    background-image: -moz-linear-gradient(left, #D1641A 0%, #C2292A 100%);
    background-image: -o-linear-gradient(left, #D1641A 0%, #C2292A 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D1641A), color-stop(100, #C2292A));
    background-image: -webkit-linear-gradient(left, #D1641A 0%, #C2292A 100%);
    background-image: linear-gradient(to right, #D1641A 0%, #C2292A 100%);
}

.fact-counter .column .inner:hover::before{
	width:100%;
}

.fact-counter .count-outer{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size: 48px;
	line-height:1em;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size: 48px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:26px;
	font-weight:500;
	color:#ffffff;
	margin-top:18px;
	line-height:1.3em;
	text-transform:capitalize;
	display:block;
}

.fact-counter .count-outer .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-top:6px;
	font-weight:400;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:95px 0px 100px;
}

.portfolio-section .filters{
	position:relative;
	margin-bottom:55px;
	text-align:center;
}

.portfolio-section .filters .filter-tabs{
	position:relative;
	padding:0px 25px;
	border-radius:50px;
	display:inline-block;
	background-color:#f5f5f5;
	border:1px solid #e1e1e1;
}

.portfolio-section .filters li{
	position: relative;
    display: inline-block;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
	padding:9px 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.portfolio-section .filters .filter.active,
.portfolio-section .filters .filter:hover{
    color:#ffffff;
	background-color:#cf5d1c;
}

.portfolio-section .text-box{
	position:relative;
}

.portfolio-section .text-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	padding:14px 36px;
	display:inline-block;
	border:1px dashed #a1a1a1;
}

.portfolio-section .text-box .text a{
	font-weight:600;
}

/* Project Block Three */

.project-block{
	position:relative;
	margin-bottom:30px;
}

.project-block .inner-box{
	position:relative;
}

.project-block .inner-box .image{
	position:relative;
}

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	padding:40px 40px;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.project-block .inner-box:hover .image .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.project-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.6;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-image: linear-gradient(to top, #241f5d 0%, #241f5d 100%);
}

.project-block .inner-box .image .overlay-box .overlay-inner{
	position:relative;
	height:100%;
}

.project-block .inner-box .image .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:8px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.project-block .inner-box .image .overlay-box h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
}

.project-block .inner-box .image .overlay-box h4 a{
	position:relative;
	color:#ffffff;
}

.project-block .inner-box .image .overlay-box .social-box{
	position:relative;
	margin-top:20px;
}

.project-block .inner-box .image .overlay-box .social-box a{
	position:relative;
	font-size:18px;
	color:#ffffff;
	margin-right:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box .image .overlay-box .social-box a:hover{
	color:#222222;
}

.project-block .inner-box .image .overlay-box .plus{
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	height:50px;
	color:#241f5d;
	font-size:18px;
	line-height:50px;
	text-align:center;
	font-weight:600;
	display:inline-block;
	background-color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:95px 0px 100px;
	/* background-color:#000000; */
}

.testimonial-section .patern-layer{
	position:absolute;
	right:0px;
	top:0px;
	left:0px;
	bottom:0px;
	background-repeat:no-repeat;
	background-position:right top;
}

.testimonial-section .client-thumb-outer{
	position:relative;
	max-width:900px;
	overflow:hidden;
	padding-top:45px;
	margin:0 auto;
	margin-bottom:30px;
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-item .thumb-box{
	z-index:999;
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel{
	position: relative;
    max-width: 80px;
    margin: 0 auto;
	text-align:center;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
	overflow:visible;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
	width:90px;
	height:90px;
	cursor:pointer;
	border-radius:0%;
	margin: 0 auto;
	overflow:hidden;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section .client-thumb-outer .thumb-item .author-info{
	position:relative;
	margin-left:-55px;
	margin-right:-70px;
	text-align:center;
	padding-top:20px;
}

.testimonial-section .client-thumb-outer .thumb-item .author-info .author-name{
	position:relative;
	color:#241f5d;
	font-weight:500;
	font-size:20px;
}

.testimonial-section .client-thumb-outer .thumb-item .author-info .designation{
	position:relative;
	color:#222;
	font-weight:400;
	font-size:14px;
	margin-top:2px;
	text-transform:capitalize;
}

.testimonial-section .client-thumb-outer .owl-item{
	z-index:0;	
}

.testimonial-section .client-thumb-outer .owl-item.active{
	z-index:10;	
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
	overflow:hidden;
	width:100%;
	height:100%;
	display:block;
	border-radius:0%;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots{
    display:none;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-bottom:70px;
	text-align:center;
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:3px;
	height:45px;
	background-color: #dcdcdc;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#292929;
	font-size:16px;
	line-height:1.8em;
	max-width: 1000px;
	margin: 0 auto;
}

.testimonial-block .inner-box .quote-outer{
	position:relative;
	width:180px;
	margin:0 auto;
	margin-top:35px;
	margin-bottom: 10px;
}

.testimonial-block .inner-box .quote-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:15px;
	height:3px;
	width:100%;
	background: #dcdcdc;
}

.testimonial-block .inner-box .quote-outer .quote-icon {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 43px;
    color: #dcdcdc;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    font-size: 40px;
}
.testimonial-block .inner-box .rating{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.testimonial-block .inner-box .rating .fa{
	position:relative;
	color:#f18917;
	font-size:16px;
	margin:0px 2px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:95px 0px 100px;
}

.team-section .owl-nav{
	display:none;
}

.team-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.team-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	border-radius:50px;
	margin:0px 5px;
	display:inline-block;
	background-color:#d7d7d7;
	-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-section .owl-dots .owl-dot.active,
.team-section .owl-dots .owl-dot:hover{
	background-color:#f18917;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	padding-bottom:40px;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	filter: grayscale(100%);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .image img{
	filter: grayscale(0%);
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	display:inline-block;
}

.team-block .inner-box .image .overlay-box .social-nav{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	padding:9px 20px 9px;
	background-color:#ffffff;
	border-radius:0px 8px 0px 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .image .overlay-box .social-nav{
	top:-42px;
}

.team-block .inner-box .image .overlay-box .social-nav li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.team-block .inner-box .image .overlay-box .social-nav li a{
	position:relative;
	color:#222222;
	font-size:16px;
}

.team-block .inner-box .image .overlay-box .social-nav li.facebook a{
	color:#16599b;
}

.team-block .inner-box .image .overlay-box .social-nav li.twitter a{
	color:#03a9f4;
}

.team-block .inner-box .image .overlay-box .social-nav li.google a{
	color:#ff0000;
}

.team-block .inner-box .image .overlay-box .social-nav li.linked a{
	color:#228abf;
}

.team-block .inner-box .image .overlay-box .content{
	position:relative;
	padding:20px 55px 20px 25px;
	background-color:#ffffff;
	border-radius:0px 0px 8px 0px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.team-block .inner-box .image .overlay-box .content h4{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}

.team-block .inner-box .image .overlay-box .content h4 a{
	position:relative;
	color:#222222;
}

.team-block .inner-box .image .overlay-box .content .designation{
	position:relative;
	color:#f18917;
	font-size:14px;
	margin-top:2px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:90px 0px 50px;
	background-size:cover;
}

.contact-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.90);
}

.contact-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .form-column .inner-column{
	position:relative;
	padding:0px 30px;
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.default-form .form-group:last-child{
	margin-bottom:0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#ffffff;
	height:60px;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:2px;
	border:1px solid rgba(255,255,255,0.12);
	background:rgba(255,255,255,0.04);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder{
	color:#ffffff;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	border-color:#322f2f;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#ffffff;
	height:230px;
	border:1px solid rgba(255,255,255,0.12);
	background:rgba(255,255,255,0.04);
	resize:none;
	font-size:14px;
	font-weight:400;
	border-radius:2px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group .theme-btn{
	cursor:pointer;
}

.default-form.style-two .form-group input,
.default-form.style-two .form-group textarea{
	color:#000000;
	border-color:rgba(0,0,0,0.12);
}

.default-form.style-two .form-group input::-webkit-input-placeholder,
.default-form.style-two .form-group textarea::-webkit-input-placeholder{
	color:#000000;
}

.contact-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .content-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:95px 0px 70px;
}

.news-section.style-two{
	padding-top:0px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#241f5d;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	height: 250px;
	object-fit: contain;
}

.news-block .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.06,1.06);
}

.news-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:25px 22px 0px;
	border:1px solid #eeeeee;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:12px;
	color:#666666;
	font-size:16px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	line-height:1.4em;
	margin:15px 0px 12px;
	font-size: 20px;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	font-weight:600;
	color:#222222;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#241f5d;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	padding-bottom:22px;
}

.news-block .inner-box .lower-content .lower-box{
	position:relative;
	padding:15px 0px;
	border-top:1px solid #eeeeee;
}

.news-block .inner-box .lower-content .lower-box .read-more{
	position:relative;
	color:#666666;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .lower-content .lower-box .read-more:hover{
	color:#241f5d;
}

.news-block .inner-box .lower-content .lower-box .comments{
	position:relative;
	color:#666666;
	font-size:16px;
}

.news-block .inner-box .theme-btn{
	font-weight:400;
	border-radius:0px;
	width:100%;
	color:#666666;
	background-color:#eeeeee;
	margin-top:10px;
	padding:12px 44px 12px;
	margin-bottom:18px;
	background-image:none;
}

.news-block .inner-box .theme-btn:hover{
	color:#ffffff;
}

.news-block.style-two .inner-box .image{
	background-color:#3240fd;
}

.news-block.style-two .inner-box .lower-content h4 a:hover,
.news-block.style-two .inner-box .lower-content .lower-box .read-more:hover{
	color:#3240fd;
}

.news-block.style-three .inner-box .lower-content{
	text-align:left;
	padding:25px 28px 0px;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:40px 0px 40px;
	background-color:#f9f9f9;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.5;
	display:inline-block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:0px 0px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .footer-title{
	position:relative;
	margin-bottom:45px;
	margin-top:25px;
}

.main-footer .footer-widget h4{
	position:relative;
	font-weight:600;
	color:#ffffff;
	line-height:1.2em;
	text-transform:capitalize;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#bbbbbb;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 30px;
}

.main-footer .contact-link{
	position:relative;
}

.main-footer .contact-link li{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	margin-bottom:12px;
}

.main-footer .contact-link li span{
	position:relative;
	color:#ffffff;
	margin-right:6px;
}

/* Recent Posts */

.main-footer .news-widget{
	position: relative;
}

.main-footer .news-widget .post{
	position: relative;
	min-height: 90px;
	padding-left: 110px;
	margin-bottom: 30px;
}

.main-footer .news-widget .post:last-child{
	margin-bottom: 0;
}

.main-footer .news-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.main-footer .news-widget .post .thumb a{
	display: block;
}

.main-footer .news-widget .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.main-footer .news-widget .post h5{
	position: relative;
	color: #ffffff;
	line-height: 30px;
	font-weight: 700;
	top: -5px;
}

.main-footer .news-widget .post h5 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;
}

.main-footer .news-widget .post h5 a:hover{
	color: #f18917;
}

.main-footer .news-widget .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #888888;
}

.main-footer .newsletter-widget .text{
	position:relative;
	color:#bbbbbb;
	top:-10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 30px;
}

/* Newslettter Form */

.main-footer .newsletter-form{
	margin-bottom:35px;
}

.main-footer .newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 85px 10px 15px;
	height:50px;
	font-size:15px;
	color:#ffffff;
	background:none;
	border:1px solid #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;	
}

.main-footer .newsletter-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	padding:13px 20px;
	font-size:16px;
	color:#ffffff;
	display:inline-block;
	background-color:#f18917;
	cursor:pointer;
}

/* Service List */

.main-footer .service-list{
	position:relative;
}

.main-footer .service-list li{
	position:relative;
	margin-bottom:22px;
}

.main-footer .service-list li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:20px;
}

.main-footer .service-list li a:before{
	position:absolute;
	content:'\f101';
	left:0px;
	top:0px;
	font-family: 'FontAwesome';
}

.main-footer .patern-layer{
	position:absolute;
	left:-120px;
	bottom:170px;
	width:250px;
	height:250px;
	filter: grayscale(100%);
    opacity: 0.1;
}

.main-footer .patern-layer-two{
	position:absolute;
	right:-120px;
	top:100px;
	width:250px;
	height:250px;
	filter: grayscale(100%);
    opacity: 0.1;
}

.main-footer .footer-bottom{
	position:relative;
	padding:25px 0px;
	background-color:#222222;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	display:inline-block;
	margin-left:18px;
	line-height:1.1em;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .footer-bottom .footer-nav li:last-child{
	padding-right:0px;
	margin-right:0px;
	border-right:0px;
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#ffffff;
}

.main-footer.style-two .contact-link li span,
.main-footer.style-two .contact-link li,
.main-footer.style-two .newsletter-widget .text,
.main-footer.style-two .logo-widget .text,
.main-footer.style-two .footer-bottom .footer-nav li a{
	color:#ffffff;
}

.main-footer.style-two .footer-bottom{
	background-color:#3241ff;
}

.main-footer.style-two .newsletter-form .form-group button{
	background-color:#3241ff;
}

.main-footer.style-two .news-widget .post h5{
	font-size:16px;
	font-weight:600;
	line-height:1.7em;
}

.main-footer.style-two .news-widget .post h5 a:hover{
	color:#3241ff;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
}

.call-to-action-section .inner-container{
	position:relative;
	margin-top:-90px;
	z-index:1;
	padding:65px 0px 35px 150px;
}

.call-to-action-section .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:1000%;
	height:100%;
	display:block;
	background:url(../images/background/4.jpg) repeat-x;
	background-size:contain;
}

.call-to-action-section .title-column{
	position:relative;
	margin-bottom:25px;
}

.call-to-action-section .title-column .inner-column{
	position:relative;
}

.call-to-action-section .title-column .content{
	position:relative;
	padding-left:45px;
	border-left:3px solid #3241ff;
}

.call-to-action-section .title-column h3{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
}

.call-to-action-section .title-column .text{
	position:relative;
	color:#ffffff;
	line-height:1.6em;
	margin-top:15px;
	font-size:16px;
}

.call-to-action-section .btn-column{
	position:relative;
}

.call-to-action-section .btn-column .inner-column{
	position:relative;
	text-align:right;
	padding-top:10px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
	padding:160px 0px 0px;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
}

.fluid-section-one .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:46%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .image-column:before{
	position:absolute;
	content:'';
	right:-45px;
	top:-45px;
	width:456px;
	height:165px;
	z-index:-1;
	background:url(../images/background/pattern-4.jpg) no-repeat;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	padding:0px 15px 0px 60px;
}

.fluid-section-one .content-column .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;
}

.fluid-section-one .content-column .skills{
	position:relative;
	margin-bottom:45px;
}

.fluid-section-one .content-column .btn-box{
	position:relative;
}

.fluid-section-one .content-column .btn-box .theme-btn{
	float:left;
	margin-right:35px;
}

/* Skills Section */

.skills .skill-item{
	position:relative;
	margin-bottom:20px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;	
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:5px;
	background:#cccccc;
}

.skills.style-two .skill-item .skill-bar .bar-inner{
	background-color:#eeeeee;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0px;
	background-image: -ms-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -moz-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -o-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #091494), color-stop(100, #3141fe));
	background-image: -webkit-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: linear-gradient(to right, #091494 0%, #3141fe 100%);
	
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:6px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#222222;
	font-size:14px;
	font-weight:500;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:400;
	color:#222222;
	font-size:14px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding-top:100px;
	z-index:1;
}

.services-section-two.style-two{
	padding-top:0px;
}

/* Service Block Two */

.service-block-two{
	position:relative;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:30px 30px 30px;
	background-color:#ffffff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border:1px solid #ebebeb;
	height: 100%;
}

/*.service-block-two .inner-box:hover{
	border-color:#3240fe;
} */

.service-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	/* background-image: -ms-linear-gradient(left, #EEEFEF 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(left, #EEEFEF 0%, #ffffff 100%);
	background-image: -o-linear-gradient(left, #EEEFEF 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EEEFEF), color-stop(100, #ffffff));
	background-image: -webkit-linear-gradient(left, #EEEFEF 0%, #ffffff 100%);
	background-image: linear-gradient(to right, #EEEFEF 0%, #ffffff 100%); */
}

.service-block-two .inner-box .icon-box{
	position:relative;
}
.service-block-two .inner-box .icon-box img{
	width: 80px;
}

.service-block-two .inner-box .icon-box .icon{
	position:relative;
	line-height:1em;
	color:#241f5d;
	line-height:1em;
	font-size:54px;
	background-color: #241f5d; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.service-block-two .inner-box h3{
	position:relative;
	font-weight:500;
	margin-top:16px;
	margin-bottom:13px;
	font-size: 20px;
	color: #222;
}

.service-block-two .inner-box h4 a{
	position:relative;
	color:#222222;
	line-height:1.3em;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.service-block-two .inner-box:hover h4 a{
	color:#3240fe;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#222222;
	font-size:16px;
	line-height:1.8em;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.service-block-two .inner-box .border-one{
	position:absolute;
	right:-1px;
	top:-1px;
	bottom:-1px;
	left:-1px;
}

.service-block-two .inner-box .border-one:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:2px;
	height:0px;
	background-color:#241f5d;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .border-one:before{
	height:100%;
}

.service-block-two .inner-box .border-one:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:#241f5d;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .border-one:after{
	width:100%;
	transition-delay: 350ms;
}





.service-block-two .inner-box .border-two{
	position:absolute;
	right:-1px;
	top:-1px;
	bottom:-1px;
	left:-1px;
}

.service-block-two .inner-box .border-two:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:2px;
	height:0px;
	background-color:#101aa5;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .border-two:before{
	height:100%;
	transition-delay: 700ms;
}

.service-block-two .inner-box .border-two:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:2px;
	background-color:#101aa5;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .border-two:after{
	width:100%;
	transition-delay: 1100ms;
}

.service-block-two.style-two .inner-box .icon-box .icon{
	color:#c32e28;
    -webkit-text-fill-color:inherit;
}

.service-block-two.style-two .inner-box:hover{
	border-color:#c32e28;
}

/* .service-block-two .inner-box:hover h4 a{
	color:#3240fe;
} */

/*** 

====================================================================
	Counter Section Two
====================================================================

***/

.counter-section-two{
	position:relative;
	padding-bottom: 160px !important;
}

.counter-section-two.margin-top{
	margin-top:-160px;
}

.counter-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(36,31,93 ,0.40);
}

/* Fact Counter */

.fact-counter-two{
	position:relative;
	background-attachment:fixed;
	background-size:cover;
}

.fact-counter-two .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter-two .column .inner{
	position:relative;
}

.fact-counter-two .count-outer{
	position:relative;
	padding-left:120px;
	padding-bottom: 9px;
    padding-top: 9px;
}

.fact-counter-two .column .inner .icon{
	position:absolute;
	width:100px;
	height:100px;
	padding-top: 10px;
	left:0px;
	top:0px;
	color:#3241ff;
	font-size:44px;
	text-align:center;
	line-height:68px;
	font-weight: 400;
	margin-bottom:0px;
	border:5px solid rgba(255,255,255,0.10);
	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;
}
.fact-counter-two .column .inner .icon img{
	width: 70px;
	height: 70px;
}

.fact-counter-two .column .inner:hover .icon{
	color:#ffffff;
}

.fact-counter-two .column .inner:hover .icon{
	border-color:#fff;
}

.fact-counter-two .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
}

.fact-counter-two .column .inner .count-outer{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:48px;
	line-height:1em;
	display:inline-block;
}

.fact-counter-two .column .inner .counter-title{
	position:relative;
	font-size:20px;
	font-weight:300;
	margin-top:10px;
	color:#bbbbbb;
	line-height:1.2em;
}

.fact-counter-two.style-two .column .inner .icon{
	color:#d0651a;
}

.fact-counter-two.style-two .column .inner:hover .icon{
	border-color:#d0651a;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:95px 0px 95px;
}

.services-section-three .lower-text{
	position:relative;
	text-align:center;
	color:#222222;
	font-size:16px;
}

.services-section-three .lower-text a{
	text-decoration:underline;
	color:#3241ff;
	font-weight:600;
}

.service-block-three{
	position:relative;
	margin-bottom:50px; 
}

.service-block-three .inner-box{
	position:relative;
}

.service-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#2f3ef8;
}

.service-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.service-block-three .inner-box:hover .image img{
	opacity:0.7;
	transform:rotate(3deg) scale(1.09,1.09);
}

.service-block-three .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:25px 25px 50px;
	/* border-bottom:1px solid #cccccc; */
}

/* .service-block-three .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(1, 0);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;

	background-image: linear-gradient(to bottom, #241f5d 50%, #fff 100%);
} */

.service-block-three .inner-box:hover .lower-content:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block-three .inner-box h3{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	font-size: 20px;
}

.service-block-three .inner-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.service-block-three .inner-box h2{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	font-size: 20px !important;
	margin-bottom: 14px;
}

.service-block-three .inner-box h2 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.map-contact{
	height: 100% !important; 
}
/* .service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover h3 a{
	color:#ffffff;
} */

.service-block-three .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
	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-block-three .inner-box .lower-content .plus-box{
	position:absolute;
	left:0px;
	bottom:-20px;
	width:40px;
	height:40px;
	color:#ffffff;
	opacity:0;
	text-align:center;
	line-height:40px;
	border-radius:50px;
	font-weight:600;
	display:inline-block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
background-color: #241f5d;
}

.service-block-three .inner-box:hover .lower-content .plus-box{
	left:50%;
	opacity:1;
	margin-left:-20px;
}

.service-block-three.style-two .inner-box .image{
	background-color:#d0651a;
}

.service-block-three.style-two .inner-box .lower-content:before{
	background-image: -ms-linear-gradient(top, #c22a29 0%, #d0641a 100%);
	background-image: -moz-linear-gradient(top, #c22a29 0%, #d0641a 100%);
	background-image: -o-linear-gradient(top, #c22a29 0%, #d0641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c22a29), color-stop(100, #d0641a));
	background-image: -webkit-linear-gradient(top, #c22a29 0%, #d0641a 100%);
	background-image: linear-gradient(to bottom, #c22a29 0%, #d0641a 100%);
}

.service-block-three.style-two .inner-box .lower-content .plus-box{
	background-color:#000000;
	background-image:none;
}

/*** 

====================================================================
	Projects Section
====================================================================

***/

.projects-section{
	position:relative;
	overflow:hidden;
	padding:95px 0px 90px;
	background-attachment:fixed;
	background-size:cover;
}

.projects-section .owl-carousel .owl-stage-outer{
	overflow:visible;
}

.projects-section .owl-carousel:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:1000%;
	height:100%;
	z-index:1;
	background-color:rgba(2,2,2,1);
}

.projects-section .lower-text{
	position:relative;
	color:#ffffff;
	text-align:right;
	font-size:16px;
	margin-top:10px;
}

.projects-section .lower-text a{
	position:relative;
	color:#3241ff;
	font-weight:600;
}

.projects-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(2,2,2,1);
}

.projects-section .sec-title .theme-btn{
	margin-top:15px;
}

.projects-section .sec-title{
	margin-bottom:40px;
}

.projects-section .owl-nav{
	display:none;
}

.projects-section .owl-dots{
	position:absolute;
	left:0px;
	bottom:-30px;
}

.projects-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin-right:10px;
	border-radius:0px;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.projects-section .owl-dots .owl-dot.active,
.projects-section .owl-dots .owl-dot:hover{
	background-color:#2c3aef;
}

/* Project Block Two */

.project-block-two{
	position:relative;
	margin-bottom:30px;
}

.project-block-two .inner-box{
	position:relative;
}

.project-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#313ffc;
}

.project-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transform:scale(1.2,1.2);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.project-block-two .inner-box:hover .image img{
	transform:scale(1,1);
	opacity:0.9;
}

.project-block-two .inner-box .arrow-box{
	position:absolute;
	right:0px;
	top:-17px;
	color:#ffffff;
	width:70px;
	height:34px;
	opacity:0;
	z-index:2;
	font-size:20px;
	line-height:34px;
	text-align:center;
	display:inline-block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -moz-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -o-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #091494), color-stop(100, #3141fe));
	background-image: -webkit-linear-gradient(left, #091494 0%, #3141fe 100%);
	background-image: linear-gradient(to right, #091494 0%, #3141fe 100%);
}

.project-block-two .inner-box:hover .arrow-box{
	right:40px;
	opacity:1;
}

.project-block-two .inner-box .lower-content{
	position:relative;
	padding:35px 25px 30px;
	background-color:#ffffff;
}

.project-block-two .inner-box .lower-content h4{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}

.project-block-two .inner-box .lower-content h4 a{
	position:relative;
	color:#222222;
}

.project-block-two .inner-box .lower-content .text{
	position:relative;
	line-height:1.7em;
	font-weight:400;
	color:#777777;
	font-size:16px;
	margin-top:12px;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding:95px 0px 70px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

.price-section .sec-title{
	margin-bottom:70px;
}

.price-block{
	position:relative;
	margin-bottom:30px;
}

.price-block .inner-box{
	position:relative;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #f5f5f5;
	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;
}

.price-block.active .inner-box,
.price-block .inner-box:hover{
	box-shadow:0px 0px 15px rgba(0,0,0,0.12);
}

.price-block .inner-box .recomend{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:600;
	margin-top:25px;
	display:block;
	padding-left:30px;
	display:inline-block;
	text-transform:uppercase;
}

.price-block .inner-box .recomend:before{
	position:absolute;
	content: '\f16d';
	left:0px;
	bottom:0px;
	color:#091394;
	font-weight:400;
	font-family: "Flaticon";
}

.price-block .inner-box .upper-box{
	position:relative;
	padding:30px 30px;
	text-align:center;
	background-color:#f5f5f5;
}

.price-block .inner-box .upper-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:0px;
	width:100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -moz-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -o-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A1496), color-stop(100, #313ffa));
	background-image: -webkit-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: linear-gradient(to bottom, #0A1496 0%, #313ffa 100%);
}

.price-block.active .inner-box .upper-box:before,
.price-block .inner-box:hover .upper-box:before{
	height:100%;
}

.price-block .inner-box .upper-box .title{
	position:relative;
	font-weight:600;
	color:#222222;
	font-size:20px;
	line-height:1.3em;
	text-transform:capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.price-block.active{
	transform:translateY(-28px);
}

.price-block .inner-box:hover .upper-box sub,
.price-block .inner-box:hover .upper-box .price,
.price-block .inner-box:hover .upper-box .title,
.price-block.active .inner-box .upper-box sub,
.price-block.active .inner-box .upper-box .price,
.price-block.active .inner-box .upper-box .title{
	color:#ffffff;
}

.price-block .inner-box .upper-box .price{
	position:relative;
	color:#3241ff;
	font-size:72px;
	font-weight:600;
	line-height:1em;
	margin-top:10px;
	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;
}

.price-block .inner-box .upper-box sup{
	position:relative;
	top:-28px;
	font-size:24px;
	font-weight:600;
}

.price-block .inner-box .upper-box sub{
	position:relative;
	color:#666666;
	font-size:12px;
	font-weight:400;
	margin-left:-10px;
}

.price-block .inner-box .lower-box{
	position:relative;
	padding:40px 40px;
	text-align:center;
}

.price-block .inner-box .lower-box .price-list{
	position:relative;
	display:inline-block;
}

.price-block .inner-box .lower-box .price-list li{
	position:relative;
	color:#666666;
	font-size:16px;
	text-align:left;
	margin-bottom:16px;
	padding-left:25px;
}

.price-block .inner-box .lower-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block .inner-box .lower-box .price-list li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	font-weight:400;
	color:#3241ff;
	font-size:16px;
	font-family: 'FontAwesome';
}

.price-block .inner-box .lower-box .price-list li span{
	position:relative;
	color:#222222;
	font-weight:500;
}

.price-block .inner-box .lower-box .price-list li.blank{
	filter: grayscale(100%);
	opacity:0.5;
}

.price-block .inner-box .lower-box .text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	padding-top:22px;
	margin-top:30px;
	margin-bottom:25px;
	border-top:2px solid #e1e1e1;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	text-align:center;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
	background-color: #fff !important;
}

/* .video-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.9;
	background-image: -ms-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -moz-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -o-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A1496), color-stop(100, #313ffa));
	background-image: -webkit-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: linear-gradient(to bottom, #0A1496 0%, #313ffa 100%);
}

.video-section.style-two:before{
	background-image: -ms-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: -moz-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: -o-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1282a), color-stop(100, #d1641a));
	background-image: -webkit-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: linear-gradient(to bottom, #c1282a 0%, #d1641a 100%);
} */

.video-section.style-two .video-box{
	color:#222222;
}

.video-section .video-box{
	position:relative;
	width:90px;
	height:90px;
	color:#091394;
	font-size:28px;
	text-align:center;
	border-radius:50px;
	line-height: 90px;
	margin-top:30px;
	display:inline-block;
	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;
	background-color:rgba(255,255,255,1);
}

.video-section .video-box .overlay-box span{
	position: absolute;
	width:90px;
	height: 90px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #091394;
	font-weight:400;
	font-size:22px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -45px;
	margin-left:-45px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.video-section .video-box .ripple,
.video-section .video-box .ripple:before,
.video-section .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 90px;
    width: 90px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-section .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-section .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two{
	position:relative;
	padding:95px 0px 100px;
	background-color:#f6f7ff;
}

.team-block-two{
	position:relative;
	margin-bottom:30px;
}

.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
}

.team-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block-two .inner-box .lower-content{
	position:relative;
	background-color:#ffffff;
}

.team-block-two .inner-box .lower-content .social-nav{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display:block;
	opacity:0;
	text-align:center;
	padding:9px 20px 9px;
	background-color:#ffffff;
	border-radius:0px 8px 0px 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.team-block-two .inner-box:hover .lower-content .social-nav{
	bottom:-42px;
	opacity:1;
}

.team-block-two .inner-box .lower-content .social-nav li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.team-block-two .inner-box .lower-content .social-nav li a{
	position:relative;
	color:#222222;
	font-size:16px;
}

.team-block-two .inner-box .lower-content .social-nav li.facebook a{
	color:#16599b;
}

.team-block-two .inner-box .lower-content .social-nav li.twitter a{
	color:#03a9f4;
}

.team-block-two .inner-box .lower-content .social-nav li.google a{
	color:#ff0000;
}

.team-block-two .inner-box .lower-content .social-nav li.linked a{
	color:#228abf;
}

.team-block-two .inner-box .lower-content .content{
	position:relative;
	text-align:center;
	padding:20px 20px 20px 20px;
	background-color:#ffffff;
	border-radius:0px 0px 8px 0px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.team-block-two .inner-box .lower-content .content h4{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}

.team-block-two .inner-box .lower-content .content h4 a{
	position:relative;
	color:#222222;
}

.team-block-two .inner-box .lower-content .content .designation{
	position:relative;
	color:#3241ff;
	font-size:14px;
	margin-top:2px;
}






.news-block-two{
	position:relative;
	margin-bottom:20px;
}

.news-block-two .inner-box{
	position:relative;
	border:1px solid #eeeeee;
}

.news-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	width:100%;
	height:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -moz-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -o-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A1496), color-stop(100, #313ffa));
	background-image: -webkit-linear-gradient(top, #0A1496 0%, #313ffa 100%);
	background-image: linear-gradient(to bottom, #0A1496 0%, #313ffa 100%);
}

.news-block-two .inner-box:hover::before{
	height:100%;
}

.news-block-two .inner-box .content-box{
	position:relative;
	padding:20px 25px 20px;
}

.news-block-two .inner-box .content-box h4{
	position:relative;
	line-height:1.6em;
}

.news-block-two .inner-box .content-box h4 a{
	position:relative;
	font-weight:600;
	color:#222222;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .content-box .post-meta{
	position:relative;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .content-box .post-meta li{
	position:relative;
	margin-right:12px;
	color:#666666;
	font-size:14px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .content-box .post-meta li .icon{
	position:relative;
	margin-right:8px;
	top:1px;
}

.news-block-two .inner-box .content-box .post-meta li:last-child{
	margin-right:0px;
}

.news-block-two .inner-box:hover .content-box .post-meta li,
.news-block-two .inner-box:hover .content-box h4 a{
	color:#ffffff;
}

/*** 

====================================================================
	Main Slider Three
====================================================================

***/

.main-slider-three{
	position:relative;
}

.main-slider-three .social-nav{
	position:absolute;
	left:40px;
	bottom:120px;
	z-index:2;
}

.main-slider-three .social-nav li{
	position:relative;
	margin-bottom:16px;
}

.main-slider-three .social-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-slider-three .social-nav li a:hover{
	color:#fff;
}

.main-slider-three .text-boxed{
	position:absolute;
	left:50%;
	bottom:-115px;
	z-index:3;
	width:100%;
	max-width:585px;
	padding:40px 50px;
	display:inline-block;
	background-color:#000000;
}

.main-slider-three .text-boxed .box-text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.8em;
}

/* .main-slider-three .slide:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	z-index:2;
	background-size:cover;
	background-color: #241f5d;

} */

.main-slider-three .content-boxed{
	position:relative;
	z-index:3;
}

.main-slider-three .slide{
	position:relative;
	/* padding:230px 0px 260px; */
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height: 100%;
	width: 100%;
}

.main-slider-three .title{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 24px;
	opacity: 0;
	letter-spacing:1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	
}

.main-slider-three .active .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.main-slider-three h1{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-three .active h1{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}

.main-slider-three .text{
	position:relative;
	color:#eeeeee;
	font-size:16px;
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight:400;
	margin-bottom:42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-three .active .text{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}

.main-slider-three .link-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-three .active .link-box{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
}

.main-slider-three .link-box .theme-btn{
	margin-right:20px;
	float:left;
}

.main-slider-three .owl-dots{
	position:absolute;
	right:110px;
	top:50%;
	display:none;
}

.main-slider-three .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin-bottom:10px;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.main-slider-three .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:50px;
	border:3px solid #f18917;
	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;
}

.main-slider-three .owl-dots .owl-dot.active:before,
.main-slider-three .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.main-slider-three .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-10px;
	display:none;
}

.main-slider-three .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.main-slider-three .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	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;
	border:2px solid rgba(255,255,255,0.60);
}

.main-slider-three .owl-nav .owl-prev:hover,
.main-slider-three .owl-nav .owl-next:hover{
	color:#ffaa00;
}

/*** 

====================================================================
	We Are Section
====================================================================

***/

.we-are-section{
	position:relative;
	padding:180px 0px 60px;
}

.we-are-section .title-column{
	position:relative;
}

.we-are-section .title-column .inner-column{
	position:relative;
}

.we-are-section .content-column{
	position:relative;
}

.we-are-section .content-column .inner-column{
	position:relative;
	padding:0px 0px 0px 40px;
	border-left:1px solid #bbbbbb;
}

.we-are-section .content-column .text{
	position:relative;
	font-size:16px;
	color:#666666;
	line-height:1.9em;

}

.we-are-section .content-column .theme-btn{
	margin-top:35px;
	flex-shrink: 0;
}

.we-are-section .sm_content .inner-para ul{
    list-style: disc;
    padding-left: 20px;
}
.we-are-section .sm_content .inner-para ul li{
    list-style: disc;
}

/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two{
	position:relative;
	padding:100px 0px 60px;
	background-color:#f5f5f5;
}

.featured-section-two .patern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:462px;
	height:488px;
	background-repeat:no-repeat;
}

.featured-section-two .patern-layer-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:462px;
	height:512px;
	background-repeat:no-repeat;
}

.featured-section-two .blocks-column .feature-block:nth-child(2){
	margin-top:70px;
}

.featured-section-two .blocks-column .feature-block:nth-child(3){
	margin-top:-70px;
}

.feature-block{
	position:relative;
	margin-bottom:40px;
}

.feature-block .inner-box{
	position:relative;
	padding:50px 25px;
	text-align:center;
	border-radius:5px;
	overflow:hidden;
	background-color:#241f5d;
}

.feature-block .inner-box .icon-box{
	position:relative;
	line-height:1em;
	font-size:62px;
	color:#e07c30;
}

.feature-block .inner-box h4{
	position:relative;
	color:#ffffff;
	line-height:1.3em;
	font-weight:600;
	margin:14px 0px;
}

.feature-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
}

.feature-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	
	opacity:0;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.feature-block .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.feature-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.90);
}

.feature-block .inner-box .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 30px;
}

.feature-block .inner-box .overlay-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.feature-block .inner-box .overlay-box .icon-two{
	position:relative;
	line-height:1em;
	font-size:62px;
	color:#ffffff;
}

.feature-block .inner-box .overlay-box h5{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	margin:15px 0px 12px;
}

.feature-block .inner-box .overlay-box h5 a{
	position:relative;
	color:#fff;
}

.feature-block .inner-box .overlay-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-top:60px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.feature-block .inner-box .overlay-box .read-more:before{
	position:absolute;
	content:'';
	left:50%;
	top:-60px;
	width:4px;
	height:50px;
	margin-left:-2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(250,250,250,0.20);
}

.feature-block .inner-box .overlay-box .read-more:hover::before{
	background-color:rgba(178,121,39,0.80);
}

.feature-block .inner-box .overlay-box .read-more:hover{
	color:#241f5d;
}

.featured-section-two .content-column{
	position:relative;
}

.featured-section-two .content-column .inner-column{
	position:relative;
	padding-left:40px;
}

.featured-section-two .content-column .blocks-outer .feature-block-two:last-child{
	margin-bottom:0px;
}

.featured-section-two .content-column .link-box{
	position:relative;
	margin-top:50px;
}

.featured-section-two .content-column .link-box .video-box{
	position:relative;
	width:60px;
	height:60px;
	color:#381d01;
	font-size:18px;
	text-align:center;
	border-radius:50px;
	line-height: 60px;
	display:inline-block;
	float:left;
	margin-right:40px;
	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;
	background-color:rgba(255,255,255,1);
}

.featured-section-two .content-column .link-box .video-box .overlay-box span{
	position: absolute;
	width:60px;
	height: 60px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #381d01;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -30px;
	margin-left:-30px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.featured-section-two .content-column .link-box .video-box .ripple,
.featured-section-two .content-column .link-box .video-box .ripple:before,
.featured-section-two .content-column .link-box .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(177, 120, 39, .4);
    -moz-box-shadow: 0 0 0 0 rgba(177, 120, 39, .4);
    -ms-box-shadow: 0 0 0 0 rgba(177, 120, 39, .4);
    -o-box-shadow: 0 0 0 0 rgba(177, 120, 39, .4);
    box-shadow: 0 0 0 0 rgba(177, 120, 39, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.featured-section-two .content-column .link-box .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.featured-section-two .content-column .link-box .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.feature-block-two{
	position:relative;
	margin-bottom:45px;
}

.feature-block-two .inner-box{
	position:relative;
	padding-left:100px;
}

.feature-block-two .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	line-height:1em;
	color:#361b00;
	font-size:60px;
}

.feature-block-two .inner-box h4{
	position:relative;
	line-height:1.4em;
	font-weight:600;
}

.feature-block-two .inner-box h4 a{
	position:relative;
	color:#241f5d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.feature-block-two .inner-box h4 a:hover{
	color:#371c00;
}

.feature-block-two .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.6em;
	margin-top:10px;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding:95px 0px 95px;
}

.services-section-four .sec-title{
	margin-bottom:40px;
}


.services-section-four .owl-nav{
	display:none;
}

.services-section-four .owl-dots{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.services-section-four .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	border-radius:50px;
	margin:0px 5px;
	display:inline-block;
	background-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;
}

.services-section-four .owl-dots .owl-dot.active,
.services-section-four .owl-dots .owl-dot:hover{
	background-color:#241f5d;
}

.services-section-four .lower-text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:30px;
	text-align:center;
}

.services-section-four .lower-text a{
	position:relative;
	color:#241f5d;
	text-decoration:underline;
}

/* Service Block Four */

.service-block-four{
	position:relative;
	margin-bottom:30px;
	overflow: hidden;
}
.service-block-four .inner-box .image{
	overflow: hidden;
}
.service-block-four .inner-box{
	position:relative;
}

.service-block-four .inner-box .image{
	position:relative;
}

.service-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.service-block-four .inner-box .lower-box{
	position:relative;
	margin-left:20px;
	margin-right:20px;
	padding:14px;
	display:block;
	margin-top:-36px;
	background-color:#ffffff;
}

.service-block-four .inner-box .lower-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-color: #241f5d;
}

.service-block-four .inner-box:hover .lower-box:before{
	height:100%;
}
.service-block-four .inner-box .image img {
	transition: transform 0.5s ease; /* Smooth transition */
  }
  
  .service-block-four .inner-box .image:hover img {
	transform: scale(1.05); /* Slight zoom effect */
  }
  
.service-block-four .inner-box .lower-box .lower-inner{
	position:relative;
}

.service-block-four .inner-box .lower-box .lower-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#b17827;
	line-height:1em;
	font-size:32px;
	-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-four .inner-box:hover .lower-box .lower-inner .icon{
	color:#b07826;
}

.service-block-four .inner-box .lower-box .lower-inner h3{
	position:relative;
	font-weight:400;
	line-height:1.3em;
	font-size: 20px;
	color: #222;
	transition: all 300ms ease;
}

.service-block-four .inner-box:hover .lower-box .lower-inner h3{
	color:#ffffff;
}

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
	padding:95px 0px 70px;
}

.process-section .inner-container{
	position:relative;
}

.process-section:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:80px;
	width:100%;
	height:263px;
	background:url(../images/background/pattern-9.png) no-repeat;
	background-position:center bottom;
}

.process-block{
	position:relative;
	margin-bottom:30px;
}

/* .process-block:nth-child(even){
	margin-top:70px;
} */

.process-block .inner-box{
	position:relative;
	text-align:center;
	padding:10px;
	margin:0 auto;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.12);
	height: 100%;
}

.process-block .inner-box .process-number{
	position:absolute;
	right:15px;
	top:15px;
	width:70px;
	height:70px;
	z-index:1;
	color:#ffffff;
	font-size:30px;
	font-weight:500;
	text-align:center;
	line-height:60px;
	border-radius:50px;
	background-color:#361b00;
	border:5px solid #ffffff;
}

.process-block:nth-child(2) .inner-box .process-number{
	bottom:0px;
	top:auto;
}

.process-block:nth-child(3) .inner-box .process-number{
	left:15px;
	right:auto;
}

.process-block .inner-box .content{
	position:relative;
	padding:55px 10px 40px;
	border:3px solid #f5f5f5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 100%;
}

.process-block .inner-box:hover .content{
	border-color:#241f5d;
}

.process-block .inner-box .content h3{
	position:relative;
	font-weight:600;
	color:#222222;
	line-height:1.3em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 20px;
}

.process-block .inner-box:hover .content h3{
	color:#241f5d;
}

.process-block .inner-box .content .text{
	position:relative;
	line-height:1.7em;
	color:#777777;
	font-size:16px;
	margin-top:10px;
}

.process-block.style-two .inner-box:hover .content h3{
	color:#f18917;
}

.process-block.style-two .inner-box:hover .content{
	border-color:#f18917;
}

.process-block.style-two .inner-box .process-number{
	background-color:#c1282a;
}


/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	padding:0px 0px 0px;
}

.fluid-section-two .outer-container{
	position:relative;
	min-height:250px;
	background-color:#361b00;
}

.fluid-section-two .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-two .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-two .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-two .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-two .content-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	padding:80px 15px 120px 70px;
}

.fluid-section-two .content-column .column-list{
	position:relative;
}

.fluid-section-two .content-column .column-list li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:40px;
	line-height:1.7em;
	margin-bottom:30px;
}

.fluid-section-two .content-column .column-list li:before{
	position:absolute;
	content: "\f1ec";
	left:0px;
	top:4px;
	font-size:20px;
	color:#241f5d;
	line-height:1em;
	font-family: "Flaticon";
}

.fluid-section-two .content-column .column-list li strong{
	font-weight:600;
	margin-bottom:12px;
	font-size:24px;
	display:block;
}

.fluid-section-two .lower-content{
	position:relative;
	text-align:center;
	background-color:#f5f5f5;
}

.fluid-section-two .lower-content .content-box{
	position:relative;
	padding:35px 55px;
	margin-top:-80px;
	border-radius:100px;
	display:inline-block;
	border:4px solid #ffffff;
	background-image: -ms-linear-gradient(top, #AE7626 0%, #3d2102 100%);
	background-image: -moz-linear-gradient(top, #AE7626 0%, #3d2102 100%);
	background-image: -o-linear-gradient(top, #AE7626 0%, #3d2102 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AE7626), color-stop(100, #3d2102));
	background-image: -webkit-linear-gradient(top, #AE7626 0%, #3d2102 100%);
	background-image: linear-gradient(to bottom, #AE7626 0%, #3d2102 100%);
}

.fluid-section-two .info-list{
	position:relative;
}

.fluid-section-two .info-list li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	text-align:left;
	padding-top:12px;
	min-height:80px;
	padding-right:80px;
	margin-right:80px;
	line-height:1.9em;
	padding-left:115px;
	display:inline-block;
	border-right:2px solid rgba(0,0,0,0.60);
}

.fluid-section-two .info-list li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.fluid-section-two .info-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	font-size:44px;
	line-height:74px;
	text-align:center;
	border-radius:50px;
	border:2px solid #ffffff;
	background-image: -ms-linear-gradient(right, #AE7626 0%, #3D2102 100%);
	background-image: -moz-linear-gradient(right, #AE7626 0%, #3D2102 100%);
	background-image: -o-linear-gradient(right, #AE7626 0%, #3D2102 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #AE7626), color-stop(100, #3D2102));
	background-image: -webkit-linear-gradient(right, #AE7626 0%, #3D2102 100%);
	background-image: linear-gradient(to left, #AE7626 0%, #3D2102 100%);
}

.fluid-section-two .info-list li strong{
	position:relative;
	font-weight:600;
	font-size:24px;
	display:block;
}

.fluid-section-two.style-two .outer-container{
	background-color:#ffffff;
}

.fluid-section-two.style-two .content-column .column-list li{
	color:#666666;
}

.fluid-section-two.style-two .content-column .column-list li strong{
	color:#f18917;
}

.fluid-section-two.style-two .lower-content .content-box{
	background-image: -ms-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: -moz-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: -o-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1282a), color-stop(100, #d1641a));
	background-image: -webkit-linear-gradient(top, #c1282a 0%, #d1641a 100%);
	background-image: linear-gradient(to bottom, #c1282a 0%, #d1641a 100%);
}

.fluid-section-two.style-two .info-list li .icon{
	background-image:none;
	color:#d0611b;
	border-color:#464646;
	background-color:#ffffff;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:95px 0px 120px;
	background-color:#f5f5f5;
}

.testimonial-section-two.style-two{
	background-color:#ffffff;
	padding-bottom:70px;
}

.testimonial-section-two.style-two .testimonial-block-two{
	margin-bottom:60px;
}

.testimonial-block-two{
	position:relative;
	margin-bottom: 30px;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding-top:70px;
	text-align:center;
	border-radius:8px;
	padding:50px 35px ;
	/* box-shadow: 0 20px 40px rgba(0,0,0,0.08); */
	background-color: #fff;
	border: 1px solid #f5f5f5;
	height: 100%;
}
.team-section .inquiry-cnt{
	padding-left: 30px;
}
.quote-icon-new{
	font-size: 30px;
	margin-bottom: 10px;
}
.testimonial-carousel-left .text{
	margin-bottom: 20px;
}
.testimonial-carousel-left .designation {
    position: relative;
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-top: 2px;
    text-transform: capitalize;
}
.testimonial-carousel-left .author-name {
    position: relative;
    color: #241f5d;
    font-weight: 500;
    font-size: 20px;
}

/* .testimonial-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0;
	border-radius:8px;
	-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:0px 10px 10px rgba(0,0,0,0.12);
	background-image:url(../images/background/pattern-10.jpg);
	background-color: #fff;
} */

/* .testimonial-block-two .inner-box:hover::before{
	background-image:none;
	background-color:#ffffff;
} */

.testimonial-block-two .inner-box .text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	margin-bottom: 10px;
}

.testimonial-block-two .inner-box .rating{
	position:relative;
	color:#241f5d;
	margin-top:10px;
	font-size:16px;
}

.testimonial-block-two .inner-box h3{
	position:relative;
	color:#222222;
	line-height:1.4em;
	font-weight:600;
	margin-top:10px;
	font-size: 20px;
}
.testimonial-block-two .inner-box h2{
	position:relative;
	color:#222222;
	line-height:1.4em;
	font-weight:600;
	margin-top:10px;
	font-size: 20px !important;
}
.testimonial-block-two .inner-box .designation{
	position:relative;
	color:#f18917;
	font-size:16px;
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:0;
}

.testimonial-block-two .inner-box .author-image{
	position:relative;
	margin-bottom: 12px;
}

.testimonial-block-two .inner-box .author-image .image{
	position:relative;
	width:133px;
	height:133px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}

.testimonial-block-two .inner-box .author-image .quote-icon{
	/* position:absolute; */
	left:50%;
	bottom:-20px;
	color:#ffffff;
	width:40px;
	height:40px;
	margin-left:-20px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#241f5d;
}

.testimonial-block-two.style-two .inner-box .rating{
	color:#f18917;
}

.testimonial-block-two.style-two .inner-box .author-image .quote-icon{
	background-color:#c1282a;
}

/*** 

====================================================================
	Contact Section Two
====================================================================

***/

.contact-section-two{
	position:relative;
	padding:0px 0px 50px;
}

.contact-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section-two .image-column .inner-column{
	position:relative;
	padding-right:100px;
}

.contact-section-two .image-column .image{
	position:relative;
	margin-top:-10px;
	border-top:20px solid #241f5d;
}

.contact-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.contact-section-two .image-column .image:before{
	position:absolute;
	content:'';
	right:-60px;
	bottom:-60px;
	width:388px;
	height:505px;
	background:url(../images/background/pattern-11.png) no-repeat;
}

.contact-section-two .image-column .number-box{
	position:relative;
	margin-top:90px;
}

.contact-section-two .image-column .number-box .box-inner{
	position:relative;
	padding-left:105px;
	color:#666666;
	font-size:30px;
	font-weight:500;
	line-height:1.3em;
	padding-top:6px;
}

.contact-section-two .image-column .number-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:38px;
	border-radius:50px;
	text-align:center;
	line-height:80px;
	background-image: -ms-linear-gradient(top, #AE7626 0%, #3d2102 100%);
    background-image: -moz-linear-gradient(top, #AE7626 0%, #3d2102 100%);
    background-image: -o-linear-gradient(top, #AE7626 0%, #3d2102 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AE7626), color-stop(100, #3d2102));
    background-image: -webkit-linear-gradient(top, #AE7626 0%, #3d2102 100%);
    background-image: linear-gradient(to bottom, #AE7626 0%, #3d2102 100%);
}

.contact-section-two .image-column .number-box strong{
	position:relative;
	display:block;
	color:#222222;
	font-size:30px;
	font-weight:600;
}

.contact-section-two .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section-two .form-column .inner-column{
	position:relative;
	padding-top:90px;
}

.contact-section-two .form-column .program{
	position:relative;
	font-size:16px;
	margin-bottom:25px;
}

.contact-section-two.style-two .image-column .image{
	border-color:#f18917;
}

.contact-section-two.style-two .image-column .number-box .icon{
	background-image: -ms-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -moz-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -o-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C2292A), color-stop(100, #d1641a));
	background-image: -webkit-linear-gradient(top, #C2292A 0%, #d1641a 100%);
	background-image: linear-gradient(to bottom, #C2292A 0%, #d1641a 100%);
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	background-size:cover;
	background-color: #241f5d;
}

.footer-style-two .widgets-section{
	position:relative;
	padding:80px 0px;
	background-color: #241f5d;
}

.footer-style-two .widgets-section .upper-box{
	position:relative;
	margin-bottom:20px;
}

.footer-style-two .upper-box{
	position:relative;
}

.footer-style-two .upper-box .title-column{
	position:relative;
	margin-bottom:30px;
}

.footer-style-two .upper-box .title-column .inner-column{
	position:relative;
}

.footer-style-two .upper-box h4{
	position:relative;
	color:#ffffff;
	font-size:30px;
	line-height:1.3em;
	font-weight:600;
}

.footer-style-two .upper-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.3em;
	margin-top:14px;
	opacity:0.7;
}

.footer-style-two .upper-box .form-column{
	position:relative;
	margin-bottom:30px;
}

.footer-style-two .upper-box .form-column .inner-column{
	position:relative;
	padding-top:15px;
}

/* Newslettter Form */

.footer-style-two .newsletter-form{
	margin-bottom:35px;
}

.footer-style-two .newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.footer-style-two .newsletter-form .form-group input[type="text"],
.footer-style-two .newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 85px 10px 25px;
	height:50px;
	font-size:15px;
	color:#ffffff;
	background:none;
	border:1px solid #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;	
}

.footer-style-two .newsletter-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	padding:13px 20px;
	font-size:16px;
	color:#ffffff;
	display:inline-block;
	background-color:#241f5d;
	cursor:pointer;
}

.footer-style-two .widgets-section .lower-box{
	position:relative;
	/* border-top:1px solid #241f5d; */
	border-bottom:1px solid #4c4c4c;
	max-width: 1450px;
	margin: 0 auto;
}

.footer-style-two .lower-box .footer-column{
	position:relative;
	width:25%;
	float:left;
	/* border-right:1px solid #241f5d; */
}

.footer-style-two .lower-box .footer-column:last-child{
	border-right:0px;
}

.footer-style-two .lower-box .footer-column .footer-widget{
	position:relative;
	padding:0 20px 50px 20px;
}

.footer-style-two .footer-title{
	position:relative;
	margin-bottom:20px;
}

.footer-style-two .footer-widget p{
	position:relative;
	font-weight:500;
	color:#fff;
	line-height:30px;
	text-transform:capitalize;
	font-size: 24px;
}

.footer-style-two .info-list{
	position:relative;
}

.footer-style-two .info-list li{
	position:relative;
	line-height:1.9em;
	font-size:16px;
	padding-left:35px;
	margin-bottom:20px;
	color:#fff;
}
.footer-style-two .info-list li a{
	color: #fff;
	transition:all 300ms ease;	
}
.footer-style-two .info-list li a:hover{
	color: #fff;
	padding-left: 5px;
}
.footer-style-two .info-list li strong{
	position:relative;
	display:block;
	font-weight:600;
	color:#fff;
	font-size:20px;
}

.footer-style-two .info-list li .icon{
	position:absolute;
	left:0px;
	top:8px;
	color:#fff;
	font-size:16px;
	line-height:1em;
}

.footer-style-two .info-list li:last-child{
	margin-bottom:0px;
}
.foot_b{
	color: #fff;
	transition: 0.5s ease;
	display: inline-flex;
}
.foot_b:hover{
	color: #f18917;
}

.footer-style-two .logo{
	position:relative;
	text-align:center;
	max-width: 250px;
}

.footer-style-two .logo-text{
	position:relative;
	font-size:16px;
	line-height:1.9em;
	text-align:center;
	margin-top:25px;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
}

.footer-style-two .social-icon-two{
	text-align:center;
}

.footer-style-two .footer-list{
	position:relative;
}

.footer-style-two .footer-list li{
	position:relative;
	margin-bottom:15px;
}

.footer-style-two .footer-list li a{
	position:relative;
	color:#fff;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .footer-list li a:hover{
	color:#fff;
	padding-left: 5px;
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:25px 0px;
	background-color:#241f5d;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#fff;
	font-size:16px;
}

.footer-style-two .footer-bottom .footer-nav{
	position:relative;
}

.footer-style-two .footer-bottom .footer-nav li{
	position:relative;
	display:inline-block;
	margin-left:18px;
	line-height:1.1em;
}

.footer-style-two .footer-bottom .footer-nav li a{
	position:relative;
	color:#371c00;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-style-two .footer-bottom .footer-nav li:last-child{
	padding-right:0px;
	margin-right:0px;
	border-right:0px;
}

.footer-style-two .footer-bottom .footer-nav li a:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:200px 0px 140px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
}

.page-title .auto-container{
	position:relative;
}

.page-title .title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:12px;
}

.page-title h1{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.2em;
	margin-bottom: 0;
	font-size: 36px;
	text-transform:capitalize;
}

.page-breadcrumb{
	position:relative;
	margin-top:14px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "\f105";
	right:-2px;
	top:-1px;
	color:#ffffff;
	font-size:14px;
	font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:500;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#cf601b;
}

/*** 

====================================================================
	Faq's Page Section
====================================================================

***/

.faq-page-section{
	position:relative;
	padding:95px 0px 70px;
}

.faq-page-section .sec-title{
	margin-bottom:50px;
}

.faq-page-section .accordian-column{
	position:relative;
	margin-bottom:40px;
}

.faq-page-section .accordian-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
	border:1px solid #d7d7d7;
}

.accordion-box .block{
	position: relative;
    margin-bottom:0px;
	border-bottom:1px solid #d7d7d7;
}

.accordion-box .block.active-block{
	
}

.accordion-box .block:last-child{
	border-bottom:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	cursor:pointer;
	line-height:34px;
	color:#222222;
	font-weight:600;
	background:none;
	padding:13px 50px 13px 85px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.accordion-box .block .acc-btn.active{
	
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	font-size:20px;
	color: #f18917;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-right:1px solid #d7d7d7;
}

.accordion-box .block .acc-btn.active{
	border-bottom:1px solid #d7d7d7;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	right: 0px;
	width:60px;
	height:60px;
	color:#f18917;
    font-size: 14px;
    text-align: center;
	line-height:60px;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:16px;
	color:#666666;
	line-height:1.8em;
	padding:30px 35px 30px 30px;
}

.accordion-box .block .content .accordian-text{
	line-height:1.9em;
	font-size:16px;	
	color:#84858a;
	font-weight:600;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.faq-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.faq-page-section .form-column .inner-column{
	position:relative;
	padding-left:30px;
}

.faq-page-section .form-column .form-group{
	position:relative;
	margin-bottom:30px;
}

.faq-page-section .form-column .form-group input{
	height:64px;
}

/*Error Section*/

.error-section{
	position:relative;
	padding:100px 0px 100px;
}

.error-section .content{
	position:relative;
	text-align:center;
}

.error-section h1{
	position:relative;
	color:#222222;
	font-size:180px;
	font-weight:600;
	line-height:1em;
	margin-bottom:10px;
}

.error-section h2{
	position:relative;
	color:#222222;
	font-size:50px;
	font-weight:300;
	line-height:1.2em;
	margin-bottom:10px;
}

.error-section .text{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:300;
	margin-top:20px;
	margin-bottom:30px;
}


/* Comming Soon */

.comming-soon{
	position:relative;
	text-align:center;
	padding:100px 0px 100px;
}

.comming-soon .content{
	position: relative;
}

.comming-soon .content .content-inner{
	position: relative;
}

.comming-soon .content .content-inner h2{
	position:relative;
	color:#222222;
	font-size:90px;
	font-weight:300;
	line-height:1.2em;
	margin-bottom:80px;
}

.comming-soon .content .content-inner .text{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:300;
	line-height:1.6em;
	margin-top:28px;
	margin-bottom:60px;
	letter-spacing:1px;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	margin:0px 15px 0px;
	width:170px;
	height:170px;
	text-align:center;
	display:inline-block;
	padding:10px 0px 10px;
	border:2px solid #222222;
	color:#222222;
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:30px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:65px;
	line-height:40px;
	padding:30px 10px;
	color:#222222;
	letter-spacing:1px;
	font-weight:300;
}

.comming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:60px;
	font-size:14px;
	color:#797979;
	overflow:hidden;
	padding:10px 50px 10px 30px;
	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;
	border:1px solid #cccccc;
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button{
	position:absolute;
	right:5px;
	top:5px;
	width:160px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	text-align:center;
	background:#222222;
	letter-spacing:1px;
	text-transform:capitalize;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

/* .sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
} */

.sidebar-page-container .sidebar-side .sidebar{
	position:relative;
}

/* Service Detail */

.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
}

.service-detail .inner-box .image{
	position:relative;
}

.service-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.service-detail .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.service-detail .inner-box .lower-content h2{
	position:relative;
	color:#222222;
	font-weight:600;
}

.service-detail .inner-box .lower-content .text{
	position:relative;
}

.service-detail .inner-box .lower-content .text p{
	position:relative;
	line-height:1.8em;
	color:#666666;
	font-size:16px;
}

.service-detail .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-weight:600;
	margin-bottom:12px;
}

.service-detail .inner-box .lower-content .two-column{
	position:relative;
	padding-top:45px;
	margin-top:35px;
	margin-bottom:40px;
	border-top:1px solid #ebebeb;
}

/*Sidebar Widget*/

.sidebar-widget{
    position: relative;
    margin-bottom: 30px;
}

/*Blog Category*/

.sidebar-services-category{
	position:relative;
}

.sidebar-services-category .widget-content{
	position:relative;
	padding:40px 35px;
}

.sidebar-services-category .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:300px;
	background-color:#f5f5f5;
}

.sidebar-services-category .services-cat{
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.sidebar-services-category li{
	position:relative;
	margin-bottom:1px;
	text-align:right;
	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-services-category li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	z-index:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-image: -ms-linear-gradient(left, #C1282A 0%, #f18917 100%);
	background-image: -moz-linear-gradient(left, #C1282A 0%, #f18917 100%);
	background-image: -o-linear-gradient(left, #C1282A 0%, #f18917 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #C1282A), color-stop(100, #f18917));
	background-image: -webkit-linear-gradient(left, #C1282A 0%, #f18917 100%);
	background-image: linear-gradient(to right, #C1282A 0%, #f18917 100%);
}

.sidebar-services-category li:hover::before,
.sidebar-services-category li.active::before{
	width:100%;
}

.sidebar-services-category li a{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:600;
	display:block;
	background-color:#ffffff;
	border-bottom:1px solid #acacac;
	padding:20px 32px 16px 38px;
	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-services-category li:last-child a{
	border-bottom:0px;
}

.sidebar-services-category li a span{
	position:relative;
	z-index:1;
	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-services-category li.active a span,
.sidebar-services-category li:hover a span{
	color:#ffffff;
}

.sidebar-services-category li a:before{
	position:absolute;
	content:'\f0d9';
	left:22px;
	top:18px;
	color:#f18917;
	font-size:18px;
	z-index:1;
	font-family: 'FontAwesome';
	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-services-category li.active a:before,
.sidebar-services-category li:hover a::before{
	color:#ffffff;
}

.sidebar-services-category li.active a,
.sidebar-services-category li a:hover{
	color:#ffffff;
}

/* Brochure Box */

.brochure-box{
	position:relative;
	margin-bottom:10px;
	border-radius:0px;
	padding:20px 15px 20px 30px;
	transition:all 0.3s ease;
	background-color:#f5f5f5;
	-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:60px;
	padding-right:60px;
}

.brochure-box .inner .download{
	position:absolute;
	right:10px;
	top:5px;
	opacity:0.7;
	color:#000000;
	font-size:18px;
	line-height:1em;
	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:hover .inner .download{
	color:#ffffff;
	opacity:9;
}

.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:#000000;
	font-size:28px;
	font-weight:500;
	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 .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#666666;
	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:hover{
	background-color:#cf5c1d;
}

.brochure-box:hover .icon,
.brochure-box:hover .text{
	color:#ffffff;
}

/* Contact Widget */

.contact-widget .widget-content{
	position:relative;
	padding:50px 30px 50px;
	text-align:center;
	background-color:#222222;
}

.contact-widget .widget-content .icon{
	position:relative;
	color:#ffffff;
	font-size:56px;
	line-height:1em;
}

.contact-widget .widget-content .text{
	position:relative;
	font-size:20px;
	color:#ffffff;
	line-height:1.8em;
	margin-top:18px;
}

.contact-widget .widget-content .number{
	position:relative;
	font-size:30px;
	color:#ffffff;
	line-height:1.4em;
	margin-top:18px;
	font-weight:600;
}

.contact-widget .widget-content .email{
	position:relative;
	font-size:16px;
	color:#ffffff;
	line-height:1.4em;
	margin-top:5px;
	font-weight:400;
}

/*** 

====================================================================
	Projects Page Section
====================================================================

***/

.projects-page-section{
	position:relative;
	padding:95px 0px 95px;
}

.projects-page-section .filters{
	position:relative;
	margin-bottom:55px;
	text-align:center;
}

.projects-page-section .filters .filter-tabs{
	position:relative;
	padding:0px 12px;
	border-radius:50px;
	display:inline-block;
	background-color:#f5f5f5;
	border:1px solid #e1e1e1;
}

.projects-page-section .filters li{
	position: relative;
    display: inline-block;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
	padding:9px 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.projects-page-section .filters .filter.active,
.projects-page-section .filters .filter:hover{
    color:#ffffff;
	background-color:#cf5d1c;
}

.project-block.mix{
	display:none;
}

/*** 

====================================================================
	Projects Detail Section
====================================================================

***/

.projects-detail-section{
	position:relative;
	padding:100px 0px 95px;
}

.projects-detail-section .auto-container{
	max-width:970px;
}

.projects-detail-section .image{
	position:relative;
}

.projects-detail-section .image img{
	position:relative;
	width:100%;
	display:block;
}

.projects-detail-section .image .project-info{
	position:absolute;
	right:30px;
	top:100%;
	max-width:340px;
	width:100%;
	margin-top:-125px;
}

.projects-detail-section .image .project-info .info-inner{
	position:relative;
	padding:30px 30px;
	display:block;
	background-color:#c1282a;
}

.projects-detail-section .image .project-info .info-inner h3{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:24px;
}

.projects-detail-section .image .project-info .info-inner ul{
	position:relative;
}

.projects-detail-section .image .project-info .info-inner ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:15px;
}

.projects-detail-section .image .project-info .info-inner ul li span{
	position:relative;
	right:0px;
	width:50%;
	float:right;
}

.projects-detail-section .lower-content{
	position:relative;
	padding-top:25px;
}

.projects-detail-section .lower-content .title{
	position:relative;
	color:#f18917;
	font-size:14px;
	line-height:1.3em;
}

.projects-detail-section .lower-content h2{
	position:relative;
	color:#222222;
	line-height:1.3em;
	font-weight:600;
	margin-top:10px;
	margin-bottom:12px;
}

.projects-detail-section .lower-content p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:12px;
}

.projects-detail-section .lower-content h3{
	position:relative;
	color:#222222;
	line-height:1.3em;
	font-weight:600;
	margin-top:10px;
	margin-bottom:12px;
}

.projects-detail-section .lower-content .two-column{
	margin-top:25px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 4px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:40px;
	height:40px;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:38px;
	text-align:center;
	display:inline-block;
	border:1px solid #cccccc;
	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;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	border-color:#f18917;
	background-color:#f18917;
}

.styled-pagination li.prev a{
	width:100px;
	height:40px;
	font-size:14px;
	color:#ffffff;
	border-color:#333333;
	border-radius:0px;
	background-color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.next a{
	width:100px;
	height:40px;
	font-size:14px;
	color:#ffffff;
	border-color:#333333;
	background-color:#333333;
	border-radius:0px;
	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;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
	background-color:#f18917;
	border-color:#f18917;
}

.sidebar-widget-two{
	position:relative;
	/* margin-bottom:40px; */
}

.sidebar-widget-two .widget-content{
	position:relative;
	padding:25px 0 0;
	border-top:2px solid #f18917;
}

.sidebar-widget-two .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:104px;
	background:url(../images/background/pattern-13.jpg) repeat-x;
}

.sidebar-title-two{
	position:relative;
	margin-bottom:20px;
}

.sidebar-title-two p{
	position:relative;
	color:#222222;
	font-size:24px;
	margin-bottom:15px;
}

/*Search Box Widget*/

.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;
	line-height:38px;
	padding:10px 50px 10px 25px;
	border:1px solid #cccccc;
	background:none;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	border-radius:0px;
	background-color:#ffffff;
	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 button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	background:#f18917;
}

.blog-cat-two{
	position:relative;
	border-radius:0px;
	overflow:hidden;
	border:1px solid #dddddd;
}

.blog-cat-two li{
	position:relative;
}

.blog-cat-two li a{
	position:relative;
	color:#666666;
	font-size:16px;
	padding:16px 30px;
	display:block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:1px solid #dddddd;
}

.blog-cat-two li a:hover{
	color:#ffffff;
	background-color:#f18917;
}

.blog-cat-two li:last-child a{
	border-bottom:0px;
}

.blog-cat-two li a span{
	position:absolute;
	right:30px;
}

/* Popular Posts */

.popular-posts .post-outer{
	position:relative;
	padding:25px 20px;
	border:1px solid #dddddd;
	background-color:#ffffff;
}

/*Post Widget*/

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height:110px;
	padding-left:110px;
	margin-bottom:25px;
	border-bottom:1px solid #e7e7eb;
}

.popular-posts .post:last-child{
	border-bottom:0px;
	margin-bottom:0px;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:90px;
	 height:90px;
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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;
	object-fit: contain;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:18px;
	margin:0px 0px 3px;
	font-weight:600;
	color:#222222;
	line-height:1.4em;
	text-transform:capitalize;
}

.popular-posts .post .text 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;
}

.popular-posts .post a:hover{
	color:#f18917;
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#888888;
	font-weight:400;
	padding-left:20px;
}

.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color:#777777;
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

/* Popular Tags */

.sidebar .tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 24px 8px;
	margin:0px 6px 10px 0px;
	color:#888888;
	text-align:center;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:0px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	text-transform:capitalize;
	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 .tags a:hover{
	border-color:#c1282a;
	background-color:#c1282a;
	color:#ffffff;
}

/* Blog Detail */

.blog-detail{
	position:relative;
	margin-bottom:30px;
}

.blog-detail .inner-box{
	position:relative;
}

.blog-detail .inner-box .image{
	position:relative;
	overflow:hidden;
/*	background-color:#f18917;*/
	background-color:#fff;
}

.blog-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.blog-detail .inner-box:hover .image img{
	transform:scale(1.06,1.06);
}

.blog-detail .inner-box .lower-content{
	position:relative;
	padding:25px 22px 0px;
	border:1px solid #eeeeee;
}

.blog-detail .inner-box .lower-content .post-meta{
	position:relative;
}

.blog-detail .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:12px;
	color:#666666;
	font-size:16px;
	display:inline-block;
}

.blog-detail .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
}

.blog-detail .inner-box .lower-content h4{
	position:relative;
	color:#222222;
	font-weight:600;
	line-height:1.4em;
	margin:15px 0px 12px;
}

.blog-detail .inner-box .lower-content .text{
	position:relative;
}

.blog-detail .inner-box .lower-content .text p{
	position:relative;
	line-height:1.8em;
	color:#777777;
	font-size:16px;
}

.blog-detail .inner-box .lower-content blockquote{
	position:relative;
	padding:35px 30px;
	border-radius:5px;
	border:1px dotted #424242;
}

.blog-detail .inner-box .lower-content blockquote .quote-author{
	position:absolute;
	right:35px;
	top:-20px;
	color:#fb6f62;
	font-size:16px;
	padding:8px 20px;
	border-radius:50px;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.18);
}

.blog-detail .inner-box .lower-content blockquote .quote-text{
	position:relative;
	color:#222222;
	font-size:16px;
	line-height:1.8em;
}

.blog-detail .inner-box .lower-content blockquote .icon{
	position:absolute;
	right:60px;
	bottom:-27px;
	width:54px;
	height:54px;
	color:#ffffff;
	font-size:20px;
	line-height:54px;
	text-align:center;
	background-color:#ce591d;
}

.blog-detail .inner-box .lower-content .two-column{
	margin-top:45px;
	margin-bottom:35px;
}

/* post share options */

.blog-detail .post-share-options{
	position:relative;
	margin-top: 40px;
	padding:22px 0px;
	border-top:1px solid #dddddd;
}

.blog-detail .post-share-options .tags span{
	font-size:16px;
	color:#222222;
	font-weight:400;
	margin-right:8px;
	text-transform: capitalize;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	line-height: 1em;
	padding-right: 12px;
	margin-right: 10px;
	display: inline-block;
	text-transform:capitalize;
	border-right: 1px solid #ebebeb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-detail .post-share-options .tags a:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.blog-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.blog-detail .post-share-options .tags a:hover{
	color:#f18917;
}

.blog-detail .post-share-options .social-box{
	position:relative;
}

.blog-detail .post-share-options .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.blog-detail .post-share-options .social-box li a{
	position:relative;
	font-size:16px;
	color:#777777;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-detail .post-share-options .social-box li a:hover{
	color:#f18917;
}

/* News Posts */

.news-posts{
	position:relative;
	padding:25px 25px;
	margin-top: 40px;
	margin-bottom:60px;
	border: 1px dotted #000000;
}

.news-posts:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:3px;
	height:100%;
	margin-left:-1px;
	background-color:#dddddd;
}

.news-posts h4{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	line-height:1.7em;
	margin:0px;
	margin-bottom:10px;
}

.news-posts .prev-post a{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	text-transform: capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-posts .prev-post .image{
	position:absolute;
	left:0px;
	top:8px;
	width:100px;
	height:100px;
}

.news-posts .next-post{
	position:relative;
	text-align:right;
	padding-top:15px;
	min-height:110px;
	padding-right:135px;
}

.news-posts .next-post .image{
	position:absolute;
	right:0px;
	top:8px;
	width:100px;
	height:100px;
}

.news-posts .next-post a{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	text-transform: capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-posts .prev-post{
	position:relative;
	padding-top:15px;
	padding-left:135px;
	min-height:110px;
}

.news-posts .prev-post a:hover,
.news-posts .next-post a:hover{
	color:#c1282a;
}

.news-posts .arrow{
	position:relative !important;
	font-size:14px !important;
	color:#848484 !important;
	font-weight:400 !important;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h4{
	position:relative;
	color:#222222;
	font-weight:600;
	margin-bottom:20px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:60px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:120px;
	padding:15px 0px 0px 160px;
	border:1px dashed #dddddd;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:70px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:120px;
	margin-bottom:0px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:5px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:600;
	color:#222222;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:16px;
	color:#777777;
	margin-left:15px;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:absolute;
	right:50px;
	bottom:-18px;
	font-size:16px;
	color:#ffffff;
	font-weight:400;
	padding:7px 20px;
	border-radius:50px;
	background-color:#c1282a;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .form-group{
	margin-bottom:20px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:54px;
	font-size:14px;
	border-radius:0px;
	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;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#c1282a;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 25px 10px;
	color:#888888;
	border:1px solid #dddddd;
	height:185px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:0px;
	-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 .theme-btn{
	cursor:pointer;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:95px 0px 60px;
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
	padding-top:40px;
	padding-bottom:100px;
}

.contact-map-section .map-outer{
	position: relative;
	height: 500px;
} 
.contact-map-section .map-outer iframe{
	left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
}
.contact-map-section .map-canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:70px;
}

.shop-item .inner-box{
	position:relative;
	outline:15px solid #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;
}

.shop-item .inner-box:hover .image .overlay-box{
	opacity:1;
}

.shop-item .inner-box .image{
	position:relative;
	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;
	background-color:rgba(51,51,51,0.70);
	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:#c1282a;
	display:inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	display:block;
	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{
    font-size: 16px;
    margin-bottom: 8px;
    border: 1px solid #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.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;
	padding:20px 0px 0px;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:400;
	margin-bottom:6px;
}

.shop-item .inner-box .lower-content h3 a{
	color:#000000;
	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:#c1282a;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#c1282a;
	font-size:18px;
	font-weight:600;
}

.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:#c1282a;
}




.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;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
	font-size:24px;
	font-weight:600;
	margin:5px 0px 20px;
	line-height:1.4em;
	color:#333333;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:18px;
	color:#c1282a;
	margin-bottom:15px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	display:inline-block;
	color:#777777;
	font-weight:600;
	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:600;
	color:#c1282a;
	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:600;
	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:600;
	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;	
}

.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:20px;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:600;
	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;
	display:none;
	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 20px;
	font-weight:600;
	border-radius:0px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
	padding-bottom:60px;
	margin-bottom:80px;
	border-bottom:1px solid #cccccc;
}

.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;
	padding:13px 43px 13px;
	transition:all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	background:#c1282a;
}

.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:#000000;
	font-size:24px;
	font-weight:600;
	margin-bottom:35px;
	font-family: 'Raleway', 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:600;
	margin-bottom:10px;
	text-transform:uppercase;
}

.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;
	display:inline-block;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#333333;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#c1282a;
}

.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:#c1282a;
}

.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;
	border-radius:0px;
	font-size:16px;
	padding:7px 28px;
	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 90px;
}

.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:#333333;
	color:#ffffff;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 25px;
	font-weight:600;
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	border-right:1px solid #cccccc;
	font-family: 'Raleway', sans-serif;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 25px 20px;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.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:100px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display: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:#797979;
	font-size:17px;
}

.cart-table tbody tr .sub-total.price{
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#1c1c1c;
	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:#c1282a;
}

.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:#333333;
	font-weight:400;
}

.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:20px 0px 10px;
	margin-bottom:30px;
	border-top:0px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .cart-options .cart-btn{
	padding:10px 39px 10px;
    line-height: 24px;
	font-size:13px;
	font-weight:600;
	border-radius:0px;
	text-transform:uppercase;
}

.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:15px;
	padding:8px 20px;
	border:1px solid #cccccc;
	width:225px;
	height:44px;
	background:#ffffff;
}

.cart-section .coupon-btn{
    padding:10px 39px 10px;
    line-height: 24px;
	font-size:13px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	background-color:#c1282a;
}

.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:14px 30px;
	border-bottom:1px solid #cccccc;	
}

.cart-section .totals-table li:first-child{
	
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:600;
	color:#333333;
	font-size:18px;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	padding:50px 30px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#333333;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;	
}

.cart-section .totals-table .total .price{
	color:#c1282a;
	font-weight:600;
}

.cart-section .totals-table .proceed-btn{
    padding: 13px 34px 13px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
}


.shipping-block{
	position:relative;
	margin-bottom:40px;
}

.shipping-block .inner-box{
	position:relative;
	padding:16px 20px 6px;
	border:1px solid #cccccc;
}

.shipping-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:capitalize;
}

.shipping-block .inner-box h4{
	position:relative;
	color:#c1282a;
	font-size:14px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:capitalize;
}

.shipping-form{
	position:relative;
}

.shipping-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.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:18px;
	padding:10px 20px;
	height:40px;
	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:#c1282a;
}

.shipping-form button{
	margin-top:0px;
	font-size:15px;
	font-weight:600;
	border-radius:0px;
	padding:6px 26px;
	text-transform:capitalize;
}

/*** 

====================================================================
	CheckOut Sectioon
====================================================================

***/

.checkout-page{
	position:relative;
	padding:100px 0px 100px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:30px;	
}

.checkout-page .default-links li{
	line-height:24px;
	padding:14px 30px 18px;
	background:#333333;
	color:#ffffff;
	font-size:16px;
}

.checkout-page .default-links li .fa{
	position:relative;
	top:2px;
	margin-right:20px;
	font-size:24px;
	color:#c1282a;
}

.checkout-page .default-links li a{
	color:#c1282a;
}

.checkout-form{
	position:relative;
}

.checkout-form .checkout-title{
	position:relative;
}

.checkout-form .checkout-title h2{
	position:relative;
	color:#222222;
	font-size:30px;
	margin-bottom:15px;
}

.checkout-form .form-group{
	position:relative;
	margin-bottom:5px;	
}

.checkout-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:6px;
	text-transform:capitalize;
	color:#222222;	
	font-size:16px;
	font-weight:400;
}

.checkout-form .form-group .field-label sup{
	top:-1px;
	font-size:16px;
}

.checkout-form .form-group .text{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-bottom:5px;
}

.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;
	line-height:22px;
	padding:12px 15px;
	height:48px;
	margin-bottom:10px;
	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 textarea{
	resize:none;
	height:60px !important;	
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
	border-color:#c1282a;	
}

.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:#c1282a;
}

/*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:#c1282a;
}

.coupon-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:600;
	border-radius:0px;
	padding:8px 26px;
	text-transform:capitalize;
}

.order-box{
	position:relative;
	margin-top:15px;
}

.order-box h2{
	position:relative;
	color:#333333;
	font-size:28px;
	font-weight:600;
	margin-bottom:20px;
}

.order-box .title-box{
	position:relative;
	padding:13px 30px;
	background-color:#333333;
}

.order-box .title-box .col{
	position:relative;
	width:50%;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
}

.order-box ul{
	position:relative;
}

.order-box ul li{
	position:relative;
	padding:25px 30px;
	border-bottom:1px solid #cccccc;
}

.order-box ul li strong{
	color:#333333;
	font-weight:600;
	font-size:16px;
}

.order-box ul li span{
	width:50%;
	float:right;
	color:#c1282a;
	font-size:16px;
	font-weight:600;
}

.order-box ul li span.free{
	color:#777777;
	font-size:16px;
}

.order-box ul li:last-child{
	border-bottom:none;
}

.payment-box{
	position:relative;
	margin-top:20px;
	background-color:#f5f5f5;
}

.payment-box .upper-box{
	position:relative;
	padding:15px 35px;
	border-bottom:1px solid #b7b7b7;
}


.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.payment-box .payment-options li{
	position:relative;
	margin-bottom:10px;	
}

.payment-box .payment-options li .radio-option{
	position:relative;		
}

.payment-box .payment-options li .radio-option label{
	position:relative;
	display:inline-block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#333333;
	cursor:pointer;
	font-size:18px;
}

.payment-box .payment-options li .radio-option label strong{
}

.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:block;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	color:#777777;
	line-height:1.8em;
	padding:15px 20px;
	margin-top:20px;
	background-color:#ededed;
}

.payment-box .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:30px;
	top:-13px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ededed;
}

.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:600;
	margin-left:120px;
	margin-top:10px;
}

.payment-box .lower-box{
	position:relative;
	padding:15px 15px;
}

.payment-box .lower-box .btn-style-one{
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    padding: 8px 19px;
    text-transform: capitalize;
}

/* Blag Cat */

.categories-widget .blog-cat{
	position:relative;
}

.categories-widget .blog-cat li{
	position:relative;
}

.categories-widget .blog-cat li a{
	position:relative;
	color:#444444;
	padding:15px 0px;
	display:block;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:1px dashed #cccccc;
}

.categories-widget .blog-cat li a:hover{
	color:#c1282a;
}

.categories-widget .blog-cat li:last-child a{
	border-bottom:none;
}

.categories-widget .blog-cat li a span{
	position:absolute;
	right:0px;
}

/*Post Widget*/

.sidebar .popular-posts-two .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:95px;
	min-height:100px;
	margin-bottom:30px;
	border-bottom:1px solid #dddddd;
}

.sidebar .popular-posts-two .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
	min-height:auto;
}

.sidebar .popular-posts-two .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:75px;
}

.sidebar .popular-posts-two .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #c1282a;
    font-size: 18px;
    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;
    background-color: rgba(51,51,51,0.70);
}

.sidebar .popular-posts-two .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts-two .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts-two .post .post-thumb img{
	display:block;
	width:100%;
	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;
}

.sidebar .popular-posts-two .post .text{
	position:relative;
	top:0px;
	font-size:18px;
	margin:0px 0px 0px;
	font-weight:400;
	color:#333333;
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Oswald', sans-serif;
}

.sidebar .popular-posts-two .post .text a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts-two .post a:hover{
	color:#c1282a;
}

.sidebar .popular-posts-two .post-info{
	position:relative;
	font-size:14px;
	color:#777777;
	font-weight:400;
	margin-top:4px;
}

.login-form{
	position:relative;
}

.login-form .form-group{
	position:relative;
	margin-bottom:12px;
}

.login-form .form-group:nth-child(2){
	margin-bottom:30px;
}

.login-section.style-two .login-form .form-group:nth-child(2){
	margin-bottom:15px;
}

.login-form .form-group label{
	position:relative;
	color:#333333;
	font-weight:400;
	font-size:16px;
}

.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;
	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;
}

.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:#c1282a;
}

.login-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:600;
	border-radius:0px;
	padding:6px 19px;
	text-transform:capitalize;
}

.login-form .psw{
	position:relative;
	color:#333333;
	font-size:16px;
}

/* Box Version */

.box-version{
	display:none;
}

.color-palate .rtl-version.option-box{
	margin-left:0px;
	float:none;
	padding-top:25px;
}

.color-palate .option-box > li{
	position: relative;
	color:#ffffff;
	width: 40%;
	margin:0px 3px;
	cursor: pointer;
	margin-bottom: 9px;
	padding:8px 20px;
	font-size:14px;
	display: inline-block;
	background-color: #d1631b;
	text-transform:capitalize;
}

.color-trigger .fa{
	-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}

/* RTL Code */

.rtl .main-header .header-top .top-left{
	float:right;
}

.rtl .main-header .header-upper .upper-right,
.rtl .main-header .header-top .top-right{
	float:left;
}

.rtl .main-header .header-upper .logo-box{
	position:relative;
	float:right;
}

.rtl .main-header .info-box{
	text-align:right;
	padding-left:0px;
	padding-right:65px;
}

.rtl .main-header .info-box .icon-box{
	right:0px;
	left:auto;
}

.rtl .main-menu .navigation > li,
.rtl .main-menu{
	float:right;
}

.rtl .main-menu .navigation > li:last-child::before{
	display:none;
}

.rtl .main-header .header-lower .search-box-outer,
.rtl .main-header .options-box .grid-box,
.rtl .main-header .options-box .btn-box{
	float:right;
}

.rtl .introduction-section .image-column .image .projects,
.rtl .introduction-section .content-column .inner-column,
.rtl .service-block .inner-box,
.rtl .main-slider .slide{
	text-align:right;
}

.rtl .service-block .inner-box h5:before,
.rtl .service-block .inner-box .big-icon{
	right:0px;
	left:auto;
}

.rtl .call-to-action-section .title-column,
.rtl .introduction-section .image-column{
	order:2;
}

.rtl .call-to-action-section .btn-column,
.rtl .introduction-section .content-column{
	order:1;
}

.rtl .list-style-three li{
	padding-left:0px;
	padding-right:30px;
}

.rtl .list-style-three li:before{
	right:0px;
	left:auto;
}

.rtl .team-block .inner-box .image .overlay-box .content{
	padding-right:15px;
	text-align:right;
}

.rtl .project-block .inner-box .image .overlay-box{
	text-align:right;
}

.rtl .project-block .inner-box .image .overlay-box .social-box a{
	margin-right:0px;
	margin-left:12px;
}

.rtl .main-footer .footer-widget,
.rtl .contact-section .content-column .inner-column,
.rtl .default-form .form-group textarea,
.rtl .default-form .form-group input[type="text"],
.rtl .default-form .form-group input[type="email"],
.rtl .default-form .form-group select{
	text-align:right;
}

.rtl .list-style-two li{
	padding-left:0px;
	padding-right:80px;
	text-align:right;
}

.rtl .main-footer .news-widget .post .thumb,
.rtl .list-style-two li .icon{
	right:0px;
	left:auto;
}

.rtl .main-footer .news-widget .post{
	padding-left:0px;
	padding-right:110px;
}

.rtl .main-footer .newsletter-form .form-group input[type="text"], 
.rtl .main-footer .newsletter-form .form-group input[type="email"]{
	padding-left:85px;
	padding-right:15px;
	text-align:right;
}

.rtl .main-footer .newsletter-form .form-group button{
	left:0px;
	right:auto;
}

.rtl .social-icon-one .title{
	margin-right:0px;
}

.rtl .main-footer .footer-bottom .footer-nav li{
	float:right;
}

.rtl .main-menu .navigation > li > ul{
	right:0px;
	left:auto;
	text-align:right;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	left:10px;
	right:auto;
	transform:rotate(180deg);
}

.rtl .main-menu .navigation > li > ul > li > ul{
	right:100%;
	left:auto;
}

.rtl .sidebar-info-contents .content-inner .social-box,
.rtl .main-menu .navigation > li > .mega-menu .mega-menu-bar{
	text-align:right;
}

.rtl .sidebar-info-contents .content-inner .social-box li{
	margin-left:10px;
	margin-right:0px;
}

.rtl .main-header.header-style-two .options-box{
	left:0px;
	right:auto;
}

.rtl .header-style-two .header-upper .inner-container .logo-box{
	position:absolute;
	right:0px;
	left:auto;
}

.rtl .main-header .header-top-two .social-nav{
	left:20px;
	right:auto;
	display:none;
}

.rtl .fluid-section-one .content-column .inner-column,
.rtl .main-slider-two .content-boxed,
.rtl .sidebar-info-contents .content-inner .contact-info,
.rtl .sidebar-info-contents .content-inner .content-box{
	text-align:right;
}

.rtl .list-style-one li{
	padding-left:0px;
	padding-right:34px;
}

.rtl .list-style-one li .icon{
	right:0px;
	left:auto;
}

.rtl .main-slider-two .link-box .theme-btn{
	margin-right:0px;
	margin-left:20px;
}

.rtl .call-to-action-section .title-column .content{
	padding-right:55px;
	padding-left:0px;
	border-left:0px;
	text-align:right;
	border-right:5px solid #3241ff;
}

.rtl .call-to-action-section .btn-column .inner-column{
	text-align:left;
}

.rtl .fluid-section-one .content-column .btn-box .theme-btn{
	float:right;
	margin-right:0px;
	margin-left:25px;
}

.rtl .skills .skill-item .skill-header .skill-title{
	float:right;
}

.rtl .skills .skill-item .skill-header .skill-percentage{
	float:left;
}

.rtl .fact-counter-two .count-outer{
	padding-left:0px;
	padding-right:100px;
	text-align:right;
}

.rtl .fact-counter-two .column .inner .icon{
	right:0px;
	left:auto;
}

.rtl .news-block-two .inner-box .content-box h4,
.rtl .project-block-two .inner-box .lower-content{
	text-align:right;
}

.rtl .main-header .header-top-three .top-left .text,
.rtl .main-header .header-top-three .top-left{
	width:100%;
	text-align:right;
}

.rtl .header-style-three .header-lower .inner-container .logo-box{
	float:right;
}

.rtl .header-style-three .header-lower .inner-container:before{
	right:0px;
	left:95px;
}

.rtl .main-slider-three .content-boxed{
	text-align:right;
}

.rtl .main-slider-three .social-nav{
	right:30px;
	left:auto;
}

.rtl .main-slider-three .slide:before{
	right:0px;
	left:auto;
}

.rtl .main-slider-three .link-box .theme-btn{
	margin-right:0px;
	margin-left:20px;
}

.rtl .main-slider-three .text-boxed{
	right:50%;
	left:auto;
	text-align:right;
}

.rtl .we-are-section .title-column{
	order:2;
	text-align:right;
}

.rtl .we-are-section .content-column{
	order:1;
}

.rtl .footer-style-two .upper-box .title-column,
.rtl .contact-section-two .image-column,
.rtl .featured-section-two .blocks-column{
	order:2;
}

.rtl .footer-style-two .upper-box .form-column,
.rtl .contact-section-two .form-column,
.rtl .featured-section-two .content-column{
	order:1;
}

.rtl .footer-style-two .upper-box .title-column .inner-column,
.rtl .featured-section-two .content-column .inner-column{
	text-align:right;
}

.rtl .feature-block-two .inner-box{
	padding-left:0px;
	padding-right:100px;
}

.rtl .feature-block-two .inner-box .icon-box{
	right:0px;
	left:auto;
}

.rtl .featured-section-two .content-column .link-box .video-box{
	float:right;
	margin-right:0px;
	margin-left:50px;
}

.rtl .service-block-four .inner-box .lower-box .lower-inner{
	padding-left:0px;
	padding-right:56px;
	text-align:right;
}

.rtl .service-block-four .inner-box .lower-box .lower-inner .icon{
	right:0px;
	left:auto;
}

.rtl .fluid-section-two .content-column .column-list li:before{
	right:0px;
	left:auto;
	transform:rotate(180deg);
}

.rtl .fluid-section-two .image-column{
	right:0px;
	left:auto;
}

.rtl .fluid-section-two .content-column{
	float:left;
}

.rtl .fluid-section-two .content-column .inner-column{
	text-align:right;
}

.rtl .fluid-section-two .content-column .column-list li{
	padding-left:0px;
	padding-right:40px;
}

.rtl .fluid-section-two .info-list li{
	border:none;
	padding-left:0px;
	text-align:right;
	padding-right:125px;
}

.rtl .contact-section-two .image-column .number-box .icon,
.rtl .fluid-section-two .info-list li .icon{
	right:0px;
	left:auto;
}

.rtl .accordion-box .block .content,
.rtl .footer-style-two .footer-bottom .copyright,
.rtl .footer-style-two .footer-list,
.rtl .contact-section-two .form-column .inner-column{
	text-align:right;
}

.rtl .contact-section-two .image-column .number-box .box-inner{
	padding-left:0px;
	text-align:right;
	padding-right:100px;
}

.rtl .footer-style-two .newsletter-form .form-group button{
	left:0px;
	right:auto;
}

.rtl .footer-style-two .newsletter-form .form-group input[type="text"],
.rtl .footer-style-two .newsletter-form .form-group input[type="email"]{
	text-align:right;
	padding-right:20px;
}

.rtl .footer-style-two .info-list li{
	padding-left:0px;
	padding-right:35px;
	text-align:right;
}

.rtl .footer-style-two .info-list li .icon{
	right:0px;
	left:auto;
}

.rtl .footer-style-two .footer-bottom .footer-nav li{
	float:right;
}

.rtl .page-title .pull-left{
	float:right;
	text-align:right;
}

.rtl .page-title .pull-right{
	float:left;
}

.rtl .page-breadcrumb li{
	float:right;
	margin-right:0px;
	padding-right:0px;
	padding-left:15px;
	margin-left:10px;
	text-align:right;
}

.rtl .page-breadcrumb li:after{
	left:0px;
	transform:rotate(180deg);
}

.rtl .price-block .inner-box .lower-box .price-list li{
	text-align:right;
	padding-left:0px;
	padding-right:25px;
}

.rtl .price-block .inner-box .lower-box .price-list li:before{
	right:0px;
	left:auto;
}

.rtl .price-block .inner-box .recomend{
	padding-left:0px;
	padding-right:30px;
	text-align:right;
}

.rtl .price-block .inner-box .recomend:before{
	right:0px;
	left:auto;
}

.rtl .accordion-box .block .acc-btn{
	padding:13px 85px 13px 50px;
	text-align:right;
}

.rtl .accordion-box .block .icon-outer{
	right:0px;
	left:auto;
	border-right:none;
	border-left:1px solid #d7d7d7;
}

.rtl .comming-soon .emailed-form .form-group input[type="submit"],
.rtl .comming-soon .emailed-form button{
	left:5px;
	right:auto;
}

.rtl .comming-soon .emailed-form .form-group input[type="text"],
.rtl .comming-soon .emailed-form .form-group input[type="tel"],
.rtl .comming-soon .emailed-form .form-group input[type="email"],
.rtl .comming-soon .emailed-form .form-group textarea{
	padding-left:185px;
	padding-right:20px;
}

.rtl .sidebar-page-container .content-side{
	order:2;
}

.rtl .sidebar-page-container .sidebar-side{
	order:1;
}

.rtl .blog-cat-two li a,
.rtl .sidebar-title-two,
.rtl .service-detail .inner-box .lower-content,
.rtl .brochure-box .inner{
	text-align:right;
}

.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"]{
	padding:10px 15px 10px 60px;
	text-align:right;
}

.rtl .blog-cat-two li a span{
	left:20px;
	right:auto;
}

.rtl .sidebar .search-box .form-group button{
	left:0px;
	right:auto;
}

.rtl .news-block.style-three .inner-box .lower-content{
	text-align:right;
}

.rtl .popular-posts .post{
	padding-left:0px;
	padding-right:110px;
	text-align:right;
}

.rtl .popular-posts .post .post-thumb{
	right:0px;
	left:auto;
}

.rtl .popular-posts .post-info{
	padding-left:0px;
	padding-right:20px;
}

.rtl .popular-posts .post-info:before{
	position:absolute;
	right:0px;
	left:auto;
}

.rtl .sidebar-page-container .group-title h4,
.rtl .blog-detail .inner-box .lower-content,
.rtl .tags{
	text-align:right;
}

.rtl .sidebar .tags a{
	margin-right:0px;
	margin-left:5px;
}

.rtl .blog-detail .inner-box .lower-content blockquote .quote-author{
	left:35px;
	right:auto;
}

.rtl .blog-detail .post-share-options .tags{
	float:right;
}

.rtl .blog-detail .post-share-options .social-box{
	float:left;
}

.rtl .sidebar-page-container .comments-area .comment{
	padding-right:160px;
	padding-left:0px;
	text-align:right;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb{
	right:0px;
	left:auto;
}

.rtl .sidebar-page-container .comments-area .comment-box strong{
	float:right;
	margin-left:18px;
}

.rtl .sidebar-page-container .comments-area .comment-box .theme-btn{
	left:40px;
	right:auto;
}

.rtl .cart-section .totals-table li h3,
.rtl .shipping-block .inner-box,
.rtl .shipping-form .form-group input,
.rtl .cart-section .apply-coupon .form-group input[type="text"],
.rtl .shop-comment-form .form-group input,
.rtl .shop-comment-form .form-group textarea,
.rtl .shop-single .product-details .prod-tabs,
.rtl .shop-item .inner-box .lower-content h3,
.rtl .categories-widget .blog-cat li a,
.rtl .comment-form .form-group:last-child,
.rtl .comment-form .form-group input,
.rtl .comment-form .form-group textarea{
	text-align:right;
}

.rtl .sidebar .popular-posts-two .post{
	padding-left:0px;
	padding-right:95px;
	text-align:right;
}

.rtl .sidebar .popular-posts-two .post .post-thumb{
	right:0px;
	left:auto;
}

.rtl .categories-widget .blog-cat li a span{
	left:0px;
	right:auto;
}

.rtl .product-details .image-column{
	order:2;
}

.rtl .product-details .info-column{
	order:1;
	text-align:right;
}

.rtl .cart-section .totals-table li .col:last-child{
	float:left;
}

.rtl .cart-section .totals-table li .col:first-child{
	float:right;
	text-align:right;
}

.rtl .order-box,
.rtl .checkout-form,
.rtl .payment-box .payment-options li .radio-option label .small-text,
.rtl .checkout-form input,
.rtl .checkout-form textarea,
.rtl .login-form .form-group,
.rtl .contact-page-section .info-column .inner-column,
.rtl .payment-box .payment-options li .radio-option,
.rtl .coupon-form .form-group input[type="text"],
.rtl .checkout-page .default-links li{
	text-align:right;
}

.rtl .payment-box .payment-options li .radio-option label{
	padding-left:0px;
	padding-right:30px;
	text-align:right;
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"]{
	right:0px;
	left:auto;
}

.rtl .main-slider .owl-dots{
	top:60%;
	left:30px;
	right:auto;
}

.rtl .projects-detail-section .lower-content,
.rtl .projects-detail-section .image .project-info .info-inner{
	text-align:right;
}

.rtl .projects-detail-section .image .project-info{
	left:30px;
	right:auto;
}



/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:60px 0px 40px;
}

.register-section .form-column{
	margin-bottom:40px;	
}

.register-section .form-column .sec-title{
	position:relative;
	margin-bottom:30px;	
}

.register-section .form-column .sec-title h2{

}

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:14px;
	color:#848484;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	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;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

.rtl .styled-form input,
.rtl .register-section{
	text-align:right;
}

.rtl .styled-form .form-group .adon-icon{
	left:10px;
	right:auto;
}

.rtl .search-popup .search-form fieldset input[type="submit"]{
	position:relative;
	left:0px;
	right:auto;
}

.rtl .search-popup .search-form fieldset input[type="search"]{
	padding:20px 20px 20px 220px;
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}

/*custom css*/
.logo-box{
	width: 200px;
	height: auto;
    display: flex;

    align-items: center;
}
.bg-grey{
	background-color: #f7f7f7;
}












.services-section-four .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	margin: 0 8px;
	background-color: transparent; /* White color for active dot */
	border: 2px solid #241f5d; /* Dark purple border for active dot */
	border-radius: 50%;
	transition: all 0.3s ease;
	cursor: pointer;
  }
.services-section-four .owl-dots .owl-dot.active {
	background-color: #241f5d; /* Dark purple color */
	border: 2px solid transparent; /* Initial border */
  }
  

  .custom-nav {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.custom-prev,
.custom-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.1);
    color: #3e3e3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
	border: 1PX solid #3e3e3e;
}

.custom-prev:hover,
.custom-next:hover {
    background: #3e3e3e;
    color: #fff;
}
.trending-product-sec .product-in{
	padding: 0 100px;
}


.virtual-showroom {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
}


















.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(36, 31, 93, 0.85) 0%, rgba(36, 31, 93, 0.75) 50%, rgba(36, 31, 93, 0.6) 100%);
	z-index: 0;
}

.showroom-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.virtual-tour-icon {
    width: 320px;
    height: 320px;
}

.center-circles {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-outer {
    width: 256px;
    height: 256px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 3s ease-in-out infinite;
}

.circle-middle {
    width: 224px;
    height: 224px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-inner {
    width: 144px;
    height: 144px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.icon-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-icon {
    position: absolute;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.icon-1 {
    top: 0;
    right: 0;
    animation: float 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.icon-2 {
    bottom: 40px;
    left: 0;
    animation: float 3s ease-in-out infinite;
    animation-delay: 1s;
}

.icon-3 {
    top: 33%;
    left: 0;
    animation: float 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

.icon-4 {
    bottom: 0;
    right: 18%;
    animation: float 3s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.rotate-animation {
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Button Styles */
.btn-lg {
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
    }
    
    h1.display-4 {
        font-size: 2.5rem;
    }
    
    .virtual-tour-icon {
        width: 280px;
        height: 280px;
    }
    
    .circle-outer {
        width: 224px;
        height: 224px;
    }
    
    .circle-middle {
        width: 192px;
        height: 192px;
    }
    
    .circle-inner {
        width: 128px;
        height: 128px;
    }
    
    .floating-icon {
        width: 48px;
        height: 48px;
    }
}


.service-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover */
    position: relative;
}

.service-card:hover {
    transform: translateY(-10px); /* Hover effect: Lift card */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}


@media (max-width: 768px) {
    .service-card {
        margin-bottom: 30px;
    }
}



.video-section .center-video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin-top: 0;
}
.video-section .video-sec{
	position: relative;
}
.video-section{
    margin: -100px 250px 0px 250px;
}
.video-section .video-sec img{
	border-radius: 8px;
}














.anniversary-section {
	padding: 80px 0;

	font-family: 'Poppins', sans-serif;
  }
  
  .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
  }
  
  .anniversary-card {
	display: flex;
	background: white;
	border-radius: 15px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.08);
	overflow: hidden;
  }
  
  .anniversary-badge {
	flex: 1;
	background: #241f5d;
	color: white;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	position: relative;
	gap: 10px;
  }
  .anniversary-badge::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(36, 31, 93, 0.5);
  }
  
  .years {
	margin-bottom: 40px;
	z-index: 1;
  }
  
  .number {
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	display: block;
  }
  
  .label {
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 3px;
  }
  
  .trust-badge {
	background: rgba(255,255,255,0.15);
	padding: 20px;
	border-radius: 10px;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255,255,255,0.2);
	z-index: 1;
  }
  
  .crown-icon {
	font-size: 2.5rem;
	margin-bottom: 10px;
  }
  
  .trust-badge p {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 500;
  }
  
  .contact-form {
	flex: 1.5;
	padding: 60px 40px;
  }
  
  .contact-form h3 {
	color: #333;
	font-size: 1.8rem;
	margin-bottom: 30px;
	font-weight: 600;
  }
  
  .form-group {
	position: relative;
	margin-bottom: 20px;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	font-size: 1rem;
	color: #333;
	outline: none;
  }
  
  .form-group textarea {
	min-height: 80px;
	resize: vertical;
  }
  
  .form-group label {
	position: absolute;
	top: 10px;
	left: 0;
	color: #999;
	transition: all 0.3s ease;
	pointer-events: none;
  }
  
  .form-group input:focus + label,
  .form-group input:not(:placeholder-shown) + label,
  .form-group select:focus + label,
  .form-group select:valid + label,
  .form-group textarea:focus + label,
  .form-group textarea:not(:placeholder-shown) + label {
	top: -15px;
	font-size: 0.8rem;
	color: #241f5d;
  }

  
  .form-group input:focus ~ .underline,
  .form-group select:focus ~ .underline,
  .form-group textarea:focus ~ .underline {
	width: 100%;
  }
  
  .note {
	display: block;
	font-size: 0.7rem;
	color: red;
	margin-top: 5px;
  }
  

  

  
  /* Responsive design */
  @media (max-width: 768px) {
	.anniversary-card {
	  flex-direction: column;
	}
	
	.anniversary-badge {
	  padding: 40px 20px;
	}
	
	.contact-form {
	  padding: 40px 20px;
	}
	
	.number {
	  font-size: 4rem;
	}
	
	.label {
	  font-size: 1.4rem;
	}
	
	.contact-form h3 {
	  font-size: 1.4rem;
	}


  }










  .we-are-section .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	gap: 20px;
	
  }
  .box-img img{
	width: 70px;
	height: 70px;
  }
  .box-img{

	flex-shrink: 0;
  }
.plus-box{
	color: #241f5d;
}




/* Whatsapp css */

#notification {
	position: fixed;
	bottom: 65px;
	left: 20px;
	z-index: 9999;
	border-color: #0062cc;
	background-color: #fff;
	box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
	border-radius: 5px;
	width: 280px;
	height: auto;
	padding: 20px;
  }
  
  #notification p {
	text-align: justify;
	color: #000;
	font-size: 15px;
	line-height: 28px;
  }
  
  #notification a {
	color: #000 !important;
	font-weight: 600;
  }
  
  #notification table td {
	padding: 10px 0 10px 10px;
	vertical-align: middle;
  }
  
  .whatsappicon {
	position: fixed;
	bottom: 10px;
	left: 20px;
	width: 50px;
	height: 50px;
	z-index: 9999;
  }
  
  @media (max-width:1280px) {
	.whatsappicon {
	  width: 40px;
	  height: 40px;
	}
  }
  
  .whatsappicon img {
	max-width: 80%;
  }
  
  .tableimg {
	width: 60px;
	margin-right: 15px;
  }
  
  /* Whatsapp css */



  .goog-te-gadget {
	position: absolute;
	top: 0;
	opacity: 0;
	right: -12px;
	width: 40px;
  }
  
.language i{
	font-size: 24px;
	line-height: 24px;
}
.language a:hover i{
	color: #241f5d;
}
.language{
	margin-right: 70px !important;
}

.blog-sec .inner-box{
	background-color: #fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.modal-title{
	font-size: 22px;
	color:#000;
}



.inq-btn {
	padding: 12px 28px;
	font-size: 16px;
	line-height: 22px;
}
.btn-box{
	display: inline-flex;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    width: 40px;
}
.selec-section{
	padding-left: 100px;
	padding-right: 100px;
}
.selec-section .service-block-two{
	padding: 0 15px;
	width: 20%;
}

.service-block-three .inner-box .lower-content .plus-box {
    left: 50%;
    opacity: 1;
    margin-left: -20px;
}
.service-block-three .inner-box .lower-content .plus-box:hover{
 background-color: #f18917;
}

.news-section .news-block a:hover{
	color: #f18917;
}

.vector-right{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 496px;
	height: 683px;
}
.main-head h1{
	font-size: 45px;
	margin-bottom: 26px;
	line-height: 50px;
	font-weight: 600;
	color: #000;
}
.main-menu .navigation >li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 20px;
    display: block;
    color: #000;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.footer-widget .logo{
	width: 100%;
	text-align: left;
}
.clients-section-two .slide-item{
	width: 14.2%;
}
.clients-section-two.product-main-brand .slide-item{
	width: 25%;
}
.clients-section-two .slide-item {
    width: 14.2%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clients-section-two .slide-item:hover {
  

    cursor: pointer;
}

.clients-section-two .image-box {
    width: 100%;
    /* max-width: 160px; */
    height: auto;
border: 1px dashed #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 0;
}

.clients-section-two .image-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.clients-section-two .slide-item a {
    display: block;
}

.clients-section-two .slide-item:hover .image-box {
    transform: translateY(-5px);
	border-color: #f18917;
}
.clients-section-two .sponsors-outer{
	margin-left: 100px;
	margin-right: 100px;
}
.we-are-section .box h3{
	font-weight: 500;
}
.banner-video-wrapper {
	position: relative;
	/*width: 100%;*/
	/*height: 100%;*/
  }
  
  .banner-video {
	width: 100vw;
	object-fit:cover;
  }
  .banner-style{
      	position: relative;
      width: 100%;
      object-fit:cover;
  }

/*product-sec*/
.brk-tiles-assorted {
    min-height: 610px;
    background: no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 5px 0;
    z-index: 1;
}
.brk-tiles-assorted__title {
    min-height: 220px;
    text-transform: uppercase;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: inset 0 0 0 1px #eee;
}
.brk-tiles-assorted .before {
    width: 100%;
    height: 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    background-color: #fff;
}
.brk-tiles-assorted__bg {
    min-height: 380px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #eee;
	transition: all .3s ease-in-out;
}
.brk-tiles-assorted__bg .brk-abs-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.brk-tiles-assorted__link {
    right: 0;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    box-shadow: 0 5px 21px rgba(0,0,0,.1);
    opacity: 0;
    z-index: 4;
    background-color:#fff;
}
.brk-tiles-assorted__link, .brk-tiles-assorted__search {
    position: absolute;
    top: 50%;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.brk-tiles-assorted__link i {
    font-size: 1rem;
    color: #241f5d;
}
.brk-tiles-assorted__link i, .brk-tiles-assorted__search i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.brk-tiles-assorted:hover .brk-tiles-assorted__title {
    background-color: transparent;
	box-shadow: 0 6px 15px rgb(36 31 93 / 43%);
}
.brk-tiles-assorted:hover .brk-tiles-assorted__title .brk-abs-overlay {
    height: 100%;
}
.brk-tiles-assorted:hover .brk-tiles-assorted__title:after {
    height: 0;

}
.brk-abs-overlay{
	background-color: #241f5d;
}
.brk-tiles-assorted:hover .brk-tiles-assorted__bg {
	box-shadow: 0 6px 15px rgb(36 31 93 / 43%);
}
.brk-tiles-assorted:hover .brk-tiles-assorted__link {
    right: -webkit-calc(50% - 21px);
    right: calc(50% - 21px);
    opacity: 1;
}
.brk-tiles-assorted__search i {
    font-size: 16px;
    color: #fff;
}
.brk-tiles-assorted__title .brk-abs-overlay {
    bottom: 0;
    top: auto;
    height: 0;
    z-index: 1;
}
.brk-tiles-assorted__title:after {
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: var(--white);
}
.brk-tiles-assorted:hover .brk-tiles-assorted__title:after {
    height: 0;
}
.brk-tiles-assorted:hover .brk-tiles-assorted__search {
    left: -webkit-calc(50% - 19px);
    left: calc(50% - 19px);
    opacity: 1;
}
.brk-tiles-assorted__search {
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid rgba(255,255,255,.26);
    opacity: 0;
    z-index: 3;
}
.brk-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.brk-tiles-assorted__title .brk-abs-overlay, .brk-tiles-assorted__title:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.brk-tiles-assorted:hover .brk-tiles-assorted__title h3, .brk-tiles-full:hover .brk-tiles-full__content h3, .brk-tiles-full:hover .brk-tiles-full__content p {
    color: #fff;
	
}
.brk-tiles-assorted__title-content h3{
	font-size: 24px;
	text-transform: uppercase;
	z-index: 9;
	color: #000;
}
.product-sec .container{
	max-width: 1500px;
	margin: 0 auto;
}
.product-inner{
	width: 20%;
	padding: 0 5px;
}
.brk-tiles-assorted__title, .brk-tiles-assorted_back .brk-tiles-assorted__bg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}
.brk-tiles-assorted_back .brk-tiles-assorted__title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
}
.brk-tiles-assorted:hover .brk-tiles-assorted__bg .brk-abs-overlay {
    opacity: 0.5;
}

 #mainsplide {
    height: 670px !important;
    max-height: 670px !important;
    overflow: hidden;
}

#mainsplide .splide__slide {
    height: 670px !important;
}

#mainsplide .splide__track {
    height: 670px !important;
    overflow: hidden; 
}

#mainsplide .splide__slide img {
    height: 100%;
    width: 100%; 
    object-fit: cover; 
}


/*product*/
#secondary {
    margin-top: 30px;
}

.secondary-slider {
    position: relative;
    top: -131px;
}

#secondary .splide__slide {
    border-radius: 50%;
    width: 150px !important;
    height: 150px !important;
    /* display: flex; */


    flex-direction: column;
    transform: translateY(0);

    transition: transform 300ms;

}

#secondary .splide__slide img {
    width: 150px;
    height: 150px;
    max-width: 150px !important;
    max-height: 150px !important;
}

#secondary .splide__slide .h6 {
    margin-top: 60px;
    text-align: center;
    margin-top:100px;
}
#secondary .splide__slide .h6 span {
    font-weight: 500;
    color: darkgrey;
}
#secondary .ze-vc-custom-title-container {
     margin-top: 155px;
}

#secondary ul {
    height: 265px;
}

.company-logos {
    display: none;
}

#secondary {
    /* padding: 0 40rem; */
    width: 1200px;

    margin: 0 auto;
    position: relative;
}

.splide__arrow--prev {
    left: 467px !important;
}

.splide__arrow--next {
    right: 467px !important;
}

.splide__arrow {
    top: 126px !important;
}

#mainsplide li {
    clip-path: ellipse(80% 100% at 50% 0%);
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: none !important;
}

.ubtn-custom:hover {
    background-color: #ec7a22 !important;
    color: #ffffff;
}

.post-meta-bottom-item.readmore a:after {
    display: none;
}

.ubtn-hover {
    display: none;
}

@media (min-width: 768px) {
    .service-type-3 {
        padding: 0 !important;
    }
}

.service-type-3 .service-info a {
    transition-duration: unset;
}

@media (min-width: 680px) and (max-width: 1200px) {


    #secondary {
        /* padding: 0 40rem; */
        width: 700px;
        position: relative;
    }

    .splide__arrow {
        top: 94px !important;
    }

    .splide__arrow--prev {
        left: 217px !important;
    }

    .splide__arrow--next {
        right: 217px !important;
    }

    .secondary-slider {
        position: relative;
        top: -100px;
    }

    .vc_custom_1482413281788 video {}

    .vc_custom_1482413281788 #service-3311 .service-info section.content {
        padding-right: 45px;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .vc_custom_1482413281788 video {
        width: 100%;
        height: unset;
    }
}

@media (max-width: 680px) {

    .vc_custom_1482413281788 #service-3311 .service-info section.content {

        padding-left: 40px;
        padding-right: 141px;
    }

    #secondary {

        width: 300px;
        position: relative;
    }

    .splide__arrow {
        top: 72px !important;
    }

    .splide__arrow--prev {
        left: 0px !important;
    }

    .splide__arrow--next {
        right: 0px !important;
    }

    .secondary-slider {
        position: relative;
        top: -84px;
    }

    .vc_custom_1482413437528 {
        background-size: cover !important;
        height: 331px;
    }
}

.splide__container {
    box-sizing:border-box;
    position:relative
  }
  .splide__list {
    backface-visibility:hidden;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    margin:0!important;
    padding:0!important
  }
  .splide.is-initialized:not(.is-active) .splide__list {
    display:block
  }
  .splide__pagination {
    -ms-flex-align:center;
    align-items:center;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:center;
    justify-content:center;
    margin:0;
    pointer-events:none
  }
  .splide__pagination li {
    display:inline-block;
    line-height:1;
    list-style-type:none;
    margin:0;
    pointer-events:auto
  }
  .splide:not(.is-overflow) .splide__pagination {
    display:none
  }
  .splide__progress__bar {
    width:0
  }
  .splide {
    position:relative;
    visibility:hidden
  }
  .splide.is-initialized,
  .splide.is-rendered {
    visibility:visible
  }
  .splide__slide {
    backface-visibility:hidden;
    box-sizing:border-box;
    -ms-flex-negative:0;
    flex-shrink:0;
    list-style-type:none!important;
    margin:0;
    position:relative
  }
  .splide__slide img {
    vertical-align:bottom
  }
  .splide__spinner {
    animation:splide-loading 1s linear infinite;
    border:2px solid #999;
    border-left-color:transparent;
    border-radius:50%;
    bottom:0;
    contain:strict;
    display:inline-block;
    height:20px;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    top:0;
    width:20px
  }
  .splide__sr {
    clip:rect(0 0 0 0);
    border:0;
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
  }
  .splide__toggle.is-active .splide__toggle__play,
  .splide__toggle__pause {
    display:none
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display:inline
  }
  .splide__track {
    overflow:hidden;
    position:relative;
    z-index:0
  }
  @keyframes splide-loading {
    0% {
      transform:rotate(0)
    }
    to {
      transform:rotate(1turn)
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
  }
  .splide__track--fade>.splide__list>.splide__slide {
    margin:0!important;
    opacity:0;
    z-index:0
  }
  .splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity:1;
    z-index:1
  }
  .splide--rtl {
    direction:rtl
  }
  .splide__track--ttb>.splide__list {
    display:block
  }
  .splide__arrow {
    -ms-flex-align:center;
    align-items:center;
    background:#ccc;
    border:0;
    border-radius:50%;
    cursor:pointer;
    display:-ms-flexbox;
    display:flex;
    height:2em;
    -ms-flex-pack:center;
    justify-content:center;
    opacity:.7;
    padding:0;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:2em;
    z-index:1
  }
  .splide__arrow svg {
    fill:#000;
    height:1.2em;
    width:1.2em
  }
  .splide__arrow:hover:not(:disabled) {
    opacity:.9
  }
  .splide__arrow:disabled {
    opacity:.3
  }
  .splide__arrow:focus-visible {
    outline:3px solid #0bf;
    outline-offset:3px
  }
  .splide__arrow--prev {
    left:1em
  }
  .splide__arrow--prev svg {
    transform:scaleX(-1)
  }
  .splide__arrow--next {
    right:1em
  }
  .splide.is-focus-in .splide__arrow:focus {
    outline:3px solid #0bf;
    outline-offset:3px
  }
  .splide__pagination {
    bottom:.5em;
    left:0;
    padding:0 1em;
    position:absolute;
    right:0;
    z-index:1
  }
  .splide__pagination__page {
    background:#ccc;
    border:0;
    border-radius:50%;
    display:inline-block;
    height:8px;
    margin:3px;
    opacity:.7;
    padding:0;
    position:relative;
    transition:transform .2s linear;
    width:8px
  }
  .splide__pagination__page.is-active {
    background:#fff;
    transform:scale(1.4);
    z-index:1
  }
  .splide__pagination__page:hover {
    cursor:pointer;
    opacity:.9
  }
  .splide__pagination__page:focus-visible {
    outline:3px solid #0bf;
    outline-offset:3px
  }
  .splide.is-focus-in .splide__pagination__page:focus {
    outline:3px solid #0bf;
    outline-offset:3px
  }
  .splide__progress__bar {
    background:#ccc;
    height:3px
  }
  .splide__slide {
    -webkit-tap-highlight-color:rgba(0,0,0,0)
  }
  .splide__slide:focus {
    outline:0
  }
  @supports(outline-offset:-3px) {
    .splide__slide:focus-visible {
      outline:3px solid #0bf;
      outline-offset:-3px
    }
  }
  @media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
      border:3px solid #0bf
    }
  }
  @supports(outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
      outline:3px solid #0bf;
      outline-offset:-3px
    }
  }
  @media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
      border:3px solid #0bf
    }
    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
      border-color:#0bf
    }
  }
  .splide__toggle {
    cursor:pointer
  }
  .splide__toggle:focus-visible {
    outline:3px solid #0bf;
    outline-offset:3px
  }
  .splide.is-focus-in .splide__toggle:focus {
    outline:3px solid #0bf;
    outline-offset:3px
  }
  .splide__track--nav>.splide__list>.splide__slide {
    border:3px solid transparent;
    cursor:pointer
  }
  .splide__track--nav>.splide__list>.splide__slide.is-active {
    border:3px solid #000
  }
  .splide__arrows--rtl .splide__arrow--prev {
    left:auto;
    right:1em
  }
  .splide__arrows--rtl .splide__arrow--prev svg {
    transform:scaleX(1)
  }
  .splide__arrows--rtl .splide__arrow--next {
    left:1em;
    right:auto
  }
  .splide__arrows--rtl .splide__arrow--next svg {
    transform:scaleX(-1)
  }
  .splide__arrows--ttb .splide__arrow {
    left:50%;
    transform:translate(-50%)
  }
  .splide__arrows--ttb .splide__arrow--prev {
    top:1em
  }
  .splide__arrows--ttb .splide__arrow--prev svg {
    transform:rotate(-90deg)
  }
  .splide__arrows--ttb .splide__arrow--next {
    bottom:1em;
    top:auto
  }
  .splide__arrows--ttb .splide__arrow--next svg {
    transform:rotate(90deg)
  }
  .splide__pagination--ttb {
    bottom:0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    left:auto;
    padding:1em 0;
    right:.5em;
    top:0
  }
  .is-visible {
    display: block !important;
  }
  [type=reset],
  [type=submit],
  button,
  html [type=button] {
      -webkit-appearance: button;
  }
  
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
      border-style: none;
      padding: 0
  }
  
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring,
  button:-moz-focusring {
      outline: 1px dotted ButtonText
  }
  
  input {
      overflow: visible
  }
  
  [type=checkbox],
  [type=radio] {
      box-sizing: border-box;
      padding: 0
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
      height: auto
  }
  
  [type=search] {
      -webkit-appearance: textfield;
      outline-offset: -2px
  }
  
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
      -webkit-appearance: none
  }
  
   ::-webkit-file-upload-button {
      -webkit-appearance: button;
      font: inherit
  }
  /*product end*/

  /*why-choose*/
  .extra__heading-2, .extra__heading-3 {
    text-align: left;
    max-width: 735px;
    padding: 106px 58px 0;
    margin: 0 auto;
    border-right: 17px solid rgba(255, 255, 255, .1);
    border-bottom: 17px solid rgba(255, 255, 255, .1);
    position: relative;
    z-index: 1;
	margin-top: 90px;
}
.extra__heading-2:before {
    top: 0;
    right: 0;
    height: 17px;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
}
.extra__heading-2:after, .extra__heading-2:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .1);
    z-index: -1;
}
.extra__heading-2 .heading {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
}
.extra__heading-2 .after-heading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(13px, -105%);
    transform: translate(13px, -105%);
    opacity: .1;
    font-size: 100px;
    text-transform: uppercase;

}
.letter-spacing-20 {
    letter-spacing: .02em!important;
}
.font__weight-semibold {
    font-weight: 600;
}
.brk-white-font-color {
    color: #fff !important;
}
.mt-40 {
    margin-top: 40px!important;
}
.extra__heading-2:after {
    bottom: 0;
    left: 0;
    width: 17px;
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
}
.list-check li img {
    padding-right: 5%;
    height: 50px;
}
.brk-base-bg-gradient-right-100 {
    /* background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary))); */
    background-image: linear-gradient(to right, #241f5db5, #241f5d), url('../product/porcelain.jpg');
}
.btn-why{
	margin-top: 50px;
    margin-bottom: -45px;

}
.list-check li+li {
    margin-top: 23px;
}
.list-check li {
    position: relative;
    font-size: 20px !important;
   
}
.brk-trapezoid-left {
    position: relative;
    margin-top: -70px;
    margin-bottom: -70px;
    z-index: 1;
    overflow: hidden;
}
.why-sec{
	padding-top: 50px;
	padding-bottom: 95px;
	margin-top: 95px;
	margin-bottom: 10px;
}
.inqry-btn {
	font-size: 14px;
	padding: 7px 20px 7px;
}
.ze-vc-custom-title-container h3{
	font-size: 20px;
	line-height: 22px;
	text-align: center;
}
.testimonial-section .client-thumb-outer .owl-item.active.center{
    opacity:1;
}
.testimonial-section .client-thumb-outer .owl-item{
    opacity:0;
}
.next-page{
	margin-top: 120px;
}
.next-page  .box-img {
    position: relative;
}

.next-page  .box-img-inner img {

    border: 30px solid #f7f7f7;

}
.next-page  .box-img-inner{
margin-top: -190px;
}
.cover-bg-img {
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
.next-page .box-inner {
    padding-left: 40px;
    padding-right: 40px;
	border: 1px solid #e5e5e5;

}
.mb-lg-90{
	margin-bottom: 90px;
}


/* Box containing the image and text */
.vision-mission-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 30px;
    background-color: #fff;
margin-left: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
	height: 100%;
}

/* Image styling */
.vision-image {
    flex: 1;
    overflow: hidden;
	display: flex;
	align-items: center;
}

.vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Text styling */
.vision-text {
    flex: 1.5;
    text-align: left;
}

/* Vertical text indicator */
.vertical-text {

    font-size: 14px;
    font-weight: 600;
    color: #f18917;
    text-transform: uppercase;
    letter-spacing: 5px;
	position: absolute;
	left: 30px;
	transform: rotate(-90deg) translateX(0) translateY(-83%);
}

/* Heading styling */
.vision-mission-box h2.title {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.vision-text p{
	text-align: justify;
}

/* Hover effects */
.vision-mission-box:hover {
   
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); /* Increase shadow on hover */
}

.vision-mission-box::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 40%;
    left: 15px;
    bottom: -15px;
    z-index: -1;
    /* border: 1px solid #f18917; */
	background: rgb(241 137 23 / 14%);
}

.masterpiece-banner {
	position: relative;
	overflow: hidden;
	background: radial-gradient(ellipse at center, #1a1a1a 0%, #000000 100%);
}

.hero-text {
	position: relative;
	text-align: center;
	margin-bottom: 5rem;
}

.hero-years {
	font-size: 120px;
	font-weight: 700;
	color: transparent;
	background: linear-gradient(45deg, #f18917 20%, #E5E4E2 80%);
	-webkit-background-clip: text;
	background-clip: text;
	margin: 0;
	line-height: 0.9;
	letter-spacing: -5px;
	text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
	position: relative;
	font-family: 'Playfair Display', serif;
}

.hero-years::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
	height: 3px;
	background: linear-gradient(90deg, transparent, #f18917, transparent);
}

.hero-subtitle {
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 16px;
	margin-top: 24px;
	color: #e5e4e2;
	opacity: 0.8;
}

.mosaic-cell {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(212, 175, 55, 0.1);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 24px;
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.mb-30{
	margin-bottom: 30px;
}
.mosaic-cell:hover {
	transform: translateY(-10px) scale(1.03);
	background: rgba(212, 175, 55, 0.05);
	border-color: #f18917;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}
.stat-number {
	font-size: 60px;
	font-weight: 700;
	color: transparent;
	background: linear-gradient(to bottom, #f18917, #E5E4E2);
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 0.5rem;
	line-height: 1;
	font-family: 'Playfair Display', serif;
}
.stat-label {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	color: #e5e4e2;
	opacity: 0.7;
	text-align: center;
}
.cta-beam {
	margin-top: 5rem;
	position: relative;
	z-index: 10;
}
.anniversary-badge img{
	max-width: 200px;
	position: relative;
	z-index: 1;
}
/* ===== CSR Section - Luxury Styling ===== */
.csr-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(36, 31, 93, 0.25);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, #ffffff 0%, #f8f8f8 100%);
    border: 1px solid rgba(36, 31, 93, 0.1);
}

.csr-box img {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.csr-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(36, 31, 93, 0.7) 0%, transparent 100%);
    z-index: 1;
}

.csr-cnt {
    padding: 30px;
    position: relative;
}

.csr-cnt h2 {
    font-size: 24px !important;
    color: #241f5d;
    margin-bottom: 24px;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.csr-cnt h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #f18917, #ff9e40);
    border-radius: 2px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.csr-cnt .text {
    color: #555;
    line-height:28px;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgba(36, 31, 93, 0.1);
    text-align:justify;
}

/* Interactive Effects */
.csr-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 64px -16px rgba(36, 31, 93, 0.3);
}

.csr-box:hover img {
    transform: scale(1.03);
}

.main-csr{
	background-color: #fff;
	padding: 20px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
	border-radius: 8px;
	margin-bottom: 30px;
}


/* ===== Premium Product Listing Design ===== */
.list {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(36, 31, 93, 0.08);
    padding: 25px;
}

.list .head {
    color: #241f5d;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f18917;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.list li {
	margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 6px;
    overflow: hidden;
}
.list li a {
    display: block;
    padding: 5px 8px;
    color: #555;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.15s ease;
}

.list li a:hover {
    color: #241f5d;
    background: rgba(241, 137, 23, 0.08);
}

.list li.active a {
    color: #241f5d;
    background: rgba(36, 31, 93, 0.05);
    font-weight: 500;
	border-left: 3px solid #f18917;
}

/* Product Grid Styles */
.datas {
    padding-left: 15px;
}

.single-project-style1 {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.single-project-style1:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(36, 31, 93, 0.15);
}

.img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    border: 1px solid #eee;
}

.img-holder img {
    width: 100%;
    /*height: 100%;*/
	height:300px;
    object-fit: contain;
    transition: transform 0.8s ease;
    border-radius: 12px 12px 0 0;
     
}

.single-project-style1:hover .img-holder img {
    transform: scale(1.05);
    border-radius: 12px 12px 0 0;
     border:1px solid #eee;
}
.blog-detail .inner-box .image {
    border:1px solid #eee;
}
/* Product Info Styles */
.product-cnt {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    flex-grow: 1;
    border: 1px solid rgba(36, 31, 93, 0.1);
}

.product-cnt p:first-child {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}

.product-cnt p {
    color: #666;
	font-size: 16px;
    margin-bottom: 0;
}

.product-cnt p span {
    color: #241f5d;
    font-weight: 500;
    margin-left: 5px;
}

/*detail page*/

.content-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(36, 31, 93, 0.08);
    position: relative;
    overflow: hidden;
}

.content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #f18917, #241f5d);
}

.m_title {
    color: #241f5d;
    position: relative;
}

.product-details h3.m_title {
    font-size: 20px;
    margin: 25px 0 20px 0;
	padding-bottom: 0;
}

.content-box .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.content-box .table th {
    background: rgba(36, 31, 93, 0.05);
    color: #241f5d;
    font-weight: 400;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 2px solid rgba(241, 137, 23, 0.3);
    width: 40%;
}

.content-box .table td {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(36, 31, 93, 0.05);
    color: #555;
    font-weight: 600;
}

.content-box .table tr:last-child th,
.content-box .table tr:last-child td {
    border-bottom: none;
}

.content-box .table tr:hover td {
    background: rgba(241, 137, 23, 0.03);
    color: #241f5d;
}

/* Decorative Elements */
.product-cnt-detail {
    position: relative;
}

.product-cnt-detail::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23241f5d" opacity="0.05"><path d="M50 0L100 50L50 100L0 50Z"/></svg>');
    background-size: contain;
    z-index: 0;
}
.img-div p{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.img-div{
	padding: 8px;
}
.img-div img{
	display: block;
    height: 80px;
    width: 100% !important;
    object-fit: contain !important;
    border: solid 1px #eee;
}
.cust-main-slide-thumb .slick-track{
	margin-left: unset;
	margin-right: unset;
}
.single-product-image-holder img{
/*	height: 500px;*/
	height:350px;
	width: 100% !important;
    object-fit: contain !important;
    border: solid 1px #eee;
}
.main-visit-us {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(36, 31, 93, 0.1);
    border: 1px solid rgba(36, 31, 93, 0.08);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    transform-style: preserve-3d;
        display: flex
;
    flex-direction: column;
}
.location-btn{
        margin-top: auto !important;
            padding-top: 20px;
}

/* .main-visit-us::before {
    content: "";.main-slider-offer .owl-prev:hover, .main-slider-offer .owl-next:hover
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23241f5d" opacity="0.03"><rect width="60" height="60" x="20" y="20" rx="10"/></svg>');
    background-size: cover;
    z-index: 0;
} */

.main-visit-us h2 {
    color: #241f5d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.main-visit-us h2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f18917;
    border-radius: 3px;
    transition: width 0.4s ease;
}

.main-visit-us:hover h2::after {
    width: 80px;
}

.main-visit-us .text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-size:16px;
}

.main-visit-us p {
    color: #666;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.main-visit-us p a {
    color: #241f5d;
    margin-left: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
	word-break: break-word;
}

.main-visit-us p a:hover {
	color: #241f5d;
    text-decoration: underline;
}

.main-visit-us > div {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.main-visit-us .direction {
    background: #241f5d;
    color: white !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 15px rgba(36, 31, 93, 0.2);
}
.modal-footer .direction {
    background: #241f5d;
    color: white !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    box-shadow: 0 4px 15px rgba(36, 31, 93, 0.2);
}

.modal-footer .direction:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(36, 31, 93, 0.3);
}

.main-visit-us .visit {
    background: #f18917;
    box-shadow: 0 4px 15px rgba(241, 137, 23, 0.3);
	padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
	color: white !important;
}

.main-visit-us .direction:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(36, 31, 93, 0.3);
}

.main-visit-us .visit:hover {
	transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(241, 137, 23, 0.4);
}

/* Hover Effect */
.main-visit-us:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 60px rgba(36, 31, 93, 0.15);
}
/* ===== Futuristic Contact Blocks ===== */
.contact-sec {
	position: relative;
  }
  .contact-sec .info-list {
	height: 100%;
  }
  .contact-sec .info-list li {
	background: white;
	border-radius: 16px;
	padding: 40px 30px;
	box-shadow: 0 10px 30px rgba(36, 31, 93, 0.05);
	transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(36, 31, 93, 0.08);
	transform-style: preserve-3d;
	height: 100%;
  }
  
  .contact-sec .info-list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
  }
  
  .contact-sec .info-list li:hover {
	transform: translateY(-10px) rotateX(5deg);
	box-shadow: 0 20px 50px rgba(36, 31, 93, 0.15);
  }
  
  .contact-sec .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #241f5d 0%, #3a3480 100%);
	border-radius: 50%;
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(36, 31, 93, 0.2);
	transition: all 0.3s ease;
  }
  
  .contact-sec .info-list li:hover .icon {
	transform: scale(1.1);
	background: linear-gradient(135deg, #f18917 0%, #ff9e40 100%);
  }
  
  .contact-sec .info-list strong {
	color: #241f5d;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
	position: relative;
	z-index: 1;
  }
  
  .contact-sec .info-list a, 
  .contact-sec .info-list address {
	color: #555;
	text-decoration: none;
	transition: all 0.3s ease;
	display: block;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
	line-height: 1.6;
  }
  
  .contact-sec .info-list a:hover {
	color: #241f5d;
	transform: translateX(5px);
  }
  
  .contact-sec .info-list a:hover::before {
	opacity: 1;
	left: -5px;
  }
  
  /* Floating Background Elements */
  .contact-sec::before {
	content: "";
	position: absolute;
	top: -100px;
	right: -100px;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(241, 137, 23, 0.05) 0%, transparent 70%);
	z-index: 0;
  }


  .offer-section {
	padding: 100px 0;
	background: radial-gradient(ellipse at center, #f8f8f8 0%, #e6e6e6 100%);
	position: relative;
  }
  
  
  .offer-box {
	height: 250px;
	border-radius: 25px;
	display: block;
	position: relative;
	box-shadow: 0 30px 50px rgba(36, 31, 93, 0.2);
	transform-style: preserve-3d;
	perspective: 1000px;
	transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .offer-content {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
	z-index: 2;
	background: #241f5d73;


	border-radius: 25px;
  }
  .mb-60{
	margin-bottom: 60px !important;
  }
  
  .offer-badge {
	position: absolute;
	top: -20px;
	right: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 3;
  }
  
  .offer-badge span {
	background: #f18917;
	color: white;
	font-weight: 400;
	font-size: 14px;
	padding: 0 10px;
	margin: 2px 0;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(241, 137, 23, 0.4);
	transform: rotate(5deg);
	text-transform: uppercase;
	letter-spacing: 2px;
  }
  
  .offer-box h2 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 5px rgba(255,255,255,0.5);
	position: relative;
	z-index: 2;
  }
  
  .hover-effect {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity: 0;
  }
  
  .explore-btn {
	display: inline-flex;
	align-items: center;
	background: #241f5d;
	color: white;
	padding: 12px 25px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 0 10px 30px rgba(36, 31, 93, 0.4);
	transform: scale(0.8);
	transition: all 0.3s ease;
  }
  
  .explore-btn i {
	margin-left: 10px;
	transform: translateX(0);
	transition: transform 0.3s ease;
  }
  
  .explore-btn:hover {
	background: #f18917;
	transform: scale(0.9);
  }
  
  .explore-btn:hover i {
	transform: translateX(5px);
  }
  
  .shine {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
	  to right,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0.3) 50%,
	  rgba(255, 255, 255, 0) 100%
	);
	transition: all 0.8s ease;
  }
  
  /* Floating Elements */
  .floating-tiles,
  .floating-appliances,
  .floating-sanitary,
  .floating-kitchen {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.2;
  }
  
  
  /* Hover Effects */
  .offer-box:hover {
	transform: translateY(-20px) rotateX(10deg);
	box-shadow: 0 40px 70px rgba(36, 31, 93, 0.3);
  }
  
  .offer-box:hover .hover-effect {
	bottom: 40px;
	opacity: 1;
  }
  
  .offer-box:hover .shine {
	left: 100%;
  }
  
  .offer-box:hover .offer-badge span {
	animation: badgeBounce 0.8s ease;
  }
  
  @keyframes badgeBounce {
	0%, 100% { transform: rotate(5deg) translateY(0); }
	50% { transform: rotate(5deg) translateY(-10px); }
  }
.img-box-new img{
	width: 100%;
	object-fit: cover;
}
.img-box-new {
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.img-box-new:hover {
    transform: translateY(-5px);
}

.img-box-new img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.img-box-new:hover img {
    transform: scale(1.02);
}

/* Brand Title Styling */
.demo h3 {
    color: #34495e;
    margin: 0px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecf0f1;
    position: relative;
}

.demo h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #f18917;
    bottom: -2px;
    left: 0;
}
.main-slider-offer .owl-nav{
	display: inline-flex;
	justify-content: space-between;
    width: 100%;
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
	height: 50px;
}
.main-slider-offer{
	position: relative;
	margin: 40px 0;
}

.main-slider-offer .owl-prev, 
.main-slider-offer .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto; /* Re-enable clicks */
    z-index: 10;
}

.main-slider-offer .owl-prev {
    left: 20px;
}

.main-slider-offer .owl-next {
    right: 20px;
}

.main-slider-offer .owl-prev span, 
.main-slider-offer .owl-next span {
    font-size: 24px !important;
    color: #f18917 !important;
    line-height: 1;
    margin-top: -2px;
    transition: all 0.2s ease;
}

/* Hover Effects */
.main-slider-offer .owl-prev:hover, 
.main-slider-offer .owl-next:hover {
    background: #f18917 !important;
    transform: scale(1.1);
}

.main-slider-offer .owl-prev:hover span, 
.main-slider-offer .owl-next:hover span {
    color: white !important;
}

/* Disabled State */
.main-slider-offer .owl-nav .disabled {
    opacity: 0.3 !important;
    transform: none !important;
    cursor: default;
}
.main-slider-offer .owl-dots{
display: none;
}
.blog-detail h3{
	font-size: 20px;
	font-weight: 500;
	color: #241f5d;
	margin-bottom: 10px;
}
.product-main-detail .product-inner{
	width: 33.33%;
}
.process-section .main-img img{
	width: 70px;
	height: 70px;
}
.process-section .main-img{
	margin-bottom: 12px;
}
.content-demo h3, .sm_content h3{
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
}
.content-demo .inner-para h4, .sm_content .inner-para h4{
	color: #241f5d;
	margin-bottom: 10px;
	font-weight: 500;
}
.content-demo .inner-para, .sm_content .inner-para{
	margin-bottom: 20px;
}
.content-demo .inner-para .subtitle,.sm_content .inner-para .subtitle{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-top: 12px;
	margin-bottom:4px;
	line-height: 24px;
}


.text-more {
    display: inline-block;
    cursor: pointer;
    color: #f18917 !important;
    font-weight: 600;
    transition: color 0.3s;
}

.text-more:hover {
    color: #0056b3;
}
.map-sec{
	height: 500px;
}
.sec-title .new-h2 {
    display: inline-block;
    position: relative;
    padding: 0 20px;
	border-left: 3px solid #f18917;
    padding-left: 10px;
    /* background: linear-gradient(90deg, rgb(241 137 23 / 20%) 0%, rgba(255, 255, 255, 1) 50%, rgb(241 137 23 / 20%) 100%); */
}
.next-page .box-inner {
    margin: auto 0;
}
.grp-compny a:hover{
	color: #f18917;
}
.main-visit-us p span {
    color: #241f5d;
    margin-left: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    word-break: break-word;
}
.modal-body ul{
	list-style: disc;
	padding-left: 30px;
}
.modal-body ul li{
	list-style: disc;
	color: #333;
	margin-bottom: 4px;
}
/* Job Card Container */
.job-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	padding: 25px;
	margin: 20px 0;
	transition: all 0.3s ease;
	border-left: 4px solid #241f5d;
  }
  
  .job-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  }
  
  /* Job Title */
  .job-title {
	font-size: 1.3rem;
	color: #2c3e50;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
  }
  
  .job-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #f18917;
  }
  
  /* Job Details List */
  .job-details {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
  }
  
  .job-details li {
	margin-bottom: 12px;
	font-size: 1rem;
	color: #555;
	display: flex;
	align-items: flex-start;
  }
  .job-details strong {
	display: inline-block;
	color: #2c3e50;
	font-weight: 600;
  }
  
  .job-details a {
	color: #241f5d;
	text-decoration: none;
	transition: all 0.2s ease;
  }
  
  .job-details a:hover {
	color: #f18917;
	text-decoration: underline;
  }
  
  /* View Job Button */
  .btn-view-job {
	background: #241f5d;
	color: white;
	border: none;
	padding: 12px 25px;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  
  .btn-view-job:hover {
	background: #f18917;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  }
  .clr-orn{
	color: #f18917;
	font-weight: 600;
  }
  .clr-orn a{
	color: #f18917;
	font-weight: 600;
  }
  .fw-bold-title{
	font-weight: 600;
	color: #222;
  }

/* Responsive Design */
@media (max-width: 991px) {
	.product-main-detail .product-inner {
		width: 50%;
	}
    .main-visit-us {
        padding: 25px;
    }
    
    .main-visit-us > div {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-visit-us > div a {
        width: 100%;
    }
	.map-contact {
		height: 400px !important;
	}
}
@media (min-width: 992px) {
    .extra__heading-2 .heading {
        -webkit-transform: translate(-33px, -65px);
        transform: translate(-33px, -65px);
    }
	.header-lower .bg-white{
		box-shadow:0px 0px 10px rgba(0,0,0,0.10);
	}
}
@media(max-width:1400px){
    #mainsplide {
		height: 500px !important;
		max-height: 500px !important;
		overflow: hidden;
	}
	
	#mainsplide .splide__slide {
		height: 500px !important;
	}
	
	#mainsplide .splide__track {
		height: 500px !important;
		overflow: hidden; 
	}
	.header-style-three .main-menu .navigation > li > a {
		margin-right: 0px;
	}
	.extra__heading-2 .heading {
		transform: translate(0px, -30px) !important;
	}
	.product-inner{
		width: 25%;
		padding: 0 5px;
	}
.selec-section .service-block-two {
    padding: 0 15px;
    width: 33.33%;
}
.clients-section-two .slide-item {
    width: 20%; /* 5 items per row */
  }
.video-section {
    margin: -100px 150px 0px 150px;
}
.footer-style-two .lower-box .footer-column .footer-widget {
    position: relative;
    padding: 0 20px 40px 20px;
}
.language{
	margin-right: 50px !important;
}
.main-menu .navigation > li > a{
	padding: 15px 25px;
}
}
@media(max-width:1250px){
.main-menu .navigation > li > a {
    padding: 15px 20px;
}
.language{
	margin-right: 38px !important;
}
}
@media(max-width:1200px){
	.product-inner{
		width: 33.33%;
	}
	.clients-section-two .sponsors-outer{
		margin-left: 0;
		margin-right: 0;
	}
.main-header .header-top-three .top-left{
	padding: 0 0 8px 0;
}
.video-section {
    margin: -100px 70px 0px 70px;
}
.header-style-three .main-menu .navigation > li > a {
	padding: 10px 17px;
}
.logo-box {
    width: 160px;
}
.header-lower .btn-style-nine {
    padding: 7px 12px;
    font-size: 14px;
}
.language{
	margin-right: 34px !important;
}
}
@media(max-width:991px){
    .team-section .inquiry-cnt{
	padding-left: 0;
}
	.offer-box {
		height: 300px;
		margin-bottom: 50px;
	  }
	  
	  .offer-box h3 {
		font-size: 24px;
	  }
	.list {
        position: static;
        margin-bottom: 30px;
    }
    
    .datas {
        padding-left: 0;
    }
	.anniversary-badge img{
		max-width: 100px;
	}
	.next-page .box-inner{
		margin: auto 0;
	}
	.introduction-section{
		padding-top: 0 !important;
	}
	.next-page {
		margin-top: 70px;
	}
	.next-page .box-img-inner{
		margin-top: 0;
	}
	.mb-lg-90{
		margin-bottom: 0;
	}
	.next-page  .box-img .box-img-inner img {
		position: relative;
		border: 0;
		max-height: 50vh;
	}
	.header-lower {
		padding-left: 0;
		padding-right: 0;
	}
	.main-header .nav-outer {
		flex-direction: row-reverse;
	}
	.main-head {
		padding-top: 0;
		padding-bottom: 0;
	}
	.extra__heading-2:nth-of-type(1) {
		margin-top: 50px !important;
	}
	.extra__heading-2 {
		padding: 106px 30px 10px !important;
	}
	.product-inner{
		width: 50%;
	}
	.clients-section-two .slide-item {
		width: 25%; /* 4 items per row */
	  }
.inq-btn {
	padding: 8px 28px;
	font-size: 14px;
	line-height: 20px;
}
.header-style-three {
    position: relative;
}
.main-header .header-top-three .top-left .text{
	color: #000;
}
.we-are-section .title-column .inner-column img{
	height: 400px;
	object-fit: contain;
}
.trending-product-sec .product-in {
    padding: 0 15px;
}
h2 {
    font-size: 30px !important;
}
.main-head h1 {
    font-size: 38px;
    line-height: 44px;
}
.virtual-showroom {
    height: auto;
}
.footer-style-two .lower-box .footer-column {
    width: 50%;
}
.header-style-three.fixed-header{
	padding-top: 14px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}
.header-style-three {
    margin-top: 10px;
}
.main-header.header-style-three.fixed-header .options-box .btn-box-two{
    display:none !important;
}
.header-style-three .btn-style-nine {
    padding: 7px 22px;
	font-size: 14px;
}
.header-style-three.fixed-header{
	background-color: #fff;
}
.vision-mission-box {
	height: auto;
	margin-bottom: 30px;
}
.contact-sec .info-list {
    height: auto;
    margin-bottom: 30px;
}
.map-sec{
	height: 400px;
}
}
@media(max-width:768px){
	.job-card {
		padding: 20px;
	  }
	  
	  .job-title {
		font-size: 1.3rem;
	  }
	  
	  .job-details li {
		flex-direction: column;
	  }
	  
	  .job-details strong {
		margin-bottom: 5px;
		min-width: auto;
	  }
	  
	  .btn-view-job {
		width: 100%;
		text-align: center;
	  }
	.contact-sec .info-list li {
		padding: 20px;
	}
	.main-slider-offer .owl-prev, 
    .main-slider-offer .owl-next {
        width: 40px;
        height: 40px;
    }
    
   .main-slider-offer .owl-prev {
        left: 10px;
    }
    
   .main-slider-offer .owl-next {
        right: 10px;
    }
    
   .main-slider-offer .owl-prev span, 
    .main-slider-offer .owl-next span {
        font-size: 20px !important;
    }
		
	.offer-box {
		height: 280px;
	  }
	  
	  .offer-box h3 {
		font-size: 22px;
	  }
	.contact-sec .icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	  }
	.content-box {
        padding: 20px;
    }
    
   .content-box .table th, 
  .content-box  .table td {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .product-details h3.m_title {
        font-size: 1.1rem;
        margin: 20px 0 15px 0;
    }
	.list {
        padding: 20px;
    }
    
    .product-cnt {
        padding: 15px;
    }
	.hero-years{
		font-size: 80PX;
	}
	.hero-text{
		margin-bottom: 30px;
	}
	.next-page {
		margin-top: 50px;
	}
     #mainsplide {
		height: 300px !important;
		max-height: 300px !important;
		overflow: hidden;
	}
	
	#mainsplide .splide__slide {
		height:300px !important;
	}
	
	#mainsplide .splide__track {
		height: 300px !important;
		overflow: hidden; 
	}
	.header-style-three .btn-style-nine {
		padding: 4px 10px !important;
		font-size: 14px;
	}
.we-are-section .title-column .inner-column img{
	height: auto;
	object-fit: contain;
}
.btn-style-nine {
    padding: 15px 30px 15px;
}
.selec-section .service-block-two {
    width: 100%;
}
.sec-title h2 {
    font-size: 24px !important;
	line-height: 36px;
}
.services-section-four .sec-title {
    margin-bottom: 30px;
}
.main-head h1 {
    font-size: 30px;
    line-height: 40px;
}
.custom-prev, .custom-next {
    width: 40px;
    height: 40px;
font-size: 20px;
}
.video-section {
    margin: -100px 20px 0px 20px;
}
.counter-section-two {
    padding-bottom: 100px !important;
}

.video-section .video-box{
	width:40px;
	height:40px;
	line-height: 40px;
	font-size: 16px;
}

.video-section .video-box .overlay-box span{
	width:40px;
	height: 40px;
}

.video-section .video-box .ripple,
.video-section .video-box .ripple:before,
.video-section .video-box .ripple:after {
    height: 40px;
    width: 40px;
}
.we-are-section .box{
	flex-direction: column;
	align-items: flex-start;
}

h3 {
    font-size: 22px;
}
.footer-style-two .widgets-section {
    position: relative;
    padding: 60px 0px;

}
.footer-style-two .lower-box .footer-column .footer-widget {
    padding: 0 15px 15px 15px;
}
.header-style-three {
    padding-bottom: 10px;
}
.btn-style-nine {
    padding: 8px 20px 8px !important;
     font-size: 14px;
}
.next-page .box-inner {
    padding-left: 0;
    padding-right: 0;
}
.single-product-image-holder img{
	height: 350px;
	width: 100% !important;
    object-fit: contain !important;
    border: solid 1px #eee;
}
.img-div img{
	height: 40px;
}
.main-visit-us h2 {
    font-size: 24px !important;
    line-height: 36px;
}
}
@media(max-width:650px){
.clients-section-two .slide-item {
    width: 33.33%; /* 3 items per row */
  }
  .clients-section-two.product-main-brand .slide-item {
    width: 33.33%;
}
}
@media(max-width:575px){
	.csr-cnt {
		padding: 30px 10px;
		position: relative;
	}
	.vision-mission-box{
		flex-direction: column;
	}
.product-inner{
	width: 100%;
}
.product-main-detail .product-inner {
    width: 100%;
}
}
@media(max-width:500px){
	.clients-section-two .slide-item {
		width: 50%; /* 3 items per row */
	  }
	  .clients-section-two.product-main-brand .slide-item {
		width:50%;
	}
	}
@media(max-width:400px){
.inq-btn {
    padding: 8px 16px;
}

.custom-prev, .custom-next {
    width: 30px;
    height: 30px;
font-size: 18px;
}
.main-visit-us > div {
    flex-direction: column;
}
}

.main-Preview.owl-carousel .owl-nav{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}

.main-Preview.owl-carousel .owl-nav .owl-prev{
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: #241f5d;
    margin-right: 20px;
}

.main-Preview.owl-carousel .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: #241f5d;
}

.main-Preview.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #f18917;
}

.main-Preview.owl-carousel .owl-nav .owl-next:hover {
    background-color: #f18917;
}

ul.product-page-bullet {
  padding-left: 20px;
  list-style: disc;
}
ul.product-page-bullet li {
  list-style: disc;
}
.inner-para .text {
  text-align: justify;
}

.products-images-gallery .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}

.products-images-gallery .image-wrapper img {
  display: block;
  transition: transform 0.3s ease;
}

.products-images-gallery .image-wrapper .overlay,
.products-images-gallery .image-wrapper .caption,
.products-images-gallery .image-wrapper .brand {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.products-images-gallery .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00000066;
}

.products-images-gallery .image-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #000000b3;
  padding: 5px 0;
}

.products-images-gallery .image-wrapper .brand {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #000000b3;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
}

.products-images-gallery .image-wrapper:hover .overlay,
.products-images-gallery .image-wrapper:hover .caption,
.products-images-gallery .image-wrapper:hover .brand {
  opacity: 1;
}