
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
 font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
  color: #2f2f2f;
  
}
a:focus{
  outline: none;
  text-decoration: none;
}
h1,h2{
	font-family: 'Montserrat', sans-serif; 
}
h3,h4,h5,h6{
	font-family: 'Varela', sans-serif;	
}

h2 {
  color: #313338;  
  font-size: 72px;
  font-weight: 700;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
img{
 border:none;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  color: #fff;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}


/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}


/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	background: #007dd0;
	height: 48px;
	position:relative;
	border-radius: 0  0 6px 6px;
}
.top-bar:before{
	position:absolute;
	background:url(../images/top-left-bar.jpg) no-repeat;
	width:35px;
	height:48px;
	float:left;
	left:0px;
	top:0px;
	content:"";
	left:-30px;
}
.top-bar:after{
	position:absolute;
	background:url(../images/top-right-bar.jpg) no-repeat;
	width:35px;
	height:48px;
	float:right;
	right:0px;
	top:0px;
	content:"";
	right:0px;
}
.top-bar .social_icons {
	margin-top: 5px;
}
.top-bar .some-info{
}
.top-bar .some-info li{
	display:inline-block;
	color:#fff;
	line-height:48px;
	font-weight:normal;
	font-size:12px;
	margin-left:50px;
	text-align:right;
}
.top-bar .some-info li i{
	margin-right:5px;
	color:#596269;
	font-size:16px;
}


.social_icons li{
	display:inline-block;
}
.social_icons li a{
	background:#4f5662;
	height:31px;
	width:31px;
	text-align:center;
	line-height:31px;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	font-size:12px;
}
.social_icons li a:hover{
	background:#ff6c3a;
}




/* RESPONSIVE  */



@media(min-width:992px) and (max-width:1199px) {
.noo-res {
	display: none;
}
.top-bar .col-md-2 {
	display: none;
}
}









@media(min-width:768px) and (max-width:991px) {

.top-bar {
	margin-top: -1px;
}
.top-bar .social_icons {
}
.top-bar .col-md-3 {
	float: left;
}
.top-bar .col-md-9 {
	float: right;
}
.top-bar .some-info li {
	margin-left: 20px;
}
.top-bar:before {
	display: none;
}
.top-bar:after {
	display: none;
}

}



@media(max-width:767px) {


.top-bar {
	margin-top: -1px;
}
.top-bar .social_icons {
}
.top-bar .col-md-3 {
	float: left;
}
.top-bar .col-md-9 {
	float: right;
}
.top-bar .some-info li {
	margin-left: 20px;
}
.top-bar:before {
	display: none;
}
.top-bar:after {
	display: none;
}


.top-bar {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
}
.top-bar .social_icons {
	width: 100%;
}
.top-bar .col-md-3 {
	width: 100%;
}
.top-bar .some-info li {
	margin: 0px 10px;
}
.top-bar .col-md-9 {
	width: 100%;
}

}



.separator {
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    background: transparent url("../images/line.png") no-repeat scroll center center;
	margin: 0px 0px 20px;
}
.heading-block hr {
    width: 172px;
    height: 2px;
    position: relative;
    background: #0488d2 none repeat scroll 0% 0%;
    margin: 30px auto 10px;
}


.heading-block hr::before {

    background: transparent url(../images/middle_logo.png) no-repeat scroll 0% 0%;
    width: 18px;
    height: 19px;
    content: "";
    left: 0px;
    right: 0px;
    position: absolute;
    margin: 0px auto;
    top: -7px;

}

.heading-block p {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    display: inline-block;
    margin: 0px auto;
    line-height: 32px;
}

.home_features{
    position: relative;
    width: 100%;
    padding: 60px 0px 0px;
    min-height: 456px;
	float:left;
}
.heading_features
{
    float: left;
    width: 100%;
    display: inline;
    background-color: #D7D7D7;
	padding-top: 3%;
}
.heading-block .heading-text {
    position: relative;
}
.heading-block .heading-text p{
    font-size: 16px;
    font-weight: 400;
    color: #888;
    display: inline-block;
    margin: 0px auto;
    font-style: italic;
    line-height: 32px;
}
.sec-title {
    position: relative;
    text-align: center;
    margin: 0px auto 60px;
}

/* WHY CHOOSE CONTENT */

.choose_block
{
	padding:0px;
}

.why_choose{
    float: left;
    width: 100%;
}
.why_choose .title-company
{
	text-align:center;
}
.image-choose img
{
	width:100%;
}




.boxed-outer {
    position: relative;
	color: #888;
}
.boxed-outer p
{
    padding: 1%;
    line-height: 2;
}
.boxed-outer .box_color 
{
	background-color: #007DD0;
	color: #FFF;

}

.boxed-outer .box {
    position: relative;
    padding: 15px 18px;
}

.boxed-outer .box i
{
    padding-right: 2%;
	color: #6dba2c;
	font-size: 26px;	
}
.boxed-outer :hover.box{
    color: #f4ad00;
}




/*--------------------*/
/* ABOUT SECTION */
/*--------------------*/

.default-pagetitle-bg {
    background-image: url(../images/back1.jpg);
    background-position:50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.page-title-img {
    width: 100%;
    overflow: hidden;
    z-index: 5;
    height: auto;
    vertical-align: middle;
}
.cp-page-title-wrap {
    float: left;
    text-align: center;
    margin: auto;
    width: 100%;
}

.cp-page-title-wrap .header-color-back {
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: inline-block;
    margin: 40px auto 80px;
}

.header-main-content {
    text-align: center;
    padding-top: 20px;
	padding-bottom: 30px;
}
.header-main-content h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
    color: #007dd0;
    line-height: 22px;
	text-transform: uppercase;
}
.header-main-content h1 span {
    position: relative;
}
.header-main-content h1 span::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #FFF;
    width: 30px;
    bottom: -10px;
    left: 41%;
}

.cp-page-title-wrap .header-main-content p {
    padding-left: 55px;
    padding-right: 55px;
}
.header-main-content p {
    color: #C0A884;
}
.header-main-content p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    padding-top: 30px;
    line-height: 22px;
    text-transform: uppercase;
}



#about_intro .lead{
    margin-top: 0;
	color: white;
	font-size: 20px;
	letter-spacing: 2px;
}

#about_intro section{
    height: 260px;
}


@media(max-width: 767px)
{
	#about_intro h3{
	    font-size: 32px;
	    text-align: left;
	}
	
	#about_intro section{
	    padding-top: 50px;
	    padding-bottom: 50px;
	    height: auto;
	    min-height: 200px;
	}
	#about_intro .lead
	{
	    font-size: 16px;
	}
	
    }
@media(min-width: 767px)
{
	#about_intro section div
	{
		position: absolute;
		margin: 0;
		top: 50%;
		width: 100%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		padding-left: 10%;
		padding-right: 15%;
	}
}

.image-bg{
    background:linear-gradient(
      rgba(0, 125, 208, 0.9), 
      rgba(0, 125, 208, 0.9)
    ), url('../images/blog.jpg') no-repeat right 50%;
    background-size: cover;
}


.dark-bg{
    background: #f4ad00;
}
#about_intro {
    padding-left: 0px;
    padding-right: 0px;
}

.white {
    color: #FFF;
    font-size: 38px;
    letter-spacing: 5px;
    margin-top: 0px;
}





#about {
  display: inline;
  float: left;
  width: 100%;
  padding: 80px 0px 0px;
}

/* ABOUT TYPES CSS */

@charset "utf-8";
/* CSS Document */

/*
OUR WORKS
*/
.about_types_single {
  	max-height: 300px;
  	height: 300px;
	border-width: 2px;
    border-style: solid;
    border-color: #F4AD00 #007DD0 #007DD0 #F4AD00;
  	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out; }

.about_types_single * {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.about_types 
{
	display: inline;
	float: left;
	width: 100%;
	margin: 10px auto 60px;
	text-align: center;
	padding-top: 80px;
	overflow: hidden;
}

.about_types_single .about_types_single_circle {
  width: 150px;
  height: 150px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #eaeaea;
  margin: 50px auto auto; }

.about_types_single span {
  color: #696969;
  font: 700 17px/26px "Montserrat","sans-serif";
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px; }

.about_types_single p {
  font: 15px/24px "Roboto","sans-serif";
  color: #696969;
  padding: 20px 35px;
  display: none; }

.about_types_single:hover {
  cursor: pointer;
  box-shadow: 0 0 5px #ececec;
  -moz-box-shadow: 0 0 5px #ececec;
  -webkit-box-shadow: 0 0 5px #ececec; }

.about_types_single:hover .about_types_single_circle {
  margin-top: -75px;
  position: relative; }

.about_types_single:hover p {
  display: block; }

.about_types_single:hover span {
  color: #000000; }

.about_types_single_circle i {
  background-repeat: no-repeat;
  display: block;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  position: absolute; }

.about_types_single_circle i.a-plaining {
  background-image: url(../images/planning.png);
width: 64px;
height: 64px; }

.about_types_single_circle i.a-home_design {
  background-image: url(../images/home.png);
  width: 64px;
height: 64px; }

.about_types_single_circle i.a-architecture {
  background-image: url(../images/architecture.png);
  width: 64px;
height: 64px; }

.about_types_single_circle i.a-interiours {
  background-image: url(../images/interior.png);
 width: 64px;
height: 64px; }



@media (max-width: 1200px) {
  .about_types_single p {
    line-height: 20px;
    padding: 20px 5px; }

  .about_types {
    margin-top: 40px; } }
@media (max-width: 990px) {
  .about_types > div > div > div.about_types_outer:nth-child(1n+3) {
    margin-top: 100px; } }
@media (max-width: 767px) {
  .about_types > div > div > div.about_types_outer:nth-child(1n+2) {
    margin-top: 100px; } }








.about_types_single:hover 
{
	border-width: 2px;
	border-style: solid;
	border-color: #007DD0 #F4AD00 #F4AD00 #007DD0;
	background-color: #00A5FF;
}

.about_types_single:hover .about_types_single_circle {
  background: #007dd0; }



/* ABOUT TYPES CSS END */

/*  VISION MISION CONTENT */

.about_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 200px;
	background-color:#6dba2c;
}

@media(min-width: 768px){
    .content_area{
	padding:20px;
    }
}

@media(max-width: 767px){

    .content_area{
	padding:30px;
    }
}

.center_white
{
  background-color: #fff;
}

.about_work:hover .about_title{
	color: #1FA67A;
}
.about_work > .about_title:after {
  background-color: #C4C82D;
}


.about_work p
{
	line-height: 2.01;
}
.about_work .about_title{
  margin: 0px;
	padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}


.about_iconarea{
	margin-bottom: 10px;
}

/* VISON ENDS */







.content_who{
    margin-right: 100px !important;
    margin-left: 100px !important;
    text-align: center;
}

.content_who h2
{
    font-size: 45px;
    line-height: 58px;
    font-weight: 800;
}

.who_img
{
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-image:url(../images/37.jpg);
	height:500px
}




.heading{
	float: left;
	display: inline;
	width: 100%;
}


.heading h2 {
	display: inline-block;
	margin-bottom: 35px;
	padding-bottom: 15px;
	padding-right: 50px;
	font-size: 40px;
	line-height: 40px;
}


.heading p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}


.about_content{
	float: left;
	display: inline;
	width: 100%;
	padding: 50px 0px;
}


.about_featured{
	float: left;
	display: inline;
	width: 100%;
}


.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0px;
  box-shadow: none;
}


.panel-group .panel + .panel {
  margin-top: 0;
}


.panel-default {
  border-color: transparent;
}


.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border: 0 none !important;
  padding: 5px 15px;
}


.panel-title {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-family: 'Varela', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.panel-title a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}


.panel-default .in{	
  padding-left:10px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
}


.panel-title a span{
  margin-right: 5px;
}


.panel-body { 
  border-top-color: transparent !important;
  padding: 0px 15px;
  margin: 10px 0px;
}


.about_slider{
	float: left;
	display: inline;
	width: 100%;
	height: 350px;
}


.single_iteam{
	float: left;
	display: inline;
	width: 100%;
	height:100%;
}


.single_iteam img {
  max-width: 100%;
}


.about_slider .slick-dots li button:before {
  content: "•";
  font-size: 28px;  
}


.about_slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
}


.skills_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 350px;
	padding: 85px 0px;
	background-image: url(img/skills_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}


.skills{
	position: relative;
	z-index: 999;
}


.heading h3 {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 40px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}


div[data-dimension] {
  float: none;
  margin: 0 auto;
}


.circle-text{
	color: #fff;
}


.single_skill{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}


.single_skill > h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}


/*--------------------*/
/* SERVICE SECTION */
/*--------------------*/


#service {
  display: inline;
  float: left;
  padding: 95px  0 20px;
  width: 100%;
}
.service_intro{
	float: left;
	display: inline;
	width: 100%;
	padding: 80px 40px;
	background-color: rgba(255, 255, 255, 0.54);
}

.pagetitle-bg
{
    background-image: url(../images/back2.jpg);
    background-position:50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}

.service_block
{
	float: left;
	width: 100%;
	display: inline;
	background-image: url(../images/88.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.service_area{
	float: left;
	display: inline;
	width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
	background-color: #007DD0;

}
.service_top_text
 {
	float: left;
	width: 100%;
	display: inline;
    font-size: 14px;
    letter-spacing: 2px;
    color:#000;
	margin-top: 30px;
}
.service_area_2{
	float: left;
	display: inline;
	width: 100%;
}

.single_service {
	display: inline;
	float: left;
	padding: 0px 35px;
	padding: 30px 20px 20px;
	text-align: center;
	
}
.single_service
{
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.s_bg1
{
    background-color: rgba(129, 179, 255, 0.32);
    border-style: solid;
    border-width: 0px 1px;
}

.single_service:hover {
    background: #007dd0 none repeat scroll 0% 0%;
}
.single_service:hover .process-desc{
    color: #FFF;
}

.single_service .name_service
{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
	text-transform: uppercase;
}
.single_service p
{
    letter-spacing: 1px;
    color: #666;
    font-weight: 300;
}

.icon_service i
{
	height: 90px;
	display: block;
	margin: auto;
	width: 90px;
 }

.home_interior {
	background-image: url("../images/s1.png");
 }

.office_interior {
	background-image: url("../images/s2.png");
 }
.kitchen_interior {
	background-image: url("../images/s3.png");
 }
.shop_interior {
	background-image: url("../images/s4.png");
 }
 
.single_service:hover .home_interior{
	background-image: url("../images/1s.png");
}
.single_service:hover .office_interior{
	background-image: url("../images/2s.png");
}
.single_service:hover .kitchen_interior{
	background-image: url("../images/3s.png");
}
.single_service:hover .shop_interior{
	background-image: url("../images/4s.png");
}

.icon_service{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }


/* ----- Key Features ------  */

.key_features
{
    float: left;
    width: 100%;
    display: inline;
	padding: 60px 0px 20px;
}
.black
{
    font-size: 38px;
    letter-spacing: 5px;
    margin-top: 0px;
}
.key{
    padding-bottom: 3%;
}
.key_features .icon {
	height: 86px;
	width: 86px;
	line-height: 86px;
	text-align: center;
	background: #008BC9;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 20px;
	position: relative;
}
.key_features .img-responsive
	{
		width: 100%;
	}

.key_features li .media {
	overflow: inherit;
}
.key_features .icon:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #008BC9;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.key_features .icon:after {
	content: "";
	height: 10px;
	width: 10px;
	background: #008BC9;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.key_features .media-right {
	position: relative;
}
.key_features .media-right:before {
	content: "";
	height: 100%;
	width: 1px;
	border-left: 2px dashed #008BC9;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 30px;
	right: 0px;
	margin: 0 auto;
}
.key_features .media-left {
	position: relative;
}
.key_features .media-left:before {
	content: "";
	height: 100%;
	width: 1px;
	border-left: 2px dashed #008BC9;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 30px;
	margin: 0 auto;
}
.key_features li:nth-last-child(1) .media-left:before {
	display: none;
}
.key_features li:nth-last-child(1) .media-right:before {
	display: none;
}
.key_features p {
	line-height: 26px;
}
.key_features li {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
.key_features .media-right .icon {
	margin-right: 0px;
	margin-left: 20px;
}
.key_features h4 {
	font-size: 20px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #000FB4;
}
.key_features .media:hover h4 {
    color: #F4AD00;
}
.key_features .media:hover .icon
{
	background-color:#000FB4;
}

.key_features .icon img
{
    width: 100%;
    vertical-align: baseline;
}

.padding-0
{
    padding: 0px;
}






.service_iconarea{
	text-align: center;
	margin-bottom: 10px;
}


.service_icon { 
  border-radius: 100%;
  color: #fff;
  font-size: 72px;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.single_service>h2{
	text-align: center;
}


.single_service > h2 span { 
  border-radius: 100%;
  color: #fff;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px;
}


.single_service .service_title{
  margin: 20px 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}


.single_service > .service_title:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 40%;
  position: absolute;
  width: 100px;
}


/*--------------------*/
/* NEW SERVICE 2 SECTION */
/*--------------------*/

.page_title_new
{
	float: left;
	display: inline;
	width: 100%;
	background-image:url(../images/bt2.jpg);
	background-position: center 0%;
	background-size: cover;
	background-attachment:fixed;
	padding-top: 3%;
}

.page_title_new .heading-block p {
    color: #000;
}

.page_title_new .service_area
{
		background-color:#fff;
}

	.corporate-service-back{
		text-align:center;
		width: 100%;
		height: auto;
		overflow-x: hidden;
		overflow-y: hidden;
		vertical-align: middle;
		z-index: 5;
		padding-top: 80px;
	}

	.corporate-icon{
		text-align:center;
		margin:0 auto;
	}

	.corporate-circle{
		width:70px;
		height:70px;
		border-radius:50px;
		border:1px solid #dddddd;
		background-color:transparent;
		text-align:center;
		margin:0 auto;
		-webkit-transition: all 0.3s ease-in-out;
	  	transition: all 0.3s ease-in-out;
	}

	.corporate-icon-back{
		background-image:url(../images/counter-hover.png);
		background-position: center 0%;
		background-size: cover;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		margin:0 auto;
		margin-top:19px;
		-webkit-transition: all 0.3s ease-in-out;
	  	transition: all 0.3s ease-in-out;
	}
	.corporate-service-content:hover .corporate-circle
	{
		background-color: #008BC9;
		border: 5px solid #9B9F04;
	}
	
	.corporate-service-content:hover .corporate-icon-back{
		background-image:url(../images/counter.png);
	}

	.corporate-service-row{
		margin-top:60px;
		margin-bottom:30px;
	}

	.corporate-service-row2{
		padding-bottom:30px;
	}

	.corporate-service-content{
		margin-bottom:50px;
		cursor: pointer;
		padding: 4%;
		-webkit-transition: all 0.3s ease-in-out;
	  	transition: all 0.3s ease-in-out;

	}
	.corporate-service-content:hover 
	{
		background-color: rgba(255, 255, 255, 0.46);

	}

	.corporate-content h3{
		font-size:18px;
		font-family:'Raleway', sans-serif;
		font-weight:600;
		color:#252525;
		line-height:22px;
	}

	.corporate-content h3 a{color:#252525;}

	.corporate-content p{
		font-size:13px;
		font-family:'Open Sans', sans-serif;
		font-weight:400;
		color:#6b7373;
		line-height:22px;
	}

	.corporate-icon-back-1{
		background-image:url(../images/sofa-hover.png);
		background-position: center 0%;
		background-size: cover;
		background-repeat: no-repeat;
		width: 42px;
		height: 31px;
		margin:0 auto;
		margin-top:19px;
		-webkit-transition: all 0.3s ease-in-out;
	  	transition: all 0.3s ease-in-out;
	}

	.corporate-service-content:hover .corporate-icon-back-1{
		background-image:url(../images/sofa.png);
	}

	.corporate-icon-back-2{
		background-image:url(../images/bishop-hover.png);
		background-position: center 0%;
		background-size: cover;
		background-repeat: no-repeat;
		width: 30px;
		height: 43px;
		margin:0 auto;
		margin-top:12px;
		-webkit-transition: all 0.3s ease-in-out;
	  	transition: all 0.3s ease-in-out;
	}

	.corporate-service-content:hover .corporate-icon-back-2{
		background-image:url(../images/bishop.png);
	}
	

/*--------------------*/
/* Works SECTION */
/*--------------------*/

#works {
  display: inline;
  float: left;
  padding: 90px  0px 80px;
  width: 100%;
}

#works .default-pagetitle-bg {
    background-image: url(../images/back2.jpg);
    background-position:50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.gallery_content
 {
    float: left;
    padding: 80px 0px;
    width: 100%;
    display: inline;
}


/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}





/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #007dd0;
	color:#fff;
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding:8px 22px;
	line-height: 20px;
	text-decoration: none;
}


/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow:hidden
	
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}

.portfolio-items article:hover img{-moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
	transition-duration: 5s;
}

.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}

.portfolio-item .portfolio-desc {
	background:rgba(0, 125, 208, 0.38);
}

a {
	color: #35A49C;
}
a:hover {
	color: #79CDC0;
}


/* portfolio */





/*--------------------*/
/* TEAM SECTION */
/*--------------------*/


#team{
	float: left;
	display: inline;
	width: 100%;
	padding:80px 0px; 
}


.team_area{
	float: left;
	display: inline;
	width: 100%;
}


.team_slider{
	float: left;
	display: inline;
	width: 100%;
}


.team_slider .slick-next,
.team_slider .slick-prev{
  height: 40px;
}


.single_team {
  border: 2px solid #ccc;
  border-radius: 5px;
  display: inline;
  float: left;
  padding: 25px 15px;
  text-align: center;
  width: 100%;
}


.team_img{
	float: left;
	display: block;
	width: 100%;
}


.team_img > img {
  border-radius: 100%;
  height: 150px;
  margin: 0 auto 15px;
  width: 150px;
}


.single_team h5 {
  color: #555;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 17px;
}


.single_team span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}


.single_team p {
  line-height: 26px;
}


.team_social{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 10px;
}


.team_social a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  background: #ccc;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/*--------------------*/
/* PRICING SECTION */
/*--------------------*/


#pricing {
  background: none repeat scroll 0 0 #f8f8f8;
  display: inline;
  float: left;
  padding: 80px 0;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


.pricing_area {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}


.single_price {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 0px;
}


.single_price>h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 100px;
	margin: 0px;
	text-transform: uppercase;
}


.single_price .price {
  color: #fff;
  padding: 15px 0;
}


.single_price .price > h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0px 5px;
}


.single_price .price > span{
  font-size: 15px;    
}


.price_features{
	padding:10px 25px;
}


.price_features li {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}


.price_btn {
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 20px;  
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.price_btn:hover{
	text-decoration: none;
	outline: none;
	background-color: #fff;	
}


.business_price {
  border: 1px solid #fff;
  color: #ffffff;
}


.business_price .price {
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}


.business_price .price_btn{
	border-color: #ffffff;
	background-color: #ffffff;
}


/*--------------------*/
/* BLOG SECTION */
/*--------------------*/

#blog{
	float: left;
	display: inline;
	width: 100%;
	padding: 80px 0px;
}


.blog_content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}


.post_commentbox {
  display: inline;
  float: left;
  width: 100%;      
}


.blog_slider{
	float: left;
	display: inline;
	width: 100%;
}


.single_post{
	float: left;
	display: inline;
	width: 100%;
}

.blog_img {
  display: inline;
  float: left;
  height: 235px;
  width: 100%;
}


.blog_img > img {
  height: 100%;
  width: 100%;
}


.single_post h3 {
  float: left;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  width: 100%;
}


.post_commentbox{
	float: left;	
	display: inline;	
	width: 100%;	
	margin-bottom: 15px;	
}


.post_commentbox a, .post_commentbox span {
  color: #798992;
  font-size: 11px;
  margin-right: 5px;
}


.post_commentbox a > i,.post_commentbox span > i {
  margin-right: 5px;
}


.read_more{
	font-size: 15px;
	display: inline-block;
	min-height: 25px;
}


.read_more:hover,.read_more:focus{
	text-decoration: none;	
	outline: none;	
}


.blog_slider .slick-prev {
  border-radius: 5px 0 0 5px;
  color: #fff;
  height: 30px;
  left: 92%;
  right: 0;
  top: -38px;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-transition: 	all 0.5s;
  -moz-transition: 	all 0.5s;
  -ms-transition: 	all 0.5s;
  -o-transition: 	all 0.5s;
  transition: 	all 0.5s;
}


.blog_slider .slick-next {
  border-radius: 0 5px 5px 0;
  color: #fff;
  right: 15px;
  height: 30px;
  top: -38px;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-transition: 	all 0.5s;
  -moz-transition: 	all 0.5s;
  -ms-transition: 	all 0.5s;
  -o-transition: 	all 0.5s;
  transition: 	all 0.5s;
}


.blog_slider .slick-prev:hover,
.blog_slider .slick-next:hover{  
	opacity: 0.7;
}



/*--------------------*/
/* TESTIMONIAL SECTION */
/*--------------------*/

#testimonial {
    display: inline;
    float: left;
    padding: 40px 0px;
    width: 100%;
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.7);
	text-align: center;
}

.parallax-box {
    float: left;
    display: inline;
    width: 100%;
    background: transparent url("../images/parallax.jpg") repeat fixed 0% 0% / cover;
    height: 280px;
}
#testimonial .heading-block
{
    margin: 117px 0px 145px;
    margin-top: 117px;
    left: 449px;
	color: #fff;
}
#testimonial .heading{
	margin-top: 0px;
	padding-top: 2%;
}
.testimonial_customer{
	float: left;	
	display: inline;	
	width: 100%;		
}
.testimonial_slider{
	float: left;	
	display: inline;	
	width: 100%;	
}
.testimonial_slider>li{
	width: 380px;
	margin: 0 auto;
}
.testi_media {
    width: 50%;
    float: left;
    margin:0px auto 0px 35%;
}


.testi_media .media-body {  
  vertical-align: middle;
}
.media-heading {  
  font-size: 20px;
  text-transform: uppercase;
}
.testi_media .media-body span {
  font-size: 16px;
  font-weight: bold;
}
.testi_media .media-left {
  padding-right: 20px;
}
.testi_img img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.testi_content {
    position: relative;
    padding: 10px;
    width: 90%;
    margin: 40px auto 0px;
}

.testimonial_slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0px 5px;
    padding: 7px 5px;
    position: relative;
    width: 34px;
    color: rgb(158, 6, 6);
    line-height: 102px;
}
.testimonial_slider .slick-dots li button:before {
  content:none;  
}
.testimonial_slider .slick-dots li button {
    padding: 0px;
    width: 8px;
    height: 8px;
    background: none repeat scroll 0px 0px #fff;
    border-radius: 50%;
    border: 1px solid #000;
}

.testimonial_customer .testi_content p
{
	
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;

}

.col-lg-55 {
    width: 100%;
	margin-top: 5%;
}
.testimonial_customer .qm {
    width: 43px;
    height: 29px;
    background: url(../images/qm.png) repeat scroll 0% 0% transparent;
    margin-left: -22px;
    left: 50%;
    position: absolute;
}

/*--------------------*/
/* CLIENTS SECTION */
/*--------------------*/


#clients {
  display: inline;
  float: left;
  padding: 80px 0px 80px;
  width: 100%;
  background-color: #EDEDED;
}

.client_heading{
    float: left;
    width: 100%;
    display: inline;
    margin-top: 25%;
}

.client_heading h2 {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
}
.client_heading small 

{
	display: block;
    font-weight: 100;
    text-transform: none;
}
.clients_content{
	float: left;
	display: inline;
	width: 100%;
}


.clients_slider{
	float: left;
	display: inline;
	width: 100%;
}


.single_client {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}


.single_client>img{
	margin: 0 auto;
	width: 100%;
height: 150px;
}


.clients_slider .slick-prev {
  border-radius: 5px 0 0 5px;
  color: #fff;
  height: 40px;
  left: 46.5%;
  top: 120%;
}


.clients_slider .slick-next {
  border-radius: 0 5px 5px 0;
  color: #fff;
  right: 46.5%;
  top: 120%;
  height: 40px;
}


/*--------------------*/
/* CONTACT US SECTION */
/*--------------------*/


#contact{
	display: inline;
	float: left;
	padding:0px 0px 0px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
}



.contact_page-bg
{
    background-image: url(../images/b1.jpg);
    background-position:50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}

/* ADDRESS BLOCK */
.address_block
{
    float: left;
    width: 100%;
}

.address_block .address_single 
{
  float: left;
  width: 20%;
  text-align: center;
  padding: 90px 0;
  max-height: 260px;
}

.address_block .address_single h3 
{
  margin: auto;
  padding-top: 15px;
  color: #FFFFFF;
  font: 400 17px/22px "Montserrat","sans-serif";
  text-transform: uppercase; 
}

.address_block .address_single span,
.address_block .address_single a 
{
  font: italic 17px/18px "Vollkorn","sans-serif";
  color: #FFFFFF;
  padding-top: 6px;
  display: inline-block;
}

.address_block .address_single i
{
  color: #FFFFFF;
  font-size: 22px;
}

.address_block .address_single i.fa.fa-mobile-phone
{
  font-size: 30px;
  margin-top: -7px;
}

.address_block .address_single i.fa.fa-map-marker
{
  font-size: 30px;
  margin-top: -7px;
}

.address_block .address_single i.fa.fa-bullseye 
{
  font-size: 30px;
  margin-top: -7px; 
}
.address_block .address_single:nth-child(1)
{
	background:#2E8ECE;
}

.address_block .address_single:nth-child(2)
{
	background:#007dd0; }

.address_block .address_single:nth-child(3) 
{	
	background:#2E8ECE; 
}

.address_block .address_single:nth-child(4) 
{
	background:#007dd0; 
}

.address_block .address_single:nth-child(5) 
{
	background:#2E8ECE; 
}

@media (max-width: 1023px) 
{
  .address_block .address_single h3 
  	{
    	font-size: 16px; 
	}

  .address_block .address_single span,
  .address_block .address_single a 
	{
    	font-size: 16px; 
	}
}

@media (max-width: 767px)
{
  .address_block .address_single
	{
		padding: 15px 0;
    	width: 100%;
	}
}




.contact_content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}
.contact_map {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  width: 100%;
}

.form_header
{
    padding-top: 50px;
	margin-bottom: 10px;
    position: relative;
	text-align: center;
}

.form_header h1
{
	font-size: 28px;
    line-height: 30px;
}
.form_header span
{
	font-size: 14px;
    line-height: 20px;
	font-style:italic;
    position: relative;
    color: #696969;
    display: inline-block;
    margin-top: 8px;
    padding-bottom: 15px;
}
.contact_form{
	float: left;
	display: inline;
	width: 100%;
}
.contact_form input[type="text"],.contact_form input[type="email"]{
	margin-bottom: 30px;
	border-radius: 0px;
}
.submit_btn {
  border: 2px solid #fff;
  color: #fff;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
  margin-left: 40%;
}
.submit_btn:hover{
	background-color: #fff;
}
.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
background-color: rgba(224, 224, 224, 0.4);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;  
  box-shadow:none; 
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea .form-control {
  height: auto;
}
#map_canvas{
	width: 100%;
	float: left;
	display: inline;
	height: 404px;
}

.address i
{
    color:#008bc9;
    padding: 2px;
    margin-right: 2%;
    font-size: 18px;
}
.address  h3
{
    color:#053c6d;
    font-size: 14px;
    font-weight: 700;
	margin: 0px 0px 10px;
}



/* start contact */

.address_block h3
  {
    padding-bottom: 30px;
}

.contact_form label {
  font: 14px/20px raleway, serif;
  color: #B68F09;
  display: block;
  padding: 0 0 5px 5px; }
  
  
  
 .contact_form input, .contact_form textarea {
  width: 100%;
  display: block;
  padding: 10px;
  color: #000000; }

#contact input
  {
    height: 50px;
  }
#contact textarea
  {
    height: 120px;
  }
#contact input[type="submit"]
  {
    background:#053c6d;
    border: none;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    margin:40px 0px 40px;
  }
#contact input[type="submit"]:focus,
#contact input[type="submit"]:hover
  {
    background: #FFFFFF;
	border: 1px solid #007dd0;
    color: #66AF33;
  }

.map_block
{
	float: left;
	display: inline;
	width: 100%;
}  
#map-canvas
  {
    border: none;
    width: 100%;
    margin: 0 0 0px 0;
  }
/* end contact */


#subscribe{
	float: left;
	display: inline;
	width: 100%;
	padding: 80px 0px;
}


.subscribe_form {
  margin: 0 auto;
  width: 60%;
}


.subscrive_group {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
}


.subscribe_mail {
  border-radius: 0;
  display: inline;
  float: left;
  height: 50px;
  width: 80%;
  font-size: 18px;
}


.subscr_btn {
  border: medium none;
  color: #fff;
  display: inline;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
  width: 20%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.subscr_btn:hover{
	opacity: 0.75;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px;
	background-color: #444;
}

.footer {
    text-align: center;
    background: #00AEFF  none repeat scroll 0% 0%;
    width: 100%;
    padding: 10px 0px 20px;
	float: left;
}

.footer h3 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}

.footer a {
    background: #222 none repeat scroll 0% 0%;
    color: #FFF;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    border-radius: 50px;
}

.footer p {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}
.footer h4 {
    font-weight: 400;
    color: #555;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Open Sans","Sans Serif";
}
.footer a:hover {
    background: #AD8329 none repeat scroll 0% 0%;
}

.footer h4 span i {
    font-size: 20px;
    vertical-align: -2px;
    padding: 0px 3px;
    color: #222;
    display: inline-block;
    animation: 1.5s ease 0s normal none infinite running pulsing-heart;
}
.footer h4 a {
    background: transparent none repeat scroll 0% 0%;
    display: inline;
    border: 0px none;
    color: #222;
    font-weight: 700;
}
.footer h4 a {
    background: transparent none repeat scroll 0% 0% !important;
}
.social_nav{
	text-align: right;	
}


.social_nav li{
	display: inline-block;
}


.social_nav li a {
  border: 1px solid #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/*====blog section==*/

.blog_menu{
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 0px;
}


#blogBanner {
  background-image: url("img/banner.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: left;
  height: 300px;
  margin-top: 75px;
  padding: 118px 0;
  text-align: center;
  width: 100%;
}


#blogBanner h2 {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}


#blog{
  float: left;
  display: inline;
  width: 100%;
  background-color: #EEEEEE;
}


.blogarchive_content{
  float: left;
  display: inline;
  width: 100%;
}


.blogarchive_content .single_post{
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
}


.blog_sidebar{
  background-color: #fff;
  float: left;
  display: inline;
  width: 100%;
  padding: 12px;
}


.single_blogsidebar{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 15px;
}


.single_blogsidebar > h2 {
  font-size: 25px;
  line-height: 30px; 
  margin-bottom: 15px; 
}


.popular_tab li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}


.popular_tab li:last-child{
  border-bottom: none;
}


.news_img {
  display: block;
  height: 70px;
  width: 100px;
}


.news_img>img{
  width: 100%;
  height: 100%;
}


.popular_tab .media-body > a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  /*margin-top: 5px;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}


.popular_tab .media-body > a:hover,
.popular_tab .media-body > a:focus{
  text-decoration: none;
  outline: none;
}


.feed_date{
  color: #ccc;  
}


.cat-item{
  border-bottom: 1px solid #ccc; 
  margin-bottom: 5px;
}


.cat-item:last-child{
  border-bottom: none;
}


.cat-item ul{
  margin-left: 25px;
}


.cat-item ul li > a {
  font-size: 15px;
}


.cat-item a {
  display: block;
  font-size: 16px;
  padding: 5px 5px 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.cat-item>a:before{
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  bottom: 1px;
  content: "";
  display: inline-block;
  height: 0;
  padding-right: 9px;
  position: relative;
  width: 0;
}


.cat-item a:hover,
.cat-item a:focus{
  outline: none;
}


.tagcloud{
  float: left;
  display: inline;
  width: 100%;
}


.tagcloud a{
  background-color: #555;
  color: #eeeeee;
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;  
}


.tagcloud a:hover,
.tagcloud a:focus{
  text-decoration: none;
  outline: none;
  color: #fff;
}


.tagcloud a>i{
  margin-right: 5px;
}


.postform {
  background-color: #fff;
  border-radius: 4px;
  display: inline;
  float: left;
  font-size: 18px;
  padding: 5px;
  width: 100%;
}


.postform option{
  cursor: pointer;
  padding: 5px;
}


.single_blogsidebar>ul>li{
  border-bottom: 1px solid #ccc;
}


.single_blogsidebar ul li a{
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}


.single_blogsidebar ul li ul{
  margin-left: 25px;
}


.pagination{
  margin-left: 15px;
} 


.pagination li a{
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.pagination li a:hover,.pagination li a:focus{
  color: #fff;
}


.blogdetails_content{
  background-color: #fff;
  padding: 20px;
  float: left;
  display: inline;
  width: 100%;
}


.blogdetails_content>h2{
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 0;
  padding-bottom: 0px;
  text-transform: uppercase;
}


.blogdetails_content>img{
  margin-bottom: 15px;
}


.blogdetails_content h2,.blogdetails_content h3{
  margin-top: 0px;
}


.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
  max-width: 100%;
}


.img-right{
  display: block;
  margin-left: auto;  
  max-width: 100%;
}


.img-left {
  display: block; 
  margin-right: auto;  
  max-width: 100%;
}


.blogdetails_content ul {
  padding: 10px 10px 10px 20px;
  position: relative;
}


.blogdetails_content ul li {
  color: #798992;
  font-size: 15px;
  line-height: 25px;
}


.blogdetails_content>ul li:before {
  content: "";
  height: 10px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -mz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}


.post_navigation {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}


.previous_nav {  
  display: block;
  float: left; 
  padding: 10px 20px;
  /*border-radius: 12px;*/
  font-weight: bold;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.previous_nav>i{
  margin-right: 5px;
}


.next_nav {
  /*border-radius: 12px;  */
  display: block;
  float: right;
  padding: 10px 20px;
  font-weight: bold;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.next_nav>i{
  margin-left: 5px;
}


.next_nav:hover,
.previous_nav:hover{
  color: #ffffff;
  text-decoration: none;
  outline: none;
}


.similar_post {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px; 
  padding: 0 15px;
  width: 100%;
}


.similar_post h2 {
  border-bottom: 1px dotted #798992;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}


.social_link {
  display: inline;
  float: left;
  margin-bottom: 25px;
  margin-top: 20px;
  width: 100%;
}


.sociallink_nav {
  text-align: center;
}


.sociallink_nav li{
  display: inline-block;
}


.sociallink_nav li a {
  border:1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 8px 12px;
  margin: 0px 3px;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.sociallink_nav li a:hover{
  background-color: #fff !important;  
}


.sociallink_nav li:nth-child(1) > a {
  background: none repeat scroll 0 0 #3b5998;
  padding: 8px 15px;
}


.sociallink_nav li:nth-child(2) > a {
  background: none repeat scroll 0 0 #00acee;
}


.sociallink_nav li:nth-child(3) > a {
  background: none repeat scroll 0 0 #dd4b39;
}


.sociallink_nav li:nth-child(4) > a {
  background: none repeat scroll 0 0 #0e76a8;
}


.sociallink_nav li:nth-child(5) > a {
  background: none repeat scroll 0 0 #c92228;
}


/*custom button style*/

.btn-yellow{
  background-color: #ffd62c;
  color: #fff;
}


.btn-yellow:hover{
  background-color: #e1b70b;
  color: #fff;
}


.limeblue_bg{
  background-color: #7dc34d;
}


.blue_bg{
  background-color: #09c;
}


.btn{
  border-radius: 0px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.btn-red{
  background-color: red;
  color:#fff;
}


.btn-red:hover{
  background-color: #c40505;
  color:#fff;
}


.btn-green{
  background-color: green;
  color: #fff;
}


.btn-green:hover{
  background-color: #0ab20a;
  color: #fff;
}


.btn-black{
  background-color: black;
  color: #fff;
}


.btn-black:hover{
  background-color: #413a3a;
  color: #fff;
}


.btn-orange{
  background-color:orange;
  color: #fff;
}


.btn-orange:hover{
  background-color:#f09d05;
  color: #fff;
}


.btn-blue{
  background-color: blue;
  color: #fff;
}


.btn-blue:hover{
  background-color: #0707a2;
  color: #fff;
}


.btn-lime{
  background-color: lime;
  color: #fff;
}


.btn-lime:hover{
  background-color: #05ae05;
  color: #fff;
}


.default-btn{
  background-color: #12a3df;
  color: #fff;
}


.default-btn:hover{
  background-color: #0a8ec4;
  color: #fff;
}


.btn-theme{
  background-color:#d083cf;
  color: #fff;
}


.btn-theme:hover{
  background-color:#ce39cc;
  color: #fff;
}


/*======================///////////////
			start responsive style
=====================///////////////////////*/
@media only screen and (min-width:768px ){
	
	.contact_page-bg
	{
		height:400px
	}
}

@media(max-width:1199px ){
.titl_service
  {
	      padding: 2.7%;
}
  .slider_caption > h2 {width: 100%;}
  .blog_slider .slick-prev {left: 91%;}
  #map_canvas{height: 404px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 404px;	}
  }
  .slider_caption {margin-top: 25%;}
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:991px ){
  .navbar-default .navbar-nav > li > a {font-size: 13px;padding: 15px 6px;}
  .navbar-brand {font-size: 28px;}
  #slides{height: 600px !important;}
  .slider_caption > h2 {font-size: 48px;line-height: 48px;}
  .slider_caption > p {font-size: 18px;}
  .about_area {padding-bottom: 80px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_service .service_title {font-size: 18px;}
  .single_service > .service_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .blog_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .clients_slider .slick-prev {left: 45%;}
  .clients_slider .slick-next {right: 45%;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  
  .block_service
  {
    margin: 5% 0%;
    border: 2px solid;
}
  
  
}

@media(max-width:767px ){
	.navbar-collapse{background-color: rgba(0,0,0,0.8);} 
	.main_nav{text-align: center;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(0,0,0,0.5);}
	#slides {height: 360px !important;}
	.slider_caption {margin-top: 15%;}
	.slider_caption > h2 {font-size: 25px;line-height: 26px;}
	.slider_caption > p {font-size: 15px;}
	.slider_btn {font-size: 18px;}
	.heading h2 {font-size: 30px;line-height: 30px;}
	.skills_area {background-size: cover;}
	.single_skill {width: 50%; margin-bottom: 22px;}
	.counter {width: 50%;float: left;}
	.counter_section {background-size: cover;}
	.portfolio_area {padding: 60px 15px 0;}
	.wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
	.single_price {margin-bottom: 30px;}	
	.single_price > h3 {font-size: 24px;line-height: 100px;}
	.single_price .price > h4 {font-size: 60px;line-height: 60px;}
	.price_features li {font-size: 15px;line-height: 18px;}
	.price_btn {font-size: 15px;padding: 10px 20px;}
	.single_post h3 {font-size: 15px;line-height: 15px;}
	.testi_content:before {left: 35%;}
	.single_client {padding: 18px 10px;}
	.single_client > img {max-width: 100%;}
	.contact_map {margin-top: 30px;}
	#contactFeature {background-size: cover;}
	.subscribe_form {margin: 0 auto; width: 85%;}
	.team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
	.blog_slider .slick-prev {left: 86.5%;}
	.og-close {z-index: 999;}
	#about {padding: 50px 0;}
	#service {padding: 50px 0 50px;}
	#works {padding: 0 0 50px;}
	#team {padding: 50px 0;}
	#pricing {padding: 50px 0;}
	#blog {padding: 50px 0;}
	#testimonial {padding: 50px 0;}
	#clients {padding: 50px 0 100px;}
	#contact {padding: 50px 0 0;}
	#subscribe {padding: 50px  0;}
	.social_nav {margin-top: 20px;text-align: center;}
	.footer_left {text-align: center;}
	.single_service > .service_title:after {left: 41%;}	
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}
  
	.title_service
	{
		background-color: #008BC9;
	}
	#service .black
	{
    	font-size: 26px;
	}
	.key_features .img-responsive
	{
		display:none
	}

}

@media(max-width:480px ){	
	#slides {height: 320px !important;}
	.slider_caption {margin-top: 20%;}
	.slider_caption > h2 { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
	.slider_caption > p {font-size: 14px;}
	.slider_caption > a { font-size: 15px; margin-top: 20px;  padding: 8px 10px;}
	.wagwep-container ul#portfolio-filter li {width: auto;}
	.wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
	.blog_slider .slick-prev {left: 81.5%;} 
	.clients_slider .slick-prev {left: 43%;}
	.clients_slider .slick-next {right: 43%;}
	.subscribe_form {width: 100%;}
	.footer_left {text-align: center;}
	.footer_right { margin-top: 20px;}
	.social_nav { text-align: center;}
	.testi_content:before {left: 30%;}	
	.single_service > .service_title:after {left: 38%;}
	.wagwep-container ul#portfolio-filter {padding: 0 3%;}
  #blogBanner {height: 250px;padding: 100px 0;}
  #blogBanner h2 {font-size: 45px;}	
  .blogdetails_content > h2 {font-size: 18px;line-height: 25px;}
  .similar_post h2 {font-size: 17px;}
  .single_blogsidebar > h2 {font-size: 18px;}
 
}

@media(max-width:360px ){
	.navbar-brand-logo
	{
		width: 80%;
	}
	.navbar-brand-logo img
	{
		width: 100%;
	}
	.slider_caption {margin-top: 28%;}
	.slider_caption > a {margin-top: 10px;}
	.slides-navigation h3 {display: none;}
	.slider_caption > h2 {font-size: 18px;line-height: 20px;}
	.panel-title {font-size: 17px;}
	.about_area {padding-bottom: 0px;}
	.about_slider{height: auto;}
	.single_skill {margin-bottom: 25px;width: 100%;}
	.heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
	.counter {width: 100%;margin-bottom: 15px;}
	.blog_slider .slick-prev {left: 75.5%;}
	.clients_slider .slick-prev {left: 40%;}
	.clients_slider .slick-next {right: 40%;}
	.subscribe_mail {width: 70%;font-size: 15px;}
	.subscr_btn {width: 29%;font-size: 15px;}
	.heading h2 { font-size: 25px;line-height: 30px;}
	.single_service > .service_title:after {left: 32%;}
	.slides-navigation {display: none;}
  #blogBanner {height: 150px;padding: 45px 0;}
  #blogBanner h2 {font-size: 30px;}
  .previous_nav {padding: 9px;} 
  .next_nav{padding: 9px;}
  .similar_post h2 {font-size: 14px;}
  .sociallink_nav li a {margin: 0px;font-size: 15px;}
  
	.testi_media
  	{
    	margin:0px;
	}
	nav#filter a 
	{
		padding: 4px 12px;
	}

	
}

@media(max-width:320px ){
	.navbar-brand-logo
	{
		width: 70%;
	}
	.navbar-brand-logo img
	{
		width: 100%;
	}
	.slider_caption > h2 {font-size: 15px;line-height: 18px;}
	.single_service > .service_title:after {left: 29%;}
	.blog_slider .slick-prev {left: 70.5%;}
	.subscr_btn {font-size: 11px;}
	.slider_caption {margin-top: 34%;} 
	
	 
	
}


/*only firefox browser*/
@-moz-document url-prefix() { 
	 #map_canvas{
		width: 100%;
		float: left;
		display: inline;
		height: 422px;
	}
}

