@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Poppins:100,200,300,400,500,600,700,800,900&display=swap");
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@keyframes up_down {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@-webkit-keyframes img_left {}

@keyframes img_left {}/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
/*font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;*/
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

p {
  font-weight: 400;
  padding: 0px 0px 28px 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  color: #FF8B49;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

h2 span {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

h2 i {
  font-size: 138px;
  font-weight: 900;
  color: rgba(231, 231, 231, 0.35);
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

h3 {
  font-size: 30px;
  color: #FF8B49;
  font-weight: 600;
  padding-bottom: 25px;
}

.btn {
  font-family: "Poppins", sans-serif;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logo {
  padding-bottom: 15px;
}

.logo img {
  max-width: 106px;
  width: 100%;
  width: 106px;
}

.mainHeader {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 4;
  padding: 10px 0px 0px 0px;
  background: rgba(255, 219, 125, 0.23);
}

.mainHeader .container {
  position: relative;
}

.mainHeader .top_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 15px;
  top: 7px;
  z-index: 2;
}

.mainHeader .top_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainHeader .top_area ul li {
  font-size: 14px;
  font-weight: 500;
  margin-right: 30px;
}

.mainHeader .top_area ul li:last-child {
  margin-right: 0px;
}

.mainHeader .top_area ul li:last-child i img {
  width: 20px;
}

.mainHeader .top_area ul li i {
  margin-right: 17px;
}

.mainHeader .top_area ul li i img {
  width: 14px;
}

.mainHeader .top_area ul li a {
  color: #2A2A2A;
}

.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  position: relative;
}

.mainHeader header .navbarBtn .btn {
  margin-bottom: 12px;
  background: #FF6C00;
  cursor: pointer;
  color: #fff;
}

.mainHeader header .navbarBtn .btn i {
  color: #fff;
}

.mainHeader header .logo a {
  display: block;
}

.mainHeader header .navbarLink {
  padding-top: 0px;
}

.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainHeader header .navbarLink ul li {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  margin-right: 60px;
}

@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li a {
    position: relative;
  }
  .mainHeader header .navbarLink ul li a::before {
    background: #FF6D00;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mainHeader header .navbarLink ul li:hover, .mainHeader header .navbarLink ul li.active {
    /*background: url(../images/line_orange.jpg) repeat-x left 32px; */
  }
  .mainHeader header .navbarLink ul li:hover a, .mainHeader header .navbarLink ul li.active a {
    position: relative;
  }
  .mainHeader header .navbarLink ul li:hover a::before, .mainHeader header .navbarLink ul li.active a::before {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mainHeader header .navbarLink ul li ul li {
    /*background: none!important;*/
  }
  .mainHeader header .navbarLink ul li ul li a::before {
    display: none;
  }
}

.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px 0px 10px 0px;
}

.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}

.mainHeader header .navbarLink ul li.dropdown {
  position: inherit;
}

.mainHeader header .navbarLink ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex !important;
  color: #000;
  font-size: 16px;
  padding: 0px 0px 10px 0px;
  display: inline-block;
}

.mainHeader header .navbarLink ul li a.dropdown-toggle i {
  margin-left: 5px;
}

@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 0px 0px 10px 0px;
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 12px 10px 12px;
  }
}

.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #FF6C00;
}

.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  -webkit-box-shadow: 0px 25px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 25px 20px 0px rgba(0, 0, 0, 0.16);
  max-width: 870px;
  width: 100%;
  left: auto !important;
  right: 0px;
}

.mainHeader header .navbarLink ul li > .dropdown-menu ul li:last-child a {
  padding-bottom: 0px;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 0px 0px 5px 0px;
  font-size: 14px;
  text-transform: capitalize;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: none !important;
  border-radius: 0px;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #FF6C00 !important;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}

.mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 50px;
}

.mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi ul {
  width: 30%;
}

.mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi ul:nth-child(2) {
  margin: 0px 20px;
}

@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi ul {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi ul:nth-child(2) {
    margin: 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi ul li a {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .sub_navi ul li:last-child a {
    padding-bottom: 0px;
  }
}

.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}

.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .sub_navi {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.mainHeader header .navbarLink.active {
  left: 0;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}

.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FF6C00;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

@media (max-width: 767px) {
  .mainHeader .top_area {
    position: relative;
    top: inherit;
    right: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 7px;
    border-bottom: #ded3b4 solid 1px;
    margin-bottom: 15px;
  }
  .mainHeader header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .mainHeader .top_area ul li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .mainHeader .top_area ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader .top_area ul li {
    margin-right: 0px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .mainHeader .top_area ul li {
    font-size: 12px;
  }
  .mainHeader .top_area ul li i {
    margin-right: 7px;
  }
  .mainHeader .top_area ul li i img {
    width: 13px;
  }
  .mainHeader .top_area ul li:last-child i img {
    width: 15px;
  }
}

.banner_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner_area .slick-dotted.slick-slider {
  margin: 0px;
}

.banner_area .banner_box {
  position: relative;
}

.banner_area .banner_box .bg1 {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.banner_area .banner_box .bg1 img {
  margin-left: auto;
  margin-right: auto;
}

.banner_area .banner_box .bg2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  left: 0px;
  right: 0px;
  top: 0px;
}

.banner_area .banner_box img {
  max-width: 100%;
}

.banner_area .banner_box .text_name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 126px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #e7e7e7;
  opacity: 0.10;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.banner_area .banner {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
  background: url(../images/bg_2.png) no-repeat center top;
}

.banner_area .banner.bg_bannaer2 {
  background-image: url(../images/bg_banner4.png);
}

.banner_area .banner.bg_bannaer3 {
  background-image: url(../images/bg_banner3.png);
}

.banner_area .banner.bg_bannaer4 {
  background-image: url(../images/bg_banner2.png);
  background-position: center bottom;
}

.banner_area .banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner_area .banner .banner_img_area, .banner_area .banner .banner_text_area {
  width: 50%;
}

.banner_area .banner h1 {
  font-family: "Poppins", sans-serif;
  font-size: 105px;
  font-weight: 700;
  color: #FF6C00;
  line-height: 105px;
}

.banner_area .banner h1 span {
  font-size: 30px;
  font-weight: 300;
  color: #242424;
  display: block;
  line-height: 30px;
}

.banner_area .slick-dots {
  bottom: -32px;
}

.banner_area .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: #707070 solid 1px;
  border-radius: 100%;
  font-size: 0px;
}

.banner_area .slick-dots li button::before {
  font-size: 40px;
  opacity: 0;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner_area .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #FF8B49;
}

@media (max-width: 480px) {
  .banner_area .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .banner_area .slick-dots li button::before {
    font-size: 30px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}

.banner_area .slick-dots {
  bottom: 22px;
}

@media (max-width: 1199px) {
  .banner_area .banner_box .bg2 img {
    max-height: 606px;
  }
  .banner_area .banner_box .text_name {
    font-size: 90px;
  }
  .banner_area .banner {
    padding-bottom: 63px;
  }
  .banner_area .banner h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .banner_area .banner h1 span {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .banner_area .banner_box .text_name {
    font-size: 70px;
  }
  .banner_area .banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner_area .banner h1 span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .banner_area {
    margin: 50px 0px 0px 0px;
  }
  .banner_area .banner_box .text_name {
    font-size: 55px;
    opacity: 0.40;
  }
  .banner_area .banner {
    padding-top: 130px;
  }
  .banner_area .banner h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .banner_area .banner h1 span {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .banner_area .banner_box .text_name {
    font-size: 40px;
  }
  .banner_area .banner {
    padding-bottom: 30px;
    padding-top: 120px;
  }
  .banner_area .banner h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .banner_area .banner h1 span {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .banner_area .banner_box .text_name {
    font-size: 30px;
  }
  .banner_area .banner {
    padding-top: 130px;
  }
  .banner_area .banner h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .banner_area .banner h1 span {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .inner_banner_area {
    margin: 0px;
  }
}

.inner_banner {
  position: relative;
  text-align: center;
}

.inner_banner .banner_img_area {
  position: relative;
}

.inner_banner .banner_img_area img {
  max-width: 100%;
}

.inner_banner .banner_text_area {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 54%;
  width: 100%;
  height: 100%;
}

.inner_banner h1 {
  font-size: 55px;
  color: #FF6C00;
  font-weight: 700;
}

@media (max-width: 991px) {
  .inner_banner .banner_img_area img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .inner_banner .banner_text_area {
    top: 66%;
  }
  .inner_banner .banner_img_area img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 350px;
  }
  .inner_banner h1 {
    font-size: 44px;
  }
}

.mp_contener {
  min-height: 600px;
}

.welcome_area {
  position: relative;
}

.welcome_area .container {
  z-index: 2;
  position: relative;
}

.welcome_area .img_left img, .welcome_area .img_right img {
  max-width: 100%;
}

.welcome_area .img_left {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}

.welcome_area .img_right {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: -39px;
  -webkit-animation: up_down 1.5s ease-in-out infinite;
          animation: up_down 1.5s ease-in-out infinite;
}

.welcome_area .tital {
  font-size: 36px;
  font-weight: 200;
  line-height: 50px;
}

.welcome_area p strong {
  font-size: 18px;
  font-weight: 600;
}

.welcome_area p:last-child {
  padding-bottom: 0px;
}

.btn_animation {
  position: relative;
  overflow: hidden;
}

.btn_animation::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_animation:hover::after {
  width: 100%;
  height: 100%;
}

.btn_animation span {
  position: relative;
  z-index: 2;
}

.bg_yallow {
  background-color: #FFDB7D;
  color: #000;
  padding: 100px 0px;
}

.btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_orange {
  background: #FF8B49;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 37px;
}

.btn_orange::after {
  background: #669337;
}

.btn_orange:hover {
  /*background: #669337;*/
  color: #fff;
  border-color: #669337;
}

.box_sahdow {
  -webkit-box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.16);
}

.box_sahdow1 {
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.16);
}

.paddtop50 {
  padding-top: 50px;
}

.hm_client_area {
  background: #f6f6f6;
  padding: 13px 0px 60px 0px;
}

.hm_client_area h2 {
  margin-bottom: 3px;
}

.hm_client_area .box_client {
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.16);
  margin: 18px 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hm_client_area .box_client img {
  max-width: 100%;
  width: auto;
}

.hm_client_area .box_client:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hm_client_area .slick-dots {
  bottom: -32px;
}

.hm_client_area .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: #707070 solid 1px;
  border-radius: 100%;
  font-size: 0px;
}

.hm_client_area .slick-dots li button::before {
  font-size: 40px;
  opacity: 0;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hm_client_area .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #FF8B49;
}

@media (max-width: 480px) {
  .hm_client_area .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 3px;
  }
  .hm_client_area .slick-dots li button {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .hm_client_area .slick-dots li button::before {
    font-size: 30px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}

@media (max-width: 575px) {
  .hm_client_area .box_client {
    background: #fff;
    text-align: center;
  }
  .hm_client_area .box_client img {
    margin: 0px auto;
  }
}

.hm_product_area {
  padding: 52px 0px 100px 0px;
}

.hm_product_area .box_product {
  position: relative;
  padding: 0px 0px 74px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hm_product_area .box_product.paddtop42 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.hm_product_area .box_product.paddtop42:hover {
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}

.hm_product_area .box_product .hd_tital {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #565656;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hm_product_area .box_product .hd_tital i {
  font-size: 100px;
  line-height: 100px;
  font-style: normal;
  color: #FF8B49;
  font-weight: 600;
  opacity: 0.20;
  position: relative;
  z-index: 1;
  margin-left: -50px;
}

.hm_product_area .box_product .hd_tital span {
  position: absolute;
  left: 0px;
  bottom: 20px;
  line-height: 20px;
  z-index: 2;
}

.hm_product_area .box_product p {
  font-size: 14px;
  color: #C4C4C4;
}

.hm_product_area .box_product .img_box {
  -webkit-box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
  overflow: hidden;
}

.hm_product_area .box_product .img_box img {
  max-width: 100%;
}

.hm_product_area .box_product:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hm_product_area .hm_product_hight {
  min-height: 1300px;
}

@media (max-width: 991px) {
  .hm_product_area .box_product.paddtop42 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .hm_product_area .box_product.paddtop42:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .hm_product_area .hm_product_hight {
    min-height: 1820px;
  }
}

@media (max-width: 575px) {
  .hm_product_area {
    padding-bottom: 20px;
  }
  .hm_product_area .box_product {
    padding-left: 0px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hm_product_area .box_product .hd_tital {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hm_product_area .box_product .hd_tital i {
    margin-left: 0px;
  }
  .hm_product_area .box_product .hd_tital span {
    width: 100%;
    text-align: center;
  }
  .hm_product_area .hm_product_hight {
    min-height: 1px;
  }
}

.inner_contener {
  padding: 100px 0px;
}

.inner_contener.paddtopnone {
  padding-top: 0px;
}

.inner_contener.paddbtn0 {
  padding-bottom: 0px;
}

.color_greay {
  color: #7a7a7a;
}

.product_list_area .product_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: #C4C4C4 solid 5px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 40px 15px 40px 40px;
  margin-top: 40px;
}

.product_list_area .product_list_box .product_content {
  width: 60%;
}

.product_list_area .product_list_box .product_content p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.product_list_area .product_list_box .product_content h3 {
  text-transform: uppercase;
}

.product_list_area .product_list_box .product_img {
  width: 37%;
  position: relative;
}

.product_list_area .product_list_box .product_img img {
  max-width: 100%;
}

.product_list_area .product_list_box .product_img h3 {
  color: #8B8B8B;
  padding-bottom: 13px;
  margin-bottom: 0px;
}

.product_list_area .product_list_box .product_img .img_product {
  padding-bottom: 30px;
}

.product_list_area .flex_strat {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .product_list_area .product_list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
  }
  .product_list_area .product_list_box .product_content {
    width: 100%;
  }
  .product_list_area .product_list_box .product_img {
    width: 100%;
    padding-top: 30px;
  }
  .product_list_area .product_list_box .product_img .btn_flex {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .product_list_area .product_list_box {
    text-align: center;
    padding: 20px 15px 40px 15px;
  }
  .product_list_area .product_list_box p {
    text-align: left;
  }
  .product_list_area .product_list_box .product_content h3 {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .product_list_area .product_list_box .product_img .flex_strat {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .product_list_area .product_list_box .product_img h3 {
    font-size: 24px;
  }
}

.bullet_icon ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.bullet_icon ul li {
  font-size: 18px;
  line-height: 20px;
  background: url(../images/icon_bullet.png) no-repeat left 8px;
  padding: 0px 0px 23px 22px;
  margin: 0px;
}

.bullet_icon ul li:last-child {
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  .our_strenght_page .welcome_area {
    padding-bottom: 50px !important;
  }
  .our_strenght_page .welcome_area .col-md-6 {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .our_strenght_page .welcome_area .col-md-6:last-child {
    padding-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .our_strenght_page .img_left img {
    opacity: 0.35;
  }
}

.pollution_control_area {
  position: relative;
  padding-top: 30px;
  margin-bottom: 114px;
}

.pollution_control_area h2 i {
  color: rgba(255, 255, 255, 0.15);
}

.pollution_control_area::after {
  content: '';
  background: #687C90;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60%;
  z-index: 1;
  opacity: 0.20;
}

.pollution_control_area .container {
  position: relative;
  z-index: 2;
}

.pollution_control_area .pollution_box {
  background: #fff;
  padding: 50px 50px 35px 50px;
}

.pollution_control_area .pollution_box .img_box img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.pollution_control_area .pollution_box .bullet_icon {
  padding: 55px 0px 0px 0px;
}

.pollution_control_area .pollution_box .bullet_icon ul li {
  font-weight: 600;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .pollution_control_area .pollution_box .bullet_icon {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .pollution_control_area {
    margin-bottom: 50px;
  }
  .pollution_control_area .pollution_box {
    padding: 30px;
  }
  .pollution_control_area .pollution_box .bullet_icon {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .pollution_control_area .pollution_box {
    padding: 30px 15px;
  }
}

.strength_middle .box_strength_area {
  max-width: 1366px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 50px;
}

.strength_middle .box_strength_area:last-child {
  margin-bottom: 0px;
}

.strength_middle .box_strength_area h2 {
  text-align: left;
  margin-bottom: 20px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.strength_middle .box_strength_area h2 span {
  text-align: left;
}

.strength_middle .box_strength_area h2 i {
  white-space: nowrap;
}

.strength_middle .box_strength_area .box_strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.strength_middle .box_strength_area .box_strength .strength_content_area {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.strength_middle .box_strength_area .box_strength .strength_content {
  width: 100%;
  max-width: 540px;
}

.strength_middle .box_strength_area .box_strength .strength_img {
  width: 48%;
  text-align: right;
  position: relative;
  margin-top: -152px;
}

.strength_middle .box_strength_area .box_strength .strength_img img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .strength_middle .box_strength_area h2 {
    margin-left: 50px;
    margin-right: 0px;
  }
  .strength_middle .box_strength_area h2 span {
    max-width: 450px;
  }
  .strength_middle .box_strength_area .box_strength {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .strength_middle .box_strength_area h2 {
    text-align: center;
    margin-left: 0px;
  }
  .strength_middle .box_strength_area h2 span {
    max-width: 100%;
    text-align: center;
  }
  .strength_middle .box_strength_area .box_strength {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
  }
  .strength_middle .box_strength_area .box_strength .strength_content_area {
    width: 100%;
    text-align: center;
  }
  .strength_middle .box_strength_area .box_strength .strength_content_area .strength_content {
    max-width: 100%;
  }
  .strength_middle .box_strength_area .box_strength .strength_img {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .strength_middle .box_strength_area h2 i {
    font-size: 65px !important;
  }
}

@media (max-width: 575px) {
  .strength_middle .box_strength_area h2 i {
    font-size: 41px !important;
  }
}

@media (max-width: 380px) {
  .strength_middle .hedding {
    padding-top: 30px;
  }
}

.paddtop6 {
  padding-top: 6px;
}

.paddtop10 {
  padding-top: 10px;
}

.paddbtm20 {
  padding-bottom: 20px;
}

.formarea {
  position: relative;
}

.formarea textarea {
  resize: none;
  height: 105px;
  padding-top: 15px;
  line-height: 26px;
}

.formarea .height130 textarea {
  height: 138px;
}

.formarea .form-group {
  margin-bottom: 35px;
  position: relative;
}

.formarea.popup .height130 textarea {
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.formarea.popup .form-group {
  margin-bottom: 26px;
}

.formarea .select2-container .select2-choice {
  border: none;
  border-bottom: #8D8C8C solid 2px;
  border-radius: 0;
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 991px) {
  .formarea .fnt0 {
    font-size: 0px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 0px;
  line-height: 14px;
  background: #F5F5F5;
  border-radius: 0px;
  background-image: none;
  border: 0px solid #ddd;
  border-bottom: #8D8C8C solid 2px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
          box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
  background: none !important;
}

.help-block {
  padding: 0px;
}

.form-horizontal .control-label {
  text-align: left;
}

.form-control, .formarea textarea, select, .select-wrapper .holder, .select2-container .select2-choice {
  font-size: 16px;
  color: #000 !important;
  background: none;
  font-weight: 300 !important;
}

.formarea input[type="radio"], .formarea input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 8px;
}

.radio, .checkbox, .checkbox-inline label, .radio-inline label {
  font-weight: normal;
}

.formarea label {
  font-size: 16px;
  margin-bottom: 7px;
}

.redcor {
  color: #000;
}

.fnt36 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 200;
}

.contact_us_area {
  padding: 30px 0px 0px 0px;
}

.contact_us_area a {
  color: #000;
}

.contact_us_area a:hover {
  color: #FF8B49;
}

.contact_us_area .contact_box span {
  border: #FF8B49 solid 2px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}

.contact_us_area .contact_box span img {
  max-width: 19px;
  width: 19px;
}

.contact_us_area .contact_box span.icon_location img {
  width: 15px;
}

.contact_us_area .contact_box h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px 8px 0px;
}

@media (max-width: 767px) {
  .contact_us_area {
    padding-bottom: 30px;
  }
  .contact_us_area .contact_box {
    text-align: center;
  }
  .contact_us_area .contact_box span {
    margin-left: auto;
    margin-right: auto;
  }
}

.contact_froma_area .max_width1366 {
  max-width: 1366px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_froma_area .max_width1366 .contact_form {
  width: 100%;
  max-width: 888px;
  padding: 60px 70px 60px 0px;
}

.contact_froma_area .max_width1366 .conact_left {
  background: #FFDB7D;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_froma_area .max_width1366 .conact_right {
  width: 25%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 130px;
}

.contact_froma_area .max_width1366 .conact_right img {
  max-width: 100%;
}

.contact_froma_area .paddleft50 {
  padding-left: 50px;
}

.contact_froma_area .btn {
  min-width: 160px;
}

@media (max-width: 1199px) {
  .contact_froma_area .max_width1366 .contact_form {
    padding-left: 47px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .contact_froma_area .max_width1366 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_froma_area .max_width1366 .conact_left {
    width: 100%;
  }
  .contact_froma_area .max_width1366 .conact_right {
    width: 100%;
    padding-top: 20px;
  }
  .contact_froma_area .max_width1366 .contact_form {
    padding-left: 47px;
    padding-right: 40px;
  }
  .contact_froma_area .max_width1366 .contact_form {
    padding: 40px 40px 50px 40px;
  }
  .contact_froma_area .paddleft50 {
    padding-left: 15px;
  }
  .contact_froma_area .formarea .height130 textarea {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .contact_froma_area .max_width1366 .contact_form {
    padding: 30px 20px;
  }
  .contact_froma_area .btn_orange {
    width: 100%;
  }
}

.map_area {
  max-height: 482px;
}

@media (max-width: 767px) {
  .map_area {
    max-height: 400px;
  }
  .map_area iframe {
    height: 400px !important;
  }
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

label.error {
  color: #F00;
}

.formarea label.error {
  position: absolute;
  left: 0px;
  bottom: -19px;
  margin: 0px;
  font-size: 13px;
}

.roboto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.roboto label.pull-left {
  margin-bottom: 0px !important;
  margin-left: 15px;
}

.modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF8B49 !important;
  padding: 10px 15px;
}

.modal .modal-header h1 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.modal .modal-header .close {
  color: #fff;
}

@media (max-width: 480px) {
  .modal .form-control, .modal .formarea textarea, .modal select, .modal .select-wrapper .holder, .modal .select2-container .select2-choice {
    font-size: 13px;
  }
}

#toTop {
  z-index: 3;
  width: 50px;
  height: 50px;
  padding: 2px 0px 0px 0px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF8B49;
  text-align: center;
  position: fixed;
  /* this is the magic */
  bottom: 10px;
  /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.footer {
  background: #687C90;
  color: #ffffff;
  font-size: 0.875em;
  padding: 48px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #F4822C;
}

.footer .footernavi_area {
  border-bottom: #7B97B4 solid 1px;
  padding-bottom: 30px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_navi {
  font-family: "Montserrat", sans-serif;
}

.footer .footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_navi ul li {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 60px 0px 0px;
}

.footer .footer_navi ul li:last-child {
  padding-right: 0px;
}

.footer .footer_navi ul li.active a {
  color: #FFDB7D;
}

.footer .footer_navi ul li a {
  color: #fff;
}

.footer .footer_navi a {
  color: #707070;
}

.footer .footer_navi a:hover {
  color: #FFDB7D;
}

.footer .social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .social_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .social_icon ul li {
  padding-right: 8px;
}

.footer .social_icon ul li:last-child {
  padding-right: 0px;
}

.footer .social_icon ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  color: #FFDB7D;
  border-radius: 100%;
  -webkit-transform: .5s;
          transform: .5s;
  border: #FFDB7D solid 1px;
}

.footer .social_icon ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform: .5s;
          transform: .5s;
  background: #3B5999;
}

.footer .social_icon ul li.facebook a:hover {
  background: #3B5999;
  border-color: #3B5999;
}

.footer .social_icon ul li.twitter a:hover {
  background: #00AEDD;
  border-color: #00AEDD;
}

.footer .social_icon ul li.linkedin a:hover {
  background: #0074B0;
  border-color: #0074B0;
}

.footer .social_icon ul li:hover a {
  color: #fff;
}

.footer .addrees_and_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 0px;
}

.footer .addrees_and_button_area .btn_yallow {
  background: #FFDB7D;
  color: #000000;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
}

.footer .addrees_and_button_area .btn_yallow::after {
  background: #FF8B49;
}

.footer .addrees_and_button_area .btn_yallow:hover {
  /*background: #FF8B49;*/
  border-color: #FF8B49;
}

.footer .addrees_and_button_area .footer_address .div_addreess {
  padding-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .addrees_and_button_area .footer_address .div_addreess:last-child {
  padding-bottom: 0px;
}

.footer .addrees_and_button_area .footer_address .div_addreess span {
  width: 20px;
}

.footer .addrees_and_button_area .footer_address .div_addreess span img {
  width: 14px;
}

.footer .addrees_and_button_area .footer_address .div_addreess.address_p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .addrees_and_button_area .footer_address .div_addreess.address_p img {
  width: 10px;
}

.footer .addrees_and_button_area .footer_address .div_addreess p {
  margin: 0px;
  padding: 0px;
}

.footer .bottom {
  background: #586D82;
  min-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 15px;
}

.footer .bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .bottom div {
  text-align: left;
}

.footer .bottom span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

.footer .bottom span i {
  margin-left: 5px;
  font-style: normal;
  font-size: 14px;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 30px;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .social_icon {
    padding: 30px 0px 0px 0px;
  }
  .footer .bottom .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .bottom .container div, .footer .bottom .container span {
    text-align: center;
  }
  .footer .bottom .container div {
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .footer .addrees_and_button_area .btn_yallow {
    font-size: 13px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .footer .footer_navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_navi ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  .footer .footer_navi ul li a {
    padding: 5px 10px;
    display: block;
  }
  .footer .footer_navi ul li:first-child a {
    padding-top: 0px;
  }
  .footer .footer_navi ul li:last-child a {
    padding-bottom: 0px;
  }
  .footer .addrees_and_button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
  .footer .addrees_and_button_area .footer_address {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .footer .addrees_and_button_area .footer_address .div_addreess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    padding-bottom: 20px;
  }
  .footer .addrees_and_button_area .footer_address .div_addreess span {
    width: 100%;
  }
  .footer .addrees_and_button_area .footer_address .div_addreess span img {
    width: 20px;
  }
  .footer .addrees_and_button_area .footer_address .div_addreess div {
    width: 100%;
    padding-top: 7px;
  }
  .footer .addrees_and_button_area .footer_address .div_addreess.address_p img {
    width: 15px;
  }
  .footer .addrees_and_button_area .footer_button {
    padding-top: 10px;
  }
}

@media (max-width: 1199px) {
  .welcome_area.bg_yallow {
    padding: 100px;
  }
  .welcome_area .tital {
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
  h2 i {
    font-size: 95px;
  }
  .inner_contener {
    padding: 35px 0px;
  }
}

@media (max-width: 575px) {
  h2 {
    margin-bottom: 20px;
  }
  h2 i {
    font-size: 65px;
  }
  .welcome_area.bg_yallow {
    padding: 50px;
  }
  .welcome_area .img_left img {
    width: 66px;
  }
  .welcome_area .img_right {
    max-width: 286px;
    bottom: -30px;
  }
  .hm_client_area {
    padding: 20px 0px 40px 0px;
  }
}

@media (max-width: 480px) {
  .welcome_area.bg_yallow {
    padding: 50px 10px;
  }
}

@media (max-width: 380px) {
  h2 {
    font-size: 28px;
  }
  h2 i {
    font-size: 45px;
  }
}
/*# sourceMappingURL=style.css.map */