/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 36px;
  height: 43px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 4px;
  width: 36px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #8b7352;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 36px;
    height: 42px;
  }
  .crossLine .line {
    width: 32px;
    height: 3px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

/*body{
    &.overflowhidden{
        .crossLine{position: absolute;
            z-index: 9999;
            top: 2px;
            right: -36px;}
    }
}*/
/* ======= Header Css Strat ======= */
/* ------- Header Area Strat ------- */
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  position: relative;
}
.mainHeader header .logo {
  position: relative;
  padding: 11px 0px;
  max-width: 174px;
  min-width: 174px;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}
.mainHeader header .navbarLink ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px auto;
  background: #34708D;
  opacity: 0;
  width: 6px;
  height: 30px;
}
.mainHeader header .navbarLink ul li a {
  position: relative;
}
.mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
  opacity: 1;
  height: 30px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 9px;
  width: 20px;
  height: 13px;
  background: url(../images/menu_arrow.png) no-repeat left top;
  position: relative;
  top: 2px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
  font-size: 0px;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    background-size: 12px;
    width: 12px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 11px;
    margin-left: 8px;
    top: 11px;
  }
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 26px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .mainHeader header .navbarLink ul li::before {
    width: 5px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 21px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li {
    padding: 3px 0px 2px 0px;
    margin-right: 16px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
    height: 25px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding: 0px 0px;
    margin-right: 0px;
    width: 100%;
    border-bottom: solid 1px #CBCBCB;
    text-align: left;
  }
  .mainHeader header .navbarLink ul li::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li:first-child {
    border-top: solid 1px #CBCBCB;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 20px; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 19px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 14px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 19px;
    padding: 15px;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #107187;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active, .mainHeader header .navbarLink ul li:hover {
    background: #EDEDED;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #000;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: none;
  padding: 0;
  margin: 0;
  min-width: 282px;
  border: 0;
  border-radius: 0;
  transform: inherit !important;
  top: 100% !important;
  border-radius: 0px !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  padding: 0px;
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  text-transform: capitalize;
  background: #45829F;
  white-space: normal;
  border-bottom: rgba(244, 244, 244, 0.5) solid 1px;
  font-weight: 300;
  display: block;
  color: #dddddd;
  font-size: 18px;
  padding: 16px 20px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover {
  background: #34708D;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active {
  background: #34708D;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a {
  color: #fff !important;
  background: #34708D;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active {
    background: #d9d9d9;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active a {
    background: #d9d9d9;
    color: #222 !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li:last-child a {
  border-bottom: 0px;
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 17px;
    padding: 13px 20px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 0px 0px;
    background: none;
    border-top: rgba(255, 255, 255, 0.5) solid 0px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    border-bottom: solid 1px #CBCBCB;
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #000;
    text-align: center;
    padding: 10px 15px;
    border: none;
    border-color: #222;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    background: none;
    color: #000;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu { /*padding: 30px 30px 0px 40px;*/
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li {
    width: 30%;
    padding-right: 15px;
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:last-child {
    padding-right: 0px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:hover {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a {
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a:hover {
    color: #F27D21 !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none {
    padding-bottom: 30px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul {
    flex-direction: column;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul li {
    width: 100%;
    padding-bottom: 21px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box {
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box div {
    padding-bottom: 8px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a {
    color: #000;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box:hover a {
    color: #F27D21;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #000;
    font-size: 16px;
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 6px auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  right: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 9999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin: 0px 30px;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #F1592D;
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 496px;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 20px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-collapse {
    background: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 35px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line {
    background: #888888;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1 {
    top: 42%;
    transform: rotate(45deg);
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2 {
    opacity: 0;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3 {
    bottom: 50%;
    transform: rotate(135deg);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 100%;
    padding-top: 24px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 16px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-nav {
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    margin-bottom: 15px;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .navbarBtn {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarBtn {
    display: block;
  }
}
.mainHeader header .navBlock {
  margin-left: 15px;
}
.mainHeader header .social_link {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mainHeader header .social_link .conact_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 35px;
}
.mainHeader header .social_link .conact_top span {
  margin-left: 20px;
}
.mainHeader header .social_link .conact_top span i {
  margin-right: 5px;
  color: #048BC6;
  font-size: 16px;
}
.mainHeader header .social_link .conact_top span a {
  color: #022660;
  display: flex;
  align-items: center;
  line-height: 14px;
}
.mainHeader header .social_link .conact_top span a:hover {
  color: #000;
}
.mainHeader header .social_link ul {
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .mainHeader header .logo {
    max-width: 154px;
    min-width: 154px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .logo {
    max-width: 118px;
    min-width: 118px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader header .navBlock {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    max-width: 135px;
    min-width: 135px;
  }
}
@media (max-width: 767px) {
  .mainHeader header {
    min-height: 50px;
  }
  .mainHeader header .logo {
    max-width: 125px;
    min-width: 125px;
  }
  .mainHeader header .header_right .navbarLink ul li a {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 142px;
    min-width: 142px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 112px;
    min-width: 112px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .logo {
    max-width: 124px;
    min-width: 124px;
  }
}

/* ------- Header Area End ------- */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #417F9D;
}

button {
  outline: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow-y: hidden;
}
@media (max-width: 1600px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 15px;
  }
}

p {
  margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 26px;
}
p.fnt25 {
  font-size: 25px;
  line-height: 35px;
}
p.fnt22 {
  font-size: 22px;
  line-height: 36px;
}
p.paddbtmUl-5 {
  padding-bottom: 5px;
}
@media (max-width: 1366px) {
  p {
    line-height: 23px;
    padding-bottom: 18px;
  }
  p.fnt22 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  p.fnt25 {
    font-size: 21px;
    line-height: 30px;
  }
  p.fnt22 {
    font-size: 18px;
    line-height: 30px;
  }
}
p:last-child {
  padding-bottom: 0;
}

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1474px;
  }
}
.textCentre {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.pd0 {
  padding-bottom: 0px !important;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #F1592D;
  color: #fff;
}

h1, h2, h3, h5 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

h2, .hdfnt28 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: #444444;
  position: relative;
  padding-bottom: 17px;
}
h2 span, .hdfnt28 span {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  display: block;
  padding-bottom: 5px;
}
h2.colorblack, .hdfnt28.colorblack {
  color: #000;
}
h2.paddbtm48set60, .hdfnt28.paddbtm48set60 {
  padding-bottom: 48px;
}

.hdfnt20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #444444;
  position: relative;
  padding-bottom: 0px;
}

.hd1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  padding: 0px;
  margin: 0px 0px 40px 0px;
  color: #000;
}
.hd1.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1500px) {
  .hd1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1366px) {
  .hd1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1024px) {
  .hd1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hd1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}

.hd2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  padding: 0px;
  margin: 0px 0px 36px 0px;
  color: #000;
}
.hd2.marginbtm0 {
  margin-bottom: 0px !important;
}
@media (max-width: 1500px) {
  .hd2 {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  .hd2 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .hd2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.hd3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
}
.hd3.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .hd3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 22px;
  }
}
@media (max-width: 400px) {
  .hd3 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .hd3 {
    font-size: 17px;
  }
}

.hd4 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  padding-bottom: 14px;
  margin-bottom: 0px;
}
.hd4.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .hd4 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 22px;
  }
}
@media (max-width: 400px) {
  .hd4 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .hd4 {
    font-size: 17px;
  }
}

.hd6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0px;
  margin: 0px 0px 7px 0px;
  color: #000;
}
.hd6.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1500px) {
  .hd6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .hd6 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .hd6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.hdfont30 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  color: #444444;
}
.hdfont30.marginbtm44 {
  margin-bottom: 44px;
}

.titla18 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.titla18.colorwithe {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .titla18 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 76px;
  font-weight: 100;
  padding-bottom: 0px;
  line-height: 72px;
  text-align: left;
}

.social_link {
  margin: 13px 0px 0px 0px;
}
.social_link ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.social_link ul li:last-child {
  padding-right: 0px;
}
.social_link ul li a {
  transition: all 0.2s ease-in-out;
  background: #DCBD90;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.social_link ul li a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.social_link ul li.facebook a:hover {
  background-color: #475993;
}
.social_link ul li.twitter a:hover {
  background-color: #55ACEE;
}
.social_link ul li.youtube a:hover {
  background-color: #D50000;
}
.social_link ul li.linkedin a:hover {
  background-color: #207CBA;
}
.social_link ul li.googleplus a:hover {
  background-color: #DC4E41;
}
.social_link ul li.instagram a:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.social_link ul li.inquire_now a {
  background-color: #000;
}
.social_link ul {
  margin-top: 0px;
}
.social_link ul li {
  font-size: 14px;
  padding-right: 10px;
}
.social_link ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: #fff solid 1px;
  border-radius: 100%;
}

.marbtm20 {
  margin-bottom: 30px;
}

/* ------- Banner Area Strat ------- */
.banner_area {
  position: relative;
  z-index: 1;
  color: #000;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.banner_area .hd_h1 {
  font-family: "Poppins", sans-serif;
  padding-bottom: 26px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.banner_area .hd_h1 span {
  font-weight: 300;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
  min-height: 700px;
}
.banner_area .hm_banner .banner_box {
  position: relative;
}
.banner_area .hm_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(100, 170, 204, 0) 27.9%, #417F9D 94.59%);
}
.banner_area .hm_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 55px;
  width: 100%;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .temp .container .bg_bule {
  max-width: 1256px;
}
.banner_area .hm_banner p {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.banner_area .hm_banner .btn_banner {
  padding: 30px 0px 0px 0px;
}
.banner_area .hm_banner .slick-slide .temp .hd_h1 {
  transition: all ease-in-out 0.8s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp p {
  transition: all ease-in-out 1s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp .btn_banner {
  transition: all ease-in-out 1.2s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .hd_h1 {
  transition: all ease-in-out 0.8s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp p {
  transition: all ease-in-out 1s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .btn_banner {
  transition: all ease-in-out 1.2s;
  left: 0;
  opacity: 1;
}
.banner_area .slider .slick-arrow {
  border: #fff solid 1px;
  border-radius: 100%;
  font-size: 0px;
  height: 48px;
  width: 48px;
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto;
  right: 55px;
}
.banner_area .slider .slick-arrow:hover {
  border-color: #fff;
}
.banner_area .slider .slick-arrow::before {
  display: none;
}
.banner_area .slider .slick-arrow.slick-prev {
  background: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_left.png) center center no-repeat;
  bottom: 80px;
}
.banner_area .slider .slick-arrow.slick-prev:hover {
  background-image: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_left.png);
  background-color: #cb964a;
}
.banner_area .slider .slick-arrow.slick-next {
  background: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_right.png) center center no-repeat;
  bottom: 140px;
}
.banner_area .slider .slick-arrow.slick-next:hover {
  background-image: url(http://template.weblivelink.com/uiproject/design_images/slider_arrow_right.png);
  background-color: #cb964a;
}
@media (max-width: 1024px) {
  .banner_area .slider .slick-arrow {
    right: 43px;
  }
}
@media (max-width: 991px) {
  .banner_area .slider .slick-arrow {
    height: 36px;
    width: 36px;
    right: 10px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    bottom: 29px;
  }
}
@media (max-width: 767px) {
  .banner_area .slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .banner_area .slider .slick-arrow {
    height: 25px;
    width: 25px;
    border-radius: 5px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 7px;
  }
  .banner_area .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.banner_area .slick-dots {
  margin-top: 0px;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 28px;
  line-height: 0px;
}
.banner_area .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0px 5px;
}
.banner_area .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0px;
  background-color: #CBCBCB;
  padding: 0px;
  border-radius: 100%;
}
.banner_area .slick-dots li button:before {
  display: none;
}
.banner_area .slick-dots li.slick-active button {
  background: #429452;
}
.banner_area .inner_banner {
  position: relative;
}
.banner_area .inner_banner .hd_h1 {
  padding: 0px;
  line-height: normal;
  font-size: 50px;
  line-height: 60px;
}
.banner_area .inner_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .inner_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(100, 170, 204, 0) 27.9%, rgba(65, 127, 157, 0.5) 100%);
}
.banner_area .inner_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .inner_banner .banner_text {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 55px;
  width: 100%;
}
@media (max-width: 1600px) {
  .banner_area .hm_banner {
    min-height: 655px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 54px;
    line-height: 54px;
    padding-bottom: 22px;
  }
  .banner_area .hm_banner p {
    font-size: 31px;
    line-height: 42px;
  }
  .banner_area .hm_banner .btn_common {
    min-width: 300px;
    font-size: 18px;
  }
  .banner_area .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
  .banner_area .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1500px) {
  .banner_area .hm_banner {
    min-height: 655px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
  }
  .banner_area .hm_banner p {
    font-size: 28px;
    line-height: 36px;
  }
  .banner_area .hm_banner .btn_common {
    min-width: 250px;
    font-size: 18px;
  }
  .banner_area .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
  .banner_area .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner {
    min-height: 1px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    max-width: 766px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 12px;
  }
  .banner_area .hm_banner p {
    font-size: 18px;
    line-height: 31px;
  }
  .banner_area .hm_banner .btn_banner {
    padding-top: 25px;
  }
  .banner_area .hm_banner .btn_common {
    min-width: 250px;
    font-size: 16px;
  }
  .banner_area .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .temp .container .bg_bule {
    max-width: 766px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 8px;
  }
  .banner_area .hm_banner p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner_area .hm_banner .btn_banner {
    padding-top: 18px;
  }
  .banner_area .hm_banner .btn_common {
    min-width: 200px;
    font-size: 14px;
  }
  .banner_area .inner_banner .banner_text {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner_area .hm_banner {
    text-align: center;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
  .banner_area .hm_banner p {
    font-size: 15px;
    line-height: 24px;
  }
  .banner_area .hm_banner .temp {
    bottom: 40px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    display: inline-block;
  }
  .banner_area .hm_banner .btn_common {
    padding: 8px 15px;
    min-width: 148px;
  }
  .banner_area .hm_banner .btn_common::after {
    top: 15px;
  }
  .banner_area .hm_banner .banner_img::before {
    background: linear-gradient(180deg, rgba(100, 170, 204, 0.25) 30.9%, #417F9D 94.59%);
  }
  .banner_area .slick-dots {
    right: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 13px;
  }
  .banner_area .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .banner_area .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .banner_area .inner_banner {
    margin-top: 2px;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .banner_text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    bottom: 0px;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .banner_area .hm_banner .temp {
    bottom: 20px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    padding: 15px 15px 15px 15px;
  }
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .banner_area .hm_banner p {
    font-size: 14px;
    line-height: 18px;
  }
  .banner_area .hm_banner .btn_banner {
    padding-top: 12px;
  }
  .banner_area .hm_banner .btn_common {
    padding: 5px 15px;
    min-width: 148px;
    font-size: 12px;
    font-weight: 500;
  }
  .banner_area .hm_banner .btn_common::after {
    top: 11px;
  }
  .banner_area .slick-dots {
    bottom: 7px;
  }
  .banner_area .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .banner_area .inner_banner .banner_text h1 {
    padding-bottom: 32px;
  }
}
@media (max-width: 380px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 22px;
    line-height: 22px;
  }
}

/* ------- Banner Area End ------- */
/* ------- Mani Area Start ------- */
.row.rowTop {
  align-items: flex-start;
}

.btn_common {
  border: #86C8E2 solid 0px;
  padding: 18px 30px 18px 30px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.1px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  min-width: 338px;
}
.btn_common::after {
  content: "";
  background: url(../images/btn_arrow_black.png) no-repeat left top;
  width: 16px;
  height: 13px;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 23px;
}
.btn_common:hover {
  background: #79992B;
}
.btn_common:hover::after {
  background-image: url(../images/btn_arrow_white.png);
}
@media (max-width: 1600px) {
  .btn_common {
    padding: 16px 30px 16px 30px;
    min-width: 300px;
  }
  .btn_common::after {
    top: 22px;
  }
}
@media (max-width: 1500px) {
  .btn_common {
    padding: 15px 30px 15px 30px;
    min-width: 290px;
  }
  .btn_common::after {
    top: 20px;
  }
}
@media (max-width: 1400px) {
  .btn_common {
    padding: 13px 25px 13px 25px;
    min-width: 260px;
    font-size: 18px;
  }
  .btn_common::after {
    top: 19px;
    right: 25px;
    background-size: 14px;
    width: 14px;
    height: 11px;
  }
}
@media (max-width: 1400px) {
  .btn_common {
    padding: 11px 25px 11px 25px;
    min-width: 240px;
    font-size: 16px;
  }
  .btn_common::after {
    top: 17px;
    right: 25px;
    background-size: 14px;
    width: 14px;
    height: 11px;
  }
}
@media (max-width: 1024px) {
  .btn_common {
    min-width: 236px;
  }
}
@media (max-width: 991px) {
  .btn_common {
    font-size: 16px;
    min-width: 205px;
    padding: 10px 20px;
  }
  .btn_common::after {
    right: 15px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .btn_common {
    font-size: 15px;
  }
}

.btn_primary {
  background: #fff;
  color: #232323 !important;
}
.btn_primary:hover, .btn_primary:focus {
  background: #0d4058;
  color: #fff !important;
}

.btn_blck {
  background: #232323;
  color: #fff !important;
}
.btn_blck::after {
  background-image: url(../images/btn_arrow_white.png);
}
.btn_blck:hover, .btn_blck:focus {
  background: #0d4058;
  color: #fff !important;
}
.btn_blck:hover::after, .btn_blck:focus::after {
  background-image: url(../images/btn_arrow_white.png);
}

ol {
  margin: 0px;
  padding: 0px 0px 15px 15px;
  list-style: decimal !important;
}
ol li {
  list-style: decimal !important;
  padding-bottom: 8px;
}

.bullet.colorwithe li::before {
  background: #fff;
}
.bullet.blkList li::before {
  background: #000 !important;
}
.bullet li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 25px 20px;
  line-height: 26px;
}
.bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 2px;
  background: #000;
}
.bullet.lipaddbtm5 li {
  padding-bottom: 3px;
}
.bullet.lipaddbtm5 li::before {
  top: 12px;
}
.bullet.lastLiSp {
  padding-bottom: 20px;
}
@media (max-width: 1366px) {
  .bullet li {
    padding-bottom: 15px;
    line-height: 24px;
  }
  .bullet li::before {
    top: 11px;
  }
  .bullet.lipaddbtm5 li::before {
    top: 11px;
  }
}
@media (max-width: 400px) {
  .bullet li {
    padding: 0px 0px 15px 16px;
  }
  .bullet li::before {
    top: 11px;
    width: 8px;
  }
}

.li-tow-part {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.li-tow-part li {
  width: 48%;
}

.list_row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list_row li {
  width: 20%;
}

.bgWhite {
  background: #fff;
}

.bgBlue {
  background: #45829F;
}
.bgBlue * {
  color: #fff;
}

.bgdarkBlue {
  background: #235E7A;
}
.bgdarkBlue * {
  color: #fff;
}

.bggrey1 {
  background: #EAEAEA;
}

.bggrey3 {
  background: #313D4F;
  color: #fff;
}
.bggrey3 p, .bggrey3 h2 {
  color: #fff;
}

.bgDBE4E8 {
  background: #DBE4E8;
}

.partbg50 {
  position: relative;
}
.partbg50::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  background: #D9D9D9;
  width: 50%;
  height: 100%;
}
.partbg50 .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .partbg50::after {
    width: 100%;
    height: 50%;
  }
}

.tagpaddtop .hd3 {
  padding-top: 20px;
  padding-bottom: 12px;
}
.tagpaddtop .hd3:first-child {
  padding-top: 0px;
}

.section_padding {
  padding: 100px 0px;
}
.section_padding.marbtm20 {
  padding-top: 0px;
}
.section_padding.paddbtm0 {
  padding-bottom: 0px;
}
.section_padding.paddtop50 {
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .section_padding {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .section_padding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .section_padding {
    padding: 40px 0px;
  }
}

.slick-slider {
  margin-bottom: 0px !important;
}

.comman_slider .slider .slick-arrow {
  border: #fff solid 0px;
  border-radius: 100%;
  font-size: 0px;
  height: 21px;
  width: 27px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: auto;
}
.comman_slider .slider .slick-arrow:hover {
  border-color: #fff;
}
.comman_slider .slider .slick-arrow::before {
  display: none;
}
.comman_slider .slider .slick-arrow.slick-prev {
  background: url(../images/slider_arrow_left.png) center center no-repeat;
  left: -50px;
}
.comman_slider .slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slider_arrow_left_blue.png);
}
.comman_slider .slider .slick-arrow.slick-next {
  background: url(../images/slider_arrow_right.png) center center no-repeat;
  right: -50px;
}
.comman_slider .slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slider_arrow_right_blue.png);
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -45px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -45px;
  }
}
.comman_slider .slick-dots {
  margin-top: 30px;
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  bottom: 0px;
  line-height: 0px;
}
.comman_slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 7px;
}
.comman_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0px;
  background-color: #878787;
  padding: 0px;
  border-radius: 100%;
}
.comman_slider .slick-dots li button:before {
  display: none;
}
.comman_slider .slick-dots li.slick-active button {
  background: #CBCBCB;
}
.comman_slider.sliderArrow1 .slider .slick-arrow {
  border: #fff solid 0px;
  border-radius: 100%;
  font-size: 0px;
  height: 21px;
  width: 27px;
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto !important;
  right: -55px !important;
}
.comman_slider.sliderArrow1 .slider .slick-arrow:hover {
  border-color: #fff;
}
.comman_slider.sliderArrow1 .slider .slick-arrow::before {
  display: none;
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
  background: url(../images/slider_arrow_left_blue.png) center center no-repeat;
  bottom: 43%;
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slider_arrow_left_black.png);
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
  background: url(../images/slider_arrow_right_blue.png) center center no-repeat;
  top: 43%;
  bottom: auto;
}
.comman_slider.sliderArrow1 .slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slider_arrow_right_black.png);
}
@media (max-width: 1600px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -40px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -45px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1500px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -38px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
}
@media (max-width: 1400px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -20px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -29px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1366px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -35px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -39px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -35px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 991px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -26px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -26px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    top: 45% !important;
    bottom: auto !important;
    right: auto !important;
    left: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 45% !important;
  }
}
@media (max-width: 767px) {
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -30px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -30px !important;
  }
}
@media (max-width: 380px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px;
  }
}

.margintop-9 {
  margin-top: -9px;
}

.margintop5 {
  margin-top: 5px;
}

.mp_contenier a {
  color: #000;
}
.mp_contenier a:hover {
  color: #417F9D;
}

.commanh1toh6 .hd6 {
  padding-top: 7px;
}
.commanh1toh6 .hd6.firsthd {
  padding-top: 0px;
}

.maxWidth515 {
  max-width: 515px;
}

.maxWidth580 {
  max-width: 580px;
}

.maxWidth1100 {
  max-width: 1105px;
  margin-left: auto;
  margin-right: auto;
}

.maxWidth1122 {
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.maxWidth830 {
  max-width: 830px;
}
@media (min-width: 1550px) and (max-width: 1599px) {
  .maxWidth830 {
    max-width: 730px;
  }
}
@media (min-width: 1501px) and (max-width: 1549px) {
  .maxWidth830 {
    max-width: 700px;
  }
}

.maxwidth760 {
  max-width: 760px;
}

.maxWidth850 {
  max-width: 850px;
}

.lastP p:last-child {
  padding-bottom: 0px;
}

.row.rowMiddal {
  align-items: center;
}

.maxWidth1920 {
  max-width: 1920px;
  margin: 0px auto;
}

.welcomeSection .company_pogrss ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.welcomeSection .company_pogrss ul li {
  background: url(../images/bg_withe_show.png) no-repeat left top;
  width: 320px;
  height: 280px;
  margin-left: -45px;
}
.welcomeSection .company_pogrss ul li .boxcompany {
  position: relative;
  margin-left: 99px;
  margin-top: 70px;
}
.welcomeSection .company_pogrss ul li .boxcompany div {
  background: url(../images/bg_special.png) no-repeat left top;
  width: 188px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 44px;
}
.welcomeSection .company_pogrss ul li .boxcompany p {
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #666;
  font-weight: 600;
}
@media (max-width: 1700px) {
  .welcomeSection .company_pogrss ul {
    position: relative;
    left: -90px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany div {
    font-size: 42px;
  }
}
@media (max-width: 1600px) {
  .welcomeSection .company_pogrss ul {
    left: -100px;
  }
  .welcomeSection .company_pogrss ul li {
    height: 260px;
    background-size: auto 260px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany {
    margin-left: 92px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany div {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany p {
    padding-left: 17px;
  }
}
@media (max-width: 1366px) {
  .welcomeSection .company_pogrss ul {
    left: -70px;
  }
  .welcomeSection .company_pogrss ul li {
    width: 270px;
    height: 245px;
    background-size: auto 245px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany {
    margin-left: 87px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany div {
    font-size: 30px;
    background-size: auto 60px;
    height: 60px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany p {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .welcomeSection .company_pogrss ul {
    left: -20px;
  }
  .welcomeSection .company_pogrss ul li {
    width: 207px;
    height: 165px;
    background-size: auto 165px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany {
    margin-left: 58px;
    margin-top: 50px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany div {
    font-size: 27px;
    background-size: auto 45px;
    height: 45px;
    padding-left: 15px;
    margin-bottom: 26px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany p {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .welcomeSection .maxWidth515 {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .welcomeSection .company_pogrss {
    margin-top: 30px;
  }
  .welcomeSection .company_pogrss ul {
    left: -40px;
  }
  .welcomeSection .company_pogrss ul li {
    width: 270px;
    height: 245px;
    background-size: auto 245px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany {
    margin-left: 87px;
    margin-top: 60px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany div {
    font-size: 30px;
    background-size: auto 60px;
    height: 60px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany p {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .welcomeSection {
    text-align: center;
  }
  .welcomeSection .hd1 {
    text-align: center;
  }
  .welcomeSection .company_pogrss {
    margin-top: 30px;
    overflow-x: hidden;
  }
  .welcomeSection .company_pogrss ul {
    left: 15px;
    justify-content: center;
  }
  .welcomeSection .company_pogrss ul li {
    width: 207px;
    height: 165px;
    background-size: auto 165px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany {
    margin-left: 58px;
    margin-top: 30px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany div {
    font-size: 27px;
    background-size: auto 45px;
    height: 45px;
    padding-left: 15px;
    margin-bottom: 26px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany p {
    padding-left: 15px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .welcomeSection .company_pogrss {
    margin-top: 30px;
  }
  .welcomeSection .company_pogrss ul {
    left: 0;
    right: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .welcomeSection .company_pogrss ul li {
    width: 197px;
    height: 130px;
    background-size: auto 130px;
    margin-left: -57px;
    margin-bottom: 15px;
  }
  .welcomeSection .company_pogrss ul li:last-child {
    margin-bottom: 0px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany {
    margin-left: 45px;
    margin-top: 0px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany div {
    font-size: 28px;
    background-size: auto 55px;
    height: 55px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .welcomeSection .company_pogrss ul li .boxcompany p {
    padding-left: 15px;
  }
}

.hmSolutionsSection {
  margin-top: 8px;
}
.hmSolutionsSection .solutionsList {
  margin: -7px -15px -15px -15px;
}
@media (max-width: 767px) {
  .hmSolutionsSection .hd1 {
    text-align: center;
  }
  .hmSolutionsSection .solutionsList {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxComman1 {
  background: #216B8E;
  position: relative;
  padding: 40px 20px;
  margin: 15px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.boxComman1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: transparent;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.boxComman1:hover {
  transition: all 0.3s ease-in-out;
}
.boxComman1:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: rgba(37, 89, 116, 0.95);
}
.boxComman1 .imgBox {
  display: block;
  margin-bottom: 31px;
  position: relative;
  z-index: 2;
}
.boxComman1 p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 2;
}
.boxComman1 .linkWidtharrow {
  position: relative;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
.boxComman1 .linkWidtharrow a {
  display: inline-block;
  position: relative;
  background: url(../images/btn_arrow_white.png) no-repeat right center;
  background-size: 12px;
  padding-right: 22px;
  font-size: 16px;
  color: #fff;
}
.boxComman1 .linkWidtharrow a:hover {
  color: #82c5e4;
}
@media (max-width: 1600px) {
  .boxComman1 .imgBox {
    margin-bottom: 24px;
  }
  .boxComman1 .imgBox img {
    max-height: 48px;
  }
  .boxComman1 p {
    font-size: 20px;
    line-height: 22px;
  }
  .boxComman1 .linkWidtharrow a {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .boxComman1 {
    padding: 30px 15px;
  }
  .boxComman1 .imgBox {
    margin-bottom: 18px;
  }
  .boxComman1 .imgBox img {
    max-height: 43px;
  }
  .boxComman1 p {
    font-size: 17px;
    line-height: 20px;
  }
  .boxComman1 .linkWidtharrow a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .boxComman1 {
    padding: 25px 10px;
  }
  .boxComman1 .imgBox {
    margin-bottom: 18px;
  }
  .boxComman1 .imgBox img {
    max-height: 43px;
  }
  .boxComman1 p {
    font-size: 14px;
    line-height: 18px;
  }
  .boxComman1 .linkWidtharrow a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .boxComman1 {
    padding: 20px 15px;
    min-height: 173px;
  }
  .boxComman1 .imgBox {
    margin-bottom: 18px;
  }
  .boxComman1 p {
    font-size: 16px;
    line-height: 18px;
  }
  .boxComman1 .linkWidtharrow {
    margin-top: 13px;
  }
  .boxComman1 .linkWidtharrow a {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .boxComman1 {
    padding: 20px 15px;
  }
  .boxComman1 .imgBox {
    margin-bottom: 18px;
  }
  .boxComman1 p {
    font-size: 16px;
    line-height: 18px;
    min-height: 36px;
  }
  .boxComman1 .linkWidtharrow {
    margin-top: 13px;
  }
  .boxComman1 .linkWidtharrow a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .boxComman1 {
    padding: 30px 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .boxComman1 .imgBox {
    margin-bottom: 18px;
  }
  .boxComman1 .imgBox img {
    display: block;
    margin: 0px auto;
  }
  .boxComman1 p {
    font-size: 16px;
    line-height: 18px;
    min-height: 1px;
  }
  .boxComman1 .linkWidtharrow {
    margin-top: 13px;
  }
  .boxComman1 .linkWidtharrow a {
    font-size: 13px;
  }
}
@media (max-width: 330px) {
  .boxComman1 {
    max-width: 240px;
  }
}

.boxComman2 {
  position: relative;
  margin: 0px 15px;
}
.boxComman2 .imgBox {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.boxComman2 .imgBox img {
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
}
.boxComman2 strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.boxComman2:hover .imgBox img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .boxComman2 strong {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .boxComman2 .imgBox {
    margin-bottom: 10px;
  }
  .boxComman2 strong {
    font-weight: 500;
    font-size: 16px;
  }
}

@media (min-width: 1170px) and (max-width: 1680px) {
  .industriesSection .flexend {
    align-items: flex-end;
  }
}
@media (max-width: 1400px) {
  .industriesSection .solutionsList {
    margin-left: -26px;
  }
}
@media (max-width: 991px) {
  .industriesSection .solutionsList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .industriesSection .solutionsList {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

.getInTouchSection {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
}
.getInTouchSection::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  max-width: 530px;
  width: 50%;
  background: #45829F;
  height: 334px;
}
.getInTouchSection .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .getInTouchSection::after {
    max-width: 30%;
    width: 50%;
    height: 244px;
  }
}
@media (max-width: 991px) {
  .getInTouchSection::after {
    max-width: 45%;
    width: 50%;
    height: 32.7%;
    top: auto;
    bottom: 21.4%;
  }
  .getInTouchSection .container .rowReverse {
    flex-direction: column-reverse;
  }
  .getInTouchSection .contactImgbox {
    margin-top: 60px;
  }
  .getInTouchSection .hmForm .hd6 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .getInTouchSection::after {
    max-width: 100%;
    width: 100%;
    height: 32.7%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .getInTouchSection::after {
    height: 25%;
  }
}
@media (max-width: 360px) {
  .getInTouchSection::after {
    height: 20%;
  }
}

.hmForm {
  margin-top: -5px;
}

.aboutSection2.section_padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.aboutSection2 .listBoxBlue {
  padding: 0px 127px;
}
.aboutSection2 .BlueBox1 {
  background: #417D9A;
  position: relative;
  padding: 40px;
  max-width: 500px;
  margin-bottom: 30px;
}
.aboutSection2 .BlueBox1:last-child {
  margin-bottom: 0px;
}
.aboutSection2 .BlueBox1 * {
  color: #fff;
}
.aboutSection2 .BlueBox1 .number {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0px;
  font-size: 100px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  opacity: 10%;
}
@media (max-width: 767px) {
  .aboutSection2 .BlueBox1 .number {
    font-size: 75px;
  }
}
.aboutSection2 .BlueBox1 ul li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 5px 20px;
  line-height: 26px;
}
.aboutSection2 .BlueBox1 ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.aboutSection2 .BlueBox1 ul li:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1500px) {
  .aboutSection2 .listBoxBlue {
    padding: 0px 50px;
  }
}
@media (max-width: 1366px) {
  .aboutSection2 .BlueBox1 ul li {
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .aboutSection2 .listBoxBlue {
    padding: 0px 0px 0px 20px;
  }
  .aboutSection2 .BlueBox1 {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .aboutSection2 .listBoxBlue {
    padding: 90px 0px 0px 0px;
  }
  .aboutSection2 .BlueBox1 {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutSection2.partbg50::after {
    width: 100%;
    height: 28%;
  }
}
@media (max-width: 767px) {
  .aboutSection2.section_padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .aboutSection2 .listBoxBlue {
    padding-top: 40px;
  }
  .aboutSection2.partbg50::after {
    height: 29%;
  }
}

.aboutSection3 {
  position: relative;
}
.aboutSection3 .maxWidth1920 {
  position: relative;
}
.aboutSection3 .imgRightPostion {
  position: absolute;
  right: 0px;
  top: 0px;
}
.aboutSection3 .listDechnologies {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.aboutSection3 .listDechnologies li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-bottom: 30px;
}
.aboutSection3 .listDechnologies li:first-child {
  width: 100%;
}
.aboutSection3 .listDechnologies li:first-child p {
  max-width: 571px;
}
.aboutSection3 .listDechnologies li div {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #417D9A;
}
.aboutSection3 .listDechnologies li p {
  padding: 0px 0px 0px 20px;
  margin: 0px;
  width: calc(100% - 90px);
}
@media (max-width: 1500px) {
  .aboutSection3 .imgRightPostion {
    width: 100%;
    max-width: 35%;
  }
}
@media (max-width: 991px) {
  .aboutSection3 .imgRightPostion {
    position: relative;
    max-width: 100%;
    margin: 30px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .aboutSection3 {
    text-align: center;
  }
  .aboutSection3 .listDechnologies li { /*width: 100%;*/
    flex-direction: column;
  }
  .aboutSection3 .listDechnologies li div {
    margin: 0px auto 10px auto;
  }
  .aboutSection3 .listDechnologies li p {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 400px) {
  .aboutSection3 .listDechnologies li {
    width: 100%;
  }
}

.missionAndValuesSection {
  position: relative;
}
.missionAndValuesSection .imgBoxMission {
  text-align: center;
}
.missionAndValuesSection .imgBoxMission img {
  display: block;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .missionAndValuesSection .order-lg-3 {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .missionAndValuesSection .imgBoxMission {
    margin: 30px 0px 0px 0px;
  }
}

.conactSection .blueBox1 {
  background: linear-gradient(90deg, #417F9D 0%, #77BADA 100%);
  padding: 28px 40px 34px 40px;
  height: 100%;
}
.conactSection .blueBox1 * {
  color: #fff;
}
.conactSection .blueBox1 a {
  color: #fff;
}
.conactSection .blueBox1 a:hover {
  color: #d5f2ff;
}
.conactSection .blueBox1 .hd3 {
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
  padding: 0px 0px 6px 0px;
  margin: 0px 0px 14px 0px;
}
.conactSection .blueBox1 p {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1500px) {
  .conactSection .blueBox1 {
    padding: 25px 30px 31px 30px;
  }
}
@media (max-width: 1366px) {
  .conactSection .blueBox1 {
    padding: 20px 24px 26px 24px;
  }
  .conactSection .blueBox1 .hd3 {
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .conactSection .blueBox1 {
    padding: 15px 15px 21px 15px;
  }
  .conactSection .blueBox1 .hd3 {
    line-height: 26px;
  }
  .conactSection .blueBox1 p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .conactSection .row .col-lg-4:last-child .blueBox1 {
    margin-bottom: 0px;
  }
  .conactSection .blueBox1 {
    padding: 20px 20px 26px 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    height: auto;
  }
  .conactSection .blueBox1 .hd3 {
    line-height: 26px;
  }
  .conactSection .blueBox1 p br {
    display: none;
  }
}

.mapareaSection .maparea {
  margin-bottom: -9px;
  overflow-y: hidden;
}
.mapareaSection .maparea iframe {
  border: none;
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  .mapareaSection .maparea iframe {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .mapareaSection .maparea iframe {
    height: 350px;
  }
}

.productSubSection {
  position: relative;
}
.productSubSection .listSub ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.productSubSection .listSub ul li {
  font-size: 22px;
  margin: 0px 30px 30px 0px;
}
.productSubSection .listSub ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 48px;
  background: #232323;
  color: #fff;
}
.productSubSection .listSub ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 51px;
  height: 51px;
  margin-right: 15px;
}
.productSubSection .listSub ul li a span {
  width: calc(100% - 66px);
}
.productSubSection .listSub ul li a:hover {
  background: #107187;
  color: #fff;
}
.productSubSection .imgBox img {
  max-width: 100%;
}
@media (max-width: 1700px) {
  .productSubSection .listSub ul li {
    font-size: 20px;
  }
  .productSubSection .listSub ul li a {
    padding: 18px 47px;
  }
  .productSubSection .listSub ul li a i {
    width: 46px;
    height: 46px;
    margin-right: 12px;
  }
}
@media (max-width: 1700px) {
  .productSubSection .listSub ul li {
    font-size: 18px;
  }
  .productSubSection .listSub ul li a {
    padding: 15px 45px;
  }
  .productSubSection .listSub ul li a span {
    width: calc(100% - 58px);
  }
}
@media (max-width: 1366px) {
  .productSubSection .listSub ul {
    margin-bottom: -20px;
  }
  .productSubSection .listSub ul li {
    font-size: 16px;
    margin: 0px 20px 20px 0px;
  }
  .productSubSection .listSub ul li a {
    padding: 12px 30px;
  }
  .productSubSection .listSub ul li a i {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .productSubSection .listSub ul li a i img {
    max-width: 30px;
    max-height: none !important;
  }
  .productSubSection .listSub ul li a span {
    width: calc(100% - 0px);
  }
}
@media (max-width: 1024px) {
  .productSubSection .listSub ul li {
    font-size: 14px;
  }
  .productSubSection .listSub ul li a {
    padding: 10px 25px;
  }
  .productSubSection .listSub ul li a i {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
  .productSubSection .listSub ul li a i img {
    max-width: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productSubSection .listSub ul {
    margin-bottom: -15px;
  }
  .productSubSection .listSub ul li {
    font-size: 14px;
    margin: 0px 15px 15px 0px;
  }
  .productSubSection .listSub ul li a {
    padding: 8px 25px;
  }
  .productSubSection .listSub ul li a i {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .productSubSection .listSub ul li a i img {
    max-width: 25px;
  }
}
@media (max-width: 767px) {
  .productSubSection .listSub {
    margin-bottom: 30px;
  }
  .productSubSection .listSub ul {
    justify-content: center;
    margin: 0px;
  }
  .productSubSection .listSub ul li {
    font-size: 14px;
    margin: 0px 10px 20px 10px;
  }
  .productSubSection .listSub ul li a {
    padding: 7px 25px;
  }
  .productSubSection .listSub ul li a i {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .productSubSection .listSub ul li a i img {
    max-width: 25px;
  }
}
@media (max-width: 380px) {
  .productSubSection .listSub ul {
    justify-content: center;
    margin-top: -5px;
  }
  .productSubSection .listSub ul li {
    font-size: 14px;
    margin: 7px 0px;
    width: 100%;
  }
  .productSubSection .listSub ul li a span {
    max-width: 100%;
  }
}

#sticky {
  position: sticky;
  top: 0px;
}

.productDetailPage .left_side {
  background: #F8F8F8;
  border: #DCD9D9 solid 1px;
  padding: 10px 8px;
}
.productDetailPage .left_side ul li {
  border-bottom: #D9D9D9 solid 2px;
  font-size: 18px;
}
.productDetailPage .left_side ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.productDetailPage .left_side ul li a {
  padding: 11px 17px;
  color: #000;
  display: block;
}
.productDetailPage .left_side ul li:hover a, .productDetailPage .left_side ul li.active a {
  color: #417D9A;
}
.productDetailPage .productDetailSection .productContent {
  display: inline-block;
  width: 100%;
}
.productDetailPage .productDetailSection .ImgboxRight {
  float: right;
  width: 43%;
  max-width: 454px;
  margin: 0px 0px 30px 30px;
}
.productDetailPage .productDetailSection .ImgboxRight.fulldiv {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 30px 0px 0px 0px;
}
.productDetailPage .imgBoxCenter {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.productDetailPage .imgBoxCenter.imgFw img {
  width: 100%;
}
.productDetailPage .listDetailBlue {
  margin-bottom: -30px;
}
.productDetailPage .listDetailBlue .col-lg-4, .productDetailPage .listDetailBlue .col-lg-6 {
  margin-bottom: 30px;
}
.productDetailPage .listDetailBlue .col-lg-4:last-child, .productDetailPage .listDetailBlue .col-lg-6:last-child {
  margin-bottom: 0;
}
.productDetailPage .listDetailBlue .col-lg-4:last-child .BlueBox1, .productDetailPage .listDetailBlue .col-lg-6:last-child .BlueBox1 {
  margin-bottom: 0px;
}
.productDetailPage .listDetailBlue .BlueBox1 {
  background: #417D9A;
  position: relative;
  padding: 40px;
  max-width: 500px;
  margin-bottom: 30px;
  min-height: 280px;
}
.productDetailPage .listDetailBlue .BlueBox1:last-child {
  margin-bottom: 0px;
}
.productDetailPage .listDetailBlue .BlueBox1 * {
  color: #fff;
}
.productDetailPage .listDetailBlue .BlueBox1 .number {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0px;
  font-size: 100px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  opacity: 10%;
}
@media (max-width: 767px) {
  .productDetailPage .listDetailBlue .BlueBox1 .number {
    font-size: 75px;
  }
}
.productDetailPage .listDetailBlue .BlueBox1 ul li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 5px 20px;
  line-height: 26px;
}
.productDetailPage .listDetailBlue .BlueBox1 ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.productDetailPage .listDetailBlue .BlueBox1 ul li:last-child {
  padding-bottom: 0px;
}
.productDetailPage .listDetailBlue .BlueBox1.midHgt {
  min-height: 395px;
}
@media (max-width: 1400px) {
  .productDetailPage .listDetailBlue .BlueBox1.midHgt {
    min-height: 330px;
  }
}
@media (max-width: 1200px) {
  .productDetailPage .listDetailBlue .BlueBox1.midHgt {
    min-height: 340px;
  }
}
@media (max-width: 1199px) {
  .productDetailPage .listDetailBlue .BlueBox1.midHgt {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .productDetailPage .listDetailBlue .BlueBox1.midHgt {
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productDetailPage .listDetailBlue .BlueBox1.midHgt {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
@media (max-width: 767px) {
  .productDetailPage .listDetailBlue .BlueBox1.midHgt {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.productDetailPage .listDetailBlue .BlueBox1.maxHgt {
  min-height: 490px;
}
@media (max-width: 1400px) {
  .productDetailPage .listDetailBlue .BlueBox1.maxHgt {
    min-height: 440px;
  }
}
@media (max-width: 1200px) {
  .productDetailPage .listDetailBlue .BlueBox1.maxHgt {
    min-height: 370px;
  }
}
@media (max-width: 1199px) {
  .productDetailPage .listDetailBlue .BlueBox1.maxHgt {
    min-height: 485px;
  }
}
@media (max-width: 1024px) {
  .productDetailPage .listDetailBlue .BlueBox1.maxHgt {
    min-height: 485px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productDetailPage .listDetailBlue .BlueBox1.maxHgt {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
@media (max-width: 767px) {
  .productDetailPage .listDetailBlue .BlueBox1.maxHgt {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.productDetailPage .listDetailBlue .BlueBox1.retortBox {
  min-height: 300px;
}
@media (max-width: 1366px) {
  .productDetailPage .listDetailBlue .BlueBox1.retortBox {
    min-height: 280px;
  }
}
@media (max-width: 991px) {
  .productDetailPage .listDetailBlue .BlueBox1.retortBox {
    min-height: auto;
  }
}
.productDetailPage .listDetailBlue .BlueBox1 p {
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.productDetailPage .listDetailBlue .BlueBox1 p:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1400px) {
  .productDetailPage .listDetailBlue .BlueBox1 {
    min-height: 250px;
  }
}
@media (max-width: 1200px) {
  .productDetailPage .listDetailBlue .BlueBox1 {
    min-height: 270px;
  }
}
@media (max-width: 1024px) {
  .productDetailPage .listDetailBlue .BlueBox1 {
    min-height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productDetailPage .listDetailBlue .BlueBox1 {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
@media (max-width: 767px) {
  .productDetailPage .listDetailBlue .BlueBox1 {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.productDetailPage .format_list {
  padding-top: 55px;
}
.productDetailPage .format_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -5px;
  flex-wrap: wrap;
}
.productDetailPage .format_list ul li {
  margin: 5px;
  background: #EAEAEA;
}
.productDetailPage .format_list ul li a {
  display: block;
  color: #000;
  padding: 11px 16px;
  cursor: default;
}
.productDetailPage .divmargin-5 {
  margin: -5px;
}
.productDetailPage .ulGeaybox {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0px 0px 28px 0px;
}
.productDetailPage .ulGeaybox li {
  width: calc(33.33% - 10px);
  margin: 5px;
  background: #EAEAEA;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.productDetailPage .specialTital {
  font-size: 45px;
  line-height: 50px;
  color: #555555;
}
.productDetailPage .specialTital span {
  font-size: 160px;
  line-height: 160px;
  color: #417F9D;
  display: block;
  padding-bottom: 20px;
}
.productDetailPage .listLiSpecial {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -7px;
}
.productDetailPage .listLiSpecial li {
  width: 32%;
  padding-bottom: 7px;
  margin-right: 50px;
}
.productDetailPage .listLiSpecial li:nth-child(2n+2) {
  width: 58%;
}
.productDetailPage .listUl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.productDetailPage .listUl .bullet {
  margin-bottom: 0px;
}
.productDetailPage .listUl .bullet li {
  padding-bottom: 5px;
}
.productDetailPage .listUl .bullet li:last-child {
  padding-bottom: 0px;
}
.productDetailPage .listUl .ulWidth30 {
  width: 32%;
  margin-right: 50px;
}
.productDetailPage .listUl .ulWidth60 {
  width: 60%;
}
@media (min-width: 768px) {
  .productDetailPage .ulGeaybox li br {
    display: none;
  }
}
@media (max-width: 1600px) {
  .productDetailPage .left_side ul li {
    font-size: 17px;
  }
}
@media (max-width: 1500px) {
  .productDetailPage .left_side ul li {
    font-size: 16px;
  }
  .productDetailPage .specialTital {
    font-size: 40px;
    line-height: 45px;
  }
  .productDetailPage .specialTital span {
    font-size: 120px;
    line-height: 120px;
    padding-bottom: 15px;
  }
  .productDetailPage .listLiSpecial li {
    width: 31%;
    margin-right: 40px;
  }
  .productDetailPage .listLiSpecial li:nth-child(2n+2) {
    width: 60%;
  }
  .productDetailPage .listUl .ulWidth30 {
    width: 31%;
    margin-right: 50px;
  }
  .productDetailPage .listUl .ulWidth60 {
    width: 59%;
  }
}
@media (max-width: 1400px) {
  .productDetailPage .listDetailBlue .BlueBox1 {
    padding: 20px;
  }
}
@media (max-width: 1366px) {
  .productDetailPage .left_side ul li {
    font-size: 14px;
  }
  .productDetailPage .left_side ul li a {
    padding: 10px;
  }
  .productDetailPage .specialTital {
    font-size: 35px;
    line-height: 30px;
  }
  .productDetailPage .specialTital span {
    font-size: 100px;
    line-height: 100px;
    padding: 16px 0px;
  }
  .productDetailPage .listLiSpecial {
    align-items: normal;
  }
  .productDetailPage .listLiSpecial li {
    width: 33%;
    margin-right: 30px;
  }
  .productDetailPage .listLiSpecial li:nth-child(2n+2) {
    width: 57%;
  }
  .productDetailPage .listLiSpecial .listUl .ulWidth30 {
    width: 34%;
    margin-right: 30px;
  }
  .productDetailPage .listLiSpecial .listUl .ulWidth60 {
    width: 56%;
  }
}
@media (max-width: 1024px) {
  .productDetailPage .productDetailSection .ImgboxRight {
    width: 37%;
    margin: 0px 0px 20px 20px;
  }
  .productDetailPage .specialTital {
    font-size: 30px;
    line-height: 28px;
  }
  .productDetailPage .specialTital span {
    font-size: 80px;
    line-height: 80px;
    padding: 16px 0px;
  }
  .productDetailPage .listUl .ulWidth30 {
    width: 40%;
    margin-right: 20px;
  }
  .productDetailPage .listUl .ulWidth60 {
    width: calc(60% - 20px);
  }
}
@media (max-width: 991px) {
  .productDetailPage #sticky {
    position: relative;
  }
  .productDetailPage .left_side ul li {
    font-weight: 400;
  }
  .productDetailPage .listDetailBlue .BlueBox1 {
    max-width: 100%;
    padding: 25px;
  }
  .productDetailPage .specialTital {
    text-align: center;
  }
  .productDetailPage .listUl {
    flex-direction: column;
  }
  .productDetailPage .listUl .ulWidth30 {
    width: 100%;
    margin-right: 0px;
  }
  .productDetailPage .listUl .ulWidth60 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .productDetailPage .productDetailSection .ImgboxRight {
    float: none;
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .productDetailPage .productDetailSection .productContent {
    text-align: center;
  }
  .productDetailPage .imgBoxCenter {
    max-width: 370px;
    margin: 0px auto;
  }
  .productDetailPage .listDetailBlue .col-lg-4 {
    margin-bottom: 20px;
  }
  .productDetailPage .listDetailBlue .BlueBox1 {
    text-align: center;
  }
  .productDetailPage .format_list ul {
    align-items: stretch;
  }
  .productDetailPage .format_list ul li {
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .productDetailPage .format_list ul li a {
    display: block;
  }
  .productDetailPage .bullet {
    text-align: left;
  }
  .productDetailPage .ulGeaybox li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
  }
  .productDetailPage .specialTital {
    font-size: 28px;
    line-height: 26px;
  }
  .productDetailPage .specialTital span {
    font-size: 70px;
    line-height: 70px;
    padding: 20px 0px;
  }
}
@media (max-width: 480px) {
  .productDetailPage .format_list ul {
    align-items: stretch;
  }
  .productDetailPage .format_list ul li {
    width: 100%;
    height: auto;
  }
  .productDetailPage .specialTital {
    font-size: 20px;
    line-height: 22px;
  }
  .productDetailPage .specialTital span {
    font-size: 50px;
    line-height: 50px;
    padding: 10px 0px;
  }
}
.productDetailPage .productdetailSection1 .maxWidth850 {
  margin: 23px 0px 43px 0px;
}
.productDetailPage .productdetailSection1 .listSection1 .row {
  border-bottom: #fff solid 1px;
  padding-top: 26px;
  padding-bottom: 26px;
}
.productDetailPage .productdetailSection1 .listSection1 .row:first-child {
  padding-top: 0px;
}
.productDetailPage .productdetailSection1 .listSection1 .row:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.productDetailPage .productdetailSection1 .listSection1 .hd3 {
  font-weight: 400;
}
.productDetailPage .productdetailSection1 .listSection1 .hd3, .productDetailPage .productdetailSection1 .listSection1 p {
  padding: 0px;
  margin: 0px;
}
.productDetailPage .productdetailSection1 .listSection1.listBtSp p {
  margin-bottom: 10px;
}
.productDetailPage .productdetailSection1 .listSection1.diffLstSc .bullet li::before {
  background: #fff;
}
@media (max-width: 1366px) {
  .productDetailPage .productdetailSection1 .listSection1.diffLstSc .hd3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1366px) {
  .productDetailPage .productdetailSection1 .maxWidth850 {
    margin: 13px 0px 36px 0px;
  }
  .productDetailPage .productdetailSection1 .listSection1 .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .productDetailPage .productdetailSection1 .listSection1 .hd3 {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .productDetailPage .productdetailSection1 .maxWidth850 {
    margin: 3px 0px 26px 0px;
  }
  .productDetailPage .productdetailSection1 .listSection1 .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .productDetailPage .productdetailSection1 .listSection1 .hd3 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .productDetailPage .productdetailSection1 .maxWidth850 {
    margin: 3px 7px 20px 7px;
  }
  .productDetailPage .productdetailSection1 .maxWidth850 .col-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .productDetailPage .productdetailSection1 .listSection1 .row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.btn_side {
  border: none;
  background: #216B8E;
  color: #fff;
}

.bgImgSection1 {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
}
.bgImgSection1::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}
.bgImgSection1 * {
  color: #fff;
}
.bgImgSection1 .imgBg {
  position: relative;
  z-index: 1;
  min-height: 280px;
}
.bgImgSection1 .imgBg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 280px;
}
.bgImgSection1 .textsection {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 3;
}
.bgImgSection1 .textsection.section_padding {
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .bgImgSection1 .textsection.section_padding {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .bgImgSection1 .textsection.section_padding {
    padding-bottom: 40px;
  }
}
.bgImgSection1 .textsection .container {
  margin-left: auto;
  margin-right: auto;
}
.bgImgSection1 .textsection .container p:last-child {
  padding-bottom: 0px;
}
.bgImgSection1 .line-hieght42 {
  line-height: 42px;
}
@media (max-width: 1024px) {
  .bgImgSection1 .textsection .hd3 {
    font-size: 17px;
  }
  .bgImgSection1 .maxwidth760 {
    max-width: 630px;
  }
  .bgImgSection1 .line-hieght42 {
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .bgImgSection1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .bgImgSection1 .textsection {
    top: auto;
    bottom: auto;
  }
  .bgImgSection1 .line-hieght42 {
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .bgImgSection1 .imgBg {
    min-height: 297px;
  }
  .bgImgSection1 .imgBg img {
    min-height: 297px;
  }
}
@media (max-width: 420px) {
  .bgImgSection1 .imgBg.mobile400 {
    min-height: 202px;
  }
  .bgImgSection1 .imgBg.mobile400 img {
    min-height: 202px;
  }
  .bgImgSection1 .line-hieght42 {
    line-height: 25px;
  }
}
@media (max-width: 380px) {
  .bgImgSection1 .imgBg {
    min-height: 372px;
  }
  .bgImgSection1 .imgBg img {
    min-height: 372px;
  }
  .bgImgSection1 .textsection .hd3 {
    line-height: 22px;
    padding-bottom: 18px;
  }
}

/* ------- Mani Area End ------- */
/* ------- Footer Area Start ------- */
.fotter_area {
  font-size: 20px;
  font-weight: 300;
  background: url(../images/bg_footer.jpg) no-repeat left top;
  padding: 113px 0px 0px 0px;
  color: #ffffff;
  position: relative;
}
.fotter_area::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(37, 94, 122, 0.95);
  z-index: 1;
}
.fotter_area .container, .fotter_area .bottom_area {
  position: relative;
  z-index: 2;
}
.fotter_area h6 {
  font-size: 30px;
  color: #2C2C2C;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.fotter_area a {
  color: #fff;
}
.fotter_area a:hover {
  color: #F1592D;
}
.fotter_area .paddleft0 {
  padding-left: 0px;
}
.fotter_area .footer_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.fotter_area .comman_footer {
  width: 33.33%;
  padding: 0px 15px;
}
.fotter_area .comman_footer .contact_footer p {
  font-size: 45px;
  line-height: 55px;
  padding: 0px 0px 30px 0px;
  margin: 0px;
}
.fotter_area .comman_footer .address_area {
  padding-top: 10px;
}
.fotter_area .comman_footer .address_area.maxwidth198 {
  max-width: 408px;
}
.fotter_area .comman_footer .address_area table {
  border: 0px;
  width: 100%;
  border-collapse: collapse;
}
.fotter_area .comman_footer .address_area table:last-child {
  margin-bottom: 0px;
}
.fotter_area .comman_footer .address_area table tr td {
  padding-bottom: 26px;
}
.fotter_area .comman_footer .address_area table tr td:first-child {
  width: 40px;
  text-align: left;
}
.fotter_area .comman_footer .address_area table tr td:first-child img {
  max-width: 21px;
}
.fotter_area .comman_footer .address_area table tr td p {
  line-height: 30px;
  margin: 0px;
  padding: 0px;
}
.fotter_area .comman_footer .address_area table tr.top_td td {
  vertical-align: top;
}
.fotter_area .comman_footer .address_area table tr.top_td td:first-child {
  padding-top: 0px;
}
.fotter_area .comman_footer .address_area table tr:last-child td {
  padding-bottom: 0px;
}
.fotter_area .addres_div.flex_end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fotter_area .footer_navi {
  margin-left: 20px;
}
.fotter_area .footer_navi ul li {
  padding: 0px;
  margin: 10px 0px;
}
.fotter_area .footer_navi ul li:last-child {
  margin-bottom: 0px;
}
.fotter_area .footer_navi ul li a {
  color: #fff;
  display: block;
}
.fotter_area .footer_navi ul li a:hover {
  color: #cccccc;
}
.fotter_area .footer_navi ul li.active a {
  color: #cccccc;
}
.fotter_area .bottom_area {
  font-size: 17px;
  font-weight: 300;
  padding: 14px 0px 12px 0px;
  color: #fff;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}
.fotter_area .bottom_area .copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fotter_area .bottom_area .copyright img {
  margin-right: 5px;
}
.fotter_area .bottom_area .website_by {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fotter_area .bottom_area .website_by img {
  max-width: 26px;
}
.fotter_area .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .fotter_area {
    font-size: 18px;
    padding-top: 80px;
  }
  .fotter_area .h5_tital {
    font-size: 100px;
  }
  .fotter_area .h5_tital img {
    max-width: 60px;
  }
  .fotter_area h6 {
    font-size: 26px;
  }
  .fotter_area .footer_link {
    padding-bottom: 50px;
  }
  .fotter_area .footer_navi ul li {
    font-size: 18px;
  }
  .fotter_area .bottom_area {
    font-size: 15px;
    padding: 20px 0px 16px 0px;
  }
}
@media (max-width: 1500px) {
  .fotter_area {
    font-size: 16px;
  }
  .fotter_area .h5_tital {
    font-size: 80px;
  }
  .fotter_area .h5_tital img {
    max-width: 40px;
  }
  .fotter_area h6 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .fotter_area .comman_footer .contact_footer p {
    font-size: 40px;
    line-height: 53px;
  }
  .fotter_area .comman_footer .address_area.maxwidth198 {
    max-width: 328px;
  }
  .fotter_area .comman_footer .address_area table tr td:first-child {
    width: 35px;
  }
  .fotter_area .comman_footer .address_area table tr:first-child td p {
    margin-top: -4px;
  }
  .fotter_area .footer_navi ul li {
    font-size: 16px;
  }
  .fotter_area .bottom_area {
    font-size: 14px;
    padding: 17px 0px 13px 0px;
  }
  .fotter_area .bottom_area .copyright img {
    max-width: 17px;
  }
}
@media (max-width: 1400px) {
  .fotter_area {
    font-size: 14px;
  }
  .fotter_area .h5_tital {
    font-size: 65px;
  }
  .fotter_area .h5_tital img {
    max-width: 40px;
  }
  .fotter_area h6 {
    font-size: 20px;
  }
  .fotter_area .footer_link {
    padding: 0px 0px 30px 0px;
  }
  .fotter_area .footer_navi ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .fotter_area .comman_footer .address_area table tr:first-child td p {
    margin-top: -1px;
  }
  .fotter_area .comman_footer .address_area table tr td {
    padding-bottom: 10px;
  }
  .fotter_area .comman_footer .address_area table tr td:first-child {
    width: 33px;
  }
  .fotter_area .comman_footer .address_area table tr td:first-child img {
    max-width: 17px;
  }
  .fotter_area .comman_footer .address_area table tr td p {
    line-height: 24px;
  }
  .fotter_area .comman_footer .address_area table tr.top_td td {
    vertical-align: top;
  }
  .fotter_area .comman_footer .address_area table tr.top_td td:first-child {
    padding-top: 3px;
  }
  .fotter_area .comman_footer .contact_footer p {
    font-size: 32px;
    line-height: 42px;
  }
  .fotter_area .bottom_area {
    font-size: 13px;
    padding: 14px 0px 10px 0px;
  }
  .fotter_area .bottom_area .copyright {
    line-height: normal;
  }
  .fotter_area .bottom_area .copyright img {
    max-width: 15px;
  }
}
@media (max-width: 1200px) {
  .fotter_area {
    font-size: 16px;
    padding-top: 40px;
  }
  .fotter_area .h5_tital {
    font-size: 50px;
  }
  .fotter_area .h5_tital img {
    max-width: 32px;
  }
  .fotter_area h6 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .fotter_area .comman_footer .contact_footer p {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 20px;
  }
  .fotter_area .comman_footer .address_area table tr:first-child td p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .fotter_area {
    padding-top: 50px;
    font-size: 13px;
  }
  .fotter_area .h5_tital {
    font-size: 44px;
    line-height: normal;
    padding-bottom: 18px;
  }
  .fotter_area .h5_tital img {
    max-width: 26px;
  }
  .fotter_area h6 {
    font-size: 19px;
  }
  .fotter_area .footer_link .footer_navi {
    padding: 0px 0px 0px 0px;
    margin-left: 10px;
  }
  .fotter_area .footer_link .footer_navi ul {
    max-width: 100%;
  }
  .fotter_area .footer_link .social_link {
    margin: 15px 0px 0px 0px;
  }
  .fotter_area .comman_footer .contact_footer p {
    font-size: 21px;
    line-height: 33px;
    padding-bottom: 16px;
  }
  .fotter_area .comman_footer .address_area table tr td {
    padding-bottom: 7px;
  }
  .fotter_area .comman_footer .address_area table tr td:first-child {
    width: 27px;
  }
  .fotter_area .comman_footer .address_area table tr td:first-child img {
    max-width: 15px;
  }
  .fotter_area .comman_footer .address_area table tr td p {
    font-size: 12px;
    line-height: 18px;
  }
  .fotter_area .comman_footer .address_area table tr td p br {
    display: none;
  }
  .fotter_area .comman_footer .address_area table tr.top_td td {
    vertical-align: top;
  }
  .fotter_area .comman_footer .address_area table tr.top_td td:first-child {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .fotter_area {
    padding-top: 0px;
    background-size: cover;
  }
  .fotter_area .h5_tital {
    justify-content: center;
  }
  .fotter_area h6 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .fotter_area .navi_footer {
    flex-direction: column;
  }
  .fotter_area .comman_footer {
    padding: 30px 10px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .fotter_area .comman_footer:last-child {
    border: 0px;
  }
  .fotter_area .comman_footer .address_area {
    padding: 0px;
  }
  .fotter_area .comman_footer .contact_footer div {
    text-align: center;
  }
  .fotter_area .comman_footer .contact_footer p {
    max-width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .fotter_area .comman_footer:last-child {
    padding-bottom: 0px;
  }
  .fotter_area .comman_footer .address_area table tr td {
    text-align: left;
    padding-bottom: 12px;
  }
  .fotter_area .comman_footer .address_area table tr td:first-child img {
    width: 100%;
    max-width: 16px;
  }
  .fotter_area .comman_footer .address_area table tr td strong {
    display: block;
  }
  .fotter_area .comman_footer .address_area table tr td p br {
    display: none;
  }
  .fotter_area .comman_footer .address_area table tr:last-child td {
    padding-bottom: 0px;
  }
  .fotter_area .comman_footer.addres_div {
    max-width: 100%;
  }
  .fotter_area .comman_footer.addres_div:last-child {
    padding-bottom: 10px;
  }
  .fotter_area .comman_footer.addres_div .address_area {
    max-width: 345px;
    margin: 0px auto;
  }
  .fotter_area .comman_footer.addres_div .address_area.addres1 table {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .fotter_area .comman_footer.addres_div .address_area.addres1 table tr {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fotter_area .comman_footer.addres_div .address_area.addres1 table tr.top_td {
    flex-direction: column;
  }
  .fotter_area .comman_footer.addres_div .address_area.addres1 table tr.top_td td {
    display: block;
    text-align: center;
  }
  .fotter_area .comman_footer.addres_div .address_area.addres1 table tr.top_td td:first-child {
    width: 100%;
    padding-bottom: 5px;
  }
  .fotter_area .comman_footer.addres_div .address_area.addres1 table tr.top_td td:first-child img {
    width: 100%;
    max-width: 18px;
  }
  .fotter_area .comman_footer.addres_div .address_area.addres1 table tr td p {
    max-width: 100%;
  }
  .fotter_area .footer_link {
    flex-direction: column;
    padding: 0px 0px 20px 0px;
  }
  .fotter_area .footer_link .footer_navi {
    margin: -7px 0px;
  }
  .fotter_area .footer_link .footer_navi ul li {
    margin: 0px;
  }
  .fotter_area .footer_link .navi_footer {
    margin: 0px;
  }
  .fotter_area .bottom_area {
    text-align: center;
    padding: 10px 0px;
  }
  .fotter_area .bottom_area .copyright {
    justify-content: center;
    padding-bottom: 3px;
  }
  .fotter_area .bottom_area .website_by {
    text-align: center;
    justify-content: center;
    font-weight: 300;
  }
  .fotter_area .bottom_area .website_by img {
    opacity: 0.6;
  }
  .fotter_area .footer_navi {
    padding: 10px 0px;
    margin: 0px auto;
    width: 100%;
    flex-direction: column;
  }
  .fotter_area .footer_navi ul {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .fotter_area .footer_navi ul li {
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .fotter_area .footer_navi ul li a {
    display: block;
    padding: 7px 0px;
  }
}
@media (max-width: 480px) {
  .fotter_area .h5_tital {
    font-size: 34px;
  }
  .fotter_area .h5_tital img {
    max-width: 22px;
    margin-left: 15px;
  }
}

.read-less-button, .read-more-button {
  color: #F1592D;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.4s ease-in-out all;
}
.read-less-button:hover, .read-more-button:hover {
  color: #fff;
}

.psRel {
  position: relative;
}
.psRel .imgBoxCenter {
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .psRel .imgBoxCenter {
    position: relative;
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.blueScTxt {
  text-align: center;
}
.blueScTxt .hd2 {
  color: #417F9D;
  text-align: center;
}
.blueScTxt .imgBx img {
  width: 100%;
}
.blueScTxt .showMob {
  display: none !important;
}
@media (max-width: 575px) {
  .blueScTxt .showMob {
    display: block !important;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .blueScTxt .hideMob {
    display: none !important;
  }
}

.btBorderNn {
  border-bottom: none !important;
}

.textBtn {
  color: #235e7a !important;
  transition: 0.4s ease-in-out all;
}

.textBtn:hover {
  color: #0d4058 !important;
}

.lightbGry {
  background: #EAEAEA;
}

.mgbt10 {
  margin-bottom: 10px !important;
}

.mgbt20 {
  margin-bottom: 20px !important;
}

.fnt600 {
  font-weight: 600 !important;
}

.capTxt {
  text-transform: capitalize;
}

.rowTopZro {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .mobTxtLft {
    text-align: left;
  }
}

.whtBfr li::before {
  background: #fff;
}

@media (max-width: 991px) {
  .productDetailSection {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .productDetailSection {
    margin-top: 20px;
  }
}

.blueListin.bgdarkBlue * {
  color: #000;
}
.blueListin.bgdarkBlue *.colorwithe {
  color: #fff;
}
.blueListin.bgdarkBlue.fntcolorwite p {
  color: #fff;
}
.blueListin.bgdarkBlue.fntcolorwite .listinUl > li p {
  color: #000;
}
.blueListin .hd2 {
  color: #fff !important;
}
.blueListin .titla18 {
  margin-bottom: -13px;
}
.blueListin .listinUl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.blueListin .listinUl > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.blueListin .listinUl > li .hd3 {
  text-transform: capitalize;
}
.blueListin .listinUl > li .listinBx {
  background: #fff;
  padding: 45px 30px 25px;
  position: relative;
  min-height: 415px;
}
.blueListin .listinUl > li .listinImg {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 10%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.blueListin .listinUl > li .listinImg img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blueListin .listinUl > li .listinTxt .hd3 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
}
.blueListin .listinUl > li .listinTxt .bullet li {
  font-size: 16px;
  line-height: 24px;
}
.blueListin .listinUl.hieghtnone > li .listinBx {
  min-height: -moz-max-content;
  min-height: max-content;
  height: 100%;
}
@media (max-width: 1400px) {
  .blueListin .listinUl {
    margin-top: 40px;
  }
  .blueListin .listinUl > li .listinBx {
    min-height: 390px;
  }
  .blueListin .listinUl > li .listinTxt .bullet li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .blueListin .listinUl {
    margin-top: 30px;
  }
  .blueListin .listinUl > li .listinBx {
    padding: 40px 15px 20px;
    min-height: 380px;
  }
  .blueListin .listinUl > li .listinBx.mindeskHgt {
    min-height: 270px;
  }
  .blueListin .listinUl > li .listinTxt .hd3 {
    font-size: 16px;
    line-height: 24px;
  }
  .blueListin .listinUl > li .listinTxt .bullet li {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 1200px) {
  .blueListin .listinUl > li .listinImg img {
    height: 80px;
    width: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .blueListin .listinUl > li .listinBx {
    min-height: 385px;
  }
  .blueListin .listinUl > li .listinBx.mindeskHgt {
    min-height: 385px;
  }
}
@media (max-width: 991px) {
  .blueListin .listinUl > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .blueListin .listinUl > li:last-child {
    margin-bottom: 0;
  }
  .blueListin .listinUl > li .listinBx {
    padding: 30px 15px 30px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .blueListin .listinUl > li .listinBx.mindeskHgt {
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .blueListin .listinUl > li .listinTxt .hd3 {
    font-size: 16px;
    line-height: 24px;
  }
  .blueListin .listinUl > li .listinTxt .bullet li {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .blueListin .listinUl > li .listinTxt .bullet li {
    padding-bottom: 10px;
  }
}

.bgWhtListin .listinUl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.bgWhtListin .listinUl > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
.bgWhtListin .listinUl > li .listinBx {
  background: #417D9A;
  padding: 45px 30px 25px;
  position: relative;
  min-height: 480px;
}
.bgWhtListin .listinUl > li .listinImg {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 10%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.bgWhtListin .listinUl > li .listinImg img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bgWhtListin .listinUl > li .listinTxt .hd3 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
  color: #fff;
}
.bgWhtListin .listinUl > li .listinTxt .bullet li {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.bgWhtListin .listinUl > li .listinTxt .bullet li::before {
  background: #fff;
}
@media (max-width: 1400px) {
  .bgWhtListin .listinUl {
    margin-top: 40px;
  }
  .bgWhtListin .listinUl > li .listinBx {
    min-height: 470px;
  }
  .bgWhtListin .listinUl > li .listinTxt .bullet li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .bgWhtListin .listinUl {
    margin-top: 30px;
  }
  .bgWhtListin .listinUl > li .listinBx {
    padding: 40px 15px 20px;
    min-height: 460px;
  }
  .bgWhtListin .listinUl > li .listinBx.mindeskHgt {
    min-height: 420px;
  }
  .bgWhtListin .listinUl > li .listinImg img {
    height: 80px;
    width: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bgWhtListin .listinUl > li .listinTxt .hd3 {
    font-size: 16px;
    line-height: 24px;
  }
  .bgWhtListin .listinUl > li .listinTxt .bullet li {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .bgWhtListin .listinUl > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .bgWhtListin .listinUl > li:last-child {
    margin-bottom: 0;
  }
  .bgWhtListin .listinUl > li .listinBx {
    padding: 30px 15px 30px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .bgWhtListin .listinUl > li .listinBx.mindeskHgt {
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .bgWhtListin .listinUl > li .listinTxt .hd3 {
    font-size: 16px;
    line-height: 24px;
  }
  .bgWhtListin .listinUl > li .listinTxt .bullet li {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .bgWhtListin .listinUl > li .listinTxt .bullet li {
    padding-bottom: 10px;
  }
}

.infoImg {
  margin-bottom: 20px;
}

/* ------- Footer Area End ------- */
#toTop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #429452;
  color: #000;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 16px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9;
}
#toTop:hover {
  background: #216B8E;
  color: #fff !important;
}

.it_group .pad25 {
  padding-bottom: 25px;
}
.it_group .productSection2 {
  padding-top: 0;
}
.it_group .listDetailBlue {
  margin-bottom: 30px;
}
.it_group .listDetailBlue .BlueBox1 .hd3 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.it_group .listDetailBlue.mar0 {
  margin-bottom: 0;
}
.it_group .servicesBullet li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 8px;
}
.it_group .servicesBullet li.padd15 {
  padding-bottom: 15px !important;
}
.it_group .servicesBullet li::before {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 50px;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 0;
}
.it_group .servicesBullet li:last-child {
  padding-bottom: 0;
}
.it_group ol li {
  list-style: decimal;
  padding-bottom: 8px;
}
.it_group ol li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .it_group .left_side {
    margin-bottom: 20px;
  }
  .it_group .productDetailSection .productContent {
    text-align: left;
  }
  .it_group .listDetailBlue .BlueBox1 {
    min-height: auto;
  }
}

/* ====== Respensive css strat ====== */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.container .row.row25 {
  margin: 0px -25px;
}
.container .row.row25 .col-md-4 {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .container .row.row25 {
    margin: 0px -20px;
  }
  .container .row.row25 .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1024px) {
  h2, .hdfnt28 {
    padding-bottom: 23px;
    line-height: 24px;
  }
  .hdfont35 {
    margin-bottom: 27px;
  }
  .hdfont30 {
    margin-bottom: 26px;
  }
  .hdfont30.marginbtm44 {
    margin-bottom: 32px;
  }
  h2.paddbtm48set60, .hdfnt28.paddbtm48set60 {
    padding-bottom: 38px;
  }
  .tabStructure .card .accordion-body {
    padding: 44px 39px 50px 39px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  p {
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  body {
    font-weight: 300;
  }
  .hdfont35 {
    font-size: 32px;
    line-height: 39px;
  }
  .hdfont30 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobileTextCenter {
    text-align: center;
  }
  h3, .mainTitle {
    padding-bottom: 44px;
  }
  .hdfont35 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 28px;
  }
  .hdfont30 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 27px;
  }
  .hdfnt28.paddbtm48set60 {
    padding-bottom: 36px;
  }
}
@media (max-width: 330px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.it_group .pad25 {
  padding-bottom: 25px;
}
.it_group .productSection2 {
  padding-top: 0;
}
.it_group .listDetailBlue {
  margin-bottom: 30px;
}
.it_group .listDetailBlue .BlueBox1 .hd3 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.it_group .listDetailBlue .BlueBox1.bluFixd {
  min-height: 335px;
}
@media (max-width: 1400px) {
  .it_group .listDetailBlue .BlueBox1.bluFixd {
    min-height: 265px;
  }
}
@media (max-width: 1199px) {
  .it_group .listDetailBlue .BlueBox1.bluFixd {
    min-height: 345px;
  }
}
@media (max-width: 991px) {
  .it_group .listDetailBlue .BlueBox1.bluFixd {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.it_group .listDetailBlue.mar0 {
  margin-bottom: 0;
}
.it_group .servicesBullet li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 8px;
}
.it_group .servicesBullet li::before {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 50px;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 0;
}
.it_group .servicesBullet li:last-child {
  padding-bottom: 0;
}
.it_group ol li {
  list-style: decimal;
  padding-bottom: 8px;
}
.it_group ol li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .it_group .left_side {
    margin-bottom: 20px;
  }
  .it_group .productDetailSection .productContent {
    text-align: left;
  }
  .it_group .listDetailBlue .BlueBox1 {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .paddingExtra {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .paddingExtra {
    padding-bottom: 70px;
  }
}

.prdtSc2 {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .prdtSc2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .prdtSc2 {
    padding-bottom: 40px;
  }
}

.newcfd .fnt36 {
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 20px;
  font-weight: 400;
}
.newcfd .cfdImg {
  height: 100%;
}
.newcfd .cfdImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newcfd .cfdTxt {
  padding: 100px 10px;
}
.newcfd .cfdSpTxt {
  padding-top: 40px;
}
.newcfd .cfdSpTxt p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  .newcfd .fnt36 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  .newcfd .cfdTxt {
    padding: 70px 10px;
  }
  .newcfd .cfdSpTxt {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .newcfd .fnt36 {
    font-size: 24px;
    line-height: 36px;
  }
  .newcfd .cfdTxt {
    padding: 60px 10px;
  }
  .newcfd .cfdSpTxt {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .newcfd .fnt36 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .newcfd .cfdTxt {
    padding: 40px 0px;
  }
  .newcfd .cfdSpTxt {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .newcfd .cfdImg img {
    height: 300px;
  }
  .newcfd .cfdTxt {
    padding: 25px 0 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .newcfd .fnt36 {
    font-size: 16px;
    line-height: 28px;
  }
  .newcfd .cfdTxt {
    padding: 20px 0 0;
  }
  .newcfd .cfdSpTxt {
    padding-top: 10px;
  }
}

.industries_slider1 .slick-prev:before, .industries_slider1 .slick-next:before {
  color: #000;
}

.txtBlk {
  color: #000;
}

.fllWdh .imgBoxCenter {
  border: 1px solid #d5d5d5;
}
.fllWdh .imgBoxCenter img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .fllWdh .imgBoxCenter.mgbtmb20 {
    margin-bottom: 20px;
  }
}

.sldArwImg .industries_slider1 .boxComman2 .imgBox {
  border: 1px solid #c5c5c5 !important;
}

@media (max-width: 991px) {
  .bt30 {
    margin-bottom: 30px !important;
  }
}

.marTop30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .marTop30 {
    margin-top: 15px !important;
  }
}

.marBot30 {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .marBot30 {
    margin-bottom: 15px !important;
  }
}

.textLeft {
  text-align: left !important;
}

.ProductImageList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProductImageList.imageFlex {
  justify-content: flex-start;
}
.ProductImageList.imageFlex img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
  width: 100%;
}
.ProductImageList li {
  margin: 0 30px;
}
.ProductImageList li .prodImageListBox {
  box-shadow: 0 10px 20px #ccc;
  padding: 25px;
}
.ProductImageList li .prodImageListBox img {
  height: 140px;
  width: 175px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1366px) {
  .ProductImageList.imageFlex img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .ProductImageList.imageFlex img {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .ProductImageList {
    flex-direction: column;
  }
  .ProductImageList.imageFlex {
    flex-direction: row;
  }
  .ProductImageList img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .ProductImageList li {
    margin: 15px auto;
    width: 100%;
    max-width: 70%;
  }
  .ProductImageList li .prodImageListBox img {
    width: 100%;
  }
  .ProductImageList li:nth-child(2) .prodImageListBox img {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .ProductImageList.imageFlex img {
    height: 160px;
  }
}
@media (max-width: 575px) {
  .ProductImageList.imageFlex {
    flex-direction: column;
  }
  .ProductImageList.imageFlex img {
    height: 100%;
    margin: 15px 0;
  }
}

.padd0 {
  padding-top: 0px;
}

.textCenter {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0px;
}

.mrg20 {
  margin-top: 20px;
}

.steamvalidation ul {
  margin-top: 20px;
}

.listDetailBlue.marBot30 {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .listDetailBlue.marBot30 {
    margin-bottom: 30px !important;
  }
}

.asepticImages img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.width100 {
  width: 100%;
}

.csvList {
  display: flex;
  flex-wrap: wrap;
}
.csvList li {
  flex: 0 0 40%;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .csvList li {
    flex: 0 0 100%;
  }
}

.mt20 {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .mt20 {
    margin-top: 0;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

.productDetailPage {
  padding: 20px 0;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
  padding: 20px 0;
}
.productDetailPage.paddzrodt {
  padding-bottom: 0;
}
.productDetailPage .productDetailSection .section1, .productDetailPage .productDetailSection .section2, .productDetailPage .productDetailSection .section3, .productDetailPage .productDetailSection .section4, .productDetailPage .productDetailSection .section5, .productDetailPage .productDetailSection .section6 {
  margin-bottom: 40px;
}
.productDetailPage .productDetailSection .section1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productDetailPage .productDetailSection .section1 .hd2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.productDetailPage .productDetailSection .section1 p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.productDetailPage .productDetailSection .section2 {
  display: flex;
  align-items: center;
}
.productDetailPage .productDetailSection .section2 img {
  height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.productDetailPage .productDetailSection .section2 p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.productDetailPage .productDetailSection .section2 .hd3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #444;
}
.productDetailPage .productDetailSection .section3 {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.productDetailPage .productDetailSection .section3 img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.productDetailPage .productDetailSection .section4 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.productDetailPage .productDetailSection .section4 .hd3 {
  padding-top: 100px;
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
.productDetailPage .productDetailSection .section4 p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.productDetailPage .productDetailSection .section4 img {
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.productDetailPage .productDetailSection .section5 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.productDetailPage .productDetailSection .section5 img {
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.productDetailPage .productDetailSection .section5 p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.productDetailPage .productDetailSection .section5 .hd3 {
  padding-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
.productDetailPage .productDetailSection .section6 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.productDetailPage .productDetailSection .section6 img {
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.productDetailPage .productDetailSection .section6 p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.productDetailPage .productDetailSection .section6 .hd3 {
  padding-top: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
.productDetailPage .integratedsection1 img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productDetailPage .integratedsection1 p {
  font-size: 18px;
}
.productDetailPage .integratedimg img {
  width: 100%;
  height: 500px;
  background: #EAEAEA;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .productDetailPage .productDetailSection .section2,
  .productDetailPage .productDetailSection .section3,
  .productDetailPage .productDetailSection .section4,
  .productDetailPage .productDetailSection .section5,
  .productDetailPage .productDetailSection .section6 {
    flex-direction: column;
    text-align: center;
  }
  .productDetailPage .productDetailSection img {
    height: auto;
    max-height: 300px;
  }
  .productDetailPage .productDetailSection .hd3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */