body a{
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Varela Round', sans-serif;
}
p{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Open Sans', sans-serif;
}
ul{
	padding:0px 0px;
	margin:0px 0px;
}
body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Open Sans', sans-serif;
}
/*header*/
.head-top {
    background: #0a4974;
    padding: 0 2em;
}
.head-left {
    float: left;
    margin-top: 0.4em;
}
.head-right {
    float: right;
}
.head-left h4 {
    color: #fff;
    font-size: 1em;
    margin: 1em 0 0;
}
.head-left h4 i {
    font-size: 1.1em;
    color: #fff;
    margin-right: 0.5em;
}
.social-icons ul li {
    display: inline-block;
    list-style: none;
}
.social-icons ul li a i.fa {
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    margin-right: 0.2em;
    font-size: 1.1em;
	line-height:1.8em;
	
}
.form {
      float: right;
    margin: .5em 0;
}
.social-icons {
    float: left;
	margin: 1em 3em 1em 0;
}
form.navbar-form.navbar-left {
    float: none ! important;
    margin: 0px;
    border-bottom: 1px solid #fff;
}
.form-control {
    width: 100%;
    padding: 0em;
    font-size: 1em;
    color: #ffffff;
    background-color: transparent;
    border: transparent;
    border-radius: 0px;
}
.btn-default {
    color: #fff;
    background-color: #f78b34;
    border-color: transparent;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.social-icons ul li a i.fa:hover {
    background: #fff;
    color: #f78b34;
    transition: 0.5s all;
    border-radius: 50px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.logo h1 a {
    font-size: 1.2em;
    text-decoration: none;
    color: #f78b34;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.2em;
}
.navbar-default .navbar-nav > li > a {
    color: #0a4974;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f78b34;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #12a1d3;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ff7200;
    text-decoration: none;
	 background-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color:transparent;
}
div#bs-example-navbar-collapse-1 {
    margin: 1.8em 0;
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-size: 1.2em;
    font-family: 'Varela Round', sans-serif;
	border-bottom: 1px solid #eee;
	color: #067ab4;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 21px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu{  
	display:block;
	-webkit-transition:.3s ease-out; 
	-moz-transition:.3s ease-out;
	-o-transition:.3s ease-out; 
	-ms-transition:.3s ease-out; 
    transition:.3s ease-out; 
	-webkit-transform:scale(0); 
	-moz-transform:scale(0);
	-o-transform:scale(0); 
	-ms-transform:scale(0); 
    transform:scale(0); 
}
li.dropdown.open .dropdown-menu{ 
	-webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-o-transform:scale(1);
	-ms-transform:scale(1); 
    transform:scale(1); 
} 
/*-- menu --*/
.menu__list {
	position: relative;
	list-style: none;
}
.menu__link {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Iris */
.menu--iris .menu__item {
    margin: 0 0.8em 0 0;
}

.menu--iris .menu__link {
	position: relative;
	text-align: center;
	color: #b5b5b5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {
	color: #eb5424;
}

.menu--iris .menu__item--current .menu__link {
	color: #eb5424;
}

.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	border: 2px solid #eb5424;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.menu--iris .menu__link::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*-- //menu --*/
/*header*/
/*-- banner-top --*/
.banner-top{
    background: url(../images/ba1.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:650px;
}
.banner-top1{
	background: url(../images/ba2.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:650px;
}
.banner-top2{
	background: url(../images/ba3.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
	min-height:650px;
}
.banner-info h3 {
    color: #fff;
    font-size: 5.5em;
    margin: 0.3em 0 0.2em 0;
    letter-spacing: 2px;
    font-weight:800;
	text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	
}
.hvr-shutter-in-vertical {
  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;
  background: #f78b34;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0a4974;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 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-radius: 30px;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.more {
    margin-top: 2.2em;
}
.more a {
	padding: 10px 30px;
	color: #FFF;
	border-radius: 30px;
	font-weight: 600;
	border: none;
	outline: none;
}
.more a:hover {
	background-color:#f78b34;
	color: #FFF;
}
.banner-info {
    text-align:center;
    padding: 17em 0 0em;
}

.banner-info p {
    color: #e2dfdf;
    font-size: 1.1em;
    line-height: 1.9em;
    letter-spacing: 9px;
    font-weight: 600;
     text-align:center;
}
.more{
	position:relative;
}
.more a{
	font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}
/*-- //banner-top --*/ 
/*welcome*/
.wel-section {
    padding: 5em 0;
}
h2.tittle {
    text-align: center;
    color: #f78b34;
    font-size: 2.8em;
}
h3.tittle {
    font-size: 2.8em;
    text-align: center;
    color: #f78b34;
}
.row-grids {
    margin-top: 3em;
}
.wel-grid h4 {
    font-size: 1.8em;
    color: #0a4974;
    margin: 0.8em 0 0.5em;
}
.wel-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #555;
	    margin-bottom: 0.8em;
}
a.button1 {
    font-size: 1em;
    background: #12a1d3;
    padding: .5em 1em;
    display: block;
    width: 19%;
    margin-top: 1em;
    color: #fff;
    text-decoration: none;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
 .mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
img.zoom-img {
  -webkit-transform:scale(1, 1);
  -webkit-transition-timing-function:ease-out;
  -webkit-transition-duration:500ms;
  -moz-transform:scale(1, 1);
  -moz-transition-timing-function:ease-out;
  -moz-transition-duration:500ms;
}
img.zoom-img:hover {
  -webkit-transform:rotate(-5deg) scale(1.15);
  -webkit-transition-timing-function:ease-out;
  -webkit-transition-duration:750ms;
  -moz-transform:scale(1.15);
  -moz-transition-timing-function:ease-out;
  -moz-transition-duration:750ms;
  overflow: hidden;
}
/*welcome*/
/*what*/
.what-section {
    padding: 5em 0;
    background: #eee;
}
.what-left {
    float: left;
    width: 30%;
    text-align: center;
}
.what-right {
    float: right;
    width: 70%;
}
.what-left i {
    font-size: 2em;
    color: #0a4974;
    background: #fff;
    padding: 1em;
    border-radius: 50px;
}
.what-right h4 {
    font-size: 1.5em;
    color: #0a4974;
    margin-bottom: 0.3em;
}
.what-right p {
    line-height: 1.8em;
    font-size: 1em;
    color: #777;
	margin-bottom: 0.8em;
}
a.button {
    font-size: 1.1em;
    text-decoration: none;
    color: #0a4974;
}
.why-grid {
    background: #0a4974;
    padding: 4em;
    text-align: center;
}
.why-grid i {
    color: #fff;
    font-size: 4em;
}
.why-grid h4 {
    color: #fff;
    margin: 0.8em 0 0.5em;
    font-size: 1.8em;
}
.why-grid p {
    font-size: 1em;
    color: #eee;
    line-height: 1.8em;
}
.wg {
    background: #f78b34;
}
.wg1 {
    background: #0a4975;
}
.wg2 {
    background: #4baaab;
}
/*what*/
/*blog*/
.clients {
    padding: 4em 0;
    background: #f9f3f3;
}
.clients img{
	width:100%;
}
.flex-slider {
    margin-top: 3em;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
    position: relative;
    max-width: 250px;
    max-height: 100px;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat -24px 0px;
}
/*--flexisel--*/
/*blog*/
/*footer*/
.footer-section {
    padding: 4em 0;
    background: #222;
}
.footer-grid h4 {
    font-size: 1.7em;
    color: #fff;
    margin-bottom: .8em;
}
.footer-grid ul li {
    list-style: none;
    font-size: 1.1em;
    color: #eee;
    line-height: 2em;
}
.footer-grid i {
    font-size: 1.2em;
    color: #fff;
    margin-right: 10px;
    line-height: 1.8em;
    vertical-align: middle;
}
.footer-grid ul li a {
    font-size: 1em;
    color: #eee;
    line-height: 1.8em;
    text-decoration: none;
}
.footer-grid ul li span {
    margin-left: 2em;
	display:block;
}
.footer-grid p {
    font-size: 1.1em;
    color: #eee;
    margin-bottom: 0.5em;
	text-transform: capitalize;
	line-height: 1.8em;
}
.footer-grid input[type="text"] {
    width: 100%;
    padding: 0.5em;
    border: none;
	outline:none;
	margin-bottom: 0.5em;
	border-radius: 3px;
}
.footer-grid input[type="password"] {
    width: 100%;
    padding: 0.5em;
    border: none;
	outline:none;
	border-radius: 3px;
}
.footer-grid input[type="submit"] {
    font-size: 1em;
    background: #fff;
    outline: none;
    border: none;
    padding: 0.5em 1em;
    color: #000;
	border-radius: 3px;
	margin-top: 1em;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
.footer-grid input[type="submit"]:hover {
    background: #12a1d3;
    color: #ffffff;
}
.footer-top {
    border-bottom: 2px dotted #eee;
    padding: 0.8em 0;
}
.footer-grid1-left {
    float: left;
    width: 20%;
}
.footer-grid1-right {
    float: right;
    width: 75%;
}
.copy-section {
    padding: 2em 0;
    background: #0a4974;
}
.footer-grid1-right a{
	 font-size: 1em;
    color: #fc0;
    font-weight: 400;
    text-transform: capitalize;
	    text-decoration: none;
}
.copy-left {
   float:left;
}
.copy-right {
 text-align:center;
}
.copy-left ul li {
    font-size: 1em;
    color: #eee;
    line-height: 2em;
	display:inline-block;
}
.copy-section p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
}
.copy-section a {
    font-size: 1.2em;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
	text-decoration: none;
	padding: 0 0.5em;
}
/*footer*/
/*about*/
.banner-about {
    background: url(../images/ba2.jpg) no-repeat 0px 0px;
    min-height: 250px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about1 {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    min-height: 250px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about2 {
    background: url(../images/b2.jpg) no-repeat 0px 0px;
    min-height: 250px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about3 {
    background: url(../images/b3.jpg) no-repeat 0px 0px;
    min-height: 250px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about4 {
    background: url(../images/b4.jpg) no-repeat 0px 0px;
    min-height: 250px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about5 {
    background: url(../images/b5.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about6 {
    background: url(../images/b6.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about7{
    background: url(../images/b7.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about8{
    background: url(../images/b8.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about9{
    background: url(../images/b9.png) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about10{
    background: url(../images/b10.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about11{
    background: url(../images/b11.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about12{
    background: url(../images/b12.png) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about13{
    background: url(../images/b13.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about14{
    background: url(../images/b14.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about15{
    background: url(../images/b15.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about16{
    background: url(../images/b16.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-about17{
    background: url(../images/b17.jpg) no-repeat 0px 0px;
    min-height: 250px;
	    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.about-section,.mail-section,.about-bottom {
	padding:4em 0;
}
.about-section p, .about-bottom p {
	font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1em;
    color: #555;	
}
.ab-img {
    background: url(../images/ab.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.ab-img1 {
    background: url(../images/ab1.png) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img2 {
    background: url(../images/ab2.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img3 {
    background: url(../images/ab3.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img4 {
    background: url(../images/ab4.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img5 {
    background: url(../images/ab5.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img6 {
    background: url(../images/ab6.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img7 {
    background: url(../images/ab7.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img8 {
    background: url(../images/ab8.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img9{
    background: url(../images/ab9.png) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img10{
    background: url(../images/ab10.jpg) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img11{
    background: url(../images/ab11.jpg) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img12{
    background: url(../images/ab12.png) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img13{
    background: url(../images/ab13.png) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img15{
    background: url(../images/ab15.jpg) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img16{
    background: url(../images/ab16.jpg) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.ab-img17{
    background: url(../images/ab17.jpg) no-repeat 0px 0px;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-position: center;
}
.about-section h4,.about-bottom h4{
    font-size: 1.7em;
    color: #0a4974;
    margin-bottom:0.5em;
}
.about-section h5 {
    font-size: 1.3em;
    color: #ed7902;
	margin:0.5em 0;
}
ul.grid-row li {
    list-style: none;
    font-size: 1.05em;
    color: #777;
    line-height: 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-row li i {
    font-size: 1.2em;
    margin-right: 0.5em;
    color: #ed7902;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-row li span {
    display: block;
    margin-left: 1.5em;
}
.mail-grid h4 {
    font-size: 1.2em;
    color: #eb5424;
    margin-bottom: 1em;
}
.mail-grid input[type="text"],.mail-grid input[type="email"],.mail-grid textarea {
    outline: none;
    background: #f5f5f5;
    border: 1px solid #E8E8E8;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 2em;
}
.mail-grid input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    outline: none;
    background: #1c7ad9;
    color: #fff;
    border: none;
    width: 23%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.mail-grid input[type="submit"]:hover {
    background: #c0065d;
}
.mail-grid1 h4 {
    font-size: 1.7em;
    color: #0a4974;
    padding-bottom: .5em;
    position: relative;
    margin: 0 0 1em;
}
ul.contact_info li i {
    color: #777;
    border: 1px solid #777;
    padding: .5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-right: 1em;
}
ul.contact_info li {
    list-style-type: none;
    margin-bottom: 1.1em;
    color: #777;
    font-size: 1em;
	line-height: 1.8em;
}
ul.contact_info li a {
    color: #777;
    text-decoration: none;
}
ul.contact_info li span {
    display: block;
    margin-left: 3em;
}
.google-map{
	margin-top:3em;
}
.google-map iframe {
    width: 100%;
    min-height: 180px;
    border: none;
}
