body{	
margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Pacifico', cursive;*/
}


img{
	max-width: 100%;
	height: auto;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


a{
	text-decoration: none;
	color: inherit;
}

input, textarea{
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-appearance:none;
}

.page-center{
	max-width: 1170px;
	margin:0 auto;
}

.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}

/* ---------------- end of elements setting ----------------
................... Header Start .............. */

header{
	padding: 10px 0;
	
}

.fixed{	
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
}

header .logo{
	font-family: 'Pacifico', cursive;	
	font-size: 25px;
	color: #2abdc2;
	padding: 4px 0;
}

.menu-icon, 
header .child{
	display: none;
}

header nav{
	padding: 7px 0;
	padding: 0 15px;
}

nav ul li{
	float: left;
	list-style: none;
	position: relative;
	padding: 0 20px;
}
nav ul li a{
	display: block;
	position: relative;
	color: #999;
	padding: 15px 0;
	font-size: 16px;
	text-transform: uppercase;
}

nav > ul > li > a:after{
	content: '';
	background: #2abdc2;
	position: absolute;
	left:0;
	bottom:0;
	width: 0%;
	height: 4px;
	transition: all 300ms linear;	
	margin-bottom: 5px;
}

nav ul li a:hover:after{
	width: 100%;
}

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

 a:hover {
	color: inherit;
	text-decoration: none;
}

nav ul ul{
	position: absolute;
	left: 0;
	background: #eee;
	display: none;
	min-width: 180px;
}

nav ul ul li{
	width: 100%;
	border-bottom: 1px solid #fff;
}

nav ul ul li a{
	padding: 12px 0;
	transition: all 300ms linear;
}

nav ul ul li a:hover {
	padding-left: 10px;

}

nav > ul > li > ul:before{
	content: '';
	position: absolute;
	left: 10px;
	top: -35px;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #eee;
	border-left: 20px solid transparent;
}

nav ul li:hover > ul{
	display: block;
	z-index: 9;
}

nav ul ul ul{
	left: 100%;
	top:0;
	margin-left: 1px;
}

/* ------------- nav icons ------------ */

.search-icon{
	
	position: relative;
}

.search-icon span{	
	font-size: 25px;
    padding: 12px 0;
    cursor: pointer;
    color: #999;
    margin-right: 30px; 
    float: right;
}

.search-icon form{
	display:none;
}

.search-input{
    position: absolute;
    right: 3px;
    top: 62px;
    border: 14px solid #445a65;
    background: #fff;
    padding: 9px 10px;
    font-size: 15px;
    border-radius: 5px;
    color: #000;
    z-index: 9;
}

.search-input:before{
	content: '';
    position: absolute;
    right: 15px;
    top: -44px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #445a65;
    z-index: 2;
}

/*  ------------- header end  ------------- */

.banner{
	background: #2abdc2;
	padding-top:52px;
	text-align: center;
	color: #fff;
}

.banner .slider1 .slider-text{
	max-width: 800px;
    margin: 0 auto; 
    margin-bottom: 50px;
}
.banner .slider1 .slider-text h1{
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px #000;
	padding-bottom: 15px;
}

.banner .slider1 .slider-text p{
	font-size: 20px;
	line-height: 1.5em;
}



.owl-theme .owl-controls .owl-page span{    
    background: aliceblue;
}



/* ------------- slider end  -------------*/

.team{
	margin: 40px auto;
	text-align: center; 
}

#about > .container{
	max-width: 900px;
}


.team h1{
	color: #999;
	font-weight: 600;

}

.flip-group{
  	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
  	margin: 20px 0 50px;
  	opacity: 0; 
  	width:320px;
  	height:260px;
  	position: relative;
}


.flip-group:hover .flip1{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.flip1{ 
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;;
	transition:0.5s;
}

.front, .back{
	position: absolute;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;	
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.front{
 	background: #ccc url(../images/man.png) no-repeat;
	background-size: 100% auto;
	z-index: 2;
}

.back{
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	background: #ccc;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 3;
}


.social{
	background: rgba(0,0,0,0.6);
	color: #fff;
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 2;
    padding: 2px;
    font-size: 24px;
    width: 100%;
}


.social span{
	padding:10px;
}

/* ---------------- team end ----------------*/

.product{
	margin: 50px auto;
	text-align: center;

}

.product h1{
	font-size: 40px;
	color: #999;
    font-weight: 600;
}



.product .accordion{	 
	position: relative;
	background: #fff;
	border-bottom: 1px solid #e5ecee;
	padding: 20px;
	cursor: pointer;
	
}
.product .accordion:hover,
.product .accordion.active{
	background: #f2f7f8;
	box-shadow: 0px 4px 30px #eee;
	color: #2abdc2;	
}

.accordion .title{
	font-size: 16px;
	cursor: pointer;
	transition:all 0.6s linear;
	font-weight: normal;
}
.product .accordion:hover h1,
.product .accordion.active h1{
	color: #2abdc2;	
}


.accordion .content{
	display: none;
	line-height: 1.7em;
	font-size: 16px;
	color: #90a4af;
}

.title .child{
    position: absolute;
    right: 20px;
    top: 16px;
    padding: 20px;
    background: #fff;
    box-shadow: 2px 6px 13px #f2f7f8;
    z-index: 1;
    display: block;
    font-size: 16px;
    cursor: pointer;
}
.accordion .title .child span{
	transition:all 0.3s linear;
}
.accordion:hover .child span,
.accordion.active .child span{
  transform: rotate(-45deg);
}


/*product end*/

.contact{
	margin: 40px auto;
	text-align: center;

}
.contact h1{
	font-size: 40px;
	color: #999;
	font-weight: 600;
}

.col-sm-12 .tabs{
	border:2px solid #aaa;
	border-radius: 8px;
}
.tab-links{
	background: #aaa;	
	border-radius: 8px 8px 0 0;
}

.tabs .tab-links li{
	list-style: none;
	float: left;
	cursor: pointer;
}

.tabs .tab-links li span{
	display: block;
	padding: 15px;
	background: #aaa;
	color: #fff;	
	font-size: 20px;
	text-shadow: 1px 1px 4px #000;
	border-right:1px solid #fff;
	border-radius: 8px 0 0 0;
}

.tabs .tab-links li span:hover,
.tabs .tab-links li span.active{
	background: #fff;
	color: #aaa;
	text-shadow: 1px 1px 4px transparent;
}

.tabs .tab-content .tab{
	padding: 5px 20px;
	display: none;
}

.tabs .tab-content .tab.active{
	display: block;
}
.tab-content .tab iframe{
	width: 100%;
}

.tab-content #tab2{
	font-size: 18px;
	line-height: 1.5em;
}

.tab-content .btn-default{
	background: #aaa;
}

.tab-content #tab3 input{
	margin: 15px 0;
	padding: 20px 10px;
}

.tab-content #tab3 input:last-child{
	margin: 0;
    padding: 0px;
    height: 50px;
}




/*contact end*/

.gallery{
	margin: 40px auto;
	text-align: center;
}

.gallery h1{
	font-size: 40px;
	color: #999;
    font-weight: 600;
}
.image-group .row .col-sm-6{
	padding: 0;
}



/*gallery end*/

footer{
	background: #445a6f;
	padding: 30px 0;
}

footer .row .col-sm-6{
	padding: 0;
}



footer .logo{
	font-family: 'Pacifico', cursive;	
	font-size: 30px;
	color: #607d97;
}

footer nav{
	float: right;
}

footer .pdng-bottom{
	padding-bottom: 30px;
}



footer .pdng-top{
	padding-top: 30px;
	border-top: 1px solid #607d97;
}

footer .caption{
	color: #607d97;
}

footer nav ul li {
    padding: 0 10px;
}

footer nav ul li a{
	text-transform: capitalize;
	font-size: 15px;
	color: #607d97;
}

footer nav ul li a:hover{
	color: #fff;
}


footer nav ul li a:hover:after {
    width: 0%;
}

footer nav ul li ul:before {
    border:none;
}

footer nav ul ul {
    min-width: 0px;
}


footer nav ul li ul li {
    background: #000;
    border: none;
    color: #fff;
    padding: 3px 11px;
    font-size: 13px;
    min-width: 100%; 
}

footer nav ul ul{
	position: absolute;
	left: -10px;
    top: -10px;
}


.scrollup{
	position: fixed;
    right: 0;
    bottom: 0;
    background: #03b4c8;
    color: #fff;
    padding: 13px 20px;
    cursor: pointer;
    font-size: 22px;
}





/*responsive*/


@media(max-width: 767px){

header{
	padding: 20px 0;
}


header .col-xs-12{
	padding: 0 30px;
	position: absolute;
    z-index: 6;
    left: 0;
    top: 78px;
    width: 100%;
    background: #fff;
}

.menu-icon{
	display: block;
    font-size: 23px;
    color: #2abdc2;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 30px;
    position: relative;
}

header nav{
	display: none;
	margin-left: 0px;

}

header nav ul li {
    float: none;
    margin-top: 1px;
    padding: 0;
 }

header nav ul li a {
    color: #fff;
    padding: 8px;
    background: #2abdc2;
}


header nav ul li:hover > ul,
header nav ul ul {
    position: static;
    display: none;
    width: 100%;
}

header nav > ul > li > ul:before {
    content: '';
    position: absolute;
    left: 10px;
    top: -35px;
    border: none;
}

header nav ul ul li a {
    background: #ccc;
     color: #000;
 }

header nav ul ul ul li a {
    background: #000;
    color:#fff;
 }

header .logo {
    padding: 0 15px;
}

header .child {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 12px;
    background: #ccc;   
    box-shadow: none;
    z-index: 1;
    display: block;
    font-size: 15px;
    cursor: pointer;
    transition: 0.5s;
}
header nav ul ul .child {
	background: #2abdc2;
}

.search-icon {
	color: #2abdc2;
    position: absolute;
    right: 0px;
    top: 20px;
}
.search-icon span {
    font-size: 22px;
    padding: 12px 0;
    cursor: pointer;
    color: #2abdc2;
    margin-right: 0px;
}


.search-input {
  	right: 7px;
    top: 58px;
    border-radius: 0px;
   }

.search-input:before {
    content: '';
    right: -13px;
    top: -45px;
}



.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    padding-right: 6px;
}

.banner {
    height: auto;
}

.slider1 .col-sm-12{
	padding: 0;
}

.tabs .tab-links li {
    float: none;
}

footer .row .col-sm-6{
	text-align: center;
}

footer nav{
	float: none;
}