@charset "utf-8";
/* CSS Document */

@import url("font-kit.css");

body {
	background:url(../images/body_bg.jpg) repeat-x top #fafafa !important;
	margin:0 auto;
	padding:0;
    font-family: 'Open Sans';
}
h1,h2,h3,h4,h5,h6,a,img,ul,li,span,div {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}
::-moz-selection {
	background:#008dae;
	color:#fff;
}
::-webkit-selection {
	background:#008dae;
	color:#fff;
}
::-o-selection {
	background:#008dae;
	color:#fff;
}
::selection {
	background:#008dae;
	color:#fff;
}
.clr {
	clear:both;
}
header, nav, article, aside, section, footer {
	display:block;
}
#Wrapper {
	width:1000px;
	height:auto;
	margin:0 auto;
}
header {
	width:100%;
	height:125px;
}
.logo {
	float:left;
	padding:25px 0 0 0;
}
.right_part {
	float:right;
}
.top_section {
	min-width:425px;
	height:35px;
	padding:30px 0 0 0;
}
.social_media {
	width:175px;
	float:right;
}
.social_media img {
	float:right;
	margin:0 1px;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	-khtml-transition:all 1s;
	transition:all 1s;
}
.social_media img:hover {
	 -webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-khtml-transform: rotate(360deg);
	transform: rotate(360deg);
}
.call {
	 font-size:20px;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#2f2f2f;
	 font-weight:500;
	 float:right;
	 line-height:40px;
	 padding:0 10px 0 0;
}
.top_m {
	padding:15px 0 0 0;
}
#Banner_Wrapper {
	width:100%;
	height:390px;
	clear:both;
}
.slider {
	width:709px;
	height:auto;
	float:left;
}
.hm_bg {
	background:url(../images/hm_content_bg.jpg);
	width:290px;
	float:left;
	height:389px;
}
.hm_bg img {
	margin:15px 40px 10px 50px;
}
.hm_bg h1 {
	font-family:"bebas_neueregular";
	color:#fff;
	padding-bottom:10px;
	margin:5px 0 0;
	text-align:center;
	background:url(../images/hm_head_bg.png) bottom center no-repeat;
	font-size:25px;
	font-weight:normal;
}
.hm_bg p {
	color:#fff;
	font-size:13px;
	font-family: 'Open Sans';
	padding:0 33px;
	text-align:center;
	margin:5px 0 10px;
	line-height:17px;
}
a.rd_mr {
	background:#00c0f0;
	text-align:center;
	color:#fff;
	padding:5px;
	font-size:12px;
}
a.rd_mr:hover {
	background:#fff;
	color:#000;
	text-decoration:none !important;
}
a.rd_mr3 {
	background:#00c0f0;
	text-align:center;
	color:#fff;
	padding:5px;
	font-size:12px;
}
a.rd_mr3:hover {
	background:#333;
	color:#FFF;
	text-decoration:none !important;
}
.content_area {
	width:100%;
	height:auto;
	clear:both;
}
.welcome_part {
	float:left;
	width:485px;
}
.welcome_part h1 {
	font-family:"bebas_neueregular";
	font-weight:normal;
	color:#126487;
	font-size:26px;
	line-height:normal;
	background:url(../images/welcome_head_bg.png) bottom left no-repeat;
	padding-bottom:10px;
}
.welcome_part p {
	color:#2f2f2f;
	font-size:13px;
	padding:15px 0 10px;
	line-height:22px;
	margin-bottom:0px;	
}
.right_logo {
	width:490px;
	float:right;
}
.right_logo h1 {
	font-family:"bebas_neueregular";
	font-weight:normal;
	color:#126487;
	font-size:26px;
	line-height:normal;
	background:url(../images/welcome_head_bg.png) bottom left no-repeat;
	padding-bottom:10px;
}
#carousel {
	margin: 0 auto;
}

#carousel img {
	border: 0;
}

#ui-carousel-next, #ui-carousel-prev {
	width: 60px;
	height: 100px;
	background: url(../images/arrow-left.png) #fff center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
}

#ui-carousel-next {
	right: 0;
	background-image: url(../images/arrow-right.png);
}

#ui-carousel-prev {
	left: 0;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
.boxes_group {
	clear:both;
	width:100%;
	height:auto;
	padding:15px 0 0 0;
}
a.rd2 {
	color:#0da8d8;
	font-size:13px;
}
a.rd2:hover {
	text-decoration:none;
	color:#333;
}
.box {
	width:220px;
	float:left;
	margin-right:33px;
	height:303px;
	background:#fff;
	border:#bfc4d1 thin solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:#CCC 2px 2px 3px;
}
.bx_im {
	width:181px;
	height:111px;
	margin:15px auto;
}
.box h1 {
	color:#5d5c5c;
	font-family:"bebas_neueregular";
	font-weight:normal;
	font-size:24px;
	padding:0 17px;
}
.box p {
	padding:10px 15px 15px 17px;
	color:#2f2f2f;
	line-height:18px;
	font-size:12px;
	margin:0px;
}
a.box_rd {
	background:url(../images/read_more_bg.jpg) repeat-x;
	padding:4px 12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border:#d0d0d0 thin solid;
	color:#787878;
	font-size:12px;
	margin:0 0 0 17px;
}
a.box_rd:hover {
	background:#008aab;
	color:#fff;
	text-decoration:none;
}
.footer_wrap {
	width:100%;
	height:auto;
	border-top:#cecdcd thin solid;
	clear:both;
	margin:20px 0 0 0;
}
.ftr {
	width:1000px;
	margin:0 auto;
}
.ftr_menu {
	float:left;
	width:675px;
	padding:15px 0 15px 0;
}
.ftr_menu ul {
	list-style:none;
}
.ftr_menu ul li {
	float:left;
	display:block;
	line-height:normal;
}
.ftr_menu ul li a {
	display:inline;
	color:#2f2f2f;
	padding:0px 10px;
	border-right:#999999 thin solid;
	font-size:13px;
	line-height:normal;
}
.ftr_menu ul li a:hover {
	color:#069;
}
.copy_right {
	font-size:11px;
	color:#2f2f2f;
	clear:both;
	padding:5px 0 0 0;
}
.pwd {
	float:right;
	font-size:11px;
	padding:25px 0 0 0;
}
.pwd a {
	color:#008eb0 !important;
}
span.col {
	color:#666;
}

#wrapper2 {

				width: 709px;
				height: 389px;
		
				overflow: hidden;

			}
			#images {
				width: 700px;
				height: 350px;
			}
			#images img {
				display: block;
				float: left;
			}
			#timer,
			#captions {
				background: rgba( 0, 0, 0, 0.5 );
				width: 700px;
				height: 50px;
				position: absolute;
				left: 0;
				bottom: 0;
			}
			#timer {
				background: rgba( 200, 0, 0, 0.5 );
			}
			#captions .carousel > div {
				color: #fff;
				font-size: 22px;
				font-weight: bold;
				line-height: 52px;
				text-transform: uppercase;
				text-indent: 50px;
				width: 700px;
				height: 50px;
				float: left;
			}
			.pager {
				padding: 16px 50px 0 0;
				float: right;
			}
			.pager a {
				border: 1px solid #fff;
				border-radius: 10px;
				display: none;
				width: 10px;
				height: 10px;
				margin: 0 3px;
			}
			.pager a:hover {
				background: rgba( 255, 255, 255, 0.3 );
			}
			.pager a.selected {
				background: #fff;
			}
			.cod .pager .p1,
			.cod .pager .p2,
			.cod .pager .p3,
			.gta .pager .p4,
			.gta .pager .p5,
			.gta .pager .p6,
			.mgs .pager .p7,
			.mgs .pager .p8,
			.mgs .pager .p9 {
				display: inline-block;
			}


			#donate-spacer {
				height: 100%;
			}
			#donate {
				border-top: 1px solid #cc9;
				width: 750px;
				padding: 50px 75px;
				margin: 0 auto;
				overflow: hidden;
			}
			#donate p, #donate form {
				margin: 0;
				float: left;
			}
			#donate p {
				width: 650px;
				color: #cc9;
			}
			#donate form {
				width: 100px;
			}
			
			
.inr_wrapper {
	width:100%;
	height:auto;
	padding:20px 0 0 0;
}
.abt {
	float:left;
	width:680px;
	height:auto;
}
.inr_wrapper h1 {
	font-family:"bebas_neueregular";
	font-weight:normal;
	color:#126487;
	font-size:26px;
	line-height:normal;
	background:url(../images/about_head.png) bottom left no-repeat;
	padding-bottom:10px;
}
.inr_wrapper p {
	color:#2f2f2f;
	font-size:13px;
	padding:15px 0 10px;
	line-height:22px;
	margin-bottom:0px;	
}
.cnt_1 {
	
}
.cnt_1 h1 {
	background:url(../images/cnt.png) left bottom no-repeat !important;
}
.inr_cnt {
	float:right;
	width:270px;
}
ul.merger {
	margin:0px;
	padding:0px;
	}
ul.merger li {
	display:block;
	background:url(../images/bullet.png) left center no-repeat;
	padding:5px 5px 5px 13px;
	line-height:20px;
	font-size:13px;
	text-align:justify;
	color:#2f2f2f;
	}
ul.merger li.img_top {
	display:block;
	background:url(../images/bullet.png) left 13px no-repeat;
	padding:5px 5px 5px 13px;
	line-height:20px;
	font-size:13px;

	text-align:justify;
	}
.ine_bnr {
	width:1000px;
	height:303px;
}
.ca-menu{
    padding:0;
    margin:0;
    width:575px;
	height:575px;
	background:url(../images/main_round.png) center no-repeat;
	font-family: 'Dosis', sans-serif;
}
.ca-menu li{
    width: 124px;
    height: 124px;

    overflow: hidden;
    position: relative;
    float:left;
	background:#09C;
    margin-right: 4px;
	    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
transition:All 0.3753s ease-out;
-webkit-transition:All 0.3753s ease-out;
-moz-transition:All 0.3753s ease-out;
-o-transition:All 0.3753s ease-out;
transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;


}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 30px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-main{
    font-size: 24px;
    position: relative;
    top: 10px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    list-style:none;
    text-align: center;
}
.ca-sub{
    text-align:center;
    color: #000;
    font-size: 26px;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 110px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:hover{
    background: #006633;
    border-color: #fff;
   transform: rotate(0deg) scale(1.09) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1.09) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.09) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1.09) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1.09) skew(0deg) translate(0px);


}
   
}
.ca-menu li:hover .ca-icon{
    color: #555;
    font-size: 60px;
}
.ca-menu li:hover .ca-main{
    
}
.ca-menu li:hover .ca-sub{
    opacity: 0.8;
}
.txt1 {
	top:58px;
	left:147px;
	background:url(../images/txt_1.jpg) repeat !important;
}
.txt2 {
	left:165px;
	top:52px;
	background:url(../images/txt_2.jpg) repeat !important;
}
.txt2:hover {

}
.txt3 {
	top:145px;
	left:139px;
	background:url(../images/txt_3.jpg) repeat !important;
}
.txt4:hover {
	
}
.txt4 {
	left:18px;
	top:284px;
	background:url(../images/txt_4.jpg) repeat !important;
}
.txt5 {
	top:271px;
	left:304px;
	background:url(../images/txt_5.jpg) repeat !important;
}
.txt6:hover {

}
.txt6 {
	left:27px;
	top:274px;
	background:url(../images/txt_6.jpg) repeat !important;
}
.txt7 {
	top:176px;
	left:-202px;
	background:url(../images/txt_7.jpg) repeat !important;
}
.txt8:hover {

}
.txt8 {
	left:-337px;
	top:40px;
	background:url(../images/txt_8.jpg) repeat !important;
}
.txmar1 {
	margin-top:16px;
}
.txmar2 {
	margin-top:7px;
}
.txmar3 {
	margin-top:31px;
}
.txmar4 {
	margin-top:35px;
}
.txmar5 {
	margin-top:38px;
}
.txmar6 {
	margin-top:20px;
}
.txmar7 {
	margin-top:31px;
}
.txmar8 {
	margin-top:35px;
}
.enqu {
	width:475px;
	height:auto;
	float:left;
	margin:0 0 0 75px;
}
.enqu h1{
	background:url(../images/enquiry_border.png) bottom left no-repeat !important;	
}
.left_frm {
	width:215px;
	float:left;
	height:auto;
	padding:20px 0 0 0;
}
.inp_a {
	font-size:12px !important;
	padding:5px !important;
	height:32px;
	color:#888888 !important;
	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-o-border-radius:5px !important;
	
}
.inp_b {
	font-size:12px !important;
	padding:5px !important;
	height:82px;
	color:#888888 !important;
	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-o-border-radius:5px !important;
	
}
.btn2 {
	background:#1a9bd4;
	color:#fff !important;
	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-o-border-radius:5px !important;
	font-size:12px;
	border:none;
	padding:5px 15px;
	-o-transition:color .1s ease-out, background 1s ease-in;
  -ms-transition:color .1s ease-out, background 1s ease-in;
  -moz-transition:color .1s ease-out, background 1s ease-in;
  -webkit-transition:color .1s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .1s ease-out, background 1s ease-in;
}
.btn2:hover {
	background:#333;
}

	
	



