@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

*{
	padding: 0px;
	margin: 0px;
}

html{
	scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	background-color: #fff;
}

#header{
	background: #000;
	width: 100%;
	height: 45vh;
	padding-top: 35vh;
	background-image: url("../img/water-bg.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
    text-align:left;
    background-size: auto 100%;
    border-radius: 0 800px 400px 800px;
}

#header h1{
	color: #fff;
    font-size: 65px;
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 100, 0.3);
    font-weight: 400; 
    line-height: 1;
    text-align: center;
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
}

#header h1 span{
	color: #06f0e2;
}

#header h2{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    display: block;
    font-weight: 300;
    margin: 10px auto;
    width: 45%;
    line-height: 1.5;
    text-align: center;
}

#header .explorebutton{
	text-decoration:none;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
	margin: 30px auto;
	width: 200px;
	color: #111;
	background-color:#fff;
	border-bottom: 3px solid #04a27b;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72);
}

#header .explorebutton i{
	color: #04a27b;
}

.section{
	    padding: 30px 0px;
		width: 100%;
		clear: both;
	}
.section h2{
	width: 100%;
	text-align: center;
	font-weight: 400;
}
.section h4{
	width: 100%;
	text-align: center;
	font-weight: 300;
}
.section_header{
	margin: 20px 0px 20px 0px;
	clear: both;
	width: 100%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 30px;
	font-weight: 400;
}

.sectiontwo .headicon{
	text-align:center;
	font-size: 65px;
	padding-bottom: 20px;
	width: 100%;
	color:#024a38;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.services_highlight .headtag{
	text-align:left;
	width: 100%;
	font-size: 25px;
	color: #024a38;
}

.services_highlight i{
	font-size: 35px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #024a38;
	float: left;
	margin: -5px 10px 0px 0px;
}

.sectiontwo{
	width: 80%;
	padding: 50px 10%;
	margin-top: 10px;
	background-color: #fff;
}

.sectiontwo .services_highlight img{
	width: 500px;
	float:right;
	margin-top:10px;
	border-radius: 200px 5px 200px 5px;
}

.sectiontwo .services_highlight .section_header h2{
	text-align: left;
}

.sectiontwo .services_highlight p{
	font-weight: 300;
	font-size: 18px;
	text-align:left;
	padding: 0px 0px 30px 0px;
}

.sectiontwo .services_highlight a{
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #219c05;
	color: #fff;
	border-left: 3px solid #f59e31;
	float: left;
	border-radius: 3px;
}

.services_highlight{
	width: 48%;
	float: left;
	margin: 10px 0px;
	line-height: 1.5;
}

.services_highlight img{
	width: 300px;
	float:right;
	margin-top:10px;
}

.services_highlight span{
	font-weight: 300;
	text-align:left;
}

.services_highlight p{
	font-weight: 300;
	font-size: 18px;
	text-align:left;
	padding: 10px 0px;
}

.right_services_highlight{
	padding-left: 4%;
}


.sectionthree{
	margin-top: 0px;
	background-color: #fff;
}

.sectionthree .section_header{
	color: #222;
	width: 40%;
	float: left;
	font-size: 55px;
	line-height:90px;
	text-align:left;
	padding-left:10%;
	padding-top: 30px;
}

.sectionthree .section_header h2{
    text-align:left;
    font-size: 1em;
    line-height: 1.2;
}

.sectionthree p{
	color: #222;
	padding: 80px 0%;
	display:block;
	width:38%;
	font-size:16px;
	line-height: 1.5;
	font-weight: 300;
	float:right;
	text-align:left;
	padding-right:10%;
}

.sectionthree p subhead{
	font-size: 40px;
	font-weight: 600;
}

#experiencesection{
	width: 100%;
	padding: 0px 0px;
	text-align:center;
}

#experiencesection img{
	margin: 0px 10px;
	height: 70px;
}

.sectionfive{
	width: 100%;
	background-image: url(../img/banner2.jpg);
	background-size: auto 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sectionfive .section_header h2{
	text-align: left;
	color: #fefefe;
	text-shadow: 0 1px 3px rgba(0, 0, 100, 0.3);
}

.sectionfive .text_subsection{
	text-align: left;
	height: 100%;
	width: 90%;
	padding: 80px 5%;
	background-color: rgba(0, 0, 0, 0.8);
}

.sectionfive .text_subsection p{
	color: #fff;
	font-size: 18px;
	padding: 0px 0px;
	display: block;
	font-weight: 300;
	clear: both;
}

.sectionfive .text_subsection .hr_line{
	background-image: linear-gradient(to right, #2cba0c, #f59e31, #09228f, #ffffff);
	display: block;
	height: 2px;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sectionfive .text_subsection span i{
	color: #04a27b;
}

.sectionfive .text_subsection img{
 width: 120px;
 border-radius: 50%;
 border: 2px solid #fff;
 padding: 4px;
 display: block;
 float: left;
}

.sectionfive .text_subsection label{
	color: #fff;
	display: block;
	padding-top: 50px;
	margin-left: 20px;
	float: left;
}

.sectionsix{
	padding-top: 30px;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 50px;
	clear: both;
}

.sectionsix .section_header{
	clear: both;
	width: 100%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sectionsix .section_header h2{
	font-weight: 400;
}


.sectionsix ul{
	display: block;
	width: 90%;
	padding: 30px 5%;
	text-align: center;
}

.sectionsix ul li{
	padding: 15px 27px;
	margin: 10px;
	display: inline-block;
	background-color: #3061ff;
	border-radius: 50px 5px 50px 5px;
	color: #fff;
	font-weight: 500;
}



.sectionSeven{
	width: 96%;
	clear: both;
	line-height: 1.5;
	padding-bottom: 0px;
	padding:10px 2% 50px 2%;
}


.sectionSeven .section_header h2{
	font-weight: 400;
}

.sectionSeven .sub_section{
	width: 23%;
	margin:20px 1%;
	float: left;
	padding:0px;
	text-align: center;
	position: relative;
	line-height: 0;
	height: 400px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 25px;
}

.sectionSeven .headicon{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 50px;
	padding: 13px 10px 6px 10px;
	margin: 30px auto 15px auto;
	color:#fff;
	background-color: rgba(0,0,0,0.2);
}

.sectionSeven .sub_section label{
	display: block;
	color: #fefefe;
	text-transform: capitalize;
	font-size: 20px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	line-height: 1.2;
}

.sectionSeven .sub_section p{
	display: block;
	line-height: 1.2;
	padding: 10px 20px;
	font-size: 16px;
	color: #eee;
	font-weight: 300;
}


.sectioneight{
	background-color: #222;
	color: #eee;
	width: 100%;
	clear: both;
	line-height: 1.5;
	padding-bottom: 0px;
	padding:0px;
}

.sectioneight .sub_section{
width: 40%;
float: left;
padding: 0px 0px;
}

.base_subsection{
width: 100%;
clear: both;
text-align: center;
font-size: 12px;
background-color: #111;
padding: 20px 0px;
color: #eee;
border-top: 1px solid rgba(255,255,255,0.4);
}


.section_nine{
	background-color: #dedede;
	padding-top: 70px;
	border-radius: 200px 0 0 0;
} 

.section_nine .newsdiv{
	width: 90%;
	height: 80%;
	padding: 0px 5%;
}

.section_nine .newsdiv a{
	text-decoration: none;
}

.section_nine .newsdiv a:hover{
	cursor: pointer;
}

.section_nine .newsdiv .text_cont{
	width: 80%;
	margin: 20px auto 50px auto;
	font-size: 20px;
	line-height: 1.5;
	text-align: justify;
}

.section_nine .subsection{
	width: 23%;
	margin: 20px 1%;
	float: left;
}

.section_nine .subsection img{
	width: 100%;
	border-radius: 50%;
	border: 3px solid #2cba0c;
	padding: 3px;
}


.section_nine .subsection span{
	display: block;
	width: 96%;
	position: relative;
	padding: 30px 2% 10px 2%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #111;
	text-transform: capitalize;
}

.section_nine .subsection span label{
	display: block;
	width: 75px;
	padding: 10px 0px;
	background-color: #f49b1b;
	position: absolute;
	color: #fff;
	font-size: 11px;
	left: 0px;
	top: -75px;
	text-transform: uppercase;
	border-radius: 50% 20% 70% 30%;
}

.section_nine .subsection read_btn{
	color: #0c4995;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 14px;
}


/*==================SLIDE=============================*/


        /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 031 css*/
        .jssorb031 {position:absolute;}
        .jssorb031 .i {position:absolute;cursor:pointer;}
        .jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
        .jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
        .jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
        .jssorb031 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}


@media only screen and (max-width:1100px){

	.sectionSeven .sub_section{
		height: 450px;
	}

}


 @media only screen and (max-width:970px) {
   .services_highlight{
	width: 90%;
	padding: 0px 5%;
	margin: 10px 0px 5px 0px;
	text-align: left;
    }

    .sectioneight .sub_section{
	width: 80%;
	margin-left: 10%;
	
	}

	#header{
		text-align: center;
		height: 60vh;
		padding-top: 40vh;
	}

	#header h1{
		margin-left: 0;
	}

	#header span{
    margin-left: 10px;
    margin-right: 10px;
	}

	#header h2{
		display: none;
	}

	#header .explorebutton{
		margin: 20px auto;
	}

	.sectionthree p{
		text-align: center;
    	color: #ffffff;
    	padding: 20px 5%;
    	padding-bottom: 50px;
    	display:block;
    	width:90%;
    	float:none;
    }
	
	.sectiontwo .services_highlight img{
		width: 80%;
		float:none;
		margin:10px 10%;
	}

	.sectiontwo .services_highlight p{
	padding-top: 10px;
	}

    .sectionthree .section_header{
	color: #ffffff;
	width: 80%;
	font-size: 30px;
	line-height:60px;
	padding:20px 10%;
	float:none;
    }
    
    .sectionthree .section_header h2{
        text-align:center;
    }
    

	.sectionfive .text_subsection{
		width: 90%;
	}

	.sectionSeven .sub_section{
	width: 48%;
	}

	.section_nine .subsection{
		width: 48%;
	}

 }

  @media only screen and (max-width:800px) {

	#header h1{
		font-size: 65px;
	}

  }

 @media only screen and (max-width:600px) {


	#header h1{
		font-size: 45px;
	}

	.sectiontwo .services_highlight img{
	width: 100%;
	margin:10px auto;
  	}

	.sectionfive .text_subsection{
		text-align: center;
		width: 80%;
		padding: 80px 10%;
	}

	.sectionfive #text_context span{
	margin-left: 0%;
   }

    .sectionfive .text_subsection img{
	 float: none;
	 margin: 10px auto;
	}

	.sectionfive .text_subsection label{
	 text-align: center;
	 padding: 10px 5%;
	 margin-left: 0;
	 display: block;
	 width: 90%;
	 float: none;
	}

   .sectionsix{
	background-size: 230% 100%; 
   }

    .sectionSeven .sub_section{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	margin-left: 5%;
	}
   
   .services_highlight .headtag{
	font-size: 20px;
    }

	.section_nine .subsection{
	width: 90%;
	margin: 10px 5%;
	}

	.section_nine .newsdiv .text_cont{
	width: 95%;
	font-size: 18px;
	line-height: 1.2;
}


 }