@charset "utf-8";
/* CSS Document */

*::-moz-selection {
  background: #00afb5 none repeat scroll 0 0;
  color: #fff;
}
::-moz-selection { background: #00afb5; color:#fff; text-shadow: none; }
::selection { background:#00afb5; color:#fff; text-shadow: none; }

 body {
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 32px;
	overflow-x:hidden;
	position:relative;
	font-weight:400;
} 

section {
  clear: both;
}

.section_padding{
  padding-top:80px;
  padding-bottom:160px;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color:#111111;
}

h1 {
  font-size: 46px;
}
h2{
  font-size: 38px;
}
h3 {
  font-size: 28px;
}
h4{
  font-size: 20px;	
}
h5 {
	 font-size: 18px;
}
h6{
	font-size: 16px;
}


p{
	font-size:15px;
	color:#111111;
	line-height:28px;
	font-weight:400;
}


.secondary-bg{
	background-color:#fff;
}
.primary-bg {
	background-color:#f7f9fa;
}

.third-bg {
	background-color:#050505;
}

a {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
		text-decoration:none;
		color:#00afb5 ;
}

a:hover, a:focus{
	text-decoration:none;
	color:#00afb5 ;
}


.btn:hover, .btn:focus {
  background-color: #027579;
  color: #ffffff;
  outline:none;
}

.btn {
  background: hsl(182, 100%, 35%) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: hsl(0, 0%, 100%);
  font-family: roboto;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto;
  padding: 12px 47px;
  text-transform: uppercase;
}

.btn.btn-lg {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 15px;
  padding: 12px 50px;
}

.btn.btn-md {
	font-size:20px;
    padding: 10px 27px;
}

.btn.btn-sm {
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 15px;
  padding: 12px 35px;
}


.clear{
	clear:both;
}

img {
	max-width:100%;
	height:auto;
}




/*============
	header
===================*/

.header_top {
  display: table;
  padding: 5px 0 0;
  width: 100%;
}


header {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}


.logo_img {
  padding: 20px 0;
}

.banner_bottom_btn {
  bottom: -90px;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 22;
}

/***********************/

.masthead{
  position: relative;
  color:#fff;
}

.masthead:after {
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6); 
}

.masthead-2 h1,
.masthead-inner h1{
  font-size: 75px;
  font-weight: 700;
}

.masthead-2 .opener{
  height: auto;
  padding: 280px 0 220px;
}

.masthead-inner .opener{
  height: auto;
  padding: 250px 0 200px;
}

.masthead-2 .opener .lead,
.masthead-inner .lead{
  margin-top: 20px;
}

.opener {
  display: table-cell;
  height: 100vh;
  padding: 210px 0 80px;
  vertical-align: middle;
  width: 1%;
}



/*=========
	menu
==========*/

.dropdown-menu {
  background: #ffffff none repeat scroll 0 0;
  left: -55px;
  margin-top: 3px !important;
  padding: 0 !important;
  width: 222px;
}
.navfixedshow .navbar .dropdown-menu {
  margin-top: 8px !important;
}

.navbar ul.nav.navbar-nav li.dropdown ul li {
  border-bottom: 1px solid #00acb2;
  padding: 5px 0 0;
}
.navbar ul.nav.navbar-nav li.dropdown ul li:last-child {
	border:0px;
}
.navbar ul.nav.navbar-nav li.dropdown ul li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0;
  padding: 8px 10px 8px 20px;
}
.open > .dropdown-menu{
  transition: all 0.3s ease 0s;
}
.dropdown .dropdown-toggle::after{ 
  content: "";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  margin: 0 3px;
  position: absolute;
  margin-left:5px;
}
.dropdown.open .dropdown-toggle::after {
  content: "";
}


.dropdown .dropdown-toggle {
  position: relative;
}


header.navbar.navfixedshow {
  background: #fff;
  padding: 5px 0;
  position: fixed !important;
  z-index: 222;
}

header.navbar.navfixedshow .header_top {
	padding:0px;
}

.dropdown .dropdown-toggle {
  position: relative;
}

.navbar.navbar-default, #navbar.collapse.navbar-collapse {
	background-color:transparent;
}


.navbar {
  border: 0 solid hsla(0, 0%, 0%, 0);
  margin-bottom: 0;
  position: relative;
}

header.navbar {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color hsl(182, 100%, 35%);
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 3px;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 10;
}


.collapse.navbar-collapse {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  margin: 0 auto;
  text-align: right;
}
.navbar ul.nav.navbar-nav {
	float:none;
	text-align:center;
}
.navbar ul.nav.navbar-nav {
	display:inline-block;
	float:none;
	vertical-align:middle;
}

.navbar ul.nav.navbar-nav li {
  margin: 0;
  padding: 21px 8px;
}

.navbar ul.nav.navbar-nav li:first-child {
	border-left:0px;
}

.navbar ul.nav.navbar-nav li:last-child {
	border-right:0px;	
}

.navbar ul.nav.navbar-nav li a {
  color: hsl(0, 0%, 0%);
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-left: 15px;
  padding: 0 0 10px;
  position: relative;
}


.navbar ul.nav.navbar-nav li a:hover:before, .navbar ul.nav.navbar-nav li.active a:before {
	width:100%;
	opacity:1;	
	left:0px;
}

.navbar ul.nav.navbar-nav li a:hover {
   color: #00afb5;
}
	

.navbar-collapse {
  overflow-x: visible;
  padding-left: 0;
  padding-right: 0;
}


.navbar ul.nav.navbar-nav li a:hover, .navbar ul.nav.navbar-nav li.active a, .navbar ul.nav.navbar-nav li.open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #00afb5;
  outline: medium none;
}
.navbar ul.nav.navbar-nav li a:focus {
	outline:none;
}



@media (min-width:990px) {.navbar-collapse { display: inline-block;}	}



/*==========
	Banner
================*/
#banner {
  background: #000000 none repeat scroll 0 0;
  padding: 0;
}

.banner-slide::after {
  background: hsla(0, 0%, 0%, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.banner_slider {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index:1;
}

.banner_text {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  display: block;
  z-index:2;
}

.banner_text h3 {
  font-weight: 300;
  margin: 20px 0 0;
  color: #fff;
}

.banner_text h1 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.banner-slide img {
	width:100%;
}
#banner .owl-prev::after {
  color: hsl(0, 0%, 100%);
  left: 30px;
}
#banner .owl-next::after {
  color: hsl(0, 0%, 100%);
  right: 30px;
}

.banner_text h4 em {
  color: #fff;
  font-weight: 700;
}

.banner_text p {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 65%;
}

.owl-pagination {
  bottom: 50px;
  left: 0;
  margin: 10px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.owl-pagination .owl-page {
	display:inline-block;
	vertical-align:middle;
	margin:0 4px;
}
.owl-pagination .owl-page span {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  display: inline-block;
  height: 3px;
  width: 39px;
}
.owl-pagination .owl-page.active span {
	background:#00afb5;	
}
.owl-buttons {
	display:none;
}


/*================
	 Section heading
======================*/

em {
  color: #111111;
  font-family: Dancing Script;
  font-style: normal;
}

.section_heading {
  text-align: center;
  margin-bottom: 80px;
}

.section_heading h2 {
  margin: 0 auto;
  font-weight: 700;
}

.section_heading h4 {
  font-weight: 700;
  margin-bottom: 55px;
  margin: 10px auto 55px;
  line-height: 30px;
}

.section_text {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.section_text p {
  color: hsl(0, 0%, 33%);
  margin: 0 auto;
}

.section_heading.sectionn_sub_heading h2 {
  color: #fff;
}

.section_heading.section_sub_heading h4 {
  font-weight: 700;
  margin-bottom: 55px;
  margin: 10px auto 55px;
  line-height: 30px;
  color:#fff;
}

.section_text.section_sub_text p {
  color: hsl(0, 0%, 100%);
}

.section_heading.sectionn_sub_heading em {
  color: #fff;
}


.section_heading.sectionn_sub_heading {
  position: relative;
  z-index: 1;
}


/*---------
	about_us
================*/

.about_img {
  padding-top: 60px;
  position: relative;
}
.about_img_n {
  position: absolute;
  top: 0;
  right: 0;
}

.about_detail_m p {
  margin: 20px 0 27px;
}
.about_text {
  width: 50%;
  float: left;
}

.about_text_img {
  float: right;
  width: 45%;
}

.about_text h4 {
  font-weight: 700;
  margin: 30px auto 25px;
  position: relative;
}

.about_text p {
  color: hsl(0, 0%, 53%);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  width: 80%;
}

.about_text h4::after {
  border-top: 1px solid hsl(0, 0%, 7%);
  content: "";
  height: auto;
  position: absolute;
  right: -65px;
  top: 11px;
  width: 40%;
}

.about_text h4::before {
  background: hsl(0, 0%, 7%) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  right: 45px;
  top: 9px;
  width: 5px;
}



/*---------
	our services
===================*/

.service_img {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  box-shadow: 0 0 18px hsla(0, 0%, 0%, 0.3);
  padding: 30px 0;
  position: relative;
}

.service_img_m {
  left: 67px;
  position: relative;
  top: 0;
}

.service_project {
  background: hsl(182, 100%, 35%) none repeat scroll 0 0;
  bottom: 30px;
  padding: 20px 23px;
  position: absolute;
  right: -125px;
  text-align: center;
}

.text_roated {
  left: -30px;
  position: absolute;
  top: 95px;
  transform: rotate(90deg);
}

.text_roated h6 {
  font-size: 17px;
  font-weight: 500;
}

.service_project h3 {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  margin: 0 auto;
}

.service_project h5 {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  margin: 10px 0 0;
}

.service_detail {
  margin-left: 100px;
  margin-top: 60px;
}

.service_detail h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 30px;
}

.service_detail p {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  margin: 0;
}

.service_img_m::after {
  background: hsl(0, 0%, 7%) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 7px;
  position: absolute;
  right: -41px;
  top: 47px;
  width: 7px;
}

.service_img_m::before {
  border-top: 1px solid hsl(0, 0%, 7%);
  content: "";
  height: auto;
  position: absolute;
  right: -35px;
  top: 50px;
  width: 20%;
}

.service_main {
  display: table;
  overflow: hidden;
  padding: 25px 0 90px;
}

.service_main:last-child {
  padding: 0;
}

.service_main2 .service_detail {
  margin-right: 100px;
  text-align: right;
  margin-left: 0;
}

.service_main2 .service_img_m {
  left: -55px;
  position: relative;
  top: 0;
}

.service_main2 .service_img_m::after {
  background: hsl(0, 0%, 7%) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: -51px;
  position: absolute;
  top: 47px;
  width: 7px;
}

.service_main2 .service_img_m::before {
  border-top: 1px solid hsl(0, 0%, 7%);
  content: "";
  height: auto;
  position: absolute;
  left: -50px;
  top: 50px;
  width: 20%;
}

.service_main2 .text_roated {
  left: inherit;
  position: absolute;
  right: -25px;
  top: 95px;
  transform: rotate(90deg);
}

.service_main2 .service_project {
  background: hsl(182, 100%, 35%) none repeat scroll 0 0;
  bottom: 30px;
  left: -120px;
  padding: 20px 23px;
  position: absolute;
  right: inherit;
  text-align: center;
}


/*---------
	watch history
====================*/

#history{
	background:url(../images/archivements-img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	position:relative;

}

#history::after {
  background: hsla(0, 0%, 0%, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.projects h2 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  margin: 0;
}

.projects {
  height: 180px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  text-align: center;
  width: 180px;
  z-index: 1;
}

.projects::after {
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 40px;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(45deg);
  width: 100%;
}

.projects h5 {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  margin: 0;
  line-height: 35px;
}


.watch_history {
  position: relative;
  text-align: center;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 80%;
  margin: 0 auto;
  padding: 30px;
}

.watch_history h2 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  margin-bottom: 20px;
}

.watch_history h4 em {
  color: hsl(0, 0%, 100%);
  
}

.watch_history h4 {
  font-weight: 700;
  margin: 0 auto 25px;
  line-height: 30px;
}

.watch_history h2 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  margin-bottom: 20px;
}

.history_m {
  margin: 30px auto;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.watch_history a {
  font-size: 60px;
  color: #fff;
}

.watch_history a:hover {
  color: #00afb5;
}


/*===========
	recent work
==================*/

.js-radio-button-group.category ul {
  margin: 0;
  padding: 0;
}
.js-radio-button-group.category li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 10px;
  color:#111111;
}

.js-radio-button-group.category {
  margin: 20px 0 60px;
  overflow: hidden;
  text-align: center;
}
.js-radio-button-group.category button {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  border: 0 none;
  color: hsl(0, 0%, 7%);
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  width: auto;
}

.js-radio-button-group.category button:hover, .js-radio-button-group.category button.is-checked {
  color: #00afb5;
}

.js-radio-button-group.category .active {
  color:  #00afb5;
}


.portfolio_hover h3 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  margin: 0 0 20px;
}

.portfolio_hover p {
  margin: 0;
  color: hsl(0, 0%, 100%);
  font-weight:400;
}

.portfolio_hover {
  background: hsla(0, 0%, 0%, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 50%;
  opacity: 0;
  padding: 20%;
  position: absolute;
  text-align: center;
  top: 50%;
  transition-duration: 0.5s;
  width: 100%;
}

.element-item {
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 33.33333%;
}

.portfolio_wrap:hover .portfolio_hover {
	opacity:1;
	height:auto;
	left:0;
	top:0;
}

.portfolio_wrap {
	overflow:hidden;
	position:relative;
}

.portfolio_img {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
}

.portfolio_img img {
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  width:100%;
}
.portfolio_wrap:hover .portfolio_img img {
	opacity:1;
}


.block_border_top{
	border-top:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	top:40px;
	width:87%;
	margin:0 auto;
	left:0;
	right:0;
}

.block_border_right{
	border-right:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	right:10%;
	height:85%;
	top:8%;
	
}


.block_border_bottom{
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	bottom:40px;
	width:87%;
	margin:0 auto;
	left:0;
	right:0;
}


.block_border_left{
	border-left:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	left:10%;
	height:85%;
	top:8%;
}
#portfolio {
  overflow: hidden;
}
/*-----style2----*/
.portfolio_info h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 15px;
}
.portfolio_info p {
  color: hsl(0, 0%, 33%);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
  width: 80%;
}

.portfolio_info {
  padding: 20px 0 35px;
  text-align: center;
}

/*---------	
	pricing table
====================*/

.table_top {
  background: hsl(200, 23%, 97%) none repeat scroll 0 0;
  padding: 30px;
}

.price_table_detail {
  border: 1px solid #f7f9fa;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

.table_top h4 {
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
}

.table_top h2 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  vertical-align: top;
}

.table_top h2 {
  font-weight: 700;
  margin: 0;
}
.table_top p {
  font-size: 14px;
  margin: 5px 0 0;
}

.price_table_detail ul {
  margin: 0;
  padding: 30px 0;
}

.price_table_detail li {
  color: hsl(0, 0%, 53%);
  font-size: 16px;
  font-weight: 300;
  line-height: 48px;
  list-style: outside none none;
  padding: 0;
}


.price_table_detail {
  border: 1px solid hsl(210, 25%, 97%);
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}	

.price_table_detail:hover{
	box-shadow:0px 0px 35px rgba(0, 0, 0, 0.2);
}

.price_table:hover .table_top h4{
		color:#00afb5;
}

.price_table_detail.premium_table{
	box-shadow:0px 0px 35px rgba(0, 0, 0, 0.2);
}

.price_table_detail.premium_table .table_top h4 {
	color:#00afb5;
}


/*----------
	testimonial
==================*/
#testimonial {
  background:url(../images/testominial-img.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}

#testimonial:after {
	content:"";
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}

.start_work {
  display: block;
  float: left;
  position: absolute;
  top: 36%;
  width: 18%;
  z-index: 3;
}

.start_work h2 {
  color: hsl(0, 0%, 100%);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 30px;
}

.happy_client {
  background: hsla(0, 0%, 0%, 0) url("../images/testominial_happy_client.jpg") no-repeat scroll center center / cover ;
  float: left;
  left: 18%;
  padding: 258px 310px 200px 120px;
  position: relative;
  top: 0;
  width: 750px;
  z-index: 1;
}

.happy_client::after {
  background: hsla(182, 100%, 35%, 0.8) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.happy_client h2 {
  color: hsl(0, 0%, 100%);
  font-size: 90px;
  font-weight: 700;
  margin: 0;
}

.happy_client h3 {
  color: hsl(0, 0%, 100%);
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}

.start_work p {
  color: hsl(0, 0%, 100%);
  width: 75%;
}

#testimonial_slider{
	position:relative;
	z-index:111;
}

.our_client_detail {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  margin: 0;
  padding: 90px 55px 70px;
  position: relative;
  text-align: center;
}


.client_say {
  color: hsl(0, 0%, 7%);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 45px;
  position:relative;
  z-index:1;
}	


.our_client_detail h4 {
  font-weight: 700;
  margin: 0;
}

.our_client_detail > span {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}

.our_client_detail::after {
  color: rgba(0, 175, 181, 0.1);
  content: "";
  font-family: fontawesome;
  font-size: 260px;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#testimonial_slider .owl-pagination {
  display: none;
}

#testimonial_slider .owl-buttons {
  display: block;
}

#testimonial_slider .owl-prev {
  float: left;
  font-size:0;
}

#testimonial_slider .owl-next {
  float: left;
  font-size:0;
}

#testimonial_slider .owl-prev::after {
  color: hsla(0, 0%, 0%, 0.5);
  content: "";
  font-family: fontawesome;
  font-size: 28px;
  left: 40px;
  position: absolute;
  bottom: -40px;
}

#testimonial_slider .owl-next::after {
  bottom: -40px;
  color: hsla(0, 0%, 0%, 0.5);
  content: "";
  font-family: fontawesome;
  font-size: 28px;
  position: absolute;
  right: 240px;
}

#testimonial_slider_m {
  position: absolute;
  right: -200px;
  top: 20%;
  width: 360px;
}

.start_work h4 {
  margin: 30px 0 0;
   font-weight: 700;
}

.start_work a {
  color: #fff;
}

.start_work a:hover {
  color: #00afb5;
}
.start_work a i {
  font-size: 16px;
}

/*---------
 	team member
=================*/

.mamber_name h4 {
  border: 2px solid hsl(182, 100%, 35%);
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 0;
  padding-right: 10px;
  color: #fff;
  font-size: 22px;
}

.first_name {
  background: hsl(182, 100%, 35%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-right: 10px;
  padding: 15px;
}

.member_img {
  position: relative;
}

.mamber_name {
  bottom: 15%;
  display: inline-block;
  overflow: hidden;
  position: absolute;
	   transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;;
	  -o-transition-duration: 0.3s;
	  -webkit-transition-duration: 0.3s;
	  -ms-transition-duration: 0.3s;
}

.member_post {
  position: absolute;
}

.member_post p {
  font-style: italic;
  font-weight: 500;
  margin: 0;
  color:#fff;
}

.member_post ul {
  margin: 0;
  padding: 0;
}

.member_post li {
  display: inline-block;
  line-height: 0;
  list-style: outside none none;
  margin: 0 5px;
}

.member_post a {
  color: #fff;
}

.member_post a:hover {
  color: #00afb5;
}

.member_post {
  bottom: 0%;
  overflow: hidden;
  position: absolute;
  left:20px;
  	  transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;;
	  -o-transition-duration: 0.3s;
	  -webkit-transition-duration: 0.3s;
	  -ms-transition-duration: 0.3s;
}

.member_post {
  bottom: 0;
  left: 20px;
  overflow: hidden;
  position: absolute;
  display: none;
}

.team_member {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
}

.team_member:hover .mamber_name{
	bottom:55%;
}

.team_member:hover .member_post{
	bottom:35%;
	display:block;
}

.team_member:hover .member_img{
	opacity:0.7;
}

/*---------
	products
===============*/

.product_info {
  padding: 50% 10%;
  text-align: center;
  background: hsla(0, 0%, 0%, 0.8) none repeat scroll 0 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition-duration: 0.5s;
  width: 100%;
  left:0%;
  -moz-transition-duration: 0.5s;;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

.product_info h4 {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 22px;
  color:#fff;
}

.product_info h6 {
  font-weight: 400;
  margin: 0 0 20px;
  color:#fff;
}

.product_detail {
  margin-bottom: 30px;
  position: relative;
  background:#000;
  overflow:hidden;
}

.product_detail:hover .product_info{
	opacity:1;
	height:auto;
	left:0;
	top:0;
	dis
}

.product_info .block_border_top{
	border-top:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	top:11%;
	width:87%;
	margin:0 auto;
	left:0;
	right:0;
}

.product_info .block_border_right{
	border-right:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	right:11%;
	height:85%;
	top:8%;
	
}


.product_info .block_border_bottom{
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	bottom:11%;
	width:87%;
	margin:0 auto;
	left:0;
	right:0;
}


.product_info .block_border_left{
	border-left:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	left:11%;
	height:85%;
	top:8%;
}
#shop .clear {
  display: none;
}


/*----------
	faq
==================*/
#faq {
  background:url(../images/faq_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}

#faq:after {
	content:"";
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}

.panel-group .panel {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 40px 0 0;
}

.panel.panel-default:last-child {
  padding-bottom: 45px;
}


.panel-heading {
  position:relative;
  padding:0;
}
.panel-title a {
  color: hsl(0, 0%, 0%);
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-left: 35px;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: 700;
}

.panel-title a.collapsed {
  background-color: hsla(0, 0%, 0%, 0);
  color: #111111;
}

.font-icon-m {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.font-icon-m i.fa {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  font-size: 10px;
  height: 20px;
  line-height: 10px;
  margin: 10px 0 0 20px;
  padding: 5px 4px;
  text-align: center;
  width: 20px;
}
.font-icon-m i.fa:hover {
  background: #00afb5 none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
}

.panel-title a.collapsed .fa-plus {
  display: block;
}
.panel-title a .fa-plus {
  display: none;
}
.panel-title a .fa-minus {
  display: block;
}
.panel-title a.collapsed .fa-minus {
  display:none;
}

.panel-body {
  background-color: hsl(0, 0%, 100%);
  padding: 11px 15px;
  margin-left: 35px;
}


.panel-body p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  color: #888888;
}

#faq h5{
	text-transform:uppercase;
}
#accordion1.panel-group {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.panel-heading {
  background-color: transparent !important;
}

.faq_m {
  float: left;
  position: relative;
  width: 50%;
  z-index: 1;
}

.faq_m h2 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 88px;
  font-weight: 700;
  margin-top: 60px;
}

.faq_n {
  float: right;
  margin-top: 180px;
  position: relative;
  width: 50%;
  z-index: 1;
}


.faq_n p {
  color: hsl(0, 0%, 100%);
  padding-right: 30px;
  margin-bottom:20px;
}

.faq-mn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-left: -30px;
  margin-top: 40px;
  overflow: hidden;
  padding: 130px 15px;
  position: relative;
  z-index: 1;
}
.panel-title a:hover {
  color: #00afb5;
}


/*--------
	popular post
==================*/

.blog_detail {
  border: 1px solid rgba(0, 0, 0, 0.5);
  float: left;
  margin-top: 40px;
  padding: 60px 85px 50px 40px;
  position: relative;
  width: 44%;
  z-index: 1;
}

.blog_img {
  float: right;
  position: relative;
  width: 59%;
  margin-left: -50px;
}

.blog_detail h3 {
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 15px;
}

.blog_detail p {
  color: hsl(0, 0%, 53%);
  font-size: 16px;
  margin: 0 0 25px;
}

.blog_detail a {
  color: hsl(0, 0%, 7%);
}

.blog_detail a:hover {
  color: #00afb5;
}

.blog_detail:hover {
  border: 1px solid #00afb5;
}

.popular_post{
	position:relative;
	margin-bottom:80px;	
	overflow:hidden;
}

.popular_post_m .blog_img {
  margin-right: -50px;
}

.popular_post_m .blog_detail {
  padding: 55px 85px 50px 60px;
}

.popular_post:last-child {
  margin: 0;
}

/*-------
	cntact us
================*/


.contact_form {
  margin: 0 auto;
  text-align: center;
}

.contact_form input {
  margin: 0 25px;
  width: 97%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #111111;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
}

.contact_form input:hover {
 	border-bottom:1px solid #00afb5;
	
}

.contact_form textarea {
  border-color: -moz-use-text-color -moz-use-text-color hsl(0, 0%, 7%);
  border-style: none none solid;
  border-width: 0 0 1px;
  margin: 0 28px;
  width: 98%;
  height: 37px;
  margin-bottom: 30px;
   border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #111111;
  border-radius: 0;
}

.contact_form textarea:hover {
  border-bottom:1px solid #00afb5;
	
}



/*----------
	contact_more	
==================*/
#contast_more {
  background:url(../images/contact_img.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}

#contast_more:after {
	content:"";
	background:rgba(0, 0, 0, 0.7);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}

.contact_m {
  background: hsla(0, 0%, 100%, 0.3) none repeat scroll 0 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  text-align: center;
  width: 75%;
  z-index: 1;
}

.contact_n {
  color: hsl(0, 0%, 100%);
  float: left;
  margin: 0 4%;
  width: 25%;
}

.contact_n span i {
  font-size: 50px;
}

.contact_n h5 {
  color: hsl(0, 0%, 100%);
  line-height: 30px;
  font-weight: 400;
}

.contact_n a {
  color: hsl(0, 0%, 100%);
}

.contact_n a:hover {
  color:#00afb5;
}


/*-------	
	footer
=============*/
.footer_top {
  padding: 60px 0;
  overflow: hidden;
}


.footer_menu_list ul {
  margin: 0 ;
  padding: 0;
}

.footer_menu_list li {
  display: inline-block;
  list-style: outside none none;
  width: 33%;
  position: relative;
}

.footer_menu_list li::after {
  color: hsl(0, 0%, 100%);
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.footer_menu_list li {
  display: inline-block;
  list-style: outside none none;
  position: relative;
  width: 33%;
  padding-left: 11px;
  margin-bottom:10px;
}

.footer_menu_list li a {
  color: #fff;
}

.footer_menu_list li a:hover{
  color: #00afb5;
}

.footer_menu_list li:hover::after{
	 color: #00afb5;
}

.social_icon{
	text-align:center;
}

.social_icon > ul {
  margin: 0;
  padding: 0;
}

.social_icon li {
  list-style: none;
  display: inline;
  margin-bottom: 10px;
  margin-right:10px;
}

.social_icon li a {
  color: #fff;
}

.social_icon li a:hover {
  color: #00afb5;
}

.social_icon i {
  margin-right: 7px;
}

.footer_bottom {
  text-align: center;
  color: #fff;
  border-top:1px solid rgba(255, 255, 255, 0.2);
}

.footer_bottom > p {
  color: hsl(0, 0%, 100%);
  margin: 0 auto;
  padding: 25px 0;
}


/*========
 	back to top
===================*/

.back-top {
  bottom: 15px;
  position: fixed;
  right: 30px;
  z-index: 1;
}
	
.back-top a {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
  font-size:26px;
}

.back-top a i {
  color:#00afb5;
  font-size:45px;
}


/*===============
	Price Style Tables
=====================*/
.table2_top {
  background-color: #00afb5;
  margin-bottom: 50px;
  padding: 30px;
  position: relative;
}
.table2_top::after {
  background: rgba(0, 0, 0, 0) url("../images/price-table-icon.png") no-repeat scroll center center;
  content: "";
  height: 45px;
  left: 0;
  margin-top: 30px;
  position: absolute;
  right: 0;
  width: 358px;
}
.table2_top h4 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.table2_top h2 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  margin: 0;
}
.table2_top h2 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  vertical-align: top;
}
.table2_top > p {
  color: #ffffff;
  font-size: 14px;
}
/*===============
	Portfolio Style 
=====================*/

.portfolio-link {
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 28px;
  height: 71px;
  line-height: 68px;
  margin: 0 auto;
  width: 71px;
}

/*-----popup----*/

.modal h3 {
  margin-bottom: 20px;
}
.modal-content .product_price {
  font-size: 30px;
  font-weight: 300;
  background:none;
}
.product_des {
  border-top: 1px solid hsl(0, 0%, 91%);
  margin-top: 25px;
  padding-top: 20px;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
	border:0;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: 30px;
  font-weight:30px;
}
.modal-body {
  padding: 15px 25px 40px;
  position: relative;
}
.cart_elements {
	padding:5px 0;
}
.product_qut, .product_color {
  display: inline-block;
  margin-right: 30px;
  position:relative;
}
.product_qut input {
  border: 1px solid hsl(0, 0%, 80%);
  height: 32px;
  padding: 0 10px;
  text-align: center;
  width: 50px;
}
.product_color select {
  -moz-appearance: none;
  border: 1px solid hsl(0, 0%, 80%);
  height: 32px;
  padding: 0 23px 0 12px;
  width: 130px;
  position:relative;
}
.product_color option {
  padding: 4px 9px;
}

.product_color::after {
  color: hsl(0, 0%, 0%);
  content: "\f107";
  font-family: fontawesome;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.modal .btn {
  margin-top: 12px;
}
.product_des p {
  font-size: 17px;
  line-height: 30px;
}
.cart_elements label {
  font-weight: 400;
  margin-right: 5px;
}

/*===============
	loader css 
=====================*/
.loader{
	position: fixed;
	background:#fff;
	z-index:11000;
	height:100%;
	width:100%;
	overflow:hidden;
}

.spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  position:absolute;
  left:50%;
  right:50%;
  margin-left:-20px;
  top:50%;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #82B440;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot1{
	background-color: #82B440;
}	
.dot2 {
  top: auto;
  background-color: #00afb5;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}






/*===============
	coming-soon
=====================*/

.overlite_bg {
  background: hsla(0, 0%, 0%, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}
.coming_soon_wrap {
  background: hsla(0, 0%, 0%, 0) url("../images/coming_soon_bg.jpg") no-repeat fixed center top / cover ;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  padding:80px 0;
  right: 0;
  top: 0;
  width: 100%;
}
.wrapper_m {
	position:relative;
	z-index:2;
	max-width:740px;
	margin:0 auto;
}
.coming_soon_wrap h2 {
  color: hsl(0, 0%, 100%);
  line-height: 50px;
  margin: 20px auto 0;
  width: 90%;
}
.coming_soon_wrap h1 {
	font-size:66px;
	margin:0 0 10px;
}
.coming_soon_wrap h1, .coming_soon_wrap h2, .coming_soon_wrap h3,.coming_soon_wrap h4 {
	font-weight:700;
}
.coming_soon_wrap p{
	color:#fff;
}
.coming_soon_text_wrap {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  margin: 60px auto;
  padding: 50px 115px;
}
.coming_soon_header {
  padding: 0 0 25px;
}
.timer {
	margin:44px 0;
}
#defaultCountdown .countdown-section {
  border-right: 1px solid #cfcfcf;
  display: inline-block;
  padding: 10px 28px;
  color:#111;
  text-align: center;
}
#defaultCountdown .countdown-section:last-child {
	border-right:0px;	
}
#defaultCountdown .countdown-section .countdown-period {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
#defaultCountdown .countdown-section .countdown-amount {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.footer_wrap {
  margin-bottom: 50px;
}
.newsletter_wrap {
	overflow:hidden;
}
.newsletter_wrap .form-group {
	float:left;	
	margin: 0 0 8px;
}
.newsletter_wrap input.form-control {
	width:316px;
	padding:0 15px;
	height:44px;
	border:#ccc solid 1px;
	border-radius:0px;
}


/* =============
	section Parrallax
=============================*/

#section-parallax{
    background: url("../images/bg/paralax1.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax-content1 h2,
.parallax-content h1, .parallax-content h2{
   color: #fff;
}
.parallax-content h2,
.parallax-content1 h2{
    font-size: 35px;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 25px;
    
}
.parallax-content h2,.parallax-content p{
    color: #fff;
    text-align: left;
}
.parallax-content1 p{
    color: #eee;
    font-size: 14px;
    padding-top: 30px;
}

.sub_section_padding{
	padding-top:90px;
	padding-bottom:90px;
}

/*----------
 	404 eror 
 ================*/
 
.section_header_bg{
	background:url(../images/not-found-1.jpg);
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
}

.section_header_bg::after{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	content:"";
}

.section_header_bg h1 {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  position: relative;
}

.page_not_found {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: block;
}

.page_not_found h2 {
  font-weight: 400;
  margin: 35px 0 50px;
}


/*===============
	 Blog Page
======================*/

.blog_post {
  border-bottom: 1px solid hsl(0, 0%, 91%);
  padding-bottom: 20px;
  margin-bottom: 65px;
}


.page_heading_wrap {
  border-bottom: 1px solid hsl(0, 0%, 91%);
}

.blog_post h2 a {
  color: #111111;
  font-weight: 400;
  line-height: 44px;
}

.blog_post h2 a:hover {
	color:#00afb5;	
}

.blog_text ul {
  margin: 0;
  padding: 0;
}

.blog_text li {
  color: hsl(0, 0%, 75%);
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  list-style: outside none none;
  padding-right: 5px;
}

.blog_text li a {
  color: hsl(0, 0%, 75%);
  font-weight: 500;
}

.blog_text li a:hover {
color:#00afb5;	
}


.blog_post_img {
  position: relative;
  margin-bottom: 30px;
}


.blog_post_img .cetegory_section {
  left: 12px;
  position: absolute;
  top: 12px;
}


.blog_post_img .cetegory_section a {
  background: hsl(44, 100%, 50%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  padding: 5px 20px;
}

.blog_post_img .cetegory_section a:hover {
  background-color: #00afb5;
  color: hsl(0, 0%, 12%);
}

.blog_post p {
  color: hsl(0, 0%, 53%);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 30px;
}

.read_more {
  color: hsl(0, 0%, 7%);
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0;
}

.read_more:hover {
color:#00afb5;	
}


.page-numbers {
  clear: both;
  margin: 0;
  padding: 0;
}
.page-numbers li {
  display: inline-block;
  list-style: outside none none;
}

.page-numbers li:hover a, .page-numbers li:hover span, .page-numbers li .current {
  background:#00afb5 none repeat scroll 0 0;
  color: #fff;
}

.page-numbers li a, .page-numbers li span {
  color: hsl(0, 0%, 0%);
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px;
  padding: 4px 15px;
  text-decoration: none;
}
.page-numbers li a, .page-numbers li span {
  background: hsl(0, 0%, 95%) none repeat scroll 0 0;
  color: hsl(0, 0%, 53%);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: none;
}

.page-numbers li a:hover {
  background: #00afb5;
  color: #fff;
}

.blog_text {
  margin: 15px 0;
}


.blog_post h3 {
  margin: 0;
}


/*===========
	  Side-Bar
=================*/


.side_blog_bg {
  float: right;
  width: 96%;
}


.sidebar_wrap {
  background: #fff;
  margin-bottom: 40px;
  padding: 0;
}


.side_bar_heading h4 {
  font-weight: 700;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  text-transform: none;
  display: inline-block;
}

.side_bar_heading h4::after {
  border-bottom: 1px solid #e5e5e5;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

.side_bar_heading h4::before {
  background:#e5e5e5 none repeat scroll 0 0;
  border-radius: 100%;
  bottom: -2px;
  content: "";
  height: 5px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 5px;
}



.blog_form .form-control {
  border: medium none;
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  text-align:center;
}

.search_btn-3 .btn-default {
	  border: medium none;
  border-radius: 0px;
  color: #1f1f1f;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  height: 40px;
  width: 100%;
  font-weight:700;
  margin:0 auto 20px;
}


.category-detail li {
  list-style: outside none none;
  margin-top: 5px;
  padding: 10px 0;
}


.category-detail > ul {
  margin: 0 auto 10px;
  padding: 0;
}

.category-detail li a {
  color: #1f1f1f;
  font-size: 15px;
}

.category-detail li a:hover {
	color:#00afb5;	
}

.recent-image {
  float: left;
  height: 73px;
  padding: 0 12px 0 0;
  width: 73px;
}

.recent-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
	
.recent-text a {
  color: #111111;
}

.recent-text a:hover {
	color:#00afb5;	
}

.recent-text span {
  font-size: 11px;
  font-weight: 400;
  color: #888888;
}

.recent-detail {
  margin: 20px 0 0;
  overflow: hidden;
  padding-bottom: 0;
}



.search_bar .search_form input {
  background: hsl(210, 25%, 97%) none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  height: 42px;
  position: relative;
  width: 100%;
}

.search_bar .input-group span {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
}

.search_bar i {
  color: hsl(0, 0%, 7%);
  font-size: 14px;
  padding: 10px;
}

.search_form {
  margin: 25px 0 42px;
  position: relative;
}



/*==============
	single-post
=========================*/

.blog_text ul {
  margin: 0;
  padding: 0;
}

.blog_text li {
  color: hsl(0, 0%, 75%);
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  list-style: outside none none;
  padding-right: 5px;
}

.blog_text li a {
  color: hsl(0, 0%, 75%);
  font-weight: 500;
}

.blog_text li a:hover {
color:#00afb5;	
}

.single_detail_blog a {
  color: hsl(0, 0%, 0%);
}

.single_detail_blog a:hover {
color:#00afb5;	
}

.cetegory_section a {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  padding: 7px 15px;
}

.cetegory_section a:hover {
  color: #fff;
  background-color: #cf2008;
}

.detail_page_img {
  margin-bottom: 40px;
}

.blog_post h1 {
  padding: 15px 0;
}

.blog_post h2 {
  padding: 15px 0;
}


.blog_post h3 {
  padding: 15px 0;
}

.blog_post h4 {
  padding: 15px 0;
}

.blog_post h5 {
  padding: 15px 0;
}

.blog_post h6 {
  padding: 15px 0;
}

.blog_post  p {
	font-family: 'Roboto', sans-serif;
  	font-weight: 400;
  	margin: 0 0 15px;
  	font-size:15px;
	color:#888888;
	line-height:28px;
}


.single_detail_blog h3 {
  padding: 15px 0;
}


blockquote::after {
  color: hsl(0, 0%, 77%);
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: 25px;
  position: absolute;
  top: 30px;
}

blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid #00afb5;
  margin: 20px auto;
  position: relative;
}

blockquote p {
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-weight: 300;
  padding: 40px;
}



.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}
/*-----comment-list-----*/

.all_comments {
  margin: 0 0 50px;
}
.all_comments ul {
	margin:0px;
	padding:0px;
}
.all_comments ul li {
  border-bottom: 1px solid #dddddd;
  list-style: outside none none;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 10px 0 30px;
}
.comment_author_avatar {
  float: left;
  margin: 0 3% 0 0;
  width: 12%;
}
h6.comment_author {
  color: #777;
  font-size: 17px;
}
.comment_author_avatar img {
	width:100%;
	border-radius:50%;
}
.comment_content {
	float:left;
	width:80%;
}
.comment_info {
	padding-bottom:15px;
}
.comment_info .comment_author, .comment_date, .comment_time {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
}
.comment_date, .comment_time {
	font-size:12px;
	color:#777;
}
.child_list {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0 120px !important;
}
.all_comments h3 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
.comment_reply {
  float: right;
}
.comment_reply .btn {
  border-radius: 23px;
  display: inline-block;
  font-size: 12px;
  line-height: 27px;
  margin-top: -5px;
  padding: 5px 30px;
  color: #fff;
}
.comment_text  p {
  font-size: 16px;
  line-height: 26px;
}

/*-----comment-form------*/

.psot_comment {
	margin:0 0 80px;	
}
.commentform form {
	margin:40px 0;
}
form input {
  border: 1px solid #eee;
  border-radius: 0;
  height: 44px;
  padding: 2px 15px;
  width: 100%;
}
form textarea {
  border: 1px solid #eee;
  border-radius: 0;
  min-height: 100px;
  padding: 15px;
  width: 100%;
}
form .form-group {
	margin:0 0 25px;
}
.btn.comment-btn {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 20px;
  padding: 16px 48px;
}
.comment_reply a:hover {
  color: hsl(0, 0%, 100%);
}






/*===============================
			RESPONSIVE
================================*/

/*--------320px to 768px---------*/

@media (max-width:768px){
/*-------coming soon------*/
.coming_soon_text_wrap {
  padding: 50px 25px;
}
.timer { margin-top: 40px;}

#defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
#defaultCountdown .countdown-section .countdown-period {  font-size: 20px;  line-height: 45px;  position:relative; top:-63px; left:-5px; color:#111111;}
#defaultCountdown .countdown-section .countdown-amount {  font-size: 38px;  line-height: 20px;  padding: 16px 0; position:relative; top:-63px; left:-5px;}
#defaultCountdown .countdown-section {  height: 100px;  margin: 20px 7px 0 auto;  width: 120px;}
#defaultCountdown .countdown-section {
  border-right:none;
   border-bottom: 1px solid #cfcfcf;
  padding: 50px 28px;
  margin:0 10px;
}
.newsletter_wrap input.form-control {
  width: 100%;
}


/*-----contact us----*/
.contact_form input {
  margin: 0 auto 30px;
  width: 100%;
}
.contact_form textarea {
  min-height: 46px;
  padding: 10px 15px;
  width: 100%;
    margin: 0 auto 30px;
}
.contact_n {
  margin: 0 auto 20px;
  width: 100%;
}
/*-----recent blog-----*/
.blog_detail {
  float: none;
  margin-top: 0px;
  padding: 30px 20px;
  width: 100%;
}
.blog_detail h3 {
  line-height: 30px;
  font-size: 22px;
}
.blog_img {
  float: none;
  margin-left: 0;
  width: 100%;
  margin-top: 20px;
}
.popular_post_m .blog_detail {
  padding: 30px 20px;
}
.popular_post_m .blog_img {
  margin-right: 0;
  margin-top: 20px;
}
.blog_detail.pull-right {
  float: none !important;
}
/*--------faq-------*/
.faq_m {
  width: 100%;
  float: none;
}
.faq-mn {
  margin-top: 40px;
  padding: 60px 0;
  text-align: center;
  margin-left: 0px;
}
.faq_m h2 {
  font-size: 62px;
  margin-top: 0;
}
.faq_n {
  float: none;
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
.faq_n p {
  margin-bottom: 25px;
  padding-right: 0;
}
.panel-body p {
  font-size: 14px;
}
.panel-title a {
  font-size: 16px;
}
.font-icon-m i.fa {
  height: 15px;
  line-height: 7px;
  margin: 11px 0 0 25px;
  width: 15px;
}
/*------team member ------*/
.team_member {
  margin: 0 auto 50px;
  width: 100%;
}
.member_post {
  left: 10%;
}
/*------testimonial----*/
#testimonial_slider_m {
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 30px;
  width: 270px;
}
.happy_client {
  left: 0;
  margin: 0 auto;
  padding: 0 0 70px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 90%;
  margin: 0 auto;
  float: none;
}
.happy_client h3 {
  font-size: 40px;
}
.happy_client h2 {
  font-size: 60px;
}
.our_client_detail {
  padding: 30px;
  margin-bottom: 90px;
}
.start_work {
  float: none;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 90%;
}
.start_work h2 {
  font-size: 30px;
  line-height: 40px;
}
.start_work p {
  margin: 0 auto;
  width: 90%;
}
.start_work h4 {
  margin: 30px auto 0;
}
#testimonial_slider .owl-prev::after {
  bottom: 45px;
}
#testimonial_slider .owl-next::after {
  bottom: 45px;
  right: 40px;
}

/*-----pricing table--------*/
.price_table_detail {
  margin: 0 auto 50px;
}

.table2_top::after {
  bottom: -40px;
  height: 45px;
  width: 100%;
}

/*------portfolio--------*/
.element-item {
  width: 100%;
}
.portfolio_hover {
  padding: 16%;
}
.category button {
  font-size: 15px;
}
/*-----our services-------*/
.text_roated {
  bottom: 5px;
  left: 5%;
  top: inherit;
  transform: rotate(0deg);
}
.text_roated h6 {
  font-size: 15px;
  margin: 0 auto;
}
.service_img_m {
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 90%;
}
.service_project h3 {
  font-size: 20px;
}
.service_project h5 {
  margin: 5px 0 0;
  font-size: 14px;
}
.service_project {
  bottom: 20px;
  padding: 7px;
  right: 2%;
}
.service_img_m::before {
  display: none;
}
.service_img_m::after {
  display: none;
}
.service_detail {
  margin: 20px auto 0;
  text-align: center;
}
.service_detail h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto 20px;
}
.service_detail p {
  color: hsl(0, 0%, 53%);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.service_main.service_main2 .pull-right {
  float: none !important;
}


.service_main2 .text_roated {
  bottom: 5px;
  left: 5%;
  top: inherit;
  transform: rotate(0deg);
}
.text_roated h6 {
  font-size: 15px;
  margin: 0 auto;
}
.service_main2 .service_img_m {
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 90%;
}
.service_main2 .service_project h3 {
  font-size: 20px;
}
.service_project h5 {
  margin: 5px 0 0;
  font-size: 14px;
}
.service_main2 .service_project {
  bottom: 20px;
  left: inherit;
  padding: 7px;
  right: 2%;
}
.service_main2 .service_img_m::after {
  display: none;
}
.service_main2 .service_img_m::before {
  display: none;
}
.service_main2 .service_detail {
  margin: 20px auto 0;
  text-align: center;
}
.service_main2  .service_detail h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto 20px;
}
.service_main2  .service_detail p {
  color: hsl(0, 0%, 53%);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.service_main {
  padding: 0 0 60px;
}
/*-----about us--------*/
.about_img_n {
  width: 50%;
}
.about_img_m {
  width: 70%;
}
.about_text p {
  width: 100%;
  margin-bottom: 20px;
}
.about_text {
  float: none;
  width: 100%;
}
.about_text_img {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.about_text h4::before {
  display: none;
}
.about_text h4::after {
  display: none;
}
/*----section parts------*/
.section_padding {
  padding-bottom: 80px;
  padding-top: 80px;
}	
.section_heading h4 {
  margin: 10px auto 30px;
}
.section_text {
  width: 100%;
}
/*------banner------*/
.banner_text {
  width: 95%;
  top: 46%;
}
.banner_text h1 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto 5px;
}
.banner_text p {
  font-size: 10px;
  line-height: 18px;
  padding: 0;
  width: 100%;
}
.owl-pagination {
  bottom: -5px;
}
.banner_text h4 {
  font-size: 16px;
  margin: 0 auto 5px;
}


/*------blog page------*/
.blog_post h2 a {
  font-size: 26px;
  line-height: 35px;
}
blockquote p {
  font-size: 16px;
  padding: 60px 10px;
}

.comment_reply .btn {
  padding: 0 20px;
}
.child_list {
  padding: 40px 0 0 50px !important;
}
/*----side bar----*/
.side_blog_bg {
  margin-top: 70px;
}

/*----footer-----*/
.footer_menu_list li {
  width: 48%;
}	
.social_icon {
  margin-top: 50px;
}

.navbar-collapse.collapse ul.nav {
    display: none;
}
.navbar-collapse.collapse.in ul.nav {
    display: block;
	clear:both;
}
.navbar-toggle {
    display: block;
}
.navbar-header {
  float: none;
}
.logo_img {
  margin: 0 auto;
}	
.collapse.navbar-collapse {
  text-align: center;
}
.navbar ul.nav.navbar-nav li {
  border-bottom: 1px solid hsl(0, 0%, 13%);
  float: none;
  margin: 5px 0px;
  padding: 13px 0;
  text-align: left;
  width: auto;
}
.navbar {  padding: 5px 0; position:relative;}
.navbar-toggle {
  border-radius: 0;
  float: right;
  margin: 10px 0 0;
  padding: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#00afb5;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: hsla(0, 0%, 0%, 0);
  border-color:#00afb5;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color:#00afb5;
}
.navbar-default .navbar-toggle {
  border-color: hsl(182, 100%, 35%);
}

	
}


@media (min-width:600px) and (max-width:768px){
.element-item {
  width: 50%;
}
.portfolio_hover h3 {
  margin: 0 0 10px;
}
.portfolio_hover p {
  line-height: 22px;
}
.price_table_detail {
  width: 70%;
}	
.banner_text h1 {
  font-size: 32px;
  line-height: 28px;
  margin: 0 auto 20px;
}
.banner_text h4 {
  font-size: 22px;
  margin: 0 auto 15px;
}
.banner_text p {
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0 0;
  width: 100%;
}
.owl-pagination {
  bottom: 15px;
}
.child_list {
  padding: 40px 0 0 90px !important;
}
.newsletter_wrap {
  margin: 0 12%;
  overflow: hidden;
}
	
}

@media (min-width:500px) and (max-width:768px){

.team_member {
  margin: 0 auto 50px;
  width: 380px;
}
.member_post {
  left: 27%;
}
.product_detail {
  margin: 0 auto 30px;
  width: 75%;
}
#defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
#defaultCountdown .countdown-section .countdown-period {  font-size: 20px;  line-height: 50px;  position:relative; top:-63px; left:-5px; color:#111111;}
#defaultCountdown .countdown-section .countdown-amount {  font-size: 38px;  line-height: 20px;  padding: 16px 0; position:relative; top:-63px; left:-5px;}
#defaultCountdown .countdown-section {  height: 80px;  margin: 20px 7px 0 auto;  width: 100px;}
#defaultCountdown .countdown-section {
  border-right:1px solid #cfcfcf;;
   border-bottom: none;
  padding: 50px 10px;
  margin:15px 10px 0;
}
}

/*--------768px to 992px---------*/

@media (min-width:768px) and (max-width:992px){
.coming_soon_text_wrap {
  padding: 50px 110px;
}
	
.table2_top {
  padding: 30px 30px 0;
}
.table2_top::after {
  bottom: -40px;
  height: 45px;
  width: 100%;
}
	
.watch_history {
  width: 100%;
  padding: 30px 20px;
}
/*-----contact us----*/
.contact_form input {
  margin: 0 auto 30px;
  width: 100%;
}
.contact_form textarea {
  min-height: 46px;
  padding: 10px 15px;
  width: 100%;
    margin: 0 auto 30px;
}
.contact_n {
  margin: 0 auto 20px;
  width: 100%;
}
/*-----recent blog-----*/
.blog_detail {
  float: none;
  margin-top: 0px;
  padding: 30px 20px;
  width: 100%;
}
.blog_detail h3 {
  line-height: 30px;
  font-size: 22px;
}
.blog_img {
  float: none;
  margin: 30px auto;
  text-align: center;
  width: 100%;
}
.popular_post_m .blog_detail {
  padding: 30px 20px;
}
.popular_post_m .blog_img {
  margin-right: 0;
  margin-top: 20px;
}
.blog_detail.pull-right {
  float: none !important;
}
/*--------faq-------*/
.faq_m {
  width: 100%;
  float: none;
}
.faq-mn {
  margin-top: 40px;
  padding: 60px 0;
  text-align: center;
  margin-left: 0px;
}
.faq_m h2 {
  font-size: 62px;
  margin-top: 0;
}
.faq_n {
  float: none;
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
.faq_n p {
  margin-bottom: 25px;
  padding-right: 0;
}
.panel-body p {
  font-size: 14px;
}
.panel-title a {
  font-size: 16px;
}
.font-icon-m i.fa {
  height: 15px;
  line-height: 7px;
  margin: 11px 0 0 25px;
  width: 15px;
}
/*-----team-----*/
.team_member {
  margin-bottom: 30px;
}

	/*------testimonial----*/
#testimonial_slider_m {
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 30px;
  width: 270px;
}
.happy_client {
  left: 0;
  margin: 0 auto;
  padding: 0 0 70px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 90%;
  margin: 0 auto;
  float: none;
}
.happy_client h3 {
  font-size: 40px;
}
.happy_client h2 {
  font-size: 60px;
}
.our_client_detail {
  padding: 30px 40px;
  margin-bottom: 90px;
}
.start_work {
  float: none;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 90%;
}
.start_work h2 {
  font-size: 30px;
  line-height: 40px;
}
.start_work p {
  margin: 0 auto;
  width: 90%;
}
.start_work h4 {
  margin: 30px auto 0;
}
#testimonial_slider .owl-prev::after {
  bottom: 45px;
}
#testimonial_slider .owl-next::after {
  bottom: 45px;
  right: 40px;
}
/*------portfolio-----*/
.element-item {
  width: 50%;
}
.portfolio_hover h3 {
  margin: 0 0 15px;
}
.portfolio_hover p {
  line-height: 22px;
}
.portfolio_hover {
  padding: 80px;
}
.portfolio_hover {
  padding: 21%;
}

/*-----our services-------*/
.text_roated {
  bottom: 5px;
  left: 5%;
  top: inherit;
  transform: rotate(0deg);
}
.text_roated h6 {
  font-size: 15px;
  margin: 0 auto;
}
.service_img_m {
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 90%;
}
.service_project h3 {
  font-size: 20px;
}
.service_project h5 {
  margin: 5px 0 0;
  font-size: 14px;
}
.service_project {
  bottom: 20px;
  padding: 7px;
  right: 2%;
}
.service_img_m::before {
  display: none;
}
.service_img_m::after {
  display: none;
}
.service_detail {
  margin: 20px auto 0;
  text-align: center;
}
.service_detail h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto 20px;
}
.service_detail p {
  color: hsl(0, 0%, 53%);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.service_main.service_main2 .pull-right {
  float: none !important;
}


.service_main2 .text_roated {
  bottom: 5px;
  left: 5%;
  top: inherit;
  transform: rotate(0deg);
}
.text_roated h6 {
  font-size: 15px;
  margin: 0 auto;
}
.service_main2 .service_img_m {
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 90%;
}
.service_main2 .service_project h3 {
  font-size: 20px;
}
.service_project h5 {
  margin: 5px 0 0;
  font-size: 14px;
}
.service_main2 .service_project {
  bottom: 20px;
  left: inherit;
  padding: 7px;
  right: 2%;
}
.service_main2 .service_img_m::after {
  display: none;
}
.service_main2 .service_img_m::before {
  display: none;
}
.service_main2 .service_detail {
  margin: 20px auto 0;
  text-align: center;
}
.service_main2  .service_detail h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto 20px;
}
.service_main2  .service_detail p {
  color: hsl(0, 0%, 53%);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.service_main {
  padding: 0 0 60px;
}
/*------about us -------*/
.about_detail_m p {
  margin: 5px 0 15px;
  font-size: 14px;
  line-height: 24px;
}
.about_text h4 {
  margin: 20px auto 10px;
}
.about_text h4::before {
  right: 4px;
}
.about_text p {
  font-size: 14px;
  line-height: 22px;
  width: 90%;
}
.about_img_n {
  width: 260px;
}
/*-----banner-------*/
.banner_text p {
  width: 100%;
  padding: 15px 0 0;
}
.owl-pagination {
  bottom: 9px;
}
.banner_text {
  top: 45%;
}

/*----side bar----*/
.side_blog_bg {
  margin-top: 70px;
}

/*------menu-------*/
.navbar-collapse.collapse ul.nav {
    display: none;
}
.navbar-collapse.collapse.in ul.nav {
    display: block;
	clear:both;
}
.navbar-toggle {
    display: block;
}
.navbar-header {
  float: none;
}
.logo_img {
  margin: 0 auto;
}	
.collapse.navbar-collapse {
  text-align: center;
}
.navbar ul.nav.navbar-nav li {
  border-bottom: 1px solid hsl(0, 0%, 13%);
  float: none;
  margin: 5px 0px;
  padding: 13px 0;
  text-align: left;
  width: auto;
}
.navbar {  padding: 5px 0; position:relative;}
.navbar-toggle {
  border-radius: 0;
  float: right;
  margin: 10px 0 0;
  padding: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#00afb5;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: hsla(0, 0%, 0%, 0);
  border-color:#00afb5;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color:#00afb5;
}
.navbar-default .navbar-toggle {
  border-color: hsl(182, 100%, 35%);
}
/*----footer-----*/
.footer_menu_list li {
  width:31%;
}	


}






/*--------992px to 1200px---------*/

@media (min-width:992px) and (max-width:1200px){
.table2_top {
  padding: 30px 30px 0;
}
.table2_top::after {
  bottom: -40px;
  height: 45px;
  width: 100%;
}	
	/*-----contact us----*/
.contact_form input {
  margin: 0 auto 30px;
  width: 90%;
}
.contact_form textarea {
  min-height: 46px;
  padding: 10px 15px;
  width: 96%;
    margin: 0 auto 30px;
}
.popular_post_m .blog_detail {
  padding: 35px 25px 35px 70px;
}
.popular_post_m .blog_img {
  margin-right: -30px;
}
.blog_detail {
  padding: 35px 75px 35px 30px;
}
.blog_detail h3 {
  line-height: 34px;
  margin: 0 0 10px;
  font-size: 22px;
}
.faq_n {
  margin-top: 150px;
}
.faq_m h2 {
  font-size: 76px;
}
#shop .clear {
  display: none;
}
#testimonial_slider_m {
  right: -45px;
}
.happy_client {
  padding: 258px 310px 200px 70px;
}
.start_work p {
  width: 60%;
}
.start_work {
  width: 25%;
}
.portfolio_hover {
  padding: 16%;
	}
.service_main2 .text_roated {
  right: -45px;
}


.about_text h4::before {
  right: 25px;
}
.navbar ul.nav.navbar-nav li {
  margin: 0;
  padding: 21px 4px;
}

}