/*
Theme Name:   metcomarine
Theme URI:    https://www.example.com
Description:  KL Theme
Author:       KL
*/

* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 10px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 4em;
    font-family: OpenSans;
    font-weight: normal;
}
h2 {
    font-size: 2em;
    font-family: OpenSans;
    font-weight: bold;
    line-height: 100%;
}
h3 {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 100%;
}
h4 {
    font-size: 1.5em;
    font-weight: 500;
}
h5 {
    font-size: 1.2em;
    font-weight: 500;
}
h6 {
    font-size: 0.9em;
    font-weight: 500;
}
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.40em;
}
a:hover {
    color: #004b82;
}
/* IMAGES-----------------------------------------------------------------*/

img {
    width: auto;
    height: auto;
    max-width: 100%;
}
/* FONTS-----------------------------------------------------------------*/

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot') format('embedded-opentype');
    src: url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans.eot') format('embedded-opentype');
    src: url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.ttf') format('truetype'), url('fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('fonts/TrajanPro-Regular.eot') format('embedded-opentype');
    src: url('fonts/TrajanPro-Regular.otf') format('opentype'), url('fonts/TrajanPro-Regular.woff') format('woff'), url('fonts/TrajanPro-Regular.ttf') format('truetype'), url('fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanPro-Bold';
    src: url('fonts/TrajanPro-Bold.eot') format('embedded-opentype');
    src: url('fonts/TrajanPro-Bold.otf') format('opentype'), url('fonts/TrajanPro-Bold.woff') format('woff'), url('fonts/TrajanPro-Bold.ttf') format('truetype'), url('fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.mm-tp-header {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 0 80px 0;
    margin-top: 35px;
}
.mm-logo-wrapper {
    float: left;
}
.mm-header-right {
    float: right;
}
.mm-logo-wrapper a.navbar-brand {
    height: auto;
    padding: 0;
}
.mm-header-right .navbar-collapse,
.mm-header-right nav.navbar.navbar-default {
    border: 0;
    background: transparent;
}
.mm-header-right ul.navbar-default {
    background: transparent;
    margin: 0;
}
.mm-header-right ul.navbar-default li.current_page_item a:hover {
    background: transparent;
}
.mm-header-right ul.navbar-default li.current_page_item a {
    background: transparent;
    color: #fff;
    font-family: 'TrajanPro-Bold';
	border-bottom: 3px solid #800000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.mm-header-right ul.navbar-default li a {
    color: #fff;
    font-family: 'TrajanPro-Bold';
    font-size: 17px;
    letter-spacing: 1px;
	position: relative;
	padding:0;
	text-shadow: 1px 1px 1px maroon;
}
.mm-header-right ul.navbar-default li a:before {
    content: '';
    width: 0;
    height: 3px;
    background: #7e0000;
    padding: initial;
    bottom: -3px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: width 300ms linear;
	-webkit-transition: width 300ms linear;
	-moz-transition: width 300ms linear;
}
.mm-header-right ul.navbar-default li a:hover:before {
    width: 100%;
}
.mm-header-right ul.navbar-default li a:hover {
    color: #fff;
}
.mm-header-right ul.navbar-default li {
    padding: 10px 16px 10px;
}
.mm-slider-wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.mm-header-right nav.navbar.navbar-default {
    margin: 100px 0 0;
}
.mm-slider-shortcode .tp-caption {
    font-family: 'TrajanPro-Bold';
    z-index: 999 !important;
	letter-spacing: 10px !important;
	text-shadow: 3px 3px 6px maroon;
	text-transform: uppercase;
}
section#mm-home-abouts-wrapper {
    float: left;
    width: 100%;
    background: #dfe8f4;
    padding: 40px 50px;
    text-align: center;
}
.mm-home-abouts-wrapper-content {
    border: 1px solid #9d9fa5;
    padding: 30px;
}
.mm-home-abouts-wrapper-content h1 {
    margin: 0 0 20px;
    padding: 0 0 0;
    font-size: 30px;
    letter-spacing: 2px;
    color: #215891;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
    text-transform: uppercase;
}
.mm-home-abouts-wrapper-content p {
    font-family: 'OpenSans-Light';
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 19px;
}
.mm-home-abouts-wrapper-content button.mm-home-button-red {
    background: #800000;
    padding: 7px 40px 7px;
    font-size: 16px;
    border: 1px solid maroon;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 12px;
	transition: background 300ms linear, border 300ms linear;
	-webkit-transition: background 300ms linear, border 300ms linear;
	-moz-transition: background 300ms linear, border 300ms linear;
}
.mm-footer-cotact-form-form p input.wpcf7-submit:hover, button.mm-footer-abouts-button:hover, .mm-home-service-wrapper-content-left button.mm-home-button-red:hover, section#mm-home-supply-wrapper button.mm-home-button-red:hover, .mm-home-pipeline-wrapper-content-left button.mm-home-button-red:hover, .mm-home-abouts-wrapper-content button.mm-home-button-red:hover {
    background: #003399;
    border-color: #fff;
}
.mm-home-abouts-wrapper-content button.mm-home-button-red a {
    color: #fff;
    font-family: 'OpenSans-Light';
    text-decoration: none;
}
.mm-home-pipeline-wrapper-content {
    float: left;
    width: 100%;
    background: url(images/pattearn.jpg);
}
.mm-home-pipeline-wrapper-content-left {
    padding: 30px 90px 30px;
    margin-top: 100px;
}
.mm-home-pipeline-wrapper-content-right {
    padding: 0;
}
.mm-home-pipeline-wrapper-content-left h1 {
    margin: 0 0 20px;
    padding: 0 0 0;
    font-size: 30px;
    letter-spacing: 2px;
    color: #215891;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
}
.mm-home-pipeline-wrapper-content-left p {
    font-family: 'OpenSans-Light';
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 19px;
}
.mm-home-pipeline-wrapper-content-left button.mm-home-button-red {
    background: #800000;
    padding: 7px 40px 7px;
    font-size: 16px;
    border: 1px solid maroon;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 12px;
    float: right;
	transition: background 300ms linear, border 300ms linear;
	-webkit-transition: background 300ms linear, border 300ms linear;
	-moz-transition: background 300ms linear, border 300ms linear;
}
.mm-home-pipeline-wrapper-content-left button.mm-home-button-red a {
    color: #fff;
    font-family: 'OpenSans-Light';
    text-decoration: none;
}
section#mm-home-pipeline-wrapper {
    width: 100%;
    float: left;
    border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
}
section#mm-home-supply-wrapper {
    float: left;
    width: 100%;
    border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
    background: url(images/bg.jpg);
    padding: 75px 50px;
    text-align: center;
    background-attachment: fixed;
}
section#mm-home-supply-wrapper h1 {
    margin: 0 0 20px;
    padding: 0 0 0;
    font-size: 35px;
    letter-spacing: 2px;
    color: #ecbf99;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
}
section#mm-home-supply-wrapper p {
    font-family: 'OpenSans-Light';
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 19px;
    color: #fff;
}
section#mm-home-supply-wrapper button.mm-home-button-red {
    background: #800000;
    padding: 7px 40px 7px;
    font-size: 16px;
    border: 1px solid maroon;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 12px;
	transition: background 300ms linear, border 300ms linear;
	-webkit-transition: background 300ms linear, border 300ms linear;
	-moz-transition: background 300ms linear, border 300ms linear;
}
section#mm-home-supply-wrapper button.mm-home-button-red a {
    color: #fff;
    font-family: 'OpenSans-Light';
    text-decoration: none;
}
.mm-home-service-wrapper-content {
    float: left;
    width: 100%;
    background: url(images/pattearn.jpg) top right;
}
.mm-home-service-wrapper-content-left {
    padding: 30px 90px 30px;
    margin-top: 100px;
}
.mm-home-service-wrapper-content-left h1 {
    margin: 0 0 20px;
    padding: 0 0 0;
    font-size: 30px;
    letter-spacing: 2px;
    color: #215891;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
}
.mm-home-service-wrapper-content-left p {
    font-family: 'OpenSans-Light';
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 19px;
    margin-bottom: 20px;
}
.mm-home-service-wrapper-content-left button.mm-home-button-red {
    background: #800000;
    padding: 7px 40px 7px;
    font-size: 16px;
    border: 1px solid maroon;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 12px;
    float: right;
	transition: background 300ms linear, border 300ms linear;
	-webkit-transition: background 300ms linear, border 300ms linear;
	-moz-transition: background 300ms linear, border 300ms linear;
}
.mm-home-service-wrapper-content-left button.mm-home-button-red a {
    color: #fff;
    font-family: 'OpenSans-Light';
    text-decoration: none;
}
section#mm-home-service-wrapper {
    float: left;
    width: 100%;
    border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
}
.mm-home-service-wrapper-content-right {
    padding: 0;
}
section#mm-home-gallery-main-wrapper {
    float: left;
    width: 100%;
    background: #dfe8f4;
    text-align: center;
}
.mm-home-gallery-image-loop {
    float: left;
    width: 20%;
    max-height: 350px;
    overflow: hidden;
	position: relative;
}
.mm-home-gallery-image-loop img {
    width: 100%;
	transition: transform 300ms linear;
	-webkit-transition: transform 300ms linear;
	-moz-transition: transform 300ms linear;
}
.mc-gallery-img:hover img, .mm-home-gallery-image-loop:hover img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
section#mm-home-gallery-main-wrapper h1 {
    margin: 75px 0 40px;
    padding: 0 0 0;
    font-size: 35px;
    letter-spacing: 2px;
    color: #003399;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
}
div#footer {
    float: left;
    width: 100%;
    background: #2a3846;
}
.mm-home-gallery-image-wrapper {
    float: left;
    width: 100%;
    border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
}
div#footer {
    float: left;
    width: 100%;
    background: #2a3846;
    border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
}
.mm-home-service-thumbnail:before,
.mm-home-pipeline-thumbnail:before {
    width: 89%;
    background: transparent;
    height: 84%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    content: '';
    /*border: 1px solid #fff;*/
}
.mm-home-service-thumbnail,
.mm-home-pipeline-thumbnail {
    position: relative;
	overflow: hidden;
}
.mm-home-service-thumbnail img, .mm-home-pipeline-thumbnail img {
    transition: transform 300ms linear;
	-webkit-transition: transform 300ms linear;
	-moz-transition: transform 300ms linear;
}
.mm-home-contact-map-wrapper {
    float: left;
    width: 100%;
    border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
	border-top: 15px solid #dfe8f4;
}
.footer-container {
    padding: 0 80px 0;
}
.mm-footer-cotact-form-wrapper {
    background: #03182a;
    padding: 20px 35px 20px;
	float: left;
}
.footer-container .mm-footer-cotact-form-wrapper h2{
    margin: 30px 0 12px;
    padding: 0 0 0;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
}
.mm-footer-cotact-form-wrapper p {
    font-family: opensans;
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
}
.mm-footer-cotact-form-form p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.mm-footer-cotact-form-form p label {
    width: 100%;
}
.mm-footer-cotact-form-form  input {
    background: transparent;
    border: 1px solid #7d8aa0;
    height: 45px;
    padding: 15px;
    float: left;
    width: 100%;
	color: #fff;
}
.mm-footer-cotact-form-form p textarea {
    background: transparent;
    border: 1px solid #7d8aa0;
    height: 130px;
    padding: 15px;
    float: left;
    width: 100%;
}
.mm-footer-cotact-form-form p input.wpcf7-submit {
    width: auto;
    line-height: 13px;
    padding: 0 33px 0;
    background: #7d8aa0;
    text-transform: uppercase;
    height: 41px;
	font-family: 'OpenSans-Light';
	transition: background 300ms linear, border 300ms linear;
	-webkit-transition: background 300ms linear, border 300ms linear;
	-moz-transition: background 300ms linear, border 300ms linear;
}
.mm-footer-abouts-us-wrapper {
    padding: 20px 50px 20px;
	float: left;
}
.footer-container h2 {
    margin: 30px 0 40px;
    padding: 0;
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
}
.mm-footer-reach-us-wrapper {
    padding: 20px;
	float: left;
}
.mm-footer-abouts-us-wrapper p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
    font-family: 'OpenSans-Light';
    line-height: 1.5;
	text-shadow: 1px 1px 1px maroon;
}
button.mm-footer-abouts-button {
    width: auto;
    line-height: 13px;
    padding:0 26px 0;
    background: #7d8aa0;
    text-transform: uppercase;
    height: 41px;
    border: 1px solid #7d8aa0;
	transition: background 300ms linear, border 300ms linear;
	-webkit-transition: background 300ms linear, border 300ms linear;
	-moz-transition: background 300ms linear, border 300ms linear;
}
button.mm-footer-abouts-button a {
    color: #fff;
    font-family: 'OpenSans-Light';
    text-decoration: none;
}
.mm-footer-reach-us-address-area {
    padding-left: 0;
}
span.address_span {
	color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
	font-family: 'OpenSans';
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
    float: left;
    width: 100%;
	text-shadow: 1px 1px 1px maroon;
}
span.address_span strong {
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
    font-family: 'opensans';
    display: block;
}
span.address_span:before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    position: absolute;
    left: 0;
    font-size: 26px;
    top: 3px;
	transition: transform 300ms linear, color 300ms linear;
	-webkit-transition: transform 300ms linear, color 300ms linear;
	-moz-transition: transform 300ms linear, color 300ms linear;
	color: #003399;
}
.mm-footer-reach-us-wrapper span.address_span:before {
    color: #fff;
}
.mm-footer-reach-us-address-area ul {
	list-style: none;
    padding-left: 40px;
    float: left;
    width: 100%;
	text-shadow: 1px 1px 1px maroon;
}
.mm-footer-reach-us-address-area ul li {
    float: left;
    margin-right: 10px;
}
.mm-footer-reach-us-address-area ul li a {
    color: #fff;
    font-size: 22px;
}
.mm-footer-reach-us-wrapper .mm-footer-reach-us-wrapper {
    padding: 0;
}
ul.mm-contact_details_ul {
    padding-left: 0;
    list-style: none;
	float:left;
	width:100%;
}
ul.mm-contact_details_ul li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'OpenSans-Light';
    line-height: 1.5;
    position: relative;
    padding-left: 0px;
    float: left;
    width: 100%;
	cursor: pointer;
	text-shadow: 1px 1px 1px maroon;
}
ul.mm-contact_details_ul li i {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    margin-right: 10px;
    width: 35px;
	transition: transform 300ms linear, color 300ms linear;
	-webkit-transition: transform 300ms linear, color 300ms linear;
	-moz-transition: transform 300ms linear, color 300ms linear;
}
span.address_span:hover:before, ul.mm-contact_details_ul li:hover i {
    transform: rotate(15deg) scale(1.1);
    color: #7d8aa0;
}
ul.mm-contact_details_ul li i.fa.fa-mobile {
    font-size: 31px;
}
div#tiny-footer {
    float: left;
    width: 100%;
    background: #0f1f27;
    text-align: right;
    padding: 24px 80px 10px;
	border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
}
.footer-copyright {
    color: #fff;
    font-family: 'OpenSans-Light';
    line-height: normal;
    letter-spacing: 1px;
}
.footer-copyright p {
    font-size: 15px;
}
/*.mm-slider-shortcode:before {
    content: '';
    width: 95%;
    height: 70%;
    background: transparent;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 19%;
    bottom: 0;
    margin: auto;
    border: 3px solid white;
	transition: box-shadow 300ms linear;
	-webkit-transition: box-shadow 300ms linear;
	-moz-transition: box-shadow 300ms linear;
}*/
.mm-footer-cotact-form-form input:focus, .mm-footer-cotact-form-form p input:focus, .mm-footer-cotact-form-form p textarea:focus {
	 color: #333;
}
.mm-contact-us-contact-form label textarea:focus, .mm-contact-us-contact-form label input:focus, .mm-footer-cotact-form-form  input:focus, .mm-footer-cotact-form-form p input:focus, .mm-footer-cotact-form-form p textarea:focus {
    background: #e4e4e4;
	border-color: #fff;
}
/*.mm-slider-shortcode:hover:before {
    box-shadow: 0px 0px 27px rgba(0, 43, 151, 0.78);
}*/
.mm-header-right ul.navbar-default li:last-child a {
    padding-right: 0;
}
.mc-gallery-img a:before, .mm-home-gallery-image-loop a:before {
    content: '\f00e';
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #ffffff;
    line-height: 40px;
    z-index: 999;
    top: -40px;
    left: 15px;
    transition: top 300ms linear;
	-webkit-transition: top 300ms linear;
	-moz-transition: top 300ms linear;
	cursor:pointer;
}
.mc-gallery-img a:hover:before, .mm-home-gallery-image-loop:hover a:before {
    top: 15px;
}
.mm-footer-reach-us-address-area ul li a:hover {
    color: #7d8aa0;
}
.mm-footer-cotact-form-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    background: #dde0e6;
    margin: 10px 0 0;
    font-family: opensans;
}
.mm-contact-us-contact-form form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    background: #fdf0b9;
    margin: 10px 0 0;
    font-family: opensans;
}
.mm-footer-form-online label {
    float: left;
    width: 48%;
}
.mm-footer-form-online label:nth-child(even) {
    float: right;
}
.mm-footer-form-online {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.mm-header-color-wrapper .mm-tp-header {
	position: static;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(images/ocean_blue.jpg) center center;
}
section#mm-service-page-main-wrapper , section.mm-contact-us-main-wrapper, section#mm-pipe-page-main-wrapper, section#mm-supply-page-main-wrapper, section#mm-abouts-us-main-wrapper {
    float: left;
    width: 100%;
}
.mm-contact-page-content-wrapper , .mm-supply-page-loop-start, .mm-service-page-loop-start, .mm-abouts-us-content-section {
    float: left;
    width: 100%;
    background: url(images/content_bg.png);
    min-height: 500px;
    padding: 10px 50px 30px;
	border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
}
.mm-contact-page-content-wrapper h1, .mm-pipe-page-loop-start h1, .mm-supply-page-loop-start h1, .mm-service-page-loop-start h1, .mm-abouts-us-content-section h1 {
    margin: 25px 0 25px;
    padding: 0 0 20px;
    font-size: 35px;
    letter-spacing: 2px;
    color: #ce9564;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
    position: relative;
    float: left;
    width: 100%;
}
.mm-abouts-us-img-section {
    float: left;
    display: inline-block;
    width: 100%;
    min-width: 330px;
    padding-right: 25px;
	max-width: 330px;
}
.mm-abouts-us-content-wrapper p {
	width: auto !important;
    float: none !important;
}
.mm-abouts-us-content-wrapper {
    float: left;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #d9d9d9;
	padding: 15px;
}
.mm-abouts-us-content-wrapper img {
	float: left;
    display: inline-block;
    max-width: 330px;
    border: 1px solid #ddd;
    margin-right: 20px;
    padding: 2px;
	margin-bottom: 10px;
}
.mm-abouts-us-contentonly-section {
    float: left;
    width: auto;
    padding-left: 0;
}
.mm-contact-page-content-wrapper h1:after, .mm-pipe-page-loop-start h1:after, .mm-supply-page-loop-start h1:after, .mm-service-page-loop-start h1:after, .mm-abouts-us-content-section h1:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.mm-contact-page-content-wrapper h1:before, .mm-pipe-page-loop-start h1:before, .mm-supply-page-loop-start h1:before, .mm-service-page-loop-start h1:before, .mm-abouts-us-content-section h1:before {
    content: '';
    width: 200px;
    height: 5px;
    background: #d9d9d9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mm-contact-page-content-wrapper p, .mm-pipe-page-loop-start p, .mm-supply-page-loop-start p, .mm-service-page-loop-start p, .mm-abouts-us-content-section p {
    font-family: 'OpenSans';
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    float: left;
}
div#shallow-water-pipeline-installation, div#submarine-cable-shore-end-and-laying, div#submarine-cable-burial, div#cable-protection, div#supply-of-equipment {
	float: left;
    width: 49%;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(223, 232, 244, 0.76);
	min-height: 620px;
}
.mm-service-page-point-content h2 {
	margin: 0 0 16px;
    padding: 0 0 15px;
    font-size: 20px;
    letter-spacing: .1px;
    color: #215891;
    font-weight: normal;
    font-family: 'TrajanPro-Bold';
    border-bottom: 2px solid #d4d4d4;
    float: left;
    position: relative;
    width: 100%;
	line-height: 1.5;
}
.mm-service-page-point-content h2:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #dba264;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.mm-service-page-point-img-zero img {
    float: left;
    display: inline-block;
    max-width: 330px;
    border: 1px solid #ddd;
    margin-right: 20px;
    padding: 2px;
    margin-bottom: 10px;
}
.mm-service-page-point-img-zero p {
    width: auto;
    float: none;
}
.mm-service-page-loop-start p strong {
    font-family: opensans;
    color: #ce9564;
}
.mm-pipe-page-img-section {
    float: left;
    width: 100%;
	border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
}
.mm-pipe-page-img-section img {
    width: 100%;
}
.mm-pipe-page-loop-start {
    float: left;
    width: 100%;
    background: url(images/content_bg.png);
}
.mm-pipe-page-content-section {
    width: 100%;
    padding-bottom: 30px;
    border-left: 15px solid #dfe8f4;
    border-right: 15px solid #dfe8f4;
    float: left;
    padding: 10px 50px 30px;
	min-height: 500px;
}
.mm-contact-us-contact-form {
    width: 65%;
    float: left;
    padding-right: 20px;
}
.mm-contact-page-address-area {
    float: left;
    width: 35%;
    padding-left: 20px;
}
.mm-contact-page-text {
    background: #f2f4f5;
    float: left;
    width: 100%;
    padding: 20px;
	border: 1px solid #ececec;
}
.mm-contact-us-contact-form label {
    float: left;
    width: 100%;
	margin-bottom: 15px;
}
.mm-contact-us-contact-form label input {
    float: left;
    width: 100%;
    padding: 5px;
    height: 45px;
    background: #fdf0b9;
    border: 1px solid #fdf0b9;
    color: #333;
    border-radius: 3px;
	font-size: 14px;
    font-weight: normal;
}
.mm-contact-us-contact-form label textarea {
    float: left;
    width: 100%;
    padding: 5px;
    height: 95px;
    background: #fdf0b9;
    border: 1px solid #fdf0b9;
    color: #333;
    border-radius: 3px;
	font-size: 14px;
    font-weight: normal;
}
.mm-contact-us-contact-form input.wpcf7-submit {
    color: #fff;
    border: 1px solid #7d8aa0;
    max-width: 140px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    background-repeat: no-repeat;
    background-position: 24px 13px;
    height: 41px;
    float: left;
    padding: 0 20px 0;
    background: #7d8aa0;
    font-family: 'OpenSans-Light';
    transition: background 300ms linear, border 300ms linear;
    -webkit-transition: background 300ms linear, border 300ms linear;
    -moz-transition: background 300ms linear, border 300ms linear;
}
.mm-contact-us-contact-form input.wpcf7-submit:hover {
    background: #003399;
    border-color: #fff;
}
.mm-contact-page-address-area h2 {
	margin: 0 0 2px;
    padding: 18px 12px 17px;
    font-size: 24px;
    letter-spacing: .1px;
    color: #215891;
    font-weight: normal;
    font-family: 'TrajanPro-Bold';
    float: left;
    position: relative;
    width: 100%;
    background: #f2f4f5;
    text-align: center;
    border: 1px solid #ececec;
}
.mm-contact-page-text span.address_span.mm-contct-page-address_span {
    color: black;
    text-shadow: none;
}
.mm-contact-page-text span.address_span.mm-contct-page-address_span strong {
    color: #000;
}
ul.mm-contct-page-contact-details-ul {
    list-style: none;
    padding: 0;
    line-height: 2;
    float: left;
    width: 100%;
}
ul.mm-contct-page-contact-details-ul li {
	padding-left: 39px;
    position: relative;
    margin: 6px 0 6px;
	font-family: 'OpenSans';
}
ul.mm-contct-page-contact-details-ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 16px;
	transition: transform 300ms linear, color 300ms linear;
    -webkit-transition: transform 300ms linear, color 300ms linear;
    -moz-transition: transform 300ms linear, color 300ms linear;
	color: #003399;
}
ul.mm-contct-page-contact-details-ul li i.fa.fa-mobile {
    font-size: 24px;
    margin-top: -4px;
}
.mm-contct-page-social-wrapper {
    float: left;
    width: 100%;
    border-top: 2px solid #ececec;
    padding-top: 18px;
    margin-top: 8px;
}
.mm-contct-page-social-wrapper ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
}
.mm-contct-page-social-wrapper ul li {
    float: left;
    margin-right: 10px;
}
.mm-contct-page-social-wrapper ul li a {
    font-size: 18px;
    color: #42a1ca;
}
ul.mm-contct-page-contact-details-ul li:hover i {
    transform: rotate(15deg) scale(1.1);
    color: #7d8aa0;
}
.mm-service-page-point-content {
    float: left;
    width: 70%;
    padding-right: 20px;
}
.mm-service-page-point-img {
    float: left;
    width: 30%;
	max-height: 350px;
    overflow: hidden;
}
.mm-service-page-point-img-zero {
	float: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}
.mm-service-page-point-content {
	float: left;
    width: 100%;
    padding-right: 20px;
}
div#cable-protection, div#submarine-cable-shore-end-and-laying {
    float: right;
}

.mm-service-page-point-img-zero img, .mm-service-page-point-img img {
    width: 100%;
}
.mm-service-page-point-withoutimage{
	width:100%;	
	float:left;
}
div.wpcf7-validation-errors {
    float: left;
    width: 100%;
    background: #fdf0b9;
    margin: 10px 0 0;
	font-family: opensans;
}
span.wpcf7-not-valid-tip {
    font-family: opensans;
    font-size: 14px;
}
.mm-contct-page-social-wrapper ul li a i.fa.fa-facebook {
    color: #3c5a98;
}
.mm-contct-page-social-wrapper ul li a i.fa.fa-twitter {
    color: #55acee;
}
.mm-contct-page-social-wrapper ul li a i.fa.fa-instagram {
    color: #000;
}
.mm-header-section-wrapper {
    position: relative;
    float: left;
    width: 100%;
}
.mm-on-click-button {
    color: #fff;
    animation: bounce 3s linear infinite;
    position: absolute;
    bottom: 14%;
    text-align: center;
    width: 100%;
    font-size: 25px;
}
.mm-service-page-point-withoutimagepoints {
    min-height: 300px !important;
}
	
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
.nav .dropdown-toggle .caret { display:none; }
.mm-abouts-us-content-wrapper ul {
	list-style: none;
    padding-left: 0;
    line-height: 2;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.mm-abouts-us-content-wrapper ul li {
    position: relative;
    padding-left: 30px;
    font-family: 'OpenSans';
    width: 100%;
    font-size: 15px;
}
.mm-abouts-us-content-wrapper ul li:before {
    content: '\f05d';
    position: absolute;
    left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    top: 8px;
    color: #ce9564;
}
.mm-header-right ul.navbar-default li ul.dropdown-menu {
	background: #003399;
    border: 1px solid #003399;
}
.mm-header-right ul.navbar-default li ul.dropdown-menu li a {
    background: transparent;
	font-size: 12px;
	text-shadow: none;
}
.mm-header-right ul.navbar-default li ul.dropdown-menu li a:hover {
    color: #ffffff;
}
.mm-header-right ul.navbar-default li ul.dropdown-menu li a:before {
    display: none;
}
.mm-header-right ul.navbar-default li ul.dropdown-menu li {
    padding: 8px 15px 7px;
}
.mm-header-right ul.navbar-default li ul.dropdown-menu {
    padding: 10px 0 10px;
}
.mm-abouts-us-content-wrapper table {
    width: 100%;
    margin: 20px 0 20px;
    display: inline-block;
    border-collapse: collapse;
    border: 0;
}
.mm-abouts-us-content-wrapper table tr td {
    border: 1px solid #e0e0e0;
    padding: 10px;
    vertical-align: middle;
}
.mm-abouts-us-content-wrapper table tr p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}
.mm-abouts-us-content-section strong {
    color: #003399;
}
.mm-abouts-us-content-wrapper table tr:first-child td {
    background: #003399;
}
.mm-abouts-us-content-wrapper table tr:first-child td strong {
    color: #fff;
}
.mc-gallery-class {
    float: left;
    width: 100%;
    margin-top: 20px;
	text-align:center;
}
.mc-gallery-img {
	min-height: 200px;
    position: relative;
    width: 15.666%;
    overflow: hidden;
    padding: 2px;
    border: 1px solid white;
    margin-left: .5%;
    margin-right: .5%;
    float: none;
    display: inline-block;
	margin-bottom: 10px;
}
.mc-gallery-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 100%;
    border: 0;
    padding: 0;
	transition: transform 300ms linear;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
}
.mm-es-pageright-side {
    width: 30%;
    float: right;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin-left: 2%;
    max-width: 400px;
}
.mm-es-pageright-side img {
	display: inline-block;
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
    border: 0;
    padding: 0;
}
.mm-es-pageright-side span {
    display: inline-block;
}
.me-hire-page-header-class img {
    float: left;
    max-width: 300px;
    margin-left: 30px;
}
.me-hire-page-header-class h1 {
    float: left;
    width: auto;
}
span.heading {
    margin: 0px 0 10px;
    padding: 10px 0 5px;
    font-size: 26px;
    letter-spacing: 2px;
    color: #215891;
    font-weight: normal;
    font-family: 'TrajanPro-Regular';
    width: 100%;
    background: rgba(0, 51, 153, 0.13);
    line-height: normal;
}
.mm-home-abouts-wrapper-content h1 span {
    color: #800000;
}
.video-class {
    margin: 30px 0 0;
    background: linear-gradient(71deg,rgb(61, 157, 198),rgb(135, 157, 180), rgba(128, 0, 0, 0.53));
	background: -webkit-linear-gradient(71deg,rgb(61, 157, 198),rgb(135, 157, 180), rgba(128, 0, 0, 0.53));
	background: -moz-linear-gradient(71deg,rgb(61, 157, 198),rgb(135, 157, 180), rgba(128, 0, 0, 0.53));
    padding: 50px 0px 50px;
    text-align: center;
	position: relative;
}
.video-class video {
	background: #fff;
    position: relative;
    width: 100%;
    max-width: 600px;
}
.video-class:before {
    content: '';
    width: 30%;
    height: 100px;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 33px 19px rgba(56, 56, 56, 0.72);
	-webkit-box-shadow: 0px 0px 33px 19px rgba(56, 56, 56, 0.72);
	-moz-box-shadow: 0px 0px 33px 19px rgba(56, 56, 56, 0.72);
}
.me-hire-page-header-class {
    float: left;
    width: 100%;
}








@media (max-width: 1650px) { 
.mm-header-right ul.navbar-default li a {
    font-size: 16px;
}
.mm-home-pipeline-wrapper-content-left {
    padding: 17px 25px 20px;
    margin-top: 15px;
}
.mm-home-service-wrapper-content-left {
    padding: 17px 25px 20px;
    margin-top: 35px;
}
}

@media (max-width: 1400px) { 
.mm-header-right ul.navbar-default li a {
    font-size: 14px;
}
.mm-home-service-wrapper-content-left h1, .mm-home-pipeline-wrapper-content-left h1 {
    margin: 0 0 10px;
    font-size: 25px;
}
.mm-home-service-wrapper-content-left p, .mm-home-pipeline-wrapper-content-left p {
    margin-bottom: 10px;
    font-size: 17px;
}
.mm-header-right ul.navbar-default li {
    padding: 10px 10px 10px;
}
.mm-tp-header {
    padding: 0 30px 0;
}
}
 
 @media (max-width: 1500px) {
.mm-tp-header {
    padding: 0 50px 0;
} 
.mm-header-right ul.navbar-default li a {
    font-size: 15px;
}
}

@media (max-width: 1300px) { 
.mm-header-right ul.navbar-default li a {
    font-size: 13px;
}
}

@media (max-width: 1200px) { 
.mm-contact-page-content-wrapper h1, .mm-pipe-page-loop-start h1, .mm-supply-page-loop-start h1, .mm-service-page-loop-start h1, .mm-abouts-us-content-section h1 {
    font-size: 30px;
}
.mc-gallery-img {
    width: 24%;
}
div#shallow-water-pipeline-installation, div#submarine-cable-shore-end-and-laying, div#submarine-cable-burial, div#cable-protection, div#supply-of-equipment {
    min-height: 720px;
}
.mm-contact-page-address-area, .mm-contact-us-contact-form {
    width: 50%;
}
.mm-footer-abouts-us-wrapper {
    padding: 20px 35px 20px;
}
ul.mm-contact_details_ul li i {
    margin-right: 6px;
    width: 22px;
}
.mm-home-pipeline-thumbnail, .mm-home-service-wrapper-content-left, .mm-home-service-wrapper-content-right, .mm-home-service-wrapper-content-right img, .mm-home-pipeline-wrapper-content-right img, .mm-home-pipeline-wrapper-content-left {
    width: 100%;
	float: left;
}
.mm-home-pipeline-wrapper-content-right{
	width:100%;
}
.mm-header-right ul.navbar-default li a {
    font-size: 14px;
}
.mm-header-right ul.navbar-default li {
    padding: 10px 10px 10px;
}
.mm-logo-wrapper {
    width: 100%;
    text-align: center;
}
.mm-logo-wrapper a.navbar-brand {
    float: none;
    display: inline-block;
}
.mm-header-right {
    width: 100%;
    text-align: center;
}
.mm-header-right nav.navbar.navbar-default {
    margin: 30px 0 0;
}
.mm-header-right ul.navbar-default {
    display: inline-block;
    float: none !important;
	background: #2291c6;
	padding: 4px 0 0;
}
.mm-slider-shortcode:before {
    height: 55%;
    top: 30%;
}
}
@media (max-width: 991px) {
.me-hire-page-header-class h1 {
    float: left;
    width: 70%;
}
.me-hire-page-header-class img {
    float: right;
    max-width: 100%;
    margin-left: 0;
    width: 30%;
    padding-left: 20px;
    margin-top: 20px;
}	
.mc-gallery-img {
    width: 32.333%;
}	
.mm-footer-abouts-us-wrapper {
    padding: 20px 0px 40px;
    border-bottom: 1px solid #03182a;
}	
.mm-footer-reach-us-wrapper {
    padding: 20px 0px 20px;
}
.mm-footer-reach-us-wrapper{
	width:100%;
}	
ul.mm-contact_details_ul {
    padding-left: 0;
    margin-top: 25px;
}	
.mm-home-gallery-image-loop {
    width: 33.333%;
}
.mm-header-right ul.navbar-default {
    width: 100%;
}
.mm-header-right ul.navbar-default li {
    float: none;
    display: inline-block;
}
.mm-tp-header {
    padding: 0 10px 0;
}
.mm-slider-shortcode:before {
    height: 45%;
	top: 34%;
}
}
@media (max-width: 767px) {
.me-hire-page-header-class img {
    margin-top: 30px;
}
.mm-header-right ul.navbar-default li ul.dropdown-menu {
    position: relative;
    text-align: center;
}	
.mm-es-pageright-side {
    width: 100%;
	margin-left: 0;
	margin-bottom:20px;
}	
.mc-gallery-img {
    width: 49%;
	min-height: 180px;
}
.mc-gallery-img img {
    position: static;
    width: 100%;
}	
div#shallow-water-pipeline-installation, div#submarine-cable-shore-end-and-laying, div#submarine-cable-burial, div#cable-protection, div#supply-of-equipment {
    width: 100%;
    min-height: auto;
}	
div#tiny-footer{
	text-align:center;
}	
.mm-abouts-us-img-section {
    padding-right: 0;
    min-width: auto;
	max-width: 100%;
}
.mm-abouts-us-img-section img {
    width: 100%;
}
.mm-abouts-us-contentonly-section {
    padding-left: 20px;
}
.mm-abouts-us-content-wrapper {
    display: block;
}
.mm-service-page-point-content h2 {
    line-height: 1.6;
}	
.mm-contact-page-content-wrapper p, .mm-pipe-page-loop-start p, .mm-supply-page-loop-start p, .mm-service-page-loop-start p, .mm-abouts-us-content-section p {
    font-size: 15px;
}
.mm-contact-page-content-wrapper, .mm-supply-page-loop-start, .mm-service-page-loop-start, .mm-abouts-us-content-section {
    padding: 10px 15px 30px;
}	
.mm-contact-us-contact-form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
}	
.mm-contact-page-address-area {
    float: left;
    width: 100%;
    padding-left: 0;
}
.mm-footer-abouts-us-wrapper {
    padding: 20px 0px 40px;
}	
.footer-container {
    padding: 0 30px 0;
}	
section#mm-home-supply-wrapper h1 {
    font-size: 25px;
}	
section#mm-home-supply-wrapper {
    padding: 40px 20px;
}
section#mm-home-supply-wrapper p {
    font-size: 16px;
}
.mm-home-abouts-wrapper-content h1 {
    font-size: 26px;
}	
section#mm-home-abouts-wrapper {
    padding: 40px 15px;
}	
.mm-header-right nav.navbar.navbar-default {
    background: #dfe8f4;
    border: 1px solid #800000;
}	
.mm-header-right nav.navbar.navbar-default button {
    background: maroon;
}
.mm-header-right nav.navbar.navbar-default button span.icon-bar {
    background: #fff;
}
.mm-header-right .navbar-collapse {
    padding: 0;
}
.mm-header-right ul.navbar-default li {
    padding: 10px 10px 10px;
    width: 100%;
    border-bottom: 1px solid #34abe4;
}
.mm-header-right ul.navbar-default li.current_page_item a {
    border-bottom: 0;
}
.mm-slider-shortcode:before{
	display:none;
}
.mm-tp-header {
    position: static;
    padding: 35px 10px 30px;
    margin-top: 0;
    background: #52b2df;
}
.rev_slider .tp-caption, .rev_slider .caption {
    line-height: 1.5 !important;
}
.mm-on-click-button {
    bottom: 8%;
}
}

@media (max-width: 640px) {
.mm-contact-page-content-wrapper h1, .mm-pipe-page-loop-start h1, .mm-supply-page-loop-start h1, .mm-service-page-loop-start h1, .mm-abouts-us-content-section h1 {
    font-size: 25px;
}
.me-hire-page-header-class h1 {
    float: left;
    width: 100%;
}
.me-hire-page-header-class img {
    max-width: 250px;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
	float: left;
}	
}

@media (max-width: 480px) {
.mc-gallery-img {
    min-height: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}		
.mm-home-service-wrapper-content-side, .mm-home-pipeline-wrapper-content-side {
    text-align: center;
}	
.mm-home-pipeline-wrapper-content-left button.mm-home-button-red, .mm-home-service-wrapper-content-left button.mm-home-button-red{
	float:none;
}
.mm-on-click-button{
	display:none;
}	
.mm-abouts-us-content-wrapper img {
    max-width: 100%;
}
.mm-footer-form-online label, .mm-service-page-point-img{
	width:100%;
}	
.mm-service-page-point-img-zero {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
.mm-service-page-point-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}
.mm-home-gallery-image-loop {
    width: 50%;
}	
.mm-home-abouts-wrapper-content p {
    font-size: 16px;
}
	
}

@-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-30px);} 
            60% {-webkit-transform: translateY(-15px);} 
         } 
         
         @keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-30px);} 
            60% {transform: translateY(-15px);} 
         }


.mm-es-pageleft-side ul {
    float: none;
    width: auto;
}











