/* custom css */
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600,700&display=swap');
/*font-family: 'Hind', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
/*font-family: 'Lato', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
/* font-family: 'Roboto', sans-serif; */

body{ font-family: 'Hind', sans-serif; font-size: 14px; line-height: 1.5; }

.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }


.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb60{ margin-bottom: 60px !important; }


.navv {
    margin: 0;
    border-bottom: none;
    min-height: initial;
    border-radius: 0;
    padding: 21px 0;
    background: none;
    border: none;
}
.navv .navbar-nav > li > a { font-family: 'Hind', sans-serif;
    font-weight: 500;
    padding: 9px 21px;
    margin: 0;
    font-size: 14px;
    color: #333333;
    border-right: 1px solid #ccc;
}

.navv .navbar-nav > li > a:hover, .navactive {
    border-bottom: 5px solid #1245ae !important;
    color: #ffffff !important;
}

.navv .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #f3f3f3;
}

.navv .navbar-nav {
    float: right;
    margin: 15px 0 0 0;
}


.topbtns {
    float: right;
    margin: 10px 0 0 21px;
    font-family: 'Hind', sans-serif;
}


.topbtns a, .btn_blue {
    display: inline-block;
    color: #fff;
    padding: 12px 33px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 600;
    font-size: 14px;
    background: #1245AE;
}


.topbar {
    text-align: right;
}

.topbar p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #000;
}

.topbar p .fa {
    background: #ccc;
    padding: 6px;
    font-size: 12px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-left: 21px;
}

.topbar p a {
    color: #000;
}



/*--------------------------------------- banner -------------------------------------*/

.mybanner .carousel-inner>.item>img {
    width: 100%;
}

.mybanner p {
    text-align: center;
    letter-spacing: 7.5px;
    color: #FFFFFF;
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
}

.mybanner .carousel-caption {
    right: initial;
    left: 5%;
    padding-bottom: 0;
    top: 170px;
    text-shadow: none;
    text-align: left;
}


.mybanner h1 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    max-width: 490px;
    margin: 12px 0 6px;
}

.mybanner h3 {
    font-family: 'Lato', sans-serif;
    text-align: left;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    max-width: 480px;
    margin: 10px 0 50px;
    text-transform: uppercase;
}

.mybanner a.mybtn {
    display: inline-block;
    color: #fff;
    padding: 12px 43px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 400;
    font-size: 17px;
    background: rgba(0,0,0,0.5);
}


/*----------------------------- whats -----------------------------------*/

.whats{ padding: 40px 0; }

.whats h2 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #333;
    font-size: 35px;
    font-weight: 700;
    margin: 10px 0;
}
.whats h6 {
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 20px;
}

.whats p {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    /*margin: 10px 0 60px;*/
}

.box.blue {
    background: url(../images/box2.png) no-repeat left;
    background-color: #1245AE;
    padding: 27px;
    height: 307px;
}


.threesec .col-sm-4 {
    padding: 0;
}

.box.blue h4 {  font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 2px solid #fff;
}

.box.blue p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 40px;
    text-align: left;
}

.box a {
    display: inline-block;
    color: #333;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
}


.box.schedule { background: url(../images/box3.png) no-repeat left;
    padding: 27px;height: 307px;
}


.box.schedule h4 {
    font-family: 'Lato', sans-serif;

    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin: 0 0 21px;
    text-align: center;
    position: relative;
   width: 100%;
}

.box.schedule h4:after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #1245AE;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.box.schedule p {
    margin: 0 0 42px;
    text-align: center;
    font-size: 20px;
}

.box img {
    min-height: 307px;
}


/*-------------------------------------- wedo ----------------------------------------*/

.wedo {
    background: url(../images/wedo.png) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px 0 60px 0;
}
.wedo  h2 {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 0 14px 0;
    position: relative;
}


/*.wedo h2:after {
    content: "";
    width: 160px;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
        text-decoration: none;

}*/

.wedo p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin: 0 0 10px;
}


/*-------------------------------------- happy ----------------------------------------*/

.happy {
    background: url(../images/happy.png) no-repeat left top;
    background-size: cover;
    padding: 90px 0 60px 0;
}

.happy h2 {
    font-family: 'Lato', sans-serif;
    text-align: left;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.happy h3 {
    font-size: 20px;
    color: #DBDBDB;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
    font-weight: 400;
}


.happy h3:after {
    content: "";
    width: 170px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.happy p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
    max-width: 510px;
}

.happy h6 {
    font-size: 14px;
    color: #fff;
    margin: 30px 0 10px;
    font-weight: 600;
}


.happy .carousel-inner>.item {
    height: 470px;
}

.happy .carousel-indicators {
    bottom: 20px;
    margin: 0;
    left: 0;
    text-align: left;
}


/*----------------------------------------------------- footer -------------------------------------------*/


.fslist {
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
}

.fslist li {
    list-style: none;
    float: left;
    margin: 0 5px;
}

.fslist li a:hover {
    box-shadow: 0 0 15px #85d0f3;
}

.fslist li .fa {
    font-size: 16px;
    color: #fff;
}

.fslist li a {
    display: inline-block;
    background: #000;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 10px 0 0 0;
    border-radius: 50%;
}

.list {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.list li {
    display: inline-block;
}

.list li a {
    color: #333;
    font-weight: 500;
    padding: 0 10px;
    display: inline-block;
}

footer {
    padding: 30px 0;
}

footer p {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.2;
}

footer p a {
    color: #333;
}

footer h6 {
    font-size: 13px;
    margin: 15px 0 10px;
}

.webby {
    display: block;
    margin: 6px 0;
}

/*------------------------------- about page ----------------------------------*/
.inbanner-testing-services {
    background: url(../images/water-testing.png) no-repeat center 30%;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    padding: 148px 0 20px 0;
    position: relative;
    margin: 24px 0 42px 0;
    min-height: 290px;
    position: relative;
}
.inbanner {
    background: url(../images/banner_about.png) no-repeat center 30%;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    padding: 148px 0 20px 0;
    position: relative;
    margin: 24px 0 42px 0;
    min-height: 290px;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.inbanner h1 {
    font-size: 34px;
    color: #fff;
    margin: 0 0 15px 15px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    z-index: 999;
    position: relative;
    position: absolute;
    bottom: 0;
}


.about h3 {
    font-family: 'Roboto', sans-serif;
    color: #1245AE;
    font-size: 25px;
    margin: 30px 0 20px;
    font-weight: 700;
}


.about p {
   font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin: 0 0 10px;
}


/*--------------------------------- /row ---------------------------------------*/

.contact {
    padding: 0 0 60px 0;
}

.frm .form-control {
    min-height: 46px;
    box-shadow: none;
    border-radius: 2;
    border-color: #DFECF0;
    color: #A0A9B6;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.frm textarea.form-control {
    height: 190px;
}


.frm h3, .conh3 {
    font-family: 'Lato', sans-serif;
    color: #556B72;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
}

.frm h3 span, .conh3 span{
    font-size: 18px;
    color: #859AA1;
    display: block;
}


.subbtn {
    display: inline-block;
    color: #fff;
    padding: 12px 33px;
    margin: 0 3px;
    font-weight: 600;
    font-size: 13px;
    background: #1245AE;
    border-radius: 0;
}

.contact p {
   font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #000000;   /* A0A9B6;  */
    line-height: 1.5;
    margin: 0 0 10px;
}

.contact .conh3, .contact .conh3 span {
    color: #000;
}

.contact h5 {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
}

.conbox {
    margin: 0 0 50px;
}


.slist {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.slist li {
    list-style: none;
    float: left;
    margin: 0 5px;
  color:#A0A9B6;
  font-size: 18px;
}


.slist li a{
  color:#A0A9B6;
}

.contact p a{ color: #000000; }



/*------------------------------------------ testimonials -----------------------------------*/

.test {
    padding: 50px 30px;
    border: 1px solid #D3E5EB;
    position: relative;
    margin: 0 0 50px 0;
}


.test p { font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #141f2e;
    line-height: 1.5;
    margin: 0 0 10px;
}


.client {
    display: flex;
    align-items: center;
}

.imgwrap {
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
}

.client h6 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #556B72;
    line-height: 1;
    margin: 0 0 5px;
}

.client h3 { font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #556B72;
    line-height: 1;
    margin: 0 0 10px;
    font-weight: 700;
}

.test::before {
    content: '';
    position: absolute;
    top: 0;
    width: 54px;
    height: 46px;
    border: 1px solid #ccc;
    text-align: center;
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    color: #1245AE;
    padding: 6px 0 0 0;
    transform: translate(0,-50%);
    background: #fff;
}

.testimonials {
    padding: 40px 0;
}

.inblock{ display: inline-block !important ;}



.water {
    padding: 30px 0;
    border-bottom: 2px solid #ccc;
}


.water h3 { font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #1245AE;
    line-height: 1.5;
    margin: 0 0 10px;
    font-weight: 700;
}

.water p { font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #2A2A2A;
    line-height: 1.5;
    margin: 0 0 10px;
}

.text_blue{ color: #1245AE; }

.about {
    padding: 0 0 21px;
}

.about img {
    width: 360px;
    max-width: 100%;
    margin: 30px 0 0 0;
}


.modal_testing .modal-header {
    background: #2929b1;
    color: #fff;
}

.modal_testing .modal-header .close {
    color: #fff;
    opacity: 0.6;
}


a.btn_blue:hover, .topbtns a:hover, a.btn_blue:focus, .topbtns a:focus, .subbtn:hover {
    color: #fff;
}
.hrbottom{
        margin-top: 20px;
    margin-bottom: 20px;
    width: 12%;
    border: 0;
    border-top: 3px solid #000;

}
.dropdown-submenu {
    position: relative;
 /*   text-transform: uppercase;*/
    letter-spacing: 1.2;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  /*  text-transform: uppercase;*/
    letter-spacing: 1.2;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
   /* text-transform: uppercase;*/
    letter-spacing: 1.2;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    letter-spacing: 1.2;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    /*text-transform: uppercase;*/
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
/*    text-transform: uppercase;*/
    letter-spacing: 1.2;
}

.dropdown-submenu.pull-left {
    float: none;
     letter-spacing: 1.2;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    text-transform: lowercase
    ;
    letter-spacing: 1.2;
}


.newimgs {
    padding: 30px 0;
}

.newimgs img {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}
#box8   {
background-color: #FFFFF0;
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin:auto;
position:relative;
border-style:solid;border-width:8px;border-color:#1245ae;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #09C;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
#box7   {
background-color: #1245ae;color:#ffffff;
/*background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px); */
margin:auto;
position:relative;
/* border-style:inset;border-width:3px;border-color:darkblue;  */
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.box7   {
background-color: #1245ae !important;color:#ffffff !important;
/*background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px); */
margin:auto;
position:relative;
/* border-style:inset;border-width:3px;border-color:darkblue;  */
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:0px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
