@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-left:before {
    content: "\e628";
}

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

.icon-time:before {
    content: "\e627";
}

.icon-star:before {
    content: "\e629";
}

.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;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

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

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

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

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

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

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

ul {
    padding-left: 2rem
}

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

blockquote {
    margin: 0 0 1rem
}

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

a:hover {
    color: #0a58ca
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
}

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

textarea {
    resize: vertical
}

.container {
    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 {
        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: 1140px
    }
}

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

.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-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

    .offset-sm-3 {
        margin-left: 25%
    }
}

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

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .offset-lg-0 {
        margin-left: 0
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}


textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    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: #212529
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.collapse:not(.show) {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    align-items: center;
    width: 100%
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

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

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.position-relative {
    position: relative !important
}

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

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

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

body {
	font-family: Lora;
	padding: 0;
	margin: 0;
	font-size: 15px;
	background-color: #f1f1f1
}

a.meanmenu-reveal {
	display: none
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: 0 0;
	padding: 20px 0 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0,0,0,.03);
	height: 55px
}

.mean-container a.meanmenu-reveal {
	width: 27px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 4px;
	margin-top: 3px;
	border-radius: 3px
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 55px
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #dbeefd;
	text-decoration: none
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,.1)
}

.mean-container .mean-bar,.mean-container .mean-bar * {
	
	box-sizing: content-box
}

.mobile-nav {
	display: none
}

.main-nav {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	z-index: 999;
	height: auto
}

.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 15px 0
}

.main-nav nav .navbar-nav .nav-item a {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px
}

.main-nav nav .navbar-nav .nav-item a:focus,.main-nav nav .navbar-nav .nav-item a:hover {
	color: #ff2d55
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: #ff2d55
}

.nav-main{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100vw;
}

@media only screen and (max-width:991px) {
	.navbar-nav {display: none;}
	.mobile-nav {
		display: block;
		position: relative
	}

	.mean-container .mean-bar {
		background-color: #000;
		padding: 0
	}

	.mean-container a.meanmenu-reveal {
		padding: 15px 15px 0 0
	}

	.main-nav {
		display: none!important
	}
}


body {
	background-color: #fff
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: inherit
	}
}

.mb-20 {
	margin-bottom: 20px
}

.mb-30 {
	margin-bottom: 30px
}

.pt-100 {
	padding-top: 100px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-70 {
	padding-bottom: 70px
}

p {
	color: #555
}

a {
	color: #4f5ac2;
	text-decoration: none;
	
	transition: all .3s linear
}

a:active,a:hover {
	text-decoration: none;
	color: #4f5ac2
}

a:focus {
	outline: 0
}

h2,h3 {
	color: #10142d;
	font-weight: 600
}

.full-width {
	width: 100%
}

.bg-offwhite {
	background-color: #f8f8f8
}

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

button {
	outline: 0;
	border: 0
}

button:active,button:focus {
	outline: 0;
	border: 0
}

.main-btn {
	padding: 16px 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	
	transition: all .3s linear;
	border: 1px solid #4f5ac2;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 0;
	z-index: 0!important;
	background-color: #4f5ac2;
	
	box-shadow: none
}

.main-btn:after {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	width: 0;
	background-color: #2433bc;
	
	transition: width .5s ease-in-out;
	z-index: -1
}

.main-btn:before {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 0;
	
	transition: width 0s ease,background .5s ease;
	z-index: -1
}

.main-btn i {
	font-size: 16px;
	margin-right: 10px
}

.main-btn:active,.main-btn:focus {
	
	box-shadow: none;
	border: 1px solid #4f5ac2
}

.main-btn:hover {
	color: #fff;
	background-color: #2433bc
}

.main-btn:hover:after {
	width: 100%;
	background: 0 0;
	transition: all 0s ease
}

.main-btn:hover:before {
	width: 100%;
	background-color: #2433bc;
	transition: width .5s ease
}

.main-btn.main-btn-secondary {
	background-color: #35fb38;
	color: #fff;
	border-color: #35fb38
}

.main-btn.main-btn-secondary:after {
	background: #35fb38
}

.main-btn.main-btn-secondary:hover:after {
	background: 0 0
}

.main-btn.main-btn-secondary:hover:before {
	background-color: #35fb38
}

.main-btn.disabled,.main-btn:disabled {
	opacity: 1
}

.sub-section-title {
	margin-bottom: 26px
}

.sub-section-title .sub-section-title-heading {
	font-size: 20px;
	margin-bottom: 15px
}

.pagination {
	margin-bottom: 0
}

.page-link {
	position: relative;
	padding: 0 0;
	padding-top: 2px;
	width: 50px;
	height: 50px;
	
	display: flex;
	align-items: center;
	
	justify-content: center;
	margin-left: -1px;
	line-height: 1;
	color: #555;
	font-weight: 400;
	font-size: 16px;
	border-radius: 50%;
	background-color: #f8f8f8;
	border: 0;
	
	transition: all .3s linear;
	margin-top: 3px;
	overflow: hidden
}

.page-link:hover {
	background-color: #35fb38;
	color: #fff
}

.page-link:focus {
	
	box-shadow: none
}

.page-link i {
	font-size: 10px;
	font-weight: 600
}

.page-item {
	padding: 0 7px;
	margin-top: 3px
}

.page-item:first-child .page-link {
	padding-left: 0;
	border-radius: 50%;
	background-color: #f8f8f8;
	color: #555
}

.page-item:first-child .page-link:hover {
	background-color: #35fb38;
	color: #fff
}

.page-item:last-child {
	padding-right: 0
}

.page-item:last-child .page-link {
	background-color: #f8f8f8;
	color: #555;
	border-radius: 50%
}

.page-item:last-child .page-link:hover {
	background-color: #35fb38;
	color: #fff
}

.page-item.disabled .page-link {
	background-color: #f8f8f8;
	color: #555;
	border: 0
}

.page-item.active .page-link {
	background-color: #35fb38;
	color: #fff
}

.form-group label {
	font-size: 16px;
	font-weight: 400;
	color: #555;
	margin-bottom: 5px
}

.form-control {
	padding: 13px 15px;
	color: #555;
	font-size: 16px;
	background-color: transparent;
	height: auto;
	border: 0;
	border-radius: 0;
	
	box-shadow: none
}

.form-control:active,.form-control:focus {
	
	box-shadow: none;
	border: 0;
	background-color: transparent
}

.form-control-borderbg {
	border: 1px solid #4f5ac2;
	background-color: #f8f8f8
}

.form-control-borderbg:active,.form-control-borderbg:focus {
	border: 1px solid #4f5ac2;
	background-color: #f8f8f8
}

.form-control-borderbg-secondcolor {
	border: 1px solid #35fb38
}

.form-control-borderbg-secondcolor:active,.form-control-borderbg-secondcolor:focus {
	border: 1px solid #35fb38
}

.form-control-background-white {
	background-color: #fff
}

.form-control-background-white:active,.form-control-background-white:focus {
	background-color: #fff!important
}

.help-block {
	font-size: 14px;
	margin-top: 5px
}

.help-block.with-errors {
	color: #ff5421
}

#msgSubmit {
	color: #ff5421!important;
	font-weight: 600;
	font-size: 18px
}

.input-checkbox label {
	position: relative;
	padding-left: 35px;
	color: #555;
	margin-bottom: 0;
	font-size: 15px
}

.input-checkbox label a {
	color: #4f5ac2
}

.input-checkbox label a:hover {
	color: #4f5ac2
}

.input-checkbox label:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(79,90,194,.41);
	
	transition: all .3s linear;
	font-size: 10px;
	
	display: flex;
	
	align-items: center;
	left: 0;
	padding-left: 4px;
	line-height: 1;
	top: -1px
}

.input-checkbox input {
	display: none
}

.input-checkbox-secondcolor label a {
	color: #35fb38
}

.input-checkbox-secondcolor label a:hover {
	color: #35fb38
}

.input-checkbox-secondcolor label:before {
	border: 1px solid #35fb38
}

.input-checkbox-secondcolor input:checked~label:before {
	background-color: #35fb38;
	border-color: #35fb38
}

.social-list {
	margin-left: 15px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0
}

.social-list li {
	list-style: none;
	font-size: 18px;
	margin-right: 25px;
	list-style: none;
	display: inline-block
}

.social-list li a {
	color: #555
}

.social-list li a:hover {
	color: #4f5ac2
}

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

.social-list.social-list-secondcolor li a:hover {
	color: #35fb38
}

.main-nav {
	margin: auto;
	position: relative;
	display: none;
	background-color: transparent
}

.main-nav nav .navbar-nav .nav-item {
	
	transition: all .3s linear;
	padding-top: 0;
	padding-bottom: 0
}

.main-nav nav .navbar-nav .nav-item a {
	color: #555;
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	text-transform: none;
	font-weight: 400
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: #4f5ac2
}

.navbar {
	
	justify-content: space-between;
	padding: 0
}

.navbar-collapse {
	width: auto
}

.mobile-nav {
	padding: 10px 0;
	
	display: flex;
	
	align-items: center
}

.mobile-brand {
	position: relative;
	z-index: 1000
}

.mean-container {
	position: relative
}

.mean-container .mean-bar {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	border-bottom: 0
}

.mean-container a.meanmenu-reveal {
	padding-top: 0;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	padding-right: 0;
	color: #4f5ac2
}

.mean-container a.meanmenu-reveal span {
	background-color: #4f5ac2
}

.mean-container .mean-nav {
	margin-top: 50px
}

.mean-container .mean-nav .navbar-nav {
	max-height: 350px;
	overflow: auto;
	box-shadow: 0 9px 54px 0 rgba(32,32,32,.1)
}

.mean-container .mean-nav .navbar-nav .nav-item a {
	color: #000
}

.navbar-area {
	border-top: 1px solid #ebebeb
}

.navbar-area-two {
	background-color: #c1d32f;
	border-top: 0
}

.navbar-area-two .main-nav {
	padding-top: 0;
	padding-bottom: 0
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item {
	padding-top: 0;
	padding-bottom: 0
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item a {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item>a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item:hover>a {
	background-color: #35fb38;
	color: #fff
}

.navbar-area-two .mean-container a.meanmenu-reveal {
	color: #fff
}

.navbar-area-two .mean-container a.meanmenu-reveal span {
	background-color: #fff
}

.navbar-area-two .mean-container .mean-nav .navbar-nav .nav-item a {
	color: #555
}

.blog-card .blog-card-thumb {
	margin-bottom: 15px
}

.blog-card .blog-card-thumb img {
	
	transition: all .3s linear
}

.blog-card:hover .blog-card-thumb img {
	transform: scale(1.1)
}

.blog-card-thumb {
	border-radius: 20px;
	overflow: hidden
}

.blog-entry {
	font-size: 16px;
	color: #555
}

.blog-card-content .blog-entry {
	margin-bottom: 12px
}
.blog-card-content p {
	color: #999;
	font-size: 16px;
	margin-top: 5px;
	font-weight: normal;
}

.blog-card-content h3 {
	font-size: 20px;
	margin-bottom: 7px;
	
	transition: all .3s linear;
	line-height: 1.4
}

.blog-card-content h3 a {
	color: #10142d
}

.blog-card-action {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0
}

.blog-card-action li {
	display: inline-block;
	list-style: none;
	font-size: 16px;
	color: #555;
	margin-right: 30px
}

.blog-card-action li i {
	margin-right: 8px;
	color: #4f5ac2
}

.blog-card-secondcolor .blog-card-action li i {
	color: #35fb38
}

.blog-card-secondcolor:hover .blog-card-content h3 {
	color: #35fb38
}

.blog-card-secondcolor:hover .blog-card-content h3 a {
	color: #35fb38
}

.footer-content-item {
	margin-bottom: 30px
}

.footer-details, .footer-content-item,.footer-content-title {
	display: flex;
	justify-content: center;
}

.footer-content-title {
	margin-bottom: 20px;
}

.footer-content-list{
	display: flex;
	flex-direction: column;
}

.footer-details li {
	margin: 0 20px;
}

.footer-details p {
	font-size: 16px;
	margin-bottom: 15px
}

.footer-details p:last-child {
	margin-bottom: 0
}

.footer-content-title h3, .footer-logo a {
	font-size: 20px;
	color: #10142d;
	font-weight: bold;
	margin-bottom: 0
}

.footer-list {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0
}

.footer-list li {
	font-size: 16px;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
	list-style: none
}

.footer-list li:last-child {
	margin-bottom: 0
}

.footer-list li a {
	color: #555;
	
	transition: all .3s linear
}

.footer-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #4f5ac2
}

.footer-list li:hover a {
	color: #4f5ac2
}

.footer-list-secondcolor li a:hover {
	color: #35fb38
}

.footer-list-secondcolor li:before {
	background-color: #35fb38
}

.footer-list-secondcolor li:hover a {
	color: #35fb38
}

.footer-lower {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(79,90,194,.41);
	display: flex;
	align-items: center;
	
	justify-content: space-between;
	
	flex-wrap: wrap
}

.footer-lower-secondcolor {
	border-top-color: #35fb38
}

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

.footer-copyright-text p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	color: #555
}

.sidebar-item {
	margin-bottom: 30px
}

.sidebar-item:last-child {
	margin-bottom: 0
}

.sidebar-item>h3 {
	font-size: 20px;
	margin-bottom: 13px
}

.sidebar-search form {
	
	display: flex
}

.sidebar-search form .form-control {
	background-color: #f8f8f8
}

.sidebar-search form .main-btn {
	padding: 16px 20px
}

.sidebar-search form .main-btn i {
	margin-right: 0
}

.sidebar-list {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0
}

.sidebar-list li {
	font-size: 16px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative
}

.sidebar-list li:last-child {
	margin-bottom: 0
}

.sidebar-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #35fb38
}

.sidebar-list li a {
	color: #555;
	
	display: flex;
	
	justify-content: space-between;
	position: relative
}

.sidebar-list li a:hover {
	color: #35fb38
}

.sidebar-post-item {
	margin-bottom: 20px
}

.sidebar-post-item:last-child {
	margin-bottom: 0
}

.sidebar-post-item a {
	
	display: flex;
	
	align-items: center
}

.main_sticky, .mobile-brand {
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.sidebar-post-item a .sidebar-post-content h3 {
	color: #10142d
}

.sidebar-post-item a:hover .sidebar-post-content h3 {
	color: #35fb38
}

.sidebar-post-content h3 {
	font-size: 16px;
	margin-bottom: 5px;
	
	transition: all .3s linear;
	line-height: 1.3
}

.sidebar-post-content .blog-entry {
	color: #35fb38
}

.sidebar-tag {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	margin-top: -10px
}

.sidebar-tag li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px
}

.sidebar-tag li a {
	padding: 10px 25px;
	font-size: 16px;
	background-color: #f8f8f8;
	color: #555;
	display: block
}

.sidebar-tag li a:hover {
	background-color: #35fb38;
	color: #fff
}

.forum-details img {
	margin-bottom: 30px
}

.forum-details h2 {
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 1.4
}

.forum-details p {
	font-size: 16px;
	margin-bottom: 22px
}

.forum-details p:last-child {
	margin-bottom: 0
}

.forum-details .blog-card-action {
	margin-bottom: 26px
}

.forum-details .blog-card-action li i {
	color: #35fb38
}

.article-action {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #f8f8f8;
	padding: 15px 20px 5px;
  }
  
  .article-action-item {
	margin-bottom: 10px;
  }

  .article-action-item h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.share-post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.article-action-item h4 span {
    color: #555555;
    font-size: 16px;
    margin-left: 15px;
}

.forum-details .blog-details-list {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 23px
}

.forum-details .blog-details-list li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	list-style: none;
	color: #555;
	margin-bottom: 10px
}

.forum-details .blog-details-list li:last-child {
	margin-bottom: 0
}

.forum-details .blog-details-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #35fb38
}

.forum-details blockquote {
	margin-left: 40px;
	border-left: 1.5px solid #555;
	padding-left: 20px;
	margin-bottom: 27px
}

.forum-details blockquote p {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0
}

.box-width-870 {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto
}

.contact-card {
	padding: 25px;
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
	text-align: center
}

.contact-card h3 {
	font-size: 20px;
	color: #35fb38;
	margin-bottom: 9px
}

.contact-card p {
	font-size: 16px;
	margin-bottom: 8px
}

.contact-card p:last-child {
	margin-bottom: 0
}

.contact-card p a {
	color: #555
}

.contact-card p a:hover {
	color: #35fb38
}

.contact-form-bg {
	background-color: #f8f8f8;
	padding: 40px
}

.contact-form .form-control {
	background-color: #fff
}

.contact-form .form-control:active,.contact-form .form-control:focus {
	background-color: #fff
}

.contact-form-image {
	background-image: url(../img/blog-1.jpg);
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

@media only screen and (max-width:991px) {
	.footer-details{
		flex-direction: column;
	}
	.footer-details, .footer-content-item,.footer-content-title {
		justify-content: flex-start;
	}
	.pt-100 {
		padding-top: 60px
	}

	footer .pt-100 {
		padding-top: 40px
	}

	.pb-70 {
		padding-bottom: 20px
	}

	.mean-container a.meanmenu-reveal span {
		height: 4px;
		margin-top: 5px;
		border-radius: 5px;
		position: relative;
		top: -4px
	}

	.navbar-area {
		padding-left: 0;
		padding-right: 0
	}

	.mean-container .mean-bar {
		background-color: transparent
	}

	.forum-details img {
		margin-bottom: 10px
	}

	.forum-details h2 {
		font-size: 20px
	}

	.forum-details p {
		font-size: 16px;
		margin-bottom: 19px
	}

	.forum-details .blog-card-action {
		margin-bottom: 10px
	}

	.forum-details .blog-details-list {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 23px
	}

	.forum-details .blog-details-list li {
		font-size: 15px
	}

	.forum-details blockquote {
		margin-left: 20px;
		padding-left: 10px;
		margin-bottom: 22px
	}

	.forum-details blockquote p {
		font-size: 15px
	}

	.box-width-870 {
		max-width: 100%
	}

	.contact-form-image {
		height: 375px
	}
}

@media only screen and (max-width:767px) {
	.social-list li {
		font-size: 16px;
		margin-right: 15px
	}

	.mean-container a.meanmenu-reveal span {
		height: 4px;
		margin-top: 5px;
		border-radius: 5px;
		position: relative;
		top: -4px
	}

	.main-btn {
		padding: 7px 14px;
		font-size: 13px
	}

	.form-control {
		font-size: 15px
	}

	.blog-entry {
		font-size: 15px
	}

	.blog-card-content .blog-entry {
		margin-bottom: 10px
	}

	.blog-card-content h3 {
		font-size: 20px
	}

	.blog-card-action li {
		font-size: 15px;
		margin-right: 20px
	}

	.footer-details {
		margin-top: 10px
	}

	.footer-details p {
		font-size: 15px
	}

	.footer-copyright-text {
		margin-bottom: 10px
	}

	.footer-copyright-text p {
		font-size: 15px
	}

	.footer-lower-item {
		flex: 0 0 auto;
		width: 100%
	}

	.footer-lower-item .social-list {
		text-align: center;
	}

	.footer-content-title h3 {
		font-size: 20px
	}

	.footer-list li {
		font-size: 15px
	}

	.sidebar-post-content h3 {
		font-size: 16px
	}

	.sidebar-post-content .blog-entry {
		font-size: 15px
	}

	.page-link {
		width: 40px;
		height: 40px;
		font-size: 15px
	}

	.contact-card {
		padding: 20px
	}

	.contact-card h3 {
		font-size: 18px
	}

	.contact-card p {
		font-size: 15px
	}

	.sub-section-title {
		margin-bottom: 17px
	}

	.sub-section-title .sub-section-title-heading {
		font-size: 20px
	}

	.contact-form-bg {
		padding: 30px
	}

	.form-group label {
		font-size: 15px
	}
}

@media only screen and (min-width:992px) {
	.desk-pad-left-70 {
		padding-left: 70px
	}

	.forum-details h2 {
		font-size: 30px
	}

	.forum-details .blog-card-action {
		margin-bottom: 22px
	}
}

@media only screen and (min-width:1200px) {
	.main-nav {
		display: block
	}

	.mobile-nav {
		display: none
	}
}

@media only screen and (min-width:1350px) {
	.container {
		max-width: 1139px
	}

	.forum-details h2 {
		font-size: 36px
	}

	.forum-details .blog-card-action {
		margin-bottom: 26px
	}

	.forum-details blockquote {
		margin-bottom: 27px
	}
}

@media only screen and (min-width:1400px) {
	.container {
		max-width: 1200px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.mean-container a.meanmenu-reveal span {
		height: 4px;
		margin-top: 5px;
		border-radius: 5px;
		position: relative;
		top: -4px
	}

	.mean-container .mean-nav {
		margin-top: 50px
	}
}



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