/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
 
  body,p {
    margin: 0;
  }
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    transition: .3s;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b,strong {
    font-weight: bolder;
  }
  code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
    width: 100%;
  }
  button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,input {
    overflow: visible;
  }
  button,select {
    text-transform: none;
  }
  button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }






#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #252c35;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
      padding: 17px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
  z-index:99;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 40px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
         padding: 14px 15px;
    width: 224px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background: #252c35;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 19px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
 top: 16px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu > ul > li.active > a{
    color: #487f1e;
}
#cssmenu ul ul li.active > a{
 color: #487f1e;   
}
#cssmenu ul li a:hover{
     color: #487f1e;   
}
#cssmenu ul li ul li a:hover{
    color: #487f1e;  
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #487f1e;  
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '+';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
  
.header-top-container{
    background: #487f1e;
}
.header_social li{
    list-style-type: none;
}
.header_social li:first-child{
    border-left:1px solid #fff;
}
.header_social{
    display: flex;
    justify-content: flex-end;
}
.header_social li a{
    padding: 10px 15px;
    display: block;
    
    color: #fff;
    border-right: 1px solid #fff;
}
.header-middle-top{
    padding: 30px 0px;
}
.top-container-contact{
    display: flex;
}
.top-box-contact{
    display: flex;
    font-size: 13px;
    flex-direction: column;
}
.top-box-icon .bi-telephone-fill::before,.top-box-icon .bi-envelope::before,.top-box-icon .bi-clock::before{
    border: 1px solid #dcdcdc;
    height: 46px;
    width: 46px;
    text-align: center;
    color: #487f1e;
    font-size: 18px;
    line-height: 46px;
}


.top-box-icon{
    padding-right: 10px;
}
.logo-top-header{
    /* padding-bottom: 40px; */
}
.top-box-contact a{
    color: #ababab;
}
.top-box-contact a span{
    font-size: 13px;
}
.top-box-contact p{
    color: #2c3e50;
    font-size: 12px;
    /* font-family: "Lato", sans-serif; */
    font-weight: bold;
    /* text-transform: uppercase; */
    padding-bottom: 5px;
}
.top-box-contact span{
    color: #ababab;
}
.request_btn {
    background: #487f1e;
    color: #fff;
    padding: 0px 22px;
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    border-radius: 3px;
    vertical-align: top;
    transition: all 400ms linear 0s;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
    opacity: 1;
    z-index: 99;
}
.nav-top-container{
    background: #252c35;
    padding: 14px 0;
}
.bg-light{
    background: none !important;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #487f1e;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #487f1e;
}
.nav-link{
    padding: 1rem 1rem;
}

button{
  outline: none !important;
}

.dropdown-item{
    color: #fff;
    text-transform: uppercase;
}
.navbar-toggler{
  width: 50px;
  height: 40px;
  border: none;
  padding: 10px 10px;
}
.navbar-toggler span{
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 3px;
}
.dropdown-menu{
    background: #252c35;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #487f1e;
    background-color: #f0f8ff00;
}
tr:nth-child(even) {
  background-color: #fff;
}
.conpany_about_area {
  padding: 30px 0px;
  background: #f7f7f7;
}
.conpany_about_area1 {
  padding: 30px 0px;
  background: #fff;
}
#header-fix-nav.sticky .nav-top-container{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#header-fix-nav.sticky .header-middle-top{
  margin-bottom: 70px;
}

.nav-top-container.sticky ~ .header-middle-top{
  margin-bottom: 70px !important;
}
.container-hom-slide{
  position: relative;
}
.conpany_about_area {
  padding: 30px 0px;
  background: #f7f7f7;
}
.content-hom-container{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.container-hom-slide::before{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #050505a6;
}
.content-hom-container h2{
  color: #fff;
  margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: -.25px;
}
.content-hom-container a{
  line-height: 50px;
  background: #487f1e;
  padding: 0px 30px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  transition: all 400ms linear 0s;

}
.owl-home-slide .owl-nav{
      display: flex;
    justify-content: space-around;
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    /* background: red; */
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
  height: 40px;
    width: 40px;
    background: #6c757d;
    position: relative;
    border-radius: 3px;
}
.owl-carousel .owl-nav button:hover{
  background: #487f1e;
}
.owl-carousel .owl-nav button span{
  position: absolute;
  top: -24px;
  left: 12px;
}
.owl-dots{
  display: none;
}
.owl-carousel.achievement .owl-item img{
  /* object-fit: cover; */
  /* height: 100vh; */
}
.owl-carousel.achievement .owl-item img{
/* width: auto; */
}
.owl-carousel.achievement .owl-item .item{
  width: auto !important;
}
.owl-box-home{
  margin-bottom: 20px;
}

.achievement .owl-nav{
  display: flex;
    justify-content: space-between;
    font-size: 50px;
    position: absolute;
    top: 55%;
    color: #fff;
    transform: translate(0%, -50%);
    /* background: red; */
    width: 100%;
}

.phone-box {
  display: flex;
  padding: 0 0px;
  flex-wrap: wrap;
}
.phone-box li {
  padding: 10px 5px;
  border: 1px solid #2a9d2a70;
  /* border-radius: 8%; */
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0px;
  color: #2a9d2a;
  font-weight: 600;
}
.phone-box li a {
  color: #e31b21;
  font-size: 30px;
  margin: 0 8px;
}
.phone-box li span {
  width: 50px;
  height: 50px;
  border: 2px solid red;
  border-radius: 100%;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-phone{
  padding: 30px 0;
}
.left_content h4{
  margin-bottom: 20px;
}
.about-home{
  background: #f7f7f7;
}
.video-responsive{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0px auto;
  /* max-width: 800px; */
  width: 100%;
  margin-bottom: 20px;
}
.video-responsive iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pd-tb-30{
  padding: 30px 0;
}
.about-content-text{
  margin-bottom: 20px;
}
.flex-partner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-partner a{
  margin: 10px 0;
}
footer{
  background: #252c35;
    padding-top: 60px;
    padding-bottom: 35px;
    color: #979da4;
}
.f_contact_widget img{
  width: 40px;
}
footer ul li{
  list-style-type: none;
}
footer ul li a{
  color: #979da4;
}
.f_about_widget img {
  padding-top: 35px;
  max-width: 200px;
}
footer h3{
  color: #fff;
}
.f_widget_tittle {
  padding-bottom: 25px;
}
a:hover{
  color: #487f1e;
  transition: .3s;
}
.f_navigation_widget ul{
  display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.f_navigation_widget ul li{
  width: 50%;
  margin-bottom: 10px;
}
.contact_lsit{
  padding: 0;
}
.contact_lsit a i{
  margin-right: 10px;
    color: #487f1e;
}
.contact_lsit li i{
    color: #487f1e;
}
.banner_area {
  background: url(/assets/img/banner_bg_about.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0px 75px 0px;
  position: relative;
}
.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.58);
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner_area .banner_text h4 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 15px;
}
.banner_area .banner_text a {
  font-size: 13px;
  color: #9d9d9d;
  font-family: "Poppins", sans-serif;
  transition: all 400ms linear 0s;
}
.banner_area .banner_text {
  position: relative;
}
.m-bottom-30{
margin-bottom: 30px;
}
.p-top-bottom-75-80{
  padding: 75px 0px 80px 0px;
}
.title-h2-mb-20{
  margin-bottom: 20px;
}
.project_info_area .project_info_content ul li {
  font-size: 14px;
  color: #393939;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0px;
}
.about_team_inner .about_team_img {
  transition: all 400ms linear 0s;
}
.about_team_inner .about_team_img img {
  width: 100%;
  transition: all 400ms linear 0s;
}
.about_team_inner .team_detail {
  background: #fff;
  text-align: center;
  padding: 20px 0px;
  transition: all 400ms linear 0s;
}
.about_team_inner .team_detail h3 {
  font-size: 16px;
  font-family: "latosm";
  color: #000;
  padding-bottom: 6px;
}
.team_detail h3 a {
  color: #000;
  transition: .3s;
}
.team_detail h3 span {
  display: block;
  color: rgb(72, 127, 30);
  margin-top: 5px;
  transition: .3s;
}
.about_team_inner:hover .team_detail {
  background: #487f1e;
}
.about_team_inner:hover .team_detail h3 {
  color: #fff;
}
.about_team_inner:hover h3 a {
  color: #fff;
}
.about_team_inner:hover h3 span {
  color: #fff;
}
.about_team_area {
  background: #f0f0f0;
  padding: 75px 0px 80px 0px;
}
.content_product_marg{
  margin-bottom: 20px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.our_latest_news_area ul li{
  margin-bottom: 10px;
}
.service_tab_menu .nav.nav-tabs {
  border: none;
  display: flex;
  flex-direction: column;
}
.service_tab_menu .nav.nav-tabs li {
  float: none;
  display: block;
  margin-bottom: 0px;
}
.service_tab_menu .nav.nav-tabs li:hover a, .service_tab_menu .nav.nav-tabs li.active a {
  background: #487f1e;
  border-bottom: 1px solid #487f1e;
  color: #fff;
}
.service_tab_menu .nav.nav-tabs li a {
  padding: 0px 15px;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  border-left: none;
  border-top: none;
  border-right: none;
  margin-right: 0px;
  border-radius: 0px;
  background: #f1f1f1;
  line-height: 50px;
  font-size: 14px;
  color: #2c3e50;
  font-family: "Lato", sans-serif;
  transition: all 400ms linear 0s;
  position: relative;
}
.service_image img {
  margin-bottom: 30px;
  max-width: 100%;
}
.tab-content>.active{
  display: flex;
}
.service_tab_menu .nav.nav-tabs li a.active{
  background: #487f1e;
  color: #fff;
}
.nav{
  flex-direction: column;
}
.nav.nav-tabs .nav-link{
width: 100%;
padding: 0px 15px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-right: 0px;
    border-radius: 0px;
    background: #f1f1f1;
    line-height: 50px;
    font-size: 14px;
    color: #2c3e50;
    font-family: "Lato", sans-serif;
    transition: all 400ms linear 0s;
    position: relative;
}
.nav.nav-tabs .nav-link i{
  position: absolute;
  right: 5px;
    font-size: 23px;
}
.nav.nav-tabs .nav-link:hover{
  background: #487f1e;
  color: #fff;
}
.nav-tabs .nav-item {
  border-bottom: 1px solid #dfdfdf !important;
}
.nav-tabs .nav-item .nav-link.active{
  background: #487f1e;
    border-bottom: 1px solid #487f1e;
    color: #fff;
    
}
.download_area {
  padding-top: 45px;
  padding-left: 15px;
}
.download_area h5 {
  font-size: 16px;
  font-weight: bold;
  color: #2c3e50;
  padding-bottom: 15px;
}
.download_area a {
  display: block;
  font-size: 14px;
  color: #8a8a8a;
  font-family: "Lato", sans-serif;
  line-height: 30px;
}
.header-middle-top .row{
  align-items: center;
}
.logo-top-header img{
  width: auto;
  max-width:250px;
}
table.iksweb td, table.iksweb th {
  white-space: pre-wrap;
  padding: 12px 20px;
  line-height: 14px;
  vertical-align: middle;
  border: 2px solid #348f00;
}
td img{
  width: auto;
}
.container_tab {
  min-width: 320px;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}
.owl-carousel.blog_slider_img .owl-nav button span{
  top: -25px;
  left: 12px;
  font-size: 50px;
}
.owl-carousel.blog_slider_img .owl-nav{
  position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: space-between;
}
.owl-carousel.blog_slider_img .owl-nav button.owl-prev, .owl-carousel.blog_slider_img .owl-nav button.owl-next, .owl-carousel.blog_slider_img button.owl-dot{
  background: #487f1e;
  color: #fff;
}
.accord-contact h4{
  margin-bottom: 20px;
}
.testimonials_slider {
  background: #fff;
  padding: 20px;
  position: relative;
}
.testimonials_slider .owl-nav{
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonials_slider .owl-nav button span{
  position: absolute;
  top: -24px;
    color: #fff;
    font-size: 50px;
    left: 12px;
}
.owl-carousel.testimonials_slider .owl-nav button {
  margin: 0 5px;
  background: #487f1e;
}
 .panel-body {
  border: none;
  background: #f7f7f7;
  line-height: 30px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #6f6f6f;
  padding-left: 0px;
}
.dop-content-contact{
  margin-top: 20px;
}
.dop-content-contact h4{
  font-size: 20px;
}
.blog_comment_from input {
  width: 100%;
  height: 56px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  padding: 0px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #797979;
}
/* .blog_comment_from .comment_submit {
  margin-left: 15px;
  margin-top: 15px;
} */
.blog_comment_from textarea {
  width: 100%;
  height: 198px;
  resize: none;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  padding: 15px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #797979;
}
.comment_submit {
  border: none;
  display: inline-block;
  background: #487f1e;
  color: #fff;
  padding: 0px 30px;
  height: 50px;
  border-radius: 3px;
  line-height: 48px;
  font-size: 15px;
  font-weight: bold;
  transition: all 400ms linear 0s;
}
/* .blog_comment_from .comment_submit {
  margin-left: 15px;
  margin-top: 15px;
} */
.contact_details .media .media-body p {
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  font-size: 13px;
  color: #858585;
}
.contact_details .media .media-body h4 {
  font-size: 13px;
  line-height: 24px;
  color: #272727;
  font-family: "Poppins", sans-serif;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-left, .media>.pull-left {
  padding-right: 10px;
}
.contact_details .media .media-left i {
  color: #487f1e;
  font-size: 16px;
  padding-top: 5px;
}
.contact_details .media .media-body h3 {
  font-size: 13px;
  line-height: 24px;
  color: #858585;
  font-family: "Poppins", sans-serif;
}
.accordion-button:not(.collapsed){
  background: none;
    border-bottom: 1px;
    color: #6c757d;
}
.active.fb{
        color: #252c35;
}
@media (max-width: 720px){
  .container_tab table td {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
}

/* .owl-carousel.achievement .owl-item img{
  object-fit: none;
}
.owl-carousel.achievement .item{
  width: 100%;
} */
/* .owl-carousel.owl-loaded{
  position: absolute;
    top: 0;
    padding-top: 272px;
}
@media screen and (max-width: 1200px){
  .owl-carousel.owl-loaded{
    padding-top: 332px;
  }
} */
@media screen and (max-width: 1200px){
    #header-fix-nav.sticky .header-middle-top {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 991px){
  .container-fluid.right-btn-nav{
    justify-content: flex-end;
  }
  #header-fix-nav.sticky .header-middle-top {
    margin-bottom: -45px;
}
}
@media (max-width: 768px){
.phone-box li {
    justify-content: center;
    margin: 0 0px 10px 0px;
}
.phone-box {
  flex-direction: column;
}
.owl-carousel .owl-item img{
    height: 100%;
    object-fit: cover;
}
.container-hom-slide{
    height: 100vh;
}
}
@media screen and (max-width: 600px){
  .non-mobile{
    display: none;
  }
  .logo-top-header{
    padding-bottom: 0px;
  }
   #header-fix-nav.sticky .header-middle-top {
    margin-bottom: 66px;
}
  
}
@media screen and (max-width: 568px){
  .content-hom-container h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 480px){
  .content-hom-container h2{
    font-size: 20px;
  }
}




.contact-h3{
            font-size: 20px;
            line-height: 1.25;
            font-weight: 500;
            color: #3b4857;
            text-align: left;
            margin: 0 0 10px;
        }
        .contacts-list__holder {
            display: flex;
            flex-flow: column;
            border: 1px solid #2a9d2a70;
            border-radius: 3px;
            height: 100%;
            padding: 16px 24px;
            color: #3b4857;
            background: #fff;
            transition:.3s;
        }
        .hover-border .contacts-list__holder:hover{
           border: 1px solid #2a9d2a;
           transition:.3s;
        }
        .contacts-list__role {
            display: block;
            flex: 1 1 auto;
            font-size: 14px;
            line-height: 22px;
            color: #8492a5;
        }
        .contacts-list__foot {
            display: block;
            flex: 0;
            border-top: 1px solid #2a9d2a70;
            margin-top: 12px;
            padding-top: 12px;
        }
        .news__item-data._lg {
            margin: 0 -16px;
        }
        .news__item-data {
            margin: 0 -8px;
            font-size: 0;
            line-height: 0;
            flex: 0;
        }
        .news__item-data._lg .news__item-data__li {
            font-size: 16px;
            line-height: 20px;
            padding: 0 16px;
            color: #3b4857;
        }
        .news__item-data__li:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px;
            background: #2a9d2a70;
        }
        .news__item-data__li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            font-size: 12px;
            line-height: 14px;
            color: #8492a5;
            padding: 0 8px;
        }
        
        .link-to-text {
            color: #2EB7FC;
        }
        .contacts-list__address {
            margin-top: 12px;
        }
        .box__item_sm {
            margin-bottom: 24px;
        }
        .contact-h1{
            font-size: 30px;
            line-height: 1.25;
            font-weight: 500;
            color: #3b4857;
            text-align: left;
            margin: 0 0 16px;
        }
        .contact-h2{
               font-size: 22px;
                margin-bottom: 20px;
                color: #3b4857;
        }
        .news__item-data__li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            font-size: 12px;
            line-height: 14px;
            color: #8492a5;
            padding: 0 8px;
        }
        .news__item-data._md .news__item-data__li {
            font-size: 14px;
            line-height: 20px;
            color: #3b4857;
        }
        .content-hom-container a:hover{
            color:#b2e8b270;
        }


        .alarm-popup-btn{
position: fixed;
    left: 0;
    top: 50%;
    background: #487f1e;
    color: #fff;
    z-index: 99;
    border-radius: 3px 3px 0px 0px;
    transform: rotate(90deg) translate(-50%, 76px);
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    align-items: center;
        }
        .d3 {
     width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid red;
    position: relative;
    animation: skale-alarm 2s infinite;
}
.alarm-svg{
        position: absolute;
    left: -2px;
    top: 2px;
    font-size: 16px;
}
.alarm-popup-btn p{
    margin-right: 8px;
}

@keyframes skale-alarm {
  0% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0)
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
}
.alarm-popup-container{
   background: #00000080;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display:none;
}
.alarm-popup-container.active{
    display:block;
}
.close-popup-alarm{
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.close-popup-alarm:before{
        content: '';
    position: absolute;
    left: 4px;
    width: 20px;
    height: 2px;
    transform: rotate( 
-45deg);
    background: #fff;
    
}
.close-popup-alarm:after{
        content: '';
    position: absolute;
    left: 4px;
    width: 20px;
    height: 2px;
    transform: rotate(
45deg);
    background: #fff;
    
}
body.over-hid{
    overflow: hidden;
}
.fix-container-popup{
max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(192 10 10 / 57%);
    backdrop-filter: blur( 6px );
    min-height: 300px;
    -webkit-backdrop-filter: blur( 6.0px );
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.alarm-h3{
    color:#fff;
    margin-bottom:30px;
}
.container-link-phone a{
        display: flex;
    font-size: 26px;
    color: #fff;
    flex-direction: column;
}
.container-link-phone{
    margin-bottom:40px;
}
.alarm-h5{
    color:#fff;
}
@media  (max-width: 768px){
    .fix-container-popup{
        max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate(0%, 0%);
    }
}
.link-blog{
        text-decoration: none;
    color: #000;
    display: block;
    box-shadow: 2px 2px 10px #000000;
}
.link-blog:hover{
    color:#000;
    box-shadow: 4px 4px 14px #000000;
}
.title-text-blog span{
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.content-box{
    background: #fff;
    padding: 10px 10px 10px 10px;
}
.mb-20{
    margin-bottom: 20px;
}
/* .owl-top-padding{
  padding-top: 73px;
} */


