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

body {
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

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

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

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

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

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

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

.medium-container{
	max-width:850px;
}

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

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

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

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*List Style One*/

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

.list-style-one li{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	padding-left:55px;
	font-weight:400;
	margin-bottom:25px;
	line-height:1.8em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:6px;
	font-size:36px;
	color:#ffaa00;
	line-height:1em;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one.alternate li{
	color:#ffffff;
}

/* List Style Two */

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

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

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffb200;
	font-size:46px;
	line-height:1em;
	font-weight:300;
}

/* List Style Three */

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

.list-style-three li{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	padding-left:55px;
	font-weight:400;
	margin-bottom:25px;
	line-height:1.8em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.list-style-three li .icon{
	position:absolute;
	left:0px;
	top:6px;
	font-size:24px;
	color:#ffaa00;
	line-height:1em;
}

.list-style-three li:nth-child(2) .icon{
	font-size:20px;
}

.list-style-three li:last-child{
	margin-bottom:0px;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:12px 35px 12px;
	line-height:25px;
	background:#ffffff;
	color:#000048;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	letter-spacing: 1px;
	border:2px solid #ffffff;
	text-transform:capitalize;
	font-family: 'Josefin Sans', sans-serif;
}

.btn-style-one:hover{
	background:#000048;
	border-color:#000048;
	color:#ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:14px 30px 10px;
	line-height:25px;
	background:#ffaa00;
	color:#222222;
	font-size:14px;
	font-weight:600;
	border-radius:50px;
	letter-spacing: 1px;
	border:2px solid #ffaa00;
	text-transform:uppercase;
	font-family: 'Josefin Sans', sans-serif;
}

.btn-style-two:hover{
	background:none;
	color:#ffaa00;
}

/*Btn Style Three */

.btn-style-three{
	position:relative;
	padding:12px 40px 12px;
	line-height:25px;
	background:#000048;
	color:#ffffff;
	font-size:15px;
	font-weight:400;
	border-radius: 50px;
	letter-spacing: 1px;
	border:2px solid #000048;
	text-transform:capitalize;
	font-family: 'Josefin Sans', sans-serif;
}

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

/*Btn Style Four */

.btn-style-four{
	position:relative;
	padding:14px 40px 10px;
	line-height:25px;
	background:#ffaa00;
	color:#222222;
	font-size:16px;
	font-weight:400;
	border-radius: 50px;
	letter-spacing: 1px;
	border:2px solid #ffaa00;
	text-transform:capitalize;
	font-family: 'Josefin Sans', sans-serif;
}

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

/*Btn Style Five */

.btn-style-five{
	position:relative;
	padding:22px 40px 22px;
	line-height:26px;
	background:#ffaa00;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	letter-spacing: 1px;
	border:2px solid #ffaa00;
	text-transform:capitalize;
	font-family: 'Josefin Sans', sans-serif;
}

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

/*Social Icon One*/

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

.social-icon-one li{
	position:relative;
	margin-right:2px;
	margin-bottom: 10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width: 38px;
	height: 38px;
	font-size:16px;
	color:#ffffff;
	line-height:38px;
	text-align:center;
	display:inline-block;
	background-color: #000048;
	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;
}

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

.theme_color{
	color:#ffaa00;
}

.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/preloader.gif');
	background-size: 120px;
}

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ffaa00;
}

/*** 

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

***/

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

.sec-title .title-inner{
	position:relative;
	padding-left:25px;
}

.sec-title .title-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:6px;
	bottom:7px;
	width:2px;
	background-color:#000048;
}

.sec-title .title{
	position:relative;
	color:#ffaa00;
	font-size: 20px;
	line-height: 1.6em;
	font-weight:600;
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #ffaa00 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.sec-title h2{
	position: relative;
    font-size: 30px;
    color:#000048;
    font-weight: 700;
    line-height: 1.3em;
	margin-top:5px;
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #ffaa00 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

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

.sec-title.light .title-inner:before{
	background-color:#777777;
}

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

/*** 

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

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
}

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

.header-top .top-left{
	position:relative;
	float: left;
	padding: 13px 0px;
}

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

.header-top .top-left ul li{
	position:relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.header-top .top-left ul li .fa{
	position:relative;
	margin-right:8px;
	color:#ffaa00;
}

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

.header-top .top-right .timing{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:14px;
	padding:13px 0px;
	margin-right:10px;
}

.header-top .top-right .social-box{
	position: relative;
	display:inline-block;
	padding: 13px 0px;
}

.header-top .top-right .social-box li{
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.header-top .top-right .social-box li a{
	position: relative;
	color: #ffffff;
	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;	
}

.header-top .top-right .social-box li a:hover{
	color:#ffaa00;
}


/* Header Top Two */

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

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

.header-top-two .top-left .social-box{
	position: relative;
	display:inline-block;
	padding: 13px 0px;
}

.header-top-two .top-left .social-box li{
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.header-top-two .top-left .social-box li a{
	position: relative;
	color: #ffffff;
	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;	
}

.header-top-two .top-left .social-box li a:hover{
	color:#ffaa00;
}

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

.header-top-two .top-right .timing{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:14px;
	padding:13px 0px;
	margin-right:10px;
}

/*Language Dropdown*/

.main-header .header-top-two .language{
	position:relative;
	line-height:1em;
	margin-left: 20px;
	display:inline-block;
}

.main-header .header-top-two .language .flag-icon{
	margin-right:8px;
}

.main-header .header-top-two .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:0px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #ffaa00;
}

.main-header .header-top-two .language > a{
	color:#ffaa00;
	padding:16px 20px;
	background:#ffffff !important;
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	top: -1px;
	font-weight:400;
	font-size:16px;
	line-height:1em;
	border-radius: 0px;
}

.main-header .header-top-two .language > a:after{
	display:none;
}

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

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

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

.main-header .header-top-two .language .dropdown-menu > li > a{
	padding:12px 20px !important;
	color:#ffffff;
	display: block;
	text-align:left;
	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;
}

.main-header .header-top-two .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#ffaa00;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .outer-container{
	position:relative;
	padding: 0px 60px;
}

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

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

.main-header.header-style-two .header-lower{
	background-color:#000048;
}

.main-header.header-style-two .nav-outer:after{
	position:absolute;
	content:'';
	left:100%;
	top:0px;
	height:100%;
	width:20000px;
	background-color:#ffffff;
}

.main-header.header-style-two .nav-outer{
	width:100%;
}

.main-header.header-style-three .nav-outer{
	width:100%;
	padding-left:30px;
	border-radius:50px;
	margin-top:-36px;
	background-color:#ffffff;
}

.main-header .header-upper .logo-box{
	position: relative;
	margin-top:50px;
}

.main-header.header-style-three .header-upper .logo-box{
	margin-top:25px;
}

.main-header.header-style-two .header-upper .logo-box{
	padding:25px 0px;
	margin:0px;
}

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

.main-header .header-upper .logo-box .logo .imageOne{
    height: 55px;
    position: absolute;
    top: 8px;
    left: 50px;
}

.main-header .header-upper .logo-box .logo .imageTwo{
    height: 85px;
}

.main-header .outer-box{
	position: relative;
	top: 1px;
	float:right;
	padding: 23px 0px;
}

.main-header.header-style-two .outer-box{
	padding:0px;
}

.main-header .outer-box .option-list{
	position:relative;
}

.main-header .outer-box .option-list li{
	position:relative;
	color: #262626;
	font-size: 16px;
	padding-right: 18px;
	margin-right: 18px;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #dde4db;
}

.main-header .outer-box .option-list li a{
	position:relative;
	color: #262626;
	-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 .outer-box .option-list li a:hover{
	color: #ffaa00;
}

.main-header .outer-box .option-list li .icon{
	position: relative;
	margin-right: 8px;
	color: #ffaa00;
	top: 3px;
	line-height: 1em;
	font-size: 20px;
}

.main-header .outer-box .option-list li:last-child{
	border:none;
	margin: 0px;
	padding: 0px;
}

.main-header .outer-box .option-list li strong{
	
}

.main-header .outer-box .option-box{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
}

.main-header .outer-box .option-box > li{
	position: relative;
	margin-left: 20px;
	display: inline-block;
}

/*.main-header .outer-box .option-box li.cart .icon{
	position:relative;
	color: #ffffff;
	font-size: 26px;
}

.main-header .outer-box .option-box li.cart .number{
	position: absolute;
    right: -15px;
    top: -15px;
    color: #ffaa00;
    font-size: 18px;
}*/



.main-header .header-lower .btn-box{
	position:relative;
	float:right;
	top:-1px;
}

.main-header.header-style-three .outer-box{
	padding:0px;
}

/* Header Lower */


/* Main Menu */

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

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

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:45px;
	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.dropdown > a{
	padding-right:15px !important;
}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 26px;
}

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

.sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#ffaa00;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

.main-header .header-upper .upper-right{
	position:relative;
    padding-top: 30px;
	padding-left:80px;
}

.main-header.header-style-three .header-upper .upper-right{
	padding-left:0px;
	padding-top:30px;
}

.main-header.header-style-two .header-upper .upper-right{
	padding-left:0px;
	padding-top:30px;
}

.main-header.header-style-two .header-upper .upper-right .info-outer{
	
}

.main-header .header-upper .upper-right .header-lower{
	position:relative;
}

.main-header .header-upper .upper-right .header-lower:after{
	position:absolute;
	content:'';
	left:-68px;
	top:0px;
	height:1px;
	right:-6000px;
	background-color:rgba(255,255,255,0.20);
}

.main-header .header-upper .upper-right:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:10000%;
	height:100%;
	display:block;
	-ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
	background-color:rgba(0,0,0,0.70);
}

.main-header.header-style-two .header-upper .upper-right:before,
.main-header.header-style-three .header-upper .upper-right:before{
	display:none;
}

.main-header.header-style-three .header-upper{
	background-color:rgba(0,0,0,0.70);
	border-top:10px solid #ffaa00;
	padding-bottom:40px;
}

.main-header.header-style-three .header-upper:before{
	position:absolute;
	content:'';
	left:0px;
	top:-10px;
	width:0px;
	height:10px;
	background-color:#000048;
	transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
}

.main-header.header-style-three .header-upper:after{
	position:absolute;
	content:'';
	right:0px;
	top:-10px;
	width:0px;
	height:10px;
	background-color:#000048;
	transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
}

.main-header.header-style-three:hover .header-upper:before,
.main-header.header-style-three:hover .header-upper:after{
	width:100%;
}

.main-header .header-upper .upper-right .info-outer{
	position:relative;
	padding-bottom:30px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-right:60px;
	font-size:14px;
	color:#98b2c4;
	text-align:left;
	text-transform:uppercase;
	padding:0px 0px 0px 50px;
}

.main-header .info-box:last-child{
	margin:0px;
	padding:0px;
	float:right;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:8px;
	color:#ffaa00;
	font-size:34px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	line-height:1.7em;
	text-transform:capitalize;
}

.main-header .info-box li span{
	font-weight:700;
	font-size:18px;
}

.main-header.header-style-two .info-box li{
	color:#777777;
}

.main-header.header-style-two .info-box li span{
	color:#000048;
	font-size:20px;
	font-weight:700;
}

.main-header.header-style-two .info-box:last-child{
	padding-left:50px;
}

.main-header .info-box .social-box{
	position:relative;
	padding-top:8px;
}

.main-header .info-box .social-box li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.main-header .info-box .social-box li a{
	position:relative;
	width:34px;
	height:34px;
	color:#ffffff;
	font-size:14px;
	line-height:34px;
	text-align:center;
	display:inline-block;
	background-color:#ffaa00;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box .social-box li a span{
	font-size:13px;
}

.main-header .info-box .social-box li a:hover{
	background-color:#000048;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	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:7px 0px 7px;
}

.sticky-header .logo .logoOne{
	height: 50px;
}

.sticky-header .logo .logoTwo{
	height: 20px;
    position: absolute;
    top: 20px;
    left: 110px;
    -webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #ffaa00 50%, rgba(68,68,68,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.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-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	padding:22px 0px;
	font-size:14px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

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

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

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	border: 3px solid #ffaa00;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

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

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#7c7b7b;
	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 .main-menu .navigation > li > a{
	padding:19px 0px !important;
}

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

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

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

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

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	border: 3px solid #ffaa00;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

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

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

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

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#7c7b7b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

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

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

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

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


/*** 

====================================================================
	Welcome Section
====================================================================

***/

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

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

.welcome-section .image-column .inner-column{
	position:relative;
	padding-left:30px;
}

.welcome-section .image-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-30px;
	width:420px;
	height:540px;
	border:2px solid #d7d7d7;
}

.welcome-section .image-column .inner-column .image{
	position:relative;
}

.welcome-section .image-column .inner-column .image img{
	width:100%;
	display:block;
    height: 600px;
}

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

.welcome-section .content-column .inner-column{
	position:relative;
}

.welcome-section .content-column .inner-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:45px;
	text-align: justify;
}

.welcome-section .content-column .inner-column .counter-box{
	position:relative;
	margin-left:-70px;
	padding:35px 0px 10px;
	padding-left:80px;
	margin-top:70px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}
.mission ul li {
	padding: 5px 0 5px 30px;
	font-size: 16px;
}
.mission ul li:before {
	content: "";
	display: inline-block;
	height: 12px;
	width: 35px;
	background-image: url('../images/bullet.png');
	background-size: contain;
	background-repeat: no-repeat;		
}
.welcome-section2 {
	padding-bottom:0px;
}
/* Fact Counter */

.fact-counter{
	position:relative;
}

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

.fact-counter .column .inner{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	margin:0px 0px;
	font-weight:700;
	color:#222222;
	font-size:30px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:30px;
	margin-top:14px;
	display:inline-block;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#666666;
	display:block;
	letter-spacing:1px;
	text-transform:capitalize;
}

.fact-counter.style-two .column .inner{
	padding-left:90px;
}

.fact-counter.style-two .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffaa00;
	font-size:60px;
	line-height:1em;
}

/*** 

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

***/

.services-section {
	position: relative;
	padding: 100px 0px 70px;
	background-color: #ffffff;
}

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

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

.services-block .inner-box .image{
	position:relative;
	overflow:hidden;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border: 1px solid #dddddd;
}

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

.services-block .inner-box:hover .image img{
	transform:scale(1.2,1.2);
}

.services-block .inner-box .lower-content{
	position:relative;
	padding:22px 25px;
	border:1px solid #dddddd;
	border-top:none;
}

.services-block .inner-box .lower-content h3{
	position:relative;
	color:#000048;
	z-index:1;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
}

.services-block .inner-box .lower-content h3 a{
	position:relative;
	color:#000048;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box:hover .lower-content .text,
.services-block .inner-box:hover .lower-content h3 a{
	color:#ffffff;
}

.services-block .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	z-index:1;
	font-size:15px;
	line-height:1.8em;
	margin-top:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box .lower-content .upper-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:50%;
}

.services-block .inner-box .lower-content .upper-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:50%;
	background-color:#ffaa00;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box .lower-content .upper-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:50%;
	background-color:#ffaa00;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box:hover .lower-content .upper-layer:before,
.services-block .inner-box:hover .lower-content .upper-layer:after{
	width:100%;
}

.services-block .inner-box .lower-content .lower-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50%;
}

.services-block .inner-box .lower-content .lower-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:50%;
	background-color:#ffaa00;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box .lower-content .lower-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:50%;
	background-color:#ffaa00;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block .inner-box:hover .lower-content .lower-layer:before,
.services-block .inner-box:hover .lower-content .lower-layer:after{
	width:100%;
}

/* Services Block Two */

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

.services-block-two .inner-box{
	position:relative;
	padding:22px 25px;
	min-height:140px;
	padding-right:140px;
	border:1px solid #dddddd;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:1px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.services-block-two .inner-box h3{
	position:relative;
	color:#000048;
	z-index:1;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
}

.services-block-two .inner-box h3 a{
	position:relative;
	color:#000048;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.services-block-two .inner-box .text{
	position:relative;
	color:#777777;
	z-index:1;
	font-size:15px;
	line-height:1.8em;
	margin-top:10px;
}

.services-block-two .inner-box .image{
	position: absolute;
	right:0px;
	top:0px;
	overflow:hidden;
	width:140px;
	height:130px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-two .inner-box:hover{
	box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

/*** 

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

***/

.call-to-action-section{
	position:relative;
	text-align:center;
	padding:75px 0px 75px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

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

.call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-size:48px;
	line-height:1.2em;
}

.call-to-action-section .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	line-height:1.8em;
	margin-top:22px;
	margin-bottom:32px;
}

/*** 

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

***/

.project-section{
	position:relative;
	padding:90px 0px 70px;
}

.project-section .owl-carousel .owl-stage-outer{
	padding:15px 0px 0px;
}

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

.project-section .owl-nav{
    position: absolute;
    right: 0px;
    top: -80px;
    z-index: 99;
}

.project-section .owl-prev, 
.project-section .owl-next{
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
	color: #222222; 
	margin-left:10px;
	background: #ffaa00;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.project-section .owl-prev:hover, 
.project-section .owl-next:hover{
	color: #ffffff;
	border-color:#222222;
	background-color:#222222;
}

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

.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;
    height: 300px;
    border: 1px solid #dddddd;
}

.project-block .inner-box .image .overlay-box{
	position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    z-index: 2;
	opacity: 0;
    display: block;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.project-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: rgba(34,34,34,0.90);
}

.project-block .inner-box:hover .image .overlay-box:before{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.project-block .inner-box .image .overlay-box:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: rgba(34,34,34,0.90);
}

.project-block .inner-box:hover .image .overlay-box:after{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

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

.project-block .inner-box .image .overlay-box .icons{
	position:absolute;
	right:15px;
	left:15px;
	bottom:15px;
	top:15px;
	z-index:1;
}

.project-block .inner-box .image .overlay-box .icons .plus{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	width:30px;
	height:30px;
	color:#000000;
	font-size:14px;
	text-align:center;
	line-height:30px;
	font-weight:600;
	display:inline-block;
	background-color:#ffaa00;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box .image .overlay-box .icons .link{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
	width:30px;
	height:30px;
	color:#000000;
	font-size:14px;
	text-align:center;
	line-height:30px;
	font-weight:600;
	display:inline-block;
	background-color:#ffaa00;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box .image .overlay-box .icons .plus:hover,
.project-block .inner-box .image .overlay-box .icons .link:hover{
	background-color:#ffffff;
}

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

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

.project-block .inner-box .image h3{
	position:relative;
	font-size:18px;
	color:#ffffff;
	z-index:1;
	font-weight:700;
	line-height:1.3em;
}

.project-block .inner-box .image h3 a{
	position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box .image h3 a:hover{
	color:#ffb200;
}

.project-block .inner-box .image .category{
	position:relative;
	color:#ffb200;
	font-size:14px;
	margin-top:4px;
	z-index:1;
}

/*** 

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

***/

.call-to-action-section-two{
	position:relative;
	padding:50px 0px;
	background-repeat:repeat;
	background-attachment:fixed;
}

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

.call-to-action-section-two h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:600;
	margin-top:8px;
	text-transform:capitalize;
}

/*** 

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

***/

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

.testimonial-section .auto-container{
	max-width:900px;
	margin:0 auto;
}

.testimonial-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:30%;
	height:100%;
	display:block;
	background-color:#f5f5f5;
}

.testimonial-section .owl-dots{
	position:absolute;
	right:-60px;
	top:50%;
	margin-top:-50px;
	text-align:right;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	margin-bottom:8px;
	width:12px;
	height:3px;
	background-color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .owl-dots .owl-dot.active{
	width:20px;
	background-color:#ffaa00;
}

.testimonial-section .owl-nav{
    position: relative;
	margin-top:30px;
}

.testimonial-section .owl-nav .owl-prev, 
.testimonial-section .owl-nav .owl-next{
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
	color: #222222; 
	margin-right:10px;
	background: #ffaa00;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover, 
.testimonial-section .owl-nav .owl-next:hover{
	color: #ffffff;
	border-color:#222222;
	background-color:#222222;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-top:25px;
	padding-left:230px;
	min-height:178px;
}

.testimonial-block .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:178px;
}

.testimonial-block .inner-box .image .quote-icon{
	position:absolute;
	right:0px;
	top:0px;
	width:36px;
	height:36px;
	line-height:36px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	display:inline-block;
	background-color:#3a3a3a;
}

.testimonial-block .inner-box h3{
	position:relative;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	margin-top:12px;
}

/*** 

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

***/

.default-section{
	position:relative;
}

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

.default-section .news-column{
	position: absolute;
    left: 0px;
    top: 0px;
	width:55%;
	height:100%;
	float:left;
}

.default-section .news-column .inner-column{
	position:relative;
	max-width:600px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:100px 15px 100px;
}

.default-section .form-column{
	position:relative;
	float:right;
	width:45%;
	background-size:cover;
	background-repeat:no-repeat;
}

.default-section .form-column .inner-column{
	position:relative;
	max-width:550px;
	width:100%;
	padding:110px 15px 100px 60px;
}

.default-section .form-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(1, 11, 23, .8);
}

/* News Block */

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

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

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

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

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

.news-block .inner-box .image-column .column-inner .image .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.news-block .inner-box .image-column .column-inner .image .image-layer .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	width:100%;
	height:100%;
	display:block;
}

.news-block .inner-box:hover .image-column .column-inner .image .image-layer{
	width:100%;
	height:100%;
	display:block;
}

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

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

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

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

.news-block .inner-box .content-column .post-info li{
	position:relative;
	color:#222222;
	font-size:13px;
	margin-right:15px;
	display:inline-block;
}

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

.news-block .inner-box .content-column .column-inner h3{
	position:relative;
	color:#000048;
	font-size:22px;
	font-weight:700;
	line-height:1.4em;
	margin-top:10px;
}

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

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

.news-block .inner-box .content-column .column-inner .text{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-top:8px;
}

/*** 

====================================================================
	Quote Form
====================================================================

 ***/

.quote-form{
	position:relative;
}

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

.quote-form .form-group input[type="text"],
.quote-form .form-group input[type="tel"],
.quote-form .form-group input[type="email"],
.quote-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 0px;
	color:#ffffff;
	height:50px;
	font-size:14px;
	background:none;
	border-bottom:1px solid rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

option {
	background: #050741;
}

.quote-form .form-group input[type="text"]:focus,
.quote-form .form-group input[type="tel"]:focus,
.quote-form .form-group input[type="email"]:focus,
.quote-form .form-group textarea:focus{
	border-color:#ffaa00;
}

.quote-form .form-group textarea::-webkit-input-placeholder,
.quote-form .form-group input::-webkit-input-placeholder{
	color:rgba(255,255,255,0.80);
}

.quote-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 0px;
	color:#ffffff;
	height:125px;
	resize:none;
	font-size:14px;
	background:none;
	border-bottom:1px solid rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.quote-form .form-group .btn-detail{
	position:relative;
	text-align:center;
	margin-left:30px;
	color:#ffffff;
	display:inline-block;
}

.quote-form button{
	cursor: pointer;
	margin-top:20px;
	font-size: 16px;
	text-transform: capitalize;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:50px;
	padding:10px 0px;
	line-height:28px;
	color:#ffffff;
	border: none;
	border-radius:0px;
	background:none;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

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

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

.ui-widget.ui-widget-content{
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

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

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

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

.ui-menu-item:hover{
	background-color:#ffaa00;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

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

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

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.sponsors-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	border:1px solid #f2f2f2;
	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;
    opacity: 1;
}

.sponsors-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    background: #fff;
}

.sponsors-section .sponsors-outer .image-box:hover{
	border-color:#ffaa00;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	padding: 90px 0px 0px;
	background-color: #050404;
	background-image: url('../images/footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.90);
}


.main-footer .footer-widget .logo-box{
    margin-top: 0px;
}

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

.main-footer .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:30px;
	margin-top:25px;
	padding-bottom:18px;
	text-transform:capitalize;
}

.main-footer .footer-widget h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:35px;
	background-color:#ffaa00;
}

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

.main-footer .logo-widget .text{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
    display: inline-block;
}

.main-footer .logo-widget .text a{
	position:relative;
	color:#ffaa00;
}

.main-footer .list{
	position:relative;
}

.main-footer .list li{
	position:relative;
	margin-bottom:14px;
}

.main-footer .list li a{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer .list li a:hover{
	color:#ffaa00;
}

.main-footer .news-widget .owl-dots{
	display:none;
}

.main-footer .news-widget .owl-nav{
	position:absolute;
	right:0px;
	top:-70px;
}

.main-footer .news-widget .owl-nav .owl-prev,
.main-footer .news-widget .owl-nav .owl-next{
	position:relative;
	margin-left:24px;
	color:#bbbbbb;
	font-size:28px;
	display:inline-block;
}

.footer-grid a img {
	opacity: 0.5;
}

.footer-grid a img:hover {
	opacity: 1.0;
}
/* Footer Bottom */

.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px;
	background-color:#222222;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	margin-top:2px;
}

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

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

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

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#ffaa00;
}

.main-footer.style-two{
	background-color:#ffffff;
}

.main-footer.style-two:before{
	display:none;
}

.main-footer.style-two .footer-widget h2{
	color:#000048;
}

.main-footer.style-two .list li a,
.main-footer.style-two .list-style-one li,
.main-footer.style-two .logo-widget .text,
.main-footer.style-two .news-widget-block .widget-inner .post-date{
	color:#777777;
}

.main-footer.style-two .news-widget-block .widget-inner h3 a{
	color:#222222;
}

.main-footer.style-two .footer-bottom{
	background-color:#000048;
}



/*** 

====================================================================
	Choice Section
====================================================================

***/

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

.choice-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:40%;
	height:100%;
	display:block;
	background-color:#010b17;
}

.choice-section:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:120px;
	height:100%;
	display:block;
	background:url(../images/background/pattern-1.png) no-repeat;
}

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

.choice-section .image-column .inner-column{
	position:relative;
}

.choice-section .image-column .inner-column .image{
	position:relative;
	z-index:1;
}

.choice-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-60px;
	top:50px;
	bottom:50px;
	width:100px;
	border:10px solid rgba(255,255,255,0.15);
}

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

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

.choice-section .content-column .inner-column{
	position:relative;
	padding-left:40px;
	padding-top:30px;
}

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

.choice-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}

.choice-section .content-column .inner-column .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:20px;
	text-align:justify;
}

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

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:100px 0px 70px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

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

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

.services-block-four .inner-box .icon-box{
	position:relative;
	color:#ffaa00;
	font-size:64px;
	line-height:1em;
	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;
}

.services-block-four .inner-box:hover .icon-box{
	color:#000048;
}

.services-block-four .inner-box h5{
	position:relative;
	color:#333333;
	font-weight:700;
	line-height:1.3em;
	margin-top:30px;
}

.services-block-four .inner-box h5 span{
	color:#777777;
}

.services-block-four .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-top:15px;
}







/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding:70px 0px 70px;
	background-size:cover;
	background-repeat:no-repeat;
}

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

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

.newsletter-section .title-column{
	position:relative;
}

.newsletter-section .title-column .inner-column{
	position: relative;
    padding-left: 85px;
    padding-top: 6px;
    margin-bottom: 6px;
}

.newsletter-section .title-column .inner-column .icon-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	color:#000048;
	font-size:70px;
	line-height:1em;
}

.newsletter-section .title-column h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	text-transform:capitalize;
}

.newsletter-section .title-column .inner-column .title{
	position:relative;
	color:#ffffff;
}

.newsletter-section .form-column{
	position:relative;
}

.newsletter-section .form-column .inner-column{
	position:relative;
	margin-top:7px;
}

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right:177px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:53px;
	font-size:14px;
	color:#000000;
	background:#ffffff;
	border:1px solid #f2f2f2;
	padding:10px 50px 10px 20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	border-radius:0px;
}

.subscribe-form button:hover{
	background:none;
	color:#000048;
	border-color:#000048;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two {
	position: relative;
	background-color: #222222;
}

.footer-style-two .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.footer-style-two .widgets-section{
	position:relative;
	padding:90px 0px 40px;
	padding-bottom:40px;
	background-position:center center;
	background-repeat:no-repeat;
}

.footer-style-two .footer-widget h5{
	position:relative;
	font-weight:400;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:30px;
	padding-bottom:18px;
	text-transform:capitalize;
}

.footer-style-two .footer-widget h5:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:35px;
	background-color:#ffaa00;
}

.footer-style-two .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.footer-style-two .logo-widget .text{
	position:relative;
}

.footer-style-two .logo-widget p{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:20px;
	font-weight:400;
}

.footer-style-two .logo-widget p:last-child{
	margin-bottom:0px;
}

.footer-style-two .usefull-links{
	position:relative;
}

.footer-style-two .usefull-links li{
	position:relative;
	margin-bottom:10px;
}

.footer-style-two .usefull-links li a{
	position:relative;
	font-size:16px;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .usefull-links li a:hover{
	color:#ffaa00;
}

/* Service List */

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

.footer-style-two .service-list li{
	position:relative;
	margin-bottom:10px;
}

.footer-style-two .service-list li a{
	position:relative;
	font-size:16px;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .service-list li a:hover{
	color:#ffaa00;
}

/* Footer Bottom */

.footer-style-two .footer-bottom{
	position:relative;
	padding:15px 0px;
	background-color:#000000;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
}

.footer-style-two .footer-bottom .copyright a{
	color:#ffaa00;
}

.footer-style-two .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

.footer-style-two .footer-bottom .footer-nav li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.footer-style-two .footer-bottom .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.footer-style-two .footer-bottom .footer-nav li a:hover{
	color:#ffaa00;
}

/*** 

====================================================================
	Project Section Three
====================================================================

***/

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

.project-section-three:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:600px;
	background-position:left top;
	background:url(../images/background/5.jpg) no-repeat;
}

.project-section-three .owl-nav{
	display:none;
}

.project-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.project-section-three .owl-dots .owl-dot{
	position:relative;
	width:4px;
	height:15px;
	margin:0px 4px;
	display:inline-block;
	background-color:#000048;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.project-section-three .owl-dots .owl-dot.active{
	height:20px;
	background-color:#ffaa00;
}

.project-section-three .title-box{
	position:relative;
	margin-bottom:90px;
}

.project-section-three .title-box .text{
	position:relative;
	color:#777777;
	font-size:17px;
	line-height:1.8em;
	margin-bottom:30px;
}

.project-section-three .title-box .video-column .play-box{
	position:relative;
	color:#000048;
	font-size:18px;
	font-weight:600;
	text-decoration:underline;
}

.project-section-three .title-box .video-column .play-box .play-icon{
	position:relative;
	left:0px;
	top:0px;
	width:72px;
	height:72px;
	color:#ffffff;
	line-height:72px;
	text-align:center;
	font-size:24px;
	margin-right:15px;
	display:inline-block;
	background-color:#ffaa00;
}

/* Services Block Five */

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

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

.services-block-five .inner-box .image{
	position:relative;
	overflow:hidden;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-five .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-five .inner-box:hover .image img{
	transform:scale(1.2,1.2);
}

.services-block-five .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:-100%;
	top:0px;
	width:35%;
	height: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;
	background-color:rgba(255,170,0,0.80);
}

.services-block-five .inner-box:hover .image .overlay-box{
	left:0%;
}

.services-block-five .inner-box .image .overlay-box .link-icon{
	position:absolute;
	left:50%;
	top:50%;
	width:38px;
	height:38px;
	color:#ffffff;
	text-align:center;
	line-height:38px;
	margin-left:-19px;
	margin-top:-19px;
	background-color:#222222;
}

.services-block-five .inner-box .lower-content{
	position:relative;
	border:1px solid #dddddd;
	border-top:none;
}

.services-block-five .inner-box .lower-content .upper-box{
	position:relative;
	padding:22px 25px;
}

.services-block-five .inner-box .lower-content h3{
	position:relative;
	color:#000048;
	z-index:1;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
}

.services-block-five .inner-box .lower-content h3 a{
	position:relative;
	color:#000048;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.services-block-five .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	z-index:1;
	font-size:15px;
	line-height:1.8em;
	margin-top:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-five .inner-box .lower-content .lower-box{
	position:relative;
	padding:0px 0px 0px 25px;
	border-top:1px solid #dddddd;
}

.services-block-five .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:14px;
	padding:17px 0px 14px;
	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;
}

.services-block-five .inner-box .lower-content .read-more:hover{
	color:#ffaa00;
}

.services-block-five .inner-box .lower-content .arrow-icon{
	position: relative;
	color:#222222;
	font-size:18px;
    padding: 10px 20px;
	line-height:32px;
    display: inline-block;
	border-left:1px solid #dddddd;
	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-five .inner-box .lower-content .arrow-icon:hover{
	color:#ffaa00;
}










/*** 

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

***/

.page-title {
	background-image: url('../images/Home/background.jpg');
	position: relative;
	text-align: center;
	padding: 100px 0px 140px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 58%;
}

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

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


/*** 

====================================================================
	Projects Page Section
====================================================================

***/

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

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

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

.projects-page-section .filters .filter-tabs .filter{
	position:relative;
	color:#222222;
	font-size:16px;
	cursor:pointer;
	margin-bottom:15px;
	font-weight:600;
	margin:0px 15px 4px;
	padding:14px 0px 10px;
	display:inline-block;
	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;
}

.projects-page-section .filters .filter-tabs .filter:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:2px;
	background-color:#ffaa00;
	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;
}

.projects-page-section .filters .filter-tabs .filter:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:#ffaa00;
	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;
}

.projects-page-section .filters .filter-tabs .filter.active::before,
.projects-page-section .filters .filter-tabs .filter:hover::before,
.projects-page-section .filters .filter-tabs .filter.active::after,
.projects-page-section .filters .filter-tabs .filter:hover::after{
	width:100%;
}

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

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



/*** 

====================================================================
	Blogs Page Section
====================================================================

***/

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

.blogs-page-section .styled-pagination{
	margin-top:25px;
}

/* News Block Two */

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

.news-block-two .inner-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box:hover{
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
}

.news-block-two .inner-box .image{
	position:relative;
	background-color:#000048;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	height: 250px;
	display:block;
	background-color:#000048;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box:hover .image img{
	opacity:0.6;
}

.news-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-two .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#ffffff;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:25px;
	margin-top:-40px;
	background-color:#ffaa00;
}

.news-block-two .inner-box .image .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.news-block-two .inner-box .image .owl-nav .owl-prev{
	position:relative;
	width:28px;
	height:78px;
	line-height:78px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	display:inline-block;
	background-color:#ffaa00;
}

.news-block-two .inner-box .image .owl-nav .owl-prev span:before{
	content:'\f104';
	font-family: 'FontAwesome';
}

.news-block-two .inner-box .image .owl-nav .owl-next{
	position:absolute;
	right:0px;
	float:right;
	width:28px;
	height:78px;
	color:#ffffff;
	font-size:20px;
	line-height:78px;
	text-align:center;
	display:inline-block;
	background-color:#ffaa00;
}

.news-block-two .inner-box .image .owl-nav .owl-next span:before{
	content:'\f105';
	font-family: 'FontAwesome';
}

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

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

.news-block-two .inner-box .lower-content .post-info li{
	position:relative;
	color:#222222;
	font-size:13px;
	margin-right:10px;
	display:inline-block;
}

.news-block-two .inner-box .lower-content .post-info li .icon{
	position:relative;
	margin-right:4px;
	color:#777777;
}

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

.news-block-two .inner-box .lower-content h3{
	position:relative;
	color:#000048;
	font-size:22px;
	font-weight:700;
	line-height:1.4em;
	margin-top:14px;
}

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

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

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

.news-block-two .inner-box .lower-content .read-more{
	position:relative;
	font-weight:700;
	color:#000048;
	display:inline-block;
	padding-right:22px;
	margin-top:15px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content .read-more .arrow.left{
	position:absolute;
	left:0px;
	top:1px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content .read-more .arrow.right{
	position:absolute;
	right:0px;
	top:1px;
}

.news-block-two .inner-box .lower-content .read-more .arrow.right{
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content .read-more:hover .arrow.right{
	opacity:0;
}

.news-block-two .inner-box .lower-content .read-more:hover .arrow.left{
	opacity:1;
}

.news-block-two .inner-box .lower-content .read-more:hover{
	color:#ffaa00;
	padding-right:0px;
	padding-left:22px;
}

/*** 

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

 ***/

.contact-page-section{
	position:relative;
	padding:100px 0px 80px;
}
 
.contact-form{
	position:relative;
}

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

.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%;
	color:#a5a5a5;
	line-height:26px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border-radius:2px;
	background:none;
	border:1px solid #dddddd;
	-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:#ffaa00;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#a5a5a5;
	height:224px;
	font-size:14px;
	resize:none;
	border-radius:2px;
	background:none;
	border:1px solid #dddddd;
	-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 input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

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

.contact-page-section .info-column{
	position:relative;
}

.contact-page-section .info-column .content-boxed{
	position:relative;
	padding:45px 35px;
	border-radius:2px;
	border:1px solid #dddddd;
}

.contact-page-section .info-column .content-boxed .text{
	position:relative;
	color:#777777;
	line-height:1.8em;
	margin-bottom:15px;
}

.contact-page-section .info-column .content-boxed ul{
	position:relative;
}

.contact-page-section .info-column .content-boxed ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:15px;
	padding-left:28px;
}

.contact-page-section .info-column .content-boxed ul li:last-child{
	margin-bottom:0px;
}

.contact-page-section .info-column .content-boxed ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffaa00;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	padding-top:0px;
}

.contact-map-section .map-outer iframe{
	height: 450px;
    width: 100%;
} 



.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

.box-version,
.rtl-version{
	display:none;
}

/*----------header-slider starts here----------*/
.header-slider {
    padding-top: 0px;
}

.diy-slideshow {
    position: relative;
    display: block;
    overflow: hidden;
}

figure {
    position: absolute;
    opacity: 0;
    transition: 1s opacity;
}

figcaption {
    position: absolute;
    font-family: sans-serif;
    font-size: 18px;
    bottom: 0px;
    width: 100%;
    right: 0%;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0, .7);
    border-radius: 2px;
    text-align: center;
    transform: translate(0%,0%);
}

    figcaption a {
        color: #fff;
    }

figure.show {
    position: relative;
    opacity: 1;
    transition: 1s opacity;
}

.next, .prev {
    color: #fff;
    position: absolute;
    background: rgba(0,0,0, .6);
    top: 50%;
    z-index: 1;
    font-size: 2em;
    margin-top: -.75em;
    opacity: .3;
    user-select: none;
}

    .next:hover, .prev:hover {
        cursor: pointer;
        opacity: 1;
    }

.next {
    right: 0;
    padding: 10px 5px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.prev {
    left: 0;
    padding: 10px 10px 15px 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header-slider figure img {
    width: 100%;
    height: 100vh;
}

figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}
/*----------header-slider Ends here----------*/
/*----------Services starts here-------*/
.product-page {
    padding: 20px 0 50px;
}

.product-page .card .card-header {
    font-size: 16px;
    padding: 10px 20px;
    background: #000000;
    font-weight: 600;
    letter-spacing: 1px;
}

 .product-page .card {
    border: 0;
}

.product-page .card .card-header i {
    padding-right: 10px;
}

.product-page .card .product_block {
    padding-top: 20px;
}

.product-page .card .product_block .list-group-item.active, .product-page .card .product_block .list-group-item:focus, .product-page .card .product_block .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    border-color: #dddddd;
}

.product-page .card .product_block .list-group-item {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 20px;
}

.product-page .card .product_contact {
    background: #ffffff;
}

.product-page .card .product_contact li {
    padding: 20px 0 0;
    text-align: justify;
    display: flex;
}

.product-page .card .product_block .list-group-item a {
    color: #000000;
}

.product-page .card .product_contact li i {
    font-size: 28px;
    padding-right: 15px;
    color: #000000;
}

.product-page .card .product_contact li h5 {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: justify;
}

.product-page .card .product_contact i.phno {
    line-height: 2;
}

.product-page .card .product_contact i.fa-emailid {
    font-size: 16px;
    line-height: 1.7;
}

.bg-light {
    background-color: #ffffff !important;
}
span.help-block {
	color: red;
}

.ProductDetails .project-block .inner-box .image img {
	height: 200px;
}
.ProductDetails .project-block .inner-box .image h3 {
	font-size: 14px;
}
.ProductDetails .project-block .inner-box .image .overlay-box .overlay-inner {
	padding: 5px 5px;
}
.ProductDetails .ProductDescription {
	padding-top: 15px;
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 45px;
	text-align: justify;
}
.ProductDetails .sec-title h2 {
	padding-top: 25px;
}
.fancybox-caption {
	border-top: none !important;
}

.OrderInfo .OrderContent table, .OrderInfo .OrderContent td, .OrderInfo .OrderContent th {
	border: 1px solid black;
}

.OrderInfo .OrderContent table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

.OrderInfo .OrderContent h4 {
	font-size: 20px;
	padding: 15px 0;
}

.OrderInfo .OrderContent td {
	height: 50px;
	vertical-align: bottom;
}

.OrderInfo .OrderContent th, .OrderInfo .OrderContent td {
	padding: 8px;
	vertical-align: middle;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 6px 31px 6px !important;
}
.fancybox-progress {
	background: #ffaa00 !important;
}

.blogs-page-section .modal .modelBodyContent p{
	text-align: justify;
	padding-top: 30px;
}
.blogs-page-section .modal img {
	height: 250px;
	width: 100%;
}
.blogs-page-section .modal .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}
/*----------Services ends here-------*/
/*------------------------------------------------- */
/*---------- Page Responsive Starts Here----------- */
/*------------------------------------------------- */
@media only screen and (max-width:480px) {
	.info-outer, .page-title {
		display: none;
	}
	.auto-container {
		padding: 0px 0px;
	}
	.header-slider figure img {
		height: 50vh;
	}
	.welcome-section {
		padding: 40px 0px 40px;
	}
	.services-block-two .inner-box .image {
		height: 250px;
	}
	.call-to-action-section {
		padding: 75px 20px 75px;
	}
	.call-to-action-section-two {
		padding: 50px 20px;
	}
	.welcome-section .image-column .inner-column .image img {
		height: 400px;
	}
	.welcome-section, .services-section, .project-section, .testimonial-section, .sponsors-section, .choice-section, .services-section-three, .projects-page-section, .product-page, .contact-page-section {
		padding: 40px 15px 40px;
	}
	.sponsors-section .sponsors-outer .image-box img{
		width: 100%;
	}
	.main-footer {
		padding: 0px 15px 0px;
	}
	.main-header .header-upper, .footer-column {
		background-color: black !important;
	}
	.choice-section:after {
		height: 33%;
	}
}

/*------------------------------------------------- */
/*---------- Page Responsive Ends Here----------- */
/*------------------------------------------------- */