body{
	margin:0px auto;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	transition:all 0.5s;
	min-width:1000px;
}

a{
	text-decoration:none;
	font-style:normal;
	color:inherit;
}

.clear{
	clear:both;
	width:0px !important;
	height:0px !important;
	margin:0px !important;
	padding:0px !important;
}

.colorL{
	content:"";
	position:absolute;
	height:103px;
	width:50%;
	background-color:#294b9a;
	z-index:-1;
}

#innerHeader{
	width:1000px;
	background-color:#ffffff;
	margin:0px auto;
	height:103px;
}

#innerHeader #logo2{
	margin:10px 0px -2px 10px;
}

#upperTools{
	float:right;
	margin-top:10px;
}

#upperTools img{
	margin-left:10px;
	cursor:pointer;
}

#upperTools #search{
	text-align:right;
	float:left;
	height:inherit;
}

#upperTools #search input[type=text]{
	display:none;
	padding:2px;
	border:1px solid #023878;
	background-color:transparent;
	border-radius:5px;
	color:#059347;
	
}

.colorR{
	content:"";
	position:absolute;
	float:right;
	height:103px;
	width:100%;
	background-color:#ffffff;
	z-index:-2;

}

#colorL2{
	height:60px;
	background-color:#059347;
}

#colorR2{
	height:60px;
	background-color:#adadad;
}

#colorC{
	height:60px;
	width:1000px;
	margin:0px auto;
	background-color:#059347;
}

/******  Nav Started  ******/

#nav{
	list-style-type:none;
	margin:2px 0px 0px 0px;
	padding:0px;
	float:right;
}

#nav li{
	float:left;
	padding:0px 10px;
	font-size:14px;
	color:#294b9a;
	transition:all 0.3s;
}

#nav li:hover{
	color:#059347;
	border-bottom:4px solid #059347;
}

#nav li ul{
	margin-top:-8px;
	padding:0px;
	list-style-type:none;
	position:absolute;
	width:150px;
	z-index:5;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s cubic-bezier(.32,-0.26,.65,1.3);
	margin-left:-10px;
}

#nav li:hover ul{
	margin-top:4px;
	visibility:visible;
	opacity:1;
}

#nav li#searchField input[type=text]{
	display:none;
	padding:2px;
	border:1px solid #f00;
	background-color:transparent;
	border-radius:2px;
	color:#059347;
	width:150px;
}

#nav li ul li{
	width:100%;
	padding:10px 20px;
	background-color:#52d58f;
	color:#294b9a;
}

#nav li #up, #nav li:hover #down{
	display:none;
}

#nav li:hover #up{
	display:inline-block;
}
#nav li ul li:last-child{
	border-top:1px dotted #000;
}

#nav li ul li:hover{
	border:none;
	opacity:1;
	background-color:#294b9a;
	background-image:none;
	color:#52d58f;
}

/*******  Nav Ended  *******/

#hr{
	background-color:#0d2c49;
	width:100%;
	height:4px;
	border:none;
	margin:0px;
	padding:0px;
}

.left{
	float:left;
	width:50%;
}

.left .inner{
	width:500px;
	float:right;
}

.right{
	float:right;
	width:50%;
}

.right .inner{
	width:500px;
	float:left;
}

.btn{
	padding:10px 17px;
	background-color:#ffffff;
	color:#0b72f3;
	position:absolute;
	transition:all .5s;
	font-size:16px;
}

.btn:hover{
	color:#ffffff;
	background-color:#059347;
}

#introduction{
	margin-top:120px;
	background-color:#0d73f9;
	height:509px;
}

#introduction .inner img{
	margin-top:-120px;
	width:100%;
	height:100%;
}

.borderDot{
	width:9px;
	height:160px;
	position:absolute;
}

#reportedSpeech{
	margin-top:120px;
	height:509px;
	background-color:#002384;
	font-size:25px;
	color:#ffffff;
}

#reportedSpeech .inner p{
	padding:20px 33px;
	text-align:justify;
}

#reportedSpeech .borderDot{
	background-image:url(../Images/reportedSpeechDots.png);
	margin:350px 0px 0px 495px;
}

#reportedSpeech .inner h4{
	text-transform:uppercase;
	font-weight:100;
	float:right;
	padding-right:33px;
}

#reportedSpeech .inner .btn{
	margin:255px 0px 0px 30px;
}

#introductionTxt{
	background-color:#0d73f9;
	border-bottom:30px solid #adadad;
}

#introductionTxt .inner{
	color:#ffffff;
	font-size:16px;
}

#introductionTxt .inner h2{
	font-weight:100;
	margin-top:60px;
}

#introductionTxt .inner p{
	text-align:justify;
	padding-right:25px;
	line-height:20px;
	margin-bottom:80px;
}

#introductionTxt .inner .btn{
	margin-top:-50px;
}

#introductionTxt .inner .borderDot{
	background-image:url(../Images/WWDDots.png);
	margin-top:60px;
}

#rightGap img{
	width:100%;
	margin-top:100px;
	min-height:499px;
}

#rightGap .inner{
	position:absolute;
	background-color:#0d73f9;
	height:434px;
	z-index:-1;
}

#WhatWeDo{
	width:1000px;
	margin:0px auto;
	height:200px;
	text-align:center;
}

#WhatWeDo .borderDot{
	z-index:-1;
	background-image:url(../Images/WWDDots.png);
	margin-top:-30px;
}

#WhatWeDo h2{
	margin-top:30px;
	color:#0d73f9;
	text-transform:uppercase;
	font-size:30px;
}

#WhatWeDo .blocks{
	float:left;
	width:250px;
	height:200px;
	margin-top:30px;
	text-align:center;
}

#WhatWeDo span{
	font-size:19px;
	color:#7b7b7b;
}

#WhatWeDo span#first{
	color:#0d73f9;
}

#WhatWeDo .btn{
	position:static;
	background-color:#0d73f9;
	color:#ffffff;
}

#WhatWeDo .btn:hover{
	background-color:#ffffff;
	color:#0d73f9;
}

#footer{
	margin-top:50px;
	border-top:16px solid #059347;
	background-color:#061b41;
	padding-top:80px;
	margin-bottom:10px;
}

#footer #line{
	position:absolute;
	margin-top:34px;
	width:100%;
}

#footer #line hr{
	float:right;
	border:none;
	width:50%;
	height:1px;
	background-color:#adadad;
}

#footer .inner{
	width:1000px;
	margin:0px auto;
}

#footer .inner .blocks{
	width:333px;
	float:left;
	color:#ffffff;
}

#footer .inner .blocks h3{
	box-sizing:border-box;
	color:#197b1f;
	font-weight:100;
	text-transform:uppercase;
	margin:0px;
	padding:10px 30px;
	border-bottom:1px solid #adadad;
	width:100%;
	margin-bottom:30px;
	line-height:22px;
}

#footer .inner .blocks #getInTouch{
	color:#ffffff;
	line-height:60px;
	margin-left:30px;
	font-size:14px;
}

#footer .inner .blocks #getInTouch a{
	transition:all .5s;
}

#footer .inner .blocks #getInTouch a:hover{
	color:#0093FF;
}

#footer .inner .blocks #getInTouch a i{
	margin-right:20px;
}

#footer .inner .blocks #getInTouch a span{
	line-height:40px;
}

#footer .inner .blocks span#contact{
	color:#49954e;
	margin-left:30px;
	display:block;
	margin-bottom:30px;
}

#footer .inner .blocks span.clr{
	color:#979696;
	line-height:30px;
}

#footer .inner .blocks ul{
	list-style-type:none;
	padding:0px;
	line-height:43px;
	
}

#copyRight{
	width:100%;
	height:120px;
	background-color:#002384;
}

#copyRight .inner{
	width:1000px;
	margin:0px auto;
	color:#ffffff;
}

#copyRight .inner span{
	display:block;
	float:left;
	line-height:20px;
	margin-top:80px;
	font-size:14px;
}

#copyRight .inner #goToTop{
	height:165px;
	width:60px;
	float:right;
	margin-top:-45px;
	text-align:center;
	cursor:pointer;
	margin-right:10px;
}

#copyRight .inner #goToTop #arrow{
	width:0px;
	height:0px;
	border-style:solid;
	border-width:0px 35px 35px 35px;
	border-color:transparent transparent #455166 transparent;
	margin-left:-5px;
}

#copyRight .inner #goToTop #body{
	background-color:#0d73f9;
	height:130px;
	width:100%;
	box-sizing:border-box;
	padding-top:30px;
}

#copyRight .inner #goToTop #body #block{
	width:36px;
	height:36px;
	border-radius:3px;
	border:1px solid #ffffff;
	transform:rotate(45deg);
	margin-left:11px;
	box-sizing:border-box;
	padding:3px;
}

#copyRight .inner #goToTop #body #block #child{
	border-color:#fff transparent transparent #fff;
	border-width:4px;
	border-style:solid;
	width:22px;
	height:22px;
}