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

.icon-tag:before {
    content: "\e66c";
}

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

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

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

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

.icon-audio:before {
    content: "\e613";
}

.icon-config:before {
    content: "\e626";
}

.icon-leftquote:before {
    content: "\e778";
}

.icon-service:before {
    content: "\e617";
}

.icon-info:before {
    content: "\e60e";
}

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

.icon-check:before {
    content: "\e614";
}

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

.icon-mobile:before {
    content: "\e62a";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-leftquote1:before {
    content: "\e7c8";
}

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

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

.icon-navbar:before {
    content: "\e6fb";
}

.icon-home:before {
    content: "\e7c6";
}

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

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

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

.icon-edit:before {
    content: "\e603";
}

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

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

.icon-phone:before {
    content: "\e6a0";
}

.icon-address:before {
    content: "\e636";
}

.icon-quote:before {
    content: "\e635";
}

.icon-navbar1:before {
    content: "\e611";
}

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

.icon-email:before {
    content: "\e66f";
}

.icon-rightquote:before {
    content: "\e663";
}

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

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

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

html {
    font-family: Lora;
    line-height: 1.15;
}

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

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

h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

blockquote {
    margin: 0 0 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

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

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

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 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: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
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-md-6,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:576px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

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

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

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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


.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.d-flex {
    display: flex !important
}

.justify-content-between {
    justify-content: space-between !important
}

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

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

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

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

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

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

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

html {
	font-size: 100%
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

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

a:hover,
a:focus {
	color: inherit;
	text-decoration: none
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: 0
}

i,
span,
a {
	display: inline-block
}

h2,
h3,
h4 {
	font-weight: 700
}

h2,
h3,
h4,
h5 {
	color: #202332;
	margin: 0
}

h2 {
	font-size: 40px;
	line-height: 50px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 24px;
	line-height: 34px
}

h5 {
	font-size: 18px
}

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

p {
	color: #797e97;
	margin: 0
}

body {
	font-weight: normal;
	font-style: normal;
	color: #797e97;
	font-size: 14px;
	line-height: 26px
}

.section-title {
	position: relative;
	z-index: 1
}

.section-title span.span {
	color: #1df5c6;
	margin-bottom: 13px
}

.section-title h2 {
	font-size: 60px;
	letter-spacing: -1.3px;
	line-height: 70px
}

@media(max-width:767px) {
	.section-title h2 {
		font-size: 30px;
		line-height: 40px
	}

	.post-share-tag{
		margin-bottom: 20px !important;
	}

	.pb-120 {
		padding-bottom: 20px;
	}

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

.light-bg {
	background: #f8f8ff
}

.dark-bg {
	background: #070a22
}

span.span {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500
}

span.span:before {
	display: inline-block;
	vertical-align: middle;
	content: '----';
	margin-right: 10px
}

.main-btn {
	display: inline-block;
	padding: 17px 50px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #1df5c6;
	border-radius: 50px;
	
	transition: all .3s ease-out 0s
}

.main-btn:hover,
.main-btn:focus {
	box-shadow: 0 16px 32px 0 rgba(244, 105, 4, 0.3);
	color: #fff
}

button.main-btn {
	border: 0
}

.brand_logo .home-link {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	width: 220px;
}

.header-area {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 100px;
	background-color: #000;
}

.header-navigation {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	z-index: 999
}

@media(max-width:767px) {
	.header-navigation {
		top: 50%;
        transform: translateY(-50%);
	}

	.header-area {
		height: 50px;
	}

	.pt-120 {
		padding-top: 65px;
	}

	.blog-details-section .blog-details-wrapper .blog-content .post-meta {
		margin-bottom: 10px !important;
	}

	.blog-details-section .blog-details-wrapper .blog-content h3 {
		margin-bottom: 10px !important;
	}

	h3,h4 {
		font-size: 20px;
	}
}

.header-navigation .header-container {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto
}

@media(max-width:767px) {
	.header-navigation .header-container {
		max-width: 100%;
		padding: 0 20px
	}
}

.header-navigation .nav-container {
	position: relative
}

.header-navigation .nav-container .nav-pushed-item {
	display: none
}

@media(max-width:767px) {
	.header-navigation .nav-container .brand_logo {
		max-width: 150px
	}
}

@media(max-width:400px) {
	.header-navigation .nav-container .brand_logo {
		max-width: 120px
	}
}

.header-navigation .nav-container .navbar-btn .main-btn {
	padding: 13px 30px
}

.header-navigation .nav-container .main-menu>ul>li>a {
	letter-spacing: 2px
}

.header-navigation .nav-container .main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 10px
}

.header-navigation .nav-container .main-menu ul li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	padding: 16px 20px
}

.header-navigation .nav-container.breakpoint-on .nav-menu {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 9999;
	width: 300px;
	height: 100vh;
	transition-duration: 500ms;
	padding: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 70px
}

.header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
	left: 0
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #ececec
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li:last-child {
	border-bottom: 0
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #202332 !important;
	padding: 13px 20px
}

.header-navigation .nav-container.breakpoint-on .nav-pushed-item,
.header-navigation .nav-container.breakpoint-on .navbar-close,
.header-navigation .nav-container.breakpoint-on .navbar-toggler {
	display: block
}

.header-navigation .nav-container.breakpoint-on .nav-pushed-item {
	padding-left: 20px;
	margin-top: 40px
}

.header-navigation .navbar-toggler {
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	display: none
}

.header-navigation .navbar-toggler span {
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
	display: block
}

.header-navigation .navbar-toggler span:first-child{
	margin-top: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
	opacity: 0
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px
}

.header-navigation .navbar-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	display: none;
	background: #ec398b;
	padding: 5px
}

.header-navigation .navbar-close .cross-wrap {
	width: 26px;
	height: 26px;
	cursor: pointer;
	position: relative
}

.header-navigation .navbar-close .cross-wrap span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 6px;
	background: #fff
}

.header-navigation .navbar-close .cross-wrap span.top {
	top: 12px;
	left: 0;
	transform: rotate(45deg)
}

.header-navigation .navbar-close .cross-wrap span.bottom {
	bottom: 12px;
	left: 0;
	transform: rotate(-45deg)
}

@media(max-width:767px) {
	.seonim-pagination {
		margin-bottom: 60px
	}
}

.seonim-pagination ul li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px
}

.seonim-pagination ul li a {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 2px solid #eaebec
}

@media(max-width:767px) {
	.seonim-pagination ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

.seonim-pagination ul li:hover a,
.seonim-pagination ul li:focus a,
.seonim-pagination ul li.active a {
	border-color: #1df5c6;
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, #1df5c6 0, #fed154 100%);
}

.blog-gird-sidebar-section .blog-box:hover .blog-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.blog-gird-sidebar-section .blog-box .blog-img {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.blog-gird-sidebar-section .blog-box .blog-img img {
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .7s ease-out 0s;
	transition: all .7s ease-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media(max-width:767px) {

	.blog-gird-sidebar-section .blog-box .blog-img img {
		width: 100%
	}
}

.blog-gird-sidebar-section .blog-box .blog-content {
	padding: 30px 35px 40px 40px;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(230, 230, 230, 0.3)
}

.blog-gird-sidebar-section .blog-box .blog-content .cat-btn {
	position: relative;
	padding: 7px 17px;
	background-image: -webkit-linear-gradient(0deg,#1df5c6 0,#fed154 100%);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px
}

.blog-gird-sidebar-section .blog-box .blog-content .cat-btn:before {
	position: absolute;
	content: '';
	top: -9px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid #1df5c6;
	border-right: 10px solid transparent
}

.blog-gird-sidebar-section .blog-box .blog-content .post-meta {
	margin-bottom: 20px
}

.blog-gird-sidebar-section .blog-box .blog-content .post-meta span {
	margin-right: 27px
}

@media(max-width:767px) {

	.blog-gird-sidebar-section .blog-box .blog-content .post-meta span {
		font-size: 12px;
		margin-right: 15px
	}

	.blog-gird-sidebar-section .blog-box .blog-content .post-meta {
		margin-bottom: 5px !important;
	}

	.blog-gird-sidebar-section .blog-box .blog-content h3 {
		font-size: 20px !important;
		line-height: 24px !important;
		margin-bottom: 10px !important;
	}

	.pb-90 {
		padding-bottom: 40px;
	}

	.blog-gird-sidebar-section .blog-box .blog-content{
		padding: 15px;
	}

	.blog-details-section .blog-details-wrapper .blog-content .cat-btn{
		margin-bottom: 10px !important;
	}
}

.blog-gird-sidebar-section .blog-box .blog-content .post-meta span i {
	margin-right: 10px
}

.blog-gird-sidebar-section .blog-box .blog-content h3 {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -.5px;
	margin-bottom: 20px;
	
	transition: all .3s ease-out 0s
}

.blog-gird-sidebar-section .blog-box .blog-content h3:hover {
	color: #1df5c6
}

.cate {margin-bottom: 15px;}

.blog-details-section .blog-details-wrapper {
	padding: 40px;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(230, 230, 230, 0.3)
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper {
		padding: 10px;
		margin-bottom: 30px
	}
}

@media(max-width:400px) {
	.blog-details-section .blog-details-wrapper {
		padding: 0 20px 30px
	}
}

.blog-details-section .blog-details-wrapper .blog-content .cat-btn {
	position: relative;
	padding: 7px 17px;
	background-image: -webkit-linear-gradient(0deg, #1df5c6 0, #5462fe 100%);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px
}

.blog-details-section .blog-details-wrapper .blog-content .cat-btn:before {
	position: absolute;
	content: '';
	top: -9px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid #1df5c6;
	border-right: 10px solid transparent
}

.blog-details-section .blog-details-wrapper .blog-content .post-meta {
	margin-bottom: 20px
}

.blog-details-section .blog-details-wrapper .blog-content .post-meta span {
	margin-right: 27px
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper .blog-content .post-meta span {
		margin-right: 15px;
		font-size: 12px
	}
}

.blog-details-section .blog-details-wrapper .blog-content .post-meta span i {
	margin-right: 10px
}

.blog-details-section .blog-details-wrapper .blog-content h3 {
	margin-bottom: 20px
}

.blog-details-section .blog-details-wrapper .blog-content .p {
	font-size: 16px;
	line-height: 1.8;
}

.blog-details-section .blog-details-wrapper .blog-content blockquote {
	position: relative;
	padding: 30px 35px;
	background: #f0f1ff
}

.blog-details-section .blog-details-wrapper .blog-content blockquote .icon {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 1;
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper .blog-content blockquote .icon {
		position: relative;
		top: auto;
		left: 0
	}
}

.blog-details-section .blog-details-wrapper .blog-content blockquote .content {
	padding-left: 50px
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper .blog-content blockquote .content {
		padding-left: 0;
		padding-top: 20px
	}
}

.blog-details-section .blog-details-wrapper .blog-content blockquote p {
	padding-bottom: 10px;
	position: relative;
	z-index: 5;
}

.blog-details-section .blog-details-wrapper .blog-content blockquote h5 {
	font-size: 14px;
	font-weight: bold
}

.blog-details-section .blog-details-wrapper .post-share-tag {
	margin-bottom: 50px;
	padding-bottom: 47px;
	border-bottom: 1px solid #e1e6ff
}

.blog-details-section .blog-details-wrapper .post-share-tag h4 {
	font-size: 20px;
	margin-bottom: 15px
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper .post-share-tag .post-tag {
		text-align: center
	}
}

.blog-details-section .blog-details-wrapper .post-share-tag .post-tag a {
	display: inline-block;
	padding: 6px 20px;
	background: #f5f2ff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #497898
}

.blog-details-section .blog-details-wrapper .post-share-tag .post-social {
	text-align: right
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper .post-share-tag .post-social {
		margin-top: 30px;
		text-align: center
	}
}

.blog-details-section .blog-details-wrapper .post-share-tag .post-social ul li {
	display: inline-block;
	margin-left: 25px
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper .post-share-tag .post-social ul li {
		margin-left: 10px;
		margin-right: 10px
	}
}

.blog-details-section .blog-details-wrapper .post-share-tag .post-social ul li a {
	font-size: 18px;
	color: #b5becc
}

.blog-details-section .blog-details-wrapper .comment-form-area h4 {
	margin-bottom: 30px
}

.blog-details-section .blog-details-wrapper .comment-form-area .comment-form {
	background: #f8f6ff;
	padding: 50px
}

@media(max-width:767px) {
	.blog-details-section .blog-details-wrapper .comment-form-area .comment-form {
		padding: 10px 
	}
}

.blog-details-section .blog-details-wrapper .comment-form-area .comment-form .form_group .form_control {
	background: #fff;
	margin-bottom: 30px
}

.blog-details-section .blog-details-wrapper .comment-form-area .comment-form .form_group textarea.form_control {
	height: 200px;
	display: inherit
}

.blog-details-section .blog-details-wrapper .comment-form-area .comment-form .form_group i {
	position: absolute;
	top: 20px;
	right: 20px
}

.seonim-sidebar {
	margin-left: 20px
}

@media(max-width:767px) {
	.seonim-sidebar {
		margin-left: 0
	}
}

.seonim-sidebar .widget-box {
	border: 2px solid #e3e3e3;
	padding: 30px 30px;
	overflow: hidden
}

@media(max-width:400px) {
	.seonim-sidebar .widget-box {
		padding: 30px 15px
	}
}

.seonim-sidebar .widget-box .widget-title {
	text-align: center;
	margin-bottom: 30px;
	position: relative
}

.seonim-sidebar .widget-box .widget-title:after {
	margin-left: 15px
}

.seonim-sidebar .widget-box .widget-title:before {
	margin-right: 15px
}

.seonim-sidebar .widget-box .widget-title:after,
.seonim-sidebar .widget-box .widget-title:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e3e3e3;
	vertical-align: middle
}

.seonim-sidebar .widget-box.serach-box .form_group {
	position: relative
}

.seonim-sidebar .widget-box.serach-box .form_group .form_control {
	width: 100%;
	height: 60px;
	background: #f9f7ff;
	padding: 20px;
	color: #797e97;
	border-radius: 50px
}

.seonim-sidebar .widget-box.serach-box .form_group .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	border: 0;
	font-size: 14px;
	background-image: -webkit-linear-gradient(0deg, #1df5c6 0, #fed154 100%);
}

.seonim-sidebar .widget-box.social-box {
	text-align: center
}

.seonim-sidebar .widget-box.social-box ul li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px
}

.seonim-sidebar .widget-box.social-box ul li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	
	transition: all .3s ease-out 0s
}

.seonim-sidebar .widget-box.social-box ul li a:hover,
.seonim-sidebar .widget-box.social-box ul li a:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, #1df5c6 0, #fed154 100%);
}

.seonim-sidebar .widget-box.categories-box {
	padding-bottom: 20px
}

.seonim-sidebar .widget-box.categories-box ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3
}

.seonim-sidebar .widget-box.categories-box ul li a {
	display: block
}

.seonim-sidebar .widget-box.categories-box ul li a span {
	float: right
}

.seonim-sidebar .widget-box.categories-box ul li:first-child {
	padding-top: 0
}

.seonim-sidebar .widget-box.categories-box ul li:last-child {
	border-bottom: 0
}

.seonim-sidebar .widget-box.recent-post {
	padding-bottom: 20px
}

.seonim-sidebar .widget-box.recent-post .blog-box {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.seonim-sidebar .widget-box.recent-post .blog-box .blog-content {
	box-shadow: none;
	padding: 0;
	margin-top: 0
}

.seonim-sidebar .widget-box.recent-post .blog-box .blog-content h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0
}

@media(max-width:400px) {
	.seonim-sidebar .widget-box.recent-post .blog-box .blog-content h3 {
		font-size: 13px;
		line-height: 18px
	}
}

@media(max-width:400px) {
	.seonim-sidebar .widget-box.recent-post .blog-box .blog-content p {
		font-size: 12px
	}
}

.seonim-sidebar .widget-box.recent-post .blog-box .blog-content p i {
	margin-right: 10px
}

.seonim-sidebar .widget-box.tags-box ul li {
	display: inline-block;
	margin-right: 5px
}

.seonim-sidebar .widget-box.tags-box ul li a {
	display: block;
	padding: 6px 18px;
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	font-size: 14px;
	
	transition: all .3s ease-out 0s
}

.seonim-sidebar .widget-box.tags-box ul li a:hover,
.seonim-sidebar .widget-box.tags-box ul li a:focus {
	background: #1df5c6;
	color: #fff
}

.contact-information-v1 .contact-info-box {
	background: #fff;
	padding: 60px 70px;
	box-shadow: 0 16px 32px 0 rgba(191, 191, 191, 0.3)
}

@media(max-width:767px) {
	.contact-information-v1 .contact-info-box {
		margin-bottom: 60px
	}
}

.contact-information-v1 .contact-info-box.box-1 .icon-box {
	background-image: -webkit-linear-gradient(147deg, #3953ff 0, #1b8ffe 100%);
}

.contact-information-v1 .contact-info-box.box-2 .icon-box {
	background-image: -webkit-linear-gradient(147deg, #fc6e20 0, #ffa646 100%);
}

.contact-information-v1 .contact-info-box.box-3 .icon-box {
	background-image: -webkit-linear-gradient(147deg, #04cbd1 0, #0ff0d6 100%);
}

.contact-information-v1 .contact-info-box .icon-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px 0 rgba(146, 167, 255, 0.3);
	margin: 0 auto;
	margin-bottom: 35px
}

.contact-information-v1 .contact-info-box .icon-box i {
	font-size: 26px;
	color: #fff
}

.contact-information-v1 .contact-info-box .info h3 {
	margin-bottom: 15px
}

@media(max-width:767px) {
	.contact-information-v1 .contact-info-box .info h3 {
		font-size: 20px
	}
}

.contact-area-v1 .contact-form .form_group {
	position: relative
}

.contact-area-v1 .contact-form .form_group .form_control {
	padding: 40px;
	height: 70px;
	margin-bottom: 30px
}

.contact-area-v1 .contact-form .form_group i {
	position: absolute;
	top: 30px;
	right: 40px;
	color: #1df5c6
}

.contact-area-v1 .contact-form .form_group textarea.form_control {
	display: inherit;
	height: 300px
}

.form_group {
	position: relative
}

.form_control {
	width: 100%;
	height: 60px;
	padding: 20px;
	border: 0;
	color: #9396a5
}

.seonim-footer .footer-widget {
	padding: 110px 0;
	background: url(../image/map-1.png) no-repeat;
	background-position: center center;
	background-size: contain
}

@media(max-width:767px) {
	.seonim-footer .footer-widget {
		padding: 30px 0
	}
}

@media(max-width:767px) {
	.seonim-footer .footer-widget .widget-box {
		margin-bottom: 30px
	}
}

.seonim-footer .footer-widget .widget-box .widget-title {
	margin-bottom: 35px;
	letter-spacing: -.4px
}

.seonim-footer .footer-widget .widget-box .widget-link li {
	line-height: 40px
}

.seonim-footer .footer-widget .widget-box .widget-link li:before {
	content: '--';
	display: inline-block;
	vertical-align: middle;
	color: #acafc0;
	margin-right: 10px
}

.seonim-footer .footer-widget .widget-box .widget-link li a {
	
	transition: all .3s ease-out 0s
}

.seonim-footer .footer-widget .widget-box .widget-link li a:hover,
.seonim-footer .footer-widget .widget-box .widget-link li a:focus {
	color: #1df5c6
}

.seonim-footer .footer-widget .widget-box.about-box {
	padding-right: 60px
}

.about-box .logo{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
}

@media(max-width:767px) {
	.seonim-footer .footer-widget .widget-box.about-box {
		padding-right: 0
	}
}

.seonim-footer .footer-widget .widget-box.newsletter-box .form_group {
	margin-bottom: 20px
}

.seonim-footer .footer-widget .widget-box.newsletter-box .form_group .form_control {
	width: 100%;
	height: 70px;
	background: #001;
	color: #9999a4;
	border: 0;
	padding: 20px
}

.seonim-footer .footer-widget .widget-box.newsletter-box .form-button .main-btn {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0
}

.seonim-footer .copyright-area {
	background: #000012;
	padding: 25px 0 25px
}

.seonim-footer.footer-v1 .widget-box .widget-title {
	color: #fff
}

.seonim-footer.footer-v1 .widget-box.newsletter-box .form_group .form_control {
	background: #001;
	color: #9999a4
}



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