
@import "slide";



.counter {
    background-color: orange;
    padding: 40px;
    padding-left: 23px;
    width: 150px;
    height: 150px;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 100PX;
     text-shadow: 2px 2px;
}
.circle {
  height: 150px;
  width: 150px;
  background-color: orange;
  border-radius: 80%;
}
.navbar{
    height: 100px;
    background: #FFFFFF;
}
.li{
    justify-content: flex-end;
}
.nav-item{
    margin-right: 20px;
    padding-right: 10px;
}
.mySlides p{
    padding-top: 40px;
    font-size: 40px;
}
.mySlides img{
    height: 20%;
}
.navbar-brand{
    margin-left: 45px;
}
.iconmenu a i {
    width: 40px;
    height: 40px;
    background: #f26b55;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
    border-radius: 50%;
    margin: 5px;
}
.iconmenu img facebook {
   height: 2px;
}
.About{
   background-color:  #E3E7EA;
   
}

#p1{
    padding-top: 5px;
    background-color: black;
     height: 40px;
   
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.OurValues{
    background-image: url(img/bgrnd.jpg);
    background-position: left bottom;
    background-repeat: repeat;
    padding: 15px;
}

.rectangle{
    background: rgba(0,0,0,0);
            background-color: white;
            opacity: 0.6;
            color: white;
            width: 500px;
            height: 200px;
       margin-top:  -20px;
  margin-bottom: 200px;
  margin-right: 150px;
  margin-left: 180px;
      border-radius: 40px;
      
    
    
    
}
.rectangle h1{
   width: 300;
    height: 180;
     margin-bottom: 1000px; 
    margin-top: -50px;
}
/*Services*/


.mt-60{
    margin-top:60px;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #E31E24;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #E31E24;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #E31E24;
}

/*Gallery*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

/*Contact Details*/

.jumbotron {
background: #F1F1F1;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #1C1B17;
}
.h1 small {
font-size: 24px;
}





/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
/*footer*/

/*.texto_grande {
    font-size: 2.5rem;
    color: white;
} 
#icone_grande {
    font-size: 8rem;
    color:#fff;
} */
/*.footer .ft-copyright p {
    
    color: #FFF;
    font-size: 15px;
    font-family: 'Futura-Book';
    font-weight: normal;
   
}*/


