* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  max-width: 1920px;
  margin: auto;
}

body .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul {
  margin: 0;
}

body a:focus {
  outline: 0 !important;
}

body a:hover,
body a {
  text-decoration: none;
  outline: 0;
}

body p, body a {
  color: #10441a;
  font-size: 14px;
}

body .common-primary-btn {
  background: #8fbb3e;
  height: 38px;
  border: 1px solid #8fbb3e;
  line-height: 36px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  border-radius: 30px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  min-width: 185px;
  font-size: 12px;
  font-weight: 600;
}

body .common-primary-btn:hover {
  background-color: transparent;
}

body .custom-secondary-btn {
  border: 1px solid #8fbb3e;
  height: 38px;
  line-height: 36px;
  color: #104418;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  border-radius: 30px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  

  min-width: 185px;
  font-size: 12px;
  font-weight: 600;
}

body .custom-secondary-btn:hover {
  background: #8fbb3e;
  color: #fff;
}

header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  right: 0;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0 0 0px 3px #12461d2e;
}

header .top-head {
  background: #12461d;
  padding: 10px 0;
}

header .top-head .call-email {
  margin-top: -5px;
}

header .top-head .call-email a {
  font-size: 10px;
  color: #b3cdaf;
  font-weight: 600;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}

header .top-head .call-email span {
  color: #8fbb3e;
  font-size: 10px;
}

header .top-head .notify p {
  font-size: 11px;
  color: #b3cdaf;
}

header .top-head .primary-navigation {
  -webkit-transition: .3s !important;
  -o-transition: .3s !important;
  transition: .3s !important;
  margin-top: -5px;
}

header .top-head .primary-navigation a {
  font-size: 10px;
  color: #b3cdaf;
  margin-left: 23px;
  font-weight: 600;
  transition: .3s linear;
}
header .top-head .primary-navigation a.active, header .top-head .primary-navigation a:hover , header .top-head .call-email a:hover {
  color: #8fbb3e;
}


header .logo-secondry-nvaigation-main {
  background: rgba(255, 255, 255, 0.95);
  padding: 5px 0;
}

header .logo-secondry-nvaigation-main .secendory-navigation a {
  font-size: 18px;
  color: #10441a;
  margin-left: 25px;
  font-weight: 600;
  transition: .3s linear;
  text-transform: uppercase;
 
}

header .logo-secondry-nvaigation-main .secendory-navigation a:hover,
 header .logo-secondry-nvaigation-main .secendory-navigation a.active {
  color: #8fbb3e;
}

footer {
  padding-bottom: 60px;
}

footer .social {
  text-align: center;
}

footer .social li {
  display: inline-block;
  margin: 0 4px;
}

footer .social li a {
  background: url("../images/social.png") no-repeat;
  display: block;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}

footer .social li a:hover {
  background-position-y: bottom !important;
}

footer .social li:nth-child(1) a {
  width: 9px;
  height: 16px;
}

footer .social li:nth-child(2) a {
  width: 16px;
  height: 16px;
  background-position: -27px 0;
}

footer .social li:nth-child(3) a {
  width: 16px;
  height: 16px;
  background-position: -61px 0;
}

footer .social li:nth-child(4) a {
  width: 16px;
  height: 16px;
  background-position: -94px 0;
}

footer .address h5 {
  font-size: 12px;
  color: #10441a;
  font-weight: 700;
}

footer .address address {
  margin-top: 15px;
  font-size: 11px;
  color: #10441a;
  font-weight: 500;
  margin-bottom: 0;
}

footer .phone-email-link {
  margin-top: 25px;
}

footer .phone-email-link a {
  font-size: 11px;
  color: #10441a;
  display: block;
  white-space: nowrap;
  font-weight: 500;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}

footer .phone-email-link a:hover {
  color: #8fbb3e;
}

footer .footer-link-copyright {
  text-align: right;
}

footer .footer-link-copyright a {
  font-size: 10px;
  color: #10441a;
  font-weight: 700;
  text-transform: uppercase;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}

footer .footer-link-copyright a:hover {
  color: #73a77d;
}

footer .footer-link-copyright a:before {
  content: '|';
  margin: 0 7px 0 4px;
}

footer .footer-link-copyright a:first-child:before {
  content: none;
}

footer .footer-link-copyright p {
  font-size: 11px;
  margin-top: 5px;
  color: #73a77d;
}
