@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700);
*{
  margin: 0;
  padding: 0;
}
body{
  color: #444444;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 23px;
}
a{
  text-decoration: none;
}

#slider{
  border: 0px solid red;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 450px;
  z-index: -2;
}
#slideshow{
  position: fixed;
  width: 100%;
  height: 580px;
}
#slideshow div{
  position: fixed;
  width: 100%;
  height: 580px;
}
#slideshow div img{
  position: fixed;
  width: 100%;
  height: 580px;
    -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);

}
#slideshow > div:last-child img  {
  opacity: 0.7;   
}


#slide{
  border: 0px solid red;
  width: 100%;
  min-height: 450px;
  height: auto;
  border-bottom: 5px solid #006699;
}


#slideshow1{
  position: relative;
  width: 100%;
  height: 450px;
}
#slideshow1 div{
  position: relative;
  width: 100%;
  height: 450px;
  text-align: center;
}
#slideshow1 div img{
  position: fixed;
  width: 100%;
  height: 450px;
}
#slide{
  border: 0px solid red;
  width: 100%;
  min-height: 450px;
  height: auto;
  border-bottom: 5px solid #006699;
}
.slider-item h1{
  color: #ffffff;
  text-align: center;
  margin-top: 2%;
}
.slider-item h2{
  color: #555555;
  text-align: center;
  margin-top: 2%;
}

header{
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.header-div{
  margin: auto;
  width: 1000px;
  border: 0px solid red;
  display: table;
}
.header-div img{
  width: 210px;
  float: left;
}
.nav-div{
  float: right;
  display: table;
  border: 0px solid green;
}
.nav-div ul{
  margin: 0;
  padding: 0;
}
.nav-div ul li{
  float: left;
  list-style: none;
}
.nav-div ul li > a{
  padding: 55px 15px 5px;
  font-weight: 600;
  display: table;
  border-top: 3px solid #ffffff;
  color: #777777;
  letter-spacing: 0.5px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.nav-div ul li > a:hover{
  color: #3366CC;
  border-top: 3px solid #3366CC;
}
.nav-div ul li:first-child > a{
  background: url(../images/arrow-menu.png);
  background-repeat: no-repeat;
  background-position: 85px 65px;
  background-size: 8px 4px;
}
.nav-div ul li:nth-child(2) > a{
  background: url(../images/arrow-menu.png);
  background-repeat: no-repeat;
  background-position: 84px 65px;
  background-size: 8px 4px;
}
.nav-div ul li:nth-child(3) > a{
  background: url(../images/arrow-menu.png);
  background-repeat: no-repeat;
  background-position: 74px 65px;
  background-size: 8px 4px;
}
.inner-menu{
  background: #f6f6f6;
  position: absolute;
  padding: 10px 0;
  overflow: hidden;
  display: none;
  border-bottom: 5px solid #f6f6f6;
  z-index: 10;
}
.inner-menu > li{
  float: none;
  display: block;
  clear: both;
}
.inner-menu > li > a{
  color: #444444;
  padding: 3px 25px !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  width: 100% !important;
  background: none  !important;
}
.inner-menu > a:hover{
  color: #0099FF;
}
.inner-menu > a:last-child{
  border: 0;
}
.slider-div{
  background: transparent;
  position: relative;
  height: 450px;
}
.slider-div h1{
  font-weight: 200;
  font-size: 50px;
  padding: 20px 30px 25px;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  background: rgba(0,183,251,0.7);
  margin-top: 140px;
  width: auto;
  display: inline-block;
}
.slider-div h2{
  font-weight: 200;
  font-size: 30px;
  margin-top: 30px;
  padding: 10px 30px 12px;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
  background: rgba(0,183,251,0.7);
  width: auto;
  display: inline-block;
  clear: both;
}
.slider-block{
  width: 100%;
  height: 450px;
  border: 0px solid red;
  overflow: hidden;
}

.news-area{
  background: #eeeeee;
  border-top: 1px solid #dadada;
}
.news-div{
  padding: 20px 10px 10px;
  text-align: center;
  width:980px;
  margin: auto;
}
.news-block{
  width: 100%;
  height: 40px;
  border: 0px solid red;
}
section{
  background: #ffffff;
}
.main-div{
  padding: 35px 10px;
  width:980px;
  margin: auto;
}
h1.page-title{
  margin: 0 0 35px;
  padding: 0;
  font-weight: 300;
  font-size: 30px;
  display: block;
  text-align: center;
}
h1.page-title hr{
  border: 0px solid #eeeeee;
  border-bottom: 1px solid #dadada;
  width: 10%;
  margin: 35px auto 0;
}
.text-center{
  text-align: center;
}
.home-serices-block{
  display: table;
  width: 980px;
  margin: auto;
  padding: 20px 10px 0;
}
.home-serices-block .services-area{
  float: left;
  width:33.3333%;
  text-align: center;
  margin-bottom: 20px;
}
.clearfix{
  clear:both !important;
  display: block !important;
}
.home-serices-block .services-area .fa{
  border: 1px solid #eeeeee;
  background: #f6f6f6;
  color: #777777;
  height: 90px;
  width: 90px;
  border-radius: 90px;
  line-height: 90px;
  font-size: 40px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.home-serices-block .services-area:hover .fa{
  border: 1px solid #006699;
  color: #444444;
}
.home-serices-block .services-area h2{
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0;
}
.home-serices-block .services-area:hover h2{
  color: #006699;
}
.main-div-full{
  padding: 0;
  width:100%;
  margin: auto;
  display: table;
  color: #ffffff;
}
.space-80{
  height: 80px;
  clear: both;
  display: block;
}
.space-40{
  height: 40px;
  clear: both;
  display: block;
}
.main-div-full h1.page-title{
  line-height: 40px;
}
.main-first{
  text-align: center;
  width:50%;
  padding: 0 4%;
  background: url(../images/blue-bg.jpg);
  background-size: 100% 100%;
}
.main-first h2{
  margin:0 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.main-last{
  text-align: center;
  width:50%;
  background: url(../images/about-home.jpg);
  background-size: 100% 100%;
}
.main-first .readmore{
  border: 1px solid #ffffff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  color: #ffffff;
  border-radius: 25px;
  letter-spacing: 0.5px;
}
.main-first .readmore:hover{
  border-color: #FFFF33;
  color: #FFFF33;
}
.home-clients-block{
  display: table;
  width: 980px;
  margin: auto;
  padding: 20px 10px 0;
}
.home-clients-block h2{
  font-size: 15px;
  font-weight: 300;
  line-height: 70px;
}
.home-clients-block .clients-area{
  float: left;
  text-align: center;
  margin-bottom: 20px;
  height: 70px;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
}
.home-clients-block .clients-area:first-child{
  width:23%;
  margin-right: 2.333%;
}
.home-clients-block .clients-area:nth-child(2){
  width:23%;
  margin-right: 2.333%;
}
.home-clients-block .clients-area:nth-child(3){
  width:23%;
  margin-right: 2.333%;
}
.home-clients-block .clients-area:last-child{
  width:23%;
}
.transparent-area{
  background: url(../images/background.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-size: 100% auto;
  width: 100%;
}
.trans-main{
  background: transparent url(../images/cap.png) no-repeat;
  background-position: center 120px;
  background-size: 100% auto;
  min-height: 450px;
  text-align: center;
}
.trans-main h2{
  color: #111111;
  font-weight: 500;
  font-size: 16px;
}
.cap1{padding-right: 60%; margin-bottom: 15px !important;}
.cap2{padding-left: 60%;margin-bottom: 37px !important;}
.cap3{padding-right: 40%; margin-bottom: -8px !important;}
.cap4{padding-left: 40%;margin-bottom: 26px !important;}
.cap5{padding-right: 60%; margin-bottom: 3px !important;}
.cap6{padding-left: 60%; margin-bottom: 25px !important;}
.cap7{padding-right: 70%;}
footer{
  background: #333333;
  border-top: 4px solid #006699;
}

.footer-block{
  display: table;
  width: 980px;
  margin: auto;
  padding: 20px 10px 0;
}
.footer-block h2{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-block .footer-area{
  float: left;
  min-height: 70px;
  width: 31.3333%;
  padding: 0 2% 0 0;
  color:#ffffff;
}
.footer-table tr td:first-child{
  padding: 10px 0;
}
.footer-table tr td h3{
  font-weight: 400;
  margin: 0;
}
.footer-table tr td h5{
  font-weight: 400;
  margin: 0;
  color:#777777;
}
.social-link{
  border: 1px solid #555555;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #777777;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
}
.social-link:hover{
    color: #ffffff;
}
.footer-last{
  width: 100%;
  background: #666666;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
}
.footer-scroll-block{
  width: 100%;
  height: 260px;
  border: 0px solid red;
}




/* ------------------------ INNER PAGE CSS  ------------------------------  */
.inner-slider-div{
  background: url('../images/slide1.jpg') no-repeat;
  position: relative;
  height: 280px;
  background-size: 100% auto;
}
h1.page-main-title{
  margin: 0 0 5px;
  padding: 0;
  font-weight: 300;
  font-size: 30px;
  display: block;
  text-align: left;
}
h1.page-main-title hr{
  border: 0px solid #eeeeee;
  border-bottom: 1px solid #dadada;
  width: 10%;
  margin: 20px 0 10px;
}
.breadcrumb{
  margin: 0 0 30px;
}
.current-page{
  color: #ff9900;
}
.orange-text{
  color: #ff9900;
}
.inner-text p{
  margin-bottom: 15px;
}
.contact-text p{
  margin-bottom: 0px;
}
.inner-text ul{
  margin-left: 25px;
  margin-bottom: 15px;
}


h2.secondary-head{
  font-size: 18px;
  font-weight: 400;
  color: #006699;
  margin: 30px 0 10px;
}
.secondary-head1{
  font-size: 16px;
  font-weight: 400;
  color: #006699;
  margin: 0px 0 5px !important;
}
h2.sub-head{
  font-size: 16px;
  font-weight: 400;
  color: #FFCC00;
  margin: 10px 0px;
}

@media and (min-width:767){
  .hide-div{
    display: none;
  }


}

