
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Black.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Black.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

p,a,label,span,h1,h2,h3,h4,h5,h6{
  font-weight: normal;
  color: #363636;
  margin: 0px;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.color_black{
  color: #363636;
}
.color_green{
  color: #26838A;
}
.bg_gray{
  background-color: #EBEBEB;
}
.bg_light_green{
  background-color: #CEE3E5;
}
.bg_dark_green{
  background-color: #26838A;
}
.seperator{
  width: 75%;
  margin: 15px auto;
  border-bottom: 1px solid #131313;
}
.bottom_10{
  margin-bottom: 10px;
}
.bottom_15{
  margin-bottom: 15px;
}
.bottom_20{
  margin-bottom: 20px;
}
.bottom_30{
  margin-bottom: 30px;
}
.bottom_40{
  margin-bottom: 40px;
}
.bottom_60{
  margin-bottom: 60px;
}
.top_30{
  margin-top: 30px;
}
.top_15{
  margin-top: 15px;
}
/* home - About /
/* Lato, Black, 50px, 60px line-height, #363636 */
h2{
  font-family: Lato-Black; /*lato,black*/
  font-size: 50px;
  line-height: 60px;
  color: #363636;
}
/* Phone Numbers */
h3{
  font-family: Lato-Black; /*lato,black*/
  font-size: 40px;
  line-height: 48px;
  color: #26838A;
}
h4{
  font-family: Lato-Black; /*lato,black*/
  font-size: 30px;
  line-height: 36px;
  color: #26838A;
}
/* Name Labels etc*/
h5{
  font-family: Lato-Bold; /*lato,bold*/
  font-size: 20px;
  line-height: 24px;
  color: #363636;
}
h6{
  font-family: Lato-Bold; /*lato,bold*/
  font-size: 16px;
  line-height: 20px;
  color: #363636;
}

p{
  font-family: Lato-Regular; /*lato,regular*/
  font-size: 18px;
  line-height: 30px;
  color: #363636;
}
p strong{
  font-family: Lato-Bold; /*lato,bold*/
  color: #26838A;
  font-weight: normal;
}
a{
  font-family: Lato-Bold; /*lato,black*/ /*lato,Heavy*/
  font-size: 18px;
  line-height: 22px;
  color: #363636;
}
a.link_btn{
  font-family: Lato-Bold; /*lato,black*/ /*lato,Heavy*/
  font-size: 18px;
  line-height: 22px;
  color: #26838A;
  width: 272px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  /* padding: 10px 54px 10px; */
  margin: 15px auto;
  display: table;
  border: 1px solid #26838A;
}

label{
  font-family: Lato-Bold; /*lato,black*/ /*lato,Heavy*/
  font-size: 18px;
  line-height: 22px;
  color: #363636;
}
.footer p{
  font-family: Lato-Regular; /*lato,regular*/
  font-size: 16px;
  line-height: 20px;
  color: #363636;
}
/* Plugin General Styles */
.owl-carousel{

  }
  .owl-nav{

    }
    .owl-nav .owl-prev{

      }
    .owl-nav .owl-prev span,
    .owl-nav .owl-next span{
      display: block;
      width: 44px;
      height: 44px;
      font-size: 30px;
      line-height: 40px;
      color: #ffffff;
      background-color: #26838A;
      }
    .owl-nav .owl-prev span{

      }
    .owl-nav .owl-next{

      }
    .owl-nav .owl-next span{

      }
/* Home Page Link */
.page_link_up,
.page_link_down{
  display: block;
  width: 44px;
  height: 44px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  background-color: #26838A;
}
.page_link_down{
  position: absolute;
  z-index: 501;
  left: 50%;
  margin-left: -22px;
  bottom: -22px;
  background-image: url("../images/down_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page_link_up{
  position: absolute;
  right: 0;
  top: -104px;
  background-image: url("../images/up_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* Landing Pages WhatsApp */
.whatsapp_link{
  position: absolute;
  z-index: 501;
  right: 15px;
  top: 100px;
  background-image: url("../images/WhatsApp.png");
  width: 77px;
  height: 77px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  font-size: 0px;
}


/* CONTENT General Styles */
.container{
  position: relative;
  width: 1200px;
}

#home_our_services .title_section h2,
#home_our_team .title_section h2{
  margin-bottom: 80px;
}

.highlight_section{
  background-color: #EBEBEB;
  border-bottom: 8px solid #26838A;
  padding: 40px 58px;
  margin-top: 60px;
  margin-bottom: 60px;
}
