/*==============================================
				Basic Properties Starts
===============================================*/

body {
	overflow-x: hidden;
}

*
{
	margin: 0;
	padding: 0;
}

.background {
    text-align: center;
    background-color: #D3D3D3;
}

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


/*==============================================
				Basic Properties Ends
===============================================*/


/*======================================
           Navigation starts
=========================================*/


.navbar
{
    padding: 24px 0px;     
    border-bottom: none !important;
    transition: all 0.5s ease-in-out;
}

.navbar ul li a
{
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; 
    font-size: 13px;
    transition: all 0.5s ease-in;
    background: transparent !important;
}

.navbar ul li a:hover, .navbar ul li a:focus
{
    color: orangered !important;
    background: none !important;
}

.navbar-toggle
{
    border: 1px solid white !important;
    color: white !important;
    transition: all 0.5s ease-in;
}

.icon-bar
{
    color: white !important;
    background-color: white !important;
}
.navbar-toggle:hover
{
    background-color: orangered !important;
}

 
.navbar-inverse .navbar-collapse
{
  border-color: transparent !important;  
       
}

  
.contactarea
{
    border: 1px solid white;
    border-radius: 50px;
    
}

.navbar-inverse
{
    background-color: transparent !important;
}  



/*======================================
            Navigation Ends
=========================================*/


/*==============================================
	Sticky Navigation with background color
===============================================*/

.secondary {
	background-color: #0D2E1C;
}


/*==============================================
				Slider Starts
===============================================*/

.slider {
	width: 100%;
	height: 800px;
	background-image: url(..//img/bgSuper2.jpg);
	background-size: cover;
	background-position: center;
	color: black;
}

.slider-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: relative;
	color: white;
}

.slider-content {
	position: absolute;
	top: 39%;
	width: 100%;
}

.icons .fa {
	font-size: 35px;
	margin-right: 7px;
	margin-top: 100px;
}

.cta-div {
	margin-top: 60px;
}

#myButton {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 12px 43px;
	border: 1px solid black;
	border-radius: 25px;
	color: white;
	background-color: orangered;
}

#myButton:hover {
	text-decoration: none;
	transition: all 0.7s ease-in-out;
	color: orangered;
	background-color: white;
}

.btn1 {
	padding: 13px 18px;
	background-color: transparent;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	border: 2px solid white;
	border-top-left-radius: 15px;
	transition: all 0.5s ease-in;
	margin-right: -6px;
}

.btn1:hover {
	text-decoration: none;
	color: white;
	background-color: #0D2E1C;
	border-color: #0D2E1C;
}

.btn2 {
	padding: 13px 18px;
	background-color: transparent;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	border: 2px solid white;
	border-bottom-right-radius: 15px;
	transition: all 0.5s ease-in;
	margin-right: 10px;
}

.btn2:hover {
	text-decoration: none;
	color: white;
	background-color: orangered;
	border-color: orangered;
}

.social-networks a.fa {
	border: 1px solid white;
	padding: 10px;
	color: white;
	width: 35px;
	height: 35px;
	border-radius: 25px;
	margin-right: 2px;
	transition: all 0.5s ease-in;
}

.social-networks a.fa:hover {
	text-decoration: none;
	background-color: orangered;
	color: white;
	border: 1px solid orangered;
}



.slider .text, .slider .typed-cursor {
	display: inline;
	font-size: 35px;
	text-transform: uppercase;
}

.primary {
	color: orangered;
}

.typed-cursor {
	opacity: 1;
	animation: blink 0.7s infinite;
	-webkit-animation:blink 0.7s infinite;
	-moz-animation:blink 0.7s infinite;
	
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}


}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	
}


/*==============================================
				Slider Ends
===============================================*/

/*==============================================
				Services Styles Starts
===============================================*/

.section-title h2 {
	color: orangered;
    font-size: 36px;
    font-weight: 300;
}

.service-area {
	margin-top: 0px;
}

.service-area p {
	margin-bottom: -5px;
}


.service-wrap {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding:25px 35px;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 9;
	margin-top: 20px;
}

.service-wrap:before, .service-wrap:after {
	content: "";
	height: 300%;
	position: absolute;
	transform: rotate(45deg);
	width: 120%;
	z-index: -9;
	transition: all 0.5s;
	opacity: 0;
	background: #34495e;
}

.service-wrap:before {
	top: -37px;
	left: 100%;
}

.service-wrap:hover:before {
	left: -27px;
	opacity: 1;
}

.service-wrap:after {
	right: 100%;
	bottom: -37px;
}

.service-wrap:hover:after {
	right: -27px;
	opacity: 1;
}

.service-wrap:hover {
	color: white;
}

.service-wrap:h3 {
	color: white;
}

.service-wrap:hover h3 {
	color: white;
}

.service-wrap:hover h3 h3:after {
	background-color: white;
}

.service-icon i {
	font-size: 30px;
	margin-bottom: 20px;
	transition: all 0.5s;
}

.service-wrap:hover .service-icon i {
	transform: rotate(360deg);
}

.service-wrap h3 {
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 15px;
	position: relative;
}

.service-wrap p {
	font-size: 14px;
	margin-bottom: 0;
}

/*==============================================
				Service Styles Ends
===============================================*/


/*==============================================
				Work Styles
===============================================*/

.work {
	margin-top: 25px;
	background-color: #EEEEEE;
}

.row .no-gutters [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.img-wrapper {
	overflow: hidden;
}

.img-wrapper img {
	transition: transform 0.5s ease;
	width: 100%;
}

.img-wrapper img:hover {
	transform: scale(1.5);
	cursor: zoom-in;
}

/*==============================================
				Work Styles Ends
===============================================*/


/*==============================================
				Team Styles Starts
===============================================*/

.team-member ul li a i.fa {
	border: 1px solid black;
	padding: 10px;
	color: #0D2E1C;
	width: 35px;
	height: 35px;
	border-radius: 25px;
	margin-right: 2px;
	transition: all 0.5s ease-in;
}

.team-member ul li a i.fa:hover {
	text-decoration: none;
	background-color: #0D2E1C;
	color: white;
	border: 1px solid #0D2E1C;
}

.team-member p {
	text-align: center;
	color: #0D2E1C;
	width: 100%;
}

.team-member h2 h4 {
	text-align: center;
	color: #0D2E1C;
	font-family: 'Lato', sans-serif;
}

#team.bg-light-gray {
	padding-top: 100px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    text-align: center;
}


.h4, h4 {
    font-size: 18px;
    text-align: center;
}

.h2, h2 {
    font-size: 18px;
    text-align: center;
}

img {
    vertical-align: middle;
    margin: auto;
}

/*==============================================
				Team Styles Ends
===============================================*/

/*==============================================
				Reviews Styles Starts
===============================================*/

.carousel-inner img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 3px solid white;
	padding: 5px;
	background-color: white;
}

.testimonials {
	background-image: url(..//img/reviews.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: white;
	padding-top: 80px;
	padding-bottom: 150px;
}

.testimonials .carousel-indicators {
	bottom: -60px;
}

.border-bottom {
	width: 40px;
	height: 2px;
	background-color: white;
	margin: 0 auto;
}

.carousel-inner p {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 30px;
}

/*==============================================
				Review Styles Ends
===============================================*/

/*==============================================
				FAQ Starts
===============================================*/

#accordian .panel {
	box-shadow: none;
	border: none;
	border-radius: 10px;
	margin-bottom: 10px;
}

.panel-title {
    text-align: left;
}

#accordian .panel-heading {
	padding: 0;
	border: none;
	border-radius: 10px;
}

#accordian .panel-title a {
	display: block;
	padding: 25px 35px;
	font-size: 20px;
	font-weight: 600;
	color: white;
	background-color: #34495e;
	border: none;
	position: relative;
	transition: all 0.3s ease 0s;
}

#accordian .panel-title a:after,
#accordian .panel-title a.collapsed:after {
	content: "\f068";
	font-family: fontawesome;
	width: 40px;
	height: 40px;
	line-height: 32px;
	border-radius: 50%;
	background: #34495e;
	text-align: center;
	font-size: 15px;
	color: white;
	border: 5px solid white;
	position: absolute;
	top: 10px;
	left: -20px;
	transition: all 0.3s ease 0s;
}

#accordian .panel-title a.collapsed:after {
	content: "\f067";
}

#accordian .panel-title a:hover:after,
#accordian .panel-title a.collapsed:hover:after {
	transform: rotate(360deg);
}

#accordian .panel-body {
	padding: 15px 25px;
	background-color: #EBEBEB;
	font-size: 14px;
	color: #8C8C8C;
	line-height: 25px;
	border-top: none;
	position: relative;
}

.panel-heading a {
	text-decoration: none !important;
	font-size: 15px !important;
	font-weight: normal;
}

.freeimage img {
	margin-top: -45px;
}

/*==============================================
				FAQ Styles Ends
===============================================*/


/*==============================================
				Blog Style Starts
===============================================*/


.latest-news-area {
	margin-top: 40px;
	background-color: #F9F9F9;
}

.latest-news-wrap {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.news-img {
	position: relative;
}

.news-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: 0;
	transform: scale(.8);
	transition: all 0.5s;
}

.latest-news-wrap:hover .news-img:before {
	opacity: .5;
	transform: scale(1);
}

.date {
	background: orangered none repeat scroll 0 0;
	height: 70px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
	padding: 10px;
}

.date span {
	display: block;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

.news-content {
	padding: 20px;
	margin-left: -20px;
	margin: 25px;
}

.news-content i {
	font-size: 18px;
	display: inline-block;
}

.news-content .fa {
	padding: 10px 10px;
	cursor: pointer;
}

.news-content .fa-facebook {
	color: #3B5998;
}

.news-content .fa-twitter {
	color: #0084B4;
}

.news-content .fa-linkedin {
	color: #0077B5;
}

.news-content .fa-youtube {
	color: red;
}

.news-content .fa-whatsapp {
	color: #34AF23;
}

.news-content p {
	margin-bottom: 15px;
	text-align: center;
	margin-top: 20px;
}

.news-content p .sub-title {
    text-align: center;
}

.news-content a {
	font-size: 14px;
	background-color: #34495E;
	padding: 10px 20px;
	color: white;
}

.news-content a:hover {
	font-size: 14px;
	border: 1px solid #34495E;
	border-top-right-radius: 20px;
	background-color: transparent;
	color: #34495E;
	margin-right: 0;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

#sub-title {
    text-align: center;
}


/*==============================================
				Blog Styles Ends
===============================================*/

/*==============================================
				Contact Form Styles Start
===============================================*/

.form-control {
	border-radius: 0px !important;
	border: 1px solid #34495E !important;
}

input[type=text]:focus, input[type=email]:focus {
  outline: 1px solid orange;     /* oranges! yey */
  border-color: #719ECE;
  box-shadow: 0 0 10px #719ECE;
}

textarea.form-control:focus {
	outline: 1px solid orange;
}

.contact-form button.btn {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 12px 43px;
	border: 1px solid black;
	border-radius: 25px;
	color: white;
	background-color: orangered;
}

.contact-form button.btn:hover {
	text-decoration: none;
	transition: all 0.7s ease-in-out;
	color: orangered;
	background-color: white;
}

.border-bottom-now {
	width: 40px;
	height: 2px;
	background-color: black;
	margin: 0 auto;
}

.contact-area {
	margin-top: 60px;
}

.contact-infos {
	background-image: url(..//img/map-image.jpg);
	float: left;
	width: 100%;
	margin-top: 90px;
	margin-bottom: -30px;
	background: darkcyan;
	padding-top: 35px;
	padding-bottom: 35px;
}

.contact-infos .fa {
	color: white;
	font-size: 26px;
	border: 1px solid white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
}

.contact-infos p {
	color: white;
	margin-top: 20px;
}

.contact-form .row {
    margin-right: 25px;
    margin-left: 25px;
}

.hello {
	background-image: url(..//img/map-image.jpg);
	padding: 0;
}

.contacted h1, h2 {
    color: #565656;
}

.text-xs-center {
    text-align: center;
}
                        
.g-recaptcha {
    display: inline-block;
}

/*==============================================
				Contact Form Styles End
===============================================*/

/*==============================================
				Map Area Styles Start
===============================================*/

.maps {
	margin-top: 100px;
	display: inline;
}

.maps iframe {
	margin-top: 30px;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

/*==============================================
				Map Area Styles End
===============================================*/


/*==============================================
				Footer Area Styles Start
===============================================*/

.footer {
	background: url(..//img/Black-Wood-Footer-Background.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 90px;
	padding-bottom: 20px;
	background-attachment: fixed;
}

.social-icon a {
	margin: 0 16px 20px 16px;
	display: inline-block;
}

.footer .fa {
	font-size: 30px;
	color: orangered;
	width: 80px;
	height: 80px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: white;
	line-height: 2;
	border: 10px solid #34495E;
	text-align: center;
	transition: all 0.7s ease-in;
}

.social-icon a:hover .fa {
	border: 10px solid white;
	transform: rotate(360deg);
}

.bordernow {
	width: 40px;
	border-bottom: 2px solid white;
	margin: 0 auto;
	margin-top: 20px;
}

.footerlogo p #text {
	color: white;
}

.footer .copyright p {
	color: white;
}



/*==========================================
   Media Queries
============================================*/

@media screen and (max-width: 800px) {
  .container {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    height: 100%;
    padding: 15px;
  }
}


 #portfolio {
 	background-color: #eeeeee;
 }
 #portfolio .portfolio-item .portfolio-caption p,section h3.section-subheading{font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 font-style:italic}
 section{padding:100px 0}
 section h2.section-heading{margin-top:0;margin-bottom:15px;
	color: orangered;
    font-size: 36px;
    font-weight: 300;
}
 section h3.section-subheading{font-size:16px;text-transform:none;font-weight:400;margin-bottom:75px}
 @media (min-width:768px){section{padding:90px 0}}
 .service-heading{margin:15px 0;text-transform:none}#portfolio .portfolio-item{margin:0 0 15px;right:0}
 #portfolio .portfolio-item .portfolio-link{display:block;position:relative;max-width:400px;margin:0 auto}
 #portfolio .portfolio-item .portfolio-link .portfolio-hover{background:#0D2E1C;position:absolute;width:100%;height:100%;opacity:0;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}
 #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{opacity:0.7}
 #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{position:absolute;width:100%;height:20px;font-size:20px;text-align:center;top:50%;margin-top:-12px;color:#fff}
 #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{margin-top:-12px}
 #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
 #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{margin:0}
 #portfolio .portfolio-item .portfolio-caption{max-width:400px;margin:0 auto;background-color:#fff;text-align:center;padding:25px}
 #portfolio .portfolio-item .portfolio-caption h4{text-transform:none;margin:0}#portfolio .portfolio-item .portfolio-caption p{font-size:16px;margin:0}

 #portfolio *{z-index:2}@media (min-width:767px){#portfolio .portfolio-item{margin:0 0 30px}}
 .timeline{list-style:none;padding:0;position:relative}.timeline:before{top:0;bottom:0;position:absolute;content:"";width:2px;background-color:#f1f1f1;left:40px;margin-left:-1.5px}
 .timeline>li{margin-bottom:50px;position:relative;min-height:50px}.timeline>li:after,.timeline>li:before{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li 
 .timeline-panel{width:100%;float:right;padding:0 20px 0 100px;position:relative;text-align:left}.timeline>li .timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}
 .timeline>li .timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline>li
  .timeline-image{left:0;margin-left:0;width:80px;height:80px;position:absolute;z-index:100;background-color:#fed136;color:#fff;border-radius:100%;border:7px solid #f1f1f1;text-align:center}.timeline>li 
  .timeline-image h4{font-size:10px;margin-top:12px;line-height:14px}.timeline>li.timeline-inverted>.timeline-panel{float:right;text-align:left;padding:0 20px 0 100px}
  .timeline>li.timeline-inverted>.timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}
  .timeline>li.timeline-inverted>.timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline>li:last-child{margin-bottom:0}
  .timeline .timeline-heading h4{margin-top:0;color:inherit}.timeline .timeline-heading h4.subheading{text-transform:none}.timeline .timeline-body>p,.timeline 
  .timeline-body>ul{margin-bottom:0}@media (min-width:768px){.timeline:before{left:50%}.timeline>li{margin-bottom:100px;min-height:100px}.timeline>li 
  .timeline-panel{width:41%;float:left;padding:0 20px 20px 30px;text-align:right}.timeline>li .timeline-image{width:100px;height:100px;left:50%;margin-left:-50px}.timeline>li 
  .timeline-image h4{font-size:13px;margin-top:16px;line-height:18px}.timeline>li.timeline-inverted>.timeline-panel{float:right;text-align:left;padding:0 30px 20px 20px}}@media (min-width:992px){.timeline>li 
  .timeline-panel,.timeline>li.timeline-inverted>.timeline-panel{padding:0 20px 20px}.timeline>li{min-height:150px}.timeline>li .timeline-image{width:150px;height:150px;margin-left:-75px}.timeline>li 
  .timeline-image h4{font-size:18px;margin-top:30px;line-height:26px}}@media (min-width:1200px){.timeline>li{min-height:170px}.timeline>li .timeline-panel{padding:0 20px 20px 100px}
  .timeline>li .timeline-image{width:170px;height:170px;margin-left:-85px}.timeline>li .timeline-image h4{margin-top:40px}.timeline>li.timeline-inverted>.timeline-panel{padding:0 100px 20px 20px}}
  .team-member{text-align:center;margin-bottom:50px}.team-member img{margin:0 auto;border:7px solid #fff}.team-member h4{margin-top:25px;margin-bottom:0;text-transform:none}
  .team-member p{margin-top:0}aside.clients img{margin:50px auto}section#contact{background-color:#222;background-image:url(../img/map-image.png);background-position:center;background-repeat:no-repeat}
  section#contact .section-heading{color:#fff}section#contact .form-group{margin-bottom:25px}section#contact .form-group input,section#contact .form-group textarea{padding:20px}
  section#contact .form-group input.form-control{height:auto}section#contact .form-group textarea.form-control{height:236px}section#contact .form-control:focus{border-color:#fed136;box-shadow:none}
  section#contact ::-webkit-input-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#eee}
  section#contact :-moz-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#eee}
  section#contact ::-moz-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#eee}
  section#contact :-ms-input-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#eee}
  section#contact .text-danger{color:#e74c3c}footer{padding:25px 0;text-align:center}footer span.copyright{line-height:40px;text-transform:uppercase;text-transform:none}
  footer ul.quicklinks{margin-bottom:0;line-height:40px;text-transform:uppercase;text-transform:none}
  ul.social-buttons{margin-bottom:0}/*ul.social-buttons li a{display:block;background-color:#222;height:40px;width:40px;border-radius:100%;font-size:20px;line-height:40px;color:#fff;outline:0;-webkit-transition:all .3s;-moz-transition:all 
  .3s;transition:all .3s}ul.social-buttons li a:active,ul.social-buttons li a:focus,ul.social-buttons li a:hover{background-color:#fed136}*/.btn.active,.btn:active,.btn:active:focus,.btn:focus{outline:0}
  .portfolio-modal .modal-dialog{margin:0;height:100%;width:auto}.portfolio-modal .modal-content{border-radius:0;background-clip:border-box;-webkit-box-shadow:none;box-shadow:none;border:none;min-height:100%;padding:100px 0;text-align:center}
  .portfolio-modal .modal-content h2{margin-bottom:15px;font-size:3em}.portfolio-modal .modal-content p{margin-bottom:30px}
  .portfolio-modal .modal-content p.item-intro{margin:20px 0 30px;font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic;font-size:16px}
  .portfolio-modal .modal-content ul.list-inline{margin-bottom:30px;margin-top:0}.portfolio-modal .modal-content img{margin-bottom:30px}
  .portfolio-modal .close-modal{position:absolute;width:75px;height:75px;background-color:transparent;top:25px;right:25px;cursor:pointer}.portfolio-modal .close-modal:hover{opacity:.3}
  .portfolio-modal .close-modal .lr{height:75px;width:1px;margin-left:35px;background-color:#222;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);z-index:1051}
  .portfolio-modal .close-modal .lr .rl{height:75px;width:1px;background-color:#222;transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);z-index:1052}
  .portfolio-modal .modal-backdrop{opacity:0;display:none}::-moz-selection{text-shadow:none;background:#fed136}::selection{text-shadow:none;background:#fed136}
  img::selection{background:0 0}img::-moz-selection{background:0 0}.modal-body p a {text-decoration: none;color: orangered;}


