@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700');
/* font-family: 'Arvo', serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/* font-family: 'Roboto', sans-serif; */
@font-face {
    font-family: 'PetitaLight';
    src: url('../fonts/PetitaLight.eot');
    src: url('../fonts/PetitaLight.eot') format('embedded-opentype'),
         url('../fonts/PetitaLight.woff2') format('woff2'),
         url('../fonts/PetitaLight.woff') format('woff'),
         url('../fonts/PetitaLight.ttf') format('truetype'),
         url('../fonts/PetitaLight.svg#PetitaLight') format('svg');
}
body {
	background:#ffffff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px 0px 70px;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
span{
	display: inline-block;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #2a2f33;
	
}
.footer-inner {
	padding: 10px 0px 15px;
}
.query-form{
	padding-top: 15px;
}
.query-form .form-control{
	border-radius: 0px;
	background: transparent;
	color: #fff;
	font-size: 13px;
	height: 44px;
}
.query-form .form-group{
	margin-bottom: 8px;
}
.query-btn{
	border-radius: 0px;
	background: #f14000;
	font-family: 'PetitaLight';
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	height: 44px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 44px;
}
.query-btn:hover{
	background: #fff;
	color: #f14000;
}

.query-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.query-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.query-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.query-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.footr-mnu-inr h2{
	font-family: 'PetitaLight';
	font-size: 25px;
	color: #fff;
}
.footr-mnu-inr ul li a{
	color: #999999;
	font-size: 13px;
}
.footr-mnu-inr{
	padding-top: 15px;
	padding-left: 20px;
}
.footr-mnu-inr  ul{
	padding-top: 12px;
}
.footr-mnu-inr  ul li{
	position: relative;
	line-height: 25px;
	
}
.footr-mnu-inr  ul li a{
	padding-left: 20px;
}
.footr-mnu-inr  ul li:hover a{
	color: #fff;
	padding-left: 25px;
}
.footr-mnu-inr  ul li:before{
   content:"";
   height: 5px;
   width: 5px;
   border-radius: 50%;
   background: #999999;
   position: absolute;
   left: 0px;
   top: 10px;
}
.footr-mnu-inr  ul li:hover:before{
	background: #fff;
}
.footr-social-mnu li{
	display: inline-block;
}
.footr-social-outr{
	text-align: right;
}
.footr-social-mnu li a{
	color: #acb8c1;
}
.footr-social-mnu li a:hover{
	color: #fff;
}
.footr-social-mnu li{
	margin-left: 15px;
}
.copy-txt{
	color: #fff;
	margin: 15px 0px;
}
.footr-social-outr{
	padding-top: 150px;
}
.footer-bottom{
	background: #000;
	line-height: 40px;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 768px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}
.dropdown-submenu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}
/*drop down menu responsive*/
/*drop down menu responsive*/

.header-top-outr{
	background: #f24523;
}
.top-addr-outr{
	line-height: 38px;
}
.top-addr-outr p{
	margin-bottom: 0px;
	color: #fff;
	font-size: 13px;
}
.top-addr-outr p i{
	color: #fff;
	margin-right: 5px;
}
.top-time-outr ul li{
	line-height: 26px;
	display: inline-block;
	margin-left: 15px;
	color: #fff;
	font-size: 13px;
}
.top-time-outr ul li i{
	margin-right: 5px;
}
.top-time-outr ul li a{
	color: #fff;
}
.top-time-outr ul li a:hover{
	color: #faa82a
}
.top-time-outr ul li:hover{
	color: #faa82a
}
.menu-bar{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.logo{
	padding: 0px !important;
	width: 105px;
}
.menu li a{
   font-family: 'PetitaLight';
   font-size: 17px;
   color: #666666 !important;
}
.menu li.nav-active a{
	color: #db2620 !important;
}
.menu li:hover a{
	color: #db2620 !important;
}
.menu li{
	position: relative;
	overflow: hidden;
}
.menu li a:before{
	content:"";
	height: 1px;
	width: 50px;
	position: absolute;
	background: #db2620;
	opacity: 0;
	bottom: 0px;
	left: -100%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.menu li:hover a:before{
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.menu li.nav-active a:before{
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.navbar-inr{
	margin: 0px -15px;
}

.carousel-control-prev-icon{
	background: url("../images/slider-arrow-left.png") no-repeat center center !important;
	width: 31px !important;
	height: 80px !important;
	text-indent: -9999px;
	left: 30px !important;
}
.carousel-control-prev{
	justify-content: left !important;
	padding-left: 20px;
}
.carousel-control-next-icon{
	background: url("../images/slider-arrow-right.png") no-repeat center center !important;
	width: 31px !important;
	height: 80px !important;
	text-indent: -9999px;
	right: 30px !important;
}
.carousel-control-next{
	justify-content: right !important;
	padding-right: 20px;
}
.carousel-caption{
	left: 0;
	right:0;
	bottom: 125px;
}
.carousel-caption h2 span{
	background: rgba(0,0,0,0.7);
	padding: 10px 30px;
	font-size: 35px;
	font-family: 'PetitaLight';
	text-transform: uppercase;
}
.carousel-caption h3 span{
	background: rgba(0,0,0,0.7);
	padding: 10px 30px;
	font-size: 35px;
	font-family: 'PetitaLight';
	text-transform: uppercase;
}
.carousel-indicators{
	width: 1140px;
	margin: 0 auto;
	text-align: right;
	justify-content: right !important;
	bottom: 60px;
	transform: translateX(-50%) !important;
		-webkit-transform: translateX(-50%) !important;
			-moz-transform: translateX(-50%) !important;
}
.carousel-indicators li{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #fff;
	margin: 0px 0px 0px 5px;
	border-radius: 50%;
		-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
}
.carousel-indicators li.active{
	background: #f14000;
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 0 none !important;
	margin: 0px 0px 0px 5px;
	border-radius: 50%;
		-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
}

.about-icon{
	background: url("../images/index-about-icon.png") no-repeat center center;
	width: 27px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.about-heading{
	font-family: 'PetitaLight';
}
.mission-outr h2{
	font-size: 25px;
}
.index-about-left-inr p{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
}
.index-about-left-inr ul{
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 20px;
}
.index-about-left-inr ul li{
   font-size: 16px;
}

.index-what-outr{
	background: url("../images/index-what-bg.jpg") no-repeat left top;
	background-size: cover;
	min-height: 652px;
}
.index-about-left-inr{
	padding: 50px 0px 0px 30px;
	position: relative;
}
.index-about-left-inr:before{
	content:"";
	background: #ddd;
	width: 273px;
	height: 1px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.index-about-left-inr:after{
	content:"";
	background: #ddd;
	width: 1px;
	height: 273px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.about-heading{
	margin-bottom: 20px;
	
}
.about-outr .about-heading{
	color: #f14000;
}
.index-about-right-inner{
	padding-top: 70px;
}
.index-what-heading{
	text-align: center;
}
.index-what-heading span{
	font-size: 25px;
	font-family: 'PetitaLight';
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	position: relative;
	padding-bottom: 8px;
}
.index-what-heading span:before{
	content:"";
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-top: 10px solid #fff;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.index-what-inr{
	padding: 15px 0px 15px;
}
.index-what-img-outr{
	height: 258px;
	width: 258px;
	line-height: 258px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	   -webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
}
.index-what-grid-outr{
	padding-top: 50px;
}
.index-what-txt-outr h2{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.index-what-txt-outr h2{
	display: table-cell;
	height: 45px;
	/* vertical-align: middle; */
	margin-bottom: 0px;
	width: 1%;
}
.index-what-txt-outr{
	padding: 15px 0px;
}
.what-tick-icon{
	width: 28px;
	height: 22px;
	background: url("../images/what-tick.png") no-repeat center center;
	vertical-align: middle;
	margin-right: 10px;
}
.index-what-logo-outr{
	text-align: center;
}
.orange-heading  span{
	color: #f14000;
	padding-left: 25px;
	padding-right: 25px;
	border-color: #f14000;
}
.orange-heading span::before {
	border-top-color: #f14000;
}
.client-inr{
	padding: 15px 0px 30px;
}
.client-slider{
	padding-top: 20px;
}
.client-outr{
	box-shadow: 0px 0px 10px 0px #999;
}
.black-heading  span{
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
	border-color: #d8d8d8;
}
.black-heading span::before {
	border-top-color: #d8d8d8;
}
.index-address h2{
	font-size: 16px;
}
.index-address p{
	margin-bottom: 0px;
}
.phone-icon{
	background: url("../images/phone-icon.png") no-repeat center center;
	
}
.email-icon{
	background: url("../images/msg-icon.png") no-repeat center center;
	
}
.index-addr-mnu{
	padding-top: 15px;
}
.index-addr-mnu li i{
	height: 15px;
	width: 17px;
	margin-right: 10px;
	vertical-align: middle;
}
.index-addr-mnu li a:hover{
	color: #f14000;
	text-decoration: underline;
}
.index-address{
	padding-top: 15px;
}
.index-addr-lft-inr{
	padding: 50px 0px;
}
.map-outr{
	padding: 10px;
	border: 1px solid #cccccc;
}
.index-addr-inr{
	padding: 30px 0px;
}
.query-form .row .col-sm {
	padding: 0px 8px;
}
.query-form .row{
	margin: 0px -8px;
}
.query-form .row .col-sm .col-sm-offset-6 {
	margin-left: 50%;
	padding-right: 0px;
}
.what-logo{
	margin-top: 15px;
}
.query-form-inr .index-what-heading span{
	border-bottom: 0 none;
}
.query-form-inr .index-what-heading span:after{
	content: "";
	border-bottom: 1px solid #fff;
	width: 150px;
	height: 1px;
	position: absolute;
	left: 100%;
	bottom: 8px;
}
.query-form-inr .index-what-heading span:before{
	left: 150%;
	bottom: -1px;
}
.about-right-inner{
	padding-top: 50px;
}
.about-testimonial-outr{
	background: #fafafa;
}
.about-testimonial-inr{
	padding: 20px 0px 30px;
}
.about-testimonial-slidr{
	padding-top: 15px;
}
.about-test-right-inr{
	position: relative;
	padding-top: 25px;
}
.about-test-right-inr:before{
	font-family: "FontAwesome";
	position: absolute;
	font-size: 25px;
	content: "\f10d";
	left: 0;
	top: -7px;
}
.about-test-right-inr:after{
	font-family: "FontAwesome";
	position: absolute;
	font-size: 25px;
	content: "\f10e";
	right: 0;
	bottom: -7px;
}
.about-test-nme{
	text-align: center;
	padding: 10px 0px 1px;
	font-size: 20px;
	position: relative;
}
.about-test-nme:before{
	content: "";
	border-bottom: 1px solid #999;
	width: 100px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.about-testimonial-slidr{
	max-width: 1000px;
	margin: 0 auto;
}
.about-testimonial-slidr .owl-nav{
	position: absolute;
	right:0;
	top:-60px;
}
.about-testimonial-slidr .owl-nav button{
	border: 1px solid #ddd !important;
}
.about-testimonial-slidr .owl-carousel .owl-nav button.owl-prev, .about-testimonial-slidr .owl-carousel .owl-nav button.owl-next{
	padding: 6px 12px !important;
}
.what-we-do-img-outr .index-what-img-outr{
	border: 1px solid #ddd;
	border-radius: 0px;
}
.what-we-do-txt-inr h2{
	color: #f24523;
	font-size: 25px;
	font-family: 'PetitaLight';
}
.what-we-do-box-outr{
	margin-top: 20px;
}
.what-we-do-grid-inr{
	padding: 15px 0px 30px; 
}
.what-we-do-box-outr:nth-child(even)  .what-we-do-img-outr{
	left: 75%;
}
.what-we-do-box-outr:nth-child(even)  .what-we-do-txt-outr{
	right: 25%;
}

.client-box-inr{
	text-align: center;
	
}
.client-box-img-outr{
	line-height: 150px;
	border: 1px solid #ddd;
}
.client-box-txt-outr p{
	margin-bottom: 0px;
	font-size: 17px;
}
.client-box-txt-outr{
	padding: 10px 0px;
	border: 1px solid #ddd;
	border-top: 0 none;
}
.client-box-inr{
	margin-top: 20px;
}
.contact-grid-box-inr{
	text-align: center;
}
.contact-grid-box-inr i{
	height: 60px;
	width: 60px;
	background: #f24523;
	text-align: center;
	color: #fff;
	line-height: 60px;
	border-radius: 50%;
}
.contact-grid-box-txt h2{
	font-size: 22px;
	color:  #f24523;
	font-weight: 600;
	padding: 8px 0px;
	margin-bottom: 0px;
	position: relative;
	margin-bottom: 10px;
}
.contact-grid-box-txt h2:before{
	content: "";
	border-bottom: 1px solid #f24523;
	width: 100px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.contact-grid-box-txt p{
	margin-bottom: 0px;
}
.contact-addr-box-outr{
	padding: 30px 0px;
}
textarea.form-control{
	resize: none;
}
.contact-form-outr .query-btn:hover{
	border-color: #f14000
}
.feedback-form{
	margin-top: 25px;
}
.index-what-box-outr a:hover .index-what-txt-outr h2{
	color: #f74424;
}
.index-what-box-outr a:hover .what-tick-icon{
	background: url("../images/what-tick-hover.png") no-repeat center center;
}
.index-what-box-outr a:hover .index-what-img-outr img{
	transform: scale(1.2,1.2);
		-webkit-transform: scale(1.2,1.2);
			-moz-transform: scale(1.2,1.2);
}
.index-what-box-outr a .index-what-img-outr img{
	transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
}
.index-what-box-outr a .index-what-img-outr{
	overflow: hidden;
}
.hand-shake-icon{
	margin-top: 15px;
}
.carousel-item img{
	width: 100%;
}
.about-banner-outr img{
	width: 100%;
}
#sticky{
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0px;
}
#sticky.stick {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	/* border-radius: 0 0 0.5em 0.5em; */
	/* transform: translateY(0%); */
	transition: all 0.5s ease-in-out 0s;
	box-shadow: 0 2px 5px hsl(0, 0%, 0%);
	background: rgba(0,102,50,0.7);
}
.navbar-outr{
	background: #fff;
}
body{
	padding-top: 115px;
}
#sticky.stick .header-top-outr{
	display: none;
}
.menu li{
	padding: 20px 0px;
}
.carousel-control{
	background-image: none !important;
}
.text-left {
	text-align: left !important;
}
.copy-text{
	margin-bottom: 0px;
	font-size: 14px;
	color: #aaa;
}
.copy-text a{
	color: #aaa;
}
.copy-text a:hover{
	color: #fff;
	text-decoration: underline;
}
.carousel{
	width: 100%;
	height: 100%;
}
.carousel-inner{
	width: 100%;
	height: 100%;
}
.carousel-inner .item img{
	width: 100%;
	height: 100%;
}
.carousel-inner .item{
	width: 100%;
	height: 100%;
}
.index-what-box-outr{
	text-align: center;
}
.index-what-box-outr a{
	text-align: center;
}
.index-what-img-outr{
	margin: 0 auto;
}
.index-what-txt-outr{
	max-width: 245px;
}
.eseal-banner-caption{
	position: absolute;
	/*background: rgba(0,0,0,0.8);*/
	bottom: 50px;
	left: 50px;
	width: 100%;
	padding: 10px;
}
.eseal-banner-img-inr{
	position: relative;
}
.eseal-banner-caption p{
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.point-box-one{
	background: #17bbce;
}
.point-box-one .point-circle{
	color: #17bbce;
}
.point-box-two{
	background: #53ccb4;
}
.point-box-two .point-circle{
	color: #53ccb4;
}
.point-box-three{
	background: #91d176;
}
.point-box-three .point-circle{
	color: #91d176;
}
.point-box-four{
	background: #7de9f7;
}
.point-box-four .point-circle{
	color: #7de9f7;
}
.point-circle{
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Arvo', serif;
}
.point-box-inr h3{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin: 15px 0px;
	text-align: center;
}
.point-box-inr{
	text-align: center;
	height: 200px;
	padding: 15px 10px 0px;
	margin-top: 20px;
}
.eseal-text-inr{
	margin-top: 20px;
}
.eseal-text-grid-inr{
	padding: 10px 0px 30px;
}
.eseal-point-box-img-outr{
	float: left;
	width: 50%;
}
.eseal-point-box-txt-outr{
	float: left;
	width: 50%;
}
.eseal-point-box-txt-outr h2{
	color: #f24523;
	font-size: 16px;
	font-weight: bold;
}
.eseal-point-mnu p span{
	font-weight: 600;
}
.eseal-point-mnu li{
	position: relative;
	padding-left: 8px;
}
.eseal-point-mnu li:before{
	content:"";
	height: 5px;
	width: 5px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: -8px;
	top: 8px;
}
.blue-text{
	color: #0083af;
}
.eseal-point-grid-outr{
	border: 1px solid #ddd;
}
.eseal-point-box-img-outr{
	text-align: center;
}
.process-sumry-grid-outr .eseal-point-box-txt-outr h2{
	margin-top: 0px;
}

.process-sumry-grid-outr .eseal-point-box-outr{
	margin-top: 20px;
}
.process-sumry-grid-outr .eseal-point-box-img-inr{
	background: #ddd;
	height: 100px;
	width: 150px;
	margin: 0 auto;
	line-height: 100px;
}
.process-sumry-outr{
	padding-bottom: 35px;
}
.process-sumry-grid-outr .eseal-point-box-img-outr{
	float: none;
	width: 100%;
}
.process-sumry-grid-outr .eseal-point-box-txt-outr{
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.eseal-banner-right-inr{
	text-align: center;
}
.eseal-banner-right-outr{
	background: #ddd;
	margin-left: -15px;
}
.eseal-banner-right-inr{
	padding: 25px 0px;
}
.eseal-banner-right-inr .what-logo img{
	height: 110px;
}
.eseal-banner-right-inr .hand-shake-icon img{
	height: 33px;
}
.eseal-text-inr h4{
	margin: 20px 0px 10px;
	font-weight: bold;
}
.process-sumry-grid-outr .eseal-point-box-outr{
	position: relative;
}
.process-sumry-grid-outr .eseal-point-box-outr:before{
	content:" ";
	background: url("../images/arrow.png") no-repeat center center;
	background-size: 55px;
	height: 100px;
	width: 100px;
	position: absolute;
	right: -50px;
}
.process-sumry-grid-outr .eseal-point-box-outr:last-child:before{
	background: none;
}
.eseal-text-inr p{
	font-size: 15px;
}
