body{
	background:#fafafa;
	font-family: Arial, Verdana, sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1,h2,h3,h4,h5,h6{
font-weight: 600;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
margin-top:1em;
}
/*--- slider-css --*/
.slider {
	position: relative;
}

  .block02 { margin:30px 0; padding: 0 10px;  text-align:left;} 

a {	color:#04617c;}
a:hover{	color:red; text-decoration:underline;}

.block02 a{	color:#04617c;}
.block02 a:hover{	color:red; text-decoration:underline;}
/* .block02 span { float: right; margin: 0px 5px 0 0; line-height: 1;} */

.isrght { float: right; margin: 0px 5px 0 0; line-height: 1;}

/*Filter styles*/
.saturate {-webkit-filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px);}
.invert {-webkit-filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg);}
.opacity {-webkit-filter: opacity(50%);}

img.kursis {
/*	border: 1px solid #a7541f; */

-webkit-filter: saturate(40%);
}

img.kursis:hover {
-webkit-filter: none; /*Returns to default state*/
}


.edu ul li {
	list-style:none;
	padding-left: 20px;
	background: url('../images1/marker2.png') no-repeat 0 5px;
	line-height:24px;
}
.edu ul  {
	padding-top: 20px;
	padding-bottom: 20px;
}

.page ul li {
	list-style:none;
	padding-left: 20px;
	background: url('../images1/marker2.png') no-repeat 0 5px;
	line-height:24px;
}
.page ul  {
	padding-top: 20px;
	padding-bottom: 20px;
}



.lng {
width:40px;
	padding: 0px; 
	margin:0px;
float:right;
font-weight:600;
text-align: right;
color:#1b75bc;
font-size:0.8em;
}

.lng a {
color:#1b75bc;
font-size:0.8em;
text-decoration:none;
}

.lng a:hover {
color: #be1e2d;
text-decoration:none;
}


p.sinbl {
color: #063545;
}

.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:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 20px;
	width: 20px;
	display: inline-block;
	background:rgba(246, 247, 247, 0.75);
	border-radius:100px;
}
.callbacks_here a:after{
	background:#74C7D5;
}
.callbacks_tabs a{
	visibility:hidden;
	padding-right:1.5em;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 9;
	right:54em;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: url("../images1/left.png") no-repeat 0px 0px;
  }
.callbacks_nav.next {
  left: auto;
  background-position:-51px 0px;
  right: 0;
 }
.banner-matter{
	position:absolute;
	top: 24em;
	left: 27em;
}


.header{
	position:absolute;
	top:0%;
	width:100%;
	z-index:9;
background:rgba(255, 255, 255, 0.79);
}
.logo{

	float:left;
}
.top-nav{
	float:right;

margin-right:20px;

}

p.vsm {
color:#000;
font-size:0.9em;


}
p.vsm a{
color:#fff1e9;
text-decoration:none;
}
p.vsm a:hover{
color:#462606;
text-decoration:none;
}


/*--menu--*/
.cssmenu{
/*	margin-top:0px; */
 	margin-top:22px;  
}
.cssmenu li {
	display: inline-block;

}
#nav .current a,ul.simple-toggle li a:hover {
color: #be1e2d;
/*	background:rgba(105, 200, 255, 0.92); */
	background:rgba(49, 192, 219, 0.62); 
}

/*------start-top-nav------*/
.nav { 
	width:100%;

}
ul.simple-toggle {
	 list-style: none; 
	 padding: 0px; margin: 0px;
	 text-align: center;
 }
ul.simple-toggle li { 
	display: inline-block;
	text-align: left; 
 }
ul.simple-toggle li a { 
	text-decoration:none;
/*	font-size:1.2em; */
	font-size:0.8em;
	color:#1b75bc;
	font-weight:600;
/*	padding: 3em 1.8em 0.5em; */
	padding: 3em 1.0em 0.8em;  
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
ul.simple-toggle li:first-child a:after { 
	display:none;
}
.anchor-link { 
	display: none; 
	text-align: center;
	margin-top:16px;
    margin-right: 10px;
    float: right; 
    cursor:pointer;
  }
#mobile-nav { display:none; }
@media (max-width:800px){
.top-nav {
	float: none;
}
ul.simple-toggle { 
	display: none; 
}
.anchor-link, #mobile-nav {
	display: block; 
 }
 ul.open { 
	background-color: #74c7d5;
    
    display: block;
    list-style: none outside none;
    margin: 4em 0 0;
    padding: 0;
    
    width:100%;
    z-index: 500; 
	}
ul.open li { 
	display: block; 
	list-style: none; 
	text-align: center;
}
ul.open li a { 
	display: block; 
	padding:10px 0px; 
	border-bottom:1px solid #F5F5F5; 
	text-decoration: none;
	margin:0;
 }
ul.simple-toggle li a:after{
  	display:none;
}
}
/*----*/
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left:0;
}
/*----*/


.serv{
	background:url(../images1/ba6.jpg) no-repeat 0px 0px;
	width:100%;
	min-height:890px;
	display:block;
	text-align:center;
	padding: 10em 0 7em; 

	background-size:cover;
}

.page{
	background:url(../images1/ba8.jpg) no-repeat 0px 0px;
	width:100%;
	min-height:890px;
	display:block;
	text-align:left;
	padding: 5em 0em 7em;  

	font-size:1.2em;
	background-size:cover;
}


.services{
	background:url(../images1/ba3.jpg) no-repeat 0px 0px;
	width:100%;
	min-height:971px;
/*	background:url(../images1/baa.jpg) no-repeat 0px 0px; */
/*	width:100%;         */
/*	min-height:878px; */
	display:block;
	text-align:center;
	padding: 10em 0 7em;
	background-size:cover;
}
.service-head h3{
	color:#fff;
	font-size:4em;
	font-weight:300;
}
p.onas {
color:#044a60;
	font-size:1.0em;
}
.service-head p{
color:#dff5fc;
/*	color:#ffcccf; */
	font-size:1.1em;
	font-weight:300;
	line-height: 1.5em;
}
.service-head span{
	color:#fff;
	font-size:1.5em;
	text-transform:uppercase;
	padding: 0.5em 0;
	display: block;
}
.service-head span b{
color:#044a60;
/*	color:#dd878c; */
	margin:0;	
}

.service-grid{

background:#00758f;
/*	background:#c45158; */
	float:left;
	margin-right:2.6%;
	width:23%;

	padding: 3em 2em;
}
.service-grid:nth-child(4){
	margin-right:0em;
}
.service-grid h5{
	color:#fff;
	font-size:1.8em;
	text-transform:uppercase;
	font-weight:300;
	padding:1em 0;
}
.service-grid h5 a{
	color:#fff;
text-decoration:none;
}
.service-grid h5 a:hover{
	color:#12374c;
text-decoration:none;
}

.service-grid p{
	color:#fff;
	font-size:1em;
	padding:1em 0 0;
	line-height: 1.5em;
}
.services-grid {

	padding: 6em 0 0;
}








/*----*/
.team{
	background:url(../images1/ba5.jpg) no-repeat 0px 0px;
	width:100%;
	min-height:890px;
	display:block;
	text-align:center;
	padding: 10em 0 7em;
	background-size:cover;
}
.team-head h3{
	color:#fff;
	font-size:4em;
	font-weight:300;
}
.team-head p{
	color:#e5d1e3;
	font-size:1.1em;
	font-weight:300;
	padding:1em 0 3em;
	line-height: 1.5em;
}
.edu{
	font-size:1.1em;
	background:url(../images1/ba11.jpg) no-repeat 0px 0px;
	width:100%;
	min-height:890px;
	display:block;
	text-align:center;
	padding: 2em 0 7em;
	background-size:cover;
}
.edu-head h3{
	color:#fff;
	font-size:4em;
	font-weight:300;
}
.edu-head p{
text-align:left;
	color:#fbf1eb;
	font-size:1.2em;
	font-weight:300;
	padding:1em 0 3em;
	line-height: 1.5em;
}
.serv-head h3{
	color:#fff;
	font-size:4em;
	font-weight:300;
}
.serv-head p{
text-align:left;
	color:#fbf1eb;
	font-size:1.2em;
	font-weight:300;
	padding:1em 0 3em;
	line-height: 1.5em;
}


a.kurs{
	color:#fff;
	font-size:1.2em;
	font-weight:400;
	padding:1em 0 3em;
	line-height: 1.5em;
}

a.kurs:hover{
	color:#000000;
text-decoration:underline;
}

.obuch {
	font-size:1.0em;
	font-weight:400;
	padding:1em 0 3em;
	line-height: 1.5em;
	color: #26380e;

}
.aud ul li {
	list-style:none;
	font-size: 1.2em;
	padding: 0.2em 0em 0.2em 2em;

	font-weight:300;
}
.aud ul li a{
	color: #fff;
}
.aud ul li a:hover{
	color: #000;
	text-decoration:underline;
}

a.resh{
	color:#04617c;
	font-size:1.0em;
	font-weight:400;
	padding:1em 0 3em;
	line-height: 1.5em;
}

a.resh:hover{
	color:#fff;
text-decoration:underline;
}
a.resh1{
	color:#04617c;
	font-size:1.0em;
	font-weight:400;
	padding:1em 0 3em;
	line-height: 1.5em;
}

a.resh1:hover{
	color:red;
text-decoration:underline;
}
a.resh2{
	color:#b71205;
	font-size:1.0em;
	font-weight:400;
	padding:1em 0 3em;
	line-height: 1.5em;
}

a.resh2:hover{
	color:#04617c;
text-decoration:underline;
}

a.news{
	color:#04617c;
	font-size:1.0em;
	font-weight:400;
}

a.news:hover{
	color:#fff;
text-decoration:underline;
}

a.podr{
	color:#e3feff;
	font-size:0.9em;
	font-weight:400;
}

a.podr:hover{
	color:#fff;
text-decoration:underline;
}


a.meet{
	text-decoration: none;
	color: #fff;
	font-size: 1.8em;
	background: #a1ca6c;
	padding: 0.5em 1.6em;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 5px;
	position:relative;
}
a.emeet{
	text-decoration: none;
	color: #c0652e;
	font-size: 1.8em;
	background: #fff;
	padding: 0.5em 1.6em;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 5px;
	position:relative;
}
a.cmeet{
	text-decoration: none;
	color: #08768a;
	font-size: 1.8em;
	background: #fff;
	padding: 0.5em 1.6em;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 5px;
	position:relative;
}

a.meet span{
	background: url(../images1/arrow1.png) no-repeat 0px 0px;
	width: 49px;
	height: 26px;
	display: inline-block;
	position: absolute;
	bottom: -18px;
	left: 117px;
}
a.emeet span{
	background: url(../images1/arrow2.png) no-repeat 0px 0px;
	width: 49px;
	height: 26px;
	display: inline-block;
	position: absolute;
	bottom: -18px;
	left: 117px;
}
a.cmeet span{
	background: url(../images1/arrow2.png) no-repeat 0px 0px;
	width: 49px;
	height: 26px;
	display: inline-block;
	position: absolute;
	bottom: -18px;
	left: 117px;
}

.team-top-grid{
	float:left;
	margin-right:2.6%;
	width:23%;
	padding:0;
}
.team-grid{
	background:rgba(93, 77, 91, 0.62);
	
	padding: 3em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.team-top-grid:nth-child(4){
	margin-right:0em;
}
.team-grid a label{
	background: url(../images1/te.png) 0px -187px no-repeat;
	width: 200px;
	height: 171px;
	display: inline-block;
	margin: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*----*/
.team-top-grid:hover .team-grid a label{
	background-position:0px 0px;
}
.team-top-grid:hover .team-grid h6{
	color:#fff;
}
.team-top-grid:hover .team-grid small{
	color:#df5c64;
}
.team-top-grid:hover .team-grid{
	background:#5d4d5b;
}
.team-top-grid:hover ul.social li.facebook a span{
	background-position:0px 0px;
}
.team-top-grid:hover ul.social li.twitter a span{
	background-position:-35px 0px;
}
.team-top-grid:hover ul.social li.gmail a span{
	background-position:-70px 0px;
}
.team-top-grid:hover ul.social li.inline a span{
	background-position:-105px 0px;
}
/*----*/
.team-grid h6{
	color:#c7b6c5;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 800;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.team-grid small{
	color:#a1ca6c;
	font-size:1em;	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.team-top {
	padding: 6em 0 0;
}
.edu-top-grid{
	float:left;
	margin-right:2.6%;
	width:23%;
	padding:0;
}
.edu-grid{
	background:rgba(93, 77, 91, 0.62);
	
	padding: 3em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.edu-top-grid:nth-child(4){
	margin-right:0em;
}
.edu-grid a label{
	background: url(../images1/te.png) 0px -187px no-repeat;
	width: 200px;
	height: 171px;
	display: inline-block;
	margin: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


.serv-top-grid{
	float:left;
	margin-right:2.6%;
	width:23%;
	padding:0;
}
.serv-grid{
	background:rgba(93, 77, 91, 0.62);
	
	padding: 3em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.serv-top-grid:nth-child(4){
	margin-right:0em;
}
.serv-grid a label{
	background: url(../images1/te.png) 0px -187px no-repeat;
	width: 200px;
	height: 171px;
	display: inline-block;
	margin: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*----*/
.edu-top-grid:hover .edu-grid a label{
	background-position:0px 0px;
}
.edu-top-grid:hover .edu-grid h6{
	color:#fff;
}
.edu-top-grid:hover .edu-grid small{
	color:#df5c64;
}
.edu-top-grid:hover .edu-grid{
	background:#5d4d5b;
}
.edu-top-grid:hover ul.social li.facebook a span{
	background-position:0px 0px;
}
.edu-top-grid:hover ul.social li.twitter a span{
	background-position:-35px 0px;
}
.edu-top-grid:hover ul.social li.gmail a span{
	background-position:-70px 0px;
}
.edu-top-grid:hover ul.social li.inline a span{
	background-position:-105px 0px;
}
/*----*/
.edu-grid h6{
	color:#c7b6c5;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 800;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.edu-grid small{
	color:#a1ca6c;
	font-size:1em;	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* .edu-top {
	padding: 6em 0 0;
} */
.edu-top {
	border-top: 1px solid #fff;
/*	border-bottom: 1px solid #fff; */
	padding: 6em 0 0;

}
.serv-top-grid:hover .serv-grid a label{
	background-position:0px 0px;
}
.serv-top-grid:hover .serv-grid h6{
	color:#fff;
}
.serv-top-grid:hover .serv-grid small{
	color:#df5c64;
}
.serv-top-grid:hover .serv-grid{
	background:#5d4d5b;
}
.serv-top-grid:hover ul.social li.facebook a span{
	background-position:0px 0px;
}
.serv-top-grid:hover ul.social li.twitter a span{
	background-position:-35px 0px;
}
.serv-top-grid:hover ul.social li.gmail a span{
	background-position:-70px 0px;
}
.serv-top-grid:hover ul.social li.inline a span{
	background-position:-105px 0px;
}
/*----*/
.serv-grid h6{
	color:#c7b6c5;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 800;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.serv-grid small{
	color:#a1ca6c;
	font-size:1em;	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* .serv-top {
	padding: 6em 0 0;
} */
.serv-top {
	border-top: 1px solid #fff;
/*	border-bottom: 1px solid #fff; */
	padding: 6em 0 0;

}

ul.social{
	padding:2em 0 0;
}
ul.social li{
	display:inline-block;
	padding: 0 6px;
}
ul.social li a span{
	background: url(../images1/img-sprite.png) 0px -35px no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.social li.twitter a span{
	background-position:-35px -35px;
}
ul.social li.gmail a span{
	background-position:-70px -35px;
}
ul.social li.inline a span{
	background-position:-105px -35px;
}
/*----*/
.work{
	background:url(../images1/ba1.jpg) no-repeat 0px 0px;
	width:100%;
	min-height:971px;
	display:block;
	text-align:center;
	padding: 10em 0 7em;
	background-size:cover;
}
.work-head h3{
	color:#fff;
	font-size:4em;
	font-weight:300;
}
.work-head p{
	color:#fff;
	font-size:1.1em;
	font-weight:300;
	padding:1em 0 3em;
	line-height: 1.5em;
}
.aud{
	background:url(../images1/ba1.jpg) no-repeat 0px 0px;
	color:#000;
	width:100%;
	min-height:971px;
	display:block;
	text-align:center;
	padding: 10em 0 7em;
	background-size:cover;
}
.aud-head h3{
	color:#fff;
	font-size:4em;
	font-weight:300;
}
.aud-head p{
	color:#fff;
	font-size:1.1em;
	font-weight:300;
	padding:1em 0 3em;
	line-height: 1.5em;
}
/*----*/
.by-type{
	float:left;
}
.by-type h6{
	margin: 0.7em 1em 0;
	font-size:1.3em;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
}
#filters {
	margin:0;
	padding: 0;
	list-style: none;
	float:right;
}
#filters li {
	display:inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -o-inline-box;
	display: -ms-inline-box;
}
#filters li span:hover {
	color: #fff;
	background:#f5c149;
	border-radius:5px;
}
.work-top {
	border-top: 1px solid #a1ca6c;
	border-bottom: 1px solid #a1ca6c;
	padding:1.5em 0;
}
.aud-top {
	border-top: 1px solid #a1ca6c;
	border-bottom: 1px solid #a1ca6c;
	padding:1.5em 0;
}
#filters li span {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 30.72%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 1.1%;
}
div#portfoliolist {
	padding: 0px 0px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	background: #eee; 
	border-radius: 5px;	
}
.portfolio-wrapper:hover {
background:#5e8529;
	color:#fff;
}
.portfolio-wrapper:hover p{

	color:#fff;
}

.portfolio-wrapper p{
	top: 50px;
	color:#000;
	font-size:1.1em;
	padding:1em 0;
}
.portfolio-wrapper span.arrow{
	background: url(../images1/arrow.png) no-repeat 0px 0px;
	width: 49px;
	height: 26px;
	display: inline-block;
	position: absolute;
	bottom: 50px;
left: 114px;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:50px;
	bottom:-40px;
}
.portfolio .label-bg {

	background: #22B4B8; 
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}		
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
.simple {
	text-align: center;
	padding: 4em 0;
	display: none;
	position: absolute;
	top: 0;
	width:100%;
	height:79%;
	background:rgba(67, 73, 61, 0.24);
}

.simple label{
/*	background: url(../images1/plus.png) 0px 0px; */
	width: 68px;
	height: 60px;
	display: inline-block;
	cursor:pointer;
}
.portfolio-wrapper:hover .simple{

	display:block;
}
.portfolio-wrapper .label-bg:hover {

background:#5e8529;
}
/*----*/
.contact{
	background:url(../images1/ba2.jpg) no-repeat 0px 0px;
	width:100%;
	min-height:771px;
	display:block;
	padding: 10em 0 7em;
	background-size:cover;
}
.contact-head{
	text-align:center;
}
.contact-head h3{
	color:#fff;
	font-size:4em;
	font-weight:300;
}
.contact-head p{
	color:#fff;
	font-size:1.1em;
	font-weight:300;
	padding:1em 0 3em;
	line-height: 1.5em;
}
.map iframe{
	width: 100%;
	height: 335px;
	display: block;
	border: none;
	padding: 5em 0;
}
.contact-bottom {
	padding: 2em 0 0;
}
.sit-contact h5 {
	font-size: 2.5em;
	margin: 0;
	color: #fff;
	font-weight: 300;
}
.contact-add ul li{
	list-style:none;
	font-size: 1.2em;
	color: #fff;
	padding: 0.2em 0;
	font-weight:300;
}
 ul{
	padding:5;
	margin:0;
}
.contact-in ul {
	padding:0;
	margin:0;

}

.contact-add ul li span{
	font-size: 1.5em;
	color: #CFE7E3;
}
ul.phone li{
	list-style:none;
	color:#fff;
	font-size:1.2em;
	font-weight:300;
}
 ul.phone li span{
	font-weight:600;
	color: #CFE7E3;
}
ul.phone li a{
	color: #CFE7E3;
	text-decoration:none;
}
ul.phone li a:hover{
	color: #fff;
	text-decoration:underline;
}
.contact-add {
	padding: 1em 0;
}
.contact-in {
	padding: 3em 0 0;
}
.contact-into h5{
	font-size: 2.5em;
	margin: 0;
	color: #fff;
	font-weight: 300;
}
.contact-us input[type="text"],.contact-into textarea,.send input[type="submit"]{
	font-size: 1.2em;
	width: 100%;
	padding: 0.5em 1.5em;
	margin: 0.5em 0;
	background: #68a097;
	outline:none;
	border: none;
	color: #CFE7E3;
	border-radius: 5px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-us input[type="text"]:hover,.contact-into textarea:hover{
	background: #fff;
}
.contact textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
}
.send input[type="submit"]{
	background: #df5c64;
	color: #fff;
	font-size: 1.8em;
	width: 43%;
	margin: 0.5em 0;
	-webkit-appearance: none;
	font-weight: 800;
	padding: 0.3em 1em;
	border-bottom: 3px solid #CC2829;
	border-top: none;
	border-left: none;
	border-right: none;
}
.send {
text-align: center;
}
.send input[type="submit"]:hover{
	background:#CC2829;
}
.contact-us {
	padding: 0 1em 0 0em;
}
.contact-us :nth-child(2){
padding:0;
}
/*----*/

.footer{
	background:#68a097;
	text-align:center;
	padding:3em 0;
}
.footer p {
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	padding:1em 0;
}
.footer p  a{
	color: #75b4aa;
	text-decoration:none;
}
.footer p  a:hover{
	color:#fff;
}
ul.social-icons li{
	display:inline-block;
  }
 ul.social-icons li a span{
	height: 65px;
	width: 70px;
	background: url(../images1/img-sprite.png) 0px -85px no-repeat;
	display: inline-block;
 }
 ul.social-icons li a span:hover{
	opacity:0.6;
  }
 ul.social-icons li.twitter a span{
	background-position:-71px -85px;
}
ul.social-icons li.gmail a span{
	background-position:-142px -85px;
}
ul.social-icons li.print a span{
	background-position:-212px -85px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 62px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url('../images1/up2.png') no-repeat 0px 0px;
}
/*--responsive media-quries--*/
@media(max-width:1440px){
.banner-matter {
	top: 22em;
	left:21%;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 44em;
}
}
@media(max-width:1366px){
.banner-matter {
	top: 20em;
	left:19%;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 42em;
}
}
@media(max-width:1280px){
.banner-matter {
	top: 18em;
	left:18%;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 39em;
}
}
@media (max-width: 1024px){
.banner-matter {
	top: 17em;
	left: 18%;
	width: 65%;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 30em;
}
.team-grid {
	padding: 3em 0em;
}
.edu-grid {
	padding: 3em 0em;
}
.serv-grid {
	padding: 3em 0em;
}

.portfolio-wrapper span.arrow {
	bottom: 49px;
	left: 82px;
}
.simple {
	padding: 2em 0;
	height: 74%;
}
}
@media(max-width:768px){
.banner-matter {
	top: 13em;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 21em;
}
.service-grid,.team-top-grid,.edu-top-grid,.serv-top-grid {
	width: 48.5%;
	margin-bottom:1em;
}
.service-grid:nth-child(2),.team-top-grid:nth-child(2),.edu-top-grid:nth-child(2),.serv-top-grid:nth-child(2) {
	margin-right:0;
}

.services {
	min-height: 1284px;
	padding: 8em 0 5em;
}
.team {
	min-height: 1247px;
	padding: 8em 0 5em;
}
.edu {
	min-height: 1247px;
	padding: 8em 0 5em;
}
.serv {
	min-height: 1247px;
	padding: 8em 0 5em;
}
.portfolio-wrapper span.arrow {
	left: 62px;
}
.simple {
	padding: 2em 0 0;
	height: 67%;
}
.work {
	min-height: 791px;
	padding: 8em 0 5em;
}
.aud {
	min-height: 791px;
	padding: 8em 0 5em;
}
.contact {
	min-height: 1331px;
	padding: 8em 0 5em;
}
.service-head h3,.team-head h3,.edu-head h3,.serv-head h3,.work-head h3,.contact-head h3,.aud-head h3{
	font-size:3.5em;
}
.map iframe {
	height: 261px;
	padding: 1em 0;
}
.contact textarea {
width: 98%;
}
.contact-in {
	padding: 1em 0 0;
}
.cssmenu{
	margin:0;
}
.contact-head p{
	padding:1em 0 0;
}
}
@media(max-width:640px){
.banner-matter {
	top: 11em;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 16em;
}
.service-head h3, .team-head h3,.edu-head h3,.serv-head h3, .work-head h3, .contact-head h3, .aud-head h3 {
	font-size: 3em;
}
.services {
	min-height: 1311px;
	padding: 6em 0 3em;
}

.team {
	min-height: 1248px;
	padding: 6em 0 3em;
}
.edu {
	min-height: 1248px;
	padding: 6em 0 3em;
}
.serv {
	min-height: 1248px;
	padding: 6em 0 3em;
}
.work {
	min-height: 703px;
	padding: 6em 0 3em;
}
.aud {
	min-height: 703px;
	padding: 6em 0 3em;
}
.team {
	min-height: 1205px;
	padding: 6em 0 3em;
}
.edu {
	min-height: 1205px;
	padding: 6em 0 3em;
}
.serv {
	min-height: 1205px;
	padding: 6em 0 3em;
}
.services-grid {
	padding: 4em 0 0;
}
.contact {
	min-height: 1291px;
	padding: 6em 0 3em;
}
.footer {
	padding: 1em 0;
}
.portfolio-wrapper span.arrow {
	left: 48px;
}
.simple {
	padding: 0.3em 0 0;
	height: 64%;
}
}
@media(max-width:480px){
.banner-matter {
	top: 8.5em;
}
.service-head h3, .team-head h3,.edu-head h3,.serv-head h3, .work-head h3, .contact-head h3, .aud-head h3 {
	font-size: 2.3em;
}
.service-head span {
	color: #fff;
	font-size: 1.1em;
}
.service-grid h5 {
	font-size: 1.6em;
	padding:1em 0 0;
}
.service-grid {
	padding: 2em 1em;
}

#portfoliolist .portfolio {

	width: 47.8%;
}
.portfolio-wrapper span.arrow {
	left: 75px;
}
.simple {
	padding: 2.5em 0 0;
	height: 72%;
}
.by-type ,#filters{
	float: none;
}
.by-type h6 {
	margin: 0.7em 0;
}
.work-top {
	padding: 0.5em 0;
}
.aud-top {
	padding: 0.5em 0;
}
.team-grid h6 {
	font-size: 1.5em;
}
.edu-grid h6 {
	font-size: 1.5em;
}
.serv-grid h6 {
	font-size: 1.5em;
}
.services {
	min-height: 1162px;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 10em;
}
}
@media(max-width:320px){
.callbacks_tabs a:after {
	height: 15px;
	width: 15px;
}
.callbacks_tabs a {
	padding-right: 0.2em;
}
.banner-matter {
	top: 5em;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 7px;
	right: 8em;
}
.callbacks_nav {
	top: 44%;
	height: 40px;
	width: 26px;
	background-size: 70px;
}
.callbacks_nav.next {
	background-position: -38px 0px;
}
.service-head h3, .team-head h3,.edu-head h3,.serv-head h3, .work-head h3, .contact-head h3, .aud-head h3 {
font-size: 1.5em;
}
.service-head span {
	font-size: 1em;
}
.service-head p {
	font-size: 1em;
	height: 67px;
	overflow: hidden;
}
.service-grid h5 {
	font-size: 1.1em;
}
.service-grid {
	padding: 1em 0.5em;
}
.service-grid h5 {
	font-size: 1.1em;
}
.service-grid p {
	font-size: 0.9em;
	height: 45px;
	overflow: hidden;
}
.team-head p,.edu-head p,.serv-head p,.work-head p,.aud-head p{
	font-size: 0.9em;
	padding:1em 0 0;
	margin-bottom:1.5em;
	height: 50px;
	overflow: hidden;
}
.services {
	min-height: 717px;
	padding: 4em 0 2em;
}
a.meet{
	font-size: 1em;
}
a.meet span {
	bottom: -17px;
	left: 56px;
}
.services-grid {
	padding: 2em 0 0;
}
.team-grid a label {
	background: url(../images1/te.png) 0px -93px no-repeat;
	width: 97px;
	height: 85px;
	background-size:100px;
}
.edu-grid a label {
	background: url(../images1/te.png) 0px -93px no-repeat;
	width: 97px;
	height: 85px;
	background-size:100px;
}
.serv-grid a label {
	background: url(../images1/te.png) 0px -93px no-repeat;
	width: 97px;
	height: 85px;
	background-size:100px;
}
.team-grid h6 {
	font-size: 1em;
}
.team-grid small {
	color: #a1ca6c;
	font-size: 0.9em;
}
.team-grid {
	padding: 1.5em 0em;
}
.team {
	min-height: 904px;
	padding: 6em 0 3em;
}
.team-top {
padding: 4em 0 0;
}
.edu-grid h6 {
	font-size: 1em;
}
.edu-grid small {
	color: #a1ca6c;
	font-size: 0.9em;
}
.edu-grid {
	padding: 1.5em 0em;
}
.edu {
	min-height: 904px;
	padding: 6em 0 3em;
}
.edu-top {
padding: 4em 0 0;
}
.serv-grid h6 {
	font-size: 1em;
}
.serv-grid small {
	color: #a1ca6c;
	font-size: 0.9em;
}
.serv-grid {
	padding: 1.5em 0em;
}
.serv {
	min-height: 904px;
	padding: 6em 0 3em;
}
.serv-top {
padding: 4em 0 0;
}

#filters li span {
	padding: 6px 5px;
	font-size: 12px;
}
.by-type h6 {
	font-size: 1em;
}
.simple {
	padding: 0.5em 0 0;
	height: 63%;
}
.portfolio-wrapper span.arrow {
	left: 44px;
	bottom: 32px;
}
.portfolio-wrapper p {
	font-size: 1em;
	padding: 0.5em 0;
}
.sit-contact h5 {
	font-size: 1.5em;
}
.contact-add ul li span {
	font-size: 1.2em;
}
.contact-add ul li ,ul.phone li{
	font-size: 0.9em;
}
.contact-in {
	padding: 0.5em 0 0;
}
.map iframe {
	height: 170px;
}
.contact-into h5 {
	font-size: 1.5em;
}
.contact-us input[type="text"], .contact-into textarea {
	font-size: 1em;
	padding: 0.5em 1em;
}
.send input[type="submit"] {
	font-size: 1.2em;
}
.contact {
	min-height: 858px;
	padding: 4em 0 2em;
}
.footer p {
	font-size: 1em;
}
.work {
	min-height: 759px;
	padding: 4em 0 2em;
}
.aud {
	min-height: 759px;
	padding: 4em 0 2em;
}
.team {
	min-height: 834px;
	padding: 4em 0 2em;
}
.edu {
	min-height: 834px;
	padding: 4em 0 2em;
}
.serv {
	min-height: 834px;
	padding: 4em 0 2em;
}

.contact-bottom {
	padding: 1em 0 0;
}
}

