/*------------------------------------------------------------------
    File Name: style.css
    Template Name: MagZone - Responsive HTML5 Template
    Created By: htmldotdesign
    Envato Profile: https://themeforest.net/user/htmldotdesign
    Website: https://html.design
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [Table of contents]

    1. import fonts
    2. import files
	3. loader
	4. basic
    5. header
	    - header top section
	        - top news slider
	        - social icon top
	    - middle section
	        - logo
		    - top banner
	    - header bottom section
	        - search bar
	6. slider
	    - news slider
	    - main slider
		- owl Post slider
	7. section
	    - main heading
	        - heading style 2
	    - contant section
		    - post
			- user comment
			- user comt form
	        - read more
		    - recent post sidebar
		    - big social icon
		    - marketing section
			- tabbar
			- banners
	8. newsletter
	9. footer
	     - footer bottom
	10. inner page

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. import fonts
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');

/*------------------------------------------------------------------
    2. import files
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    3. loader
-------------------------------------------------------------------*/

.bg_load {
	float: left;
	position: fixed;
	width: 100%;
	text-align: center;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #111;
	background-size: cover;
	background-position: center center;
}

.loader_animation {
	animation-name: rotatey;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotatey;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotatey;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotatey;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotatey;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes rotatey {
	from {
		-webkit-transform: rotatey(0deg);
		-moz-transform: rotatey(0deg);
		-ms-transform: rotatey(0deg);
		-o-transform: rotatey(0deg);
		transform: rotatey(0deg);
	}
	to {
		-webkit-transform: rotatey(360deg);
		-moz-transform: rotatey(360deg);
		-ms-transform: rotatey(360deg);
		-o-transform: rotatey(360deg);
		transform: rotatey(360deg);
	}
}

@-moz-keyframes rotatey {
	from {
		-moz-transform: rotatey(0deg);
	}
	to {
		-moz-transform: rotatey(360deg);
	}
}


/*------------------------------------------------------------------
    4. basic
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none !important;
	font-family: 'Rajdhani', sans-serif;
}

html,
body {
	color: #898989;
	font-size: 15px;
	font-family: 'Rajdhani', sans-serif;
	line-height: normal;
	font-weight: 400;
	overflow-x: hidden !important;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 10px;
	font-weight: normal;
	line-height: normal;
	color: #1f1f1f;
	margin: 0
}

h1 {
	font-size: 24px
}

.small_heading.main-heading h2 {
	font-size: 21px;
}

.small_heading.main-heading::after {
	top: 10px;
}

.small_heading.main-heading {
	margin-bottom: 10px;
	width: 100%;
}

.img-responsive {
	max-width: 100%;
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

a.btn {
	min-width: 170px;
	height: 40px;
	border-radius: 100px;
	padding: 0;
	text-align: center;
	line-height: 40px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}

button.btn.blue {
	min-width: 150px;
}

.btn.blue {
	background-image: url('images/layout_img/menu_bg.png');
	background-color: #222;
	background-size: auto auto;
	color: #fff;
	padding: 4px 25px 3px;
	height: auto;
	min-width: auto;
	background-size: cover;
	font-size: 15px;
	text-transform: none;
	font-weight: 500;
	border-radius: 5px;
	background-repeat: no-repeat;
}

.btn.blue:hover,
.btn.blue:focus {
	background-position: 0 -75px;
	color: #fff;
}

button.btn {
	min-width: 170px;
	height: 40px;
	border-radius: 100px;
	padding: 0;
	text-align: center;
	line-height: 42px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
}

.center_text {
	text-align: center;
}

.left_text {
	text-align: left;
}

.margin_0 {
	margin: 0 !important;
}

.padding-bottom_0 {
	padding-bottom: 0 !important;
}

.padding-bottom_1 {
	padding-bottom: 10px !important;
}

.padding-bottom_2 {
	padding-bottom: 20px !important;
}

.padding-bottom_3 {
	padding-bottom: 30px !important;
}

.padding-bottom_4 {
	padding-bottom: 40px !important;
}

.padding-bottom_5 {
	padding-bottom: 50px !important;
}

.padding_left_0 {
	padding-left: 0 !important;
}

.color_black p,
.color_black ul,
.color_black ul li {
	color: #000;
}

.center {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

.light_silver {
	background: #f2f1f1;
}

h2 {
	font-size: 30px;
	color: #000;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	position: relative;
}

h3 {
	font-size: 24px;
	color: #000;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	color: #000;
	line-height: 21px;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 15px;
}

h5 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: normal;
	color: #000;
}

p {
    color: #898989;
    font-size: 15px;
    line-height: 21px;
}

button,
input,
select,
textarea,
option {
	font-family: 'Poppins', sans-serif;
}

a#submit {
	z-index: 1;
}

a:hover,
a:focus {
	color: #2a3a4b;
	text-decoration: none;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
	padding: 0 15px;
	float: left;
	min-height: 25px;
}

.full {
	float: left;
	width: 100%;
}

.border_radius_0 {
	border-radius: 0 !important;
}

.span1 {
	width: 10%;
}

.span2 {
	width: 20%;
}

.span3 {
	width: 30%;
}

.span4 {
	width: 40%;
}

.span5 {
	width: 50%;
}

.span6 {
	width: 60%;
}

.span7 {
	width: 70%;
}

.span8 {
	width: 80%;
}

.span9 {
	width: 90%;
}

.span10 {
	width: 100%;
}

.container {
	max-width: 1343px;
}

.section_padding {
	padding: 80px 0;
}

.layout_2_padding {
	padding: 90px 0;
}

.margin_top_30 {
	margin-top: 30px !important;
}

.margin_bottom_30 {
	margin-bottom: 30px !important;
}

.margin_bottom_50 {
	margin-bottom: 50px !important;
}

.margin_bottom_0 {
	margin-bottom: 0 !important;
}


/*------------------------------------------------------------------
    5. header
-------------------------------------------------------------------*/

header {
	position: relative;
	z-index: 1111;
}


/*===========================
 	- header top section
===========================*/

.headtop {
	min-height: 50px;
}


/*===========================
 	- top news slider
===========================*/

.newinfo {
	position: relative;
	min-height: 50px;
	float: left;
}


/*===========================
 	- social icon top
===========================*/

.socialicon ul {
	list-style: none;
	float: left;
	margin: 10px 0;
	position: relative;
	left: 9px;
}

.socialicon ul li {
	float: left;
}

.socialicon ul li a {
	width: 35px;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-size: 18px;
	color: #fff;
}


/*===========================
 	- middle section
===========================*/

.headermiddle {
	margin: 0;
	background: #111;
	padding: 10px 0;
}


/*===========================
 	- logo
===========================*/

.logo {
	float: left;
	margin: 6px 0 5px;
}

.logo img {
	width: 325px;
}


/*===========================
 	- top banner
===========================*/

.headermiddle .banner {
	float: right;
}


/*===========================
 	- header bottom section
===========================*/

.headerbottom {
	width: 100%;
	background: url('images/layout_img/menu_bg.png');
	min-height: auto;
	background-position: center center;
	background-size: inherit;
}


/*===========================
 	- search bar
===========================*/

.searchform {
	float: left;
	width: 100%;
}

.searchform .column {
	float: right;
}

.searchform .column #sb-search {
	float: left;
	width: 100%;
}

.searchform .column #sb-search form {
	float: left;
	width: 100%;
	display: block;
	position: relative;
}

.searchform .column #sb-search form input {
	width: 100%;
	border: none;
	padding: 18px 80px 18px 20px;
	float: left;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0px;
	display: flex;
	height: 59px;
	overflow: hidden;
}

.searchform .column #sb-search form button {
	float: right;
	position: absolute;
	right: 0;
	padding: 0 22px 0;
	border: none;
	font-size: 18px;
	background: #222;
	color: #07b9ae;
	transition: ease all 0.5s;
	cursor: pointer;
	height: 100%;
}

.searchform .column #sb-search form button:hover,
.searchform .column #sb-search form button:focus {
	background: #0be3d6;
	color: #222;
}


/*------------------------------------------------------------------
    6. slider
-------------------------------------------------------------------*/


/*===========================
 	- news slider
===========================*/

#newsslider {
	float: left;
	margin: 15px 0 0 35px;
}

#newsslider p {
    font-size: 16px;
    color: #ccc;
    margin: 0;
}

.newinfo::after {
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	background: transparent;
	content: "";
	right: -21px;
	transform: rotate(0);
	border-width: 25px 0px 25px 21px;
	border-style: solid;
}

.newinfo h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px 0 30px;
    text-align: center;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}


/*===========================
 	- main slider
===========================*/

.slide_inforcnt {
    position: absolute;
    bottom: 0;
    padding: 15px 70px 35px;
    background: rgba(17, 17, 17, .8);
    width: 100%;
}

.slide_inforcnt h2 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.slide_inforcnt span {
	background: #07b9ae;
	color: #fff;
	left: 0;
	padding: 8px 20px;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	float: left;
	margin-top: 0;
	margin-left: -32px;
}

.slide_inforcnt span::after {
	width: 0;
	height: 0;
	background: transparent;
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	border-left: solid transparent 10px;
	border-right: solid #ffffff 10px;
	border-bottom: solid transparent 10px;
	border-top: solid #ffffff 10px;
	left: 0;
}

.slide_inforcnt h2 {
    float: left;
    width: 100%;
    font-size: 40px;
    text-transform: none;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    line-height: normal;
}

.slide_inforcnt p {
	float: left;
	width: 100%;
	text-transform: none;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.slide_inforcnt p.post_date {
	margin-bottom: 0;
	margin-top: 0;
	float: right;
	font-weight: 500;
	font-size: 15px;
}

.slide_inforcnt p.post_date strong > i {
    margin-right: 5px;
    text-align: center;
}

.slide_inforcnt p.post_date strong {
    font-weight: 500;
    margin-right: 15px;
    margin-top: 5px;
    float: left;
}

.slide_head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_head h3 {
	color: #fff;
	background: #07b9ae;
	padding: 12px 30px;
	text-transform: none;
	font-weight: 500;
	font-size: 48px;
	letter-spacing: -1px;
	margin-left: -200px;
}


/*===========================
	- testimonials
===========================*/

#testimonial_slider.carousel {
	max-width: 768px;
	margin: 0 auto;
	padding: 40px 0 15px;
}

#testimonial_slider.carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: auto;
}

#testimonial_slider.carousel .item a {
	color: #eb7245;
}

#testimonial_slider.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}

#testimonial_slider.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

#testimonial_slider.carousel .testimonial {
	padding: 30px 0 5px;
	font-size: 15px;
	line-height: 24px;
}

#testimonial_slider.carousel .overview {
	text-align: center;
	padding-bottom: 5px;
}

#testimonial_slider.carousel .overview b {
	color: #333;
	font-size: 20px;
	text-transform: none;
	display: block;
	padding-bottom: 0;
	font-weight: 500;
}

#testimonial_slider.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}

#testimonial_slider.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}

#testimonial_slider.carousel .carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}

#testimonial_slider.carousel .carousel-control.left {
	left: auto;
	right: 40px;
}

#testimonial_slider.carousel .carousel-control.right i {
	margin-right: -2px;
}

#testimonial_slider.carousel .carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}

#testimonial_slider.carousel .carousel-indicators li,
#testimonial_slider.carousel .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}

#testimonial_slider.carousel .carousel-indicators li {
	background: #e2e2e2;
	border-color: transparent;
}

#testimonial_slider.carousel .carousel-indicators li.active {
	border: none;
	background: #888;
}


/*===========================
 	- owl Post slider
===========================*/

.post_slider .owl-dots {
	margin-top: 3px;
}

.post_slider .owl-nav {
	display: none;
}

.post_slider .owl-dots {
	margin-top: 25px;
}

.post_slider .owl-dots div.owl-dot span {
	margin: 0 2px;
	width: 35px;
	border-radius: 0;
	background: #ccc;
}

.post_slider .owl-dots div.owl-dot.active span {
	background: #08b9af;
}

.post_head {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.post_head h4 {
	margin: 0 0 10px 0;
	font-size: 21px;
	letter-spacing: -0.3px;
	border-left: solid #08b9af 6px;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 15px;
	color: #222;
}

.post_head p {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: normal;
}

.post_head_inner {
	float: left;
	width: 100%;
}

.post_head_inner ul {
	margin: 0;
	float: left;
	width: 100%;
}

.post_head_inner ul li {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-right: 20px;
    list-style: none;
    border: none;
}

.post.p_style_1 .post_cont .post_head_inner {
    margin-bottom: 10px;
}

/*------------------------------------------------------------------
    7. section
-------------------------------------------------------------------*/


/*===========================
 	- main heading
===========================*/

.heading {
	position: relative;
	margin-bottom: 15px;
}

.heading::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background: transparent;
	position: absolute;
	left: 0;
	border-bottom: solid transparent 10px;
	border-left: solid transparent 15px;
	border-right: solid #ccc 13px;
	border-top: solid #ccc 12px;
}

.heading::before {
    content: "Post";
    position: absolute;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    width: 90px;
    text-align: center;
    height: 38px;
    font-size: 17px;
    line-height: 28px;
}

.heading h3 {
	font-size: 32px;
	font-weight: 600;
	border-left: solid #07b9ae 90px;
	line-height: 35px;
	padding-top: 2px;
	padding-left: 10px;
	letter-spacing: -0.5px;
}


/*===========================
 	- heading style 2
===========================*/

.heading.h_style_2 h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 28px;
	padding: 15px 20px;
	border-left: none;
	letter-spacing: -0.5px;
	background: url('images/layout_img/menu_bg.png');
	background-size: auto auto;
	color: #fff;
	background-size: cover;
}

.heading.h_style_2::before {
	display: none;
}

.heading.h_style_2::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background: transparent;
	position: absolute;
	left: 0;
	border-bottom: solid transparent 15px;
	border-left: solid transparent 15px;
	border-right: solid #ccc 15px;
	border-top: solid #ccc 15px;
}

.heading_3 {
	padding: 45px 0 25px;
}

.heading_3 h2 {
    width: 100%;
    text-align: center;
}

.heading_normal h2 {
	margin: 60px 0 40px;
	font-size: 45px;
	line-height: normal;
}

.headtop .newsection {
    margin-left: -15px;
}


/*===========================
 	contant section
===========================*/


/**== post ==**/

.post_inner_padding_15 {
	padding: 40px 0 0 48px;
}

.post.p_style_1 {
	min-height: 150px;
	display: flex;
	margin: 0;
	float: left;
	width: 100%;
}

.post.p_style_1 .post_time {
	width: 115px;
	position: relative;
	margin: 0 20px;
	display: flex;
	align-items: center;
	background-image: url('images/layout_img/dass_boreder.png');
	background-repeat: repeat-y;
	background-position: center center;
}

.post.p_style_1 .post_time span {
    z-index: 1;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    position: relative;
    width: 90px;
    background: #08b9af;
    padding: 0;
    height: 90px;
    border-radius: 100% 100% 0 100%;
    line-height: 92px;
}

.blog_inner .post.p_style_1 .post_time span {
	width: 90px;
	background: #fff;
	height: 90px;
	border-radius: 100% 100% 0 100%;
	line-height: 92px;
	border: solid #08b9af 1px;
	font-size: 15px;
	font-weight: 400;
	color: #08b9af;
}

.post.p_style_1 .post_img {
	width: 50%;
}

.blog_inner .post.p_style_1 .post_cont {
	padding: 15px 15px 15px 10px;
}

.post.p_style_1 .post_cont {
	width: 55%;
	height: auto;
	padding: 5px 15px 0 10px;
	box-shadow: none;
}

.news_events .post.p_style_1 .post_cont {
	width: 50%;
	height: auto;
	padding: 35px 15px 0 10px;
	box-shadow: none;
}

.news_events .blog_inner .post.p_style_1:nth-child(2n+2) .post_time {
    position: relative;
    left: -2px;
}

.news_events .blog_inner .post.p_style_1 {
    margin-bottom: 0;
}

.post.p_style_1 .post_cont h4 {
    font-size: 24px;
    font-weight: 600;
}
.blog_inner .post.p_style_1 {
	margin-bottom: 35px;
}

.blog_infor {
	list-style: none;
}

.blog_infor li {
	display: inline;
	margin-right: 10px;
	font-size: 15px;
}

.blog_infor li i {
	margin-right: 8px;
	font-size: 17px;
	color: #07b9ae;
}

.detail_post .post.p_style_1 {
	display: block;
}

.detail_post .post.p_style_1 .post_img {
	width: 100%;
}

.detail_post .post.p_style_1 .post_img img {
	width: 100%;
}

.detail_post .post.p_style_1 .post_time {
	display: none;
}

.detail_post .post.p_style_1 .post_cont {
	width: 100%;
	height: auto;
	padding: 30px 0 10px 0;
	box-shadow: none;
}

.testimonial_simple_say {
	background: url('images/layout_img/pattern.png');
	padding: 75px 120px 35px;
	margin-top: 30px;
}

.qoute_testimonial {
	font-size: 45px;
	position: absolute;
	margin-left: -60px;
	margin-top: -40px;
}

.testimonial_simple_say p {
	font-size: 18px;
	line-height: normal;
	color: #000;
	margin-bottom: 5px;
}

.testimonial_simple_say p.large_2 {
	color: #07b9ae;
	font-weight: 500;
}

.qoute_testimonial i {
	color: #07b9ae;
}

.testimonial_simple_say p.detail_testimo {
	display: flex;
}

.testimo_img {
	margin-right: 20px;
	margin-top: -15px;
}

.testimo_img img {
	width: 145px;
	border-radius: 100%;
}

.br_single_blog_2 {
	margin: 15px 0;
}

.br_single_blog_2 hr {
	border-top: 2px dotted #d3d3d3;
	margin-top: 25px;
	margin-bottom: 25px;
}

.user_comt .usr_img {
	float: left;
	width: 15%;
	padding: 0 10px;
}

.user_comt .usr_cont {
	float: left;
	width: 80%;
	padding: 0 10px 0;
}

.user_comt .usr_cont p {
	margin-bottom: 7px;
}

.user_comt .usr_img img {
	border-radius: 100%;
}

.user_comt .name_user {
	color: #222;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.comment p.msg {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.comment p.msg .fa-comments-o {
	font-size: 21px;
	margin-right: 6px;
	color: #07b9ae;
}

.comment p.msg a {
	color: #07b9ae;
	font-size: 15px;
	font-weight: 500;
}

.date_time_information {
	color: #07b9ae;
	font-weight: 500;
}

.br_single_blog {
	margin: 15px 0;
	float: left;
	width: 100%;
}

.br_single_blog hr {
	border-top: 2px dotted #d3d3d3;
	margin-top: 25px;
	margin-bottom: 25px;
}

.user_comt.inner_commant {
	width: 85%;
	float: right;
}

/** user comment **/

.user_comt {
	float: left;
	width: 100%;
}


/** user comt form **/

.field {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.field label {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin: 0;
	min-height: 40px;
	line-height: 40px;
}

.custom_field {
	float: right;
	width: 100%;
	background: #fff;
	border: solid #e1e1e1 1px;
	min-height: 45px;
	color: #000;
	font-size: 14px;
	padding: 15px 15px;
	border-radius: 0;
}


/**== read more ==**/

.readmore a {
    color: #08b9af;
    font-weight: 600;
}

.readmore a:hover,
.readmore a:focus {
	color: #222;
}

/**== recent post sidebar ==**/

.side_blog {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.side_blog h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 0;
	background: url('images/layout_img/menu_bg.png');
	color: #fff;
	background-size: cover;
	background-position: center center;
	padding: 12px 20px 10px;
}


/*== big social icon ==*/

.social_icon ul {
	list-style: none;
	float: none;
	width: 100%;
	margin: 20px auto 0 auto;
	max-width: 320px;
}

.social_icon ul li {
	float: left;
	width: 25.33%;
	display: flex;
	justify-content: center;
}

.social_icon ul li:nth-child(2) {
	margin: 0 3%;
}

.social_icon ul li:nth-child(5) {
	margin: 0 3%;
}

.social_icon ul li a {
	width: 100%;
	height: 95px;
	float: left;
	margin-bottom: 10px;
	background-repeat: no-repeat !important;
	transition: ease all 0.2s;
	background-position: center center !important;
	border-radius: 35px 35px 0 35px;
	box-shadow: 5px 5px 0 -1px rgba(0, 0, 0, .1);
}

.social_icon ul li a:hover {
	border-radius: 5px;
}

.social_icon ul li a.social_bt.fb {
	background: url('images/layout_img/button_fb.png');
}

.social_icon ul li a.social_bt.tw {
	background: url('images/layout_img/button_tw.png');
}

.social_icon ul li a.social_bt.gl {
	background: url('images/layout_img/button_gl.png');
}

.social_icon ul li a.social_bt.ln {
	background: url('images/layout_img/button_link.png');
}

.social_icon ul li a.social_bt.pi {
	background: url('images/layout_img/button_pi.png');
}

.social_icon ul li a.social_bt.yt {
	background: url('images/layout_img/button_yt.png');
}

.social_icon ul li a.social_bt.rss {
	background: url('images/layout_img/button_rss.png');
}

/**== marketing section ==**/

.inner_section {
	padding: 15px 0 0 48px;
}

#marketing_section .slide_inforcnt h2 {
	font-size: 28px;
	margin-bottom: 0;
}

#marketing_section .slide_inforcnt p {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

#marketing_section .slide_inforcnt {
	padding: 25px 70px 35px;
	background: rgba(0, 0, 0, .6);
}


/**== tabbar ==**/

.tab_bar > ul > li {
    border-radius: 0;
    border: none;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    width: 33.33%;
    text-align: center;
    border: 0;
    border-top: none !important;
}

.tab_bar > ul > li:nth-child(2) a {
	background-color: #666;
}

.blog .tab_bar > ul > li {
	width: 50%;
}

.technology .tab_bar > ul > li {
	width: 50%;
}

.blog .tab_side_cont .post_head {
	padding: 8px 0;
}

.blog .tab_side_cont {
	float: right;
	width: 100%;
	padding: 5px 15px;
}

.technology .tab_side_cont {
	float: right;
	width: 100%;
	padding: 5px 15px;
}

.blog .tab_side_img {
	display: none;
}

.tech .post_cont h4 {
    font-size: 24px;
}

.tech .post_cont {
    border: solid #08b9af 5px;
    padding: 30px;
}

.technology .tab_side_img {
    display: none;
}

.tab_bar ul li a {
    border: none !important;
    background: #333;
    margin: 0 0px 0 0;
    border-radius: 0 !important;
    padding: 0 16px 0;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    height: 45px;
}

.tab_bar ul li a.active {
	background-color: #333;
	background-image: url('images/layout_img/menu_bg.png');
	color: #fff !important;
	background-size: cover;
}

.tab_bar .tab-content {
    float: left;
    width: 100%;
    background: #fff;
    border: none;
    padding: 20px 0 0;
    margin-top: 1px;
}

.tab_side_img {
	width: 30%;
	float: left;
}

.tab_side_cont {
    float: right;
    width: 70%;
    padding: 10px 15px 12px;
}

.tab_side_cont .post_head {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.tab_side_cont .post_head h4 {
    margin: 0 0 5px 0 !important;
    font-size: 16px;
    letter-spacing: 0;
    border-left: none;
    line-height: 20px;
    padding-left: 0;
    margin-bottom: 5px;
    color: #08b9af;
    font-weight: 600;
}

.tab_side_cont .post_head p {
    margin-bottom: 5px;
    margin-top: 10px;
}

.tab_side_cont ul li {
    width: auto;
    margin: 5px 15px 0 0;
}

.tab_inner {
	float: left;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 20px;
	transition: ease all 0.5s;
}

.tab_inner:last-child {
	margin: 0;
}

.tab_inner:nth-child(2n+2) {
	background: #f8f8f8;
}

.sidebar_catery ul {
	list-style: none;
}

.sidebar_catery ul li {
	margin: 10px 15px;
}

.sidebar_catery ul li a:hover,
.sidebar_catery ul li a:focus {
	color: #08b9af;
}

.sidebar_catery ul li:nth-child(1) {
	margin-top: 0;
}

.sidebar_catery ul li:last-child {
	margin-bottom: 0;
}

.sidebar_tab li {
	list-style: none;
	display: inline;
}

.sidebar_tab li a {
    float: left;
    border: solid #ddd 1px;
    padding: 12px 20px;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.sidebar_tab li a:hover,
.sidebar_tab li a:focus {
	background: #07b9ae;
	color: #fff;
	border-color: #07b9ae;
}


/**== banners ==**/

.banner_mar {
	position: relative;
	overflow: hidden;
}

.banner_mar .overlay_banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .2);
	width: 100%;
	transition: ease all 0.5s;
	left: -100%;
}

.banner_mar .overlay_banner h3 {
	color: #fff;
	background: #07b9ae;
	padding: 10px 40px;
	font-weight: 600;
	transition: ease all 0.5s;
	position: relative;
	left: 100%;
}

.banner_mar:hover .overlay_banner,
.banner_mar:focus .overlay_banner {
	left: 0;
}

.banner_mar:hover .overlay_banner h3,
.banner_mar:focus .overlay_banner h3 {
	left: 0;
}

.banner_half {
	width: 50%;
	position: relative;
	overflow: hidden;
	transition: ease all .5s;
}

.banner_half img {
	width: 100%;
}

.banner_half img {
	transition: ease all .5s;
}

.banner_half:hover img,
.banner_half:focus img {
	transform: scale(1.8) rotate(15deg);
}

.full.banner_half {
	width: 100%;
}

.black_sed {
	background: url('images/layout_img/black_sed.png');
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 40px 65px;
}

.black_sed h3 {
	color: #fff;
	font-weight: 600;
	font-size: 42px;
	text-transform: none;
	letter-spacing: -1px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	border-left: solid #07b9ae 10px;
	line-height: 45px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.black_sed h3 a {
	color: #fff;
}

.black_sed ul {
	list-style: none;
	margin: 0;
}

.black_sed ul li {
	float: left;
	list-style: none;
	color: #fff;
	margin-right: 25px;
}


/*------------------------------------------------------------------
    8. newsletter
-------------------------------------------------------------------*/

.news_latter {
	height: auto;
	background: #07b9ae;
	padding: 35px 0;
}

.signup .left_cont {
	float: left;
	margin: 7px 35px 7px 0;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0;
	border-right: dotted 1px #fff;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.signup {
	width: 100%;
	display: flex;
	justify-content: center;
}

.signup form {
	float: left;
	width: 495px;
	background: #fff;
	padding: 3px;
	border-radius: 50px;
	height: 55px;
	position: relative;
}

.signup form input {
	width: 100%;
	border: none;
	height: 50px;
	border-radius: 50px;
	padding: 0 30px;
	font-size: 17px;
}

.signup form button {
	position: absolute;
	right: 3px;
	border-radius: 0 50px 50px 0;
	padding: 0 30px;
	border: none;
	font-weight: 500;
	height: 49px;
	line-height: 48px;
	background: #111;
	color: #fff;
	cursor: pointer;
	transition: ease all 0.5s;
	top: 3px;
	right: 3px;
}

.signup form button:hover,
.signup form button:focus {
	background: #07b9ae;
}


/*------------------------------------------------------------------
    9. footer
-------------------------------------------------------------------*/

footer {
	min-height: auto;
	background: #111111;
	padding: 50px 0 0;
}

.footer_heading {
	position: relative;
	width: 100%;
}

.footer_heading h3 {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	font-size: 21px;
	border-bottom: dotted #333 1px;
	width: 100%;
	padding-bottom: 15px;
	position: relative;
}

.footer_heading h3::after {
	width: 40px;
	background: #07b9ae;
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	transition: ease all 0.5s;
}

.footer_inner_blog:hover .footer_heading h3::after,
.footer_inner_blog:focus .footer_heading h3::after {
	width: 100%;
}

.footer_info {
	padding: 25px 0;
	float: left;
	width: 100%;
}

.footer_info p {
	margin: 0;
}

footer p {
	color: #ccc;
}

footer p strong {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 24px;
}

.footer_logo {
	margin-bottom: 20px;
}

.footer_logo img {
	max-width: 240px;
}

.footer_info ul {
	list-style: none;
}

.footer_info ul li .left_icon {
	float: left;
	width: 50px;
	height: 45px;
	border-right: dotted #333 1px;
	margin-right: 25px;
	color: #fff;
	font-size: 40px;
	padding: 0;
	line-height: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_info ul li {
	float: left;
	width: 100%;
	margin: 10px 0 15px;
	position: relative;
}

.footer_info ul li span {
    font-weight: 400;
    padding: 4px;
    float: left;
}

.footer_info.footer_menu span {
    padding: 0;
    position: relative;
    top: -2px;
    font-weight: 200;
}

.footer_info ul li span a {
	color: #ccc;
}

.footer_info ul li i {
	font-size: 25px;
}

.footer_info ul li span a:hover,
.footer_info ul li span a:focus {
	color: #07b9ae;
}

.footer_info.footer_menu li {
	margin: 5px 0;
}

.footer_info.footer_menu li a {
    color: #ccc;
    font-weight: 400;
}

.footer_info.footer_menu li a span {
	font-family: 'poppins', sans-serif;
}

.footer_info.footer_menu li:hover a,
.footer_info.footer_menu li:focus a {
	color: #07b9ae;
	padding-left: 5px;
}

.footer_info.footer_menu li a span {
	margin-right: 5px;
}

.tweet-blog {
	display: flex;
	margin-bottom: 25px;
}

.tweet-blog i {
	color: #40bff5;
	font-size: 25px;
	margin-right: 20px;
	margin-top: 5px;
}

.tweet-cont {
    color: #ccc;
    letter-spacing: 0;
    line-height: 23px;
    font-weight: 400;
}

.tweet-cont a {
	color: #07b9ae;
}


/*===========================
 	footer bottom
===========================*/

.footer_bottom {
	border-top: dotted #333 1px;
	text-align: center;
	padding: 30px 0;
}

.footer_bottom p {
	margin: 0;
}

.footer_bottom a {
	color: #07b9ae;
}


/*------------------------------------------------------------------
    10. inner page
-------------------------------------------------------------------*/

.inner_page_banner {
    background-size: cover;
    background-position: center center;
    padding: 35px 0;
    background: #f0f0f0;
}

.inner_page_info .page_title {
	float: left;
	font-size: 28px;
	font-weight: 600;
	text-transform: none;
}

.breadcrumb {
	float: right;
	margin: 0;
	background: transparent;
}

.breadcrumb li {
	margin: 0 3px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.breadcrumb li a {
	color: #07b9ae;
}

.googleMap {
	height: 480px;
}

#map {
	height: 100%;
	min-height: 480px;
}


/**-- contact --**/

.form_contant .field_custom {
	width: 100%;
	padding: 11px 15px;
	min-height: auto;
	border: solid #e1e1e1 1px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.form_contant textarea.field_custom {
	min-height: 120px;
}

.information_bottom {
	text-align: center;
}

.information_bottom .icon_bottom {
	border: solid #ddd 1px;
	width: 90px;
	margin: 0 auto 15px;
	height: 90px;
	line-height: 90px;
	font-size: 35px;
	border-radius: 100%;
	color: #07b9ae;
}

.information_bottom h4 {
	margin: 0 0 2px 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
}

.information_bottom p {
	margin: 0;
}

.contact_information {
	margin-bottom: 45px;
}
