/***

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url("animate.css");
@import url("fontawesome.css");
@import url("flaticon.css");

:root {
  --color-1: #358e3b;
  --color-2: #15add2;
  --color-3: #374151;
  --color-4: #1089a2;
  --form-control-color: red;
}
/* pinar font */
@font-face {
    font-family: "pinar";
    src: url("../fonts/Pinar/PINAR-REGULAR.TTF") format("truetype");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "pinar";
    src: url("../fonts/Pinar/PINAR-LIGHT.TTF") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "pinar";
    src: url("../fonts/Pinar/PINAR-MEDIUM.TTF") format("truetype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "pinar";
    src: url("../fonts/Pinar/PINAR-SEMIBOLD.TTF") format("truetype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "pinar";
    src: url("../fonts/Pinar/PINAR-BOLD.TTF") format("truetype");
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: "pinar";
    src: url("../fonts/Pinar/PINAR-EXTRABOLD.TTF") format("truetype");
    font-weight: 800;
    font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
body {
  direction: rtl !important;
  font-family: pinar !important;
  color: #656565;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: pinar !important;
  color: #000000;
}
[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
  direction: rtl;
}
h1 {
  font-weight: bold;
}
p {
  margin-bottom: 0 !important;
}
a {
  color: #132447;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: bold;
  margin: 0;
  background: none;
  line-height: 1.4em;
}
input,
button,
select,
textarea {
}
.bdy-html{
    overflow-x:hidden

}
.close-btn {
    padding-right: 15px;
}
button:focus {
    outline: none;
}
p {
  margin-bottom: 20px;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.colored_one {
  color: var(--color-2);
}
.colored_two {
  color: var(--color-1);
}
.align-middle {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
.auto-container {
  position: static;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: right;
}
img {
  display: inline-block;
  max-width: 100%;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
a {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
button {
  cursor: pointer;
}
.fa-num {
}
.ltr-div {
  direction: ltr;
}
.align-middle-flex {
  display: flex !important;
  align-items: center !important;
}
.img-responsive {
  width: 100%;
}
.main-header {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}
.header-top {
  background: rgba(224, 223, 226, 0.38);
  padding: 15px 0;
}

.cnt-item {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.header-top .info-row .icon-box,
.footer-info .icon-box,
.cnt-item .icon-box {
  float: right;
  padding: 10px 0;
  margin-left: 10px;
  text-align: center;
  border-radius: 8px;
  color: var(--color-2);
  font-size: 17px;
}
.cnt-item .icon-box {
}
.header-top .info-row .text-box,
.footer-info .info-row .text-box,
.cnt-item .text-box {
  float: right;
}
.header-top .info-row .text-box span,
.footer-info .info-row .text-box span,
.cnt-item .text-box span {
  color: #626264;
  font-size: 12px;
  font-weight: 400;
}
.header-top .info-row .text-box p,
.footer-info .info-row .text-box p,
.cnt-item .text-box p {
  color: var(--color-3);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0;
}
.header-top .info-row .text-box p a,
.footer-info .info-row .text-box p a,
.cnt-item .text-box p a {
  color: var(--color-3);
}
.header-top .social_links {
}
.header-top .social_links a {
  color: #656565;
  border-radius: 10px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.43);
  padding: 10px 10px 1px 10px;
  float: left;
  margin-right: 10px;
}
.header-top .social_links a:hover {
  background-color: #ffffff;
  color: var(--color-1);
}
.header-middle {
  padding: 15px 0;
  background-color: white;
}
.header-middle .logo {
  max-width: 110px;
  /* width: 57px; */
}
.header-middle .logo-text {
  margin-right: 10px;
  font-size: 15px;
}
.header-middle .logo-text a {
  color: black;
}
.header-middle .search-box {
  border-radius: 7px;
  background: #f1f2f4;
  margin-right: 5px;
  margin-top: 6px;
  padding: 6px 15px 6px 10px;
  display: flex;
  align-items: center;
  width: 100%;
}
.header-middle .search-box input {
  background-color: transparent;
  height: 30px;
  width: 80%;
  padding-right: 15px;
  font-size: 17px;
}
.header-middle .search-box i {
  color: #656565;
  font-size: 18px;
  float: right;
  cursor: pointer;
}
.header-middle .mid-l {
  float: left;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* Footer */
.footer-wrap {
  background-color: #e3f8fc;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  position: relative;
}
.bg-shadow {
  position: absolute;
}
.bg-shadow.bg-shadow1 {
  left: 0;
  top: -380px;
}
.bg-shadow.bg-shadow2 {
  right: 0;
}
.main-footer {
  color: #000000;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.main-footer a:hover,
.footer-bottom a:hover {
  /*color: var(--color-1);*/
}
.footer-wrapper {
  position: relative;
  padding-top: 60px;
}
.footer-column {
  padding-bottom: 20px;
}
.footer-column-2x {
}
.main-footer .ft-col-header {
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-footer .ft-col-header .colored {
  color: var(--color-1);
}
.footer-column ul {
  line-height: 40px;
}
.footer-column ul li {
}
.footer-column ul li a {
  color: #000000;
}
.footer-column ul li {
}
.footer-bottom {
  margin-top: 35px;
  color: #fff;
  background-color: var(--color-4);
}
.footer-bottom a {
  color: #434347;
}
.footer-up {
  border-radius: 10px;
  background: var(--color-2);
  position: relative;
  z-index: 1;
  padding: 25px 25px;
  margin-bottom: 35px;
}
.footer-up .srv-item {
  background-color: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a1d39;
  font-size: 15px;
  padding: 25px 10px;
}
.footer-up .srv-item .icon-box {
  margin-left: 10px;
}
.footer-up .srv-item .icon-box,
.footer-up .srv-item span {
}
.logo-footer {
  margin-bottom: 10px;
}
.logo-footer img {
  max-width: 110px;
}
.footer-column.col-first .text {
  font-size: 15px;
  padding-top: 20px;
  line-height: 35px;
}
.footer-column.col-first .text span {
  color: var(--color-1);
}
.footer-info {
}
.info-row .text-box span {
  color: #9a9ea6 !important;
}

.copyright {
  text-align: center;
  padding: 10px 0;
}
.copyright p {
  margin: 0;
  font-size: 12px;
}
.footer-menu ul {
  direction: rtl;
  display: flex;
  justify-content: flex-end;
}
.footer-menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-menu li a {
  padding: 20px 15px;
}
.footer-menu li a:hover {
  background-color: #ffffff;
  color: var(--color-1);
}

/***

====================================================================
	Main Header
====================================================================

***/
.header-bottom {
  display: inline-block;
  width: 100%;
  position: relative;
}
.current_menu {
  color: var(--color-2) !important;
  font-weight: 700 !important;
}
.menu-third .megamenu-box {
  padding: 20px;
}
.menu-third .megamenu-box ul {
  width: auto !important;
  border: none !important;
  position: static !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: block !important;
  line-height: 45px !important;
  display: flex !important;
  flex-wrap: wrap;
}
.menu-third .megamenu-box h3 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 20px;
}
.menu-third .megamenu-box h3 a,
.menu-third .megamenu-box h3 a:hover {
  color: #130f26 !important;
  padding: 0 !important;
  font-weight: bold !important;
  background-color: transparent !important;
}
.menu-third .megamenu-box li {
  display: inline-block;
  /* padding-left: 45px; */
  line-height: 40px;
  /* flex-grow: 1; */
  width: 33%;
  padding-left: 15px;
  margin-bottom: 20px;
}
.menu-third .megamenu-box li a {
  position: relative;
  padding: 0 15px 0 0 !important;
}
.menu-third .megamenu-box .triangle {
  position: absolute;
  background-color: var(--color-1);
  text-align: right;
  right: 0;
  top: 7px;
}
.blur-body .content-box {
  filter: blur(5px);
}
.menu-third {
  margin: auto;
  position: relative;
}
.menu-back-drop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
  z-index: 10000;
  display: none;
}
.menu-back-drop.active {
  display: block;
}

.main-menu {
  position: static;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  display: flex;
}

.main-menu .navigation > li {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 14px;
  line-height: 25px;
  color: #3f4064;
  font-weight: 600;
  padding: 0 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--color-1) !important;
}
.main-menu .navigation > li:first-child a {
}
.main-menu .navigation > li.dropdown > a:after {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
  font-family: "Flaticon";
  content: "\f210";
  display: block;
  line-height: 20px;
  font-size: 8px;
  color: #000000;
  z-index: 5;
}

/*.main-menu .navigation > li > a:before{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 3px;*/
/*    width: 0%;*/
/*    background: #FFFFFF;*/
/*    content: "";*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 300ms ease;*/
/*}*/

/*.main-menu .navigation > li:hover > a:before,*/
/*.main-menu .navigation > li.current > a:before{*/
/*    width: 100%;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

.main-menu .navigation > li > a > span {
  position: relative;
  display: block;
  padding-left: 10px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 17px 30px;
  z-index: 1;
  min-width: 220px;
  margin-top: 8px;
  display: none;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul:before {
  display: table;
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
  height: 10px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
  border-bottom: 1px solid #e1e1e1;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  padding: 10px 0;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li.current.dropdown > a:before,
.main-menu .navigation > li li.current li.current > a,
.main-menu .navigation > li > ul > li.current > a {
  color: #9a1915;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 17px 30px;
  z-index: 1;
  min-width: 150px;
  margin-top: -10px;
  margin-right: 30px;
  display: none;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  right: -30px;
  top: 0;
  height: 100%;
  width: 30px;
  content: "";
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li.dropdown > a:before {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 900;
  color: #1d1d1b;
  z-index: 5;
  opacity: 0.75;
}

.main-menu .navigation > li.dropdown.active > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  margin-right: -140px;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .service_wrapper {
  position: relative;
  padding-right: 50px;
  margin-left: 75px;
}

.main-header .service_wrapper .icon {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #9a1915;
}

.main-header .service_wrapper p {
  font-size: 12px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}

.main-header .service_wrapper h4 {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}
.header-style-two .main-menu .navigation > li > a:hover {
  color: #000000;
}
/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu {
}

.main-menu .navigation > li > .mega-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  max-width: 220px !important;
  padding: 15px;
  border-radius: 0;
  background-color: #ffffff;
  transform: translateX(0);
  margin-top: 8px;
  display: none;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scaleY(1);
}

.main-menu .navigation > li > .mega-menu:before {
  display: table;
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
  height: 10px;
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
  margin: 0;
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar li {
  padding: 10px;
  line-height: 20px;
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar li a {
  color: #333333;
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar li:hover {
  background-color: #e5e5e5;
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar li:hover a {
  color: #000;
}
.main-menu .navigation > li .mega-menu-bar h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 9px;
}

.main-menu .navigation > li .mega-menu-bar h3:before {
  content: "";
  width: 30px;
  height: 2px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #3b7eff;
}

.main-menu .navigation > li .mega-menu-bar > ul {
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
  position: relative;
  display: block;
  z-index: 1;
  border-bottom: 1px solid #e1e1e1;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
  border: none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  position: relative;
  display: block;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  padding: 10px 0;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a {
  color: #9a1915;
}
/***

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .search-box .search-btn,
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
  color: #1d1d1b;
}

.sticky-logo {
  display: none;
}

.sticky-header .main-logo {
  display: none;
}

.sticky-header .sticky-logo {
  display: block;
}

/***

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header {
  position: relative;
  margin: 0 20px;
  padding: 20px 0;
  display: none;
}

.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-header .logo {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 38px;
}
.mobile-header .search-box {
  float: right;
  font-size: 18px;
  margin-top: 8px;
}
.mobile-header .search-box i,
.searchBox-bottom i {
  color: #fff;
  padding-left: 5px;
}
.mobile-header .search-box input[type="text"],
.searchBox-bottom input[type="text"] {
  background-color: transparent;
  color: #fff;
}
.mobile-header .search-box input[type="text"]::placeholder,
.searchBox-bottom input[type="text"]::placeholder {
  color: #fff;
}
.mobile-header .nav-outer {
  position: relative;
  float: left;
}

.mobile-header .outer-box {
  position: relative;
  float: left;
}

.mobile-sticky-header {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding: 20px 15px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  -moz-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
}

.mobile-sticky-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-sticky-header .logo {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 38px;
}

.mobile-sticky-header .nav-outer {
  position: relative;
  float: left;
}

.mobile-sticky-header .outer-box {
  position: relative;
  float: left;
}

/***

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: left;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  order: 3;
  display: none;
  transition: all 300ms ease;
}

.mobile-menu-back-drop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
}

.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 300ms ease;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu .nav-logo img {
  height: 52px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-outer {
  position: fixed;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  z-index: 5;
  text-align: right;
  display: block;
  background-color: #ffffff;
  transform: translateX(100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer {
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: relative;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0px;
  z-index: 5;
  display: block;
  background-color: #ffffff;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu .navigation > li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #1d1d1b;
  padding: 10px 25px;
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px solid transparent;
}

.mobile-menu .navigation li:last-child > a {
  border-bottom: 0;
}

.mobile-menu .navigation li.current > a {
  color: var(--color-1);
}

.mobile-menu .navigation li li > a {
  padding: 10px 0px;
  font-size: 14px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 10px;
  color: #ffffff;
  background-color: var(--color-1);
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.current.dropdown .dropdown-btn {
  color: #363636;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .navigation li > ul {
  display: none;
  padding-right: 40px;
}

.mobile-menu .navigation li > ul > li > ul {
  display: none;
  padding: 0 25px;
}

.mobile-menu .mega-menu-bar h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 9px;
  margin-right: 40px;
}

.mobile-menu .mega-menu-bar h3:before {
  content: "";
  width: 30px;
  height: 2px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #3b7eff;
}

.mobile-menu .mega-menu-bar .column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mobile-menu .navigation > li > .mega-menu {
  width: 100% !important;
  display: none;
}

.mobile-menu .navigation > li.has-mega-menu ul {
  padding-right: 20px;
}

.mobile-menu .header-post-widget {
  padding-right: 40px;
}
.menu-search {
  position: relative;
  padding: 25px 25px;
}

.menu-search .form-group {
  position: relative;
}

.menu-search .form-group .input {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 50px;
  outline: none;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 23px;
  height: 45px;
}
.menu-search .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  color: #ffffff;
  background-color: var(--color-1);
}
.mobile-menu .mid-l {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.mobile-menu .mid-l .log-wr {
  padding: 14px;
  margin-left: 15px;
}
.mobile-menu .mid-l .log-wr .log-link {
  font-size: 14px;
  padding: 0 12px;
}
.mobile-menu .mid-l .basket-wr:after {
  background: transparent;
}
.light-over::before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0px, -100%, 0px);
  transition: transform 0.6s ease 0s;
  width: 100%;
  z-index: 3;
  opacity: 0.5;
}
.proItem:hover .light-over::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0px, 100%, 0px);
}
.header-middle.main-header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  background-color: #f0f7f0;
  padding: 5px 0;
  z-index: 10;
}
.header-bottom.main-header-fixed .category-menu {
  top: 55px;
}
.header-bottom.main-header-fixed .main-menu .navigation > li > a,
.header-bottom.main-header-fixed .menu-category-bt,
.header-bottom.main-header-fixed .main-menu .navigation > li > a:hover {
  color: #ffffff !important;
}
.header-bottom.main-header-fixed .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -15px;
  background-color: #fff;
  right: 0;
  transition: all 300ms ease;
}
.header-bottom.main-header-fixed .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.title_main {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
.slang_ph {
  color: #4b5563;
  font-size: 11px;
}
.tel_box_up {
  justify-content: end;
}
.searchInMenu {
  display: flex;
  align-items: center;
}
.searchInMenu i {
  margin-left: 5px;
}
.searchInMenu input {
  width: 30%;
}
.searchInMenuBox {
  position: absolute;
  top: 62px;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  padding: 15px;
  display: none;
}
.searchInMenuBox button {
  background-color: transparent;
}
.footer-column .text_area {
  line-height: 55px;
  margin-bottom: 15px;
}
.footer-column .text_area h4 {
  font-size: 20px;
  color: #111827;
}
.footer-column .text_area h5 {
  font-size: 17px;
  color: #111827;
}
.footer-column .text_area p {
  font-size: 13px;
  color: #111827;
  font-weight: 600;
}
.phones_wrap {
  font-weight: 600;
  line-height: 45px !important;
}
.phones_wrap label {
  font-weight: normal;
  padding-left: 5px;
}
.workTime_wrap p {
  font-weight: 600;
  line-height: 35px;
}
.our_socialMedia li {
  float: right;
  margin-left: 10px;
}
.newsLetter_wrap {
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
  width: 100%;
}
.newsLetter_box {
  margin-top: 15px;
}
.newsLetter_box .nwl_email {
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #d2d5da;
  width: 75%;
}
.newsLetter_box .nwl_email::placeholder {
  color: #d2d5da;
  font-weight: bold;
}
.newsLetter_box .nwl_btn {
  background-color: #d2d5da;
  color: #fff;
  border-radius: 6px;
  width: 20%;
  float: left;
  height: 41px;
  font-size: 14px;
}
.ft_about h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.abt_item {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0;
}
.logos_ft {
  float: left;
}
.logos_ft li {
  float: left;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 10px;
}
.toTop {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 20px;
  border-radius: 0 0 10px 10px;
  color: #111827;
  font-weight: 600;
}
.toTop i {
  margin-right: 5px;
}
.arrow {
  border: solid #111827;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header_top {
  position: relative;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(60, 165, 67, 0.21) 100%
  );
  padding-bottom: 2px;
}
.header_top .layer_on {
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 55%
  );
  position: absolute;
  width: 100%;
  height: 99%;
  right: 0;
  top: 0;
}
.pageTitle_box.auto-containe {
  position: relative;
}
.pageTitle_box {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 45px;
}
.pageTitle_box .page_title {
  font-weight: bold;
  font-size: 40px;
  color: #111827;
  margin-bottom: 0px;
  line-height: 80px;
}
.pageTitle_box .page_subtitle {
  font-weight: 600;
  font-size: 22px;
  color: #111827;
}
.pro_box {
  position: relative;
  margin-bottom: 25px;
}
.pro_box .img_box {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.pro_box .img_box img {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.blackBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
}
.pro_box .img_box .layer_on {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
  background-color: #4dc4de6e;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.view_pro {
  background-color: #fff;
  position: absolute;
  color: var(--color-2);
  font-weight: bold;
  padding: 12px 15px;
  font-size: 12px;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 1s;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 70%,
    88% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 70%,
    88% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.pro_box:hover .img_box .layer_on {
  opacity: 1;
}
.pro_box:hover .view_pro {
  opacity: 1;
}
.pro_box .pro_title,
.pro_box .pro_title a {
  font-size: 18px;
  color: #111827;
}
.pro_box:hover .pro_title a {
  color: var(--color-1);
}
.news_box {
  margin-bottom: 45px;
}
.news_box .img_box {
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  position: relative;
}
.news_box .img_box img {
  width: 100%;
  transition: all 300ms ease;
}
.news_box:hover .img_box img {
  filter: grayscale(60%);
  transform: scale(1.2);
}
.news_box:hover .img_box::before,
.news_box:hover .img_box::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news_box:hover .img_box::before {
  width: 60px;
  height: 2px;
  left: 100%;
}
.news_box:hover .img_box::after {
  height: 60px;
  width: 2px;
  top: 0;
}
.news_box:hover .img_box::before,
.news_box:hover .img_box::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.news_box:hover .img_box::before {
  top: 50%;
}
.nw_wrap {
  display: flex;
}
.news_box .nw_det {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.news_box .nw_det .news_title {
  line-height: 30px;
  margin-bottom: 10px;
}
.news_box .nw_det .news_title a {
  font-size: 14px;
  color: #111827;
}
.news_box .nw_det .news_title a:hover {
  color: var(--color-2);
}
.news_box .nw_det .text_area,
.news_box .nw_det .date_box {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-3);
}
.news_box .nw_det {
  flex-direction: column;
  display: flex;
  flex: 1;
}
.news_box .nw_det .date_box {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.news_box .nw_det .date_box i {
  margin-left: 7px;
  font-size: 14px;
}

/***

====================================================================
	Main Slider
====================================================================

***/

.nw-thumb-slider {
  position: relative;
  margin-bottom: 30px;
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.nw-thumb-slider .content {
  position: relative;
}
.nw-thumb-slider .owl-carousel .owl-item {
  float: left !important;
}
.nw-thumb-slider .slide {
  position: relative;
  max-height: 590px;
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.nw-thumb-slider .layer_on {
  background: #2b798b;
  background: linear-gradient(
    180deg,
    rgba(43, 121, 139, 1) 0%,
    rgba(87, 199, 133, 0) 50%,
    rgba(43, 121, 139, 1) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
}
.nw-thumb-slider-carousel {
  overflow: hidden;
}
.nw-thumb-slider .slide:before {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.nw-thumb-slider p {
  font-size: 16px;
  color: #656565;
  opacity: 0;
  margin-bottom: 10px;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 130ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.nw-thumb-slider .active .txt-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}
.nw-thumb-slider .active .txt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1800ms;
}
.nw-thumb-slider .txt-1,
.nw-thumb-slider .txt-2 {
  color: #000000;
  font-weight: bold;
  line-height: 45px;
}
.nw-thumb-slider .txt-1 {
  font-size: 30px;
}
.nw-thumb-slider .txt-2 {
  font-size: 24px;
}
.nw-thumb-slider .more-bt {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.nw-thumb-slider .more-bt i {
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  padding: 3px 6px;
  margin-right: 10px;
}
.nw-thumb-slider .active .more-bt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
.nw-thumb-slider .more-bt:hover {
  background-color: #fff;
  color: var(--color-1);
}
.nw-thumb-slider .content {
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 60ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.nw-thumb-slider .active .content {
  opacity: 1;
}
.nw-thumb-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 20px;
  text-align: center;
  width: 8px;
  top: 40%;
  transform: translateY(0%);
}
.nw-thumb-slider .owl-dots .owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.nw-thumb-slider .owl-dots .owl-dot:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
}
.nw-thumb-slider .owl-dots .owl-dot.active {
  border-color: var(--color-2);
  background-color: var(--color-2);
}
.nw-thumb-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
  opacity: 0;
  transition: 0.5s ease;
  display: none;
}
.nw-thumb-slider:hover .owl-nav {
  opacity: 1;
}
.nw-thumb-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 78px;
  height: 78px;
  color: #999999;
  line-height: 125px;
  text-align: center;
  font-size: 50px;
  /*border: 8px solid rgba(255, 255, 255, 0.30);*/
  display: inline-block;
  /*background-color:rgba(255, 255, 255, 0.10);*/
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.nw-thumb-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 78px;
  height: 78px;
  color: #999999;
  line-height: 125px;
  text-align: center;
  font-size: 50px;
  /*border: 8px solid rgba(255, 255, 255, 0.30);*/
  display: inline-block;
  /*background-color:rgba(255, 255, 255, 0.10);*/
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.nw-thumb-slider .owl-nav .owl-prev:hover,
.nw-thumb-slider .owl-nav .owl-next:hover {
  color: var(--color-1);
}
.nw-thumb-sliderain-slider .auto-container {
  position: relative;
  height: 100%;
  z-index: 100;
}
.nw-thumb-slider .content {
  max-width: 400px;
  /* background-color: rgb(255 255 255 / 0.8); */
  /* padding: 30px 40px 25px 20px; */
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nw-thumb-slider .content .inner-content {
  position: relative;
}
.nw-thumb-slider .date_box {
  right: 15px;
  color: #fff;
  position: absolute;
  top: 15px;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
}
.nw-thumb-slider .date_box i {
  margin-left: 7px;
  font-size: 14px;
}
.nw_img {
  position: relative;
  margin-bottom: 30px;
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.nw_img img {
  width: 100%;
}
.det_wrap .text_area {
  color: var(--color-3);
  line-height: 50px;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
.det_wrap .text_area p {
  font-size: 17px;
  font-weight: normal;
}
.shareTo_box {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.label_sh {
  margin-left: 10px;
  color: var(--color-3);
  font-size: 16px;
  font-weight: 600;
}
.shareTo_box .shareTo_links {
  display: flex;
  gap: 10px;
}
.shareTo_box .shareTo_links li img {
  max-width: 25px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.shareTo_box .shareTo_links li img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.cm_wrap {
  margin: 50px 0;
}

/***
====================================================================
		Comment Form
====================================================================
 ***/

.comment-form {
  color: var(--color-3);
  /* width: 85%; */
  background-color: #f6f6ff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  /* margin: 35px auto; */
}
.group-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.comments-area h4,
.comment-form h4 {
  font-size: 18px;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 20px !important;
  /*padding: 0 5px;*/
}
.comment-form .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-3);
  padding-bottom: 10px;
}
.comment-form .form-group:last-child {
  margin-bottom: 0;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select,
.comment-form .form-group input {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #0a1d39;
  padding: 15px;
  /* background-color: #f3f3f3; */
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: right;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #ddd;
}
.comment-form .form-group input::placeholder,
.comment-form .form-group textarea::placeholder {
  color: #d2d5da;
  font-size: 14px;
  font-weight: 600;
}
.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
}

.comment-form .form-group textarea {
  height: 130px;
  resize: none;
}
.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
  cursor: pointer;
  float: left;
  background-color: #d2d5da;
  color: #fff;
  padding: 12px 21px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  margin: 15px 0;
}
.comment-form .form-group button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--color-1);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-form .form-group button:hover:before {
  width: 100%;
}
.comment-form h3 {
  font-size: 14px;
  padding-bottom: 10px;
}
.comment-form .subtitle {
  font-size: 16px;
  font-weight: bold;
}
.form-control {
  font-weight: bold;
  line-height: 1.1;
  border: none;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  padding: 0 0 20px 0;
}
input[type="radio"] {
  appearance: none;
  background-color: #cfcfcf;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="radio"]::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-2);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}
.comment-form .ms-dd {
  width: 100%;
}
.comment-form .ms-dd .ms-dd-header {
  padding: 13px;
  border-radius: 7.021px;
  background-color: #f1f2f2;
}
.checkbox input {
  height: 0;
  width: 0;
}
.checkbox {
  position: relative;
  padding-right: 26px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  user-select: none;
  width: 100%;
  display: inline-block;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #e9e8eb;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #f1f2f4;
  border-radius: 3px;
}
.checkbox:hover input ~ .checkmark {
}
.checkbox input:checked ~ .checkmark {
  background: var(--color-4);
}
.checkbox .checkmark:after {
  top: -2px;
  width: 5px;
  height: 10px;
  right: 3px;
  color: white;
  font-size: 13px;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  display: none;
}
.checkbox .namebox {
  float: left;
  font-weight: normal;
  color: #515151;
}
input[type="file"] {
  width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}
input[type="file"]::file-selector-button {
  margin-left: 20px;
  border: none;
  background: var(--color-4);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

input[type="file"]::file-selector-button:hover {
  background: #023f8f;
}
.comment-form .ms-dd .ms-value-input {
  border: 0 !important;
  left: 20px;
  position: absolute !important;
  top: 0px;
  width: 50% !important;
  height: 20px !important;
}
.ms-dd .ms-list-option.option-selected {
  background: #f1f2f2 !important;
}
.comment-form .form_notice {
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.comment-box {
  background-color: #f6f6ff;
  color: var(--color-3);
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.comment-box .cm_tp {
  display: flex;
  margin-bottom: 15px;
}
.comment-box .cm_tp .author_name {
  font-size: 12px;
  font-weight: bold;
}
.comment-box .cm_tp .cm_date {
  font-size: 11px;
  font-weight: 600;
  margin-right: 10px;
  position: relative;
  padding-right: 20px;
}
.comment-box .cm_tp .cm_date::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ddd7ff;
  right: 4px;
  top: 8px;
}
.comment-box .text_area {
  color: #1f2937;
  line-height: 34px;
  margin-bottom: 15px;
}
.comment-box .cm_btm {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.comment-box .cm_btm .cm_report {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #6d7280;
}
.comment-box .cm_btm .cm_report i {
  padding-left: 5px;
  color: #e07375;
  font-size: 13px;
}
.comment-box .cm_btm .cm_report:hover {
  background-color: #e07375;
  color: #FFF;
}
.comment-box .cm_btm .cm_report:hover i {
  color: #FFF;
}
.comment-box .cm_buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: stretch;
  justify-content:left
}
.comment-box .cm_buttons .replyTo {
}
.comment-box .cm_buttons .replyTo,
.comment-box .cm_buttons .dislike_cm,
.comment-box .cm_buttons .like_cm {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 600;
  color: #6d7280;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}
.comment-box .cm_buttons .replyTo i,
.comment-box .cm_buttons .dislike_cm i,
.comment-box .cm_buttons .like_cm i {
  font-size: 17px;
}
.comment-box .cm_buttons .replyTo span,
.comment-box .cm_buttons .dislike_cm span,
.comment-box .cm_buttons .like_cm span {
  margin-left: 10px;
}
.comment-box .cm_buttons .replyTo i {
  color: #9b94ff;
}
.comment-box .cm_buttons .dislike_cm i {
  color: #f77f96;
}
.comment-box .cm_buttons .like_cm i {
  color: #5fd28a;
}
.reply_box {
  width: 80%;
  float: left;
  position: relative;
}
.reply_box::before {
  content: "";
  background-image: url(../images/gallery/line_rep.png);
  position: absolute;
  right: -110px;
  top: 0;
  width: 119px;
  height: 130px;
  background-size: cover;
}
.newsSlider_wrap {
  margin: 20px 0;
}
.newsSlider_wrap .owl-nav {
  display: none !important;
}
.title_row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.title_row .title_Box {
  color: #1f2937;
}
.title_row .title_Box .title_sec {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.title_row .title_Box .title_sec::before {
  content: "";
  position: absolute;
  background-image: url(../images/gallery/signal.png);
  background-size: cover;
  width: 90px;
  height: 38px;
  right: -95px;
  top: 0px;
}
.title_row .title_Box .subtitle_sec {
  font-size: 14px;
}
.view_more {
  color: var(--color-1);
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.view_more i {
  padding-left: 5px;
  rotate: 45deg;
  transition: all 300ms ease;
}
.view_more:hover {
  color: var(--color-2);
}
.view_more:hover i {
  rotate: 90deg;
}
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  display: none;
}
.product-slider .swiper-pagination {
  display: none;
}
.product-slider .thumbs-wrap {
  margin-top: 15px;
}
.product-slider .thumbs-wrap .author-thumb img {
  border: 1px solid #00000015;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 85%,
    85% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.product-slider .swiper-slide .large-image img {
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 90%,
    90% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 90%,
    90% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.product-slider .swiper-slide.swiper-slide-active .author-thumb {
}
.map_holder {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
.contact_form {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #ecebff;
  padding: 40px;
  margin-bottom: 20px;
}
.contact_form h3 {
  font-size: 20px;
}
.contact_form input,
.contact_form textarea {
  background-color: #f6f6ff !important;
  border: 1px solid #d2d5da;
}
.contact_form textarea {
  height: 220px !important;
}
.comment-form .form-group button {
  background-color: var(--color-2);
}
.contactInfo_box {
  margin-bottom: 15px;
  border: 1px solid #ecebff;
  border-radius: 8px;
  padding: 20px;
}
.contactInfo_box .info_title {
  color: #374151;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contactInfo_box .info_title i {
  color: var(--color-1);
  margin-left: 5px;
}
.contactInfo_box .infoContact_text {
  font-size: 15px;
  font-weight: bold;
  color: #1f2937;
  line-height: 33px;
}
.latestPro_wrap {
  background-color: #f8f8f8;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  padding: 30px 0;
  width: 100%;
  display: inline-block;
}
.wl-wrp {
  width: 95%;
  overflow: hidden;
  float: left;
}
.bl-wrap {
  width: 90%;
  overflow: visible !important;
  display: block;
  position: relative;
}
.bl-wrap .owl-stage-outer,
.of-slider .owl-stage-outer {
  overflow: visible !important;
}
.of-sliderBox {
  width: 90%;
  overflow: visible !important;
  display: block;
  direction: ltr;
}
.of-slider-wrap {
  width: 60%;
  overflow: hidden;
  float: left;
  /* margin-top: -430px; */
  direction: rtl;
}
.title_row .title_Box .title_sec.greenColor::before {
  background-image: url(../images/gallery/signal-green.png);
}
.prod-thumb-slider .owl-nav {
  position: absolute;
  right: 0;
  transform: translateY(-40%);
  top: 40%;
  width: 100%;
}
.prod-thumb-slider .owl-nav .owl-prev,
.prod-thumb-slider .owl-nav .owl-next {
  background-color: #fff;
  color: var(--color-2);
  border-radius: 100%;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.prod-thumb-slider .owl-nav .owl-prev {
  left: 0;
}
.prod-thumb-slider .owl-nav .owl-next {
  right: 0;
}
.aboutIn .img_box img {
  width: 100%;
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 90%,
    90% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 90%,
    90% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.aboutIn .text_area {
  color: var(--color-3);
  font-size: 15px;
  line-height: 42px;
}

/* Main Slider */
.main-slider-wrapper {
  width: 100%;
  background-color: #ffffff;
}
.main-slider {
  position: relative;
  margin-bottom: 30px;
  /*background-color: #333333;*/
}
.main-slider .slide_item {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  right: 0;
  height: 710px !important;
  max-height: none !important;
}
.main-slider .content {
  position: relative;
}
.main-slider .owl-carousel .owl-item {
  float: left !important;
}
.main-slider .slide {
  position: relative;
  /*padding: 90px 0px;*/
  max-height: none;
  height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slider .slide:before {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.main-slider p {
  font-size: 16px;
  color: #656565;
  opacity: 0;
  margin-bottom: 10px;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 130ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.main-slider .active .txt-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
.main-slider .active .txt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1800ms;
}
.main-slider .slide_item {
  /* opacity: 0;
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 130ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    transform: scale(0); */
}
.main-slider .active .slide_item {
  /* opacity: 1;
    transition-delay: 1000ms;
    transform: scale(1); */
}
.main-slider .txt-1,
.main-slider .txt-2 {
  color: var(--color-3);
  font-weight: bold;
}
.main-slider .txt-2 {
  color: #374151;
  font-weight: 600;
}
.main-slider .txt-1 {
  font-size: 44px;
  line-height: 80px;
}
.main-slider .txt-2 {
  font-size: 24px;
  line-height: 45px;
}
.main-slider .links_item {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin-left: 10px;
  font-size: 16px;
  color: #292929;
  padding: 15px 20px;
  margin-top: 20px;
  float: right;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 130ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: bold;
  -webkit-clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 75%,
    90% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 0%,
    100% 75%,
    90% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.main-slider .active .links_item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms;
}
.main-slider .links_one {
  background-color: var(--color-2);
  color: #fff;
}
.main-slider .links_two {
  background-color: transparent;
  color: #ffffff;
}
.main-slider .links_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  top: 0;
  background-color: var(--color-1);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .links_item:hover:before {
  height: 100%;
}
.main-slider .links_item:hover {
  border: 1px solid #f0b542;
}
.main-slider .content {
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 60ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.main-slider .active .content {
  opacity: 1;
}
.main-slider .owl-dots {
  position: absolute;
  left: 5%;
  bottom: 15px;
}
.main-slider .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--color-2);
  margin: 0px 4px;
  opacity: 0.5;
  border-radius: 100%;
  display: inline-block;
  /* border: 4px solid rgba(255, 255, 255, 0.2); */
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
  border-color: var(--color-2);
  opacity: 1;
  width: 12px;
  height: 12px;
}

.main-slider .owl-nav {
  display: none !important;
}

.main-slider .auto-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.main-slider .content {
  max-width: 580px;
  /* background-color: rgb(255 255 255 / 0.8); */
  /* padding: 30px 40px 25px 20px; */
  position: absolute;
  right: 0;
  top: 100px;
}
.main-slider .content .inner-content {
  position: relative;
}
.services_box {
  /* margin-bottom: 15px; */
  padding: 30px 40px;
  position: relative;
  margin-right: -25px;
  transition: all 300ms ease;
}
.services_box:hover {
  box-shadow: -4px 5px 5px #00000026;
}
.services_box .title_Box a {
  display: flex;
  align-items: center;
}
.services_box .title_Box h3 {
  margin-right: 10px;
  font-size: 17px;
}
.services_box .text_area {
  color: #6d7280;
  padding-top: 10px;
  line-height: 35px;
  font-size: 14px;
}
.services_box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #44acc4;
  background: linear-gradient(
    0deg,
    rgba(68, 172, 196, 0.6) 0%,
    rgba(68, 172, 196, 0.6) 60%,
    rgba(237, 221, 83, 0) 100%
  );
}
.services_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #44acc4;
  background: linear-gradient(
    90deg,
    rgba(68, 172, 196, 0.6) 0%,
    rgba(68, 172, 196, 0.6) 60%,
    rgba(237, 221, 83, 0) 100%
  );
}
.srv_row .col:nth-child(3) .services_box::after,
.srv_row .col:nth-child(6) .services_box::after {
  background: transparent;
}
.srv_row .col:nth-child(4) .services_box::before,
.srv_row .col:nth-child(5) .services_box::before,
.srv_row .col:nth-child(6) .services_box::before {
  background: transparent;
}
.srv_row .col:nth-child(4) .services_box::after,
.srv_row .col:nth-child(5) .services_box::after {
  background: #44acc4;
  background: linear-gradient(
    180deg,
    rgba(68, 172, 196, 0.6) 0%,
    rgba(68, 172, 196, 0.6) 60%,
    rgba(237, 221, 83, 0) 100%
  );
}
.srv_row .col:nth-child(3) .services_box::before {
  background: #44acc4;
  background: linear-gradient(
    -90deg,
    rgba(68, 172, 196, 0.6) 0%,
    rgba(68, 172, 196, 0.6) 60%,
    rgba(237, 221, 83, 0) 100%
  );
}
.srv_row .col:nth-child(2) .services_box::before {
  background: #44acc4;
  background: radial-gradient(
    circle,
    rgba(68, 172, 196, 0.6) 0%,
    rgba(68, 172, 196, 0.6) 60%,
    rgba(237, 221, 83, 0) 100%
  );
}
.srv_row .col:nth-child(2) .services_box:hover {
  box-shadow: 0px 5px 15px #00000026;
}
.srv_row .col:nth-child(3) .services_box:hover {
  box-shadow: 4px 5px 5px #00000026;
}
.srv_row .col:nth-child(4) .services_box:hover {
  box-shadow: -4px -5px 5px #00000026;
}
.srv_row .col:nth-child(5) .services_box:hover {
  box-shadow: 0px -5px 15px #00000026;
}
.srv_row .col:nth-child(6) .services_box:hover {
  box-shadow: 4px -5px 5px #00000026;
}

a.tag {
    background-color: #eee;
    padding: 4px 12px;
    border: solid 1px #ccc;
    border-radius: 7px;
    display: inline-block;
}
    a.tag i {
        margin-right: 3px;
        font-size: 12px;
    }