/*!
Theme Name: ferrum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6


/* Document
	 ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');

.s-parallax,
.cover-image,
.cover-background,
.texture-background {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.cover-image {
	height: 100%;
	width: 100%;
}

.texture-background {
	background-image: url(../img/background-texture-cover.jpg);
}

.pattern-background:before {
	background-image: url(../img/patterns/pattern8.png);
}

@media (min-width: 992px) {
	.cover-image {
		background-position: 50% 50%;
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.cover-image.s-cover-right {
		left: auto;
		width: 50%;
	}

	.cover-image.s-cover-left {
		width: 50%;
	}

	.cover-image.small-cover {
		width: 40.65%;
	}

	.cover-image > img {
		visibility: hidden;
	}

	.cover-image > a {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.cover-image + [class*='container'] [class*='col-'] > img,
	.cover-image + [class*='container'] [class*='col-'] > a:after,
	.cover-image + [class*='container'] [class*='col-'] > a > img {
		visibility: hidden;
	}
}

.service-bg {
    background-image: url(img/service-bg.jpg);
}
.service-bg2 {
    /*background-image: url(img/service-bg2.jpg);*/
}

.s-parallax:before, .s-overlay:before, .s-muted:before, .s-overlay-diagonal-double:before, .s-overlay-diagonal-double:after, .pattern-background:before, .gradient-background:before, .gradientvertical-background:before, .gradientdarken-background:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.s-overlay.ds.bs:before {
    background-color: #1a202e;
    opacity: 0.8;
}

.fixed-background, .s-parallax {
    background-attachment: fixed;
    /*background-position: 50% 0;*/
}

.item-steps {
    counter-reset: step;
}
.ds.bs {
    background-color: #2f3e47;
}


/*
** Special Heading
*/
.special-heading {
	line-height: 1;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}

.special-heading + p.special-heading {
	margin-top: 21px;
}

.special-heading.with-line:after {
	background-color: #ff631b;
	content: "";
	display: block;
	height: 1px;
	margin-top: 23px;
	position: relative;
	width: 100px;
}

@media (min-width: 768px) {
	.special-heading.with-line:after {
		left: -28px;
		margin-top: 15px;
	}
}

.shadow-heading {
	font-size: 70px;
	left: 0;
	line-height: 1;
	margin: 0;
	opacity: 0.05;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	word-break: initial;
	z-index: -1;
}

@media (min-width: 768px) {
	.shadow-heading {
		font-size: 100px;
	}
}

@media (min-width: 992px) {
	.shadow-heading {
		font-size: 150px;
		left: -25px;
	}
}

@media (min-width: 1500px) {
	.shadow-heading {
		font-size: 200px;
		left: -75px;
	}
}

.subheading {
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.subheading {
		letter-spacing: 0.7em;
	}
}

.text-center.with-line:after,
.text-center .with-line:after {
	left: 50%;
	transform: translateX(-50%);
}

.text-center.text-md-left.with-line:after,
.text-center.text-md-left .with-line:after,
.text-center .text-md-left.with-line:after,
.text-center .text-md-left .with-line:after {
	left: 0;
	transform: none;
}

@media (max-width: 767px) {
	.text-center.text-md-left .with-line:after,
	.text-center .text-md-left .with-line:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.text-center.text-lg-left.with-line:after,
.text-center.text-lg-left .with-line:after,
.text-center .text-lg-left.with-line:after,
.text-center .text-lg-left .with-line:after {
	left: -28px;
	transform: none;
}

@media (max-width: 991px) {
	.text-center.text-lg-left.with-line:after,
	.text-center.text-lg-left .with-line:after,
	.text-center .text-lg-left.with-line:after,
	.text-center .text-lg-left .with-line:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.text-center.text-xl-left.with-line:after,
.text-center.text-xl-left .with-line:after,
.text-center .text-xl-left.with-line:after,
.text-center .text-xl-left .with-line:after {
	left: -28px;
	transform: none;
}

@media (max-width: 1199px) {
	.text-center.text-xl-left.with-line:after,
	.text-center.text-xl-left .with-line:after,
	.text-center .text-xl-left.with-line:after,
	.text-center .text-xl-left .with-line:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	h3.big.special-heading {
		margin-top: -2px;
	}
}

.text-center .shadow-heading {
	left: 50%;
	transform: translate(-50%, -50%);
}

.text-center.text-md-left .shadow-heading,
.text-center .text-md-left .shadow-heading {
	left: -25px;
	transform: translate(0, -50%);
}

@media (max-width: 767px) {
	.text-center.text-md-left .shadow-heading,
	.text-center .text-md-left .shadow-heading {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.text-center.text-lg-left .shadow-heading,
.text-center .text-lg-left .shadow-heading {
	left: -25px;
	transform: translate(0, -50%);
}

@media (min-width: 1500px) {
	.text-center.text-lg-left .shadow-heading,
	.text-center .text-lg-left .shadow-heading {
		left: -75px;
	}
}

@media (max-width: 991px) {
	.text-center.text-lg-left .shadow-heading,
	.text-center .text-lg-left .shadow-heading {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.text-center.text-xl-left .shadow-heading,
.text-center .text-xl-left .shadow-heading {
	left: -75px;
	transform: translate(0, -50%);
}

@media (max-width: 1199px) {
	.text-center.text-xl-left .shadow-heading,
	.text-center .text-xl-left .shadow-heading {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.cs .special-heading.with-line:after {
	background-color: #fff;
}

/*
** Service Extension
*/
.service-item.horizontal-item .media-links {
	z-index: 5;
}

.service-item.horizontal-item .item-content ul.list-styled li {
	line-height: 1;
	padding: 9px 0;
	position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.service-item.horizontal-item .shadow-heading {
		font-size: 130px;
	}
}

.service-bg {
	background-image: url("../img/parallax/service-bg.jpg");
}

.service-bg2 {
	background-image: url("../img/parallax/service-bg2.jpg");
}

.vertical-item.service-padding {
	margin-left: -3px;
	margin-right: -3px;
	position: relative;
}

.vertical-item.service-padding .item-content {
	padding: 18px 10px 13px;
}

@media (min-width: 1200px) {
	.vertical-item.service-padding .item-content {
		padding: 28px 30px 23px;
	}
}



.images-wrap-item {
	display: inline-block;
	margin-top: 30px;
	position: relative;
}

@media (min-width: 1400px) {
	.images-wrap-item {
		margin-top: 100px;
	}
}

.images-wrap-item img {
	box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

.images-wrap-item img:first-child {
	position: relative;
	z-index: 1;
}

.images-wrap-item img.images-back {
	position: absolute;
	transition: 0.3s ease-in-out;
	z-index: 0;
}

.images-wrap-item.img-left {
	margin-left: 30px;
}

@media (min-width: 1400px) {
	.images-wrap-item.img-left {
		margin-left: 0;
	}
}

.images-wrap-item.img-left img.images-back {
	left: -30px;
	top: -30px;
}

@media (min-width: 1400px) {
	.images-wrap-item.img-left img.images-back {
		left: -100px;
		top: -100px;
	}
}

@media (min-width: 992px) {
	.images-wrap-item.img-left:hover img.images-back {
		transform: translateX(-5%);
	}
}

.images-wrap-item.img-right {
	margin-right: 30px;
}

@media (min-width: 1400px) {
	.images-wrap-item.img-right {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.images-wrap-item.img-right:hover img.images-back {
		transform: translateX(5%);
	}
}

.images-wrap-item.img-right img.images-back {
	right: -30px;
	top: -30px;
}

@media (min-width: 1400px) {
	.images-wrap-item.img-right img.images-back {
		right: -100px;
		top: -100px;
	}
}

.about-area {
    position: relative;
    padding: 70px 0;
}



.semi-hover-5 {
    /*background-color: #002258;*/
    background-color: #000915;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}


.semi-hover-4 {
    /*background-color: #0d2e62;*/
    background-color:#07121b;
}


@media (min-width: 1200px){
	.ps-xl-4 {
	    padding-left: 1.5rem !important;
	}
}

@media (min-width: 768px){

	.mb-md-0 {
	    margin-bottom: 0px !important;
	}
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.contact-number span {
    color: #92a4d9;
    font-size: 1rem;
    position: relative;
    padding-right: 60px;
}
.contact-number h2 {
    font-size: 28px;    
    padding-left:20px;
    font-weight: 600;
    margin-bottom:0;
    margin-top:0;
}
.social-profiles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-profiles ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #0d2e62;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 5px;
    transition: all .4s linear 0s;
    text-align: center;
}
.social-profiles ul li a {
    display: block;
    color: #fff;
}
.social-profiles ul li:hover {
    background-color: #f4772a;
}
.contact-number span:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 2px;
    height: 50px;
    background-color: #f4772a;
}

.widget-title {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
}
.widget-title:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #f4772a;
    bottom: 0;
    left: 0;
}
.widget-menu li a {
    display: block;
    padding: 8px 0;
    color: #92a4d9;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    text-decoration: none;
}


.widget-menu li:first-child a {
    padding-top: 0; }
  .widget-menu li:last-child a {
    padding-bottom: 0; }
  .widget-menu li a {
    display: block;
    padding: 8px 0;
    color: #92a4d9;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    text-decoration: none; }
    .widget-menu li a:hover {
      color: #fff; }
    .widget-menu li a span {
      padding-right: 25px; }

.with-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .with-icon li span {
    padding-right: 15px;
    color: #92a4d9; }
  .with-icon li:hover span {
    color: #f4772a; }

    .copyright-text p {
	    margin-bottom: 0;
	    color: #92a4d9;
	    font-size: 1rem;
	}



	/*================================================
Service
================================================*/
.pt-service-box-1 .pt-service-banner {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.pt-service-box-1 .pt-service-banner img {
	margin-left: 30px;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pt-service-box-1:hover .pt-service-banner img {
	margin-left: 0;
}

.pt-service-box-1 .pt-service-banner .pt-service-media {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 75px;
	font-size: 32px;
	text-align: center;
	line-height: 75px;
	background: #ff631b;
	color: #fff;
}

.pt-service-box-1 .pt-service-box-info .pt-service-title {
	margin-bottom: 5px;
}
h5.pt-service-title{
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 20px;
}
h5.pt-service-title a{
	color: #000;
}
h5.pt-service-title a:hover{
	color:#ff631b;
}

/*========*/
.pt-servicebox-slider-1 .owl-carousel.owl-drag .owl-item {
	opacity: 0.4;
}

.pt-servicebox-slider-1 .owl-carousel.owl-drag .owl-item.active {
	opacity: 1;
}

.pt-servicebox-slider-1 .owl-carousel .owl-stage-outer {
	overflow: inherit;
}


/*================================================
Section Title
================================================*/
.pt-section-title-box.text-center {
	margin-bottom: 60px;
}

.pt-section-title-box {
	margin-bottom: 30px;
}

.pt-section-title-box .pt-section-sub-title {
	border-left: 2px solid #ff631b;
	line-height: 1;
	padding: 0 0 0 10px;
	color: #ff631b;
	font-family: var(--title-fonts);
	font-weight: 600;
}

.pt-section-title-box .pt-section-title {
	font-size: 48px;
	line-height: 1.5;
}

.section-style:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 100px;
	height: 100%;
	background: #ff631b;
	z-index: 1;
}

.section-style:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 100px;
	height: 100%;
	background: #ff631b;
}

/*===== Button link =====*/
.pt-button.pt-btn-link {
    padding: 0;
    background: transparent;
    color: #ff631b;
    line-height: 1;
    /*float: left;*/
}

.pt-button.pt-btn-link .pt-button-line-left,
.pt-button.pt-btn-link .pt-button-line-right {
	background: #ff631b;
}

.pt-button.pt-btn-link .pt-btn-line-left,
.pt-button.pt-btn-link .pt-btn-line-right {
	background: #ff631b;
}

.pt-button.pt-btn-link:hover .pt-button-line-left {
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

/*===== Button link =====*/
.pt-button.pt-btn-outline {
	background: transparent;
	color: #ff631b;
	border: 1px solid #ff631b;
}




/*================================================
counter
================================================*/
.counterx {
	position: relative;
	padding: 90px 0px;
	background-color: #ff631b;
}

.pt-counter1 {
	padding: 60px 0px;
	margin-top: -90px;
}

.pt-counter-top {
	margin-top: -90px;
}

.counterx.single-counter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ff631b;
    color: #fff;
    padding: 30px 45px;
    text-align: center;
    float: right;
    border-radius: 4px;
}


.counterx.single-counter1 {
	position: absolute;
	bottom: -30px;
	right: -22px;
	background: #ff631b;
	color: #fff;
	padding: 15px 15px;
	text-align: center;
	float: right;
}

.counterx.single-counter .pt-counter-prefix,
.counterx.single-counter1 .pt-counter-prefix {
	margin-top: -88px;
	margin-left: 93px;
}

.counterx.single-counter span,
.counterx.single-counter1 span {
	display: block;
	font-size: 69px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	margin-left: -30px;
}

.counterx.single-counter h5,
.counterx.single-counter1 h5 {
	color: #fff;
	font-size: 64px;
	font-family: "Roboto", sans-serif!important;
	font-weight: bold;
	margin-bottom: 0;
}

.counterx.single-counter label,
.counterx.single-counter1 label {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2em;
}

.pt-counter-contain .pt-counter-media i {
	font-size: 80px;
	color: #fff;
	line-height: 1;
}

.pt-counter-contain .pt-counter-info {
	margin-top: 30px;
}

.pt-counter-contain .pt-counter-info h5 {
	color: #fff;
	font-size: 46px;
	line-height: 1;
	display: inline-block;
}

.pt-counter-contain .pt-counter-info .pt-counter-prefix {
	color: #fff;
	font-size: 46px;
	line-height: 1;
}

.counter2 {
	margin: 0px 0px 0px 0px;
	padding: 45px 15px 45px 15px;
	background-color: rgba(255, 255, 255, 0.1);
}

.counter2.single-counter2 h5 {
	color: #fff;
	font-size: 64px;
	display: inline-block;
	vertical-align: inherit;
	color: #ff631b;
}

.counter2.single-counter2 .pt-counter-prefix {
	font-size: 69px;
	line-height: 1;
	color: #ff631b;
	font-weight: 600;
	display: inline-block;
	vertical-align: inherit;
}

.single-counter3{ position: absolute; bottom: 0; left: 0; }

.pt-counter3-contain { display: flex; align-items: flex-start; }
.pt-counter3-contain .pt-counter3-media i { font-size: 62px; color: #fff; line-height: 70px; display: inline-block; width: 100%; }
.pt-counter3-contain .pt-counter3-info { margin-left: 30px; flex: 1; text-align: left; }
.pt-counter3-contain .pt-counter3-info  h5 { color: #fff; font-size: 40px; line-height: 48px; display: inline-block; }
.pt-counter3-contain .pt-counter3-info .pt-counter3-prefix { font-size: 40px; line-height: 48px;color: #fff }
.pt-counter3-contain .pt-counter3-info p { margin-bottom: 0; color: var(--dark-color); text-transform: uppercase; font-size: 14px; line-height: 22px; }






/*======================
1.7 Accordion
========================*/
.custom-accordion .card{
    background: #ffffff;
    border-color: #fff;
    border-radius: 0;
}
.custom-accordion .card .card-header{
    padding: 0;
    background: #ededed;
    border-color: #ededed;
    border-radius: 0;
}
.custom-accordion .card .card-header .collapsebtn{
    font-size: 16px;
    font-weight: 500;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    background: #fd5d14;
    color: #fff;
    cursor: pointer;
    margin-bottom: 4px;
}
.custom-accordion .card .card-header .collapsebtn.collapsed{
    background: #ededed;
    border-color: #ededed;
    color: #111111;
}
.custom-accordion .card .card-header .collapsebtn:before{
    content: '-';
    background: #fff;
    color: #fd5d14;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 16px;
    justify-content: center;
}
.custom-accordion .card .card-header .collapsebtn.collapsed:before{
    content: '+';
    background: #111111;
    color: #fff;
}
.custom-accordion .card .card-body{
    padding: 15px 0;
}

.schdule-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #030e27;
    padding: 40px 20px;
    margin-bottom: 60px;
}
.schdule-box .right-side{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*.schdule-box .right-side a:before{
    display: none;
}*/
.schdule-box .right-side a{
    animation: blinkingText 3s infinite;
    color: #fff;
}
.text-custom-white {
    color: #ffffff;
}

/*==================
1.4. Buttons
====================*/
.btn-height{
    height: 50px;
}
.btn-first{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-shadow: none;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 0 25px;
    line-height: 44px;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-submit{
    background-color: transparent;
    color: #111111;
    border-color: #fd5d14;
    transition: 0.5s all;
}
.btn-submit:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 10%;
    height: 100%;
    z-index: -1;
    background-color: #fd5d14;
    transition: 0.5s all;
}
.btn-submit:focus:before,
.btn-submit:hover:before{
    width: 100%;
}
.btn-submit:focus,
.btn-submit:hover{
    color: #fff;
}
.btn-transparent{
    background-color: #fff;
    color: #111111;
    border: 2px solid #fff;
    transition: 0.5s all;
}
.btn-transparent:focus,
.btn-transparent:hover{
    background-color: transparent;
    color: #ffffff;
    transition: 0.5s all;
}
.btn-border{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.5s all;
}
.btn-border:focus,
.btn-border:hover{
    color: #111111;
    background-color: #fff;
}
.small-btn{
    padding: 0px 10px;
    position: relative;
    z-index: 10;
    font-size: 22px;
    border: 0.1px solid #fd5d14;
    color: #fff;
}
.small-btn:hover{
    color: #fff;
}
.small-btn:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 10%;
    height: 100%;
    z-index: -1;
    background-color: #fd5d14;
    transition: 0.5s all;
}
.small-btn:hover:after{
    width: 100%;
}



.instagram-sec>.row{
    margin: 0 -5px;
}
.instagram-sec>.row>div{
    padding: 5px;
}
.instagram-sec .insta-img{
    width: 100%;
    height: 155px;
}
.section-padding {
    padding: 80px 0;
}

.service_menu ul{
	margin: 0;
	padding: 0;
}
.service_menu li{
	list-style: none;
	padding: 12px 0 12px 15px;
	border-bottom: solid 1px #e7e7e7;
    position: relative;
    
}
.service_menu li:last-child{
	border-bottom:none!important;
}
.service_menu li:hover{
		background: #f1f1f1;
	}


.service_menu li:before{
	font-family: "FontAwesome", sans-serif;
	content: '\f054';
	position: absolute;
	left: 0;
	top: 11px;
	color: #000;
	font-size: 10px;
}

.service_menu li a{
	color: #000;
}

.service_menu li a:hover{
	color: #ff631b;
}

.callto_action{
	background: #030e27;
    padding: 40px 20px;
    margin-bottom: 60px;
    margin-top: 60px;
    color: #fff;
}
.callto_action h4{
	color: #fff;
	font-weight: bold;
}


.conttent_area ul{
	margin-left: 0;
	padding: 0;
margin-bottom:20px;
}
.conttent_area li{
	list-style: none;
	padding:4px 0 4px 30px;	
    position: relative;
  
  }  

.conttent_area li:before{
	font-family: "FontAwesome", sans-serif;
	/*content: '\f138';*/
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 7px;
	color: #fa5d15;
	font-size: 14px;
}
.textwidget, .textwidget p, .footer-widget p{
	color: #92a4d9;
	line-height: 28px;
}
.ftmenu li a{
	padding-top: 4px!important;
	padding-bottom:4px!important;
}


.ds .sf-menu > li.current-menu-item > a {
		color: #ff631b;
	}

.about-content p{
	color: $000;
}