/* font-family: "MerriweatherRegular"; */
@font-face {
    font-family: "MerriweatherRegular";
    src: url("../fonts/MerriweatherRegular/MerriweatherRegular.eot");
    src: url("../fonts/MerriweatherRegular/MerriweatherRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MerriweatherRegular/MerriweatherRegular.woff") format("woff"),
    url("../fonts/MerriweatherRegular/MerriweatherRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MerriweatherBold"; */
@font-face {
    font-family: "MerriweatherBold";
    src: url("../fonts/MerriweatherBold/MerriweatherBold.eot");
    src: url("../fonts/MerriweatherBold/MerriweatherBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MerriweatherBold/MerriweatherBold.woff") format("woff"),
    url("../fonts/MerriweatherBold/MerriweatherBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MerriweatherItalic"; */
@font-face {
    font-family: "MerriweatherItalic";
    src: url("../fonts/MerriweatherItalic/MerriweatherItalic.eot");
    src: url("../fonts/MerriweatherItalic/MerriweatherItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MerriweatherItalic/MerriweatherItalic.woff") format("woff"),
    url("../fonts/MerriweatherItalic/MerriweatherItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MerriweatherLight"; */
@font-face {
    font-family: "MerriweatherLight";
    src: url("../fonts/MerriweatherLight/MerriweatherLight.eot");
    src: url("../fonts/MerriweatherLight/MerriweatherLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MerriweatherLight/MerriweatherLight.woff") format("woff"),
    url("../fonts/MerriweatherLight/MerriweatherLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MerriweatherBoldItalic"; */
@font-face {
    font-family: "MerriweatherBoldItalic";
    src: url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.eot");
    src: url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.woff") format("woff"),
    url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MerriweatherLightItalic"; */
@font-face {
    font-family: "MerriweatherLightItalic";
    src: url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.eot");
    src: url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.woff") format("woff"),
    url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body{
    font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	background:#ffffff;
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding: 0;		   
}
p{
	margin:0;
	padding: 0;
}
ul{
margin:0;
padding:0;
}
.banner{
	background:url(../images/ban6.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;	
	min-height: 730px;
}
/*-- header --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar-collapse{
	padding:0;
}
.navbar-nav {
    float: right;
    margin-top: 17px;
}
.navbar-nav > li > a {
    padding: 0px 12px 12px;
}
.navbar-brand{
	padding:0;
    line-height: normal;
    height: inherit;
}
.navbar {
    min-height: inherit;
    margin-bottom: 0;
}
a.navbar-brand {
    font-size: 30px;
    color: #fff !important;
    letter-spacing: 2px;
	padding-top:2px;
	display:block;
}
a.navbar-brand span {
	height:52px;
	width:54px;
	display:block;
	float:left;
	background:/*#fff*/ url(../images/logo-mini.png) no-repeat 2px 2px;
	background-size:49px 48px;
	padding:2px 3px 2px 2px;
	margin-top:2px;
}
.header {
    padding: 10px 0;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    margin: 0px;
	font-weight:600;
}
.navbar-default .navbar-nav > li > a.active {
    color: #E42313;
}
.navbar-nav > li {
    margin: 0 12px;
}
a.navbar-brand div {
    font-style: normal;
    float:left;
    text-align:center;
    line-height:27px;
    margin:0 10px;
}
/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #E42313;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before,.hvr-overline-from-left:focus:before,.hvr-overline-from-left:active:before {
  right: 0;
  color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #E42313;
}
.navbar-brand {
    /*border: 1px solid #fff;*/
}
/*-- //header --*/

/*-- 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;
  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;
  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;
}
.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;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#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;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 120%;
	z-index: 999;
	left: 47%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
	top: 73%;
	left:46%;
}
.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;
}

.callbacks_tabs li{
  margin-left: 5px;
	display: inline-block;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
    width: 30px;
    height: 5px;
  transform: rotate(315deg);
  display: inline-block;
  background: #fff;
}
.callbacks_here a:after{
	background: #000;	
}

/*-- Slider part Ends Here --*/
/*-- banner --*/
.banner-text {
    margin-top: 12em;
}
.header-nav {
    padding: 0;
    margin-top: 50px;
}
.banner-text h4 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
	line-height:1.5em;
	text-shadow: 0px 0px 9px black;
}
.banner-text p {
    color: #fff;
    font-size: 20px;
    text-align: center;
	line-height:1.8em;
	font-style:italic;
    margin: 15px 0 145px;
	letter-spacing:2px;
	text-shadow: 0px 0px 9px black;
}
.page-head {
    min-height: 150px !important;
}
/*-- //banner --*/
/*--welcome--*/

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/*--/welcome--*/
.index-about {
  padding: 4em 0;
  text-align: center;
}
.about-kolos{
  padding:0 0 4em 0;
}
.index-about h3 {
	font-family: 'MerriweatherRegular', serif;
  text-align: center;
  font-size: 3em;
  margin-bottom: .6em;
  color: #444444;
}
.index-about p {
  text-align: center;
  line-height: 1.8em;
  font-size: 1.1em;
  color: #1b1b1b;
}
/*-- specialty --*/
.specialty{
   padding: 6em 0 0 0;
}
.specialty-info h3{
	font-family: 'MerriweatherLight', serif;
	color: #444444;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.specialty-info h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.specialty-info h5 span{
	display:block;
}
.specialty-info p {
  color: #333333;
  font-size: 14px;
  margin: 3em 0 0 0;
  line-height: 1.8em;
}
.specialty-info p  span{
  display: block;
  margin-top: 2em;
}
.see-button a {
  background: #E42313;
  padding: 10px 16px;
  border: none;
  border-radius:0;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  margin-bottom:4em;
}
.service-box .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
   background: #444444;
  margin: 0 auto;
  text-align: center;
  position: relative;	
}
.link_to_service:hover{
	text-decoration:none;
}
.link_to_service:hover h5{
	color:#E42313;
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
a.btn.btn-primary.btn-lg.see-button.hvr-shutter-out-horizontal {
  background: #3F3C35;
}
.service-box .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E42313;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
	font-family: 'MerriweatherBold', serif;
color: #000;
  font-size: 17px;
  font-weight: 600;
    margin: 1.5em 0 0 0;
}
.service-box p{
color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
.specialty-button{
	margin-top:1.5em;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius:0;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E42313;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:0;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*--welcome-hover-grids--*/
.grid {
	padding: 0;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
}

.grid li {
    width: 25%;
    margin: 0;
    text-align: left;
    position: relative;
    padding: 0 0.3em 0.6em;
    float: left;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	  width: 100%;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	background: #E42313;
	color: #fff;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}
/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 84px;
	  width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
@media screen and (max-width: 31.5em) {
	.grid {
	  padding-bottom: 3em;
	}
	.grid li {
		width: 100%;
		min-width: 265px;
	}
}
@media(max-width:1024px){
	.grid figcaption h3 {
		font-size: 18px;
		line-height:22px;
	}
	.grid li {
		width: 50%;
	}
}
@media(max-width:768px){
	.cs-style-3 figcaption {
	  height: 60px;
	  }
	.grid figcaption h3 {
		font-size: 14px;
		line-height:16px;
	}
}
@media(max-width:640px){
	.ch-grid li {
	  margin: -13px;
	}
}
@media(max-width:320px){
	.grid figure img {
	  width: 100%;
	}
	.cs-style-3 figcaption {
	  width: 100%;
	  height: 85px;
	}
	.grid {
 		 padding-bottom: 1em;
	}
  
}
/*--/welcome-hover-grids--*/
/*-- testimonial --*/
.testimonials {
  background: url(../images/i5.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 331px;
  padding: 3em 0;
  position: relative;
  text-align: center;
}
.testmonials div.head-section {
  margin-top: 1em;
}
.testimonial-nfo h3 {
	font-family: 'MerriweatherLight', serif;
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.testimonial-nfo h5 {
    color: #FFFFFF;
    font-size: 14px;
    margin: 1em auto;
    line-height: 1.8em;
    font-weight: 300;
    text-align: right;
    width: 70%;
    text-shadow: 0px 0px 9px black;
}
.testimonial-nfo h5 span{
	display:block;
}
.testimonial-grid p {
	font-size: 1.7em;
	font-style: italic;
	color: #FFF;
	text-align: center;
	width: 70%;
	margin: 2em auto 1em;
	font-weight: 400;
	text-shadow: 0px 0px 10px black;
}
.testimonial-grid p span {
  font-size: 1.2em;
  vertical-align: middle;
}
/*-- news --*/
.news .news-category{
  padding: 4em 0;
}
.news-text h3 {
	font-family: 'MerriweatherLight', serif;
  color: #444444;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.news-text h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.news-text h5 span{
	display:block;
}
.news-grids {
  margin-top: 2em;
}
.news-grid img{
  width: 100%;
}
.news-grid a h4{
  font-family: 'MerriweatherRegular', serif;
  color: #BE2E2E;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 .3em 0;
  margin-bottom: 0;
  padding-bottom: 3px;
}
.news-grid a:hover{
	text-decoration:none;
}
.news-grid span {
  color: #A3A3A3;
  font-size: 11px;
  line-height: 1.7em;
  display: block;
  margin-bottom: 1.2em;
}
.news-info p {
  color: #333333;
  font-size: 13px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
    margin-top: 10px;
}
.news-grid {
  padding-left: 0;
  padding-bottom:30px;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.18);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
/*--/news--*/
/*-- footer --*/
.footer{
	padding:3em 0;
	background:#292929;
}
.footer-left ul{
	padding:0;
	margin:0;
}
.footer-left ul li{
	display:inline-block;
	margin:0 1em;
}
.footer-left ul li:nth-child(1){
	margin-left:0;
}
.footer-left ul li a{
	color:#FFF;
	font-size:14px;
}
.footer-left ul li a:hover{
	color: #E42313;
	text-decoration:none;
}
.footer-left form{
  margin-top: 3em;
}
.footer-left input[type="text"] {
  width: 100%;
  color: #898888;
  background: none;
  outline: none;
  font-size: 16px;
  padding: .5em;
  margin-bottom: .4em;
  -webkit-appearance: none;
  border-bottom: solid 1px #595959;
  border-top: none;
  border-right: none;
  border-left: none;
}
.footer-left input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-size: 16px;
  margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  background: #bb1e10;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer-left input[type="submit"]:hover{
	background:#4D4D4D;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-middle h3{
color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  font-family: 'MerriweatherRegular', serif;
}
.footer-right p{
  color: #989898;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
}
.address p {
  color: #989898;
  font-size: 14px;
  line-height: 1.8em;
  padding-left: 2.5em;
  position:relative;
}
.address p span, .phone p span {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 4px;
}
.phone{
	margin-top:2em;
}
.phone p{
	color: #989898;
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 2.5em;
	margin: 2em 0 0 0;
	position:relative;
}
.footer-right h2 {
  color: #fff;
  font-size: 2em;
  font-family: 'MerriweatherRegular', serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-right a:hover{
	text-decoration:none;
}
.copyright{
  background: #4D4D4D;
  padding: 1em 0;
}
.copyright p{
  color: #FFF;
  font-size: 14px;
  margin: .4em 0 0 0;
}
.copyright p a{
	color:#FFF;
	font-weight:bolder;
}
.copyright p a:hover{
	color:#E42313;
	text-decoration:none;
}
.copyright-left{
	float:left;
}
.copyright-right{
	float:right;
}
.copyright-right ul{
	padding:0;
	margin:0;
}
.copyright-right ul li{
	display:inline-block;
	margin:0 .5em;
}
.copyright-right ul li a.twitter{
  background: url(../images/icons1.png) no-repeat 0px 0px;
  height: 24px;
  display: block;
  width: 24px;
}
.copyright-right ul li a.facebook{
  background: url(../images/icons1.png) no-repeat -33px 0px;
}
.copyright-right ul li a.chrome{
  background: url(../images/icons1.png) no-repeat -66px 0px;
}
.copyright-right ul li a.pinterest{
  background: url(../images/icons1.png) no-repeat -99px 0px;
}
.copyright-right ul li a.linkedin{
  background: url(../images/icons1.png) no-repeat -132px 0px;
}
.copyright-right ul li a.dribbble{
  background: url(../images/icons1.png) no-repeat -164px 0px;
}
.copyright-right ul li a.twitter:hover {
  opacity: 0.5;
}
/*-- /footer --*/
/*--inner-pages--*/
/*--about--*/
.banner5 {
  min-height: 210px;
}
.gallery{
  padding: 0 0 3em 0;
}
.about, .typrography, .blog, .single-gallery, .contact {
  padding: 3em 0;
}
.about h2,.typrography h2,.blog h2,.gallery h2,.contact h2{
	font-size:3em;
	color:#444444;
	text-align:center;
	margin-bottom:1em;
}
.about-top h4 {
	font-size: 1.5em;
	font-weight: 400;
	color: #E42313;
	margin: 4px 0 0 0;
}
.about-top p{
	font-size: 15px;
	margin-top: 1%;
	line-height: 1.6em;
	color: #999;
}
.about-bottom{
	margin-top:2%;
}
.about-left img{
	width:100%;
}
.about-left h5 {
	font-size: 1.25em;
	font-weight: 400;
	margin: 18px 0 6px 0;
}
.about-left h5{
	  font-family: 'MerriweatherRegular', serif;
	color: #E42313;
	text-decoration:none;
}
.advn-one {
	margin-top: 3%;
}
.ad-left {
	width: 10%;
	float: left;
}
.ad-left p {
	color: #fff;
	background: #444444;
	padding: 13px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	font-size: 20px;
}
.ad-left p:hover {
  background: #E42313;
  padding: 13px 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.ad-right {
	width: 84%;
	float: right;
}
.ad-right h4, .advn-two h4 {
	color: #E42313;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
}
.ad-right h4 a{
	text-decoration:none;
		color: #E42313;
}
.ad-right p {
	color: #999;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 8px;
}
.advn-two ul {
	padding: 0;
	margin-top: 3%;
}
.advn-two ul li {
	list-style-image: url(../images/marker.png);
	margin: 0px 0px 12px 18px;
	vertical-align: top;
}
.advn-two p{
	color: #999;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 8px;
}
.advn-two {
	margin-top: 3%;
}
.advn-two ul li a {
	color: #999;
	font-size: 15px;
	font-weight: 400;
}
.advn-two ul li a:hover{
  color: #E42313;
  margin-left: 5px;
  text-decoration: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.team{
	padding:6em 0px;
}
.team-bottom{
	margin-top:0%;
}
.team-top{
	text-align:center;
}
.about-left {
  padding-left: 0;
}
/*--/about--*/
/*--typography--*/
.bs-example h2 {
  margin-bottom: 0;
  text-align: left;
}
.bs-example h2 {
  margin-bottom: 0;
  text-align: left;
}
.table h2 {
  font-size: 2.2em;
}
.grid_5 h2 {
  font-size: 2em;
  text-align: left;
  margin-bottom: 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
	  font-family: 'MerriweatherRegular', serif;
  padding: 10px 0;
}
.grid_5 {
  margin: 31px 0;
}
.grid_3 h3 {
  padding-bottom: .5em;
  font-size: 2em;
  color: #FA0000;
}
.grid_4 h3 {
  color: #666161;
}
.page-header h1 {
  color: #F00;
}
h3.typo-t {
  color: #E42313;
  margin-bottom: 0.5em;
}
/*--/typography--*/
/*-- blog --*/
.ipsum-grid-grids{
	float:left;
	width:31.45%;
	  margin: 0 13px 0 0px;
}
.ipsum-grid-grids:nth-child(4){
	  margin: 0 2em 0 0;
}
.ipsum-grids h3{
	margin:0 0 2em;
	}
.ipsum-grid{
	border:1px solid #eaeaea;
	position:relative;
	}
.ipsum-grid img{
	width:100%;
	}
.text{
	position:absolute;
	  top: 40%;
	left:0%;
	}
.text a{
	font-size: 14px;
	color: #f6f6f6;
	padding: .5em 1em;
	background:#E42313;
	}
.text a:hover{
	text-decoration:none;
	color: #f6f6f6;
	}
.ipsum-grid p.erat{
	margin:0;
	font-size: 14px;
	color:#9B9B9B;
	line-height: 1.8em;
	  padding: 10px 0 18px;
	}
	.admin-tag {
 	 padding: 1em;
	}
	.admin-tag1 {
 	 padding: 0em;
	}
	.admin-tag1 p a {
 	 color: #E42313;
	}
	.admin-tag p a {
 	 color: #E42313;
	}
	.sing-img-text1 h3 {
	  margin-bottom: 0 !important;
	}
.ipsum-grid:nth-child(3){
	margin:0 0 1.5em;
	}
.ipsum-grid:nth-child(1){
	margin:0 0 1.5em;
	}
.ipsum-grid:nth-child(4){
	margin:0 0 1.5em;
	}
	.admin-tag p a:hover {
	  text-decoration: none;
	}
	.text1{
		position: absolute;
	  	top: 59%;
	  	left: 0%;
	}
.text1 a{
	font-size: 14px;
	color: #f6f6f6;
	padding: .5em 1em;
	background:#E42313;
	}
.text1 a:hover{
	text-decoration:none;
	color: #f6f6f6;
	}
	/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #E42313;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#fff;
  padding: 8px 16px;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #444444;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  	text-decoration:none;
	color: #f6f6f6;
	padding: 8px 16px;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
  text-decoration:none;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  text-decoration:none;
}
/*-- //blog --*/
/*-- single --*/
.single {
  background: #fff;
  margin: 4em 0 0 0;
}
.est{
	margin: 1em 0 4em;
	color: #1b1b1b;
	font-size: 14px;
	line-height: 1.8em;
	padding: 0 0.5em;
}
.sing-img-text1 .est{
	padding: 0;
}
.sing-img-text1 span {
    color: #A3A3A3;
    line-height: 1.7em;
    display: block;
    margin-bottom: 1.2em;
}
.est p{
	display: block;
    margin: 1em 0;
}
h3.commant {
  padding-bottom: 1em;
}
.sing-img-text1{
	padding:2em 0 0 0;
}
.media-body h4{
	color:#444444;
	font-size: 17px;
	margin: 0 0 1em;
}
.media-body a{
	font-size:15px;
	color:#E42313;
	text-decoration:none;
	width: 6%;
	margin-left: 40em;
	display:block;
}
.media-body a:hover{
	color:#000;
	text-decoration:none;
}
.media-body{
	margin: 1em 0 0;
	color: #9B9B9B;
	font-size: 14px;
	line-height: 1.8em;
}
.leave-a-comment{
	background:#fff;
	padding:0 1em;
}
.leave-a-comment input[type="text"],.leave-a-comment textarea{
	padding: 15px 10px;
	background: none;
	font-size: 15px;
	outline: none;
	border: 1px solid #D2D2D2;
	  color: #969191;
	}
.leave-a-comment input[type="text"]{
	float:left;
	width:31%;
	}
.leave-a-comment textarea{
	resize:none;
	height:200px;
	width:100%;
	margin:1.5em 0;
	}
.leave-a-comment input[type="submit"]{
	background:#E42313;
	color:#fff;
	font-size:20px;
	outline:none;
	border:none;
	width: 18%;
	display: block;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	padding: 10px 0;
	
	}
.leave-a-comment input[type="submit"]:hover{
	background:#292929;
	color:#fff;
	text-decoration:none;
	}
.leave-a-comment input[type="text"]:nth-child(2){
	margin: 0 2.4em;
	}
.media-left {
  width: 10%;
}
.media-left a img {
  border-radius: 50%;
    -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.search11 input[type="text"] {
  border:1px solid #DADCDF;
  outline: none;
  width: 100%;
  background:none;
  color: #000;
  padding: 10px;
  font-size: 15px;
}
.search11 h3 {
  margin-bottom: 0 !important;
}
.search11 input[type="submit"] {
  background:#E42313;
  color: #fff;
  font-size: 18px;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  border: none;
  outline: none;
  width: 40%;
  padding: 6px 0;
 margin: .5em 0 2em;
}
.search11 input[type="submit"]:hover{
	background:#444444;
	color:#fff ;
}
.search11 h3{
  color: #E42313;
  font-size: 25px;
  text-transform: capitalize;
  margin: 0 0 1em;
}
.categories ul {
  padding: 0;
  margin: 0;
}
.categories ul li {
  list-style-type: none;
  background: url(../images/1-.png) no-repeat 0px 7px;
  display: block;
  padding-left: 20px;
  margin: 1em 0;
  color: #343434;
  font-size: 15px;
}
.categories h3 {
  margin-bottom: 0em !important;
  padding-bottom: 0;
}
.categories ul li a {
  color: #9B9B9B;
  font-size: 14px;
  text-decoration:none;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.categories ul li a:hover{
	text-decoration:none;
	color:#E42313;
	padding-left:1em;
	  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.categories-mid {
    margin: 3em 0 0;
}
.sing-img-text{
	float:left;
	width:65%;
}
.sing-img-text-left{
	float:right;
	width:33%;
}
.categories h3,.search h3,.related-posts h3,.leave-a-comment h3,.sing-img-text h3 {
	  font-family: 'MerriweatherRegular', serif;
  color:#E42313;
  font-size: 25px;
  text-transform:capitalize;
  margin:0 0 .5em;
}
.related-post-left{
	float:left;
	width:30%;
}
.related-post-right{
	float:right;
	width:65%;
}
.related-post-right h4 {
  margin: 0;
  padding: 0;
}
.related-posts h3{
	margin-bottom:1em!important;
}
.related-post{
	margin:2em 0;
}
.related-posts h3 {
  margin-bottom: 0em!important;
  padding-bottom: 0;
}
.categories-mid ul li:nth-child(6) {
  margin-bottom: 3em;
}
.advantages-left h2 {
  font-size: 1.8em;
}
.advantages-left.heading {
  margin-top: 3em;
}
.related-post-right h4{
	margin:0 0 .5em;
}
.related-post-right h4 a{
  color:#444444;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration:none;
}
.related-post-right h4 a:hover{
	text-decoration:none;
	color:#444444;
}
.related-post-right p {
  margin:0;
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.8em;
}
.singel-img{
	min-width: 100%;
    width: 100%;
}
.single-gallery{
	padding-bottom:0;
}
/*-- //single-page --*/
/*--gallery-page--*/
.work-grid{
	position:relative;
	padding:0 0.5em 1em;
}
#nivo-lightbox-demo a{
    display:block;
    position: relative;
}
.rotate:hover  i{
	transform: translate(-50%,-50%) rotateY(360deg);
	-webkit-transform: translate(-50%,-50%) rotateY(360deg);
	-moz-transform: translate(-50%,-50%) rotateY(360deg);
	-o-transform: translate(-50%,-50%) rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.rotate i{
background: url(../images/se.png) no-repeat 0px;
  width: 51px;
  height: 51px;
  display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%) rotateY(0);
    -webkit-transform: translate(-50%,-50%) rotateY(0);
    -o-transform: translate(-50%,-50%) rotateY(0);
    -moz-transform: translate(-50%,-50%) rotateY(0);
}
.rotate{
  position: absolute;
  top: 0;
  background: rgba(228, 35, 19, 0.67);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
.work-grid:hover .rotate{
	display:block;
}
/*--/gallery-page--*/
/*--contact--*/
.contact h3 {
	font-family: 'Merriweather', serif;
	color: #E42313;
	font-size: 25px;
	margin: 0 0 .5em;
	text-align:center;
}
.contact row{
	margin: 1em 0 4em;
}
.contact-content input[type="text"],.contact-content  textarea {
  padding: 1.1em;
  width: 100%;
  margin: 0 0 1% 0;
  outline: none;
  color: #2F3338;
  border: 1px solid #BEBBBB;
  -webkit-appearance: none;
  font-size: 1em;
  font-weight: 300;
  -webkit-appearance: none;
}
.contact-content  input[type="text"]:nth-child(2)
{
	margin-right: 0em;
}
.contact-content form textarea{
	resize:none;
	height:170px;		
}
.submit{
	text-align:center;
	margin: 2% 0;
}
.contact-content input[type="submit"]{
  background:#E42313;
  color: #fff;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0.7em 3em;
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  
  text-transform: uppercase;
  -webkit-appearance:none;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-content  input[type="submit"]:hover{
	  background-color: #2F3338;
	  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--/contact--*/
/*--/inner-pages--*/
/*--top-nav--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top1.png") no-repeat 0px 0px;
}
/*--/top-nav--*/
.album_thumb{
	display:block;
	position:relative;
}
.album_thumb .text {
    font-size: 14px;
    color: #f6f6f6;
    padding: .5em 1em;
    background: #E42313;
}
.pagination {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.pagination > li > a, .pagination > li > span{
	color: #333333;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: #bb1e10;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #bb1e10;
    border-color: #bb1e10;
}
.list_documents{
	list-style-type:none;
	text-align:left;
	margin-top:2em;
}
.list_documents li a{
	margin: 15px 0;
	color: #1b1b1b;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	display: inline-block;
    position: relative;
	padding-left: 40px;
}
.list_documents li a span{
	color: #E42313;
	font-size:30px;
	position: absolute;
    top: 50%;    
    left: 0;
    transform: translateY(-50%);
}
.list_documents li a:hover{
	color: #E42313;
}
/*----responsive-menu-start--*/
@media(max-width:1440px){
	.rslides h3 {
	  width: 68%;
	}
	.callbacks_nav.next {
	  right: 17%;
	  top: 62%;
	}
	.callbacks_nav {
	  top: 62%;
	  left: 18%;
	}
	.index-about h3 {
	  margin-bottom: .1em;
	}
	.specialty-info p {
	  margin: 1em 0 0 0;
	}
	.banner5 {
	  min-height: 192px;
	}
}
@media(max-width:1198px){
	.navbar-nav > li{
		margin: 0;
	}
	.navbar-nav > li > a {
		padding: 0px 10px 10px;
	}
}
@media(max-width:1024px){
	.logo a img {
	  margin-top: 3em;
	}
	.banner {
	  min-height: 380px;
	}
	.media-body h4 {
	  margin: 0 0 .2em;
	  padding: 0;
	}
	.media-body a {
	  width: 8%;
	  margin-left: 30em;
	}
	.media:first-child {
	  margin-top: 10px;
	}
	.com {
	  margin-top: 3em;
	}
	.sing-img-text h3 {
	  line-height: 1.5em;
	}
	.advn-two {
	  margin-top: 0% !important;
	}
	.advn-one {
	  margin-top: 0%;
	}
	.advantages-left h2 {
	  padding-top: 0em;
	    padding-bottom: 18px;
	}
	.leave-a-comment h3 {
	  margin: 0 0 .2em;
	}
	.advantages-left h3 {
	  padding-bottom: 8px;
	  padding-top: 0px;
	}
	.com {
	  margin-top: 3em;
	}
	ul.callbacks_tabs.callbacks1_tabs {
	  bottom: 36px;
	  left: 47%;
	}
	.rslides h3 {
	  width: 86%;
	  font-size: 1.6em;
	  height: 90px;
	  line-height: 1.8em;
	}
	.callbacks_nav {
	  left: 4%;
	}
	.callbacks_nav.next {
	  right: 2%;
	}
	.index-about h3 {
	  padding-top: 0;
	}
	.index-about {
	  padding: 3em 0;
	}
	.about-kolos {
	  padding: 0 0 3em 0;
	}
	.index-about h3 {
	  font-size: 2em;
	  margin-bottom: .5em;
	  padding-bottom: 0;
	}
	.testimonial-grid p {
	    margin: 0em auto;
	}
	.news-text h5 {
	  margin: 9px 0 0;
	}
	.news-grids {
	  margin-top: 1.5em;
	}
	.specialty {
	  padding: 4em 0 0 0;
	}
	.news .news-category:first-child{
	  padding: 2em 0 0 0;
	}
	.news .news-category:last-child{
	  padding: 0 0 3em 0;
	}
	.banner5 {
	  min-height: 150px;
	}
	.about h2, .typrography h2, .blog h2, .gallery h2, .contact h2 {
	  margin-bottom: .4em;
	  padding: 0;
	}
	.gallery{
	  padding: 0 0 2em 0;
	}
	.about, .typrography, .blog, .single-gallery, .contact {
	  padding: 2em 0;
	}
	.about-left h5 {
	  padding-bottom: 0;
	}
	.ad-left {
	  width: 13%;
	}
	.team {
	  padding: 2em 0;
	}
	.team-bottom {
	  margin-top: 0%;
	}
	.team-bottom {
	  margin-top: 0%;
	}
	.ch-grid {
	  margin: 10px 0 0 0;
	}
	.footer-right h2 {
	  margin-bottom: 25px;
	}
	.ipsum-grid-grids:nth-child(4) {
	  margin: 0 0em 0 0;
	}
	.ipsum-grid-grids {
	  width: 32.4%;
	}
	.text {
	  top: 32%;
	}
	.text1 {
	  top: 51%;
	}
	.blog {
	  padding: 2em 0 1em;
	}
	.leave-a-comment input[type="text"] {
	  width: 30.6%;
	}
	h3.commant {
	  padding-bottom: .5em;
	}
}
@media(max-width:991px){
	.footer-left input[type="text"] {
	  width: 80%;
	    margin-bottom: .4em;
	}
	.footer-right .address{
	  margin-top: 2em;
	}
}
@media(max-width:768px){
	.nav > li > a {
	  margin: 0 20px !important;
	  font-size: 1.2em;
	}
	.est {
	  margin: 1em 0 0em;
	}
	.banner {
	  min-height: 400px;
	}
	.banner5 {
	  min-height: 140px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
	  bottom: 14px;
	  left: 46%;
	}
	.logo a img {
	  width: 14%;
	}
	.slider {
	  padding: 3% 0 6%;
	}
	.specialty {
	  padding: 2em 0 0 0;
	}
	.specialty-info h5 {
	  padding: 0;
	}
	.specialty-info p span {
	  margin-top: 1em;
	}
	.specialty-grids {
	  margin-top: 4em;
	}
	.testimonial-grid p {
	  font-size: 1.2em;
	  width: 80%;
	}
	.news-grids {
	  margin-top: 0em;
	}
	.news-text h5 {
	  padding: 0;
	}
	.news-grid {
	  width: 50%;
	  float: left;
	  padding-left: 5px;
 	 	padding-right: 5px;
  		margin-top: 2em;
	}
	.news-text {
	  padding-left: 5px;
 	 padding-right: 5px;
	}
	.logo1 a img {
	  width: 11%;
	}
	.about-top h4 {
	  font-size: 1.3em;
	  line-height: 1.7em;
	}
	.about-left {
	  padding-left: 9px;
	  width: 33%;
	  float: left;
	  padding-right: 5px;
	}
	.about-top p {
	  font-size: 14px;
	  line-height: 1.8em;
	}
	.advn-one {
	  margin-top: 4%;
	}
	.advantages-left h2 {
	  font-size: 24px;
	  margin-top: 1em;
	  padding: 0;
	}
	.ad-mian {
	  margin-bottom: 2em;
	}
	.advn-one {
	  margin-top: 3%;
	}
	.ad-left {
	  width: 8%;
	}
	.ad-right h4, .advn-two h4 {
	  padding: 0;
	}
	.ad-right {
	  width: 86%;
	}
	.advantages-left h3 {
	   padding-bottom: 11px;
	}
	.advn-two {
	  margin-top: 3%;
	}
	.advantages-left h3 {
	  margin-top: 1em;
	}
	.footer-left {
	  clear:both;
	}
	.footer-left ul li {
		display:block;
	  margin: 1em 0;
	  text-align: center;
	}
	.footer-right h2 {
	  margin-bottom: 0px;
	}
	.footer-right {
	  clear:both;
	}
	.team {
	  padding: 2em 0 3em;
	}
	.ipsum-grid-grids {
	  width: 32%;
	}
	.text {
	  top: 22%;
	}
	.text1 {
	  top: 39%;
	}
	.about h2, .typrography h2, .blog h2, .gallery h2, .contact h2 {
	  margin-bottom: .6em;
	}
	.related-post-right h4 a {
	  font-size: 11px;
	}
	.related-post-left, .related-post-right{
		float:none;
		width:100%;
	}
	.ipsum-grid p.erat {
	  font-size: 13px;
	}
	.admin-tag p {
	  font-size: 12px;
	  line-height: 1.7em;
	}
	.sing-img-text h3 {
	  font-size: 17px;
	  margin: 0 0 0em;
	  line-height: 1.7em;
	  padding-bottom: 4px;
	}
	.leave-a-comment input[type="text"]:nth-child(2) {
	  margin: 0 1.8em;
	}
	.leave-a-comment input[type="submit"] {
	  font-size: 18px;
	  width: 22%;
	}
	.work-grid {
	  padding: 0 0.3em .5em;
	}
	ul.contact-grids {
	  margin: 3% auto 6%;
	}
	.contact iframe {
	  height: 350px;
	}
	.logo a img {
	  margin-top: 5em;
	}
	.media-body a {
	  width: 8%;
	  margin-left: 23em;
	}
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #fff !important;
	}
	.navbar-default .navbar-toggle {
	  border-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:transparent  !important;
		border-color:#E42313 !important;
	}
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus  .icon-bar{
		background-color:#E42313  !important;
	}
	.navbar-toggle {
	  padding: 8px 6px !important;
	}
	.navbar-nav {
	  margin: 0;
	  width: 100%;
	}
	.navbar-collapse {
	  border-top: 0px solid transparent !important;
	  border-top: 0px solid transparent; 
	  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1) !important;
	  box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1) !important;
	}
	.navbar-nav > li {
	  display: inline !important;
	  margin: 0px 5px;
	}
}
@media(max-width:640px){
	.navigation {
	  margin: 0em auto 0;
	}
	.logo a img {
	  width: 16%;
	  margin-top: 2em;
	}
	.navigation {
	  text-align: right;
	}
	.rslides h3 {
	  width: 87%;
	  font-size: 1.2em;
	}
	.callbacks_nav {
	  left: 3%;
	  top: 57%;
	}
	.callbacks_nav.next {
	  right: 1%;
	  top: 58%;
	}
	ul.callbacks_tabs.callbacks1_tabs {
	  left: 46%;
	}
	.banner {
	  min-height: 350px;
	}
	.banner5 {
	  min-height: 160px;
	}
	.index-about p {
	  line-height: 1.8em;
	  font-size: .95em;
	}
	.specialty-info h3 {
	  font-size: 32px;
	}
	.specialty-info h5 {
	  margin-top: 0;
	}
	.testimonials {
	  min-height: 220px;
	  padding: 2em 0;
	}
	.testimonial-grid p {
	  font-size: 1em;
	  width: 84%;
	  line-height: 1.8em;
	}
	.news-text h3 {
	  font-size: 32px;
	}
	.news-text h5 {
	  margin: 0;
	}
	.news-grid a h4 {
	  padding-top: 0;
	}
	.footer-left ul li {
	  margin: .7em 0;
	}
	.ad-left {
	  width: 10%;
	}
	.ipsum-grid-grids {
	  width: 31%;
	  margin: 0 20px 0 0px;
	}
	.text {
	  top: 15%;
	}
	.text1 {
	  top: 32%;
	}
	.search11 input[type="submit"] {
	  font-size: 16px;
	  width: 47%;
	}
	.categories ul li a {
	  font-size: 12px;
	}
	.leave-a-comment input[type="text"]:nth-child(2) {
	  margin: 0 1.5em;
	}
	.leave-a-comment input[type="submit"] {
	  font-size: 15px;
	  width: 24%;
	}
	.single {
	  margin: 4em 0 0 0;
	}
	.leave-a-comment {
	  padding: 0;
	}
	.copyright{
		float:none;
		width:100%;
		text-align:center;
		padding: .5em 0;
	}
}
@media(max-width:480px){
	.rslides h3 {
	  width: 87%;
	  font-size: 1.05em;
	}	
	.callbacks_nav {
	  top: 63%;
	}
	.callbacks_nav.next {
	  right: 0%;
	  top: 64%;
	}
	.banner {
	  min-height: 250px;
	}
	.banner5 {
	  min-height: 80px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
	  left: 44%;
	  bottom: 26px;
	}
	.logo1 a img {
	  width: 18%;
	}
	.grid li {
	  width: 80%;
	  margin-bottom: 2em;
	}
	.specialty {
	  padding: 0 0 0 0;
	}
	.service-box h5 {
	  font-size: 16px;
	  line-height: 1.6em;
	}
	.testimonials {
	  padding: 1em 0;
	}
	.testimonial-nfo h3 {
	  font-size: 32px;
	}
	.footer-left {
	  width: 100%;
	  float: none;
	  text-align: center;
	}
	.address p {
	    margin: 1em 0 0 0;
	}
	.phone p {
	    margin: 0em 0 0 0;
	}
	.phone {
	  margin-top: 1.3em;
	}
	.footer-middle {
	  width: 100%;
	  float: none;
	   margin: 4em 0;
	  text-align: center;
	}
	.footer-middle h3 {
	  padding: 0;
	    font-size: 1.8em;
	}
	.footer-right {
		width: 80%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer-left form {
	  margin-top: 2em;
	}
	.about-left h5 {
	  font-size: 1.1em;
	}
	.about-top p {
	  font-size: 13px;
	}
	.ad-left {
	  width: 13%;
	}
	.ad-right {
	  width: 80%;
	}
	.advn-two h4 {
	  font-size: 1.1em;
	  line-height: 1.8em;
	}
	.about-top h4 {
	  font-size: 1.12em;
	}
	.ipsum-grid-grids {
	  width: 90%;
	  margin: 0px 0px 0px 21px;
	}
	.text {
	  top: 45%;
	}
	.text1 {
	  top: 63%;
	}
	.ipsum-grid-grids:nth-child(4) {
	  width: 90%;
	  margin: 20px 0px 0px 21px;
	}
	.pagination {
	  padding-left: 23px;
	}
	.footer-right h2 {
	  font-size: 1.8em;
	}
	.sing-img-text {
	  float: none;
	  width: 90%;
	  margin: 0 auto;
	}
	.sing-img-text-left {
	  float: none;
	  width: 90%;
	  margin: 0 auto;
	}
	.leave-a-comment input[type="text"] {
	  width: 100%;
	}
	.leave-a-comment input[type="text"]:nth-child(2) {
	  margin: 15px 0;
	}
	.leave-a-comment h3 {
	  margin: 0 0 .3em;
	}
	.sing-img-text h3 {
	  font-size: 1.5em;
	  padding-bottom: 10px;
	}
	.search11 h3 {
	  font-size: 1.6em;
	   padding-bottom: 10px;
	}
	.categories ul li a {
	  font-size: 14px;
	}
	.leave-a-comment {
	  width: 90%;
	  margin: 0 auto;
	}
	.leave-a-comment input[type="submit"] {
	  font-size: 15px;
	  width: 32%;
	}
	.media-body h4 {
	  font-size: 17px;
	  margin: 0 0 .3em;
	  padding: 0;
	}
	.contact-content input[type="text"]{
	  margin: 0 0 2% 0;
	}
	.contact iframe {
	  height: 230px;
	}
}
@media(max-width:375px){
	.search {
	  width: 51%;
	}/*
	.social {
	  margin-top: 8px;
	}*/
}
@media(max-width:320px){
	.search {
	  width: 44%;
	}
	.social i {
	  margin: 7px 5px 8px 0px;
	}
	.header-top {
	  padding: 1em 0 .2em;
	}
	.search input[type="text"] {
	  padding: 6px 16px 6px 5px;
	}
	.navbar-toggle {
	  margin-top: 0px;
	  margin-right: 8px;
	  margin-bottom: 0px;
	}
	.nav > li > a {
	  margin: 0 9px !important;
	}
	.logo a img {
	  width: 25%;
	  margin-top: 1em;
	}
	.rslides h3 {
	  width: 80%;
	  font-size: .95em;
	}
	.rslides h3 {
	  height: 110px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
	  left: 41%;
	  bottom: 8px;
	}
	.index-about h3 {
	  font-size: 1.7em;
	  margin-bottom: .2em;
	}
	.index-about {
	  padding: 2em 0;
	}
	.about-kolos {
	  padding: 0 0 2em 0;
	}
	.specialty-info {
	  padding: 0;
	}
	.service-box {
	  width: 100%;
	  float: none;
	  margin-bottom: 2em;
	}
	.service-box h5 {
	  padding: 0;
	}
	.specialty {
	  padding: 0 0 0 0;
	}
	.testimonial-grid p {
	  font-size: .9em;
	  width: 100%;
	}
	.testimonial-nfo h3 {
	  font-size: 30px;
	}
	.news-text h3 {
	  font-size: 25px;
	  padding: 0;
	}
	.news-grid {
	  width: 90%;
	  float: none;
	  padding-left: 5px;
	  padding-right: 5px;
	  margin-top: 2em;
	  margin: 11% auto;
	}
	.news-text {
	  padding-left: 5px;
 	 padding-right: 5px;
	}
	.specialty-button {
	  margin-top: .6em;
	}
	.news .news-category{
	  padding: 2em 0 0em;
	}
	.footer-left {
	  padding: 0;
	}
	.footer-middle {
	  padding: 0;
	}
	.footer-right {
	  padding: 0;
	  margin-top: 3em;
	}
	.footer-middle {
	  margin: 3em 0 2em;
	}
	.footer-middle h3 {
	  font-size: 1.5em;
	}
	.footer-right h2 {
	  font-size: 1.5em;
	}
	.footer-right p {
	  margin: 0;
	}
	.footer-right h2 {
	  padding-bottom: 8px;
	}
	.footer {
	  padding: 3em 0 2.3em;
	}
	.copyright-left p {
	  font-size: 14px;
	  line-height: 1.8em;
	  text-align: center;
	}
	.specialty-info h3 {
	  font-size: 25px;
	}
	.logo1 a img {
	   width: 22%;
      margin: 1em 0 0;
	}
	.banner5 {
	  min-height: 100px;
	}
	.about h2, .typrography h2, .blog h2, .gallery h2, .contact h2 {
	  font-size: 2.5em;
	}
	.about h2, .typrography h2, .blog h2, .gallery h2, .contact h2 {
	  margin-bottom: .3em;
	}
	.about-top h4 {
	  font-size: 1em;
	  padding-bottom:3px;
	}
	.about-top p {
	  font-size: .9em;
	  margin-bottom: 1.5em;
	}
	.about-left {
	  padding-left: 0px;
	  width: 90%;
	  float: none;
	  padding-right: 0px;
	  margin: 0 auto;
	}
	.about-left h5 {
	  font-size: 1.1em;
	  margin-top: 0;
	  padding-top: 11px;
	}
	.ad-left p {
	  padding: 9px 0px;
	}
	.ad-right p {
	  font-size: .9em;
	  line-height: 1.8em;
	}
	.ad-right h4{
	  font-size: 1.05em;
	}
	.ad-left {
	  width: 19%;
	}
	.ad-right {
	  width: 74%;
	}
	.advantages-left h3 {
	    margin-top: 1.5em;
		  margin-bottom: 8px;
		  font-size: 20px;
	}
	.advantages-left h2 {
	  margin-bottom: 21px;
	    font-size: 20px;
	      margin-top: 0;
	}
	.ad-left p:hover {
	  padding: 9px 0px;
	}
	.advn-two h4 {
	  font-size: .92em;
	}
	.advn-two ul li a {
	  font-size: 13px;
	}
	.advn-two ul {
	  margin-top: 9%;
	}
	.ipsum-grid-grids {
	  width: 95%;
	  margin: 0px 0px 0px 7px;
	}
	.text {
	  top: 25%;
	}
	.text1 {
	  top: 44.5%;
	}
	.ipsum-grid-grids:nth-child(4) {
	  width: 95%;
	  margin: 0px 0px 0px 7px;
	}
	.ipsum-grid:nth-child(1) {
	  margin: .9em 0 1.5em;
	}
	.ipsum-grid:nth-child(1) {
	  margin: .9em 0 .9em;
	}
	.sing-img-text {
	  width: 95%;
	  margin: 0 0px 0 7px;
	}
	.sing-img-text h3 {
	  padding: 0;
	}
	.sing-img-text1 {
	  padding: 1em 0 0 0;
	}
	.sing-img-text h3 {
	  font-size: 1.1em;
	}
	.admin-tag1 p {
	  font-size: .9em;
	  margin-top: 11px;
	}
	.est {
	  margin: 9px 0 0 0;
	    font-size: .9em;
	}
	.com {
	  margin-top: 25px;
	}
	.com h3 {
	  padding-bottom: 12px;
	  font-size:1.3em;
	}
	.search11 h3 {
	  font-size: 1.3em;
	}
	.categories h3 {
	  font-size: 1.3em;
	}
	.categories-mid {
	  margin: 2em 0 0;
	}
	.categories-mid ul li:nth-child(6) {
 		 margin-bottom: 2em;
	}
	.related-post {
	  margin: 1em 0;
	}
	.media-body {
	  font-size: .9em;
	}
	.categories ul li a {
	  font-size: .9em;
	}
	.related-post-right p {
	  font-size: .9em;
	}
	.sing-img-text-left {
	  width: 95%;
	}
	.related-posts h3 {
	  font-size: 1.3em;
	}
	.leave-a-comment h3 {
	  font-size: 1.3em;
	    padding-top: 2em;
	}
	.leave-a-comment textarea {
	  margin: .7em 0;
	    height: 140px
	}
	.leave-a-comment input[type="text"], .leave-a-comment textarea {
	  padding: 10px 10px;
	}
	.leave-a-comment input[type="submit"] {
	  font-size: 14px;
	  width: 43%;
	}
	.leave-a-comment {
	  width: 95%;
	  margin: 0 auto;
	}
	.single {
	  margin: 2em 0 0 0;
	}
	.work-grid {
	  padding: 0;
	  margin: 1%;
	}
	.rotate i {
	  background-size: 50%;
	}
	.contact-content input[type="text"], .contact-content textarea {
	  margin: 0% 0 4% 0;
	}
	.specialty-grids {
	  padding: 0;
	}
	.news-text {
	  text-align: center;
	}
	.news-text h5 {
	  margin: 0;
	  font-size: .9em;
	  padding-top: 10px;
	}
	.media-body a {
	  width: 24%;
	  margin-left: 9em;
	}
	.sing-img-text h3 {
	  margin: 1em 0 1em;
	  padding-bottom: .3em;
	}
	.advantages-left.heading {
	  margin-top: 0em;
	}
	.specialty-info p {
	  font-size: .95em;
	}
}
.album_thumb .text{
	top:70%;
}
