@font-face {
  font-family: "Frutiger LT Arabic 45";
  src: url("fonts/ar/FrutigerLTArabic-65Bold.eot");
  src: url("fonts/ar/FrutigerLTArabic-65Boldd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ar/FrutigerLTArabic-65Bold.woff2") format("woff2"),
    url("fonts/ar/FrutigerLTArabic-65Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Arabic 55 Roman";
  src: url("fonts/ar/FrutigerLTArabic-55Roman.eot");
  src: url("fonts/ar/FrutigerLTArabic-55Romand41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ar/FrutigerLTArabic-55Roman.woff2") format("woff2"),
    url("fonts/ar/FrutigerLTArabic-55Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Arabic 45";
  src: url("fonts/ar/FrutigerLTArabic-45Light.eot");
  src: url("fonts/ar/FrutigerLTArabic-45Lightd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ar/FrutigerLTArabic-45Light.woff2") format("woff2"),
    url("fonts/ar/FrutigerLTArabic-45Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger LT Arabic 75";
  src: url("fonts/ar/FrutigerLTArabic-75Black.eot");
  src: url("fonts/ar/FrutigerLTArabic-75Blackd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ar/FrutigerLTArabic-75Black.woff2") format("woff2"),
    url("fonts/ar/FrutigerLTArabic-75Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Frutiger LT Arabic 55 Roman";
  font-weight: normal;
  direction: rtl;
}

img {
  width: 100%;
  height: auto;
}
p {
  font-size: 20px;
  font-family: "Frutiger LT Arabic 55 Roman";
  font-weight: normal;
  line-height: 1.5em;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  direction: rtl;
}
.container-fluid {
  overflow: hidden;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0%;
  z-index: 5;
  display: none;
}
.bg1 {
  background-color: #f4f4f4;
}
.margincom {
  margin-top: 50px;
  margin-bottom: 0;
}
.header {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 6;
  position: fixed;
  padding: 0px 3%;
}
.header ul.menu {
  margin: 30px 0 0 0;
  padding: 8px 0 8px 0;
  /* border-top: 1px solid #d0d0d0; */
  display: table;
  width: 100%;
}
.header ul.menu li {
  list-style: none;
  float: right;
  padding: 12px 2.2% 12px 2.2%;
  position: relative;
}
.header ul.menu li.redbg {
  background-color: #2b2e83;
}
.header ul.menu li.redbg a {
  color: #ffffff;
}
.header ul.menu li.redbg:hover a {
  color: #000;
}

.header ul.menu li a {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
}
.header ul.menu li a:hover {
  color: #e50019;
}
.header ul.menu li a.active {
  color: #e50019;
}
.header ul.menu li.ex-right {
  padding-right: 5%;
}
.header ul.menu li.ex-left {
  padding-left: 5%;
}
.header .topicon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 6px;
  top: -25px;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.header ul.menu li ul.secondmenu {
  width: 332px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 49px;
  z-index: 1;
  display: none;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #e50019;
}
.header ul.menu li:hover ul.secondmenu {
  display: block;
}
ul.secondmenu li {
  width: 100%;
  padding: 10px 10px !important;
  border-bottom: 1px solid #e0e0e0;
}

ul.secondmenu li:last-child {
  border: 0;
}
ul.secondmenu li a {
  font-size: 16px !important;
  color: #2e2e2e;

  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
ul.secondmenu:before {
  content: "";
  width: 24px;
  height: 13px;
  background: url("../images/menuarrow.png") center center no-repeat;
  position: absolute;
  left: 10%;
  top: -14px;
}

.location {
  position: relative;
  padding: 0;
  float: left;
}
.location a.linkloc {
  width: 15px;
  height: auto;
  display: inline-block;
  margin-left: 20px;
  filter: brightness(0) invert(1);
}
.location .select {
  text-decoration: none;
  outline: none;
  border: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow.png") no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  filter: brightness(0) invert(1);
  cursor: pointer;
  text-align: center;
}
.location ul.icons {
  margin: 10px 0px 0px;
  padding: 0;
  border: 0;
}
.location ul.icons li {
  padding: 0 0 0 0;
  margin-top: 18%;
  list-style: none;
  float: left;
}
.location ul.icons li.ex {
  padding: 0 18% 0 18%;
}

.logo {
  width: 30%;
  margin: 0;
}
.logo img {
  height: 130px;
  width: auto;
}
.topicon img {
  height: auto;
}
.banner {
  width: 100%;
  padding: 0;
  margin: 8.4% 0 0 0;
  position: relative;
  box-sizing: border-box;
  display: inline-table;
}
.banner img {
  margin: 0;
}
.bannertext {
  position: absolute;
  right: 15%;
  bottom: 25px;
  font-size: 36px;
  color: #2e2e2e;
  line-height: 46px;
}
.banner .container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.banner .container.w8 {
  max-width: 80%;
}
.header .col-lg-10 {
  padding: 0;
}
.header .order-lg-1 {
  padding-left: 0;
}
.header .order-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.Typesofcontrol {
  width: 100%;
  background-color: #fff;
}
.Typesofcontrol ul {
  margin: 0;
  padding: 0;
  height: 156px;
  width: 100%;
  display: table;
}
.Typesofcontrol ul .conttectbox {
  padding-top: 20px;
}
.Typesofcontrol ul li {
  list-style: none;
  width: 20%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}
.Typesofcontrol ul li a {
  text-decoration: none;
}
.Typesofcontrol ul li:hover {
  background-color: #f1f1f1;
}
.Typesofcontrol ul li .img {
  width: 85px;
  height: 85px;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
.Typesofcontrol ul li .img.expa {
  padding-top: 15px;
}
.Typesofcontrol ul li:hover img {
  transform: scale(1.1);
}
.Typesofcontrol ul li .text {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}

.TrapImg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.TrapImg img {
  margin: 0;
}
.TrapImg .textWapper {
  width: 100%;
  height: 233px;
  position: absolute;
  left: 0;
  top: 15%;
  background: url("../images/redbg.png") no-repeat left top;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 1.5% 0 0 0;

  font-size: 20px;
}

.map-section {
  position: relative;
}
.map-section .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.map {
  position: relative;
  padding: 27px;
}
.map h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 20px;
}
.map .img {
  width: 70%;
  margin: auto;
}
.map-section .img2 {
  height: 100%;
}

.othersec {
  position: relative;
  padding: 0;
}
.othersec img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out; /* Animation */
  padding: 10px;
}
.othersec ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.othersec ul li {
  width: calc(25% - 15px);

  overflow: hidden;
  list-style: none;
  text-align: center;
  border-right: 1px solid #fff;
}
.othersec ul li:last-child {
  border-right: 0px solid #fff;
}
.othersec ul li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.othersec ul li:hover img {
  transform: scale(1.1);
}
.othersec li:nth-child(odd) {
  background-color: #f0efef;
}
.othersec li:nth-child(even) {
  background-color: #f5f5f5;
}
.othersec li p {
  padding: 15px 10px;
  margin: 0;
  color: #000000;
  font-weight: bold;

  font-size: 18px;
}
.othersec.twocol ul li {
  width: 50%;
}
.othersec .text {
  width: 80%;
  margin: auto;
  text-align: left;
  padding: 30px 0;
}
.othersec .text .t1 {
  font-weight: 500;

  font-size: 30px;
  margin: 0 0 10px 0;
  padding: 0;
}
.othersec .text .t2 {
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.impact-control-sec {
  position: relative;
  padding: 0;
}
.impact-control-sec.col-12 {
  padding-left: 0;
  padding-right: 0;
}
.impact-control-sec .Textcont {
  position: relative;
  padding: 8% 10%;
}
.impact-control-sec .Textcont h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  margin: 0px 0px 20px;
}
.impact-control-sec .Textcont .img {
  width: 70%;
  margin: auto;
}
.impact-control-sec .Textcont p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
}

.Our-Client {
  position: relative;
  padding: 0% 0 3% 0;
}
.Our-Client h2 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  color: #000000;
  margin: 0px 0px 40px 0px;
}
.Our-Client .slick-slider {
  width: 80%;
  margin: auto;
  direction: ltr;
}
.Our-Client .iterm {
  margin: 0 20px;
  border: 1px solid #bababa;
  min-height: 70px;
  display: table;
  padding: 0px 0px;
}
.Our-Client .iterm img {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  filter: grayscale(100%);
  cursor: pointer;
}
.Our-Client .iterm:hover img {
  filter: grayscale(0%);
}
.Our-Client .slick-prev {
  width: 23px;
  height: 43px;
  background: url("../images/arrow-prv.png") no-repeat center center;
}
.Our-Client .slick-next {
  width: 23px;
  height: 43px;
  background: url("../images/arrow-prv.png") no-repeat center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 25%;
}
.Our-Client .slick-prev:before,
.Our-Client .slick-next:before {
  display: none;
}
.Our-Client .slick-next:focus,
.Our-Client .slick-next:hover {
  background: url("../images/arrow-prv.png") no-repeat center center;
  opacity: 0.6;
}
.Our-Client.slick-prev:focus,
.Our-Client.slick-prev:hover {
  background: url("../images/arrow-prv.png") no-repeat center center;
  opacity: 0.6;
}

.Our-Client2 {
  position: relative;
  padding: 3% 0;
  background-color: #000000;
}
.Our-Client2 ul {
  width: 100%;
  max-width: 925px;
  margin: auto;
  text-align: center;
  display: table;
}
.Our-Client2 ul li {
  width: 25%;
  padding-right: 10px;
  display: table-cell;
}
.Our-Client2 ul li:last-child {
  padding-right: 0px;
}
.Our-Client2 ul li img {
  filter: grayscale(100%);
  cursor: pointer;
}
.Our-Client2 ul li:hover img {
  filter: grayscale(0%);
}
.Our-Client2 ul li:last-child img {
  width: 98%;
}

.footer {
  position: relative;
  padding: 20px 0;
  background-image: url(../Img/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 70%);
  left: 0;
  top: 0;
  z-index: -1;
}
.SubscribeWapper {
  width: 100%;
  max-width: 760px;
  margin: 0px auto 30px auto;
  text-align: center;
  display: table;
}
.SubscribeWapper .text {
  width: 163px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;

  font-size: 16px;
}
.SubscribeWapper .input {
  width: calc(100% - 210px);
  display: table-cell;
  background-color: transparent;
  border: 1px solid #717272;
  color: #717272;
  font-size: 16px;
  outline: none;
  padding: 11px 10px;
}
.SubscribeWapper .btn {
  display: table-cell;
  color: #fff;
  background-color: #6c6b6b;
  padding: 11px 40px 11px 40px;
  color: #fff;
  border-radius: 0;

  font-weight: bolder;
  background: #6c6b6b url("../images/btn-arrow.png") no-repeat 80% center;
  outline: none;
  border: 1px solid #6c6b6b;
}
.SubscribeWapper .btn:hover {
  background-color: #000000;
  border: 1px solid #000;
}
.linksfooter {
  width: 80%;
  margin: auto;
  border-top: 1px solid #717272;
  border-bottom: 1px solid #717272;
}
.firstList {
  width: 80%;
  margin: 40px auto 0 auto;
}
.linksfooter .links {
  margin: 40px auto;
  padding: 0;
  display: table;
  width: 80%;
}
.linksfooter .links li {
  list-style: none;
  width: 50%;
  margin: 0;
  padding: 0;
  display: table-cell;
}
.linksfooter .links li a {
  color: #fff;
  text-decoration: none;

  font-size: 16px;
}
.linksfooter .links li:hover a {
  color: #e50019;
}

.linksfooter .sociallinks {
  margin: 0px auto 30px auto;
  padding: 0;
  display: table;
  width: 80%;
}
.linksfooter .sociallinks li {
  width: 26px;
  height: 21px;
  list-style: none;
  margin: 0 0px 0 20px;
  padding: 0 0px 0 0;
  float: right;
  box-sizing: border-box;
}
.linksfooter .sociallinks li img {
  height: 100%;
}
/*.linksfooter .sociallinks li img{transition: transform .3s ease-in-out;}
.linksfooter .sociallinks li img:hover{ transform: rotate(360deg);}*/
.linksfooter .sociallinks li:last-child {
  margin-right: 0;
}

.allLinks {
  margin: 0;
  padding: 10% 0 0 0;
}
.allLinks h2 {
  font-size: 16px;
  color: #9d9999;
  margin-bottom: 20px;
}
.allLinks ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 25%;
  float: left;
}
.allLinks ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.allLinks ul li a {
  color: #ffffff !important;
  text-decoration: none;

  font-size: 14px;
}
.allLinks ul li:hover a {
  color: #e50019 !important;
}

.contactLinks {
  margin: 0;
  padding: 25% 0 0 25%;
}
.contactLinks ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  list-style: none;
}
.contactLinks ul li {
  margin-bottom: 20px;
}
.contactLinks ul li a {
  color: #ffffff !important;
  text-decoration: none;

  font-size: 14px;
  cursor: pointer;
}
.contactLinks ul li a i {
  width: 33px;
  display: table-cell;
  padding-left: 10px;
}
.contactLinks ul li:hover a {
  color: #e50019 !important;
}
.copyright {
  margin: 30px auto 0px auto;
  padding: 0 2%;
  display: table;
  width: 80%;
  color: #ffffff !important;

  font-size: 14px;
}
.copyright ul {
  float: right;
  display: table;
  box-sizing: border-box;
}
.copyright ul li {
  padding-right: 20px;
  display: table-cell;
}
.copyright ul li a {
  color: #ffffff !important;
  text-decoration: none;

  font-size: 14px;
  cursor: pointer;
}
.copyright ul li:hover a {
  color: #e50019 !important;
}

.header .HamburgerMenu {
  width: 48px;
  height: 38px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  padding-left: 10px;
  display: none;
}

.header .HamburgerMenu span {
  position: absolute;
  height: 3px;
  background: #e30613;
  right: 0;
  width: 100%;
  transition: all 300ms ease-in;
  border-radius: 10px;
}
.header .HamburgerMenu span:nth-child(1) {
  top: calc(0% + 5px);
}
.header .HamburgerMenu span:nth-child(2) {
  top: 50%;
  width: 90%;
}
.header .HamburgerMenu span:nth-child(3) {
  top: calc(100% - 5px);
  width: 100%;
}
.header .HamburgerMenu.active span {
  width: 36px;
  top: 50%;
}
.header .HamburgerMenu.active span:nth-child(1) {
  transform: rotate(-45deg);
}
.header .HamburgerMenu.active span:nth-child(2) {
  opacity: 0;
}
.header .HamburgerMenu.active span:nth-child(3) {
  transform: rotate(45deg);
}
.exmobilemenu {
  display: none;
}
.closebtn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.hedding {
  position: relative;
  padding: 0 0 30px 0;
}
.hedding h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  margin: 0px 0px 20px;
}
.hedding p {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  padding: 0 20px;
}
.Tmsimg {
  position: relative;
  margin: 40px auto;
}
.Tmsimg img {
  width: 90%;
}
.copytext {
  text-align: center;
  position: relative;
}
.copytext h3 {
  font-size: 30px;
  color: #000;

  font-weight: 500;
  margin-bottom: 30px;
}
.copytext p {
  font-size: 20px;
  color: #000;
}

.TMSimgeOther .col-6,
.TMSimgeOther .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.TMSimgeOther .col-6 img {
  margin: 0;
}
.TMSimgeOther .text {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  padding: 10%;
  box-sizing: border-box;
  display: table;
}
.TMSimgeOther .text p {
  font-size: 20px;

  color: #000;
}
.TMSimgeOther .text p.t1 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.TMSimgeOther .text ul {
  margin: 36px 0 0 0;
  padding: 0;
}
.TMSimgeOther .text ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 15px;
  background: url("../images/bullate.html") left 8px no-repeat;
  font-size: 20px;

  color: #000;
}

.FoodSafetyLogo {
  position: relative;
  text-align: center;
}
.FoodSafetyLogo .img {
  width: 250px;
  margin: 20px auto;
}
.FoodSafetyLogo .img img {
  filter: grayscale(100%);
}
.FoodSafetyLogo .img:hover img {
  filter: grayscale(0%);
}

.FoodSafetyLogo p.a1 {
  font-size: 18px;
  color: #000;

  margin-bottom: 20px;
}
.text2 {
  font-size: 30px;

  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.btn-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2b2e83;
  color: #ffffff;
  padding: 12px 2.2% 12px 2.2%;
  z-index: 4;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  display: none;
}
.btn-bottom:hover {
  color: #fff;
}

.formiddle {
  display: table;
}
.formiddle .contimg {
  display: table-cell;
  vertical-align: middle;
}
.tandcSetion {
  margin: 40px 0;
  padding: 0 5%;
}
.tandcSetion .t1 {
  font-size: 30px;
  font-weight: bolder;
  margin: 0px 0 0 0;
  padding: 0;
}
.tandcSetion .t2 {
  font-size: 20px;
  margin: 0px 0 30px 0;
  padding: 0;
}
.tandcSetion ul {
  padding: 0px 0 0 20px;
}
.tandcSetion ul li {
  font-size: 20px;
  margin: 0px 0 20px 0;
  padding: 0px;

  line-height: 1.5em;
}

@media (min-width: 1921px) {
  .header ul.menu {
    width: 1520px;
    margin: 94px auto 0 auto;
  }
}

@media (max-width: 1890px) {
  .header {
    width: 100%;
    background-color: #ffffff;
  }
  .logo {
    /* margin: 24% auto 0 auto; */
  }
  .header ul.menu {
    /* width: 100%;
    margin: 88px 0 0 0; */
  }
  .header ul.menu li {
    padding: 15px 3.6% 15px 3.6%;
  }
  .header ul.menu li a {
    /* font-size: 16px; */
    color: #2e2e2e;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
  }
  /*	.header .topicon{top:20%;bottom: unset;}*/
  .header ul.menu li.ex-right {
    padding-right: 5%;
  }
  .header ul.menu li.ex-left {
    padding-left: 5%;
  }
  .location a.linkloc {
    margin-left: 20px;
    filter: brightness(0) invert(1);
  }
  .location ul.icons li.ex {
    padding: 0 15% 0 15%;
  }
  .TMSimgeOther .text ul li {
    font-size: 16px;
  }
  .TMSimgeOther .text {
    padding: 5%;
  }
}

@media (max-width: 1865px) {
  .header ul.menu li {
    padding: 12px 2.5% 12px 2.5%;
  }
}
@media (max-width: 1830px) {
  .header ul.menu li {
    padding: 12px 2.4% 12px 2.4%;
  }
}
@media (max-width: 1810px) {
  .header ul.menu li {
    padding: 12px 2.3% 12px 2.3%;
  }
}
@media (max-width: 1790px) {
  .header ul.menu li {
    padding: 12px 2.1% 12px 2.1%;
  }
  .logo {
    /* margin: 28% auto 0 auto; */
  }
}
@media (max-width: 1760px) {
  .header ul.menu li {
    padding: 12px 2.1% 12px 2.1%;
  }
}
@media (max-width: 1690px) {
  .header ul.menu li {
    padding: 12px 2% 12px 2%;
  }
  .logo {
    /* margin: 32% auto 0 auto; */
  }
  .bannertext {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1610px) {
  .header ul.menu li {
    padding: 12px 1.9% 12px 1.9%;
  }
}

@media (max-width: 1590px) {
  .header ul.menu li {
    padding: 12px 1.8% 12px 1.8%;
  }
}
@media (max-width: 1569px) {
  .header ul.menu li {
    padding: 12px 2.3% 12px 2.3%;
  }
}
@media (max-width: 1510px) {
  .header ul.menu li {
    padding: 12px 2.2% 12px 2.2%;
  }
}

@media (max-width: 1490px) {
  .header ul.menu li {
    padding: 12px 2.1% 12px 2.1%;
  }
}

@media (max-width: 1440px) {
  .header ul.menu li {
    padding: 12px 2% 12px 2%;
  }
}

@media (max-width: 1420px) {
  .header ul.menu li {
    padding: 12px 1.9% 12px 1.9%;
  }
}

@media (max-width: 1366px) {
  .header ul.menu li {
    padding: 12px 1.8% 12px 1.8%;
  }
}

@media (max-width: 1340px) {
  .header ul.menu li {
    padding: 12px 1.7% 12px 1.7%;
  }
}

@media (max-width: 1320px) {
  .header ul.menu li {
    padding: 12px 1.5% 12px 1.5%;
  }
}

@media (max-width: 1568px) {
  .logo {
    /* margin: 40% auto 0 auto; */
  }
  .header ul.menu {
    width: 100%;
    display: inline-block;
  }
  .header ul.menu li a {
    font-size: 14px;
    display: inline-block;
  }
  .location a.linkloc {
    margin-left: 2px;
  }
  .location ul.icons li.ex {
    padding: 0 7% 0 7%;
  }
  .location .select {
    font-size: 13px;
  }
  /*img{height: 100%;}*/
  .TMSimgeOther .text p {
    font-size: 16px;
  }
  .TMSimgeOther .text ul li {
    font-size: 14px;
  }
}
@media (max-width: 1370px) {
  .logo {
    margin: 50% auto 0 auto;
  }
  .contactLinks {
    padding: 45% 0 0 0;
  }
  /*img{height: 100%;}*/
  .banner {
    margin: 9.5% 0 0 0;
  }
  .TMSimgeOther .text {
    padding: 15px 2rem !important;
  }
  .hedding p br {
    display: none;
  }
}

@media (max-width: 1290px) {
  .exwidth {
    width: 100%;
  }
  .TMSimgeOther .text p {
    font-size: 20px;
  }
  .TMSimgeOther .text ul li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .logo {
    margin: 55% auto 0 auto;
  }
  .header ul.menu li a {
    font-size: 13px;
  }
  .location .select {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  /*	.header .topicon{  left: 20%; right: unset;   top: 20px; bottom: unset;}*/
  .header .topicon {
    top: 0;
  }
  .menuinMobile {
    display: none;
  }
  .menuinMobileleft {
    width: 20%;
  }
  .menuinMobileright {
    width: 50%;
    display: none;
  }

  .for-onlymobile {
    width: 50%;
    display: none;
  }
  .logo {
    margin: 0;
  }

  .header .HamburgerMenu {
    display: block;
  }

  .menuinMobile {
    display: block;
    width: 416px;
    position: absolute;
    top: 100%;
    min-width: 300px;
    right: -486px;
    z-index: 5;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.23);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.23);
  }
  .header ul.menu {
    width: 100%;
    border: 0;
    padding: 20px;
    margin-top: 0;
  }
  .header ul.menu li {
    width: 100%;
    padding: 10px 2% 10px 2%;
    border-top: 1px solid #d0d0d0;
  }
  .header ul.menu li a {
    font-size: 20px;
    color: #000000;
  }
  .header ul.menu li ul.secondmenu {
    width: 100%;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    border: 0;
    padding: 10px 0 0 0;
    margin-bottom: -10px;
  }
  .header ul.menu li ul.secondmenu:before {
    display: none;
  }

  .header ul.menu li ul.secondmenu li a {
    color: #908e8e;
    font-size: 16px !important;
  }
  .exmobilemenu {
    display: block;
  }
  .location {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .location ul.icons li {
    width: 10%;
    margin-top: 0;
    border: 0;
    box-sizing: border-box;
    margin: 10px 4% 10px 4%;
    padding: 0;
  }
  .location ul.icons li:first-child {
    margin: 10px 4% 10px 0%;
    padding: 0;
  }
  .header ul.menu li:first-child {
    border-top: 0px solid #d0d0d0;
    padding-top: 0;
  }
  .TMSimgeOther .text p {
    font-size: 16px;
  }

  .btn-bottom {
    display: block;
  }
  .footer {
    margin-bottom: 50px;
  }
  .header ul.menu li.ex-left {
    padding-left: 2%;
  }
  .menuinMobile {
    display: inline-block;
    height: calc(100vh - 117px);
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .banner .container {
    position: relative;
  }
  .bannertext {
    position: relative;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 30px 0;
  }
  .bannertext br {
    display: none;
  }
  .Our-Client2 ul {
    width: 70%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: table;
    padding: 0;
  }
  .Our-Client2 ul li {
    box-sizing: border-box;
  }
  .TrapImg .textWapper {
    position: relative;
    top: 0;
    background-size: 162% 100%;
  }
  .Our-Client {
    position: relative;
    padding: 0% 0 10% 0;
  }
  .TrapImg .textWapper br {
    display: none;
  }
  .othersec ul li {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .othersec .text {
    width: 90%;
    height: 245px;
    display: inline-block;
  }
  .Our-Client2 {
    padding: 20px 0;
  }
  .Our-Client2 ul li:last-child {
    margin-bottom: 0;
  }
  .impact-control-sec .Textcont {
    padding: 5%;
  }
  .impact-control-sec .Textcont p {
    font-size: 13px;
  }
  .contactLinks {
    padding: 100% 0 0 0;
  }

  .logo {
    margin: 0;
  }
  p {
    font-size: 16px;
  }
  .copytext p {
    font-size: 16px;
  }
  .hedding p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contactLinks {
    padding: 0% 0 0 0;
  }
  .contactLinks ul li {
    float: left;
    margin: 20px 2% 20px 0;
  }
  .allLinks {
    padding: 0% 0 0 0;
  }

  .firstList {
    width: 60%;
    margin: 40px auto 0 auto;
    float: left;
  }
  .linksfooter .links {
    width: 41%;
    float: left;
  }
  .linksfooter .sociallinks {
    float: left;
  }
  img {
    height: auto;
  }

  .Typesofcontrol ul li .text {
    font-size: 16px;
  }
  .contactLinks ul li a i img {
    width: 22px;
    height: 22px;
  }

  .othersec .text .t2 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .othersec .text .t2 {
    font-size: 13px;
  }

  .SubscribeWapper {
    width: 78%;
    max-width: 100%;
  }
  .SubscribeWapper .text {
    width: 100%;
    display: inline-block;
  }
  .allLinks ul {
    width: 50%;
  }
  .allLinks h2 {
    margin-bottom: 6px;
    margin-top: 20px;
  }
  .copyright {
    text-align: center;
  }
  .copyright ul {
    float: none;
    text-align: center;
    width: 303px;
    margin: 20px auto 0 auto;
  }
  .map h2 {
    text-align: center;
  }

  .banner {
    margin: 72px 0 0 0;
  }
  /*	 .header .topicon{ width: 35px; height: 35px;}*/
  .insect-img2 {
    width: 250px;
    height: 250px;
    margin: auto;
  }
  .rrSetion {
    padding: 0px 20px 0px;
  }
}
@media (max-width: 600px) {
  .contactLinks ul li {
    float: left;
    margin: 10px 2% 10px 0;
    width: 46%;
  }
  .bannertext {
    font-size: 20px;
    line-height: 30px;
  }
  .Typesofcontrol ul {
    width: 100%;
  }
  .Typesofcontrol ul li {
    width: 33.33%;
    display: inline-block;
  }
  .Typesofcontrol ul li:nth-last-child(2) {
    margin-left: 16%;
  }
  .map .img {
    width: 100%;
  }
  .TrapImg .textWapper {
    background: url(../images/redbg-mo.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 4.5% 0 0 0;
    height: 348px;
    font-size: 18px;
  }
  .menuinMobileleft {
    width: 30%;
  }
  /*	.header .topicon{ left: 30%; top:25%}*/
  /* .header .topicon{ width: 40px; height: 40px;}*/
  .Tmsimg img {
    width: 100%;
  }
  .hedding h2 {
    font-size: 24px;
  }
  .Tmsimg {
    margin: 10px auto;
  }
  .copytext h3 {
    font-size: 22px;
  }
  .othersec ul li,
  .othersec.twocol ul li {
    width: 100%;
  }
  .othersec .text {
    height: auto;
  }
  .tandcSetion .t1 {
    font-size: 18px;
  }
  .tandcSetion .t2 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .othersec ul li {
    width: 100%;
  }
  .othersec.twocol ul li {
    width: 100%;
  }
  .othersec .text {
    width: 90%;
    height: auto;
  }
  .Our-Client2 ul li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin-bottom: 20px;
  }
  .SubscribeWapper .btn {
    width: 100%;
    background: #6c6b6b url(../images/btn-arrow.png) no-repeat 65% center;
  }
  .SubscribeWapper .input {
    width: 100%;
    margin-bottom: 10px;
  }
  .firstList {
    width: 100%;
  }
  .linksfooter .links {
    width: 100%;
    margin: 20px auto;
  }
  .linksfooter .links li {
    text-align: center;
  }
  .linksfooter .sociallinks {
    width: 175px;
    float: none;
    margin-bottom: 10px;
  }

  .allLinks ul {
    width: 100%;
    text-align: center;
  }
  .monone {
    display: none;
  }

  .menuinMobile {
    display: block;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .Typesofcontrol ul li .text {
    font-size: 12px;
  }
}

.pageTSection {
  position: relative;
  padding: 40px 15px 40px;
  text-align: center;
}
.pageTSection.pb {
  padding: 40px 0px 0px;
}
.pageTSection.pb2 {
  padding: 40px 0px 20px;
}
.pageTSection h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  margin: 0px 0px 20px;
}
.pageTSection h3 {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin: 0px 0px 0px;
}

.pSection {
  position: relative;
  padding: 0px 15px 50px;
  text-align: center;
}
.pSection h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  margin: 0px 0px 20px;
}
.pSection p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0px 0px 0px;
}
@media (max-width: 479px) {
  .pSection h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .pSection p {
    font-size: 16px;
    line-height: 28px;
  }
}

.mapSection {
  position: relative;
  padding: 0px 2% 0px 10%;
}
.mapSection .hfInfo {
  position: relative;
  width: 90%;
}
.mapSection .headOf {
  position: relative;
  padding-left: 0px;
  width: 100%;
  display: table;
}
.mapSection .headOf .hfIcon {
  /* width: 71px;
  height: 71px;
  position: relative;
  float: right; */
}
.mapSection .headOf .hfTitle {
  width: calc (100% - 71px);
  padding: 0px 20px 0px 0px;
  float: right;
}
.mapSection .headOf .hfTitle .styt1 {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0px 0px 4px;
}
.mapSection .headOf .hfTitle .styt2 {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin: 0px 0px 0px;

  font-weight: 700;
}
.mapSection .hfAddress {
  position: relative;
  margin: 30px 0px 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.mapSection .hfAddress p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.mapSection .hfViewOnMap {
  position: relative;
  margin: 10px 0px 0px;
}
.mapSection .hfViewOnMap a {
  position: relative;
  padding: 0px 22px 0px 0px;
  font-size: 12px;
  line-height: 28px;
  color: #5a5a5a;
}
.mapSection .hfViewOnMap a::before {
  position: absolute;
  right: 0px;
  top: -7px;
  content: url(../images/icon_viewmap.jpg);
}
.mapSection .hfETFNumber {
  position: relative;
  margin: 0px 0px 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
}
.mapSection .hfETFNumber p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;

  margin: 25px 0px 0px;
  font-weight: 700;
}
.mapSection .hfETFNumber p span,
.mapSection .hfETFNumber p a {
  color: #d0001b;
  text-decoration: none;
}
.mapSection .listofAddress {
  position: relative;
  background: #f4f4f4;
  padding: 10px;
}
.mapSection .listofAddress .tabWrp {
  position: relative;
}
.mapSection .listofAddress .tabWrp ul {
  padding: 0px;
  position: relative;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0%;
}
.mapSection .listofAddress .tabWrp ul li {
  position: relative;
  list-style: none;
  float: left;
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 0px 10px;
}
.mapSection .listofAddress .tabWrp ul li a {
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}
.mapSection .listofAddress .tabWrp ul li.active {
  position: relative;
}
.mapSection .listofAddress .tabWrp ul li.active a {
  color: #d0001b;
}
.mapSection .listofAddress .tabWrp ul li.active::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 90%;
  height: 5px;
  background: #d0001b;
}
.mapSection .listofAddress .tabAddress {
  position: relative;
  width: 100%;
  clear: both;
}
.mapSection .listofAddress .tabAddress .tbAddress {
  position: relative;
  margin: 30px 0px 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.mapSection .listofAddress .tabAddress .tbAddress p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.mapSection .listofAddress .tabAddress .tbViewOnMap {
  position: relative;
  margin: 10px 0px 0px;
}
.mapSection .listofAddress .tabAddress .tbViewOnMap a {
  position: relative;
  padding: 0px 0px 0px 22px;
  font-size: 12px;
  line-height: 28px;
  color: #5a5a5a;
}
.mapSection .listofAddress .tabAddress .tbViewOnMap a::before {
  position: absolute;
  left: 0px;
  top: -7px;
  content: url(../images/icon_viewmap.png);
}
.mapSection .mapIcon {
  position: relative;
  top: 10%;
}
.mapSection .mapIcon img {
  width: 100%;
}
.mdd {
  display: none;
}
@media (max-width: 1560px) {
  .mapSection .listofAddress .tabWrp ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1360px) {
  .mapSection .listofAddress .tabWrp ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 981px) {
  .mapSection {
    padding: 0px 15px;
  }
  .mapSection .hfInfo {
    width: 100%;
  }
  .mdd {
    position: relative;
    height: 44px;
    width: 100%;
    background: #fff url(../images/tab_arrow.png) no-repeat 98% 60%;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #d0001b;

    padding: 8px 10px 0px;
    border: 1px solid #d8d8d8;
  }
  .mapSection .listofAddress .tabWrp {
    display: inline-block;
    width: 100%;
  }
  .mapSection .listofAddress .tabWrp ul {
    grid-template-columns: inherit;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 44px;
  }
  .mapSection .listofAddress .tabWrp ul li {
    display: none;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
  }
  .mapSection .listofAddress .tabWrp ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .mapSection .listofAddress .tabWrp ul li.active {
    background: #fff;
    border: 1px solid #d8d8d8;
    position: relative;
  }
  .mapSection .listofAddress .tabWrp ul li.active a {
    color: #000000;
  }
  .mapSection .listofAddress .tabWrp ul li.active::after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "";
    background: none;
    height: auto;
    width: auto;
    left: inherit;
  }
  .mapSection .listofAddress .tabAddress {
    margin-top: 80px;
  }
}
@media (max-width: 479px) {
  .pageTSection.bpading {
    padding: 20px 15px 0px;
  }
  .pageTSection h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .pageTSection h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .mapSection .headOf {
    text-align: center;
  }
  .mapSection .headOf .hfIcon {
    float: none;
    margin: auto;
  }
  .mapSection .headOf .hfTitle {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .mapSection .headOf .hfTitle .styt1 {
    font-size: 16px;
    line-height: 28px;
  }
  .mapSection .headOf .hfTitle .styt2 {
    font-size: 20px;
    line-height: 30px;
  }
  .mapSection .hfAddress {
    text-align: center;
  }
  .mapSection .hfAddress p {
    font-size: 16px;
    line-height: 30px;
  }
  .mapSection .hfViewOnMap {
    text-align: center;
  }
  .mapSection .hfETFNumber {
    text-align: center;
  }
  .mapSection .hfETFNumber p {
    font-size: 16px;
    line-height: 30px;
  }
  .mapSection .listofAddress .tabAddress .tbAddress {
    text-align: center;
  }
  .mapSection .listofAddress .tabAddress .tbAddress p {
    font-size: 16px;
    line-height: 30px;
  }
  .mapSection .listofAddress .tabAddress .tbViewOnMap {
    text-align: center;
  }
  .mapSection .mapIcon {
    padding: 20px 0px 40px;
  }
}

.formSection {
  position: relative;
  padding: 50px 15px 20px;
  background: #f4f4f4;
  margin: 50px 0px;
}
.formSection .formTitle {
  position: relative;
  text-align: center;
}
.formSection .formTitle h2 {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin: 0px 0px 20px;
  font-weight: 500;
  color: #000000;
  margin: 0px 0px 20px;
}
.formSection .formTitle h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0px 0px 0px;
}
.formSection .fonmWrp {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 30px 0px;
}
.formSection .fonmWrp .fonmCont {
  position: relative;
  padding: 15px 0px;
}
.formSection .fonmWrp .fonmCont label {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0px 0px 5px;
}
.formSection .fonmWrp .fonmCont .inputCS {
  width: 100%;
  background: transparent;
  border: 1px solid #9d9d9d;
  border-radius: 7px;
  height: 42px;
  color: #000;
  font-size: 18px;
  color: #000000;

  padding: 0px 10px;
}
.formSection .fonmWrp .fonmCont .inputCS.error {
  border: 1px solid #f00;
}
.formSection .fonmWrp .fonmCont .inputCS.wh {
  height: 96px;
  padding: 10px 10px;
  resize: none;
}
.formSection .fonmWrp .inputCS:focus,
.formSection .fonmWrp .inputCS:active,
.formSection .fonmWrp .inputCS:hover {
  outline: none;
}
.formSection .fonmWrp .fonmCont .submitBtn {
  background: #e50019;
  border: 1px solid #e50019;
  border-radius: 7px;
  color: #fff;
  font-size: 22px;
  font-family: "Arial Black";
  font-weight: 900;
  padding: 12px 30px;
}
.formSection .fonmWrp .fonmCont select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/tab_arrow.png) no-repeat 96% 50% !important;
  color: #000;
  font-size: 18px;
  color: #000000;
}
.errorMsg {
  position: absolute;
  bottom: -2px;
  left: 0px;
  font-size: 11px;
  color: #f00;
}
@media (max-width: 1200px) {
  .formSection .fonmWrp {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .formSection .fonmWrp {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .formSection .formTitle h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .formSection .formTitle h3 {
    font-size: 16x;
    line-height: 30px;
  }
  .formSection .fonmWrp .fonmCont label,
  .formSection .fonmWrp .fonmCont .inputCS {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}

.section2 {
  position: relative;
  padding: 20px 0px 20px;
  margin: 0px 0px;
}
.pcInfo {
  position: relative;
}
.pcInfo h3 {
  font-size: 30px;
  line-height: 30px;
  color: #000000;

  font-weight: 700;
  margin: 0px 0px;
}
.pcInfo p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;

  font-weight: 400;
  margin: 25px 0px;
}
.ttInfo {
  position: relative;
  width: 80%;
  margin: 0px auto;
  text-align: center;
}
.ttInfo h3 {
  font-size: 30px;
  line-height: 30px;
  color: #000000;

  font-weight: 500;
  margin: 0px 0px;
  font-weight: 700;
}
.ttInfo p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;

  font-weight: 400;
  margin: 25px 0px;
}

.othersec .text .t3 {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin: 0px 0px 10px 0px;
  padding: 0;
}
.othersec .text .t4 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin: 0px 0px 15px 0px;
  padding: 0;
  font-weight: normal;
}
.PCSection {
  position: relative;
  padding: 0px;
  margin: 50px 0px 0px;
}
.PControlBox {
  position: relative;
  padding: 0px;
  margin: 0px 0px 50px;

  display: flex;
  flex-flow: row;
  justify-content: center;
}
.PControlBox .thumbImg {
  position: relative;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.PControlBox .pcbText {
  position: relative;
  width: 50%;
  padding-right: 4%;
}
.PControlBox .pcbText.center {
  display: table;
}
.PControlBox .pcbText.center .text {
  display: table-cell;
  vertical-align: middle;
}

.PControlBox .pcbText h3 {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin: 0px 0px 15px 0px;
  padding: 0;
  font-weight: 500;
}
.PControlBox .pcbText h4 {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin: 40px 0px 15px 0px;
  padding: 0;
  font-weight: 500;
}
.PControlBox .pcbText p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.PControlBox .pcbText ul {
  padding-left: 20px;
}
.PControlBox .pcbText ul li {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.PControlBox:nth-of-type(odd) .thumbImg {
  order: 1;
}
.PControlBox:nth-of-type(odd) .pcbText {
  order: 2;
}
.PControlBox:nth-of-type(even) .thumbImg {
  order: 2;
}
.PControlBox:nth-of-type(even) .pcbText {
  order: 1;
}
.PControlBox.tt:nth-of-type(odd) .thumbImg {
  order: 2;
}
.PControlBox.tt:nth-of-type(odd) .pcbText {
  order: 1;
}
.PControlBox.tt:nth-of-type(even) .thumbImg {
  order: 1;
}
.PControlBox.tt:nth-of-type(even) .pcbText {
  order: 2;
}
.bannSection {
  padding: 0px;
  position: relative;
  margin-bottom: 50px;
}
.bannertext.bspace {
  bottom: 15px;
}
.PControlBox.fs .thumbImg img {
  opacity: 0;
}

.rrSetion {
  position: relative;
  padding: 50px 20px 0px;
  margin: 0px 0px;
}
.rrSetion .rrrow {
  width: 60%;
  margin: 0px auto;
}
.rrSetion .rrrow.w8 {
  width: 80%;
}
.rrSetion .rrrow .marr {
  padding-right: 5%;
}
.rrSetion .rrrow img {
  width: 100%;
  height: auto;
}
.insect-img {
  width: 250px;
  height: 250px;
  margin: auto;
}

.rrSetion .rrrow p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.opSetion {
  position: relative;
  padding: 0px 20px 50px;
  margin: 0px 0px;
}
.opSetion .oprow {
  width: 90%;
  margin: 0px auto;
}
.opSetion .oprow .opLists {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.opSetion .oprow .opLists li {
  list-style: none;
  float: left;
  width: 33.33%;
  position: relative;
  margin: 50px 0px;
}
.opSetion .oprow .opLists li .opBox {
  width: 215px;
  margin: 0px auto;
}
.opSetion .oprow .opLists li .opBox img {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  float: none;
  display: inherit;
}
.opSetion .oprow .opLists li .opBox span {
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 10px 0px 0px;

  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.opSetion .cServiceBTN {
  position: relative;
  text-align: center;
}
.opSetion .cServiceBTN a {
  display: inline-block;
  background: #e50019;
  padding: 15px 40px;
  border: 1px solid #d9d9d9;
  border-radius: 9px;

  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}

.smSetion {
  position: relative;
  padding: 0px 20px 50px;
  margin: 0px 0px;
}
.smSetion .smrow {
  width: 80%;
  margin: 0px auto;
}
.smSetion .smrow ul {
  margin: 0px;
  padding: 0px;
}
.smSetion .smrow ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 10px 0px;
}
.smSetion .smrow ul li:first-child {
  margin-top: 40px;
}
.smSetion .smrow ul li a {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
}
.allService {
  display: inline-block;
  width: 100%;
  clear: both;

  font-size: 25px;
  line-height: 30px;
  color: #9d9d9d;
  text-decoration: underline;
  margin-top: 50px;
}
@media (max-width: 1680px) {
  .allService {
    font-size: 20px;
    line-height: 25px;
  }
  .smSetion .smrow ul li {
    margin: 8px 0px;
  }
  .smSetion .smrow ul li a {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1380px) {
  .PControlBox.fs {
    align-items: stretch;
  }
  .rrSetion .rrrow {
    width: 80%;
  }
  .rrSetion .rrrow.w8 {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .smSetion .smrow {
    width: 96%;
  }
  .opSetion .oprow {
    width: 100%;
  }
  .rrSetion .rrrow .marr {
    padding-right: 12px;
  }
  .ttInfo {
    width: 96%;
  }
  .rrSetion .rrrow {
    width: 100%;
  }
  .rrSetion .rrrow.w8 {
    width: 100%;
  }
  .rrSetion .rrrow img {
    margin: 10px 0px 20px;
  }
  .PControlBox .pcbText h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
  }
  .PControlBox .pcbText h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .PControlBox .pcbText p {
    font-size: 16px;
    line-height: 26px;
  }
  .othersec .text .t4 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 780px) {
  .PControlBox {
    display: inline-block;
  }
  .PControlBox .thumbImg,
  .PControlBox .pcbText {
    width: 100%;
  }
  .PControlBox .pcbText {
    margin: 20px 0px 20px;
    padding: 1% 6%;
  }
  .opSetion .oprow .opLists li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .smSetion .smrow {
    width: 100%;
  }
  .allService.pt0 {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .opSetion .oprow .opLists li {
    width: 100%;
    margin: 20px 0px;
  }
  .opSetion .oprow .opLists li .opBox span {
    font-size: 16px;
    line-height: 26px;
  }
  .opSetion .cServiceBTN a {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 30px;
  }
  .ttInfo h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .ttInfo p {
    font-size: 16px;
    line-height: 28px;
  }
  .pcInfo h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .pcInfo p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0px;
  }
  .othersec .text .t3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
  }
  .othersec .text .t4 {
    font-size: 16px;
    line-height: 26px;
  }
  .rrSetion {
    padding: 20px 20px 0px;
  }
  .rrSetion .rrrow p {
    font-size: 16px;
    line-height: 26px;
  }

  .allService {
    font-size: 17px;
    line-height: 20px;
  }
  .smSetion .smrow ul li:first-child {
    margin-top: 20px;
  }
  .smSetion .smrow ul li {
    margin: 4px 0px;
  }
  .smSetion .smrow ul li a {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  .opSetion .cServiceBTN a {
    padding: 15px 20px;
  }
}

.top-head {
  position: relative;
  z-index: 99;
  background: #2b2e83;
  padding: 10px 0px;
}
.icon-new {
}
.icon-new img {
  height: 20px;
  filter: brightness(0) invert(1);
}

.icon-new .icons {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 30px;
  margin: 0;
}

.breadcrumb-area {
  text-align: center;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: hsl(0deg 0% 0% / 70%);
  padding: 50px;
}

    .breadcrumb-area .page-title {
        color: #e30913;
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 50px;
    }

.breadcrumb-area .breadcrumbs-link {
  display: inline-block;
  background: #fff;
  padding: 8px 40px;
}

.breadcrumb-area .breadcrumbs-link li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.breadcrumb-area .breadcrumbs-link li a {
  color: #000;
}

.breadcrumb-area .breadcrumbs-link li:after {
  display: inline-block;
  content: ">";
  /* font-family: "f"; */
  font-weight: 600;
  margin-left: 15px;
  margin-right: 12px;
  color: #000;
  font-size: 14px;
}

.breadcrumb-area .breadcrumbs-link li.active {
  color: #2b2e83;
  text-decoration: underline;
}

.breadcrumb-area .breadcrumbs-link li:last-child:after {
  display: none;
}

.breadcrumb-img {
  height: 250px;
  margin: 10.4% 0 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.TrapImg .textWapper .container {
  width: 50%;
}

.content-thumbImg {
  position: relative;
  width: 50%;
}

.banner-slider {
  position: relative;
  padding: 180px 0 0 0;
}

.banner-slider .item-slide {
  position: relative;
  /* width: 50% !important; */
}
.banner-slider .item-slide img {
  height: 600px;
}
.banner-slider {
}

.banner-slider .slick-prev {
  width: 23px;
  height: 43px;
  background: url(../images/arrow-prv.png) no-repeat center center;
  top: 55%;
  left: 5%;
  background-color: #ffffff;
  padding: 30px;
  z-index: 1;
}
.banner-slider .slick-next {
  width: 23px;
  height: 43px;
  background: url(../images/arrow-prv.png) no-repeat center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 55%;
  right: 5%;
  background-color: #ffffff;
  padding: 30px;
  z-index: 1;
}
.banner-slider .slick-next:focus,
.banner-slider .slick-next:hover {
  opacity: 0.6;
}
.banner-slider .slick-prev:focus,
.banner-slider .slick-prev:hover {
  opacity: 0.6;
}
.banner-slider .bannertext {
  font-size: 24px;
  line-height: 34px;
  right: 200px;
  font-weight: bold;
}

@media (max-width: 767px) {
    .content-thumbImg {
        position: relative;
        width: 100%;
        /* height: 271px; */
    }

  .banner-slider .item-slide img {
    height: 250px;
  }
  .banner-slider .bannertext {
    font-size: 14px;
    line-height: 34px;
    right: 0;
    font-weight: bold;
  }
  .banner-slider .slick-next {
    display: none !important;
  }
  .banner-slider .slick-prev {
    display: none !important;
  }
  .logo img {
    height: 90px;
    width: auto;
  }
  .banner-slider {
    position: relative;
    padding: 135px 0 0 0;
  }
  .icon-new img {
    height: 15px;
    filter: brightness(0) invert(1);
  }
  .linkloc img {
    height: 15px;
  }
  .header .HamburgerMenu {
    top: 40px;
  }
  .TrapImg .textWapper .container {
    width: 100%;
  }
  .map {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
  }
  .PControlBox .pcbText p {
    font-size: 14px;
    line-height: 26px;
  }
}
