@font-face {
	font-family:Lora;src:url(../fonts/Lora-Regular.ttf) format('truetype');font-weight:400;font-style:normal
}

@font-face {
	font-family:iconfont;src:url(../fonts/iconfont.woff) format('woff')
}

.iconfont {
	font-family: iconfont!important;
	font-style: normal;
	font-weight: 700
}

.icon-left:before {
	content: "\e628"
}

.icon-phone1:before {
    content: "\e634";
	font-size: 30px;
}

.icon-phone1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon-right:before {
	content: "\e642"
}

.icon-plus:before {
	content: "\e60d"
}

.icon-behance:before {
	content: "\e87a"
}

.icon-googleplus:before {
	content: "\e87b"
}

.icon-Youtube:before {
	content: "\e880"
}

.icon-comment:before {
	content: "\e8e8"
}

.icon-facebook:before {
	content: "\e630"
}

.icon-search:before {
	content: "\e6c8"
}

*,::after,::before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: Lora !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h3 {
	font-size: calc(1.3rem+.6vw)
}

@media(min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem+.3vw)
}

@media(min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

img {
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

.container,.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(max-width:768px) {
	.container,.container-fluid {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: 0;
		margin-left: 0
	}

	.row,.row>* {
		margin-right: 0!important;
		margin-left: 0!important;
		padding-left: 0!important;
		padding-right: 0!important
	}
}

@media(min-width:992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}
}

@media(min-width:1200px) {
	.container {
		width: 1200px;
		max-width: 100%
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

@media(min-width:768px) {
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
}

@media(min-width:992px) {
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.justify-content-between {
	justify-content: space-between!important;
	max-width: 1200px;
	margin: 0 auto;
}

.padding-top-30 {
	padding-top: 30px
}

.padding-top-50 {
	padding-top: 50px
}

.padding-top-70 {
	padding-top: 70px
}

.padding-top-120 {
	padding-top: 120px
}

.tf-section {
	padding: 120px 0
}

.z-index {
	position: relative;
	z-index: 99
}

.btn-contact {
	position: relative;
	z-index: 99;
	padding: 12px 37px 13px 50px;
	border-radius: 3px;
	background: #ff0026;
	color: #11161e;
	font-size: 18px;
	line-height: 2.667;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	border: 0;
	overflow-y: hidden
}

.btn-contact:hover::before {
	width: 100%;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	transition: all .5s ease
}

.btn-contact:before {
	content: '';
	width: 34px;
	height: 100%;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: all .5s ease;
	background: #d98f00;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0
}

.btn-contact span.more {
	position: relative;
	z-index: 99
}

.btn-contact span.icon {
	position: absolute;
	left: -41px;
	top: -15px
}

.btn-main {
	padding-top: 50px
}

.pagination-project {
	text-align: center
}

.pagination-project ul.list-pagination {
	margin: 0
}

.pagination-project ul.list-pagination li {
	display: inline-block;
    width: 37px;
    line-height: 37px;
    height: 37px;
	padding: 0;
    border: 1px solid rgba(34, 34, 34, .07);
    border-radius: 3px;
    margin: 3px;
    background: #fff;
}

.pagination-project ul.list-pagination li:hover {
	background: #ff0026;
	border-color: #ff0026
}

.pagination-project ul.list-pagination li:active {
	background: #ff0026;
	border-color: #ff0026
}

.pagination-project ul.list-pagination li:hover a {
	color: #fff
}

.pagination-project ul.list-pagination li:active a {
	color: #fff
}

.pagination-project ul.list-pagination li a {
	font-size: 13px;
	color: #777;
	font-weight: 400
}

.category-featured {
	background: #ff0026!important
}

.slidebar {
	width: 31.5%
}

.slidebar .box-author {
	text-align: center;
	background: #fff;
	padding: 48px 32px
}

.slidebar .box-author h5.name {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 22px;
	padding-left: 6px
}

.slidebar .box-author p.text {
	padding-top: 19px;
	font-size: 16px;
	letter-spacing: -.2px;
	line-height: 1.7em
}

.slidebar .box-author .img-author {
	position: relative
}

.slidebar .box-author li.fb-author {
	position: absolute;
	top: 15%;
	left: 30%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #11161e;
	display: flex;
	justify-content: center;
	align-items: center
}

.slidebar .box-author li.fb-author a {
	color: #ff0026
}

.slidebar .box-author li.fb-author a i:before {
	font-family: iconfont;
	content: '\e630'
}

.slidebar .box-author li.fb-author:hover a {
	color: #fff
}

.slidebar .box-author .list-social {
	margin: 0
}

.slidebar .box-author .list-social li {
	position: relative;
	display: inline-block;
	padding: 0 30px
}

.slidebar .box-author .list-social li a {
	color: #777
}

.slidebar .box-author .list-social li a:hover {
	color: #ff0026
}

.slidebar .box-author .list-social li a:after {
	content: '';
	width: 2px;
	height: 11px;
	border-color: #777;
	background: #777;
	position: absolute;
	top: 7px;
	right: 0
}

.slidebar .box-author .list-social li.none a::after {
	display: none
}

.slidebar .box-author hr {
	margin: 23px 0
}

.slidebar .box-search {
	background: #fff;
	padding: 45px 27px
}

.slidebar .box-search h5.title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 20px
}

.slidebar .box-search .search-form {
	position: relative
}

.slidebar .box-search .search-form input.header-search-field {
	font-size: 14px;
	font-weight: 400;
	background-color: #f3f3f4;
	padding: 15px 30px;
	border-radius: 8px;
	border-color: rgba(17,22,30,.1);
	width: 100%
}

.slidebar .box-search .search-form button.header-search-submit {
	position: absolute;
	top: 16px;
	right: 20px;
	border: 0;
	background: 0 0;
	color: #e74901
}

.slidebar .box-search .search-form button.header-search-submit i {
	font-size: 20px
}

.slidebar .box-category {
	margin-top: 50px;
	background: #fff;
	padding: 46px 28px 14px 28px
}

.slidebar .box-category h5.title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase
}

.slidebar .box-category ul.list-category {
	margin-left: 25px;
	padding-top: 15px
}

.slidebar .box-category ul.list-category li {
	list-style: initial;
	padding-bottom: 10px
}

.slidebar .box-category ul.list-category li::marker {
	color: #777
}

.slidebar .box-category ul.list-category li a {
	color: #777
}

.slidebar .box-category ul.list-category li a span.number {
	float: right;
	margin-top: -9px
}

.slidebar .box-category ul.list-category li a:hover {
	color: #ff0026
}

.detail-page.section-blog-details .blog-content .img-blog .meta{
    top: 102% !important;
    right: -86px;
    width: 230px;
    display: none !important;
}

.form-review {
	padding-top: 57px
}

.form-contact h5.title,.form-review {
	font-size: 18px;
	font-weight: 500
}

.form-review .title{
	font-weight: bold;
}

.form-contact p span,.form-review {
	color: #ff0101
}

.form-review .list-star {
	margin: 0
}

.form-review .list-star li {
	display: inline-block
}

.form-review .list-star li a {
	color: #777
}

.form-review .list-star li a i:before {
	margin-right: -2px
}

.themesflat-contact-form .wpcf7-form-control-wrap {
	position: relative;
	display: block
}

.themesflat-contact-form .wpcf7-form-control-wrap.your-email,.themesflat-contact-form .wpcf7-form-control-wrap.your-name {
	margin-bottom: 14px
}

.themesflat-contact-form.style-2 {
	padding-top: 46px
}

.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-email,.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
	width: 48%;
	float: left;
	margin-bottom: 20px
}

.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
	margin-right: 30px
}

.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-message {
	clear: both;
	padding-bottom: 26px
}

.themesflat-contact-form.style-2 input[type=email],.themesflat-contact-form.style-2 input[type=text],.themesflat-contact-form.style-2 textarea {
	width: 100%;
	background-color: transparent;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid rgba(17,22,30,.1);
	padding: 10px 30px
}

.themesflat-contact-form.style-2 textarea {
	height: 199px;
	padding-top: 19px
}

.themesflat-contact-form input[type=email]:focus,.themesflat-contact-form input[type=text]:focus {
	border-color: #ff0026
}

.themesflat-blog {
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 10px;
	margin-bottom: 50px;
	width: calc(50% - 15px)
}

.row .themesflat-blog:nth-child(2n) {
	margin-left: 30px
}

.themesflat-blog .img-blog {
	position: relative;
	z-index: 9;
	overflow: hidden
}

.themesflat-blog .img-blog a.img-b:after {
	content: "";
	position: absolute;
	top: -110%;
	left: -210%;
	width: 200%;
	height: 200%;
	opacity: 0;
	background: rgba(255,255,255,.13);
	background: linear-gradient(to right,rgba(255,255,255,.13) 0,rgba(255,255,255,.13) 77%,rgba(255,255,255,.5) 92%,rgba(255,255,255,0) 100%);
	transition: all 1s ease-in-out
}

.themesflat-blog:hover .img-blog a.img-b:after {
	opacity: 1;
	top: -20%;
	left: -30%;
	transition-property: left,top,opacity;
	transition-duration: .7s,.7s,.15s;
	transition-timing-function: linear
}

.themesflat-blog .meta {
	position: absolute;
	z-index: 9;
	bottom: 103px;
	right: -86px;
	width: 66%;
	height: 40px;
	background: #fff;
	transform: rotate(-90deg);
	display: flex;
	align-items: center;
	justify-content: center
}

.meta .time {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 32px
}

.themesflat-blog .meta .comment a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #11161e
}

.themesflat-blog .meta .comment a:hover {
	color: #ff0026
}

.themesflat-blog .content-blog {
	padding: 34px 20px
}

.themesflat-blog .content-blog .category {
	background: #f3f3f4;
	padding: 6px 15px 5px 16px;
	color: #11161e;
	font-size: 14px;
	text-transform: uppercase
}

.themesflat-blog .content-blog .category:hover {
	color: #ff0026
}

.themesflat-blog .content-blog .title {
	padding-top: 19px;
	padding-bottom: 21px;
	padding-right: 40px;
}

.themesflat-blog .content-blog .title a {
	font-size: 18px;
	font-weight: bold;
	color: #11161e;
	text-transform: uppercase;
	letter-spacing: 0
}

.themesflat-blog .content-blog .title a:hover {
	color: #ff0026
}

.themesflat-blog .content-blog .text {
	font-weight: 400;
	color: #777;
	padding-right: 40px;
}

a,body,div,footer,form,h3,h4,h5,h6,header,html,i,iframe,img,li,nav,p,section,span,ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit
}

footer,header,nav,section {
	display: block
}

html {
	font-size: 62.5%;
	overflow-y: scroll
}

*,:after,:before {
	box-sizing: border-box
}

body {
	background: #fff;
	line-height: 1
}

footer,header,nav,section {
	display: block
}

ul {
	list-style: none
}

a:focus {
	outline: 0
}

a:active,a:hover {
	outline: 0
}

a img {
	border: 0
}

img {
	max-width: 100%;
	height: auto
}

body,button,input,textarea {
	font-weight: 400;
	color: #11161e;
	font-size: 14px;
	line-height: 24px;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-y: auto
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

i {
	font-style: italic
}

html {
	box-sizing: border-box
}

*,:after,:before {
	box-sizing: inherit
}

hr {
	background-color: rgba(17,22,30,.3);
	border: 0;
	height: 1px;
	margin-bottom: 20px
}

ul {
	padding: 0;
	margin: 0 0 20px 20px
}

ul {
	list-style: disc
}

li {
	list-style: none
}

ul li {
	padding: .1em 0
}

a:hover {
	text-decoration: none
}

iframe {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle
}

a {
	color: #fff;
	outline: 0;
	text-decoration: none;
	transition: all .3s ease
}

a:active,a:focus {
	outline: 0;
	text-decoration: none
}

h3,h4,h5,h6 {
	color: #11161e;
	font-weight: 400;
	line-height: 1.5;
	text-rendering: optimizeLegibility
}

h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.313em
}

h4 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: 10.8px;
	color: #ff0026
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

h4 a {
	color: inherit
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 9999;
	width: 100%;
	background-color: #555
}

.header::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	height: 2px;
	width: 100%;
	background: rgba(255,255,255,.102)
}

.header .main-header {
	padding: 28px 0;
	position: relative
}

.header .main-header .mobile-button {
	display: none;
	width: 26px;
	height: 26px;
	float: right;
	background-color: transparent;
	cursor: pointer;
	transition: all .3s ease;
	transform: translateY(-50%)
}

.header .main-header .mobile-button span,.header .main-header .mobile-button:after,.header .main-header .mobile-button:before {
	background-color: #ff0026;
	transition: all ease .3s
}

.header .main-header .mobile-button:after,.header .main-header .mobile-button:before {
	content: '';
	position: absolute;
	top: 0;
	height: 3px;
	width: 100%;
	left: 0;
	top: 50%;
	transform-origin: 50% 50%
}

.header .main-header .mobile-button span {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%
}

.header .main-header .mobile-button:before {
	transform: translate3d(0,-7px,0)
}

.header .main-header .mobile-button:after {
	transform: translate3d(0,7px,0)
}

.header .main-header .main-header-logo {
	padding-top: 9px
}

.header .main-header .main-nav {
	position: absolute;
	left: 34.9%;
	top: 36px
}

.header .main-header .main-nav .menu {
	margin: 0
}

.header .main-header .main-nav .menu li a.menu-main:active {
	color: #ff0026
}

.header .main-header .main-nav .menu li.menu-item-has-children {
	position: relative;
	display: block;
	float: left;
	padding-right: 39px;
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main {
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:active {
	color: #ff0026
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #ff0026;
	opacity: 1;
	visibility: hidden;
	transition: all .3s ease
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:hover {
	color: #ff0026
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:hover:after {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.header .main-header .main-header-contact .call {
	position: relative;
	background: #ff0026;
	padding: 24px 67px 50.5px 42px;
	top: -8px;
}

.header .main-header .main-header-contact .call:hover {
	background: #11161e;
	color: #fff;
}

.header .main-header .main-header-contact .call img {
	position: absolute;
	top: 31%;
	left: 35%
}

.section-blog-details {
	background: #f3f3f4;
	padding-bottom: 130px
}

.section-blog-details .main-blog-detail {
	display: flex
}

.section-blog-details .blog-content {
	width: 70%;
	padding-left: 30px
}

.section-blog-details .blog-content .img-blog {
	position: relative;
}

.content-blog .meta {
	position: absolute;
	z-index: 9;
	bottom: 167px;
	right: -85px;
	width: 66%;
	height: 40px;
	background: #ff0026;
	transform: rotate(-90deg);
	display: flex;
	align-items: center;
	justify-content: center
}

.section-blog-details .blog-content .img-blog .meta .time {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px
}

.section-blog-details .blog-content .img-blog.v1 {
	border: 10px solid #fff
}

.section-blog-details .blog-content .content-blog .category {
	background: #ff0026;
	padding: 10px;
	color: #11161e;
	font-size: 14px;
	text-transform: uppercase
}

p{font-size: 16px;}

.section-blog-details .blog-content .content-blog .category:hover {
	color: #ff0026
}

.title-blog{
	font-weight: bold;
	margin-bottom: 10px;
}

.section-blog-details .blog-content .content-blog h3.title-blog {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px
}

.section-blog-details .blog-content .content-blog .p {
	font-size: 16px;
	line-height: 1.875;
	color: #777
}

.section-blog-details .blog-content .content-blog .p a{
	color: inherit;
}

.section-blog-details .blog-content .content-blog .featured {
	border: 5px solid #777;
	padding: 25px 36px 28px 46px;
	margin-top: 40px
}

.section-blog-details .blog-content .content-blog .featured h5 {
	font-size: 22px;
	line-height: 1.667;
	color: #11161e;
	letter-spacing: -.1px
}

.section-blog-details .blog-content .content-blog .text-2 {
	display: inline-block;
	padding-top: 23px
}

.section-blog-details .blog-content .content-blog .text-2 p {
	width: 50%;
	float: left;
	line-height: 1.875
}

.section-blog-details .blog-content .content-blog .text-2 p.v2 {
	padding-left: 14px
}

.section-blog-details .blog-content .content-blog .form-review .list-star {
	display: none
}

.section-blog-details .slidebar {
	width: 32.5%
}

.section-contact {
	background: #f3f3f4
}

.section-contact .info-contact .title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #11161e;
	display: inline;
	width: 50%
}

.section-contact .info-contact span {
	font-size: 18px;
	font-weight: 400;
	color: #777;
	float: right;
	width: 70%
}

.section-contact .info-contact .list-social {
	width: 70%;
	float: right;
	margin: 0;
	margin-top: 8px;
	line-height: 0
}

.section-contact .info-contact .list-social li {
	display: inline-block;
	padding-right: 30px
}

.section-contact .info-contact .list-social li a {
	color: #777;
	font-size: 24px
}

.section-contact .info-contact .list-social li a:hover {
	color: #e74901
}

.footer {
	position: relative
}

.footer .section-main-footer {
	position: relative;
	background: #999;
	padding-top: 113px;
	padding-bottom: 102px
}

.footer .section-main-footer .list-footer {
	display: flex
}

.footer .section-main-footer .list-footer .widget-about {
	width: 40%;
	padding-right: 30px;
	padding-top: 7px
}

.footer .section-main-footer .list-footer .widget-about .text {
	color: rgba(255,255,255,.6);
	line-height: 2em;
	padding-top: 20px;
	padding-bottom: 35px;
	letter-spacing: .1px
}

.footer .section-main-footer .list-footer .widget-about .location .icon-location {
	float: left;
	padding-top: 15px;
	padding-right: 28px
}

.footer .section-main-footer .list-footer .widget-about .location .title {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(255,255,255,.6)
}

.footer .section-main-footer .list-footer .widget-about .location .info {
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
	color: #ff0026;
	padding-top: 5px
}

.footer .section-main-footer .list-footer .widget-link {
	width: 30%
}

.footer .section-main-footer .list-footer .widget-link .widget-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff
}

.footer .section-main-footer .list-footer .widget-link .list-wrap {
	margin: 0;
	padding-top: 27px
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li {
	padding: 10px 0
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,.6);
	position: relative
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 2px;
	background: #ff0026;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a:hover {
	color: #ff0026;
	transition: all .5s ease
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.footer .section-main-footer .list-footer .widget-link.v1 {
	padding-left: 10px
}

.footer .section-main-footer .list-footer .widget-link.v3 {
	padding-left: 20px
}

.footer .section-main-footer .overlay {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	background: rgba(17,22,30,.9);
	width: 100%;
	height: 100%
}

.footer .bottom-footer {
	background: #11161e;
	padding: 27px 0
}

.footer .bottom-footer .copyright {
	text-align: center;
}

.footer .bottom-footer .copyright p {
	font-size: 16px;
	color: #fff
}

.home-link {
	color: #fff;
	font-weight: 700;
	font-size: 20px
}
.home-link:hover {
	color: #ff0026;
}

@media only screen and (max-width:1366px) {
	.header .main-header .main-header-contact {
		padding-right: 16px
	}

	.header .main-header .main-header-logo {
		padding-left: 16px;
		padding-top: 18px
	}

	.header .main-header .main-nav {
		position: absolute;
		left: 19.9%;
		top: 51px
	}

	.header .main-header .main-nav .menu li.menu-item-has-children {
		padding-right: 30px
	}

	.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
		margin-right: 23px
	}
}

@media only screen and (max-width:1200px) {
	.section-blog-details .blog-content .img-blog .meta {
		top: 30%
	}
}

@media only screen and (max-width:991px) {
	.main-header-contact {
		display: none
	}

    .padding-top-30 {
        padding-top: 15px;
    }

    .title-blog{
        font-size: 20px;
    }

    .section-blog-details .blog-content .content-blog h3.title-blog{
        padding: 10px 0 0;
    }

	.section-blog-details .blog-content .img-blog .meta {
		top: 25%;
		right: -76px;
		width: 230px;
		height: 45px
	}

	.section-blog-details .img-blog.v1 img {
		width: 100%
	}

	.section-contact .themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
		margin-right: 15px
	}

	.mobile-button {
		display: block!important
	}

	.tf-section {
		padding: 120px 0
	}

	#main-nav {
		display: none
	}

	.header .main-header .main-header-logo {
		padding-left: 0;
		padding-top: 18px
	}

	.header .main-header .mobile-button {
		display: none;
		position: absolute;
		z-index: 99999;
		width: 26px;
		height: 26px;
		float: left;
		top: 61%;
		right: 16px;
		background-color: transparent;
		cursor: pointer
	}

	.header .main-header .main-header-contact .call {
		display: none
	}

	.header .main-header .main-header-contact {
		padding-right: 250px
	}

	.meta .time {
		padding-right: 15px
	}

	.section-blog-details .main-blog-detail {
		flex-wrap: wrap
	}

	.section-blog-details .blog-content {
		width: 100%;
		padding-left: 0;
		margin-top: 0
	}

	.section-blog-details .slidebar {
		width: 100%
	}

	.copyright {
		text-align: center
	}

	.footer .bottom-footer .flat-text-right {
		padding-top: 10px;
		float: none;
		text-align: center
	}

	.footer .bottom-footer .flat-text-right .list li {
		padding: 0 15px
	}

	.slidebar .box-author {
		padding: 20px
	}

	.slidebar .box-author li.fb-author {
		left: 40%
	}

	.slidebar .box-author .list-social li {
		padding: 0 20px
	}

	.slidebar .box-search .search-form input.header-search-field {
		font-size: 12px;
		padding: 20px 10px
	}

	.slidebar .box-search .search-form button.header-search-submit {
		right: 0
	}

	.slidebar .box-search {
		padding: 30px 20px
	}

	.slidebar .box-category {
		padding: 40px 20px 20px
	}

	.footer .section-main-footer {
		padding: 40px 0;
	}

	/* .list-footer>div{
		width: 100% !important;
	} */

	.section-blog-details .blog-content .content-blog .text-2 p {
		width: 100%
	}

	.section-blog-details .blog-content .content-blog .text-2 p.v2 {
		padding-top: 20px;
		padding-left: 0
	}

	.footer .section-main-footer .list-footer {
		flex-wrap: wrap
	}

	.footer .section-main-footer .list-footer .widget-about {
		width: 40%
	}

	.footer .section-main-footer .list-footer .widget-link {
		width: 20%
	}
}

@media only screen and (max-width:767px) {
	.tf-section {
		padding: 100px 0
	}

	.main-header-contact {
		display: none
	}

	.header .main-header .main-header-logo {
		padding: 0;
		text-align: center;
		padding-bottom: 10px;
		padding-left: 16px
	}

	.header .main-header .main-header-contact {
		padding-right: 16px
	}

	.header .main-header .mobile-button {
		top: 45%;
		right: 16px
	}

	#site-header .wrap-inner {
		padding: 0
	}

	.header .main-header .main-header-contact {
		padding-top: 20px
	}

	.header .main-header {
		padding: 22px 0 8px 0
	}

	.themesflat-blog .meta {
		transform: rotate(-90deg)!important;
		bottom: 134px!important;
		right: -107px!important;
		width: 66%!important;
		height: 40px!important
	}

	.themesflat-blog .img-blog img {
		width: 100%
	}

	.section-blog-details .blog-content .img-blog .meta {
		top: 41%
	}

	.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
		margin-right: 12px
	}

	.slidebar .box-author li.fb-author {
		left: 30%
	}

	.section-contact .themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
		margin-right: 12px
	}

	.slidebar {
		width: 100%;
		padding-top: 80px
	}

	.footer .section-main-footer .list-footer .widget-about {
		width: 60%
	}

	.footer .section-main-footer .list-footer .widget-link {
		width: 40%;
		padding-left: 0;
		margin-top: 40px
	}

	.footer .section-main-footer .list-footer .widget-link.v1 {
		padding-left: 20px;
		margin-top: 18px
	}
}

@media only screen and (max-width:479px) {
	.tf-section {
		padding: 65px 0
	}

	.col-lg-5{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.themesflat-blog .content-blog {
		padding: 20px 40px 10px 20px;
	}

	.slidebar .box-search .search-form button.header-search-submit {
		position: absolute !important;
		top: 19px;
	}
	

	.pagination-project{
		margin-bottom: 20px;
	}

	.themesflat-blog .content-blog .title {
		padding: 15px 0 10px;
	}

	.section-blog-details .main-blog-detail{
		flex-direction: column-reverse;
	}
	
	.form-contact{
		margin-top: 30px;
	}
	.form-contact h5{
		margin-bottom: 15px;
	}

	.form-review{
		margin-bottom: 30px !important;
	}

	.main-header-contact {
		display: none
	}

	.header .main-header .main-header-contact {
		padding-top: 20px
	}

	.padding-top-120 {
		padding-top: 0;
	}

	.header .justify-content-between{
		height: 36px;
		line-height: 36px;
	}

	.header .main-header {
		padding: 6px 0
	}

	.header .main-header .mobile-button {
		top: 50%;
		right: 16px
	}

	.section-blog-details .blog-content .img-blog .meta {
		top: 120% !important;
		right: -85px !important;
		width: 200px;
		height: 45px;
	}

	.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
		margin-right: 12px
	}

	.box-author li.fb-author {
		left: 30%
	}

	.slidebar .box-search .search-form button.header-search-submit {
		right: 20px
	}

	.section-contact .themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
		margin-right: 12px
	}

	.themesflat-blog .meta {
		transform: rotate(-90deg)!important;
		bottom:120px!important;
		right: -93px!important;
		width: 66%!important;
		height: 40px!important
	}

	.section-blog-details .main-blog-detail {
		flex-wrap: wrap
	}

	.section-blog-details .main-blog-detail .slidebar {
		width: 100%;
		padding-top: 0
	}

	.section-blog-details .main-blog-detail .blog-content {
		width: 100%;
		padding-left: 0;
		padding-top: 0
	}

	.footer .section-main-footer .list-footer .widget-about {
		width: 60%;
		padding: 0;
	}

	.footer .section-main-footer .list-footer .widget-link {
		width: 40%;
		padding-left: 0;
		margin-top: 40px
	}

	.footer .section-main-footer .list-footer .widget-link.v1 {
		padding-left: 20px;
		margin-top: 18px
	}

	.footer .section-main-footer .list-footer .widget-about .text{
		padding: 15px 0;
	}

	.footer .widget-link{
		padding: 0 !important;
	}

	.list-footer>div{
		width: 100% !important;
	}

	.section-blog-details .blog-content .content-blog .featured {
		padding: 15px;
		margin-top: 20px;
	}

	.section-blog-details .blog-content .content-blog .featured h5 {
		font-size: 18px;
		
	}

	.btn-main,.form-review,.padding-top-70 {
		padding-top: 30px;
	}

	#main-nav-mobi li a{
		display: inline-block;
		padding: 10px;
		width: 100%;
	}
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
	width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}