/*------------------------------------------------------------------
[Table of contents]
This file include css code for element.
Press Ctrl + F to find component. Ex: "#Header";

0. #Utility class
1. #GLobal-component
2. #Button
3. #Widget
-------------------------------------------------------------------*/

/* ==========================================================================
  0.#Utility class
========================================================================== */
.font-bold {
	font-weight: 700;
}
*:focus {
	outline: none;
}
a {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:focus {
	outline: none !important;
	background-color: transparent;
}
a:hover {
	color: #f15f2a;
	text-decoration: none;
}
.swin-box-shadow {
	box-shadow: 0 0 26px 0 #00000030;
}
section {
	background-position: center center;
	background-size: cover;
}

section:not(:last-child) {
	margin-bottom: 130px;
}
.swin-row-knob {
	margin-top: 165px;
	padding: 0;
}
.swin-box-shadow {
	box-shadow: 0 0 26px 0 #00000030;
}
div.swin-bg-position-left-center {
	background-position: left center !important;
}
.text-default {
	color: #f15f2a;
}
.form-control {
	background-color: transparent;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	height: 40px;
	box-shadow: none;
	padding: 6px 12px;
}
.form-control:focus {
	box-shadow: none;
}
select.form-control {
	padding-left: 7px;
}
.swin-row-parallax {
	background-attachment: fixed;
}
.builday-mtop35 {
	margin-top: 35px;
}
.builday-mtop50 {
	margin-top: 50px;
}
.builday-mtop80 {
	margin-top: 80px;
}
.swin-medium-heading {
	color: #272727;
	text-align: left;
	font-family: Noto Sans;
	font-weight: 700;
	font-style: normal;
}
.builday-medium-heading-style2 {
	font-size: 35px;
	color: #272727;
	text-align: left;
	font-family: Oswald;
	font-weight: 700;
	font-style: normal;
}
.swin-flex-center {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.media-body {
	width: auto !important;
}
.swin-row-knob {
	overflow: visible !important;
}
div.swin-bg-position-left-center {
	background-position: left center !important;
}
.text-description.center {
	text-align: center;
}
.text-description.left {
	text-align: left;
}
.text-description.right {
	text-align: right;
}
.text-description.light {
	color: #e6e6e6;
}
.text-description.light-02 {
	color: #cfd4d9;
}
.flexslider {
	margin-bottom: 0;
	background-color: transparent;
	border: none;
}
@-webkit-keyframes fadeInUpShort {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUpShort {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUpShort {
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
}
.margin-top-100 {
	margin-top: 100px;
}
.swin-margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-top-50 {
	margin-top: 50px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-top-120 {
	padding-top: 120px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.padding-top-100 {
	padding-top: 100px;
}
.slick-slide {
	height: auto !important;
}
.last-col {
	overflow: hidden !important;
}
.pdn {
	padding: 0 !important;
}
.pdx {
	padding: 3px;
}
.pdm {
	padding: 10px;
}
.pdl {
	padding: 20px;
}
.pdxl {
	padding: 30px;
}
.pdxxl {
	padding: 40px;
}
.pdsl {
	padding: 100px;
}
.ptn,
.pvn,
.pan {
	padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
	padding-top: 3px !important;
}
.pts,
.pvs,
.pas {
	padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
	padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
	padding-top: 20px !important;
}
.ptxl,
.pvxl,
.paxl {
	padding-top: 30px !important;
}
.ptxxl,
.pvxxl,
.paxxl {
	padding-top: 40px !important;
}
.prn,
.phn,
.pan {
	padding-right: 0 !important;
}
.prx,
.phx,
.pax {
	padding-right: 3px !important;
}
.prs,
.phs,
.pas {
	padding-right: 5px !important;
}
.prm,
.phm,
.pam {
	padding-right: 10px !important;
}
.prl,
.phl,
.pal {
	padding-right: 20px !important;
}
.prxl,
.phxl,
.paxl {
	padding-right: 30px !important;
}
.prxxl,
.phxxl,
.paxxl {
	padding-right: 40px !important;
}
.pbn,
.pvn,
.pan {
	padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
	padding-bottom: 3px !important;
}
.pbs,
.pvs,
.pas {
	padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
	padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
	padding-bottom: 20px !important;
}
.pbxl,
.pvxl,
.paxl {
	padding-bottom: 30px !important;
}
.pbxxl,
.pvxxl,
.paxxl {
	padding-bottom: 40px !important;
}
.pln,
.phn,
.pan {
	padding-left: 0 !important;
}
.plx,
.phx,
.pax {
	padding-left: 3px !important;
}
.pls,
.phs,
.pas {
	padding-left: 5px !important;
}
.plm,
.phm,
.pam {
	padding-left: 10px !important;
}
.pll,
.phl,
.pal {
	padding-left: 20px !important;
}
.plxl,
.phxl,
.paxl {
	padding-left: 30px !important;
}
.plxxl,
.phxxl,
.paxxl {
	padding-left: 40px !important;
}
.mtn,
.mvn,
.man {
	margin-top: 0 !important;
}
.mtx,
.mvx,
.max {
	margin-top: 3px !important;
}
.mts,
.mvs,
.mas {
	margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
	margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
	margin-top: 20px !important;
}
.mtxl,
.mvxl,
.maxl {
	margin-top: 30px !important;
}
.mtxxl,
.mvxxl,
.maxxl {
	margin-top: 40px !important;
}
.mtsl,
.mvsl,
.masl {
	margin-top: 100px !important;
}
.mrn,
.mhn,
.man {
	margin-right: 0 !important;
}
.mrx,
.mhx,
.max {
	margin-right: 3px !important;
}
.mrs,
.mhs,
.mas {
	margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
	margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
	margin-right: 20px !important;
}
.mrxl,
.mhxl,
.maxl {
	margin-right: 30px !important;
}
.mrxxl,
.mhxxl,
.maxxl {
	margin-right: 40px !important;
}
.mrsl,
.mhsl,
.masl {
	margin-right: 100px !important;
}
.mbn,
.mvn,
.man {
	margin-bottom: 0 !important;
}
.mbx,
.mvx,
.max {
	margin-bottom: 3px !important;
}
.mbs,
.mvs,
.mas {
	margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
	margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
	margin-bottom: 20px !important;
}
.mbxl,
.mvxl,
.maxl {
	margin-bottom: 30px !important;
}
.mbxxl,
.mvxxl,
.maxxl {
	margin-bottom: 40px !important;
}
.mbsl,
.mvsl,
.masl {
	margin-bottom: 100px !important;
}
.mln,
.mhn,
.man {
	margin-left: 0 !important;
}
.mlx,
.mhx,
.max {
	margin-left: 3px !important;
}
.mls,
.mhs,
.mas {
	margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
	margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
	margin-left: 20px !important;
}
.mlxl,
.mhxl,
.maxl {
	margin-left: 30px !important;
}
.mlxxl,
.mhxxl,
.maxxl {
	margin-left: 40px !important;
}
.mlsl,
.mhsl,
.masl {
	margin-left: 100px !important;
}
.padding-left0 {
	padding-left: 0 !important;
}

/* ==========================================================================
   1. #GLobal-component
   ========================================================================== */

.title {
	font-family: "Oswald", sans-serif;
	color: #272727;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.adminbar-on header.header-fixed {
	top: 32px;
}

.header.header-fixed img {
	height: 85px;
	padding-top: 0.5rem;
}

.main-slider .slick-arrow {
	display: none !important;
}

section {
	background-size: cover;
}
form input.form-control:focus,
form textarea.form-control:focus {
	border-bottom: 1px solid #f6ba0b;
}
.form-control {
	border: 0;
	border-bottom: 1px solid #dadada;
	padding-left: 0;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 0;
	height: 40px;
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	border-color: inherit;
}
.form-group {
	margin-bottom: 40px;
}
.form-group:last-child {
	margin-bottom: 0;
}
.swin-transition {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.text-description {
	margin-bottom: 40px;
}
/* ==========================================================================
   Blog
   ========================================================================== */

.blog-item .blog-featured-img.builday-feature-image:not(.empty) {
	position: relative;
}
.blog-item .blog-featured-img.builday-feature-image img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.blog-item .blog-featured-img.builday-feature-image:not(.empty) {
	padding-top: 66.66%;
	overflow: hidden;
}
.blog-single .blog-item .blog-featured-img.builday-feature-image:not(.empty) {
	padding-top: 0;
	margin-bottom: 0;
}
.blog-single .blog-item .blog-featured-img.builday-feature-image img {
	position: relative;
}
.blog-item .blog-date .day {
	display: block;
	font-size: 36px;
	line-height: 1;
	border-bottom: 1px solid #0000004d;
	padding-bottom: 5px;
	position: relative;
	left: -2px;
}
.blog-item .blog-title {
	margin-top: 5px;
	margin-bottom: 25px;
}
.blog-item .blog-title a {
	color: #272727;
	font-weight: 700;
	line-height: 28px;
}

/* Empty Featured Image */
.blog-featured-img.empty {
	padding-top: 0;
	margin-bottom: 0;
}
.blog-featured-img.empty + .blog-meta-info {
	display: none;
}
.blog-meta-info + .blog-date {
	display: none;
}
.blog-featured-img.empty + .blog-meta-info + .blog-date {
	display: block;
}
.blog-item .blog-featured-img:not(.empty) + .blog-date.default {
	margin-top: 20px;
}
.blog-item .blog-date.default {
	margin-top: -8px;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
}
.blog-item .blog-meta-info + .blog-date a {
	color: #494949;
}
.blog-item .blog-date.default a {
	color: #616f7d;
}
.blog-item .blog-date.default a:hover {
	color: #e4ad0b;
	text-decoration: underline;
}
.blog-item .blog-meta-info + .blog-date .day {
	display: inline-block;
	border-bottom: 0;
	font-size: 14px;
	left: 0;
	margin-right: 5px;
}
.blog-item .blog-date.default:before {
	content: "\f073";
	font-family: "FontAwesome";
	margin-right: 8px;
	color: #494949;
}
.blog-item .blog-meta-info + .blog-date .month,
.blog-item .blog-meta-info + .blog-date .year {
	margin-right: 2px;
}
.blog-item .blog-info .blog-info-item {
	display: inline-block;
}
.blog-item .blog-info .blog-info-item:after {
	content: "|";
	color: #bcbcbc;
	margin-left: 8px;
	font-size: 10px;
	vertical-align: 2px;
	margin-right: 10px;
}
.blog-item .blog-info .blog-info-item:last-child:after {
	display: none;
}
.blog-item .blog-info-item .fa-comment {
	margin-right: 5px;
}
.blog-item .blog-other-meta {
	margin: 10px 0 20px 0;
}
.blog-item .blog-other-meta .blog-info-item {
	display: inline-block;
	position: relative;
}
.blog-item .blog-other-meta .blog-info-item:not(:first-child) {
	padding-left: 20px;
}
.blog-item .blog-other-meta .blog-info-item:not(:first-child):before {
	content: "|";
	position: absolute;
	left: 7px;
}
/* Pagination */
.pagination-wrapper {
	text-align: center;
}
.pagination > li {
	display: inline-block;
	margin: 0 10px;
}
.pagination > li > span.active {
	border: 0;
	color: #f6ba0b;
	position: relative;
	line-height: 28px;
}
.pagination > li > span.active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background-color: #f6ba0b;
}
.pagination > li > span:hover,
.pagination > li > span:focus {
	background-color: transparent;
}
.pagination-wrapper ul.pagination {
	margin-top: 50px;
}
.pagination-wrapper ul.pagination li a {
	color: #343434;
	padding: 8px 6px;
	border: 0;
}
.pagination-wrapper ul.pagination li a i {
	font-size: 17px;
	font-weight: 700;
	line-height: 18px;
	position: relative;
	top: 1px;
}
.pagination-wrapper ul.pagination li a.next,
.pagination-wrapper ul.pagination li a.previous {
	font-size: 18px;
	color: #343434;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pagination-wrapper ul.pagination li a.next:after,
.pagination-wrapper ul.pagination li a.previous:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #a2a2a2;
	left: 7px;
	right: 7px;
	bottom: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pagination-wrapper ul.pagination li a.next:hover:after,
.pagination-wrapper ul.pagination li a.previous:hover:after {
	border-bottom-color: #f6ba0b;
}
.pagination-wrapper ul.pagination li a.next i {
	margin-left: 15px;
}
.pagination-wrapper ul.pagination li a.previous i {
	margin-right: 15px;
}
.pagination-wrapper .pagination > li > a,
.pagination > li > span {
	padding: 8px 6px;
}
.pagination-wrapper ul.pagination li a:hover,
.pagination-wrapper ul.pagination li a:focus {
	background: none;
	color: #f6ba0b;
	text-decoration: none;
}
.pagination-wrapper ul.pagination li.disable a {
	color: #cecccc;
	cursor: default;
}
.pagination-wrapper .disable {
	pointer-events: none;
}
/* ==========================================================================
  #Heading
========================================================================== */
.swin-sc-title {
	padding-top: 15px;
	margin-bottom: 20px;
	position: relative;
}
.swin-sc-title.text-left {
	text-align: left;
}
.swin-sc-title.text-left.style-01 {
	padding-left: 30px;
}
.main-title {
	font-size: 40px;
	margin-top: 0;
	position: relative;
	z-index: 1;
}
.sub-title {
	font-size: 16px;
	color: #343434;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}
.title-shape {
	position: absolute;
	width: 138px;
	border-bottom: 1px solid #f6ba0b;
}
.title-shape .shape {
	display: block;
	width: 138px;
	position: relative;
	left: 0;
	top: -15px;
}
.title-shape .shape:before {
	content: "";
	position: absolute;
	width: 130px;
	left: -30px;
	top: 70px;
	border-bottom: 1px solid #f6ba0b;
	transform: rotate(58deg);
}
.title-shape .shape:after {
	content: "";
	position: absolute;
	width: 130px;
	left: 40px;
	top: 70px;
	border-bottom: 1px solid #f6ba0b;
	transform: rotate(-58deg);
}
/* Text align */
.text-left .title-shape {
	left: 0;
	top: 0;
}
.text-center .title-shape {
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.text-right .title-shape {
	right: 0;
	top: 0;
}
/* Text color */
.swin-sc-title.light .main-title {
	color: #fff;
}
.swin-sc-title.light .sub-title {
	color: #b0b0b0;
}
.swin-sc-title.light .extra-title {
	color: #b0b0b0;
}
/* Style 2 */
.style-02 .main-title {
	font-size: 35px;
}
.swin-sc-title.style-02 {
	padding-top: 0;
}
/* ==========================================================================
  #Button
========================================================================== */
.swin-btn,
.swin-btn:before,
.swin-btn:after {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Border Style */
.swin-btn-wrap {
	min-height: 45px;
	padding-top: 10px;
	margin-top: 30px;
}
.swin-btn {
	min-width: 150px;
	border: 1px solid #a9a9a9;
	padding: 10px 30px;
	font-size: 15px;
	color: #343434;
	font-weight: 700;
	text-transform: capitalize;
	opacity: 1;
}
.swin-btn:hover {
	color: #343434;
	text-decoration: none;
	border-color: transparent;
	opacity: 0.9;
	cursor: pointer;
}
.swin-btn:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 50%;
	background-color: transparent;
	border-right: 1px solid #a9a9a9;
	top: 50%;
	bottom: 50%;
	left: 0;
}
.swin-btn:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 1px;
	background-color: #a9a9a9;
	left: auto;
	top: 50%;
	right: -10px;
}
.swin-btn:hover {
	border-color: transparent;
}
.swin-btn:hover:before {
	top: 10px;
	bottom: 10px;
}
.swin-btn:hover:after {
	left: 15px;
	right: 15px;
	width: auto;
}
/* Line Right Style */
.swin-btn.btn-line-right {
	padding: 0;
	font-size: 14px;
	border: 0;
}
.swin-btn.btn-line-right:hover:before {
	top: -2px;
	bottom: -2px;
}
.swin-btn.btn-line-right:after {
	right: -30px;
	width: 25px;
}
.swin-btn.btn-line-right:hover:after {
	left: -10px;
	right: -10px;
	width: auto;
}
/* Line Bottom Style */
.swin-btn.btn-line-bottom {
	padding: 0;
	border: 0;
}
.swin-btn.btn-line-bottom:after {
	left: 0;
	right: 0;
	top: auto;
	bottom: -5px;
	width: auto;
}
.swin-btn.btn-line-bottom:hover:after {
	top: 50%;
	left: -10px;
	right: -10px;
	width: auto;
}
.swin-btn.btn-line-bottom:hover:before {
	top: -5px;
	bottom: -5px;
}
/* Line Background Style */
.swin-btn.btn-bg {
	border-color: #f6ba0b;
	background-color: #f6ba0b;
	color: #fff;
}
.swin-btn.btn-bg:hover {
	background-color: transparent;
	border-color: #f6ba0b;
	color: #f6ba0b;
}
input.swin-btn.btn-bg {
	min-width: 165px;
}
input.swin-btn.btn-bg:hover {
	background-color: transparent;
	color: #f6ba0b;
}
.swin-btn.btn-bg:before,
.swin-btn.btn-bg:after {
	display: none;
}
.swin-btn.btn-bg:hover:after {
	width: auto;
}

/* Social List */
.socials li a {
	display: inline-block;
	background-color: transparent;
	width: 35px;
	height: 35px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.socials li a:hover {
	background-color: #f6ba0b;
	border-color: #f6ba0b;
}
.socials li a i {
	color: #fff;
}
.socials-dark li a {
	border: 1px solid #dbdbdb;
	width: 30px;
	height: 30px;
	line-height: 29px;
}
.socials-dark li a i {
	color: #a2a2a2;
}
.socials-dark li a:hover {
	background-color: #e4ad0b;
}
.socials-dark li a:hover i {
	color: #fff;
}
ul.nav.nav-tabs {
	margin-bottom: 35px;
	border-color: #f15f2a;
}
ul.nav.nav-tabs > li > a {
	padding: 20px 60px 15px;
	border-radius: 14px 14px 0 0;
	border-color: #e6e6e6;
	border-bottom-color: transparent;
	color: #adadad;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 1px;
}
ul.nav.nav-tabs > li > a:hover {
	background-color: transparent;
}
ul.nav.nav-tabs > li.active a {
	color: #29272e;
	border-color: #f15f2a;
	border-bottom-color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.wrapper-content .swin_col-sm-12 {
		width: 100%;
	}
}

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */

.datepicker-dropdown {
	border-radius: 0;
	padding: 15px;
}
.datepicker td,
.datepicker th {
	border-radius: 0;
}
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th {
	padding: 5px 10px;
}
.datepicker thead tr:last-child {
	background-color: #f2f2f2;
}
.datepicker thead tr:last-child th {
	border-right: 1px solid #fff;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #c9c9c9;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active[disabled] {
	background: #f15f2a;
}
.pageload-overlay.show,
.pageload-overlay {
	background-color: #f15f2a;
	visibility: visible;
}

/* #Widget */
.footer-main {
	color: #acb4ba;
}
.widget-sidebar {
	margin-bottom: 60px;
}
.widget_social {
	margin-top: -30px;
}
footer .widget-title {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.3;
}
.footer-top-section .widget_nav_menu ul li {
	display: inline-block;
	border-bottom: 0;
	margin: 0 30px;
}
.footer-top-section .widget_nav_menu ul li:last-child {
	margin-right: 0;
}
.footer-top-section .widget_nav_menu ul li a {
	font-size: 13px;
	color: #e5e9eb;
	text-transform: uppercase;
}
.footer-top-section .widget_nav_menu ul li a:hover {
	color: #f6ba0b;
	text-decoration: none;
}

footer .widget-sidebar:last-child {
	margin-bottom: 0;
}
ul.wg-social {
	margin-left: -10px;
	margin-bottom: -10px;
}
ul.wg-social li {
	padding-bottom: 10px;
}
.widget_social {
	margin-top: -30px;
}
/* Widget Icon box */

.widget-icon-box .box-item {
	clear: both;
}
.widget-icon-box .box-item:not(:first-child) {
	margin-top: 12px;
}
.widget-icon-box .box-item .icon {
	display: table-cell;
	width: auto;
	height: 50px;
	text-align: left;
	line-height: 28px;
	padding-right: 10px;
}
.widget-icon-box .box-item .icon i {
	color: #e4ad0b;
	font-size: 18px;
	padding-bottom: 5px;
}
.widget-icon-box .box-item .info-content {
	display: table-cell;
	vertical-align: top;
}
.widget-icon-box .box-item .info-content br {
	display: block;
	margin-top: 8px;
}

/* Subcribe Form */

.mc4wp-form-fields {
	position: relative;
}
.mc4wp-form-fields input[type="email"] {
	color: inherit;
	padding: 6px 0;
	background-color: transparent;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	box-shadow: none;
	width: 100%;
}
.mc4wp-form-fields button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border-radius: 50%;
	border: 3px solid #000c;
	width: 26px;
	height: 26px;
	color: #f6ba0b;
	font-size: 10px;
	text-align: center;
	box-shadow: none;
}
.mc4wp-form-fields input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #acb4ba;
}
.mc4wp-form-fields input::-moz-placeholder {
	/* Firefox 19+ */
	color: #acb4ba;
}
.mc4wp-form-fields input:-ms-input-placeholder {
	/* IE 10+ */
	color: #acb4ba;
}
.mc4wp-form-fields input:-moz-placeholder {
	/* Firefox 18- */
	color: #acb4ba;
}

/* Custom animation */
@-webkit-keyframes swinFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes swinFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.wrapper-content .swinFadeInRight {
	-webkit-animation-name: swinFadeInRight;
	animation-name: swinFadeInRight;
}
