@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #626361;
}
a {
	text-decoration: none;
	color: #3E3E3E;
}
a:hover {
	color: #ab060a;
}
h2 {
	font-size: 36px;
	color: #3E3E3E;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
h3 {
	font-size: 26px;
	color: #1C4F83;
	margin-bottom: 5px;
}
h5 {
	float: left;
	width: 100%;
	color: #FAA83A;
	font-size: 18px;
	margin: 5px 0;
}
.row {
	float: left;
	width: 100%;
}
.col2 {
	float: left;
	width: 48%;
	padding: 0 1%;
}
.col3 {
	float: left;
	width: 31.33%;
	padding: 0 1%;
}
.col4 {
	float: left;
	width: 23%;
	padding: 0 1%;
}
.shadow {
	box-shadow: 0px 0px 5px #ccc;
	float: left;
	width: 100%;
}
#sticky-wrapper {
	position: absolute;
	width: 100%;
}
.sticky {
	position: fixed;
	z-index: 999;
	background: #fff;
	transition: all ease 0.5s;
	float: left;
	width: 100%;
	height: 122px!important;
	border-bottom: 2px solid #e1e1e1;
}
.sticky .search {
	height: 0!important;
	overflow: hidden;
	margin-top: 0!important;
}
.sticky .bottomheader .logo img {
	width: 110px!important;
}
.sticky .bottomheader .topright nav {
	margin-top: 35px!important;
}
.fullwrapper {
	float: left;
	width: 100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.top-header {
	float: left;
	width: 100%;
	background: rgba(225, 225, 225, 0.25);
	height: 40px;
	padding: 8px 0;
	border-bottom: 1px solid #e1e1e1;
}
.top-header .email {
	float: left;
	width: 50%;
	color: #141f46;
	margin-top: 8px;
}
.top-header .email a i {
	margin-right: 8px;
}
.top-header .email a {
	float: left;
	color: #141f46;
	text-decoration: none;
}
.top-header .social {
	float: right;
	width: 50%;
	margin-top: 5px;
}
.top-header .social ul {
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.top-header .social ul li {
	float: right;
	list-style: none;
	width: 15%;
	margin-left: 2%;
}
.top-header .social ul li img {
	float: left;
	width: 100%;
}
.header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0 0;
}
.header .logo {
	float: left;
	width: 22%;
	margin-right: 3%;
	    margin-bottom: 1%;
}
.header .logo img {
	width: 100%;
	float: left;
}
.header .nav {
	float: right;
	width: 58%;
	margin: 1% 0;
}
.header .mobile {
	    float: right;
    width:auto;
	display:none;
}
.header .mobile #mobilenone{
	display:none;
}
.nav1{ display:none;
    background: #141f46;
    color: #fff;}
.nav2{ display:none;
    background: #141f46;
    color: #fff;}
	.nav1 li a, .nav2 li a{ color:#fff;}
.header .nav ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.header .nav ul li {
	float: left;
	list-style: none;
	width: 116px;
	border-right: 0px solid #e1e1e1;
}
.header .nav ul li:last-child {
	border-right: 0px solid #e1e1e1;
}
.header .nav ul li a {
	padding: 8px 13px;
	float: left;
	width: 76%;
	text-align: center;
	font-weight: bold;
}
.header .nav ul li a:hover {
	background: #cb060b;
	color: #fff;
	border-radius: 4px;
}
.header .nav ul li a.active {
	background: #cb060b;
	color: #fff;
	border-radius: 4px;
}
.mobilenav{
	visibility: visible;
	display: none;position: absolute;z-index: 99999;background: #fff;right: 0px;top: 29px;width: 84% !important;}
.header .mobilenav ul li {
	float: left;
	list-style: none;
	width: 100%;
	border-right: 0px solid #e1e1e1;
}
.header .mobilenav ul li:last-child {
	border-right: 0px solid #e1e1e1;
}
.header .mobilenav ul li a {
	padding: 8px 5%;
	float: left;
	width: 90%;
	text-align: center;
	font-weight: bold;
	    border-bottom: 1px solid #e1e1e1;
		text-transform:uppercase;
		font-weight:normal;
		font-size:14px;
}
.header .mobilenav ul li a:hover {
	background: #cb060b;
	color: #fff;
	border-radius: 0px;
}
.header .mobilenav ul li a.active {
	background: #cb060b;
	color: #fff;
	border-radius: 0px;
}

.sticky {
	position: fixed;
	height: 64px !important;
	background: rgba(255, 255, 255, 0.97);
}
.sticky .logo img {
	width: 65%;
	transition: all ease 0.5s;
}
.sticky .nav {
	margin: 0px;
	transition: all ease 0.5s;
}
.fullwrapper .bannerwrapper {
	float: left;
	width: 100%;
	position: relative;
	min-height: 40px;
	margin-top: 0px;
}
.fullwrapper .bannerwrapper1 {
	height: 300px;
}
.fullwrapper .bannerwrapper1 img {
	height: 100%;
}
.fullwrapper .bannerwrapper img {
	float: left;
	width: 100%;
}
.fullwrapper .bannerwrapper .description {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	color: #FFFFFF;
}
.fullwrapper .bannerwrapper .description h3 {
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
}
.fullwrapper .bannerwrapper .description h3 span {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-weight: 900;
}
.fullwrapper .bannerwrapper .description p {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 30px;
}
.fullwrapper .bannerwrapper .description a {
	background: #FAA83A;
	padding: 7px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.content-wrapper {
	float: left;
	width: 100%;
}
.content-wrapper .panel1 {
	padding: 2% 0;
	float: left;
	width: 100%;
}
.content-wrapper .aboutus {
	padding: 2% 0;
	float: left;
	width: 100%;
	background: url(../images/panel1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.content-wrapper .panel2 {
	padding: 2% 0;
	float: left;
	width: 100%;
	background: url(../images/panel.jpg) fixed;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.content-wrapper .panel-testi {
	padding: 2% 0;
	float: left;
	width: 100%;
	background: url(../images/panel2.jpg) fixed;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.content-wrapper .aboutus .about {
	float: left;
	width: 37%;
	margin-right: 7%;
}
.content-wrapper .aboutus .about img {
	float: left;
	width: 100%;
}
.content-wrapper .aboutus .content {
	float: left;
	width: 56%;
}
.content-wrapper .aboutus .content p {
	text-align: justify !important;
}
.content-wrapper .panel2 h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	float: left;
	width: 100%;
	margin: 2% 0;
}
.content-wrapper .panel2 .services {
	width: 30%;
	float: left;
	margin-right: 2%;
	padding: 11px;
	border: 1px solid #f4f4f4;
	background: #fff;
	border-radius: 4px;
	min-height: 336px;
	margin-bottom: 2%;
}
.content-wrapper .panel2 .services:last-child {
	margin-right: 0px;
}
.content-wrapper .panel2 .services span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #141f46;
	margin-top: 4%;
}
.content-wrapper .panel2 .services p {
	float: left;
	text-align: center;
	margin: 0px;
	margin: 3% 0 7%;
}
.content-wrapper .panel2 .services:last-child p {
	margin-bottom: 1%;
}
.content-wrapper .panel2 .services a.readmore {
	padding: 2% 4%;
	background: #be060a;
	margin-top: 2%;
	float: left;
	color: #fff;
	border-radius: 4px;
	font-weight: bold;
	margin-left: 36%;
	width: 20%;
	margin-bottom: 2%;
}
.content-wrapper .panel2 .services img {
	width: 100%;
	float: left;
}
.content-wrapper .panel1 .team {
	float: left;
	width: 76%;
	padding: 0 2%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.content-wrapper .panel1 .team img {
	width: 100%;
	border-radius: 10px;
	height: 180px;

  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
.content-wrapper .panel1 .team:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  cursor:pointer;
  border:1px solid #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.content-wrapper .panel1 .team:hover span{ color:rgb(190, 6, 10);}
.content-wrapper .panel1 .team span {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 3%;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
.content-wrapper .panel1 .team span.des {
	font-size: 14px;
}
.content-wrapper .google-map {
	float: left;
	width: 50%;
	margin-right: 4%;
	margin-top: 1%;
}
.maps iframe {
	pointer-events: none;
}
.content-wrapper .panel2 .testimonials {
	float: left;
	width: 96%;
	padding: 2%;
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 7px;
	margin-top: 0%;
	background: rgba(255, 255, 255, 0.92);
	margin-bottom: 0%;
}
.content-wrapper .panel2 .testimonials .img {
	float: left;
	width: 100%;
	padding: 4px;
	text-align: center;
}
.content-wrapper .panel2 .testimonials .img img {
	width: 14%;
	border-radius: 50%;
	/* height: 200px; */
	border: 1px solid #e1e1e1;
	height: 170px;
}
.content-wrapper .panel2 .testimonials .content {
	float: left;
	width: 100%;
}
.content-wrapper .panel2 .testimonials .content p {
	text-align: center !important;
	float: left;
	width: 100%;
}
.content-wrapper .panel2 .testimonials .content span {
	font-size: 17px;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #c1060a;
	border-top: 1px dashed rgba(193, 6, 10, 0.15);
	padding-top: 1%;
}
.content-wrapper .panel2 .testimonials span.des {
	border-top: 0px dashed rgba(193, 6, 10, 0.15);
	font-size: 14px;
	padding-top: 1px;
}
.content-wrapper .contact {
	float: left;
	width: 100%;
	padding: 2% 0;
}
.content-wrapper .contact .form {
	width: 46%;
	margin: 0 auto;
	float: left;
	margin-top: 1%;
}
.content-wrapper .contact .form form {
	float: left;
	background: #fff;
	border-radius: 7px;
	padding: 5%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.content-wrapper .contact .form form input {
	float: left;
	width: 47%;
	margin-right: 1%;
	padding: 2% 1%;
	border: 1px solid #e1e1e1;
	margin-bottom: 1%;
	background: #fff;
	border-radius: 3px;
}
.content-wrapper .contact .form form input.submit {
	width: 100%;
	background: #b2060a;
	color: #fff;
	border: 1px solid #b2060a;
}
.content-wrapper .contact .form form input.margin-none {
	margin-right: 0px;
}
.content-wrapper .contact .form form textarea {
	width: 97%;
	border: 1px solid #e1e1e1;
	padding: 2% 1%;
}
.content-wrapper .panel1 h1 {
	text-align: center;
	text-transform: uppercase;
	color: #be060a;
	float: left;
	width: 100%;
	margin: 2% 0;
}
.content-wrapper .panel1 p {
	float: left;
	margin: 0px;
	text-align: center;
	width: 100%;
	line-height: 24px;
	margin-bottom: 9px;
}
.content-wrapper .panel1 p span {
	padding: 1%;
	text-align: center;
	float: left;
	width: 98%;
	margin-top: 1%;
}
.content-wrapper .panel1 p span a {
	padding: 8px 2%;  /* float: left; */
	font-weight: bold;
	background: #be060a;
	border-radius: 4px;
	color: #fff;
}
.content-wrapper .aboutus p span {
	margin-top: 0%;
	margin-bottom: 2%;
}
.content-wrapper .aboutus p span a {
	float: right;
}
.content-wrapper .contact h1 {
	text-align: center;
	text-transform: uppercase;
	color: #be060a;
	float: left;
	width: 100%;
	margin: 2% 0;
}
.content-wrapper .innerpage p {
	text-align: justify;
}
.content-wrapper .innerpage h1 {
	text-align: left;
	border-bottom: 1px dashed #be060a;
	padding-bottom: 2%;
}
.content-wrapper .innerpage .left ul {
	float: left;
	width: 96%;
	padding: 0px;
	padding-left: 2%;
	margin: 0 0 2%;
}
.content-wrapper .innerpage .left ul li {
	float: left;
	width: 94%;
	padding: 0% 0 0 18px;
	list-style: none;
	background: url('../images/list.png');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 1px 6px;
	margin-bottom: 8px;
}
.content-wrapper .innerpage .left {
	float: left;
	width: 73%;
	margin-right: 4%;
}
.content-wrapper .innerpage .left h2 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	margin: 0px 0px 2%;
	color: rgb(18, 29, 69);
}
.content-wrapper .innerpage .right {
	float: left;
	width: 23%;
	margin-top: 5%;
}
.content-wrapper .innerpage .right span {
	float: left;
	width: 89%;
	padding: 2% 5%;
	margin-bottom: 1%;
	font-weight: bold;
	text-transform: uppercase;
	    background: #fff none repeat scroll 0% 0%;
    color: rgb(190, 6, 10);
    BORDER: 1px solid rgb(190, 6, 10);
}
.content-wrapper .innerpage .right ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.content-wrapper .innerpage .right ul li {
	float: left;
	width: 100%;
	list-style: outside none none;
b
}
.content-wrapper .innerpage .right ul li a {
	float: left;
	width: 88%;
	list-style: outside none none;
	background: rgb(18, 29, 69) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	padding: 3% 6%;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}
.content-wrapper .innerpage .right ul li a:hover {
	background: #be060a;
}
.content-wrapper .innerpage .right ul li a.selected {
	background: #be060a;
}
.content-wrapper .innerpage .team {
	float: left;
	width: 12%;
	padding: 0 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	    min-height: 169px;
}
.content-wrapper .innerpage .team img {
	width: 100%;
	border-radius: 50%;
	height: 106px;
}
.content-wrapper .innerpage .team span{     font-size: 13px; font-weight:normal;}
.content-wrapper .innerpage .team span.des{     line-height: 12px;  font-size: 11px;}
footer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #141f46;
	padding: 1% 0;
}

footer .copy {
	float: left;
	width: 50%;
}
footer .copy span {
	float: left;
	color: #fff;
}
footer .social {
	float: right;
	width: 50%;
}
footer .social ul {
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
}
footer .social ul li {
	float: right;
	list-style: none;
	width: 15%;
	margin-left: 2%;
}
footer .social ul li img {
	float: left;
	width: 100%;
}
.bottom {
	float: left;
	width: 100%;
	background: #f4f4f4;
	padding: 3% 0;
}
.bottom ul.box1 {
	float: left;
	width: 27%;
	margin-right: 1%;
	/* list-style: circle; */
	padding-left: 0px;
	font-size: 15px;
}
.bottom ul.box2 {
	width: 19%;
}
.bottom ul.box1 li {
	float: left;
	width: 88%;
	padding: 0% 5%;
	list-style: none;
	background: url('../images/list.png');
	background-repeat: no-repeat;
	background-size: 3%;
	background-position: 1px 6px;
	line-height: 22px;
}
.bottom ul.box2 li {
	padding: 0% 8%;
	background: url('../images/list.png');
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 1px 6px;
	line-height: 22px;
}
.bottom ul.box1 li a {
	color: #595959;
	text-transform: uppercase;
	font-weight: bold;
}
.bottom ul.box1 li a:hover {
	color: #b5060a;
}
.bottom ul.box1 li ul {
	float: left;
	width: 98%;
	padding-left: 2%;
	margin-top: 2%;
	font-size: 14px;
}
.bottom ul.box1 li ul li {
	float: left;
	width: 88%;
	padding: 0% 6%;
	list-style: none;
	background: url('../images/list.png');
	background-repeat: no-repeat;
	background-size: 3%;
	background-position: 1px 6px;
}
.bottom ul.box2 li ul li {
	float: left;
	width: 88%;
	padding: 0% 9%;
	list-style: none;
	background: url('../images/list.png');
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 1px 6px;
}
.bottom ul.box1 li ul li a {
	color: #595959;
	text-transform: uppercase;
	font-weight: bold;
}
.bottom ul.box1 li ul li a:hover {
	color: #b5060a;
}
.bottom address {
	float: left;
	width: 25%;
	font-weight: bold;
	color: #595959;
	line-height: 23px;
}
/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#141f46;
}

.load{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid #c7060b;
    /* background: #141f46; */
/*    margin: 18% auto;
	background: url(../images/loader-gears.gif) center no-repeat #fff;
}*/
.hvr-grow {
  display: inline-block;
  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;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 320px) and (max-width: 1100px) {
	.wrapper {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
	.header .nav {
    float: right;
    width: 58%;
    margin: 1% 0;
	display:none;
}
.header .mobile {
	display:block;
}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {

.content-wrapper .panel2 .services {
	width: 30%;
	float: left;
	margin-right: 2%;
	padding: 1%;
	border: 0px solid #f4f4f4;
	background: #fff;
	border-radius: 4px;
	min-height: 336px;
	margin-bottom: 2%;
}
.content-wrapper .panel2 .services a.readmore {
    padding: 2% 4%;
    background: #be060a;
    margin-top: 2%;
    float: left;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 29%;
    width: 34%;
    margin-bottom: 2%;
    text-align: center;
}
.content-wrapper .panel2 .services p {
	min-height:100px;
}
.content-wrapper .panel2 .testimonials .img img {
    width: 14%;
    border-radius: 50%;
    /* height: 200px; */
    border: 1px solid #e1e1e1;
    height: 131px;
}
.content-wrapper .google-map {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-top: 1%;
}
.content-wrapper .contact .form {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-top: 1%;
}
.content-wrapper .aboutus {
    padding: 2% 0;
    float: left;
    width: 100%;
    background: url(../images/panel1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
}
@media only screen and (min-width: 685px) and (max-width: 767px) {
.content-wrapper .aboutus .content {
    float: left;
    width: 100%;
}
.content-wrapper .aboutus {
    padding: 2% 0;
    float: left;
    width: 100%;
    background: url(../images/panel1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content-wrapper .aboutus .about {
    float: left;
    width: 37%;
    margin-right: 7%;
    display: none;
}
.content-wrapper .aboutus p span a {
    float: left;
    width: 20%;
    margin-left: 40%;
}
.content-wrapper .panel2 .services {
    width: 96%;
    float: left;
    margin-right: 0%;
    padding: 2%;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 4px;
    min-height: 175px;
    margin-bottom: 2%;
}
.content-wrapper .panel2 .services img {
    width: 40%;
    float: left;
}
.content-wrapper .panel2 .services span {
    float: left;
    width: 60%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #141f46;
    margin-top: 0%;
}
.content-wrapper .panel2 .services p {
    float: left;
    text-align: center;
    margin: 0px;
    margin: 2% 0 2% 2%;
	width:58%;
}
.content-wrapper .panel2 .services a.readmore {
    padding: 1% 4%;
    background: #be060a;
    margin-top: 1%;
    float: left;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 22%;
    width: 15%;
    margin-bottom: 2%;
    text-align: center;
}
.content-wrapper .panel2 {
    padding: 2% 0;
    float: left;
    width: 100%;
    background: url(../images/panel.jpg) fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content-wrapper .google-map {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-top: 1%;
}
.content-wrapper .contact .form {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-top: 1%;
}

}
@media only screen and (min-width: 468px) and (max-width: 684px) {
	.content-wrapper .aboutus {
    padding: 2% 0;
    float: left;
    width: 100%;
    background: url(../images/panel1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content-wrapper .aboutus .content {
    float: left;
    width: 100%;
}
.content-wrapper .aboutus .about {
    float: left;
    width: 37%;
    margin-right: 7%;
    display: none;
}
.content-wrapper .aboutus p span a {
    float: left;
    width: 20%;
    margin-left: 40%;
}
.content-wrapper .panel2 .services {
    width: 96%;
    float: left;
    margin-right: 0%;
    padding: 2%;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 4px;
    min-height: 175px;
    margin-bottom: 2%;
}
.content-wrapper .panel2 .services img {
    width: 100%;
    float: left;
}
.content-wrapper .panel2 .services span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #141f46;
	    margin-top: 3%;
}
.content-wrapper .panel2 .services p {
    float: left;
    text-align: center;
    margin: 0px;
    margin: 2% 0 3% 0%;
	width:100%;
}
.content-wrapper .panel2 .services a.readmore {
    padding: 1% 4%;
    background: #be060a;
    margin-top: 1%;
    float: left;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 39%;
    width: 15%;
    margin-bottom: 2%;
    text-align: center;
}
.content-wrapper .panel2 {
    padding: 2% 0;
    float: left;
    width: 100%;
    background: url(../images/panel.jpg) fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content-wrapper .google-map {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-top: 1%;
}
.content-wrapper .contact .form {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-top: 1%;
}
.bottom ul.box2 {
    width: 100%;
}
.bottom ul.box2 li {
    padding: 0% 5%;
    background: url('../images/list.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 1px 6px;
    line-height: 22px;
}
.bottom ul.box2 li ul li {
    float: left;
    width: 88%;
    padding: 0% 6%;
    list-style: none;
    background: url('../images/list.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 1px 6px;
}
.bottom ul.box1 {
    float: left;
    width: 100%;
    margin-right: 0%;
    /* list-style: circle; */
    padding-left: 0px;
    font-size: 15px;
	margin: 1% 0;
}
.bottom address {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #595959;
    line-height: 23px;
    border-top: 1px solid #e1e1e1;
    padding: 3% 0 0;
}
.content-wrapper .panel2 .testimonials .img img {
height: auto;
width:22%;
}
.header .logo {    width: 30%;
}
.content-wrapper .innerpage .left {
    float: left;
    width: 100%;
    margin-right: 0%;
}
.content-wrapper .innerpage .right {
    float: left;
    width: 100%;
    margin-top: 3%;
}
.fullwrapper .bannerwrapper1 {
    height: 160px;
}
}

@media only screen and (min-width: 100px) and (max-width: 467px) {
	.content-wrapper .aboutus {
    padding: 2% 0;
    float: left;
    width: 100%;
    background: url(../images/panel1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content-wrapper .aboutus .content {
    float: left;
    width: 100%;
}
.content-wrapper .aboutus .about {
    float: left;
    width: 37%;
    margin-right: 7%;
    display: none;
}
.content-wrapper .aboutus p span a {
    float: left;
    width: 30%;
    margin-left: 35%;
}
.content-wrapper .panel2 .services {
    width: 96%;
    float: left;
    margin-right: 0%;
    padding: 2%;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 4px;
    min-height: 175px;
    margin-bottom: 2%;
}
.content-wrapper .panel2 .services img {
    width: 100%;
    float: left;
}
.content-wrapper .panel2 .services span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #141f46;
	    margin-top: 3%;
}
.content-wrapper .panel2 .services p {
    float: left;
    text-align: center;
    margin: 0px;
    margin: 2% 0 3% 0%;
	width:100%;
}
.content-wrapper .panel2 .services a.readmore {
    padding: 1% 4%;
    background: #be060a;
    margin-top: 1%;
    float: left;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 33%;
    width: 27%;
    margin-bottom: 2%;
    text-align: center;
}
.content-wrapper .panel2 {
    padding: 2% 0;
    float: left;
    width: 100%;
    background: url(../images/panel.jpg) fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content-wrapper .google-map {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-top: 1%;
}
.content-wrapper .contact .form {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-top: 1%;
}
.bottom ul.box2 {
    width: 100%;
}
.bottom ul.box2 li {
    padding: 0% 5%;
    background: url('../images/list.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 1px 6px;
    line-height: 22px;
}
.bottom ul.box2 li ul li {
    float: left;
    width: 88%;
    padding: 0% 6%;
    list-style: none;
    background: url('../images/list.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 1px 6px;
}
.bottom ul.box1 {
    float: left;
    width: 100%;
    margin-right: 0%;
    /* list-style: circle; */
    padding-left: 0px;
    font-size: 15px;
	margin: 1% 0;
}
.bottom address {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #595959;
    line-height: 23px;
    border-top: 1px solid #e1e1e1;
    padding: 3% 0 0;
}
.content-wrapper .contact .form form input {
    float: left;
    width: 97%;
    margin-right: 0%;
    padding: 3% 1%;
    border: 1px solid #e1e1e1;
    margin-bottom: 1%;
    background: #fff;
    border-radius: 3px;
}
footer .copy {
    float: left;
    width: 100%;
}
footer .copy span {
    float: left;
    color: #fff;
	padding:3% 0;
	text-align:center;
	width:100%;
}
footer .social {
    float: right;
    width: 100%;
	margin-bottom: 2%;
}
footer .social ul {
    width: 34%;
    margin: 0px;
    padding: 0px;
    margin-left: 33%;
    float: left;
}
footer .social ul li {
    float: right;
    list-style: none;
    width: 23%;
    margin-left: 2%;
}

.content-wrapper .panel2 .testimonials .img img {
height: auto;
width:25%;

}
.content-wrapper .contact h1 {
    text-align: center;
    text-transform: uppercase;
    color: #be060a;
    float: left;
    width: 100%;
    margin: 4% 0;
	    font-size: 21px;
}
.content-wrapper .panel1 h1 {
    text-align: center;
    text-transform: uppercase;
    color: #be060a;
    float: left;
    width: 100%;
    margin: 4% 0;
	    font-size: 21px;
}

.content-wrapper .panel1 .team img {
	height:auto;
}
.content-wrapper .aboutus .content p {
	text-align:center !important;
}


.header .logo {    width: 50%;
}
.sticky {
    position: fixed;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.97);
}
.content-wrapper .innerpage .left {
    float: left;
    width: 100%;
    margin-right: 0%;
}
.content-wrapper .innerpage .right {
    float: left;
    width: 100%;
    margin-top: 3%;
}
.fullwrapper .bannerwrapper1 {
    height: 160px;
}
.content-wrapper .innerpage .team {
    float: left;
    width: 29%;
    padding: 0 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    min-height: 180px;
}
}