* {
	margin: 0px;
	padding: 0px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
}
body {
	font-size:12px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif; overflow-x:hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
 transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
/*img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}*/
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style-type: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	color:#373736;
	margin-bottom:18px;
}
h1 {
	font-size:35px;
	line-height:35px;
}
h2 {
	font-size:30px;
	margin:0px 0px 12px 0px;
}
h3 {
	font-size:25px;
	line-height:26px;
}
h4 {
	font-size:20px;
	line-height:20px;
}
h5 {
	font-size:18px;
	line-height:18px;
}
h6 {
	font-size:15px;
	line-height:15px;
}
a, a:link, a:focus {
	color: #f5ab00;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #01445d;
}
q:before, q:after {
	content: '';
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
}
.clearfix {
	clear:both;
	display: block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix:before {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix_h1 {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}
.clearfix_h2 {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}
p {
	margin-bottom:20px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#575757;
	line-height:24px;
}
.lay-width {
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
@media (max-width: 1170px) {
.lay-width {
 width:96%;
}
}
/*----Top Bar CSS----*/

  .vedeo-section1{
    margin-left: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
	

  }
  .video-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  video {

    width: auto;
}
.header-area {
	background:#fff;
	min-height:60px;
	 top:0px; border-top:4px solid #f19339;
	z-index:992;
}
.header-area1 {-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
	background:#fff; top:0; width:100%;
}
@media (max-width: 768px) {
.header-area {
	background-color:#fff;
	background-image:none;
	min-height:10px;
	position: inherit;
}
}
.logo {
	float:left;
	width:13%;
	padding:4px 0px 8px 0;
}
.logo img {
	max-width:100%;
}
.nav-area {
	float:right;
	margin-top:34px;
}
@media (max-width: 979px) {
.logo {
	width:100%;
	padding:10px 0px;
	text-align:center;
}
.nav-area {
	width:100%;
	margin-top:0px;
}
}

.welcome-index {
	text-align:center;
	padding:50px 0px;
}
.welcome-index h1 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:46px;
	line-height:52px;
	font-weight:300;
	color:#000;
	margin-bottom:30px;
}
.inner-content-area {
	position:relative;
}
.inner-content-area h1 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:38px;
	line-height:45px;
	font-weight:300;
	color:#000;
	margin-bottom:18px;
}
.rdmore1 a { margin-right:15px;
	text-transform:uppercase;
	color:#FFFFFF;
	background:#9d0706;
	padding:10px 30px;
	font-size:15px;
	display:inline-block;
	 transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
.rdmore1 a:hover {
	background:#313131;
	color:#FFFFFF;
}
.banner{ clear:both; }
.banner img{ max-width:100%; margin:0; padding:0 }
.banner h1 {
	text-align:center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:46px;
	line-height:60px;
	color:#FFFFFF;
	font-weight:300;
}
.banner-txt {
	text-align:center;
}
a.ban-link {
	display:inline-block;
	padding:10px 20px;
	border:2px solid #FFFFFF;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF !important;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
a.ban-link:hover {
	border:2px solid #ffffff;
	background:#FFFFFF;
	color:#000000 !important;
}
.inner-banner { position:relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner img {
	width:100%;
}
.banner-txt1 {
	position:relative;
	text-align:center; top:140px;
}
.banner-txt1 .bit { position:absolute; width:100%; text-align:center;
	background: url(../images/top-bg.png);
	padding:20px 0px;
}
.banner-txt1 h1 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:41px;
	color:#ffffff;
	font-weight:500;
	line-height:66px;
}
.banner-txt1 h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:300;
}
a.nv-more {
	font-size:14px !important;
	color:#9d0706 !important;
	text-decoration:underline !important;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
a.nv-more:hover {
	color:#000 !important;
	text-decoration:none !important;
}
@media (max-width: 767px) {
.banner-txt {
	display:none;
}
}
@media (max-width: 768px) {
.welcome-index {
	padding:250px 0px 50px 0;
}
.welcome-index h1 {
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
}
.banner{ clear:both; height:200px;}
}
.latest-project .tabs {
	padding-top:30px;
}
.latest-project .tabs {
	background:#000000;
	text-align:center;
}
.latest-project .tabs h2 {
	color:#FFFFFF;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:46px;
	line-height:52px;
	font-weight:300;
	padding-bottom:10px;
}
.latest-project .tabs h2 span {
	background: url(../images/title-bd.jpg) center 34px repeat-x;
	padding:0 50px;
}
.latest-project .tabs h2 span span {
	background:#000000;
	padding:0 30px;
}
.gallery {
	margin-bottom:50px;
}
.gallery .tabs {
	padding-top:30px;
}
.gallery .tabs {
	background:#000000;
	text-align:center;
}
.gallery .tabs h2 {
	color:#FFFFFF;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:46px;
	line-height:52px;
	font-weight:300;
	padding-bottom:10px;
}
.gallery .tabs h2 span {
	background: url(../images/title-bd.jpg) center 34px repeat-x;
	padding:0 50px;
}
.gallery .tabs h2 span span {
	background:#000000;
	padding:0 30px;
}
@media (max-width: 768px) {
.latest-project .tabs h2 {
	color:#FFFFFF;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:40px;
	font-weight:500;
}
.latest-project .tabs h2 span {
	background-image:none;
	padding:0 0px;
}
.latest-project .tabs h2 span span {
	padding:0 0px;
}
}
.gl-home ul {
	overflow:hidden;
}
.gl-home ul li {
	float:left;
	position:relative;
	overflow:hidden;
	display:flex;
	width:25%;
}
@media (max-width: 480px) {
.gl-home ul li {
	width:50%;
}

}
.gl-home ul li img {
	transition: all 0.2s ease 0s;
}
.gl-home ul li img:hover {
}
.hover_box {

    height:100%;
    left:0px;
    position: absolute;
    top:800px;
    transition: all .9s ease 0s;
    width:100%;
    z-index: 2;
}
.hover_box .more {   background: url(../images/transparent-bg.png) repeat left top;
    color: #000;
    font-size: 14px;
    left: 0%;
    padding:25px 0 15px 0;
    position: absolute;
	width:100%;
 top:77%;
}
.hover_box .more:hover {

    color: #fff;
}
.more {
	width:100%;
}
.gl-home ul li:hover .hover_box {
    top:0px;
	left:0px;
}
.p-logo {
	text-align:center;
	padding-bottom:12px;
}
.p-logo img {
	max-width:100% !important;
	width:auto !important;
}
.p-logo img:hover {
    transform: scale(1) !important;
}
.hover_box h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:300;
	color:#000000;
	text-transform:uppercase;
	margin-bottom:10px;
}
.hover_box p {
	color:#000000;
}
@media (max-width: 1024px) {

.hover_box {
    height: 100%;
    left:0px;
    top:800px;
    width: 100%;
}
.gl-home ul li:hover .hover_box {
    top:0px;
	left:0px;
}
}
@media (max-width: 980px) {
.gl-home ul li:hover .hover_box a {
    padding-top:70px;
	padding-left:70px;
}
}
@media (max-width: 1169px) {
.hover_box {
	display:none;
}
}
@media (max-width: 479px) {

.welcome-txt {
	border-left:none;
	padding:0px;
}
.welcome-area {
	padding:30px 0 30px 0;
}
.abt-area {
	padding:20px 3.5% 25px 3.5%;
}
.btn1 {
	font-size:25px;
	padding-right:55px;
}
.newslatter-area {
	padding:15px 0px;
}
}

.footer {
	background:#000;
	text-align:center;
	padding:30px 0px;
}
.footer a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:300;
	color:#b0b0b1;
	text-transform:uppercase;
	margin:0 20px;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
 line-height:30px;
}
.footer a:hover {
	color:#ffffff;
}
.copyright {
	padding-top:12px;
}
.copyright p {
	color:#b0b0b1;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom:0px;
}
.copyright a{ color:#444; text-transform:capitalize; padding:0; margin:0}
.rmore{ background:url(../images/arrow01.png) no-repeat right 5px; padding-right:12px; font-weight:bold; color:#000 !important;}
.rmore:hover{ color:#9d0706 !important; background:url(../images/arrow01-hover.png) no-repeat right 5px;}
@media (max-width: 979px) {
.footer a {
	margin:0 10px;
}
}
.res-project {
	margin-top:80px;
	margin-bottom:80px;
}
.res-project img {
	width:100%;
	transition: all 0.2s ease 0s;
}
.res-project img:hover {
   opacity:0.8;
}
.img-wlink {
	overflow:hidden;
}
.res-left {
	float:right;
	width:59%;
}
.res-right {
	float:left;
	width:38.5%;
}
.res-project h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:46px;
	line-height:52px;
	font-weight:300;
	color:#000;
	margin-bottom:20px;
	text-transform:uppercase;
}
.res-project .res-left p {
	padding-bottom:21px;
}
@media (max-width: 768px) {
.res-left {
	width:100%;
	margin-bottom:20px;
}
.res-right {
	width:100%;
}
.res-project h2 {
	font-size:30px;
	line-height:36px;
}
.hor_1_tab_item-3{
	display: none;
}
}
.footer-contact {
  background: url(../images/footer-con-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer-contact h2 {
font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:30px;
	font-weight:300;
	color:#000;
	margin-bottom:30px;
}
.footer-contact .f-left {
	float:left;
	width:31.25%;
}
.footer-contact .f-left img {
	max-width:100%;
	position:relative;
	margin-top:-12px;
}
.footer-contact .f-mid {
	float:left;
	width:28.6%;
	padding-top:50px;
	padding-right:5%;
}
.footer-contact .f-right {
	float:right;
	width:35.15%;
	padding-top:50px;
}

.adres {
	padding-left:40px;
	background:url(../images/address-icon.png) left 3px no-repeat;
	margin-bottom:15px;
}
.adres p{ margin:0}
.ph {
	padding-left:40px;
	background:url(../images/phone-icon.png) left 3px no-repeat;
	margin-bottom:20px;
}
.ph p{ margin:0}
.email {
	padding-left:40px;
	background:url(../images/mail-icon.png) left 3px no-repeat;
	margin-bottom:10px;

}
.email a {
	color: #575757;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.bott-logo{ padding:10px 0 0 0}
.email a:hover {
	color:#f19339 !important;
}
.top-social-footer {
	padding-top:15px;
}
.top-social-footer ul li {
	float:left;
	margin-right:25px;
}
.top-social-footer ul li a {
	display:block;
	font-size:0px;
	text-indent:-999px;
}
.top-social-footer ul li.facebook a {
	background:url(../images/facebook-icon.png) 0px -24px no-repeat;
	width:10px;
	height:24px;
}
.top-social-footer ul li.facebook a:hover {
	background:url(../images/facebook-icon.png) 0px 0px no-repeat;
}
.top-social-footer ul li.twitter a {
	background:url(../images/twitter-icon.png) 0px -24px no-repeat;
	width:23px;
	height:24px;
}
.top-social-footer ul li.twitter a:hover {
	background:url(../images/twitter-icon.png) 0px 0px no-repeat;
}
.top-social-footer ul li.linkedin a {
	background:url(../images/linkedin-icon.png) 0px -24px no-repeat;
	width:21px;
	height:24px;
}
.top-social-footer ul li.linkedin a:hover {
	background:url(../images/linkedin-icon.png) 0px 0px no-repeat;
}
.top-social-footer ul li.gplus a {
	background:url(../images/gplus-icon.png) 0px -24px no-repeat;
	width:22px;
	height:24px;
}
.top-social-footer ul li.gplus a:hover {
	background:url(../images/gplus-icon.png) 0px 0px no-repeat;
}
.top-social-footer ul li.newsletter a {
	background:url(../images/newsletter-icon.png) 0px -24px no-repeat;
	width:30px;
	height:24px;
}
.top-social-footer ul li.newsletter a:hover {
	background:url(../images/newsletter-icon.png) 0px 0px no-repeat;
}
.f-form input[type="text"] {
	width:95%;
	border:none;
	background:#FFFFFF;
	padding:11px 2.5%;
	margin-bottom:15px;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
.f-form textarea { font-family:'Open Sans', Arial, Helvetica, sans-serif;  font-size:12px;
	width:95%;
	border:none;
	background:#FFFFFF;
	padding:11px 2.5%;
	margin-bottom:15px;
	transition-duration:.30s;
  -webkit-transition-duration:.30s;
}

.f-form input[type="text"]:hover,
.f-form input[type="text"]:focus {
	box-shadow:0 0 5px 1px #b5b3b3;
}
.f-form textarea:hover,
.f-form textarea:focus {
	box-shadow:0 0 5px 1px #b5b3b3;
}
.f-form input[type="submit"] {
	text-transform:uppercase;
	color:#FFFFFF;
	background:#9d0706;
	padding:10px 30px;
	font-size:19px;
	display:inline-block;
	transition-duration:.20s;
    -webkit-transition-duration:.20s;
    border:none;
	float:right;
	cursor:pointer;
}
.f-form input[type="submit"]:hover {
	background:#313131;
}
@media (max-width: 979px) {
.footer-contact .f-left {
display:none;
}
.footer-contact .f-mid {
	width:45%;
	margin-bottom:25px;
}
.footer-contact .f-right {
	width:45%;
	margin-bottom:25px;
}
}

@media (max-width: 640px) {
.footer-contact .f-mid {
	width:100%;
	margin-bottom:0px;
	padding-right:0px;
}
.footer-contact .f-right {
	width:100%;
}
.res-left {
	text-align:center;
}
}

.inner-content-area {
	padding:30px 2px 30px 0;
}

.contact-left {
	width:66.49%;
	float:left;
}
.contact-right {
	float:right;
	width:28.46%;
}

.contact-us h2 {
	border-bottom:none;
	color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
}

.ct-form ul li.wdt1 {
	width:48%;
	margin-bottom:26px;
}
.ct-form ul li.lft {
	float:left;
}
.ct-form ul li.rit {
	float:right;
}

.ct-form ul li.wdt1in {
	width:48%;
}
.ct-form ul li.lftin {
	float:left;
}
.ct-form ul li.ritin {
	float:right;
	text-align:center;
}


.ct-form ul li.wdt2 {
	width:100%;
	float:left;
	margin-bottom:26px;
}


.ct-form ul li input[type="text"]{
	width:96%;
	border:1px solid #e6e6e6;
	background:#f7f7f7;
	margin:0px;
	padding:12px 2%;
	border-radius:3px;
	color:#8b8b8b;
	font-size:15px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
.ct-form ul li textarea{
	width:98%;
	border:1px solid #e6e6e6;
	background:#f7f7f7;
	margin:0px;
	padding:12px 1%;
	border-radius:3px;
	color:#8b8b8b;
	font-size:15px;
	height:158px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
.ct-form ul li select {
	width:96%;
	border:1px solid #e6e6e6;
	background:#f7f7f7;
	margin:0px;
	padding:11px 2%;
	border-radius:3px;
	color:#8b8b8b;
	font-size:15px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
.ct-form ul li input[type="submit"]{
	width:98%;
	border:none;
	background:#9d0706;
	margin:0px;
	padding:11px 1%;
	border-radius:3px;
	color:#fff;
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	cursor:pointer;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
.ct-form ul li input[type="text"]:hover,
.ct-form ul li input[type="text"]:focus,
.ct-form ul li textarea:hover,
.ct-form ul li textarea:focus {
	border:1px solid #d1cfcf;
	background:#fefdfd;
}
.ct-form ul li input[type="submit"]:hover {
	background:#313131;
}

.contact-detail ul li {
	padding-left:55px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:0;
	margin-bottom:12px;
}

.contact-detail ul li a {
	padding-left:0px;
	color: #575757;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 23px;
	text-decoration:none;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
}
.contact-detail ul li a:hover {
	color:#ed1b24;
}
.contact-detail ul li h3 {
	font-size:15px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	font-weight:normal;
	color:#000000;
}

.contact-detail ul li.address {
	background:url(../images/address-icon.jpg) left 6px no-repeat;
}
.contact-detail ul li.phone {
	background:url(../images/phone-icon.jpg) left 6px no-repeat;
}
.contact-detail ul li.fax {
	background:url(../images/fax-icon1.jpg) left 6px no-repeat;
}
.contact-detail ul li.email {
	background:url(../images/email-icon1.jpg) left 6px no-repeat;
}



@media (max-width: 768px) {
.contact-left {
	width:100%;
	margin-bottom:20px;
}
.contact-right {
	width:100%;
}
}


@media (max-width: 479px) {
.ct-form ul li.wdt1 {
	width:100%;
}
.ct-form ul li.wdt1in {
	width:100%;
}
}

.bradcrumb-bg {
	background:#f8f8f8;
	padding:12px 0px;
}
.bradcrumb-area {
	text-align:left;
	color:#f19339;
	font-size:15px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
.bradcrumb-area a {
	color:#111111;
	margin-right:7px;
	padding-right:15px;
	background:url(../images/brad-arrow.jpg) right 7px no-repeat;
	transition: all 0.2s ease 0s;
}
.bradcrumb-area a:hover {
	color:#f19339;
}
.p-line {
	text-align:center;
}
.p-line h2 {
	color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}
.p-line h2 span {
	color: #9d0706;
}
.p-line h3 {
	color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom:6px;
}
@media (max-width: 767px) {
.p-line h2 {
    font-size:25px;
    line-height:29px;
}
.p-line h3 {
	font-size: 16px;
    line-height: 22px;
}

}
.p-line h3 span {
	color: #9d0706;
}
.divider-candy {
	transform: rotate(-45deg);
	background-color:#fff;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 100;
	bottom:-20px;
}
.charman {
	background:#f4f2f2;
	padding:50px 0px 30px 0px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}

.inner-content-row {
	position:relative;
	padding-bottom:77px;
}

.charman h2 {
	color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 15px;
}
.ch-left {
	float:left;
	width:30%;
	text-align:center;
}
.ch-left img {
	max-width:100%;
	margin-top:8px;
}
.ch-right {
	float:right;
	width:66%;
}
.ch-right p {
	line-height:20px;
	color:#2D2D2D !important;
	margin-bottom:14px;
}
@media (max-width: 768px) {
.ch-left {
	width:100%;
	margin-bottom:15px;
}
.ch-right {
	width:100%;
}
}

.testimonial {
	text-align:center;
}
.masonry {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 0 auto;

  }

.testimonial-box{
	display: inline-block;
	background-color: #fff;
	border-radius: 15px;
	padding: 25px 25px 0 25px;
	box-shadow: 0 2px 25px rgb(0 0 0 / 10%);
	margin: 10px 3% 10px 0;
    vertical-align: top; width:42%;
    position: relative;
}
.testimonial-box p{
	text-align: left;
}
.test-profile{
	display: flex;
}
.test-profile img {
	border-radius:100%;
	border:4px solid #ffffff;
	background:#eeeded;
}
.testimonial li {
	margin-bottom:0px;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
 border-radius:0px;
 padding:25px 25px;
 background:url(../images/shedow-l.png) right bottom no-repeat;
}
.testimonial li:hover {


}
.testimonial li img {
	border-radius:100%;
	vertical-align: middle;
	border:4px solid #ffffff;
	background:#eeeded;
	width: 60px;
}
.testimonial li .left {
	float:left;
	width:15%;
}
.testimonial li .right {
	float:right;
	width:85%;
}
.g-icon-img{
	padding-top:15px;
}
.g-icon-img img{
	width: 40px;
	background-color: #fff;
}
h2 img{
	align-items: start;
}
.t-name {
	font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    color: #F0A966;
	text-align: left;
	padding-top: 35px;
	padding-left: 10px;
}
.t-area {
	font-size:15px;
	color:#666666;
}
.revew{
	text-align: left;
	padding: 20px 10px;
}
.r-img {
	float:right; width:25%;
	margin:0 0 20px 25px;
}
.r-img img {
	max-width:100%;
	padding:2px;
}
.l-img {
	float:left;
	margin-right:25px;
}
.l-img img {
	max-width:100%;
	border:1px solid #CCCCCC;
	padding:2px;
}

@media (max-width: 639px) {
.r-img {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	margin-left:0px;
}
.masonry {

    grid-template-columns: repeat(1, 1fr);


  }
.l-img {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	margin-right:0px;
}
}

.company {
	background:#f4f2f2;
	padding:50px 0px 30px 0px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.company p {
	color:#2d2d2d;
	line-height:22px;
}
.company .row {
	margin-bottom:7px;
}
.company .row .c-left {
	width:15%;
	float:left;
	text-align:left;
}
.company .row .c-left h3 span {
	display:block;
	background:url(../images/arrow01.png) left 6px no-repeat;
	padding-left:17px;
}
.company .row .c-right {
	width:82%;
	float:right;
	text-align:left;
}
.company h2 {
	color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size:28px;
    font-weight:300;
    line-height:23px;
    margin-bottom:30px;
	text-align:center;
}
.company .row h3 {
	color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height:23px;
    margin-bottom: 15px;
}
@media (max-width: 900px) {
.company .row .c-left {
	width:100%;
	text-align:left;
}
.company .row .c-right {
	width:100%;
}
.company .row h3 {
    margin-bottom:1px;
}
}
.gallery {
	margin:0px 0px 25px 0px;
}
@media (max-width: 480px) {
.gallery {
	margin:0px 0px 0px 0px;
}
.vedeo-section1{
    margin-left: 0%;
  }
}
.gallery-cont ul li{
	width:25%;
	float:left;
	display:flex;
}
.gallery-cont ul li img {
	width:100%;
}
.gallery h1 {
	text-align:center;
}

.gallery-tabs {
	padding-bottom:27px;
	text-align:center;
}

.brrr {
	padding:10px 30px;
	border-top:1px solid #c5c6c6;
	border-bottom:1px solid #c5c6c6;
	display:inline-block;
}

.brrr a {
	padding:6px 20px 6px 11px;
	display:inline-block;
	background:url(../images/tab-sep1.png) right 11px no-repeat;
	color:#575757;
	transition-duration:.20s;
 -webkit-transition-duration:.20s;
 font-size:14px;
}
.brrr a:last-child {
	background-image:none;
}
.brrr a:hover {
	color:#000000;
}
.brrr a.act {
	color:#000000;
}

@media (max-width: 544px) {
	.brrr {
	border-top:none;
	border-bottom:none;
	padding:10px 0px;
}
}

.gtab {
	padding-bottom:20px;
}

/**********************************************************************/
.billarea{transition: all 0.5s ease 0s; width:49%;float:left; display:block; padding:0 5px 0 0; height:175px; position:relative; }
.billarea .bill-wid{ position:absolute; z-index:9;}
.billarea p{ background:#fff;transition: all 0.5s ease 0s; font-size:15px; color:#000; float:right; width:65%; height:95px; padding:35px 20px 20px 100px; margin:0  }
.billarea:hover .bill-box{ background:#000; border:10px solid #9d0706;}
.billarea:hover .bill-box h3{ color:#fff}
.billarea2{transition: all 0.5s ease 0s; width:49%; float:right; display:block; padding:0 0 0 5px; height:175px; position:relative;}
.billarea2 .bill-wid{ position:absolute; z-index:9; right:0}
.billarea2 p{background:#fff; transition: all 0.5s ease 0s;font-size:15px; color:#000; float:left;  width:63%; height:95px; padding:35px 100px 20px 20px; margin:0}
.billarea2:hover .bill-box{ background:#000; border:10px solid #9d0706;}
.billarea2:hover .bill-box h3{ color:#fff}
.bill-box{ width:130px;transition: all 0.5s ease 0s; text-align:center; height:130px; background:#d4d4d4; border-radius:100%; margin:0 0 5px 0; overflow:hidden; border:10px solid #f4f2f2;  }
.bill-box h3{ margin:52px 0 0 0 ; color:#000; font-size:14px;}
.bill-wid{ width:172px; text-align:center;}
.bill-wid img{ margin-top:-5px;}
.blogbox{ width:70%; float:left;}
.blogsec{ clear:both; border-bottom:1px solid #f8f8f8; margin:0 0 30px;}
.blogsec img{ max-width:100%; margin:0 0 20px 0}
.blogsec h2 { color: #000; font-family: "Open Sans",Arial,Helvetica,sans-serif; font-size: 28px; font-weight: 300; line-height: 23px;}
.blogsec h3{ color: #000; font-family: "Open Sans",Arial,Helvetica,sans-serif; font-size: 20px; font-weight: 300; line-height: 23px;}
.sidenav2{ width:27%; float:right; margin:0 0 3% 0;}
.sidenav2 span{ font-size:30px; background:#505051; color:#fff; padding:5px 0 5px 15px;  display:block;}
.sidenav2 ul{background:#eaeaea; list-style:none; overflow:hidden; }
.sidenav2 li{ clear:both}
.sidenav2 li a{ background:url(../images/butt-aro2.png) no-repeat 16px 15px; display:block; line-height:38px; font-size:17px; padding:0 0 0 30px; color:#000; text-transform:capitalize; }
.sidenav2 li a:hover{color:#9d0706 }
.sidenav2 li .acti{color:#9d0706}

.sidenav3{ width:27%; float:right;}
.sidenav3 span{ font-size:30px; background:#505051; color:#fff; padding:5px 0 5px 15px;  display:block;}
.sidenav3 ul{ background:#eaeaea; list-style:none; margin:2px 0 0 0 }
.sidenav3 li{ float:left; margin:0 3px 2px 0 ;}
.sidenav3 li a{background:#eaeaea; display:inline; font-size:17px; line-height:35px; padding:5px 10px; color:#000; text-transform:capitalize; }
.sidenav3 li a:hover{background:#353535; color:#FFF}
.sidenav3 li .acti{background:#9d0706; color:#FFF}
@media (max-width:1600px){
.hover_box .more { top:72%;   }}
@media (max-width:1024px){
.billarea p{width:60%; padding:20px 20px 20px 60px }
.billarea2 p{width:60%; padding:20px 50px 20px 20px }
}

@media (max-width:980px){
.billarea p{width:62%; padding:20px 20px 20px 60px }
.billarea2 p{width:58%; padding:20px 50px 20px 20px }
}

@media (max-width:800px){
.billarea{transition: all 0.5s ease 0s; width:100%;	}
.billarea2{transition: all 0.5s ease 0s; width:100%;	}
.billarea p{width:72%; }
.billarea2 p{width:70%;}
.resp-accordion[role="tab"][aria-controls="hor_1_tab_item-3"] {
    display: none;
}
}
@media (max-width:360px){
.billarea p{width:87%!important;}
.billarea2 p{width:87%!important;}
}
@media (max-width:480px){.testimonial-box{ width:82%; margin:10px 0% 10px 0}
.billarea{transition: all 0.5s ease 0s; padding:0; width:100%; float:none; clear:both; height:auto;}
.billarea2{transition: all 0.5s ease 0s;padding:0; width:100%;float:none; clear:both;display:block}
.billarea p{width:91%; padding:50px 20px 20px 20px; text-align:center; margin:-50px 0 20px 0; height:auto;}
.billarea .bill-wid{ margin:0 auto ; position:inherit;}
.billarea2 p{width:91%; padding:50px 20px 20px 20px; text-align:center; margin:-50px 0 20px 0; height:auto; }
.billarea2 .bill-wid{ margin:0 auto; position:inherit;}.rdmore1 a { margin-right:0; margin-bottom:10px;}.mwh{ height:400px !important}.mleftm{ margin-left:68%}

}
@media only screen and (max-width: 768px) {
	.video-section1 {
	  margin-left: 12%;
	  margin: 20px;
	}

  }
