@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color:#1c1c1c;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#443f45;
}

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;
	font-family: 'Source Sans Pro', sans-serif;
}

input,button,select,textarea{
	font-weight:400;
}

p{
	position:relative;
	line-height:1.7em;
	font-family: 'Lato', sans-serif;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
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;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	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;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:6px 38px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffd105;
	color:#172745 !important;
	font-size:14px;
	font-weight:700;
	border:2px solid #ffd105 !important;
	font-family: 'Source Sans Pro', sans-serif;
}

.btn-style-one:hover{
	color:#ffd105 !important;
	border-color:#ffd105 !important;
	background: none;	
}

.btn-style-one:hover .fa{
	color:#ffffff;	
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:6px 38px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#222222 !important;
	font-size:14px;
	font-weight:700;
	border:2px solid #ffffff !important;
	font-family: 'Source Sans Pro', sans-serif;
}

.btn-style-two:hover{
	color:#ffffff !important;
	border-color:#ffffff !important;
	background: none;	
}

/*Btn Style Two*/

.btn-style-three{
	position:relative;
	padding:6px 38px;
	line-height:24px;
	text-transform:uppercase;
	background:#172745;
	color:#ffffff !important;
	font-size:14px;
	display:block;
	font-weight:700;
	width:100%;
	border:2px solid #172745 !important;
	font-family: 'Source Sans Pro', sans-serif;
}

.btn-style-three:hover{
	color:#172745 !important;
	border-color:#172745 !important;
	background: none;	
}


.theme_color{
	color:#ffd105;	
}

.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.GIF); overflow:hidden;}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	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:#121e37;
	background:#ffd105;
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:16px;
	display:inline-block;
}

.social-icon-one li a{
	color:#ffffff;
	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;
}

.social-icon-one li a:hover{
	color:#ffd105;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	width:48%;
	margin-bottom:20px;
	display:inline-block;
}

.social-icon-two li a .icon{
	position:relative;
	width:40px;
	height:40px;
	line-height:36px;
	border-radius:50%;
	text-align:center;
	margin-right:8px;
	border:2px solid rgba(255,255,255,0.5);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-icon-two li a{
	color:#c9c9c9;
	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;
}

.social-icon-two li a:hover .icon{
	background-color:#ffd105;
	border-color:#ffd105;
	color:#172745;
}

/*** 

====================================================================
	Social Icon Three
====================================================================

***/

.social-icon-three{
	position:relative;
}

.social-icon-three li{
	position:relative;
	margin-right:6px;
	font-size:14px;
	display:inline-block;
}

.social-icon-three li a{
	color:#c9c9c9;
	font-size:14px;
	min-width:40px;
	text-align:center;
	padding:8px 0px;
	display:inline-block;
	border:1px solid #c9c9c9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-icon-three li a:hover{
	color:#172745;
	border-color:#ffd105;
	background-color:#ffd105;
}

/*** 

====================================================================
	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{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:5px 0px 5px;
}

.sticky-header.now-visible{
	z-index:999;
	opacity:1;
	visibility:visible;
	border-bottom:1px solid #e9e9e9;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	padding:26px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	top:5px;
}

.main-header .header-upper .info-box:last-child{
	margin-right:0px;	
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:60px;
	margin-left:40px;
	font-size:16px;
	color:#222222;
	font-weight:700;
	min-width:200px;
	padding:15px 0px 15px 50px;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:8px;
	width:30px;
	height:60px;
	color:#ffdd44;
	font-size:32px;
	line-height:58px;
	font-weight:400;
}

.main-header .info-box .light-text{
	color:#777777;
	font-size:14px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.main-header .info-box li a{
	color:#9b9b9b;		
}

.main-header .info-box strong{
	font-weight:700;
	color:#555555;
	font-size:15px;	
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	border-top:1px solid #ebebeb;
}

.main-header.style-two .header-lower{
	background:#1c1c1c;
}

.main-header .nav-outer{
	position:relative;
	padding-right:250px;
}

.main-header .nav-outer .outer-btn{
	position:absolute;
	right:0px;
	top:0px;
}

.main-header .nav-outer .outer-btn .consultation{
	font-size:14px;
	color:#ffffff;
	line-height:24px;
	padding:20px 47px;
	display:inline-block;
	background-color:#172745;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-header .nav-outer .outer-btn .consultation:hover{
	background-color:#ffd105;
	color:#172745;
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	padding:0px;
	margin-right:52px;
	display:inline-block;
}

.sticky-header .main-menu .navigation > li{
	margin-right:0px;
}

.main-menu .navigation > li.dropdown a{
	padding-right:15px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:19px 0px;
	font-size:15px;
	color:#222222;
	line-height:24px;
	font-weight:700;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-top:2px solid transparent;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-menu .navigation > li.dropdown > a:after{
	position:absolute;
	right:0px;
	color:#222222;
	font-family: 'FontAwesome';
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:17px 15px;
	font-weight:600;
	font-size:14px;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	border-top:2px solid #ffd105;
	color:#222222;
	opacity:1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#ffd105;
	color:#181818;
	opacity:1;
}

.sticky-header.style-two .main-menu .navigation > li:hover > a,
.sticky-header.style-two .main-menu .navigation > li.current > a,
.sticky-header.style-two .main-menu .navigation > li.current-menu-item > a{
	background:#ffd105;
	color:#181818;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:130%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#172745;
	border-top:2px solid #ffd105;
	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.style-two .main-menu .navigation > li > ul{
	background:#172745;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-top:1px solid rgba(255,255,255,0);
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:22px;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#ffd105;
	color:#1c1c1c;
}


.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	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:#1c1c1c;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#172745;
	border-top:2px solid #ffd105;
}

.main-header.style-two .main-menu .navigation > li > ul > li > ul{
	background:#1c1c1c;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:22px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background: #ffd105;
	color:#1c1c1c;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}


.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;

	cursor:pointer;
	z-index:5;
	display:none;
}

/*Header Style Two*/

.header-style-two{
	position: relative;
}

.main-header .header-top{
	position: relative;
	background-color: #222222;
	padding:12px 0px;
}

.main-header .header-top.style-two{
	background-color:#172745;
}

.main-header .header-top .top-left{
	position: relative;
}

.main-header .header-top .top-left .social-links{
	position: relative;
}

.main-header .header-top .top-left .social-links a{
	position: relative;
	width:32px;
	height:32px;
	color: #dddddd;
	line-height:30px;
	text-align:center;
	margin-right: 6px;
	display:inline-block;
	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;
}

.main-header .header-top .top-left .social-links a:hover{
	color:#172745;
	background-color:#ffd105;
	border-color:#ffd105;
}

.main-header .header-top .links-nav li{
	position: relative;
	padding:4px 0px;
	line-height:1em;
	margin-top:5px;
	display: inline-block;
}

.main-header .header-top .links-nav li a{
	position: relative;
	color: #dddddd;
	font-size: 14px;
	margin-left: 15px;
	padding-right:15px;
	border-right: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;
}

.main-header .header-top .links-nav li a:hover{
	color:#ffd105;
}

.main-header .header-top .links-nav li:last-child a{
	border-right:0px;
	padding-right:0px;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.main-header .header-top.style-two li{
	color:#dfdfdf;
	font-size:14px;
	margin-top:0px;
}

.main-header .header-top.style-two li a{
	color:#dfdfdf;
	border-color:#dfdfdf;
}

.main-header .header-top.style-two li a .icon{
	color:#ffd105;
	margin-right:10px;
}

.main-header .logo-outer{
	padding:0px 0px;
}

.header-style-two .logo-outer{
	padding:32px 0px;
}

.header-style-two .header-upper{
	padding: 0px;
}

.header-style-two .navigation li{
	margin-right:30px;
}

.header-style-two .navigation li > a{
	color: #222222;
	padding:59px 0px;
}

.header-style-two .sticky-header .main-menu .navigation > li > a{
	padding:18px 15px;
}

.header-style-two .nav-outer{
	padding-right: 240px;
}

.header-style-two .nav-outer .outer-btn{
	padding:50px 0px;
}

.header-style-two .nav-outer .outer-btn a{
	padding:9px 42px;
}

/*Dropdown*/

.header-style-two li.eng-dropdown{
	top:-1px;	
}

.header-style-two .eng-dropdown a{
	border:0px;
	font-size:13px;
	color:#dddddd;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px !important;
	background-color:transparent;
}

.header-style-two .eng-dropdown a:focus{
	background:none !important;
}

.header-style-two .eng-dropdown > ul{
	border-top:3px solid #feb518;
	padding:0px;
	top:38px;
}

.header-style-two .eng-dropdown .dropdown-menu.style-one li{
	display:block;
	border-left:0px;
	border-bottom:1px solid #eeeeee;
	text-align:left;
	padding:0px !important;
	margin:0px !important;
}

.header-style-two .eng-dropdown .dropdown-menu.style-one li:last-child{
	border:0px;
}

.header-style-two .eng-dropdown .dropdown-menu.style-one li a{
	color:#172745;
	font-size:12px !important;
	padding:7px 15px !important;
}

.header-style-two .eng-dropdown .dropdown-menu.style-one li a:hover{
	color:#ffd105;
	background:none;
}

/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three .logo-outer{
	position:relative;
	text-align:center;
	padding:0px;
}

.header-style-three .header-upper .outer-container{
	position:relative;
	padding:0px 250px;
}

.header-style-three .header-upper .header-info.left-align{
	position:absolute;
	left:0px;
	top:0px;
	padding:15px 0px;
}

.header-style-three .header-upper .header-info.right-align{
	position:absolute;
	right:0px;
	top:0px;
	padding:15px 0px;
}

.header-style-three .header-upper .header-info .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	color:#172745;
	font-size:20px;
	line-height:48px;
	text-align:center;
	border:1px solid #ffd105;
}

.header-style-three .header-upper .header-info .inner-box{
	position:relative;
	padding-left:70px;
}

.header-style-three .header-upper .header-info .inner-box h3{
	position:relative;
	line-height:1em;
	color:#222222;
	font-weight:700;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.header-style-three .header-upper .header-info .inner-box .text{
	color:#777777;
	font-size:14px;
	margin-top:10px;
}

.header-style-three .header-lower{
	position:relative;
	border:0px;
	text-align:center;
	background-color:#f5f5f5;
}

.header-style-three .header-lower .main-menu .navigation li.current a,
.header-style-three .header-lower .main-menu .navigation li.dropdown a{
	padding-right:0px;
}

.header-style-three .header-lower .main-menu .navigation > li.current > a:after,
.header-style-three .header-lower .main-menu .navigation > li.dropdown > a:after,
.header-style-three .header-lower .main-menu .navigation > li:last-child::after{
	display:none;
	padding-right:0px;
}

.header-style-three .header-lower .main-menu .navigation > li{
	padding-right:45px;
	margin-right:45px;
}

.header-style-three .header-lower .main-menu .navigation > li:after{
	position:absolute;
	content:'';
	width:3px;
	height:3px;
	border-radius:50%;
	right:0px;
	top:50%;
	margin-top:-1px;
	background-color:#172745;
}

.header-style-three .header-lower .main-menu .navigation > li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.header-style-three .header-lower .main-menu .navigation > li > ul{
	text-align:left;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0) !important;	
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:18px;
	margin-bottom:20px;
}

.main-slider h2{
	font-size:40px;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
	text-transform:uppercase;
	font-family: 'source_sans_problack';
}

.main-slider .upper-line{
	position:relative;
	width:100%;
	width:700px;
	height:8px;
	border-top:8px solid #ffffff;	
}

.main-slider .upper-line:before{
	content:'<';
	position:absolute;
	right:100%;
	top:-8px;
	width:8px;
	height:60px;
	border-right:8px solid #ffffff;	
}

.main-slider .upper-line:after{
	content:'>';
	position:absolute;
	left:100%;
	top:-8px;
	width:8px;
	height:60px;
	border-right:8px solid #ffffff;	
}

.main-slider .lower-line{
	position:relative;
	width:100%;
	width:700px;
	height:8px;
	border-bottom:8px solid #ffffff;	
}

.main-slider .lower-line:before{
	content:'<';
	position:absolute;
	right:100%;
	bottom:-8px;
	width:8px;
	height:60px;
	border-right:8px solid #ffffff;	
}

.main-slider .lower-line:after{
	content:'>';
	position:absolute;
	left:100%;
	bottom:-8px;
	width:8px;
	height:60px;
	border-right:8px solid #ffffff;	
}

.main-slider h3{
	font-size:22px;
	color:#f0bc00;
	font-weight:400;
	line-height:1em;
	text-transform:capitalize;
}

.main-slider .subtitle{
	font-size:14px;
	color:#ffffff;
	line-height:24px;
	padding:4px 30px;
	font-weight:400;
	background:#f7542b;
	text-transform:uppercase;
}

.main-slider .title{
	font-size:50px;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	text-transform:uppercase;
	word-spacing:3px;
	letter-spacing:1px;
}

.main-slider .title-uppercase{
	font-size:60px;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	text-transform:uppercase;
	word-spacing:5px;
	letter-spacing:2px;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#ffffff !important;
	width:22px !important;
	height:4px !important;
	border:none!important;
	border-radius:0px !important;
	margin:0px 8px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	background:#ffd105 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:60px !important;
	overflow:hidden;
	margin-top:-50px !important;
	height:60px !important;
	border-radius:50%;
	color:#ffffff;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:#404344;;
	font-size:18px;
	height:60px !important;
	line-height:60px;
	width:60px !important;
	padding:0px;
	color:#ffffff;
	border-radius:50%;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '<';
	font-family:'FontAwesome';
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '>';
	font-family:'FontAwesome';
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	color:#263551;
	background:#ffffff;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Sec Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:42px;
	text-align: center;
}

.sec-title h2{
	font-size:30px;
	font-weight:700;
	padding-bottom:10px;
	color:#222222;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'source_sans_problack';
}

.sec-title .text{
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
}

/*** 

====================================================================
	Sec Title Two
====================================================================

***/

.sec-title-two{
	position:relative;
	margin-bottom:42px;
	text-align: center;
}

.sec-title-two h2{
	font-size:30px;
	font-weight:700;
	padding-bottom:10px;
	color:#ffffff;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'source_sans_problack';
}

.sec-title-two .text{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8em;
}

/*** 

====================================================================
	Sec Title Three
====================================================================

***/

.sec-title-three{
	position:relative;
	margin-bottom:42px;
	text-align:left;
}

.sec-title-three h2{
	font-size:30px;
	font-weight:700;
	padding-bottom:10px;
	color:#222222;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'source_sans_problack';
}

.sec-title-three .text{
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:#16233e;
}

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 30px;
}

.main-footer .footer-column{
	margin-bottom:30px;	
}

.main-footer .footer-widget{
	position:relative;	
}

.main-footer .about-widget,
.main-footer .links-widget,
.main-footer .twitter-widget{
	padding-top: 100px;
}

.main-footer .footer-column h2{
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	margin-bottom: 30px;
	text-transform:uppercase;
}

.main-footer .about-widget .text{
	margin-bottom:30px;
	line-height:2em;
	color:#ebebeb;
	font-size:14px;
	margin-top:22px;
}

/*Contact Widget*/

.main-footer .contact-widget{
	position:relative;
	background-color:#121e37;
	padding:100px 40px 30px;
}

.contact-widget .social-icon-one{
	text-align:center;
}

.contact-widget form{
	position: relative;
}

.contact-widget form .form-group{
	position: relative;
}

.contact-widget form .form-group .group-inner{
	position: relative;
	margin-bottom:20px;
}

.contact-widget form .form-group input{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 24px;
	background: none;
	padding: 8px 10px;
	background-color:#ffffff;
}

.contact-widget form .form-group button{
    width: 100%;
	margin-top:10px;
	margin-bottom:15px;
}

/*Links Widget*/

.main-footer .links-widget .list li{
	margin-bottom:5px;
}

.main-footer .links-widget .list li a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:2px 0px 2px 20px;
	color:#ebebeb;
	font-size: 14px;
	text-transform:capitalize;	
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .links-widget .list li a:before{
	content:'>';
	position:absolute;
	left:0px;
	top:6px;
	line-height:15px;
	font-size:16px;
	font-family: 'FontAwesome';	
}

.main-footer .links-widget .list li a:hover{
	color:#ffd105;	
}

.main-footer a{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*Twitter Widget*/

.main-footer .twitter-widget .feed{
	position:relative;
	font-size:15px;
	line-height:1.6em;
	margin-bottom:20px;
	padding-bottom:22px;
	padding-left:30px;
	border-bottom:1px solid #263350;
}

.main-footer .twitter-widget .feed .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#006bbb;
	font-size:20px;
	margin-top:2px;
}

.main-footer .twitter-widget .feed:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.main-footer .twitter-widget .feed .month{
	color:#6c9ecd;
	font-size:14px;
	font-weight:300;
}

.main-footer .twitter-widget .feed .month a{
	position:relative;
	color:#ffffff;
}

.main-footer .twitter-widget .feed .month a:hover{
	color:#ffd105;	
}

.main-footer .twitter-widget .feed .text{
	margin-bottom:0px;
	line-height:1.6em;
	font-weight:400;
	color:#ebebeb;
	font-size:14px;
}

/*Footer Bottom*/

.main-footer .footer-bottom{
	position:relative;
	margin-top:40px;
	padding:15px 0px 12px;
	background-color:#121e37;
}

.main-footer .footer-bottom .copyright{
	color: #ebebeb;
	font-size: 14px;
	margin-top:2px;
}

.main-footer .footer-bottom ul{
	position:relative;
	text-align:right;
	margin-top:4px;
}

.main-footer .footer-bottom ul li{
	position:relative;
	display:inline-block;
	padding:0px 10px;
	line-height:1em;
	border-right:1px solid #ffffff;
}

.main-footer .footer-bottom ul li:last-child{
	border-right:0px;
}

.main-footer .footer-bottom ul li a{
	color:#ebebeb;
}

.main-footer .footer-bottom ul li a:hover{
	color:#ffd105;	
}
.services-section{
	position:relative;
	padding:50px 0px 0px;
}

.services-section .outer-box{
	position:relative;
	margin-top:92px;
	background-position:center top;
	background-repeat:no-repeat;
}
.service-block-one{
	position:relative;
	margin-bottom:70px;
}

.service-block-one .inner-box{
	position:relative;
	padding-right:90px;
	text-align:right;
}

.service-block-one .inner-box .icon-box{
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	font-size:26px;
	line-height:56px;
	text-align:center;
	border:2px solid #ffd105;
	-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-one .inner-box h3{
	position:relative;
	line-height:1em;
	margin-bottom:5px;
}

.service-block-one .inner-box h3 a{
	position:relative;
	top:-6px;
	color:#222222;
	font-size:18px;
	font-weight:700;
	-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-one .inner-box h3 a:hover{
	color:#ffd105;
}

.service-block-one .inner-box .text{
	font-size:14px;
	color:#777777;
	line-height:1.8em;
}

.service-block-one .inner-box:hover .icon-box{
	background-color:#ffd105;
}
/*Service Block Two*/

.service-block-two{
	position:relative;
	margin-bottom:70px;
}

.service-block-two.style-two{
	margin-bottom:45px;
}

.service-block-two .inner-box{
	position:relative;
	padding-left:90px;
	text-align:left;
}

.service-block-two .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	font-size:26px;
	line-height:56px;
	text-align:center;
	border:2px solid #ffd105;
	-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-two .inner-box h3{
	position:relative;
	line-height:1em;
	margin-bottom:5px;
}

.service-block-two .inner-box h3 a{
	position:relative;
	top:-6px;
	color:#222222;
	font-size:18px;
	font-weight:700;
	-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-two .inner-box h3 a:hover{
	color:#ffd105;
}

.service-block-two .inner-box .text{
	font-size:14px;
	color:#777777;
	line-height:1.8em;
}

.service-block-two .inner-box:hover .icon-box{
	background-color:#ffd105;
}

.services-section .image-column{
	margin-top:-45px;
	text-align:center;
}
.guard-section{
	position:relative;
	padding:50px 0px 0px;
	background-color:#fafafa;
}
.guard-member{
	position:relative;
}

.guard-member .inner-box{
	position:relative;
	overflow:hidden;
}

.guard-member .inner-box .image-box{
	position:relative;
	text-align:center;
}

.guard-member .inner-box .image-box img{
	position:relative;
	max-width:100%;
	display:inline-block;
}

.guard-member .inner-box .lower-content{
	position:absolute;
	left:0px;
	bottom:-150px;
	width:100%;
	text-align:center;
	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;
}

.guard-member .inner-box:hover .lower-content{
	bottom:0px;
}

.guard-member .inner-box .lower-content .content{
	position:relative;
	max-width:330px;
	margin:0 auto;
	width:100%;
	padding:25px 0px 18px;
	background-color:rgba(255,209,5,0.90);
}

.guard-member .inner-box .lower-content h3{
	position:relative;
	color:#172745;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

.guard-member .inner-box .lower-content .designation{
	position:relative;
	color:#172745;
	font-size:14px;
	margin-top:-2px;
}

.guard-member .inner-box .lower-content .social-icon{
	position:relative;
	margin-top:8px;
}

.guard-member .inner-box .lower-content .social-icon a{
	position:relative;
	color:#172745;
	font-size:14px;
	margin:0px 8px;
}

.guard-member .inner-box .lower-content .content .left-arrow{
	position:absolute;
	left:-20px;
	top:0px;
	width:30px;
	height:100%;
	background-color:#fafafa;
	-ms-transform: skewX(8deg);
    -webkit-transform: skewX(8deg);
    transform: skewX(8deg);
}

.guard-member .inner-box .lower-content .content .right-arrow{
	position:absolute;
	right:-20px;
	top:0px;
	width:30px;
	height:100%;
	background-color:#fafafa;
	-ms-transform: skewX(-8deg);
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
}
.why-us-section{
	position:relative;
	padding:50px 0px 100px;
}
.why-us-section .content-column{
	position:relative;
	padding-right:100px;
}
.call-to-action{
	position:relative;
	padding:100px 0px 50px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.call-to-action:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(23,39,69,0.97);
}

.call-to-action .content-column{
	position:relative;
	margin-bottom:50px;
}

.call-to-action .content-column .inner-box{
	position:relative;
}

.call-to-action .content-column .inner-box .content{
	position:relative;
	padding-left:50px;
	margin-left:100px;
	border-left:1px solid #354667;
}

.call-to-action .content-column .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:-3px;
	color:#ffd105;
	font-size:60px;
	line-height:1em;
}

.call-to-action .content-column .inner-box h3{
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	line-height:1em;
	text-transform:uppercase;
}

.call-to-action .content-column .inner-box .text{
	color:#e6e6e6;
	font-size:14px;
	margin-top:10px;
}

.call-to-action .btn-column{
	margin-top:8px;
}
.fact-counter{
	position:relative;
    max-width: 340px;
    margin: 0 auto;
	padding:80px 0px;
}

.fact-counter .inner-column{
	position:relative;
	z-index:5;
	width:50%;
	float:left;
	padding:33px 0px 40px;
	text-align:center;
	background-color:rgba(23,39,69,0.97);
}

.fact-counter .inner-column.light-bg{
	background-color:rgba(23,39,69,0.75);
}

.fact-counter .inner-column .inner{
	position:relative;
	text-align:center;
}

.fact-counter .count-outer{
	position:relative;
	font-size:50px;
	line-height:1em;
	font-weight:600;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:35px;
}

.fact-counter .inner-column .counter-title{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#ffffff;
}
.news-section{
	position:relative;
	padding:50px 0px 100px;
}
.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image-box{
	position:relative;
	overflow:hidden;
}

.news-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .image-box .post-meta{
	position:absolute;
	left:-2px;
	bottom:-72px;
	right:-3px;
	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 .image-box .post-meta li{
	position:relative;
	width:33.333%;
	float:left;
	font-size:14px;
	text-align:center;
	color:#172745;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

.news-block .inner-box .image-box .post-meta li .inner{
	position:relative;
	font-size:14px;
	text-align:center;
	color:#172745;
	line-height:20px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

.news-block .inner-box .image-box .post-meta li a{
	display:block;
	padding:15px 0px;
	background-color:rgba(255,209,5,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;
}

.news-block .inner-box .image-box .post-meta li a:hover{
	background-color:rgba(255,255,255,0.90);
}

.news-block .inner-box .image-box .post-meta li .icon{
	color:#172745;
	font-size:16px;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block .inner-box .lower-content .posted{
	position:relative;
}

.news-block .inner-box .lower-content .posted li{
	position:relative;
	color:#777777;
	font-size:14px;
	padding-left:25px;
	display:inline-block;
	margin-right:15px;
}

.news-block .inner-box .lower-content .posted li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffd105;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	line-height:1em;
	margin:16px 0px 14px;
}

.news-block .inner-box .lower-content h3 a{
	color:#222222;
	font-weight:700;
	font-size:18px;
	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;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#ffd105;
}

.news-block .inner-box .lower-content .text{
	color:#777777;
	font-size:14px;
	line-height:1.8em;
}

.news-block .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-bottom:20px;
	line-height:1.8em;
}

.news-block .inner-box .lower-content .text blockquote{
	position:relative;
	color:#777777;
	font-size:14px;
	font-style:italic;
	background-color:#fffdf5;
	border-left:0px;
	margin-top:10px;
	margin-bottom:22px;
	display:inline-block;
	padding:30px 45px 30px 65px;
	border-right:10px solid #fff0ad;
}

.news-block .inner-box .lower-content .text blockquote .author-title{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:700;
	font-style:normal;
	margin-top:20px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.news-block .inner-box:hover .post-meta{
	bottom:0px;
}
.advantage-section{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:50px 0px 0px;
}
.advantage-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(23,39,69,0.97);
}

.advantage-block{
	position:relative;
	margin-bottom:42px;
}

.advantage-block .inner-box{
	position:relative;
}

.advantage-block .inner-box .image-box{
	position:relative;
}

.advantage-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.advantage-block .inner-box .lower-content{
	position:relative;
}

.advantage-block .inner-box .lower-content .inner{
	position:relative;
	padding-left:90px;
	padding-top:10px;
}

.advantage-block .image-box .icon-box{
	position:absolute;
	left:0px;
	bottom:-45px;
	width:65px;
	height:80px;
	color:#172745;
	font-size:30px;
	line-height:74px;
	text-align:center;
	background-color:#ffd105;
}

.advantage-block .inner-box .lower-content .inner h3{
	position:relative;
	margin-bottom:7px;
}

.advantage-block .inner-box .lower-content .inner h3 a{
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.advantage-block .inner-box .lower-content .inner h3 a:hover,
.advantage-block .inner-box .lower-content .inner .read-more:hover{
	color:#ffd105;
}

.advantage-block .inner-box .lower-content .inner .text{
	font-size:15px;
	color:#c0c0c0;
}

.advantage-block .inner-box .lower-content .inner .read-more{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	margin-top:17px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.advantage-block .inner-box .lower-content .inner .read-more .icon{
	font-weight:300;
	margin-left:5px;
	font-size:12px;
}