@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Asap:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,500,600,700,900');
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), url('../fonts/OpenSans-Regular.html') format('woff'), 
	url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans'), url('../fonts/OpenSans-Light.html') format('woff'), 
	url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans'), url('../fonts/OpenSans-Bold.html') format('woff'), 
	url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: local('Open Sans'), url('../fonts/OpenSans-Semibold.html') format('woff'), 
	url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

ul, ol {
	margin: 0px;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #F47F1F;
    bottom: 20px;
    right: 0;
    display: none;
    z-index: 2222222;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
}
img {
	vertical-align: middle;
}
body {
	font-size: 15px;
	color: #444;
	font-weight: 400;
	line-height: 22px;
	overflow-x: hidden;
	font-family: 'Asap', 'Open Snas', sans-serif;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
	font-weight: 500;
}
.fullbody {
	width: 100%;
	float: left;
}
.fullpage {
	max-width: 1200px;
	min-width: 240px;
	margin: 0px auto;
	position: relative;
}
.header {
	z-index: 999;
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
	transition: all .5s;
}
.header.fixed {
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	transition: all .5s;
}
.logo {
	position: relative;
	float: left;
	padding-top: 22px;
	transition: all .5s;
}
.header.fixed .logo {
	padding-top: 5px;
	transition: all .5s;
}
.logo img {
	max-width: 250px;
}
.menu_nav {
	float: right;
	width: 70%;
}
ul.menu {
	position: relative;
	float: right;
	list-style-type: none;
}
ul.menu li {
	float: left;
	position: relative;
	padding-left: 30px;
}
ul.menu li.home a {
	color: #D76304;
	font-size: 22px;
}
ul.menu li a {
	float: left;
	color: #444;
	font-size: 16px;
	font-weight: 500;
	padding:30px 0;
	text-transform: capitalize;
	position: relative;
	transition: all .5s;
}
.header.fixed ul.menu li a {
	padding:15px 0;
	transition: all .5s;
}
ul.menu > li:hover a, ul.menu li > a:hover {
	color: #F47F1F;
	transition: all .5s;
}
ul.menu li a.active {
	color: #F47F1F;
	transition: all .5s;
}
ul.menu ul {
	left: 0;
	position: absolute;
	top: 100%;
	width: 260px;
	background-color: #fff;
	margin-top: -50px;
	opacity: 0;
	border-top: 3px solid #F47F1F;
	visibility: hidden;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-animation-duration: .5s;
          animation-duration: .5s;
}
ul.menu ul:before {
	left: 20%;
	position: absolute;
	top: -10px;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F47F1F;
}
ul.menu li:hover ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
	transition: all .5s;
}
ul.menu ul li {
	width: 100%;
	float: left;
	padding: 0;
	border: 0px;
	position: relative;
}
ul.menu ul li a {
	width: 100%;
	float: left;
	font-weight: 400;
	text-transform: capitalize;
	padding: 7px 15px;
	font-size: 14px;
}
.header.fixed ul.menu ul li a {
    padding: 7px 15px;
    transition: all .5s;
}
ul.menu > li:hover li a {	
	color: #555;
	transition: all .5s;
}
ul.menu ul li a:hover {
	color: #fff;
	background: #F47F1F;
}
.top_cnt {
	float: right;
	margin-top: 20px;
}
.top_cnt a {
	float: left;
	padding: 8px 35px;
	border-radius: 25px;
	color: #fff;
	background: #F47F1F;
	transition: all .5s;
}
.top_cnt a:hover {
	background: #E63C2E;
	transition: all .5s;
}
/* ---- banner ---- */
.topmargin {
	height: 82px;
	transition: all .5s;
}
.homebanner {
	width: 100%;
	float: left;
	padding: 0;
	background-color: #fff;
	position: relative;
}
.home_banner img,  .item img {
	width: 100%;
}
.item.active .banner_text {
	opacity: 1;
}
.fullbody.indicators {position: relative;}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 330px;
    z-index: 10;
    color: #333;
    font-size: 26px;
    background: rgba(255,255,255,0.5);
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    line-height: 50px;
}
.carousel-control.left {
	left: -10%;
	transition: all .5s;
}
.carousel-control.right {
	right: -10%;
	transition: all .5s;
}
.homebanner:hover .carousel-control.left {
	left: 5%;
	transition: all .5s;
}
.homebanner:hover .carousel-control.right {
	right: 5%;
	transition: all .5s;
}
.pavcontentslider .carousel-indicators li.active {}
.pavcontentslider .carousel-indicators li {
	width: 18px;
	height: 18px;
}
.banner_text {
	width:40%;
	z-index:9;
	position:absolute;
	right: 0;
	top: 38%;
	padding: 30px;
	padding-right: 10%;
	background: rgba(255,255,255,0.6);
}
.banner_text h4 {
	font-weight: bold;
	font-size:18px;
	line-height:26px;
	padding:0px;
	margin:10px 0;
	color: rgba(27,0,181,1);
	font-weight: 400;
}
.banner_text h2 {
	font-weight: 300;
    font-size:40px;
	color:rgba(27,0,181,1);
	font-family: 'Roboto Condensed', 'Open Sans';
	line-height:50px;
	margin:0;	
}
.banner_text h2 .span1 {
	font-weight: 500;
	display: block;
}
.banner_text h2 .span2 {
	font-weight: 600;
	display: block;
}
.btitle {
	margin-top: 10px;
}
.btitle a span, .btitle a i {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-right: 2px;
	transition: all .5s;
	background: #F47F1F;
}
.btitle a:hover span, 
.btitle a:hover i {
	text-decoration: none;
	background: rgba(27,0,181,1);
	transition: all .5s;
}
a.banner_btn {
	position: absolute;
    width: 60px;
    height: 40px;
    bottom: 20px;
    left: 50%;
    font-size: 20px;
    color: #fff;
    margin-left: -30px;
    text-decoration: none;
    z-index: 200;
	overflow: hidden;
}
a.banner_btn span {
	position: relative;
	display: block;
}
a.banner_btn span:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 40px solid #F47F1F;
}
a.banner_btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	line-height: 30px;
    text-align: center;
	content: '\f107';
	z-index: 10;
	font-family: 'FontAwesome';
	  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
       -webkit-animation-name: bounce1;
          animation-name: bounce1;
}
/* home_about */
.tagline {
/*	background-image: url(../images/banner1.jpg);*/
	background-image: url(../images/banner_10.jpg);
	
	background-position: center center;
	background-size: 100%;
}
.tagline_mask {
	padding: 100px 0;
	text-align: center;
	background: rgba(255,255,255,0.8);
	font-family: 'Titillium Web';
}
.home_about {
	margin: 30px 0;
	color: #444;
	text-align: center;
}
.tagline .h1-div {
	color: rgba(27,0,181,1);
	font-weight: 600;
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 20px;
	padding: 0 100px;
	text-transform: uppercase;
}
.tagline .h2-div {
	color: #333;
	font-size: 24px;
	font-weight: 600;
}
.home_about h3 {
	float: left;
	font-size: 30px;
	margin: 30px 0;
}
.ha_text {
	font-size: 18px;
	line-height: 28px;
}
.ha_text p {
	margin-bottom: 10px;
}
a.more {
	display: inline-block;
	margin-top: 20px;
}
a.more span, a.more i {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-right: 2px;
	transition: all .5s;
	background: #F47F1F;
}
a.more:hover span, 
a.more:hover i {
	text-decoration: none;
	background: rgba(27,0,181,1);
	transition: all .5s;
}
/*a.more {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background: #F47F1F;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 20px;
    -moz-osx-font-smoothing: grayscale;
}
.more::before {
  content:'';
  position:absolute;
  border:#F47F1F solid 4px;
  top:0;
  right:0;
  bottom:0;
  left:0;
  -webkit-transition-duration:0.3s;
  transition-duration:0.3s;
  -webkit-transition-property:top, right, bottom, left;
  transition-property:top, right, bottom, left;
}
.more:hover::before, .more:focus::before, .more:active::before {
  top:-8px;
  right:-8px;
  bottom:-8px;
  left:-8px;
}*/
/*servcies*/
.services {
	position: relative;
	text-align: center;
    background-image: url(../images/banner.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.services_mask {	
	padding: 50px 0;
    background-color: rgba(27,0,181,0.8);
}
.services h2 {
	font-size: 28px;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	font-weight: 500;
	border: 1px solid #fff;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Titillium Web';
	text-transform: uppercase;
}
.hs_text {
	padding: 0 100px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Titillium Web';
}
.services h2:before, .services h2:after {
	position: absolute;
	top: 24px;
	left: -100%;
	width: 100%;
	height: 1px;
	content: '';
	background: #fff;
}
.services h2:after {
	left: auto;
	right: -100%;
}
.serv_first {
	margin-top: 20px;
	background: #fff;
}
.serv_first .img {
	width: 60%;
	overflow: hidden;
	height: 370px;
	float: left;
}
.serv_first .img img {
	width: 100%;
	float: left;
	transform: scale(1);
	transition: all .5s;
}
.serv_first:hover img {
	transform: scale(1.1);
	transition: all .5s;
}
.serv_text {
	width: 40%;
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
	float: right;
	padding: 40px;
}
.serv_text h3 {
	display: block;
	color: rgb(244,127,31);
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}
.readmore-btn {
    color: #666666;
    display: inline-block;
    margin: 20px 0;
    font-size: 18px;
    position: relative;
}
.readmore-inner {
    display: inline-block;
    border: 1px solid #dadada;
    line-height: 26px;
    text-align: center;
    padding: 5px 10px;
    position: relative;
}
.readmore-inner::before {
    background-color: #F47F1F;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: all .5s;
}
.readmore-inner span {
    position: relative;
    z-index: 99;
}
.read-arrow {
    border: 1px solid #dadada;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 38px;
    width: 30px;
    float: right;
    border-left: none;
}
.read-arrow::before {
    color: #666666;
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    left: -100%;
    font-size: 20px;
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    line-height: 38px;
    text-align: center;
    width: 100%;
}
.read-arrow::after {
    color: #666666;
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    right: 0;
    font-size: 20px;
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    line-height: 38px;
    text-align: center;
    width: 100%;
}
.readmore-btn:hover{color: #fff;transition: all 0.4s ease;}
.readmore-btn:hover .readmore-inner:before{width: 100%;transition: all 0.4s ease;}
.readmore-btn:hover .read-arrow:after{right: -100%;transition: all 0.2s ease;}
.readmore-btn:hover .read-arrow:before{left: 0;transition: all 0.3s ease;transition-delay: 0.2s;}
.services_list li {
	list-style-type: none;
	float: left;
/*	width: 32%;*/
	width: 48%;
	margin-top: 25px;
	margin-right: 2%;
	background: #fff;
}
.services_list li:last-child {
	margin-right: 0;
}
.services_list .img {
	width: 100%;
	float: left;
	height: 250px;
	overflow: hidden;
}
.services_list .img img {
	width: 100%;
	float: left;
	transform: scale(1);
	transition: all .5s;
}
.services_list li:hover img {
	transform: scale(1.1);
	transition: all .5s;
}
.servli_text {
	width: 100%;
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
	float: right;
	padding: 0 15px;
}
.servli_text h3 {
	display: block;
	color: rgb(244,127,31);
	font-size: 22px;
	font-weight: 400;
	margin: 15px 0;
}
.allservBtn {
	text-align: center;
	margin-top: 50px;
}
.allservBtn .readmore-btn {
	margin: 0;
    color: #fff;
}
.allservBtn .readmore-inner {
    padding: 10px 25px;
    color: #fff;
}
.allservBtn .read-arrow {
    height: 48px;
    width: 40px;
    color: #fff;
}
.allservBtn .read-arrow::before,.allservBtn .read-arrow::after {
    color: #fff;
    line-height: 45px;
}
/*footer*/
.footer {
	padding-top: 30px;
	position: relative;
}
.fbox {
	float: left;
	width: 40%;
	color: #555;
	padding-right: 50px;
	margin-bottom: 30px;
}
.fbox p a {
	color: #F47F1F;
	vertical-align: baseline;
}
.fbox h4, .fbox3 h4 {
	color: rgba(27,0,181,1);
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.fbox2 {
	width: 35%;
	float: left;
	padding:20px 25px;
	margin: 10px 0;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; 
}
.fbox2 a {
	display: inline-block;
	color: #777;
	margin: 2px 0;
	transition: all .5s;
}
.top_a a {
	font-weight: 600;
	font-size: 16px;
	margin:0 5px;
	margin-bottom: 10px;
}
.fbox2 span {
	color: #bbb;
	margin: 0 8px;
	display: inline-block;
}
.fbox2 a:hover {
	color: #F47F1F;
	transition: all .5s;
}
.fbox3 {
	float: right;
	width: 20%;
	padding-right: 0;
}
.fbox p {
	color: #555;
	margin-top: 5px;
	display: block;
}
.fbox p i {
	margin-right: 10px;
}
ul.csocial {
    width: 100%;
    float: left;
    padding-left:0;
    list-style-type: none;
    margin-top: 15px;
}
ul.csocial li {
    float: left;
    width: auto;
    margin-right: 10px;
}
ul.csocial li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F47F1F;
    color: #fff;
    transition: all .5s;
}
ul.csocial li a:hover {
    background: rgba(27,0,181,1);
    color: #fff;
    transition: all .5s;
}
.copyrights {
	padding: 15px 0;
	text-align: center;
	color: #888;
	background: #333;
}
/*innerbanner*/
.innerbanner {
	position: relative;
	max-height: 500px;
	overflow: hidden;
}
.innerbanner img {
	width: 100%;
}
.bcumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	padding: 10px 0;
}
.bcumbs ul li {
	float: left;
	padding-right: 15px; 
	color: #333;
}
.bcumbs ul li a {
	vertical-align: baseline;
	color: #F47F1F;
}
.bcumbs ul li a i {
	margin-right: 5px;
}
.text-center {
	text-align: center;
}
.page {
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.page p {
	display: block;
	margin-bottom: 10px;
    text-align: justify;
}
.page h3 {
	display: block;
	font-size: 22px;
	color: rgba(27,0,181,1);
	margin-bottom: 20px;
}
.about-us h2 {	
	display: block;
	font-size: 22px;
	color: #F47F1F;
	line-height: 32px;
	padding: 0 20px;
	margin-bottom: 20px;
}
ul.about li {	
	list-style: none;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
}
ul.about li:nth-child(even) {
	background: #f5f5f5;
}
ul.servicess li {	
	background: rgba(27,0,181,0.1);
}
ul.servicess li:nth-child(2) {
	background: rgba(244,127,31,0.1);
}
ul.servicess li:nth-child(3) {
	background: rgba(14,155,255,0.1);
}
ul.servicess li:nth-child(4) {
	background: rgba(77,192,0,0.1);
}
ul.servicess li:nth-child(5) {
	background: rgba(103,55,231,0.1);
}
ul.servicess li:nth-child(6) {
	background: rgba(20,108,123,0.1);
}
ul.servicess li:nth-child(7) {	
	background: rgba(27,0,181,0.1);
}
ul.servicess li:nth-child(8) {
	background: rgba(244,127,31,0.1);
}
ul.servicess li:nth-child(9) {
	background: rgba(14,155,255,0.1);
}
ul.servicess li:nth-child(10) {
	background: rgba(77,192,0,0.1);
}
ul.servicess li:nth-child(11) {
	background: rgba(103,55,231,0.1);
}
ul.servicess li:nth-child(12) {
	background: rgba(20,108,123,0.1);
}
ul.about li .about-img {	
	width: 40%;
	float: left;
	text-align: center;
}
ul.about li .about-img img {	
	max-width: 100%;
	display: inline-block;
}
ul.about li .about-txt {	
	width: 57%;
	float: right;
	text-align: justify;
	font-size: 17px;
	line-height: 24px;
	padding: 25px 0 0 0;
}
ul.about li .service .about-txt {	
	width: 58%;
	float: right;
	text-align: justify;
	font-size: 18px;
	line-height: 28px;
	padding: 50px;
}
.about-txt p {
	margin-bottom: 10px;
	display: block;
}
.about-txt h3 {	
	display: block;
	color: rgba(27,0,181,1);
	font-size: 22px;
	margin-bottom: 10px;
}
.service .about-txt h3 {	
	font-size: 24px;
	margin-bottom: 15px;
}
ul.about li:nth-child(even) .about-img {
	float: right;
}
ul.about li:nth-child(even) .about-txt {
	float: left;
}
.about-txt ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-txt ul li {
	width: 100%;
	float: left;
	margin: 0;
	border-bottom: 0px solid #ccc;
	position: relative;
	padding: 2px 0 2px 15px;
}
ul.about .about-txt li:nth-child(even) {
	background: none;
}
.about-txt ul li:before {
	position: absolute;
	top: 2px;
	left: 2px;
	content: '\f105';
	font-family: 'FontAwesome';
}
.abtvision_grid {
	position: relative;
	background-image: url(../images/banner1.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.abtvision_grid_mask {
	text-align: center;
	background: rgba(244,127,31,0.9);
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.visdridtxt {
	padding: 100px;
	text-align: left;
}
.abtvision_grid_mask ul {
	list-style: none;
	position: relative;
	margin-top: 20px;
}
.abtvision_grid_mask ul li:after {
	position: absolute;
	top: 5px;
	left: 0;
	content: '\f0a4';
	font-family: 'FontAwesome'
}
.abtvision_grid_mask li {
	float: left;
	width: 100%;
	padding:5px 0 5px 30px;
	color: #fff;
	position: relative;
}
.about_grid {
	position: relative;
	background-image: url(../images/banner.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.about_grid_mask {
	padding: 100px 0;
	text-align: center;
	background: rgba(27,0,181,0.9);
}
.about_grid_mask ul {
	list-style: none;
	position: relative;
	z-index: 5;
}
.about_grid_mask ul:after {
	position: absolute;
	top: 42%;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background: #fff;	
	z-index: 0;
}
.about_grid_mask li {
	float: left;
	width: 16.6%;
	padding:0 10px;
	color: #fff;
	position: relative;
}
.about_grid_mask li:after {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -20px;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
}
.about_grid_mask li:nth-child(even) {
	margin-top: 100px;
}
.about_grid_mask li:nth-child(even):after {
	bottom: 40px;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid #fff;
}
.page_left {
    width: 72%;
    float: left;
}
.page_right {
	width: 25%;
	float: right;
	background: #f5f5f5;
}
.page_right ul {
	width: 100%;
	float: left;
	list-style-type: none;
	border-top: 1px solid #ddd;
}
.page_right li, .page_right li a {
	width: 100%;
	float: left;
}
.page_right li.title {
	padding: 8px 15px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	background: rgba(27,0,181,1);
}
.page_right li a {
	padding: 8px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	transition: all .5s;
}
.page_right li a:hover, .page_right li a.active {
	background: #f47f1f;
	color: #fff;
	transition: all .5s;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/*contact us*/
.contact {background:#fff;}
.cnt-list ,
.address_list {
    list-style:none;
}
.cnt-list li {
	width: 32%;
	float: left;
	background: #eee;
	padding: 40px;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 10px;
}
.cnt-list li:last-child {
	margin-right: 0;
}
.cnt-list li h5 {
	display: block;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}
.cnt-list li a {
	display: inline-block;
	color: rgba(27,0,181,1);
}
.address_list li {
    width:100%;
    float:left;
    margin:10px 0;
	background: #f0f0f0;
}
.address_list li:before,.address_list li:after {
    display:none;
}
.address_box {
	float: left;
	width: 40%;
	min-height: 250px;
	background-size: cover;
	background-position: center right;
}
.address_map {
    float:right;
    width:60%;
    height:250px;
}
.address_map iframe {
    border:0px;
    width:100%;
    height:100%;
}
.address {
	color: #333;
	display: inline-block;
	float: left;
	min-height: 250px;
	font-size: 14px;
	text-align: left;
	padding:25px 50px;
	line-height: 24px;
    position:relative;
}
.address p {
    margin-bottom:0;
    padding:0;
}
.address div {
    position: absolute;
    bottom: 0px;
    left: 50px;
    color: #b7b7b7;
}
.address h5 {
	font-size: 18px;
	line-height: 24px;
	color: rgb(174,16,22);
	display: inline-block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
/*contact_form*/
.contact_form {
	background: #f3f3f3;
	text-align: center;
}
.contact_form h1 {
	font-size: 22px;
	color: #F47F1F;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.contact_form form {
	width: 60%;
	display: inline-block;
	margin: 0 auto;
}
.halfdiv {
	width: 49%;
	float: left;
}
.halfdiv.right {
	float: right;
}
input.catxt, textarea.catxt {
	width: 100%;
	float: left;
	height: 40px;
	border:1px solid #c0c0c0;
	color: #555;
	font-size: 14px;
	background: none;
	padding: 10px;
	margin-bottom: 25px;
	font-family: 'proxima-nova', 'Open Snas', sans-serif;
	transition: all .5s;
}
input.catxt:focus, textarea.catxt:focus,input.catxt:active, textarea.catxt:active {
	border:1px solid #999;
	outline: 0px;
	box-shadow: none;
	transition: all .5s;
}
input.catxt:invalid, textarea.catxt:invalid {
/*	border:1px solid rgb(236,29,35);*/
	outline: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all .5s;
}
textarea.catxt {
	height: 100px
}
input.cabtn {
	float: right;
	margin-top: 15px;
	border: 0px;
	color: #fff;
	padding: 15px 50px;
	background: #F47F1F;
	cursor: pointer;
	transition: all .5s;
}
input.cabtn:hover, input.cabtn:focus {
	background: rgba(27,0,181,1);
	transition: all .5s;
}

/*mobile menu*/
.mobile_menu {
	width: 100%;
	float: left;
	position: relative;
	display: none;
}
.mmenu {
	width: 240px;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	background: #F47F1F;
	margin-right: -240px;
	transition: all .5s;
}
.mmenu.open {
	margin-right: 0;
	transition: all .5s;
}
.micon {
    position: relative;
    margin-top: -30px;
    height: 35px;
    width: 40px;
    float: right;
    cursor: pointer;
    font-size: 32px;
    color: #333;
}
.micon:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f0c9';
	font-family: 'FontAwesome';
}
.micon.open:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f00d';
	font-family: 'FontAwesome';
}
.ladder {
    list-style-type: none;
    width: 100%;
    float: left;
}
.ladder ul li {
    height: auto;
    max-height: 400px;
    padding: 0;
    color: #fff;
    transition: max-height .3s 0 ease-in;
    overflow: visible;
    position: relative;
}
.ladder .collapse li {
    height: 0;
    max-height: 0;
    overflow: hidden;
}
.ladder a {
  text-decoration: none;
  padding: .5em 1em;
  display: block;
  color: #fff;
  border-top: 1px solid #E97214;
}
a#close_menu {
	background: rgba(27,0,181,1);
	color: #fff;
}
.ladder a i {
  float: right;
}
.ladder a:link, .ladder a:visited {
  color: #333;
}
.ladder a:hover {
  background: #CC5E04;
  color: #fff;
}
.ladder ul a {
  background: #CC5E04;    
}
.ladder ul ul a {
  background: #48c7a2;    
}






/* resposive 0111*/
@media only screen and (min-width : 980px) and (max-width :1279px) {
.fullpage {
    max-width: 960px;
}
.menu_nav {
    width: 73%;
}
ul.menu li {
    padding-left: 21px;
}
.banner_text {
    width: 45%;
}
.carousel-control.left, .carousel-control.right {
	top: 250px;
}
.serv_first .img {
    height: 298px;
}
.serv_text {
	padding: 20px 20px 0 20px
}
.services_list .img {
    height: 208px;
}
.servli_text h3 {
    font-size: 20px;
}
.fbox2 {
    padding: 20px 05px;
}
ul.csocial li {
    margin-right: 8px;
}
.about_grid_mask li {
    min-height: 50px;
}
.about_grid_mask li::after {
    bottom: -20px;
}
.about_grid_mask li:nth-child(2n) {
    min-height: 67px;
}
.about_grid_mask li:nth-child(2n)::after {
    bottom: 52px;
}

}
/* 0222 */
@media only screen and (min-width : 768px) and (max-width :979px) {
.fullpage {
    max-width: 750px;
}
.menu_nav {
    display: none;
}
.logo {
    padding-top: 5px;
}
.mobile_menu {
    display: block;
}
.banner_text {
    width: 42%;
}
.carousel-control.left, .carousel-control.right {
	top: 200px;
}
.serv_first .img {
    height: 298px;
}
.serv_text {
	padding: 20px 20px 0 20px
}
.services_list .img {
    height: 160px;
}
.servli_text h3 {
    font-size: 20px;
}
.fbox {
    float: left;
    width: 35%;
    color: #555;
    padding-right: 30px;
    margin-bottom: 30px;
}
.fbox2 {
    padding: 20px 05px;
}
.fbox3 {
    float: right;
    width: 26%;
    padding-right: 0;
}
ul.csocial li {
    margin-right: 8px;
}
.about_grid_mask li {
    min-height: 50px;
}
.about_grid_mask li::after {
    bottom: -20px;
}
.about_grid_mask li:nth-child(2n) {
    min-height: 67px;
}
.contact_form form {
    width: 80%;
}

}
/* 0333 */
@media only screen and (min-width : 360px) and (max-width :767px) {
.fullpage {
    max-width: 550px;
    padding: 0 10px;
}
html, body {overflow-x: hidden;}
.menu_nav {
    display: none;
}
.logo {
    padding-top: 5px;
}
.logo img {
    max-width: 200px;
}
.mobile_menu {
    display: block;
}
.banner_text {
    width: 42%;
    display: none;
}
.carousel-control.left, .carousel-control.right {
	top: 200px;
}
.banner_btn {
	display: none;
}
.tagline {
    background-size: cover;
}
.tagline_mask {
    padding: 50px 0;
}
.tagline .h1-div {
    font-size: 22px;
    line-height: 28px;
    padding: 0;
}
.serv_first .img {
    height: 183px;
    width: 100%;
}
.serv_text {
    padding: 20px;
    width: 100%;
}
.services_list li {
    width: 100%;
    margin-right: 0;
}
.services_list .img {
    height: 220px;
}
.servli_text h3 {
    font-size: 20px;
}
.fbox, .fbox2, .fbox3 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
}
.fbox2 {
    padding: 20px 05px;
}
.page {
    padding: 20px 0;
}
.about-us h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
}
ul.about li .about-img {
    width: 100%;
}
ul.about li .about-txt {
    width: 100%;
    padding: 15px 0;
}
.about_grid_mask ul::after {
    display: none;
}
.about_grid_mask li {
	width: 100%;
	padding: 20px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	margin: 5px 0;
}
.about_grid_mask li:nth-child(even) {    
	padding: 20px;
    margin: 5px 0;
}
.about_grid_mask li::after, .about_grid_mask li:nth-child(2n)::after {
	display: none;
}
.about_grid_mask {
    padding: 50px 0;
}
.cnt-list li {
    width: 100%;
    margin-right: 0;
}
.address_box {
    float: left;
    width: 100%;
}
.address ,
.address_map {
    width: 100%;
}
.contact_form form {
    width: 100%;
}
.innerbanner {
    margin-top: 45px;
}
.bcumbs {
    padding: 5px 0;
}
.bcumbs ul li, .bcumbs ul li a {
    padding-right: 13px;
}
.carousel-control.left, .carousel-control.right {
	display: none !important;
}
.page_left {
width:100%;
}
.page_right {
width:100%;
margin-bottom:15px;
}
.halfdiv.capcha {
    width: 100%;
    float: left;
}

}
@media only screen and (min-width : 240px) and (max-width :359px) {
.fullpage {
    max-width: 320px;
    padding: 0 10px;
}
html, body {overflow-x: hidden;}
.menu_nav {
    display: none;
}
.logo {
    padding-top: 5px;
}
.logo img {
    max-width: 200px;
}
.mobile_menu {
    display: block;
}
.banner_text {
    width: 42%;
    display: none;
}
.carousel-control.left, .carousel-control.right {
	top: 200px;
}
.banner_btn {
	display: none;
}
.tagline {
    background-size: cover;
}
.tagline_mask {
    padding: 50px 0;
}
.tagline .h1-div {
    font-size: 22px;
    line-height: 28px;
    padding: 0;
}
.serv_first .img {
    height: 160px;
    width: 100%;
}
.serv_text {
    padding: 20px;
    width: 100%;
}
.services_list li {
    width: 100%;
    margin-right: 0;
}
.services_list .img {
    height: 180px;
}
.servli_text h3 {
    font-size: 20px;
}
.fbox, .fbox2, .fbox3 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
}
.fbox2 {
    padding: 20px 05px;
}
.page {
    padding: 20px 0;
}
.about-us h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
}
ul.about li .about-img {
    width: 100%;
}
ul.about li .about-txt {
    width: 100%;
    padding: 15px 0;
}
.about_grid_mask ul::after {
    top: 0;
    left: 49%;
    width: 5px;
    height: 100%;
}
.about_grid_mask li {
	width: 50%;
    padding: 50px 50px 50px 0;
}
.about_grid_mask li:nth-child(even) {    
    padding: 50px 0 50px 50px;
    margin: 0;
}
.about_grid_mask li::after {
    position: absolute;
    bottom: 45px;
    left: 100%;
    margin-left: -43px;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}
.about_grid_mask li:nth-child(2n)::after {
    bottom: 45px;
    margin-left: 0;
    border-left: 20px solid #fff;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    left: 0;
}
.about_grid_mask {
    padding: 50px 0;
}
.cnt-list li {
    width: 100%;
    margin-right: 0;
}
.address_box {
    float: left;
    width: 100%;
}
.address,
.address_map {
    width: 100%;
}
.contact_form form {
    width: 100%;
}
.innerbanner {
    margin-top: 45px;
}
.bcumbs {
    padding: 5px 0;
}
.bcumbs ul li, .bcumbs ul li a {
    padding-right: 13px;
}
.carousel-control.left, .carousel-control.right {
	display: none !important;
}
.page_left {
width:100%;
}
.page_right {
width:100%;
margin-bottom:15px;
}
.halfdiv.capcha {
    width: 100%;
    float: left;
}

}