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

body {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	height: auto;
}
#header-main-wrapp {
	padding: 0px;
	margin: 0px;
	z-index: 99999999;
	position: fixed;
	width: 100%;
	background: #ffffff;
}
#header-main-wrapp .header-top-containner {
	padding: 0px;
	margin: 0px;
	height: 100px;
}
#header-main-wrapp .header-top-containner .header-top-content {
	padding: 0 0px;
	margin: 0px auto;
	width: 1200px;
	background:#fff;
	position:relative;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
/*#header-main-wrapp .header-top-containner .header-top-content:before{
	position:absolute;
	content:'';
	width: 55%;
	height: 99px;
	margin:0;
	padding:0;
	left:0;
	z-index: -1;
	top:0;
	background: #ffffff;
}*/
#header-main-wrapp .header-top-containner .header-top-content .header-logo-pull-left {
	padding: 0px;
	margin: 27px 0px 0px 0px;
	width: 330px;
	height: auto;
	float: left;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
#header-main-wrapp .header-top-containner .header-top-content .header-logo-pull-left img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
	margin-top: 6px;
}
#header-main-wrapp .header-top-containner .header-top-content .header-logo-pull-right {
	padding: 0px;
	margin: 41px 0 0 0;
	width: 800px;
	float: right;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
#cssmenu {
	margin: 0;
	width: auto;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	float: right;
}
#cssmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#cssmenu ul:after, #cssmenu:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cssmenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
#cssmenu ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	font-family: 'Roboto', sans-serif;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
}
#cssmenu ul li ul li {
	max-height: 0;
	position: absolute;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	-ms-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
	background: #fff;
}
#cssmenu ul li ul li.has-sub:after {
	display: block;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #000000;
	z-index: 1;
	top: 13px;
	right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
	right: auto;
	left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
	display: block;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-color: #ffffff;
	z-index: 2;
	top: 15px;
	right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
	right: auto;
	left: 15px;
	border-left-color: transparent;
	border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
	font-size: 14px;
	text-transform: none;
	color: #1b4388;
	letter-spacing: 0;
	display: block;
	width: 200px;
	padding: 15px 20px;
}
#cssmenu ul li ul li:hover > a, #cssmenu ul li ul li.active > a {
	color: #fff;
	background: #1b4687;
}
#cssmenu ul li ul li:hover:after, #cssmenu ul li ul li.active:after {
}
#cssmenu ul li ul li:hover > ul {
	left: 100%;
	top: 0;
}




















#cssmenu ul li ul li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul > li {
	float: none;
	display: inline-block;
}
#cssmenu.align-center > ul {
	text-align: center;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul {
	float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
	right: 100%;
	left: auto;
}
#cssmenu.align-right ul ul li a {
	text-align: right;
}
#cssmenu > ul > li:after {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}
/*#cssmenu > ul > li.has-sub > a {  padding-right: 0px;}*/
#cssmenu > ul > li.has-sub > a:after {
	display: block;
	content: "";
	background: #474320;
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 16px;
	display: none;
}
#cssmenu > ul > li.has-sub > a:before {
	display: none;
	content: "";
	border: 4px solid transparent;
	border-top-color: #4cb6ea;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	top: 21px;
}
#cssmenu > ul > li > a {
	color: #000;
	padding: 0px 38px;
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover:after, #cssmenu > ul > li.active:after {
	height: 100%;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #ff7d0d;
}
#cssmenu > ul > li:hover > a:after, #cssmenu > ul > li.active > a:after {
	background: #561b52;
	z-index: 9999999999999999999;
}
#cssmenu > ul > li:hover > a:before, #cssmenu > ul > li.active > a:before {
	border-top-color: #924c04;
}
#cssmenu > ul > li:hover > ul {
	left: 0;
}
#cssmenu > ul > li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu > ul > li > a {
	display: block;
}
#cssmenu > ul > li {
	width: auto;
}
#cssmenu > ul > li > ul {
	width: 200px;
	display: block;
	z-index: 9999999999999999999;
	box-shadow: rgba(0, 0, 0, 0.219608) 0px 0px 10px 2px;
}
#cssmenu > ul > li > ul > li {
	width: 200px;
	display: block;
}
.slide-banner {
	width: 100%;
	height: auto;
	margin: -25px 0 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 99999;
}
.slide-banner-left{
	width:40%;
	height:auto;
	margin:0;
	padding: 202px 37px 20px 36px;
	float:left;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.slide-banner-left h1{
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	line-height: 50px;
	font-weight: 600;
	color: #1f4682;
	text-align: left;
	margin: 0;
	padding: 20px 0px;
	position:relative;
}
.slide-banner-left h1 span{
	font-size:30px;
	font-weight: 400;
}
.slide-banner-left h1:after{
	position:absolute;
	content:'';
	width:80px;
	height:3px;
	margin:0;
	padding:0;
	left:0;
	bottom:0;
	background: #1d4f8a;
}
.slide-banner-left p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height:26px;
	font-weight: 300;
	color: #000;
	text-align: justify;
	margin: 0;
	padding: 20px 0px;
}
.btn-1{
	width: 170px;
	height: 45px;
	margin: 20px 0px;
	padding: 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	float: left;
	z-index:2;
	position:relative;
	overflow:hidden;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #ff7d0d;
	text-transform: uppercase;
	-moz-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
.btn-1:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index:-1;
	background: rgba(0,0,0,.5);

	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transform: 0.2s;



	-o-transform: 0.2s;
	transition: 0.2s;
}
.btn-1:hover:before {
	bottom:0;
}
.btn-1:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index:-1;
	background: rgba(0,0,0,1);
	-webkit-transition: 0.6s;
	-ms-transition: 0.6s;
	-moz-transform: 0.6s;
	-o-transform: 0.6s;
	transition: 0.6s;
}
.btn-1:hover:after {
	bottom:0;
}
.btn-1:hover {
	background: #f39a1e;
}
.slide-banner-right{
	width:60%;
	height: auto;
	margin:0;
	padding:0;
	float: right;
	margin-top: 102px;
}
.welcome-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0;
	position: relative;
}
.welcome-banner:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 75%;
    margin: 0;
    padding: 0;
    right: 0;
    top:120px;
    z-index: -1;
    background: #244a8d;
	background: url(../images/header_top.png);
}
.welcome-banner-left{
	width:45%;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
.welcome-banner-left img{
	width: auto;
	height: 100%;
	margin:0;
	padding:0;
	webkit-transition: 3s ease-in-out;
	-ms-transition: 3s ease-in-out;
	-moz-transform: 3s ease-in-out;
	-o-transform: 3s ease-in-out;
	transition: 3s ease-in-out;
}
.welcome-banner-left img:hover{
	  -webkit-transform: scale(1.2,1.2);
	  -moz-transform: scale(1.2,1.2);
	  -o-transform: scale(1.2,1.2);
	  -ms-transform: scale(1.2,1.2);
	  transform: scale(1.2,1.2);
}
.welcome-banner-right{
	width:55%;
	height:auto;
	margin:0;
	padding: 150px 90px 120px 90px;
	float: right;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.welcome-banner-right h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px 0px 50px 0;
}
.welcome-banner-right-box{
	width:30%;
	height:auto;
	margin:20px 10%;
	padding:0;
	float:left;
}
.welcome-banner-right-box img{
	width:60px;
	height:auto;
	margin:0 auto;
	padding:0 0 5px 0;
	display:block;
}
.welcome-banner-right-box h4{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 0px;
}
.content-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0;
	position: relative;
}
.content-banner-left{
	width:55%;
	height:auto;
	margin:0;
	padding: 70px 90px;
	float:left;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.content-banner-left h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    /* color: #057ac5; */
    color: #1f4682;
    text-align: left;
    margin: 0;
    padding: 10px 0px 50px 0;
}




.content-banner-left h2 span {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    color: #ff7d0d;
    text-align: left;
    margin: 0;
    padding: 10px 0px 50px 0;
}








.content-banner-left-box{
	width: 45%;
	height:auto;
	margin: 10px 10px 30px;
	padding:0;
	float: left;
}
.content-banner-left-box img{
	width: 70px;
	height: 70px;
	margin:0;
	padding:0 20px 0 0;
	float:left;
	-webkit-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.content-banner-left-box:hover img{
  -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
  filter: grayscale(0);
}

.content-banner-left-box h3{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #244a8d;
    text-align: left;
    margin: 0;
    padding-top: 10px;
    /* padding: 0; */
}
.content-banner-left-box p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;


    text-align: justify;
    margin: 0;
    padding: 5px 0px;
}

.content-banner-left-box a {
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #4c4c4c;
	text-align: right;
	float:right;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.content-banner-left-box a .fa{
	margin:0 0 0 5px;
}
.content-banner-left-box a:hover{
	color: #fda325;
}
.content-banner-right{
	width:45%;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}
.content-banner-right img{
	width: auto;
	height: 100%;
	margin:0;
	padding:0;
	webkit-transition: 3s ease-in-out;
	-ms-transition: 3s ease-in-out;
	-moz-transform: 3s ease-in-out;
	-o-transform: 3s ease-in-out;
	transition: 3s ease-in-out;
}
.content-banner-right img:hover{
	  -webkit-transform: scale(1.2,1.2);
	  -moz-transform: scale(1.2,1.2);
	  -o-transform: scale(1.2,1.2);
	  -ms-transform: scale(1.2,1.2);
	  transform: scale(1.2,1.2);
}
.service-banner{
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 50px 0;
}
.service-banner-left{
	width:50%;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
.service-banner-left img{
	width: auto;
	height: 100%;
	margin:0;
	padding:0;
	webkit-transition: 3s ease-in-out;
	-ms-transition: 3s ease-in-out;
	-moz-transform: 3s ease-in-out;
	-o-transform: 3s ease-in-out;
	transition: 3s ease-in-out;
}
.service-banner-left img:hover{
	  -webkit-transform: scale(1.2,1.2);
	  -moz-transform: scale(1.2,1.2);
	  -o-transform: scale(1.2,1.2);
	  -ms-transform: scale(1.2,1.2);
	  transform: scale(1.2,1.2);
}
.service-banner-right{
	width:50%;
	height:auto;
	margin:0;
	padding: 140px 90px 90px 30px;
	float: right;
	z-index:2;
	position: relative;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	
	
	
}
.service-banner-right:before {
    position: absolute;
    content: '';
    width: 110%;
    height: 90%;
    margin: 0;
    padding: 0;
    right: 0;
    top: 70px;
    z-index: -1;
    background: #244a8d;
	background: url(../images/header_top.png);
}
.service-banner-right h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px 0px 50px 0;
}

#wrapper1 {
	width: 100%;
	height: auto;
	margin: 20px auto;
	position: relative;
}
#carousel {
	width: 100%;
	position: relative;
	margin: 0px auto;
	height: 180px;
	padding: 0px;
}
.caroufredsel_wrapper {
	width: 100% !important;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	width:200% !important;
}
#carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	height: auto;
	width: 13.4%;
	padding: 0px;
	margin: 20px;
	float: left;
	position: relative;
}
#carousel li a{
	display:block;
}
#carousel li img {
    width: 60px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 15px 0;
    display: block;
}
#carousel li span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 0px;
}
.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 0px;
	position: absolute;
	top: 80px;
}
#carousel .prev {
	background-position: 0 0;
	left: -10px;
}
#carousel .next {
	background-position: -18px 0;
	right: -5px;
}
#carousel .pager {
	text-align: center;
	margin: 30px auto;
}
#carousel .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 10px;

	height: 10px;
	margin: 0px 5px 0 0;
	cursor: pointer;


}
#carousel .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;
}
#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#source, #source a {
	font-size: 12px;
	color: #999;
}
.btn-2{
	width: 170px;
	height: 45px;
	margin: 10px auto;
	padding: 0;
	display: block;
	color: #fff;
	text-align: center;
	z-index:2;
	position:relative;
	overflow:hidden;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #ff7d0d;
	text-transform: uppercase;
	-moz-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
.btn-2:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index:-1;
	background: rgba(0,0,0,.5);
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transform: 0.2s;
	-o-transform: 0.2s;
	transition: 0.2s;
}
.btn-2:hover:before {
	bottom:0;
}
.btn-2:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index:-1;
	background: rgba(0,0,0,1);
	-webkit-transition: 0.6s;
	-ms-transition: 0.6s;
	-moz-transform: 0.6s;
	-o-transform: 0.6s;
	transition: 0.6s;
}
.btn-2:hover:after {
	bottom:0;
}
.btn-2:hover {
	background: #143a7b;
}
.clients-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.clients-banner-in {
	width: 100%;
	height: auto;
	margin: 30px auto 80px auto;
	padding: 0px 90px;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.clients-banner-in h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    /* color: #057ac5; */
    color: #1f4682;
    text-align: left;
    margin: 0;
    padding: 10px 0px 30px 0;
}




.clients-banner-in h2 span {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    color: #ff7d0d;
    text-align: left;
    margin: 0;
    padding: 10px 0px 30px 0;
}








.clients-banner-in img{
	width:140px;
	height:auto;
	margin:10px 20px;
	padding:5px 10px;
	border:1px solid #f6d014;
  -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
  filter: grayscale(1);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transform: 0.4s;
    -o-transform: 0.4s;
    transition: 0.4s;
}
.clients-banner-in img:hover{
  -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
  filter: grayscale(0);
	  -webkit-transform: scale(1.2,1.2);
	  -moz-transform: scale(1.2,1.2);
	  -o-transform: scale(1.2,1.2);
	  -ms-transform: scale(1.2,1.2);
	  transform: scale(1.2,1.2);
}
.footer-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.footer-banner-left{
	width:55%;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}
.footer-banner-right{
	width:45%;
	height:550px;
	margin:50px 0 0 0;
	padding: 10px 90px;
	float:right;
	background: #244a8d;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background: url(../images/mid.png);
}



.footer-banner-right h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 60px 0px 10px 0;
}
.footer-banner-right table {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 5px;
    border:none;
}
.footer-banner-right table tr{
	margin:20px 0;
	height:70px;
}
.footer-banner-right table  .fa{
	font-size: 19px;
	margin: -22px  10px 0 0;
}
.footer-banner-right p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin: 0;
    padding:40px 5px 5px 5px;
}
.social-box{
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0;
}
.social-box .fa{
	width:35px;
	height:35px;
	margin:7px;
	padding:0;
	line-height:35px;
	text-align:center;
	color:#fff;
	background: #ff7d0d;
	font-size:16px;
	float:left;
	cursor:pointer;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.social-box .fa:hover{
	background: #537abf;
	color:#fff;
}

.inner-topbanner{margin: -25px 0px 0px 0px;padding:0px;width:100%;height:100px;background: #1d4880;padding-top: 100px;    background: #244a8d;
    
    background: url(../images/mid.png);}

.inner-topbanner-in{margin:0px auto;padding:0px;width:1200px;height:100px;   }
.inner-topbanner-in h2{margin:0px auto;padding:0px;font-family: 'Roboto', sans-serif;font-size: 38px;line-height: 100px;font-weight: 700;color: #fff;letter-spacing: 4px;text-align: left;margin: 0;padding: 0px 0px 0px 0;}


.inner-footer{
    margin:0px;
    padding:0px;
    width:100%;
    height: 100px;
    background: #244a8d;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/mid.png);
    }



.inner-footer-in{margin:0px auto;padding:0px;width:1200px;height: auto;/*padding: 20px 0px;*/}


.social-box2{
	width:100%;
	height:auto;
	margin: 26px 0 15px;
	padding:0;
	text-align: center;
}
.social-box2 .fa{
	width:35px;
	height:35px;
	margin:7px;
	padding:0;
	line-height:35px;
	text-align:center;
	color:#fff;
	background: #ff7d0d;
	font-size:16px;
	/* float:left; */
	cursor:pointer;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.social-box2 .fa:hover{
	background: #537abf;
	color:#fff;
}




.inner-footer-in p{margin:0px auto;padding:0px;font-family: 'Roboto', sans-serif;font-size: 15px;line-height: 98px;font-weight: 300;color: #fff;text-align: center;margin: 0;/*padding: 0px 5px 5px 5px;*/}


.inner-page-main{margin:0px;padding:0px;width:100%;padding-bottom: 80px;}


.inner-page-main-in{margin:0px auto;padding:0px;width:1200px;/* height:500px; */height: auto;}

.inner-page-main-in-imgbox1{ margin: 50px 40px; padding:0px; width:320px; height:350px;     background: rgba(240, 240, 240, 0.68);float: left;
    border-top: 8px solid #ff7d0d;
    border-radius: 10px;}
	
.inner-page-main-in-imgbox1 img{ margin:0px; padding:0px; width:320px; height:300px; background:#214392; }

.inner-page-main-in-imgbox1 h5{margin:0px auto;padding:0px;font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 48px;font-weight: 300;color: #000;text-align: center;}

.inner-page-main-in-imgbox1:hover{ background:#ff7d0d; }

.inner-page-main-in-imgbox1 h5:hover{color:#fff;}


.inner-page-main-in-right{ margin:0px; padding:0px; width:600px; height:469px; margin:0px -31px 0px 0px; float:right; }

.inner-page-main-in-right-inner{ margin:0px; padding:0px; width:300px;     height: 260px;
    margin: 100px 0px 0px 0px;float:right; }


.inner-page-main-in-left{margin:0px;padding:0px;width:600px;height: auto;margin:0px 0px 0px 0px;float: left;padding-top: 60px;}

.inner-page-main-in-left-inner{margin:0px;padding:0px;width:750px;height: auto;margin:0px 0px 0px 0px;float: left;padding-top: 60px;}

.inner-page-main-in-left-inner2{margin:0px;padding:0px;width: 150px;height: auto;margin:0px 0px 0px 0px;float: left;}
.inner-page-main-in-left-inner3{margin:0px;padding:0px;width: 180px;height: auto;margin:0px 0px 0px 0px;float: left;}
.inner-page-main-in-left-inner4{margin:0px;padding:0px;width: 120px;height: auto;margin:0px 0px 0px 0px;float: left;}


.inner-page-main-in-left-inner2 ul{ margin:0px; padding:0px; }
.inner-page-main-in-left-inner2 ul li{ margin:0px; padding:0px; font-size: 16px;
    line-height: 26px !important;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left; list-style:none; background:none !important;}
	
.inner-page-main-in-left-inner2 ul li .fa{margin: 0px 30px 0px 30px;padding:0px;font-size: 36px;color:#ff7d0d;}

.inner-page-main-in-left-inner3 ul{ margin:0px; padding:0px; }
.inner-page-main-in-left-inner3 ul li{ margin:0px; padding:0px; font-size: 16px;
    line-height: 26px !important;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left; list-style:none; background:none !important;}
.inner-page-main-in-left-inner3 ul li .fa{margin: 0px 30px 0px 30px;padding:0px;font-size: 36px;color:#ff7d0d;}


.inner-page-main-in-left-inner4 ul{ margin:0px; padding:0px; }
.inner-page-main-in-left-inner4 ul li{
    margin:0px;
    padding:0px;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
    list-style:none;
    padding: 10px 10px !important;
    background:none !important;
    }
.inner-page-main-in-left-inner4 ul li .fa{margin: 0px 30px 0px 30px;padding:0px;font-size: 36px;color:#ff7d0d;}



.contact-center {
    float: left;
    width: 582px;
    height: auto;
    margin-top: 25px;
    margin-left: 20px;
    
}

.contact-center-main {
    float: left;
    width: 100%;
    height: auto; margin-bottom:10px;
    
    
}
.contact-center-main .cpt{ margin:0px; padding:0px; width:50%; float:right;    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 0px 0px;
    padding: 5px;
  
    line-height: 30px;
    border: none;
    color: #000;
    /*border: 1px solid #bfbfbf;*/
    font-size: 14px; height:40px;
    background: rgba(240, 240, 240, 0.65);
    font-weight: 300;box-sizing: border-box;}



.contact-center input {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 5px 0px;
    padding: 5px;
    width: 100%;
    line-height: 30px;
    border: none;
    color: #000;
    /*border: 1px solid #bfbfbf;*/
    font-size: 14px;
    background: rgba(240, 240, 240, 0.65);
    font-weight: 300;box-sizing: border-box;
}

.contact-center textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 5px 0px;
    padding: 5px;
    width: 370px;
    color: #000;
    min-width: 370px;
    min-height: 40px;
    line-height: 42px;
    font-size: 14px;
    border: none;
   /* border: 1px solid #bfbfbf;*/
    background: rgba(240, 240, 240, 0.65);
    font-weight: 300;
}

.send {
    width: 100px !important;
    height: 38px;
    display: block;
    float: right;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 30px 0px;
    padding: 0px;
    /*border: 1px solid #0063a2;*/
    background: #ff7d0d  !important;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: auto;
    /* margin-right: 12px; */
}
.send:hover{background: #193463 !important;}

.inner-page-main-in-left h3 {
    margin: 0px auto;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #244a8d;
    letter-spacing: 4px;
    text-align: left;
    margin: 0;
    padding: 0px 0px 0px 0;
}

.inner-page-main-in-left p{
    margin:0px;
    padding: font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
    margin: 0;
    /* position: relative; */
    /* width: 700px; */
    padding: 20px 0px;
    }
.inner-page-main-in-left ul{ margin:0px; padding:0px;}	
.inner-page-main-in-left ul li{ margin:0px; padding:0px;
padding: font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 12px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
	padding: 10px 20px;
    background: url(../images/arrow.png) no-repeat left 12px; list-style:none;}	
	



.pp1{
    margin:0px;
    padding: font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: justify;
    margin: 0;
    position: relative;
    width: 800px;
    padding: 20px 0px;
    }


.pp2{
    margin:0px;
    padding: font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: justify;
    margin: 0;
    position: relative;
    width: 660px;
    padding: 20px 0px;
    }


.pp3{
    margin:0px;
    padding: font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: justify;
    margin: 0;
    position: relative;
    width: 690px;
    padding: 20px 0px;
    }

.pp4{
    margin:0px;
    padding: font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: justify;
    margin: 0;
    position: relative;
    width: 700px;
    padding: 20px 0px;
    }


.inner-topbanner-in-left{ margin:0px; padding:0px; width:500px; float:left;}

#navwrap {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 300px;
	height: 260px;
	padding: 20px;
	box-sizing: border-box;
	background: #244a8d;
	border-radius: 1px;
	border: 1px solid #e0dddd;
	position: relative;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59a4ff+1,59a4ff+1,655ec0+100 */
background: #; /* Old browsers */
	background: -moz-linear-gradient(top, #59a4ff 1%, #59a4ff 1%, #655ec0 100%); /* FF3.6-15 *//* background: -webkit-linear-gradient(top,  #59a4ff 1%,#59a4ff 1%,#655ec0 100%); */ /* Chrome10-25,Safari5.1-6 *//* background: linear-gradient(to bottom,  #59a4ff 1%,#59a4ff 1%,#655ec0 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a4ff', endColorstr='#655ec0', GradientType=0 ); /* IE6-9 */
}
.right-menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.right-menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.right-menu ul li {
	margin: 0px;
	padding: 10px 0px 15px 10px;
	list-style: url(../images/rr.png);background: none;
	line-height: 22px;
	border-bottom: 1px dotted #70acff;
}
.right-menu ul li a {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 0px;/* line-height: 25px; */
}
.right-menu li a:hover, .right-menu li a.active {
	color: #46d4ff;
}


.inner-topbanner-in-right{margin:0px;padding:0px;width: 220px;float:right;}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
	    text-transform: uppercase;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ff7d0d;color: #fff;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: rgba(238, 238, 238, 0.32);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

div.panel p {
    margin: 0px;
    padding: font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000;
   
    margin: 0;
    padding: 20px 0px;
	text-align: justify;
}



.accordian-in-left{margin:0px;padding:0px;width:300px;height: 200px;margin:0px 0px 0px 0px;float: left;}
.accordian-in-left2{margin:0px;padding:0px;width:300px;height: 200px;margin: 15px 20px 10px 0px;float: left;}

.accordian-in-left img {
	width: 300px;
    height: auto;
    float: left;
	padding: 2px;
    margin: 10px 0px;
    background: #fff;
	/*border: 1px solid #f6f6f6; 
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);*/}
	
	
	.accordian-in-left2 img {
	width: 300px;
    height: auto;
    float: left;
	padding: 2px;
    margin: 10px 0px;
    background: #fff;
	/*border: 1px solid #f6f6f6; 
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);*/}
	
	
.accordian-in-right{margin:0px;padding:0px;width:400px;height: auto;margin:0px 0px 0px 0px;float: right;}
.accordian-in-right ul{ margin:0px; padding:0px;}
.accordian-in-right ul li{ margin:0px; padding:0px;font-family: 'Roboto', sans-serif;    background: url(../images/arrow.png) no-repeat left 12px;     list-style: none;
    font-size: 15px;
    color: #555555;
    margin: 2px;
    padding: 2px 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;}
	
.text-box{
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 95%;
    border: none;
	font-family: 'Roboto', sans-serif;
	    text-transform: uppercase;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.map-in{margin:0px;padding:0px;width:500px;height:400px;background:#ccc;margin-top: 70px;margin-left: 50px;}

.thank-you {
    width: 70%;
    height: auto;
    margin: 200px auto;
    padding: 50px 20px;
    border: 1px solid #ff9700;
}

.thank-you p {
    font-size: 22px;
       font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    padding: 5px 0px;
}