/* Fonts links */

@font-face{
    font-family: gothic light;
    src:url(../../fonts/LetterGothicStd.otf);
}

@font-face{
    font-family: gothic reg;
    src:url(../../fonts/LetterGothicStd-Bold.otf);
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

#wrap{
    width: 100%;
    height: 100%;
}

#banner{
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
}

#banner #banner-overlay{
    max-width: 100%;
    margin: auto;
    height: 100%;
    padding: 80px 0;
    background-color: rgba(0,0,0,0.7);
    position: relative;
/*    border: 1px solid red;*/
}

#banner #banner-overlay #services{
    padding: 10px 30px;
/*    border: 1px solid grey;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

#banner #banner-overlay #services h1{
    font-size: 40px;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    font-family: 'gothic reg';
    margin: 0;
}

#service-wrap{
    width: 100%;
    height: auto;
    padding: 120px 10px;
}

#service-wrap #serv-flex-wrap{
    width: 95%;
    height: auto;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Left Flex*/

#service-wrap #serv-flex-wrap #serv-links{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    height: auto;
/*    border: 1px solid grey;*/
}

#service-wrap #serv-flex-wrap #serv-links ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#service-wrap #serv-flex-wrap #serv-links ul a li{
    padding: 20px 15px;
    box-sizing: border-box;
/*    border: 1px solid grey;*/
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     background-color: #fff;
    margin-bottom: 30px;
}

#service-wrap #serv-flex-wrap #serv-links ul a{
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'gothic reg';
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#service-wrap #serv-flex-wrap #serv-links ul a li:hover{
    box-shadow: 0 4px 3px #ca1f26;
    transition: .5s ease;
}


/* Right Flex */

#service-wrap #serv-flex-wrap #serv-links-fluid{
    width: 90%;
    margin: auto;
    height: auto;
/*    border: 1px solid grey;*/
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-title{
    width: 100%;
    height: auto;
/*    border: 1px solid red;*/
    margin-bottom: 100px;
} 

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-title h2{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-align: center;
    position: relative;
    width: 100%;
/*    border: 1px solid grey;*/
    margin: auto;
    font-size: 30px;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-title h2:before{
    position: absolute;
    content: '';
    bottom: -10px;
    left:  45%;
    right: 45%;
    background: #ca1f26;
    height: 2px;
    transition: .5s ease;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-title h2:after{
    position: absolute;
    content: '';
    bottom: -25px;
    left:  42%;
    right: 42%;
    background: #ca1f26;
    height: 2px;
    transition: .5s ease;
}

#service-wrap #serv-flex-wrap #serv-links-fluid:hover #sea-title h2::before{
    content: "";
  position: absolute;
  z-index: -1;
  left: 40%;
  right: 40%;
  bottom: -10px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#service-wrap #serv-flex-wrap #serv-links-fluid:hover #sea-title h2::after{
    content: "";
  position: absolute;
  z-index: -1;
  left: 45%;
  right: 45%;
  bottom: -25px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-img{
    width: 90%;
    height: 270px;
    margin: auto;
/*    border: 1px solid red;*/
    margin-bottom: 40px;
    overflow: hidden;
} 

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all .8s ease;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-img img:hover{
    transform: scale(1.2);
    cursor: pointer;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption{
    width: 95%;
    height: auto;
    margin: auto;
/*    border: 1px solid red;*/
    padding: 10px 15px;
} 

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption p{
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'gothic reg';
    color: #4f4f4f;
    line-height: 28px;
    margin: 0 0 15px;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption h3{
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'gothic reg';
    color: black;
    line-height: 28px;
    margin: 0 0 15px;
}


#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption ul{
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption ul li{
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'gothic reg';
    color: #4f4f4f;
    margin-bottom: 20px;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption #tracker{
    width: 70%;
    margin: auto;
    height: auto;
    margin-top: 60px;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption #tracker form #track-input{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption #tracker form #track-input input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'gothic reg';
    outline: none;
    border: .5px solid #707070;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption #tracker form #track-input-btn{
    width: 60%;
    margin: auto;
    height: auto;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption #tracker form #track-input-btn input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'gothic reg';
    outline: none;
    background-color: #262626;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

#service-wrap #serv-flex-wrap #serv-links-fluid #sea-caption #tracker form #track-input-btn input:hover{
    background-color: #ca1f26;
    transition: .5s ease;
    color: white;
}






























































#goup{
    position: fixed;
    bottom: 110px;
    right: 50px;
     padding: 7px 15px;
    background-color: #313131;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

#goup i{
    color: white;
    font-size: 13px;
}

#goup:hover i{
    color: orangered;
    transition: .5s ease;
}



/* Styling scrollbar */

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: gray; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #004687;
    border-radius: 0 0 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #004687;
}
