/* Rockwell */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One
5. Main Slider
6. Call To Action Section / Style Two
7. Services Section
8. Industry Section
9. Work Process Section
10. Projects Section
11. Subscribe Section
12. Contact Info Section
13. Map Section
14. Main Footer / Style Two
15. Projects FullWidth Section
16. Accordian Section
17. Counter Section
18. Team Section
19. News Section
20. Clients Section
21. Page Title
22. About Section
23. Login Section
24. Shop Item
25. Shop Single
26. Contact Form
27. Map Section

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

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'PT Sans', sans-serif;
font-family: 'Raleway', sans-serif;*/

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

/*** 

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

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

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

 ***/

body {
	font-size:15px;
	color:#333;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'Arial', sans-serif;
}

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

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:700;
	margin:0px;
	background:none;
	line-height:1.6em;
	/*font-family: 'Raleway', sans-serif;*/
}

input,button,select,textarea{
	/*font-family: 'Raleway', sans-serif;*/
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.7em;
	text-align: justify;	
}

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

.strike-through{
	text-decoration:line-through;	
}

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

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

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

.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;
	/*font-family: 'Raleway', sans-serif;*/
}

.grey-bg{
	background-color:#f6f6f6;
}

/*List Style One*/

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

.list-style-one li{
	position:relative;
	font-size:16px;
	font-weight:400;
	padding-left:20px;
	margin-bottom:10px;
	color:#777777;
	/*font-family: 'Raleway', sans-serif;*/
}

.list-style-one li:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:0px;
	color:#ffb200;
	font-size:16px;
	font-family: 'FontAwesome';
}

/*List Style Two*/

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

.list-style-two li{
	position:relative;
	font-size:16px;
	font-weight:400;
	padding-left:70px;
	margin-bottom:40px;
	color:#333;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:3px;
	width:40px;
	color:#ffb200;
	font-size:42px;
	line-height:1em;
	text-align:center;
}

.list-style-two li strong{
	font-size:20px;
	color:#333333;
	font-weight:700;
	display:block;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:6px 20px;
	line-height:24px;
	color:#333333;
	font-size:18px;
	font-weight:500;
	background:#ffb200;
	border-radius:5px;
	border:2px solid #ffb200;
	text-transform:capitalize;
}

.btn-style-one:hover{
	color:#ffb200;
	background:none;
	border-color:#ffb200;
}

/*Btn Style Two*/

.btn-style-two{
    position:relative;
	padding:6px 20px;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	background:none;
	border-radius:5px;
	border:2px solid #ffffff;
	text-transform:capitalize;
}

.btn-style-two:hover{
	color:#333333;
	background:#ffb200;
	border-color:#ffb200;
}

/*Btn Style Three*/

.btn-style-three{
    position:relative;
	padding:6px 21px;
	line-height:24px;
	color:#333333;
	font-size:18px;
	font-weight:500;
	background:#ffb200;
	border-radius:5px;
	border:2px solid #ffb200;
	text-transform:capitalize;
}

.btn-style-three:hover{
	color:#ffffff;
	background:#333333;
	border-color:#333333;
}

/*Btn Style Four*/

.btn-style-four{
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    background: #ffb200;
    border-radius: 4px;
    /*font-family: 'Raleway', sans-serif;*/
}

.btn-style-four:hover{
	background:#333333;
	color:#ffffff;
	border-color:#333333;
}

.theme_color{
	color:#ffb200;	
}

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

.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);}

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:40px;
	border-radius:6px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#5743a2;
	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:#ffb200;
}

/*** 

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

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	z-index:0;
	border-bottom:1px solid #d9d9d9;
	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:5px 0px 2px;
	width: 19%;	
}
.sticky-header .logo a img{
	/*max-width:37%;*/
	max-width: 75%;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	background-color:#ffffff;
	-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-header .header-upper{
	position:relative;
	z-index:5;
	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;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	padding:7px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:68%;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:34px;
}

.main-header .info-box {
    position: relative;
    top:-13px;
    float: left;
    /* min-height: 56px; */
    margin-left: 18px;
    font-size: 13px;
    color: #77777D;
    padding: 15px 10px 5px 55px;
    border: solid 1px #eee;
    border-radius: 50px;
}
.main-header .info-box.download-brochure {
	border:none;
	top:0px;
}
.main-header .info-box.download-brochure a {
	color:#fff;
	position: relative;
    top:-9px;
    background-color: #5743a2;
}
.main-header .info-box:last-child{
	padding-left:0px;
	padding-top:0px;
}
.main-header .info-box ul {
	margin-top: -10px;
}
.main-header .info-box .icon-box{
	position:absolute;
	left: 14px;
    top: 5px;
	color:#ffb200;
	font-size:32px;
	line-height:1em;
	text-align:center;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	color:#777777;
	font-size:14px;
	margin-bottom:0px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header .info-box strong{
	position:relative;
	font-weight:600;
	color:#333333;
	font-size:14px;
	/*font-family: 'Raleway', sans-serif;*/
}

.main-header .info-box .order-btn{
	position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
	padding:8px 16px;
	background:#ffb200;
	border-radius:3px;
	/*font-family: 'Raleway', sans-serif;*/
}

.main-header .info-box .order-btn:hover{
	opacity:0.70;	
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
	background-color:#010f16;
}

.main-header .nav-outer{
	position:relative;
}

.main-menu{
	position:relative;	
	float:left;
}

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

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

.main-menu .navigation > li{
	position:relative;
	float:left;
	/*margin-right:45px;*/
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:15px;
	color:#ffffff;
	line-height:30px;
	font-weight:600;
	opacity:1;
	/*text-transform:uppercase;*/
	padding:9px 31px;
	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: 'Raleway', sans-serif;*/
}

.main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:2px;
	height:12px;
	margin-top:-7px;
	background-color:#4d4d4d;
	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:hover a::before,
.main-menu .navigation > li.current a:before{
	background-color:#ffb200;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 14px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	min-height:0px;
	background:none;
	border:0px;
	margin-right:0px;
	text-transform:capitalize;
}

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

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color:#ffb200;
}

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

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	padding:0px 0px;
	z-index:100;
	display:none;
	background:#2b2b2b;
	border-top:2px solid #ffb200;
	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 > ul.from-right{
	left:auto;
	right:0px;	
}

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

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	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 > ul > li:hover > a{
	color:#ffffff;
	background:#ffb200;
}

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

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#2b2b2b;
	border-top:2px solid #ffb200;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

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

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

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	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 > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background:#ffb200;
}

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

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

.header-style-two .outer-box{
	margin-left:45px;
	margin-top:30px;
}

.header-style-two .nav-outer .dropdown-outer{
	display:inline-block;
	margin-right:45px;
}

.header-style-two .nav-outer .dropdown-outer .search-box-btn{
	color:#333333;
}

.main-header.header-style-two .nav-outer .dropdown-outer .dropdown-menu{
	top:89px;
}

/*Search Box*/

.main-header .nav-outer .dropdown-outer{
	position:relative;
	font-size:14px;
	left:0px;
	top:0px;
	height:60px;
	line-height:60px;
	color:#ffffff;
}

.main-header .nav-outer .dropdown-outer .search-box-btn{
	position:relative;
	font-size:16px;
	right:0px;
	top:0px;
	line-height:20px;
	cursor:pointer;
	background:none;
}

.main-header .nav-outer .dropdown-outer .dropdown-menu{
	top:58px;
	padding:0px;
	width:270px;	
	border-radius:0px;
	border-top:2px solid #ffb200;
}

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

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

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	color:#000000;
	line-height:24px;
	padding:9px 50px 9px 15px;
	height:44px;
	border:1px solid #e0e0e0;
	background:#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 .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#ffb200;	
}

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

/*Header Type One*/

.header-style-two,
.header-style-two .header-top{
	background-color:#333333 !important;
}

.header-style-two .header-top .top-left ul li{
	margin-right:30px !important;
}

.header-style-two .header-top .top-right .social-icon-two li a{
	color:#ffffff;
}

.header-style-two .logo-outer{
	padding:20px 0px;
}

.header-style-two .nav-outer{
	padding-left:0px;
	float:right;
	background:none !important;
}

.header-style-two .main-menu .navigation > li{
	padding:45px 0px 45px;
	margin-left:26px;
	margin-right:0px;
}

.header-style-two .nav-outer .main-menu .navigation > li > a{
	padding:0px 0px 0px 0px;
	color:#333333;
	font-size:16px;
	margin-right:0px;
	font-weight:700;
	text-transform:capitalize;
	border-bottom:1px solid transparent;
}

.header-style-two .main-menu .navigation > li > a:before{
	display:none;
}

.header-style-two .main-menu .navigation > li.dropdown a{
	
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a{
	color:#ffb200;
	border-color:#333333;
}

.header-style-two .sticky-header .main-menu .navigation > li{
	padding:0px;
}

.header-style-two .header-top .donation-btn a{
	border-radius:0px;
	padding:12px 38px;
}

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

.header-style-two .header-upper{
	background:inherit;
}

.header-style-two .header-upper .inner-container{
	background-color:#ffffff;
	padding:0px 30px;
}

.main-header .header-top{
	position:relative;
	/*background-color:#f5f5f5;*/
	/*background-color: #fdfdfd;*/
	background-color: #fbfbfb;
    border-bottom: solid 1px #f3f1f1;
}

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

.main-header .header-top .top-left ul li{
	position:relative;
	margin-right:29px;
	font-size:14px;
	color:#ffffff;
	padding:2px 0px;
	font-weight:500;
	display:inline-block;
}

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

.main-header .header-top .top-left ul li a{
	color:#747272;
	font-weight:500;
	-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-left ul li .icon{
	margin-right:10px;
	color:#ffb200;
}

.main-header .header-top .top-left ul li a:hover{
	color:#ffb200;
}

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

/*Social Icon One*/

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

.social-icon-one li{
	position: relative;
    margin-left: 5px;
    display: inline-block;
    top: -2px;
}

.social-icon-one li.share{
	color:#ffffff;
	margin-left:0px;
}

.social-icon-one li a {
    position: relative;
    font-size: 13px;
    display: inline-block;
    color: #ffb200;
    -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: solid 1px #d9d9d9;
    padding: 0px 5px;
    line-height: 1.5em;
    border-radius:2px;
}

.social-icon-one li a:hover{
	color:#000;
}
.social-icon-one li:first-child a {
	padding: 0px 7px;
}
/*Social Icon Two*/

.social-icon-two{
	position:relative;
	margin-top:10px;
	text-align: right;
	/*text-align: center;
	background-color: #eee;
    padding: 8px 0;
    border-radius: 30px;*/
}

.social-icon-two li.follow{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-left:0px;
}

.social-icon-two li {
    position: relative;
    margin-right: 7px;
    display: inline-block;
    font-weight: 600;
    /*font-family: 'Raleway', sans-serif;*/
}

.social-icon-two li a {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: #777777;
    -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: solid 1px #ccc;*/
    padding: 2px 4px;
    border-radius:2px;
}
.social-icon-two li a.ftr-facebook-social-icon {
	background-color: #4b69b1;
}
.social-icon-two li a.ftr-instagram-social-icon {
	background-color: #ab3c70;
}
.social-icon-two li a.ftr-linkedin-social-icon {
	background-color: #0678b6;
}
.social-icon-two li a.ftr-whatsapp-social-icon {
	background-color: #2ba63b;
}
.social-icon-two li a.ftr-envelope-social-icon {
	background-color: #fe9b00;
}

.social-icon-two li a:hover{
	color:#ffb200;
}
.social-icon-two li:first-child a {    
    padding: 2px 7px;
}
.social-ftr{
	 display: flex;
	 flex-wrap: wrap;
	 /*margin-left: 10px;*/
}
.social-ftr-lt{
	width: 50%;
    text-align: right;
}
.social-ftr-lt span{
	color:#fff;
	font-size: 18px;
	position: relative;
	top:10px;
}
.social-ftr-rt{
	width:50%;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
	text-align:center;
	padding:15px 14px 20px;
	background-color:#070607;
	display:inline-block;
	border-radius:0px 0px 50px 50px;
}

.social-icon-three li{
	position:relative;
	margin-bottom:12px;
}

.social-icon-three li:last-child{
	margin-bottom:0px;
}

.social-icon-three li a{
	position:relative;
	font-size:16px;
	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;	
}

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

/*** 

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

***/

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

.sec-title h2{
    position: relative;
    color: #5743a2;
    font-size: 36px;
    font-weight:700;
	line-height:1.2em;
    padding-bottom: 15px;
}

.sec-title .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:22px;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:270px;
	border-bottom:2px solid #e4e4e4;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:70px;
	border-bottom:5px solid #ffb200;
}

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

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	overflow:hidden;
}

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

.main-slider h2{
	font-size:35px;
	color:#ffffff;
	font-weight:500;
	line-height:1.1em;
	margin-top: 80px;
}

.main-slider h2 span{
	font-weight:600;
}

.main-slider .text{
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	font-size:20px;
}

.main-slider .theme-btn{
	margin-right:25px;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	overflow:hidden;
	height:90px;
}

.main-slider.alternate .tparrows.preview3{
	margin-top:30px !important;
	height:50px;	
}

.main-slider .tparrows.preview3::after{
	top:0px;
	color:#101010;
	font-size:26px;
	padding:0px;
	background:rgba(255,255,255,0.70);
	font-weight:400;
	width:36px;
	height:90px;
	line-height:90px;
	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-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after{
	background:rgba(255,255,255,1);
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:-36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

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

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

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

***/

.call-to-action{
	position:relative;
	padding:50px 0px;
	background-size:cover;
	background-position:right center;
	background-repeat:no-repeat;
}

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

.call-to-action h2{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:600;
	margin-top:3px;
}

.call-to-action .btn-column{
	text-align:right;
}

/*** 

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

***/

.services-section{
	position:relative;
	padding:50px 0px 10px;
	/*background-color: #00aeef;*/
	background:url('../images/background/industry-bg.jpg') no-repeat center center;
	background-size: cover;
	background-color: rgba(0,0,0,0.7);
	background-blend-mode: multiply;
}
.services-section .sec-title h2{
	color:#fff !important;
}

.services-section .services-block{
	/*position:relative;*/
	margin-bottom:60px;
	border-top:3px solid #ffb200;
	/*border-right:1px solid #ffb200;
	border-bottom:5px solid #ffb200;
	border-left:1px solid #ffb200;*/
	/*border:1px solid #e4e4e4;*/
	/*box-shadow:0 0 20px 0 #eee;*/
	padding:20px 0 30px;
	/*background-color: #ffb200;*/
	background-color: #fff;
	text-align: center;
	/*border-radius:6px;*/
	/*box-shadow: 0 0 10px 0 #eee;*/
}
.services-section .services-block .service-icon-bx{
	margin-top:-50px;
	margin-bottom: 15px;
}
.services-section .services-block .service-icon-bx span{
	background-color: #fff;
	border:solid 1px #ffb200;
	/*box-shadow: 0 0 20px 0 #eee;*/
	display: inline-block;
	padding:20px;
	border-radius:80px;
}
.services-section .services-block h4{
	text-align: center;
	/*color:#ffb200;*/
	color:#5743a2;
}
/*.services-section .services-block h4 span{
	background-color: #ffb200;
	padding:5px 10px;
	border-radius:20px;
	color:#333;
}*/

.services-block .inner-box{
	/*position:relative;*/
	display:block;
}

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

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

.services-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	padding:30px 30px;
	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.90)
}

.services-block .inner-box:hover .image .overlay-box{
	opacity:1;
}

.services-block .inner-box .image .icon-box{
	position:absolute;
	left:0px;
	width:40px;
	height:40px;
	bottom:0px;
	color:#333333;
	font-size:18px;
	z-index:1;
	line-height:40px;
	text-align:center;
	background-color:#ffb200;
}

.services-block .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.services-block .inner-box .image .overlay-box .read-more{
	position:relative;
	float:right;
	font-size:16px;
	font-weight:600;
	/*font-family: 'Raleway', sans-serif;*/
}

.services-block .inner-box .image .overlay-box .read-more:hover{
	color:#ffb200;
}

.services-block .inner-box .lower-box{
	/*position:relative;*/
	padding:24px 0px;
}

.services-block .inner-box .lower-box h3{
	/*position:relative;*/
	color:#333333;
	font-size:22px;
	font-weight:700;
	line-height:1.2em;
}

.services-block .inner-box .lower-box 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;
}

.services-block .inner-box .lower-box a:hover{
	color:#ffb200;
}

/*** 

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

***/

.about-section{
	position:relative;
	padding:60px 0px 30px;
}

.about-section .sec-title{
	margin-bottom:25px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .text{
	position:relative;
	color:#333;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:30px;
}
.about-section .content-column .text p{
	text-align: justify;
}

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

.about-section .content-column .image img{
	position:relative;
	width:100%;
	display:block;
}

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

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

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

.about-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius: 20px 20px 0 0;
}

.about-block .inner-box .lower-box{
	position: relative;
    padding-top: 12px;
    padding: 19px;
    background-color: #5743a2;
    min-height: 213px;
    border-radius: 0 0 20px 20px;
}
.about-block .inner-box .lower-box .text p{
	text-align: left;
	margin-bottom: 0;
	color:#fff;
}

.about-block .inner-box .lower-box h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
	color:#fff;
}

/*.about-block .inner-box .lower-box h3 a{
	color:#fff;
	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;
}

.about-block .inner-box .lower-box h3 a:hover{
	color:#ffb200;
}*/

.about-block .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
}

/*** 

====================================================================
	Work Section
====================================================================

***/

.work-section{
	position:relative;
	padding:95px 0px 60px;
}

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

.process-block .inner-box{
	position:relative;
	display:block;
	text-align:center;
}

.process-block .inner-box .upper-box{
	position:relative;
}

.process-block .inner-box .upper-box:after{
	position:absolute;
	content:'\f178';
	left:100%;
	top:50%;
	color:#e4e4e4;
	font-size:45px;
	margin-top:-10px;
	font-family: 'FontAwesome';
}

.process-block:last-child .inner-box .upper-box:after{
	display:none;
}

.process-block .inner-box .upper-box .icon-box .block-number{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	color:#777777;
	font-size:24px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	line-height:32px;
	background-color:#ffffff;
	border:2px solid #2d2d2d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	/*font-family: 'Raleway', sans-serif;*/
}

.process-block .inner-box:hover .upper-box .icon-box .block-number{
	background-color:#2d2d2d;
	color:#ffffff;
}

.process-block .inner-box .upper-box .icon-box{
	position:relative;
	width:160px;
	height:160px;
	margin:0 auto;
	color:#ffb200;
	font-size:60px;
	line-height:154px;
	border-radius:50%;
	margin-bottom:32px;
	border:2px solid #e4e4e4;
	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;
}

.process-block .inner-box:hover .upper-box .icon-box{
	color:#333333;
	border-color:#ffb200;
	background-color:#ffb200;
}

.process-block .inner-box .lower-box{
	position:relative;
}

.process-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#333333;
	margin-bottom:10px;
	text-transform:uppercase;
}

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

.process-block .inner-box .lower-box h3 a:hover{
	color:#ffb200;
}

.process-block .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	max-width:210px;
	margin:0 auto;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section{
	position:relative;
	padding:100px 0px 100px;
	background-color:#2a2a33;
}

.project-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(51,51,51,0.95);
}

.project-tab{
	position:relative;	
}

.project-tab .sec-title{
	margin-bottom:70px;
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots{
	display:none;
}

.project-tab .tabs-header{
	position:relative;
}

.project-tab .product-tab-btns{
	position:relative;
	padding-top:20px;
}

.project-tab .product-tab-btns .p-tab-btn{
	position:relative;
	line-height:24px;
	padding:0px 0px;
	cursor:pointer;
	color:#ffffff;
	font-weight:300;
	font-size:16px;
	display:inline-block;
	margin-bottom:10px;
	margin-left:12px;
	padding-right:22px;
	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;
}

.project-tab .product-tab-btns .p-tab-btn:after{
	position:absolute;
	content:'/';
	right:0px;
	top:0px;
	color:#777777;
}

.project-tab .product-tab-btns .p-tab-btn:last-child{
	padding-right:0px;
}

.project-tab .product-tab-btns .p-tab-btn:last-child::after{
	display:none;
}

.project-tab .product-tab-btns .p-tab-btn:hover,
.project-tab .product-tab-btns .p-tab-btn.active-btn{
	color:#ffb200;
}

.project-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.project-tab .p-tab .gallery-item{
	-webkit-transform:scaleX(0.25);
	-ms-transform:scaleX(0.25);
	-o-transform:scaleX(0.25);
	-moz-transform:scaleX(0.25);
	transform:scaleX(0.25);	
}

.project-tab .p-tab.active-tab .gallery-item{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
	display:block;
}

.gallery-item .inner-box .image-box{
	position:relative;
}

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

.gallery-item .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	padding:15px 20px;
	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,178,0,0.90);
}

.gallery-item .inner-box:hover .image-box .overlay-box{
	opacity:1;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content{
	position:absolute;
	left:0px;
	bottom:0px;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .image-link{
	position:absolute;
	right:0px;
	top:0px;
	color:#333333;
	font-size:20px;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3 a{
	color:#333333;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .category{
	position:relative;
	color:#555555;
	font-size:16px;
	font-style:italic;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding:50px 0px;
	overflow:hidden;
}

.subscribe-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background-color:#1dace9;
}

.subscribe-section:after{
	position: absolute;
    content: '';
    left: 50%;
    top: 0px;
    width: 70%;
    height: 100%;
    display: block;
    margin-left: -200px;
    background-color: #eee;
    /*background: url(../images/background/3.jpg) repeat-x;*/
}

.subscribe-section .title-column:after{
    position: absolute;
    right: 40px;
    top: -50px;
    height: 100%;
    content: '';
    z-index: 1;
    border-top: 164px solid #1dace9;
    border-right: 130px solid transparent;
    border-left: 75px solid #1dace9;
}

.subscribe-section h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
}

.subscribe-section .text{
	position:relative;
	color:#ffffff;
	z-index:9;
}



.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	z-index:1;
	margin-top:8px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:14px;
	color:#777777;
	padding:10px 50px 10px 20px;
	background:#ffffff;
	border:1px solid #777777;
	-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-radius:5px 5px;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	font-weight:700;
	padding:0px 28px;
	border-radius:0px 5px 5px 0px;
	background:#333333;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:70px 0px 40px;
}

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

.info-block .inner{
	position:relative;
	padding-left:65px;
	padding-right:40px;
}

.info-block .inner .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#ffb200;
	font-size:44px;
	line-height:1em;
}

.info-block .inner .text{
	position:relative;
	font-size:16px;
	color:#777777;
	line-height:1.6em;
}

.info-block .inner .text span{
	display:block;
	color:#333333;
	font-size:20px;
	font-weight:700;
}

/*** 

====================================================================
	Contact map Section
====================================================================

***/

.contact-map-section{
	position:relative;
	overflow:hidden;
}

.contact-map-section .map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.contact-map-section .form-outer{
	position:relative;
	max-width:470px;
	float:right;
	width:100%;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
}

.contact-map-section .form-outer .inner-box{
	position:relative;
	display:block;
	padding:50px 40px 30px;
}

.contact-map-section .form-outer .inner-box h2{
	position:relative;
	color:#333333;
	line-height:1.2em;
	font-weight:700;
}

.contact-map-section .form-outer .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:25px;
}

/*Default Form*/

.default-form .form-group{
    margin-bottom: 20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	height:40px;
	font-size:14px;
	color:#848484;
	line-height:16px;
	padding:10px 18px;
	font-weight:400;
	background:#ffffff;
	border:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	font-family: 'PT Sans', sans-serif;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#ffb200;
}

.default-form textarea{
	height:190px;
	resize:none;
	padding:15px 18px;
}

.default-form button{
	margin-top:10px;
	border-radius:0px;
	font-weight:700;
	font-size:16px;
	padding:6px 19px;
}

/*** 

====================================================================
	Main Footer Section
====================================================================

***/

.main-footer{
	/*position:relative;
	background-repeat:repeat;*/
	background-color: #010f16;
}

/*.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.50);
}*/

.main-footer.style-two{
	background-repeat:no-repeat;
	background-size:cover;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

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

.main-footer .logo-widget .logo{
	position:relative;
	margin-top:-10px;
	margin-bottom:15px;
	/*text-align: center;*/
}

.main-footer .logo-widget .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
}

.main-footer h2{
	position: relative;
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 17px;
    text-transform: uppercase;
}

.main-footer .links-widget{
	position:relative;
}

.main-footer .links-widget .social-icon-two{
	position:relative;
	margin-top:20px;
}

.lisks{
	position:relative;
}

.lisks li{
	position:relative;
	margin-bottom:3px;
}

.lisks li a{
	position:relative;
	color:#fff;
	font-size:15px;
	/*padding-left:25px;*/
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*.lisks li a:before{
	position:absolute;
	content:'\f0da';
	left:0px;
	top:2px;
	color:#ffb200;
	font-size:16px;
	line-height:1em;
	font-family: 'FontAwesome';
}*/

/*.lisks.style-two li a:before{
	content:'\f101';
}*/

/*News Widget*/

.news-widget .post{
	position:relative;
	padding-left:70px;
	min-height:86px;
	margin-bottom:24px;
	border-bottom:1px solid #cccccc;
}

.news-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	overflow:hidden;
}

.news-widget .post .text{
	position:relative;
	line-height:1.4em;
}

.news-widget .post .text a{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:600;
	line-height:1.1em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-widget .post .text a:hover{
	color:#ffb200;
}

.news-widget .post .post-info{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1em;
	margin-top:8px;
}

.news-widget .post:last-child{
	border:0px;
	margin-bottom:0px;
	min-height:auto;
}

.main-footer .footer-bottom{
	position:relative;
	padding:10px 0px;
	background-color:#010f16;
	border-top: solid 1px #333;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	text-align:left;
}
.main-footer .footer-bottom .developed{
	position:relative;
	color:#ffffff;
	text-align:right;
}
.main-footer .footer-bottom .developed a{
	color:#ffffff;
}
.main-footer.style-two:before{
	background-color:rgba(0,0,0,0.50);
}

.main-footer.style-two .social-icon-two li a,
.main-footer.style-two .social-icon-two li.follow,
.main-footer.style-two .lisks li a,
.main-footer.style-two .logo-widget .text{
	color:#ffffff;
}

.main-footer.style-two .news-widget .post .text a{
	color:#ffffff;
	font-weight:500;
}

.main-footer.style-two h2,
.main-footer.style-two .news-widget .post .post-info{
	color:#ffb200;
}

.services-block-two{
	position:relative;
	margin-bottom:40px;
}

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

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

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

.services-block-two .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}

.services-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}

.services-block-two .inner-box .lower-content h3 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;
}

.services-block-two .inner-box .lower-content h3 a:hover{
	color:#ffb200;
}

.services-block-two .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}

.services-block-two .inner-box .lower-content .read-more{
	position:relative;
	color:#ffb200;
	font-size:16px;
	font-weight:700;
}

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

.services-block-three .inner-box{
	position:relative;
	display:block;
	padding-left:130px;
	min-height:86px;
}

.services-block-three .inner-box .image{
	position:absolute;
	width:110px;
	left:0px;
	top:0px;
}

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

.services-block-three .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	color:#333333;
	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(255,178,0,0.70);
}

.services-block-three .inner-box .image .overlay-box .icon{
	position:relative;
	top:50%;
	margin-top:-12px;
	display:block;
}

.services-block-three .inner-box:hover .image .overlay-box{
	opacity:1;
}

.services-block-three .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
}

.services-block-three .inner-box h3 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;
}

.services-block-three .inner-box .text{
	position:relative;
	color:#777777;
	font-size:15px;
}

.services-block-three .inner-box:hover h3 a{
	color:#ffb200;
}

/*** 

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

***/

.call-to-action-two{
	position:relative;
	padding:115px 0px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

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

.call-to-action-two .text{
	position:relative;
	font-size:36px;
	color:#ffffff;
	line-height:1.4em;
	text-align:center;
	/*font-family: 'Raleway', sans-serif;*/
}

.call-to-action-two span{
	font-weight:700;
}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

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

.project-section-two .owl-dots{
	display:none;
}

.project-section-two .owl-nav{
	position:absolute;
	top:-80px;
	width:1200px;
	left:50%;
	text-align:right;
	margin-left:-600px;
}

.project-section-two .owl-nav .owl-prev,
.project-section-two .owl-nav .owl-next{
	position:relative;
	margin-left:18px;
	color:#333333;
	font-size: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;
}

.project-section-two .owl-nav .owl-prev:hover,
.project-section-two .owl-nav .owl-next:hover{
	color:#ffb200;
}

/*Gallery Item Two*/

.gallery-item-two{
	position:relative;
}

.gallery-item-two .inner-box{
	position:relative;
	overflow:hidden;
	display:block;
}

.gallery-item-two .inner-box .image{
	position:relative;
}

.gallery-item-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item-two .inner-box .image .caption-box{
	position:absolute;
	left:0px;
	bottom:-80px;
	width:100%;
	padding:15px 18px;
	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;
}

.gallery-item-two .inner-box:hover .image .caption-box{
	bottom:0px;
}

.gallery-item-two .inner-box .image .caption-box h3{
	position:relative;
	font-weight:600;
	font-size:20px;
	line-height:1.2em;
}

.gallery-item-two .inner-box .image .caption-box h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-item-two .inner-box .image .caption-box .category{
	position:relative;
	font-size:16px;
	color:#ffb200;
	line-height:1.4em;
	font-style:italic;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#f8f8f8;
}

.fluid-section-one .image-column{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:50%;
	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 .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-box{
	position:relative;
	max-width:570px;
	padding:85px 15px 70px 60px;
}

.fluid-section-one .content-column .inner-box .sec-title{
	margin-bottom:30px;
}

.fluid-section-one .content-column .inner-box .text{
	position:relative;
	margin-bottom:35px;
}

.fluid-section-one .content-column .inner-box .text p{
	position:relative;
	color:#333;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.fluid-section-one .content-column .inner-box .text p:last-child{
	margin-bottom:0px;
}

.fluid-section-one .content-column .inner-box .choose-info{
	position:relative;
}

.fluid-section-one .content-column .inner-box .choose-info li {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #5743a2;
    padding: 10px 10px 10px 58px;
    line-height: 1.4em;
    margin-right: 4px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    border: solid 1px #e1e1e1;
    /*background-color: #fff;*/
    border-radius:6px;
}

.fluid-section-one .content-column .inner-box .choose-info li:last-child{
	margin-right:0px;
}

.fluid-section-one .content-column .inner-box .choose-info li:nth-child(2) .icon{
	color:#333333;
}

.fluid-section-one .content-column .inner-box .choose-info li .icon{
	position:absolute;
	left:5px;
	top:7px;
	color:#ffb60f;
	line-height:1em;
	font-size:45px;
	font-weight:400;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

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

.default-section .testimonial-column{
	position:relative;
	margin-bottom:40px;
}

.default-section .testimonial-column .owl-nav{
	display:none;
}

.default-section .testimonial-column .owl-dots{
	position:absolute;
	right:0px;
	bottom:0px;
}

.default-section .testimonial-column .owl-dots .owl-dot{
	position:relative;
	width:50px;
	height:4px;
	margin-left:12px;
	display:inline-block;
	background-color:#777777;
	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;
}

.default-section .testimonial-column .owl-dots .owl-dot.active,
.default-section .testimonial-column .owl-dots .owl-dot:hover{
	background-color:#ffb200;
}

.testimonial-block{
	position:relative;
}

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

.testimonial-block .inner-box .upper-box{
	position:relative;
	border-radius:4px;
	padding:10px;
	border:2px solid #d7d7d7;
}

.testimonial-block .inner-box .upper-box:after{
	position:absolute;
	content:'';
	left:60px;
	bottom:-43px;
	width:50px;
	height:46px;
	background:url(../images/icons/curve.jpg) no-repeat;
}

.testimonial-block .inner-box .upper-box .text{
	position:relative;
	color:#333;
	font-size:16px;
	line-height:1.8em;
}
.testimonial-block .inner-box .upper-box .text a{	
	font-size:14px;
	margin-left: 10px;
}

.testimonial-block .inner-box .upper-box .quote-icon{
	position:absolute;
	width:55px;
	height:55px;
	right:42px;
	color:#dedede;
	bottom:-28px;
	font-size:26px;
	line-height:55px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
	border:2px solid #ffb200;
}

.testimonial-block .inner-box .lower-box{
	position:relative;
	margin-top:70px;
}
.testimonial-block .inner-box .lower-box.lowr-bx-pg{
	position:relative;
	margin-top:0px;
}
.testimonial-block .inner-box .lower-box .inner{
	position:relative;
	padding-left:142px;
	padding-top:18px;
	min-height:100px;
}
.testimonial-block .inner-box .lower-box .inner.inr-pg{
	position:relative;
	padding-left:0;
	padding-top:0px;
	min-height:100px;
}
.testimonial-block .inner-box .lower-box .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block .inner-box .lower-box .inner h3{
	position:relative;
	color:#5743a2;
	font-size:19px;
	font-weight:700;
}

.testimonial-block .inner-box .lower-box .inner .designation{
	position:relative;
	color:#5743a2;
	font-size:18px;
}

.default-section .facts-column{
	position:relative;
}

.default-section .facts-column .inner-column{
	position:relative;
	padding-left:70px;
}

.default-section .facts-column .sec-title{
	margin-bottom:40px;
}

.default-section .facts-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:35px;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

/*.fact-counter:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:2px;
	height:100%;
	margin-left:-20px;
	background-color:#e4e4e4;
}

.fact-counter:after{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:100%;
	height:2px;
	background-color:#e4e4e4;
}*/

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

.fact-counter .column .inner{
	/*position:relative;
	top:0;*/
	/*padding:0px 0px 0px 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: solid 1px #ffb200;
    padding: 10px 10px 15px 20px;
    border-radius: 10px;
}

.fact-counter .count-outer{
	/*position:relative;*/
	font-size:36px;
	line-height:0.2em;
	font-weight:500;
	margin:0px 0px;
	text-align: left;
}

.fact-counter .count-outer .icon{
	position:relative;
	color:#333333;
	display:block;
	font-size:36px;
	margin-bottom:28px;
}

.fact-counter .count-outer .plus-icon{
	position:relative;
	font-weight:700;
	color:#333333;
	font-size:48px;
	/*font-family: 'Raleway', sans-serif;*/
}

.fact-counter .count-outer .count-text{
	/*position:relative;*/
	/*font-weight:700;*/
	color:#5743a2;
	font-size:16px;
	/*font-family: 'Raleway', sans-serif;*/
}

.fact-counter .column .counter-title{
	/*position:relative;*/
	font-size:16px;
	font-weight:500;
	color:#5743a2;
	padding-bottom:0px;
	margin-bottom:0px;
	/*display:inline-block;*/
	text-align: left;
}
.fact-counter .column .counter-title span{
	font-size: 30px;
	font-weight:600;
}
/*.fact-counter .column .counter-title:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:64px;
	height:2px;
	background-color:#ffb200;
}*/

/*** 

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

***/

.team-section{
	position:relative;
	padding:90px 0px 60px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.team-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(51,51,51,0.50);
}

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

.team-block .inner-box{
	position:relative;
	overflow:hidden;
	display:block;
	border:2px solid #777777;
}

.team-block .inner-box .social-icon-three{
	position:absolute;
	left:30px;
	z-index:1;
	top:-100%;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.team-block .inner-box:hover .social-icon-three{
	top:0%;
}

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

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

.team-block .inner-box .lower-box{
	position:relative;
	padding:14px 18px;
	background-color:#303032;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	color:#e3e4e6;
	font-size:20px;
	line-height:1.4em;
	/*font-family: 'Raleway', sans-serif;*/
}

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

.team-block .inner-box .lower-box h3 a:hover{
	color:#e3e4e6;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color:#777777;
	font-size:14px;
}

/*** 

====================================================================
	News Block Section
====================================================================

***/

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

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

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

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

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

.news-block .inner-box .image .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffb200;
    font-size: 26px;
    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.60);
}

.news-block .inner-box .image .overlay-box .fa{
	position:relative;
	top:50%;
	margin-top:-8px;
	display:block;
}

.news-block .inner-box:hover .image .overlay-box{
	opacity:1;
}

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

.news-block .inner-box .lower-box .post-meta{
	position:relative;
	margin-bottom:10px;
}

.news-block .inner-box .lower-box .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.2em;
	padding-left:24px;
	display:inline-block;
	margin-right:20px;
}

.news-block .inner-box .lower-box .post-meta li a{
	color:#777777;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-box .post-meta li a:hover{
	color:#ffc744;
}

.news-block .inner-box .lower-box .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffc744;
	line-height:1em;
}

.news-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:27px;
	min-height:54px;
}

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

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

.news-block.style-two .inner-box .lower-box h3{
	font-size:30px;
	font-weight:700;
}

.news-block.style-two .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:50px 0px 50px;
	/*background-color:#f5f5f5;*/
}

.clients-section .sponsors-outer{
	position:relative;
}

.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;
	-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{
	max-width:100%;
	width:auto;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
    filter: grayscale(100%);
	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;
}

.clients-section .sponsors-outer .image-box img:hover{
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*** 

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

***/

.page-title{
	position:relative;
	padding:130px 0px 60px 0px;
	background-size:cover;
	/*background-attachment:fixed;*/
	background-position:center center;
	background-repeat:no-repeat;
	text-align:left;
}

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

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:32px;
	font-weight:700;
	color:#ffffff;
	line-height:1.2em;
	letter-spacing:1px;
	margin-bottom:10px;
	text-transform:capitalize;
}

.page-title .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
}

.page-info{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display:block;
	padding:15px 0px;
	color:#272727;
	border-top:1px solid #666666;
}

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

.page-info .bread-crumb{
	position:relative;
	font-size:15px;
}

.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:16px;
	margin-right:30px;
	color:#ffb200;
	font-weight:700;
	line-height:24px;
}

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

.page-info .bread-crumb li:after{
	content:'\f101';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:26px;
	font-size:14px;
	color:#ffb200;
}

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

.page-info .bread-crumb li a{
	color:#ffffff;
	font-weight:400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

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

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:95px 0px 50px;
}

.about-section-two .sec-title{
	margin-bottom:30px;
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .content-column .text{
	position:relative;
	/*margin-bottom:35px;*/
}

.about-section-two .content-column .text p{
	position:relative;
	color:#333;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:20px;
}

.about-section-two .content-column .text p:last-child{
	margin-bottom:0px;
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

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

.about-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	/*border-radius: 15px;*/
}
/*.about-section-two .image-column .image::before{
	position:absolute;
	width:100%;
	height: 100%;
	display:block;
	background-color: #ead7ff;
	content:"";
	top:10px;
	right:-10px;
}*/

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

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

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

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

.about-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-block-two .inner-box .content-column{
	position:relative;
}

.about-block-two .inner-box .content-column h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
	margin-top:4px;
}

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

.about-block-two .inner-box .content-column h3 a:hover{
	color:#ffb200;
}

.about-block-two .inner-box .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:0px;
}

.services-page-section{
	padding:100px 0px;
}

.services-page-section .styled-pagination{
	margin-top:30px;
}

.styled-pagination{
	position:relative;
}

.styled-pagination .inner-container{
	position:relative;
	padding:0px 15px;
	text-align:center;
	height:51px;
	border:1px solid #bbbbbb;
}

.styled-pagination .inner-container .prev-post,
.styled-pagination .inner-container .next-post{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	padding:11px 0px;
	display:inline-block;
}

.styled-pagination .inner-container ul{
	position:relative;
	text-align:center;
	display:inline-block;
}

.styled-pagination .inner-container ul li{
	position:relative;
	float:left;
}

.styled-pagination .inner-container ul li a{
	position:relative;
	color:#333333;
	font-size:16px;
	display:inline-block;
	border-left:1px solid #bbbbbb;
	padding:11px 22px;
	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 .inner-container ul li:last-child{
	border-right:1px solid #bbbbbb;
}

.styled-pagination .inner-container ul li a:hover,
.styled-pagination .inner-container ul li.active a{
	background-color:#ffb200;
}

/*** 

====================================================================
	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-widget{
    position: relative;
    margin-bottom: 40px;
}

/*Blog Category*/

.blog-cat{
	position:relative;
	border:1px solid #e1e1e1;
}

.blog-cat li{
	position:relative;
}

.blog-cat li:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	border-bottom:4px solid transparent;
}

.blog-cat li a{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:700;
	padding:14px 15px 14px 38px;
	display:block;
	border-bottom:1px solid #e1e1e1;
	background-color:#f6f6f6;
	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: 'Raleway', sans-serif;*/
}

.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	left:22px;
	top:12px;
	color:#bbbbbb;
	font-family: 'FontAwesome';
}

.blog-cat li:hover::after,
.blog-cat li.active::after{
	border-bottom:3px solid #ffb200;
}

.blog-cat li a:hover::before,
.blog-cat li.active a::before{
	color:#ffb200;
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
	background-color:#333333;
}

/*Brochure Box*/

.brochure-box{
	position:relative;
	margin-bottom:20px;
	padding:15px 15px 15px 30px;
	border:2px 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;
}

.brochure-box .inner{
	position:relative;
	padding-left:30px;
}

.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:#333333;
	font-size:16px;
	font-weight:300;
}

.brochure-box .inner .text{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#333333;
	/*font-family: 'Raleway', sans-serif;*/
}

.brochure-box:hover{
	border-color:#ffb200;
	background-color:#ffb200;
}

/*Help Box*/

.help-box{
	position:relative;
	background-size:cover;
}

.help-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.30);
}

.help-box .inner{
	position:relative;
	padding:35px 22px;
}

.help-box .inner h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:25px;
}

.help-box .inner .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.help-box .inner .contact{
	position:relative;
	font-weight:700;
	font-size:16px;
	/*font-family: 'Raleway', sans-serif;*/
}

.solution-single{
	position:relative;
}

.solution-single .inner-box{
	position:relative;
	display:block;
}

.solution-single .inner-box .image{
	position:relative;
	margin-bottom:30px;
}

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

.solution-single .inner-box h2{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:15px;
}

.solution-single .inner-box .text{
	position:relative;
}

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

.solution-single .inner-box .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.solution-single .inner-box .text h3{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:12px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:10px;
	border:2px solid #eeeeee;
	background-color:#eeeeee;
}

.accordion-box .block.active-block .acc-btn{
	color:#ffb200;
	border-color:#ffb200;
	background-color:#333333;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:30px;
	color:#333333;
	font-weight:700;
	padding:15px 28px;
	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: 'Raleway', sans-serif;*/
}

.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	color:#ffb200;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:35px;
	top:15px;
	font-size:20px;
	color:#333333;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	font-weight:300;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	color:#d9d9d9;
	font-weight:300;
}

.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-btn.active .icon-outer{
	border-color:#fa9928;
	color:#fa9928;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	background-color:#ffffff;
}

.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:14px;
	padding:18px 25px 10px 25px;
}

.accordion-box .block .content .text{
	margin-bottom:10px;
	line-height:1.7em;
	font-size:16px;	
	color:#777777;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.process-boxed{
	position:relative;
	margin-top:80px;
	margin-bottom:40px;
}

/*** 

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

***/

.solution-single .prod-tabs{
	position:relative;
	margin-bottom:60px;
}

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

.solution-single .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:5px;
	font-size:16px;
	background:#ebebeb;
	color:#333333;
	text-transform:capitalize;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	border:2px solid transparent;
	padding:11px 22px 9px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	/*font-family: 'Raleway', sans-serif;*/
}

.solution-single .prod-tabs .tab-btns .tab-btn:hover:after,
.solution-single .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-3px;
	width:100%;
	height:5px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.solution-single .prod-tabs .tab-btns .tab-btn:hover,
.solution-single .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffb200;
	border-color:#e2e2e2;
	background:#ffffff;
}

.solution-single .prod-tabs .tabs-content{
	position:relative;
	padding:22px 22px 22px;
	border:2px solid #dddddd;
	border-top:0px;
}

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

.solution-single .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.solution-single .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.solution-single .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	color:#777777;
	margin-bottom:0px;
}

/*** 

====================================================================
	Project Page Section
====================================================================

***/

.project-page-section{
	position:relative;
	padding:95px 0px 100px;
}

.project-page-section .filters{
	position:relative;
}

.project-page-section .filters .filter-tabs{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.project-page-section .filters .filter-tabs .filter{
	position:relative;
	color:#333333;
	font-size:16px;
	cursor:pointer;
	margin-bottom:15px;
	font-weight:500;
	padding-right:25px;
	margin-right:12px;
	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;
	/*font-family: 'Raleway', sans-serif;*/
}

.project-page-section .filters .filter-tabs .filter:last-child{
	padding-right:0px;
	margin-right:0px;
}

.project-page-section .filters .filter-tabs .filter:last-child::after{
	display:none;
}

.project-page-section .filters .filter-tabs .filter:after{
	position:absolute;
	content:'/';
	right:0px;
	top:0px;
	color:#333333;
}

.project-page-section .filters .filter-tabs .filter.active,
.project-page-section .filters .filter-tabs .filter:hover{
	color:#ffb200;
}

.project-page-section .styled-pagination{
	margin-top:60px;
}

/*** 

====================================================================
	Project Single Section
====================================================================

***/

.project-single-section{
	position:relative;
	padding:95px 0px 75px;
}

.project-single-section .inner-box{
	position:relative;
	max-width:970px;
	margin:0 auto;
}

.project-single-section .inner-box .upper-box{
	position:relative;
	margin-bottom:45px;
}

.project-single-section .inner-box .upper-box .image{
	position:relative;
}

.project-single-section .inner-box .upper-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-single-section .inner-box .upper-box .owl-dots{
	display:none;
}

.project-single-section .inner-box .upper-box .owl-nav{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:100%;
	display:block;
	margin-top:-20px;
}

.project-single-section .inner-box .upper-box .owl-nav .owl-prev,
.project-single-section .inner-box .upper-box .owl-nav .owl-next{
	position:absolute;
	color:#333333;
	font-size:60px;
	line-height:1em;
	display:inline-block;
}

.project-single-section .inner-box .upper-box .owl-nav .owl-prev{
	left:-80px;
}

.project-single-section .inner-box .upper-box .owl-nav .owl-next{
	right:-80px;
}

.project-single-section .inner-box .lower-content{
	position:relative;
}

.project-single-section .inner-box .lower-content h2{
	position:relative;
	color:#333333;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.project-single-section .inner-box .lower-content .bold-text{
	position:relative;
	color:#777777;
	font-weight:700;
	font-size:20px;
	margin-bottom:20px;
	font-family: 'PT Sans', sans-serif;
}

.project-single-section .inner-box .lower-content h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}

.project-single-section .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
}

.project-list{
	position:relative;
	margin-top:60px;
}

.project-list li{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:20px;
	border:1px solid #bbbbbb;
	padding:11px 12px 11px 75px;
}

.project-list li .icon{
	position:absolute;
	left:-1px;
	top:-1px;
	width:50px;
	height:51px;
	color:#333333;
	bottom:-1px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	background-color:#ffb200;
}

.project-list li strong{
	color:#333333;
	font-weight:700;
	margin-right:15px;
	/*font-family: 'Raleway', sans-serif;*/
}

.project-list li.social-icons{
	border:0px;
	padding:0px;
	margin-top:32px;
}

.project-list li.social-icons .follow{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#333333;
}

.project-list li.social-icons a{
	color:#777777;
	font-size:20px;
	margin-left:15px;
}

.news-page-section{
	padding-bottom:80px;
}

.news-page-section .news-block{
	margin-bottom:60px;
}

/*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:30px;
	padding:10px 50px 10px 20px;
	border:2px solid #cccccc;
	background:none;
	display:block;
	font-size:16px;
	width:100%;
	height: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;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	display:block;
	font-size:20px;
	color:#333333;
	line-height:100%;
	font-weight:normal;
	background:#ffb200;
}



.sidebar-title{
	position:relative;
	margin-bottom:50px;
}

.sidebar-title h2{
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight:700;
	line-height:1.2em;
    padding-bottom: 15px;
}

.sidebar-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:150px;
	border-bottom:2px solid #e4e4e4;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	border-bottom:5px solid #ffb200;
}

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-bottom:10px;
}

.cat-list li a{
	position:relative;
	padding:15px 28px;
	display:block;
	font-size:16px;
	font-weight:700;
	color:#777777;
	padding-left:50px;
	background-color:#eeeeee;
	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;
}

.cat-list li a:before{
	position:absolute;
	content:'\f0da';
	left:30px;
	top:15px;
	font-family: 'FontAwesome';
}

.cat-list li a span{
	float:right;
}

.cat-list li.active a,
.cat-list li a:hover{
	color:#ffb200;
	background-color:#333333;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:70px;
	margin-bottom:20px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffb200;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    line-height: 70px;
    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 .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:700;
	color:#333333;
	line-height:1.4em;
	text-transform:capitalize;
}

.sidebar .popular-posts .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 .post a:hover{
	color:#ffb200;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#777777;
	font-weight:400;
	padding-left:24px;
}

.sidebar .popular-posts .post-info:before{
	position:absolute;
	content:'\f06e';
	left:0px;
	top:0px;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:13px 24px 13px;
	margin:0px 6px 10px 0px;
	color:#777777;
	text-align:center;
	font-size:16px;
	background:#f5f5f5;
	font-weight:400;
	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 .popular-tags a:hover{
	background-color:#ffb200;
	color:#ffffff;	
}

.archive-list{
	position:relative;
}

.archive-list li{
	position:relative;
}

.archive-list li a{
	position:relative;
	color:#777777;
	font-size:16px;
	display:block;
	margin-bottom:15px;
	padding:0px 15px 10px 38px;
	border-bottom:1px solid #cccccc;
	/*font-family: 'Raleway', sans-serif;*/
	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;
}

.archive-list li a:before{
	position:absolute;
	content:'\f0e7';
	left:15px;
	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;
	font-family: 'FontAwesome';
}

.archive-list li a span{
	float:right;
}

.archive-list li:last-child a{
	border:0px;
}

.archive-list li a:hover::before,
.archive-list li a:hover{
	color:#ffb200;
}

/*Blog Single*/

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
	display:block;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom:15px;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	height:100%;
}

.blog-single .inner-box{
	position:relative;
	display:block;
}



.blog-single .inner-box .post-meta{
	position:relative;
	margin-bottom:10px;
}

.blog-single .inner-box .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.2em;
	padding-left:24px;
	display:inline-block;
	margin-right:20px;
}

.blog-single .inner-box .post-meta li a{
	color:#777777;
	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;
}

.blog-single .inner-box .post-meta li a:hover{
	color:#ffc744;
}

.blog-single .inner-box .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffc744;
	line-height:1em;
}

.blog-single .inner-box .lower-content{
	position:relative;
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
	margin-bottom:50px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:25px;
}

.blog-single .inner-box .lower-content .text blockquote{
	position:relative;
	border:0px;
	font-weight:700;
	font-style:italic;
	padding:0px;
	padding-left:70px;
	margin-bottom:25px;
}


.post-share-options{
	position:relative;
}

.post-share-options .inner-container{
	position:relative;
	padding:0px 15px;
	text-align:center;
	height:51px;
	border:1px solid #bbbbbb;
}

.post-share-options .inner-container .prev-post,
.post-share-options .inner-container .next-post{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	margin-top:10px;
	display:inline-block;
}

.post-share-options .inner-container .social-icons{
	position:relative;
	text-align:center;
	display:inline-block;
}

.post-share-options .inner-container .social-icons li{
	position:relative;
	float:left;
}

.post-share-options .inner-container .social-icons li a{
	position:relative;
	color:#333333;
	font-size:16px;
	display:inline-block;
	border-left:1px solid #bbbbbb;
	padding:11px 22px;
	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;
}

.post-share-options .inner-container .social-icons li:last-child{
	border-right:1px solid #bbbbbb;
}

.post-share-options .inner-container .social-icons li a:hover,
.post-share-options .inner-container .social-icons li.active a{
	background-color:#ffb200;
}

/*** 

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

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:20px;
	margin-top:70px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	/*padding:20px 20px 20px;
	border:1px solid #dddddd;*/
	margin-bottom:50px;
	padding-bottom:45px;
	-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-bottom:1px solid #dddddd;
}

.sidebar-page-container .comments-area .comment-box.reply-comment{
	margin-left:100px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#ffb200;	
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border:0px;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 100px;
}

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

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#333333;
	font-size:12px;
	font-weight:700;
	text-align:center;
	display:inline-block;
	padding:1px 10px;
	margin-top:16px;
	text-transform:uppercase;
	background-color:#ffb200;
	-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 .comment-reply .icon{
	font-size:13px;
	margin-right:2px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#333333;
	line-height:24px;	
	font-size:16px;
	font-weight:700;
	/*font-family: 'Raleway', sans-serif;*/
}

.sidebar-page-container .comments-area .comment-info span{
	font-weight:400;
	font-size:16px;
	color:#777777;
	margin-left:22px;
	font-family: 'PT Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating{
	position:relative;
	font-size:18px;
	color:#ffb200;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:16px;
    margin-top:5px;
	margin-bottom:0px;
    line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:14px;
	color:#ffb200;
	margin-left:38px;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
}

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

.sidebar-page-container .comments-area.style-two{
	margin-top:20px;
}

.sidebar-page-container .comments-area.style-two .comment-box{
	padding:15px;
	margin-bottom:20px;
	border:1px solid #dddddd;
}

.sidebar-page-container .comments-area.style-two .comment-box .text{
	font-size:14px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

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

.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 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;
}

.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:#ffb200;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#a5a5a5;
	height:170px;
	font-size:14px;
	resize:none;
	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;
}

.comment-form button{
	margin-top:12px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	padding:11px 18px;
	text-transform:capitalize;
}

.news-classic .styled-pagination,
.news-list .styled-pagination{
	margin-top:80px;
}

/*News Block Two*/

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

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

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

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

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

.news-block-two .inner-box .image-column  .image .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffb200;
    font-size: 26px;
    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.60);
}

.news-block-two .inner-box .image-column  .image .overlay-box .fa{
	position:relative;
	top:50%;
	margin-top:-8px;
	display:block;
}

.news-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
}

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

.news-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding-top:10px;
}

.news-block-two .inner-box .content-column .post-meta{
	position:relative;
	margin-bottom:10px;
}

.news-block-two .inner-box .content-column .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.2em;
	padding-left:24px;
	display:inline-block;
	margin-right:20px;
}

.news-block-two .inner-box .content-column .post-meta li a{
	color:#777777;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .post-meta li a:hover{
	color:#ffc744;
}

.news-block-two .inner-box .content-column .post-meta li:last-child{
	margin-right:0px;
}

.news-block-two .inner-box .content-column .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffc744;
	line-height:1em;
}

.news-block-two .inner-box .content-column h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.5em;
	margin-bottom:15px;
}

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

.news-block-two .inner-box .content-column h3 a:hover{
	color:#ffc744;
}

.news-block-two .inner-box .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

 ***/

.contact-section{
	position:relative;
	padding:90px 0px 60px;
}

.contact-section h2{
	position:relative;
	color:#5743a2;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
}

.contact-section .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:25px;
}

.contact-section .social-icon-two{
	padding-top:10px;	
}

.contact-section .social-icon-two li{
	margin-right:20px;
	margin-left:0px;	
}

.contact-section .social-icon-two li a{
	color:#bbbbbb;
	font-size:22px;	
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
	padding-right:15px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="file"],
.contact-form .form-group select{
	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;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#ffb200;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#a5a5a5;
	height:170px;
	font-size:14px;
	resize:none;
	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;
}

.contact-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	padding:6px 19px;
	text-transform:capitalize;
}

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

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

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:470px;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

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

.login-section h2{
	position:relative;
	color:#333333;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.login-section .inner-container{
	position:relative;
	padding:25px 28px 15px;
	background-color:#f5f5f5;
}

.login-section.login-page .inner-container{
	max-width:600px;
	margin:0 auto;
}

.login-section.login-page h2{
	text-align:center;
}

.login-section.style-two{
	padding:0px;
	margin-bottom:30px;
}

.login-form{
	position:relative;
}

.login-form .form-group{
	position:relative;
	margin-bottom:12px;
}

.login-form .form-group.check-box{
	padding-top:7px;
}

.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;
	cursor:pointer;
}

.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:#ffb200;
}

.login-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	line-height:30px;
	padding:5px 32px;
	text-transform:capitalize;
}

.login-form .psw{
	position:relative;
	color:#333333;
	font-size:16px;
}

.login-form .psw:hover{
	text-decoration:underline;	
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:70px;
}

.shop-item .inner-box{
	position:relative;
	display:block;
	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;
	z-index:11;
	text-align:center;
	background-color:#f8f8f8;
}

.shop-item .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	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:#ffb200;
	display:inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a{
	position:relative;
	color:#ffb200;
	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{
	display:block;
	font-size:24px;
	margin-bottom:8px;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{
	color:#ffffff;
}

.shop-item .inner-box .image img{
	width:100%;
	display:inline-block;
}

.shop-item .inner-box .lower-content{
	position:relative;
	z-index:11;
	padding:20px 0px 0px;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	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:#ffb200;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#ffb200;
	font-size:18px;
	font-weight:700;
}

.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:#ffb200;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{
	position:relative;
	padding:0px 0px;
	padding-left:90px;
	min-height:95px;
	margin-bottom:20px;
	border-bottom:1px solid #eeeeee;
}

.sidebar .related-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
	min-height:inherit;
}

.sidebar .related-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
}

.sidebar .related-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .related-posts .post h4{
	top:-2px;
	font-size:16px;
	font-weight:700;
	color:#333333;
	text-transform:capitalize;
}

.sidebar .related-posts .post h4 a{
	color:#333333;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover{
	color:#fbb200;	
}

.sidebar .related-posts .post .price{
	font-size:16px;
	letter-spacing:1px;
	font-weight:400;
	color:#777777;
}

.sidebar .related-posts .post .rating{
	margin-bottom:1px;	
	line-height:1em;
}

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:26px;
	color:#ffb200;
}

.sidebar .related-posts .post .rating .fa-star.light{
	
}

/*Sidebar Range slider */

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 10px;
    overflow: hidden;
	margin-top:-20px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#848484;
	font-size:16px;
	font-weight:300;
	margin-top:8px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width:75px;
	padding-left:8px;
	margin-top:8px;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:#777777;
	font-size:16px;
	font-weight:300;
	width:auto;
	text-align:left;	
}

.range-slider-one .ui-widget.ui-widget-content{
	height:3px;
	border:none;
	margin-bottom:35px;
	background:#e5e5e5;	
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:3px;
	background:#333333;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-3px;
	width:10px;
	height:10px;
	background:#fbb200;
	cursor:pointer;
	border-color:#fbb200;
}

.range-slider-one .theme-btn{
	padding:8px 24px;
	border-radius:0px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}




.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:700;
	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:#ffb200;
	margin-bottom:15px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	display:inline-block;
	color:#777777;
	font-weight:700;
	margin-left:15px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#777777;	
}

.product-details .basic-details .details-header .item-price{
	font-size:22px;
	font-weight:700;
	color:#ffb200;
	line-height:24px;
}

.product-details .basic-details .prod-info{
	margin-bottom:15px;
	line-height:1.6em;
	font-size:13px;	
}

.product-details .basic-details .prod-info strong{
	font-weight:700;
	color:#111111;	
}

.product-details .basic-details .text{
	margin-bottom:25px;
	color:#777777;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.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:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
	font-size:18px;
	line-height:24px;
	padding:10px 15px !important;
	height:50px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:12px 10px;
	background:#f4f5f6;
	border-radius:0px;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
	top:8px;	
}

.product-details .basic-details .add-to-cart{
	padding:11px 20px;
	font-weight:700;
	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:700;
	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:#000000;
	background:#ffb200;
}

.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:700;
	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:700;
	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:#ffb200;
}

.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:#ffb200;
}

.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:700;
	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 60px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

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

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

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#333333;
	color:#ffffff;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 25px;
	font-weight:700;
	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:#fbb200;
}

.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;
	color:#333333;
	font-weight:700;
	border-radius:0px;
	text-transform:uppercase;
	background-color:#fbb200;
}

.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:#333333;
	font-weight:700;
	text-transform:uppercase;
	background-color:#fbb200;
}

.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:700;
	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:700;
	text-transform:capitalize;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;	
}

.cart-section .totals-table .total .price{
	color:#ffb200;
	font-weight:700;
}

.cart-section .totals-table .proceed-btn{
    padding: 13px 34px 13px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #fbb200;
	/*font-family: 'Raleway', sans-serif;*/
}


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

.shipping-block .inner-box{
	position:relative;
	display:block;
	padding:16px 20px 6px;
	border:1px solid #cccccc;
}

.shipping-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:capitalize;
}

.shipping-block .inner-box h4{
	position:relative;
	color:#fbb200;
	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:#ffb200;
}

.shipping-form button{
	margin-top:0px;
	font-size:15px;
	font-weight:700;
	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:0px;	
}

.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:#ffb200;
}

.checkout-page .default-links li a{
	color:#fa9928;
}

.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 select{
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea{
	resize:none;
	height:60px !important;	
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
	border-color:#fa9928;	
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:16px;
	cursor:pointer;
	color:#333333;
}

.checkout-page .lower-content{
	margin-top:30px;
}

.checkout-page .lower-content .order-column{
	margin-bottom:40px;
}

.checkout-page .lower-content .column h2{
	position:relative;
	color:#222222;
	font-size:24px;
	margin-bottom:30px;
	padding-bottom:12px;
}

.checkout-page .lower-content .column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#fa9928;
}

/*Coupon Box*/

.coupon-box{
	position:relative;
	padding:25px 25px;
	margin-bottom:25px;
	background-color:#f5f5f5;
}

.coupon-form{
	position:relative;
}

.coupon-form .form-group{
	position:relative;
	margin-bottom:0px;
}

.coupon-form .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:44px;
	font-size:14px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus{
	border-color:#ffb200;
}

.coupon-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	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:700;
	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:700;
}

.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:700;
	font-size:16px;
}

.order-box ul li span{
	width:50%;
	float:right;
	color:#ffb200;
	font-size:16px;
	font-weight:700;
}

.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:15px;	
}

.payment-box .payment-options li .radio-option{
	position:relative;		
}

.payment-box .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:700 !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:none;
	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 input:checked + label .small-text{
	display:block;
}

.payment-box .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:30px;
	top:-11px;
	border-left: 10px solid transparent;
	border-right: 10px 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:700;
	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;
}

/*****/
.key-features-section{
	padding:50px 0;
}

.key-features-section .sec-title h2 {
    position: relative;
    color: #5743a2;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: center;
}
.key-features-section .sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 270px;
    margin-left: -135px;
    border-bottom: 2px solid #e4e4e4;
}
.key-features-section .sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    margin-left: -35px;
    border-bottom: 5px solid #ffb200;
}

.key-features-section .row.row-flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
/*.key-features-section .key-features-bx{
	background-color: #eee;
	padding:40px 31px;
	margin-bottom: 30px;
	text-align: center;
	border-radius:70px;
}*/
.key-features-section .key-features-bx.key-features-bx1{
	background-color: #0d85c9;
	border-top:solid 5px #22b6f2;
}
.key-features-section .key-features-bx.key-features-bx2{
	background-color: #ec9a1b;
	border-top:solid 5px #f5c422;
}
.key-features-section .key-features-bx.key-features-bx3{
	background-color: #cc4995;
	border-top:solid 5px #fa5c98;
}
.key-features-section .key-features-bx.key-features-bx4{
	background-color: #8d41ad;
	border-top:solid 5px #c43eb8;
}
.key-features-section .key-features-bx.key-features-bx5{
	background-color: #3d4199;
	border-top:solid 5px #595ed5;
}
.key-features-section .key-features-bx p{
	margin-top:20px;
	margin-bottom: 0;
	text-align: center;
	font-size: 15px;
	color:#fff;
	line-height:22px;
}
.footer-top{
	padding:60px 0 20px;
}
.footer-top .footer-column ul li{
	color:#fff;
}
.footer-top .footer-column ul li span{
	color:#fff;
}
.main-footer .footer-top .logo a img{
	width:100%;
}
.brands-section{
	padding:50px 0;
	background-color: #fff;
}
.brands-section ul.brnand-logo-list{
	text-align: center;
}
.brands-section ul.brnand-logo-list li{
	display: inline-block;
	width:19%;
}
.brands-section marquee ul li{
	display: inline;
	margin-right:30px;
}

.services-section .sec-title h2 {
    position: relative;
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: center;
}
.services-section .sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 270px;
    margin-left: -135px;
    border-bottom: 2px solid #e4e4e4;
}
.services-section .sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    margin-left: -35px;
    border-bottom: 5px solid #ffb200;
}

.brands-section .sec-title h2 {
    position: relative;
    color: #5743a2;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: center;
}
.brands-section .sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 270px;
    margin-left: -135px;
    border-bottom: 2px solid #e4e4e4;
}
.brands-section .sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    margin-left: -35px;
    border-bottom: 5px solid #ffb200;
}
.brands-section .brand-bx{
	/*border:solid 1px #d7d7d7;
	background-color: #fff;
	box-shadow:0 0 20px 0 #eee;
	border-radius:4px;*/
	padding:10px;
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*journey-continues-section start*/
.journey-continues-desktop{
	display: block;
}
.journey-continues-mobile{
	display: none;
}
.journey-continues-section {
    padding: 50px 0;
    background-color: #39375c;
}
.journey-continues-section .sec-title h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: center;
}
.journey-continues-section .sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 270px;
    margin-left: -135px;
    border-bottom: 2px solid #e4e4e4;
}
.journey-continues-section .sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    margin-left: -35px;
    border-bottom: 5px solid #ffb200;
}

.journey-continues-section .journey-list-section-upper .journey-bx{
	background-color: #fff;
	padding:0 8px 15px;
	border-bottom:solid 3px #ffb200;
	border-top:solid 1px #ffb200;
	border-right:solid 1px #ffb200;
	border-left:solid 1px #ffb200;
	/*border-radius:10px;*/
	text-align: center;
	/*min-height: 170px;*/
	position: relative;
	margin-bottom: 32px;
}
.journey-continues-section .journey-list-section-upper .journey-bx::after{
	content:"";
	position: absolute;
	bottom:-53px;
	left:49%;
	background-color: #ffb200;
	width:2px;
	height:18px;
}
/*.journey-continues-section .journey-list-section-upper .journey-bx::before{
	content: "";
    position: absolute;
    bottom: -58px;
    left: 47%;
    background-color: #ffb200;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}*/
.journey-continues-section .journey-list-section-upper .journey-bx .journey-bx-inner{
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border:solid 1px #eee;*/
	/*background-color: #f9f9f9;*/
	/*background-color: #f0fbff;*/

	/*background-color: #fff9dd;*/
	margin-top: 0px;
	text-align: center;
	/*padding: 10px;
	border-radius:10px;*/
}

.journey-continues-section .journey-list-section-lower .journey-bx{
	background-color: #fff;
	padding:15px;
	border-top:solid 3px #ffb200;
	/*border-radius:10px;*/
	text-align: center;
	/*min-height: 170px;*/
	position: relative;
}
.journey-continues-section .journey-list-section-lower .journey-bx::after{
	content:"";
	position: absolute;
	bottom:-20px;
	left:49%;
	background-color: #ffb200;
	width:1px;
	height:20px;
}
/*.journey-continues-section .journey-list-section-lower .journey-bx::before{
	content: "";
    position: absolute;
    top: -57px;
    left: 47%;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border:solid 2px #ffb200;
    z-index: 99;
}*/
.journey-continues-section .journey-list-section-lower .journey-bx .journey-bx-inner{
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border:solid 1px #eee;*/
	/*background-color: #f9f9f9;*/
	/*background-color: #f0fbff;*/

	/*background-color: #fff9dd;*/
	margin-top: 0px;
	text-align: center;
	/*padding: 10px;
	border-radius:10px;*/
}


.journey-bx-2001 .journey-bx-inner{
	/*background-color:#dcf5ff;*/
}
.journey-bx-2005 .journey-bx-inner{
	/*background-color:#d8ebf5;*/
}
.journey-bx-2019 .journey-bx-inner{
	/*background-color:#fdf1dd;*/
}
.journey-bx-2020 .journey-bx-inner{
	/*background-color:#ffe4f3;*/
}
.journey-bx-2020b .journey-bx-inner{
	/*background-color:#f8e7ff;*/
}

.journey-bx-2021 .journey-bx-inner{
	/*background-color:#ffdbdc;*/
}
.journey-bx-2022 .journey-bx-inner{
	/*background-color:#ffe6f5;*/
}
.journey-bx-2022b .journey-bx-inner{
	/*background-color:#e4e5fd;*/
}
.journey-bx-2023 .journey-bx-inner{
	/*background-color:#c7f5ea;*/
}
.journey-bx-2024 .journey-bx-inner{
	/*background-color:#fff7ce;*/
}

.journey-continues-section .journey-bx.journey-bx-up{
	margin-top:-20px;
}
.journey-continues-section .journey-bx.journey-bx-down{
	margin-top:30px;
}

.journey-continues-section .journey-list-section-upper .journey-year-outer-bx{
	margin-bottom:-50px;
	text-align: center;
}
.journey-continues-section .journey-list-section-upper .journey-year-outer-bx .journey-year-outer{
	display: inline-block;
}
.journey-continues-section .journey-list-section-upper .journey-bx .journey-year-outer-bx .journey-year-outer .journey-year{
	/*background-color: #ffb200;*/
	color:#5803e1;
	/*padding:18px 13px;*/
	width: 70px;
    height: 70px;
    border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	border:solid 1px #ffb200;
	background-color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}

.journey-continues-section .journey-list-section-lower .journey-year-outer-bx{
	margin-top:-50px;
	text-align: center;
}
.journey-continues-section .journey-list-section-lower .journey-year-outer-bx .journey-year-outer{
	display: inline-block;
}
.journey-continues-section .journey-list-section-lower .journey-bx .journey-year-outer-bx .journey-year-outer .journey-year{
	/*background-color: #ffb200;*/
	color:#5803e1;
	/*padding:18px 13px;*/
	width: 70px;
    height: 70px;
    border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	border:solid 1px #ffb200;
	background-color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}

.journey-bx-2001 span{
	/*background-color:#24baf6;*/
}
.journey-bx-2005 span{
	/*background-color:#0d85c9;*/
}
.journey-bx-2019 span{
	/*background-color:#ec9a1b;*/
}
.journey-bx-2020 span{
	/*background-color:#cc4995;*/
}
.journey-bx-2020b span{
	/*background-color:#8d41ad;*/
}

.journey-bx-2021 span{
	/*background-color:#DD595D;*/
}
.journey-bx-2022 span{
	/*background-color:#ff3686;*/
}
.journey-bx-2022b span{
	/*background-color:#3d4199;*/
}
.journey-bx-2023 span{
	/*background-color:#30bb9b;*/
}
.journey-bx-2024 span{
	/*background-color:#ffb200;*/
}





.journey-continues-section .journey-list-section-upper .journey-bx p{
	text-align: center;
	line-height: 20px;
	/*margin-top: 10px;*/
	margin-bottom: 0;
	/*min-height: 120px;*/
	font-size: 14px;
	color: #5743a2;
	font-weight:600;
	/*display: flex;
	align-items: center;*/
}
.journey-continues-section .journey-list-section-lower .journey-bx p{
	text-align: center;
	line-height: 20px;
	/*margin-top: 10px;*/
	margin-bottom: 0;
	min-height: 85px;
	font-size: 14px;
	color: #5743a2;
	font-weight:600;
	/*display: flex;
	align-items: center;*/
}
.journey-list-section-upper{
	position: relative;
	margin-left:-50px;
}
.journey-list-section-upper::after{
	content:"";
	width:100%;
	height:2px;
	background-color: #ffb200;
	position: absolute;
	bottom:-20px;
	left:0;
}
.journey-list-section-upper ul li{
	display: inline-block;
	/*width: 15%;
	margin-right: 51px;*/
    width: 16%;
    /*margin-right: 106px;*/
    margin-right: 140px;
}
.journey-list-section-upper ul li:last-child{
    margin-right: 0;
}

.journey-list-section-lower{
	position: relative;
	margin-top: 38px;
	margin-right:-50px;
}
.journey-list-section-lower::after{
	content:"";
	width:100%;
	height:2px;
	background-color: #ffb200;
	position: absolute;
	top:-20px;
	left:0;
}
.journey-list-section-lower	 ul{
	text-align: right;
}
.journey-list-section-lower	 ul li{
	display: inline-block;
	/*width: 15%;    
    margin-right: 51px;*/
    width: 16%;
    /*margin-right: 106px;*/
    /*margin-left: 106px;*/
    margin-left: 140px;
}
/*.journey-list-section-lower ul li:last-child{
    margin-right: 0;    
}*/
.journey-list-section-lower	ul li:first-child{
    margin-left: 0;
}

.journey-continues-section .journey-bx .journey-list-section-lower .journey-year-outer-bx {
    margin-top: -50px !important;
    text-align: center;
}

.journey-continues-section .journey-list-section-lower .journey-bx{
	background-color: #fff;
    padding: 15px 8px 0;
    border-top: solid 3px #ffb200;
    border-bottom:solid 1px #ffb200;
	border-right:solid 1px #ffb200;
	border-left:solid 1px #ffb200;
    /* border-radius: 10px; */
    text-align: center;
    /* min-height: 170px; */
    position: relative;
    margin-top: 30px;
}
.journey-continues-section .journey-list-section-lower .journey-bx::after{
	content:"";
	position: absolute;
	top:-53px;
	left:49%;
	background-color: #ffb200;
	width:2px;
	height:18px;
}
/*journey-continues-section end*/

.pl-5{
	padding-left:5px;
}
.pr-5{
	padding-right:5px;
}

.clients-section marquee ul li{
	display: inline;
	margin-right:30px;
}

.clients-section .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.clients-section .sec-title h2 {
    position: relative;
    color: #5743a2;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: center;
}
.clients-section .sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 270px;
    margin-left: -135px;
    border-bottom: 2px solid #e4e4e4;
}
.clients-section .sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    margin-left: -35px;
    border-bottom: 5px solid #ffb200;
}

/*****/
.content-box{
	box-shadow:0 0 20px 0 #eee;
	border-radius:10px;
	padding:15px;
	min-height: 190px;
}
.content-box h3 a{
	color:#5743a2;
}
.careers-box{
	width:100%;
	margin:0 auto 50px;
}
.careers-box p{
	text-align: left;
}
.life-box{
	background-color: #fafcff;
	/*border-top:solid 4px #ffb200;*/
	padding: 10px 20px;
	/*border-radius:10px;*/
	/*margin-top:-70px;*/
	min-height: 429px;
}
.life-box .sec-title{
	margin-bottom:17px;
}
.life-box p{
	text-align: justify;
}
.industry-box{
	margin-bottom: 25px;
}
.industry-box a{
	color:#000;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight:600;
	padding:35px 0;
	border-radius:10px;
	background-color: #fff;
	box-shadow:0 0 20px 0 #ddd;
	border-top:solid 3px #f7c247;
}
.industry-box a:hover{
	color:#fff;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight:600;
	padding:35px 0;
	border-radius:10px;
	background-color: #ffb200;
	box-shadow:0 0 20px 0 #ddd;
	border-top:solid 3px #ffb200;
}
.services-box{
	box-shadow:0 0 20px 0 #eee;
	border-radius:10px;
	padding:15px;
	min-height: 257px;
}
.services-box h3{
	color:#5743a2;
}
.key-objectives{
	margin-top: 40px;
	margin-bottom: 40px;
}
.key-objectives h3{
	margin-bottom: 20px;
	color:#333;
}
.key-objectives-box{
	border:solid 1px #c55f5c;
	padding:20px;
	border-radius:50%;
	/*background-color: #f9f9f9;*/
	min-height: 160px;
	/*min-height: 120px;*/
	display: flex;
	align-items: center;
	box-shadow: 0 5px 10px 0 #dfdfdf;
}
.key-objectives-box h5{
	color: #5743a2;
	text-align: center;
	font-size:13px;
}

.why-choose{
	margin-top: 40px;
}
.why-choose h3{
	color:#333;
}
.why-choose h4{
	margin-bottom: 20px;
	color:#555;
}
.why-choose ul{
	margin-top:20px;
}
.why-choose ul li{
	display: inline-block;
    /* border: solid 1px #ccc; */
    padding: 20px 5px;
     border-radius: 6px; 
    /* background-color: #f5f3f4; */
    margin-top: 10px;
    margin-bottom: 30px;
    width: 18%;
    margin-right: 19px;
    text-align: center;
    min-height: 150px;
    vertical-align: top;
    min-height: 130px;
    border: solid 1px #c55f5c;
    /* transform: skewX(-15deg);*/
}



.why-choose ul li img {
    margin-bottom: 15px;
    /* transform: skewX(15deg); */
    margin-top: -50px;
    border-radius: 6px;
    padding: 2px;
    background: #fff;
    border: solid 1px #c55f5c;
}
.why-choose ul li p{
	/*font-weight:600;*/
	min-height: 30px;
	color: #5743a2;
	text-align: center;
	font-weight: 600;
	/*transform:skewX(15deg);*/
	font-size:13px;
}

/**why-choose-manufacturing start**/
.why-choose-manufacturing{
	margin-top: 40px;
}
.why-choose-manufacturing h3{
	color:#333;
}
.why-choose-manufacturing h4{
	margin-bottom: 20px;
	color:#555;
}
.why-choose-manufacturing ul{
	margin-top:20px;
}
.why-choose-manufacturing ul li{
	display: inline-block;
    /* border: solid 1px #ccc; */
    padding: 20px 5px;
     border-radius: 6px; 
    /* background-color: #f5f3f4; */
    margin-top: 10px;
    margin-bottom: 30px;
    width: 18%;
    margin-right: 19px;
    text-align: center;
    min-height: 150px;
    vertical-align: top;
    min-height: 130px;
    border: solid 1px #c55f5c;
    /* transform: skewX(-15deg);*/
}
.why-choose-manufacturing ul li img {
    margin-bottom: 15px;
    /* transform: skewX(15deg); */
    margin-top: -50px;
    border-radius: 6px;
    padding: 2px;
    background: #fff;
    border: solid 1px #c55f5c;
}
.why-choose-manufacturing ul li p{
	font-weight:600;
	min-height: 30px;
	color: #5743a2;
	text-align: center;
	/*transform:skewX(15deg);*/
	font-size:13px;
}
/**why-choose-manufacturing end**/

.floating-social-section{
	/*background-color: #eee;*/
	position: fixed;
	top:35%;
	right:-170px;
	z-index: 999;	
}
/*.floating-social-section ul{
	position: relative;
	right:-85%;
}*/
.floating-social-section ul li{
	margin-bottom:3px;
	padding:3px 10px;
	border-radius:6px 0 0 6px;
}
.floating-social-section ul li a i{
	margin-right:7px;
}
.floating-social-section ul li.floating-social-section-facebook{
	background-color: #eee;
	position: relative;
	right:0;
	transition:right 1s;
}
.floating-social-section ul li.floating-social-section-facebook a{
	color:#4a68ab;
	display: block;
}
.floating-social-section ul li.floating-social-section-facebook:hover{
	background-color: #eee;
	position: relative;
	right:85%;
}

.floating-social-section ul li.floating-social-section-twitter{
	background-color: #eee;
	position: relative;
	right:0;
	transition:right 1s;
}
.floating-social-section ul li.floating-social-section-twitter a{
	/*color:#2aacda;*/
	color:#333;
	display: block;
}
.floating-social-section ul li.floating-social-section-twitter:hover{
	background-color: #eee;
	position: relative;
	right:85%;
}

.floating-social-section ul li.floating-social-section-instagram{
	background-color: #eee;
	position: relative;
	right:0;
	transition:right 1s;
}
.floating-social-section ul li.floating-social-section-instagram a{
	color:#ae3c81;
	display: block;
}
.floating-social-section ul li.floating-social-section-instagram:hover{
	background-color: #eee;
	position: relative;
	right:85%;
}

.floating-social-section ul li.floating-social-section-phone{
	background-color: #eee;
	position: relative;
	right:0;
	transition:right 1s;
}
.floating-social-section ul li.floating-social-section-phone a{
	color:#029b92;
	display: block;
}
.floating-social-section ul li.floating-social-section-phone:hover{
	background-color: #eee;
	position: relative;
	right:85%;
}

.floating-social-section ul li.floating-social-section-email{
	background-color: #eee;
	position: relative;
	right:0;
	transition:right 1s;
}
.floating-social-section ul li.floating-social-section-email a{
	color:#f19f00;
	display: block;
}
.floating-social-section ul li.floating-social-section-email:hover{
	background-color: #eee;
	position: relative;
	right:85%;
}

.key-features-row{
	display: flex;
	flex-wrap: wrap;
}
.key-features-row .key-features-bx{
	width:18%;
	margin-right: 2%;
	padding:15px 10px;
	text-align: center;
}
.careers-box .sec-title{
	margin-bottom: 30px;
}
.careers-box .sec-title h2 {
    position: relative;
    color: #5743a2;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: left;
}
.careers-box .sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 270px;
    border-bottom: 2px solid #e4e4e4;
}
.careers-box .sec-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 70px;
    border-bottom: 5px solid #ffb200;
}

.contact-box {
    width: 100%;
    margin: 0 auto 50px;
}
.contact-box p {
    text-align: left;
}
.contact-box .sec-title{
	margin-bottom: 30px;
}
.contact-box .sec-title h2 {
    position: relative;
    color: #5743a2;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: left;
}
.contact-box .sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 270px;
    border-bottom: 2px solid #e4e4e4;
}
.contact-box .sec-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 70px;
    border-bottom: 5px solid #ffb200;
}
.service-section{
	position:relative;
	padding:95px 0px 50px;
}
.service-section .sec-title h2 {
    position: relative;
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: center;
}
.service-section .sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 270px;
    margin-left: -135px;
    border-bottom: 2px solid #e4e4e4;
}
.service-section .sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    margin-left: -35px;
    border-bottom: 5px solid #ffb200;
}
.service-head-section{
	/*text-align: center;*/
	margin-bottom: 20px;
}
.service-head-section img{
	margin-bottom:30px;
}
.service-head-section h3{
	color: #5743a2;
	border-bottom: solid 2px #ffb200;
}
.service-head-section p{
	color: #0082c6;
	font-size: 22px;
	/*text-align: center;*/
}
.service-tab-section{
	margin-top: 30px;
}
.service-tab-section .nav-tabs>li {
    /*float: left;
    margin-bottom: -1px;*/
    width: 33.99%;
}
.service-tab-section ul.nav.nav-tabs{
	display: flex;
    /*justify-content: center;*/
}
.service-tab-section ul.nav.nav-tabs li a{
	color:#fff;
	/*background-color: #45bff7;*/
	background-color: #5743a2;
	/*position: relative;
    display: block;*/
    /*padding: 8px 98px 5px;*/
    padding: 39px 46px 35px;
    font-weight: 500;
    text-align: center;
    font-size: 21px;
    /*text-transform: uppercase;*/
}
.service-tab-section ul.nav.nav-tabs li.active a{
	color:#fff;
	background-color: #de5095;
}
.service-tab-section ul.nav.nav-tabs li a img{
	margin-bottom: 5px;
	margin-right: 10px;
}
.service-tab-section .tab-content{
	border:solid 1px #e1dede;
	/*padding:20px;*/
	padding:0 20px;
	margin-top: -1px;
}
.service-tab-section .processflow-sec{
	margin-bottom: 20px;
}
.service-tab-section .processflow-box{
	border:solid 1px #a66ce6;
	margin-top:30px;
	padding:10px;
	border-radius:6px;
	text-align: center;
	min-height: 140px;
}
.service-tab-section .processflow-box span{
	background-color: #8472cb;
	color:#fff;
	/*border:solid 1px #eee;*/
	padding:10px;
	border-radius:20px;
	position: relative;
	top:-20px;
}
.service-tab-section .processflow-box p{
	text-align: center;
}
.service-tab-section .control-plan-box h4{
	border-bottom:solid 1px #e1dede;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color:#5743a2;
}
.service-tab-section .application-bx ul{
	margin-top: 20px;
	margin-bottom:20px;
}
/*.service-tab-section .application-bx ul li{
	display: inline-block;
	width:23%;
	border-style:solid;
	border-width: 1px 1px 1px 1px;
    border-color: #dd72a8;
	margin-bottom: 20px;
	padding:30px 10px;
	margin-right: 15px;
	font-weight:600;
	border-radius: 50px;
    text-align: center;
    box-shadow: 0 3px 5px 0 #ccc;
}*/
.service-tab-section .application-bx ul li {
    display: inline-block;
    width: 33%;
    /* border: solid 1px #c55f5c; */
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dd72a8;
    margin-bottom: -1px;
    /*padding: 5px 10px 5px 30px;*/
    padding: 5px 10px 5px 10px;
    margin-right: -5px;
    position: relative;
    /*font-weight: 600;*/
    /* border-radius: 50px; */
    /*text-align: center;*/
    /* box-shadow: 0 3px 5px 0 #ccc; */
}
/*.service-tab-section .application-bx ul li::before {
	content:"";
	position: absolute;
	top:17px;
	left:10px;
	background-color: #ff0000;
	height:2px;
	width:15px;
}*/
.service-tab-section .control-plan-box table{
	border-collapse: collapse;
	margin-bottom:20px;
	line-height: 20px;
	font-size: 13px;
}
.service-tab-section .control-plan-box table th,.control-plan-box table td {
	border: solid 1px #eee;
	padding:2px 5px;
}
.service-tab-section .control-plan-box table th{
	background-color: #ead7ff;
}
.service-tab-section .infrastructure-box h4{
	color:#5743a2;
	border-bottom:solid 1px #e1dede;
	margin-bottom: 5px;
}
.service-tab-section .inf-bx{
	margin-bottom: 20px;
	border:solid 1px #e1dede;
	border-radius:6px;
	padding:10px;
}
.service-tab-section .inf-bx h5{
	background-color: #5743a2;
	border-radius:4px 4px 0 0;
	/*border-radius:20px;*/
	padding:5px 0;
	text-align: center;
	color:#fff;
	margin-bottom:2px;
}
.service-tab-section .inf-bx img{
	width:100%;
}
.service-tab-section .inf-bx p{
	background-color: #fff;
	border:solid 1px #cb6ce6;
	border-radius:4px;
	padding:0 2px;
	text-align: center;
	color:#000;
	margin:-10px 20px 0;
	font-size: 10px;
	line-height: 14px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-tab-section .credentials-box{
	margin-top: 20px;
}
.service-tab-section .credentials-box h4 {
    color: #5743a2;
    border-bottom: solid 1px #e1dede;
    margin-bottom: 5px;
}
.service-tab-section .credentials-box table{
	border-collapse: collapse;
	margin-bottom:20px;
	line-height: 20px;
	font-size: 13px;
}
.service-tab-section .credentials-box table th,.credentials-box table td {
	border: solid 1px #eee;
	padding:2px 5px;
}
.service-tab-section .credentials-box table th{
	background-color: #ead7ff;
}
.service-tab-section .cred-bx{
	margin-bottom: 20px;
	/*width:80%;*/
}
.service-tab-section .cred-bx .before-after-bx{
	border:solid 1px #cb6ce6;
	border-radius:4px;
	padding:10px;
	margin-top: 10px;
	/*width:80%;*/
}
.service-tab-section .cred-bx .before-after-bx h6 {
    background-color: #5743a2;
    /*border-radius: 4px 4px 0 0;*/
    /* border-radius: 20px; */
    padding: 5px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
    /*margin-top:15px;*/
}
.service-tab-section .cred-bx p {
	margin-bottom: 0;
	line-height: 1.4em;
}
.service-tab-section .cred-bx p strong{
	color:#7f67d9;
}
.service-tab-section .services-list{
	margin-left:20px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.service-tab-section .services-list li{
	list-style: disc;
}
.manufacturing-box {
    /*box-shadow: 0 0 20px 0 #eee;
    border-radius: 10px;
    padding: 15px;*/
}
.manufacturing-box h3 {
    color: #5743a2;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}
.manufacturing-box .introduction-list{
	display: flex;
	flex-wrap: wrap;
}
.manufacturing-box .introduction-list li{
	/*display: inline-block;*/
	width:19.1%;
	border-top:solid 3px #cb6ce6;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-radius:20px;
	padding:1%;
	margin-right: 10px;
	text-align: justify;
	line-height: 24px;
	font-size: 14px;
}
.manufacturing-tab-section{
	margin-top: 30px;
}
.manufacturing-tab-section .nav-tabs>li {
    /*float: left;
    margin-bottom: -1px;*/
    width: 33.99%;
}
.manufacturing-tab-section ul.nav.nav-tabs{
	display: flex;
    /*justify-content: center;*/
}
.manufacturing-tab-section ul.nav.nav-tabs li a {
    color: #fff;
    /*background-color: #45bff7;*/
    background-color: #5743a2;
    padding: 39px 46px 35px;
    font-weight: 600;
    text-align: center;
    /* text-transform: uppercase; */
}
.manufacturing-tab-section ul.nav.nav-tabs li.active a{
	color:#fff;
	background-color: #de5095;
}
.manufacturing-tab-section ul.nav.nav-tabs li a img{
	margin-bottom: 5px;
}
.manufacturing-tab-section .tab-content{
	border:solid 1px #e1dede;
	padding:0 20px;
	margin-top: -1px;
}
.manufacturing-tab-section .whychoose-bx-sec{
	margin:20px 0;
}
.manufacturing-tab-section .whychoose-bx{
	box-shadow: 0 0 20px 0 #eee;
    border-radius: 10px;
    padding: 15px;
    min-height: 240px;
    /*margin-bottom: 30px;*/
    margin:15px 0;
}
.manufacturing-tab-section .whychoose-bx h4{
	color:#5743a2;
}
.manufacturing-tab-section .whychoose-bx p{
    margin-bottom: 0px;
}
.manufacturing-tab-section .processflow-bx{
	box-shadow: 0 0 20px 0 #eee;
    border-radius: 10px;
    padding: 15px;
    min-height: 220px;
    margin-bottom: 30px;
}
.manufacturing-tab-section .processflow-bx h4{
	color:#5743a2;
}
.manufacturing-tab-section .processflow-bx p{
    margin-bottom: 0px;
}
.manufacturing-tab-section .st-op-pro-sec{
	margin:20px 0;
}
.manufacturing-tab-section .st-op-pro-box{
	border:solid 1px #a66ce6;
	margin-top:30px;
	/*margin-bottom:30px;*/
	padding:10px;
	border-radius:6px;
	text-align: center;
	min-height: 130px;
}
.manufacturing-tab-section .st-op-pro-box p{
	margin-bottom: 0;
	text-align: center;	
}
.manufacturing-tab-section .st-op-pro-box span{
	background-color: #8472cb;
	color:#fff;
	/*border:solid 1px #eee;*/
	padding:10px;
	border-radius:20px;
	position: relative;
	top:-20px;
}
.manufacturing-tab-section .hose-assembly-machines-box{
	margin-top:20px;
}
.manufacturing-tab-section .hose-assembly-machines-box table{
	border-collapse: collapse;
	margin-bottom:20px;
	line-height: 20px;
	font-size: 13px;
}
/*.manufacturing-tab-section .hose-assembly-machines-box table tr:nth-child(even) td{
	background-color: #f9f9f9;
}*/
.manufacturing-tab-section .hose-assembly-machines-box table th,.hose-assembly-machines-box table td {
	border: solid 1px #eee;
	padding:2px 5px;
}
.manufacturing-tab-section .hose-assembly-machines-box table th{
	background-color: #ead7ff;
}
.manufacturing-tab-section .inf-bx{
	margin-bottom: 20px;
	border:solid 1px #e1dede;
	border-radius:6px;
	padding:10px;
}
.manufacturing-tab-section .inf-bx h5{
	background-color: #5743a2;
	border-radius:4px 4px 0 0;
	/*border-radius:20px;*/
	padding:5px 0;
	text-align: center;
	color:#fff;
	margin-bottom:2px;
}
.manufacturing-tab-section .inf-bx img{
	width:100%;
}
.manufacturing-tab-section .inf-bx p{
	background-color: #fff;
	border:solid 1px #cb6ce6;
	border-radius:4px;
	padding:0 2px;
	text-align: center;
	color:#000;
	margin:-10px 20px 0;
	font-size: 10px;
	line-height: 14px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-menu-box{
	background-color: #eee;
	padding:15px;
}
/*.product-section{}*/
.product-section .product-bx a{
	border:solid 1px #cb6ce6;
	border-radius:6px;
	padding:10px;
	text-align: center;
	display: block;
	color:#333;
	margin-bottom: 20px;
	transition :all 1s;
}
.product-section .product-bx a:hover{
	border:solid 1px #ddd;	
	color:#ffb200;
	box-shadow:0 0 20px 0 #eee;
}
.product-section .product-bx a img{
	border-radius:6px;
}
.product-section .product-bx a span {
    border-radius: 4px;
    background-color: #5743a2;
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-section .product-bx a:hover span{
	background-color: #39006c;
}
.product-details-image{
	box-shadow: 0 0 20px 0 #eee;
    border-radius: 10px;
    padding: 15px;
    border:solid 1px #cb6ce6;
}
.product-details-box h2{
	color:#5743a2;
}
.product-details-box h4{
	margin-top: 20px;
	color:#5743a2;
}
.product-details-box ul{
	margin-left:30px;
	margin-bottom: 20px;
}
.product-details-box ul li{
	list-style-type: disc;
}
.product-details-box p.smhg-spf-par-mar-btm-st{
	margin-bottom:5px;
}
.tab-section{
	width:100%;
}
.tab-link{
	width:23%;
	float:left;
}
.tab-link .tabNav li{
	display: block;
	width:100%;
	margin-bottom: 5px;
}
.tab-link .tabNav li a{
	display: block;
	width:100%;
}
.tab-link .tabNav li a i{
	float:right;
}

.tab-section .tab-link .nav-tabs {
    /*border-bottom: 1px solid #ddd;*/
    border-bottom: none;
}
.tab-section .tab-link .nav-tabs>li {
    float: left;
    /*margin-bottom: -1px;*/
    display: block;
    width: 100%;

    margin-bottom: 5px;
}
.tab-section .tab-link .nav-tabs>li a {
    display: block;
    width: 100%;

    text-decoration: none;
    padding: 8px 10px;
    color: #fff;
    background-color: #5743a2;
    border-radius: 4px;
}
.tab-section .tab-link .nav-tabs>li a i {
    float: right;
}
.tab-section .tab-link .nav-tabs>li.active a {
	background-color: #cb3495;
    color: #fff;
    text-decoration: none;
}
.tab-section .tab-link .nav-tabs>li a:hover {
	background-color: #39006c;
    color: #fff;
    text-decoration: none;
}
.tab-data{
	width:75%;
	float:right;
}

.row.row-flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.brand-logo-desc-bx{
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:solid 2px #ffb200;
}
.brand-logo-desc-bx .brand-logo-bx{
	/*padding-left:10px;*/
	/*border:solid 1px #72ccff;*/
	margin-bottom: 0;
	text-align: center;
}
.brand-logo-desc-bx .brand-desc-bx p{
	/*padding-left:15px;
	border-left:solid 4px #ffb200;*/
	margin-bottom: 0;
}

.ead_section {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999;
}
.ead_section li {
    list-style: none;
    margin-bottom: 10px;
}
.ead_section li a{	
	background-color: #ff3686;
	padding:20px 12px;
	writing-mode: vertical-lr;
	color:#fff;
	transform:rotate(180deg);
	font-size: 18px;		
}
.ead_section li a:hover{	
	background-color: #e90f66;
	padding:20px 12px;
	writing-mode: vertical-lr;
	color:#fff;
	transform:rotate(180deg);
	font-size: 18px;		
}
.ead_section li a i{
	margin-bottom: 10px;
	transform:rotate(180deg);
}
.admission_enq_frm_bx_overlay{
	width:100%;
	height:100vh;
	z-index: 9999;
	background: rgba(0,0,0,0.4);
	/*position: absolute;*/
	position: fixed;
	top:0;
	left:0;
	display:none;
}
.admission_enq_frm_bx_overlay_effect{
	width:100%;
	height:100vh;
	z-index: 9999;
	background: rgba(0,0,0,0.4);
	/*position: absolute;*/
	position: fixed;
	top:0;
	left:0;
	display:block;
}
/*.admission_enq_frm_bx_overlay{
	position: relative;
}
.admission_enq_frm_bx_overlay:before{
	content:"";
	width:100%;
	height:100vh;
	z-index: 999;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top:0;
	left:0;
	display:none;
}*/
.admission_enq_frm_bx{
	position:fixed;
	top:0px;
	right:-380px;
	width:380px;
	height: 100vh;
	background-color:#f76db3;
	padding: 100px 35px;
	z-index: 9999;
	transition:all 0.5s;
}
.admission_enq_frm_bx .adm-enq-close-btn{
	position: absolute;
    right: 5px;
    top: 10px;
    /* background-color: #0d83e4; */
    padding: 0px 9px;
    border-radius: 30px;
}
.admission_enq_frm_bx .adm-enq-close-btn i{
	font-size: 19px;
	font-weight:500;
}
.admission_enq_frm_bx p{
	color:#fff;
}
.admission_enq_frm_bx_effect{
	position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    height: 100vh;
    background-color: #f76db3;
    padding: 100px 35px;
    z-index: 9999;
}
.admission_enq_frm_bx h2{
	color:#fff;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 20px;
} 
.admission_enq_frm_bx form input{
	width:100%;
	margin-bottom: 8px;
	color:#fff !important;
	font-size: 15px;
	height:50px;
	text-indent: 10px;
	border: none;
	outline: none;
	background:transparent;
	border:solid 1px #fff;
}
.admission_enq_frm_bx form input::placeholder{
	color:#fff;
}
.admission_enq_frm_bx form input:focus{
	border: none;
	outline: none;
	background:transparent;
	border:solid 1px #fff;
}
.admission_enq_frm_bx form input[type="submit"]{
	background: transparent;
	border:none;
	border-bottom:solid 1px #fff;
	color:#fff !important;
	text-align: left;
	font-size: 22px;
	font-weight:bold;
	display: inline !important;
	width: auto !important;
	height:auto !important;
	padding: 0 !important;
	text-indent:0 !important;
	margin-top:20px;
}
.admission_enq_frm_bx form input[type="submit"]:hover{
	background: transparent;
	color:#fff!important;
	border-bottom:solid 2px #fff;
	text-align: left;
	font-size: 22px;
	font-weight:bold;
	display: inline !important;
	width: auto !important;
	height:auto !important;
	padding: 0 !important;
	text-indent:0 !important;
	margin-top:20px;
}
.admission_enq_frm_bx .fa.fa-paper-plane{
	background-color: #d53c90;
	padding:4px 10px;
	border-radius:40px;
	color:#fff;
	margin-left:10px;
}
.admission_enq_frm_bx span{
	color:#fff;
	font-size: 12px;
}
.admission_enq_frm_bx a{
	color:#fff;
	font-size: 11px;
}
.admission_enq_frm_bx textarea{
	width:100%;
	margin-bottom: 8px;
	color:#fff !important;
	font-size: 15px;
	height:90px;
	text-indent: 10px;
	border: none;
	outline: none;
	background:transparent;
	border:solid 1px #fff;
}
.admission_enq_frm_bx form textarea::placeholder{
	color:#fff;
}
.vmt-section{
	margin-bottom: 100px;
}
.vmt-section .item img{
	width:100%;
}
.vmt-section .carousel-indicators{
	text-align: left;
	left: 40%;
	bottom:10%;
}
.vmt-section .carousel-caption{
	left: 10%;
	right:50%;
	bottom:14%;
}
.vmt-section .carousel-caption h3{
	text-align: left;
	font-size: 50px;
	text-transform: uppercase;
}
.vmt-section .carousel-caption p{
	font-size: 16px;
}

.vision-mission-section{
	padding-bottom:70px;
}
.vision-mission-section .vision-section{
	position: relative;
	/*margin-right:20px;*/
}
.vision-mission-section .vision-section::before{
	content:"";
	background:rgba(0,0,0,0.4);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vision-mission-section .vision-section img{
	width:100%;
}
.vision-mission-section .vision-section .vision-box{
	position: absolute;
	top:42%;
	left:8%;
	right:5%;
	color:#fff;
}
.vision-mission-section .vision-section .vision-box h2{
	text-transform: uppercase;
}
.vision-mission-section .vision-section .vision-box p{
	font-size: 17px;
	text-align: left;
}

.vision-mission-section .mission-section{
	position: relative;
}
.vision-mission-section .mission-section::before{
	content:"";
	background:rgba(0,0,0,0.4);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vision-mission-section .mission-section img{
	width:100%;
}
.vision-mission-section .mission-section .mission-box{
	position: absolute;
	top:42%;
	left:8%;
	right:5%;
	color:#fff;
}
.vision-mission-section .mission-section .mission-box h2{
	text-transform: uppercase;
}
.vision-mission-section .mission-section .mission-box p{
	font-size: 17px;
	text-align: left;
}

.vision-mission-section .boardteam-section{
	position: relative;
}
.vision-mission-section .boardteam-section::before{
	content:"";
	background:rgba(0,0,0,0.4);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vision-mission-section .boardteam-section img{
	width:100%;
}
.vision-mission-section .boardteam-section .boardteam-box{
	position: absolute;
	top:42%;
	left:8%;
	right:5%;
	color:#fff;
}
.vision-mission-section .boardteam-section .boardteam-box h2{
	text-transform: uppercase;
}
.vision-mission-section .boardteam-section .boardteam-box p{
	font-size: 17px;
	text-align: left;
}

.board-team-section{
	padding:70px 0;
}
.board-team-section .board-team-box{
	background-color: #80d9fc;
    /* border-top: solid 5px #3ab2e1; */
    padding: 40px;
}
.board-team-section .board-team-box h1{
	text-transform: uppercase;
}
.board-team-section .board-team-box p{
	font-size: 17px;
}

.service-accordion-section .services-list{
	margin-left:0px;
}
/*.service-accordion-section .services-list li{
	list-style: none;
	padding-left:22px;
	position: relative;
	margin-bottom: 12px;
	color: #5743a2;
}*/
.service-accordion-section .services-list li{
	display: inline-block;
    width: 49%;
    font-weight: 600;
	list-style: none;
	padding-left:22px;
	position: relative;
	margin-bottom: 12px;
	color: #5743a2;
	font-size: 13px;
}
.service-accordion-section .services-list li::before{
	content: "\f046";
	/*content: "\f00c";*/
	/*content: "\f14a";*/
	/*content: "\f058";*/
	/*content: "\f05d";*/
	font-family:"FontAwesome";
	position: absolute;
	top:0;
	left:0;
	font-size: 15px;
	color:#fa5c98;
	/*background:linear-gradient(to right,#26bffa,#0b83c7,#f0bb10,#e0561b,#fa5c98,#7c298e,#7041a7,#1c4596);
	-webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;*/
}
/*.service-accordion-section .services-list li i{
	margin-right:5px;
}*/


.service-accordion-section .processflow-desktop{
	display: block;
}
.service-accordion-section .processflow-mobile{
	display: none;
}

.service-accordion-section .processflow{
	display: flex;
	flex-wrap:wrap;
}
.service-accordion-section .processflow .processflow-lt{
	width: 85%;
}
/*.service-accordion-section .processflow .processflow-lt ul{

}*/
.service-accordion-section .processflow .processflow-lt ul li{
	display: inline-block;
	width:16%;
	margin-right: 35px;
	margin-bottom: 12px;
	position: relative;
}
.service-accordion-section .processflow .processflow-lt ul li.single-line{
	top: -20px;
}
.service-accordion-section .processflow .processflow-lt ul li.adjust-line{
	top:-20px;
}
.service-accordion-section .processflow .processflow-lt ul li.single-adjust-line{
	top:-40px;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box{
	border:solid 1px #c55f5c;
	margin-top:60px;
	padding:10px 5px;
	border-radius:6px;
	text-align: center;
	min-height: 117px;
	position: relative;
	/*display: flex;
    align-items: center;
    justify-content: center;*/
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box img{
	margin-bottom: 10px;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box img.processflow-icon{
	margin-bottom: 10px;
	margin-top: -50px;
    border-radius: 6px;
    padding: 2px;
    background: #fff;
    border: solid 1px #c55f5c;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box span.arrow {
    /*background-color: #8472cb;*/
    color: #fff;
    /* border: solid 1px #eee; */
    padding: 0px 8px;
    border-radius: 20px;
    position: absolute;
    display: inline-block;
    top: 33%;
    right: -26%;
    line-height: 23px;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box span.arrow i {
	font-size:25px;
	color:#ffb200;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box p{
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
	color: #5743a2;
	font-weight: 600;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box span.arrow.arrow-down {
    /*background-color: #8472cb;*/
    color: #fff;
    padding: 0px 7px;
    border-radius: 20px;
    position: absolute;
    display: inline-block;
    top: 110%;
    right: 34%;
    line-height: 23px;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box span.arrow-mobile {
    background-color: #8472cb;
    color: #fff;
    padding: 0px 7px;
    border-radius: 20px;
    position: absolute;
    display: inline-block;
    top: 110%;
    right: 42%;
    line-height: 23px;
    visibility:hidden;
}
.service-accordion-section .processflow .processflow-lt ul li .processflow-box p.processflow-para-mobile{
	display: none;
}

.service-accordion-section .processflow .processflow-rt{
	width: 15%;
}
.service-accordion-section .processflow .processflow-rt ul li{
	margin:25px 0;
}

.service-accordion-section .credentials-box h4 {
    color: #5743a2;
    border-bottom: solid 1px #e1dede;
    margin-bottom: 5px;
}
.service-accordion-section .credentials-box table{
	border-collapse: collapse;
	margin-bottom:20px;
	line-height: 20px;
	font-size: 13px;
}
.service-accordion-section .credentials-box table th,.credentials-box table td {
	border: solid 1px #eee;
	padding:2px 5px;
}
.service-accordion-section .credentials-box table th{
	background-color: #ead7ff;
}
.service-accordion-section .cred-bx{
	margin-bottom: 20px;
	/*width:80%;*/
}
.service-accordion-section .cred-bx h3{
	color:#5743a2;
}
.service-accordion-section .cred-bx .before-after-bx{
	/*border:solid 1px #cb6ce6;
	border-radius:4px;
	padding:10px;*/
	margin-top: 10px;
	position: relative;
	/*width:80%;*/
}
.service-accordion-section .cred-bx .before-after-bx span{
	position: absolute;
    top: 80%;
    left: 40%;
    padding: 5px 0;
    border-radius: 4px;
    font-weight: 600;
    width: 130px;
    text-align: center;
}
.service-accordion-section .cred-bx .before-after-bx span.before{
	background-color: #fa5c98;
	color:#fff;
}
.service-accordion-section .cred-bx .before-after-bx span.after{
	background-color: #ffb200;
	color:#fff;
}
.service-accordion-section .cred-bx .before-after-bx h6 {
    background-color: #5743a2;
    /*border-radius: 4px 4px 0 0;*/
    /* border-radius: 20px; */
    padding: 5px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
    /*margin-top:15px;*/
}
.service-accordion-section .cred-bx p {
	margin-bottom: 0;
	line-height: 1.4em;
	color:#5743a2;
}
.service-accordion-section .cred-bx p strong{
	/*color:#7f67d9;*/
	color:#5743a2;
	font-weight:normal;
}
.service-accordion-section .application-bx ul{
	margin-top: 20px;
}
.service-accordion-section .application-bx ul li{
	display: inline-block;
	width:23%;

	margin-bottom: 20px;	
	margin-right: 15px;

	/*padding-left:25px;
	position: relative;*/

	/*border-bottom: 3px double #ccc;*/

	/*border:solid 1px #c55f5c;*/
	/*padding:30px 10px;
	border-style:solid;
	border-width: 1px 1px 1px 1px;
    border-color: #dd72a8;
	font-weight:600;
	border-radius: 50px;
    text-align: center;
    box-shadow: 0 3px 5px 0 #ccc;*/
}
.service-accordion-section .application-bx ul li span{
	position: relative;
	padding-left:20px;
	color: #5743a2;
	font-weight: 600;
	font-size:13px;
}
/*.service-accordion-section .application-bx ul li span::after{
	content:"";
	width:100%;
	height: 2px;
	background:linear-gradient(to right,#26bffa,#0b83c7,#f0bb10,#e0561b,#fa5c98,#7c298e,#7041a7,#1c4596);
	position: absolute;
	bottom:-8px;
	left:0;
}*/

.service-accordion-section .application-bx ul li span::before {
     content: "\f046"; 
     /*content: "\f00c";*/ 
    /* content: "\f14a"; */
     /*content: "\f058";*/ 
    /* content: "\f05d"; */
    font-family: "FontAwesome";
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 15px;
    color: #fa5c98;
}


.locateus-map{
	margin-right:50px;
}

.manufacturing-accordion-section .why-choose-rockwell-hydraulics {
    margin-top: 20px;
}
.manufacturing-accordion-section .whychoose-bx{
	box-shadow: 0 0 20px 0 #eee;
    border-radius: 10px;
    padding: 15px;
    /*min-height: 240px;*/
    margin-bottom: 10px;
}
.manufacturing-accordion-section .whychoose-bx h4{
	/*color:#5743a2;*/
	font-weight: normal;
    color: #333;
    font-size: 15px;
}
.manufacturing-accordion-section .whychoose-bx h4 i{
	color:#fa5c98;
	margin-right:6px;
}
.manufacturing-accordion-section .whychoose-bx p{
    margin-bottom: 0px;
}
.manufacturing-accordion-section .processflow-bx{
	box-shadow: 0 0 20px 0 #eee;
    border-radius: 10px;
    padding: 15px;
    min-height: 220px;
    margin-bottom: 30px;
}
.manufacturing-accordion-section .processflow-bx h4{
	color:#5743a2;
}
.manufacturing-accordion-section .processflow-bx p{
    margin-bottom: 0px;
}

.manufacturing-accordion-section .st-op-pro-box{
	border:solid 1px #a66ce6;
	margin-top:30px;
	padding:10px;
	border-radius:6px;
	text-align: center;
	min-height: 130px;
}
.manufacturing-accordion-section .st-op-pro-box p{
	margin-bottom: 0;
	text-align: center;	
}
.manufacturing-accordion-section .st-op-pro-box span{
	background-color: #8472cb;
	color:#fff;
	/*border:solid 1px #eee;*/
	padding:10px;
	border-radius:20px;
	position: relative;
	top:-20px;
}
.manufacturing-accordion-section .hose-assembly-machines-box table{
	border-collapse: collapse;
	margin-bottom:20px;
	line-height: 20px;
	font-size: 13px;
}
/*.manufacturing-accordion-section .hose-assembly-machines-box table tr:nth-child(even) td{
	background-color: #f9f9f9;
}*/
.manufacturing-accordion-section .hose-assembly-machines-box table th,.hose-assembly-machines-box table td {
	border: solid 1px #eee;
	padding:2px 5px;
}
.manufacturing-accordion-section .hose-assembly-machines-box table th{
	background-color: #ead7ff;
}
.manufacturing-accordion-section .inf-bx{
	margin-bottom: 20px;
	border:solid 1px #e1dede;
	border-radius:6px;
	padding:10px;
}
.manufacturing-accordion-section .inf-bx h5{
	background-color: #5743a2;
	border-radius:4px 4px 0 0;
	/*border-radius:20px;*/
	padding:5px 0;
	text-align: center;
	color:#fff;
	margin-bottom:2px;
}
.manufacturing-accordion-section .inf-bx img{
	width:100%;
}
.manufacturing-accordion-section .inf-bx p{
	background-color: #fff;
	border:solid 1px #cb6ce6;
	border-radius:4px;
	padding:0 2px;
	text-align: center;
	color:#000;
	margin:-10px 20px 0;
	font-size: 10px;
	line-height: 14px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.manufacturing-accordion-section .processflow-manufacturing-desktop{
	display: block;
}
.manufacturing-accordion-section .processflow-manufacturing-mobile{
	display: none;
}

.manufacturing-accordion-section .processflow-manufacturing ul li{
	display: inline-block;
	width:16%;
	margin-right: 40px;
	margin-bottom: 0;
	position: relative;
}
.manufacturing-accordion-section .processflow-manufacturing ul li.single-line{
	top:-20px;
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box{
	border:solid 1px #c55f5c;
	margin-top:60px;
	padding:10px;
	border-radius:6px;
	text-align: center;
	min-height: 107px;
	position: relative;
	/*display: flex;*/
    align-items: center;
    /*justify-content: center;*/
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box img{
	margin-bottom: 10px;
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box img.processflow-icon{
	margin-bottom: 10px;
	margin-top: -50px;
    border-radius: 6px;
    padding: 2px;
    background: #fff;
    border: solid 1px #c55f5c;
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box span.arrow {
    /*background-color: #8472cb;*/
    color: #fff;
    /* border: solid 1px #eee; */
    padding: 0px 8px;
    border-radius: 20px;
    position: absolute;
    display: inline-block;
    top: 33%;
    right: -23%;
    line-height: 23px;
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box span.arrow i {
	font-size: 25px;
    color: #ffb200;
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box p{
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
	min-height:40px;
	color: #5743a2;
	font-weight:600;
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box span.arrow.arrow-down {
    /*background-color: #8472cb;*/
    color: #fff;
    padding: 0px 7px;
    border-radius: 20px;
    position: absolute;
    display: inline-block;
    top: 114%;
    right: 37%;
    line-height: 23px;
}
.manufacturing-accordion-section .processflow-manufacturing ul li .processflow-manufacturing-box span.arrow-mobile {
    background-color: #8472cb;
    color: #fff;
    padding: 0px 7px;
    border-radius: 20px;
    position: absolute;
    display: inline-block;
    top: 110%;
    right: 42%;
    line-height: 23px;
    visibility:hidden;
}
.journey-continues-title{
	background-color: #456990;
	padding-top:50px;
	padding-bottom: 50px;
}
.journey-continues-title .sec-title {
    position: relative;
    margin-bottom: 0px;
}
.journey-continues-title .sec-title h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-align: center;
}
.journey-continues-title .sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 270px;
    margin-left: -135px;
    border-bottom: 2px solid #e4e4e4;
}
.journey-continues-title .sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    margin-left: -35px;
    border-bottom: 5px solid #ffb200;
}
.footer-reachus li span{
	margin-right: 5px;
}
.footer-reachus li:first-child span{
	font-size: 22px;
}
.footer-reachus li:last-child span{
	font-size: 22px;
}
.xylem-subbrands{
	margin-top:20px;
}
.xylem-subbrand-bx{
	/*border:solid 1px #ccc;
	border-radius:6px;
	padding:0 5px;*/
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ftr-cust-lnk{
	margin-left: 80px;
}
.ftr-prods{
	margin-left: 0px;
}
.ftr-inds{
	margin-left: 0px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline2 {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 550px;
	top: calc(100%-600px);
	position: relative;
	scroll-behavior:  smooth ;

}
.timeline2   *, .timeline2   *::before, .timeline2   *::after { 
	font: normal 16px/1.5 "Helvetica Neue", sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.timeline2::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.timeline2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.timeline2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.timeline2 ul {
	background: #456990;
	/* padding: 50px 0; */
}

.timeline2 ul li {
	list-style-type: none;
	position: relative;
	width: 2px;/* width: 6px; */
	margin: 0 auto;
	padding-top: 10px;/* 50px; */
	padding-bottom: 10px;/* padding-bottom: 20px; = center padding-bottom: 10px; = center */
	background: #fff; /* background: black;  */

	border-left: 3px double white;

}


.timeline2 ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 30px; /* bottom: 0;  bottom: 50%;=center top: 30px;=top  */ 
	transform: translateX(-55%);/* transform: translateX(-50%); */
	-webkit-transform: translateX(-55%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: inherit;
	border: 2px solid #03A9F4;
}

.timeline2 ul li div {
	position: relative;
	bottom: 0;
	width: 400px;
	padding: 15px;
	background: #03A9F4;

}

.timeline2 ul li div::before {
	content: '';
	position: absolute;
	top: 20px; /* bottom: 7px; bottom: 50%;=center top: 20px;=top */

	width: 0;
	height: 0;
	border-style: solid;
}

.timeline2 ul li:nth-child(odd) div {
	left: 45px;
}

.timeline2 ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 16px 16px 16px 0;/* border-width: 8px 16px 8px 0; */
	border-color: transparent #03A9F4 transparent transparent;
}

.timeline2 ul li:nth-child(even) div {
	left: -439px;
}

.timeline2 ul li:nth-child(even) div::before {
	right: -15px;
	border-width: 16px 0 16px 16px; /* border-width: 8px 0 8px 16px; */
	border-color: transparent transparent transparent #03A9F4;
}


.timeline2 ul li:nth-child(odd) .time {
	position: absolute;
	top: 20px;
	left: -100px;
	width: 90px;
}
.timeline2 ul li:nth-child(even) .time {
	position: absolute;
	top: 20px;
	right: -120px;
	width: 90px;
}


.timeline2 time {
	display: block;
	/*font-size: 1.2rem;*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline2 ul li::after {
	transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
}

.timeline2 ul li.in-view::after {
	background: #03A9F4;
	border: 2px solid white;
}

.timeline2 ul li div {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.timeline2 ul li:nth-child(odd) div {
	transform: translate3d(200px, 0, 0);
	-webkit-transform: translate(200px, 0, 0);
}

.timeline2 ul li:nth-child(even) div {
	transform: translate3d(-200px, 0, 0);
	-webkit-transform: translate(-200px, 0, 0);
}

.timeline2 ul li.in-view div {
	transform: none;
	-webkit-transform: none;
	visibility: visible;
	opacity: 1;
	/* disabled when arrow is on top position
	border-radius: 10px;
	*/
}
			
.timeline2 ul li .time {
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
     transform: rotate(-90deg);
     -webkit-transform:rotate(270deg);
}
 .timeline2 ul li.in-view .time {
     transform: rotate(0deg);
     -webkit-transform:rotate(0deg);
}
/* GENERAL MEDIA QUERIES –––––––––––––––––––––––––––––––––––––––––––––––––– */
 @media screen and (max-width: 900px) {
     .timeline2 ul li div {
         width: 250px;
    }
     .timeline2 ul li:nth-child(even) div {
         left: -289px;
        /*250+45-6*/
    }
}
 @media screen and (max-width: 600px) {
     .timeline2 ul li {
         margin-left: 20px;
    }
     .timeline2 ul li div {
         width: calc(100vw - 120px);
    }
     .timeline2 ul li:nth-child(even) div {
         left: 45px;
    }
     .timeline2 ul li:nth-child(even) div::before {
         left: -15px;
         border-width: 16px 16px 16px 0;
        /* border-width: 8px 16px 8px 0;
         */
         border-color: transparent #03A9F4 transparent transparent;
    }
     .timeline2 ul li:nth-child(odd) .time {
         position: absolute;
         top: 60px;
         left: -23px;
         width: 90px;
        /* transform: rotate(-90deg);
         -webkit-transform:rotate(270deg);
         */
         transform: rotate(0deg);
         -webkit-transform:rotate(0deg);
    }
     .timeline2 ul li:nth-child(even) .time {
         position: absolute;
         top: 60px;
         right: -67px;
         width: 90px;
        /* transform: rotate(-90deg);
         -webkit-transform:rotate(270deg);
         */
         transform: rotate(0deg);
         -webkit-transform:rotate(0deg);
    }
     .timeline2 ul li.in-view:nth-child(odd) .time {
         transform: rotate(-90deg);
         -webkit-transform:rotate(270deg);
    }
     .timeline2 ul li.in-view:nth-child(even) .time {
         transform: rotate(-90deg);
         -webkit-transform:rotate(270deg);
    }
}

			