@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html, body {
    overflow: hidden;
}
@media only screen and (max-width: 1199px){
    html, body {
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
body {
    font-family: "Roboto", Arial, sans-serif;
    line-height: 1.8;
    font-size: 20px;
    background: white;
    font-weight: 300;
}

a {
    color: #012a68;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    text-decoration: none;
    color: #012a68;
}
a:focus, a:active {
    outline: none;
}

p {
    margin-bottom: 1px;
    font-size: 20px;
    color: #848484;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Roboto Slab", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #52d3aa;
}

::-moz-selection {
    color: #fcfcfc;
    background: #52d3aa;
}

::selection {
    color: #fcfcfc;
    background: #012a68;
}

.box-wrap {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

#fh5co-header {
     /* padding: 10px;*/
/*height:60px;*/
    margin-bottom: 25px;
	background: #012a68;

}
}
@media screen and (max-width: 992px) {
    #fh5co-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 20px;
    }
}
#fh5co-header .navbar-default {
    border: transparent;
    background: #fff;
}
#fh5co-header .navbar {
    padding: 0;
    margin: 0;
}
#fh5co-header .fh5co-navbar-brand {
    width: 97%;
    margin: 0;
    text-align: center;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo {
    width: 52px;
    height: 30px;
    padding: 0;
    font-size: 18px;
}
@media screen and (max-width: 992px) {
    #fh5co-header .fh5co-navbar-brand {
        text-align: center;
        margin-bottom: 0px;
    }
}
#fh5co-header .nav {
    width: auto;
}
#fh5co-header .nav li {
    font-size: 14px;
  /*  display: inline-block;*/
    margin-left: 24px;
}
#fh5co-header .nav li ul li {
    font-size: 14px;
  /*  display: inline-block;*/
    margin-left: 5px;
	    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    #fh5co-header .nav li {
        width: 100%;
        margin-left: 0;
        line-height: 0;
		text-align:center;
		float:left;
		
    }
	.social
	{
	text-align:center!important;
	float:none!important;
	width:100%!important;
	}
}
#fh5co-header .nav li:first-child {
    /*margin-left: 0px;*/
}
#fh5co-header .nav li a {
    font-family: "Roboto Slab", Arial, sans-serif;
    color: white;
    position: relative;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}
#fh5co-header .nav li a:hover, #fh5co-header .nav li a:focus {
    color: white !important;
    background: transparent;
    text-decoration: none !important;
	border-bottom: 1px solid #fff;
}

#fh5co-header .nav li.hovernone a:hover, #fh5co-header .nav li.hovernone a:focus {

border:none;
}
@media screen and (max-width: 480px) {
    #fh5co-header .nav li a {
        padding: 10px 0;
    }
}
#fh5co-header .nav li.active a {
    color: white;
    background: transparent;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 992px) {
    #fh5co-header .nav li.active a {
        color: white;
    }
}
@media screen and (max-width: 480px) {
    #fh5co-header .nav li.active a {
        border-bottom: 1px solid transparent;
        color: white;
    }
}
@media screen and (max-width: 992px) {
    #fh5co-header .nav {
        margin-bottom: 0px;
    }
}

#intro, #work, #product, #about, #services {
    padding-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
    #intro, #work, #product, #about, #services {
        padding-bottom: 1em;
    }
}

#main {
    padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
    #main {
        padding-bottom: 3em;
    }
}

.intro h2 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5em;
}

#services .service {
    text-align: center;
    padding: 0 2em;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
@media screen and (max-width: 480px) {
    #services .service {
        padding: 0 0em;
    }
}
#services .service h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
#services .service .service-icon {
    margin-bottom: 30px;
}
#services .service .service-icon i {
    font-size: 40px;
    color: #52d3aa;
}
#services .service p {
    font-size: 18px;
}

#work .fh5co-grid {
    height: 140px;
    background-size: cover;
    margin-bottom: 5px;
    position: relative;
}
@media screen and (max-width: 480px) {
    #work .fh5co-grid {
        height: 140px;
    }
}
#work .fh5co-grid .image-popup {
    position: absolute;
    background: rgba(43,43,43,0.9);
    opacity: 0;
    width: 100%;
    height: 100%;
}
#work .fh5co-grid .image-popup .work-title {
    position: absolute;
    top: 50%;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin-top: -25px;
}
#work .fh5co-grid .image-popup .work-title span {
    color: white;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
#work .fh5co-grid .image-popup .work-title h3 {
    margin-bottom: 10px;
    color: white;
}
#work .fh5co-grid:hover .image-popup {
    opacity: 1;
}

#product .post-entry .post {
    float: left;
    position: relative;
    margin-bottom: 80px;
}
#product .post-entry .post > a {
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}
#product .post-entry .post > a img {
    max-width: 200px;
    max-height: 191px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
@media screen and (max-width: 480px) {
    #product .post-entry .post > a img {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    #product .post-entry .post > a {
        position: relative;
    }
}
#product .post-entry .post > div {
    margin-left: 230px;
}
#product .post-entry .post > div h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
#product .post-entry .post > div h3 a {
    color: #000;
}
#product .post-entry .post > div p {
    margin-bottom: 10px;
}
#product .post-entry .post > div span {
    font-size: 20px;
}
@media screen and (max-width: 480px) {
    #product .post-entry .post > div {
        margin-left: 0;
    }
}

footer p {
    line-height: 1;
}
footer .border {
    padding: 0;
    float: left;
    width: 100%;
}
@media screen and (max-width: 768px) {
    footer .border {
        padding: 2em 15px !important;
    }
}
@media screen and (max-width: 480px) {
    footer .border {
        padding: 2em 15px !important;
        padding-bottom: 2em !important;
    }
}
footer p {
    margin-bottom: 0;
}
footer small {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .01em;
    font-family: "Roboto", Arial, sans-serif;
}
footer .social {
    text-align: center;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 50px;
    clear: both;
}
@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}
.section-heading p {
    font-size: 20px;
    font-weight: 300;
    color: #848484;
}
@media screen and (max-width: 768px) {
    .section-heading p {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 57px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
}
.form-control:focus, .form-control:active {
    box-shadow: none;
    border: 2px solid #52d3aa;
}

#submit {
    height: 57px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .field {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .form-group {
        margin-bottom: 0px;
    }
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.btn-primary {
    background: #52d3aa;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    background: #52d3aa;
}
.btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0px 0;
   
    display: block;
    position: relative;
    width:fit-content;
	/*margin-top:10px;*/
	margin-bottom:0px;
    /*text-align: right;*/
}
.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.social li a {
    font-size: 14px;
    display: block;
   /* width: 19px;*/
    /*height: 10px;*/
    margin: 0 3px;
    color: #012a68;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.social li a:hover, .social li a:focus {
   
	 font-size: 16px;
    text-decoration: none;
}
.social .s a:hover, .social .s a:focus {
   
	 font-size: 25px;
	 color:#fff;
   /* text-decoration: none;*/
}
.social li a i {
    display: block;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    .social {
        text-align: center;
    }
}

.js .animate-box {
    opacity: 0;
}

/*# sourceMappingURL=style.css.map */

/*Custom CSS START*/
.mtop-20{
    margin-top: 20px;
}
.mtop-35{
    margin-top: 35px;
}
@media screen and (max-width: 480px) {
    #fh5co-header .nav li:first-child{
        margin-left: 0px;
    }
}
#work .col-md-3{
   /* padding-left: 13px;
    padding-right: 13px;*/
	/*border:1px solid #000;*/
	margin-bottom:30px;
}
#footer{
    background: #012a68;
	z-index:11;
}
#footer .footer-widget small{
    color: white;
	font-size:10px!important;
}
@media (min-width: 768px){
    .mobile-menu {
        display: none;
    }
}
.mobile-menu{
    background: #012a68;
}
.navbar-default .navbar-brand{
    color: white;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: white;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
@media (max-width: 768px){
    #bs-example-navbar-collapse-1.navbar-collapse{
        margin-top: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .col-md-2, .col-md-8{
        float: none;
        margin: 10px auto;
        padding: 0;
    }
}
#bs-example-navbar-collapse-1 ul {
    background-color: #012a68;
    line-height: 20px;
	float: right;
}
#fh5co-header .nav li:last-child {
    /*margin-right: 35px;*/
}
@media (min-width: 992px){
    #bs-example-navbar-collapse-1 {
       /* margin-left: 30px;*/
        padding-right: 26px;
    }
    .col-md-2.mtop-24 {
        padding-left: 0;
    }
    #fh5co-header .nav li:hover{
        /*border-bottom: 1px solid #fff;*/
    }
}
.box-second{
    display: none;
}
@media (min-width: 992px){
    footer{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
/*Custom CSS END*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type:none;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  list-style-type:none;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }