@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

.org, .container .row a {
    color: #c53a03;
}
.orgbg{background:#c53a03;
    background-color: #c53a03;
    border-color: #c53a03;}
a.btn.orgbg.text-white {
    padding: 10px 60px;
}
a.btn.orgbg.text-white:hover {
   background:#000000;
}
.container .row a:hover {
    color: #444;
}
.carousel-caption {
    top: 40%;
    bottom: auto;
 
}
li.nav-item a img {
    width: 30px;
}
p.mb-4.p1 {
    font-size: 18.5px;
}
p.mb-4.p2 {
    font-size: 19px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.8)!important;
}	
nav.navbar {
    border-top: solid #c53d03;
}
.navbar-light .navbar-nav .nav-link.active{
color:rgb(195, 61, 4);
    border-bottom: solid 2px;
}
.carousel-caption.d-none.d-md-block {
    background: rgba(0, 0, 0, 0.6);
}
.carousel-caption.d-none.d-md-block h3 {
font-weight:bold;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #c43800;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c43800;
}
.dropdown-menu {
 background-color:rgba(255, 255, 255, 0.75);
 }

h1,h2,h3,h4,h5,h6{font-family: 'Lato', sans-serif;text-transform:uppercase;}
.bgimg-1 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image:url(../images/banner-03.jpeg);
  height: 350px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
    background-color: #111111c7;
    color: #fff;
    padding: 10px 19px;
    font-size: 15px;
    letter-spacing: 10px;
    line-height: 45px;
}


.carousel-item {
  height: 85vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

img.img-fluid.rounded,img.card-img-top {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition:ease-in-out 0.5s;
}

img.img-fluid.rounded:hover,img.card-img-top:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.contact-form{
    background: #fff;
/*    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;*/
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
   
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #c43903;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 100%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}









@media (min-width: 992px) {
 
}