@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
body{ color:#343434;font-family: 'Ubuntu', sans-serif; font-size:14px; line-height:21px;}
.header{    width: 100%;
    background: url(../images/curve-bg.png) bottom center repeat-x;
    height: 108px;
    z-index: 9999;
    position: relative;}
.navbar-nav>li> {  width: 90px;
  text-align: center; }
.navbar-nav>li>a {text-transform: uppercase; font-family: 'Roboto Slab', serif; }
.carousel {
    position: relative;
z-index:1; 
    margin-top: -12px;
}
.facebook{position: relative;
    
    left: 0px;
   
    padding: 0px 8px;
    display: inline-block;}
.facebook:before{ font-size: 24px !important; top: -18px !important; margin:0px 8px;}
.divrow{     width: 100%;
    background: url(../images/curve-bgtop.png) top center repeat-x;
    height: 45px;
    margin-top: -7px;
    z-index: 9999;
    position: relative;}
.divrowb{ width:100%; background:url(../images/curve-bgtop2.png) bottom center repeat-x;height:45px;   margin-top: -89px;  margin-bottom: 20px; }
h1,h2{font-family: 'Roboto Slab', serif;   font-weight: 700; color:#0c0169; text-transform:uppercase; }
.subtitle{font-family: 'Ubuntu', sans-serif; font-size:24px; font-weight:700; color:#646464; margin-bottom:25px;display: block;}
.woodenrow{ background:url(../images/wooden-bg.jpg) top center repeat-x; width:100%; padding:50px 0px; }
.iconsser{ width:101px; height:101px; margin:-50px auto 10px auto; }
.columntitle{ color:#cb0202; font-size:16px; font-family: 'Roboto Slab', serif; text-align:center; height:30px; border-bottom:#999999 1px solid; margin-bottom:10px; }
.more{margin:10px auto;}
.clientsloghead{ font-family: 'Roboto Slab', serif;   font-weight: 700; color:#0c0169; text-transform:uppercase; font-size:40px; text-align:center; line-height:50px; margin:10px 0px 20px 0px;}
.mycol {margin-bottom:10px;}
.mycol img{width:100%; height:auto;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.woodenrow .col-sm-4{padding-right: 5px;
    padding-left: 5px;}
.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;
    float:left;
    width:100%;
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:245px;
    max-height:105px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
.footer{  background: #07006a url(../images/footer-bg.jpg) top center repeat-x;
    margin-top: 50px;
    padding-top: 30px;
    width: 100%;
    color: #898989;
    padding-bottom: 20px; }
	.footer a{color: #b5b5b5;
    line-height: 24px; }
.footer	i:before {    font-size: 18px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 3px;}
.footer .col-sm-10 { padding-left:0px;padding-right:0px;    margin-bottom: 8px;}
.footer h1 {color:#FFFFFF; font-size:20px;    margin-bottom: 25px;}

.footer input[type='text'] {
      box-sizing: border-box;
    font: 300 14px "Roboto Condensed", sans-serif;
    line-height: 20px;
    padding: 5px 10px 5px;
    color: #5F646A;
    background-color: transparent;
    border: none;
    width: 100%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 30px;
    margin: 3px 0px;
    border: 1px #424242 solid;
}
.footer textarea {
  display: block; margin-top:3px;background-color: transparent;
  
  font: 300 14px "Roboto Condensed", sans-serif;
  line-height: 20px;
  padding: 5px 10px 5px;
  color: #5F646A;
   border: 1px #424242 solid;

  width: 100%;

  -webkit-appearance: none;
  resize: none;
  height: 70px;
  overflow: auto;
}
.footer .button{    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin: 10px 0px;
    border: 0px;
    background: #dddfe0;
    color: #000000;
    padding: 5px 31px;
    float: right;}
	.copyright{    float: left;
    width: 50%;
    margin-top: -50px;
    padding: 0px 15px;
}
.carousel-caption { color:#FFFFFF; font-family: 'Ubuntu', sans-serif; font-size:24px;}
.carousel-caption h1 { color:#FFFFFF;  }
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:#0c0169 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.myicons{  padding: 0px 4px 4px 90px;  height: 86px;  background: url(../images/location-icon.jpg) left center no-repeat;  width: 100%;  display: block; }
.myicons2{  padding: 0px 4px 4px 90px;  height: 86px;  background: url(../images/call-us-icon.jpg) left center no-repeat;  width: 100%;  display: block; }
.myicons3{  padding: 13px 8px 8px 95px;  height: 86px;  background: url(../images/mail-icon.jpg) left center no-repeat;  width: 100%;  display: block; }
 .myimage{ width:100%;   height: auto; }
  .scrolloff {
        pointer-events: none;
    }
input[type='text'] {
  box-sizing: border-box;
  font: 300 14px "Roboto Condensed", sans-serif;
  line-height: 24px;
  padding: 13px 20px 13px;
  color: #5F646A;
    background-color: #EAE9E9;
  border: none;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 50px;
  margin: 3px 0px;
}
textarea {
  display: block; margin-top:3px;
  box-sizing: border-box;
  font: 300 14px "Roboto Condensed", sans-serif;
  line-height: 24px;
  padding: 13px 20px 13px;
  color: #5F646A;
  background-color: #EAE9E9;
  border: none;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  height: 170px;
  overflow: auto;
}
.button{  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; margin:10px auto; border:0px; width:150px;
  background: #0c0068;
  color: #ffffff;
  padding: 5px 31px;}
  .button:hover{  -webkit-transition: all 0.6s ease; 
  transition: all 0.6s ease; margin:10px auto; border:0px;
  background: #162228;
  color: #ffffff;
  padding: 5px 31px;}
  .myli{
	padding-left:20px;
	list-style:none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.mega-nav {
    background:#2a8fcf;
    border-radius:0;
    margin-bottom:0;
}
.mega-nav.navbar-default .navbar-nav > li > a {
    color:#fff;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
.mega-nav.navbar-default .navbar-nav > li > a:hover {
    background:#0075b3;
} 
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:hover,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:focus,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:active{
    background:#0075b3;
    color:#fff;
} 
#MainMenu {
    padding-left:0;
}
#MainMenu .menu-list li {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
#MainMenu .menu-list li + li {
    border-left:1px solid rgba(255, 255, 255, 0.5);
}

.mega-nav.navbar-default .navbar-nav > li.menu-list .list-category a {
    color:#333;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #070068;
}
.navbar-default .navbar-toggle {
    border-color: #06006a;
}
@media screen and (max-width: 480px) {
    .col-sm-3{ width:98%; margin: 90px 1% 0px 1%; background:#FFFFFF; text-align:center;}
	.col-sm-3 .iconsser{ width:101px; height:101px; margin:-50px auto 10px auto; position:relative; }
	.carousel-caption{position:absolute;bottom:20px; top:1%;left:10%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;}
	.carousel-caption h1{ font-size:24px}
	h1{ font-size:24px; text-align:center;}
	.subtitle {font-size:16px;text-align:center;}
	.col-sm-7 .myimage{ width:100%;   height: auto; }
	.col-sm-5 .myimage2 {width:100%; height:auto;}
	.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin-top: -45px;
}
.navbar-brand img {width: 80%;}

	}