@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

body
{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
*{margin:0; padding:0; list-style-type:none; box-sizing:border-box;}
p {font-size: 15px;	line-height: 26px; font-weight: 500; margin: 0 0 15px; color: #000;}
a {color: #000;text-decoration: none!important;transition:ease-in-out 0.3s;}
h1,
h2,
h3,
h4,
h5,
h6 {font-weight: 600; color: #000;}
h1 {font-size: 36px; font-weight: 500; line-height: 44px; margin: 0px 0px 30px;}
h2 {font-size: 22px; margin: 20px 0px 25px; text-transform: uppercase;}


.myNavBar{margin: 0; background: #000; padding: 0px; border: none; border-radius: 0;}
.navbar-brand {height: auto; padding: 20px 15px;}


.navbar-inverse .navbar-nav{margin-top: 10px;}
.navbar-inverse .navbar-nav>li>a{font-size: 16px; color: #fff; padding: 34px 20px; position: relative;}
.navbar-inverse .navbar-nav>li>a:before{position: absolute; content: ''; width: 0%; height: 3px; background: #0186ec; left: 50%; bottom: 0; transition: width ease-in-out 0.5s; transform: translate(-50%);}

.navbar-inverse .navbar-nav>li>a:focus:before,
.navbar-inverse .navbar-nav>li>a:hover:before,
.navbar-inverse .navbar-nav .active a:before{width: 100%; }

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{color: #fff; background-color: #000;}



.banner{background: url(../images/banner.jpg) center center no-repeat; background-size: cover; height: 750px;}

.bannerText{padding-top: 20%;}
.bannerText h1{font-size: 48px; color: #fff; line-height: 56px; font-weight: 700; text-transform: capitalize;}
.bannerText p{color: #fff; font-weight: 500;}
.bannerText .btn1{font-size: 16px; color: #fff; padding: 15px 20px; background: #0186ec; min-width: 150px; display: inline-block; text-align: center; background-attachment: fixed;}


/*.teamSection{background: url(../images/teamSection.jpg) center bottom no-repeat; background-size: cover; padding: 110px 0px; position: relative;}
.teamSection:before{position: absolute; content: ''; right: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/aboutImg.png) right bottom no-repeat;}
*/

.teamSection{background: url(../images/water-waves-bg.png) center bottom no-repeat; background-size: cover; padding: 110px 0px; position: relative;}

.aboutSection{background: url(../images/water-waves-bg.png) center bottom no-repeat; background-size: cover; padding: 110px 0px; position: relative;}
.aboutSection:before{position: absolute; content: ''; right: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/aboutImg.png) right bottom no-repeat;}
.textWrap{}
.titleBox{}
.titleBox h1{text-transform: uppercase; font-weight: 500;}
.titleBox h5{font-size: 18px; margin: 0px 0px 10px; text-transform: uppercase; position: relative;}
.titleBox h5:before{position: absolute; content: ''; width: 84px; height: 4px; background: #085bc2; top: 50%; right: 103%; transform: translate(0%,-50%)}


.colContainer {display: table; width: 100%;}
.colContainer .col {display: table-cell; padding: 0px 15px; width: 50%;}


.benefitSection {/*background-color: #0186ec;*/ background-color: #399bdf; padding: 110px 0px; color: #fff;}
.benefitSection .titleBox h1,
.benefitSection .titleBox h5{color: #fff;}
.benefitSection .titleBox h5:before{background: #fff;}

.benefitSection .col{background-size: cover !important; position: relative;}

.benefitSection .textInfo{position: relative; padding: 25px;}
.textInfo h3{font-size: 24px; color: #fff; text-transform: uppercase; margin-bottom: 15px;}
.textInfo p{color: #fff; font-size: 14px; line-height: 24px; letter-spacing: 1px;}

.productsSection {padding: 110px 0px;}
.img-box {padding: 30px;margin: 0px auto;text-align: center;}
.prdoucts-info {padding: 50px;}

.team-box-bg {background-color: white;text-align: center;padding: 20px; margin-bottom: 20px;}
.team-soical a { margin: 5px;}

.pr-0{padding-right: 0px;}
.pl-0{padding-left: 0px;}


.colImg{width: 100%; min-height: 366px; position: relative;}
.colImg{background-size: cover !important;}


.triangle-left {width: 0; height: 0; border-top: 15px solid transparent; border-right: 15px solid #399bdf; border-bottom: 15px solid transparent; right: 0; top: 50%; transform: translate(0%,-50%);}

.triangle{position: absolute;}


.triangle-up {width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #399bdf; bottom: 0; left: 50%; transform: translate(-50%,0%);}

.triangle-right {width: 0; height: 0; border-top: 15px solid transparent; border-left: 15px solid #399bdf; border-bottom: 15px solid transparent; left: 0; top: 50%; transform: translate(0%,-50%);}



.contactSection{padding: 110px 0px 300px; background: #fcfbf6 url(../images/bg.jpg) left bottom no-repeat; }

.form-group{position: relative;}
.iconForm{position: absolute; left: 10px; top: 10px; margin-bottom: 25px;}
.form-group textarea,
.form-group input{width: 100%; border: none; border-bottom: 1px #000 solid; padding: 15px 20px 15px 55px; font-size: 15px; color: #000; font-weight: 500; outline: none; background-color: transparent}
.form-group textarea{resize: none; height: 150px;}
.form-group textarea::placeholder,
.form-group input::placeholder{color: #000;}

.submitBtn{font-size: 16px; color: #000; text-transform: uppercase; text-align: center; border: 2px #000 solid; font-weight: 500; padding: 12px 25px; display: inline-block; min-width: 160px; background-color: transparent; transition: ease-in-out 0.5s;}

.submitBtn i{margin: 0px 5px;}

.submitBtn:hover{background-color: #000; color: #fff;}



.conInfo {padding-top: 70px; padding-left: 50px;}
.conInfo h5{font-size: 18px; font-weight: 500; line-height: 30px; margin-bottom: 20px;}
.getInfo{margin-bottom: 10px; width: 100%; display: inline-block;}
.getInfo li{width: 100%; font-size: 15px; color: #000; font-weight: 500; margin-bottom: 25px; position: relative; padding-left: 40px;}
.getInfo li i{position: absolute; left: 0; top: 0px; font-size: 20px; width: 25px; text-align: center;}
.getInfo li .fa-mobile{font-size: 24px;}


.footerBG{position: relative;}
.footerBG:before{position: absolute; content: ''; width: 100%; height: 250px; left: 0; bottom: 99%; background: url(../images/footerbg.png) left center no-repeat; background-size: cover;}
footer{background: #00ade6; padding: 60px 0px;}


.socialIcon{text-align: right}
.socialIcon a{color: #fff; font-size: 14px; width: 30px; line-height: 50px; display: inline-block;}
.socialIcon a:hover{color: #000;}

.copyRight{text-align: center; }
.copyRight p{color: #fff; margin:15px 0px 0px; }





@media only screen and (max-width : 767px) {
	
	
	
	.footerBG .col-sm-3{
		text-align: center;
	}
	.benefitSection .colContainer .col{
		width: 100%;
		float: left;
	}
	.min_height{
		min-height: 360px;
	}
	.benefitSection .min_height .triangle.triangle-left,
	.benefitSection .min_height .triangle.triangle-right{
		    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #399bdf;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
	}
	/*.banner{background-position: -600px 0;}*/
}

@media only screen and (min-device-width : 768px) and (max-device-width : 993px) {
	.custom_width{width: 50%; float: left ;}
	.custom_width .triangle.triangle-up{
		    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #399bdf;
    border-bottom: 15px solid transparent;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
    left: auto;
	}
	.aboutSection:before{width: 80%; background-position:center;}
}





.navbar{position: fixed; width: 100%; top: 0; left: 0; z-index: 9999;}

.banner{margin-top: 90px;}




.flexTabNav{display: flex; border: none;}
.flexTabNav>li{float: none; border: none; margin: 0;}
.flexTabNav>li>a{text-transform: uppercase; font-size: 16px; font-weight: 600; border: none; white-space: nowrap;}

.tabCont{padding: 20px; border: 1px #dddddd solid;}

.flexTabNav>li>a:hover, 
.flexTabNav>li.active>a, 
.flexTabNav>li.active>a:focus, 
.flexTabNav>li.active>a:hover{color: #fff; background: #085bc2; border: none;}


.jussFreshText{width: 100%; max-width: 400px;}


.bgWater{background: url(../images/bgbbb.png) bottom -5px center no-repeat; background-size: cover;}


section{overflow: hidden;}
.textH1{font-size:80px !important;}
.freshness{width: 100%; padding-left: 75px; max-width: 350px;}
.h1blue{padding-left: 35%; line-height:84px;}

/******************* Accordion Demo - 6 *****************/
#accordion6 .panel{
    border: 1px solid #085bc2;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 12px;
}
 
#accordion6 .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion6 .panel-heading:before,
#accordion6 .panel-heading:after{
    content: "";
    border-right: 8px solid #085bc2;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: 12px;
    left: -9px;
}
#accordion6 .panel-heading:after{
   position: absolute;
    top: 13px;
    
}
#accordion6 .panel-title a{
    display: block;
    padding: 10px 20px 10px 20px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    position: relative;
    background: #085bc2;
}
#accordion6 .panel-body{
    padding: 15px 15px 15px;
    border: none;
    font-size: 14px;
    color: #807e7e;
    line-height: 28px;
	text-align:left;
}
#accordion6 .panel-body p{ margin-bottom: 0; }