@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;
}

.icon-tags:before {
    content: "\e7e5";
}

.icon-right1:before {
    content: "\e670";
}

.icon-left1:before {
	content: "\e661"
}

.icon-close:before {
    content: "\e606";
}

.icon-calender:before {
    content: "\e600";
}

.icon-linkedin:before {
    content: "\e6ce";
}

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

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

.icon-user:before {
    content: "\e645";
}

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

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

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

h2,h4 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #1d2733
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

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

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

	.blog-index-wrapper {
		padding-left: 30px
	}
	
}

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

ul {
	padding-left: 2rem
}

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

blockquote {
	margin: 0 0 1rem
}

strong {
	font-weight: bolder
}

a {
	color: #ff0000;
	text-decoration: underline
}

a:hover {
	color: #ff0000
}

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

.single-blog .btn{
    display: none;
}

button {
	border-radius: 0
}

button:focus {
	outline: dotted 1px
}

button,input,textarea {
	margin: 0;
	font-size: inherit;
	line-height: inherit
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote>:last-child {
	margin-bottom: 0
}

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

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

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

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

@media (min-width:1600px) {
	.container {
		max-width: 1200px
	}
}

.row {
	--bs-gutter-x: 30px;
	--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)
}

.gx-0 {
	--bs-gutter-x: 0
}

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

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

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

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

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

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

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 4.063rem;
	color: #6c7178;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 0 solid transparent;
	padding: 0 2.5rem;
	font-size: .9375rem;
	border-radius: 50px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
	color: #6c7178
}

.btn:focus {
	outline: 0;
	box-shadow: 0
}

.blog-img{
	width: 100%;
	margin-bottom: 10px;
}

.btn-primary {
	color: #000;
	background-color: #ff0000;
	border-color: #ff0000
}

.btn-primary:hover {
	color: #000;
	background-color: #ff9126;
	border-color: #ff8b1a
}

.btn-primary:focus {
	color: #000;
	background-color: #ff9126;
	border-color: #ff8b1a;
	box-shadow: 0 0 0 0 rgba(217,107,0,.5)
}

.btn-primary:active {
	color: #000;
	background-color: #ff9833;
	border-color: #ff8b1a
}

.btn-primary:active:focus {
	box-shadow: 0 0 0 0 rgba(217,107,0,.5)
}

.btn-dark {
	color: #fff;
	background-color: #1d2733;
	border-color: #1d2733
}

.btn-dark:hover {
	color: #fff;
	background-color: #19212b;
	border-color: #171f29
}

.btn-dark:focus {
	color: #fff;
	background-color: #19212b;
	border-color: #171f29;
	box-shadow: 0 0 0 0 rgba(63,71,82,.5)
}

.btn-dark:active {
	color: #fff;
	background-color: #171f29;
	border-color: #161d26
}

.btn-dark:active:focus {
	box-shadow: 0 0 0 0 rgba(63,71,82,.5)
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.d-none {
	display: none!important
}

.flex-row-reverse {
	flex-direction: row-reverse!important
}

.justify-content-center {
	justify-content: center!important
}

.align-items-center {
	align-items: center!important
}

.mt-n10 {
	margin-top: -3.125rem!important
}

.text-center {
	text-align: center!important
}

.bg-dark {
	background-color: #1d2733!important
}

@media (min-width:992px) {
	.d-lg-block {
		display: block!important
	}

	.d-lg-none {
		display: none!important
	}
}

body,html {
	height: 100%
}

body {
	position: relative;
	outline: 0;
	visibility: visible;
	overflow-X: hidden;
	color: ""
}

a,button {
	transition: all .3s ease 0s;
	outline: 0
}

a:focus,button:focus {
	outline: 0
}

a {
	text-decoration: none;
	color: inherit
}

p {
	font-size: 15px;
	line-height: 1.8
}

p:last-child {
	margin-bottom: 0
}

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

img {
	max-width: 100%
}

.section {
	float: left;
	width: 100%
}

.custom-container {
	max-width: 1750px
}

.section-padding {
	padding-top: 180px;
	padding-bottom: 160px
}

@media only screen and (max-width:767px) {
	.section-padding {
		padding:  0 0 50px;
		margin-top: 60px !important;
	}
}

.page-pagination {
	padding-top: 80px
}

@media only screen and (max-width:767px) {
	.page-pagination {
		padding: 10px 0 30px
	}
}

.page-pagination .pagination li {
	margin-right: 12px
}

.page-pagination .pagination li:last-child {
	margin-right: 0
}

.page-pagination .pagination li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #1d2733;
	background-color: #f5f9fc;
	display: block;
	transform: all .3s ease 0s
}

.page-pagination .pagination li a.active,.page-pagination .pagination li a:hover {
	color: #fff;
	background-color: #ff0000
}

.btn {
	position: relative;
	z-index: 2;
	overflow: hidden
}

@media only screen and (max-width:767px) {
	.btn {
		font-size: 14px
	}
}

.btn::before {
	width: 300px;
	height: 300px;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	z-index: -1;
	transition: .4s all linear;
	transform: translate(-50%,-50%) scale(0);
	border-radius: 50%
}

.btn i {
	margin-left: 8px
}

.btn:hover::before {
	transform: translate(-50%,-50%) scale(1)
}

.btn-primary {
	color: #fff
}

.btn-hover-secondary:hover {
	border-color: #ff0000;
	color: #fff
}

.btn-hover-secondary:hover::before {
	background-color: #ff0000
}

.btn-hover-light:hover {
	border-color: #f8f9fa;
	color: #1d2733
}

.btn-hover-light:hover::before {
	background-color: #f8f9fa
}

.btn-dark {
	color: #fff
}

.btn-hover-dark:hover {
	border-color: #1d2733;
	color: #fff
}

.btn-hover-dark:hover::before {
	background-color: #1d2733
}

.blockquote {
	display: flex;
	align-items: center;
	margin: 0
}

@media only screen and (max-width:575px) {
	.blockquote {
		display: block
	}
}

.blockquote .quote {
	padding: 10px 0
}

.blockquote p {
	flex: 1;
	font-size: 24px;
	font-weight: 700!important;
	padding-left: 60px;
	line-height: 1.58;
	color: #ff0000;
	margin-bottom: 0;
	margin-top: 0!important
}

@media only screen and (max-width:767px) {
	.blockquote p {
		font-size: 18px;
		padding-left: 30px
	}
}

@media only screen and (max-width:575px) {
	.blockquote p {
		padding-left: 0;
	}

	.blog-details-form {
		margin-top: 30px !important;
	}

	.contact-info-section {
		padding: 40px 0 !important;
	}
}

.single-form {
	margin-top: 20px
}

.single-form input:not([type=checkbox]):not([type=radio]),.single-form textarea {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	font-size: 15px;
	color: #6c7178;
	transition: all .3s ease 0s;
	border: 1px solid #dde1e5;
	border-radius: 30px;
	background-color: #fff
}

.single-form input:not([type=checkbox]):not([type=radio]):focus,.single-form textarea:focus {
	border-color: #ff0000;
	outline: 0
}

.single-form textarea {
	padding-top: 15px;
	height: 250px;
	resize: none
}

.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #293441;
	z-index: 999
}

@media only screen and (min-width:1600px) {
	.header-container {
		max-width: 1450px
	}
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header-logo {
	padding: 25px 55px
}

@media only screen and (max-width:767px) {
	.header-logo {
		padding: 25px 35px
	}
}

@media only screen and (max-width:575px) {
	.header-logo {
		padding: 10px
	}
}

.header-menu ul {
	display: flex;
	justify-content: center
}

.header-menu ul li {
	position: relative;
	padding: 0 2px
}

.header-menu ul li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fefefe;
	transition: all .3s ease 0s;
	display: block;
	border: 1px solid transparent;
	padding: 12px 30px;
	border-radius: 50px
}

.header-menu ul li:hover>a {
	color: #ff0000;
	border-color: #293441
}

.header-toggle .menu-toggle {
	display: inline-block;
	background: 0 0;
	border: 0;
	padding: 0
}

.header-toggle .menu-toggle span {
	width: 23px;
	height: 2px;
	background-color: #fff;
	display: block
}

.header-toggle .menu-toggle span:nth-of-type(2) {
	margin: 5px 0
}

.mobile-menu {
	position: fixed;
	top: 0;
	width: 300px;
	height: 100%;
	left: -305px;
	background-color: #fff;
	z-index: 999;
	padding-top: 70px;
	transition: all .3s ease 0s
}

.mobile-menu.open {
	left: 0
}

.mobile-menu .menu-close {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 30px;
	color: #ff0000
}

.mobile-menu-items ul {
	border-top: 1px solid #eeecec
}

.mobile-menu-items ul li {
	position: relative
}

.mobile-menu-items ul li a {
	display: block;
	width: 100%;
	background: 0 0;
	text-align: left;
	padding: 8px 20px;
	border: 0;
	border-bottom: 1px solid #eeecec;
	font-size: 15px;
	color: #ff0000
}

.single-blog {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 50px;
	transition: all .3s ease 0s;
	position: relative;
	z-index: 1;
	overflow: hidden
}

@media only screen and (max-width:575px) {
	.single-blog {
		padding: 15px;
		box-shadow: 0 0px 1px #ddd;
	}

	.row .col-lg-6 .single-blog{
		margin-bottom: 20px;
	}
}

.single-blog::after,.single-blog::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 200px;
	bottom: -80px;
	right: -40px;
	background-color: #fff;
	transform: rotate(42deg);
	transition: all .3s ease 0s
}

.single-blog::after {
	bottom: -105px;
	right: -20px
}

.single-blog .shape {
	position: absolute;
	width: 255px;
	height: 255px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .12;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1
}

.single-blog .meta {
	display: flex;
}

@media (min-width:992px) {
	.single-blog .meta {
		justify-content: space-between;
	}
}

.single-blog .meta li {
	font-size: 15px;
	color: #6c7178;
	transition: all .3s ease 0s
}

@media only screen and (max-width:575px) {
	.single-blog .meta li {
		font-size: 14px
	}
}

@media only screen and (max-width:575px) {
	.single-blog .meta li+li {
		margin-left: 15px
	}
}

.single-blog .meta li a {
	transition: all .3s ease 0s
}

.single-blog .meta li i {
	color: #ff0000;
	margin-right: 5px;
	transition: all .3s ease 0s
}

.single-blog .title {
	margin-bottom: 0
}

.single-blog .title a,.cate {
	font-size: 20px;
	font-weight: 700;
	margin-top: 17px;
	display: block;
	transition: all .3s ease 0s
}

.cate{
	margin-top: 0;
}

@media only screen and (max-width:575px) {
	.single-blog .title a,.cate {
		font-size: 20px;
		font-weight: bold;
		margin-top: 5px;
	}

	.single-blog p{
		margin-top: 10px !important;
	}
}

.single-blog p {
	margin-top: 20px;
	margin-bottom: 0;
	transition: all .3s ease 0s
}

.single-blog .btn {
	border: 2px solid #ff0000;
	height: 50px;
	line-height: 46px;
	margin-top: 25px;
	transition: all .3s ease 0s
}

.single-blog:hover {
	background-color: #ff0000
}

.single-blog:hover::before {
	bottom: -50px;
	right: 40px
}

.single-blog:hover::after {
	bottom: -65px;
	right: 20px;
	transition-delay: .2s
}

.single-blog:hover .meta li {
	color: #fff
}

.single-blog:hover .meta li a {
	color: #fff
}

.single-blog:hover .meta li i {
	color: #fff
}

.single-blog:hover .title a {
	color: #fff
}

.single-blog:hover p {
	color: #fff
}

.single-blog:hover .btn {
	background-color: #fff;
	border-color: #fff;
	color: #1d2733
}

.blog-details-wrapper {
	padding-left: 70px
}

@media only screen and (max-width:767px) {
	.blog-details-wrapper {
		padding-left: 0
	}
}

.blog-details-content .details-meta {
	display: flex;
	flex-wrap: wrap
}

.blog-details-content .details-meta li {
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 600;
	color: #91979d;
	margin-top: 5px
}

.blog-details-content .details-meta li::after {
	content: '/';
	color: #91979d;
	font-size: 14px;
	margin: 0 15px
}

.blog-details-content .details-meta li:last-child::after {
	display: none
}

.blog-details-content .details-meta li span {
	color: #ff0000
}

.blog-details-content .title {
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 20px;
	padding-bottom: 20px
}

.blog-details-content .title strong {
	font-weight: 700
}

@media only screen and (max-width:767px) {
	.blog-details-content .title {
		font-size: 32px
	}
}

@media only screen and (max-width:575px) {
	.blog-details-content .title {
		font-size: 20px;
		font-weight: bold;
		margin-top: 10px;
		padding-bottom: 0;
	}

	.blog-details-content p {
		margin-top: 10px !important;
	}

	.blog-details-content>img {
		margin: 15px 0 0 !important;
	}

	blockquote .quote{
		padding: 0 !important;
	}
}

.blog-details-content p {
	margin-bottom: 0;
	margin-top: 20px
}

.blog-details-content>img {
	margin-top: 55px;
	padding-bottom: 20px;
	width: 100%
}

.blog-details-content .blockquote {
	align-items: flex-start;
	margin-top: 30px
}

.blog-details-tags-share {
	border-top: 1px solid #dde1e5;
	border-bottom: 1px solid #dde1e5;
	padding-bottom: 30px;
	margin-top: 60px;
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width:575px) {
	.blog-details-tags-share {
		display: block
	}
}

.blog-details-tags-share .lable {
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 600;
	color: #91979d;
	text-transform: uppercase;
	display: block
}

.blog-details-tags-share .lable::before {
	content: '/';
	color: #91979d;
	font-size: 14px;
	margin-right: 5px
}

.blog-details-tags-share .blog-details-tags {
	margin-top: 25px
}

.blog-details-tags-share .blog-details-tags .tags-list {
	display: inline-flex;
	border: 1px solid #dde1e5;
	padding: 12px 45px 14px;
	border-radius: 50px;
	margin-top: 30px
}

@media only screen and (max-width:767px) {
	.blog-details-tags-share .blog-details-tags .tags-list {
		padding: 12px 30px 14px
	}
}

.blog-details-tags-share .blog-details-tags .tags-list li {
	font-size: 15px;
	font-weight: 400;
	color: #91979d
}

.blog-details-tags-share .blog-details-tags .tags-list li+li::before {
	content: '/';
	color: #91979d;
	font-size: 14px;
	margin: 0 5px
}

.blog-details-tags-share .blog-details-share {
	margin-top: 25px
}

.blog-details-tags-share .blog-details-share .social {
	display: flex;
	margin-top: 30px
}

.blog-details-tags-share .blog-details-share .social li {
	margin-right: 20px
}

.blog-details-tags-share .blog-details-share .social li:last-child {
	margin-right: 0
}

.blog-details-tags-share .blog-details-share .social li a {
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #dde1e5;
	color: #1d2733;
	display: block;
	font-size: 16px;
	text-align: center;
	border-radius: 50%
}

.blog-details-tags-share .blog-details-share .social li a:hover {
	color: #fff;
	background-color: #ff0000;
	border-color: #ff0000
}

.blog-details-comment-form .comment-title {
	font-size: 35px;
	font-weight: 700;
	color: #1d2733;
	margin-bottom: 0
}

@media only screen and (max-width:575px) {
	.blog-details-comment-form .comment-title {
		font-size: 24px
	}
	.xl-mt-0{
		margin-top: 0;
	}
}

.blog-details-form {
	margin-top: 90px
}

.blog-details-form .form-wrapper {
	padding-top: 20px
}

.contact-info-section {
	padding-top: 70px;
	padding-bottom: 100px;
	border-bottom: 1px solid #e8ecef
}

.contact-info-color-01 {
	background-color: #ff0000
}

.contact-info-color-01 .contact-info .info-content .line::before {
	background-color: #ff0000
}

.contact-info-color-01>p {
	color: #b4c4d2
}

.contact-info-color-02 {
	background-color: #ff0000
}

.contact-info-color-02 .contact-info .info-content .line::before {
	background-color: #ff0000
}

.contact-info-color-02>p {
	color: #faf4ed
}

.contact-info-color-03 {
	background-color: #1d2733
}

.contact-info-color-03 .contact-info .info-content .line::before {
	background-color: #1d2733
}

.contact-info-color-03>p {
	color: #b4c4d2
}

.single-contact-info {
	padding: 70px;
	margin-top: 30px
}

@media only screen and (max-width:575px) {
	.single-contact-info {
		padding: 30px
	}
}

.single-contact-info .contact-info {
	display: flex
}

@media only screen and (max-width:575px) {
	.single-contact-info .contact-info {
		display: block
	}
}

.single-contact-info .contact-info .info-icon .icon-wrapper {
	background-color: #fff;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

@media only screen and (max-width:575px) {
	.single-contact-info .contact-info .info-icon .icon-wrapper {
		width: 80px;
		height: 80px
	}
}

.single-contact-info .contact-info .info-icon .icon-wrapper::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	right: -10px;
	bottom: -10px;
	background-color: #fff;
	opacity: .1
}

@media only screen and (max-width:575px) {
	.single-contact-info .contact-info .info-icon .icon-wrapper img {
		width: 45px
	}
}

.single-contact-info .contact-info .info-content {
	flex: 1;
	padding-left: 60px
}

@media only screen and (max-width:575px) {
	.single-contact-info .contact-info .info-content {
		padding-left: 0;
		padding-top: 35px
	}
}

.single-contact-info .contact-info .info-content .title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 22px
}

@media only screen and (max-width:575px) {
	.single-contact-info .contact-info .info-content .title {
		font-size: 24px
	}
}

.single-contact-info .contact-info .info-content .line {
	width: 50px;
	height: 4px;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px
}

.single-contact-info .contact-info .info-content .line::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 100%;
	top: 0;
	left: 4px
}

.single-contact-info .contact-info .info-content p {
	color: #fff;
	margin-bottom: 0
}

.single-contact-info .contact-info .info-content p a {
	color: #fff
}

.single-contact-info>p {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 30px
}

.contact-title .title {
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: -20px;
	line-height: 1.3
}

@media only screen and (max-width:767px) {
	.contact-title .title {
		font-size: 36px
	}
}

@media only screen and (max-width:575px) {
	.contact-title .title {
		font-size: 22px
	}
}

.contact-title .title strong {
	font-size: 60px;
	font-weight: 700
}

@media only screen and (max-width:767px) {
	.contact-title .title strong {
		font-size: 40px
	}
}

@media only screen and (max-width:575px) {
	.contact-title .title strong {
		font-size: 24px
	}
}

.form-message {
	margin-bottom: 0
}

.contact-wrapper {
	padding-top: 55px
}

@media only screen and (max-width:767px) {
	.contact-wrapper {
		padding-top: 0px
	}
}

.contact-wrapper .single-form {
	margin-top: 30px
}

.footer-widget-title .title {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0
}

.footer-widget-title .line {
	width: 50px;
	height: 3px;
	background-color: #ff0000;
	display: block;
	position: relative;
	margin-top: 15px
}

.footer-widget-title .line::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 3px;
	background-color: #1d2733;
	left: 4px;
	top: 0
}

.footer-widget {
	margin-top: 50px
}

.footer-widget .footer-link {
	padding-top: 15px
}

.footer-widget .footer-link li {
	margin-top: 15px
}

.footer-widget .footer-link li a {
	font-size: 16px;
	color: #a6afba;
	transition: all .3s ease 0s
}

.footer-widget .footer-link li a:hover {
	color: #ff0000
}

.footer-widget .footer-info {
	padding-top: 25px
}

.footer-widget .footer-info li {
	margin-top: 15px
}

.footer-widget .single-info {
	display: flex
}

.footer-widget .single-info .info-icon i {
	color: #ff0000;
	margin-top: 1px;
	line-height: 1.8
}

.footer-widget .single-info .info-content {
	flex: 1;
	padding-left: 25px
}

.footer-widget .single-info .info-content p {
	color: #a6afba
}

.footer-widget-link {
	display: flex;
	justify-content: space-around
}

@media only screen and (max-width:767px) {
	.footer-widget-link {
		justify-content: flex-end;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:767px) {
	.footer-widget-link .footer-widget {
		width: 50%
	}
}

@media only screen and (max-width:575px) {
	.footer-widget-link .footer-widget {
		width: 100%
	}
}

.sidebar-widget {
	margin-top: 50px;
	background-color: #f5f9fc;
	padding: 35px
}

.sidebar .sidebar-widget:first-child {
	margin-top: 0;
}


@media only screen and (max-width:575px) {
	.sidebar-widget {
		padding: 30px
	}
}

.widget-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0;
}

@media only screen and (max-width:575px) {
	.widget-title,.footer-widget-title .title {
		font-size: 22px
	}

	.footer-widget {
		margin-top: 20px;
	}
	
	.footer-widget .single-info .info-content {
		padding-left: 0;
	}
}

.widget-search {
	position: relative
}

.widget-search input {
	width: 100%;
	height: 65px;
	padding: 0 15px;
	padding-right: 75px;
	border: 0;
	font-size: 15px;
	color: #6c7178;
	transition: all .3s ease 0s;
	border-radius: 0;
	background-color: #fff
}

.widget-search input:focus {
	outline: 0;
	border-color: #ff0000
}

.widget-search button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	padding: 0;
	width: 65px;
	height: 65px;
	color: #fff;
	text-align: center;
	background-color: #ff0000;
	transition: all .3s ease 0s
}

.widget-categories {
	padding-top: 10px
}

.widget-categories li {
	padding-top: 10px
}

.widget-categories li a {
	padding: 0 30px;
	height: 65px;
	line-height: 65px;
	background-color: #fff;
	display: block;
	color: #6c7178
}

.widget-post{
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-top: 20px;
}

.widget-post li a{
	display: block;
	color: #6c7178
}

@media only screen and (max-width:575px) {
	.widget-categories li a {
		padding: 0 20px;
		height: 50px;
		line-height: 50px
	}
}

.widget-categories li a i {
	color: #1d2733;
	margin-right: 10px
}

.widget-categories li a:hover {
	color: #fff;
	background-color: #ff0000
}

.widget-categories li a:hover i {
	color: #fff
}

.widget-newsletter {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.widget-newsletter::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ff0000;
	opacity: .9;
	z-index: -1
}

.widget-newsletter::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 340px solid transparent;
	border-left: 273px solid #fff;
	border-bottom: 340px solid transparent;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: .15
}

.widget-newsletter .widget-title {
	color: #fff
}

.widget-newsletter .newsletter-form {
	margin-top: 50px
}

.widget-newsletter .newsletter-form input {
	width: 100%;
	height: 65px;
	padding: 0 30px;
	font-size: 15px;
	color: #fff;
	transition: all .3s ease 0s;
	background: 0 0;
	border: 2px solid #fff;
	border-radius: 0
}

.widget-newsletter .newsletter-form input+input {
	margin-top: 20px
}

.widget-newsletter .newsletter-form input:focus {
	outline: 0
}

.widget-newsletter .newsletter-form .btn {
	margin-top: 30px
}

.widget-tags {
	display: flex;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
	padding-top: 20px
}

.widget-tags li {
	padding: 10px 5px 0
}

.widget-tags li a {
	height: 45px;
	line-height: 45px;
	padding: 0 26px;
	font-size: 15px;
	background-color: #fff;
	display: block;
	color: #6c7178;
	transition: all .3s ease 0s
}

@media only screen and (max-width:575px) {
	.widget-tags li a {
		padding: 0 16px
	}
}

.widget-tags li a:hover {
	background-color: #ff0000;
	color: #fff
}

.footer-section {
	background-color: #1d2733
}

.footer-top {
	padding-top: 20px;
	padding-bottom: 50px;
	border-bottom: 1px solid #293441
}

.footer-logo a {
	margin-bottom: 30px
}

.footer-top .row {
	align-items: flex-start!important
}

.footer-social {
	margin-top: 30px
}

.footer-social .social {
	display: flex;
	justify-content: flex-start
}

@media only screen and (max-width:767px) {
	.footer-social .social {
		justify-content: flex-start
	}
}

.footer-social .social li {
	margin-right: 20px
}

.footer-social .social li:last-child {
	margin-right: 0
}

.footer-social .social li a {
	width: 60px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #293441;
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
	border-radius: 50%
}

.footer-social .social li a:hover {
	color: #fff;
	background-color: #ff0000;
	border-color: #ff0000
}

.footer-copyright {
	background-color: #232e3a
}

.copyright-wrapper {
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	padding-top: 10px
}

@media only screen and (max-width:767px) {
	.copyright-wrapper {
		display: block;
		text-align: center
	}
}

.copyright-text {
	padding-top: 15px
}

.copyright-text p {
	color: #8690a1;
	font-size: 16px;
	font-weight: 300
}

.copyright-link {
	padding-top: 15px
}

.copyright-link a {
	font-weight: 300;
	font-size: 15px;
	color: #a6afba;
	position: relative
}

.copyright-link a+a::before {
	content: '|';
	font-size: 15px;
	color: #a6afba;
	margin-left: 15px;
	margin-right: 20px
}

.copyright-link a:hover {
	color: #ff0000
}

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



@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;
}