@font-face {
	font-family: 'FontAwesome';
	src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
    font-family: 'Brush Script MT';
    src: url('../fonts/BrushScriptMT.eot');
    src: url('../fonts/BrushScriptMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrushScriptMT.woff2') format('woff2'),
        url('../fonts/BrushScriptMT.woff') format('woff'),
        url('../fonts/BrushScriptMT.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/**/
.section-news .carsoulImg {position:relative;z-index:2; margin:10px 0px 20px 0px;}
.section-news .carsoulImg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background: rgba(0, 0, 0, 0.26);z-index: 1;}
.section-news .carsoulImg h4{position:absolute;top:20px;left:18px;font-size:18px;line-height:20px;color:#fff;z-index:2;transition:all 500ms ease-in-out;}
.section-news .carsoulImg:hover h4{color:#f45b17;}

.project-list{padding-top: 90px !important;}
.project-list .all-projects{max-width:100%;display: flex;justify-content: space-between;border-bottom: 1px solid #ccc;padding-bottom: 15px;margin-bottom: 15px;}
.project-list .all-projects:last-child{border-bottom:none;}
.project-list .all-projects .left-box{order: 1;display: flex;flex-direction: column;justify-content: center;}
.project-list .all-projects .right-box{/*width: 20%;*/width: 40%;}
.project-list .all-projects .left-box{/*width: 20%;*/ width:32%;}
.project-list .all-projects h4{font-family: 'Oswald' !important; font-size:24px;/* font-size:18px;line-height:22px;padding-bottom:15px;*/font-weight:600; padding-bottom:10px;}
.project-list .all-projects p{font-size:16px;line-height:25px;}

.project-list .left-box h4{padding-top:10px;line-height:20px;}
.project-list .left-box a{ font-family: 'Oswald' !important;/*font-size:14px;line-height:20px;color:#000;*//*add*/ display:block; background:#f45b17; padding:20px; border-radius:10px; text-align:center; color:#FFF;  font-family: 'Oswald'; font-size:18px; transition:0.5s;}
.project-list .left-box a:hover{ background:#42AC5F;}
.news_contboxinner{min-height: 150px;}
.carsoul-panel-wrap.arrow-slider.center-bottom-slider-arrow .news_contboxinner{min-height: 310px;}
#sectionId-1 .carsoul-panel-wrap h4 
{
	font-size: 24px;
  font-family: 'Oswald' !important;
  font-weight: 400;
	color: #1c1819;
	margin-top:15px;
	text-align:center;
	transition:.5s;
}
#sectionId-1 .carsoul-panel-wrap h4:hover  { color:#42ac5f; }
#sectionId-0 .carsoul-panel-wrap h4
{
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 22px;
}
#sectionId-0 .carsoul-panel-wrap a  { color:#000 !important; }





/**/





body {
	padding: 0;
	margin: 0;
	color: #303030;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	font-size: 16px
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1.0);
	z-index: 999;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}
.fixedHeader .header {
    transform: translateY(-106px);
}
.header .row {
	padding: 20px 0
}

.logo {
	margin: 8px 0
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.phone-no {
	margin-right: 20px
}

.hea-rig-col:last-child {
	margin-right: 0
}

.phone-no a {
	color: #484848;
	font-size: 20px;
	font-family: 'Nanum Gothic';
	font-weight: 700
}

.phone-no a span {
	display: inline-block;
	margin-right: 10px
}

.btn {
	color: #fff;
	text-decoration: none;
	outline: none;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-family: 'Sulphur Point';
	font-weight: 700;
	font-size: 18px
}

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

.btn-xl {
	height: 60px;
	line-height: 60px;
	min-width: 220px;
	padding: 0 30px;
	letter-spacing: 1px
}

.btn-orange-bg {
	background-color: #f45b17;
	color: #fff
}

.btn-orange-bg:hover {
	background-color: #2ea44e;
	color: #fff
}

.btn-green-bg {
	background-color: #015420;
	color: #fff
}

.btn-green-bg:hover {
	background-color: #f45b17;
	color: #fff
}

.btn-light-green-bg {
	background-color: #2ea44e;
	color: #fff
}

.btn-light-green-bg:hover {
	background-color: #f45b17;
	color: #fff
}

.hea-rig-col a.btn {
	font-size: 14px;
	font-family: 'Nanum Gothic';
	font-weight: 700;
	margin-left: 10px
}

.btn-line {
	border: 1px solid #cbcbcb;
	color: #1c1819;
	width: 266px;
	min-width: inherit;
	padding: 0 20px
}

.btn-line:hover {
	color: #2ea44e
}

.header-right a .fa-power-off {
	color: #6ec084;
	margin-right: 10px
}

.header-right a .fa-angle-down {
	color: #1c1819;
	font-size: 24px;
	margin-left: 10px
}

.login-btn a.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.navigation {
	background-color: #2ea44e
}

.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.navigation ul li {
	margin: 0 15px
}

.navigation ul li:last-child {
	margin-right: 0
}

.navigation ul li a {
	color: #fff;
	font-size: 18px;
	display: block;
	position: relative;
	font-family: 'Nanum Gothic';
	font-weight: 700;
	padding: 18px 0
}

.hederar-height {
	float: left;
	width: 100%;
	height: 168px
}

.white-text {
	color: #fff
}

.black-text {
	color: #1c1819
}

.green-text {
	color: #015420
}

.banner-section {
	margin-bottom: 50px;
	position: relative;
	z-index: 801
}

.banner-row-wrap {
	width: 100%;
	float: left;
	position: relative
}

.banner-row {
	position: relative;
	width: 100%;
	float: left
}

.banner-img-row {
	position: relative;
	float: left;
	width: 100%;
	height: 424px;
}

.banner-img-row:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2
}

.banner-img-row img {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner-section .container {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	height: calc(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.banner-title {
	font-size: 60px;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 20px
}

.banner-container .btn {
	margin-top: 20px
}

.banner-row-wrap .arrow-btn-slidrr {
	position: absolute;
	bottom: 0;
	width: 88px;
	height: 88px;
	background-color: #f2f2f2;
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
	cursor: pointer
}

.banner-row-wrap .arrow-btn-slidrr:hover {
	background-color: #2ea44e
}

.banner-row-wrap .slick-next {
	left: 0;
	background-image: url(img/arrow-left-black.png)
}

.banner-row-wrap .slick-prev {
	right: 0;
	background-image: url(img/arrow-right-black.png)
}

.banner-row-wrap .arrow-btn-slidrr.slick-prev:hover {
	background-image: url(img/arrow-right-lg.png)
}

.banner-row-wrap .arrow-btn-slidrr.slick-next:hover {
	background-image: url(img/arrow-left-lg.png)
}

.banner-row-wrap .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-image: url(img/content-partan.png);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2
}

.banner-row-wrap .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0 5px;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}

.banner-row-wrap .slick-dots li.slick-active,
.banner-row-wrap .slick-dots li:hover {
	width: 16px;
	height: 16px;
	background-color: rgba(255, 255, 255, 1.0)
}

.banner-row-wrap .slick-dots li button {
	opacity: 0;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%
}

.entry-content-xl {
	font-size: 20px;
	color: #000;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	line-height: 30px
}

.container {
	position: relative
}

.main-section {
	padding: 50px 0;
	position: relative;
	float: left;
	width: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.home .main-section{
/*min-height: 100vh;*/
}

.imgbox {
	position: relative;
	padding: 20px
}

.imgbox img {
	position: relative;
	z-index: 4;
	width: 100%;
	height: auto
}

.imgbox:before {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #ccddd2;
	content: "";
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	z-index: 1
}

.imgbox:after {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #ccddd2;
	content: "";
	width: 168px;
	height: 168px;
	z-index: 1
}

.custom-width-img-box {
	width: calc(100% + 57px)
}

.custom-width-content-box {
	background-image: url(img/content-partan.png);
	padding: 50px 75px 50px 150px;
	width: calc(100% + 50px);
	height: calc(100% + 90px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -45px;
	margin-left: -50px;
    flex-wrap: wrap;
}

.ofwhite-bg {
	background-color: #f5f5f5
}

.section-head {
	margin-bottom: 20px;
	position: relative
}

.entry-title {
	font-size: 45px;
	font-family: 'Oswald';
	font-weight: 400
}

.entry-title-smll {
	margin-top: 30px;
	font-size: 18px;
	font-family: 'Nanum Gothic';
	font-weight: 700
}

.entry-content {
	color: #484848;
	font-size: 16px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	line-height: 26px;
}

.entry-content p {
	padding-bottom: 30px;
	margin: 0
}

.entry-content p:last-child {
	padding: 0;
	margin: 0
}

.btn-row {
	margin-top: 40px
}

.btn-row .btn {
	margin: 0 3px
}

.pb-147 {
	padding-bottom: 100px
}

.inner-padding {
	padding: 65px 0
}

.bg-img {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover
}

.bg-img .container {
	z-index: 10;
	position: relative
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.forum-section .section-head {
	margin-bottom: 40px
}

.forum-section .section-head .section-head-block {
	right: 156px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.forum-section .section-head .section-head-block a:hover {
	color: #000 !important
}

.slick-list.draggable {
	overflow: hidden
}

.arrow-slider .arrow-btn-slidrr {
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: #f96f0a;
	cursor: pointer;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}

.arrow-slider .arrow-btn-slidrr:hover {
	background-color: #015420;
	border-radius: 15px
}

.arrow-slider .slick-prev {
	left: 0;
	background-image: url(img/arrow-left-lg.png)
}

.arrow-slider .slick-next {
	right: 0;
	background-image: url(img/arrow-right-lg.png)
}

.right-slider-arrow .slick-prev {
	top: -112px;
	right: 85px;
	left: auto
}

.right-slider-arrow .slick-next {
	top: -112px;
	right: 15px
}

.carsoul-panel-wrap,
.comment-block-wrap {
	width: 100%;
	float: left
}

.carsoul-panel-wrap {
	position: relative
}

.carsoul-panel {
	float: left
}

.carsoulImg {
	width: 100%
}

.carsoulImg img {
	width: 100%;
	height: auto
}

.comment-block-wrap {
	margin-top: 78px
}

.comment-block-inner {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 50px 130px
}

.light-gray-text {
	color: #484848
}

.entry-title-smlla {
	color: #484848;
	font-size: 16px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	margin-top: 24px
}

.comment-form-row {
	position: relative;
	margin-top: 30px
}

.comment-form-row textarea {
	width: 100%;
	text-decoration: underline;
	height: 130px;
	border: 3px solid rgba(0, 0, 0, 0.2);
	background-color: transparent;
	font-size: 16px;
	resize: none;
	overflow: hidden;
	color: #000;
	padding: 15px;
	border-radius: 10px;
}

.comment-form-row input[type=submit] {
	height: 60px;
	width: 220px;
	background-color: #f96f0a;
	border-radius: 6px;
	border: 0;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Sulphur Point';
	font-weight: 700;
	color: #fff
}

.comment-form-row input[type=submit]:hover {
	background-color: #2ea44e;
	color: #fff
}

.comment-form-row ::-webkit-input-placeholder {
	opacity: .5
}

.comment-form-row :-ms-input-placeholder {
	opacity: .5
}

.comment-form-row ::placeholder {
	opacity: .5
}

input ::-webkit-input-placeholder {
	opacity: 1
}

input :-ms-input-placeholder {
	opacity: 1
}

input ::placeholder {
	opacity: 1
}

.comment-block-inner form {}

.membership-section {
	padding-top: 65px;
	padding-bottom: 0;
	margin-bottom: 65px
}

.membership-box {
	float: left
}

.membership-box-inner {
	background-color: #fe382d;
	text-align: center;
	color: #fff;
	font-family: 'Nanum Gothic';
	border-radius: 15px;
	-webkit-box-shadow: -2px -2px 20px -4px rgba(0, 0, 0, 0.3);
	box-shadow: -2px -2px 20px -4px rgba(0, 0, 0, 0.3);
	float: left;
	width: 100%;
	position: relative;
}

.membership-box-1 .membership-box-inner {
	background-color: #fe382d
}

.membership-box-2 .membership-box-inner {
	background-color: #49d762
}

.membership-box-3 .membership-box-inner {
	background-color: #59cbf8
}

.membership-box-4 .membership-box-inner {
	background-color: #cb9e00
}

.membership-box-5 .membership-box-inner {
	background-color: #6a08fd
}

.membership-header {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	border-radius: 15px 15px 0 0
}

.membership-header:before {
	position: absolute;
	width: calc(100% + 180px);
	height: 370px;
	background-color: #fff;
	content: "";
	border-radius: 100%;
	bottom: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.membership-header img {
	width: auto;
	height: 48px;
	position: relative;
	z-index: 2
}

.membership-price-row {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 50px 0;
	margin: 0 50px
}

.membership-price-amount {
	font-size: 55px;
	font-weight: 800
}

.membership-time-duration {
	font-size: 18px;
	letter-spacing: 1.5px
}

.membership-plan-row {
	padding: 50px 50px 0
}

.membership-plan-name {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px
}

.membership-plan-global {
	font-size: 16px;
	height: 100px
}

.membership-button-row {
	padding: 15px 50px 60px
}

.membership-button-row a {
	background-color: rgba(0, 0, 0, 0.2)
}

.membership-button-row a:hover {
	color: #fff
}

.member-plan-slider {
	float: left;
	width: 100%
}

.member-plan-slider .arrow-btn-slidrr {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto
}

.member-plan-slider .arrow-btn-slidrr.slick-prev {
	left: 45px
}

.member-plan-slider .arrow-btn-slidrr.slick-next {
	right: 45px
}

.membership-box {
	opacity: .2;
	z-index: 1;
	position: relative
}

.member-plan-slider .slick-list {
	overflow: hidden;
	padding: 90px 0 60px
}

.member-plan-slider .slick-active {
	left: 45px
}

.member-plan-slider .slick-active + .slick-active {
	left: 0;
	right: 0;
	z-index: 4;
	opacity: 1;
	top: -26px
}

.member-plan-slider .slick-active + .slick-active .membership-button-row {
	padding-bottom: 90px
}

.member-plan-slider .slick-active + .slick-active .membership-header {
	padding: 40px 0
}

.member-plan-slider .slick-active + .slick-active + .slick-active {
	left: -45px;
	z-index: 1;
	opacity: .2;
	top: auto
}

.member-plan-slider .slick-active + .slick-active + .slick-active .membership-header {
	padding: 30px 0
}

.member-plan-slider .slick-active + .slick-active + .slick-active .membership-button-row {
	padding-bottom: 30px
}

.members-col {
	text-align: center;margin-bottom: 30px;
}

.member-img-box {
	width: 173px;
	height: 173px;
	position: relative;
	margin: 0 auto 30px
}

.member-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	top: 0;
	border-radius: 100%;
	background-color: #d8d8d8
}

.members-col .member-title {
	color: #1c1819;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'Nanum Gothic';
	font-weight: 700
}

.members-col .entry-content {
	color: #484848;
	font-family: 'Nanum Gothic';
	font-weight: 400
}

.section-head-block {
	position: absolute;
	right: 0;
	top: 0
}

.text-btn-link {
	color: #1c1819;
	font-size: 16px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.text-btn-link span {
	width: 50px;
	height: 50px;
	background-color: #f96f0a;
	display: inline-block;
	background-image: url(img/arrow-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 15px;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}

.text-btn-link:hover {
	color: #f96f0a
}

.text-btn-link:hover span {
	background-color: #2ea44e;
	border-radius: 15px
}

.members-panel-section .section-head {
	margin-bottom: 63px
}

.green-bg {
	background-color: #3cce56
}

.subscribe-panel-section {
	padding: 0;
	overflow: hidden;
}

.subscribe-panel-section .container {
	padding-top: 70px;
	padding-bottom: 70px
}

.section-clip {
	position: absolute
}

.section-clip img {
	width: auto;
	height: auto
}

.section-clip-1 {
	left: 0;
	bottom: 0
}

.section-clip-2 {
	right: -93px;
	bottom: -280px;
}

.entry-title-smlla.white-text {
	color: #fff
}

.subscribe-panel-section .entry-title-smlla {
	font-size: 18px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	margin-top: 34px
}

.subscribe-input-row {
	width: 100%;
	position: relative;
	margin-bottom: 15px
}

.subscribe-input-row ::-webkit-input-placeholder {
	opacity: 1;
	color: #000;
}

.subscribe-input-row :-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

.subscribe-input-row ::placeholder {
	opacity: 1;
	color: #000;
}

.subscribe-panel-section form {
	max-width: 604px;
	margin: 0 auto;
	width: 100%
}

.subscribe-input-row input[type=email] {
	height: 40px;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	width: 100%;
	color: #000;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	font-size: 16px
}

.subscribe-input-row input[type=submit] {
	background-image: url(img/sub-btnn.png);
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	width: 66px;
	height: 32px;
	text-align: right;
	color: #fff;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	font-size: 18px;
	padding: 0;
	float: right;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}

.subscribe-input-row input[type=submit]:hover {
	width: 76px
}

.subscribe-panel-section .section-head {
	margin-bottom: 60px
}

.footer-top {
	padding: 70px 0;
	background-color: #000
}

.footer-heading {
	color: #2ea44e;
	font-size: 20px;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 23px
}

.footer-entry-content {
	color: #fff;
	font-size: 16px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	line-height: 24px
}

.footer-entry-content ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer-entry-content ul li {
	margin-bottom: 15px;
	width: 48%;
	float: left
}

.footer-entry-content ul li a {
	color: #fff;
	font-size: 16px;
	display: block
}

.footer-entry-content ul li a:hover,
.footer-entry-content ul li.current-menu-item a {
	color: #2ea44e
}

.footer-social-icon {
	margin-top: 20px
}

.footer-social-icon a i {
	color: #fff;
	margin-left: 10px;
	font-size: 32px;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}

.footer-social-icon a i:hover {
	color: #0751f9
}

.footer-bottom {
	background-color: #111;
	padding: 20px 0
}

.footer-bottom .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-bottom .col {
	max-width: inherit
}

.copyright,
.website-by {
	padding: 0 15px
}

.copyright {
	margin-right: auto;
	font-size: 16px;
	color: #fff;
	font-family: 'Nanum Gothic';
	font-weight: 400
}

.website-by {
	margin-left: auto;
	font-family: 'Brush Script MT';
}

.website-by a {
	color: #fff
}
.website-by a:hover {
	color: #2ea44e;
}
.banner-container {
	position: relative;
	z-index: 1000
}

/*MAIN SECTION*/
/*MAIN ANIAMTION SECTION*/
.anination-leaf {
	position: absolute;
	left: calc(50% + 252px);
	margin-left: -600px;
	top: -136px !important;
	z-index: 850;
	height: auto;
	width: 11px;
	opacity: 0
}

.add-baneranimation {
	
	-webkit-animation: banerani 5s;
	animation: banerani 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 5s;
	        animation-delay: 5s;
}

@-webkit-keyframes banerani {
	0% {
		top: -136px;
		opacity: 0
	}

	25% {
		left: calc(50% + 652px)
	}

	50% {
		left: calc(50% + 400px);
		opacity: .8
	}

	75% {
		left: calc(50% + 352px);
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}

	90% {
		left: calc(50% + 200px)
	}

	100% {
		top: 30px;
		opacity: .8;
		width: 700px;
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg),
	}
}

.anination-section-leaves {
	position: absolute;
	top: -100px;
	width: 100px;
	height: auto;
	z-index: 40;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.anination-section-leaves, .anination-leaf{
	display: none;
}
.home .anination-section-leaves, .home .anination-leaf{
	display: block;
}
.anination-section-leaves.sectionleaves-1 {
	left: 50%;
	margin-left: -50px
}

.anination-section-leaves.sectionleaves-2 {
	right: 50%;
	margin-right: -50px
}

.element-from-top .anination-section-leaves.sectionleaves-1 {
	-webkit-animation: sectionanione 5s;
	animation: sectionanione 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1
}

.element-from-top .anination-section-leaves.sectionleaves-2 {
	-webkit-animation: sectionanitwo 5s;
	animation: sectionanitwo 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1
}

@-webkit-keyframes sectionanione {
	0% {
		top: -100px;
		opacity: 0
	}

	15% {
		opacity: 1
	}

	50% {
		top: 50%;
		left: 0
	}

	100% {
		top: 100%;
		left: 50%
	}
}

@-webkit-keyframes sectionanitwo {
	0% {
		top: -100px;
		opacity: 0
	}

	15% {
		opacity: 1
	}

	50% {
		top: 50%;
		right: 0
	}

	100% {
		top: 100%;
		right: 50%
	}
}

/*MAIN ANIAMTION SECTION*/
/*INNER PAGE*/
.banner-inner-page-section {
	margin-bottom: 0;
}

.banner-inner-page-section .banner-img-row {
	height: 200px;

}

.banner-inner-page-section .banner-img-row::before {
	background-color: rgba(0, 0, 0, 0.7);
}

.columns-block {
	margin: 40px 0;

}

.columns-block-inner {
	width: 100%;
	position: relative;

}

.entry-title-md {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 40px;
	color: #2ea44e;
}

.entry-title-md a {
	color: #2ea44e;

}

.entry-title-md a:hover {
	color: #1c1819;

}

.post-thum-img {
	width: 100%;
	margin-bottom: 26px;
}
.resources-col-a .post-thum-img a{
height: 242px;
width: auto;
background-image: url(img/no-img-preview.png);
background-repeat: no-repeat;
background-position: center center;
border-radius: 5px;
border: 1px solid #eee;
}
.post-thum-img a {
	display: block;
	position: relative;

}

.post-thum-img img {
	width: 100%;
	height: auto;
	border-radius: 5px;

}

.post-btn-row {
	margin-top: 25px;
}

.post-btn-row a {
	font-family: 'Nanum Gothic';
	font-weight: 700;
}

.columns-block .entry-content {
	line-height: 26px;
	color: #000;
}

.main-roll {
	padding: 65px 0;
}

.entry-title-sm {
	color: #484848;
	font-size: 18px;
	font-family: 'Nanum Gothic';
	font-weight: 700;
	margin-bottom: 30px;
}

.design-practice-section .columns-block {
	margin: 15px 0;

}

.design-practice-section .post-thum-img {
	margin-bottom: 0;

}

.design-practice-section .post-thum-img img {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/*INNER PAGE*/
/*CUSTOM RADIO BUTTON*/
.radio-row {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-row  span{ margin-left:0; margin-right:20px;}
.radio-row input {
	cursor: pointer;
}
.membership-plan-global-inner .radio-row{
    position: relative;
    padding: 0;
}
.membership-plan-global-inner .radio-row input {
	opacity: 0;
	cursor: pointer;
}
/*.radio-row input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}*/
.membership-plan-global-inner .radio-row .checkmark{
    margin: 10px auto;
}
.checkmark {
	position: relative;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}

.radio-row:hover input ~ .checkmark {
	background-color: #fff;
}


.radio-row input:checked ~ .checkmark {
	background-color: #fff;
}


.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-row input:checked ~ .checkmark:after {
	display: block;
}

.radio-row .checkmark:after {
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f45b17;
}

/*CUSTOM RADIO BUTTON END*/
/*CUSTOM Check BOX*/
.checkbox-row {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
}

.checkbox-row input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmarkcheck {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-right: 15px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
}

/* On mouse-over, add a grey background color */
.checkbox-row:hover input ~ .checkmarkcheck {}

/* When the checkbox is checked, add a blue background */
.checkbox-row input:checked ~ .checkmarkcheck {
	font-family: 'FontAwesome';
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-row input:checked ~ .checkmarkcheck:after {
	display: block;
	content: "\f00c";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 27px;
	color: #fff;
}

/* Style the checkmark/indicator */
.checkbox-row .checkmarkcheck:after {
	/*  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;*/
}

/*CUSTOM Check BOX END*/

.deep-green-bg {
	background-color: #015420;
	border-radius: 5px;
	padding: 50px 50px;
}

.form-row-group {
	position: relative;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	display: inline-block;
}
.form-row-group  ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.form-row-group  :-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

.form-row-group  ::placeholder {
	opacity: 1
}
.form-row-group input[type="text"],
.form-row-group input[type="password"],
.form-row-group input[type="email"],
.form-row-group input[type="tel"],
.form-row-group input[type="url"],
.form-row-group select,
.form-row-group textarea {
	border: 0;
	padding: 0;
	color: #fff;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	border: 1px solid #fff;
	padding: 0 15px;
	background-color: transparent;
	border-radius: 5px;

}

.form-row-group select {
	background-image: url(img/select-cin.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.form-row-group textarea {
	height: 130px;
	padding: 15px;
	resize: none;
}

.form-row-group input[type=submit] {
	height: 60px;
	width: 220px;
	background-color: #f96f0a;
	border-radius: 6px;
	border: 0;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Sulphur Point';
	font-weight: 700;
	color: #fff
}

.form-row-group input[type=submit]:hover {
	background-color: #2ea44e;
	color: #fff
}

.label-title,
.radio-row {
	padding-right: 30px;
	color: #fff;
	font-size: 16px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

form .row:last-child .form-row-group {
	margin-bottom: 0;
}

.center-bottom-slider-arrow .arrow-btn-slidrr {}

.center-bottom-slider-arrow .slick-prev {
	left: 50%;
	margin-left: -55px;

}
.main-menu-more
{
	display:none;
}

.center-bottom-slider-arrow .slick-next {
	right: 50%;
	margin-right: -55px;
}

.post-box-head {
	position: relative;
	margin-bottom: 40px;

}

.postImg-box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;

}

.postImg-box img {
	width: 100%;
	height: auto;

}

.post-social-meta {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	background-color: rgba(46, 164, 78, 0.9);
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}

.post-social-meta a {
	color: #fff;
}

.post-date-meta {
	color: #000;
	font-size: 16px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	margin-bottom: 20px;
}

.post-title {
	color: #1c1819;
	font-size: 22px;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 30px;
}

.post-box-body .enter-content {
	color: #484848;
	font-size: 16px;
	font-family: 'Nanum Gothic';
	font-weight: 400;
	line-height: 26px;

}

.gray-bg-deep {
	background-color: #484848;
}

.label-title-xl {}

.entry-title-md.white-text {
	color: #fff;

}
.member-page-plan{
	
}
.member-plan-slider.member-page-plan .slick-active + .slick-active .membership-header {
    padding: 30px 0;
}
.member-plan-slider.member-page-plan .slick-active + .slick-active {
    top: 0;
}
.member-plan-slider.member-page-plan  .slick-active {
    left: 30px;
}
.member-plan-slider.member-page-plan .slick-active + .slick-active {
	left: 0;
}
.member-plan-slider.member-page-plan .slick-active + .slick-active + .slick-active {
    left: -30px;
}
.member-plan-slider.member-page-plan .membership-plan-row {
    padding: 30px 50px 20px;
}
.member-plan-slider.member-page-plan .membership-price-row {
    padding: 50px 0 40px;
 }
.onhover-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
	opacity: 0;
 }
.membership-box-inner:hover .onhover-panel{
	opacity: 1;
	
}
.membership-box-1 .onhover-panel{
	background-color: rgba(254,56,45,0.9);
}
.membership-box-2 .onhover-panel{
	background-color: rgba(73,215,98,0.9);
}
.membership-box-3 .onhover-panel{
	background-color: rgba(89,203,248,0.9);
}
.membership-box-4 .onhover-panel{
	background-color: rgba(203,158,0,0.9);
}
.membership-box-5 .onhover-panel{
	background-color: rgba(106,8,253,0.9);
}
.membership-plan-global-inner .checkmark{
	border-radius: 60px;
	width: 60px;
	height: 60px;
	margin: 0;
	background-color: rgba(0,0,0,0.07);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.membership-plan-global-inner .checkmark span{
	width: 52px;
	height:52px;
	border-radius: 60px;
	background-color: rgba(0,0,0,0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	}
.membership-plan-global-inner .checkmark span span{
	width: 44px;
	height:44px;
	border-radius: 60px;
	background-color: rgba(0,0,0,0.15);
	display: block;
}
.membership-plan-global-inner .radio-row:hover input ~ .checkmark {
    background-color: rgba(0,0,0,0.1);
}
.membership-plan-global-inner .radio-row input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0.1);
}
.membership-plan-global-inner .radio-row input:checked ~ .checkmark:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
    z-index: 99;
    content: "\f00c";
    font-family: 'FontAwesome';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
}
.membership-plan-global-inner .radio-row {
    padding: 0;
/*    width: 60px;*/
    margin: 0 auto;
}
.membership-plan-global-inner strong{
	font-size: 18px;
	font-family: 'Nanum Gothic' ; font-weight: 400; 
	color: #000;
	opacity: 0.3;
	margin-bottom: 15px;
	margin-top: 20px;
	display: block;
}
.member-page-plan.member-plan-slider .arrow-btn-slidrr {
    top: calc( 50% + 120px);
	
}
.deep-green-bg2{
	background-color: #2ea44e;
	
}
.gray-text{
	color: #727272;
}
.gray-text .checkbox-row{
	color: #727272;
	font-family: 'Nanum Gothic' ; font-weight: 400;
	font-size: 18px;
}
.gray-text .checkmarkcheck{
	border: 1px solid #727272;
}
.gray-text .checkbox-row input:checked ~ .checkmarkcheck::after {
    color: 
    #727272;
}
.sepr{
	border-right: 1px solid #727272;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.col-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.label-title-brack{
	display: block;
	padding-bottom: 15px;
	padding-right: 0;
}
.main-content-entry{
	color: #484848;
	font-size: 16px;
	line-height: 24px;
}
.main-content-entry p{
	padding-bottom: 50px;
	
}
.main-content-entry h3{
	color: #484848;
	font-size: 18px;
	font-family: 'Oswald' ; font-weight: 400;
	margin-bottom: 30px;
}
.iage .checkbox-row{	font-size: 18px;
	color: #000;
}
.loginheare-link{
	color: #000;
	margin-left: 10px;
	display: inline-block;
	text-decoration: underline;
}
.loginheare-link:hover{
	color: #fff;
}
.entry-title-md-noer{
color:
#2ea44e;
font-size: 20px;
font-family: 'Nanum Gothic';
font-weight: 700;
padding: 40px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.entry-title-md-noer img{
	margin-left: 15px;
}
.member-plan-slider.member-page-plan .slick-list{
	padding-top: 30px;
}


.primary{
	
}
.sidebar{
	
}
.sidebar-wrap-iin{
	border-left:1px solid #727272;
	padding-left: 30px;
	/*add*/
	height:1300px;/*temporary*/
	overflow-y:auto;
	padding-right:10px;
}
.sidebar-box{
	margin-bottom: 35px;
	
}
.sidebar-box:last-child{
	margin-bottom: 0;
	
}
.sidebar-search{
	
}
.sidebar-box-inner{
	position: relative;
	
}
.sidebar-search input[type=search], .sidebar-search input[type=text]{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #727272;
	height: 40px;
	background-color: transparent;
	padding: 0 ;
	color: #727272;
	font-size: 16px;
	font-family: 'Nanum Gothic' ; font-weight: 400;
	padding-right: 30px;
	
}
.sidebar-search input[type=submit]{
	position: absolute;
	right: 0;
	top:0;
	background-image: url(img/search-icon.png);
	background-position: right center;
	height: 40px;
	background-repeat: no-repeat;
	width: 24px;
	background-color: transparent;
	border: 0;
	text-indent: -9999px;
	
}
.sidebar-title{
	color: #2ea44e;
	font-size: 25px;
	font-family: 'Oswald' ; font-weight: 400;
	margin-bottom: 30px;
}
/*220524*/
/* Chrome */
.sidebar-wrap-iin::-webkit-scrollbar {
    width: 5px;
}

.sidebar-wrap-iin::-webkit-scrollbar-track {
  /*background-color: grey;*/
  box-shadow: inset 0 0 5px grey; 
  border-radius: 15px;
}

.sidebar-wrap-iin::-webkit-scrollbar-thumb {
  background-color: green; 
  border-radius: 15px;
  /*border: 1px solid red;*/
}

/*.container::-webkit-scrollbar-button {
  background-color: red;
   border-radius: 15px;
}*/

.sidebar-wrap-iin::-webkit-scrollbar-thumb:hover {
  background: red; 
}

/* IE */
.sidebar-wrap-iin {
  scrollbar-face-color: green; 
  scrollbar-shadow-color: grey; 
  scrollbar-highlight-color: red;
}

/* FireFox */
.sidebar-wrap-iin {
  scrollbar-color: green grey;
  scrollbar-width: thin;
}

/* View Scrollbar */
/*220524*/
.artical-post-box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #727272;
		
	}
.artical-post-box:last-child{
	border-bottom: 0;
}
.artical-post-box .post-date-meta{
	color: #727272;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: 'Nanum Gothic' ; font-weight: 400;
}
.artical-post-box .post-title{
	font-size: 22px;
	color: #000;
	font-family: 'Oswald' ; font-weight: 400;
	margin-bottom: 15px;
}
.artical-post-box .post-title a{
	color: #000;
}
.artical-post-box .post-author{
	color: #484848;
	font-size: 16px;
	font-family: 'Nanum Gothic' ; font-weight: 400;
	margin-bottom: 20px;
}
.artical-post-box .post-social-meta{
	position: static;
background-color:
transparent;
padding: 15px 0 0;
	
}
.artical-post-box .post-social-meta a{
	color: #1c1819;
	font-family: 'Nanum Gothic' ; font-weight: 400;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 20px;
	display: inline-block;
}
.artical-post-box .post-comment-box a{
	background-image: url(img/commend-green.png);
	
}
.artical-post-box .post-like-box a{
	background-image: url(img/like-green.png);
	
}
.artical-post-box .post-like-box a:hover{
	background-image: url(img/like-green-hover.png);
	
}
.entry-title-lg{
	font-size: 100px;
	
}
.orange-text{
	color: #f45b17;
}
.section-singel-post .post-social-meta a{
	padding-left: 50px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	
}
.section-singel-post .post-comment-box a{
	background-image: url(img/com-icon.png);
	
}
.section-singel-post .post-like-box a{
	background-image: url(img/like-icon.png);
	
}
.section-singel-post .post-like-box a:hover{
	background-image: url(img/like-icon-hover.png);
	
}
.section-singel-post  .post-author{
		color: #2ea44e;
	font-size: 16px;
	font-family: 'Nanum Gothic' ; font-weight: 400;
	margin-top: 20px;
}


@media screen and (max-width:1380px) {
	@-webkit-keyframes banerani {
		0% {
			top: -136px;
			opacity: 0
		}

		25% {
			left: calc(50% + 652px)
		}

		50% {
			left: calc(50% + 400px);
			opacity: .8
		}

		75% {
			left: calc(50% + 352px);
			-webkit-transform: rotate(10deg);
			transform: rotate(10deg)
		}

		90% {
			left: calc(50% + 200px)
		}

		100% {
			top: -80px;
			left: calc(50% + 320px);
			opacity: .8;
			width: 590px;
			-webkit-transform: rotate(30deg);
			transform: rotate(30deg),
		}
	}
}
.black-input .subscribe-input-row input[type="email"]{
	border-color: #000;
	
}
.black-input .subscribe-input-row input[type="submit"] {

    background-image: url(img/sub-btnn-black.png);
color: #000;

}
/*#mem-4 .slick-track{
transform: translate3d(-1950px, 0px, 0px) !important;
}*/
/*===========================================
font-family: 'FontAwesome';
transition: all .45s ease-in-out;

font-family: 'Nanum Gothic', ;
font-family: 'Oswald', ;
font-family: 'Sulphur Point', ;
===========================================
Sulphur Point
===============
font-family: 'Sulphur Point' ; font-weight: 300; light
font-family: 'Sulphur Point' ; font-weight: 400; regular
font-family: 'Sulphur Point' ; font-weight: 700; bold
===========================================
Nanum Gothic
===============
font-family: 'Nanum Gothic' ; font-weight: 400; regular
font-family: 'Nanum Gothic' ; font-weight: 700; bold
font-family: 'Nanum Gothic' ; font-weight: 800; extra-bold
===========================================
Oswald
===============
font-family: 'Oswald' ; font-weight: 200; extra-light
font-family: 'Oswald' ; font-weight: 300; light
font-family: 'Oswald' ; font-weight: 400; regular
font-family: 'Oswald' ; font-weight: 500; medium
font-family: 'Oswald' ; font-weight: 600; semi-bold
font-family: 'Oswald' ; font-weight: 700; bold
===========================================*/
#pmpro_message{display:none;}
#pmpro_account_loggedin{display:none;}

.pmpro_form{ width:100%; float: left;}
.pmpro_form .pmpro_checkout{ width:100%; float: left;}
.pmpro_form .pmpro_checkout h3{ color:#fff; margin-bottom:0  !important;font-size: 26px;}
.pmpro_checkout h3 span.pmpro_checkout-h3-msg{ font-size:14px  !important;}
.pmpro_checkout-h3-msg a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.pmpro_form input[type="text"], .pmpro_form input[type="password"], .pmpro_form input[type="email"], .pmpro_form input[type="tel"], .pmpro_form input[type="url"], .pmpro_form select, .pmpro_form textarea {
    border: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-family: 'Nanum Gothic';
    font-weight: 400;
    border: 1px solid #fff !important;
    padding: 0 15px;
    background-color: transparent !important;
    border-radius: 5px;
}
.pmpro_form label{ padding-left:10px; color:#fff; margin-bottom: 10px !important;font-weight: normal !important;}
.pmpro_asterisk {
    color: white;
    position: absolute;
    left: 0;
    top: 0;}
.pmpro_checkout-field.pmpro_checkout-field-bfirstname {width: 50% !important;
    float: left;
    padding-right: 10px;
}
.pmpro_checkout-field.pmpro_checkout-field-blastname {width: 50% !important;
    float: left;
    padding-left: 10px;
}
form.pmpro_form .pmpro_checkout-fields div{ position:relative; display: inline-block;width: 100%; color: #fff;}
#pmpro_message_bottom {    width: auto;
    margin: 0 auto; 
    display: table;
    position: relative;
    top: 50px;}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select { 
    display: inline-block;
    max-width: 100% !important; 
}
.pmpro_checkout-field.pmpro_payment-expiration select {
    width: calc(50% - 14px); margin-right: 12px;
}
.pmpro_checkout-field.pmpro_payment-expiration select#ExpirationYear{ float:right; margin-right:0;}
.pmpro_checkout-field small { 
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px; 
}
.pmpro_checkout-field small a{ color:#fff;}
.pmpro_form input[type="submit"] {

    height: 60px;
    width: 250px;
    background-color: #f96f0a;
    border-radius: 6px;
    border: 0;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Sulphur Point';
    font-weight: 700;
    color: #fff; 
}
.form-row-group1 select{color:#fff !important;}
 .form-row-group1 select option{color:#000 !important;}
 
.paymetod-sec{ padding-bottom:0;} 
 #sectionId-2 .iage .checkbox-row{margin: 0 auto; display:table;}
 #pmpro_submit_span {margin-bottom: 70px;
    text-align: center;
    float: left;
    width: 100%;
}
.paymetod-sec .checkbox-row input:checked ~ .checkmarkcheck {  
    top: 14px; 
}
  #sectionId-2 .gray-text .checkmarkcheck { 
    top: 14px; 
}
.news_contboxinner{ border: 1px solid #ccc;padding: 20px;width:100%; float:left; position:relative;}
.news_contboxinner h4 {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px; 
}
.pmpro_checkout-field select option{ color:#000;}

nav#nav-below {background: transparent;margin-top: 50px;float: left;width: 100%;margin-bottom: 30px;}
#nav-below a{ color:#fff; padding:10px 20px;background-color: #f45b17; margin-bottom: 30px;display: inline-block;}
.pmpro_confirmation_wrap h3 {
    font-size: 22px;
    font-family: 'Oswald';
    margin-bottom: 30px;
}
.pmpro_confirmation_wrap ul{margin-top: 20px;}
.pmpro_confirmation_wrap ul li{ padding-bottom:15px;}
.pmpro_confirmation_wrap ul li strong {
    font-size: 18px;margin-right: 15px; position: relative;
	top: 3px;
    font-family: 'Oswald'; font-weight:normal;
}
.pmpro_confirmation_wrap .pmpro_invoice_details  .pmpro_invoice-billing-address strong{font-size: 20px;display: inline-block;
    font-family: 'Oswald'; font-weight:normal; color: #2ea44e; margin-bottom:20px;}
.pmpro_confirmation_wrap .pmpro_invoice_details  .pmpro_invoice-payment-method strong{font-size: 20px;display: inline-block;
    font-family: 'Oswald';  font-weight:normal;color: #2ea44e;  margin-bottom:20px;}
.pmpro_confirmation_wrap .pmpro_invoice_details  .pmpro_invoice-total strong{font-size: 20px;display: inline-block;
    font-family: 'Oswald'; font-weight:normal;margin-bottom:20px;color: #2ea44e;}
.status-publish .entry-footer{ width:100%; float:left;padding:30px 0;}
.status-publish .edit-link a{ color:#000;padding: 0 10px;}
.status-publish .entry-content {
    margin-bottom: 30px;
}
.pmpro_invoice_details div { 
    border: 1px solid #ccc;
    padding: 15px; border-right: 0;
}
.pmpro_invoice_details div:last-child{border-right: 1px solid #ccc;}

/*.pmpro-confirmation .status-publish{ width:1200px; padding:0 15px; margin:0 auto;}
.pmpro-account .status-publish{ width:1200px; padding:0 15px; margin:0 auto;}
.pmpro-invoice .status-publish{ width:1200px; padding:0 15px; margin:0 auto;}*/
  
.pmpro_invoice_details .pmpro_invoice-billing-address, .pmpro_invoice_details .pmpro_invoice-payment-method{ padding-bottom:30px;}
.pmpro-confirmation .status-publish .container {padding: 0;}
.paypal-donations {
    margin: 50px 0;
}
.deep-green-bg .thanks_msg { color:#fff; margin-bottom:20px;}
.donationclipart{ background:url(img/donation.png) no-repeat;width: 270px;height: 220px; margin: 0 auto;
background-position: center;}
.deep-green-bg .wpcf7-response-output {
    color: #fff;
}
.iage .checkbox-row{margin: 0 auto; 
display: table;}
.iage .checkbox-row .checkmarkcheck {
    position: relative;
    top: 14px;
}
.paypal-donations input[type='image']{background: #ffc439;border-radius: 30px;padding: 10px 30px;}
#pmpro_user_fields .pmpro_hidden {
    display: none;
}
.pmpro-account h3 {
    font-size: 24px;
    font-family: 'Oswald';
    margin-bottom: 30px !important;
	color:#303030;
}
#pmpro_account-membership .pmpro_table th {
    font-size: 20px; 
    font-family: 'Oswald';
    font-weight: normal;
    color: #2ea44e;
    padding-bottom: 15px;
}
#pmpro_account-membership .pmpro_actionlinks a {
    background: #2ea44e;
    margin: 3px 3px 3px 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
}
#pmpro_account-profile .pmpro_actionlinks a {
    background: #2ea44e;
    margin: 3px 3px 3px 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
}
#pmpro_account-profile ul{margin-top: 20px;}
#pmpro_account-profile ul li{ padding-bottom:15px;}
#pmpro_account-profile ul li strong { position: relative;
	top: 3px;
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: normal;margin-right: 15px; 
}

#pmpro_account-invoices .pmpro_table th {
    font-size: 20px; 
    font-family: 'Oswald';
    font-weight: normal;
    color: #2ea44e;
    padding-bottom: 15px;
}
#pmpro_account-invoices td a{ color:#000; text-decoration:underline;}


.pmpro_invoice_wrap{ margin-top:30px;}
.pmpro_invoice_wrap h3 { 
    font-size: 22px;
    font-family: 'Oswald';
    margin-bottom: 30px; 
}
.pmpro_invoice_wrap ul li {padding-bottom: 15px;}
.pmpro_invoice_wrap ul li strong {
    font-size: 18px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    font-family: 'Oswald';
    font-weight: normal;
}
.pmpro_invoice_wrap .pmpro_invoice_details strong {
    font-size: 20px; 
    font-family: 'Oswald';
    font-weight: normal;
    color: #2ea44e;
    padding-bottom: 20px;display: inline-block;
} 

.pmpro_invoice_wrap td a{ color:#000; text-decoration:underline;}
.pmpro_invoice_wrap .pmpro_table th {
    font-size: 20px; 
    font-family: 'Oswald';
    font-weight: normal;
    color: #2ea44e;
    padding-bottom: 15px;
}
.pmpro_table {
    margin-bottom: 20px;
}
 .pmpro_table th {
    border: 1px solid;
    padding: 15px;
}
  .pmpro_table td {
    border: 1px solid #ccc;
    padding: 15px;
}
.pmpro-levels article{
    text-align: center;
}
.pmpro-checkout article{
    text-align: center;
}
.pmpro-levels #pmpro_levels_table {
    margin: 40px auto 0;
    width: 80%;
}
.pmpro-levels #pmpro_levels_table th{ font-size: 20px; 
    font-family: 'Oswald';
    font-weight: normal;
    color: #2ea44e; }
.pmpro-levels #pmpro_levels_table td .pmpro_btn{    background: #2ea44e;
    margin: 3px 3px 3px 0; border:0; outline:0; border-radius:0;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;}
.pmpro-cancel h1{ text-align:center;}
#pmpro_cancel {
    margin: 60px auto;
    width: 600px;text-align:center;
    padding: 20px;
    background: #f1f1f1; box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#pmpro_cancel a {
    color: #fff;
    padding: 10px 20px;
    background-color: #f45b17;
    margin-bottom: 30px;
    display: inline-block;border: 0;
border-radius: 0;
text-decoration: none;
}
#pmpro_cancel a:hover {
    background-color: #2ea44e;
	}

.pmpro_success{ margin-bottom:30px;}
#give-purchase-button {
    background: #f96f0a;
    border: 0;
    color: #fff;
}
.give-donation-level-btn {
    background: #2ea44e;
    color: #fff;
    border: 0;
}
.give_warning {
    border-color: #ffba00;
    text-align: left;
}
#give_purchase_form_wrap legend{
    font-size: 24px;
    font-family: 'Oswald';
    margin-bottom: 30px !important;
    color: #303030;padding-bottom: 20px;
font-weight: normal;
}
.donate_pages h1{ margin-bottom:30px;}
.donate_pages .status-publish {
    width: 600px;
    margin: 40px auto 60px;
    display: table;
    text-align: center;
    background-color: #f1f1f1;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
 
 
#give-email-access-form {
    margin-top: 30px;
}
form#give-email-access-form input#give-email {
    width: 305px;
    border: 1px solid #666;
    padding: 10px;
}
.give_notice {
    padding-top: 10px !important;
    padding-bottom: 10px !important;padding-left: 30px !important;
} 
form#give-email-access-form input.give-submit{    background: #f96f0a;
    border: 0; height:48px;	
    color: #fff;}

.faildonation{ width:100px; height:100px; background:url(img/sad.png); margin:0 auto;}
form.pmpro_form .pmpro_submit{ text-align:center !important;}
#give-receipt{ margin-bottom:20px;display: inline-block;width: 100%;}
#give_donation_receipt th{ font-size: 24px;
    font-family: 'Oswald'; text-shadow:inherit;
    color: #303030;padding-bottom: 20px;
font-weight: normal;}
#give_donation_receipt th span {
    font-size: 24px !important;
}
#give-receipt + a {
    background: #f96f0a;
    color: #fff;
    padding: 10px 20px;
}
#give_user_history td a { 
    background: #2ea44e;
    padding: 5px 10px;
    color: #fff;
    text-shadow: none; 
}
#give_user_history td a span{ text-shadow: none; }

.login-btn {position: relative;}
.header .login-dropdown-list{display:none; z-index: 5; position: absolute;top: 60px;left: 10px;width: 200px;background: #fff;padding: 15px;}
.btn-line.after_login_btn{ width:200px; }
.myaccount_sub li {
    list-style: none;
    padding: 5px 0;
}
.myaccount_sub li a{ color:#000;}
.myaccount_sub li a:hover{color:#2ea44e;}
.archived_cls {

    background: #2ea44e;
    color: #fff;
    padding: 10px 20px 12px;
    width: auto;
    margin: 0 auto 40px; 
    display: table;

}
.anination-section-leaves{ display:none !important;}
.titleclass:first-child {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.give-form-wrap p a.wallbtn {

    background: #2ea44e;
    color: #fff;
    padding: 5px 10px;
    float: left;

}

.docation_wall_part{ width:100%; float:left;}
.donation_wall_aside{ width:250px; float:left;}
.donation_wall_article{ width:calc(100% - 250px); padding-left:30px; float:left;}

.asidenav{ width:100%; float:left;}
.asidenav ul{ margin:15px 0; padding:0; }
.asidenav ul li{ width:100%; float: left; list-style:none; position:relative;  
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;}
.asidenav ul li:after{ content:'';  width: 0;
      height: 0;
border-top: 10px solid transparent;
border-left: 10px solid #2ea44e;
border-bottom: 10px solid transparent;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -9px;
opacity:0;}
.asidenav ul li.active:after{ content:''; opacity:1;}
.asidenav ul li:hover:after{ content:''; opacity:1;}

.asidenav ul li a{ width:100%; float:left; padding:10px 15px; font-family: 'Oswald'; color:#000; font-weight: 400; border: 1px solid #ccc; border-bottom:0;}
.asidenav ul li.active a{ color:#fff; background-color:#2ea44e; } 
.asidenav ul li:hover a{ color:#fff; background-color:#2ea44e; } 
.asidenav ul li:last-child a{ border-bottom:1px solid #ccc;} 
 
.asidenav .showanchor{ background-color: #f45b17;color: #fff; font-family: 'Oswald'; font-weight: 400; padding:10px 15px;
width:100%; display:inline-block;text-transform: uppercase;letter-spacing: 1px;}
.asidenav ul.oldest li:first-child a {border-top: 0;}
 
.donationwall_boxespart{ width:100%; float:left;}
.donationwall_boxespart .donationwall_box{ width:33.33%; float:left; padding:15px; }
.donationwall_boxespart .donationwall_box .donationwall_boxinner{ width:100%; float:left; padding:20px; border: 1px solid #ccc;
text-align: center;box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.donationwall_boxespart .donationwall_box .wallboximg{ width:100%; float:left;margin-bottom: 30px;}
.donationwall_boxespart .donationwall_box .wallboximg img { margin:0 auto; width:150px; height:150px; border-radius:50%; object-fit:cover; }
.donationwall_boxespart .donationwall_box .wallboxcont{width:100%; float:left;}
.donationwall_boxespart .donationwall_box .wallboxcont span{margin-right:20px;font-size:16px;font-family: 'Heebo', sans-serif; font-weight: normal;color: #000;}
.donationwall_boxespart .donationwall_box .wallboxcont .namediv{padding-bottom: 15px; font-size: 22px;font-family: 'Oswald';
font-weight: 400;}
.donationwall_boxespart .donationwall_box .wallboxcont .amountdiv{padding-bottom: 15px; font-weight: bold;
    color: #f96f0a; font-size:20px;}
.donationwall_boxespart .donationwall_box .wallboxcont .datediv{margin-bottom: 20px;}

.deep-green-bg .frm_newslatter .frm_title {
    color: #fff;
    margin-bottom: 10px;
}
.wp-editor-container textarea.wp-editor-area { 
    background: #fff;
    border-radius: 0;
}
/*.donation_wall_sec .donationtable{ width:100%; float:left;}
.donation_wall_sec .donationtable table{ width:100%;}
.donation_wall_sec .donationtable table tr th, .donation_wall_sec .donationtable table tr td{ padding:15px; text-align:center;}
.donation_wall_sec .donationtable table tr th {
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: 400; 
	 color:#2ea44e; border:1px solid;
}
.donation_wall_sec .donationtable table tr td{ color:#000; border:1px solid #ccc;}
.namediv {
    font-size: 18px;
}
.amountdiv {
       font-size: 22px;
    font-weight: bold;
    color: #f96f0a !important;
}
.imgdiv img{width:80px; height:80px;}*/

.single-our-newslatter .entry-content-xl.custom-width-content-box{ flex-wrap:wrap;}

/*----------comment box design--------*/
.comment-respond input{ width: 100%; height: 60px; padding: 0 15px; background-color: #f1f1f1;border: 0; outline: 0;}
.comment-respond textarea{   resize: none;width: 100%; height: 60px; padding: 15px; height: 230px; background-color: #f1f1f1;border: 0; outline: 0;}
.comment-respond input[type="submit"] { background-color: #f96f0a !important; width: 170px; font-weight: bold; text-transform: uppercase;color: #fff !important; font-size: 16px;}
.comment-respond input[type="submit"]:hover { background-color: #2ea44e !important; color: #fff !important; }
.comment-respond .comment-form-author{ width: 49%; float: left;}
.comment-respond .comment-form-email{width: 49%; float: right;}

 .comment-form-comment {
    margin-top: 40px;
}
.comments-area ol {width: 100%;float: left; margin-top: 40px;}
.comments-area ol li{list-style: none;}
.comments-area .comment-body{ width: 100%; float: left;}
.comments-area .comment-body .comment-author{ width: 50px; float: left;}
.comments-area .comment-body .cmnt_rightbox{ width: calc(100% - 50px); float: right; padding-left: 20px;}
.comment-body .comment-edit-link {color: #000; font-size: 14px; text-decoration: underline;}
.comments-area .comment-body .cmnt_rightbox .top-meta-col{ padding-bottom: 5px;}
.comments-area .comment-body .cmnt_rightbox .top-meta-col .fn {
    font-size: 18px;font-family: 'Oswald';
    color:#2ea44e;
    text-transform: uppercase;
    padding: 0 10px;
}
.comments-area .comment-body .cmnt_rightbox .top-meta-col  a {
    color: 
    #000;
    font-size: 14px;
}
.comments-area .comment-body .cmnt_rightbox .comment_wrap{ padding: 10px 0; width: 100%; float: left;}
.comments-area .comment-body .cmnt_rightbox .reply{width: 100%; float: left; margin: 10px 0 20px;}
.comments-area .comment-body .cmnt_rightbox .reply a {
color: #fff;
padding: 8px 20px;
background:#2ea44e; font-size:14px;
}
.comment-body .entry-content p {
    padding-bottom: 10px;
    margin: 0;
}

.comment-respond h3 small{font-size: 16px;}
.comment-respond h3 a{color: #2ea44e; text-decoration: underline;}
h3#comments{ font-size:26px; margin-bottom:20px;}
.comment-respond h3{font-family: 'Oswald'; font-size:32px; margin-bottom:20px;}
.comment-respond .logged-in-as a{text-decoration: underline; color:#000; margin-bottom:20px;}

.comment-respond label{ margin-bottom:10px;}
.comment-respond input#wp-comment-cookies-consent {
    float: left;
    width: auto;
    height: 22px;
    margin-right: 10px;
}
.comment-respond .comment-list {

    border: 1px solid #f1f1f1;
    padding: 20px;
    margin: 20px 0;

}
.comment-respond {

    width: 100%;
    float: left;
    margin: 30px 0 0;

}
div.error { 
    font-size: 14px;
}
.comment-list .children {
    padding-left: 20px;
    padding-top: 30px;
    width: 100%;
    float: left;margin: 0;
}


.comment-list .children .comment-author + em{    position: relative;
    top: -15px;
    left: -50px;}

.pmpro-has-access {
    margin-top: 30px;
}
.pmpro-confirmation h1{ margin-bottom:30px;}

.overlaylink{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
#cookii-message{ text-align:center;}
.cookii-column.cookii-column-3 {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: table;
    padding-top: 20px;
}
.cookii-column.cookii-column-3 button {
    margin: 0 5px;
    width: 130px;
    height: 40px;
}
.cookii-toggle {
    text-align: left;
    background: #f1f1f1;
    padding: 15px;
    margin-top: 15px;
}
#cookii-message a{ text-align:center;}
.anno_anchordiv{ margin-top:40px;width: calc(100% - 250px);float: left;} 

.scroll-down-panel img{ width:30px; height:auto;}

.scroll-down-panel {
	position: fixed; right:70px; bottom:50px;
	z-index: 10 !important;
	text-align: center;
	cursor: pointer; 
}

@-webkit-keyframes bounce{
    0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}
    50%{-webkit-transform:translateY(0);transform:translateY(0)}
    100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}
@keyframes bounce{
    0%{-webkit-transform:translateY(-8px);transform:translateY(-8px);transform:translateY(-8px)}
    50%{-webkit-transform:translateY(0);transform:translateY(0);transform:translateY(0)}
    100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);transform:translateY(-8px)}
} 
 
.scroll-down-panel-circle {padding: 20px 0;
	text-align: center;
	display: block;
	margin: 25px auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: bounce ease-in-out 1s infinite;
	animation: bounce ease-in-out 1s infinite;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.footer {
    position: relative;
    z-index: 13;
}
/*-------------back to top button--------------*/
#backtotop {
  display: inline-block;
  background-color: #f96f0a;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom:65px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after { content:''; background:url(img/backtotop.png) no-repeat center; display: inline-block;width:100%; height:100%; transform:scale(0.7);
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.page-template-templete-news .media-modal-close{
    width: 120px;
    
}
.page-template-templete-news .media-modal-content .media-frame select.attachment-filters {
    margin-right: 6%;
    width: calc(48% - 20px);
    position: relative;
    top: -23px;
    left: 10px;
}
.page-template-templete-news label[for="media-attachment-date-filters"]{
    display: none;
    
}
.page-template-templete-news #media-attachment-date-filters{
 display: none;   
}
.subscribe-panel-section .wpcf7 {
    width: 604px;
    margin: 0 auto;
}
.comment-block-inner .wpcf7 {
    width: 100%;
}
.comment-block-inner input[type="email"] {
    border-color: #000;
}
.comment-block-inner input[type="submit"] {
 background-image: url(img/sub-btnn-black.png);
color: #000;
}
.deep-green-bg2 .pmpro_checkout-fields p {
    color: #fff;
    font-size: 16px;
}
.deep-green-bg2 .pmpro_checkout-fields p a{
    color: #fff; text-decoration:underline;
}
.pmpro_form .deep-green-bg2 { 
    margin-top: 30px; 
}
.pmpro_confirmation_wrap li {
    list-style: none;
}
.entry-footer .edit-link {
    display: none;
}
.pmpro_confirmation_wrap li {
    background: #f1f1f1;
    padding: 10px 20px 30px;
}
.pmpro_a-print{ margin:15px; }
input[type="button"]#other_discount_code_button {
    text-decoration: none !important;
    border: 0 !important;
    margin: 30px 0 0 !important;
    padding: 10px 30px !important;
    background: #f96f0a !important;
}
input[type="button"]#other_discount_code_button:hover { 
    background: #fff !important;
	color:#f96f0a !important;
}
#other_discount_code_p {
    margin-bottom: 30px;
}
#other_discount_code_tr label {
    padding: 0;
}
#pmpro_message.pmpro_discount_code_msg {
    display: none !important;
}
#pmpro_message_bottom.pmpro_discount_code_msg {
    display: table !important;
    width: auto;
    margin: 0 auto;
}
@media screen and (max-width:1280px) {
/*.pmpro-confirmation .status-publish{ width:100%;}
.pmpro-account .status-publish{ width:100%;} 
.pmpro-invoice .status-publish{width:100%;}
.pmpro-levels .status-publish{ width:100%;}*/
	
	}
	
	
/*------19/05/2020------*/
.resources-col-a .post-thum-img a{overflow: hidden;} 
.page-template-resources .resources-col-a .entry-title-md { 
    font-size: 20px;
    height: 70px;
}
.resources-col-a .post-btn-row a {
    white-space: normal;
    float: left;
    max-width: none;
    overflow: visible;
    height: auto;
    line-height: 26px;
    text-align: left;
    padding: 10px 15px;
}
.design-practice-section .columns-block h4{      font-family: 'Oswald';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    color: #2ea44e;
    margin-top: 30px;}

.green-bg.design-practice-section .columns-block h4{color: #484848;}
.resources-col-a .entry-content {
    min-height: 105px;
}
#pmpro_actionlink-password {
    display: none;
}

#select_user_to_edit_form {
   display:none;
 
}
#wppb-edit-user {
    width: 600px; float: left;margin: 40px 0 0;
}
.select2-container--default .select2-selection--single { 
    height: 50px !important;
    padding: 10px;
}
#wppb-edit-user input {width: 100%;
    height: 50px; padding: 0 15px !important;
}
.form-submit {
    margin-top: 20px !important;
    float: right;
}
#wppb_form_general_message {
    padding-bottom: 10px !important;
    margin: 30px 0 0 !important;
}
#wppb-edit-user input#edit_profile {
    background: #f96f0a;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 0 60px !important;
}
.#wppb-edit-user input#edit_profile:hover {
    background-color: #2ea44e;
}
.select2-container--default .select2-selection--single { 
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;}
#wppb-edit-user h4 {
    font-size: 28px;
    margin: 20px 0;
    font-weight: 500;
    font-family: 'oswald';
    text-transform: uppercase;
}
/*------10/06/2020-------*/
.resources-col-a .entry-content p {
    padding: 0;
}
.resources-col-a .post-thum-img a{overflow: hidden;} 
.page-template-resources .resources-col-a .entry-title-md { 
    font-size: 20px;
    height: 70px;
}
.resources-col-a .post-btn-row a {
    white-space: normal;
    float: left;
    max-width: none;
    overflow: visible;
    height: auto;
    line-height: 26px;
    text-align: center;
    padding: 10px 15px;
}
.design-practice-section .columns-block h4{      font-family: 'Oswald';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    color: #2ea44e;
    margin-top: 30px;}

.green-bg.design-practice-section .columns-block h4{color: #333;}
.resources-col-a .entry-content {
    min-height: 105px;
}
.members-panel-section .entry-title {
    margin-bottom: 30px;
}
.news_contbox {
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {

	
	.resources-col-a .entry-content {
    min-height: inherit !important;
	}
}
.mt-60 {
	margin-top: 60px;
}
#comments .comments-title {
	font-family: 'Oswald';
}
.task-group-wrapper {
	border: 1px solid #fff;
    padding: 15px;
    border-radius: 10px;
}
.task-group-wrapper.dark-box {
	border-color: #2ea44e;
}
.task-group-wrapper:hover {
	background-color: #484848;
}
.task-group-wrapper .columns-block-inner h4 {
	margin-bottom: 0;
	color: #fff !important;
}
.task-group-wrapper img {
    border-radius: 10px;
}
.design-group-wrapper .columns-block-inner {
	padding: 15px;
    border: 1px solid #888;
    border-radius: 10px;
	transition: all 0.3s ease;
}
.design-group-wrapper .columns-block-inner img {
    border-radius: 10px;
}
.design-practice-section .columns-block.design-group-wrapper h4 {
	margin-bottom: 0;
}
.design-practice-section .columns-block.design-group-wrapper h4 a,
.design-practice-section .columns-block.design-group-wrapper h4 a:hover,
.design-practice-section .columns-block.design-group-wrapper h4 a:focus,
.design-practice-section .columns-block.design-group-wrapper h4 a:active {
	color: #484848;
}
.design-group-wrapper .columns-block-inner:hover {
	background-color: #484848;
}
.design-practice-section .columns-block.design-group-wrapper:hover h4 a {
	color: #fff;
}
.all-comments .comment-list .children .comment-author + em,
.all-comments .comment-list .comment-body em {
	position: static;
    margin-left: 17px;
    margin-bottom: 9px;
    display: inline-block;
}
/*200624*/
.proj_bt a { background:#f45b17; display:block; padding:15px 30px; border-radius:3px;  font-family: 'Sulphur Point';
  font-weight: 700;
  font-size: 18px; color:#FFF; text-align:center;  }
.proj_bt a:hover { background:#2ea44e;  }
#homebt.proj_bt { margin-top:20px;}
#homebt.proj_bt a { font-size:16px; padding:15px 20px; }
@media only screen and (max-width: 991px) {
	.proj_bt { width:100%;}
	.proj_bt a { font-size:16px;}
}
	