@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
p{color:#000 !important;}

header{width:100%;float:left;padding:30px 0px 0px;}

.top_header_left_content{float:left;}

.top_header_left_content p{float:left;font-size:15px;color:#00aeef;line-height:18px;margin-bottom:30px;}

.logo{width:100%;float:left;text-align:center;}

.logo figure{display:inline-block;background:#000;width:80px;}

.logo figure img{width:100%;}

.social_links{width:100%;float:left;text-align:right;margin-top:9px;}

.social_links a{width:28px;height:28px;display:inline-block;background:#e5e5ef;text-align:center;color:#3dc0ef;padding-top:4px;margin-left:2px;}

.social_links a:hover{background:#3dc0ef;color:#fff;}

.menu{width:100%;float:left;background:#00aeef;position:relative;}

.menu:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-top: 1px solid #ccc !important;
    z-index: 99 !important;
}

.menu:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-top: 1px solid #ccc !important;
    z-index: 99 !important;
}

.menu_content{width:100%;float:left;text-align:center;}

nav{width:100%;float:left;margin:0px;padding:0px;}

nav ul{width:100%;float:left;margin:0px;padding:0px;}

nav ul li{display:inline-block;margin-right:15px;}

nav ul li:last-child{margin-right:0px;}

nav ul li a{display:inline-block;text-decoration:none;color:#fff;font-size:16px;padding:10px 0px;font-weight:500;}

nav ul li a:hover{text-decoration:none;color:#000;}

nav ul li a.active {
    color: #000;
}


@media only screen and (min-width:981px) {
    li.sub_main {
        position: relative;
    }
    li.sub_main>ul.sub_child {
        position: absolute;
        left: 0px;
        top:44px;
        z-index: 9999;
        max-height: 0;
        overflow: none;
        transform: rotate3d(1, 0, 0, -90deg);
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform: rotate3d(1, 0, 0, -90deg);
        -moz-transform-origin: 50% 0;
        -o-transform: rotate3d(1, 0, 0, -90deg);
        -o-transform-origin: 50% 0;
        transition: 350ms;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        width: 200px;
    }
    li.sub_main:hover>ul.sub_child {
        max-height: 10000px;
        -webkit-transform: rotate3d(0, 0, 0, 0);
        -moz-transform: rotate3d(0, 0, 0, 0);
        -o-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0);
    }
    ul.sub_child>li {
        width: 100%;
        display: inline-block;
        color: #fff;
        cursor: pointer;
        background: #02a6e4
 !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 16px;
        border-bottom: none;
    }
    ul.sub_child>li:last-child {
        border: none;
        color: #FFF !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    ul.sub_child>li>a {
        color: #FFF !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 9px 0px 9px 13px;
        display: inline-block;
        text-align: left;
        color: #fff !important;
        text-transform: capitalize;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        font-weight: normal;
    }
    ul.sub_child>li>a i {
        float: right;
        margin: 3px 10px 0px 0px;
        font-size: 15px;
    }
    ul.sub_child>li>a:hover {
        color: #fff !important;
        background: #0180b0
;
        text-decoration: none;
    }
    li.sub_main2 {
        position: relative;
    }
    li.sub_main2>ul.sub_child2 {
        display: none;
        left: 0px;
        margin: 0;
        position: absolute;
        text-align: left;
        top: 80px;
        z-index: 9999;
        width: 215px;
    }
    li.sub_main2:hover>ul.sub_child2 {
        display: inline-block;
    }
    ul.sub_child2>li {
        width: 209px;
        display: inline-block;
        color: #fff;
        cursor: pointer;
        background: #02a6e4
 !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
    }
    ul.sub_child2>li:last-child {
        border: none;
        color: #FFF !important;
        width: 209px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    ul.sub_child2>li>a {
        color: #FFF !important;
        width: 209px;
        margin: 0px 0px 0px 0px;
        padding: 9px 0px 9px 13px;
        display: inline-block;
        text-align: left;
        color: #000 !important;
        text-transform: uppercase;
        line-height: 35px;
    }
    ul.sub_child2>li>a span {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        float: left;
        margin-right: 10px;
    }
    ul.sub_child2>li>a span img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }
    ul.sub_child2>li>a:hover {
        background: #0180b0
;
    }
    li.sub_child_sub {
        position: relative;
    }
    li.sub_child_sub>ul.sub_child {
        left: 180px;
        position: absolute;
        top: -2px !important;
        width:200px;
        display: none;
        padding-left: 3px;
    }
    li.sub_child_sub {
        background: #271c5b !important;
    }
    li.sub_child_sub:hover>ul.sub_child {
        display: inline-block;
    }
    li.sub_child_sub>ul.sub_child>li {
        background: #ff6600;
    }
    li.sub_main1 {
        position: relative;
    }
    li.sub_main1>ul.sub_child1 {
        display: none;
        left: -2px;
        margin: 0;
        position: absolute;
        text-align: left;
        top: 12px;
        z-index: 9999;
        width:500px;
    }
    li.sub_main1:hover>ul.sub_child 1 {
        display: inline-block;
    }
    ul.sub_child1>li {
        width: 100%;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        color: #fff;
        cursor: pointer;
        background: #02a6e4
 !important;
        margin: 0px 0px 0px 0px;
        text-align: left;
        border-bottom: none;
    }
    ul.sub_child1>li:last-child {
        border: none;
        color: #FFF !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    ul.sub_child1>li>a {
        color: #FFF !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
         padding:12px 2px 9px 13px;
        display: inline-block;
        color: #154ec2 !important;
        text-transform: capitalize !important;
        text-align: left !important;
        font-size: 13px;
        color: #fff !important;
        font-family: 'Lato', sans-serif;
    }
        ul.sub_child1>li>a i {
        float: right;
        margin: 2px 10px 0px 0px;
        font-size: 15px;
    }
    ul.sub_child1>li>a:hover {
        color: #fff !important;
        background: #0180b0
;
    }
    li.sub_child_sub1 {
        position: relative;
    }
    li.sub_child_sub1>ul.sub_child1 {
        left:200px;
        position: absolute;
        top: 0px !important;
        width:200px;
        display: none;
        padding: 0px 0px;
        
        
    }
    li.sub_child_sub1 {
        background: #ff6600 !important;
    }
    li.sub_child_sub1:hover>ul.sub_child1 {
        display: inline-block;
    }
    li.sub_child_sub1>ul.sub_child1>li {
        background: #ff6600;
    }
}
.mean-container b {
  color: #fdfdf8;
  float: left;
  padding: 15px 13px 11px;
}

section.banner_part{width:100%;float:left;margin-top:8px;}

.water_treatment{width:100%;position:absolute;bottom:40px;left:0px;}

.water_treatment_content{width:645px;float:left;background-color: rgba(85, 85, 85, 0.7);padding:20px;}

.water_treatment_heading{width:100%;float:left;background:url(../img/bg.png) no-repeat 0px 8px;padding-left:15px;}

.water_treatment_heading h2{width:100%;float:left;margin-top:0px;margin-bottom:0px;font-size:36px;color:#fff;text-transform: uppercase;font-weight:500;text-shadow: 2px 2px 6px #25271f;}

.water_treatment_heading p{width:100%;float:left;margin-top:0px;margin-bottom:0px;font-size:18px;color:#fff !important;text-shadow: 2px 2px 6px #25271f;}

section.middle_part{width:100%;float:left;padding:40px 0px;}

.products{width:100%;float:left;position:relative;}

.products img{width:100%;}

.middle_part .col-lg-3{padding:0px 5px;}

.middle_part_content{width:100%;position:absolute;top:0px;left:0px;background-color: rgba(19, 18, 18, 0.7);height:100%;text-align:center;}

.middle_part_content h2{width:100%;float:left;text-align:center;font-size:20px;color:#fff;margin-top:65px;}

.middle_part_content p{width:100%;float:left;text-align:center;font-size:15px;color:#fff !important;font-weight:100;}

.middle_part_content a{display:inline-block;border:#fff solid 1px;color:#fff;padding:5px 12px;}

.middle_part_content a:hover{text-decoration:none;color:#ccc;}

section.about_content{width:100%;float:left;padding:30px 0px 30px;}

.about_content h2{width:100%;float:left;margin-top:0px;margin-bottom:0px;font-size:14px;color:#00aeef;text-transform: uppercase;font-family: 'Noto Serif', serif;font-weight:bold;}

.about_content h1{width:100%;float:left;margin-top:20px;margin-bottom:0px;font-size:30px;color:#000;}

.about_content p{width:100%;float:left;margin-top:0px;margin-bottom:20px;font-size:16px;color:#000;}

section.reverse_osmosis{width:100%;float:left;background: url(../img/midlle-bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;padding:70px 0px 20px;}

.reverse_osmosis_content{width:100%;float:left;text-align:center;}

.reverse_osmosis_content figure{width:214px;display:inline-block;background:#fff;margin-bottom:0px;height:214px;border-radius:50%;position:relative;}

.reverse_osmosis_content h2{width:100%;float:left;text-align:center;font-size:21px;color:#fff;margin-top:10px;margin-bottom:40px;}

.image {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius:60%;
    right: 0;
    max-width:100%;
    max-height: 100%;
}

footer{width:100%;float:left;background:#f1f1f1;padding:40px 0px 0px;margin-top:60px;}

footer h2{width:100%;float:left;font-size:23px;color:#000;font-weight:bold;text-transform: uppercase;margin-top:0px;margin-bottom:10px;}

footer p{width:100%;float:left;font-size:15px;color:#35383b;font-weight:bold;margin-top:0px;margin-bottom:0px;font-weight:400;line-height:25px;}

footer a{width:100%;float:left;font-size:14px;color:#000;margin-bottom:10px;text-decoration:none;}

footer a:hover{color:#ccc;text-decoration:none;}

.copyright{width:100%;float:left;padding:15px 0px;border-top:dashed #cccccc 1px;margin-top:70px;}

.copyright p{float:left;color:#35383b;}

section.about_page_content{width:100%;float:left;}

.breadcrumbs{width:100%;float:left;padding:20px 0px 15px;border-bottom:dashed #cccccc 1px;text-align:right;}

.breadcrumbs ul{float:right;margin:0px;padding:0px;}

.breadcrumbs ul li{list-style:none;font-size:14px;color:#000;display:inline-block;text-transform: uppercase;}

.breadcrumbs ul li a{font-size:14px;color:#000;display:inline-block;text-transform: uppercase;}

.about_heading{width:100%;float:left;margin-top:30px;}

.about_heading h1{width: 100%;float: left;margin-top: 0px;margin-bottom: 15px;
font-size:25px;color: #000;text-transform: uppercase;
font-family: 'Noto Serif', serif;font-weight: bold;}

.about_heading h2{width: 100%;float: left;margin-top: 0px;margin-bottom: 15px;
font-size:10vw;color: #000;text-transform: uppercase;
font-weight: bold;text-align:center;}

.about_heading p{width:100%;float:left;font-size:16px;color:#000;font-weight:bold;margin-top:0px;margin-bottom:25px;font-weight:400;line-height:25px;}

.about_heading figure{width:100%;float:left;}

.about_heading figure img{width:100%;border-radius:5px;}

section.vision_content {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.vision_content figure {
    width: 100%;
    float: left;
}

.vision_content figure img{width:100%;}
.vision_right_content {
    width: 798px;
    background: #fff;
    padding: 15px 50px;
    margin-left: -166px;
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    margin-top: 90px;
    border-radius: 2px;
    margin-bottom: 70px;
}
.vision_right_content span {
    float: left;
}
.vision_right_content h2 {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 37px;
    color: #000;
    margin-left: 20px;
}
.vision_right_content p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    font-family: 'Futura PT Book';
    margin-bottom: 0px;
    line-height: 22px;
}
.vision_right_content h3 {
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #000;
    width: 100%;
}

.mission_left_content {
    width: 798px;
    background: #fff;
    padding: 15px 50px;
    margin-right: -166px;
    box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
    margin-top: 100px;
    border-radius: 2px;
    margin-bottom: 70px;
    position: relative;
    z-index: 999;
}
.mission_left_content span {
    float: right;
}
.mission_left_content h2 {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 37px;
    color: #000;
    margin-right: 20px;
}
.mission_left_content p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
margin-bottom: 0px;
    line-height: 22px;
    margin-top: 15px;
}

section.core_values{width:100%;float:left;background: url(../img/core-bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;padding:60px 0px;}

.core_content{width:100%;float:left;text-align:center;}

.core_content figure{display:inline-block;}

.core_content figure img{width:100%;}

.core_content h2{width:100%;float:left;margin-top:-54px;margin-bottom:0px;text-transform: uppercase;color:#fff;font-weight:bold;}

.core_content_list{width:100%;float:left;background:#fff;padding:50px 60px 20px;margin-top:40px;}

.core_content_list p{width:100%;float:left;font-size:16px;color:#000;margin-bottom:30px;}

.core_content_list h2{width:100%;float:left;font-size:16px;color:#000;}

.category_content{width:100%;float:left;margin-top:30px;}

.category_content p{width:100%;float:left;font-size:16px;color:#000;margin-bottom:30px;}

.category_content h1{
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size:30px;
    color: #000;
    font-weight: bold;
}

.category_content figure{width:100%;float:left;}

.category_content figure img{width:100%;}

.category_content ul{
    width: 100%;
    float: left;
    margin: 0px 0px 15px 15px;
    padding: 0px;
}

.category_content ul li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}

.category_content ul li a{text-decoration:none;color:#000;}

.category_content ul li a:hover{text-decoration:none;color:#000;}

.membrane_sepration{width:100%;float:left;margin-top:-50px;padding:0px 20px;}

.membrane_sepration .col-lg-4{padding:0px 8px;}

.membrane_sepration_content{width:100%;float:left;padding:30px 20px;background:#fff;
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);height:350px;margin-bottom:30px;}

.membrane_sepration_content span{float:left;}
.membrane_sepration_content h2 {float:left;font-size:18px;color:#000;margin:15px 0px 0px 15px;text-decoration:none;}

.membrane_sepration_content h2 a{text-decoration:none;color:#000;}

.membrane_sepration_content h2 a:hover{text-decoration:none;}

.membrane_sepration_content ul{width:100%;float:left;margin:12px 0px 0px 26px;padding:0px 26px 0px 0px;}

.membrane_sepration_content ul li{width:100%;float:left;font-size:18px;color:#1c1c1c;margin-bottom:0px;}

.membrane_sepration_content ul li a{width:100%;float:left;font-size:18px;color:#1c1c1c;text-decoration:none;}

.membrane_sepration_content ul li a:hover{color:#ccc;}

.membrane_sepration_content ul li:last-child{margin-bottom:0px;}

.overview{width:100%;float:left;margin-top:30px;}

.overview h1{
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom:25px;
    font-size:30px;
    color: #000;
font-weight: bold;
}

.overview h2{
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom:25px;
    font-size:16px;
    color: #000;
font-weight: bold;
}

.overview ul{
    width: 100%;
    float: left;
    margin: 0px 0px 15px 15px;
    padding: 0px;
}

.overview ul li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}

.overview ul li a{text-decoration:none;color:#000;}

.overview ul li a:hover{text-decoration:none;color:#000;}

.overview p{width:100%;float:left;font-size:16px;color:#171616;margin-bottom:30px;}

.overview figure{width:100%;float:left;margin-top:10px;margin-bottom:40px;}

.overview figure img{width:100%;border:#ccc solid 1px;border-radius:10px;}

.overview_table{width:100%;float:left;margin-top:30px;}

/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color:#53b2d6;
    float: left;
    border: none;
    outline: none;
    margin-right:5px;
    cursor: pointer;
    padding:5px 16px;
    transition: 0.3s;
    font-size: 14px;
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #cccccc;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #cccccc;
    color:#0c3c4e;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding:35px 20px;
    border: 1px solid #ccc;
-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    float: left;
    width: 100%;
    margin-top:4px;
    overflow:auto;
}



/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.technical{width:75%;float:left;margin-bottom:30px;}

table {border-collapse:collapse;}

 td {padding:8px 10px; text-align:left;border:#e0e0e0 solid 1px;}
 tr {font-size:14px;position:relative;}


 thead {background: #f4f4f4;border:#e0e0e0 solid 1px;border-top:#e0e0e0 solid 1px;}

 thead tr th{padding:8px 10px;text-align:left;color:#9f9f9f;font-weight:normal;border:#e0e0e0 solid 1px;position:relative;}

 tr:nth-child(even) {background: #fff}
 tr:nth-child(odd) {background: #f7f7f7}

.column-2{text-align:center !important;}

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

.salient_features ul{width:100%;float:left;margin:0px 0px 15px 15px;padding:0px;}

.salient_features ul li{width:100%;float:left;margin-bottom:10px;font-size:15px;color:#000;}

.salient_features ul li:last-child{margin-bottom:0px;}

.salient_features h3{width:100%;float:left;margin-top:0px;margin-bottom:15px;font-size:18px;color:#000;}

.salient_features p{width:100%;float:left;margin-top:0px;margin-bottom:15px;font-size:16px;color:#000;}

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

.download figure{float:left;width:50px;margin-bottom:0px;}

.download figure img{width:100%;}

.download p{float:left;font-size:18px;font-weight:bold;margin-top:10px;margin-bottom:0px;color:#53b2d6;}

.sidestream_content{width:100%;float:left;margin-top:30px;}

.sidestream_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.sidestream_content p{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.sidestream_content ul{width:100%;float:left;margin:0px 0px 15px 15px;padding:0px;}

.sidestream_content ul li{width:100%;float:left;margin-bottom:10px;font-size:15px;color:#000;}

.sidestream_content ul li:last-child{margin-bottom:0px;}

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

.waste_water_treatment h2{
    width: 100%;
    float: left;
    margin:10px 0px 20px;
    font-size:22px;
    color: #000;
    font-weight:bold;
}

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

.nav-item a{background:#53b2d6;color:#fff !important;float:left;margin-right:5px;border-radius:0px !important;padding: 5px 16px !important;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: #cccccc;
}

.treatment_process{width:100%;float:left;padding: 35px 20px;border: 1px solid #ccc;text-align:center;}

.treatment_process figure{display:inline-block;width:280px;background:#000;}

.treatment_process figure img{width:100%;border:#ccc solid 1px;}

.treatment_process p{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom:0px;
    font-weight: 400;
    line-height: 25px;
}

.download_content{width:100%;float:left;margin-top:30px;}

.download_content ul{width:100%;float:left;margin:0px;padding:0px;}

.download_content ul li{width:100%;float:left;list-style:none;border-bottom:#cccc solid 1px;margin-bottom:15px;padding-bottom:15px;}

.download_content ul li:last-child{margin-bottom:0px;}

.download_content h1{width: 100%;float: left;margin-top: 0px;margin-bottom: 25px;
font-size: 30px;color: #000;font-weight: bold;}

.download_content h2{width: 100%;float: left;margin-top: 0px;margin-bottom: 25px;font-size: 16px;
color: #000;font-weight: bold;}

.download_left_content{float:left;}

.download_left_content a{text-decoration:none;font-size:16px;color:#00aeef;text-decoration:none;}

.download_left_content a font{font-weight:bold;}

.download_right_content{float:right;}

.download_right_content a{float:left;background:url(../img/download-pic.png) no-repeat 0px 2px;padding-left:20px;color:#00aeef;text-decoration:none;}

.download_right_content a:hover{text-decoration:none;color:#00aeef;}

.contact_content{width:100%;float:left;background:#fff;border: 5px solid #d0d1d3;padding:30px 30px 65px;}

.contact_content p{width:90%;float:right;font-size: 16px;color: #000;
font-weight: bold;margin-top: 0px;margin-bottom: 25px;font-weight: 400;line-height: 25px;}

.contact_content i{float:left;font-size:25px;margin-top:3px;}

.contact_right_content{width:100%;float:left;background:#fff;border: 5px solid #d0d1d3;padding:30px;background-color: #e9ecef;}

.contact_right_content h2{width: 100%;float: left;margin-top: 0px;margin-bottom:20px;font-size:20px;
color: #000;font-weight: bold;}

.contact_name{width:100%;float:left;height:45px;margin-bottom:15px;font-size:14px;}

.contact_message{width:100%;float:left;height:45px;margin-bottom:15px;font-size:14px;}

.captcha{float:left;}

.contact_right_content button{float:right;background:#ccc;padding:10px 15px;border:none;margin-top:5px;}

section.map{width:100%;float:left;margin-top:30px;}



.gallery_content{width:100%;float:left;padding:10px;border:#ccc solid 1px;border-radius:10px;margin-top:30px;}

.gallery_content figure{width:100%;float:left;position:relative;height:250px;}

.pic {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width:100%;
    max-height: 100%;
}

.gallery_content h2{width:100%;float:left;text-align:center;border-bottom:#ccc solid 1px;border-top:#ccc solid 1px;font-size:20px;padding:5px 0px;color:#000;}


.contact_name::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
.contact_name::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
.contact_name:-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
.contact_name:-moz-placeholder { /* Firefox 18- */
  color:#000;
}



.contact_message::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
.contact_message::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
.contact_message:-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
.contact_message:-moz-placeholder { /* Firefox 18- */
  color:#000;
}

.our_partners_logo{width:100%;float:left;margin-top:30px;height:200px;border:#000 solid 1px;position:relative;}


.our_partners_image {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    padding:10px;
    right: 0;
    max-width:100%;
    max-height: 100%;
}



















































