/*******************************
FONTS
********************************/

@font-face {
    font-family: Avalonn;
    src: url('../fonts/avalonn.eot');
    src: url('../fonts/avalonn.eot?') format('?'), url('../fonts/avalonn.woff') format('woff'), url('../fonts/avalonn.ttf') format('truetype');
}


/*we need to style the popup with CSS so it is placed as a popup does*/


/*******************************
POPUP
********************************/

/*we need to style the popup with CSS so it is placed as a popup does*/
/*POPUP*/
.pop-up-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    top: 0;
}

.pop-up-box {
    text-align: center;
    /* background: url('../images/wet_ecard_deepavali2019.jpg'); */
    width: 900px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pop-up-box h1 {
    font-family: 'ArrusBT-Roman';
    font-family: 'ArrusBT-Roman';
    margin-top: 274px;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}

.btn-close {
    position: absolute;
    right: -20px;
    top: -24px;
}

.pop-up-box h1:hover {
    color: #eee;
}


/*******************************
GENERAL
********************************/

body {
    font-family: 'Avalonn';
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #626366;
    letter-spacing: 0px;
}

#wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

hr {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 50%;
    bottom: 50px;
    background: #666 url('../images/up-arrow.png') no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.back-to-top {
    background-color: #000;
}


/*******************************
HEADING
********************************/

header {
    width: 100%;
    position: fixed;
    top: 30px;
    transition: top 0.2s ease-in-out;
    z-index: 1;
}

header div {}

header .dropdown {
    position: absolute;
    display: none;
/*    background-color: #d5d3c7;*/
    background-color: rgba(213, 211, 199, 0.8);
    margin-left: -31px;
    padding-left: 31px;
    margin-top: 11px;
}
header .dropdown ul {
    padding-left: 0;
}
header .dropdown li {
    display: block;
    padding-left: 0;
}
header .dropdown_menu:hover .dropdown {
    display: block;
}

header .dropdown li a {
    color: black;
}

header .dropdown li:hover a {
    color: #38B449!important;
}

#logo img {
    width: 170px;
    float: left;
    margin-left: 40px;
}

header img {
    width: 60px;
    float: right;
}

.nav-up {
    top: -60px;
}


/*******************************
NAVIGATION
********************************/

nav {
    float: right;
    background-color: rgba(0, 0, 0, 0.5);
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 11px;
    padding-bottom: 0px;
}

nav li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 11px;
}

nav a {
    text-transform: uppercase!important;
    font-size: 12px!important;
    color: #fff!important;
}

nav a:hover {
    color: #38B449!important;
}

nav p {
    line-height: 0;
    margin-top: 10px;
}

.active {
    color: #38B449!important;
}


/*******************************
FOOTER
********************************/

footer {
    font-size: 10px;
    padding: 60px 40px 30px 40px;
}

footer img {
    width: 70px;
}

footer p {
    color: #626366;
    line-height: 13px;
    margin: 5px 0;
}

footer a {
    color: #626366;
}

p.copyright {
    float: left;
}

p.terms-of-use {
    float: right;
}


/*******************************
HOME PAGE
********************************/

div.home_banner {
    background: url('../images/home01.jpg');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 675px;
}

div.home_banner .wet_disc {
    background-color: rgba(255, 255, 255, 0.8);
    width: 650px;
    height: 350px;
    overflow-y: scroll;
    position: absolute;
    margin-left: 60px;
    margin-top: 250px;
    text-align: justify;
}

div.home_banner .wet_disc div {
    width: 540px;
    margin-left: 40px;
    margin-top: 30px;
}

div.home_banner .wet_disc h1 {
    color: #1B3564;
}

div.home_banner .wet_disc p {
    color: #626366;
    margin-bottom: 30px;
}

div.water_banner {
    margin: 10px 0;
    position: relative;
    height: 185px;
}

div.water_banner .water_sub1 {
    width: 20%;
    background: url('../images/core_water01.jpg');
    position: relative;
    height: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.water_banner .water_sub2 {
    width: 60%;
    float: left;
    background-color: #009DCA;
    height: 185px;
}

div.water_banner .water_sub2 h2 {
    color: #fff;
    float: left;
    font-size: 40px;
    margin-left: 110px;
    margin-top: 35px;
}

div.water_banner .water_sub2 p {
    float: right;
    font-size: 20px;
    margin-right: 70px;
    margin-top: 35px;
}

div.water_banner .water_sub2 a {
    color: #fff;
    line-height: 30px;
}

div.water_banner .water_sub3 {
    width: 20%;
    float: left;
    background-color: #007191;
    height: 185px;
    text-align: center;
}

div.water_banner .water_sub3 h2 {
    color: #fff;
    margin-top: 65px;
}

div.water_banner .water_sub3 p {
    color: #fff;
}

div.wastewater_banner {
    position: relative;
    height: 185px;
    margin-bottom: 10px;
}

div.wastewater_banner .wastewater_sub1 {
    width: 20%;
    float: left;
    text-align: center;
    height: 185px;
    color: #626366;
}

div.wastewater_banner .wastewater_sub1 a {
    color: #626366;
}

div.wastewater_banner .wastewater_sub1 img {
    width: 40px;
    margin-top: 35px;
}

div.wastewater_banner .wastewater_sub2 {
    width: 20%;
    background: url('../images/core_waste01.jpg');
    position: relative;
    height: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.wastewater_banner .wastewater_sub3 {
    width: 60%;
    float: left;
    background-color: #2873A0;
    height: 185px;
    color: #fff;
}

div.wastewater_banner .wastewater_sub3 h2 {
    font-size: 40px;
    margin-left: 30px;
    float: left;
    margin-top: 35px;
}

div.wastewater_banner .wastewater_sub3 p {
    float: right;
    margin-top: 35px;
    margin-right: 30px;
    font-size: 20px;
}

div.wastewater_banner .wastewater_sub3 a {
    color: #fff;
    line-height: 30px;
}


/*
div.upgrading_banner {
    overflow: auto;
    margin-bottom: 10px;
}
*/

div.upgrading_banner {
    position: relative;
    height: 185px;
    margin-bottom: 10px;
}


/*
div.upgrading_banner .upgrading_sub1 {
    width: 20%;
    float: left;
}
*/

div.upgrading_banner .upgrading_sub1 {
    width: 20%;
    background: url('../images/core_rehabi01.jpg');
    position: relative;
    height: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.upgrading_banner .upgrading_sub2 {
    width: 80%;
    background-color: #334F7E;
    float: left;
    height: 185px;
    color: #fff;
}

div.upgrading_banner .upgrading_sub2 h2 {
    font-size: 40px;
    margin-top: 35px;
    margin-left: 110px;
}

div.operation_banner {
    height: 185px;
    position: relative;
    margin-bottom: 10px;
}

div.operation_banner .operation_sub1 {
    width: 20%;
    height: 185px;
    float: left;
    background-color: #2E3764;
}

div.operation_banner .operation_sub2 {
    width: 20%;
    background: url('../images/core_operation01.jpg');
    position: relative;
    height: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.operation_banner .operation_sub3 {
    width: 60%;
    float: left;
    height: 185px;
    background-color: #2E3764;
    color: #fff;
}

div.operation_banner .operation_sub3 h2 {
    font-size: 40px;
    margin-top: 35px;
    margin-left: 70px;
}

div.renewable_banner {
    position: relative;
    height: 185px;
    margin-bottom: 10px;
}

div.renewable_banner .renewable_sub1 {
    width: 20%;
    background: url('../images/renewable.jpg');
    position: relative;
    height: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.renewable_banner .renewable_sub2 {
    width: 80%;
    background-color: #0c143e;
    float: left;
    height: 185px;
    color: #fff;
}


div.renewable_banner .renewable_sub2 h2 {
    font-size: 40px;
    margin-top: 35px;
    margin-left: 70px;
}
div.ourPeople_wrapper {
    position: relative;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
    display: block;
}

div.our-people-content-left {
    width: 100%;
    float: left;
    margin-right: 10px;
}

div.our-people-content-left .ourPeople_sub1 {
    position: relative;
    width: 20%;
    float: left;
    margin-bottom: 10px;
}

div.our-people-content-left .ourPeople_sub2 {
    text-align: justify;
    width: 29%;
    float: left;
    margin-left: 7%;
    margin-top: 2%;
}

div.our-people-content-left .ourPeople_sub3 {
    width: 60.9%;
    float: left;
}

div.our-people-content-left .ourPeople_sub4 {
    width: 38.75%;
    background: url('../images/our_people02.jpg');
    position: relative;
    height: 100%;
    float: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.our-people-content-left .ourPeople_sub2 h2 {
    color: #1B3564;
    font-size: 30px;
    margin-bottom: 10px;
}

div.our-people-content-left .ourPeople_sub2 p {
    color: #626366;
    line-height: 18px;
}

div.our-people-content-right {
    width: 39.25%;
    float: left;
}

div.career_content .career_left {
    width: 60%;
    text-align: justify;
    float: left;
}

div.career_content .career_left h2 {
    color: #1B3564;
    font-size: 25px;
}

div.career_content .career_left h3 {
    margin: 0;
}

div.career_content .career_left p {
    color: #626366;
}

div.career_content .career_right {
    width: 38.75%;
    float: right;
}

div.career_content .career_left div {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

div.coreValue_content .coreValue_left {
    width: 50%;
    float: left;
}

div.coreValue_content .coreValue_left div {
    background: url('../images/core_value01.jpg');
    background-size: contain;
    background-position: center center;
    height: 470px;
    background-repeat: no-repeat;
}

div.coreValue_content .coreValue_left .wet_logo {
    float: right;
    width: 150px;
    margin-right: 40px;
    ;
}

div.coreValue_content .coreValue_right {
    width: 50%;
    float: left;
}

div.coreValue_content .coreValue_right .coreValue-right-sub1 {
    text-align: justify;
}

div.coreValue_content .coreValue_right .coreValue-right-sub2 {
    background-color: #1B3564;
    color: #fff;
}

div.coreValue_content .coreValue_right .coreValue-right-sub2 p {
    margin-bottom: 10px;
}

div.coreValue_content .coreValue_right .coreValue-right-sub2 h3 {
    margin-bottom: 10px;
}

div.coreValue_content .coreValue_right .coreValue-right-sub2 span.core_values {
    font-size: 16px;
}

div.coreValue_content .coreValue_right h2 {
    margin-left: 30px;
    line-height: 7px;
    font-size: 23px;
}

div.coreValue_content .coreValue_right p,
h3 {
    margin: 0 30px;
}

div.coreValue_content .coreValue_right p:last-child {
    padding-bottom: 20px;
}

div.coreValue_content .coreValue_right h3 {
    margin-top: 10px;
    padding-top: 10px;
}

div.events {
    background: url('../images/events01.jpg');
    min-height: 690px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

div.events div.events_content {
    background-color: rgba(255, 255, 255, 0.8);
    width: 650px;
    height: 500px;
    overflow-y: scroll;
    position: absolute;
    margin-left: 60px;
    margin-top: 80px;
    text-align: justify;
    position: relative;
}

div.events div.events_content div {
    width: 490px;
    margin-left: 80px;
}

div.events div.events_content h2 {
    margin-left: 80px;
}

div.events div.events_content div h3 {
    margin: 0;
}

div.events div.events_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.events div.events_content ul li {
    display: inline-block;
}

div.events div.events_content ul li img {
    width: 140px;
    margin: 10px 20px 10px 0px;
}


/*******************************
WATER PAGE
********************************/

div.waterPage_banner {
    background: url('../images/water_home01.jpg');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 675px;
    margin-bottom: 10px;
}

div.waterPage_banner .water_nav {
    background-color: rgba(255, 255, 255, 0.8);
    width: 650px;
    height: 250px;
    position: absolute;
    margin-left: 60px;
    margin-top: 330px;
}

div.waterPage_banner .water_nav h2 {
    color: #1B3564;
    font-size: 30px;
    line-height: 0px;
    margin: 0;
    margin-top: 70px;
    margin-left: 60px;
    margin-bottom: 35px;
}

div.waterPage_banner .water_nav p {
    margin: 0;
    margin-left: 60px;
    font-size: 20px;
    margin-top: 30px;
    line-height: 0
}

div.waterPage_banner .water_nav a {
    color: #38B449;
}

div.waterPage_banner .water_nav a:hover {
    color: #1B3564;
}

div.epcc_content {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

div.epcc_content .epcc_left {
    width: 62%;
    float: left;
}

div.epcc_content .epcc_left .epcc_left_sub1 {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

div.epcc_content .epcc_left .epcc_left_sub1 h2 {
    color: #1B3564;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 20px;
}

div.epcc_content .epcc_left .epcc_left_sub1 p.water_treatment {
    margin-bottom: 0;
    float: right;
    margin-right: -62px;
    font-size: 10px;
}

div.epcc_content .epcc_right {
    float: right;
    width: 37.25%;
    background: url('../images/water_epcc02_02.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

div.waterIntakes_content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

div.waterIntakes_content .waterIntakes_right {
    width: 62%;
    float: right;
}

div.waterIntakes_content .waterIntakes_right .waterIntakes-right-sub1 {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

div.waterIntakes_content .waterIntakes_right .waterIntakes-right-sub1 h2 {
    color: #1B3564;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 20px;
}

div.waterIntakes_content .waterIntakes_right .waterIntakes-right-sub1 p.water_intakes {
    margin-bottom: 0;
    float: right;
    margin-right: -62px;
    font-size: 10px;
}

div.waterIntakes_content .waterIntakes_left {
    float: left;
    width: 37.25%;
    background: url('../images/intakes02_02_n.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.waterPumping_content {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

div.waterPumping_content .waterPumping_left {
    width: 62%;
    float: left;
}

div.waterPumping_content .waterPumping_left .waterPumping_sub1 {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

div.waterPumping_content .waterPumping_left .waterPumping_sub1 h2 {
    color: #1B3564;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 20px;
}

div.waterPumping_content .waterPumping_left .waterPumping_sub1 p.water_pumping {
    margin-bottom: 0;
    float: right;
    margin-right: -63px;
    font-size: 10px;
}

div.waterPumping_content .waterPumping_right {
    float: right;
    width: 37.25%;
    background: url('../images/water_pump02_02.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

div.waterTreatment_content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

div.waterTreatment_content .waterTreatment_right {
    width: 62%;
    float: right;
}

div.waterTreatment_content .waterTreatment_right .waterTreatment-right-sub1 {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

div.waterTreatment_content .waterTreatment_right .waterTreatment-right-sub1 h2 {
    color: #1B3564;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 20px;
}

div.waterTreatment_content .waterTreatment_right .waterTreatment-right-sub1 p.water_treatment {
    margin-bottom: 0;
    float: right;
    margin-right: -62px;
    font-size: 10px;
}

div.waterTreatment_content .waterTreatment_left {
    float: left;
    width: 37.25%;
    background: url('../images/water_treat02_02.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}


/*******************************
WASTEWATER PAGE
********************************/

div.wastewater_content {
    margin-top: 130px;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

div.wastewater_content .wastewater_left {
    width: 62%;
    float: left;
}

div.wastewater_content .wastewater_left .wastewater_left_sub1 {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 39px;
}

div.wastewater_content .wastewater_left .wastewater_left_sub1 h2 {
    color: #1B3564;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 28px;
}

div.wastewater_content .wastewater_left .wastewater_left_sub1 p.waste_water {
    margin-bottom: 0;
    float: right;
    margin-right: -62px;
    font-size: 10px;
}

div.wastewater_content .wastewater_right {
    float: right;
    width: 37.25%;
    background: url('../images/waste_sewage02_02.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

div.sewageTreatment_content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

div.sewageTreatment_content .sewageTreatment_right {
    width: 62%;
    float: right;
}

div.sewageTreatment_content .sewageTreatment_right .sewageTreatment_right_sub1 {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 39px;
}

div.sewageTreatment_content .sewageTreatment_right .sewageTreatment_right_sub1 h2 {
    color: #1B3564;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 28px;
}

div.sewageTreatment_content .sewageTreatment_right .sewageTreatment_right_sub1 p.sewage_treatment {
    margin-bottom: 0;
    float: right;
    margin-right: -62px;
    font-size: 10px;
}

div.sewageTreatment_content .sewageTreatment_left {
    float: left;
    width: 37.25%;
    background: url('../images/waste_plant02_02.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

div.upgradingRehabilitation_content {
    width: 100%;
    overflow: auto;
    /* margin-bottom: 10px; */
    background-color: #47B648;
    margin-top: 125px;
}

div.upgradingRehabilitation_content .upgradingRehabilitation_left {
    width: 62%;
    float: left;
}

div.upgradingRehabilitation_content .upgradingRehabilitation_left .upgradingRehabilitation_left_sub1 {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

div.upgradingRehabilitation_content .upgradingRehabilitation_left .upgradingRehabilitation_left_sub1 p {
    color: #fff;
}

div.upgradingRehabilitation_content .upgradingRehabilitation_left .upgradingRehabilitation_left_sub1 h2 {
    color: #1B3564;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 20px;
}

div.upgradingRehabilitation_content .upgradingRehabilitation_left .upgradingRehabilitation_left_sub1 p.upgrading_rehabilitation {
    margin-bottom: 0;
    float: right;
    margin-right: -62px;
    font-size: 10px;
}

div.upgradingRehabilitation_content .upgradingRehabilitation_right {
    float: right;
    width: 37.25%;
    background: url('../images/upgrading04_02.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}



/*******************************
Operation & Maintenance PAGE
********************************/

div.operationMaintenance_banner {
    background: url('../images/maintanence01.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

div.operationMaintenance_banner .operationMaintenance_disc {
    background-color: rgba(255, 255, 255, 0.8);
    width: 770px;
    height: 280px;
    position: absolute;
    margin-left: 60px;
    margin-top: 250px;
    text-align: justify;
}

div.operationMaintenance_banner .operationMaintenance_disc div {
    width: 640px;
    margin-left: 80px;
    margin-top: 30px;
}

div.operationMaintenance_banner .operationMaintenance_disc div h2 {
    color: #1B3564;
    font-size: 30px;
    line-height: 8px
}

div.operationMaintenance_gallery ul {
    list-style: none;
    text-align: center;
    height: 10%!important;
}

div.operationMaintenance_gallery ul li {
    display: inline-block;
    margin-right: 40px;
}

div.operationMaintenance_gallery ul li img {
    /*    width: 90%;*/
}

div.operationMaintenance_gallery ul li:last-child {
    margin-right: 0;
}

div.overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    position: absolute;
    width: 14.65%;
    height: 20.3%;
    margin-top: -195px;
    display: none;
}

/*******************************
Renewable Energy PAGE
********************************/

div.renewableenergy_banner {
    background: url('../images/Renewable-Energy.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
div.renewableenergy_banner .operationMaintenance_disc{
    background-color: rgba(255, 255, 255, 0.8);
    width: 740px;
    height: 370px;
    position: absolute;
    margin-left: 0px;
    margin-top: 210px;
    text-align: justify;
}

/*******************************
CERTIFICATIONS PAGE
********************************/

div.certifications_content {
    background: url('../images/cert01.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

div.certifications_content .certifications_dis {
    background-color: rgba(255, 255, 255, 0.8);
    width: 770px;
    height: 370px;
    position: absolute;
    margin-left: 60px;
    margin-top: 170px;
    text-align: justify;
}

div.certifications_content .certifications_dis div {
    width: 640px;
    margin-left: 80px;
    margin-top: 30px;
}

div.certifications_content .certifications_dis div ul {
    padding: 0;
    margin-left: 14px;
}

div.certifications_content .certifications_dis div h2 {
    color: #1B3564;
    font-size: 30px;
    line-height: 8px
}

div.certifications_gallery ul {
    list-style: none;
    text-align: center;
}

div.certifications_gallery ul li {
    display: inline-block;
    width: 11%;
    margin-right: 10px;
}

div.certifications_gallery ul li:last-child {
    margin-right: 0;
}

div.certifications_gallery div.overlay1 {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 147.500px;
    height: 213.875px;
    margin-top: -218px;
    display: none;
}

/*******************************
CONTACT PAGE
********************************/

div.map {
    background: url('../images/map01.jpg');
    background-position: center center;
    background-size: 100%;
    min-height: 320px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-top: 120px;
}

div.contact_form {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div.contact_form .contact_left {
    float: left;
    margin-left: 100px;
}

div.contact_form .contact_left h2 {
    color: #214796;
    font-size: 20px;
    line-height: 0;
}

div.contact_form input {
    width: 340px;
    height: 25px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-style: none;
    border: 1px solid #ccc;
    padding: 2px 11px
}

div.contact_form textarea {
    width: 340px;
    height: 130px;
    border-style: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 11px;
}

div.contact_form .contact_left p {
    font-size: 7px;
    line-height: 18px;
}

div.contact_form p.allFields {
    margin-bottom: 50px;
    line-height: 0;
}

div.contact_form .contact_left img {
    width: 150px;
}

span.red {
    color: red;
}

div.contact_form .contact_right {
    float: left;
    margin-left: 60px;
}

div.contact_form .contact_right h1 {
    color: #14AD4F;
    font-size: 30px;
    line-height: 0;
    margin-bottom: 30px;
}

div.contact_form .contact_right p {
    margin-bottom: 20px;
    margin-left: 40px;
}

div.contact_form .contact_right p.first_p {
    margin-left: 0;
}

div.contact_form .contact_right .location {
    background: url('../images/location_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-top: -6px;
}

div.contact_form .contact_right .phone {
    background: url('../images/phone_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-top: -6px;
}

div.contact_form .contact_right .fax {
    background: url('../images/fax_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-top: -6px;
}

div.contact_form .contact_right .email {
    background: url('../images/email_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-top: -6px;
}

#button {
    background-color: #214796;
    border-style: none;
    width: 130px;
    color: #fff;
    height: 35px;
    border-radius: 50px;
    margin-top: 15px;
}

.required::-webkit-input-placeholder:after {
    content: '*';
    color: red;
}

.required:-moz-placeholder:after {
    /* Firefox 18- */
    content: '*';
    color: red;
}

.required::-moz-placeholder:after {
    /* Firefox 19+ */
    content: '*';
    color: red;
}

.required:-ms-input-placeholder:after {
    content: '*';
    color: red;
}


/*******************************
            SITE MAP
********************************/

div.siteMap_content {
    margin-top: 140px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div.siteMap_content hr {
    margin: 0;
}

div.siteMap_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

div.siteMap_content ul li {
    display: inline-block;
    margin: 10px;
}

div.siteMap_content ul li a {
    color: #626366;
    text-transform: uppercase;
}


/*
#content-1{
    padding: 10px 0px;
    background-color: transparent;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#content-1 img {
    width: 100%;
    height: auto;
}
#content-1 .mTSButtonIcon{ 
    fill: #aaa; 
}
#content-1 .mTSButton .mTSButtonIcon{ 
    opacity: .5; 
}
#content-1 .mTSButton:hover .mTSButtonIcon{ 
    opacity: 1; 
}
    
*/
