@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
  background: #f8f9f8;
  font-family: 'Quicksand', sans-serif;
}

img{
    max-width: 100%;
}
.topbar{
    background: #237c8f;
    color: #FFF;
    text-align: right;
}
.topbar h4 {
    margin: 0;
    line-height: 48px;
}
.topbar span {
    font-weight: 500;
    padding: 0 10px 0 0;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    position: relative;
    top: -4px;
}

.navbar-brand img{
    max-width: 290px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0 15px;
    font-size: 18px;
}

.about{
    padding:150px 0;
    background: url(../images/iStock.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.captext {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 30px 50px;
    color: #FFF;
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border: 5px solid #237c8f;

}
.captext h2 {
    font-size: 48px;
    margin: 0 0 30px;
}
.captext a, .servicebox a {
    background: #ff986b;
    padding: 10px 25px;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 30px;
}

.captext a:hover{
    color: #ff986b;
    background: #FFF;
}

.captext p{
    font-size: 18px;
}

.trusted{
    background: #237c8f;
    padding:50px 0;
    text-align: center;
    color: #FFF;
}
.trusted h3{
    margin: 0;
}
.our{
    padding: 80px 0;
}
.our h2 {
    margin: 0 0 25px;
    font-size: 44px;
    font-weight: 600;
    color: #237c8f;
}
.servicebox{
    position: relative;
    color: #FFF;
}
.servicetop {
    position: absolute;
    top: 0;
    background:rgba(31, 31, 31, 0.9);
    padding: 70px 25px 25px;
    text-align: center;
    height: 100%;

}
.servicebox p{
    font-size: 16px;
    line-height:26px;
}

.servicebox a {
    padding:5px 15px;
    font-size: 18px;
    border-radius: 0;
}

.boat{
    background: url(../images/boat-blue2.jpg) no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
}
.boat_middle {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 60px;
    font-size: 18px;
    line-height: 32px;
}
.contactbox{
  
    background: url(../images/blog.png) repeat;
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
}

.law_form_img_caption {
    bottom: 0;
    float: left;
    left: 0;
    outline: 4px solid #fff;
    padding: 100px 0 90px 50px;
    width: 40%;
    outline-offset: -14px;
    background: #000;
    position: relative;
}
.law_form_services {
    float: right;
    padding: 44px 16px;
    margin: 0px;
    width: 60%;
    background: #FFF;
}
.law_form_filed {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.law_form_img_caption::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.80;
    z-index: -1;
    background: #80001e;
}
.law_form_img_caption a {
    font-size: 57.65px;
    color: #fff;
    display: block;
    margin-bottom: 9px;
}
.law_form_img_caption h2 {
    margin: 0px;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.law_form_img_caption span {
    display: block;
}
.law_form_filed input[type="text"] {
    width:100%;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: none;
    height: 60px;
    border: none;
    border: 1px solid #494a4c;
    font-size: 16px;
    padding: 0 15px;
}
.law_form_filed input[type="text"] {
    height: 45px;
}

.law_form_services textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
    margin-bottom: 15px;
    border: 1px solid #494a4c;
}

.law_get button:hover {
    background-color: #fff;
    color: #007003;
    border-color: #007003;
}

.law_get button {
    color: #fff;
    font-size: 16px;
    padding: 13px 50px;
    display: inline-block;
    border: none;
    background: #007003;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #FFF;
    text-decoration: none;
}
.law_addres {
    padding:50px 0;
    width: 100%;
    float: left;
}

.law_addres_caption {
    float: left;
    width: 100%;
}
.law_addres_caption h6 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}

.law_addres_caption p {
    position: relative;
    color: #555;
}

.law_addres_caption h6 .fa {
    font-size: 22px;
}
.law_addres_caption h6 .fa {
    color: #80001e;
    padding-right: 10px;
    font-size: 30px;
}
.law_addres_caption ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.law_addres_caption a, .law_addres_caption ul li {
    font-size: 14px;
}

.law_addres_caption a {
    color: #555;
    text-decoration: none;
    display: block;
}

.copright {
    float: left;
    width: 100%;
}

.kode_copyright_footer {
    padding: 10px 0 0;
}

.kode_copyright_footer {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    position: relative;
}
.kode_copyright_soical_icon {
    text-align: right;
}
.kode_copyright_soical_icon ul li {
    display: inline-block;
    margin: 0;
}

.kode_copyright_soical_icon ul a {
    height: 40px;
    width: 40px;
    display: block;
    background-color: #80001e;
    border: 2px solid #80001e;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-left: 0;
    line-height: 36px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color:#237c8f;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    width: 260px;
}

}

@media (max-width: 767px){
.captext h2, .our h2 {
    font-size: 28px;
}

.our, .contactbox{
    padding: 30px 0;
}
.servicebox{
    margin-bottom: 10px;
}
.about{
    padding: 80px 0;
}
.boat_middle {
    max-width: 93%;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    font-size: 18px;
    line-height: 32px;
}
.law_form_img_caption, .law_form_services{
    width: 100%;
}
.kode_copyright_soical_icon {
    text-align: center;
}
.navbar-light .navbar-nav .nav-link{
    padding: 6px 15px;
}
}