body {
    margin: 0px;
    margin-top: 150px;
    padding: 0px;
    color: #000;
    font-size: 14px;
	font-family: "Raleway", sans-serif;    
	letter-spacing: 0.5px;
    font-weight: 500;
    overflow-x: hidden;
}

 h1, h2, h3, h4, h5, h6, .credits p {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

p {
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

small {
    font-size: 100%;
}
a {
    color: #239153;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #51d8af;
    outline: none;
    text-decoration: none;
}

footer ul { list-style-type:none;}
footer h3,h5 {color:#FFFFFF}
.ftico i {color:#fff ; padding-right:10px; font-size:20px}
.ftico p, .ftico p a { color:#FFFFFF;}
.ftico p a:hover { color:#0093dd ; text-decoration:none; transition: all 0.6s;}


.folin li {
    line-height: 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
}

.folin li a { text-align:left; }


.folin li a:hover {
    color: #0093dd ; text-decoration:none;  transition: all 0.6s;
	
}


.fotimg img{ width: 200px;

}

header { background-color:#FFF;}

.credits a:hover { text-decoration:none; color:#FFFFFF;}

.navbar-brand img { height:80px; width:auto;}


@media (max-width: 498px) {
.navbar-brand img { height:60px; width:auto;}
}

@media (max-width: 399px) {
.navbar-brand img { height:50px; width:auto;}
}

@media (max-width: 350px) {
.navbar-brand img { height:44px; width:auto;}
}

@media (max-width: 320px) {
.navbar-brand img { height:30px; width:auto;}
}


nav {
  background: #fff;
  min-height: 85px;
  border-top: 1px solid #e9e9e9;

  
}
.navbar-light .navbar-nav .nav-link {
    color:#000; border-bottom: 3px solid #fff; text-align:center; 
}
.navbar-light .navbar-nav .nav-link:hover {
	 border-bottom: 3px solid #0093dd ; color:#000000;  transition: all 0.6s;
}

.nvion i {
	
    line-height: 0px;
    position: relative;
    color: #000; 
	font-size:30px;
	
}


/* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }

  
.lshes ul, .rshes ul {
  list-style-type: none; padding:0;
}

.lshes li {
  float: left;
}
.rshes li {
  float: right;
}


 li a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  
}


.rshes li a:hover {
	color: #239153 ;
    transition: all 0.6s;
}
.rshes li a {
    margin:10px;
	color: #555;
	border-right: 1px solid #e9e9e9;
}

.lshes li i {
    color: #239153;
    padding: 4px;
	
}

.lshes li a {
    color: #555;
	border-right: 1px solid #e9e9e9;
    padding: 2px;
    font-size: 13px;
	
}

.lshes li a:hover {
    color: #239153 ; text-decoration:none; transition: all 0.6s;
	
}

@media (max-width: 388px) {
.lshes li a {    font-size: 13px;}
.lshes li i {    font-size: 13px;}
	
}

@media (max-width: 366px) {
.lshes li a {    font-size: 12px;}
.lshes li i {    font-size: 12px;}
	
}

@media (max-width: 345px) {
.lshes li a {    font-size: 10px; padding: 1px;}
.lshes li i {    font-size: 10px; padding: 1px;}
	
}


@media (max-width: 767px) {
  .rshes li { float:left; 
  }
  .rshes ul {   display:block;
  }
}

@media (max-width: 466px) {
  .rshes li { float:left; 
  }
  .rshes ul {  display:block;
  }


  .rshes li a {
    margin: 3px;
    color: #555;
    border-right: 1px solid #e9e9e9;
}


}





@media (max-width: 466px) {



  .rshes ul {  margin:2px auto; display:block;
  }


}


@media (max-width: 337px) {


  .rshes ul { margin:2px auto; display:block;
  }


}





.slcnt h3 {font-size: 60px;	
}

.slcnt  { bottom:200px;
}

.slitp { margin-top:150px;}

@media (max-width: 990px) {
.slcnt h3 {font-size: 36px;	
}
.slcnt  {  top:20px;
}
.slitp { margin-top:170px;}
}

@media (max-width: 467px) {
.slcnt h3 {font-size: 30px;	
}
.slcnt p { font-size: 11px
}
.slcnt  {  top:20px;
}
.slitp { margin-top:179px;}
}




.slibtn { 
    color: #fff;
    background-color: #0093dd ;
    border-color: #0093dd ;
	height:55px;
	width:170px;
}
.slibtn:hover { 
    color: #fff ;
    background-color: #55478d;
	border-color:#55478d; transition: all 0.6s;
}

.section-header h2 {
    font-size: 32px;
    color: #0c2e8a;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #239153;
    bottom: 0;
    left: 0;
}



.carousel-inner {
    position: relative;
    width: 100%;
    margin-top: 157px;
    overflow: hidden;
}

@media (max-width: 767px) {
.carousel-inner {margin-top: 190px; }
}



/* Services Section
--------------------------------*/

#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #239153 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* home page labor project section */		
		
.inprcl h4 { color:#FFFFFF;}		
		
.inprcl i { color: #0093dd ; font-size:48px; margin-right:20px;}

.inprcl a {
    font-weight: 900;
    font-size: 2.5rem;
    color: #fff;
    margin-left: 10px;
	
}


.slin:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
}



.fotsec {
	background:#333333;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9; 
}





.ftics li {
  float: left;
}

 li a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  
}


.ftics li a:hover {
  background-color:#fff; transition: all 0.6s;
  color:#0093dd ;
}
.ftics li a {
    background: #0093dd ;
    border-radius: 50%;
    margin:5px;
    width: 50px;
    height: 50px;
	color: #fff;
    border: 1px solid transparent;
	
	
}

.credits {
    text-align: center;
	background-color:#3333333 ; 
	padding:35px; 
}
.credits a { color:#fff}



.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
	background-color: #239153 ;
	border-color:#239153 ;
	z-index: 99;
    padding: 14px 14px;
}
	
.back-to-top:hover {
	background-color: #55478d ; 
	border-color:#55478d;
 	transition: all 0.6s;
}
	
.back-to-top i {color:#fff; }



.tphdcl { color:#0093dd ; }



ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}



/* portfolio section */

.hover-4 .hover-overlay {
  z-index: 90; 
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.2s;
  color:#fff ;
  
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 1s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}



.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description  {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-title  {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background-color: rgba(44, 70, 79, 0.5);
}


/* DEMO GENERAL ============================== */


.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.cnhd { text-align:center;
		box-shadow: 0px 0px 20px 0px rgba(62, 62, 101, 0.13);
		border: 10px solid transparent;
		}
		
.cnhd:hover {
		border-bottom: 10px solid #0093dd ;
		box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
		transition: all 0.6s;
		}
		
.cnhd h5 { color:#000; }
.cnhd a { color:#000; }
.cnhd a:hover { color:#0093dd ; text-decoration:none;  transition: all 0.6s; }
.cnhd i {color:#0093dd ; padding-right:10px; font-size:28px}



.cnhdim li {
  float: left; list-style-type:none;
}


.cnhdim li a:hover {
  background-color:#55478d; color:#FFFFFF; transition: all 0.6s;

}
.cnhdim li a { 
    background: #0093dd ;
    border-radius: 5px;
    margin:5px;
    width: 35px;
    height: 35px;
	color: #000;
    border: 1px solid transparent; 
}

.cnhdim { padding-left: 130px;}


@media (max-width: 1199px) {
.cnhdim { padding-left: 85px;}
}


@media (max-width: 991px) {
.cnhdim { padding-left: 25px;}
}


@media (max-width: 767px) {
.cnhdim { padding-left: 115px;}
}

@media (max-width: 535px) {
.cnhdim { padding-left: 40px;}
}

@media (max-width: 390px) {
.cnhdim { padding-left:30px;}
}


.cnhdim i { color:#fff; font-size:14px; padding:5px;}


.cnhdmf { text-align:center; 
		box-shadow: 0px 0px 20px 0px rgba(62, 62, 101, 0.13);
		border: 10px solid transparent;
		}
		
.cnhdmf h5 { color:#000000; }
.cnhdmf i {color:#0093dd ; padding-right:10px; font-size:28px}
.cnadacnd { padding-top:30px; }

.abbtn { background-color:#0093dd; border-color:#0093dd; border-radius:0;}
.abbtn:hover { background-color:#55478d; border-color:#55478d; }

.cnmaebr { padding-bottom:50px;}





.stickys-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-135px;
    top:230px;
    width:215px;
    z-index: 1100;
}
.stickys li{
    list-style-type:none;
    background-color:#0093dd;
    color:#FFFFFF;
    height:40px;
    padding:0px;
    margin:0px 0px 5px 0px;
    border:1px solid #0093dd; 
	border-radius: 5px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.stickys li:hover{
    margin-left:-115px; 
	background-color:#55478d;    
	border:1px solid #55478d; 
}
.stickys li .fab{
    float:left;
    margin:7px 4px;
    margin-right:18px;
    font-size:25px;
}
.stickys li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:12px;
    color:#ffffff;
    text-align:left;
}
.stickys li p a{
    text-decoration:none;
    color:#ffffff;
}
.stickys li .fa{
    color:#ffffff;
}



header { position:fixed; top:0; width:100%; z-index:+10000;}



.insersbl {
			background-color:#fff;
			border-radius:10px;
			border-style: solid;
			border-width: 1px;
			border-color: rgba(62, 62, 101, 0.13);
			box-shadow: 0px 0px 20px 0px rgba(62, 62, 101, 0.13);text-align:center;
			
			 
}


.insersbl:hover { 	
			
			box-shadow: 0px 0px 60px 0px rgba(64, 64, 108, 0.15);text-align:center;
			border-bottom: 10px solid #0093dd ; transition: all 0.6s;
}



.bloli {display: block;}

.bloli li {
  float: left; 
}


.bloli li i {
    color: #000 ; font-size:16px;
	
}

.bloli li a {
    color: #000; border-right: 1px solid #0093dd ;
	
}

.bloli li a:hover {
    color: #0093dd ; text-decoration:none; transition: all 0.2s;
	
}

.blcnt {
    max-width: 100%;
}



@media (max-width: 767px) {

.bloli {padding:0;}
}

.blcnt a{ text-decoration:none; color:#000;}
.blcnt a:hover{ text-decoration:none; color:#0093dd;}






body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #239153;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #239153;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #239153;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #239153;
}

#topbar .contact-info i {
  color: #239153;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #239153;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #239153;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  margin-top: 158px;
  height: 60vh;
  position: relative;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}


#intro .intro-content h3 {
  color: #ffffff;
  margin-bottom: 27px;
  font-size: 44px;
  font-weight: 700;
} 
#intro .intro-content h4 {
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 33px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #239153;
  text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #239153;
  border: 2px solid #239153;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #239153;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #239153;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #239153;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #239153;
}

#mobile-nav ul .menu-item-active {
  color: #239153;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #2f99bd;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #239153;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/

#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content h2 {
  color: #0c2e8a;
  color: #2f99bd;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  line-height: 26px;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #239153;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #239153 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #239153;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #239153;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #239153;
  border: 3px solid #239153;
}

/* Our Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #239153;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #239153;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #239153;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #239153;
  border: 1px solid #239153;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #239153;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}


header { height:100px; }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer .soc .fab {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:50%;
  background: #3B5998;
  color: #fff;
}

footer .soc .fab:hover {
    opacity: 0.7;
}




#footer {
  background: #333333;
  padding: 30px 0;
  font-size: 14px;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}

footer { color:#ffffff;}
footer a { color:#ffffff;}

#footer .credits a {
  color: #ffffff;
}


 .about-img img {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

  .rebg  { background-image: url(../img/rebg.jpg);
    background-size: cover;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    text-align: center;
	background-attachment:fixed;
	margin:20px 0;
}

  .rebg p { color:#fff; font-size:22px; font-weight:500px;}


@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 20px 0;
    height: 74px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

.btn-secondary {
    color: #fff;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #5e5fbc 2%, #1202ef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#5e5fbc 2%,#1202ef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1e5799 0%,#5e5fbc 2%,#1202ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1202ef',GradientType=0 ); /* IE6-9 */   
    border:0;
    margin-bottom: 10px;
}
.btn-secondary:hover {
    background: #12539e; /* Old browsers */
    background: -moz-linear-gradient(top,  #12539e 0%, #7d7fd6 2%, #0d0579 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #12539e 0%,#7d7fd6 2%,#0d0579 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #12539e 0%,#7d7fd6 2%,#0d0579 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0d0579',GradientType=0 ); /* IE6-9 */ 
  }

.btn-dark:hover  {
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #5e5fbc 2%, #1202ef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#5e5fbc 2%,#1202ef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1e5799 0%,#5e5fbc 2%,#1202ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1202ef',GradientType=0 ); /* IE6-9 */   

}


.btn-dark{
    color: #fff;
    border:0;
    background: #12539e; /* Old browsers */
    background: -moz-linear-gradient(top,  #12539e 0%, #7d7fd6 2%, #0d0579 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #12539e 0%,#7d7fd6 2%,#0d0579 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #12539e 0%,#7d7fd6 2%,#0d0579 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0d0579',GradientType=0 ); /* IE6-9 */ 
    margin-bottom: 10px;
  }


.loinpg { margin-top: 250px;}

.clints img { margin-right:50px;}