/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/

@font-face{
	font-family: "Anaheim-Regular";
	src:url(../fonts/Anaheim-Regular.ttf);
}
@font-face{
	font-family: "BrunoAce-Regular";
	src:url(../fonts/BrunoAce-Regular.ttf);
}

body{
	background: #2d6e68;
	background-size:cover;
	text-align:center;
	
}
.main h1{

font-size:34px;
color:#fff;
font-family: "BrunoAce-Regular";
margin-top:7%;

}
/****-----start-wrapper-demo----****/
.wrapper-demo
{
	width:13%;
	margin: 0 auto;
	margin-top: 7%;
	text-align:center;
	font-family: "Anaheim-Regular";
}





/****-----start-wrapper-dropdown-2----****/
.wrapper-dropdown-2 {
    position: relative;
	cursor: pointer;
	outline: none;
	text-align:right;
	float:left;
	padding-right:35px;
}

.wrapper-dropdown-2 img {
	width:100px;
	border:2px solid #97d6ad;
	margin:0 auto;
	border-radius:50%;
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 110%;
	width:175px;
	right: 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
    /* Styles */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    z-index:1;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
	font-size:18px;
	text-align:left;
}
.dropdown:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 78px;
	top: -6%;
	border-width: 0px 12px 12px 12px;
	border-style: solid;
	border-color: #37867E rgba(0, 0, 0, 0);
}
.wrapper-dropdown-2 .dropdown li
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown li a {
    display: block;
	text-decoration: none;
	color: #D4D4D6;
	padding:15px 10px 15px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 100;
	
}

.dropdown li a:hover{
	color:#FFF;
} 
/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover {
    background: #97d6ad;
    color:#A9A9A9;
}
.wrapper-dropdown-2 .dropdown  li:nth-child(1) {
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-o-border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-o-border-top-right-radius:3px;
}
.wrapper-dropdown-2 .dropdown  li:nth-child(4){
	border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-o-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-o-border-bottom-right-radius:3px;
}
.wrapper-dropdown-2 .dropdown  li:nth-child(2),.wrapper-dropdown-2 .dropdown  li:nth-child(3),.wrapper-dropdown-2 .dropdown  li:nth-child(4)
{
	border-radius: none;
}
/* Active state */
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/* No CSS3 support */
.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}
.wrapper-dropdown-2.active .dropdown {
	opacity: 1;
	pointer-events: auto;
	text-align: left;
	background:#37867E;
}

.wrapper-dropdown-2 .dropdown li a span{
	width: 16px;
	height: 16px;
	display: inline-block;
	float:right;
}

.icon0{
	background: url(../images/pro.png) no-repeat ;
}
.icon1{
	background: url(../images/st.png) no-repeat ;
}

.icon2{
	background: url(../images/u.png) no-repeat ;
}
.icon3{
	background: url(../images/pro1.png) no-repeat ;
}
/****-----end-wrapper-dropdown-2----****/

/*--- Search Bar Start ---*/
.search-box{
	margin-top:19px;
	float:left;
}
#search {
  position: relative;
  width: 60px;
  height: 60px;
}

#label {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 20;
  background: url("../images/c2.jpg") 0 0 no-repeat;
}
  
 #label label {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer; 
}

#input {
  position: absolute;
  top: 0;
  left: 60px;
  width: 250px;
  height: 60px;
  z-index: 5;
  overflow: hidden;
}
  #input input {
    display: block;
    position: absolute;
    top: 0;
    left: -470px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #fff;
    color: #ADACAC;
    font-size: 16px;
	font-family:Anaheim-Regular;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: left 0;
    -moz-transition: left 0;
    -ms-transition: left 0;
    -o-transition: left 0;
    transition: left 0; 
}
#input input:focus {
    outline: none; 
}
#input.focus {
    z-index: 20; 
}
#input.focus input {
    left: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s; 
}
/*--- Search Bar End ---*/

			/*--start-copyright--*/
.footer{
	text-align: center;
	margin-top:15em;
	padding:10px;
}
.footer p{
	color:#fff;
	font-size: 16px;
	font-family:Anaheim-Regular;
	font-weight:400;
	line-height:20px;
}
.footer p a{
	color:#C9C8CA;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer p a:hover{
	color:#fff;
}
/****-----end-copyright----****/


/*-- responsive media queries --*/


@media screen and (max-width:1440px){
.wrapper-demo {	width: 14%;	}
}

@media screen and (max-width:1366px){
.wrapper-dropdown-2 img {	width:90px;	}
}

@media screen and (max-width:1280px){
.wrapper-demo {	width: 15%;	}
}

@media screen and (max-width:1050px){
.wrapper-demo {	width: 19%;	}
.wrapper-dropdown-2 img {	width:75px;	}
.wrapper-dropdown-2 {	padding-right:46px;	}
.wrapper-dropdown-2 .dropdown li a {	padding:10px;	}
.dropdown:before {	top: -7.5%;	}
.search-box{	margin-top:19px;	}

#search {
  width: 45px;
  height: 45px;
}

#label {
 background: url("../images/c3.jpg") 0 0 no-repeat;
}
  
#input {
  height: 45px;
  left:45px;
}
}

@media screen and (max-width:800px){
.wrapper-demo {	width: 22%;	}
}

@media screen and (max-width:768px){
.wrapper-demo {	width: 24%;	}
}
@media screen and (max-width:667px){
.wrapper-demo {	width: 28%;	}
}


@media screen and (max-width:640px){
.main h1 {	font-size: 32px;	}
.wrapper-demo {	width: 26%;	}
.wrapper-dropdown-2 img {	width:65px;	}
.search-box{	margin-top:14px;	}
.footer p{	font-size: 14px;	}
.dropdown:before {	left: 83px;	}

}

@media screen and (max-width:603px){
.wrapper-demo {	width: 29%;	}
}

@media screen and (max-width:480px){
.main h1 {	font-size: 26px;	}
.wrapper-demo {	width: 38%;	}
.wrapper-dropdown-2 {	padding-right: 25px;	}
.wrapper-dropdown-2 .dropdown {	right: -21px;	}
.footer p{	font-size: 13px;	}
#input.focus {	z-index: 0;		}
#input {	width: 160px;	}
.footer {	margin-top: 11em;	}
}

@media screen and (max-width:414px){
.main h1 {	font-size: 22px;	}
.wrapper-demo {	width: 40%;	}
#input {		width: 135px;	}
#input input {	font-size: 14px;	padding: 0 3px;	}
}

@media screen and (max-width:375px){
.main h1 {	font-size: 17px;	}
.wrapper-demo {	width: 42%;	}
.wrapper-dropdown-2 {	padding-right: 6px;	}
.wrapper-dropdown-2 .dropdown {	width: 150px; right: -30px;	}
.wrapper-dropdown-2 .dropdown li a {	font-size: 14px; }
.dropdown:before {	left: 69px; top:-8%	}
.search-box {	margin-top: 11px;	}
#input {		width: 130px;	}
}

@media screen and (max-width:320px){
.wrapper-demo {	width: 62%;	}
.wrapper-dropdown-2 {	padding-right: 5px;	}
.wrapper-dropdown-2 .dropdown {	width: 137px; right:-30;	}
.dropdown:before {	left: 56px; }
#input {		width: 120px;	}
}
