**********************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:800,700,600,500,400,400italic);

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery.bxslider.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#25292f;
	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:#eb5310;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:1000px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:320px;
	min-height:500px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

.centered{
	text-align:center;	
}

.lined-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 0px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#25292f !important;
	border-bottom:2px solid #eb5310;
}

.lined-btn:hover{
	padding:7px 15px;
	background:#eb5310;
	color:#ffffff !important;
	border-color:#eb5310;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	border:2px solid #ffffff !important;
	border-radius:3px;
}

.btn-style-one:hover{
	background:#ffffff;
	color:#eb5310 !important;
	border-color:#eb5310;	
}

.btn-style-two{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:#eb5310;
	color:#ffffff !important;
	border:2px solid #eb5310 !important;
	border-radius:3px;
}

.btn-style-two:hover{
	background:#ffffff;
	color:#eb5310 !important;
	border-color:#eb5310;	
}

.btn-style-three{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#25292f !important;
	border:2px solid #e0e0e0 !important;
	border-radius:3px;
}

.btn-style-three:hover{
	background:#25292f;
	color:#ffffff !important;
	border-color:#25292f !important;	
}

.btn-style-four{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:#303030;
	color:#ffffff !important;
	border:2px solid #303030 !important;
	border-radius:3px;
}

.btn-style-four:hover{
	background:#ffffff;
	color:#303030 !important;
	border-color:#303030;	
}

.btn-style-five{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:#fff;
	color:#eb5310 !important;
	border:2px solid #ffffff !important;
	border-radius:3px;
}

.btn-style-five:hover{
	background:none;
	color:#fff !important;
	border-color:#eb5310;	
}

.rounded-btn{
	position:relative;
	display:inline-block;
	line-height:26px;
	padding:10px 30px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff !important;
	border:2px solid #ffffff;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}

.rounded-btn:hover{
	background:#ffffff;
	color:#eb5310 !important;
	border-color:#eb5310;	
}

.rounded-btn-theme{
	position:relative;
	display:inline-block;
	line-height:26px;
	padding:10px 30px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#eb5310 !important;
	border:2px solid #eb5310;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}

.rounded-btn-theme:hover{
	background:#eb5310;
	color:#ffffff !important;
	border-color:#eb5310;	
}

.rounded-btn-blue{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:8px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	background:#eb5310;
	border:1px solid #eb5310;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-btn-blue:hover{
	background:#ffffff;
	color:#eb5310;
	border-color:#eb5310;	
}

.rounded-btn-orange{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:10px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	border:1px solid #ffa800;
	background:#ffa800;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-btn-orange:hover{
	background:#ffffff;
	color:#ffa800;
	border-color:#ffa800;	
}

.rounded-orange-alt{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:8px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#1a1a1a;
	border:1px solid #ffa800;
	background:#ffffff;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-orange-alt:hover{
	background:#ffa800;
	color:#ffffff;
	border-color:#ffa800;	
}

.rounded-btn-alt{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:6px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	border:1px solid #eb5310;
	-webkit-border-radius:18px;
	-ms-border-radius:18px;
	-o-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
}

.rounded-btn-alt:hover{
	background:#ffffff;
	color:#262b2f;
	border-color:#dae5ef;	
}

.theme-btn .icon{
	font-size:16px;	
}

.theme-btn .icon-left{
	padding-right:50px;
}

.theme-btn .icon-right{

	padding-left:50px;
}

.btn-sm {
	font-family: "Roboto",sans-serif;
	font-size: 11px;
	padding: 2px 9px;
}

.btn-xs {
	font-family: "Roboto",sans-serif;
	font-size: 10px;
	line-height: 21px;
	padding: 2px 7px;
}

.bold-font{
	font-weight:700;	
}

.exbold-font{
	font-weight:900;	
}

.normal-font{
	font-weight:400;	
}

.light-font{
	font-weight:300;	
}

.semibold-font{
	font-weight:600;	
}

.white_color{
	color:#ffffff !important;	
}

.theme_color{
	color:#eb5310 !important;	
}

.black_color{
	color:#25292f !important;	
}

.grey_color{
	color:#303030 !important;	
}

.color_eee{
	color:#eee !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-bott-8{
	padding-bottom:8px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.margin-left-20{
	margin-left:20px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-top:0px !important;	
}

.no-bg{
	background:none !important;	
}

.bg-light-grey{
	background:#fbfbfb;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

/* theme-overlay */

.theme-overlay {
	position: relative;
}

.theme-overlay::before {
	background-color: rgba(221, 83, 26, 0.65) !important;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.theme-overlay.overlay-white::before {
	background-color: rgba(255, 255, 255, 0.65) !important;
}

.theme-overlay.overlay-deep-white::before {
	background-color: rgba(255, 255, 255, 0.92) !important;
}

.theme-overlay.overlay-black::before {
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.theme-overlay.overlay-deep-black::before {
	background-color: rgba(0, 0, 0, 0.92) !important;
}

/* Font Size*/

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-24 {
	font-size: 24px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fs-32 {
	font-size: 32px !important;
}

.fs-36 {
	font-size: 36px !important;
}

.fs-38 {
	font-size: 38px !important;
}

.fs-48 {
	font-size: 48px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-72 {
	font-size: 72px !important;
}

/* Font Weight */

.fw-400{
    font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-b{
	font-weight: bold !important;
}

.lh-30 {
	line-height: 30px;
}
.roboto-font {
	font-family: 'Roboto', sans-serif;
}
.bga-f {
	background-attachment: fixed;
}

/*Section Title*/

.inner-title {
	font-family: "Raleway",sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.double-line {
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
}
.double-line::before,
.double-line::after {
	border: 1px solid #eb5310;
    bottom: -10px;
	content: "";
	height: 1px;
	left: 0;
	margin: 1px auto auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.double-line::before {
	border-color: #eee;
	width: 100%;
}
.double-line.line-left::before,
.double-line.line-left::after {
	left: 0;
	right: auto;
}

.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);}


/*** 

====================================================================
    Owl Carousel 
====================================================================

***/

.owl-carousel.owl-nav-style .owl-nav .owl-prev,
.owl-carousel.owl-nav-style .owl-nav .owl-next  {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    color: #25292f;
    margin: 0;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    top: 45%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-nav-style .owl-nav .owl-prev i,
.owl-carousel.owl-nav-style .owl-nav .owl-next i  {
    color: #666;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-nav-style .owl-nav .owl-prev  {
    left: 0;
}

.owl-carousel.owl-nav-style .owl-nav .owl-next {
    right: 0;
}

/* owl nav style two */

.owl-carousel.owl-nav-style.owl-nav2 .owl-nav .owl-prev,
.owl-carousel.owl-nav-style.owl-nav2 .owl-nav .owl-next  {
    opacity: 0;
    top: 30%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-nav-style.owl-nav2:hover .owl-nav .owl-prev,
.owl-carousel.owl-nav-style.owl-nav2:hover .owl-nav .owl-next  {
    opacity: 1;
}

/* owl nav style three */

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev,
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    left: auto;
    padding: 0 10px;
    top: -58px;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev:hover,
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next:hover  {
    background: rgba(235, 83, 16, 0.85);
    border-color: #eb5310;
    color: #fff;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev {
    right: 30px;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next  {
    right: 0;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev i,
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next i {
    font-size: 14px;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	background:#eb5310;
	font-size:13px;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	display:none;
}

.scroll-to-top:hover{
	color:#eb5310;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 5px 0px #eb5310;
	-ms-box-shadow:0px 0px 5px 0px #eb5310;
	-o-box-shadow:0px 0px 5px 0px #eb5310;
	-moz-box-shadow:0px 0px 5px 0px #eb5310;	
	box-shadow:0px 0px 5px 0px #eb5310;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	background:#ffffff;
	z-index:999;
	width:100%;
	border-top:4px solid #262626;
	border-bottom:4px solid #eb5310;
}

.main-header .top-bar{
	position:relative;
	z-index:1;
}

.main-header .top-bar .top-container{
	position:relative;
	max-width:1170px;
	margin:0 auto;	
}

.main-header .top-bar .info-outer{
	position:absolute;
	right:0px;
	top:0px;
	background:#262626;
	color:#ffffff;
	padding:3px 20px 7px 20px;
	border-radius:0px 0px 5px 5px;
}

.main-header .top-bar .info-outer:before{
	content:'';
	position:absolute;
	left:-20px;
	top:0px;
	border-top: 37px solid #262626;
	border-left: 20px solid transparent;
}

.main-header .top-bar .info-box{
	position:relative;
}

.main-header .top-bar .info-box li{
	position:relative;
	float:left;
	padding-left:30px;
	margin-right:70px;
	line-height:30px;	
}

.main-header .top-bar .info-box li:after{
	content:'/';
	position:absolute;
	right:-40px;
	top:0px;
	color:#505050;
	font-size:20px;	
}

.main-header .top-bar .info-box li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:30px;
	font-size:16px;
	color:#eb5310;	
}

.main-header .top-bar .info-box li a{
	position:relative;
	color:#ffffff;
	font-weight:300;
	font-size:14px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.main-header .top-bar .info-box li a:hover{
	color:#eb5310;	
}

.social-links-one{
	position:relative;
	margin:0px !important;
	padding-left:0px !important;	
}

.social-links-one:after{
	display:none;
}

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	width:20px;
	line-height:30px;
	font-size:14px;
	color:#ffffff;
}

.social-links-one a:hover{
	color:#eb5310;
}

.main-header .header-upper{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	color:#677c91;
	padding:25px 0px;
	background:#ffffff;
}

.fixed-header.main-header .header-upper{
	position:fixed;
	padding:10px 0px;
	border-bottom:1px solid #d0d0d0;	
}

.main-header .header-upper .logo{
	position:relative;
	float:left;	
}

.main-header .header-upper .logo img{
	max-width:100%;
	display:inline-block;	
}

.main-header .header-upper .nav-outer{
	position:relative;
	float:right;
	margin-top:40px;
	padding-right:150px;	
}

.fixed-header.main-header .header-upper .nav-outer{
	margin-top:22px;	
}

.main-header .header-upper .nav-outer .btn-donate{
	position:absolute;
	right:0px;
	top:0px;
	width:150px;
	text-align:center;
	line-height:24px;
	padding:8px 15px;
	border-radius:20px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Raleway',sans-serif;
	background:#eb5310;
}

.main-header .header-upper .nav-outer .btn-donate:hover{
	background:#262626;	
}

.main-menu{
	position:relative;
	float:left;
	padding:0px 0px;	
}

.main-menu .navbar-collapse{
	padding:0px !important;	
}

.main-menu .navigation{
	position:relative;
	float:right;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-right:25px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:8px 0px;
	font-size:14px;
	color:#444444;
	line-height:24px;
	text-transform:uppercase;
	font-weight:700;
	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;
}

.main-menu .navigation > li.dropdown > a{
	padding-right:15px;	
}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	right:0px;
	font-weight:400;
	font-size:12px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#eb5310;
	opacity:1;
	text-decoration:none;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #eb5310;
	border-top:3px solid #eb5310;
	transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-n;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-top:1px solid #eb5310;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:20px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#444444;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#eb5310;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:10px;
	top:8px;
	width:10px;
	height:20px;
	display:block;
	color:#444444;
	line-height:20px;
	font-size:14px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-1px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #eb5310;
	border-left:4px solid #eb5310;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #eb5310;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:20px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#444444;
	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:#eb5310;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}


/*** 

====================================================================
	Header Style Two style
====================================================================

***/

.header-style-two{
	position:relative;
	left:0px;
	top:0px;
	background:#015378;
	z-index:100;
	width:100%;
}

.header-style-two .header-top{
	position:relative;
	color:#677c91;
	padding:20px 0px;
}

.header-style-two .header-top .info-outer{
	position:relative;
	float:right;	
}

.header-style-two .header-top .info-box{
	position:relative;
	float:left;
	margin-left:45px;
	margin-top:20px;
	padding-left:50px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;	
}

.header-style-two .header-top .social-box{
	padding-left:0px;	
}

.header-style-two .header-top .info-box .icon{
	position:absolute;
	width:40px;
	height:40px;
	left:0px;
	top:50%;
	margin-top:-20px;
	line-height:40px;
	font-size:32px;
	color:#ffffff;	
}

.header-style-two .header-top .info-box strong{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;	
}

.header-style-two .header-top .info-box a{
	position:relative;
	color:#898989;
	font-weight:600;	

}

.header-style-two .header-top .info-box .phone{
	font-size:16px;
	color:#ffffff;
}

.header-style-two .social-links{
	position:relative;
	top:5px;	
}

.header-style-two .social-links a{
	position:relative;
	display:inline-block;
	text-align:center;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:14px;
	margin-right:3px;
	color:#ffffff !important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.header-style-two .social-links a:hover{
	opacity:0.70;
}

.header-style-two .social-links a.facebook{
	background-color:#3b5998;	
}

.header-style-two .social-links a.twitter{
	background-color:#00aced;	
}

.header-style-two .social-links a.google-plus{
	background-color:#dd4b39;	
}

.header-style-two .social-links a.linkedin{
	background-color:#007bb5;	
}

.header-style-two .social-links a.pinterest{
	background-color:#cb2027;	
}

.header-style-two .social-links a.instagram{
	background-color:#125688;	
}

.header-style-two .header-top .logo{
	position:relative;
	float:left;	
}

.header-style-two .header-top .logo img{
	max-width:100%;
	display:inline-block;	
}

.header-style-two .lower-part{
	position:relative;
	padding:0px 0px;
	width:100%;
	left:0px;
	top:0px;
	height:38px;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fixed-header .lower-part{
	position:fixed;
	background:#25292f;
	padding:0px !important;	
}

.header-style-two .lower-part .auto-container{
	position:relative;
	max-width:1170px;
	padding:0px 0px;	
}

.header-style-two .lower-part .outer-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:18px 210px 18px 40px;
	background:#0c6ca6;	
}

.header-style-two .lower-part .outer-box .btn-box{
	position:absolute;
	right:0px;
	top:0px;
	width:210px;
	height:100%;
	padding:20px 10px;
	text-align:center;
	background:#ffffff;
	z-index:20;
}

.header-style-two .lower-part .outer-box .btn-box:before{
	content:'';
	position:absolute;
	left:-20px;
	top:0px;
	width:50px;
	height:100%;
	background:#ffffff;
	-webkit-transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	transform:skewX(-20deg);	
}

.header-style-two .lower-part .outer-box .btn-box a{
	display:block;
	line-height:36px;
	color:#212121;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;	
}

.header-style-two .lower-part .outer-box .btn-box a:hover{
	color:#eb5310;	
}

.header-style-two .lower-part .logo{
	position:relative;
	float:left;
	padding:10px 0px;
}

.fixed-header .lower-part .logo{
	padding:0px !important;	
}

.header-style-two .lower-part .logo img{
	display:inline-block;
	max-width:100%;	
}

.header-style-two .main-menu .navigation > li{
	margin-right:40px;	
}

.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;	
}
.charity-sub-full
{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
	margin-top:-30px;
}
.charity-sub
{
	max-width:1200px;
	height:auto;
	margin:0 auto;
}
.charity-sub1
{
	width:45%;
	height:auto;
	float:left;
}
.charity-sub1-full
{
	width:98%;
	height:auto;
	float:left;
	background-color:#393d42;
	font-family:Calibri, arial, sans-serif;
	font-size:36px;
	color:#fff;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3%;
	line-height:40px;
}
.charity-sub1-full-total
{
	width:100%;
	height:auto;
	float:left;
	background-color:#f5f5f5;
	margin-top:10px;
	padding-top:9px;
	padding-bottom:9px;
}
.charity-sub1-full-total-img
{
	width:25%;
	height:auto;
	float:left;
	margin-top:10px;
}
.charity-sub1-full-total-head
{
	width:60%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:18px;
	color:#393d42;
	font-weight:bold;
	margin-top:10px;
}
.charity-sub1-full-total-date
{
	width:15%;
	height:auto;
	float:left;
	margin-top:10px;
}
.charity-small-icon
{
	font-family:Calibri, arial, sans-serif;
	font-size:14px;
	color:#908d8d;
	margin-top:7px;
}
.charity-sub2
{
	width:55%;
	height:auto;
	float:left;

}
.charity-sub2-full
{
	width:100%;
	height:auto;
	float:left;
}
.charity-sub2-one
{
	width:48%;
	height:auto;
	float:left;
	margin-left:2%;
}
.charity-sub2-one-full
{
	width:100%;
	height:auto;
	float:left;
	background-color:#f5f5f5;
}
.charity-sub2-one-full-image
{
	width:100%;
	height:auto;
	float:left;
}
.charity-sub2-one-full-head
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:18px;
	color:#000;
	margin-top:5px;
	margin-left:3px;
}
.charity-sub2-one-full-det
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:15px;
	color:#908d8d;
	margin-top:5px;
	margin-left:3px;
	line-height:20px;
}
.charity-sub2-one-full-full
{
	width:100%;
	height:auto;
	float:left;
}
.charity-sub2-one-full-icon1
{
	width:auto;
	height:auto;
	float:left;
	background-color:#eb5310;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	background-color:#eb5310;
	color:#fff;
	margin-top:5px;
	margin-left:5px;
}
.charity-sub2-one-full-icon2
{
	width:auto;
	height:auto;
	float:left;
	background-color:#eb5310;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	background-color:#303030;
	color:#fff;
	margin-left:5%;
	margin-top:5px;
}
.charity-sub2-two
{
	width:48%;
	height:auto;
	float:left;
	margin-left:2%;
}
.charity-sub2-two-full
{
	width:100%;
	height:auto;
	float:left;
	background-color:#f5f5f5;
}
.charity-sub2-two-full-image
{
	width:100%;
	height:auto;
	float:left;
}
.charity-sub2-two-full-head
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:18px;
	color:#000;
	margin-top:5px;
	margin-left:3px;
}
.charity-sub2-two-full-det
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:15px;
	color:#908d8d;
	margin-top:5px;
	margin-left:3px;
	line-height:20px;
}
.charity-sub2-two-full-full
{
	width:100%;
	height:auto;
	float:left;
}
.charity-sub2-two-full-icon1
{
	width:auto;
	height:auto;
	float:left;
	background-color:#eb5310;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	background-color:#eb5310;
	color:#fff;
	margin-top:5px;
	margin-left:5px;
}
.charity-sub2-two-full-icon2
{
	width:auto;
	height:auto;
	float:left;
	background-color:#eb5310;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	background-color:#303030;
	color:#fff;
	margin-left:5%;
	margin-top:5px;
}
.impact-full
{
	width:98%;
	height:auto;
	float:left;
	background-color:#f5f5f5;
	margin-left:2%;
	margin-top:10px;
}
.footer-full
{
	width:100%;
	height:auto;
	float:left;
	background-color:#eb5310;
	margin-top:20px;
}
.footer
{
	max-width:1200px;
	height:auto;
	margin:0 auto;
}
.footer1
{
	width:25%;
	height:auto;
	float:left;
}
.footer1-icon-full
{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:20px;
}
.footer1-det-full
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	color:#393d42;
	font-weight:bold;
	margin-top:15px;
	text-align:center;
	letter-spacing:1px;
}
.footer2
{
	width:25%;
	height:auto;
	float:left;
}
.footer2-icon-full
{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:20px;
}
.footer2-det-full
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	color:#393d42;
	font-weight:bold;
	margin-top:15px;
	text-align:center;
	letter-spacing:1px;
	
}
.footer3
{
	width:25%;
	height:auto;
	float:left;
}
.footer3-icon-full
{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:20px;
}
.footer3-det-full
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	color:#393d42;
	font-weight:bold;
	margin-top:15px;
	text-align:center;
	letter-spacing:1px;
	
}
.footer4
{
	width:25%;
	height:auto;
	float:left;
}
.footer4-icon-full
{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:20px;
}
.footer4-det-full
{
	width:100%;
	height:auto;
	float:left;
	font-family:Calibri, arial, sans-serif;
	font-size:16px;
	color:#393d42;
	font-weight:bold;
	margin-top:15px;
	text-align:center;
	letter-spacing:1px;
}
.copyright-full
{
	width:100%;
	height:auto;
	float:left;
	background-color:#1c1c1c;
}
.copyright
{
	max-width:1200px;
	height:auto;
	margin:0 auto;
	font-family:Calibri, arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	letter-spacing:1px;
}
@media screen and (max-width:1024px)
{
}
@media screen and (max-width:768px)
{
	.charity-sub-full
	{
		width:100%;
	}
	.charity-sub
	{
		width:100%;
	}
	.charity-sub1
	{
		width:100%;
	}
	.charity-sub2
	{
		width:100%;
	}
	.charity-sub2-one
	{
		width:100%;
	}
	.charity-sub2-two
	{
		width:100%; margin-top:10px;
	}
}
@media screen and (max-width:480px)
{
	.charity-sub-full
	{
		width:100%;
	}
	.charity-sub
	{
		width:100%;
	}
	.charity-sub1
	{
		width:100%;
	}
	.charity-sub2
	{
		width:100%;
	}
	.charity-sub2-one
	{
		width:100%;
	}
	.charity-sub2-two
	{
		width:100%; margin-top:10px;
	}
}
@media screen and (max-width:320px)
{
	.charity-sub-full
	{
		width:100%;
	}
	.charity-sub
	{
		width:100%;
	}
	.charity-sub1
	{
		width:100%;
	}
	.charity-sub2
	{
		width:100%;
	}
	.charity-sub2-one
	{
		width:100%;
	}
	.charity-sub2-two
	{
		width:100%;
	}
}	
.banner-inner{ width:100%; height:209px; float:left; background-color:#1f1f1f; background-image:url(../html/images/main-image-1.jpg);}	
.about-full
{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
	margin-top:25px;
}
.about-inner
{
	max-width:1200px;
	height:auto;
	margin:0 auto;
}
.about-inner1
{
	width:25%;
	height:auto;
	float:left;
}
.about-inner2
{
	width:75%;
	height:auto;
	float:left;
}
.about-inner2-one
{
	width:70%;
	height:auto;
	float:left;
	margin-top:10px;
}
.about-inner2-two
{
	width:70%;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:300px;
}
@media screen and (max-width:1024px)
{
}
@media screen and (max-width:768px)
{
	.about-inner1
	{
		width:50%;
		padding-left:20px;
	}
	.about-inner2
	{
		width:50%;
	}
	.about-inner2-one
	{
		width:50%;
	}
	.about-inner2-two
	{
		width:50%;
	}
	.about-inner2-one
	{
		width:50%;
	}
	.about-inner2-two
	{
		width:50%;
	}
}
@media screen and (max-width:480px)
{
	.about-inner1
	{
		width:100%;
		text-align:center;
	}
	.about-inner2
	{
		width:100%;
		text-align:center;
	}
	.about-inner2-one
	{
		width:100%;
	}
	.about-inner2-two
	{
		width:100%;
	}
	.about-inner2-one
	{
		width:100%;
		text-align:center;
	}
	.about-inner2-two
	{
		width:100%;
		text-align:center;
	}
}
@media screen and (max-width:320px)
{
	.about-inner1
	{
		width:100%;
		text-align:center;
	}
	.about-inner2
	{
		width:100%;
		text-align:center;
	}
	.about-inner2-one
	{
		width:100%;
		text-align:center;
	}
	.about-inner2-two
	{
		width:100%;
		text-align:center;
	}
} 
	
.projects-bx-main{ width:100%; float:left; padding:10px 15px; background-color:#eee}		  
	.projects-bx{ width:25%; height:auto; float:left; padding:0 5px; margin-bottom:10px;border-radius:2px;}	
	.projects-bx .inner{ width:100%; height:auto;}	
	.projects-bx .image{ width:100%; height:auto; float:left;}
	.projects-bx .text{ width:100%; height:auto; min-height:260px;font-family:Calibri, arial, sans-serif; font-size: 14px; line-height:18px; float:left; background-color:#fff; padding:20px; border-bottom:2px solid rgba(0,0,0,.1)}
@media screen and (max-width:1024px)
{
	
}
@media screen and (max-width:768px)
{
	
	.projects-bx
	{
		width:100%;
		float:left;
	}
	.projects-bx .inner
	{
		width:100%;
	}
	.projects-bx .image
	{
		width:50%;
		float:left;
	}
	.projects-bx .text
	{
		width:50%;
	}
}			
@media screen and (max-width:480px)
{
	.projects-bx-main
	{
		width:100%;
	}
	.projects-bx
	{
		width:100%;
	}
	.projects-bx .inner
	{
		width:100%;
	}
	.projects-bx .image
	{
		width:100%;
	}
	.projects-bx .text
	{
		width:100%;
	}
}	
@media screen and (max-width:320px)
{
	.projects-bx-main
	{
		width:100%;
	}
	.projects-bx
	{
		width:100%;
	}
	.projects-bx .inner
	{
		width:100%;
	}
	.projects-bx .image
	{
		width:100%;
	}
	.projects-bx .text
	{
		width:100%;
	}
}
	
	
	button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #333;
  border: 0;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #282828;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #333; }

fieldset {
  background-color: #fbfbfb;
  border: 1px solid #f0f0f1;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #f0f0f1;
  border-radius: 50px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: silver; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #18cdca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 182, 180, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #f0f0f1; }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }



.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 34em) {
    .container {
      max-width: 34rem; } }
  @media (min-width: 48em) {
    .container {
      max-width: 45rem; } }
  @media (min-width: 62em) {
    .container {
      max-width: 60rem; } }
  @media (min-width: 75em) {
    .container {
      max-width: 72.25rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 34em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 48em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {

    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 62em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 75em) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
.hidden-xs-up {
  display: none !important; }




.rp0 {
  margin: 0 !important; }
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 10; }
  #loader-wrapper #loader {
    display: block;
    position: relative;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    z-index: 999999; }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.loaded #loader {
  opacity: 0; }
.loaded #loader-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.contact-dt .full-wd article {
  padding: 2% 2%; }
  .contact-dt .full-wd article.first {
    text-align: right; }
@media only screen and (min-width: 768px) {
  .contact-dt .full-wd article {
    padding: 0 2%; } }

.contact-wrap .contact-inner {
  padding: 0%; }
  .contact-wrap .contact-inner .btn-container {
    text-align: center;
    padding-top: 0px; }
.contact-wrap fieldset {
  padding: 0;
  border: none;
  background-color: transparent; }
.contact-wrap .block-form {
  position: relative; }
.contact-wrap .block-form input:not(.btn),
.contact-wrap .block-form textarea {
  background: transparent none repeat scroll 0 0;
  border-width: 0 0 2px;
  border-radius: 0;
  margin: 0;
  padding: 2em 1em 0.5em 0.1em;
  box-shadow: none;
  font-family: 'Roboto Slab', serif; }
.contact-wrap h3 {
  margin: 1.5em 0 1em 0; }
  .contact-wrap h3 small {
    font-size: 0.75em;
    color: rgba(41, 44, 68, 0.5); }
.contact-wrap .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 5px;
  padding: 16px; }
.contact-wrap .btn {
  font-family: Proximanova-Semibold;
  padding: 1.1em 2em; }
.contact-mine-box
{
	font-family:Calibri, arial, sans-serif;
	font-size:20px;
	line-height:28px;
	margin-top:25px;
	text-align:center;
}

#newsbox_wraper {
	margin: 0px;
	float: left;
	height: 345px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}
#newsbox_head {
	background-image: url(../images/news_announcements.png);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 60px;
	width: 100%;
}
#newsbox_txt {
	margin: 0px;
	float: left;
	height: 205px;
	width: 100%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #0864b4;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#news-container
{
	width: 100%;
	height: 205px;
	margin: 0px;
	float: left;
}

#news-container ul li div
{
	border: 1px none #aaaaaa;
	padding: 5px;
	margin: 0px;
}

#marqueecontainer{
	position: relative;
	width: 100%; /*marquee width */
	height: 200px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

































































































































































































































































































































