@font-face {
    font-family: "Gotham-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../../fonts/gotham-bold.eot");
    src: url("../../fonts/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/gotham-bold.woff2") format("woff2"), url("../../fonts/gotham-bold.woff") format("woff"), url("../../fonts/gotham-bold.ttf") format("truetype"), url("../../fonts/gotham-bold.svg") format("svg");
}

@font-face {
    font-family: "Gotham-Book";
    font-style: normal;
    font-weight: 200;
    src: url("../../fonts/gotham-book.eot");
    src: url("../../fonts/gotham-book.eot?#iefix") format("embedded-opentype"), url("../../fonts/gotham-book.woff2") format("woff2"), url("../../fonts/gotham-book.woff") format("woff"), url("../../fonts/gotham-book.ttf") format("truetype"), url("../../fonts/gotham-book.svg") format("svg");
}

body {
    font: 100% Helvetica, sans-serif;
    color: #333;
    display: flex;
   flex-direction: column;
}


.landing-page ol{
  padding-left: 15px;
}
.landing-page ol{
    font: 20px "Gotham-Book" !important;
  padding-left: 15px;
}
.landing-page h4{
  padding-bottom: 30px;
  
}
.landing-page p{
  font: 20px "Gotham-Book" !important;
  padding-bottom: 20px;
}
.ol-blog ol li {
    line-height: 29px;
}
.land-bold p{
font-family: "Gotham-Bold" !important;
}
.landing-page .white{
  color: #fff;
}
.landing-page .navbar-brand{
max-width: 250px;
width: 250px;
}
.landing-page .headernav{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}
.landing-page .background-wrap.text-center {
    background-image: burlywood;
    
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.landing-page .text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 30px;
}
.landing-page .btn{
    border: 1px solid;
    border-radius: 0;
    background: #56BCAD !important;
    border-color: #56BCAD !important;
    color: #fff;
}
.landing-page  .green-text{
  color: #56BCAD;
  font-family: "Gotham-Bold" !important;
}
.landing-page .btn:hover,
.landing-page .btn:focus,
.landing-page .btn:active{
  background: #56BCAD !important;
    border-color: #56BCAD !important;
    color: #fff;
}
.landing-page .vedio-blog {
    max-width: 450px;
    margin: auto;
    margin-bottom: 50px;
}
.landing-page .image-frame.text-center {
    max-width: 300px;
    margin: auto;
    padding-bottom: 50px;
}
.landing-page .foot-logo {
    background-color: #000;
}
.landing-page .foot-logo img {
    max-width: 170px;
    margin: 16px 35px;
    
}
.landing-page .section{
  margin-bottom: 50px;
}
.landing-page{
    padding: 0;
}
footer{
     flex: 0 0 50px;
   margin-top: auto;
}
.landing-page footer {
    background: #121212;
    padding: 20px 0;
    flex: 0 0 50px;
    margin-top: auto;
}
.landing-page .row.align-items-end {
    margin-bottom: 0;
}
.landing-page .footer-grid {
    text-align: left !important;
}

.landing-page .footer-grid img {
    max-width: 170px;
}
.landing-page .footer-list {
    padding-top: 15px;
    padding-left: 0;
    list-style-type: none;
    line-height: 20px;
}
.landing-page footer a:hover,
.landing-page .footer-list>li:hover {
    text-decoration: underline;
}
.landing-page .footer-list>li>a,
.landing-page .footer-list>li {
    font-family: Gotham-Book;
    font-size: 14px;
    color: #a7a7a7;
    margin-top: 0;
   
}
.landing-page .footer-list>li:hover{
    text-decoration: none;
}
.landing-page footer .container{
    max-width:860px;
}

.landing-page footer p,
.landing-page footer ul li,
.landing-page footer a,
.landing-page footer h1,
.landing-page footer h2,
.landing-page footer h3,
.landing-page footer h4,
.landing-page footer h5,
.landing-page footer h6,
.landing-page footer ol li {
    font-size: 14px !important;
    font-family: Gotham-Book;
    text-align: left;
    color:#a7a7a7;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
   
}

@media only screen and (max-width: 767px) {
 .landing-page  .blog-img1 {
    margin-bottom: 30px;
}
}

/*# sourceMappingURL=style.css.map */