@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body{
  padding:0px;
  margin:0px;
  line-height:24px;
  box-sizing:border-box;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  /*padding-right:80px;*/
  font-family: 'Roboto', sans-serif;
}
*{
  padding:0px;
  margin:0px;
}
.anchor {
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}
.whitefore{
  color:#fff;
}
.primarycolor{
  color:#e21d34;
}
.secondarycolor{
  color:#23224a;
}
img{
  max-width:100%;
}
a{
  text-decoration: none !important;
  outline:none!important;
}

header{

  position:relative;
}
.fixd {
    position: fixed;
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    z-index: 9999;
	transition:all .5s;
}
.menu_fluid{
	margin-top:0px;
	transition:all .5s;
}
ul.menu {
	position: relative;
	float: left;
	list-style-type: none;
	margin:0px;
}
ul.menu li {
	float: left;
	position: relative;
	padding-right:24px;
	margin-right:24px;
	border-right:1px solid #403f69;
}
ul.menu li a {
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 15px 5px;
	font-weight: 500;
	position: relative;
	letter-spacing:1px;
	transition: all .5s;
}
ul.menu li a:hover {
	color: #ffc52d;
}ul.menu li a.active {
	color: #ffc52d;
}
ul.menu li a span {
	display: none;
}
ul.menu > ul li:hover a:after, ul.menu ul li a.active:after,
ul.menu > ul li:hover a:before, ul.menu ul li a.active:before,
ul.menu ul li a:after, ul.menu > ul li a:before,
ul.menu > li:hover li a:after, ul.menu > li:hover li a:before {
	display: none;
}
ul.menu ul {
	position: absolute;
	top: 100%;
	left: -25px;
	z-index: 999;
	width: 220px;
	background-color: #fff;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.15);
	max-height: 0px;
	backface-visibility: hidden;
	overflow: hidden;
	visibility: hidden;
	border-radius:0 0 5px 5px;
	transition: all .5s;
}
ul.menu li:hover ul {
	max-height: 500px;
	visibility: visible;
	transition: all .5s;
	z-index: 2;
}
ul.menu ul li {
	width: 100%;
	float: left;
	margin: 0;
	border-right:0px;
	padding: 0;
	position: relative;
}
ul.menu ul li a {
	width: 100%;
	float: left;
	color: #EC1C24;
	border: 0px;
	text-transform: capitalize;
	padding: 8px 10px;
	font-size: 14px;
}
ul.menu > li:hover li a {
	color: #333;
	transition: all .5s;
}
ul.menu ul li a:hover {
	color: #fff;
	background: #EC1C24;
}
.headersocial
{
	float:right;
	list-style-type:none;
	margin-top:16px;
}
.headersocial li
{
	float:left;
}
.headersocial li a
{
	color:#fff;
	padding:0px 15px;
	font-size:18px;
	display:table;
	transition:all .5s;
}
.headersocial li a:hover
{
	color:#ffc428;
	transition:all .5s;
}
.banner {
  width: 100%;
  float: left;
  /*margin-top: 83px;*/
  background-color: #333;
  text-align: center;
  position: relative;
}
.banner1 {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.banner .heading1 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 65px;
  text-align: center;
  color: #000;
  margin-top: 120px;
  width: 100%;
  padding: 0 15%;
  text-transform: uppercase;
}
.banner .sub_head1 {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.7;
  color: #e4f5e9;
  margin-top: 25px;
}
.header-content{
  position: absolute;
  top:0px;
  width:100%;
  height:100%;
}
.header-content .logo{
  margin-top:2%;
  position:relative;
  z-index: 200;
  background:none!important;
}
.side_menu{
  position: fixed;
  top:0px;
  right:0px;
  top:-2%;
  background-color: rgba(255,255,255,1);
  display: block;
  width:63px;
  text-align:center;
  padding-bottom:100%;
  padding-top:1%;
  z-index:100;
  border-left:1px solid #e8e8e8;
}
.side_menu nav ul li img{
  vertical-align:middle;
  width:35%;
}
.side_menu>nav>ul>li>a{
  padding-bottom: 0px;

  line-height:60px;
}
.side_menu>nav>ul>li a{
  outline:none!important;
  letter-spacing:2px;
}
.slide_left_icon p a{
  color:#fff;
  text-decoration:none;
}
.side_menu .slide_left_icon{
  position:absolute;
  height:100%;
  background-color:#23224a;
  color:#fff;
  right:0px;
  top:0px;
  bottom:0px;
  margin:0 auto;
  text-align:left;
  padding-left:0px;
  width:300px;
  left:370px;
  font-size:18px;
  text-transform:uppercase;
  -moz-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  transition:all 0.9s ease;
}
.side_menu>nav>ul>li{
  padding:0px 0px;
  border-bottom: 1px solid #e8e8e8;
  position:relative;
  line-height:60px;
  -moz-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  transition:all 0.9s ease;
}
.side_menu>nav>ul>li:hover .slide_left_icon{
  display:block;
  left:-373px;
}
.side_menu .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color:#23224a;
  color:#fff;
}
.side_menu .nav .open>a, .side_menu .nav .open>a:focus, .side_menu .nav .open>a:hover{
  background-color:#23224a;
  color:#fff;
}
.side_menu .nav>li>a:focus, .side_menu .nav>li>a:hover{
  background-color:#23224a;
}
.side_menu li.dropdown{
  background-color:#23224a!important;
}
.side_menu li.dropdown>a{
  color:#fff;
  outline:none;
}
.side_menu li.dropdown ul>li{
  background-color:#23224a;
}
.side_menu li.dropdown ul{
  width:302px;
  overflow-Y:scroll;
  height:250px;
  background-color:#23224a;
  margin-top:-1px;
  margin-left:-1px;
}
.side_menu li.dropdown ul::-webkit-scrollbar { 
  display: none; 
}
.side_menu li.dropdown ul::-moz-scrollbar { 
  display: none; 
}
.dropdown-menu{
  padding:0px!important;
}
.side_menu li.dropdown ul>li>a{
  background-color:#191919;
  line-height:50px;
  font-size:12px;
}
.side_menu li.dropdown ul>li a{
  color:#fff;
}
.side_menu li.dropdown ul>li ul{
  margin-top:-10px;
}
.side_menu .navbar-nav>li>a{
  padding:20px 0px 20px 20px;
}
.opacity0{
  opacity:1;
}
.navigation_menu ul{
  margin-top:18px;
}
.navigation_menu ul li{

  text-transform: uppercase;
}
.navigation_menu ul li a{
  color:#005d99;
  font-size:18px;
}
.navigation{

  background-color:#fff;
  position:relative;
  border-left:1px solid rgba(0,0,0,0.1);
}
p.nav-bar{
  width:503px;
  position:fixed;
  padding:10px 0px 0px 20px;
  background-color:#fff;
}
p.nav-bar span i{
  font-size: 30px;
  color:#a8acb7;
}
p.nav-bar span i a:hover,p.nav-bar span i a:focus,p.nav-bar span i a:acitve{
  outline:none!important;
  text-decoration:none;
}
section{
  padding: 50px 0;
  width: 100%;
  float: left;
  margin: 0;
}
#section1{
  background-color:#fff;
  overflow:hidden;
  margin-bottom:0px;
  margin-top:0px;
  width: 100%;
  float: left;
  padding:25px 0px 20px 0px;
}
#section1 h3,#section1 .para{
  color:#23224a;
}
#section1 h2{
  color:#23224a;
}
#section1 .col-md-4{
  overflow:hidden!important;
}
#section1 div.last{
  margin-right:0px!important;
}
#section1 .article_wrapper{
  overflow:hidden;
  margin-bottom:30px;
}
#section1 .article1{

  position:relative;
  min-height:300px;
  max-height:auto;
  transition:all .5s ease-out;
}

#section1 .row1 .col1{
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
#section1 .row1 .col2{
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}

#section1 .row1 .col3{
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
#section1 .row2 .col1{
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
#section1 .row2 .col2{
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}

#section1 .row2 .col3{
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.servicesrow h2 a{font-size: 22px; text-shadow: 0px 0px 5px #333;}
.carousel {
  margin-bottom: 0px;
  padding: 0;
  position:relative;
}
.top_logo {
  background: #fff;
  padding:10px;
  width: 100%;
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.3);
  background: #f7f7f7;
}
.top_logo .logo {
  position: relative;
  float: left;
}
.quickenq
{
	float:right;
	width: auto;
	color:#fff;
	background:#1666b2;
	margin-right: 90px;
	padding:10px;
	font-weight:500;
	margin-top:10px;
	transition:all .5s;
}
.quickenq:hover
{
	background:#33388a;
	color:#fff;
	transition:all .5s;
}
.quickenq:focus
{
	background:#33388a;
	color:#fff;
	transition:all .5s;
}
.top_cnt {
  float: right;
  width: auto;
}
.top_cnt ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_cnt ul li {
  float: left;
  padding: 15px;
}
.top_cnt ul li a {
  float: left;
  color: #222;
  font-weight: 400;
  font-size: 14px;
  transition: all .5s;
}
.top_cnt ul li a i
{
	border:1px solid #333a8a;
	padding:9px 10px;
	margin-right:10px;
	color:#4b71d4;
}
.top_cnt ul li a:focus,
.top_cnt ul li a:hover {
  color: #33388a;
  transition: all .5s;
}
.top_cnt ul li a img {
  margin-right: 8px;
  height: 25px;
  transition: all .5s;
  vertical-align: middle;
}
.top_cnt ul li a:hover img {
  transform: rotate(360deg);
  vertical-align: middle;
}
.header {position: relative;margin-top: 83px;}
.carousel-control {
  background-image: none !important;
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: auto;
    bottom: 260px;
    z-index: 10;
    left: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 0px;
    font-size: 24px;
    background: rgba(0,0,0,0.3);
}
.carousel-control.right {
  bottom: 200px;
  right: auto;
  left: 10px;
  transition: all .5s;
}
.carousel-control.left:hover {  
    background: rgba(0,0,0,0.8);
  transition: all .5s;
}
.carousel-control.right:hover {
    background: rgba(0,0,0,0.8);
  transition: all .5s;
}

.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-indicators {
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0;
}
.carousel-indicators li {
  display: inline-block;
    width: 15px;
    height: 15px;
    float: none;
    margin: 0 2px;
    text-align: center;
    color: #333;
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #555;
    border-radius: 100%;
    cursor: pointer;
    transition: all .5s;
}
.carousel-indicators li.active{
    background: #1666B2;
    border: 1px solid #1666B2;
    transition: all .5s;
        width: 15px;
    height: 15px;
}
.carousel-indicators li:hover {
    background: #0B7DCB;
    border: 1px solid #1666B2;
    transition: all .5s;
        width: 15px;
    height: 15px;
}
.item .banner_text {
  opacity: 0;
  transition: all .5s;
}
.item.active .banner_text {
  opacity: 1;
  bottom: 230px;
  transition: all .5s;
}.banner_text {
  width:100%;
  z-index:9;
  position:absolute;
  padding: 0 10%;
  text-align: center;
  bottom:0;
}
.banner_text h4 {
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 24px;
  padding:0px;
  margin:15px 0;
  color: #333;
}
.banner_text h2 {
  color: #fff;
  text-shadow: 0px 0px 5px #333;
  font-size: 55px;
  line-height:70px;
  font-weight: 600;
  margin:0; 
}
.carousel-control {
  position: absolute;
  top:95%;
  font-size: 71px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);

  border-radius:50%;
  filter: alpha(opacity=50);
  opacity: .5;
  padding:0px;
  left:0%;
  color:#000;
  display:inline;
}
.carousel-control.left {
  background-image:none;
}

.carousel-control.right {
  right: 0px;
  background-image:none;
}

#section1 .article1:hover{
  transform:scale(1.1);

}
#section1 .article1:after{
  position:absolute;
  width:100%;
  height:100%;
  left:0px;
  right:0px;
  background-color:#000;
  content:"";
  opacity:0.3;
}
#section1 .article1 .overlay{
  position:absolute;

  background-repeat:no-repeat;
  height:100%;
  width:100%;
  top:100%;
  content:"";
  left:0px;
  border:1px solid black!important;
  right:0px;
  z-index:1000;
}
#section1 .article1:hover .overlay1,#section3 .update_sec_image1:hover .overlay1,#section3 .update_sec_image2:hover .overlay1,#section3 .update_sec_image3:hover .overlay1{
  transform: rotate(47.5255deg) translate(-50%, 50%);
}
.overlay1{
  position: absolute;
  z-index: 100;
  width:1205px;
  height:550px;
  top: 50%;
  left: 50%;
  background-color: rgba(255,255,255,0.5);
  display: block;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 500ms ease 0ms;
  -moz-transition: -moz-transform 500ms ease 0ms;
  -ms-transition: -ms-transform 500ms ease 0ms;
  -o-transition: -o-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms;
  transform: rotate(47.5255deg) translate(-50%, -150%);
}

#section1 .article1 .content_overlay{
  position:absolute;
  height:100%;
  width:100%;
  top:0%;
  content:"";
  left:0px;
  right:0px;
  z-index:10;
}
.content_overlay h3{
  font-size:24px;
  margin-top:20%;
  margin-bottom:0px;
  font-weight:bold;
}
.content_overlay h3+p{
  margin-bottom:0px;
}
.content_overlay h2{
  font-size:35px;
  margin-top:0px;

  padding:0px 10px;
  position:relative;
  text-align:center;
  left:0px;
  right:0px;
  top:50%;
  transform: translateY(-50%);

  font-weight:normal;
}
.content_overlay h2,.content_overlay h3{
  color:#fff!important;
}
.content_overlay h2 a:hover,.content_overlay h3 a:hover{
  color:#e21d34!important;
}
footer{
  background-color: #e3e3e3;
  padding:15px 50px 0px;
  overflow:hidden;
  background-image:url(../images/map.png);
  background-position:center 100%;
  background-repeat:no-repeat;
  position:relative;
  z-index:11;
  width:100%;
  float:left;
}
footer h2.title{
  font-size:20px;
}
footer nav ul li a{
  color:#fff;
  text-decoration: none; 
  font-size: 14px;
}
footer .title{
  color:#e21d34;
}
footer h3.title{
  text-transform:uppercase;
  
  margin-bottom:50px;
  margin-top:50px;
  font-size:14px;
  color:#e21d34;
}
footer nav ul li a:hover,footer nav ul li a:focus{
  text-decoration:none;
  color:#fff;
}
/*pro_banner*/
.pro_banner {
  position: relative;
  background: #f5f5f5;
}
.pro_banner_left {
  width: 50%;
  float: left;
  border: 8px solid #999;
  position: relative;
  padding: 8px;
}
.pro_banner_left img {
  width: 100%;
}
.pro_banner_right {
  width: 50%;
  float: right;
  padding-left: 10px;
  position: relative;
}
.pro_banner_indicators {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pro_banner_indicators li {
  width: 100%;
  float: left;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  transition: all .5s;
}
.pro_banner_indicators li p {
  font-size: 16px;
  line-height: 24px;
}
.pro_banner_indicators li:hover,
.pro_banner_indicators li.active {
  background: #777;
  color: #fff;
  transition: all .5s;
}
.pro_banner_indicators li:hover a,
.pro_banner_indicators li.active a{
  color: #fff;
  transition: all .5s;
}
.pro_banner_indicators li h3 {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.pro_banner_indicators li h3 a {
  color: #23224A;
  font-size: 22px;
  margin-bottom: 15px;
}
/*section.clients*/
section.clients{
  padding-bottom:0px;
  padding-top:60px;
  padding-top:0px;
  /*max-height:500px;
  height:500px;*/
  width: 100%;
  float: left;
  overflow:hidden;
  margin-bottom:0px;
}
.homepage_client{
  background-color:#f4f4f4!important;
  padding-top:90px;
}
section.clients h2{
  color:#e21d34;
  margin:0px;
  background-color:#fff;
  padding-bottom:40px;
  padding-top: 40px;
}
.section4 h1{
  margin-bottom:50px;
  margin-top:0px;
}
.section4 article{
  display:none;	
  max-height:500px;
  overflow:hidden;
  background-color:#40aff6;
}
.display{
  display:block!important;
}
section.clients article h1{
  padding-top:50px;
}
section.clients article img{
  max-width:100%;
}
.addborder{
  border-bottom:5px solid #23224a;
}
.logo_slider{
  overflow:hidden;
  position:relative;
  padding:0px;
}
.side_menu ul li a span.caret{
  font-size:30px!important;
}
.scroll_top_pos {
  width: 100%;
  float: left;
  background: #f5f5f5;
}
.hcontent .txt {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #222;
  line-height: 33px;
  font-weight:300;
  margin-bottom: 50px;
}
.hcontent h2 {
  display: block;
  margin: 0 0 25px 0;
  font-size: 36px;
  font-weight: 600;
}
.btn-more {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.btn-more a {
  color: #fff;
  background: #23224A;
  border:1px solid #23224A;
  padding: 10px 25px;
  font-size: 16px;
  transition: all .5s;
}
.btn-more a:hover {
  color: #23224A;
  background: none;
  transition: all .5s;
}
.wid50{
  float: left;
  display: inline-block;
  width: 50%;
}
.client_cont{
  background-color: #23224a;
  padding: 50px 30px 20px 100px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.client_cont h3{
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}
.client_cont .max-width{
  font-size: 18px;
}
.client_cont .read-button a{
    text-decoration: none;
    color: #23224A;
    font-size: 16px;
    padding: 4px 22px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}
.client_cont .read-button a:hover{background-color: transparent; color: #fff;}
.client_img img{
  width: 100%;
  height: 100%;
  float:right;
}
.client_img{
  width:100%;
  float:right;
}



/*------my css ---*/
.maincontent_fluid
{
	width:100%;
	float:left;
}
.main_inner
{
	width:100%;
	float:left;
	position:relative;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	font-weight: 400;
}
.menu_fluid
{
	background:#23224a;
}

.quick_contact {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	text-shadow: 0px 0px 5px #333;
    background-image: url(../images/bgbg.jpg);
    padding: 60px 0;
	width
}

.quick_contact h2 {
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	color: #fff;
}
.qform {
	width:30%;
	float: left;
}
.halfspan {
	width: 48%;
	float: left;
}
.halfspan.right {
	float: right;
}
input.c_input, textarea.c_input {
	width: 100%;
	float: left;
	height: 40px;
	padding: 5px 10px;
	font-size: 15px;
	border: 0px solid #999;
	color: #333;
	margin-bottom: 10px;
	transition: all .5s;
}
textarea.c_input {
	height: 100px;
}
input.c_input:hover, input.c_input:focus,
textarea.c_input:hover, textarea.c_input:focus {
	transition: all .5s;
}
input.c_btn {
	color: #fff;
	background: #524BB4;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	padding: 0;
	line-height: 42px;
	border: 0px solid #999;
	transition: all .5s;
}
input.c_btn:hover, input.c_btn:focus {
	background: #333;
	transition: all .5s;
}

.innerbanner
{
	width:100%;
	float:left;
	height:230px;
	overflow:hidden;
}
.innerbanner img
{
	width:100%;
}
.aboutpattern
{
	background: url(../images/repeat_dot.png) repeat;
    position: relative;
	padding-bottom:30px;
}
.aboutpattern:before {
    content: '';
    background: #fff;
    min-height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.abouthd_box
{
	width:15%;
	float:left;
	padding:30px 0px 15px;
}
.abouthd_box h4{
	color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
	line-height: 28px;
    position: relative;
    padding-top: 15px;
	font-family: 'Poppins', sans-serif;
}
.abouthd_box h4:after{
	content: '';
    height: 5px;
    background: #008DD5;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.abouthd_right
{
	width:84%;
	float:right;
	margin-top:30px;
	font-size: 15px;
    line-height: 1.65em;
    color: #4B4B4B;
    font-weight: 400;
}
.abouthd_right b
{
	letter-spacing:1px;
}
.innerpage
{
	font-size: 15px;
    line-height: 1.65em;
    color: #4B4B4B;
    font-weight: 400;
}
.whower
{
	color: #008DD5;
    font-size:17px;
    line-height:30px;
	font-weight: 600;
    margin-bottom: 0.85em;
}
.team
{
	list-style-type:none;
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}
.team li
{
	width:48%;
	float:left;
	padding:10px 0px;
	margin-right:18px;
}
.team li:last-child
{
	margin-right: 0px;
}
.team_img
{
	width:100%;
	float:left;
}
.team_img img
{
	width:100%;
}
.team_info
{
	width:100%;
	background:#fff;
	padding:10px 30px;
	float:left;
	border:1px solid #e0e0e0;
}
.team_info h4
{
	color: #2E2E2E;
    font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.team_info p 
{
	color: #7D7D7D;
    font-size: 14px;
}
.wel_left
{
	width:40%;
	background:#008dd5;
	float:left;
	line-height:30px;
	height:500px;
	color:#fff;
	font-size:16px;
	padding:30px 100px 30px 40px;
}
.wel_left h4
{
	font-family: 'Poppins', sans-serif;
	color:#14133f;
	line-height:40px;
	font-size:30px;	
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:15px;
}
.welright
{
	width:60%;
	float:left;
	overflow:hidden;
	height:500px;
	position:relative;
}
.welright:after
{
	position:absolute;
	right:0px;
	top:0px;
	content:'';
	z-index:9;
	width: 0;
	height: 0;
	border-top: 500px solid #008dd5;
	border-left: 150px solid transparent;
}
.welright:before
{
	position: absolute;
	right: -11px;
	top: 0px;
	content: '';
	z-index: 9;
	width: 0;
	height: 0;
	border-top: 733px solid rgba(5, 4, 41, 0.6);
	border-left: 173px solid transparent;
}
.welright img{
	width:100%;
	height:100%;
}
.wel_left ul
{
	list-style-type:none;
	margin-top:30px;
}
.wel_left ul li
{
	width:100%;
	float:left;
	color:#fff;
	letter-spacing:1px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom:14px;
}
.wel_left ul li i
{
	margin-right:5px;
	color:#14133f;
}
.pagenation_fluid
{
	min-height: 52px;
    padding: .4rem 0 .4rem;
	border-top: 1px solid #e2e3e3;
    border-bottom: 1px solid #c6c7c7;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.075);
    text-align: right;
    background: #FFF;
}
.breadcrumbs
{
	float:left;
	width:auto;
}
.breadcrumbs ul {
    list-style-image: none;
	margin-top:9px;
}
.breadcrumbs ul li {
    display: inline-block;
    float: left;
	font-size: 15px;
	color: #1666b2;
	letter-spacing:1px;
	font-weight: 600;
}
.breadcrumbs ul > li + li::before {
    color: #333;
    content: "/";
    font-weight: normal;
    padding:10px;
	font-size: 16px;
    font-family: FontAwesome;
}
.breadcrumbs ul li a {
    text-decoration: none;
	font-size: 15px;
	letter-spacing:1px;
	color: #1666b2;
	font-weight: 600;
}
.breadcrumbs ul li a i{
	font-size: 20px;
}
.breadcrumbs ul li a:hover {
    color: #ff0000;
    text-decoration: none;;
}



.approachleft
{
	width:50%;
	padding: 25px 45px 25px 40px;
	text-align:justify;
	float:left;
	line-height: 25px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
}
.approachleft h2{
	font-weight: 400;
    letter-spacing: 0px;
	font-size: 28px;
	color:#23224a;
	display:table;
	padding-bottom:15px;
	line-height:38px;
	position:relative;
	margin:0px 0px 20px;
}
.approachleft h2:after{
	position:absolute;
	left:0px;
	bottom:0px;
	width:50%;
	height:2px;
	background:#1666b2;
	content:'';
}
.ser_more{
	color:#ee7b00;
	font-size:16px;
	transition:all .5s;
	border: 1px solid #ee7b00;
	border-radius: 4px;
	padding: 4px 20px;
	width: auto;
	margin-top: 20px;
	display:table;
}
.ser_more:hover{
	color:#fff;
	background:#ee7b00;
	transition:all .5s;
}
.approachright
{
	float:right;
	width:50%;
}
.approachimgleft
{	
	float:left;
	width:50%;
}
.approachright img, .approachimgleft img{
	width:100%;
	height:100%;
}
.approachleft img{
	width:100%;
	height:100%;
}
.approachtextright
{
	width:50%;
	float:right;
	background:#fff;
	line-height: 25px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
	padding: 25px 25px 25px 40px;
	text-align:justify;
}
.approachtextright h2{
	font-weight: 400;
    letter-spacing: 0px;
	font-size: 28px;
	color:#23224a;
	display:table;
	line-height:38px;
	padding-bottom:15px;
	position:relative;
	margin:0px 0px 20px;
}
.approachtextright h2:after{
	position:absolute;
	left:0px;
	bottom:0px;
	width:50%;
	height:2px;
	background:#1666b2;
	content:'';
}

.box_list ul {
    float: left;
    list-style-type: none;
    width: 100%;
}
.box_list ul li {
    float: left;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    text-align:left;
	line-height: 30px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
}
.box_list ul li::after {
    color: #366a73;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}
.toggle {
    list-style: outside none none;
    margin: 0px 0px 30px;
    padding: 0;
    width: 100%;
	float:left;
}
.toggle li {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}
.toggle h3 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius:50px;
    color: #23224a;
    float: left;
    font-size: 18px;
    font-weight: 500;
	letter-spacing:1px;
    margin: 0 0 5px;
    padding: 15px 20px 14px 20px;
    position: relative;
    width: 100%;
}
.toggle h3::after {
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 18px;
}
.toggle h3.open::after {
    content: "\f067";
}
.toggle .panel {
    background: #edf7fa none repeat scroll 0 0;
    display: none;
    float: left;
    margin-bottom:0px;
    padding: 20px;
    position: relative;
    width: 100%;
	line-height: 30px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
}
.left_table
{
	width:48%;
	float:left;
	margin-bottom:20px;
}
.left_table:last-child
{
	float:right;
}
.left_table table{
	background:#f7f7f7;
	margin-top:10px;
}
.left_table table tr td{
	padding:10px;
}
.left_table table tr td span{
	width:100%;
	display:table;
	color:#1666b2;
	margin-bottom:7px;
}
.inner_hd
{
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 28px;
	color: #23224a;
	display: table;
	line-height: 38px;
	padding-bottom: 15px;
	position: relative;
	margin: 0px 0px 20px;
}
.inner_hd::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 2px;
    background: #1666b2;
    content: '';
}
.boxscroll
{
		width:100%;
		float:left;
		padding-right:15px;
		height:400px;
		overflow-y:scroll;
}
.leftboxscroll
{
            direction: rtl;
			padding-left:15px;
			text-align:left;
}
.typical_table
{
	width:100%;
	float:left;
	margin-bottom:0px;
}
.typical_table table{
	background:#f7f7f7;
	margin-top:10px;
}
.typical_table table tr td{
	padding:10px 40px;
}
.typical_table table tr td span{
	width:25%;
	position:relative;
	float:left;
	margin-right:15%;
}
.typical_table table tr td span:after{
	position:absolute;
	right:0px;
	top:0px;
	content:":";
}

.fulltable
{
	width:100%;
	float:left;
	margin-bottom:0px;
}
.fulltable table{
	background:#f7f7f7;
	margin-top:10px;
}
.fulltable table tr td{
	padding:10px 40px;
}
.fulltable table tr th{
	padding:10px 40px;
}

.bephramleft_table
{
	width:47%;
	float:left;
	margin-bottom:0px;
}
.bephramleft_table table{
	background:#f7f7f7;
	margin-top:10px;
}
.bephramleft_table table tr td{
	padding:10px 20px;
}
.bephramleft_table table tr td span{
	width:35%;
	position:relative;
	float:left;
	margin-right:15%;
}
.bephramleft_table table tr td span:after{
	position:absolute;
	right:0px;
	top:0px;
	content:":";
}





.contentul ul
{
	padding:0px;
	list-style-type:none;
}
.contentul ul li
{
	font-size: 14px;
    font-weight: 400;
	position:relative;
	padding-left:20px;
    line-height: 24px;
	margin-bottom:10px;
}
.contentul ul li:after
{
	left:0px;
	top:8px;
	content:'';
	position:absolute;
	width:7px;
	height:7px;
	background:#26ae61;
}



.q_link1 {
    display: table;
    margin-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.q_link1 .q_cont {
    display: inline-block;
    float: left;
	background:#f7f7f7;
	min-height:400px;
    padding: 30px;
    width: 50%;
}
.q_link1 .q_cont .hd {
    display: block;
    font-size:28px;
    font-weight:600;
    height: 60px;
	color:#f15f23;
    line-height: 60px;
	letter-spacing:1px;
    margin-bottom:0px;
    text-transform: uppercase;
    width: 100%;
}
.q_link1 .q_cont .cont {
    clear: both;
    color: #000;
    display: table;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
}
.q_link1 .q_img {
    display: inline-block;
    float: left;
    padding: 0 0px;
    width: 50%;
}
.q_link1 .q_img img {
    display: block;
    width: 100%;
}

.epc_more
{
	font-size:14px;
    font-weight:600;
    line-height: 1.5;
    height: 40px;
	margin-top:30px;
	display:inline-block;
    padding: 10px 30px 10px 30px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    box-shadow: none;
	transition:all .5s;
    background-color: #22832c;
    color: #fff;
}
.epc_more:hover
{
	 background-color: #f15f23;
	 transition:all .5s;
	  color: #fff;
	  text-decoration:none;
}

.contactform
{
	margin:30px 0px;
}
.contactform label
{
	font-weight:400;
	color:#2e2e2e;
	letter-spacing:1px;
}
.contactform label span
{
	font-weight:400;
	color:#ed3237;
}
.input_contact
{
	width:100%;
	float:left;
	border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
	margin-bottom:20px;
	color: #606060;
	height: 40px;
    padding: 5px 14px;
    line-height: 20px;
}
.contact_sub
{
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
	background:#fff;
    border: 1px solid #ed3237;
    color: #ed3237;
    height: 50px;
	transition:all .5s;
}
.contact_sub:hover
{
	background:#ed3237;
	color:#fff;
	transition:all .5s;
}
.contact_left {
    float: left;
    width: 48%;
    margin: 20px 0px 25px;
}
.contact_hd {
    color: #23224a;
    float: left;
    font-size:22px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    margin: 0px 0px 10px;
}
.address_icons {
    background: #989898 none repeat scroll 0 0;
	border-radius:3px;
    color: #fff;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    width: 25px;
}
.address_ul li a
{
	text-decoration:none;
}
.address_ul {
    float: left;
    list-style-type: none;
    padding-left: 35px;
    width: 100%;
}
.address_ul li {
    margin: 10px 0 20px;
    position: relative;
    width: 100%;
	line-height: 30px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
}
.address_ul li a {
	line-height: 30px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
}
.address_ul li a:hover {
    color: #e86c0a;
    text-decoration: none;
}
.address_ul li .address_icons {
    left: -35px;
    position: absolute;
    top: 0;
}


.contactform
{
	margin:30px 0px;
}
.contactform label
{
	font-weight:400;
	color:#222;
	letter-spacing:1px;
}
.contactform label span
{
	font-weight:400;
	color:#ed3237;
}
.input_contact
{
	width:100%;
	float:left;
	border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
	margin-bottom:20px;
	color: #606060;
	height: 40px;
    padding: 5px 14px;
    line-height: 20px;
	border-radius:3px;
}
.contact_sub
{
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
	border-radius:5px;
    text-transform: uppercase;
	background:#fff;
    border: 1px solid #ed3237;
    color: #ed3237;
    height: 50px;
	border-radius:3px;
	transition:all .5s;
}
.contact_sub:hover
{
	background:#ed3237;
	color:#fff;
	transition:all .5s;
}
.contact_left {
    float: left;
    width: 48%;
    margin: 20px 0px 25px;
}
.contact_left p
{
	padding-top:15px;
	display:table;
}
.contact_hd {
    color: #23224a;
    float: left;
    font-size:22px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    margin: 0px 0px 10px;
}
.careerinner
{
	font-size:18px;
	line-height:30px;
	text-align:left;
	padding:50px 0px;
}

.gallery
{
	width:100%;
	float:left;
	margin-top:30px;
	list-style-type:none;
}
.gallery li
{
	width:33%;
	float:left;
	padding:10px;
	margin-bottom:20px;
}
.gallery li a
{
	width:100%;
	height:100%;
	display:table;
}
.bahhery_img
{
	width:100%;
	float:left;
	overflow:hidden;
	transition:all .5s;
}
.bahhery_img img
{
	width:100%;
	transition:all .5s;
}
.gallery li a:hover .bahhery_img img
{
	transform:scale(1.1);
	transition:all .5s;
}
.bahhery_info
{
	font-size:20px;
    text-align:center;
	padding:12px 10px;
	width:100%;
	color:#222;
	float:left;
	background:#edf7fa;
}


.car_form {
	width:100%;
	margin:20px 0 0 0 ;
	float:left;
	background:#fff;
}
.careerfielddiv {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.carrerfields_two {
    float: left;
    width: 48%;
}
.contactname {
    color: #221d1f;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0;
}
.contactname p {
    margin-bottom: 5px;
}
.careerfielddiv span {
    color: #d5193e;
    font-size: 16px;
}
.fields_two_right {
    float: right;
}
.careerfealds {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.careersubmit {
    border: 2px solid #23224a;
    color: #23224a;
    cursor: pointer;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
	margin-bottom:30px;
    padding: 12px 40px;
	background-color:transparent;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.careersubmit:hover {
    background: #23224a none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}










.mobile_menu_icon {
    float: right;
    font-size:20px;
    font-weight: 600;
    color: #fff;
    margin:9px 0px 0px 0px;
    cursor: pointer;
	display:none;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:50px;
	background:#4150ad;
}

.mobile_menu
{
	width:100%;
	height:100%;
	background:#fff;
	overflow-y: auto;
	z-index:99999;
	position:fixed;
	display:block;
	top:-100%;
	transition:ease all .5s;
	/*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
	width:100%;
	float:left;
	padding:20px 15px;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	background:#046a96;
}
.mslidemenu_close i
{
	float:right;
}
ul.parent {
	list-style: none;
	width: 100%;
	float: left;
	margin-top:0px;
	padding:0px;
}
ul.parent li{
	width: 100%;
	float: left;
	position: relative;
}
ul.parent li a{
	display: inline;
	width: 100%;
	height:100%;
	outline:none;
	display:table;
	border-bottom:1px solid #f0f0f0;
	padding:10px 12px; 
	color: #333745;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 500;;
}

ul.parent li span{
	color: #333745;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	padding:0px;
	line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
	text-decoration: none;
	color: #822481;
}
ul.parent ul {
	padding-right: 0px;
	list-style: none;
	display:none;
	padding:0px;
	background-color: #f1f1f1;
}
ul.parent ul li{
	background-color: #f1f1f1;
	position:relative;
}
ul.parent ul ul li{
	background-color: #fff;
}
ul.parent ul li:last-child{
	border-bottom: 0px dotted #ccc;
}
.menul li a span
{
	position:relative;
	float:right;
}
.menul li a span:before {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 18px;
	content: '\f105';
	font-family: "FontAwesome";
	transition: all .5s;
}
.menul li.open a span:before {
	content: '\f107';
	transition: all .5s;
}








@media only screen and (min-width : 980px) and (max-width :1279px) {
.container {
    width: 950px;
}
.top_logo .logo {
    position: relative;
    float: left;
    width: 38%;
}
ul.menu li {
    padding-right: 13px;
    margin-right: 13px;
}
.banner_text h2 {
    font-size: 47px;
    line-height: 60px;
}
.item.active .banner_text {
    bottom: 128px;
}
#section1 .article1 {
    min-height: 230px;
}
.innerbanner {
    height: auto;
}
.wel_left {
    width: 40%;
    font-size: 16px;
    padding: 30px 20px 30px 20px;
}
.mobile_menu_icon {
    display:none;
}

}

@media only screen and (min-width : 768px) and (max-width :979px) {
.top_logo .logo {
    width: 47%;
}
.top_cnt {
    width: 60%;
}
.top_cnt
{
	display:none;
}
ul.menu li {
    padding-right: 4px;
    margin-right: 4px;
}
ul.menu li a {
    font-size: 12px;
}
.headersocial li a {
    padding: 0px 10px;
    font-size: 14px;
}
ul.menu li a {
    font-size: 13px;
    padding: 15px 7px;
}
.banner_text h2 {
    font-size: 38px;
    line-height: 49px;
}
.item.active .banner_text {
    bottom: 100px;
}
.banner_text {
    padding: 0px 3%;
}
#section1 .article1 {
    min-height: 200px;
}
.pro_banner_indicators li {
    padding: 5px;
}
.pro_banner_indicators li p {
    font-size: 14px;
    line-height: 22px;
}
.pro_banner_indicators li h3 {
    margin-bottom: 9px;
}
ul.menu ul {
    left: 0px;
}
.innerbanner {
    height: auto;
}
.welright
{
	display:none;
}
.wel_left {
    width: 100%;
    line-height: 30px;
    height: auto;
    font-size: 16px;
    padding: 20px;
}
.abouthd_right {
    width: 76%;
}
.abouthd_box {
    width: 22%;
    padding: 30px 0px 15px;
}
.boxscroll {
    height: 186px;
}
.approachleft, .approachtextright {
	overflow-x:scroll;
    height: 300px;
	padding: 25px 25px 25px 25px;
}
.approachtextright h2, .approachleft h2 {
    font-size: 22px;
    line-height: 30px;
}
.mobile_menu_icon {
    display:block;
}
.typical_table table tr td {
    padding: 10px 10px;
}

}

@media only screen and (min-width : 360px) and (max-width :767px) {
.fullpage {
	max-width: 550px;
	padding: 0 10px;
}
.top_cnt {
    width: 11%;
}
.top_cnt ul, .menu_fluid
{
	display:none;
}
.top_logo .logo {
    width: 86%;
}
.carousel-indicators {
    bottom: 4px;
}
.banner_text h2 {
    font-size: 24px;
    line-height: 26px;
}
.item.active .banner_text {
    bottom: 40px;
}
.banner_text {
    padding: 0px 3%;
}
.hcontent .txt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
	text-align:justify;
}
.pro_banner_left {
    width: 100%;
}
.pro_banner_right {
    width: 100%;
	margin-top:20px;
    padding-left: 0px;
}
.hcontent h2 {
    margin: 0 0 16px 0;
    font-size: 28px;
}
.innerbanner {
    height: auto;
}
.welright
{
	display:none;
}
.abouthd_box {
    width: 100%;
}
.abouthd_right {
    width: 100%;
    float: right;
	text-align:justify;
    margin-top: 0px;
}
.team li {
    width: 100%;
    padding: 10px 0px;
    margin-right: 0px;
}
.wel_left {
    width: 100%;
    line-height: 30px;
    height: auto;
    font-size: 16px;
    padding: 15px;
}
.approachright {
	 width: 100%;
    padding: 15px;
}
.approachleft, .approachimgleft {
    width: 100%;
    padding: 15px;
	text-align:justify;
}
.left_table {
    width: 100%;
	overflow-x: scroll;
}
.toggle h3 {
    font-size: 14px;
}
.approachtextright {
    width: 100%;
    line-height: 25px;
    font-size: 15px;
    padding: 15px;
	text-align:justify;
}
.toggle .panel {
    text-align: justify;
}
.leftboxscroll {
    text-align: justify;
	 direction: inherit;
}
.approachtextright h2, .approachleft h2 {
    font-size: 22px;
    line-height: 30px;
}
.gallery li {
    width: 100%;
}
.contact_left {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}
.mobile_menu_icon {
    display:block;
}
.bephramleft_table {
    width: 100%;
}
.typical_table table tr td {
    padding: 10px 10px;
}
.g-recaptcha
{
	margin-bottom:170px !important;
}

}
@media only screen and (min-width : 240px) and (max-width :359px) {
.fullpage {
	max-width: 320px;
	padding: 0 10px;
}
.top_cnt {
    width: 11%;
}
.top_logo .logo {
    width: 85%;
}
.top_cnt ul, .menu_fluid
{
	display:none;
}
.carousel-indicators {
    bottom: 4px;
}
.banner_text h2 {
    font-size: 24px;
    line-height: 26px;
}
.item.active .banner_text {
    bottom: 40px;
}
.banner_text {
    padding: 0px 3%;
}
.hcontent .txt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
	text-align:justify;
}
.pro_banner_left {
    width: 100%;
}
.pro_banner_right {
    width: 100%;
	margin-top:20px;
    padding-left: 0px;
}
.hcontent h2 {
    margin: 0 0 16px 0;
    font-size: 28px;
}
.innerbanner {
    height: auto;
}
.welright
{
	display:none;
}
.abouthd_box {
    width: 100%;
}
.abouthd_right {
    width: 100%;
    float: right;
	text-align:justify;
    margin-top: 0px;
}
.team li {
    width: 100%;
    padding: 10px 0px;
    margin-right: 0px;
}
.wel_left {
    width: 100%;
    line-height: 30px;
    height: auto;
    font-size: 16px;
    padding: 15px;
}
.approachright {
	 width: 100%;
    padding: 15px;
}
.approachleft, .approachimgleft {
    width: 100%;
    padding: 15px;
}
.left_table {
    width: 100%;
	overflow-x: scroll;
}
.toggle h3 {
    font-size: 14px;
}
.approachtextright {
    width: 100%;
    line-height: 25px;
    font-size: 15px;
    padding: 15px;
	text-align:justify;
}
.toggle .panel {
    text-align: justify;
}
.leftboxscroll {
    text-align: justify;
	 direction: inherit;
}
.approachtextright h2, .approachleft h2 {
    font-size: 22px;
    line-height: 30px;
}
.gallery li {
    width: 100%;
}
.contact_left {
    float: left;
    width: 100%;
    margin: 20px 0px 25px;
}
.mobile_menu_icon {
    display:block;
}
.bephramleft_table {
    width: 100%;
}
.typical_table table tr td {
    padding: 10px 10px;
}
.g-recaptcha
{
	margin-bottom:130px !important;
}

}