body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
p {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
input {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input:hover,
input:focus,
input:active {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #333333;
}
input::-moz-placeholder {
  color: #333333;
}
input:-ms-input-placeholder {
  color: #333333;
}
input:-moz-placeholder {
  color: #333333;
}
textarea::-webkit-input-placeholder {
  color: #333333;
}
textarea::-moz-placeholder {
  color: #333333;
}
textarea:-ms-input-placeholder {
  color: #333333;
}
textarea:-moz-placeholder {
  color: #333333;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
}
img {
  border: 0px;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.container {
  max-width: 1440px;
  margin: auto;
}
.wrapper {
  margin: 0px auto;
}

.common_title_hp {
}
.common_title_hp h2 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  color: #000000;
}
.common_title_hp p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding-top: 30px;
}

.common_btn_hp {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff !important;
  font-weight: 600;
  background: #0e5896;
  padding: 12px 10px;
  display: inline-block;
  position: relative;
  min-width: 195px;
  text-align: center;
}

.common_btn_hp:hover {
  opacity: 0.8;
}
/*--------------- HEADER_START --------------*/
#header {
  padding: 0 0px;
  margin: 0px;
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d7d7d7+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 215, 215, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 215, 215, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 215, 215, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
}
.header-hp {
  padding: 0;
}
.header-in-hp {
  height: 150px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-left-hp {
  float: left;
  width: 180px;
}
.logo-hp {
  float: left;
  margin: 0 0 0 0;
  vertical-align: middle;
}
.logo-hp img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mobile-menu-hp {
  display: none;
  min-height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 10px;
}
.mobile-menu-hp a {
  color: #000;
}
/*----- MOBILE_MENU_START -----*/
.menu-toggle-btn-hp {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  width: 32px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-toggle-btn-hp span {
  background: #000;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0px;
  margin: 0px 1px 4px 1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-toggle-btn-hp span:last-child {
  margin-bottom: 0px;
}
.menu-toggle-btn-hp span:nth-child(2) {
  width: 23px;
}
.menu-toggle-btn-hp span:nth-child(3) {
  width: 15px;
}
.menu-toggle-btn-hp.open span:nth-child(1),
.menu-toggle-btn-hp.open span:nth-child(3) {
  transform: translate(0px, 7px) rotate(-45deg) scalex(1);
  margin-bottom: 0px;
}
.menu-toggle-btn-hp.open span:nth-child(2) {
  height: 0;
  margin-bottom: 0px;
  width: 0px;
}
.menu-toggle-btn-hp.open span:nth-child(3) {
  transform: translate(0px, 5px) rotate(45deg) scalex(1);
  width: 30px;
}
.menu-toggle-btn-text-hp {
  font-size: 10px;
  line-height: 6px;
  color: #00b5c4;
  font-weight: 600;
  letter-spacing: -0.39px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding: 9px 0px 0px;
  position: relative;
}
.hide-scroll {
  overflow: hidden !important;
}
/*----- MOBILE_MENU_END -----*/

.header_icons_hp {
  display: flex;
  align-items: center;
  width: 250px;
}
.header_num_hp {
  width: calc(100% - 35px);
  padding-right: 20px;
}
.header_num_hp a {
  font-size: 30px;
  line-height: 36px;
  color: #0e5896;
  font-weight: 600;
}
.header_icon_hp {
  width: 35px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
}
.header_icon_hp button {
  color: #0e5896;
  border: 0;
  background: none;
}
.header_icon_hp input {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  width: 250px;
  background: rgba(215, 215, 215, 1);
  border: 1px solid #e7e7e7;
  display: none;
}
.header_icon_hp.show input {
  display: block;
}
.header-right-hp {
  float: right;
  width: calc(100% - 430px);
}
.navigation-hp {
  margin: 0px 0 0 0;
  min-height: auto;
}
.navbar .dropdown-menu {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: transparent
    linear-gradient(
      103deg,
      rgba(8, 21, 10, 0.95) 0%,
      rgba(62, 155, 76, 0.95) 100%
    )
    0% 0% no-repeat;
  border: 0px;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    margin: 0px;
    padding: 0px;
    background: transparent
      linear-gradient(
        103deg,
        rgba(8, 21, 10, 0.95) 0%,
        rgba(62, 155, 76, 0.95) 100%
      )
      0% 0% no-repeat;
    border: 0px;
    border-radius: 0px;
  }
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
}
.navbar {
  padding: 0px;
  margin: 0px;
  position: static;
}
.navigation-main-hp {
  margin: 0px;
  padding: 0;
}
.navigation-main-hp > ul {
  padding: 0;
  display: flex;
  align-items: center;
}
.navigation-main-hp > ul > li {
  padding-left: 40px;
}
.navigation-main-hp > ul > li:first-child {
  padding-left: 0;
}
.navigation-main-hp > ul > li > a {
  font-size: 21px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding: 65px 0;
  position: relative;
  display: block;
}
.navigation-main-hp > ul > li > a.header_btn_hp {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #ffffff !important;
  background: #1b75bb;
  min-width: 120px;
  min-height: 120px;
  padding: 26px 10px 10px 10px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  text-align: center;
}
.navigation-main-hp > ul > li > a.box_color_hp {
  background: #00b7ce;
  padding: 32px 10px 10px 10px;
}
.navigation-main-hp > ul > li > a.header_btn_hp img {
  padding-bottom: 17px;
}
.navigation-main-hp > ul > li > a:before {
  content: "";
  position: absolute;
  background: #3875a7;
  height: 5px;
  width: 0%;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navigation-main-hp > ul > li > a:hover {
  color: #3875a7;
}
.navigation-main-hp > ul > li > a:hover:before {
  width: 100%;
}
.navigation-main-hp > ul > li.dropdown.show > a {
  color: #3e9b4c;
}
.navigation-main-hp > ul > li.dropdown > a:after {
  border: 0px;
  background: url(../images/black_dropdown.svg) no-repeat center center;
  width: 8px;
  height: 6px;
  background-size: 8px;
  margin-left: 6px;
  vertical-align: 0.15em;
  display: none;
}
.navigation-main-hp > ul > li.dropdown.show > a::before {
  width: 100%;
}
.navigation-main-hp > ul > li > a.contact-btn-hp {
  height: 48px;
  line-height: 44px;
  margin: 26px 0;
  padding: 0 38px;
  border-radius: 40px;
  color: #fff;
  min-width: inherit;
}
.navigation-main-hp > ul > li > a.contact-btn-hp:before {
  display: none;
}
.navigation-main-hp > ul > li > a.contact-btn-hp:hover {
  color: #3875a7;
}
.navigation-main-hp > ul > li > a.header_btn_hp:before {
  display: none;
}
.navigation-main-hp > ul > li > a.active {
  color: #3875a7;
  font-weight: 700;
}
.navigation-main-hp > ul > li > a.active:before {
  width: 100%;
}
.navbar-expand-lg .navbar-collapse.navigation-main-hp {
  justify-content: center;
}
.dropdown-menu-in {
  padding: 60px 0;
}
.mobile-menu-btn-hp {
  margin: 0px;
  padding: 0px;
  float: right;
  right: 15px;
  display: none;
  position: absolute;
}
.mobile-menu-btn-hp a {
  display: block;
  font-size: 0px;
}
.mobile-menu-icon-hp {
  display: inline-block;
  vertical-align: top;
}
.mobile-menu-icon-hp img {
  width: 19px;
}
.mobile-menu-overlay-hp {
  display: none;
}
.mobile-menu-close-hp {
  display: none;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99999;
}
.mobile-menu-close-hp img {
  width: 19px;
}
.header_icon_mobile_main_hp {
  display: none;
}

.fix-header .header-in-hp {
  height: 100px;
}
.fix-header .logo-hp img {
  width: 70%;
}
.fix-header .navigation-main-hp > ul > li > a {
  padding: 39px 0;
}
/*--------------- HEADER_END --------------*/

/*--------------- CONTAIN_START --------------*/
#contain {
  margin: 150px 0 0 0;
  padding: 0px;
}

.banner_block_content_hp {
  position: relative;
  width: 100%;
}
.banner_block_hp {
  padding: 0;
  display: flex;
  align-items: center;
}
.banner_block_in_hp {
  padding: 0;
}
.banner_top_hp {
}
.banner_box_hp {
  position: relative;
}
.banner_block_img_hp {
}
.banner_block_img_hp img {
  width: 100%;
}
.banner_title_hp {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.banner_title_hp h2 {
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  max-width: 1440px;
  margin: auto;
  padding: 0 15px;
}

.banner_block_hp .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 35px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transform: translate(0, -50%);
}
.banner_block_hp .owl-carousel .owl-nav button.owl-prev span {
  display: block;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_block_hp .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 35px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transform: translate(0, -50%);
}
.banner_block_hp .owl-carousel .owl-nav button.owl-next span {
  display: block;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.security_block_hp {
  padding: 130px 0 0 0;
  position: relative;
}
.security_block_hp:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background: url(../images/security_bg.png) no-repeat top right;
  background-size: cover;
  top: 0;
  right: 0;
}
.security_block_in_hp {
}
.security_middle_hp {
  position: relative;
}
.security_top_hp {
  position: absolute;
  top: 0px;
  left: 0px;
}
.security_info_hp {
  max-width: 600px;
}
.security_btn_hp {
  padding-top: 40px;
}
.security_btn_hp a {
  font-size: 19px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.security_img_hp {
  text-align: right;
  max-width: 880px;
  margin: 0 0 0 auto;
  width: 100%;
}
.security_img_hp img {
  width: 100%;
}
.security_tab_hp {
  padding-left: 180px;
}
.security_tab_hp .nav-pills {
  padding-top: 115px;
}
.security_tab_hp .mb-3 {
  margin-bottom: 0 !important;
}
.security_tab_hp .nav-item {
  width: 25%;
}
.security_tab_hp .nav-link {
  position: relative;
  padding: 0;
}
.security_tab_hp .nav-link.active:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 70px;
  height: 5px;
  background: #0e5896;
}
.security_tab_hp .nav-pills .nav-link.active {
  background: none;
}
.security_subinfo_hp {
  max-width: 295px;
  text-align: left;
}
.security_subinfo_hp h3 {
  font-size: 28px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
}
.security_subinfo_hp p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 20px 0 35px 0;
}
.security_tab_hp .nav-pills .nav-link.active .security_subinfo_hp h3 {
  color: #0e5896;
}

.our_block_hp {
  padding: 95px 0;
}
.our_block_in_hp {
}
.our_middle_hp {
  max-width: 1160px;
  margin: auto;
}
.our_top_hp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our_info_hp {
  padding-right: 20px;
}
.our_info_hp h3 {
  font-size: 35px;
  line-height: 48px;
  color: #000;
  font-weight: 600;
}
.our_info_hp p {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  padding-top: 10px;
}
.our_btn_hp {
}
.our_btn_hp a {
}

.design_block_hp {
}
.design_block_in_hp {
  padding: 0;
}
.design_middle_hp {
}
.design_boxes_hp {
  display: flex;
  flex-wrap: wrap;
}
.design_box_hp {
  width: calc(50% - 0px);
  min-height: 441px;
  padding: 50px 65px 50px 65px;
  display: flex;
  align-items: flex-end;
}
.design_info_hp {
  max-width: 651px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.design_box_hp:nth-child(2n) .design_info_hp {
  margin-left: 0;
  margin-right: 0;
}

.design_info_hp h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}
.design_info_hp p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 30px;
}

.take_block_hp {
  padding: 96px 0 96px 0;
}
.take_box_hp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 30px;
  grid-column-gap: 50px;
}
.take_img_hp {
  margin: 0 0px 0px 0;
}
.take_img_hp img {
  max-width: 230px;
  max-height: 70px;
  filter: grayscale(1);
}
.security_tab_mobile_hp {
  display: none;
}
/*--------------- CONTAIN_END --------------*/

/*--------------- FOOTER_START --------------*/
#footer {
  margin: 0;
  padding: 0;
  position: relative;
  background: #061b2c;
  padding: 87px 0 87px 0;
}
.footer_middle_hp {
  max-width: 1560px;
  margin: auto;
}
.footer_top_hp {
  display: flex;
  justify-content: space-between;
}
.footer_links_hp {
  width: calc(25% - 0px);
  padding-right: 20px;
}
.footer_links_hp h3 {
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 26px;
}
.footer_links_hp ul {
}
.footer_links_hp ul li {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
}
.footer_links_hp ul li:last-child {
  padding-bottom: 0;
}
.footer_links_hp ul li a {
  color: #fff;
}
.footer_links_hp ul li a:hover {
  color: #ccc;
}
.copyright_new {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-top: 45px;
}
/*--------------- FOOTER_END --------------*/

/*--------------- axis_communication_START --------------*/

.banner_block_acp {
  min-height: 408px;
  padding: 50px 0;
  display: flex;
  align-items: end;
}
.banner_block_in_acp {
  padding: 0;
}
.banner_middle_acp {
}
.banner_title_acp {
}
.banner_title_acp h1 {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.banner_title_acp p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding-top: 30px;
  text-align: center;
}

.banner_detail_acp {
  min-height: 408px;
  padding: 50px 0;
  display: flex;
  align-items: end;
  background: #f8f7f5;
}
.banner_detail_acp h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 24px;
}
.banner_detail_subinfo_acp img {
  width: 100px;
}
.tab_details_acp .nav-pills {
  justify-content: center;
}
.tab_details_acp .nav-pills .nav-link.active {
  background-color: transparent;
}
.banner_detail_acp .warranty_badge {
  position: relative;
}
.banner_detail_acp .warranty_badge img {
  position: absolute;
  width: 90px;
  right: 75px;
  top: 0;
}
.banner_detail_img_acp img {
  max-height: 300px;
  object-fit: contain;
  width: 100%;
}
.banner_detail_inner {
  padding: 60px 0px 50px 100px;
}
.banner_detail_inner .common_btn_hp {
  margin-top: 25px;
}
.banner_detail_inner li {
  font-size: 20px;
  padding: 8px 0 8px 30px;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.documents_acp {
  padding: 0 100px;
}
.documents_header_acp {
  padding: 20px 0;
}
.documents_header_acp h3 {
  font-weight: 500;
}
.documents_item_acp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 20px 0;
}

.axis_block_acp {
  padding: 70px 0 50px 0;
}
.axis_block_in_acp {
}
.axis_middle_acp {
}
.axis_info_acp {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  max-width: 1031px;
  text-align: center;
  margin: auto;
}
.axis_top_acp {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  max-width: 1330px;
  margin: auto;
}
.axis_box_acp {
  width: calc(33.33% - 24px);
  margin: 0 35px 50px 0;
}
.axis_box_acp:nth-child(3n) {
  margin-right: 0;
}
.axis_box_img_acp {
}
.axis_box_img_acp img {
  width: 100%;
}
.axis_box_in_acp {
}
.axis_box_info_acp {
  padding: 0 20px;
}
.axis_box_info_acp h2 {
  font-size: 23px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  padding-top: 30px;
}
.axis_box_info_acp h3 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  padding-top: 20px;
}
.axis_box_info_acp p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  padding-top: 20px;
}
.axis_box_info_acp p a {
  color: #0e5896;
}

/*--------------- axis_communication_END --------------*/

/*--------------- About_ETEC_START --------------*/

.about_block_ap {
  padding: 50px 0 40px 0;
}
.about_block_in_ap {
}
.about_middle_ap {
  max-width: 1335px;
  margin: auto;
}
.about_title_ap {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  font-style: italic;
  color: #176ab0;
  text-align: center;
}
.about_info_ap {
  padding-top: 35px;
}
.about_info_ap p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-bottom: 25px;
}
.about_info_ap p:last-child {
  padding-bottom: 0;
}
.about_subinfo_ap {
  padding-top: 25px;
}
.about_subinfo_ap h4 {
  font-size: 18px;
  line-height: 29px;
  color: #000;
  font-weight: 600;
}
.about_subinfo_ap p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 15px;
}
.about_subinfo_ap ul {
  padding-left: 18px;
}
.about_subinfo_ap ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  list-style: disc;
}

.imad_block_ap {
  padding: 0px 0 80px 0;
}
.imad_block_in_ap {
}
.imad_middle_ap {
  max-width: 1290px;
  margin: auto;
}
.imad_top_ap {
  display: flex;
  flex-wrap: wrap;
}
.imad_box_ap {
  width: calc(33.33% - 37px);
  margin-right: 55px;
}
.imad_box_ap:last-child {
  margin-right: 0;
}
.imad_img_ap {
  width: 136px;
  height: 136px;
}
.imad_img_ap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.imad_info_ap {
  padding-top: 25px;
}
.imad_info_ap h4 {
  font-size: 22px;
  line-height: 25px;
  color: #176ab0;
  font-weight: 600;
}
.imad_info_ap h5 {
  font-size: 16px;
  line-height: 20px;
  color: #7f7f7f;
  font-weight: 600;
  padding-top: 12px;
}
.imad_info_ap p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 15px;
}

/*--------------- About_ETEC_END --------------*/

/*--------------- Contact_ETEC_START --------------*/

.contact_change_cp .about_middle_ap {
  max-width: 1260px;
  margin: auto;
}
.contact_top_cp {
  display: flex;
  padding-top: 60px;
  align-items: center;
}
.contact_left_cp {
  width: calc(100% - 680px);
  margin-right: 130px;
}
.contact_row_cp {
}
.contact_grid_cp {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.contact_grid_cp:last-child {
  padding-bottom: 0;
}
.contact_icon_cp {
  width: 20px;
  font-size: 20px;
  line-height: 36px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
.contact_icon_cp a {
  color: #0e5896;
}
.contact_icon_cp img {
  max-width: 100%;
}
.contact_title_cp {
  width: calc(100% - 20px);
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}
.contact_title_cp a {
  color: #000;
}
.contact_info_cp {
  padding-top: 35px;
}
.contact_info_cp p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  padding-bottom: 25px;
}
.contact_info_cp p:last-child {
  padding-bottom: 0;
}
.contact_info_cp p a {
  color: #000;
}
.contact_right_cp {
  width: 680px;
}
.contact_right_cp iframe {
  width: 100%;
  display: flex;
  min-height: 480px;
}

.form_block_cp {
  padding: 80px 0;
}
.form_block_in_cp {
}
.form_middle_cp {
  max-width: 1115px;
  margin: auto;
}
.form_top_cp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_box_cp {
  width: calc(50% - 11px);
  margin-right: 22px;
}
.form_box_cp:nth-child(2n) {
  margin-right: 0;
}
.form_title_cp {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  padding-bottom: 20px;
}
.form_input_cp input {
  border: none;
  background: #f8f7f5;
  height: 57px;
  margin-bottom: 25px;
  width: 100%;
  border-radius: 4px;
  padding: 5px 15px;
}
.form_input_cp textarea {
  border: none;
  background: #f8f7f5;
  height: 130px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  padding: 15px;
}
.form_width_cp {
  width: 100%;
  margin-right: 0;
}
.form_btn_cp {
  padding-top: 35px;
  text-align: center;
}
.form_btn_cp a {
  min-width: 158px;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
}

/*--------------- Contact_ETEC_END --------------*/

.navbar .dropdown-menu {
  position: fixed !important;
  width: 15%;
  left: inherit;
  right: inherit;
  top: 100px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 215, 215, 1) 100%
  );

  color: #000;
}

@media (max-width: 767px) {
  .navbar .dropdown-menu {
    position: relative !important;
    width: 100% !important;
    left: inherit !important;
    right: inherit;
    top: 0 !important ;
    background: #fff !important;

    color: #000;
  }
}

.dropdown-item {
  padding: 15px;
}

.cloud-log-img {
  width: 170px;
}
.dropdown-item.active , .dropdown-item:active {
  color: #3875a7 !important;
  text-decoration: none;
  background-color: #fff;
  color: #3875a7;
  font-weight: 700;
}
