

body{
	font-family: 'Open Sans', sans-serif;

}
@font-face {
font-family: 'GE Dinar One';
src: url('../font/GE_Dinar_One_Light.otf');
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: 'DomineRegular';
src: url('../font/Domine-Regular.ttf');
src: url('../font/Domine-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Dominebold';
src: url('../font/Domine-bold.ttf');
src: url('../font/Domine-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}


@font-face {
font-family: 'OpenSans-Light';
src: url('../font/OpenSans-Light.ttf');
src: url('../font/OpenSans-Light.ttf') format('truetype');
font-weight: thin;
font-style: normal;
}

@font-face {
font-family: 'OpenSans-Regular';
src: url('../font/OpenSans-Regular.ttf');
src: url('../font/OpenSans-Regular.ttf') format('truetype');
font-weight: medium;
font-style: normal;
}

@font-face {
font-family: 'OpenSans-Semibold';
src: url('../font/OpenSans-Semibold.ttf');
src: url('../font/OpenSans-Semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'OpenSans-Bold';
src: url('../font/OpenSans-Bold.ttf');
src: url('../font/OpenSans-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'OpenSans-ExtraBold';
src: url('../font/OpenSans-ExtraBold.ttf');
src: url('../font/OpenSans-ExtraBold.ttf') format('truetype');
font-weight: black;
font-style: normal;
}

@font-face {
font-family: 'OpenSans-ExtraBoldItalic';
src: url('../font/OpenSans-ExtraBoldItalic.ttf');
src: url('../font/OpenSans-ExtraBoldItalic.ttf') format('truetype');
font-weight: black;
font-style: italic;
}


.header {
	background:white;
	padding: 0.5em 0;
}

.header-logo{
	margin-left: 4%;
	float:left;
	width: 20%;
}
.lang{
	float:right;	
	margin-right: 4%;
	text-align:right; 
	

}
.backlang{
	background-color: #656767;

}
.lang a{
	color:white;
	padding-right: 4px;
}
.top-nav{
	float: right;
	width:75%;
	margin-top: 1em;


}
.top-nav ul{
	margin-left:230px; 
	padding:0;


}
.top-nav ul li{
	list-style-type:none;
	display:inline-block;
	padding-left: 5%;
}
.top-nav ul li a{
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #737373;
	position: relative;
	letter-spacing: 1px;
	padding-bottom: 1%;
}
.top-nav ul li a:hover,
.top-nav ul li a:focus {
	outline: none;
}
/*--bottom border enlarge--*/
.top-nav ul li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #417630;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.top-nav ul li a:hover::after,
.top-nav ul li a:focus::after,.top-nav ul li a.active::after{
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


.banner-title{
	color: #fff;
	text-align:center;

}

.banner-title p{
	font-size: 24px;
	font-weight: 600;
	text-align:center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);


}

.banner-title h2{
	text-align:center;
	font-size: 60px;	
	font-weight: 800;
	width: 100%;
 	letter-spacing: 5px;
   	text-transform: capitalize;
   	  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/

}

.banner1-dispo{
	margin-left: 30%;
	margin-right: -10%;

}
.banner1-dispo h2{
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner2-dispo{
	margin-top: -10%;
}
.banner2-dispo h2{
	text-align: left;
}
.banner2-dispo h2 span{
	margin-top: -20%;
}
.dispo2{
	margin-top: -20%;
	margin-left: 40%; 
}
.banner3-dispo h2{
	text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner3-dispo{
	float: left;
    margin-left: -30%;
	margin-right: 50%;
	margin-top: 20%;

}

.download {
	width: 18%;
	text-align: center;
	background: rgba(231, 199, 159, 0.5);
	padding: 1.3em 0;
	cursor: pointer;
}
.download a{
	color: #fff;
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 500;
}
.download a:hover{
	text-decoration:none;
	color:#fff;
}
a:focus,a:active{
	outline: none;
	border: none;
	text-decoration: none;
	color: #fff;
}
.download:hover{
	background-color: #29c5f2;
	transition:.5s all;
}
.about{
	text-align:center;	
	position:relative;
	margin-bottom: 2%;

}


.about h2 {
	
	color: #6b961c;
	font-size: 36px;
	font-weight: 600;

}
.about p {
	color: gray;
	font-weight: 400;
	font-size: 26px;
	width: 40%;
	margin: 0 auto;
}
/*.about span {
	position: absolute;
	top: 50%;
	left: 47%;
	width: 5%;
	height: 6px;
	background: #7b6c63;
	content: '';
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}*/
.about-bottom {
	background: #f5f5f5;
}
.about-bottom-left:nth-child(1) {
	padding: 7.6em 0 7.9em 6em;
}
.about-bottom-right:nth-child(2) {
	padding-right:0;
}
.about-bottom-left h4 {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	color: #7b6c63;
	letter-spacing: 1px;
}
.about-bottom-left p{
	color: #000;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: .5px;
}
.about-bottom-left p.top{
	margin: 1.5em 0;
}
.about-bottom-right img {
	width:100%;
}
.read-more{
	padding-top: 3em;



}
.butt input{
	color: #737373;
	font-size: 20px;
	background: #cfc91d;
	border: 2px solid #cfc91d;
	border-radius: 2px;
	padding-left: 5%;
	padding-right: 5%;
}
.butt input:hover{
	color: #737373;
	background: white;
	border: 2px solid white;
	
}
.read-more a{
	color: #737373;
	font-size: 16px;
	font-weight: 800;
	padding: .8em 1em;
	/*border: 2px solid rgb(65,118,48);
	border-radius: 5px;*/
	background: #cfc91d;
}
.read-more span{
	padding: 0px 9px;
	margin-left: 10px;
}
.read-more a:hover{
	background: #737373;
	transition:.5s all;
	text-decoration:none;
	color:#cfc91d;
	border-color:white;
}
.service{
	padding: 7em 0;
	text-align: center;
}
.service h4{
	margin: 0 0 .8em 0;
	font-size: 26px;
	font-weight: 600;
	color: #7b6c63;
	letter-spacing: 1px;
}
.service p{
	color: #000;
	font-size: 16px;
	margin: 0 auto;
	width: 87%;
	font-weight: 500;
	line-height: 1.8em;
	letter-spacing: .5px;
}
.service-grids {
	padding-top: 6em;
}
.service-grids p{
	color: #949494;
	width: 95%;
}
.service-grids h5 {
	font-size: 19px;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
	margin: 1.2em 0 1em 0;
}
.skills {
	background: url(../images/img2.jpg) no-repeat -55px 0px;
	background-size: cover;
	min-height: 460px;
	padding: 6em 0;
}
.skills h4 {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 1px;
}
.skill-circles {
	padding-top: 4em;
}
.circle-grids{
	float:left;
	width:18%;
	margin:0 10px;
	text-align: center;
}
.circle{
	padding-bottom:1.5em;
}
.circle-grids lable {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}
span.circles-number {
	font-size: 15px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
span.circles-text {
	font-size: 15px;
	color: white;
}
.circles-wrp {
	border: 4px solid #29C5F2;
	border-radius: 80%;
	padding: 6px 6px 0px;	
}
.gallery-grids-info{
	float:left;
	width:25%;
	position:relative;
	cursor:pointer;
}
.gallery-grids-info img{
	width:100%;
}
.gallery-grids-info:hover div.caption{
	display:block;
	transition:.5s all;
}
.caption{
	display:none;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 7%;
	left: 6%;
	background: rgba(0, 0, 0, 0.81);
	padding: 6em 8em;
}
.caption h4{
	margin: 0;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
}
.caption span{
	position: absolute;
	top: 54%;
	left: 45%;
	width: 10%;
	height: 4px;
	background: white;
	content: '';
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.caption p{
	margin: 3em 0 0;
	font-size: 15px;
	font-weight: 200;
	letter-spacing: 4px;
}
.project-portfolio{
	background: #1a1a1a;
	color: #fff;
	text-align: center;	
	padding: 6em 0;
}
.project-portfolio h4 {
	margin: 0;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 1px;
}
.project-portfolio p{
	margin: 1.5em 0 1em 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}
.project-portfolio a{
	color: #29c5f2;
	font-size: 18px;
	font-weight: 400;
}
.project-portfolio a:hover{
	color:#fff;
	text-decoration:none;
	transition:.5s all;
}
.sea-all {
	padding: 6em 0;
	text-align: center;
}
.sea-all a {
	padding: 1em 2.5em;
	border-radius: 5px;
}
/*--team--*/
.team{
	background:white;
}
.team-grids {
	padding: 1em 0 6em 0;
	text-align:center;

}

.team-grids h3{
	font-size: 30px;
}
.team-grids p{
	font-size: 20px;
}
.team-grids-info{
	position:relative;
}
.team-grids-info img{
	width:100%;
}
.team-grids-text{
	text-align: center;
	color: black;
	border: 3px solid #e4e4e4;
	margin-top: 2em;
	padding: 1em 0;
}
.team-grids-text h3 {
	margin: 10px 0;
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}
.team-grids-text h5 {
	font-size: 14px;
	margin: 10px 0;
	font-weight: 600;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
}
.icons{
	display:none;
	position: absolute;
	top: 0%;
	left: 4%;
	background: rgba(0, 0, 0, 0.76);
	padding: 11.7em 5.7em;
}
.icons ul{
	padding:0;
	margin: 0;
}
.icons ul li{
	display:inline-block;
}
.icons ul li a{
	background: url(../images/icons-sprite.png) no-repeat  1px -16px;
	margin-right: 5px;
	padding: 20px 28px;
}
.icons ul li a:hover{
	background: url(../images/icons-sprite.png) no-repeat  1px -79px;
	padding: 20px 28px;
	transition:.5s all;
}
.icons ul li a.fb{
	background: url(../images/icons-sprite.png) no-repeat -61px -16px;
}
.icons ul li a.fb:hover{
	background: url(../images/icons-sprite.png) no-repeat -61px -79px;
}
.icons ul li a.in{
	background: url(../images/icons-sprite.png) no-repeat -119px -16px;
}
.icons ul li a.in:hover{
	background: url(../images/icons-sprite.png) no-repeat -119px -79px;
}
.team-grids-info:hover div.icons{
	display:block;
	transition:.5s all;
}
.team-grids-info:hover .team-grids-text{
	border-color:#000;
}
.our-clients{
	background: #1a1a1a;
	text-align: center;
	padding: 6em 0 8em 0;
}
.our-clients h4{
	margin: 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 1px;
}
.our-clients p{
	color: #929292;
	font-size: 17px;
	margin: 2em auto;
	width: 70%;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.our-clients span{
	color: #7b6c63;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: .5em;
}
.our-clients a{
	color: #29c5f2;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}
.our-clients a:hover{
	text-decoration:none;
	color:#fff;
}
/*------------------ Slider Part starts Here----------*/

#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
/*-- single --*/
.opinion h3{
	font-size: 23px;
	margin: 0 0 1em 0;
	font-weight: 700;
	color: #868686;
}
.opinion form input[type="text"] {
	width: 100%;
	color: #898888;
	outline: none;
	font-size: 16px;
	padding: .5em;
	margin: 0 .5em 1em 0;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}
.opinion form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 16px;
	outline: none;
	resize:none;
	padding: .5em;
	border: solid 1px #D5D4D4;
	min-height: 125px;
	-webkit-appearance: none;
}
.opinion form input[type="submit"] {
	border: none;
	outline: none;
	color: #20aedc;
	background: none;
	font-size: 18px;
	font-weight: 600;
	margin: .6em 0;
	-webkit-appearance: none;
}
.blog-left-bottom p{
	font-size: 14px;
	margin: 0;
	color: #575353;
	line-height: 1.5em;
}
.blog-left-bottom {
	margin: .5em 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 48%;
	left: 4%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 35px;
	width: 23px;
	background: transparent url("../images/icons.png") no-repeat 1px -5px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	right: 5%;
	top: 44%;
	background: url(../images/icons.png)no-repeat -29px -4px;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
		list-style: none;
		position: absolute;
		top: 111%;
		z-index: 111;
		left: 47%;
		padding: 0;
		margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
} 
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
}
@media screen and (max-width: 600px){
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: 'Open Sans', sans-serif;
	visibility: visible;
	display: block;
	height: 15px;
	border-radius: 17px;
	width: 15px;
	display: inline-block;
	border: 2px solid white;
}
.callbacks_here a:after{
	background: #fff;
}
/*--//slider end here--*/
/*--blog--*/
.blog {
	position:relative;
}
.blog-grids{
	padding-bottom: 5em;
	position:relative;
}
.blog-grids-left{
	float:left;
	width: 41.5%;
	margin-right: 5em;
}
.blog-grids-right{
	float:left;
	width: 45%;
}
.rt-img{
	width:41.5%;
}
/*----*/
ul.callbacks_tabs.callbacks2_tabs {
	left: 2%;
	top: 85%;
}
a.callbacks2_s1 {
	height: 13px;
	width: 13px;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: 'Open Sans', sans-serif;
	visibility: visible;
	display: block;
	height: 13px;
	border-radius: 17px;
	width: 13px;
	display: inline-block;
	border: 2px solid white;
}
/*--//--*/
.lt-text{
	text-align:right;
}
.blog-grids img{
	width:100%;
}
.blog-grids span{
	color:#7b6c63;
	font-size: 16px;
	font-weight: 500;
}
.blog-grids a.bracket {
	font-weight: 700;
}
.blog-grids a.bracket:hover {
	text-decoration:none;
	transition:.5s all;
	color:#29c5f2;
}
.blog-grids h4 a{
	margin: .5em 0 1em 0;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
}
.blog-grids h4 a:hover{
	text-decoration:none;
	color:#29c5f2;
	transition:.5s all;
}
.blog-grids p{
	color: #949494;
	font-size: 16px;
	margin: 1.5em auto;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .5px;
}
/*--dived-line--*/
.caption-imag{
	position:absolute;
	top: 0%;
	left: 44%;
}
.round-shape{
	padding: 0 6px;
	background: #ebebeb;
	border-radius: 25px;
}
.caption-imag .round-shape p{
	visibility: hidden;
	margin: 0;
	font-size: 12px;
}
span.dived-line{
	position: absolute;
	top: 0%;
	left: 44.7%;
	width: 1px;
	height: 65em;
	background: #ebebeb;
}
.all-post{
	position: absolute;
	bottom: 6%;
	left: 43.2%;
}
.all-post p{
	background: #29c5f2;
	color: white;
	font-size: 15px;
	text-align: center;
	width: 98%;
	padding: 1.2em 1em;
	font-weight: 400;
	border-radius: 61px;
	border: 7px solid #ebebeb;
}
/*--contact--*/
.contact{
	background:#f5f5f5;
	text-align:center;
	padding: 5em 0;
}
.contact h3{
	color: #7b6c63;
	margin: 2em 0 2em 0;
	font-size: 3em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
form {
	width: 75%;
	margin: 0 auto;
}
.contact input[type="text"] {
	display: inline-block;
	background: none;
	border: 1px solid #000;
	box-shadow: 1px 1px rgb(139, 135, 135);
	width: 47%;
	margin: 0 2.6em 3em 0;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 15px 10px 15px;
}
.contact input[type="email"] {
	display: inline-block;
	background: none;
	border: 1px solid #000;
	box-shadow: 1px 1px rgb(139, 135, 135);
	width: 47%;
	margin-bottom: 3em;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 15px 10px 15px;
}
.contact textarea {
	background: none;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	box-shadow: 1px 1px rgb(139, 135, 135);
	display: block;
	height: 150px;
	outline: none;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	resize: none;
	padding: 10px 15px 10px 15px;
}
.contact input[type="submit"] {
	background: none;
	border: 1px solid #000;
	padding: .5em 0;
	width: 21%;
	margin-top: 2em;
	font-size: 19px;
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
	box-shadow: 1px 1px rgb(139, 135, 135);
}
.contact input[type="submit"]:hover{
	color: #fff;
	background: #29c5f2;
	border-color: #29c5f2;
	transition: .5s all;
	outline: none;
}

#fo2{
background: rgba(11,11,11, 1) no-repeat ;
	 background-size:cover;

}

#fo3{
background: url(../images/qui.jpg) no-repeat ;
	 background-size: 100% 100%;

}


#fo1{
	

	width: 100%;
	vertical-align: middle;
	margin-left: 15%;
	margin-top: 2%;
	margin-bottom: 2%;

}

#fo1 h2{
	padding-right: 20%;
	font-size: 36px;
	font-weight: 800;

}
#fo1 h4{

	text-align: justify;
	padding-right: 20%;
	font-size: 18px;
	font-weight: normal;

}
.footer1 iframe{

    text-align: justify;
    width:70%;
	height:320px;	
  }
	
.play{
		padding-bottom: 2%;
		

}


.footer{
	background:rgb(11,11,11);
	padding: 3em 0 0em 0;
}
.footer h2{
	color: white;
	font-weight: 800;
	font-size: 20px;
	padding-bottom: 10%;
}
.footer h3{
	color: white;
	font-size: 20px;
	font-weight: normal;
}
.footer p{
	font-weight: 300;
}


.footer-grids label{
	color: white;
	font-size: 20px;
	font-weight: normal;

	
}

.footer-logo:nth-child(1){
	padding:0;
}
.footer-logo p.logo-text {
	margin-top: 1.5em;
}
.footer-grids h4{
	margin: 0 0 0.5em 0;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 1px;
	color: white;
}
.footer-grids h5 {
	margin: 0;
	color: white;
	font-size: 11px;
	font-weight: 600;
}
.recent-posts-text{
	padding: 2em 0 1.6em;
	border-bottom: 2px solid #2b2b2b;
}
.recent-posts-text p{
	margin: 5px 0 0 0;
	font-weight: 500;
}
.recent-posts-text span {
	color: #7b6c63;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: 5px;
}
.address:nth-child(4){
	padding:0;
}
.address ul{
	margin: 2.5em 0 0 0;
	padding: 0;
}
.address ul li{
	list-style-type: none;
	display: block;
	padding: .5em 0;
	font-size: 14px;
	font-weight: 300;
	color: white;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}
.address ul li a{
	text-decoration: none;
	color: white;
}
.address ul li a:hover{
	color:#29c5f2;
	transition:.5s all;
}
.address ul li span{
	background: url(../images/icons-sprite.png)no-repeat -46px 3px;
	padding: 0px 7px;
	margin-right: 12px;
}
.address ul li span.ph-no{
	background: url(../images/icons-sprite.png)no-repeat -63px 5px;
}
.address ul li span.mail{
	background: url(../images/icons-sprite.png)no-repeat -113px 5px;
	margin-right: 15px;
}
.footer-bottom{
	background:#000000;
	text-align:center;
	padding: 1em 0;
}
.footer-bottom img{
	margin-left: 2%;
}
.footer-bottom p{
	color: #595959;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.footer-bottom p a{
	transition: .5s all;
	color:white;
	margin-left: 5px;
}
.footer-bottom p a:hover{
	text-decoration: none;
	color:#b4b4b4 ;
}
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 7%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*---- responsive-design -----*/
@media(max-width:1600px){
.banner {
	background: url(../images/banner.jpg) no-repeat 0px -118px;
	background-size: cover;
}
/*.banner-title {
	margin: -25em -25em -25em -25em;

}*/
.about-bottom-left:nth-child(1) {
	padding: 4.6em 0 4.6em 6em;
}
.caption {
	top: 6.5%;
	left: 5%;
	padding: 5em 7em;
}
}

@media(max-width:1440px){
.banner {
	background: url(../images/banner.jpg) no-repeat 0px -118px;
	background-size: cover;
}

/*.banner-title {
	margin: -25em -25em -25em -25em;

}*/

.about-bottom-left:nth-child(1) {
	padding: 4.6em 0 4.6em 6em;
}
.caption {
	top: 6.5%;
	left: 5%;
	padding: 5em 7em;
}
}
@media(max-width:1366px){
.banner {
	background: url(../images/banner.jpg) no-repeat 0px -53px;
	background-size: cover;
}
/*.banner-title {
	margin: -25em -25em -25em -25em;

}*/
.about-bottom-left:nth-child(1) {
	padding: 4em 0 4.4em 6em;
}
.caption {
	top: 8%;
	left: 4%;
	padding: 4.5em 6.5em;
}
.all-post {
	position: absolute;
	bottom: 6%;
	left: 42.2%;
}
.about-bottom-left p.top {
	margin: 1em 0;
}
.about-bottom-left p.top {
	margin: 1em 0;
}
}
@media(max-width:1280px){
.about-bottom-left:nth-child(1) {
	padding: 3em 0 3.8em 3em;
}
.read-more a {
	font-size: 15px;
}
.read-more {
	padding-top: 2.5em;
}
.caption {
	top: 7%;
	left: 5%;
	padding: 4em 5.5em;
}
.sea-all {
	padding: 6em 0;
	text-align: center;
}
.all-post {
	left: 41.6%;
}
.contact input[type="submit"] {
	width: 19%;
}
}

}
@media(max-width:1024px){
.top-nav {
	width: 67%;
}
.top-nav ul li {
	padding: 0 1.2em;
}

.banner-title p {
	font-size: 1.5em;
}
.banner-title h2 {
	font-size: 3.5em;
	width: 70%;
}
.download {
	width: 20%;
}
.download a {
	font-size: 14px;
}
/*.banner-title {
	margin: -25em -25em -25em -25em;

}*/
.about h3 {
	font-size: 2.5em;
	margin: 0 0 1.2em 0;
}
.about span {
	top: 50%;
}
.about p {
	font-size: 16px;
	width: 44%;
}
.about-bottom-left h4 {
	font-size: 24px;
}
.about-bottom-left p.top {
	display: none;
}
.about-bottom-left p {
	font-size: 15px;
	margin: 16px 0 0 0;
	overflow: hidden;
	height: 162px;
}
.read-more {
	padding-top: 2em;
}
.read-more a {
	font-size: 14px;
	padding: .8em;
}
.service h4 {
	font-size: 24px;
}
.service {
	padding: 5em 0;
}
.service p {
	font-size: 15px;
	width: 90%;
}
.service-grids {
	padding-top: 5em;
}
.service-grids h5 {
	font-size: 17px;
}
.service-grids p {
	width: 98%;
	font-size: 14px;
}
.skills {
	padding: 4em 0;
}
.crcl-5{
	display:none;
}
.circle-grids {
	width: 20%;
	margin: 0 23px;
}
.caption {
	top: 4.5%;
	left: 3%;
	padding: 3em 4em;
}
.project-portfolio h4 {
	font-size: 1.6em;
}
.project-portfolio p {
	font-size: 17px;
}
.project-portfolio {
	padding: 5em 0;
}
.sea-all{
	padding: 5em 0px;
}
.sea-all a {
	font-size: 14px;
	padding: .8em 1.5em;
}
.icons {
	left: 5%;
	padding: 9.35em 3.3em;
}
.team-grids-text h3 {
	font-size: 20px;
	letter-spacing: 1px;
}
.team-grids-text h5 {
	letter-spacing: 1px;
}
.our-clients h4 {
	font-size: 1.6em;
}
.our-clients p {
	font-size: 15px;
	margin: 1.5em auto;
	width: 74%;
}
.our-clients {
	padding: 5em 0 7em 0;
}
.blog-grids h4  a{
	margin: 1em 0 0 0;
	font-size: 22px;
}
.blog-grids p {
	font-size: 15px;
}
span.dived-line {
	left: 45%;
	height: 56.5em;
}
.all-post {
	left: 40.5%;
}
.contact h3 {
	font-size: 2.5em;
}
form {
	width: 85%;
}
.contact input[type="text"] {
	width: 46%;
	margin: 0 2.8em 2em 0;
}
.contact input[type="email"] {
	margin-bottom: 2em;
}
.contact textarea {
	height: 120px;
}
.contact input[type="submit"] {
	width: 19%;
	font-size: 17px;
}
.footer-logo p.logo-text {
	margin-top: 1em;
	overflow: hidden;
	height: 82px;
}
.recent-posts p {
	overflow: hidden;
	height: 24px;
}
.address p {
	letter-spacing: 0.5px;
	overflow: hidden;
	height: 148px;
}
.address ul li {
	overflow: hidden;
	height: 32px;
}
.footer-bottom p {
	font-size: 15px;
}
}
@media(max-width:768px){
.banner {
	background: url(../images/banner.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.header {
	background: rgba(76, 83, 110, 0.26);
	padding: 1.5em 0;
}
.header-logo {
	width: 25%;
	margin-left: 1em;
}
.top-nav {
	width: 30%;
	margin: 0 2em 0 0;
}
/*.banner-title {
	margin: -25em -25em -25em -25em;

}*/
.banner-title p {
	font-size: 1.2em;
}
.banner-title h2 {
	font-size: 2.8em;


}
.download {
	padding: 1em 0;
	width: 24%;
}
.download a {
	font-size: 13px;
}
span.menu {
	display: block;
	position: relative;
	cursor: pointer;
	float: right;
	background: url(../images/menu-icon.png)no-repeat 0px 0px;
	background-size: 32px 32px;
	padding: 16px;
	margin:0;
	margin:0;
}
.top-nav  ul.nav1{
	display:none;
	padding-bottom: 5px;
	margin:0;
	z-index: 999;
	position: absolute;
	width: 100%;
	left: 0;
	top: 9%;
}
.top-nav ul.nav1 li {
	display: block;
	text-align: center;
	background: rgba(123, 120, 119, 0.96);
	margin: 0;
	width: 100%;
	padding:0;
}
.top-nav ul li a {
	color: white;
	display: block;
	padding:.5em 0;
	font-size: 16px;
	border:none;
}
.top-nav ul li a :hover{
	border:none;
}

.about h3 {
	font-size: 2.2em;
}
.about p {
	font-size: 15px;
	width: 51%;
}
.about-bottom-left h4 {
	font-size: 23px;
}
.about-bottom-left p {	
	overflow: hidden;
	width: 99%;
}
.about-bottom-right:nth-child(2) {
	padding-right: 1em;
}
.service {
	padding: 4em 0;
}
.service-grids {
	padding-top: 3em;
}
.service-grids .col-md-4 {
	float: left;
	width: 33.33%;
}
.service-grids h5 {
	font-size: 15px;
}
.service-grids p {
	font-size: 14px;
	line-height: 1.5em;
	overflow: hidden;
	height: 4.3em;
}
.skills {
	padding: 6em 0 0em 0;
}
.skill-circles {
	padding-top: 4em;
	overflow: hidden;
	height: 19.7em;
}
.circle-grids lable {
	font-size: 16px;
}
.circle-grids {
	width: 26%;
}
.gallery-grids {
	overflow: hidden;
	height: 13em;
}
.gallery-grids-info {
	float: left;
	width: 33.3%;
}
.caption {
	top: 3.5%;
}
.project-portfolio h4 {
	font-size: 1.5em;
}
.project-portfolio p {
	font-size: 15px;
	margin: 1em 0 1em 0;
}
.project-portfolio a {
	font-size: 16px;
}
.sea-all {
	padding: 4em 0px;
}
.team-grids-info {
	float: left;
	width: 50%;
}
.team-grids-info:nth-child(3){
	display:none;
}
.icons {
	left: 4%;
	padding: 11em 5em;
}
.team-grids {
	padding: 1em 0 4em 0;
}
.team-grids-text h3 {
	font-size: 18px;
}
.team-grids-text h5 {
	letter-spacing: 0px;
}
.our-clients h4 {
	font-size: 1.5em;
}
.our-clients {
	padding: 4em 0 6em 0;
}
.callbacks_tabs {
	top: 106%;
	left: 45%;
}
.blog-grids h4 a{
	margin: .8em 0 0 0;
	font-size: 18px;
}
.blog-grids p {
	margin: 1em auto;
}
.blog-grids-left {
	width: 45%;
	margin-right: 4em;
}
span.dived-line {
	left: 49%;
	height:  48em;
}
.caption-imag {
	left: 47.7%;
}
.all-post {
	left: 43%;
}
.contact h3 {
	font-size: 2.2em;
}
.contact input[type="text"] {
	width: 47%;
	margin: 0 1.8em 2em 0;
}
.contact input[type="submit"] {
	font-size: 15px;
}
.footer-logo:nth-child(1) {
	padding-right: 1em;
}
.footer-logo {
	float: left;
	width: 50%;
}
.recent-posts {
	float: left;
	width: 50%;
}
.recent-posts:nth-child(3) {
	padding-top:3em;
}
.recent-posts-text{
	padding: 1em 0 1.2em;
}
.footer-logo p.logo-text {
	height: 81px;
}
.address:nth-child(4) {
	padding: 3em 0 0 1em;
}
.address {
	float: right;
	width: 50%;
}
.address ul {
	margin: 0;
}
.address ul li a {
	font-size: 15px;
}
.address p {
	height: 135px;
}
}
@media(max-width:640px){
.top-nav ul.nav1 {
	top: 9.5%;
}
.top-nav ul li a {
	font-size: 15px;
}
.header-logo img {
	width: 100%;
}
.banner-title h2 {
	font-size: 2.2em;
}
.download {
	padding: .8em 0 .5em;
	width: 30%;
}
.about h3 {
	font-size: 2em;
}
.about p {
	width: 65%;
}
.about-bottom-left h4 {
	font-size: 20px;
}
.read-more a {
	padding: .5em .8em;
}
.service h4 {
	font-size: 20px;
}
.service-grids h5 {
	letter-spacing: 0.5px;
}
.circle-grids {
	width: 42%;
}
.gallery-grids {
	height: 10.8em;
}
.caption h4 {
	font-size: 15px;
}
.caption p {
	font-size: 14px;
	letter-spacing: 2px;
}
.caption {
	top: 5.4%;
	left: 2%;
	padding: 2.1em 3.5em;
}
.project-portfolio {
	padding: 4em 0;
}
.project-portfolio h4 {
	font-size: 1.3em;
}
.project-portfolio a {
	font-size: 15px;
}
.project-portfolio p {
	font-size: 14px;
}
.about h3 {
	font-size: 1.8em;
}
.icons {
	left: 5%;
	padding: 8.75em 2.8em;
}
.team-grids-text h3 {
	font-size: 17px;
}
.team-grids-text h5 {
	letter-spacing: 0px;
	font-weight: 500;
}
.our-clients h4 {
	font-size: 1.3em;
}
.our-clients p {
	width: 80%;
	margin: 1em auto;
}
.callbacks_tabs a:after {
	height: 11px;
	width: 11px;
}

.blog-grids-left {
	margin-right: 3.5em;
}
.blog-grids-right {
	width: 46%;
}
.blog-grids span {
	font-size: 15px;
}
.blog-grids h4  a{
	font-size: 14px;
}
.blog-grids p {
	font-size: 14px;
}
.blog-grids {
	padding-bottom: 1.5em;
}
.all-post {
	left: 41.5%;
	bottom: 2%;
}
.contact {
	padding: 3em 0;
}
.contact h3 {
	font-size: 2em;
}
form {
	width: 95%;
}
.contact input[type="text"] {
	width: 43%;
	font-size: 17px;
}
.contact input[type="email"] {
	font-size: 17px;
}
.contact textarea {
	font-size: 17px;
	height: 100px;
}
.footer-logo img {
	width: 52%;
}
}
@media(max-width:480px){
.top-nav ul.nav1 {
	top: 10%;
}
.header-logo {
	width: 28%;
}
.banner-title p {
	font-size: 1em;
}
.banner-title h2 {
	font-size: 2em;
	width: 100%;

}
.download {
	padding: .8em 0 .5em;
	width: 41%;
}
.about h3 {
	font-size: 1.5em;
}
.about p {
	width: 83%;
}
.about-bottom-left h4 {
	font-size: 18px;
}
.read-more a {
	padding: .5em;
}
.service h4 {
	font-size: 18px;
}
.service p {
	width: 100%;
	font-weight: 400;
}
.service-grids h5 {
	font-size: 14px;
}
.skills {
	padding: 3em 0 0em 0;
	min-height: 382px;
}
.circle {
	padding-bottom:15px;
}
.circle-grids {
	width: 43%;
	margin: 0 15px;
}
.skill-circles {
	height: 19em;
}
.skills h4 {
	font-size: 1.5em;
}
.gallery-grids-info {
	width: 50%;
}
.caption {
	top: 5%;
	left: 3%;
	padding: 2.1em 4.2em;
}
.project-portfolio h4 {
	font-size: 1.2em;
}
.project-portfolio p {
	width: 81%;
	margin: 1em auto;
}
.sea-all {
	padding: 3em 0px;
}
.team-grids-info:nth-child(1) {
	padding: 0;
	margin-right: 16px;
}
.team-grids-info:nth-child(2) {
	padding: 0;
}
.team-grids-info {
	width: 48%;
}
.icons {
	left: 0%;
	padding: 6.65em 0.81em;
}
.icons ul li a {
	background: url(../images/icons-sprite.png) no-repeat 1px -16px;
	padding: 20px 28px;
}
.icons ul li a.in {
	margin: 0;
}
.team-grids-text h3 {
	font-size: 15px;
}
.our-clients {
	padding: 3em 0 5em 0;
}
.our-clients p {
	width: 99%;
	letter-spacing: 0.5px;
}
.our-clients span {
	font-size: 17px;
}
.callbacks_tabs {
	left: 42%;
}
.blog-grids-left {
	margin-right: 2.5em;
}
.blog-grids-right {
	width: 46.9%;
}
.blog-grids-right  p {
	overflow: hidden;
	height: 81px;
}
.caption-imag {
	left: 47.1%;
}
.lt-text {
	width: 46.5%;
}
.rt-img {
	width: 45%;
}
.blog-grids-left p {
	overflow: hidden;
	height: 81px;
}
.callbacks_nav {
	top: 29%;
	left: 2%;
}
.callbacks_nav.next {
	left: auto;
	right: 3%;
	top: 29%;
}
ul.callbacks_tabs.callbacks2_tabs {
	top: 77%;
}
span.dived-line {
	height: 40em;
}
.all-post {
	left: 38.7%;
	bottom: 4%;
}
.contact h3 {
	font-size: 1.8em;
}
form {
	width: 90%;
}
.contact input[type="text"] {
	width: 100%;
	font-size: 16px;
	margin: 0 0 1em 0;
}
.contact input[type="email"] {
	font-size: 16px;
	width: 100%;
	margin-bottom: 1em;
}
.contact textarea {
	font-size: 16px;
	height: 90px;
}
.contact input[type="submit"] {
	width: 45%;
}
.footer-logo p.logo-text {
	height: 50px;
	margin: 0;
}
.recent-posts:nth-child(3) {
	padding: 3em 1em 0 0;
}
.about span {
	top: 49%;
	left: 45%;
	width: 10%;
}
}
@media(max-width:320px){
.header {
	padding: 1em 0;
}
.header-logo {
	width: 42%;
	margin: 4px 0 0 0;
}
.top-nav {
	margin: 0 5px 0 0;
}
.banner-title {

}
.banner-title h2{
	font-size: 1.4em;


}
.banner-title p{
	font-size: 13px;
}
.download {
	padding: 5px;
	width: 53%;
}
.download a {
	letter-spacing: 0.5px;
	font-size: 12px;
}
.top-nav ul.nav1{
	top: 12%;
}
.top-nav ul li a {
	font-size: 14px;
}
.about h3 {
	font-size: 1.4em;
}
.about p {
	width: 100%;
	font-size: 14px;
}
.col-md-6:nth-child(1),.col-md-6:nth-child(2){
	padding: 0 10px;
}
.about span {
	top: 44%;
	left: 42%;
	width: 15%;
	height: 5px;
}
.about-bottom-left h4 {
	font-size: 17px;
}
.about-bottom-left:nth-child(1){
	padding: 3em 0 3em 1em;
}
.read-more a {
	font-size: 12px;
}
.read-more span {
	margin-left: 5px;
	background: url(../images/icons-sprite.png) no-repeat -23px 2px;
}
.about-bottom-left p {
	font-size: 14px;
	width: 97%; 
	height: 148px;
}
.service {
	padding: 3em 0;
}
.service p {
	font-size: 14px;
}
.service p {
	width: 100%;
	font-weight: 400;
	overflow: hidden;
	height: 97px;
}
.service-grids {
	padding-top: 2em;
}
.col-md-4:nth-child(3){
	display: none;
}
.service-grids .col-md-4 {
	width: 50%;
}
.col-md-4:nth-child(1),.col-md-4:nth-child(2){
	padding: 0;
}
.service p {
	height: 71px;
}
.service-grids  p {
	height: 66px;
}
.skills {
	padding: 2em 0 0em 0;
}
.skill-circles {
	height: 49em;
}
.skill-circles {
	padding-top: 2em;
	height: 47em;
}
.circle-grids {
	width: 94%;
	margin: 0;
}
.gallery-grids {
	height: 31.6em;
}
.gallery-grids-info {
	width: 100%;
	float: none;
}
.caption {
	top: 5%;
	left: 4.5%;
	padding: 4.5em 6.4em;
}
.project-portfolio {
	padding: 4em 0;
}
.project-portfolio p {
	width: 100%;
	letter-spacing: 0px;
}
.team-grids {
	padding: 1em 0;
}
.team-grids-info {
	width: 100%;
}
.team-grids-info:nth-child(1) {
	margin-right:0;
}
.icons {
	padding: 9em 3.12em;
}
.team-grids-text {
	margin: 2em 0;
	width: 100%;
}
.team-grids {
	padding: 1em 0;
}
.our-clients h4 {
	font-size: 1em;
}
.our-clients p {
	width: 100%;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.our-clients span {
	font-size: 14px;
}
.callbacks_tabs {
	left: 39%;
}
.blog-grids-left {
	width: 100%;
	margin: 0;
}
.blog-grids-right {
	width: 100%;
}
.blog-grids-right p {
	height: 122px;
}
span.dived-line {
	display: none;
}
.caption-imag {
	display: none;
}
.all-post {
	left: 33%;
	bottom: 2%;
}
.contact {
	padding: 2em 0;
}
form {
	width: 100%;
}
.contact input[type="submit"] {
	width: 41%;
	font-size: 14px;
}
.footer {
	padding: 3em 0 2em 0;
}
.footer-logo {
	float: none;
	width: 100%;
}
.recent-posts {
	float: none;
	width: 100%;
}
.recent-posts:nth-child(2) {
	padding: 3em 0 0 0;
}
.address {
	float: none;
	width: 100%;
}
.address:nth-child(4) {
	padding: 3em 0 0 0em;
}
.footer-bottom p {
	font-size: 14px;
}
.footer-bottom {
	padding: 2em 0;
}
}
/*----//responsive-design -----*/
.ab98{
	text-align:center;	
	position:relative;
	margin-bottom: 3%;
	margin-top: 2%;

}
.ab98 h1 {
	
	color: black;
	font-family: 'DomineRegular',sans-serif;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 12%;

}
.ab98 img {
	margin-bottom:15%;
	
}
.ab98 p {
	color: #737373;
	font-weight: normal;
	font-size: 20px;
	width: 100%;
	
}
.ab98 span {
	color: #417630;
	font-weight: normal;
	font-size: 20px;
	width: 100%;
	
}
#ab99 img {
	margin-right:5%;
	margin-top: 5%;
	
}

#ab1 h2{
	
	color: black;
	font-family: 'DomineRegular',sans-serif;
	font-size: 36px;

}
#ab1 h1{
	
	color: #417630;
	font-size: 16px;

}
#ab1 span{
	
	font-weight: bold;
}
#ab1 p{
	

	text-align: center;
	width: 100%;
	font-size: 18px;
	margin-bottom: 4%;


}
#ab1 {
	margin-top: 2%;
	margin-bottom: 7%;
	width: 100%;
}

#ab01 h2{
	
	color: white;
	font-size: 36px;
   text-align: left;
}
#ab01 h4{
	font-size: 18px;
    text-align: left;
	color: white;
	
}
#ab01 p{
	f
	color: white;
	font-size: 20px;
   text-align: justify;
}
#ab001 {
	margin-right: 20%;
   text-align: center;
   margin-bottom: 2%;
   color:#417630;
}
#ab001 a{
	
   color:#417630;
}
.ab1 p{
	text-align: justify;
	
}
.ab2 p{
	text-align: justify;	
	
}
#ab86 h1{
	color: #737373;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-left: 20%;
	padding-right: 20%;


}
#ab86 h5{
	color: #b4b4b4;
	font-size: 12px;
	text-align: center;	
	padding-left: 20%;
	padding-right: 20%;

	
}

.ab860{
	   
	border-right: 1px solid #b4b4b4;

}
#ab86 img{
	vertical-align: center;
	height: 50px;
	}



/*video*/



#portfolio p{
	color: #ffffff;
	text-align: left;
    width: 100%;
    font-size: 22px;
    background: rgba(76, 83, 110, 0.2) ;
    margin-bottom: -10px;
    margin-top: -30px;


	

}
#portfolio h2{
	text-align: left;
	color: white;  
	font-size: 25px;
	margin-top: -80px;
	margin-bottom: 10px;

	   
}

.portofoliob{
margin: 18em 0; 
}


.backp {

	background: url(../images/quinoa.jpg) no-repeat 0px -207px;
	background-size: cover;


}



#ab00 p{
	text-align: justify;
	width: 100%;
		margin: 18em 0;
}



#ab00 h2{
	color: black;
	width: 100%;
	font-size: 20px;
	
	
}


.opro{
	color: rgb(65,118,48);
	vertical-align: middle;
	text-align: center;
}


.read-moreprod{
	padding-top: 3em;
	margin-left: 45%;


}
.read-moreprod a{
	color: white;
	font-size: 16px;
	font-weight: 500;
	padding: .8em 1em;
	border: 2px solid #6b961c;
	border-radius: 5px;
	background: #6b961c;
	vertical-align: middle;
	text-align: center;
}

.read-moreprod a:hover{
	background: #29c5f2;
	transition:.5s all;
	text-decoration:none;
	color:#fff;
	border-color:#29c5f2;
}

.gre{
	color: #417630;
	
}
.gree{
	color: #417630;
  
}
.gr{
color: #737373;
width: 100%;

}

.backrecip{
	background: url(../images/is-quinoa-good-for-breakfast.jpg) no-repeat;
	background-size: cover;

}
.recip{
	font-family: 'DomineRegular',sans-serif;
	text-align:center;	
	position:relative;
	margin: 18em 0;


	

}
.frontrecip{
	background: rgba(247, 239, 227, 0.7);
	border-radius: 8px;

}


.recip h1 {
	
	color: #616265;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5%;

}

.recip h2 {
	
	color: black;
	font-size: 30px;
	font-weight: 600;
	


}
.bord1 {
	border-bottom: 2px solid #417630;
	border-width: 5px;
    margin-left: 45%;
    margin-right: 45%;
    margin-bottom: 2%;
}

.bord2 {
	border-bottom: 2px solid #616265;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 2%;
}
#bord3 {
	border-right: 2px solid #616265;
	text-align: justify;
	padding-right: 70px;

}
.recip h3 {
	
	color: #515356;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2%;

}
.recip h5 {
	
	color: #616265;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 2%;

}
.recip p {
	color: #616265;
	font-size: 16px;
	font-weight: 600;
	margin-top: 12%;	
	margin-bottom: 20%;
}

.ar {
	font-family: 'GE Dinar One',sans-serif;
}




.backproduc{
	background: url(../images/proc.jpg) no-repeat;
	background-size: cover;

}
.produc{
	
	text-align:center;	
	position:relative;
	margin: 18em 0;	

}
.frontproduc{
	background: rgba(251, 251, 250, 0.7);
	border-radius: 8px;

}




.produc h2 {
	font-family: 'DomineRegular',sans-serif;
	color: black;
	font-size: 36px;
	font-weight: 600;
	margin-top: 10%;

}

.produc p {
	
	color: #515356;
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 10%;
	padding-left: 10%;
	padding-right: 10%;

}



.product{
	
	text-align:center;	
	position:relative;
	margin: 10em 0;	

}

.product h2 {
	font-family: 'DomineRegular',sans-serif;
	color: black;
	font-size: 36px;
	font-weight: 600;

}
.product h3 {
	
	color: #737373;
	font-size: 18px;
	font-weight: 400;
	text-align: center;

}

.product p {
	margin-top: 15%;
	color: #737373;
	font-size: 18px;
	font-weight: 300;
	text-align: left;

}
.grp {

	font-size: 18px;
	font-weight: 600;
}
#pr{

	text-align: left;
}


/*team*/
.team{
	
	text-align:center;	
	position:relative;
	

}

.backteam{
	background: url(../images/teamwork.jpg) no-repeat;
	background-size: cover;
		

}

.oteam{
	
	text-align:center;	
	position:relative;
	margin-bottom: 18em;	

}

.oteam h2 {
	font-family: 'DomineRegular',sans-serif;
	color:  black;
	font-size: 36px;
	font-weight: 600;

}
.oteam h3 {
	
	color:  white;
	font-size: 18px;
	font-weight: 400;
	text-align: center;

}
.oteam h4 {
	
	color:  white;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.oteam p {
	padding-top: 2%;
	padding-bottom: 2%;
	color: white;
	font-size: 18px;
	font-weight: 300;
	text-align: left;

}

.circle {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-left: 7%;
  margin-right: 7%;	
  margin-bottom: 2%;
	
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  /*border: 5px solid white;*/
 /* box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); */ 
}


span.circle{
text-align:center;	
vertical-align: middle;
margin-left: 8%;
margin-right: 8%;	
}


.arrow_box1{
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box1:after, .arrow_box4:before {
	bottom: 100%;
	left: 67%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box1:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -35%;
}
.arrow_box1:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -35%;
}


.arrow_box2 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box2:after, .arrow_box4:before {
	bottom: 100%;
	left: 67%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -1%;
}
.arrow_box2:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -1%;
}


.arrow_box3 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box3:after, .arrow_box4:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box3:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: 32%;
}
.arrow_box3:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: 32%;
}
.arrow_box4 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box4:after, .arrow_box4:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box4:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -35%;
}
.arrow_box4:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -35%;
}

.arrow_box5 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box5:after, .arrow_box4:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box5:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -1%;
}
.arrow_box5:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -1%;
}

.arrow_box6 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box6:after, .arrow_box4:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box6:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: 32.5%;
}
.arrow_box6:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: 32.5%;
}



.arrow_box7 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box7:after, .arrow_box4:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box7:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -35%;
}
.arrow_box7:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -35%;
}


.arrow_box8 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box8:after, .arrow_box4:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box8:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -1%;
}
.arrow_box8:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: -1%;
}



.arrow_box9 {
	position: relative;
	background: #000000;
	border: 4px solid #000000;

}
.arrow_box9:after, .arrow_box4:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box9:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: 32%;
}
.arrow_box9:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 15px;
	margin-left: 32%;
}

.supp1 img{

	float: right;
	margin-right: -80px;
}
.supp2 img{

	float: left;

	margin-left: -80px;
}


/*------------aboutq------------*/
.backaboutq{
	background: url(../images/aboutq.jpg) no-repeat;
	background-size: cover;
}


.aboutq{
	
	text-align:center;	
	position:relative;
	margin: 18em 0;	
	padding-left: 10%;
	padding-right: 10%;




}
.frontaboutq{
	background: rgba(251, 251, 250, 0.5);
	border-radius: 8px;
	
}




.aboutq h2 {
	font-family: 'DomineRegular',sans-serif;
	color: black;
	font-size: 36px;
	font-weight: 600;
	margin-top: 10%;

}

.aboutq p {
	
	color: #515356;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10%;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 10%;

}



#abq {
	margin-top: 2%;
	margin-bottom: 7%;

}

#abq h2{
	
	color: black;
	font-family: 'DomineRegular',sans-serif;
	font-size: 36px;

}
#abq h1{
	font-family: 'OpenSans-Semibold',sans-serif;
	color: #737373;
	font-size: 16px;
	padding-left: 20%;
	padding-right:20%;
	margin-top: -5%;


}
#abq span{
	
	font-weight: bold;
}
#abq p{
	

	text-align: center;
	width: 100%;
	font-size: 18px;
	margin-bottom: 4%;


}


#imgabq img{
	width: 250px;
	height: 250px;

}

#imghealth{


}


/*------------end-aboutq------------*/

/*------cooking--------*/

.cooking{
	
	text-align:center;	
	position:relative;
	margin: 0em 0;	
	color: white;

}


#coo1 .row1{
background: rgba(65, 118, 48, 1);
background-size: fill;

}
#coo1 .row2{
background: rgba(65, 118, 48, 1);
background-size: fill;

}
#coo1 .row3{
background: rgba(52, 94, 38, 1);
background-size: fill;

}

#coo2 .row1{
background: rgba(65, 118, 48, 0.9);
background-size: fill;

}
#coo2 .row2{
background: rgba(65, 118, 48, 0.9);
background-size: fill;

}
#coo2 .row3{
background: rgba(52, 94, 38, 0.9);
background-size: fill;

}

#coo3 .row1{
background: rgba(65, 118, 48, 0.7);
background-size: fill;

}
#coo3 .row2{
background: rgba(65, 118, 48, 0.7);
background-size: fill;

}
#coo3 .row3{
background: rgba(52, 94, 38, 0.7);
background-size: fill;

}

.row1 img{
margin-top: 2%;
width: 390px;
height: 400px;

}

.row2 h1{
font-family: "DomineRegular";
font-size: 36px;
padding-left: 10%;
text-align: left;

}
.row3 h2{
font-family: "DomineRegular";
font-size: 16px;

padding-left: 10%;
text-align: left;

}
#coo a:link{
color:white;

}
#coo a:active{
color:white;

}
#coo a:visited{
color:white;

}
#coo a:hover{
    background: #737373;
	transition:.5s all;
	text-decoration:none;
	color:#cfc91d;
	border-color:white;
}

.arr a {
	margin-left: -5%;
}

#coo4 .row1{
background: rgba(191, 1, 2, 1);
background-size: fill;

}
#coo4 .row2{
background: rgba(191, 1, 2, 1);
background-size: fill;

}
#coo4 .row3{
background: rgba(153, 1, 2, 1);
background-size: fill;

}

#coo5 .row1{
background: rgba(191, 1, 2, 0.9);
background-size: fill;

}
#coo5 .row2{
background: rgba(191, 1, 2, 0.9);
background-size: fill;

}
#coo5 .row3{
background: rgba(153, 1, 2, 0.9);
background-size: fill;

}

#coo6 .row1{
background: rgba(191, 1, 2, 0.7);
background-size: fill;

}
#coo6 .row2{
background: rgba(191, 1, 2, 0.7);
background-size: fill;

}
#coo6 .row3{
background: rgba(153, 1, 2, 0.7);
background-size: fill;

}


/*-------end-cooking-------*/


/*-------story-------*/

.story p{

	color: #515356;
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
    margin-bottom: -40%;

}
.teamp p{
	color: #515356;
	font-size: 18px;
	font-weight: 600;
	text-align: center;

}
/*-------story-------*/

/*-------preorder-------*/

.pre-order p{

	text-align: left;
	font-size: 16px;
}

#pre-order h2{
	
	color: black;
	font-family: 'DomineRegular',sans-serif;
	font-size: 36px;

}
#pre-order h1{
	
	color: #417630;
	font-size: 16px;

}
#pre-order span{
	
	font-weight: bold;
}
#pre-order p{
	

	text-align: left;
	width: 100%;
	font-size: 18px;
	margin-bottom: 4%;


}
#pre-order {
	margin-top: 2%;
	margin-bottom: 7%;
	width: 100%;
}


/*-------preorder-------*/



/*-------faq-------*/

#faq{

background: url(../images/faq.jpg) no-repeat 0px -118px;
	background-size: cover;
	min-height: 460px;
	padding: 6em 0;


}

#faq h2{

color: black;
margin-top: 10%;


}

.faq h2{

color: black;
font-size: 24px;
text-align: left;

}

.faq h1{
text-align: left;
font-size: 18px;


}

/*-------faq-------*/