html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.split {
    clear:both;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 30px;
}
a {
    font-family: 'Roboto', sans-serif;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: 900;
}
.relative {
    position: relative;
}

.padding {
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
}
.top-header {
/*    background: #7e999f;*/
    background: #2c88c3;
    color: #fff;
}
.top-head {
    text-align: right;
}
/*
.top-head li {
    display: inline-block;
    padding: 0 2px;
    transform: skewX(30deg);
    margin-left: -2px;
    transition: all .5;
}
.top-head li > a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px;
    transform: skewX(-30deg);
    width: 40px;
}
li.fb {
    background: #3b5998;
}
*/
ul.social-buttons {
  text-align: center;
}

ul.social-buttons li {
  display: inline-block;
  margin: 2px 10px;
}

ul.social-buttons li a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  color: white;
    box-shadow: 0px 0px 10px 0px #e6e6e6;
}

ul.social-buttons li a.brandico-twitter-bird {
  background-color: #4099FF;
}

ul.social-buttons li a.brandico-facebook {
  background-color: #3B5998;
}

ul.social-buttons li a.brandico-instagram {
  background-color: #c66290;
}

/*Demo 3*/
ul#demo3 li a {
  transition: transform 0.2s ease-in-out 0;
}

ul#demo3 li:hover a {
  transform: rotateZ(0deg) scale(1.2);
}
header {
    width: 100%;
    display: block;
    background: url("../imgs/header-img-optimise.png");
    box-shadow: 1px 3px 5px #666;
}
.logo {
    width:410px;
    float: left;
}
.logo img {
    width :100%
}
.navbar-toggle {
    margin-top: 25px !important;
}
.navbar-toggle .icon-bar {
    width:26px;
    height: 3px;
    background: #41b2ce;
    margin-bottom: 7px;
}
.navbar-nav {
        margin: 15px 0;
}
.navbar-nav li a {
    padding:10px 25px;
}
.navbar-nav > li > a:focus {
    background: none;
}
.navbar-nav > li > a:hover {
    background: none;
    color: #fff;
}
.active a {
    color: #333;
}
.navbar-collapse.collapse {
    position: relative;
    z-index: 999;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #78abce;
    border:none;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.dropdown-menu {
    min-width: 150px;
    width: 158px;
}
/*---------------------
about section
-----------------------*/
.about {
    padding: 60px 0;
}
.about h2
{
    font-family: 'Raleway';
	font-size: 32px;	
	font-weight: 400;
	color:#000000;
}
.about h2 span {
    color:#2b546d;
}
.about p
{
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.heading_border {
    height: 3px;
    width: 150px;
    margin-bottom: 13px;
    background: #41b2ce;
    margin-top: 11px;
}
a.bass-button {
    background: #2b546d;
    color: #ffffff;
    padding: 8px 30px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    border: 2px dashed transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

a.bass-button:hover
{
	background:transparent;
	border: 2px dashed #316c92;
	color: #316c92;
}
.about .abtimg img
{
    width: 100%;
    height: auto;
	border: 2px solid #41b2ce;
    padding: 3px;
    margin-top: 20px;
}

ul.slide{ padding:0; height:80px; list-style-type:none;}
ul.slide li{float:left; list-style-type:none;}
ul.slide img{border:1px solid silver;margin:5px;padding:2px;height:200px;}
/*----footer-style ----*/

.quote {
    padding: 70px 0;
    background-image: url(../imgs/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.quote h2{
    font-family: 'Tangerine', cursive;
    font-size: 69px;
    color: #333;
    line-height: 85px;
}
.quote h4{
    font-family: 'Tangerine', cursive;
    font-size: 35px;
    color: #555;
    line-height: 45px;
    font-family: 'Dancing Script', cursive;
    margin-left:100px;
}
.quote img {
  position: absolute; 
  width: 10%;
  height: auto;
}
#rightgear { 
    right: 2rem; 
    top:15px;
}
#leftgear {
    left: 1em;
    bottom:15px;
}

.product {
    padding: 60px 0;
    background: #eee;
}
.product h2 {
    font-family: 'Raleway';
	font-size: 40px;	
	font-weight: 400;
	color:#000000;
    text-align: center;
    margin-bottom: 20px;
}
.product h2 span {
    color:#2b546d;
}
.product img {
    padding: 10px;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
    
    margin:20px 0;
    background: #fff;
    box-shadow: 2px 3px 5px #333;
    border: 2px solid #2b546d;

}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/*inner pages*/
/*aboutpage*/
.header_img img {
    width: 100%;
}
.content h2 {
    margin-bottom: 10px;
}
.grey {
    background: #ddd;
    padding: 50px 0;
}
.padding-bottom {
    padding-bottom: 50px;
}
.padding-top {
    padding-top: 50px;
}
.padding-top ul {
    width: auto;
}
.padding-top ul li {
    font-size: 18px;
    line-height: 24px;
    list-style: disclosure-closed;
    margin-left: 40px;
    padding: 5px 0;
}

/*product page*/

h3 {
    font-size: 30px;
    color: #2d546d;
    margin-bottom: 20px
}
.p_img img {
    display: block;
    margin:auto;
    box-shadow: 2px 3px 5px #666;
    padding: 20px;
}
.p_img p {
    text-align: center;
}
.pagination {
    margin: 45px 0 0;
    display: block;
}
.btns {
   padding: 16px 45px;
    background: #264951;
    font-size: 18px;
    color: #fff;
}
.btns:hover {
    color: #fff;
    box-shadow: 2px 3px 5px #666;
}
.l-btn {
    float: left;
}
.r-btn {
    float: right;
}

/*contact page*/
.contact-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.input-group {
    width:100%;
}
.input-group .form-control {
    margin-bottom: 15px;
}
.contact-sub-sub-heading {
    font-size: 20px;
    color: #295c86;
}
.cont-block a {
    color: #333;
}
.submit-btn {
    padding: 10px 30px;
    font-size: 18px;
    background: #2b546d;
    color:#fff;
    border: 1px solid #999;
    width: 100%;
}
.submit-btn:hover {
    background: #333;
    border:1px solid #555;
    box-shadow: 2px 3px 5px #999;
} 


/* footer */
.footer-section
{
    background: #f4f4f4;
    padding: 50px 0;
    position: relative;
}
.contain {
    width: 85%;
    margin: auto;
    display: block;
}
.footer-section .footer-inner-meatter h3 {
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 13px;
	font-weight: 500;
}
.footer-section .footer-inner-meatter h3 span {
    color: #26ace3;
    color: #316c92;
}
.footer-section .footer-inner-meatter p, .footer-section .footer-inner-meatter ul li a
{
    text-align: justify;
    color: #717171;
    line-height: 26px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
}
.footer-section .footer-inner-meatter ul li.loacl-footer a
{
	text-transform: lowercase;
}
.footer-section .footer-inner-meatter ul li a:hover
{
	color:#316c92;
}
.footer-section a.base-button {
	background: transparent;
    color: #316c92;
    padding: 7px 21px;
    border-radius: 5px;
    border: 2px solid #316c92;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transition: 0.6s ease-out;
    display: inline-block;
}
.footer-section a.base-button:hover
 {
    background: #316c92;
    color: #ffffff;
    border: 2px solid #26ace3;
    box-shadow: 1px 1px 5px 0px rgba(1,1,1,0.6);
}
.footer-section .footer-inner-meatter ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-section .footer-inner-meatter ul li a i
{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    background: #2b546d;
    color: #ffffff;
    border-radius: 100%;
	position: absolute;
    left: -40px;
}
.footer-section .footer-inner-meatter ul li
{
    padding-bottom: 12px;
	position: relative;
    margin-left: 40px;
}
.footer-section .footer-inner-meatter.social-div ul li i
{
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    background: #26ace3;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.footer-section .footer-inner-meatter.social-div ul li i:hover,
.footer-section .footer-inner-meatter.social-div ul li i:focus,
.footer-section .footer-inner-meatter.social-div ul li i:active
{
	transform: scale(1.1);
	 background: #26ace3;
}
.copy-right
{
    background: #1a1a1a;
    padding: 10px 0;
}

.copy-right p {
    margin: 0;
    text-align: justify;
    color: #717171;
    line-height: 28px;
}
.copy-right p span {
    color: #26ace3;
}




/** Project Gallery Section **/
.our-project-title-section {
    background: #2b546d;
    padding: 15px 0px;
    color:#fff;
}
.project-banner {
    background: url(../imgs/servicebg.jpg) center no-repeat rgba(210,210,210,1);
        background-size: auto auto;
    background-size: cover;
    padding: 50px 0px 25px;
}
.grid-thumbnail img {
    border: 5px solid #316c92;
    margin: auto;
    padding: 2px;
}
.text-left-horizontal .heading-text {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
/* Slider Carousel
------------------------------*/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	-moz-user-select: text;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	margin-right:5px
	
}
.slick-slide p {
    font-size: 18px;
    color:#333;
    text-align: center;
    margin-top:5px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	    display: block;
/*    border-bottom: 5px solid #fab702;*/
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Slick theme */
/* Arrows */
.carousel-prev,
.carousel-next {
	position: absolute;
    right: 20px;
    top: -100px;
    width: 37px;
    height: 26px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    cursor: pointer;
    line-height: 9px;
}

.carousel-prev i,
.carousel-next i {
	font-size: 20px;
    color: #fff;
    margin-top: 2px;
}

.carousel-prev:hover,
.carousel-next:hover {
	border-color: #000;
}

.carousel-prev:hover i,
.carousel-next:hover i {
	color: #000 !important;
}

.carousel-prev {
	right: 60px;
}

.carousel-prev i {
	margin-left: 13px;
}

.carousel-next i {
	margin-left: 12px;
}


@media only screen and (max-width: 767px) {
.mobsplit {
    clear:both;
}
    .theme-default .nivo-controlNav {
        display: none;
    }
    .quote img {
        display: none;
    }
    .quote h2 {
        font-size: 45px;
    }
    .quote h4 {
        font-size: 30px;
        line-height: 40px;
        margin-left: 30px;
    }
    .navbar-nav li a {
        text-align: center;
    }
    .submit-btn {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 450px) {
.logo {
    width: 367px;
    margin-top: 10px;
}
}