body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background-color: #fff;
    font-weight: 400;
    color: #191919;
}

h1, h2, h3, h4, h5{
    margin: 0;
    color: #191919;
    font-weight: 800;
}
p{
    margin: 0;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a, button {
    transition: 0.5s all ease-in-out;
}

a {
    text-decoration: none;
}

a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}
.child-pernt {
    display: table;
    height: 100%;
    width: 100%; 
}

.child {
    display: table-cell;
    vertical-align: middle; 
}
/*===== Custom Css =======*/
.header{
    background-color: #191919;
    padding: 22px 0 18px;
    border-bottom: 1px solid #69d03c;
}
.header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.header .navbar {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit;
}
.header .navbar-brand {
    float: left;
    font-size: 18px;
    height: inherit;
    line-height: 0;
    margin: 0 !important;
    padding: 0;
}
.header .navbar-right {
    margin-right: 0;
}
.header .navbar-collapse{
    padding: 0;
}
.header .navbar-nav li:last-child a{
    padding-right: 0;
}
.header .navbar-nav > li > a{
    color: #ffffff;
    font-size: 24px;
    padding: 30px 25px;
}
.header .navbar-nav > li > a:hover{
    color: #69d03c;
}
/*===== Banner Css =======*/
.banner .image-holder{
    position: relative;
}
.banner .image-holder img{
    width: 100%;
	object-position: 0px;
}
.banner .text-box{
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
}
.banner .text-box .text-inner P{
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    text-shadow: 0 0 9px rgba(0,0,0,.75);
}
.banner .text-box .text-inner h1{
    color: #fff;
    font-size: 60px;
    font-weight: 800;   
    margin: 10px 0;
    text-shadow: 0 0 9px rgba(0,0,0,.75);
}
.banner .text-box .text-inner a{
    color: #69d03c;
    font-size: 36px;
    border: 2px solid #69d03c;
    border-radius: 20px;
    display: inline-block;
    margin-top: 105px;
    padding: 4px 57px 12px;
    background-color: transparent;
}
.banner .text-box .text-inner a:hover{
    background-color: #69d03c;
    color: #fff;
}
/*===== Hedding Sec =======*/
.hedding{
    text-align: center;
    margin-bottom: 60px;
}
.hedding h2{
    color: #191919;
    font-weight: 800;
    font-size: 48px;
    border-bottom: 3px solid #69d03c;
    display: inline-block;
    padding: 0 0 17px;
}
.hedding h2 span{
    color: #69d03c;
}
/*===== What Map Sec =======*/
.what-map-sec{
    padding: 125px 0 130px;
    border-bottom: 1px solid #a7a7a7;
}
.what-map-sec .hedding h2{
    padding: 0 50px 17px;
}
.what-map-box{
    text-align: center;
}
.what-map-box .text-box{
    margin-top: 15px;
}
.what-map-box .text-box h3{
    width: 60%;
    margin: 0 auto;
}
.what-map-box .text-box p{
    font-size: 18px;
    margin: 30px auto 0;
    width: 60%;
}
/*===== Who We Are Sec =======*/
.who-we-are-sec{
    padding: 125px 0 175px;
    border-bottom: 1px solid #a7a7a7;
}
.who-we-are-inner .text-box {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.who-we-are-inner .text-box p{
    font-size: 30px;
    font-weight: 300;
}
/*===== Our Clints Sec =======*/
.our-clints .who-we-are-inner .text-box p{
    font-size: 18px;
    font-weight: 400;
}
/*===== Contact Us Sec =======*/
.contact-us{
    padding: 130px 0 160px;
}
.contact-inner{
    text-align: center;
}
.contact-inner .text-box{
    margin-top: 25px;
}
.contact-inner .text-box h2 a{
    font-size: 100px;
    color: #191919;
}
.contact-inner .text-box h2 a:hover{
    color: #69d03c;
}
.contact-inner .text-box h2 a:hover span{
    color: #191919;
    transition: all 0.5s ease-in-out;
}
.contact-inner .text-box h2 a span{
    color: #69d03c;
     transition: all 0.5s ease-in-out;
}
/*===== Footer Sec =======*/
.footer{
    background-color: #191919;
    border-top: 1px solid #69d03c;
    padding: 23px 0 17px;
}
.footer-navigation {
    padding: 22px 0;
    text-align: center;
}
.footer-navigation ul li{
    display: inline-block;
}
.footer-navigation ul li a{
    color: #ffffff;
    font-size: 24px;
    padding: 0 25px;
}
.footer-navigation ul li a:hover{
    color: #69d03c;
}
.footer-socail{
    text-align: right;
    padding: 3px 0;
}
.footer-socail ul li{
    display: inline-block;
}
.footer-socail ul li a{
    color: #828282;
    font-size: 50px;
    padding-left: 30px;
}
.footer-socail ul li a:hover{
    color: #69d03c;
}