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;
     text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'PT Sans', sans-serif;
}
p{
	padding:0px 0px;
	margin:0px 0px;
}
ul{
	padding:0px 0px;
	margin:0px 0px;
}
body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Open Sans', sans-serif;
}
/*-- header --*/
.navbar-brand {
    float: left;
    height: 0;
    padding: 0;
}
.details {
    float: left;
}
.details ul li {
    display: inline-block;
	font-size:1em;
	padding-left:.8em;
	color:#fff;
}
.details ul li:nth-child(1) {
    padding-left: 0;
}
.details ul li i {
    font-size: 1em;
    color: #fff;
    padding: .8em;
    background: #621946;
    margin-right: 1em;
    border-radius: 3px;
}
.details ul li a {
	font-size:1em;
	color:#fff;
	    text-decoration: none;
}
.heder-top {
    background: #6dc437;
}
.icons-left {
    float: right;
}
.icons-left ul li {
    display: inline-block;
    border-right: 1px solid #eee;
}
.icons-left ul li:nth-child(1) {
    border-left: 1px solid #eee;
}
.icons-left ul li a i {
    font-size: 1.5em;
    color: #fff;
    height: 36px;
    width: 36px;
    text-align: center;
    padding-top: 7px;
	transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
.icons-left ul li a i:hover{
	background-color: #621946;
}
a.navbar-brand {
    font-size: 1.5em;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding: 0em 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom:0px !important;
	    background-color: #fff;
}
.navbar-nav > li > a {
    line-height: 40px;
}
.nav > li > a {
    padding: 15px 20px;
}
.navbar-default .navbar-brand {
    color: #fff;
	 margin-top: 0;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: #f97a14;
}
.navbar-nav > li {
    border-right: 2px ridge #f97a14;
}
/*
.navbar-nav > li {
    border-left: 1px solid #999;
}
.navbar-nav > li:nth-child(5) {
    border-right: 1px solid #999;
}*/
.navbar-header img {
    vertical-align: initial;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: ;
}
.navbar-default .navbar-nav > li > a {
    color: #f97a14;
    font-size: 1.2em;
	font-family: 'PT Sans', sans-serif;
}
.navbar-default .navbar-nav > li > a i {
    display: block;
	    text-align: center;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
       color: #fff;
        background-color: #621946;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
        background-color: #621946;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #621946;
}
.navbar-right .dropdown-menu {
    right: -26px;
}
.nav-in::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #17c2a4;
	-webkit-transform: translate3d(101%,0,0);
	transform: translate3d(101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.nav-in:hover::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.nav-in span {
	display: block;
	position: relative;
}

.nav-in span::before {
	content: attr(data-letters);
	position: absolute;
	color: #1E1E1E;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
div#bs-example-navbar-collapse-1 {
	margin-top: 0.5em;
}
.nav-in:hover span::before {
	width: 100%;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-size: 1.2em;
}
/* Underline From Center */
.hvr-underline-from-center {
  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;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background:#f97a14;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/*-- banner --*/

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

 /**about**/
.wel-section ,.services-section,.about-section,.contact-section{
    padding: 4em 0;
}
h2.title {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #6dc437;
    text-align: center;
}
h3.title {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #6dc437;
    text-align: center;
}
.wel-grid p {
    font-size: 1em;
    line-height: 1.8em;
	padding-top:1em;
}
.wel-grid h4{
	font-size: 1.8em;
    text-transform: capitalize;
    color: #000;
	margin-top: 0.8em;
}
.welcome-img {
    overflow: hidden;
    border: 8px solid #E4E4E4;
}
.welcome img {
    width: 100%;
}
img.zoom-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.banner-bottom{
	padding:3em 0;
}
.row-info{
    width: 100%;
    min-height: 295px;
    position: relative;
    padding: 20px 15px 40px;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
	background:#1b83b8;
}
.row-info1{
	background:#f17600;
}
.row-info2{
	background:#621946;
}
.row-info3{
	background:#319517;
}
.row-info:after {
    background: #fff;
    bottom: -20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    transform: skew(4deg) rotate(4deg);
    -ms-transform: skew(4deg) rotate(4deg);
    -moz-transform: skew(4deg) rotate(4deg);
    -webkit-transform: skew(4deg) rotate(4deg);
    -o-transform: skew(4deg) rotate(4deg);
    transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -webkit-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.row-info:hover {
    background: #2e2e2e;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.row-info:hover div.icon i {
    background: #2e2e2e;
	    transform: rotateZ(360deg);
		    border-radius: 100%;
}
.icon i {
    font-size: 2em;
    border: 2px solid;
    padding: .8em;
    border:2px solid #fff;
	transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.row-grid h5 {
    font-size: 1.8em;
	margin: 1em 0;
}
.row-grid p {
    font-size: 1em;
    line-height: 1.8em;
	color:#fff;
}
.row-grids{
	margin-top:3em;
}
.what-bottom {
    background: url(../images/ban.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    padding: 7em 0 4em;
    text-align: center;
    background-position: center;
}
.what-bottom h3 {
    font-size: 2.5em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 3px;
    border-bottom: 2px solid#fff;
    padding-bottom: 1em;
    position: relative;
    width: 43%;
    margin: 0 auto;
}
.what-bottom h3:after {
    width: 30%;
    height: 5px;
    background: #ff7200;
    position: absolute;
    bottom: -5%;
    left: 35%;
    content: '';
}
.what-bottom p {
    margin: 3em auto;
    color: #fff;
    width: 70%;
	font-size: 1em;
    line-height: 1.8em;
}
a.button2 {
    font-size: 1em;
    text-decoration: none;
    background: #067ab4;
    padding: .8em 2em;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-top: 1.2em;
}
.ser-left{
    float: left;
    width: 50%;
	   padding: 0em 1em 0em;
}
.ser-right {
    float: left;
    width: 50%;
    overflow: hidden;
   /*background-color: rgba(232, 232, 232, 0.72);
    padding: 10px;*/
}
.ser-left h4 {
    font-size: 1.5em;
    color: #ff7200;
}
.ser-left p {
    font-size: 1em;
    line-height: 1.8em;
       margin: .5em 0 1.5em;
    color: #777;
}
a.button {
    font-size: 1em;
    padding: 1em 2em;
    margin-top: 2em;
    color: #fff;
    background: #067ab4;
    text-decoration: none;
}
/*-- footer --*/
.footer{
	padding:4em 0;
	background:#212121;
}
.footer-grid h3{
	font-size:1.5em;
	color:#fff;
	padding-bottom:.7em;
	position:relative;
	margin-bottom:1em;
}
.footer-grid h3:after{
	content:'';
	background:#fff;
	width:20%;
	height:2px;
	position:absolute;
	bottom:0%;
	left:0%;
}
.footer-grid p{
	color:#999;
	line-height:1.8em;
	margin:0 0 1em;
}

input[type="submit"],.related-post-right h4 a,.categories ul li a,.popular-posts-grid1 h4 a,.single-grid-left-grid1 ul li a,.mail-grid-right1 ul.phone-mail li a,.pricing-plans-grid1 ul li,.pricing-plans-grid1 h5,.pricing-plans-grid1 h4,ul.footer-grid-list li a,.pricing-plans-grid1,.footer-grids1-left ul li a,.footer-grids1-right p a,.about-grids-left h4 a{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
.footer-grid input[type="email"]{
	outline:none;
	border:1px solid #939393;
	background:#000;
	font-size:14px;
	color:#fff;
	width:100%;
	padding:10px;
	margin-bottom:1em;
}
.footer-grid input[type="submit"]{
	outline:none;
	border:none;
	background:#f47721;
	font-size:1em;
	color:#fff;
	width:50%;
	padding:8px 0;
}
.footer-grid input[type="submit"]:hover{
	background:#fff;
	color:#f47721;
}
ul.footer-grid-list li{
	font-size: 14px;
    color: #999;
    line-height: 1.8em;
    padding-left: 3em;
    background:url(../images/tw.png) no-repeat 0px 0px;
    list-style-type: none;
}
ul.footer-grid-list li:nth-child(2){
	margin:2em 0 0;
}
ul.footer-grid-list li a{
	color:#f47721;
	text-decoration:none;
}
ul.footer-grid-list li a:hover{
	color:#fff;
}
ul.footer-grid-list li span{	
	display:block;
	color:#fff;
	margin:.5em 0 0;
}
.footer-grids{
	padding-bottom:2em;
	border-bottom:1px solid #494949;
	margin-bottom:2em;
}
.footer-grids1-left{
	float:left;
}
.footer-grids1-left ul li{
	display:inline-block;
	margin-right:2em;
}
.footer-grids1-left ul li a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.footer-grids1-left ul li.active a,.footer-grids1-left ul li a:hover{
	color:#f47721;
}
.footer-grids1-right p{
	line-height:1.8em;
	color:#fff;
	font-size:1em;
}
.footer-grids1-right{
	float:right;
}
.footer-grids1-right p a{
	color:#fff;
	text-decoration:none;
}
.footer-grids1-right p a:hover{
	color:#f47721;
}
/*--footer--*/
/*--travel--*/
.banner-travel {
    background: url(../images/trv-ban.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;
}
.travel-img {
    background: url(../images/trv-ban1.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;
    margin: 0em 0;
}
/*--travel--*/

/*--construction--*/
.banner-construction {
    background: url(../images/cnst-ban.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;
}
.construction-img {
    background: url(../images/cnst-ban1.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;
    margin: 0em 0;
}
/*--construction--*/
/*--healthcare--*/
.banner-healthcare {
    background: url(../images/health-ban.png) 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;
}
.healthcare-img {
    background: url(../images/health-ban1.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;
    margin: 0em 0;
}
/*--healthcare--*/
/*--pharmacy--*/
.banner-pharmacy {
    background: url(../images/pharma-ban.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;
}
.pharmacy-img {
    background: url(../images/pharma-ban1.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;
    margin: 0em 0;
}
/*--pharmacy--*/
/*--telecommunicatio--*/
.banner-tc {
    background: url(../images/tc-ban.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;
}
.tc-img {
    background: url(../images/tc-ban1.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;
    margin: 0em 0;
}
/*--telecommunications--*/
/*--automotive--*/
.banner-am {
    background: url(../images/am-ban1.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;
}
.am-img {
    background: url(../images/am-ban.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;
    margin: 0em 0;
}
/*--automotive--*/
/*--business intelligence--*/
.banner-bi {
    background: url(../images/vbi-ban.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;
}
.bi-img {
    background: url(../images/bi-ban1.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;
    margin: 0em 0;
}
/*--business intelligence--*/
/*--erp--*/
.banner-erp {
    background: url(../images/erp-ban.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;
}
.erp-img {
    background: url(../images/erp-ban1.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;
    margin: 0em 0;
}
/*--erp--*/
/*--mobile application--*/
.banner-ma {
    background: url(../images/ma-ban.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;
}
.ma-img {
    background: url(../images/ma-ban1.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;
    margin: 0em 0;
}
/*--mobile application--*/
/*--web development--*/
.banner-wd {
    background: url(../images/wb-ban.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;
}
.wd-img {
    background: url(../images/web-ban1.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;
    margin: 0em 0;
}
/*--web-development--*/
/*--seo--*/
.banner-seo {
    background: url(../images/seo-ban.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;
}
.seo-img {
    background: url(../images/seo-ban1.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;
    margin: 0em 0;
}
/*--seo--*/
/*--mobility solution--*/
.banner-ms {
    background: url(../images/ms-ban.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;
}
.ms-img {
    background: url(../images/ms-ban1.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;
    margin: 0em 0;
}
/*--mobility solution--*/
/*--it staffing--*/
.banner-is {
    background: url(../images/is.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;
}
.is-img {
    background: url(../images/is-ban1.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;
    margin: 0em 0;
}
/*--it staffing--*/
/*--it training--*/
.banner-it {
    background: url(../images/it-ban.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;
}
.it-img {
    background: url(../images/it-ban1.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;
    margin: 0em 0;
}
/*--it training--*/
/*--contact--*/
.banner-cnt {
    background: url(../images/cnt-ban.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;
}
/*--contact--*/
/*--about--*/
.banner-about {
    background: url(../images/abt-ban.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;
}
.about-section,.about-bottom,.mail-section{
    padding: 4em 0;
}
.why-section{
	 margin-top:4em;
}
.about-section h4 ,.about-bottom h4{
    font-size: 1.5em;
    color: #ef5734;
    margin-bottom: 0.5em;
	font-weight:600;
}
.about-section p,.about-bottom p {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1em;
	color: #777;
}
.ab-img {
    background: url(../images/abt-ban1.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;
    margin: 0em 0;
}
ul.grid-par li i {
    font-size: 1.2em;
    margin-right: 0.5em;
    color: #6dc437;
    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-par li {
    list-style: none;
    font-size: 1em;
    color: #999;
    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-par li span {
    margin-left: 2em;
    display: block;
}
/*--about--*/
/*--contact--*/
/*contact*/
.map{
	margin:3em 0;
}
.map iframe{
	width:100%;
	min-height:300px;
}
.contact-grid h4,.contact-grid1 h4{
	text-transform: uppercase;
    font-size: 1.5em;
    color: #000;
    margin-bottom: 1.5em;
    font-weight: 600;
}
.contact-grid p{
	color:#999;
	line-height:1.8em;
	margin-bottom:2em;
}
.contact-grid p i{
	font-weight:600;
	color:#003f87;
}
.contact-grid ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#777;
	line-height:1.8em;
	font-size:1.1em;
}
.contact-grid ul li i{ 
	color:#222;
	padding: .5em;
	 margin-right: 1em;
	border: 2px solid #00bbd3;
	border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
	vertical-align: sub;
}
.contact-grid ul li a{
	color:#999;
	text-decoration:none;
}
.contact-gridt ul li a:hover{
	color:#212121;
}
.contact-grid span {
    display: block;
    margin-left: 3em;
}
.contact-grid1 input[type="text"],.contact-grid1 input[type="email"],.contact-grid1 textarea{
	outline:none;
	padding:10px;
	font-size:1.1em;
	color:#212121;
	background:#f5f5f5;
	width:100%;
	border:1px solid #E6E6E6;
}
.contact-grid1 input[type="text"]:nth-child(2),.contact-grid1 input[type="email"]{
	margin:1em 0 0;
}
.contact-grid1 textarea{
	min-height: 200px;
    margin: 1em 1.1em;
    width: 95.9% !important;
}
.contact-grid1 input[type="submit"],.contact-grid1 input[type="reset"]{
	outline: none;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    background: #f97a14;
    width: 46.6%;
    border: none;
    text-transform: uppercase;
    margin-left: 1.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;
}
.contact-grid1 input[type="submit"]:hover,.contact-grid1 input[type="reset"]:hover{
	background:#6dc437;
}
/*contact*/
/*--contact--*/
