body{
	font-family: "Poppins", arial;
    position:relative;
}
a{
	color:#231f20;
}
a:hover,
a:active,
a:focus{
	color:#f29e23;
	text-decoration: none;
}
img{
	max-width: 100%;
}
.cover-all{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:99;
}
.header{
    height: 56px;
    position: absolute;
    top:0;
    width:100%;
    z-index: 1;
}
.header .navbar{
    background: transparent;
}
.navbar-toggler{
    color:#fff;
    background:#f7ca18;
    border-radius: 0;
}
.navbar-light .navbar-nav .nav-link{
    color:#fff;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#f7ca18;
}
.navbar-light .navbar-nav .nav-link.nav-whatsapp{
    border-color: #00e676;
    background: #00e676;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar-light .navbar-nav .nav-link.nav-whatsapp:hover{
    border-color: #00e676;
    background: #fff;
    color: #00e676;
}

.footer{
	background:#231f20;
	padding:30px 0;
	color:#fff;
}
.copyright{
	font-size:0.8rem;
}

section{
    position: relative;
	padding: 100px 0;
}
section.big{
    padding: 100px 0;
}
section.big-bottom{
    padding: 50px 0 100px;
}
.bg-light{
    background: #f7f7f7;
}

.banner{
    background:url(../images/sl-blue-bg.jpg);
    background-size: cover;
    background-position: top center;
    padding: 100px 0 50px;
}
.banner.thanks{
    min-height: calc(100vh - 80px);
}
.banner h1{
    color:#fff;
    line-height: 2;
}
.banner p{
    color:#fff;
}

.section_title{
    color: #1c1f28;
    text-align: center;
}
.section_desription {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #7a7c82;
    margin-bottom: 50px;
}

.title-style:after{
	content:"";
	display:block;
	width:120px;
	height:4px;
	margin: 5px auto 0;
	background:#dd4627;
}

.what_we_do h5 small{
    color: #7a7c82;
}

/************************************
*     Embed Youtube
************************************/
.post-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.post-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1199px){

}

@media (max-width:767px){
    section{
        padding: 50px 0;
    }
    .header .navbar-collapse {
        background: #02335b;
        padding: 0.5rem;
    }
}