/*@font-face{*/
    /*font-family:'Roboto';*/
    /*font-style:normal;*/
    /*font-weight:100;*/
    /*src:local('Roboto Thin'),*/
    /*local(Roboto-Thin),*/
    /*url(https://fonts.gstatic.com/s/roboto/v16/2tsd397wLxj96qwHyNIkxHYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");*/
    /*unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215*/
/*}*/
/*@font-face{*/
    /*font-family:'Roboto';*/
    /*font-style:normal;*/
    /*font-weight:300;*/
    /*src:local('Roboto Light'),*/
    /*local(Roboto-Light),*/
    /*url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");*/
    /*unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215*/
/*}*/
/*@font-face{*/
    /*font-family:'Roboto';*/
    /*font-style:italic;*/
    /*font-weight:300;*/
    /*src:local('Roboto Light Italic'),*/
    /*local(Roboto-LightItalic),*/
    /*url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");*/
    /*unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215*/
/*}*/
/*@font-face{*/
    /*font-family:'Roboto';*/
    /*font-style:normal;*/
    /*font-weight:400;*/
    /*src:local(Roboto),local(Roboto-Regular),url(https://fonts.gstatic.com/s/roboto/v16/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");*/
    /*unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215*/
/*}*/
/*@font-face{*/
    /*font-family:'Roboto';*/
    /*font-style:normal;*/
    /*font-weight:500;*/
    /*src:local('Roboto Medium'),local(Roboto-Medium),url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format("woff2");*/
    /*unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215*/
/*}*/
/*@font-face{*/
    /*font-family:'Roboto';*/
    /*font-style:normal;*/
    /*font-weight:700;*/
    /*src:local('Roboto Bold'),local(Roboto-Bold),url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format("woff2");*/
    /*unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215*/
/*}*/
/*@font-face{*/
    /*font-family:'Roboto';*/
    /*font-style:normal;*/
    /*font-weight:900;*/
    /*src:local('Roboto Black'),local(Roboto-Black),url(https://fonts.gstatic.com/s/roboto/v16/mnpfi9pxYH-Go5UiibESIpBw1xU1rKptJj_0jans920.woff2) format("woff2");*/
    /*unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215*/
/*}*/


body {
    /*font-family: "Roboto",serif;*/
    background-color: #fff !important;
}

.navbar {
    height: 70px;
    /*background-color: #f9f9f9;*/
}

.nav.navbar-nav {
    height: 70px;
}

.nav.navbar-nav li {
    transition: 1s;
    height: 100%;
    padding-top: 10px;
    color: #fff;
}

.nav.navbar-nav li:hover {
    background-color: #18d2ba;
}

.slider .short-desc3
{
    /*font-size: 16px;*/
    /*min-height: 130px;*/
    /*overflow: hidden;*/
    /*margin-top: 60px;*/
    /*z-index:1000;*/
    position: absolute;
    /*top:200px;*/
    /*color:rgba(1, 47, 114, 1);*/
    /*opacity: 1;*/
    /*font-weight: 600;*/
}


.slider .slide img
{
    max-width: 100%;
    min-width: 100%;
    max-height: 480px;
}

#main-slider
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#main-slider img.slider-arrow-key
{
    position: absolute;
    top: 320px;
    width: 40px;
    height: 40px;
    z-index: 1000;
    opacity: 0.6;
    float: right;
    transition: .7s;
    /*background-color: rgba(0,0,0,0.5);*/

}
#main-slider img.slider-arrow-key:hover
{
    cursor: pointer;
    opacity: 0.9;
}
#main-slider #slider-next img
{
    right: 20px;
}
#main-slider #slider-prev img
{
    left: 20px;
    transform: rotate(180deg);
}

/* About */
/*******************************************************/
#about-us
{
    margin: 40px 0 0 0;
}
#parallax-us hr
{
    width: 10% !important;
}
/*******************************************************/

/* Services */
/*******************************************************/
#services-area
{
    margin: 40px 0 80px 0;
}

#services-area .services
{
    height: 400px;
}

#services-area .header
{
    font-size: 42px;
    font-weight: bold;
    width: 20%;
}

#services-area .services img
{
    -webkit-filter: sepia(1);
    filter: sepia(.7);
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#services-area .services .title
{
    margin: 20px 0 10px 0;
}

#services-area .services p
{
    margin-top: 20px;
}
/*******************************************************/

/*Parallax*/
/*******************************************************/
#parallax-first h1
{
    font-weight: bold;
}
#parallax-first h2
{
    margin: 0;
}
#parallax-second
{
    background-image: url("../img/about/about-seastar.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    margin-bottom: 40px;
}
#parallax-second p
{
    padding-top: 20px;
}
#parallax #descript
{
    font-size: 22px;
    min-height: 130px;
    max-height: 210px;
    overflow: hidden;
    width: 700px;
    margin-left: 28%;
    margin-top: 30px;
}
#parallax-fourth-top
{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*******************************************************/
