@import url("font-awesome.css");
@import url("font-awesome.min.css");

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


@import url('animate.css');
@import url('jquery.fancybox.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');

@font-face {
    font-family: 'Olympia-MediumCond';
    src: url('../fonts/Olympia-MediumCond.woff2') format('woff2'),
        url('../fonts/Olympia-MediumCond.woff') format('woff'),
        url('../fonts/Olympia-MediumCond.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Olympia-BoldCond';
    src: url('../fonts/Olympia-BoldCond.woff2') format('woff2'),
        url('../fonts/Olympia-BoldCond.woff') format('woff'),
        url('../fonts/Olympia-BoldCond.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

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


body {
	font-size:15px;
	color:#777777;
	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: 'Lato', sans-serif;
    overflow-x: hidden;
}

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

.no-padding{
	padding:0px !important;
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
	
}

p,.text{
	position:relative;
	line-height:1.8em;
}

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

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

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

/*List Style One*/

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

.list-style-one li{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	padding-left:28px;
	margin-bottom:10px;
}

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

/*List Style Two*/

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

.list-style-two li{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	padding-left:20px;
	margin-bottom:6px;
}

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

/*List Style Three*/

.list-style-three{
	position:relative;
	margin-bottom:30px;
}

.list-style-three li{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	padding-left:20px;
	margin-bottom:6px;
}

.list-style-three li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#fa9928;
	font-family: 'FontAwesome';
}

.list-style-three li:nth-child(2):before{
	background-color:#fd5075;
}

.list-style-three li:nth-child(3):before{
	background-color:#11e6a2;
}

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

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

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:11px 38px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	background: #3d3d3d !important;
    
	
	text-transform:uppercase;
}

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

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:11px 38px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid rgba(255,255,255,1);
}

.btn-style-two:hover{
	background:#fa9928;
	color:#ffffff;
	border-color:#fa9928;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:11px 38px;
	line-height:24px;
	color:#222222;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #f0f0f0;
}

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

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:11px 38px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid rgba(255,255,255,0.10);
}

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

.theme_color{
	color:#fa9928;	
}

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:60px;
	height:60px;
	color:#fa9928;
	font-size:18px;
	text-transform:uppercase;
	line-height:54px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	border-radius:50%;
	background:none;
	display:none;
	border:2px solid #fa9928;
	-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:#fa9928;
}

/*** 

====================================================================
	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:10px 0px;
	background:#083B8A;
	z-index:0;
	border-bottom:1px solid #e0e0e0;
	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:6px 0px 3px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper {

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    position: absolute;
    top: 0;
    width: 100%;

}
.main-header .header-upper .inner-container{
	padding:0px 30px;
}

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

.main-header .logo-outer {

    position: relative;
    z-index: 25;
    padding: 10px 0px;
    width: 25%;

}

.main-header .logo-outer .logo img {

    position: relative;
    display: inline-block;
    max-width: 90%;
    width: 100%;

}

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

.main-header1 .info-box{
	position:relative;
	float:right;
	margin-left:5px;
	font-size:13px;
	color:#777777;
	padding:0px 5px 0px 30px;
}



.main-header1 .info-box:last-child{
	padding-right:0px;
}

.main-header1 .info-box:last-child::after{
	display:none;
}

.main-header1 .info-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#fa9928;
	font-size:30px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.header-phone .icon-box img {
    margin-top: -5px;
}
.main-header1 .info-box li {
    position: relative;
    line-height: 40px;
    color: #1F4471;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.main-menu .navigation li.current {

    background: #229DE0;

}
.main-header1 .info-box strong{
	font-weight:600;
	color:#fff;
	font-size:16px;
	display:block;
	margin-bottom:5px;
}
.header-upper {
    padding: 0;
    background: #EFF4FA;
}
.home_Desc .content-txt {
    text-align: justify !important;
    width: 90%;
    margin: 0 auto;
}
.logo-outer{
    padding: 5px 0;
}
.clientimg img {
    width: 70%;
}
.tabbable {
    position: relative;
    top: -70px;
}
.bullets.points{
    display: none;
}

.header-lower{
    padding-top: 0px;
}
.upper-social {
    margin-top: 36px;
}
.upper-social {

    margin-top: 18px;

} 
.bannerDetail {
  color: #fff;
  top: 38px;
  left: 130px;
  position: absolute;
  font-size: 50px;
}
.main-header .nav-outer{
	position:relative;
}

.main-menu {
    position: relative;
    right: 0px;
}
/*.upper-social a {
    color: #fff;
    padding: 7px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
}*/
.main-menu .navbar-collapse{
	padding:0px;	
}

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

.main-menu .navigation > li {

    position: relative;
    float: left;
    margin-right: 5px;

}
.upper-column.info-box.header-phone {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}
.upper-column.info-box.header-email {
    margin-left: 20px;
}

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

.logo img {

    width: 70%;

}
.menu_Box {
    background: #1F4471;
}

.main-menu .navigation > li > a {

    position: relative;
    display: block;
    font-size: 16px;
    color: #fff !important;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    text-transform: uppercase;
    padding: 18px 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;

}


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

.main-menu .navigation > li.dropdown a{
	padding-right:40px;
}

.main-menu .navigation > li:last-child > a{
	background:none;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#3A3A3A;
	padding:15px 15px !important;
	line-height:30px;
	font-size:14px;
	min-height:0px;
	background:none;
	border:0px;
}
.sticky-header .logo img {
    width: 52%;
}
.main-header .main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 22px;
    font-size: 14px;
    line-height: 32px;
}

.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 {
    color: #fff !important;
    opacity: 1;
    background: none !important;
}
.login {
    background: #F9664A !important;
}

.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:#fa9928;
	color:#ffffff !important;
	opacity:1;
}

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

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:320px;
	padding:15px 0px;
	z-index:100;
	display:none;
	background:rgba(0,0,0,.75);
	border-bottom:2px solid #1ABC9C;
	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%;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	padding-right:0px !important;
	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;
	font-family: 'Lato', sans-serif;
}

.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > ul > li >ul > li > a:before{
	content:'\f105';
	position:absolute;
	right:18px;
	top:50%;
	height:16px;
	margin-top:-12px;
	font-size:16px;
	opacity:0;
	font-family: 'FontAwesome';
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.main-menu .navigation > li > ul > li:hover > a:before,
.main-menu .navigation > li > ul > li > ul > li:hover > a:before{
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:240px;
	padding:15px 20px;
	z-index:100;
	display:none;
	background:#131d33;
	border-bottom:2px solid #fa9928;
	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 > li > ul:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:20px;
	height:100%;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.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: 8px 15px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    padding-right: 0px !important;
    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-color:#fa9928;
}

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

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:110%;
	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:6px;
	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:absolute;
	right:0px;
	top:0px;
	z-index:12;
}

.main-header .outer-box .consult-btn, .services-section .consult-btn{
    position: relative;
    padding: 8px 25px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
	margin:11px 30px 11px 28px;
    background-color: #fa9928;
    border: 2px solid #fa9928;
    text-transform: uppercase;
}

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

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

.header-top .top-left ul li{
	position:relative;
	margin-right:25px;
	font-size:16px;
	color:#131d33;
	font-weight:300;
	padding:14px 0px;
	display:inline-block;font-family: 'Lato', sans-serif;
}

.header-top .top-left ul li a{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,0.70);
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right{
	position:relative;
	float:right;
}

.header-top .top-right > ul > li{
	position:relative;
	margin-right:10px;
	font-size:14px;
	color:#bbbbbb;
	padding:14px 0px 13px;
	display:inline-block;
}

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

.header-top .top-right > ul > li > a{
	font-size:14px;
	font-weight:400;
	background:inherit;
	color:#afafb5;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right .social-links{
	padding-right:10px;
}

.header-top .top-right .social-links a{
	display:inline-block;
	margin-left:10px;
	line-height:1em;
	color:#131d33;
	font-size:14px;
	padding-right:12px;
	border-right:1px solid rgba(255,255,255,0.08);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-top .top-right .social-links a:last-child{
	padding-right:0px;
	border:0px;
}

.header-top .top-right .social-links a:hover{
	color:#fa9928;
}

.header-top .language .dropdown-menu{
	right:0px;
	left:auto;
	width:180px;
	padding:0px !important;
	margin-top:6px;
	border-radius:0px;
	background-color:#222222;
	border:none;
    border-top:3px solid #fa9928;
	box-shadow:none !important;
}

.header-top li.language{
	top:0px;
	padding-right: 8px;
    line-height: 1.4em;
}

.header-top li.language a{
	border:0px;
	padding:0px;
	background:none;
}

.header-top li.language a:hover{
	background:none;
}

.header-top .language .dropdown-menu > li{
	padding:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.header-top .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.header-top .language .dropdown-menu > li > a{
	padding:10px 20px !important;
	color:#ffffff;
	text-align:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.header-top .language .dropdown-menu > li > a:focus{
	background:none;
}

.header-top .language .dropdown-menu > li > a:hover{
	color:#ffffff;
	background:none;
	background-color:#fa9928;
}

.main-header .header-lower .search-box-outer{
	position: relative;
	min-width:60px;
	padding-right:0px;
	padding-left:0px;
	padding-top:24px;
	padding-bottom:24px;
	display:inline-block;
	border-right:1px solid #eeeeee;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	color:#222222;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-lower .search-box-outer .dropdown-menu{
	top:44px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #fa9928;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

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

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

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

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

/*search box btn*/

.main-header .search-box-btn{
	position:relative;
	font-size:14px;
	top:50%;
	margin-top:0px;
	line-height:38px;
	color:#ffffff;
	cursor:pointer;
	background:none;
}

.main-header .search-box-outer .dropdown-menu{
	top:70px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #fa9928;
}

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

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

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

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

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

/*Social Icon One*/

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

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

.social-icon-one li a{
	position:relative;
	color:#afafb5;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

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

/*Social Icon Two*/

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

.social-icon-two li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:42px;
	height:42px;
	color:#ffffff;
	font-size:16px;
	line-height:42px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	border:1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li a:hover{
	color:#fa9928;
	background-color:#ffffff;
}

/*Social Icon Three*/

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

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

.social-icon-three .share{
	color:#222222;
	font-size:18px;
	font-weight:400;
	display:inline-block;
	margin-right:10px;
	margin-left:0px;
}

.social-icon-three .share .fa{ 
	font-size:14px;
}

.social-icon-three li a{
	position:relative;
	width:40px;
	height:40px;
	color:#999999;
	text-align:center;
	line-height:38px;
	font-size:14px;
	border-radius:50%;
	display:inline-block;
	border:2px solid #f0f0f0;
	-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:#ffffff;
	border-color:#fa9928;
	background-color:#fa9928;
}

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

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

.social-icon-four li a{
	position:relative;
	color:#afafaf;
	font-size:14px;
	-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-four li a:hover{
	color:#fa9928;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:55px;
	padding:10px 20px;
	line-height:33px;
	color:#333333;
	border-radius:0px;
	border:1px solid #f4f4f4;
	background:#f7f7f7;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#848484;
	line-height:23px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#fa9928;
	border-color:#fa9928;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
}

/*** 

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

***/
.services-section {
    padding:50px 0;
    background: url(../images/seamless_procurment.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    
}
.sec-title{
	position:relative;
	margin-bottom:40px;
	z-index:1;
}

.sec-title h2, .whyblock h2, .choose-section h2 {
    font-size: 45px;
    color: #0E303F;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 15px;
}
.sec-title h2 span {
    font-size: 70px;
    font-weight: bold;
}

.sec-title .separator, .separator{
	position:relative;
	width:110px;
	height:22px;
	background:url(../images/seperater.png) center center no-repeat;
}
.showlink a{
font-size: 14px;
font-weight: 400;
letter-spacing: .1em;
border-radius: 50px;
padding: 6px 15px;
margin: 20px 0 0;
cursor: pointer !important;
text-transform: uppercase;
background: #fff;
color: #3d3d3d;
border-radius: 50px;
border: 2px solid #3d3d3d;

}
.sec-title .text {
    position: relative;
    color: #2E489C;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;font-family: 'Lato', sans-serif;
    width: 70%;
    margin: 0px auto 20px;
}
.content-txt {
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 26px;
    color: #777;
    padding-top: 50px;
    text-align: center;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.read-more a {

    background: #153966;
    color: #fff;
    padding: 9px 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;

}

.sec-title.centered{
	position:relative;
	text-align:center;
}

.sec-title.centered .separator, .separator{
	margin:0 auto;
}

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

/*** 

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

***/

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

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

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;	
}

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

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

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

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

/*** 

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

***/



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

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

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

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

.services-block .inner-box .image .icon-tag{
    position: absolute;
    width: 120px;
    right: -32px;
    top: -16px;
    z-index: 99;
    line-height: 100px;
    color: #ffffff;
    text-align: center;
	-webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-block .inner-box .image .icon-tag:before{
	position: absolute;
	content:'';
    width: 150px;
    color: #ffffff;
    right: -15px;
    top: 0px;
    height: 70px;
    font-weight: 800;
    text-align: center;
	background-color: #131d33;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.services-block .inner-box .image .icon-tag .icon{
	position:relative;
	color:#ffffff;
	z-index:1;
	font-size:30px;
	line-height:1em;
}

.services-block .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-block .inner-box .image .overlay-box .overlay-inner{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
    background: rgba(19,29,51,0.90);
}

.services-block .inner-box .image .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block .inner-box .image .overlay-box .overlay-inner .content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	padding:0px 30px;font-family: 'Lato', sans-serif;
}

.services-block .inner-box:hover .icon-tag{
	opacity:0;
}

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

.services-block .inner-box .lower-box{
	position:relative;
	border:1px solid #f0f0f0;
}

.services-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	text-align:center;
	color:#222222;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-block .inner-box:hover .lower-box .arrow-box{
	opacity:1;
}

.services-block .inner-box .lower-box .hover-title{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	opacity:0;
	height:100%;
	visibility:hidden;
	padding:20px 20px;
	-webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-block .inner-box .lower-box .hover-title h4{
	position: relative;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
	color:#222222;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
    transition: all 700ms ease;
    
}

.services-block .inner-box .lower-box .hover-title h4 a{
    color: #222222;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-block .inner-box .lower-box .hover-title .arrow-box{
	position: absolute;
    right: 20px;
    top: 22px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fa9928;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-block .inner-box .lower-box .hover-title .arrow-box .arrow {
    padding-left: 2px;
    padding-top: 5px;
}

.services-block .inner-box:hover .lower-box h3{
	opacity:0;
	visibility:hidden;
}

.services-block .inner-box:hover .lower-box .hover-title{
	opacity:1;
	visibility:visible;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	z-index:1;
	margin-top:-80px;
	margin-bottom:-80px;
}

.counter-section .fact-counter{
	border:1px solid #f0f0f0;
	background-color:#ffffff;
}

.counter-section.style-two{
	margin:0px;
	margin-bottom:80px;
}

.counter-section.style-two:before{
	position:absolute;
	content:'';
	left:5%;
	bottom:0px;
	width:90%;
	height:40px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	padding:35px 0px 30px;
	border-right:1px solid #f0f0f0;
}

.fact-counter .column .inner .content{
	position:relative;
	text-align:left;
	display:inline-block;
}

.fact-counter .column:last-child .inner{
	border-right:0px;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#c8c8c8;
	font-size:42px;
	text-align:center;
	line-height:1em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#ffffff;
	font-size:40px;
	line-height:1em;	
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:400;
	color:#222222;
	font-size:36px;
	line-height:1em;
	padding-left:60px;
	margin-top:6px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:400;
	color:#222222;
	font-size:36px;
	line-height:1em;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#fa9928;
	margin-top:10px;
	text-transform:capitalize;
}

.fact-counter .column:hover .icon-box{
	border-color:#f47629;
}

/*** 

====================================================================
	Choose Section
====================================================================

***/

.choose-section {
    
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.choose-section .auto-container {
    border-top: 1px solid #ccc;
    padding: 50px 0px;
}



.choose-section .title-column{
	position:relative;
	z-index:1;
}

.choose-section .title-column .sec-title{
	margin-bottom:22px;
}

.choose-section .title-column .text{
	position:relative;
}

.choose-section .title-column .text p {

    position: relative;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left;

}
.intro-img img {

    padding-top: 20px;

}

.choose-section .services-column{
	z-index:1;
	position:static;
	margin-top:0px;
}

.choose-section .auto-container{
	position:relative;
}

.choose-section .owl-carousel{
	position:static;
}

.choose-section .owl-dots{
	display:none;
}

.choose-section .owl-nav{
	position:absolute;
	left:15px;
	bottom:0px;
}

.choose-section .owl-nav .owl-prev,
.choose-section .owl-nav .owl-next{
	position:relative;
	width:45px;
	height:45px;
	color:#848484;
	text-align:center;
	line-height:42px;
	font-size:18px;
	margin-right:12px;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.10);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.choose-section .owl-nav .owl-prev:hover,
.choose-section .owl-nav .owl-next:hover{
	color:#fa9928;
	border-color:#fa9928;
}

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

.service-block-two .inner-box{
	position:relative;
	padding:10px 10px 10px;
	text-align:center;
	border:1px solid rgba(255,255,255,0.10);
}

.service-block-two .inner-box .icon-box{
	position:relative;
	font-size:46px;
	line-height:1em;
	color:#ffffff;
	margin-bottom:15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-two .inner-box .content {
    position: relative;
    padding: 30px 0px 10px;
    background-color: rgba(255,255,255,0.05);
    min-height: 110px;
}

.service-block-two .inner-box .content h3{
	position:relative;
	font-size:17px;
	font-weight:400;
}

.service-block-two .inner-box .content h3 a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-two .inner-box .content h3 a:hover{
	color:#fa9928;
}

.service-block-two .inner-box .content .text{
	position:relative;
	font-size:16px;
	color:#a8a8a8;
	font-weight:300;
	line-height:1.7em;font-family: 'Lato', sans-serif;
}

.service-block-two .inner-box:hover .icon-box{
	color:#fa9928;
}

/*** 

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

***/

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

.about-block{
	position:relative;
}

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

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

.about-block .inner-box .image-column .image{
	position:relative;
	margin-bottom:30px;
}

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

.about-block .inner-box .content-column{
	position:relative;
	margin-bottom:30px;
}

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

.about-block .inner-box .content-column .content h3{
	position:relative;
	font-size:18px;
	color:#fa9928;
	font-weight:500;
	font-style:italic;
	line-height:1.5em;
	margin-bottom:22px;
}

.about-block .inner-box .content-column .content .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.8em;
	margin-bottom:30px;font-family: 'Lato', sans-serif;
}

/*** 

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

***/

.call-to-action {
    position: relative;
    padding: 40px 0px;
    background-color: #f5f5f5 !important;
    border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}

.call-to-action .text{
	position:relative;
	color:#3d3d3d;
	line-height:1.6em;
	font-size:24px;
	text-align:center;
	
}

/*** 

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

***/

.project-section{
	position:relative;
	padding:80px 0px 50px;
}

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

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

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

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

.project-block .inner-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.project-block .inner-box .overlay-box .overlay-inner{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
	text-align:center;
    vertical-align: middle;
    padding: 10px 0px;
    background: rgba(19,29,51,0.90);
}

.project-block .inner-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.project-block .inner-box .overlay-box .overlay-inner .content h3{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	text-transform:capitalize;
}

.project-block .inner-box .overlay-box .overlay-inner .content h3 a{
	color:#ffffff;
}

.project-block .inner-box .overlay-box .overlay-inner .content .designation{
	position:relative;
	color:#fa9928;
	font-size:16px;
}

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

/*** 

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

***/

.testimonial-section{
	position:relative;
	padding:75px 0px;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding:28px 28px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(235,235,235,1);
	-moz-box-shadow: 0px 0px 14px 0px rgba(235,235,235,1);
	box-shadow: 0px 0px 14px 0px rgba(235,235,235,1);
}

.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-bottom:12px;
	margin-bottom:22px;
	border-bottom:1px solid #f0f0f0;
}

.testimonial-block .inner-box .upper-box .author-info{
	position:relative;
	min-height:90px;
}

.testimonial-block .inner-box .upper-box .author-info .author-inner{
	position:relative;
	padding-left:100px;
}

.testimonial-block .inner-box .upper-box .author-info .author-inner h3{
	color:#222222;
	font-size:20px;
	font-weight:400;
	line-height:1.4em;
}

.testimonial-block .inner-box .upper-box .author-info .author-inner .location{
	position:relative;
	color:#fa9928;
	font-size:16px;
}

.testimonial-block .inner-box .upper-box .author-info .author-inner .image{
	position:absolute;
	left:0px;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block .inner-box .upper-box .days{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	margin-bottom:10px;font-family: 'Lato', sans-serif;
}

.testimonial-block .inner-box .upper-box .quote-icon{
	position:relative;
	width:46px;
	height:46px;
	text-align:right;
	display:inline-block;
	background:url(../images/icons/quote.png) no-repeat;
}

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

.testimonial-block .inner-box .lower-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.8em;
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	right:-1px;
	bottom:-1px;
	border-top: 30px solid #ebebeb;
	border-right: 30px solid transparent;
}

.testimonial-block .inner-box:after{
	position:absolute;
	content:'';
	right:-3px;
	bottom:-3px;
	border-bottom: 35px solid #f7f7f7;
	border-left: 35px solid transparent;
}

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

.testimonial-section .owl-dots{
    position: relative;
	text-align:center;
	margin-top:40px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 4px;	
	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;
}

.testimonial-section .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:10px;
	height:10px;
	margin:0px;
	border-radius:50%;
	background:none;
	border:1px solid #fa9928;
	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;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot:hover span{
	background:#fa9928;
	border-radius:50%;
	border-color:#fa9928;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:75px 0px 75px;
	background-color:#131d33;
}

.news-section:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0.03;
	background-size:cover;
	background:url(../images/background/2.jpg) no-repeat;
}

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

.news-block .inner-box{
	position:relative;
	background-color:#ffffff;
}

.news-block .inner-box .content{
	position:relative;
	padding:25px 20px 20px;
}

.news-block .inner-box .post-date{
	position:relative;
	color:#fa9928;
	font-size:16px;
	font-weight:300;
	line-height:1.2em;
	margin-bottom:10px;font-family: 'Lato', sans-serif;
}

.news-block .inner-box h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:400;
	line-height:1.6em;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}

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

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

.news-block .inner-box .meta-option li{
	position:relative;
	color:#848484;
	font-size:14px;
	padding-left:20px;font-family: 'Lato', sans-serif;
}

.news-block .inner-box .meta-option li .icon{
	position:absolute;
	left:0px;
	top:5px;
	font-size:14px;
	color:#fa9928;
}

.news-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	padding:28px 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-size:cover;
}

.news-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-size:cover;
	background-color:rgba(19,29,51,0.80);
}

.news-block .inner-box .overlay-box h4{
	position:relative;
	font-size:18px;
	color:#fa9928;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:15px;
}

.news-block .inner-box .overlay-box h4 a{
	position:relative;
	color:#fa9928;
}

.news-block .inner-box .overlay-box .text{
	position:relative;
	font-size:16px;
	font-weight:300;
	color:#ffffff;
	line-height:1.8em;
	margin-bottom:15px;
}

.news-block .inner-box .overlay-box .read-more{
	position:relative;
	font-size:16px;
	font-weight:600;
	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;
}

.news-block .inner-box .overlay-box .read-more .fa{
	margin-left:10px;
}

.news-block .inner-box .overlay-box .read-more:hover{
	color:#fa9928;
}

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

/*Business Section*/

.business-section{
	position:relative;
	padding:70px 0px 80px;
}

.business-section .title-box{
	position:relative;
	text-align:center;
}

.business-section .title-box h2{
	position:relative;
	color:#222222;
	font-size:32px;
	font-weight:400;
	margin-bottom:10px;
}

.business-section .title-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:35px;
}

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

.business-block .inner-box{
	position:relative;
	text-align:center;
	padding:30px 20px 30px;
	border:1px solid #f0f0f0;
}

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

.business-block .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
}

/*** 

====================================================================
	subscribe-style-one
====================================================================

***/

.subscribe-style-one{
	position:relative;
	padding:45px 0px 50px;
	background-size:cover;
	background-color:#fff;
}

.subscribe-style-one h2{
	position:relative;
	color:#3d3d3d;
	font-size:32px;
	font-weight:400;
	text-transform:capitalize;
}

.subscribe-style-one .text{
	position:relative;
	font-size:18px;
	color:#959595;
	font-weight:300;
}

.subscribe-style-one form{
	position:relative;
	margin-top: 10px;
}

.subscribe-style-one .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-top:18px;
	margin-bottom: 0px;
	padding-right:195px;
}

.subscribe-style-one .form-group input[type="text"],
.subscribe-style-one .form-group input[type="tel"],
.subscribe-style-one .form-group input[type="email"],
.subscribe-style-one .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 22px;
    height: 52px;
	display:inline-block;
    font-size: 16px;
    background: #ffffff;
	border:1px solid #f0f0f0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-style-one .form-group input[type="email"]:focus{
	border-color:#fa9928;
}

.subscribe-style-one .form-group input[type="submit"], .subscribe-style-one .form-group button {

    position: absolute;
    width: 170px;
    text-align: center;
    top: 0px;
    right: 0px;
    float: right;
    display: inline-block;
    border-radius: 50px;

}

/*Main Footer*/

.main-footer {
    position: relative;
    background:#444;
    border-top: 1px dotted #ccc;
    background-size: cover;
}
.main-footer .footer-widget h2 span {

    font-weight: 600;

}
.logo-widget img {
    width: 50%;
}
.bullets.points ul li span {

    background: #377fe1;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;

}
.bullets.points ul li {

    display: inline-block;
    margin-right: 5px;

}
.bullets.points ul li.current span{
background:#333 ;
}
.main-footer .widgets-section{
	position:relative;
}

.main-footer .widgets-section .footer-widget{
	position:relative;
	padding: 30px 0 20px;
}

.main-footer .widgets-section .footer-widget:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:1px;
	height:100%;

}

.main-footer .footer-widget h2{
	position:relative;
	color:#fff;
	font-size:28px;
	font-weight:400;
	/* padding-bottom:15px; */
	margin-bottom:25px;
	text-transform:capitalize;
}

/*.main-footer .footer-widget h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:2px;
	background-color:#fff !important;
}*/

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 25px;
}
.social-links a {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #e56c10;
    text-align: center;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.75);
}

.link-list{
	position:relative;
}

.link-list li{
	position:relative;
	margin-bottom:6px;
}

.link-list li a {

    position: relative;
    padding-left: 15px;
    color: #fff !important;
    font-size: 14px !important;
    font-size: 13px;

}

.link-list li a:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:3px;
	line-height:1em;
	font-size:14px;
	color:#fff;
	font-family: 'FontAwesome';
}

.link-list li a:hover{
	color:#fa9928;
}

/*News Widget Block*/

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

.news-widget-block:last-child{
	margin-bottom:0px;
}

.news-widget-block:last-child .inner{
	border:0px;
	padding-bottom:0px;
}

.news-widget-block .inner{
	position:relative;
	padding-left:60px;
	padding-bottom:0px;
}

.news-widget-block .inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#fa9928;
	font-size:25px;
	line-height:1em;
}

.news-widget-block .inner .post-date{
	position:relative;
	color:#fa9928;
	font-size:16px;
	font-weight:300;
	margin-bottom:2px;
}

.news-widget-block .inner .text{
	position:relative;
	color:#fff;
	font-size:14px;
	
}

.news-widget-block .inner .text a{
	color:#9c9c9c;
	font-size:16px;
}

.main-footer .footer-info-section{
	position:relative;
	margin-top:-5px;
	background-color:#131d33;
	border-top:1px solid rgba(255,255,255,0.10);
	border-left:1px solid rgba(255,255,255,0.10);
	border-right:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-info-section .info-block{
	position:relative;
}

.main-footer .footer-info-section .info-block:after{
	position:absolute;
	content:'';
	right:-16px;
	top:18px;
	width:1px;
	height:50px;
	background-color:rgba(255,255,255,0.10);
}

.main-footer .footer-info-section .info-block:last-child:after{
	display:none;
}

.main-footer .footer-info-section .info-block .inner{
	position:relative;
	padding-left:40px;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:20px;
}

.main-footer .footer-info-section .info-block .inner .icon{
	position:absolute;
	left:0px;
	top:24px;
	color:#fa9928;
	font-size:28px;
	line-height:1em;
}

.main-footer .footer-info-section .info-block .inner h4{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	margin-bottom:5px;
	line-height:1em;
}

.main-footer .footer-info-section .info-block .inner .text{
	position:relative;
	color:#9c9c9c;
	font-size:16px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:10px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
	background: #112f55;
}

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

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#fff;
	font-size:14px;
}

.main-footer .footer-bottom .nav-column{
	position:relative;
	text-align:center;
}



.main-footer .footer-bottom .nav-column .footer-nav li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}

.main-footer .footer-bottom .nav-column .footer-nav li a{
	position:relative;
	color:#fff;
	font-size:16px;
	font-weight:300;
	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: 'Lato', sans-serif;
}
.footer-nav-credit a{
    color:#fff;
    font-weight:300;
}
.main-footer .footer-bottom .nav-column .footer-nav li a:hover{
	color:#fa9928;
}

/*** 

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

***/

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

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

.page-title h1{
	position:relative;
	font-size:48px;
	font-weight:600;
	color:#ffffff;
	line-height:1.5em;
	text-transform:capitalize;
}

.page-title .page-info{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display:block;
	color:#272727;
	z-index:1;
	background-color:rgba(255,255,255,0.15);
}

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

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

.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:16px;
	margin-right:24px;
	color:#fa9928;
	font-weight:300;
	line-height:24px;
	text-transform:capitalize;
}

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

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

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

.page-info .bread-crumb li a{
	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;
}

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

.page-info .share-icon{
	position:relative;
	font-size:15px;
	font-weight:300;
	padding:17px 0px 15px;
	text-transform:capitalize;
}

.page-info .share-icon a{
	color:#ffffff;
}

.page-info .share-icon .icon{
	color:#ffffff;
	margin-right:5px;
	font-size:12px;
}

.page-info .share-icon a{
	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 .share-icon a:hover{
	color:#fa9928;
}

.about-section-two{
	position:relative;
	padding:80px 0px 40px;
}

/*About Column Two*/

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

.about-company .inner-box{
	position:relative;
}

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

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

.about-company .inner-box .lower-content{
	position:relative;
	padding-top:50px;
}

.about-company .inner-box .lower-content h2{
	position:relative;
	font-weight:400;
	font-size:32px;
	margin-bottom:5px;
	color:#222222;
}

.about-company .inner-box .lower-content h2 a{
	position:relative;
	color:#222222;
}

.about-company .inner-box .lower-content .separator{
	position:relative;
	width:110px;
	height:22px;
	background:url(../images/icons/seperater.png) center center no-repeat;
}

.about-company .inner-box .lower-content .bold-text{
	position:relative;
	color:#fa9928;
	font-size:20px;
	line-height:1.6em;
	margin-top:25px;
	margin-bottom:15px;
}

.about-company .inner-box .lower-content .text{
	position:relative;
	margin-bottom:20px;
}

.about-company .inner-box .lower-content .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:15px;
}

.about-company .inner-box .lower-content .meet-team{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	
	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-company .inner-box .lower-content .meet-team:hover{
	color:#fa9928;
}

.about-company .inner-box .lower-content .meet-team .fa{
	margin-left:4px;
}

.what-we-do{
	position:relative;
}

.what-we-do .inner-box{
	position:relative;
}

.what-we-do .inner-box .image{
	position:relative;
}

.what-we-do .inner-box .image img{
	position:relative;
	width:100%;
}

.what-we-do .inner-box .lower-content{
	position:relative;
	padding-top:50px;
}

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

.service-block-three .inner{
	position:relative;
	padding-left:70px;
}

.service-block-three .inner .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#222222;
	font-size:40px;
	line-height:1em;
}

.service-block-three .inner h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:400;
	line-height:1em;
	margin-bottom:4px;
}

.service-block-three .inner h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-three .inner h3 a:hover{
	color:#fa9928;
}

.service-block-three .inner .sub-title{
	position:relative;
	color:#fa9928;
	font-size:16px;
	margin-bottom:10px;
}

.service-block-three .inner .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.8em;
}

/*Services Section Two*/

.services-section-two{
	position:relative;
	padding-bottom:40px;
}

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

.services-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:40px 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box .icon-box{
	position:relative;
	font-size:50px;
	line-height:1em;
	color:#fa9928;
	margin-bottom:20px;
}

.services-block-two .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	margin-bottom:15px;
}

.services-block-two .inner-box h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	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:hover{
	background-color:#131d33;
}

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

.services-block-two .inner-box:hover .text{
	color:#ffffff;
}

/*** 

====================================================================
	History Section
====================================================================

***/

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

/* History Tab*/

.tabs-box{
	position:relative;	
}

.tabs-box .tab-buttons{
	position:relative;	
}

.tabs-box .tabs-content{
	position:relative;	
}

.tabs-box .tabs-content .tab{
	position:relative;
	display:none;	
}

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


.history-btns{
	position:relative;
	text-align:center;
	overflow:hidden;
	margin-bottom:40px;
	padding:0px 125px;
}

.history-btns .owl-prev,
.history-btns .owl-next{
	position:absolute;
	top:0px;
	width:38px;
	height:38px;
	padding:0px;
	line-height:38px;
	text-align:center;
	display:inline-block;
	border:1px solid #f0f0f0;
	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;
}

.history-btns .owl-prev{
	left:0px;	
}

.history-btns .owl-next{
	right:0px;	
}

.history-btns .owl-prev:hover,
.history-btns .owl-next:hover{
	color:#fa9928;
	border-color:#fa9928;
}

.history-btns li{
	position:relative;
	display:block;
	padding:5px 15px;
	font-size:20px;
	font-weight:400;
	color:#222222;
	letter-spacing:1px;
	cursor:pointer;
	background-color:#ffffff;
	border:1px solid #f0f0f0;
	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;
}

.history-btns li:hover,
.history-btns li.active-btn{
	color:#ffffff;
	border-color:#fa9928;
	background-color:#fa9928;
}

.history-btns li:before{
	position:absolute;
	content:'';
	left:-150%;
	top:18px;
	width:300%;
	z-index:-1;
	border-bottom:2px dotted #f0f0f0;
}

.history-btns li:last-child{
	margin-right:0px;
}

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

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

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

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

.history-block .inner-box .lower-content{
	position:relative;
	padding:40px 20px 20px;
	border:1px solid #f0f0f0;
}

.history-block .inner-box .lower-content .post-date{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:400;
}

.history-block .inner-box .lower-content .big-text{
	position:absolute;
	left:0px;
	top:-22px;
	z-index:-1;
	color:#f3f3f3;
	font-size:72px;
	line-height:1em;
	font-weight:700;
}

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

.history-block .inner-box .lower-content .content h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:400;
	margin-top:25px;
	margin-bottom:10px;
}

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

.history-block .inner-box .lower-content .content h3 a:hover{
	color:#fa9928;
}

.history-block .inner-box .lower-content .content .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:10px;
}

.history-block .inner-box .lower-content .content .read-more{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	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;
}

.history-block .inner-box .lower-content .content .read-more:hover{
	color:#fa9928;
}

.history-block .inner-box .lower-content .content .read-more .fa{
	margin-left:5px;
}

/*** 

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

***/

.team-section{
	position:relative;
	padding:75px 0px 50px;
	background-color:#131d33;
}

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

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

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

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

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	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(19,29,51,0.80);
}

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

.team-block .inner-box .image .overlay-box .social-icon-two{
	top:50%;
	margin-top:-21px;
}

.team-block .inner-box .lower-content{
	position:relative;
	padding:20px 15px;
	text-align:center;
	border:1px solid rgba(255,255,255,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	margin-bottom:2px;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	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;
}

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

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#fa9928;
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:12px;
	display:inline-block;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.team-block .inner-box .lower-content ul{
	position:relative;
}

.team-block .inner-box .lower-content ul li{
	position:relative;
	display:block;
	color:#9c9c9c;
	font-size:16px;
	margin-bottom:0px;
	font-weight:300;font-family: 'Lato', sans-serif;
}

.team-block .inner-box .lower-content ul li a{
	position:relative;
	display:block;
	color:#9c9c9c;
	font-size:16px;
	margin-bottom:5px;
	font-weight:300;
	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-content ul li a:hover{
	color:#fa9928;
	text-decoration:underline;
}

.team-block.style-two .inner-box .lower-content h3 a{
	color:#222222;
}

.team-block.style-two .inner-box .lower-content,
.team-block.style-two .inner-box .lower-content .designation{
	border-color:#f0f0f0;
}

.team-page-section .team-block{
	margin-bottom:40px;
}


/*** 

====================================================================
	Consult Section
====================================================================

***/

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

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

.consult-section .consult-form-box{
	position:relative;
	max-width:770px;
	width:100%;
	display:block;
	padding:40px 25px 10px;
	background-color:#ffffff;
}

.consult-section .consult-form-box h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:40px;
}

.consult-section .consult-form-box h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}

/*Default Form*/

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
	padding:0px 15px;
}

.default-form .form-group input,
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 20px;
	height:55px;
	font-size:16px;
	font-weight:300;
	background:#f7f7f7;
	border:1px solid #f4f4f4;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

/*.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:rgba(255,255,255,0.90);
}*/

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	height:120px;
	resize:none;
	font-size:16px;
	font-weight:300;
	background:#f7f7f7;
	border:1px solid #f4f4f4;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
	border-color:#fa9928;
}

.default-form .form-group button{
	width:100%;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:80px 0px 80px;
}

.faq-section .prod-tabs{
	position:relative;	
}

.faq-section .prod-tabs .tab-btns{
	position:relative;
	margin-bottom:40px;
}

.faq-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:16px;
	color:#848484;
	font-weight:400;
	cursor:pointer;
	line-height:1.6em;
	margin-bottom:6px;
	padding:15px 25px 15px;
	transition:all 500ms ease;
	text-transform:capitalize;
	background-color:#f7f7f7;
}

.faq-section .prod-tabs .tab-btns .tab-btn:hover:after,
.faq-section .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'\f105';
	right:20px;
	top:15px;
	color:#ffffff;
	font-family: 'FontAwesome';
}

.faq-section .prod-tabs .tab-btns .tab-btn.active-btn,
.faq-section .prod-tabs .tab-btns .tab-btn:hover{
	color:#ffffff;
	background-color:#fa9928;
}

.faq-section .prod-tabs .tabs-content{
	position:relative;
}

.faq-section .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.faq-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

/*** 

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

***/

.accordion-box{
	position:relative;
	padding:0px 20px;
	border:1px solid #f0f0f0;
}

.accordion-box .block{
	position: relative;
    padding:20px 0px;
    margin-bottom: 0px;
	border-bottom: 1px solid #f2f2f2;
}

.accordion-box .block:last-child{
	margin-bottom:0px;
	padding-bottom:20px;
	border-bottom: 0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	cursor:pointer;
	line-height:30px;
	color:#222222;
	font-weight:400;
	padding:0px 50px 0px 0px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	color:#fa9928;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:0px;
	top:0px;
	width:28px;
	height:28px;
	text-align:center;
	border-radius:50%;
	font-size:16px;
	color:#f0f0f0;
	border:2px solid #f0f0f0;
	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;
    left: -2px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 31px;
    font-size: 16px;
    color: #f0f0f0;
}

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

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

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#fa9928;
}

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

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

.accordion-box .block .content p{
	margin-bottom:20px;
	line-height:1.8em;
	font-size:15px;	
	color:rgba(0,0,10,0.60);
}

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

/*Faq Form section*/

.faq-form-section{
	position:relative;
	padding:80px 0px 80px;
}

/*Faq Form*/

.faq-form .form-group{
	position:relative;
	margin-bottom:30px;
	padding:0px 15px;
}

.faq-form .form-group input,
.faq-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 20px;
	height:55px;
	font-size:16px;
	font-weight:300;
	background:#ffffff;
	border:1px solid #f4f4f4;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.faq-form .form-group .ui-selectmenu-button.ui-button{
	background:#ffffff;
}

.faq-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	height:130px;
	resize:none;
	font-size:16px;
	font-weight:300;
	background:#ffffff;
	border:1px solid #f4f4f4;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.faq-form .form-group input:focus,
.faq-form .form-group textarea:focus{
	border-color:#fa9928;
}

.faq-form .form-group button{
	
}

/*** 

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

***/

.gallery-section{
	position:relative;
	padding:80px 0px 80px;
}

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

.gallery-section .filters .filter-tabs{
	position:relative;
	border-bottom:1px solid #f0f0f0;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    padding:12px 10px;
    line-height: 24px;
    color: #848484;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    margin:0px 2px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color: #fa9928;
}

.gallery-section .filters .filter.active::after,
.gallery-section .filters .filter:hover::after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:100%;
	border-top:1px solid transparent;
	background-color:#fa9928;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block.mix{
	display:none;
}

.gallery-section .mixitup-gallery{
	border-bottom:1px solid #f0f0f0;
	margin-bottom:40px;
}

/*** 

====================================================================
	Gallery Block
====================================================================

***/

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

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

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

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

.gallery-block .inner-box .image-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
	width: 100%;
    height: 100%;
	color: #ffffff;
	text-align: center;
	background: rgba(19,29,51,0.90);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    -o-transform: translate(-100%,0%);
    -moz-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
	vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .content .icon{
	position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fa9928;
    width: 50px;
    height: 50px;
    margin: 0px 3px;
    line-height: 50px;
    border-radius: 50%;
	background-color:#ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .image-box .overlay-box .content .icon:hover{
	color:#ffffff;
	background-color:#fa9928;
}

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

.gallery-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:400;
}

.gallery-block .inner-box .lower-box h3 a{
	color:#222222;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .lower-box h3 a:hover{
	color:#fa9928;
}

.gallery-block .inner-box .lower-box .designation{
	position:relative;
	font-weight:300;
	font-size:16px;
	color:#fa9928;
}

.gallery-block .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

/*** 

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

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:55px;
	height:55px;
	font-size:16px;
	min-width:55px;
	color:#222222;
	font-weight:400;
	text-align:center;
	background:none;
	border:1px solid #f0f0f0;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

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

/*** 

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

***/

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

.project-single-section .big-image{
	position:relative;
	margin-bottom:50px;
}

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

.project-single-section .project-launch-section{
	position:relative;
	margin-bottom:20px;
}

.project-single-section .project-launch-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.project-single-section .project-launch-section .info-column .inner-column{
	position:relative;
	padding:22px 20px;
	background-color:#f7f7f7;
}

.project-single-section .project-launch-section .info-column .inner-column ul{
	position:relative;
}

.project-single-section .project-launch-section .info-column .inner-column ul li{
	position:relative;
	margin-bottom:20px;
	color:#848484;
	font-weight:300;
}

.project-single-section .project-launch-section .info-column .inner-column ul li:last-child{
	margin-bottom:0px;
}

.project-single-section .project-launch-section .info-column .inner-column ul li span{
	position:relative;
	color:#fa9928;
	font-size:16px;
	width:35%;
	margin-right:20px;
	font-weight:400;
	display:inline-block;
}

.project-single-section .project-launch-section .info-column .inner-column ul li span:after{
	position:absolute;
	content:':';
	right:0px;
	top:0px;
	color:#fa9928;
}

.project-single-section .project-launch-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.project-single-section .project-launch-section .content-column h3{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
}

.project-single-section .project-launch-section .content-column .sub-title{
	position:relative;
	color:#fa9928;
	font-size:16px;
	margin-bottom:15px;
}

.project-single-section .project-launch-section .content-column .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:20px;
}

.project-single-section .project-launch-section .content-column .theme-btn{
	padding:11px 24px;
}

.project-single-section .detail-section{
	position:relative;
	margin-bottom:60px;
}

.project-single-section .detail-section h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
	padding-bottom:15px;
	margin-bottom:30px;
}

.project-single-section .detail-section h2:after{
	position:absolute;
	content:'';
	left:0px;
	width:50px;
	height:2px;
	bottom:0px;
	background-color:#fa9928;
}

.project-single-section .detail-section .text{
	position:relative;
	margin-bottom:32px;
}

.project-single-section .detail-section .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:15px;
}

.project-single-section .detail-section .graph-box{
	position:relative;
}

.project-single-section .detail-section .graph-box .graph-title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding:8px 20px;
	background-color:#fa9928;
}

.project-single-section .detail-section .graph-box .image{
	position:relative;
}

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

/*Project New Posts*/

.project-new-posts{
	position:relative;
}

.project-new-posts .inner-box{
	position:relative;
	padding:15px 0px;
	border-bottom:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
}

.project-new-posts .inner-box a{
	position:relative;
	color:#222222;
	font-size:18px;
	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;
}

.project-new-posts .inner-box a:hover{
	color:#fa9928;
}

.project-new-posts .inner-box .next-post .fa{
	position:relative;
	top:1px;
}

/*Team Page Section*/

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

.testimonial-page-section{
	position:relative;
	padding:80px 0px 40px;
}

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

.testimonial-block-two .inner-box{
	position:relative;
	padding:28px 15px;
	text-align:center;
	border:1px solid #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;
}

.testimonial-block-two .inner-box:hover{
	
}

.testimonial-block-two .inner-box .image{
	position:relative;
	width:85px;
	height:85px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:18px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:400;
	margin-bottom:18px;
}

.testimonial-block-two .inner-box h2{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#222222;
	line-height:1.4em;
	padding-top:20px;
	margin-bottom:4px;
	border-top:1px solid #eeeeee;
}

.testimonial-block-two .inner-box .location{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#ff6600;
	line-height:1.4em;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	overflow:hidden;
	padding:80px 0px 40px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .with-border{
	padding-left:30px;
}

.sidebar-page-container .sidebar-side .with-border:before{
	position:absolute;
	content:'';
	left:15px;
	top:-200px;
	width:1px;
	height:5000px;
	background-color:#f0f0f0;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 45px;
}

/*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:28px;
	padding:10px 50px 10px 20px;
	border:1px solid #f0f0f0;
	background:none;
	display:block;
	font-size:16px;
	width:100%;
	height:50px;
	font-weight:300;
	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:16px;
	color:#ffffff;
	line-height:100%;
	background:#fa9928;
	font-weight:normal;
}

/*Sidebar Title*/

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

.sidebar-title h2{
    font-size: 22px;
    color: #222222;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: capitalize;
}

/*Blog Category*/

.blog-cat{
	position:relative;
	padding:20px 25px 6px;
	border:1px solid #eeeeee;
}

.blog-cat li{
	position:relative;
	margin-bottom:15px;
}

.blog-cat li a{
	position:relative;
	font-size:16px;
	font-weight:300;
	display:block;
	padding-bottom:12px;
	color:#848484;
	padding-left:25px;
	border-bottom:1px solid #eeeeee;
	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: 'Lato', sans-serif;
}

.blog-cat li:last-child{
	margin-bottom:0px;
}

.blog-cat li:last-child a{
	border:0px;
}

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

.blog-cat li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:8px;
	height:8px;
	border-radius:50%;
	border:1px solid #e5e5e5;
	font-family: 'FontAwesome';
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li a:hover{
	color:#fa9928;
}

.blog-cat li a:hover::before{
	border-color:#fa9928;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:110px;
	min-height:110px;
	margin-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}

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

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

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.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 .post-thumb .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	background-color:rgba(19,29,51,0.90);
	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:hover .post-thumb .overlay{
	opacity:1;
}

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

.sidebar .popular-posts .post .text a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#fa9928;	
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:16px;
	color:#b5b5b5;
	padding-left:22px;
	font-weight:300;font-family: 'Lato', sans-serif;
}

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

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:4px 15px 4px;
	margin:0px 6px 10px 0px;
	color:#848484;
	text-align:center;
	font-size:16px;
	text-transform:capitalize;
	background:none;
	font-weight:300;
	border:1px solid #f0f0f0;
	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{
	color:#ffffff;
	border-color:#fa9928;
	background-color:#fa9928;
}

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

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

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

.news-block-two .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	z-index:2;
	background-color:rgba(19,29,51,0.90);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

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

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

.news-block-two .inner-box .image .tag{
	position:absolute;
	left:12px;
	bottom:12px;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	z-index:3;
	padding:5px 20px 3px;
	display:inline-block;
	background-color:#fa9928;font-family: 'Lato', sans-serif;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding:22px 18px;
	border:1px solid #f0f0f0;
}

.news-block-two .inner-box .lower-content .post-date{
	position:relative;
	color:#acacac;
	font-size:16px;
	font-weight:300;
	padding-left:22px;
	margin-bottom:6px;font-family: 'Lato', sans-serif;
}

.news-block-two .inner-box .lower-content .post-date:before{
	position:absolute;
	content:'\f073';
	left:0px;
	top:-2px;
	color:#fa9928;
	font-size:13px;
	font-family: 'FontAwesome';
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
}

.news-block-two .inner-box .lower-content h3 a{
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

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

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:8px;
}

.news-block-two .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-block-two .inner-box .lower-content .read-more:hover{
	color:#fa9928;
}

/*News Block Three*/

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

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

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

.news-block-three .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	z-index:2;
	background-color:rgba(19,29,51,0.90);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

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

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

.news-block-three .inner-box .image .tag{
	position:absolute;
	left:25px;
	bottom:20px;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	z-index:3;
	padding:5px 20px 3px;
	display:inline-block;
	background-color:#fa9928;font-family: 'Lato', sans-serif;
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding:15px 25px 40px;
	border:1px solid #f0f0f0;
}

.news-block-three .inner-box .lower-content .post-meta{
	position:relative;
	margin:7px 0px 8px;
}

.news-block-three .inner-box .lower-content .post-meta li{
	position:relative;
	color:#ababab;
	font-size:16px;
	padding-left:20px;
	margin-right:15px;
	font-weight:300;
	display:inline-block;font-family: 'Lato', sans-serif;
}

.news-block-three .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	color:#fa9928;
	font-size:13px;
}

.news-block-three .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	font-weight:400;
	margin-bottom:10px;
}

.news-block-three .inner-box .lower-content h3 a{
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

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

.news-block-three .inner-box .lower-content .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:28px;
}

/*Blog Single*/

.blog-single{
	position:relative;
}

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

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

.blog-single .inner-box .image img{
	position:relative;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding:20px 25px;
	border:1px solid #f0f0f0;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	margin:0px 0px 8px;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	color:#ababab;
	font-size:16px;
	padding-left:20px;
	margin-right:15px;
	font-weight:300;
	display:inline-block;font-family: 'Lato', sans-serif;
}

.blog-single .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	color:#fa9928;
	font-size:13px;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.blog-single .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
}

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

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:15px;
	font-family: 'Lato', sans-serif;
}

.blog-single .inner-box .lower-content .text p:last-child{
	margin-bottom:0px;
}

.blog-single .inner-box .lower-content .text blockquote{
	position:relative;
	padding:0px;
	border:0px;
	margin-bottom:15px;
}

.blog-single .inner-box .lower-content .text .row{
	margin:30px -10px 0px;
}

.blog-single .inner-box .lower-content .text .image-column,
.blog-single .inner-box .lower-content .text .quote-column{
	padding:0px 10px;
}

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

.blog-single .inner-box .lower-content .text .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content .text .quote-column .quote-icon{
	position:relative;
	color:#f1f1f1;
	font-size:30px;
	line-height:1em;
	margin-bottom:12px;
}

.blog-single .inner-box .lower-content .text .quote-column .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:10px;
}

.blog-single .inner-box .lower-content .text .quote-column .inner h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:700;
	margin-bottom:5px;
	line-height:1em;
}

.blog-single .inner-box .lower-content .text .quote-column .designation{
	position:relative;
	color:#fa9928;
	font-size:16px;
}

.blog-single .inner-box .lower-content .text .quote-column h4{
	position:relative;
	color:#222222;
	font-size:18px;
}

/*post share options*/

.blog-single .inner-box .lower-content .post-share-options{
	position:relative;
	padding:20px 0px 0px;
	margin-top:40px;
	border-top:1px solid #f4f4f4;
}

.blog-single .inner-box .lower-content .post-share-options .tags span{
	font-size:18px;
	color:#222222;
	font-weight:400;
}

.blog-single .inner-box .lower-content .post-share-options .tags a{
	position:relative;
	color:#fa9928;
	font-size:16px;
	font-weight:300;
}

.blog-single .inner-box .lower-content .post-share-options .tags{
	position:relative;
	color:#b7b7b7;
	font-size:16px;
	font-weight:700;
	margin-bottom:8px;
}

/*Author Box*/

.author-box{
	position:relative;
	margin-top:80px;
	margin-bottom:50px;
}

.author-box .author-comment{
	position:relative;
	padding:30px 30px 25px;
	background-color:#f7f7f7;
}

.author-box .author-comment .inner-box{
	position:relative;
	padding-left:110px;
}

.author-box .author-comment .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:85px;
	margin-bottom:20px;
}

.author-box .author-comment .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
}

.author-box .author-comment .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
}

/*** 

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

 ***/

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

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:40px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:24px;
	color:#222222;
	font-weight:400;
	padding-bottom:12px;
	text-transform:capitalize;
}

.sidebar-page-container .group-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

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

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

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
	padding:15px 20px;
	border:1px solid #f4f4f4;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating{
	position:absolute;
	right:15px;
	top:15px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa{
	display:inline-block;
	color:#fa9928;
}

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

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

.sidebar-page-container .comments-area .comment-info{
	position:relative;
	color:#222222;
	line-height:24px;
	font-size:16px;	
	font-weight:400;
}

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

/*Comment Form*/

.comment-form{
	position:relative;
}

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

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

.comment-form .rating-box .text{
	position:relative;
	font-size:14px;
	color:#222222;
	margin-bottom:10px;
}

.comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #ebebeb;
}

.comment-form .rating-box .rating:last-child{
	border:0px;
}

.comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:2px;
	display:inline-block;
}

.comment-form .rating-box .rating a{
	position:relative;
	color:#d6d6d6;
	font-size:14px;
	display:inline-block;
}

.comment-form .rating-box .rating a:hover{
	color:#fa9928;
}

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

.comment-form .form-group label{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #efefef;
	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;
}

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

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #efefef;
	height:105px;
	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;
}

.comment-form button{
	position:relative;
	margin-top:10px;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus{
	border-color:#f06529;	
}

/*Contact Section*/

.contact-section{
	position:relative;
	padding:80px 0px 50px;
}

.contact-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .info-column .inner-box{
	position:relative;
	padding:20px 20px 20px;
	border:1px solid #f0f0f0;
}

/*Info List*/

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

.contact-info-list li{
	position:relative;
	padding-left:40px;
	font-size:16px;
	color:#848484;
	font-weight:300;
	padding-bottom:18px;
	margin-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}

.contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:#fa9928;
	font-size:26px;
}

.contact-info-list li strong{
	font-weight:400;
	color:#222222;
}

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

.contact-form .form-group label{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

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

.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 select{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 15px;
	border:1px solid #efefef;
	height:55px;
	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;
}

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

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #efefef;
	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;
}

.contact-form button{
	position:relative;
	margin-top:10px;
}

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

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

.services-page-section{
	position:relative;
	padding:80px 0px 40px;
}

/*List Widget*/

.sidebar .sidebar-category .list{
	position:relative;
}

.sidebar .sidebar-category .list li{
	position:relative;
	line-height:24px;
}

.sidebar .sidebar-category .list li:last-child{
	border-bottom:0px;
}

.sidebar .sidebar-category .list li a{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:14px;
	padding:15px 20px;
	display:block;
	margin-bottom:2px;
	text-transform:capitalize;
	background-color:#f7f7f7;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.sidebar .sidebar-category .list li a:before {
	width:54px;
	height:54px;
	text-align:center;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    right:0px;
	top:0px;
	opacity:0;
	color:#f7f7f7;
    line-height:55px;
    position: absolute;
	background-color:#131d33;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.sidebar .sidebar-category .list li.current a:before{
	opacity:1;
}

.sidebar .sidebar-category .list li:hover a:before{
	opacity:1;
}

.sidebar .sidebar-category .list li a:hover,
.sidebar .sidebar-category .list li.current a{
	color:#ffffff;
	background-color:#fa9928;
}

/*Broucher Widget*/

.sidebar-brochure .brochure{
	position:relative;
	color:#222222;
	font-weight:400;
	font-size:16px;
	padding:10px 20px;
	display:block;
	margin-bottom:10px;
	padding-left:55px;
	border:1px solid #f7f7f7;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.sidebar-brochure .brochure span{
	display:block;
	font-weight:300;
	color:#848484;
	font-family: 'Lato', sans-serif;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.sidebar-brochure .brochure .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:75px;
	line-height:75px;
	font-size:16px;
	margin-right:8px;
	text-align:center;
	font-weight:400;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.sidebar-brochure .brochure:hover{
	color:#ffffff;
	border-color:#fa9928;
	background-color:#fa9928;
}

.sidebar-brochure .brochure:hover span,
.sidebar-brochure .brochure:hover .icon{
	color:#ffffff;
}

/*Sidebar Info Widget*/

.sidebar-info-widget{
	position:relative;
}

.sidebar-info-widget .inner-box{
	position:relative;
	padding:15px 20px;
	background-color:#f7f7f7;
}

.sidebar-info-widget{
	position:relative;
}

/*Author Info Box*/

.author-info-box{
	position:relative;
}

.author-info-box h3{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}

.author-info-box .author-inner{
	position:relative;
	padding-left:85px;
	min-height:90px;
	margin-bottom:15px;
	border-bottom:1px solid #eaeaea;
}

.author-info-box .author-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:85px;
}

.author-info-box .author-inner .author-name{
	position:relative;
	color:#fa9928;
	font-size:16px;
	line-height:1em;
	margin-bottom:10px;
}

.author-info-box .author-inner ul{
	position:relative;
}

.author-info-box .author-inner ul li{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	padding-left:20px;
	line-height:1em;
	margin-bottom:7px;
	font-family: 'Lato', sans-serif;
}

.author-info-box .author-inner ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:13px;
	color:#fa9928;
}

.author-info-box:last-child .author-inner{
	position:relative;
	margin-bottom:0px;
	border:0px;
	min-height:60px;
}

/*Service Single One*/

.service-single-one{
	position:relative;
}

.service-single-one .inner-box{
	position:relative;
}

.service-single-one .inner-box .image{
	position:relative;
}

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

.service-single-one .inner-box .lower-content{
	position:relative;
	padding-top:50px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.service-single-one .inner-box .lower-content h2{
	position:relative;
	color:#222222;
	font-size:32px;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:30px;
}

.service-single-one .inner-box .lower-content h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}

.service-single-one .inner-box .lower-content .text{
	position:relative;
}

.service-single-one .inner-box .lower-content .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
	font-weight:300;
}

.service-single-one .inner-box .lower-content .text blockquote{
	position:relative;
	padding:20px 25px;
	margin-top:30px;
	margin-bottom:40px;
	border:2px solid #efefef;
}

.service-single-one .inner-box .lower-content .text blockquote .text{
	color:#fa9928;
	font-size:18px;
	font-style:italic;
	font-weight:500;
	line-height:1.6em;
	padding-left:60px;
}

.service-single-one .inner-box .lower-content .text blockquote .text .quote-icon{
	position:absolute;
	left:0px;
	top:5px;
	font-size:36px;
	color:#efefef;
	line-height:1em;
}

.service-single-one .inner-box .lower-content .text h3{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:25px;
}

.service-single-one .inner-box .lower-content .text h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	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;
}

.video-box:hover .overlay-box{
	background-color:rgba(250,153,40,0.40);
}

.video-box .overlay-box span{
	position: relative;
	width:60px;
	height:60px;
    top: 46%;
	z-index:99;
	color: #ffffff;
	font-weight:300;
	font-size:18px;
	margin-top: -28px;
	text-align: center;
	border-radius:50%;
	line-height:50px;
	padding-left:4px;
	display: inline-block;
	border:6px solid #ffffff;
}

/*Business Tab Section*/

.business-tab-section{
	position:relative;
	margin-top:55px;
}

.business-tab-section h3{
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.business-tab-section h3:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #fa9928;
}

.business-tab-section .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	font-weight:300;
	margin-bottom:30px;
}

/*** 

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

***/

.business-info-tabs{
	position:relative;
	margin-bottom:0px;
	margin-top:30px;
}

.business-info-tabs .prod-tabs{
	position:relative;
}

.business-info-tabs .prod-tabs .tab-btns{
	position:relative;
	top:1px;
	z-index:1;
	border-bottom:1px solid #eeeeee;
}

.business-info-tabs .prod-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size:18px;
	color:#222222;
	cursor:pointer;
	font-weight:400;
	padding:12px 30px;
	line-height:24px;
	top:2px;
	width:25%;
	text-align:center;
	text-transform:capitalize;
	border:1px solid #f0f0f0;
	border-bottom:0px;
}

.business-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn{
	background:#ffffff;
	border:1px solid #fa9928;
	border-bottom:0px;
	color:#fa9928;
}

.business-info-tabs .prod-tabs .tabs-container{
	position:relative;
}

.business-info-tabs .prod-tabs .tabs-container .tab{
	position:relative;
	padding:30px 35px;
	display:none;
	border-top:0px;
	border:1px solid #f0f0f0;
}

.business-info-tabs .prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.business-info-tabs .prod-tabs .tabs-container .tab .content .text{
	margin-bottom:0px;
}

.business-info-tabs .prod-tabs .tabs-container .tab .content img{
	width:100%;
	display:block;
}

.business-info-tabs .prod-tabs .tabs-container .tab .content .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	font-weight:300;
}

/*Consult Form Two*/

.consult-section-two{
	position:relative;
	margin-top:55px;
}

.consult-section-two h3{
	position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.consult-section-two h3:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #fa9928;
}

.consult-section-two .consult-form-two{
	position:relative;
	padding:30px 30px 0px;
	border:1px solid #f0f0f0;
}

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

.consult-form-two .form-group input[type="text"],
.consult-form-two .form-group input[type="password"],
.consult-form-two .form-group input[type="tel"],
.consult-form-two .form-group input[type="email"],
.consult-form-two .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #f0f0f0;
	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;
}

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

.consult-form-two .form-group .ui-selectmenu-button.ui-button{
	background-color:#ffffff;
}

.consult-form-two .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #f0f0f0;
	height:215px;
	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;
}

.consult-form-two button{
	position:relative;
	width:100%;
}

.consult-form-two input:focus,
.consult-form-two select:focus,
.consult-form-two textarea:focus{
	border-color:#f06529;	
}

/*Service Single Two*/

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

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

.service-single-two .inner-box h2{
    position: relative;
    color: #222222;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 18px;
    margin-bottom: 40px;
	line-height:1em;
}

.service-single-two .inner-box h2:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #fa9928;
}

.service-single-two .inner-box .two-column{
	position:relative;
}

.service-single-two .inner-box .two-column .bold-text{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
}

.service-single-two .inner-box .two-column .text{
	position:relative;
	margin-bottom:30px;
}

.service-single-two .inner-box .two-column .text p{
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
}

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

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

.analysic-section{
	position:relative;
}

.analysic-section h3{
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.analysic-section h3:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #fa9928;
}

.analysic-section .text{
	position:relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
	margin-bottom:40px;
}

.analysic-section .analysic-column{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}

.analysic-section .analysic-column h4{
	position:relative;
	color:#222222;
	font-size:18px;
	margin-top:20px;
}

.service-single-two .inner-box .analysic-result{
	position:relative;
	margin-top:40px;
	padding:25px 20px 20px;
	background-color:#f7f7f7;
}

.service-single-two .inner-box .analysic-result h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
}

/*Service Single Three*/

.service-single-three{
	position:relative;
}

.service-single-three .inner-box{
	position:relative;
}

.service-single-three .inner-box h2{
	 position: relative;
    color: #222222;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 18px;
    margin-bottom: 50px;
	line-height:1em;
}

.service-single-three .inner-box h2:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #fa9928;
}

.service-single-three .inner-box .images{
	position:relative;
}

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

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

.service-single-three .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.6em;
	font-weight:300;
}

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

.service-single-three .inner-box .graph-section{
	position:relative;
	margin-top:40px;
	padding-bottom:20px;
	margin-bottom:50px;
	border-bottom:1px solid #f0f0f0;
}

.service-single-three .inner-box .graph-section h3{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:30px;
}

.service-single-three .inner-box .graph-section h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}

.service-single-three .inner-box .graph-section .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.6em;
	font-weight:300;
	margin-bottom:20px;
}

.service-single-three .inner-box .default-section{
	position:relative;
}

.service-single-three .inner-box .default-section .column{
	position:relative;
}

.service-single-three .inner-box .default-section .column h3{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:35px;
}

.service-single-three .inner-box .default-section .column h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}

/*Service Block Four*/

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

/*.service-block-four:last-child{
	margin-bottom:0px;
}*/

.service-block-four .inner-box{
	position:relative;
	padding-left:100px;
}

.service-block-four .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	color:#fa9928;
	line-height:80px;
	text-align:center;
	font-size:40px;
	border-radius:50%;
	border:2px solid #f0f0f0;
}

.service-block-four .inner-box h4{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:400;
	line-height:1em;
	margin-bottom:12px;
}

.service-block-four .inner-box h4 a{
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-four .inner-box h4 a:hover{
	color:#fba848;
}

.service-block-four .inner-box .service-text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

/*Blog Cat Two*/

.blog-cat-two{
	position:relative;
}

.blog-cat-two li{
	position:relative;
	margin-bottom:15px;
}

.blog-cat-two li a{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	padding-bottom:15px;
	padding-left:25px;
	display:block;
	border-bottom:1px solid #f0f0f0;
	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-cat-two li a:before{
	position:absolute;
	content:'\f114';
	left:0px;
	top:0px;
	font-size:16px;
	color:#848484;
	font-family: 'FontAwesome';
	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-cat-two li a:hover:before,
.blog-cat-two li a:hover{
	color:#fa9928;
}

/*Sidebar Range slider */

.range-slider-one{
	position:relative;
	min-height:48px;
}

.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:#848484;
	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;
	border:1px solid #333333;
	background:#fa9928;
	border-radius:50%;
	cursor:pointer;	
}

.range-slider-one .theme-btn{
	padding:6px 25px;
}

/*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:400;
	color:#222222;
	text-transform:capitalize;
}

.sidebar .related-posts .post h4 a{
	color:#222222;
	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:#ff6600;	
}

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

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

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	margin-right:5px;
	font-size:12px;
	line-height:26px;
	color:#fa9928;
}

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

/*** 

====================================================================
	Shop Style
====================================================================

***/

.shop-section{
	position:relative;
	padding-bottom:0px;
	margin-bottom:30px;
	border-bottom:1px solid #eceae9;	
}

.shop-section .items-sorting{
	position:relative;
	margin-bottom:10px;	
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column h4{
	font-size:16px;
	font-weight:300;
	color:#848484;
	line-height:24px;
	padding:13px 0px;
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;	
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 15px 9px;
	height:50px;
	font-size:16px;
	border:1px solid #eeeeee;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select-two.png) right center no-repeat;
	color:#999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.shop-section .items-sorting select option{
	text-indent:15px;	
}

/*Shop Item*/

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

.shop-item .inner-box{
	position:relative;
	outline:15px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box:before{
	content:'';
	position:absolute;
	left:-15px;
	right:-15px;
	bottom:-15px;
	top:-15px;
	opacity:0;
	z-index:10;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
}

.shop-item .inner-box:hover::before{
	opacity:1;
}

.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(19,29,51,0.80);
	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;
	display:inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li .tooltip-data{
	position:absolute;
	left:20px;
	bottom:100%;
	width:130px;
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	text-align:center;
	opacity:0;
	padding:4px 15px;
	visibility:hidden;
	margin-left:-60px;
	margin-bottom:0px;
	background-color:#fa9928;
	font-family: 'Lato', 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;
}

.shop-item .inner-box .image .overlay-box .cart-option li .tooltip-data:after{
	position:absolute;
	content:'';
	top:100%;
	left:50%;
	margin-left:-8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fa9928;
}

.shop-item .inner-box .image .overlay-box .cart-option li:hover .tooltip-data{
	opacity:1;
	visibility:visible;
	margin-bottom:20px;
}

.shop-item .inner-box .image .overlay-box .cart-option li a{
	position:relative;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fa9928;
	font-size:18px;
	border-radius:50%;
	display:inline-block;
	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;
}

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

.shop-item .inner-box .image img{
	max-width:100%;
	padding:20px 0px;
	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:16px;
	font-weight:400;
	margin-bottom:4px;
}

.shop-item .inner-box .lower-content h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#fa9928;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#fa9928;
	font-size:16px;
	font-weight:400;
}

.shop-item .inner-box .lower-content .rating .fa{
	position:relative;
	display:inline-block;
	font-size:12px;
	color:#fa9928;
}

/*** 

====================================================================
	Login / Register Section
====================================================================

***/

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

.register-section .form-column{
	margin-bottom:80px;	
}

.register-section .form-column .form-title{
	position:relative;
	margin-bottom:40px;	
}

.register-section .form-column .form-title h2{
	color:#222222;
	font-size:24px;
	padding-bottom:12px;
}

.register-section .form-column .form-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:15px;
	color:#9e9e9e;	
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:2px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
	line-height:26px;
	height:44px;	
}

.styled-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.styled-form select option{
	text-indent:20px;	
}

.styled-form textarea{
	resize:none;
	height:110px;	
}

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

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:10px 30px;	
}

.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 15px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:80px 0px;
}

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

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

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

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#f7f7f7;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:400;
	color:#222222;
	font-size:16px;
	
}

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

.cart-table tbody tr td{
	line-height:24px;
	padding:30px 10px 20px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
}

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

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


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

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:70px;
	border:1px solid #f0f0f0;
	left:0px;
	top:0px;	
}

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

.cart-table tbody tr .prod-column .column-box h3{
	font-size:16px;
	color:#222222;
	font-weight:400;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:300;
	color:#fa9928;	
	font-size:20px;
	font-family: 'Lato', sans-serif;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#ececec;
	width:34px;
	height:34px;
	text-align:center;
	line-height:30px;
	display:inline-block;
	border:2px solid #ececec;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:10px;
	line-height:14px;
	width:14px;
	height:14px;
	margin-right:8px;
	background:#f0f0f0;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove{
	text-align:center;
}

.cart-table tbody tr .remove-btn:hover{
	color:#fa9928;
	border-color:#fa9928;
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:#fa9928;
}

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

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

.cart-table tbody tr td.price{
	font-size:20px;
	font-weight:300;
	color:#848484;
	font-family: 'Lato', sans-serif;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

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

.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:#fa9928;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:50px 0px 70px ;
}

.cart-section .coupon-outer .cart-btn{
	color:#222222;
	font-size:14px;
	padding:11px 33px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .coupon-outer .cart-btn:hover{
	color:#ffffff;
	background-color:#fa9928;
}

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

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

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 20px;
	border:2px solid #f7f7f7;
	height:50px;
	width:230px;
	background:none;	
}

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

.cart-section .sec-title{
	margin-bottom:15px;	
}

.cart-section .sec-title h2{
	font-size:24px;
	color:#222222;
}

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

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

.cart-section .totals-table{
	position:relative;
	border:1px solid #f0f0f0;
	border-radius:2px;
	margin-bottom:30px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	padding:15px 15px;
	line-height:24px;
	width:50%;
	font-weight:300;
	font-size:16px;
	color:#848484;
}

.cart-section .totals-table .col-title{
	font-size:16px;
	color:#222222;
	border-right:1px solid #f0f0f0;	
}

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

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

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

/*Shipping Form*/

.shipping-form .form-group{
	position:relative;
	margin-bottom:30px;
	padding:0px 15px;
}

.shipping-form .form-group .ui-selectmenu-button.ui-button{
	background-color:#ffffff;
	height:45px;
	line-height:24px;
	z-index:10;
	background-position:right top;
	background-repeat:no-repeat;
	background-image:url(../images/icons/arrow-right.jpg);
}

.shipping-form .form-group .ui-button .ui-icon{
	opacity:0;
}

.shipping-form .form-group input,
.shipping-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 20px;
	height:45px;
	font-size:14px;
	font-weight:300;
	background:#ffffff;
	border:1px solid #f4f4f4;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.shipping-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	height:120px;
	resize:none;
	font-size:16px;
	font-weight:300;
	background:#f7f7f7;
	border:1px solid #f4f4f4;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus{
	border-color:#fa9928;
}

.shipping-form .form-group .total-btn{
    color: #222222;
    font-size: 14px;
    padding: 11px 33px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*** 

====================================================================
	CheckOut Sectioon
====================================================================

***/

.checkout-page{
	position:relative;
	padding:75px 0px 70px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:50px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 30px;
	background:#f7f7f7;
	color:#222222;
	font-size:16px;
	border-left:2px solid #fa9928;
}

.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:24px;
	margin-bottom:30px;
	padding-bottom:12px;
}

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

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

.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;
	/*color:#ff6600;*/
	font-size:16px;
}

.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;
	border:2px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-form textarea{
	resize:none;
	height:120px !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:#fa9928;
}

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

/*cart outer*/

.cart-outer{
	position:relative;	
}

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

.checkout-page .lower-content .order-column .cart-outer{
	overflow-x:auto;
}

.checkout-page .lower-content .order-column .cart-table{
	width:100%;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:capitalize;
	font-size:18px;
	background:#f7f7f7;
	color:#222222;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 30px;
	font-weight:400;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

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

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

.cart-table tbody tr td{
	line-height:24px;
	padding:30px 0px 30px 30px;
}

.cart-table tbody tr .qty input{
	width:45px;
	height:50px;
	color:#222222;
	font-size:18px;
	line-height:50px;
	background:#f7f7f7;
	text-align:center;
	/*border:1px solid #eaeaea;*/
}

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

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

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

.cart-table tbody tr .prod-column .column-box h4{
	font-size:16px;
	color:#222222;
	font-weight:300;
	margin-bottom:5px;
	text-transform:capitalize;
}

.cart-table tbody tr .sub-total{
	font-weight:300;
	font-size:20px;
	color:#fa9928;	
}

.cart-table tbody tr .price{
	font-weight:700;
	font-size:14px;
	color:#777777;	
}

/*Total Table*/

.checkout-page .lower-content .totals-table{
	position:relative;
	margin-bottom:40px;
	border:1px solid #eeeeee;
}

.checkout-page .lower-content .totals-table li .col{
	padding:12px 20px;
}

.checkout-page .lower-content .totals-table li{
	line-height:24px;
	border-bottom:1px solid #eeeeee;	
}

.checkout-page .lower-content .totals-table li .col.title{
	font-weight:500;
	color:#222222;
	font-size:16px;
	border-right:1px solid #eeeeee;
}

.checkout-page .lower-content .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.checkout-page .lower-content .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color: #848484;
	font-weight: 300;
	font-size:16px;
	font-family: 'Lato', sans-serif;
}

/*Payment Option*/

.checkout-page .payment-options{
	position:relative;
	padding:30px 20px;
	background-color:#f7f7f7;
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

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

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:inline-block;
	padding-left:30px;
	font-weight:500 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#333333;
	cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:400;	
	color:#222222;
	font-size:14px;
}

.checkout-page .payment-options li .radio-option label strong a{
	font-size:16px;
	margin-left:30px;
	text-decoration:underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option label .small-text{
	display:block;
	padding-top:5px;
	letter-spacing:0px;
	text-transform:none;
	font-size:16px;
	color:#848484;
	font-weight:300;
	line-height:1.7em;
	font-family: 'Lato', sans-serif;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .place-order{
	padding:11px 39px;
	margin-left:30px;
	text-transform:capitalize;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:20px;
}

.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:400;
	margin:-5px 0px 5px;
	line-height:1.4em;
	color:#222222;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:14px;
	color:#fa9928;
	margin-bottom:15px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:2px;	
}

.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:400;
	color:#fa9928;
	line-height:24px;
	letter-spacing:1px;
	font-family: 'Lato', sans-serif;
}

.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:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.8em;	
}

.product-details .basic-details .location{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:300;
	margin-bottom:10px;
}

.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:54px !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:13px 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:13px 37px;
}

.product-details .basic-details .expired{
	position:relative;
	color:#fa9928;
	font-size:16px;
	margin-bottom:40px;
}

/*Pincode Form*/

.pincode-form{
	position:relative;
	margin-bottom:15px;
}

.pincode-form .form-group{
	margin-bottom:10px;
}

.pincode-form .form-group input[type="text"]{
	position:relative;
	line-height:14px;
	padding:4px 10px 4px 15px;
	border:1px solid #f7f7f7;
	background:none;
	font-size:16px;
	width:170px;
	height:40px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.pincode-form .form-group button{
	position:relative;
	height:40px;
	width:100px;
	font-size:14px;
	color:#222222;
	font-weight:500;
	line-height:100%;
	background:#f7f7f7;
	margin-left:8px;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
}

/*** 

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

***/

.shop-single .product-details .prod-tabs{
	position:relative;
	margin-bottom:60px;
}

.shop-single .product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #eeeeee;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:5px;
	font-size:16px;
	background:#f4f4f4;
	color:#222222;
	border:1px solid #f4f4f4;
	text-transform:capitalize;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	padding:12px 18px 10px;
	transition:all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:100%;
	height:1px;
	background-color:#ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#fa9928;
	background:#ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
	position:relative;
	padding:30px 30px 40px;
	border:1px solid #f0f0f0;
	border-top:0px;
}

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


.prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#3d3d3d;
	font-size:20px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:25px;
}

/*Comment Form*/

.shop-comment-form{
	position:relative;
}

.shop-comment-form h2{
	position:relative;
	color:#3d3d3d;
	font-size:24px;
	margin-bottom:25px;
}

.shop-comment-form .group-title{
	margin-bottom:20px;
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:30px;
}

.shop-comment-form .rating-box .text{
	position:relative;
	font-size:16px;
	color:#848484;
	margin-bottom:10px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child{
	border-right:0px;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:2px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#d6d6d6;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#fa9928;
}

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

.shop-comment-form .form-group label{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

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

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #efefef;
	height:105px;
	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;
	margin-top:10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#f06529;	
}

/*Related Products*/

.related-products{
	position:relative;
}

.related-products h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:40px;
}

.related-products h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fa9928;
}
.banner-txt {
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    font-size: 45px;
    left: 105px;
    background: none;
    color: #fff;
    padding: 20px 40px;
    width: 100%;
    left: 0px;
    line-height: 60px;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.menu-title {
    border-bottom: 2px solid #fa9928;
    padding: 0 10px 10px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #fa9928;
    text-transform: uppercase;
}
.wearefor{
   text-align: center;
   padding-top: 10px;
    padding-bottom: 10px;

}
.fact-img {
    margin-top: 25px;
    margin-right: 18px;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
}
.fact-img img{
    margin-bottom: 10px;
}
.wearefor h2{color: #222222;}
.ml-25{margin-left: 25px;}
.b-l-r{border-left: 1px solid rgba(255,255,255,0.10);
    border-right: 1px solid rgba(255,255,255,0.10);}

.main-slider .bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border:1px solid #fff;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .main-slider .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #1ABC9C;
    border: 1px solid #fff;
}
.social-links a {

    color: #444;
    /*padding: 9px 0px;*/
    border: 1px solid;
    text-align: center;
    width: 35px !important;
    height: 35px;
    border-radius: 100%;
    display: inline-block;

}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.main-slider {

    width: 100%;

}
.module {
    position: relative;
    padding: 70px 0px 70px 0px;
}
.property-cat-apartments {
    background-image: url(../images/property-cat-img1.jpg);
}
.property-cat {
    width: 100%;
    height: 260px;
    display: block;
    color: white;
    padding: 5%;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    border-radius: 5px;
}
.property-cat h3 {
    color: white;
    font-weight: 200;
    text-align: left;
}
.color-bar {
    width: 50px;
    height: 3px;
    background: #1ABC9C;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.button.small {
    padding: 6px 23px 6px 23px;
    font-size: 12px;
}
.property-cat .button, .property-cat input[type="submit"] {

    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px 10px 35px;
    color: white;
    border-radius: 3px;
    border: none;
    background-color: #1ABC9C;
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 0.2s linear;
    float: left;
}
.property-cat-houses {
    background-image: url(../images/property-cat-img2.jpg);
}
.property-cat-condos {
    background-image: url(../images/property-cat-img3.jpg);
}
.property-cat-waterfront {
    background-image: url(../images/property-cat-img1.jpg);
}
.property-cat-cozy {
    background-image: url(../images/property-cat-img4.jpg);
}
.whyblock {
    background: #fff;
    padding: 50px 0;
}
.why-choose-us .item {

    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 210px;

}
.why-choose-us .icon {
    color: #555555;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.why-choose-us .icon i {
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    transition: all 0.6s ease 0s;
    background: #1ABC9C;
}
.why-choose-us .text {
    color: #555555;
    text-align: left;
    margin-top: 15px;
}
.why-choose-us .text h2 {
    color: #464646;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: capitalize;
}
.why-choose-us .text p:last-child {
    margin-bottom: 0;
}
.why-choose-us .text p {
    color: #464646;
    font-size: 14px;
    font-weight: 300;
}
.why-blocks{margin-top: 50px;}

.main-slider {
    background-color: #fff;
    background-image: url(../images/slide2.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #ccc;
    background-size: cover;
    height: 485px;
}

.bg-skew {
    padding-top: 150px;
}
.slider-img img{
	width: 70%;
}
.text-1 {
    font-size: 60px;
    line-height: 70px;
    color: #153966;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
    font-weight: bold;
}
.text-2 {
    color: #0F6EAA;
    font-size: 40px;
    line-height: 40px;
    padding-top: 20px;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
    font-weight: bold;
}
.text-3 {
    color: #0F6EAA;
    font-size: 25px;
    font-weight: 600;
    padding-top: 15px;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
}
.Stitle {

    background: #153966;
    color: #fff;
    padding: 6px 15px;

}
.Mtitle {

    border: 1px solid #153966;
    font-size: 35px;
    padding: 6px 0 6px 17px;
    font-weight: 500;
font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
}
.MSTitle {

    padding-right: 10px;
    color: #153966;

}
.s-box {

    background: #eeeeee;
    padding: 35px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    border: 10px solid #eeeeee;

}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:#377fe1 !important;
	border: 2px solid #fff;
	border-radius: 5px !important;
	width: 26px !important;
	height: 26px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #153966 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 55px !important
}
.main-header1.sticky .header-upper {
    padding: 5px 0;
}
.main-header1.sticky .logo img {
    width: 50%;
}
.stxt {
    font-weight: 600;
    line-height: 20px;
    padding: 15px 0;
    min-height: 110px;
    color: #777;
}

.s-box:hover .stxt {
    color: #fff;
}

/*.sbtn a {
    background: #153966;
    color: #fff;
    padding: 5px 25px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'Olympia-MediumCond';
    letter-spacing: 1px;
}*/
.sbtn {
    position: relative;
    top: 50px;
    background: #153966;
    color: #fff;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'Olympia-MediumCond';
    letter-spacing: 1px;
    display: inline-block;
}
.s-box:hover {
    background: #238ecc;
    color: #fff;
    cursor: pointer;
    border: 10px solid #fff;
    box-shadow: 0 0 50px #ccc;
    border-radius: 25px;
}
.ourServices {
    padding: 50px 0 80px;
}
.rightSticky {

    position: fixed;
    right: 0;
    background: #1a5caa;
    text-align: center;
    z-index: 9999;
    top: 30%;

}
.rightSticky ul li {

  
    padding: 20px;
    height:70px;

}
.rightSticky ul li:last-child{
	border-bottom: 0;
}
.img-top {

    display: none;
    position: absolute;
    top: 44px;
    left: 39%;
    z-index: 99;

}

    .s-box:hover .img-top {

        display: inline;

    }
.sboxes{
	margin-top: 100px;
}
.getstarted.clear {

   
   
    display: inline-block;
   

}
.txt-main {
    padding-top:10%;
}
.right-img img{
	width: 100%;
	float: right;
	padding: 10% 0;
}
.chatimg{
	padding-top: 50px;
}
.interested.cta-break {
    background: #f5f5f5;
    color: #3d3d3d;
    padding: 40px 0;
    font-size: 24px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.interested.cta-break a{
	color: #f57c20;
}
.pull-txt {
    width: 75%;
    text-align: left;
    padding-left: 5%;
}
.ficon {
    width: 20%;
    text-align: left;
}
.pull-txt h2 {
    font-size: 25px;
    line-height: 30px;
}
.ficon img{
	width: 90%;
}
.choose-section h2 {
    line-height: 40px;
    font-size: 30px;
    text-align: left;
}
.theme-btn.btn-style-three.ml-25 {
    border-radius: 50px;
    
    color: #3d3d3d;
    border: 2px solid #3d3d3d;
}
.theme-btn.btn-style-three.ml-25:hover {
    background: no-repeat;
}
.theme-btn.btn-style-one {
    background: none !important;
    border: 2px solid #3d3d3d;
    color: #3d3d3d;
}
.getstarted a {
    border: 1px solid #fff;
    color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}
.banner-input {

    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px 20px;
    margin-right: 10px;

}
.getstarted.clear {
    margin-top: 20px;
}

.blocks{
	margin-top: 60px;
}
.blocks ul li{
	padding-bottom: 20px;
}
.block-title {
    color: #0E303F;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}
.block-txt{
	color: #0E303F;
	line-height: 23px;
}
.features-block{
	background: url(../images/home-hero_04.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 432px;
	width: 100%;
	background-size: cover;
}

.features-content {
    background:#083B8A url(../images/slide3.jpg) no-repeat;
    margin: 50px 0 0;
}
.why-block {
    background: #F5F5F5;
    padding: 50px 0;
}
.f-bg{
	background: rgba(3,74,133,.95);
	padding: 50px 0;
}
.features-content .sec-title h2, .features-content .sec-title .text{
	color: #fff;
}
.right-is-txt{
	color: #fff;
}
.right-title {
    font-size: 30px;
    padding-bottom: 20px;
}
.right-content {
   
    line-height: 23px;
}
.learnmore a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.right-is-txt {
    margin-top: 5%;
   
}
.f-content {
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
}
.left-why {
    background: #fff;
    display: block;
    overflow: hidden;
}
.moto-widget-text li::before {

    content: "\f111";
    font: 700 9px/32px 'FontAwesome';
    color: #2E489C;
    padding-right: 10px;
    position: relative;
    top: -3px;

}

.moto-widget-text li {

    position: relative;
    color: #3e3a48;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;

}
.sticket-title {
    color: #3e3a48;
    font-size: 25px;
    font-weight: 600;
    padding-top: 30%;
}
.sticket-title span {
    color: #2E489C;
    font-size: 29px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
}
.moto-widget-text {
    margin-top: 20px;
}
.nm{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 20px;
}

.testimonial{
    text-align: center;
}
.description{
    color:#000;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    padding:0px 11%;
    position: relative;
}
.description:before{
    content: "\f10d";
    font-family: "FontAwesome"; font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2%;
    color:#083B8A;
    font-size: 36px;
}
.description:after{
    content: "\f10e";
    font-family: "FontAwesome"; font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 2%;
    color:#083B8A;
    font-size: 36px;
}
.pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#333;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #083B8A;
}
.owl-theme .owl-controls .owl-page span{
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .description{
        font-size:19px;
        line-height: 29px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
}
.testimonials {

    padding: 50px 0;
    background: #dcdcdc;

}
.steps {
    background: url(../images/Four-Steps3.png) no-repeat;
       
    background-size: 67%;
    height: 720px;
    background-position: center 210px;
    padding-top: 50px;
}
.txt1 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.no {
    display: inline-block;
    background: #DADCDD;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    line-height: 53px;
}
.txt2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
}
.lifecycle {
    padding: 50px 0;
}
.life-img{
	padding-top: 50px;
}

.main-header1.sticky {
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 6px #ddd;
}


.centertitle {

    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #545454;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 80px;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;

}
.centertitle:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #545454;
    width: 170px;
}
.centertitle:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #545454;
    width: 170px;
}
.owl-theme .owl-controls .owl-page span{
	background: #377fe1 !important;
	opacity: 1 !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {

    background: #333 !important;

}
.breadcrumb {
    padding: 15px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}
.breadcrumb ul li{
	float: left;
}
.breadcrumb ul li::after {
    content: '/';
    padding: 0 10px;
    color: #1f4471;
    font-size: 20px;
}
.breadcrumb ul li:last-child:after {
    content: '';
    
}
.breadcrumb ul li a{
	color: #2C4C75;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.breadcrumb ul li.currentpage a{
	color: #229DE0;
}
.line{
	background: #ddd;
	width: 100%;
	height: 1px;
	margin-top: 20px;
}
.benefits{
	margin-top: 50px;
}
fieldset{
	border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend {
    font-size: 30px !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin: 0 auto;
    color: #153966;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
}
.mt-50 {
    margin-top: 50px;
}
.benefits ul li {
    position: relative;
    padding: 6px 0 20px 25px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
.benefits ul li:before{
	
	background: transparent url(../images/bullet.jpg) scroll 0 0 no-repeat;
  content:"";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
top: 13px;
}
.bluetxt.abt-intro {
    color: #153966;
    font-size: 24px;
    line-height: 35px;
    width: 75%;
    margin: 50px auto 0;
    font-weight: 500;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
}
.notopmargin{
	margin: 0 auto !important;
}
.content-txt.pt-30{
	padding-top: 30px;
}
.inner-bg{
	background: url(../images/handmadepaper.png) repeat;
}
.norightpadding{
	padding: 6px 0 6px 0px !important;
}
.parts{
	background: url(../images/partl_acc_seprator.png) no-repeat;
	background-position: right top;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.partsimg {
    /*padding: 70px 0;*/
}
.sboxes .col-md-4:last-child .parts{
	background: none;
}
.InnerWrapperMain .sboxes {
    margin-top: 50px;
    display: block;
    overflow: hidden;
}
.partsname {
    color: #3B5183;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
}
.health-title{
	color: #3B5183;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding:10% 0 0;
    font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
}
.techA{
	background: url(../images/content_bkg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 80px 0;
}
.white-bg {
    background: rgba(255,255,255,.75);
    display: block;
    overflow: hidden;
    padding: 20px;
}
.techA-ul ul{
	list-style-type: square;
}
.techA-ul ul li {
    list-style-type: square !important;
    color: #153966;
    list-style: square;
    font-size: 19px;
	padding-bottom: 10px;
}
.techA-title {
    color: #153966;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 600;
}
.blueheath-txt{
	color: #153966;
	font-weight: 500;
	font-size: 20px;
}
.health-titleA {

    color: #3B5183;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;

}
.techB{
	padding: 50px 0;
}

.tab-content {
  padding:10px;
    border:0;
  }
.nav-tabs {
    border-bottom: 0px;
    border-top: 0;
    margin-top: 0px;
}
  .nav-tabs > li {
margin-bottom:0;
    margin-top:-1px;
    margin-right: 40px;
}
  
  .nav-tabs > li > a {
    padding: 12px 45px;
    line-height: 20px;
    border: 0;
    border-radius: 0;
    background: #153966;
    font-family: 'Olympia-MediumCond';
    font-size: 25px !important;
    color: #fff;
}
.nav-tabs > li > a:hover {
    border: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #238ecc;
}
  .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #ddd;
border-top-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #238ecc;
    border: 0;
    border-bottom-color: transparent;
}

.whocansale{
	padding: 70px 0;
}
.sales-box .col-md-2{
	width: 20%;
}
.s-box1 {

    background: #eee;
    padding: 50px 0;
    border: 1px solid #ddd;
    border-radius: 15px;

}
.sales-nm{
	color: #153966;
	font-size: 25px;
text-transform: capitalize;
padding-top: 20px;
font-weight: 500;
font-family: 'Olympia-MediumCond';
}
.bluebg-txt a{
	font-size: 35px;
	font-weight: 500;
font-family: 'Olympia-MediumCond';
background: #229de0;
color: #fff;
padding: 10px 40px;
margin-top: 50px;
display: inline-block;
}
.topreason {
    margin-top: 150px;
}
.topreason .Mtitle {
    position: relative;
    top: -50px;
}
.topreason fieldset{
	border: 1px groove #153966 !important;
}
.r-name{
	color: #000;
	font-size: 25px;
text-transform: capitalize;
padding-top: 20px;
font-weight: 500;
font-family: 'Olympia-MediumCond';
}
.reasons-box .col-md-4{
	padding: 50px 0;
	background: url(../images/services_shadow.png) no-repeat;
	background-position: right;
	background-size: contain;
}
.reasons-box .col-md-4:last-child{
	background: none;
}
.mapsection{
	position: relative;
}
.mapsection:before{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,68,113,.5);
	content: '';
}
.contact-frm .form-group{
	margin-bottom: 30px;
	display: block;
	overflow:hidden;
}
.contact-frm{
    border: 1px solid #153966;
    display: block;
    overflow: hidden;
    padding: 50px 0;
}
.contact-frm input[type="submit"]{
	background: #153966;
color: #fff;
padding: 5px 10px;
text-transform: uppercase;
font-weight: 500;
font-family: 'Olympia-MediumCond';
letter-spacing: 1px;
}
.bluetxt{
	color: #153966;
	font-weight: 600;
}
.bluetxt img{
	width: 10%;
	padding-right: 10px;
}
.content-txt.pt-15 {
    padding-top: 15px !important;
}
.modal {
    margin-top: 150px;
}
.modal-header .close {

    margin-top: -2px;
    opacity: 1;
    cursor: pointer;
    line-height: 23px;
    position: relative;
    z-index: 9999;

}
.modal textarea{
    resize:none;
}
.benefitsA.benefits ul li::before {
    background: none;
}
.benefitsA.benefits ul li {
    padding: 6px 0px 20px 5px;
}
.benefitsA.benefits ul li img {
    width: 55px;
    padding-right: 20px;
    position: relative;
    top: 4px;
}
@media (max-width:1669px){
    .logo img {
    width: 50%;
}
.main-menu .navigation > li > a{
    padding: 10px ;
    font-size:15px;
}
.breadcrumb{
    padding: 8px 0;
}
.nav.nav-tabs {
    position: relative;
    top: -50px;
}
.carousel img{
    padding:10px 0;
}
}
@media only screen and (max-width: 1368px) {
	.steps{
		background-size: 86%;
		height: 620px;
	}
}
.footer-nav-credit a{
	color: #fff;
}

.backtotop img {
    background: #112f55;
    border-radius: 100%;
    padding: 15px;
    width: 50px;
    position: fixed;
    bottom: 3%;
    right: 1%;
    border: 3px solid #fff;
    cursor: pointer;
}
.rightSticky li{ cursor:pointer;}
.rightSticky li:hover{background: #229DE0;}
.rightSticky li:hover span {
    display: inline-block;
    transition: 0.5s all linear;
  
}
.rightSticky span {
    padding: 20px;
    background: #229DE0;
    color: #fff;
    display: none;
    transition: 0.5s all linear;
    
    position: fixed;
    right: 70px;
   
    width: auto;
    margin-top: -20px;
    height:70px;
}
/*.credit {
    float: right;
    text-align: right;
}
.profile-image {
    background: url(../../../files/catalog/n_2.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 22px;
    height: 22px;
    display: block;
    float: right;
}
.profile-image {
    position: relative;
}
.image_hover_bg {
    background: url(../../../files/catalog/n_1.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 22px;
    position: absolute;
    top: 0;
    width: 188px;
    z-index: 999;
    display: none;
    right: 0;
    cursor: pointer;
    background-position: right;
}
.desing {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.profile-image:hover .image_hover_bg {
    display: block;
}*/

.procurement-slider{position:relative}
 .procurement-slider .carousel-caption {
    width: 100%;
    left: 0!important;
    text-align: left!important;
	 
}
.procurement-slider i {
    position: absolute;

    margin-right: 15px;
    font-size: 30px;
}
.carousel-caption .task-banner-head{width:35%}
 .carousel-caption .task-banner-head h3{         background-color: rgba(0,19,37,.9);
    padding: 20px;
    left: 0;
    font-size: 18PX;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.procurement-slider .carousel-indicators {
    position: relative!important;
    bottom: 0px!important;
    left: 0!important;
    z-index: 15!important;
    width: 100%!important;
    padding-left: 0!important;
    margin-left: 0!important;
    list-style: none;
    display: inline-block;
    text-align: center!important;
    color: #fff!important;
    margin: 0;
}
.procurement-slider .carousel-indicators li {
    display: inline-block!important;
    width: 100%!important;
    height: 100%!important;
    /* margin: 0!important; */
    text-indent: 0!important;
    padding: 15px!important;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: none!important;
    border-radius: 0!important;
    border: 0;
    text-align: center!important;
    float: left;
    position: relative;
    background: #1f4471;
    margin: 15px 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{border:none!important}
div.wpcf7-response-output {border:none!important}
.procurement-slider .text {
    
}
.procurement-slider .carousel-indicators .active {
   
    background-color: #229de0!important;
   
    
}
.procurement-slider .carousel {
    position: relative;
	
}
.reason-block{padding:100px 0;background-image:url('http://app.nivida.in/indigo/files/catalog/reason-banner.jpg') ; background-size:cover;background-repeat:no-repeat;position:relative;background-position: center;background-attachment:fixed;}
.reason-block:before{position:absolute;top:0;bottom:0;width:100%;height:100%;background:#1a5caabd;content:'';}
.bluebg-txt a {
    font-size: 35px;
    font-weight: 500;
    font-family: 'Olympia-MediumCond';
    background: #ffffff;
    color: #1a5caa;
    padding: 10px 40px;
    margin-top: 50px;
    display: inline-block;
    position:relative;
}
.reason-block h2{color:#fff;}
.item{cursor:pointer;}
.item:hover .carousel-caption{display:block;}
.procurement-slider .carousel-caption {
    display: none;
    width: 50%;
    top: 20%;
    text-align: center;
    
    left: 25%!important;
    text-align: left!important;
    right: 0;
    bottom: 20%;
       background: rgba(34, 157, 224, 0.5);
}
.procurement-slider .carousel-caption a{color:#fff; top: 50%;
  left: 50%;
  position:absolute;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  border:1px solid #fff
  ;
  padding:20px;
  font-weight:bold;
  text-transform:uppercase;
}

.home-carousel.carousel {

    margin: 0 auto;
    width: 800px;
    height: 620px;
    background: url(../images/prd_shadow.png) no-repeat;
    background-position: center 91%;
    background-size: 67%;
}
  .home-carousel.carousel img {
    display: hidden;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 80px 0px;

}
.partsimg {
    position:relative;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
    margin-top: 10px;
    border: 1px solid #b5b5b5;
}
.p_name{
    position:absolute;
    bottom:0;
    color:#1F4471;
    text-align: center;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    font-size: 20px;
    background-color: #b8e7fd55
}
.partsimg img {
    height: auto;
}

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 4px;
    left: 0;
}
.has-search{  margin:8px;  position: relative;}
div#search_result {
    position: absolute;
    z-index: 999;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    /* box-shadow: 0px 0px 1px 0px #000; */
    font-size: 13px!important;
    border-radius:10px;
}
.autosearch h3{font-size:18px;font-weight:bold;}
.prod_wrap .media:first-child {
    margin-top: 10px;
    border-bottom:none;
}
.prod_wrap .media, .media-body {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed;
    padding: 5px 0;
    margin-top: 0;
}
.media a.media-left {font-weight:bold;color:#1F4471;}
.credit {
    float: right;
    text-align: right;
}
.profile-image {
    background: url(http://indigosysinc.com/files/catalog/n_2.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    position: relative;
    transition: display 0.3s ease-in-out;
}
.image_hover_bg {
    background: url(http://indigosysinc.com/files/catalog/n_1.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 22px;
    position: absolute;
    top: 0;
    width: 188px;
    z-index: 999;
    display: none;
    right: 0;
    cursor: pointer;
    background-position: right;
}
.profile-image:hover .image_hover_bg .desing {
    position: relative;
    right: 35px;
    display: inline-block;
    width: 100%;
    opacity: 1;
    -webkit-transition: bottom 0.8s ease;
    -moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -ms-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
}
.desing {
    opacity: 0;
}
.profile-image:hover .image_hover_bg {
    display: block;
}
.desing a{color:#FFF;}
.main-footer .text a{color:#fff!important;}
.bxslider li:nth-child(2) .bannerDetail {text-align:center;left: 350px;}

@media screen and (max-width:1199px){
     .main-menu .navigation > li > a{padding:10px;font-size:14px;}
     .menu_Box .container{margin:0;width:100%;}
      .bxslider li:nth-child(2) .bannerDetail {text-align:center;left: 275px!important;}
}
@media screen and (max-width:1082px){
     .main-menu .navigation > li > a{padding:5px;font-size:13px;}
     .menu_Box .container{margin:0;width:100%;}
      .has-search {
    margin: 3px 0;
    position: relative;
    }
    .text-1{font-size:50px;line-height:45px;}
    .text-2{font-size:30px;line-height:25px}
    .text-3{font-size:20px;line-height:15px;}
}
@media screen and (max-width:991px)
{
    .main-menu .navigation > li > a{padding:5px;font-size:12px;}
    .menu_Box .container{margin:0;width:100%;}
    .has-search {
    margin: 3px 0;
    position: relative;
    }
    .text-1{font-size:50px;line-height:45px;}
    .text-2{font-size:30px;line-height:25px}
    .text-3{font-size:20px;line-height:15px;}
    .bannerDetail{left:130px;}
     .bxslider li:nth-child(2) .bannerDetail {text-align:center;left: 180px!important;}
     
}
@media screen and (max-width:895px)
{
    .main-menu .navigation > li > a{padding:3px;font-size:12px;}
    .menu_Box .container{margin:0;width:100%;}
    .has-search {
    margin: 3px 0;
    position: relative;
    }
    .text-1{font-size:30px;line-height:25px;}
    .text-2{font-size:25px;line-height:20px;}
    .text-3{font-size:15px;letter-spacing:0;line-height:10px}
    .bannerDetail{left:150px;}
     .bxslider li:nth-child(2) .bannerDetail {text-align:center;left: 180px!important;}
}
@media screen and (max-width:861px)
{
    .main-menu .navigation > li > a{padding:3px;font-size:11px;}
    .menu_Box .container{margin:0;width:100%;}
    .has-search {
    margin: 3px 0;
    position: relative;
    }
     .bxslider li:nth-child(2) .bannerDetail {text-align:center;left: 80px!important;}
}

@media screen and (max-width:773px)
{
    .main-menu .navigation > li > a{padding:3px;font-size:10px;}
    .menu_Box .container{margin:0;width:100%;}
    .has-search {
    margin: 1px 0;
    position: relative;
    }
    .text-1{font-size:30px;}
    .text-2{font-size:20px;}
    .text-3{font-size:10px;}
    .bxslider li:nth-child(2) .bannerDetail {text-align:center;left: 80px!important;}
}
@media screen and (max-width:767px)
{
    .home-carousel.carousel{width:100%!important;}
    .home-carousel.carousel img{width:100%!important;left:0!important;margin:0 auto!important;}
    
    .has-search {
    margin: -14px 0 13px 0;
    position: relative;
    /* padding: 0 29px; */
    float: right;
    }
    .main-menu .navigation > li {
    position: relative;
    float: none; 
    margin-right: 5px;
    }
    .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 9999999;
    }
    button.navbar-toggle {
    position: absolute;
    left: 0;
    width: 12%;
    float:left;
    }
    .centertitle:after{width:70px;}
    .centertitle:before{width:70px;}
    .centertitle{font-size:20px;}
    .rightSticky ul li {
    padding: 10px;
    height: 50px;
    width: 50px;
    }
    .rightSticky {
    position: fixed;
    right: 0;
    background: #1a5caa;
    text-align: center;
    z-index: 9999;
    top: 50%;
    }
    .bx-wrapper .bx-pager.bx-default-pager a{width:15px!important;height:15px!important;}
    .main-header1 .info-box .icon-box{line-height:inherit!important;}
    .header-phone .icon-box img{width:12px;}
    .icon-box img{width:15px;}
    .upper-column.info-box.header-phone {
 border-right: none; 
    padding-right: 0;
    }
    .main-header1 .info-box{    padding: 0px 0px 0px 25px;}
    .upper-social {
    margin-top: 0;
    }
    .main-header1 .info-box li{font-size:12px;line-height:30px;}
   .sales-box .col-md-2{width:100%;margin:10px 0;}
    .logo img{width:90%!important;}
    .text-1{font-size:20px;line-height:0px}
    .text-2{font-size:12px;line-height:5px;}
    .text-3{font-size:8px;line-height:10px;}
    .bannerDetail{left:30px;top:10px;}
    .bxslider li:nth-child(2) .bannerDetail {text-align:center;left: 80px!important;}
    legend{font-size:18px!important;}
    .Mtitle{font-size:18px;}
    .procurement-slider .carousel-indicators li{width: 30%!important;
    margin: 5px;
    padding: 5px!important;}
    .procurement-slider .carousel-indicators li h5{font-size:10px;}
    .procurement-slider .carousel-caption a{padding:5px;font-size:12px;}
}