
 {
	 overflow-x: hidden;
 }
 
/***** HYPERLINK *****/

A.bgwhi {color:#19181E;}
A.bgwhi:link {text-decoration: none; color:#19181E;}
A.bgwhi:visited {text-decoration: none; color:#19181E;}
A.bgwhi:hover {text-decoration: none; color:#FE3702;}
A.bgwhi:active {text-decoration: none; color:#19181E;}


/***** TYPOGRAPHY *****/
 
 body {
	 font-family: 'Raleway', sans-serif;
	 color:#3E3E3E;
	 line-height: 1.9rem;
	 font-weight:300;
 }
 
  .welcome {
	 font-family: 'Raleway', sans-serif;
	 color:#3E3E3E;
	 line-height: 1.9rem;
	 font-weight:300;
	 width:80%;
 }
 
  p {
	 font-family: 'Raleway', sans-serif;
	 color:#313131;
	 line-height: 1.9rem;
	 font-weight:300;
 }
 
 
 
 .p-who {
	 font-family: 'Raleway', sans-serif;
	 color:#3E3E3E;
	 line-height: 1.9rem;
	 font-weight:300;
	 padding-right:20px;
 }
 
 h1 {
	 font-family: 'Raleway', sans-serif;
	 color:#1D1D1D;
	 line-height: 1.9rem;
	 font-weight:700;
 }
 
  .h1-nf {
	 font-family: 'Raleway', sans-serif;
	 color:#1D1D1D;
	 line-height: 6.9rem;
	 font-weight:900;
	 font-size:100px;
 }
 
  h2 {
	 font-family: 'Raleway', sans-serif;
	 color:#250160;
	 line-height: 1.9rem;
	 font-weight:600;	
	 padding-bottom:10px;
	 padding-top:10px;
 }
 
  h3 {
	 font-family: 'Raleway', sans-serif;
	 color:#250160;
	 line-height: 1.9rem;
	 font-weight:600;
	 padding-bottom:10px;
	 padding-top:10px;
 }
 
  h4 {
	 font-family: 'Raleway', sans-serif;
	 color:#250160;
	 line-height: 1.9rem;
	 font-weight:500;
	 padding-bottom:10px;
	 padding-top:10px;
 }
 
  h5 {
	 font-family: 'Raleway', sans-serif;
	 color:#1D1D1D;
	 line-height: 1.9rem;
	 font-weight:500;
	 padding-top:5px;
	 text-transform:uppercase;
	 font-size:17px;
 }
 
  h6 {
	 font-family: 'Raleway', sans-serif;
	 color:#1D1D1D;
	 line-height: 1.9rem;
	 font-weight:600;
	 font-size:17px;
	 padding-top:10px;
	 padding-bottom:5px;
 }
 
   small {
	 font-family: 'Raleway', sans-serif;
	 color:#1D1D1D;
	 line-height: 1.9rem;
	 font-weight:400;
	 font-size:20px;
 }
 
 span {
	 color:#250160;
	 font-weight:600;
 }
 
/**** SUB ****/ 
#sub {
	background-image:url(../images/bg-sub.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:350px;
	padding-top:80px;
	
}


 
/**** BOX ****/

.box-flot {
	background-color:#fff;
	padding:10px;
	border: dotted 1px #dddddd;  	
}

.box-flot:hover {
	background-color:#fff;
	padding:10px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);	
}
 
 
/***** SERVICE *****/

figure.snip0014 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 100%;
  max-width: 100%;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0014 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0014 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0014 figcaption {
  font-size: 1.25em;
}
figure.snip0014 > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.snip0014 > div::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.0);
  border-right: 1px solid rgba(255, 255, 255, 0.0);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0014 h2,
figure.snip0014 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0014 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0014 h2 span {
  font-weight: 800;
}
figure.snip0014 p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0014 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0014:hover img {
  opacity: 0.35;
}
figure.snip0014:hover > div h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 2);
  transform: translate3d(0%, 0%, 2);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0014:hover > div p {
  opacity: 0.8;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0014:hover > div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


 
/* ===== NAVBAR SECTION ===== */

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

hr {
	padding:0;
	margin:0;
}


.header1 {
  font-family: 'Raleway', sans-serif;
	 color:#3E3E3E;
	 line-height: 1.9rem;
	 font-weight:500;
}


.header1 .btn-outline-success {
  color: #2cdd9b;
  background-color: transparent;
  border-color: #2cdd9b;
}

.header1 .btn-outline-success:hover {
  background:
  border-color: #2cdd9b;
  color: #ffffff;
}

.header1 .font-12 {
  font-size: 12px;
}

.header1 .dropdown-item {
  padding: 10px 1rem;
  color: #4B4A4B;
}

.header1 .h1-nav .navbar-nav .nav-item .nav-link {
 font-family: 'Raleway', sans-serif;
  padding: 10px 0px;
  color: #000;
  font-weight: 500;
}

.header1 .h1-nav .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

.header1 .h1-nav .navbar-nav .nav-item {
  margin: 0 13px;
}

@media (min-width: 1024px) {
  .header1 .navbar-nav>.dropdown .dropdown-menu {
    min-width: 220px;
    margin-top: 0px;
  }
  .header1 .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

.header1 .dropdown-toggle::after {
  display: none;
}

.header1 .dropdown-submenu>.dropdown-menu.menu-right {
  left: auto;
  right: 100%;
  top: 0;
}

.header1 .navbar-nav .dropdown-menu.b-none {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color:#3D3C3C;
    border: 0px solid transparent;
    border-radius: .25rem;
}

/****** CLIENTS *****/

#clients {
	background-color:#EEEEEE;
	padding-bottom:20px;
	padding-top:20px;
}


/****** TESTIMONIAL *****/

.p-testi {
	 font-family: 'Raleway', sans-serif;
	 color:#313131;
	 line-height: 1.9rem;
	 font-weight:300;
	 font-size:14px;
 }

 .h1-testi {
	 font-family: 'Raleway', sans-serif;
	 color:#FE3702;
	 line-height: 3.9rem;
	 font-weight:800;
	 font-size:48px;
	 padding-top:20px;
 }

#testi {
	background-image:url(../images/bg-testi.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:50px;
}


.width-auto {
    width: auto;

}

.text-lg {
    font-size: 2rem;
}

.carousel-indicators li {
    border: none;
    background: #ccc;
}

.carousel-indicators li.active {
    background: #FE3702;
}

.p-5 {
    padding: 1.5rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 2rem !important;
}

/***** button *****/

.btn-warning {
    color: #fff;
    background-color: #FF2B03;
    border-color: #FF2B03;
	padding:10px;
	font-weight:400;
	width:200px;
	box-shadow: -6px 5px 4px -2px rgba(0,0,0,0.3);	
}

.btn-warning:hover {
    color: #fff;
    background-color: #211278;
    border-color: #211278;
	padding:10px;
	font-weight:400;
	width:200px;
}

/***** CALL TO ACTION *****/

#call {
	background-color:#250160;
	padding-top:10px;
	padding-bottom:20px;
}

.h1-call {
	 font-family: 'Raleway', sans-serif;
	 color:#fff;
	 line-height: 1.9rem;
	 font-weight:700;	
 }
 
 .h5-call {
	 font-family: 'Raleway', sans-serif;
	 color:#fff;
	 line-height: 1.9rem;
	 font-weight:300;
	 padding-bottom:20px;
	 letter-spacing:1.5px;	
 }



/***** FOOTER *****/


 .h3-footer {
	 font-family: 'Raleway', sans-serif;
	 color:#000;
	 line-height: 1.9rem;
	 font-weight:500;
	 padding-bottom:15px;	
 }
 



/***** SOCIAL MEDIA *****/

.fa-lo {
	color:#0F204C;
	padding-right:10px;   
}

.fa-lo:hover {
	color:#FE3702;   
}


 