@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Crete+Round|Libre+Baskerville|Vollkorn');



body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	color: #666666;
	overflow-x: hidden !important;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
}



a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus, .btn:focus {
    text-decoration: none;
	outline: none;
	    color: #FFFFFF;
}

input:focus, textarea:focus {
	outline: 0;
}

section {
	padding:38px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Crete Round', serif;
    font-weight: normal;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    color: #e81e25;
}


h1 span {
	color:#2098df;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	padding-left: 0 !important;
	list-style-type:none;
	margin:0;
	padding:0;
}


p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #6a6a6a;
    text-align: justify;
    letter-spacing: .5px;
}

::selection {
    color: #ffffff;
    background:#2098df;
}
.divider-center {
    position: relative;
    height: 1px;
    padding-top: 4px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 20px;
}
.divider-center span {
    display: block;
    width: 50px;
    height: 3px;
    background: #e81e25;
    margin-top: -2px;
    text-align: center;
    margin: 0 auto;
}
.divider {
    position: relative;
    height: 1px;
    padding-top: 4px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 20px;
}
.divider span {
    display: block;
    width: 50px;
    height: 3px;
    background: #e81e25;
    margin-top: -2px;
}


.bullets {
display:block;	
}

.bullets li {
display:block;	
    color: #6e716f;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    /* font-size: 17px; */
    font-size: 13px;
    font-weight: 400;

}

.bullets li i {
color:#2098df;
    margin-right: 8px;
}

#topbar {
    background:#e81e25;
    color: #999ea3;
	padding:0;
	  font-family: 'Open Sans', sans-serif;
}
#topbar .container .row {
    margin: 0;
}
#topbar .social {
	float:left;
}
#topbar .contact-info {
	float:right;
	  
}
#topbar .social ul li {
    display: inline;
	
}
#topbar .social ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    border-right:1px solid #fff;
    padding: 0 12px;
    color:#fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .social ul li:hover a {
     color: #fff;
}
#topbar .social ul li a i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .social ul li:hover a i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#topbar .social ul li:last-child a {
    /*border-right: 1px solid #073D51;*/
}
#topbar .contact-info ul li {
    float: left;
}
#topbar .contact-info ul li a {
    display: inline-block;
     font-size: 13px;
    line-height: 25px;
    padding: 0 0px;
    margin-right: 42px;
    color: #fff;
   /* font-family: 'PT Serif', serif;  */
   font-family: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .contact-info ul li:hover a,
#topbar .contact-info ul li a:before {
    /*background: #12AEF8;*/
    color: #fff;
}
#topbar .contact-info ul li a i.fa {
    font-size: 15px;
    margin-right: 5px;
}
#topbar .contact-info ul li:last-child a {
    /*border-right: 1px solid #073D51;*/
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

.navbar {
    position: relative;
    min-height: 47px;
    z-index: 99;
        margin-bottom: 5px;
	    margin-top: 5px;
}
.navbar-nav {
    float: right;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    position: relative;
    display: block;
	font-size: 15px;
	color:#000;
    padding: 15px 15px;
	font-weight:500;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #e81e25;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a.active {
  color: #e51e25;
}
.image-navbar{
	margin-top:-30px;
}
.navbar-brand {
    float: left;
     height:auto;
    padding: 3px 3px;
    /* font-size: 18px; */
    /* line-height: 20px; */
}
/*.dropdown-menu>li>a {
    position: relative;
    display: block;
	    font-size: 13px;
    color: #7f7f7f;
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #2098df;
    text-decoration: none;
    background-color: #f5f5f5;
}
.navbar-nav>li>.dropdown-menu {
    border-top:2px solid #2098df;*/	
	
/*multi dropdown*/
	.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
   margin: 2px -100px 0;
}

.navbar-nav>li>.dropdown-menu {
    margin-left: -48px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    /*left: 100%;*/
    margin-top: -2px;
    margin-left: -282px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.btn-primary{
	background:none;
	border:none;
}
#dLabel{
	color:none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover{
	color:#fff;
	background:#e81e25;
}



.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left:-14px;
}
*/
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
	
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
	
.dropdown-menu .dropdown_menu{
	margin-left: -190px;
}	
.dropdown-menu .dropdown_menu1{
	margin-left: -235px;
}
.dropdown-menu .dropdown_menu2{
	margin-left: -201px;
}

/*--------------scrollto top button------------------*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 50px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

/*-----------Slider Css------------*/


.slider {
	height:auto;
	width:100%;
	margin:0 auto;
	
	
}
.carousel-fade .carousel-inner .item {
  /*opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;*/
  -webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel .carousel-control {
    background: none;
    border: none;
    top: 40%;
    font-size: 70px;
    font-weight: 600;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
	margin-left: 14px;
}

.carousel-control.right span {
	padding: 15px;
	margin-right: 42px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: none;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.carousel-indicators .active {
    background-color: #2980b9;
}

/*home slider ends*/

/*welcome section*/

.welcome{
	padding:30px 0;
	background:url(../images/about_bg.jpg);
	background-size:cover;
}

.welcome .about-content{
	margin-top:15px;
}

.welcome h1{
	font-weight:600;
	font-family: 'Crete Round', serif;
	line-height:25px;
	letter-spacing:2px;
}
.welcome p{
	margin-top:20px;
	line-height:30px;
	    font-size: 13px;
}
.welcome .smooth {
    margin-top: 10px;
}
.welcome .smooth a {
    color: #fff;
}
.welcome .btn {
    display: table;
    padding: 6px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.welcome .btn-holly, .content .btn-holly{
    background: #e81e25;
    border: 1px solid #e81e25;
    border-radius: 20px;
    color: #fff;
	outline:0px!important;
}

/*welcome section*/

/*services section*/

.services{
	padding:30px 0px 50px 0px;
	background:url(../images/about_bg.jpg);
	background-size:cover;
}

.services h1{
	font-size:32px;
	font-weight:400;
	font-family: 'Crete Round', serif;
	text-align:center;
	line-height:25px;
}

.services figure {
    position: relative;
    overflow: hidden;
    margin-top:28px;
    background: #333;
}
.services figure {
    max-width: 100%;
    height: auto;
	-webkit-box-shadow: 0px 1px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 8px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 8px -1px rgba(0,0,0,0.75);
} 
.services a:hover figure img {
    opacity: 0.5;
	width:100%;
} 
.services figure img {
	width:100%;
} 

.services figcaption, .services figcaption h2, .services figure span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services figcaption {
    position: absolute;
    top: -14%;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
} 
.services figcaption{
    display: block;
} 
.services a:hover figcaption h2 {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.services a:hover figcaption h2, .services a:hover figcaption p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.services figcaption h2 {
    color: #333;
}
.services figcaption h2, .services figcaption p {
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
    timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
}
.services figcaption, .services figcaption h2, .services figure span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services figcaption h2 {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.services figcaption h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.services a:hover figure span {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.services figure span {
    border-color: #fff;
}
.services figure span {
    color: #fff;
}
.services figure span {
    top: 65%;
    left: 50%;
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
    transform: translateY(-50%) translateX(-50%) scale(0.25);
}
.services figcaption, .projects figcaption h2, .projects figure span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services figure span {
    position: absolute;
    padding: 4px 20px;
    /*border: none;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*services section*/

/*footer section*/


.info span {
    color: #fff;
    display: block;
}

.info {
margin-top:8px;	
}
footer .size {
font-size:16px;	
margin-right: 6px;
}
hr {
	margin:5px 0px;
}
.foot-bottom p{
 color:#fff;
 text-align:center;
  font-size:11px;
  margin:3px 0px;
}

/*footer section*/

/*inner pages sections*/

/*about_page section*/
.about_content2 h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    text-align: center;
	color:#fff;
    line-height: 25px;
}
.about_content2 p {
    color: #fff;
    margin-top: 25px;
}
.about_content2{
	padding:30px;
	background:url(../images/content2_bg.jpg);
	background-attachment:fixed;
    background-size:cover;
	background-position:center;
}
.about_content2 .divider span {
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin-top: -2px;
}
.about_content3{
	padding:30px;
	background:url(../images/content3_bg.jpg);
    background-size:cover;
}
.about_content3 h3{
	color:#333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.about_content3 h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    text-align: center;
    line-height: 25px;
}

.about_content3 i{
	color:#e81e25;
	font-size:18px;
}


.about_page h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    text-align: center;
    line-height: 25px;
}
.about_page {
	padding:40px 0;
    background:url(../images/about_page_bg.jpg);
    background-size:cover;	
}


/*about_page section*/

/*quality content section*/

  .quality-content{
	padding:30px 0;
	background:url(../images/quality_bg.jpg);
    background-size:cover;
}
.quality-content h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    text-align: center;
    line-height: 25px;
}
.quality-content p {
    font-size: 15px;
    font-weight: 200;
    font-family: 'Sanchez', serif;
    line-height: 25px;
    color: #272727;
    margin-top: 25px;
}
.quality-content i{
	color:#e81e25;
	font-size:18px;
}


.middl{
	background: #4dafe0;
/*	background: url('../images/mddl-bg.jpg');*/
	background-size:cover;
	background-position:center;
	padding:30px 0px 50px;	
}
.middl h1{
	color:#fff;
}
.middl p{
	font-size:18px;
	color:#fff;
}



.why-us{
	background: url('../images/hm-whyus.jpg');
	background-size:cover;
	background-position:center;
	padding:30px 0px 50px;	
}
.why-us h1{
	color:#fff;
}
.bullets ul li{
	color:#fff;
	    font-size: 16px;
	padding-bottom:12px;
}
.bullets ul li img{
	-webkit-filter: invert(1);
   filter: invert(1);
   margin-right:10px;
}

/*quality content section*/

/*service_page section*/


/*---------------About Page Start--------------------------------------*/
.background-2 {
	
    padding:30px 0;
	background:url(../images/feature_bg.jpg);
    background-size:cover;
}
.section-separator.sp-top, .section-separator-small.sp-top, .section-separator-smallest.sp-top, .section-separator-big.sp-top {
    /*padding-bottom: 0px;*/
}
.features-section p {
    margin-top: 15px;
}
.margin-b-75 {
    margin-bottom: 75px;
}
.section-separator, .section-separator-small, .section-separator-smallest, .section-separator-big {
    display: block;
}
.section-separator-small {
    padding-top: 23px;
   /* padding-bottom: 75px;*/
}
.section-header h2.section-heading {
	    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    color: #073ea0;
}

.section-heading {
    color: #2a3855;
    display: block;
    margin: 0;
}
.section-header .lines {
 margin: 0 auto;
}
.lines {
    position: relative;
    width: 50px;
    border-top-width: 4px;
    border-top-color: #073ea0;
   /* margin: 0px;*/
}
.features-item:last-child {
    margin-bottom: -42px;
}

.features-item {
    margin-bottom: 30px;
}

.features-item .each-item {
    margin-bottom: 30px;
}
.business-item .each-item-inner {
    overflow: hidden;
    display: block;
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: initial;
    background-repeat: no-repeat;
}
.vertical-middle {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.triangle-left, .triangle-right, .triangle-top, .triangle-bottom {
    position: relative;
}

.vertical-middle {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.triangle-left::before {
    background-color: #ffffff;
    right: 100%;
    top: 50%;
    -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
    transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.triangle-left::before, .triangle-right::before, .triangle-top::before, .triangle-bottom::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 11;
}
.business-item .features-content .inner {
    background-color: #ffffff;
    /*padding: 50px;*/
	padding:28px
}

.business-item .section-header {
    margin-bottom: 15px;
}
.business-item .section-heading {
    font-weight: 600;
	font-size:26px;
	margin:0px 0px 10px;
}
.section-heading {
	font-size: 28px;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    line-height: 25px;
    color: #2a3855;
}
.business-item .small-spacing p {
    line-height: 24px !important;
}
.business-item .detail p {
    line-height: 30px;
}

.business-item .read-more, .business-item .btn-interest {
    display: table;
    margin: 0px auto;
    padding-top: 10px;
}


.triangle-right::before {
    background-color: #ffffff;
    left: 100%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.triangle-left::before, .triangle-right::before, .triangle-top::before, .triangle-bottom::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 11;
}
/*----*/
.team{
   padding:30px 0;
}
.team img{
	display:block;
	margin:0 auto;

}
.team h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    text-align: center;
    line-height: 25px;
}

.heading p {
    font-size: 18px;
    font-weight: 200;
    font-family: 'Sanchez', serif;
    line-height: 25px;
	text-align:center;
    color: #272727;
    margin-top: 25px;
}

/*---------------About Page End--------------------------------------*/



/*service_page section*/

/*contact page*/
 .contact-content{
	padding:30px 0;
	background:url(../images/contact_bg.jpg);
    background-size:cover;
}
 .contact-content .contact_m {
    font-size: 16px;
    color: #e51e25;
	margin-top: 20px;
}
.map{
	margin-top:25px;
	-webkit-box-shadow: -1px 2px 4px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 4px -1px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 4px -1px rgba(0,0,0,0.75);
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"],  #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:rgb(191, 192, 192);
	padding:25px;

}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#e81e25;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#e81e25;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}



/*contact page*/

/*inner pages sections*/


.inner-banner{
	background: url('../images/inner-bg.jpg');
	background-position:center;
	background-size:cover;
	padding:60px 0px;
}

.inner-banner h1{
	color:#fff;
}







/*------------------Intro Section-----------------*/

.intro .main-text {
text-align:center;	
}
.search-form {
    background:rgba(32, 152, 223, 0.79);
   position: relative;
    margin-top: -260px;
    z-index: 1000;
	padding:13px 0px;
	
}
.quick-search {
    padding:0px 20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: #FFF;
}
/*.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, 
    -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
*/
.quick-search .form-control {
    box-shadow: none;
    height: 35px;
    font-size: 13px;
    color: rgb(149, 149, 149);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
	border: 3px solid #a7d6f4;
}
.quick-search .form-control:hover {
border: 3px solid #e81e25;
}

.quick-search input[type='text']
{
    margin-bottom:35px;
	border: 3px solid #a7d6f4;
} 

.quick-search input[type='text']:hover
{
    margin-bottom:35px;
	border: 3px solid #e81e25;
} 


.quick-search input[type=submit] {
    width: 99%;
    padding: 5px 0px;
    background-color: #e81e25;
    font-size: 16px;
	    margin-top: 5px;
			border: 3px solid #a7d6f4;
} 

.quick-search input[type=submit]:hover {
	border: 3px solid #e81e25;
}
.quick-search h2 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 22px;
}
.quick-search .btn-success {
    color: #fff;
    background-color: #2098df;
    border-color: #2098df;
}


.hvr-bounce-to-bottom {
    display: table;
    margin: 0 auto;
    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-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #2098df;
    color: #e81e25;
	border-radius: 0px;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white;
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e81e25;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*----------------Products Page css----------------*/

.products .prod {
	text-align:center;
	margin:0 auto;
	display:table;
	margin-top: 15px;
	margin-bottom:6px;
}
.products hr {
border:1px dotted #e6e6e6;
margin:10px 0px;
	
}
.products .prod_header1{
	text-align: center;
    margin-top: 25px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}
.products h2{
	text-align: center;
    margin-top: 25px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}
.products p{
	text-align: center;
	margin-top: 15px;
}
.product_details{
	padding:32px;
}

/* ------------------------------------------------------
  Main Elements
------------------------------------------------------ */
.features {
display:block;	
background:url(../images/testi.jpg) fixed;
 background-size: cover;
}

.features h1, .features h1 span {
color:#fff;	
text-align:center;
}

.features .feature{
	margin-bottom:20px;
}

/*--- Featured Blocks ---*/
.featured-block{
	width:100%;
	height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	background:#2098df;
}

.featured-block > a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.featured-block a {
    color: #2098df;
}
.featured-block a:hover {
    color: #fff;
}

.fblock-icon, .featured-block i{
    font-size: 53px;
    color: #fff;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: -20px;
	text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	padding-right:0; 
	display:block;
}
.fblock-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.fblock-main{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#fff;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.fblock-sub{
    text-align:center;
    font-size: 14px;
	background:#fff;
	color:#747474;
	border:solid 1px #e8e8e8;
	border-top:none;
    line-height: 48px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}



.featured-block:hover{
   background:#fff;
}
.featured-block:hover .fblock-icon{
	font-size:70px;
    color: #2098df;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.featured-block:hover .fblock-main{
	color:#2098df;
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}
.featured-block:hover .fblock-sub{
	border-color:#2098df;
	background:#2098df;
	color:#fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}




@-webkit-keyframes moveFromLeft{from {-webkit-transform: translateX(-100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromLeft{from {-moz-transform: translateX(-100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromLeft{from {-ms-transform: translateX(-100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromRight {from {-webkit-transform: translateX(100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromRight { from {-moz-transform: translateX(100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromRight {from { -ms-transform: translateX(100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromBottom {from { -webkit-transform: translateY(100%);} to {-webkit-transform: translateY(0%);}}
@-moz-keyframes moveFromBottom {from { -moz-transform: translateY(100%);}to {-moz-transform: translateY(0%);}}
@-ms-keyframes moveFromBottom {from {-ms-transform: translateY(100%);}to {-ms-transform: translateY(0%);}}


/*--------------------Testimonial Slider------------*/
.client-testi {
background:url(../images/testi.jpg) fixed;
 background-size: cover;
    /* background-position: 50% 0; */
   
}
.client-testi .divider-center span {
    background: #2098df; 
}
/*
.client-testi h1.color, .client-testi h1 span {
color:#fff;	
text-align:center;
}


/*.client-testi .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	
}*/
       /*     .testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
	color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff;
    font-size:12px;
}
.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
    margin-top: 30px;
    margin-left: 60px;
    text-align:left;
    color:#000;
}
    .testimonial-section-name img {
        max-width:40px;
        border: 2px solid #fff;
    }
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
}
*/

.client-testi h1.color, .client-testi h1 span {
color:#fff;	
text-align:center;
}
.client-testi p {
color:#fff;	
}
.client-testi blockquote small {
	color:#fff;	
	text-align:left;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/*#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all .2s;
}*/
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* Flexisel
==========================*/
/* Flexisel
==========================*/
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
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;
       width: 96%;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float:left;
    padding:0px;
     margin:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    height:auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left:-5px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:-5px;
    background: url(../images/button-next.png) no-repeat;
}

.foot-logo {
	margin-bottom:22px;
}
.time-schedule p {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #6d7173;*/
    margin-bottom: 5px;
    line-height: 15px;
    color: #fff;
    font-size: 12px;
}
.para {
    color: #fff;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
}
  
footer{
	
	color: #949494;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color: #FFFFFF;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;	padding-bottom:30px;
	background: #191919;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
}

.copyright {
	text-align:left;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}

  
/*---------------About Page css-----------------*/

.inner {
width:100%;
padding:0px;	
}

.about i{
	font-size:16px;
	color:#2098df;
}
.about img{
	margin-top:30px;
}


.images6{
	padding:45px 0px;
	background:#dee3ea;
}

/*-----------------------enquiry page----------------------*/
/*---------------Contact Page Css------------*/
.btn-two {
color:##1c8ec6;
background-color:#c2c2c2;
}

.btn-two:hover {
color:#fff;
background-color:#0385c2;
}

.btn-primary {
    background: #0a4a70;
    border: none;
}
.btn-primary:hover {
    background: #0a4a70;
    border: none;
}

.contact-form {
margin-top:20px;	
}





.contact h4 {
color:#c32547;
font-family:"Times New Roman", Times, serif;
}

.enquiry_pic{
	margin-top:20px;
}
.enquiry_content .contact_formcontrol {
	width:85%;
}

/*--------------------contact page---------------------*/
.contact p{
	line-height:25px;
	font-size:13px;
	color:#959595;
}

.contact .contact_para{
	margin-top:-12px;
}

.contact .contact_email{
	margin-top:-12px;
}

.contact h2{
	font-size:22px;
}

.contact .contact_m{
	font-size:16px;
	color:#2098df;
}

.contact .content{
	margin-top:15px;
}

/*------ top nav social -------*/
#topbar .social ul li:last-child a {
    /* border-right: 1px solid #073D51; */
    border: none;
}

/*------------------------responsive-----------------------------------*/
@media (max-width: 992px) {
	.search-form {
    margin-top: -38px;
}

.foot-links ul li {
    display: block;
    /* border-bottom: 1px solid #6d7173; */
    margin-bottom: 5px;
}
section {
	padding:16px 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #000;
    padding: 15px 7px;
    font-family: 'Open Sans', sans-serif;
}
}

@media (max-width: 768px) {
		
.welcome h1 {
    font-size: 24px;
}

.services h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 22px;
}		
		
h3, .h3 {
    font-size: 18px;
}
.welcome p {
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}	
		
		.image-navbar {
    margin-top: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #3C9AA4;
	color:#fff;
}
.navbar-default .navbar-toggle {
    border-color: #3C9AA4;
}
.navbar-nav {
	text-align:center;
    float:none;
    margin-top: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #e81e25;
    color:#fff;
}
.navbar-default .navbar-toggle {
    border-color:#e81e25;
	 background-color:#e81e25;
	 margin-top:20px;
}
.navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 17px;
}

.navbar-nav>li>a.active{
   background-color:#fff;
   -ms-transform: none; /* IE 9 */
-webkit-transform: none; /* Chrome, Safari, Opera */
 transform: none;
  color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-size:16px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}

.navbar-nav>li>a:hover {
	 -ms-transform: none; /* IE 9 */
-webkit-transform: none; /* Chrome, Safari, Opera */
 transform: none;
}


.navbar-default {
	 z-index:1030;
	 
}

.enquiry_pic{
	display:block;
	margin:0 auto;
	margin-top:20px;
}

.btn-primary{
	display:block;
	margin:0 auto;
}

.form-control {
	display:block;
	margin:0 auto;
}

.dropdown-submenu {
	background:#fff;
}
.navbar-nav .open .dropdown-menu {
	background:none;
	border:none;
}

.map{
	margin-top:15px;
}
.search-form {
    margin-top: -38px;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 48px 5px 0px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    /* left: 100%; */
    margin-top: -2px;
    margin-left: -102px;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
    text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #2098df;
    
}
.anchor{
	color:#000;
}
/*.navbar-default .navbar-nav .open .dropdown-menu>li>a {:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-top-color: #ccc;
    margin-top: 5px;
    margin-left: -14px;
}*/

}



/**--------------*/
.chat {
    position: fixed;
	top: 30%;
	left: 0px;
    z-index: 999;
}
.soial-hydo01 {
    position: fixed;
    margin-left: 5px;
    top: 60%;
    left: 0px;
    z-index: 999;
}

.chat-mob, .soial-hydo-mob{
	display:none
}



@media (max-width: 768px) {
	/*------------About page------------------------*/
	.business-item>.each-item-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
	.business-item .features-image.vertical-middle {
    height: 250px;
}
.vertical-middle {
    display: block;
}

.business-item .triangle-left::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0) rotate(45deg);
    transform: translate3d(-50%, 50%, 0) rotate(45deg);
}
.business-item .triangle-right::before {
    bottom: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
/*------------About page------------------------*/
.iso{
	display:block;
	margin:0 auto;
	margin-top:15px;
}

}




@media (max-width: 767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   /* background-color: rgba(0, 148, 218, 0.52);*/
   background-color:#fff;
}
.hvr-underline-from-center , .hvr-underline-from-center:before{
display:none;	
}
.navbar-brand {
margin-left:10px;	
}

.enquiry_pic{
	display:block;
	margin:0 auto;
	margin-top:20px;
}
h1{
	font-size:22px;
}
.about_content2 h2, .about_content3 h2{
    font-size: 20px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 35%;
	z-index: 5;
	display: inline-block;
}


}

@media (max-width: 660px) {
#topbar .contact-info {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
}

#topbar .social {
       float: none;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#topbar .contact-info ul li a {
    display: block;
    font-size: 13px;
    line-height: 25px;
    padding: 0 0px;
    margin-right: 8px;
}
}

@media (max-width: 480px) {
.welcome h1 {
    font-size: 18px;
}
.services h1 {
    font-size: 18px;
}
	
.navbar-brand {
    margin-left: 10px;
    width: 255px;
    margin-top: 10px;
}	

}

@media (max-width: 701px) {
	#topbar .contact-info {
     float: none; 
    text-align: center;
	
    }
	
	#topbar .contact-info ul li {
    float: none; 
     display: block; 
     margin: 0 auto;

}
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
#topbar .social {
    float: none; 
    display:table; 
    margin: 0 auto;
	border-bottom: 1px solid #fff;
}
#topbar .social ul{
	line-height:20px;	
}

#topbar .contact-info {
    float: none; 
    display: table;
    margin: 0 auto;
}
#topbar .social ul li  {
	float:none;
    display: inline-block;
	margin: 0 auto;
}
#topbar .social ul li a {
    display: inline-block;
	font-size: 18px;
    line-height: 25px;
    border-right: 1px solid #fff;
    padding: 0 3px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;


}
}
	
	
/* float: left; */
/*}
#topbar .contact-info {
    
	float:none;
}
}*/