html,
body {
  font-size: 14px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

body {
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
}

html.nav_open {
  overflow-x: hidden;
}
.header_top {
    background: #000;
    color: #00adb5;
    text-align: right;
    padding: 10px;
}
img.header_clock {
    vertical-align: bottom;
    margin: 0 5px;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  padding: 0 1rem;
  margin: auto;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*a {
  transition: all 1s;
}*/


footer#footer {
    background: #00adb5;
    padding: 20px 0;
}

.footer-title {
    font-weight: 700;
    font-size: 1.45454545455em;
    color: #fff;
    text-transform: none;
    margin-bottom: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

ul.footer-links li {
   font-size: 13px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 5px;
}

ul.footer-links li a {
    color: #fff;
}


.input-row input[type="text"],
.input-row input[type="email"] {
    width: 100%;
    height: 30px;
    border: 1px solid #e5e5e5;
    appearance: none;
    padding: 0 10px;
    font-size: 13px;
}

.input-row {
    width: 100%;
    margin-bottom: 1rem;
}

.input-row label {
    color: #fff;
    font-size: 13px;
    padding-bottom: 0.3rem;
    display: block;
}

.input-row textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #e5e5e5;
    appearance: none;
    padding: 0 10px;
    font-size: 13px;
}

.footer-no {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 5px;
}

.footer-no p a {
    color: #fff;
}


.footer {
    width: 100%;
    padding-bottom: 5rem;
}


.bottom_links {
    border-top: 1px solid rgb(238, 238, 238);
    width: 100%;
}

.bottom_links_row {
    width: 100%;
    padding: 2rem 0;
}

.bottom_links_row a {
    display: flex;
    align-items: center;
}

.bottom_links_row span {
    font-weight: 500;
    font-size: 14px;
    color: #484848;
    line-height: 1.6;
    margin-top: 8px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bottom_links_row div {
    padding-left: 1rem;
}

.bottom_links_row i img {
    display: block;
}

.bottom_links_row h3 {
    text-transform: uppercase;
    font-size: 17px;
    color: #00adb5;
    text-align: left;
    padding-top: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}


.sub-footer {
    width: 100%;
}

.sub-footer p {
    color: #fff;
    font-size: 12px;
}

.sub-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-footer p a {
    color: #fff;
}

.backtop {
    width: 100%;
    background: #2f333c;
    display: flex;
    height: 1px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.backtop-row {
    background: #00adb5;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insBackToTop {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    border: 3px solid #5cb4c5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: auto;
}


a.insBackToTop:after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: #fff solid 2px;
    border-left: #fff solid 2px;
    -webkit-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    transform: rotate(134deg);
    cursor: pointer;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
}



.navigation {
    background: #00adb5;
    border-top: thin double #cfd6d6 !important;
    display: inline-block;
    margin-right: -5px;
    width: 100%;
    position: relative;
    z-index: 100;
    color: #767676;
    font-size: 15px;
    height: 46px;
    box-shadow: 0 3px 5px black inset !important;
}

.navigation nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation nav > ul ul {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10;
    display: none;
    width: 190px;
    padding: 10px 0 0px;
    background: #f1f1f1;
    display: none;
    text-align: left;
}

.navigation nav > ul > li a {
    padding: 11px 10px;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}


.navigation nav > ul ul li a {
    color: #000;
    font-size: 16px;
    padding: 0 0;
    text-align: left;
    font-weight: 400;
}

.navigation nav > ul ul li {
    padding: 9px 15px;
}

.navigation nav > ul > li:hover .sub-menu {
    display: block;
}

ul.sub-menu:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 41px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #171c26;
}

.nav_click_close {
    display: none;
}

.navigation nav > ul > li {
    display: block;
    position: relative;
}

.nav_click {
    display: none;
}



.home-slider-item {
    height: 420px !important;
    background-size: cover;
    background-position: center;
}

.home-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background: #00adb5 none repeat scroll 0 0 !important;
    border: 1px solid #00adb5 !important;
    border-radius: 100px;
    height: 5rem;
    width: 5rem;
    z-index: 1;
    outline: none;
    cursor: pointer;
}


.home-slider button.slick-prev.slick-arrow {
    left: 2rem;
}

.home-slider button.slick-next.slick-arrow {
    right: 2rem;
}


.home-slider button.slick-next.slick-arrow:after {
    color: #fff;
    content: ">";
    display: block;
    font-family: "fontello";
    font-size: 4rem;
    text-align: center;
    padding: 0 0 0 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.home-slider button.slick-prev.slick-arrow:after {
    color: #fff;
    content: "<";
    display: block;
    font-family: "fontello";
    font-size: 4rem;
    text-align: center;
    padding: 0 0 0 8px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -14px;
    right: 0;
}

.site-title {
    width: 100%;
    margin-bottom: 1rem;
}

.site-title h1 {
    text-align: center;
    font-weight: 700;
    font-size: 20pt;
    color: #00adb5;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    background: #000;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-title h1 span {
    background: #fff;
    padding: 0 20px;
}

.page_section {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 6rem;
}

ul.breadcrumbs-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
}

ul.breadcrumbs-row li {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #646565;
    padding: 0 6px;
    position: relative;
}

ul.breadcrumbs-row li:after {
    content: "-";
    position: absolute;
    left: 0;
    font-size: 15px;
    top: -2px;
}

ul.breadcrumbs-row li:first-child:after {
    opacity: 0;
}


ul.breadcrumbs-row li a {
    color: #00adb5;
}

.page_content {
    width: 100%;
    color: #525252;
    font-size: 14px;
    line-height: 21px;
}

.page_content p {
    padding-top: 14px;
}

.page_content ul {
    padding-top: 2rem;
}

.page_content ul li {
    position: relative;
    padding-bottom: 10px;
    color: #525252;
    padding-left: 1rem;
}

.page_content ul li:after {
    content: "";
    background: #525252;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 100px;
    top: 7px;
}

.page_content p:first-child {
    padding: 0;
}



.page_content h2 {
    color: #000;
    font-weight: bold;
    padding-top: 1rem;
}

.page_content h2:first-child {
    padding: 0;
}


.page_content img {
    /* width: 100%; */
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    
}

.port-details ul {
    list-style: unset;
    padding: 20px;
}
img.port-details-img {
    /* width: 100%; */
    margin: 15px 0;
}
.port-details table tr td {
    background: #fff;
    color: #696969;
    font-size: 14px;
    border: 1px solid #dddddd;
    padding: 10px;
    font-family: "Open Sans", sans-serif !important;
}
.port-details table{
    margin: 15px 0;
    width: 100%;
}
.port-details table tr td:first-child {
    background: #f0f0f0;
    /* width: 20%; */
}
.port-detail-title {
    color: #00adb5;
    font-size: 20px;
    font-weight: 600;
}

.port-detail-location { 
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}

.logo img {
    display: block;
    margin: auto;
}


.services_heading {
    color: #525252;
    font-size: 27px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 17px;
    font-weight: normal;
    text-transform: capitalize;
    padding-top: 15px;
}


.port-info-page {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.part-heading {
    font-size: 24px;
    color: #00adb5;
    text-transform: capitalize;
    font-family: "Roboto Condensed",sans-serif;
}

ul.port-info-links {
    border-top: 1px dashed #d1d1d1;
    border-bottom: 1px dashed #d1d1d1;
    padding: 15px 0;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

ul.port-info-links li a {
    background: #00adb5 none repeat scroll 0 0;
    border: 1px solid #00adb5;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
    text-transform: capitalize;
    display: block;
}

ul.port-info-links li {
    margin-right: 0.7rem;
}

ul.port-info-links li a.active {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eceef0;
    color: #000;
}

.Choose_part {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.Choose_part label {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin: 0 20px 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.Choose_part select {
       font-size: 13px;
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #d1d1d1;
    color: #696969;
    height: 26px;
    line-height: 30px;
    padding: 0 4px;
    text-transform: capitalize;
    width: auto;
}

.Choose_part_intro {
    color: #646565;
    font-size: 13px;
}


.info-pages {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.info-right {
    width: 100%;
}

ul.info_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

ul.info_link li {
    border-bottom: 3px solid #d9d9d9;
    margin-top: -2px;
    padding-bottom: 14px;
    text-align: center;
    width: 100%;
    margin: 0 5px;
}

ul.info_link li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.info_link li h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #333333;
    margin-left:15px;
}


ul.info_link li.active h2 {
    color: #00adb5;
}

ul.info_link li.active {border-bottom-color: #00adb5;}



.info-right h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    color: #00adb5;
    text-transform: capitalize;
    padding-bottom: 2rem;
}

table.useful-links-table {
    width: 100%;
    font-family: 'Oswald', sans-serif;
}

table.useful-links-table tr td {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #dddddd;
    color: #696969;
    font-size: 14px;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
}

table.useful-links-table tr td:first-child {
    background: #00adb5;
    color: #fff;
    width: 230px;
}

table.useful-links-table tr td a {
    color: #696969;
}


ul.info_link li i {
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
    -o-filter: brightness(0%);
    -ms-filter: brightness(0%);
}

ul.info_link li.active i {filter: none;}


ul.info_link li:nth-child(3) i {
    filter: none;
}

i.actice_show {
    display: none;
}

i.actice_hihe {
    display: block;
}


ul.Downloads-list {
    width: 100%;
}

ul.Downloads-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dddddd;
    margin-bottom: 1rem;
}

ul.Downloads-list li p {
    width: calc(100% - 130px);
    background: #00adb5;
    padding: 1rem 1rem;
    color: #fff;
    font-size: 1rem;
}

ul.Downloads-list li a {
    width: 130px;
    text-align: center;
    color: #696969;
    font-family: 'Oswald';
    font-size: 1.2rem;
}


ul.info_link li.active .actice_show {
    display: block;
}

ul.info_link li.active .actice_hihe {
    display: none;
}


.conversions_input {
    width: 100%;
    margin-bottom: 2rem;
}

.conversions_input label {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    color: #000;
    padding-bottom: 0.7rem;
    font-family: 'Oswald', sans-serif;
}
.conversion_result{
    color: #000;
    font-family: "Open Sans",sans-serif !important;
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.conversions_input select {
    width: 100%;
    height: 35px;
    background: #f0f0f0;
    color: #000;
    border: 1px solid #adadad;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    padding: 0 1rem;
}

.conversions_input input[type="text"] {
    width: 100%;
    height: 35px;
    background: #f0f0f0;
    color: #000;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    padding: 0 1rem;
    outline: none;
}


.conversions_btn {
    background-color: #00adb5;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 50px;
    align-items: center;
    color: #fff;
    border: 0;
    appearance: none;
    outline: none;
    font-size: 1.8rem;
    width: 40%;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    margin-top: 3rem;
    font-size: 1.4rem;
}


.careers_heading {
    color: #00adb5;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
}

.careers-form {
    width: 100%;
    padding: 2rem 0 5rem;
}

.careers-form .input-row label {
    color: #000;
}


.careers-page {
    width: 100%;
    padding-top: 3rem;
}


.contact-page {
    width: 100%;
    padding-top: 2rem;
}

.contact-page-info {
    background-color: #f1f1f1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb4c5', endColorstr='#d97bc0c9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px #498f9d;
    -moz-box-shadow: inset 0 1px 2px #498f9d;
    box-shadow: inset 0 1px 2px #498f9d;
    box-shadow: 0px 5px 2px #888888;
    padding: 3rem 0;
}

.contact-info {
    color: #3d3d3d;
    font-size: 15px;
    line-height: 1.5rem;
    border-right: 1px solid #fff;
    height: 100%;
}

ul.contact-info-item li {
    color: #3d3d3d;
    font-size: 15px;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

ul.contact-info-item li i img {
    display: block;
}

ul.contact-info-item li i {
    margin-right: 0.4rem;
}


.home-service {
    width: 100%;
}
.home-service-intro:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5cb4c5;
}
.home-service-intro {
    position: relative;
    background: #00adb5;
    padding: 1rem;
    color: #ffffff;
    text-align: center;
}

.home-service-intro h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.home-service-intro p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.home-service-row {
    width: 100%;
    padding: 6rem;
    margin: auto;
    background: #f1f1f1;
    padding-bottom: 0rem;
}


.home-services {
    width: 100%;
    text-align: center;
}

.home-services{
    background-image: url(../images/green-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center!important;

}
.site-title {
    font-size: 2rem;
    color: #00adb5;
    padding-bottom: 0rem;
    text-transform: uppercase;
        font-family: 'Oswald';
}
.home-services-intro {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.home-services-intro p {
    color: #3d3d3d;
    max-width: 1000px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: auto;
    padding-bottom: 2rem;
}

.services_box {
    width: 100%;
    margin-bottom: 3rem;
}

.services_box_img img {
    width: 100%;
    display: block;
}

.services_box_img:hover img {
    opacity: 0.5;
}

.services_box figcaption {
    background: #f0f0f0;
    padding: 20px 0 30px 0;
    width: 100%;
    font-family: 'Oswald';
}

.services_title a {
    color: #3d3d3d;
    font-size: 1.5rem;
}


.services_title {
    padding-bottom: 1rem;
}

.read_more {
    color: #00adb5;
    font-size: 14px;
    text-transform: uppercase;
}


.Services-page {
    width: 100%;
    padding-bottom: 5rem;
}

.Services-page .services_box {
    padding: 7px;
    border: 1px solid #d8d8d8;
    text-align: center;
}


/*.services_box {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    background: #ffffff;*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    -moz-background-clip: padding;*/
/*    -webkit-background-clip: padding-box;*/
/*    background-clip: padding-box;*/
/*    -webkit-box-shadow: 1px 1px 1px rgb(0 0 0 / 21%);*/
/*    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);*/
/*    box-shadow: 1px 1px 1px rgb(0 0 0 / 21%);*/
/*    margin-bottom: 3rem;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.services_box_img {*/
/*    width: 55%;*/
/*    left: -10px;*/
/*    top: -10px;*/
/*    position: relative;*/
/*}*/

/*.services_box_img img {*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/

/*.services_box_Content {*/
/*    width: 46%;*/
/*    padding-top: 10px;*/
/*    padding-right: 10px;*/
/*}*/

/*.services_box_Content h2 {*/
/*    font-weight: normal;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 5%;*/
/*    font-family: 'Roboto Condensed', sans-serif;*/
/*    font-size: 18px;*/
/*}*/

/*.services_box_Content h2 a {*/
/*    color: #00adb5;*/
/*}*/

/*.services_box_Content p {*/
/*    font-weight: normal;*/
/*    font-size: 13px;*/
/*    line-height: 1.5;*/
/*    min-height: 70px;*/
/*}*/

/*.read_more {*/
/*    padding: 5px 10px;*/
/*    font-family: roboto condensed;*/
/*    font-size: 14px;*/
/*    font-weight: normal !important;*/
/*    background: #00adb5;*/
/*    border-radius: 2px;*/
/*    color: #fff;*/
/*}*/


.home-about-content {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-about-content h2 {
    color: #00adb5;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.home-about-content p {
    line-height: 1.7;
    padding-bottom: 1rem;
}

.home-about {
    width: 100%;
    padding: 4rem 0;
}

.home-about-content a {
    color: #00adb5;
    font-size: 1.2rem;
    font-weight: 500;
}

.calender {
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    background-color: #f8f8f8;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto Condensed', sans-serif;
    padding-right: 30px;
}

.calender p {
    color: #000;
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}

.calender span {
    font-size: 16px;
    color: #878787;
}

.calender i img {
    display: block;
    width: 70px;
}

.page_content .Enquiry-title {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    background-color: #00adb5;
    padding: 10px 20px !important;
    display: block;
}

.input-row input[type="submit"] {
   background: #000;
    border: 0;
    color: #fff;
    width: 100px;
    height: 35px;
    text-transform: uppercase;
    font-size: 14px;
    appearance: none;
    outline: none;
    cursor: pointer;
}



@media (max-width:1200px) {

.home-service-row {
    padding: 2rem;
}
 
}


@media (max-width: 900px) {



.site-title {
    font-size: 2.4rem;
    line-height: 3rem;
}
.home-services-intro p {
    font-size: 1.2rem;
    line-height: 2rem;
}

.home-services-intro {
    padding: 2rem 0;
}
.page_section {
    padding-bottom: 2rem;
}

.nav_click {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
    color: #fff;
    background: #00adb5;
    padding: 10px 20px;
    align-items: center;
}




.navigation nav > ul {
    display: block;
}

.navigation nav > ul > li a {
    text-align: left;
}

.navigation nav > ul ul {
    display: block;
    position: static;
    background: transparent;
    padding-top: 0;
}

.navigation nav > ul ul li a {
    color: #fff;
}

body.navigation_body:after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0.7;
}

body.navigation_body {
    overflow: hidden;
    position: fixed;
}

.navigation {
    position: fixed;
    background: #00adb5;
    width: 80%;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    padding-top: 3rem;
    padding-left: 1rem;
    box-shadow: none !important;
    left: -100%;
}

.navigation.active {left: 0;}

.navigation.active .nav_click {
    display: none;
}

ul.sub-menu:after {
    opacity: 0;
}

.nav_click_close {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.nav_click i {
    margin-right: 0.5rem;
}

ul.info_link {
    display: block;
    margin-top: 2rem;
}

ul.info_link li {margin-bottom: 2rem;}


ul.footer-links {padding-bottom: 1rem;}

.footer {
    padding-bottom: 2rem;
}

.sub-footer .container {
    display: block;
    text-align: center;
    padding-top: 1rem;
    line-height: 1.7rem;
}

}