/* Required Fonts Starts */

@font-face {
    font-family: 'merriweatherlight';
    src: url('../fonts/merriweather-light-webfont.eot');
    src: url('../fonts/merriweather-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-light-webfont.woff') format('woff'),
         url('../fonts/merriweather-light-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-light-webfont.svg#merriweatherlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherregular';
    src: url('../fonts/merriweather-regular-webfont.eot');
    src: url('../fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-regular-webfont.woff') format('woff'),
         url('../fonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherbold';
    src: url('../fonts/merriweather-bold-webfont.eot');
    src: url('../fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-bold-webfont.woff') format('woff'),
         url('../fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-bold-webfont.svg#merriweatherbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Required Fonts Ends */

/* Body Tag Class Starts */

body{
	background: url("../images/bodybg.jpg")repeat;
	margin: 0;
	padding: 0;
	font-family: 'merriweatherlight';
	font-size: 15px;
	color: #ffffff;
}
.whitebg{
	background: #ffffff;
	color: #000000;
	width: 1000px;
	clear: both;
	margin: 0 auto;
}

/* Body Tag Class Ends */


/* Wrapper and Container Width Starts */

.wrapper{
	width: 100%;
	margin: 0 auto;
	padding:0;
}
.container{
	width:1030px;
}
.container_frame{
	width: 995px;
}

/* Wrapper and Container Width Ends */

/* Extra Spaces Required Starts */


.ext_pad_xs{
	padding: 5px;
}
.ext_pad_sm{
	padding: 15px;
}
.ext_pad_md{
	padding: 30px;
}
.ext_pad_lg{
	padding: 45px;
}
.ext_padl_xs{
	padding-left: 5px;
}
.ext_padl_sm{
	padding-left: 15px;
}
.ext_padl_md{
	padding-left: 30px;
}
.ext_padl_lg{
	padding-left: 45px !important;
}
.ext_padr_xs{
	padding-right: 5px !important;
}
.ext_padr_sm{
	padding-right: 15px; 
}
.ext_padr_md{
	padding-right: 30px;
}
.ext_padr_lg{
	padding-right: 45px;
}
.ext_padt_xs{
	padding-top: 5px !important; 
}
.ext_padt_sm{
	padding-top: 15px !important; 
}
.ext_padt_md{
	padding-top: 30px;
}
.ext_padt_lg{
	padding-top: 45px;
}
.ext_padb_xs{
	padding-bottom: 5px;
}
.ext_padb_sm{
	padding-bottom: 15px !important; 
}
.ext_padb_md{
	padding-bottom: 30px;
}
.ext_padb_lg{
	padding-bottom: 45px;
}
.ext_marr_sm{
	margin-right: 15px !important;
}
.ext_marl_sm{
	margin-left: 15px !important;
}
.ext_marl_md{
	margin-left: 30px !important;
}
.ext_marl_lg{
	margin-left: 60px !important;
}
.ext_marr_md{
	margin-right: 30px !important;
}
.ext_mart_sm{
	margin-top: 15px !important;
}
.ext_mart_md{
	margin-top: 30px !important;
}
.ext_marb_md{
	margin-bottom: 30px !important;
}
.no_padr{
	padding-right: 0px !important;
}
.no_mar{
	margin: 0px !important;
}
.no_padl{
	padding-left: 0px !important; 
}
.no_pad{
	padding: 0px !important;
}

/* Extra Spaces Required Ends */

/* Default Classes */

/* Heading Tags */

h1{
	font-size: 35px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 25px
}
h5{
	font-size: 20px;
}
h6{
	font-size: 15px;
}
p,.aims li{
	font-family:'merriweatherlight';
}

/* Header Parts Starts */

.top_details{
	margin: 0 auto;
	background: #2e2426;
	font-size: 11px;
	padding: 10px;
	color: #9d9b9b;
	box-shadow: 0 0 4px #000000;
	-moz-box-shadow: 0 0 4px #000000;
	-webkit-box-shadow: 0 0 4px #000000;
}
.top_details ul{
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
}
.top_details ul li{
	list-style: none;
	display: inline-block;
	padding-right: 30px;
	padding-left: 25px;
	float: left;
	margin-top:8px;
}
.top_details ul li a{
	outline: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}
.top_details ul li a:hover, .top_details ul li a:focus{
	color:#f46008;
}
.seperator{
	margin-top:17px !important;
}
.top_call{
	background: url("../images/top_call.png")0% 30% no-repeat;
}
.top_mail{
	background: url("../images/top_mail.png")0% 30% no-repeat;
}
.top_mail:hover{
	color: #f36008;
}
ul.top_social{
	padding: 0px;
	position:relative;
}
ul.top_social li{
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}

ul.top_social li:hover{
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
}
.logo_part{
	padding: 10px;
	width: 100%;
	margin: 0 auto;
}
.logo_part a:focus{
	outline: none;
}
ul.user_regn{
	padding: 0px;
	padding-top: 40px;
}
.user_regn li{
	display: inline-block;
	list-style: none;
	padding-left: 7px;
}
.btn_regn{
	padding: 3px 10px;
}
.btn_search{
	padding: 3px 10px 5px 10px;
}
.btn_regn{
	background: #f36008;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0px;
	border-bottom: 3px solid #b54400;
}
.btn_regn:hover, .btn_regn:focus{
	opacity: 0.8;
	color: #ffffff;
	outline: none;
}
.btn_search{
	background: #ffffff;
	border: 1px solid #b8b8b8;
	box-shadow: 0 0 3px #b8b8b8;
	-moz-box-shadow: 0 0 3px #b8b8b8;
	-webkit-box-shadow: 0 0 3px #b8b8b8;
}
.inp_search{
	border: none;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #000000;
	display: none;
}
.top_nav{
	background: #f36008;
	box-shadow: -2px 2px 3px -1px #000000;
	-moz-box-shadow: -2px 2px 3px -1px #000000;
	-webkit-box-shadow: -2px 2px 3px -1px #000000;
	position: relative;
	z-index: 2;
}
.navbar-default{
		background-color: #f36008;
		background-image: none;
	}
.collapse{
	display:block;
}
.top_nav ul{
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-left: 5px;
	margin-left:-5px;
}
.top_nav ul li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top_nav ul li a{
	color: inherit;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 55px;
    outline: medium none;
    padding: 18px 10px;
    text-align: center;
    text-transform: uppercase;
}
.top_nav ul li a:hover, .top_nav ul li a:focus, .top_nav ul li a.active{
	background: #2d2325;
	text-decoration: none;
}
.highlight{
    background:#ffffff !important;
    color: black;
    float: right !important;
    outline: 10px solid #f36008;
    position: relative;
    z-index: 2;
    margin-right:5px !important;
}
.highlight a, .highlight a:hover, .highlight a:focus{
	background: #ffffff !important;
}
/* Header Parts Ends */


/* Banner Parts Starts */

/* Main Banner Starts */

ol.carousel-indicators{
	margin: 0px;
}
.carousel-indicators{
	background: #000000;
	background: rgba(0,0,0,0.5);
	bottom : 1%;
	left: 0;
	margin-left: 0px;
	width: 100%;
	border: none;
	padding-top: 4px;
}
.carousel-indicators .active{
	background: #a2a2a2;
	width: 10px;
	height: 10px;
	border: none;
	margin-right: 5px;
}
.carousel-indicators li{
	background: #ffffff;
	border: none;
	width: 10px;
	height: 10px;
	margin: 0px;
	margin-right: 5px;
}

/*Main Banner Ends */

/* Inner-Banner Starts */

.inner_banner{
	width: 100%;
	margin: 0 auto;
	background: #2e2426;
}
.inner_banner h4{
	font-family: 'merriweatherregular';
	margin: 0px;
	padding: 30px 0 23px 0;
	text-transform: uppercase;
}
.inner_nav{
	background: #251c1e;
	width: 100%;
	margin: 0 auto;
}
.inner_nav ul{
	padding: 0px;
	margin: 0px;
}
.inner_nav ul li{
	display: inline-block;
	list-style: none;
	padding-right: 5px;
}
.inner_nav ul li a{
	color: #ffffff;
	outline: none;
	font-size: 12px;
	padding: 12px 0 10px 0;
	display: block;
}
.inner_nav ul li a:hover, .inner_nav ul li a:focus{
	color: #f36008;
	text-decoration: none;
}

/* Inner-Banner Ends */

/* Banner Parts Ends*/

/* Main-Content Starts */

/* Main-content Common Classes starts */

.main_content{
	box-shadow: 0px 4px 5px 1px #000000;
}

/*included sliders*/

.story_container{
	border: 5px solid #969192;
	padding: 15px;
	margin-bottom: 25px !important;
}
.story_slider h4, .latest_slider h5, .inner_content h4, .inner_content h5{ 
	font-family: 'merriweatherregular';
	text-transform: uppercase;
	margin: 0px;
	background: url("../images/border.png") no-repeat;
	padding: 12px 0 28px 15px;
	border-bottom: 1px dotted #d2d0d0;
	margin-bottom: 15px;
}
.catg_list h5{
	background: url("../images/border-hover.png") no-repeat;
	color: #969293;
}
.catg_list h5.active{
	background: url("../images/border.png") no-repeat;
	color: #000000;
}
.story_slider h4 > a, .latest_slider h5 > a, .inner_content h4 > a, .inner_content h5 > a{
	outline: none;
	color: #5e5e5e;
}
.story_slider h4 > a:hover, .latest_slider h5 > a:hover, .inner_content h4 > a:hover, .inner_content h5 > a:hover, .story_slider h4 > a:focus, .latest_slider h5 > a:focus, .inner_content h4 > a:focus, .inner_content h5 > a:focus, .story_slider h4 > a:hover, .latest_slider h5 > a:hover, .inner_content h4 > a:hover, .inner_content h5 > a:hover{
	text-decoration: none;
	color: #f36008;
}
.story_img_holder{
	position: relative;
	width: 180px;
	height: 155px;
	overflow: hidden;
	border-radius: 5px;
	border: 3px solid #d2d0d0;
}
.story_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.story_details h5{
	font-family: 'merriweatherregular';
	color: #121212;
	margin-bottom: 20px;
}
.story_details p{
	color: #1b1b1b;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
.story_reply{
	background: #2e2426;
	padding: 15px;
	border-radius: 10px;
	margin: 15px;
}
.reply_img_holder{
	position: relative;
	width: 140px;
	height: 130px;
	border: 3px solid #d2d0d0;
	border-radius: 5px;
	overflow: hidden;
}
.reply_details p{
	color: #c7c5c5;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.left_story_control, .right_story_control{
	z-index: 10;
	width: auto;
	height: 10px;
	background-image: none !important;
	background: none;
	right: 0;
	left: 70%;
	opacity: 1;
	top: 5%;
}
.left_story_control{
	left:82%;
	top:6.4%
}
.right_story_control{
	right: 5% !important;
}
.arrow_splitter{
	right: -9%;
	left:70%;
	top:5%;
}
.testimonial{
	padding: 15px;
	margin: 15px;
	background: url("../images/test_bg.png")2% 100% no-repeat;
}
.left_story_control-test, .right_story_control-test{
	z-index: 10;
	width: auto;
	height: 10px;
	background-image: none !important;
	background: none;
	right: 0;
	left: 70%;
	opacity: 1;
	top: 5%;
}
.left_story_control-test{
	left:69%;
	top:7.4%
}
.right_story_control-test{
	right: 7% !important;
	top:7% !important;
}
.arrow_splitter-test{
	right: -7%;
	left:70%;
	top:7%;
}
.testimonial p{
	color: #000000;
}
.testi_splitter{
	top: 7.2%;
}

/*right content*/

/*latest_slider */


.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

.latest_slider{
	margin-bottom: 20px;
}
.latest_slider a, .latest_slider a:hover, .latest_slider a:focus{
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
}
.latest_img_holder{
	position: relative;
	width: 74px;
	height: 41px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 1px 1px #000000;
	-moz-box-shadow: 0 1px 1px #000000;
	-webkit-box-shadow: 0 1px 1px #000000;
/*	margin-top: 12px;
*/}
.item_splitter{
	border-bottom: 1px dotted #d2d0d0;
	padding-bottom: 10px;
	padding-top: 9px;
}
.news_title{
	padding-top: 0px;
	text-align: left;
}
.news_title h6{
	color: #2e2426;
	font-family: 'merriweatherregular';
	margin-top: 0px;
}
.news_title p{
	margin: 0px;
	font-size: 12px;
	color: #606060;
}
.news_cal{
	background: url("../images/news_cal.png") 0% 0% no-repeat;
	padding-left: 20px;
}
.news_loc{
	background: url("../images/news_loc.png")0% 50% no-repeat;
	padding-left: 20px;
	padding-top: 3px;
}
.event_date{
	text-align: center;
	background: #2e2426;
	border-radius: 5px;
	color: #ffffff;
}
.event_date h6{
	text-transform: uppercase;
	margin: 0px;
	padding-top: 10px;
}
.event_date h4{
	margin: 0px;
	padding: 5px 0;
	background: none;
	border: none;
}
.detail_event b{
	font-family: 'merriweatherregular';
	font-size: 14px;
	font-weight: normal;
	color: #696969;
	margin-right: 20px;
	padding-left: 25px;
}
.detail_event p{
	border-top: 1px dotted #d2d0d0;
	padding-top: 15px;
}
.detail_img{
	position: relative;
	width: 595px;
	height :287px;
	overflow : hidden;
	border: 2px solid #969192;
	margin-bottom: 15px;
}

/*Social plugin*/

.social_nav a.fb, .social_nav a.tw{
	width: 40px;
	height: 40px;
}
.social_nav a.fb{
	display: inline-block;
	background: url("../images/sli_fb_disable.png")0% 50%;
}
.social_nav a.tw{
	display: inline-block;
	background: url("../images/sli_tw_disable.png")0% 50%;
}
.social_nav a.fb.active{
	display: inline-block;
	background: url("../images/sli_fb.png")0% 50%;
}
.social_nav a.tw.active{
	display: inline-block;
	background: url("../images/sli_tw.png")0% 50%;
}

.social_nav a:last-of-type{
	position: relative;
	left: 10px;
	top: 1px;
}

/*Facebook*/

.social_container{
	height: 254px !important;
	overflow-y: scroll;
	margin-top: 15px;
	overflow-x: visible;
}
#twitter-widget-0{
	height: 253px !important
}
.var-narrow .timeline-footer, .timeline-footer, .timeline-header{
	display: none;
}

.inner_content p{
	text-align: justify;
	font-size: 12px;
	color: #101010;
	line-height: 22px;
}
.soc_pad{
	height: 424px;
	padding: 15px 7px;
}

/* Main-content Common Classes Ends */

/* Inner-content Starts */

/*Home page*/

.catg_caption{
	background: #f36008;
	text-align: center;
}
.catg_caption h3, .catg_caption h4{
	margin: 0px;
}
.catg_caption h3{
	padding-top: 55px;
	padding-bottom: 30px;
	font-size: 23px;
}
.catg_caption h3 em{
	font-family: 'merriweatherbold';
	font-style: normal;
}
.catg_caption h4{
	padding-bottom: 55px;
	color: #2e2426;
	font-size: 18.85px;
}
.catg_services{
	background: #2e2426;
	text-align: center;
}
.catg_services a{
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	outline: none;
	display: block;
	margin-top: 30px;
}
.catg_services a:hover, .catg_services a:focus{
	color: #f36008;
	text-decoration: none;
}
.sports{
	background: url("../images/sports.png")18% 0% no-repeat;
	height: 51px;
	padding-top: 15px;
	padding-left: 20px;
}
.sports:hover{
	background: url("../images/sports.png")18% 100% no-repeat;
}
.education{
	background: url("../images/education.png")5% 0% no-repeat;
	height: 54px;
	padding-top: 15px;
	padding-left: 30px;
}
.education:hover{
	background: url("../images/education.png")5% 100% no-repeat;
}
.housing{
	background: url("../images/housing.png")0% 0% no-repeat;
	height: 51px;
	padding-top: 15px;
	padding-left: 70px;
}
.housing:hover{
	background: url("../images/housing.png")0% 100% no-repeat;
}
.hospital{
	background: url("../images/hospital.png")15% 0% no-repeat;
	height: 55px;
	padding-top: 15px;
	padding-left: 25px;
}
.hospital:hover{
	background: url("../images/hospital.png")15% 100% no-repeat;
}
.single{
	background: url("../images/single.png")25% 0% no-repeat;
	height: 57px;
	padding-top: 15px;
	padding-left: 60px;
}
.single:hover{
	background: url("../images/single.png")25% 100% no-repeat;
	padding-left: 60px;
}
.general{
	background: url("../images/general.png")24% 0% no-repeat;
	height: 55px;
	padding-top: 15px;
	padding-left: 70px;
}
.general:hover{
	background: url("../images/general.png")24% 100% no-repeat;
}

/*About us page*/

.line_width{
	width: 7%;
}
.aboutus iframe{
	width: 100.2%;
}

/*how it works page*/

.howit iframe{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 342px;
	border: none;
	position: relative;
	top: 6px;
}

/*Contact us page*/

.cont_addr h5{
	background: none;
	border: none;
	font-family: 'merriweatherbold';
	font-size: 18px;
	text-transform: capitalize;
	color: #f36008;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.cont_addr h6{
	font-family: 'merriweatherbold';
	color: #1b1b1b;
	margin-top: 0px;
	margin-bottom:5px;
}
.cont_addr p, .cont_addr p > a{
	margin-bottom: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	outline: none;
}
.cont_addr p > a:hover{
	color:	#f36008;
	text-decoration: none;
}
.contactus iframe{
	width: 100%;
	height: 305px;
	position: relative;
	top: 5px;
}

/*successful match page*/

.matching{
	/*background: url("../images/matchbg.jpg") no-repeat;
	background-size: cover;*/
	padding: 15px;
	height:520px;
}
.matching_r, .matching_l{
	min-height: 490px;
}
.matching_l{
	background: #f36008;
	padding-top: 30px;
	width: 48%;
}
.matching_r{
	background: #2e2426;
	padding-top: 30px;
	position: relative;
	width: 52%;
}
.matchin_arrow{
	position: absolute;
	top: 8%;
	left: -0.5%;
}
.matching h1{
	font-family: 'merriweatherbold';
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
.matching_img_holder{
	width: 136px;
	height: 148px;
	position: relative;
	overflow: hidden;
	border: 5px solid #ffffff;
	margin-bottom: 30px;
}
.matching dl{
	font-size: 12px;
	color: #ffffff;
}
.matching dt{
	text-align: left;
	font-weight: normal;
	width: 140px;
	line-height: 22px;
	padding-bottom: 10px;
}
.matching dd{
	margin-left: 140px;
	line-height: 22px;
	padding-bottom: 10px;
}
.fix_height{
	height: 70px;
	overflow-y: scroll;
}

/*Category of needy part*/

.orangebg{
	background: #f36008;
	padding: 10px; 
	margin-bottom: 30px;
}
.orangebg p{
	color: #ffffff;
	font-size: 12px;
}
.text-right{
	text-align: right !important;
}
.category_list{
	border: 2px solid #3a2824;
	margin-bottom: 25px;
	min-height: 143px;
}
.category_list_image{
	background: #3a2824;
	position: relative;
	padding: 10px 0 10px 0;
}
.catg_arrow{
	position: absolute;
	right: 0%;
	top:10%;
}
.catg_img_holder{
	position: relative;
	width: 109px;
	height: 119px;
	overflow: hidden;
	border: 5px solid #ffffff;
}
.category_list_image h6{
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 15px;
}
.category_list_details{
	padding-top: 0px;
	padding-bottom: 10px;
}
.category_list_details h6{
	font-family: 'merriweatherregular';
	color: #f36008;
	text-transform: uppercase;
	padding-left: 0px;
}
.category_list_details b{
	color: #f36008;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	padding-left: 0px;
}
.category_list_details p{
	font-size: 12px;
	line-height: 22px;
	height: 40px; 
	overflow: hidden;
	padding-left:10px;
}
.catg_btn{
	background: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	margin-top: 10px;
}
.catg_btn:hover, .catg_btn:focus{
	outline: none;
	color: #ffffff !important;
	opacity: 0.7;
}
.category_list_details .dl-horizontal{
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.category_list_details .dl-horizontal dt{
	width: 123px;
	text-align: left;
	color: #f36008;
	line-height: 20px;
}
.category_list_details .dl-horizontal dd{
	margin-left: 130px;
	line-height: 20px;
}

/*Submit a need page*/

.regn_form b{
	display: block;
	font-size: 14px;
	font-family: 'merriweatherregular';
	text-transform: uppercase;
	font-weight: normal;
	background: url("../images/border1.png") 0% 80% no-repeat;
	padding-left: 15px;
	padding-top: 5px;
}
.regn_form b span{
	float: right;
}
.form-btn{
	margin-right: 30px;
	margin-top: 10px;
}
.form-btn p{
	margin-right: 10px;
}
.wiz_scrn{
	position: relative;
}
.wiz_scrn ul{
	display: table;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0 0 30px 0;
	list-style: none;
	text-align: center;
}
.wiz_scrn li{
	display: table-cell;
	width: 1%;
	position: relative;
	text-align: center;
}
.step_cnt{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: relative;
	z-index: 5;
	display: inline-block;
	border: 4px solid #ced1d6;
	vertical-align: middle;
	font-size: 15px;
	line-height: 32px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: #243748;
	background: #ffffff;
	overflow: hidden;
	cursor: pointer;
}
.step_desc{
	margin-top: 10px;
	font-size: 14px;
	color: #a0a0a0;
}
.wiz_scrn > ul li > a:before {
    border-top: 4px solid #ced1d6;
    content: "";
    display: block;
    font-size: 0;
    height: 1px;
    overflow: hidden;
    position: relative;
    top: 21px;
    width: 100%;
    z-index: 1;
}
.wiz_scrn > ul li:first-child > a:before {
    left: 50%;
    max-width: 51%;
}
.wiz_scrn > ul li:last-child > a:before {
    max-width: 50%;
    width: 80%;
}
.wiz_scrn > ul li > a.selected:before, .wiz_scrn > ul li > a.done:before{
	border-color: #f36008
}
.wait .step_cnt{
	color: #aeb0b3;
}
.selected .step_cnt{
	border-color: #f36008;
}
.done .step_cnt{
	background: #f36008;
	color: #f36008;
	border-color: #f36008;
}
.done .step_cnt:before{
	content: "\f00c";
    display: inline;
    float: right;
    font-family:'FontAwesome';
    font-weight: 400;
    font-size: 18px;
    height: auto;
    margin-right: 7px;
    text-indent: 0;
    text-shadow: none;
    color: #ffffff;
}
.selected .step_desc, .done .step_desc, .wait .step_desc{
	color: #243748;
}
.wiz_prog{
	height: 8px;
	border-radius: 0px;
	background: #cccccc;
	box-shadow: inset 0 0 5px #818181;
	margin-bottom: 0px;
}
.progress-bar{
	background: #5a94c8;
}
.wiz_form{
	border: 2px solid #ced1d6;
	border-top: none;
	padding: 30px 10px 15px 10px;
}
.wiz_form .form-control{
	width: 100%;
}
.wiz_form h6{
	font-size: 18px;
	font-weight: bold;
}
.wiz_scrn h2{
	font-size: 25px;
	text-align: center;
	color: #f36008;
}
/* contact form */
.form{
	margin-bottom:30px;
}
.submitBtn{
	padding:30px 50px;
	margin-top:0px;
}
.form-group{
	margin-top: 10px;
}
.form-horizontal .control-label, .radio-inline label{
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
.form-horizontal .radio, .form-horizontal .radio-inline{
	padding-top: 5px;
}
.radio-inline + .radio-inline{
	margin-left: 40px;
}
.code{
	margin-bottom:12px;
	width: 95% !important;
}
.form span{
	position: relative;
}
.Btnrefresh{
	height:43px;
	width: 55px;
	position: absolute;
	z-index: 2;
	opacity: 1;
	background: url('../images/refresh.png')no-repeat 50% 50%,#dedede;
	top:42px;
	border: none;
	border:2px solid #000000;
	right:36px;/*
	border-bottom:2px solid #000000;
	border-left: 2px solid #0000000;*/
}

/*select.form-control{
	width: 30%;
}*/
/*select.ext_wid{
	width: 40%
}
select.qual_width{
	width: 50%;
}*/
textarea.form-control{
	resize: none;
}
b.bort{
	border-top: 1px dotted #d2d0d0;
	display: block;
	width: 95%;
	padding-top: 20px;
}
.form-control{
	background: #fafafa;	
	border: 1px solid #cdcdcd;
	color: #777777;
	font-style: normal;
	width: 60%;
	font-size: 13px;
	border-radius: 0px;
	height: 30px;
}
.full_width{
	width:100%;	
}
.input{
	width:100% !important;
}
.file_width{
	width: 60%;
}
.form-control:focus{
	border: 1px solid #f36008;
	-moz-box-shadow:0 0 3px #f36008; 
	box-shadow:0 0 3px #f36008;
	-webkit-box-shadow: 0 0 3px #f36008;
}
.success_msg{
	text-align: center;
	background: #41af2f;
	padding:6px 10px;
	color: #ffffff;
	margin-left: 3px;
	border-radius: 5px;
	position: relative;
}
.error_msg{
	text-align: center;
	background: #ff1f06;
	padding:6px 10px;
	color: #ffffff;
	margin-left: 3px;
	border-radius: 5px;
	position: relative;
	top: 6px;
}
.btn_process{
	padding:9px 25px;
	 -moz-box-shadow:inset 0 0 10px #000000 !important; 
	box-shadow:inset 0 0 10px #000000 !important;
	-webkit-box-shadow: inset 0 0 5px #000000 !important;
	border:none;
}
.pay_line{
	color: #000000;
	font-size: 14px;
}
.browse{
	position: relative;
}
.hide_file{
	position: relative;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
.show_file{
	position: absolute;
	top: 0;
	width: 100%;
}
.form label{
	font-weight: normal;
}
td,th{
	padding-right: 15px !important;
	padding-bottom:10px
}
/*registration form*/

.modal-body .form-group{
	width: 100%;
	margin-left: 60px;
}
.modal-body .form-btn{
	width: 85.2%;
}
.modal-header h4{
	color: #f36008;
	font-family: 'merriweatherregular';
	text-transform: uppercase;
}
.modal-body .form-horizontal .control-label, .radio-inline label{
	font-size: 13px;
}
.modal-dialog{
	margin-top: 120px;
}
.modal-open{
	overflow: auto;
}
.modal{
	overflow: hidden;
}
/*Profile page*/

.pro_img_holder{
	position: relative;
	overflow: hidden;
	width: 135px;
	height: 150px;
	border: 3px solid #969192;
	box-shadow: 0 0 4px #969192;
	-moz-box-shadow: 0 0 4px #969192;
	-webkit-box-shadow: 0 0 4px #969192;
}
.change{
	margin-top: 10px;
	position: absolute;
	top: 37%;
	left: -35%;
}
.change input{
	opacity: 0;
	z-index: 100;
	position: relative;
	cursor: pointer;
	width: 40%;
}
.delete{
	left: -17%;
	top: 43.3%;
}
.change a{
	position: relative;
	top:-38px;
	left: 28px;
	z-index: 0;
	cursor: pointer;
}

/* Inner-content Ends */

/* Main-Content Ends */

/* Footer Parts Starts */

/* Inner Footer-content Starts */

.bottom_details{
	width: 100%;
	margin: auto;
	background: url("../images/footerbg.jpg")repeat;
	padding: 20px 0 20px 0;
	clear: both;
}
.bottom_details h5{
	text-transform: uppercase;
	color: #ffffff;
}
.bottom_details h5 em{
	color: #f36008;
	font-style: normal;
}
.bottom_splitter{
	background: #000000;
	height: 2px;
	border-bottom: 1px solid #393939;
}
.bot_nav{
	width: 18%
}
.bot_nav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 15px;
}
.bot_nav ul li{
	line-height: 28px;
}
.bot_nav ul li a{
	outline: none;
	font-size: 12px;
	color: #cccccc;
}
.bot_nav ul li a:hover, .bot_nav ul li a.active, .bot_nav ul li a:focus{
	text-decoration: none;
	color: #f36008;
}
.icon-quote-left, .icon-quote-right{
	color: #f36008;
}
.help_links{
	width: 22%;
}
.help_links a{
	padding-left: 18px;
	display: inline-block;
}
.help_links a:first-of-type, .help_links a:nth-of-type(2){
	margin-top: 26px;
	margin-bottom: 15px;
}
.bot_addr{
	width: 27%;
}
.bot_addr h6{
	font-family: 'merriweatherbold';
	font-size: 12px;
	text-transform: uppercase;
	color: #9d9b9b;
	padding-left: 20px;
}
.bot_addr p, .bot_addr p > a, .bot_addr p > a:hover{
	color: #9d9b9b;
	font-size: 12px;
	line-height: 22px;
	outline: none;
	text-decoration: none;
}
.bot_addr p > a:hover{
	color: #f36008;
}
.bot_home{
	background: url("../images/bot_home.png")0% 90% no-repeat;
	padding-top: 15px;
}
.bot_phone{
	background: url("../images/bot_phone.png")0% 0% no-repeat;
}
.bot_fax{
	background: url("../images/bot_fax.png")0% 0% no-repeat;
}
.bot_mail{
	background: url("../images/bot_mail.png")0% 0% no-repeat;
}
.newsletter{
	width: 30%;
	position: absolute;
	right: 14px;
	top:-47%;
	background: #f36008;
	color: #ffffff;
	padding-top: 20px;
	z-index: 10;
	padding-bottom: 20px;
}
.newsletter h5 em{
	color: #1f1f1f;
}
.newsletter p{
	font-size: 12px;
	color: #ffffff;
}
.newsletter p > a{
	color: #ffffff;
}
.newsletter_inp{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 2px;
	border: none;
	height: 30px;
	color: #898888;
	padding-left: 10px;
	padding-right: 10px;
	font-style: italic;
	font-size: 12px;
	box-shadow: inset 1px 1px 5px #000000;
	-moz-box-shadow: inset 1px 1px 5px #000000;
	-webkit-box-shadow: inset 1px 1px 5px #000000;

}
.news_btn{
	background: #252325;
	border-bottom: 2px solid #605d60;
	text-transform: uppercase;
	padding: 6px 40px;
/*	margin-bottom: 30px;
*/	border-radius: 2px;
}
.news_btn:focus, .news_btn:hover{
	opacity: 0.7;
	color: #ffffff;
	outline: none;
}
.social_bottom{
	position:relative;
	padding: 0px;
}
.social_bottom li{
	margin:0 5px;
	padding:0;
	list-style:none;
	float: left;
	top:0;
	white-space: nowrap;
}
.social_bottom li, .social_bottom a{
	height:35px;
	width: 35px;
	display:block;
	white-space: nowrap;
}
.fb, .tw, .ln, .gplus{
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.fb{
	background:url("../images/facebook.png") 0 -43px;
}
.fb:hover{
	background-position: 0 0px;
}
.tw{
	background:url("../images/facebook.png") -44px -43px;
}
.tw:hover{
	background-position: -44px 0px;
}
.gplus{
	background:url("../images/facebook.png") -132px 0px;
}
.gplus:hover{
	background-position: -132px -43px;
}
.newsletter span{
	padding-right: 10px;
}
.newsletter a:hover{
	color:#000000;
}
/* Inner Footer-content Ends */

.copyright{
	width: 100%;
	margin: 0 auto;
	background: #373737;
	border-bottom: 3px solid #1f1f1f;
}
.copyright p{
	font-size: 12px;
	color: #919090;
	margin: 0px;
	line-height: normal;
	padding: 20px 0 15px 0;
}
.minfo{
	padding-right: 40px !important;
	background: url("../images/minfo.png")100% 50% no-repeat;
	text-align: right;
}
.zinfo{
	padding-right: 40px !important;
	background: url("../images/zinfo.png")100% 50% no-repeat;
	text-align: right;
}
.copyright a{
	color: inherit;
	outline: none;
}
.copyright a:hover , .copyright a:focus, .copyright a:hover > p, .copyright a:focus > p{
	color: #f36008;
	text-decoration: none;
}

/* Footer Parts Starts */

/* Plugins Classes Starts */

/*****************************************************
 * generic styling for ALS elements: outer container
 ******************************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;

}

/****************************************
 * viewport styling
 ***************************************/

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	margin-left: 0px;
}

/***************************************************
 * wrapper styling
 **************************************************/

.als-wrapper {
	position: relative;
	list-style: none;
}

/*************************************
 * item: single list element
 ************************************/

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
/*	float: left;
*//*	margin-right: 20px;
*/
}

/***********************************************
 * prev, next: buttons styling
 **********************************************/
 
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	top:55px;
	z-index: 100;
}
.als-prev{
	left:0%;
}
.als-next{
	right: 2%;
}

/* pagination */

.pagination-space{
	margin-top:10px;
	margin-bottom: 30px;
}
.pagination{
	text-align: center;
	margin:0 ;
	padding: 50px 0 0 0;
	border-radius: 0px;
	display: inline;
}
.pagination-links a{
	margin: 0px 0px;
	padding: 7px 13px 7px 13px;
	background: transparent;
	outline: none;
	color: #000000;
	text-decoration: none;
	margin:0 5px;
	border-radius: 5px;
	/*border: 1px solid black;*/
}
.pagination-links a.deactive_page{
	cursor: not-allowed;
	color: #000000 !important;
	opacity: 0.4;
}
.pagination-links a.deactive_page:hover{
	cursor: not-allowed;
	color: #000000 !important;
	opacity: 0.4;
}
.pagination-links a:hover, .pagination-links a.active_page{
	margin: 0px 0px;
	padding: 7px 13px 7px 13px;
	background: #F36008;
	outline: none;
	color: #ffffff;
	text-decoration: none;
	margin:0 5px;
	border-radius: 25px;

}
.pagination-links a:first-of-type, .pagination-links a:last-of-type{
	background: none; 
	text-decoration: none;
	color: #777777;
	border: none;
}
.pagination-links a:first-of-type:hover, .pagination-links a:last-of-type:hover{
	opacity:0.8;
}
.previous_link{
	background: url("../images/left-page.png") 50% 50% no-repeat !important;
}
.next_link{
	background: url("../images/right-page.png") 50% 50% no-repeat !important;	
}

/* Plugins Classes Ends */

/* Manual Override important Classes Starts */

.disn{
	display: none !important;
}
.disb{
	display: block !important;
}
.disl{
	display: inline !important;
}

/* Back end LongDesc classes */


.ldesc{
	line-height: 22px;
}
.ldesc h6{
	font-size: 16px;
}
.ldesc h5{
	font-size: 18px;
}
.ldesc h4{
	font-size: 20px;
}
.ldesc h3{
	font-size: 22px;
}
.ldesc h2{
	font-size: 24px;
}
.ldesc h1{
	font-size: 26px;
}
.ldesc strong{
	font-weight: bold;
}
.ldesc em{
	font-style: italic;
}
.ldesc ul,ol{
	margin:10px 0;
	list-style-type: square;
	margin-left: 35px;
	font-size: 14px;
}
.ldesc ul li{
	line-height: 22px;
}
.ldesc p{
	font-size: 14px;
}
.rel{
	position: relative;
}
.toggle{
	display: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
	outline: none;
	
}
.ov_hid{
	overflow: hidden;
}
a:hover,a:focus{outline:none;outline-offset:0;text-decoration:none}
/* Manual Override important Classes Ends */
/*Aboutus Tab*/
.tab_list{
	width:100%;
	padding:0px;
	
}
.tab_list li{
	font-size:13px;
	list-style: none;
	padding:10px 0px;
	background: #f36008;
}
.tab_list li a{
	color:#ffffff;
	padding-left:10px;
	display: block;
}
.tab_list li:hover{
	background: #000000;
}
.tab_list li a:hover,.tab_list li a:focus{
	padding-left:10px;
}
.color a{
	color:#000000;
}
.color a:hover{
	color: #f36008
}
.tab_list li.active{
	background: #000000;
}
.tab-pane{
	margin-bottom:20px;
}
.aims{
	padding-left:10px;
}
.aims li{
	list-style: none;
	padding-bottom:20px;
	font-size:12px;
	line-height:22px;
}
.app_form a{
	color:#000000;
}
.app_form a:hover{
	color:#f36008
}
.inspire{
	font-size:12px;
	line-height: 21px;
}
.tab-pane h3{
	font-family: 'merriweatherregular';
	font-size: 19px;
}
.tab-pane ul ul{
	margin-top: 10px;
}
.tab-pane ul li{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.fb-like-box, .fb-like-box span{
	width: 200px !important;
}