/*
Theme Name: RJ McAlister
Theme URI: #
Author: Anirban Hajra
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@font-face {
    font-family: 'square721_btroman';
    src: url('fonts/square-721-bt-5984227fbf283-webfont.woff2') format('woff2'),
         url('fonts/square-721-bt-5984227fbf283-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'square721_btbold';
    src: url('fonts/ufonts.com_square721-bt-bold-webfont.woff2') format('woff2'),
         url('fonts/ufonts.com_square721-bt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{margin:0px;padding:0px; background: #2f2f2f; font-family: 'Roboto', sans-serif; font-size:14px; color:#ffffff; font-weight:400;}
*{border:none;outline:none;text-decoration:none;box-sizing:border-box;}
.clear{clear:both;}
.left{float:left ;}
.right{float:right;text-align: right;}
iframe{width:100% !important;}
a{color:inherit; }
a:hover{text-decoration:none;color:inherit; }
a:focus{text-decoration:none;color:inherit;}
img{vertical-align:top;max-width:100%;}
h1,h2,h3,h5,h6,ul,li,ol,a,p{
	margin:0;
	padding:0;
}
.wrapper{
	width:100%;
	margin:0;
	padding:0;
}
.container{
	
	max-width:1201px;
	border: 0px solid #000;
}
.top_header{
	
	background: #161616;
	padding: 15px 0px 17px;
}
.top_header ul{
	list-style:none;
	margin:0;
	padding:0;
	font-weight: 300;
	font-size: 15px;
	
}
.top_header ul li{
	display:inline-block;
	padding:0px 40px 0px 0px;
	
	
}
.top_header ul li .fa{
	font-size: 16px;
	color:#ef7f1e;
	margin-right:8px;
}

.top_header p{
	
	font-weight: 400;
	font-size: 15px;
	color:#f5f5f5;
	
}
.top_header span{
	
	
	color:#ef7f1e;
	
}
.down_header{
	position: absolute;
	background: rgba(0,0,0,0.5);
	width:100%;
	z-index: 9;
	
}
.logo{
	padding:27px 0px 0px;
}

/***menu****/
nav{position:relative;width:100%;/*width:980px;margin:0 auto;*/}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{
	font-family: 'square721_btbold';
background:transparent; 
   

	}
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li > a {
    padding: 42px 24px 42px 26px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #f2f2f2;
    font-size: 14px;
    font-family: 'square721_btroman';
    border-right: 1px solid #7f7f7f;
}

#cssmenu ul  li:last-child a{
    
   border-right: 0px solid #7f7f7f;
}

#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff;}

#cssmenu > ul > li.has-sub > a{}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:none;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:none;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px;z-index: 999999;}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #2c5493;
    transition: all .25s ease;
}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:50px}
#cssmenu ul ul ul{margin-left:100%;top:0}

	
	#cssmenu ul ul li a {
    border-bottom: 1px solid #9cafcc;
    padding: 18px 15px;
    width: 222px;
    font-size: 13px;
    text-decoration: none;
    color: #f2f2f2;
    font-weight: 400;
     font-family: 'square721_btroman';
}
	
	
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}

#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}
@media(min-width:768px){
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{   border:0px solid #fff;background:transparent!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}

#cssmenu ul li.active{
	 position: relative;
	 
}
#cssmenu ul li.current-menu-item:after{
	 display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: '';
  color: #fff !important;
  background: #f9821c !important;
  visibility: visible;
  font-family: 'square721_btbold'!important;
   
  
	
}
#cssmenu ul li.current-menu-item a{font-family: 'square721_btbold'!important;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #214b8d;
    background: #fff;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
 
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #f9821c;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}
}
@media screen and (min-width:1001px){
#cssmenu ul li:last-child ul ul {
    margin-left: -100%;
    top: 0;
}
}

@media screen and (max-width:767px){
#cssmenu ul ul li a {
    border:none!important;
}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none;background:#f9821c;}
#cssmenu ul li{width:100%;border-top:0px solid #678ee9;}



#cssmenu ul li:hover{background:;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:;}
#cssmenu ul ul li:hover{background:}
#cssmenu ul ul ul li a{padding-left:0px;}
#cssmenu ul ul li a{color:#fff;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button::after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 7px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
}

.button::before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: '';
}

.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #678ee9;height:42px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#678ee9}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

}
@media screen and (max-width:639px){
.button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
    left: 0;
    margin: 0 auto;
}
}
/***end menu***/

.banner{
	position: relative;
	text-align:center;
}
.banner:after{
	content:"";
	position: absolute;
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.banner img{
	width:100%;
}
.bnr_info{
	text-align:center;
	position: absolute;
	top: 50%;
    left: 0;
	right:0;
	margin:auto;
    transform: translate(0%,-50%);
	z-index:1;
	
}

.bnr_info h1{
	font-size: 60px;
	 font-family: 'square721_btbold';
	  color: #ffffff;
	  letter-spacing:1px;
	  text-transform: uppercase;
	  margin-bottom: 14px;
	  text-shadow: 2px 2px #000;
	      text-shadow: 1px 2px 5px #000;

}
.bnr_info h2{
	font-size: 14px;
	 font-family: 'square721_btbold';
	  color: #ffffff;
	  letter-spacing:1px;
	  text-transform: uppercase;
	  margin-bottom: 34px;
	  	      text-shadow: 1px 2px 5px #000;
}
.bnr_info a{
	font-size: 14px;
	 
	  color: #ffffff;
	   letter-spacing:1px;
	  text-transform: uppercase;
	 padding: 14px 36px;
	 background:#323232;
	 display:inline-block;
}
.banner .container{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	height:100%;
	
}
.banner .container:after {
    content: "";
    position: absolute;
    background: url(images/bgback.png) top left no-repeat;
    -webkit-background-size: 80% 100%;
    background-size: 80% 100%;
    top: 96px;
    left: 12px;
    width: 734px;
    height: 551px;
	opacity:0.5;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9821c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.welcome_cont{
	
	width:100%;
	background:  url(images/sec_bg.jpg) 0 0 no-repeat;
	padding-top: 58px;
	padding-bottom: 100px;
	
}
.welcome{
	position: relative;
}
.welcome .container{
	position:absolute;
	    top: -94px;
	z-index:99;
	right:0;
	left:0;
	margin:auto;
	margin-bottom:110px;
}
.wl_left{
	padding-left: 100px;
}
.wl_right{
	padding-right: 100px;
}
.wl_left h2{
	font-size:24px ;
	 font-family: 'square721_btroman';
	 color:#151515;
	 margin-bottom: 0px;
}
.wl_left h1{
	font-size:48px ;
	 font-family: 'square721_btroman';
	 color:#ffffff;
	 margin-bottom: 5px;
}
.wl_left h3{
	font-size:30px ;
	 font-family: 'square721_btroman';
	 color:#ffffff;
	 margin-bottom: 12px;
}
.wl_right p{
	font-size:14px ;
	
	 color:#ffffff;
	 margin-bottom: 11px;
	 line-height: 22px;
	 
}
.wl_right p:nth-child(4){
	margin-bottom: 35px;
}
.wl_right a{
	font-size: 14px;
	 
	  color: #ffffff;
	   letter-spacing:1px;
	  text-transform: uppercase;
	 padding: 14px 36px;
	 background:#323232;
	 display:inline-block;
}
.client_right p{
	 margin-bottom: 40px;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border:0px solid red;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #000;
  font-size: 14px;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.indoor_left{
	text-align:right;
	padding-right: 60px;
	padding-top: 50px;
}
.indoor_tiling{
	position: relative;
	margin-bottom: 122px;
}
.indoor_tiling:after{
	content:"";
	position: absolute;
	background: url(images/titlebg.png) left top no-repeat;
	-webkit-background-size: 80% 100%;
	background-size: 70% 100%;
	top:0;
	left:0;
	width:501px;
	height:416px;
}
.img-box img{
	max-width:100%;
	min-height:203px;
}
.indoor_right{
	padding:0;
}
.img_box_grp{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin-bottom:10px;
}
.img-box{
	width:32%;
	
}
.indoor_left{
	z-index:999;
}
.indoor_left h2{ 
	 font-family: 'square721_btroman';
	 font-size: 70px;
	 color: #ffffff;
	 line-height: 40px;
	 margin-bottom: 80px;
}
.indoor_left h2 span{
	color:#fa7d1b;
	font-size: 36px;
	
}
.indoor_left p{ 
	 
	 font-size: 24px;
	 color: #ffffff;
	 font-weight: 300;
	 line-height: 29px;
	 margin-bottom: 60px;
}
.indoor_left p span{
	color:#f9821c;
}
.indoor_left a{ 
	 
	 font-size: 14px;
	 
	  color: #ffffff;
	   letter-spacing:1px;
	  text-transform: uppercase;
	 padding: 14px 36px;
	 background:#161616;
	 display:inline-block;
}
.indo_scnd_right{
	text-align: left;
	padding-left: 80px;
}
.indo_scnd{
	position: relative;
	margin-bottom: 104px;
}
.indo_scnd:after{
	content:"";
	position: absolute;
	background: url(images/titlebg.png) 158% top no-repeat;
	-webkit-background-size: 70% 100%;
	background-size: 70% 100%;
	top:0;
	right:0;
	width:501px;
	height:416px;
}
.service{
	width:100%;
	background:  url(images/last_bg.jpg) left center no-repeat;
	-webkit-background-size: cover;
	background-size:cover ;
	
	padding-top: 106px;
	padding-bottom: 231px;
}
.service_left h1{
	font-size: 70px;
	color:#ffffff;
	 font-family: 'square721_btroman';
	 line-height:46px;
	margin-bottom: 66px;
}
.service_left h1 span{
	font-size: 36px;
	color:#fa7d1b;
	 padding:0;
	 
}
.service_left p{
	font-size: 24px;
	color:#ffffff;
	font-weight: 300;
	 line-height:35px;
	margin-bottom: 66px;
}
.service_left p span{
	color:#fa7d1b;
}
.icon_box_grp{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin-bottom: 102px;
}
.icon_box{
	width:28%;
	text-align:center;
	
	
}
.icon_box img{
	margin-bottom: 26px;
	
}
.icon_box p{
	text-align: center;
	line-height:27px;
	font-weight: 300;
	font-size: 18px;
	
}
.service_right a{
	font-size: 14px;
	 
	  color: #ffffff;
	   letter-spacing:1px;
	  text-transform: uppercase;
	 padding: 14px 36px;
	 background:#161616;
	 display:inline-block;
	 float:right;
}
.aboutus p{
	font-style: italic;
}
.aboutus h4{
	font-size: 16px;
	 font-weight: 400;
	  color: #323232;
	   letter-spacing:1px;
	   padding-left:54px;
	   margin-bottom: 62px;
	   position: relative;
	  
}
.client_right{
	padding-left:10px;
}
.aboutus h4:before{
	content: "\f10d"; 
    font-family: FontAwesome;
    left:3px;
    position:absolute;
    top:-15px;
	color:#fff;
	font-size: 30px;
}
.aboutus h4 span{
	color:#ffffff;
}
.get_qout{
	margin-bottom: 106px;
}
.get_qout h2{
	font-size: 48px;
	color:#ffffff;
	 font-family: 'square721_btroman';
	 line-height:46px;
	margin-bottom: 53px;
}
.form-inline .form-group input {
	width:100%;
}
.form-group { 
  float: left;
} 

.one-col{
  width: 100%;
  padding: 10px;
}
.two-col_one{
  width: 67%;
  padding: 10px;
}
.two-col-two{
	 width: 33%;
	 padding: 10px;
}
.three-col{
  width: 33.33%;
  padding: 10px;
}
.four-col{
  width: 24.75%;
  padding: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 53px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #828282;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
    color: #fff;
    font-size: 16px;
	font-weight: 400;
}
.form-control:focus {
   
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
   outline: none;
   
}
.submit{
	width:100%;
	font-weight: 14px;
	color:#fff;
	background: #f9821c;
	text-align:center;
	height: 53px;
	text-transform: uppercase;
	cursor:pointer;
}
.footboxgrp{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	    margin-bottom: 7px;
}
.footboox_img img{
	width:113px;
	height:94px;
	
}
.footboox_img{
	flex-basis:32%;
}
.footer{
	background:#1f1f1f;
	padding:80px 0px 22px;
}
.footer h2{
	font-weight: 600;
	font-size: 14px;
	color: #fa7d1b;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.footer ul{
	list-style:none;
	font-weight: 300;
	color: #979797;
	font-size: 14px;
	
}
.footer ul li{
	padding:0px 0px 14px 0px;
}
.foot_four h2{
	float:left;
}
.foot_four ul{
	float:right;
}
.foot_four ul li{
	display: inline-block;
	padding:0px 0px 0px 15px;
}
.foot_four p{
	font-weight: 600;
	font-size: 15px;
	color: #ff861f;
	margin-top: 20px;
	text-transform: uppercase;
}
.foot_four p span{
	font-weight: 300;
	
	color: #777777;
	
	text-transform: capitalize;
	margin-left: 8px;
}
.foot_four p .fa{
	color:#fff;
font-size: 18px;
margin-left: 6px;
}
.footer_down{
	background:#1f1f1f;
	padding-bottom: 75px;
}
.footer_down p{
	color: #ffffff;
	font-weight: 300;
	font-size: 13px;
}
.footer_down a{
	color:#f8811b;
}
.footer_down span{
	color:#777777;
}


.inner_ban .container:after {
    content: "";
    position: absolute;
    background: url(images/bgback.png) top left no-repeat;
    -webkit-background-size: 80% 100%;
    background-size: 80% 100%;
    top: 96px;
    left: 12px;
    width: 734px;
   height: 276px;
    opacity: 0.4;
}
.inner_ban:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner_bnnr_info{
	    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0%,4%);
    z-index: 1;
}
.inner_bnnr_info h1{
	 font-family: 'square721_btroman';
	 font-size: 40px;
}
.inner-get{
	padding-top: 90px;
}
.inner_cont{
	
	padding:80px 0px 100px;
	background: #ffffff;
}
.about_sec h2{
	font-size: 36px;
    color: #323232;
    font-family: 'square721_btroman';
   
    margin-bottom: 53px;
}
.about_sec h2 span{
	color:#f8811b;
}
.about_sec p{
	font-weight: 300;
	font-size: 14px;
	color:#555555;
	line-height:26px;
	margin-bottom: 20px;
}
.about_sec p:last-child{
	margin-bottom: 0px;
}
.about_up_right{
	padding-left: 50px;
}
.aboutup_cont{
	margin-bottom: 68px;
}
.about_sec h3{
	color: #323232;
	font-size: 18px;
	font-family: 'square721_btroman';
	margin-bottom: 26px;
	letter-spacing:1px;
}
.lowerabout img{
	margin-bottom:20px;
}
.lowerabout h3{
	margin-bottom: 53px;
}
.carousel-indicators {
   
    left: 39%;
}
.serv_sec ul{
	font-weight: 300;
	font-size: 14px;
	color:#555555;
	list-style:none;
}
.serv_sec ul li{
	padding:0px 0px 18px 44px;
	position:relative;
}
.serv_sec ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f9821c;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 2px;
}
.serv_sec h4{
	font-weight: 400;
	font-size: 16px;
	color:#555555;
	margin:0;
	margin-bottom:15px;
}
.serv_sec p{
	margin-bottom: 40px;
}
.testimonialgrp{
	margin-bottom:55px;
}
.testimonialgrp:last-child{
	margin-bottom:0px;
}
.testimonialgrp:last-child h4{
	margin-bottom:0px;
}
.testimonialgrp p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 32px;
    line-height: 29px;
    font-weight: 300;
    font-style: italic;
    padding: 0px 115px 0px 0px;
}
.testimonialgrp h4 {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    letter-spacing: 1px;
    padding-left: 54px;
    margin-bottom: 62px;
    position: relative;
}
.testimonialgrp h4:before {
    content: "\f10d";
    font-family: FontAwesome;
    left: 2px;
    position: absolute;
    top: -15px;
    color: #565656;
    font-size: 30px;
}
.testimonialgrp h4 span {
    color: #f8811b;
}
.contbox{
	display:flex;
	display:-webkit-flex;
	margin-bottom: 60px;
	
}
.box_one{
	margin-right:14px;
}
.box_two{
	
}
.contbox .box_one .fa {
    color: #f9821c;
    font-size: 67px;
}
.contbox h5{
	color:#323232;
	font-weight: 600;
	margin-bottom: 10px;
}
.box_two {
    padding-top: 12px;
}
.cont_sec h3 {
    font-size: 30px;
    color: #323232;
    font-family: 'square721_btroman';
    font-weight: 400;
}
.cont_sec h4{
    font-size: 30px;
    color: #323232;
    font-family: 'square721_btroman';
    font-weight: 400;
}
.cont_sec h4 span{
	color:#f9821c;
}
.img_fst_gal{
	display:block;
	margin-bottom: 100px;
}
.img_fst_gal:last-child{
	
	margin-bottom: 0px;
}
.img_fst_gal a {
   
   
    display: inline-block;
    float: right;
	margin-top:20px;
}
.follow{ background: #517fa4 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff !important;
	font-size:13px!important;
    float: right;
    padding: 4px 14px;}