/* --- 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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.menuImage {
  height: 100%;
}
.menuImage img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menuImage .he215 {
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .menuImage .he215 {
    height: 145px;
  }
}

.nav-link {
  padding: 0px;
}

.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 36px;
  height: 42px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #1E74AD;
  height: 4px;
  width: 36px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #1E74AD;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 36px;
    height: 41px;
  }
  .crossLine .line {
    width: 32px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .crossLine {
    width: 27px;
    height: 38px;
  }
  .crossLine .line {
    width: 27px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

/*body{
    &.overflowhidden{
        .crossLine{position: absolute;
            z-index: 9999;
            top: 2px;
            right: -36px;}
    }
}*/
/* ======= Header Css Strat ======= */
/* ------- Header Area Strat ------- */
.mainHeader {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 9;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  position: relative;
}
.mainHeader header .logo {
  position: relative;
  padding: 11px 0px;
  max-width: 265px;
  min-width: 265px;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 63px;
  font-family: "Afacad", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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: 16px;
  height: 13px;
  background: url(../images/arrow_menu.png) no-repeat left top;
  position: relative;
  top: 5px;
  background-size: contain;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
  font-size: 0px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 6px;
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 7px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 7px;
    background-size: 12px;
    width: 12px;
    height: 9px;
  }
}
@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.dropdown.active .dropdown-toggle i, .mainHeader header .navbarLink ul li.dropdown:hover .dropdown-toggle i {
  background: url(../images/arrow_menu_hover.png) no-repeat left top;
  position: relative;
  background-size: contain;
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 58px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 45px;
    min-height: 71px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 32px;
  }
  .mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
    height: 25px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li {
    min-height: 60px;
  }
}
@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: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: #232323;
  font-size: 26px; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 23px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 24px;
    padding: 15px;
    width: 100%;
  }
  .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: #136DA9;
}
.mainHeader header .navbarLink ul li.active .fa.fa-caret-down, .mainHeader header .navbarLink ul li:hover .fa.fa-caret-down {
  color: #136DA9;
}
@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: #136DA9;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: rgba(254, 254, 254, 0.81);
  padding: 30px 20px;
  margin: 0px 0px 0px -200px;
  min-width: 699px;
  -webkit-box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.001);
          box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.001);
  border-radius: 0px 0px 30px 30px !important;
  border: none !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  overflow: hidden;
}
.mainHeader header .navbarLink ul li > .dropdown-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -20px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .drpdwn_services {
  padding-right: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
  padding: 0px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
    display: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  position: relative;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  display: block;
  width: 50%;
  padding: 0px 0px 20px 20px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li::before {
  content: "-";
  width: auto;
  left: 0px;
  top: -3px;
  opacity: 1;
  border-radius: 0;
  position: absolute;
  font-size: 28px;
  color: #666666;
  line-height: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    padding: 0px 0px 15px 18px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li::before {
    top: -5px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #666666;
  padding: 0px;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  padding-right: 0px;
  white-space: normal;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 20px;
    line-height: 18px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 22px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: transparent;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active::before, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover::before {
  color: #136DA9 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #136DA9 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
    background: transparent;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          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 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 630px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 550px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: left;
    padding: 0px 0px 14px 16px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li::before {
    top: -5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: inherit;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 99%;
    margin: 0px;
    padding: 10px 15px 15px 15px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu ul li {
    text-align: left;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu ul li a {
    color: #3c3c3c;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu ul .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          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.mobileshow {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu { /*padding: 30px 30px 0px 40px;*/
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6px auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    border-top: solid 1px #CBCBCB !important;
    border-radius: 0px;
  }
}
.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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0px 30px;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #E8560A;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: 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: #1E74AD;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1 {
    top: 42%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2 {
    opacity: 0;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3 {
    bottom: 50%;
    -webkit-transform: rotate(135deg);
            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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .logo, .mainHeader header .header_right {
  position: relative;
  z-index: 3;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .social_link .conact_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
}
.mainHeader header .social_link .conact_top span a:hover {
  color: #000;
}
.mainHeader header .social_link ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1600px) {
  .mainHeader header .logo {
    max-width: 217px;
    min-width: 217px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header {
    min-height: 70px;
  }
  .mainHeader header .naviContact a {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .logo {
    max-width: 200px;
    min-width: 200px;
  }
  .mainHeader header .naviContact a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .logo {
    max-width: 190px;
    min-width: 190px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    margin-top: -4px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader header .navBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    max-width: 180px;
    min-width: 180px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .mainHeader header {
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainHeader header .logo {
    max-width: 205px;
    min-width: 205px;
  }
  .mainHeader header .header_right .navbarLink ul li a {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 170px;
    min-width: 170px;
  }
}
/* ------- Header Area End ------- */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FF5311;
}

button {
  outline: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

body {
  background: #ffffff;
  font-family: "Afacad", sans-serif;
  font-size: 24px;
  color: #727272;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow-y: hidden;
}
@media (max-width: 1700px) {
  body {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

p {
  margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 32px;
}
p.fnt25 {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1700px) {
  p {
    line-height: 30px;
  }
}
@media (max-width: 1600px) {
  p {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p.fnt25 {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1950px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 570px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.pd0 {
  padding-bottom: 0px !important;
}

h1, h2, h3, h5 {
  font-family: "Bebas Neue", sans-serif;
  margin: 0px;
  padding: 0px;
}

.hd1 {
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
  padding: 0px;
  margin: 0px 0px 40px 0px;
  color: #666666;
  text-transform: uppercase;
}
.hd1.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd1 {
    font-size: 55px;
    line-height: 1.02;
    margin-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .hd1 {
    font-size: 50px;
  }
}
@media (max-width: 1500px) {
  .hd1 {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .hd1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .hd1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .hd1 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.hd1a {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  color: #666666;
  text-transform: uppercase;
}
.hd1a.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd1a {
    font-size: 33px;
    line-height: 1.02;
    margin-bottom: 15px;
  }
}
@media (max-width: 1600px) {
  .hd1a {
    font-size: 23px;
  }
}
@media (max-width: 1500px) {
  .hd1a {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .hd1a {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .hd1a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hd1a {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.hd2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 36px 0px;
  color: #3A1B07;
}
.hd2.marginbtm0 {
  margin-bottom: 0px !important;
}
@media (max-width: 1500px) {
  .hd2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  .hd2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 22px;
  }
}

.header-size30 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #3A1B07;
  margin-bottom: 16px;
}

.hd30 {
  font-family: "Afacad", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  color: #666666;
  margin: 0px 0px 10px 0px;
}
.hd30.fnt00 {
  color: #000;
}
@media (max-width: 1700px) {
  .hd30 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1600px) {
  .hd30 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1500px) {
  .hd30 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .hd30 {
    font-size: 21px;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .hd30 {
    margin-bottom: 5px;
  }
}

h1 {
  font-family: "Afacad", 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #DCBD90;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.social_link ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #fff solid 1px;
  border-radius: 100%;
}

.social_link ul {
  margin: 0px;
  padding: 0px;
}
.social_link ul li {
  margin-right: 30px;
  padding: 0px;
}
.social_link ul li:last-child {
  margin-right: 0px;
}
.social_link ul li a {
  background: none;
  border: none;
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_link ul li a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media (max-width: 767px) {
  .textcentermobile {
    text-align: center !important;
  }
}

/* ------- 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: "Bebas Neue", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
}
.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 img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  max-height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  bottom: -100%;
  left: -50%;
  width: 100%;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .temp .container .bg_bule {
  padding: 0px 20px 0px 20px;
  background-color: rgba(6, 22, 81, 0.85);
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  width: 1000px;
  height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
  max-width: 605px;
  margin-top: -27%;
}
.banner_area .hm_banner p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.banner_area .hm_banner .btn_banner {
  padding: 36px 0px 0px 0px;
  display: inline-block;
}
.banner_area .hm_banner .btn_banner .btn_primary:hover, .banner_area .hm_banner .btn_banner .btn_primary:focus {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_area .hm_banner .slick-slide .temp {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  bottom: -100%;
  left: -50%;
  opacity: 0;
}
.banner_area .hm_banner .slick-slide.slick-current .temp {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  bottom: -49%;
  left: -150px;
  opacity: 1;
}
@media (max-width: 1700px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -59%;
  }
}
@media (max-width: 1600px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -59%;
  }
}
@media (max-width: 1500px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -57%;
  }
}
@media (max-width: 1366px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -50%;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -58%;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -63%;
  }
}
@media (max-width: 767px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -67%;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -78%;
  }
}
@media (max-width: 480px) {
  .banner_area .hm_banner .slick-slide.slick-current .temp {
    bottom: -94%;
  }
}
.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:hover {
  background-color: #cb964a;
}
.banner_area .slider .slick-arrow.slick-next {
  bottom: 140px;
}
.banner_area .slider .slick-arrow.slick-next:hover {
  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 7px;
}
.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:hover button, .banner_area .slick-dots li.slick-active button {
  background: #FF5313;
}
.banner_area .inner_banner {
  position: relative;
}
.banner_area .inner_banner .hd_h1 {
  font-size: 90px;
  padding: 0px;
  line-height: 1;
  font-style: normal;
}
.banner_area .inner_banner .banner_img {
  position: relative;
  z-index: 1;
}
.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: -190px;
  top: 35%;
  background-color: rgba(6, 22, 81, 0.85);
  width: 1011px;
  height: 1011px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
}
.banner_area .inner_banner .banner_text .container {
  position: relative;
  z-index: 1;
}
.banner_area .inner_banner .banner_text .text_banner {
  margin-left: 260px;
  width: 100%;
  max-width: 552px;
  margin-top: 157px;
}
.banner_area .inner_banner .banner_text1 {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 35%;
  width: 100%;
}
.banner_area .inner_banner .banner_text1 .banner_text {
  left: -240px;
}
.banner_area .inner_banner .banner_text1 .container {
  position: relative;
}
@media (min-width: 2400px) {
  .banner_area .inner_banner .banner_text1 {
    top: 47%;
  }
}
@media (min-width: 3000px) {
  .banner_area .inner_banner .banner_text1 {
    top: 60%;
  }
}
@media (min-width: 4000px) {
  .banner_area .inner_banner .banner_text1 {
    top: 73%;
  }
}
@media (min-width: 7000px) {
  .banner_area .inner_banner .banner_text1 {
    top: 78%;
  }
}
@media (min-width: 8000px) {
  .banner_area .inner_banner .banner_text1 {
    top: 82%;
  }
}
@media (max-width: 1700px) {
  .banner_area .inner_banner .banner_text1 .banner_text {
    left: -190px;
  }
}
@media (max-width: 1024px) {
  .banner_area .inner_banner .banner_text1 .banner_text {
    left: -175px;
  }
}
@media (max-width: 991px) {
  .banner_area .inner_banner .banner_text1 .banner_text {
    left: -170px;
  }
}
@media (max-width: 575px) {
  .banner_area .inner_banner .banner_text1 .banner_text {
    left: -150px;
  }
}
@media (max-width: 1700px) {
  .banner_area .hm_banner .temp .container .bg_bule {
    width: 960px;
    height: 960px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
    margin-left: 14%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 60px;
    line-height: 1.1;
  }
  .banner_area .inner_banner .banner_text1 {
    top: 35%;
  }
  .banner_area .inner_banner .banner_text {
    width: 800px;
    height: 800px;
    top: 35%;
    left: -150px;
  }
  .banner_area .inner_banner .banner_text .text_banner {
    max-width: 86%;
    margin-left: 200px;
    margin-top: 147px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 80px;
  }
}
@media (max-width: 1600px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 60px;
  }
  .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 .temp .container .bg_bule {
    width: 780px;
    height: 780px;
  }
  .banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
    max-width: 515px;
    margin-left: 17%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 50px;
  }
  .banner_area .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
  .banner_area .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .banner_area .inner_banner .banner_text1 {
    top: 35%;
  }
  .banner_area .inner_banner .banner_text {
    width: 760px;
    height: 760px;
    top: 35%;
    left: -150px;
  }
  .banner_area .inner_banner .banner_text .text_banner {
    max-width: 58%;
    margin-left: 200px;
    margin-top: 125px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 65px;
  }
}
@media (max-width: 1366px) {
  .banner_area .hm_banner .temp .container .bg_bule {
    width: 680px;
    height: 680px;
  }
  .banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
    max-width: 460px;
    margin-left: 20%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 40px;
  }
  .banner_area .hm_banner .btn_banner {
    padding-top: 15px;
  }
  .banner_area .inner_banner .banner_text1 {
    top: 37%;
  }
  .banner_area .inner_banner .banner_text {
    width: 700px;
    height: 700px;
    top: 37%;
    left: -150px;
  }
  .banner_area .inner_banner .banner_text .text_banner {
    margin-left: 190px;
    margin-top: 110px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner .temp .container .bg_bule {
    width: 580px;
    height: 580px;
  }
  .banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
    max-width: 380px;
    margin-left: 24%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 34px;
  }
  .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_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .banner_text1 {
    top: 37%;
  }
  .banner_area .inner_banner .banner_text {
    width: 660px;
    height: 660px;
    top: 37%;
    left: -150px;
  }
  .banner_area .inner_banner .banner_text .text_banner {
    margin-left: 190px;
    margin-top: 110px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .banner_img {
    position: relative;
  }
  .banner_area .hm_banner .temp {
    left: -130px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    width: 520px;
    height: 480px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
    margin-left: 27%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 30px;
  }
  .banner_area .hm_banner .slick-dots {
    bottom: 15px;
  }
  .banner_area .inner_banner .banner_text1 {
    top: 48%;
  }
  .banner_area .inner_banner .banner_text {
    width: 600px;
    height: 600px;
    top: 48%;
    left: -150px;
  }
  .banner_area .inner_banner .banner_text .text_banner {
    margin-left: 180px;
    margin-top: 95px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .banner_area .hm_banner .banner_img img {
    min-height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .banner_area .hm_banner .temp {
    left: -130px;
  }
  .banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
    max-width: 320px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 28px;
  }
  .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 .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .temp .container .bg_bule {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 467px;
    height: 460px;
  }
  .banner_area .hm_banner .temp .container .bg_bule .maxwidth_banner {
    margin-top: 48px;
    max-width: 240px;
    margin-left: 32%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 24px;
    line-height: 1.1;
  }
  .banner_area .hm_banner .btn_banner {
    padding-top: 10px;
  }
  .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_img img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .inner_banner .banner_text .text_banner {
    margin-left: 180px;
    margin-top: 72px;
  }
}
@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 .maxwidth_banner {
    max-width: 210px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 20px;
  }
  .banner_area .hm_banner .btn_banner {
    padding-top: 5px;
  }
  .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_text1 {
    top: 48%;
  }
  .banner_area .inner_banner .banner_text {
    width: 540px;
    height: 540px;
    top: 48%;
    left: -150px;
  }
  .banner_area .inner_banner .banner_text .text_banner {
    margin-left: 180px;
    margin-top: 75px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .banner_area .inner_banner .hd_h1 {
    font-size: 40px;
  }
}

/* ------- Banner Area End ------- */
/* ------- Mani Area Start ------- */
.row.rowTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.rowmiddal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.btn_common {
  border: #86C8E2 solid 0px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1.1px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-width: 210px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
.btn_common:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(0deg, #FF5313 50%, #FFB413 100%);
  color: #fff;
}
@media (max-width: 1600px) {
  .btn_common {
    padding: 14px 28px;
    font-size: 22px;
  }
}
@media (max-width: 1500px) {
  .btn_common {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 1366px) {
  .btn_common {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .btn_common {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .btn_common {
    font-size: 17px;
    padding: 12px 15px;
  }
}

.btn_icon1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_icon1 i {
  margin-right: 5px;
}

.btn_primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#28D1DF), to(#172F87));
  background: linear-gradient(180deg, #28D1DF, #172F87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_primary:hover, .btn_primary:focus {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
  background: linear-gradient(90deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 65px;
  padding: 0px 90px 0px 0px;
}
.btn_icon::after {
  content: "";
  background-image: url(../images/more_button.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  right: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn_icon:hover::after {
  background-image: url(../images/more_button_hover.png);
  background-color: #28d1df;
}
@media (max-width: 1500px) {
  .btn_icon {
    height: 60px;
    padding-right: 70px;
  }
  .btn_icon::after {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1366px) {
  .btn_icon {
    height: 50px;
    padding-right: 60px;
  }
  .btn_icon::after {
    width: 40px;
    height: 40px;
  }
}

.btn_brd {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF5313), to(#FFB413));
  background: linear-gradient(180deg, #FF5313 50%, #FFB413 100%);
  position: relative;
  color: #FF5313;
  overflow: hidden;
}
.btn_brd::after {
  content: "";
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  z-index: 1;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50px;
}
.btn_brd span {
  position: relative;
  z-index: 2;
}
.btn_brd:hover, .btn_brd:focus {
  background: #FF5313;
}
.btn_brd:hover::after, .btn_brd:focus::after {
  opacity: 0;
}

.btn_white {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: #000 !important;
}
.btn_white:hover, .btn_white:focus {
  background: #FF5313;
  color: #fff !important;
}

.li_dash {
  margin: 0px 0px 50px 0px;
}
.li_dash li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 22px 18px;
  line-height: 26px;
  color: #232323;
}
.li_dash li::before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 1px;
}
.li_dash li:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1700px) {
  .li_dash li {
    padding: 0px 0px 20px 15px;
  }
}

.bullet li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 22px 26px;
  line-height: 26px;
}
.bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: #727272;
  border-radius: 100%;
}
.bullet li:last-child {
  padding-bottom: 0px;
}
.bullet.lipaddbtm5 li {
  padding-bottom: 3px;
}
.bullet.lipaddbtm5 li::before {
  top: 12px;
}
@media (max-width: 1500px) {
  .bullet li {
    padding-left: 24px;
  }
  .bullet li::before {
    width: 13px;
    height: 13px;
  }
}
@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 25px 16px;
  }
  .bullet li::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}

.imgbox_100per {
  height: 100%;
}
.imgbox_100per img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_padding {
  padding: 100px 0px;
}
.section_padding.paddtop0 {
  padding-top: 0px;
}
.section_padding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1500px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 1024px) {
  .section_padding {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .section_padding {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .section_padding {
    padding: 30px 0px;
  }
}

.slick-slider {
  margin-bottom: 0px !important;
}

.bg_skybule {
  background: #DDFCFF;
}

.bg_lightskybule {
  background: #F0FEFF;
}

.margintop-9 {
  margin-top: -9px;
}

.mp_contenier {
  position: relative;
  z-index: 3;
  background: #ffffff;
  color: #232323;
}
.mp_contenier a {
  color: #000;
}
.mp_contenier a:hover {
  color: #0a004e;
}

.p_last p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.p_fnt32 p {
  font-size: 32px;
  line-height: 40px;
  color: #232323;
}
.p_fnt32 p:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1700px) {
  .p_fnt32 p {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 1500px) {
  .p_fnt32 p {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .p_fnt32 p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .p_fnt32 p {
    font-size: 22px;
    line-height: 1.2;
  }
}

.imgsquire {
  border-radius: 30px;
  overflow: hidden;
}
.imgsquire img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imgsquire img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn_lineblock {
  display: inline-block;
}
.btn_lineblock.div_center {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boxImg1 {
  position: relative;
  max-width: 262px;
}
.boxImg1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}
.boxImg1 span img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boxImg1 span img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.boxImg1 span img {
  width: 100%;
}
.boxImg1 strong {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
@media (max-width: 1700px) {
  .boxImg1 strong {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
  .boxImg1 strong {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .boxImg1 strong {
    font-size: 22px;
  }
}

.clear {
  clear: both;
}

.hm_aboutsection .imgsquire {
  max-width: 800px;
}
.hm_aboutsection .imgsquire.max-width750 {
  max-width: 95%;
}
.hm_aboutsection .imgsquire.marginright30 {
  margin-right: 30px;
  max-width: 100%;
}
.hm_aboutsection .imgsquire.marginright30 img {
  width: 100%;
}
.hm_aboutsection .imgsquire.marginleft30 {
  margin-left: 30px;
  max-width: 100%;
}
.hm_aboutsection .imgsquire.marginleft30 img {
  width: 100%;
}
.hm_aboutsection .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hm_aboutsection .contentBox .right_alient {
  max-width: 700px;
}
.hm_aboutsection .btn_lineblock {
  padding-top: 10px;
}
@media (max-width: 1500px) {
  .hm_aboutsection .contentBox .right_alient {
    max-width: 610px;
  }
}
@media (max-width: 1024px) {
  .hm_aboutsection .imgsquire.max-width750 {
    max-width: 100%;
    margin-right: 15px;
  }
  .hm_aboutsection .imgsquire.marginright30 {
    margin-right: 15px;
  }
  .hm_aboutsection .btn_lineblock {
    padding-top: 0;
  }
  .hm_aboutsection .contentBox .right_alient {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .hm_aboutsection .imgsquire.max-width750 {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .hm_aboutsection {
    text-align: center;
  }
  .hm_aboutsection .imgsquire.marginright30, .hm_aboutsection .imgsquire.max-width750 {
    margin-right: 0px;
  }
  .hm_aboutsection .imgsquire.marginleft30 {
    margin-left: 0px;
  }
  .hm_aboutsection .hd1 br {
    display: none;
  }
}

.hm_productsection .slick-slider .slick-arrow {
  border: #136DA9 solid 0px;
  border-radius: 100%;
  font-size: 0px;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 1;
  top: 45%;
  background-size: 12px !important;
}
.hm_productsection .slick-slider .slick-arrow:hover {
  border-color: #136DA9;
}
.hm_productsection .slick-slider .slick-arrow::before {
  display: none;
}
.hm_productsection .slick-slider .slick-arrow.slick-prev {
  background: url(../images/slider_arrow_left.png) center center no-repeat;
  left: -38px;
}
.hm_productsection .slick-slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slider_arrow_left_hover.png);
  background-color: #136DA9;
}
.hm_productsection .slick-slider .slick-arrow.slick-next {
  background: url(../images/slider_arrow_right.png) center center no-repeat;
  right: -38px;
}
.hm_productsection .slick-slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slider_arrow_right_hover.png);
  background-color: #136DA9;
}
@media (max-width: 1700px) {
  .hm_productsection .slick-slider .slick-arrow {
    background-size: 10px !important;
  }
}
@media (max-width: 1500px) {
  .hm_productsection .slick-slider .slick-arrow {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 1366px) {
  .hm_productsection .slick-slider .slick-arrow {
    height: 32px;
    width: 32px;
  }
  .hm_productsection .slick-slider .slick-arrow.slick-prev, .hm_productsection .slick-slider .slick-arrow.slick-next {
    background-size: 8px !important;
  }
}
@media (max-width: 1024px) {
  .hm_productsection .slick-slider .slick-arrow {
    height: 28px;
    width: 28px;
  }
  .hm_productsection .slick-slider .slick-arrow.slick-prev, .hm_productsection .slick-slider .slick-arrow.slick-next {
    background-size: 8px !important;
  }
  .hm_productsection .slick-slider .slick-arrow.slick-next {
    right: -30px;
  }
  .hm_productsection .slick-slider .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .hm_productsection .slick-slider .slick-arrow.slick-next {
    right: -24px;
  }
  .hm_productsection .slick-slider .slick-arrow.slick-prev {
    left: -24px;
  }
}
@media (max-width: 767px) {
  .hm_productsection .slick-slider .slick-arrow {
    display: none !important;
  }
}
.hm_productsection .slick-dotted.slick-slider {
  margin-bottom: 30px !important;
}
.hm_productsection .slick-dots {
  bottom: -36px;
  font-size: 0px;
  right: auto;
  left: auto;
  height: 10px;
  width: calc(100% - 0px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hm_productsection .slick-dots li {
  margin: 0px 4px;
  width: 10px;
  height: 10px;
}
.hm_productsection .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #255568;
  padding: 0px;
  border-radius: 100%;
}
.hm_productsection .slick-dots li button:before {
  display: none;
}
.hm_productsection .slick-dots li.slick-active {
  width: 20px;
}
.hm_productsection .slick-dots li.slick-active button {
  background: #86C8E2;
  width: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .hm_productsection .slick-dots {
    display: none !important;
  }
}
.hm_productsection .btn_lineblock {
  margin-top: 30px;
}
.hm_productsection .product_slider .boxImg1 {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1366px) {
  .hm_productsection .product_slider .boxImg1 {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 1024px) {
  .hm_productsection .btn_lineblock {
    margin-top: 15px;
  }
  .hm_productsection .product_slider .boxImg1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .hm_productsection .btn_lineblock {
    margin-top: 10px;
  }
  .hm_productsection .product_slider .boxImg1 {
    margin: 0px auto;
  }
}

.hm_servicessection {
  clear: both;
}
.hm_servicessection #verticalTab1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  margin: 0;
}
.hm_servicessection #verticalTab1 .side_box {
  width: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hm_servicessection #verticalTab1 .resp-tabs-list li {
  font-weight: 400;
  font-size: 32px;
  color: #666666;
  list-style: none;
  cursor: pointer;
  float: left;
  display: block;
  padding: 12px 15px !important;
  cursor: pointer;
  float: none;
  border: 0px solid transparent;
  border-bottom: #E0E0E0 solid 1px;
  cursor: pointer;
}
.hm_servicessection #verticalTab1 .resp-tabs-list li:first-child {
  padding-top: 0px;
}
.hm_servicessection #verticalTab1 .resp-tabs-list li:hover {
  border-color: #c1c1c1;
  position: relative;
  z-index: 1;
  color: #000000;
}
.hm_servicessection #verticalTab1 .resp-tabs-container {
  width: 50%;
  padding: 0px 30px 0px 0px;
}
.hm_servicessection #verticalTab1 .resp-tabs-container .content_tab {
  height: 100%;
}
.hm_servicessection #verticalTab1 .resp-tabs-container > div {
  display: none;
  height: 100%;
}
.hm_servicessection #verticalTab1 .resp-tabs-container > div.active {
  display: block;
  height: 100%;
}
.hm_servicessection #verticalTab1 {
  /* Hover Active Class */
}
.hm_servicessection #verticalTab1 .hover_active {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hm_servicessection #verticalTab1 {
  /* Image box */
}
.hm_servicessection #verticalTab1 .imgsquire {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.hm_servicessection #verticalTab1 .imgsquire img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1700px) {
  .hm_servicessection #verticalTab1 .resp-tabs-list li {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
  .hm_servicessection #verticalTab1 .resp-tabs-list li {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .hm_servicessection #verticalTab1 .resp-tabs-list li {
    font-size: 20px;
    line-height: 1.2;
    padding: 11px 15px 11px 15px !important;
  }
}
@media (max-width: 1200px) {
  .hm_servicessection #verticalTab1 .resp-tabs-list li {
    padding: 9px 15px 9px 15px !important;
  }
}
@media (max-width: 1024px) {
  .hm_servicessection #verticalTab1 .resp-tabs-list li {
    padding: 5px 15px 5px 15px !important;
  }
}
@media (max-width: 991px) {
  .hm_servicessection #verticalTab1 .resp-tabs-list li {
    padding: 14px 15px 14px 15px !important;
  }
}
@media (max-width: 767px) {
  .hm_servicessection #verticalTab1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hm_servicessection #verticalTab1 .side_box, .hm_servicessection #verticalTab1 .resp-tabs-container {
    width: 100%;
    padding: 0px;
  }
  .hm_servicessection #verticalTab1 .side_box {
    margin: 0px 0px 20px 0px;
  }
  .hm_servicessection #verticalTab1 .resp-tabs-list li {
    padding: 8px 0px !important;
  }
  .hm_servicessection #verticalTab1 .imgsquire {
    border-radius: 20px;
  }
}

.hm_whyChoosesection .bg_skybule {
  border-radius: 80px;
  overflow: hidden;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.hm_whyChoosesection .showdesktop {
  display: block;
}
.hm_whyChoosesection .showtab {
  display: none;
}
@media (max-width: 991px) {
  .hm_whyChoosesection .showdesktop {
    display: none;
  }
  .hm_whyChoosesection .showtab {
    display: block;
  }
}
.hm_whyChoosesection .diagram-svg-wrap {
  width: 100%;
  display: block;
}
.hm_whyChoosesection .diagram-svg-wrap svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.hm_whyChoosesection .fo-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hm_whyChoosesection .fo-center h2 {
  font-weight: 400;
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0px;
  padding: 0px;
}
.hm_whyChoosesection .fo-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 18px;
}
.hm_whyChoosesection .fo-node p {
  font-size: 20px;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.1;
  margin: 0px;
  padding: 0px 5px;
}
.hm_whyChoosesection {
  /* MOBILE SVG */
}
.hm_whyChoosesection .diagram-mobile {
  display: none;
}
@media (max-width: 767px) {
  .hm_whyChoosesection .diagram-svg-wrap {
    display: none;
  }
  .hm_whyChoosesection .diagram-mobile {
    display: block;
    width: 100%;
  }
  .hm_whyChoosesection .section {
    padding: 30px 16px;
  }
}
@media (max-width: 1366px) {
  .hm_whyChoosesection .fo-node p {
    padding: 0px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .hm_whyChoosesection .bg_skybule {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hm_whyChoosesection .fo-node p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hm_whyChoosesection .bg_skybule {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hm_whyChoosesection .fo-node p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .hm_whyChoosesection .bg_skybule {
    padding-left: 7px;
    padding-right: 7px;
  }
  .hm_whyChoosesection .fo-node p {
    font-size: 22px;
  }
}

.hm_associatedsection .row {
  margin-bottom: -30px;
}
.hm_associatedsection .row .col-lg-6, .hm_associatedsection .row .col-lg-2, .hm_associatedsection .row .col-xl-2 {
  margin-bottom: 30px;
}
.hm_associatedsection .boxImg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  min-height: 200px;
  width: 100%;
  border: #D9D9D9 solid 1px;
  border-radius: 30px;
  overflow: hidden;
}
.hm_associatedsection .boxImg2 img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hm_associatedsection .boxImg2 img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hm_associatedsection .boxImg2.brdnone {
  border-color: transparent;
  border-radius: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hm_associatedsection .boxImg2.brdnone .hd1 {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1500px) {
  .hm_associatedsection .boxImg2 {
    border-radius: 20px;
    min-height: 160px;
  }
  .hm_associatedsection .boxImg2 img {
    max-height: 120px;
  }
}
@media (max-width: 1366px) {
  .hm_associatedsection .boxImg2 {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .hm_associatedsection .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hm_associatedsection .mb-btm0 {
    margin-bottom: 5px !important;
  }
  .hm_associatedsection .boxImg2 {
    text-align: center;
  }
  .hm_associatedsection .boxImg2.brdnone {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 1px;
  }
}
@media (max-width: 480px) {
  .hm_associatedsection .row {
    margin-bottom: -15px;
  }
  .hm_associatedsection .row .col-lg-6, .hm_associatedsection .row .col-lg-2, .hm_associatedsection .row .col-xl-2 {
    margin-bottom: 15px;
  }
  .hm_associatedsection .boxImg2 {
    border-radius: 15px;
    min-height: 120px;
  }
  .hm_associatedsection .boxImg2 img {
    max-height: 80px;
  }
}
@media (max-width: 360px) {
  .hm_associatedsection .boxImg2 {
    min-height: 100px;
  }
  .hm_associatedsection .boxImg2 img {
    max-height: 66px;
  }
}

.hm_clientssection .boxclient {
  margin: 0px 15px;
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}
.hm_clientssection .boxclient img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hm_clientssection .boxclient img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hm_clientssection .boxclient img {
  margin-left: auto;
  margin-right: auto;
  max-height: 92px;
}
@media (max-width: 1024px) {
  .hm_clientssection .boxclient {
    min-height: 73px;
  }
}
@media (max-width: 991px) {
  .hm_clientssection .hd1 {
    text-align: center;
    padding-bottom: 20px;
  }
}

.maxwidth711 {
  max-width: 711px;
}

.maxwidth1428 {
  max-width: 1428px;
}

.brdradius {
  border-radius: 60px;
}

.vision_mission_section {
  position: relative;
}
.vision_mission_section .section_comman1 {
  position: relative;
}
.vision_mission_section .section_comman1::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 49%;
  width: 40%;
  height: 4px;
  background: #25B6D1;
}
.vision_mission_section .section_comman1 .container {
  position: relative;
  z-index: 2;
}
.vision_mission_section .section_comman1.mission_section {
  padding-bottom: 50px;
}
.vision_mission_section .section_comman1.mission_section::after {
  width: 36%;
  top: calc(49% - 50px);
}
.vision_mission_section .section_comman1 .li_dash {
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .vision_mission_section .section_comman1.mission_section {
    padding-bottom: 50px;
  }
  .vision_mission_section .section_comman1.mission_section::after {
    width: 32%;
    top: calc(49% - 30px);
  }
}
@media (max-width: 1200px) {
  .vision_mission_section .section_comman1 .imgbox {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .vision_mission_section .section_comman1.mission_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .vision_mission_section .section_comman1 .imgbox {
    margin-top: 30px;
    max-width: 220px;
  }
  .vision_mission_section .section_comman1.mission_section::after, .vision_mission_section .section_comman1::after {
    width: 72%;
    top: auto;
    bottom: 94px;
  }
  .vision_mission_section .section_comman1.mission_section {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .vision_mission_section .section_comman1 .imgbox {
    max-width: 190px;
  }
  .vision_mission_section .section_comman1.mission_section::after, .vision_mission_section .section_comman1::after {
    width: 66%;
    top: auto;
    bottom: 84px;
  }
}

.milestones_section {
  position: relative;
}
.milestones_section::before {
  content: "";
  position: absolute;
  top: 63.5%;
  left: 0;
  right: 0;
  background: #DDFCFF;
  width: 100%;
  height: 2px;
  margin: auto;
}
.milestones_section .milestonesBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 35px;
}
.milestones_section .milestonesBox .year {
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  margin-bottom: 50px;
  color: #ECECEC;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.milestones_section .milestonesBox .year strong {
  font-weight: 500;
}
@media (max-width: 1700px) {
  .milestones_section .milestonesBox .year {
    font-size: 68px;
  }
}
@media (max-width: 1200px) {
  .milestones_section .milestonesBox .year {
    font-size: 50px;
  }
}
@media (max-width: 420px) {
  .milestones_section .milestonesBox .year {
    font-size: 40px;
  }
}
.milestones_section .milestonesBox .textcontent {
  width: 100%;
}
.milestones_section .milestonesBox .textcontent p {
  color: #232323;
}
.milestones_section .milestonesBox .textcontent p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.milestones_section .milestonesBox::before {
  content: "";
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  background: #25B6D1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: auto;
}
.milestones_section .slick-current .milestonesBox .year {
  color: rgba(102, 102, 102, 0.4);
}
@media (min-width: 1880px) and (max-width: 2500px) {
  .milestones_section::before {
    top: 63.5%;
  }
  .milestones_section .milestonesBox::before {
    top: 118px;
  }
}
@media (min-width: 1878px) and (max-width: 1879px) {
  .milestones_section::before {
    top: 60%;
  }
  .milestones_section .milestonesBox::before {
    top: 118px;
  }
}
@media (min-width: 1876px) and (max-width: 1877px) {
  .milestones_section::before {
    top: 57%;
  }
  .milestones_section .milestonesBox::before {
    top: 118px;
  }
}
@media (min-width: 1801px) and (max-width: 1875px) {
  .milestones_section::before {
    top: 60.5%;
  }
  .milestones_section .milestonesBox::before {
    top: 118px;
  }
}
@media (max-width: 1800px) {
  .milestones_section::before {
    top: 60.5%;
  }
  .milestones_section .milestonesBox::before {
    top: 120px;
  }
}
@media (max-width: 1700px) {
  .milestones_section::before {
    top: 60.5%;
  }
  .milestones_section .milestonesBox::before {
    top: 116px;
  }
  .milestones_section .milestonesBox .textcontent p {
    padding-bottom: 20px;
  }
}
@media (max-width: 1600px) {
  .milestones_section::before {
    top: 63.5%;
  }
  .milestones_section .milestonesBox::before {
    top: 112px;
  }
  .milestones_section .milestonesBox .textcontent p {
    padding-bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .milestones_section::before {
    top: 56%;
  }
  .milestones_section .milestonesBox::before {
    top: 80px;
  }
  .milestones_section .milestonesBox .year {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .milestones_section::before {
    top: 58%;
  }
  .milestones_section .milestonesBox::before {
    top: 92px;
  }
  .milestones_section .milestonesBox .year {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  .milestones_section::before {
    top: 58.5%;
  }
}
@media (max-width: 1200px) {
  .milestones_section::before {
    top: 51%;
  }
}
@media (min-width: 1025px) and (max-width: 1073px) {
  .milestones_section::before {
    top: 49%;
  }
}
@media (max-width: 1024px) {
  .milestones_section::before {
    top: 56%;
  }
  .milestones_section .milestonesBox::before {
    top: 85px;
  }
  .milestones_section .milestonesBox .year {
    margin-bottom: 40px;
  }
  .milestones_section .milestonesBox .textcontent p {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .milestones_section::before {
    top: 54%;
  }
  .milestones_section .milestonesBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .milestones_section .milestonesBox::before {
    top: 85px;
  }
  .milestones_section .milestonesBox .year {
    margin-bottom: 40px;
  }
  .milestones_section .milestonesBox .year, .milestones_section .milestonesBox .textcontent {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 801px) and (max-width: 881px) {
  .milestones_section::before {
    top: 58%;
  }
}
@media (min-width: 768px) and (max-width: 811px) {
  .milestones_section::before {
    top: 58%;
  }
}
@media (max-width: 767px) {
  .milestones_section::before {
    top: 61%;
  }
  .milestones_section .milestonesBox::before {
    top: 69px;
  }
  .milestones_section .milestonesBox .year {
    font-size: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .milestones_section::before {
    top: 68.7%;
  }
  .milestones_section .milestonesBox {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .milestones_section::before {
    top: 68.7%;
  }
}

@media (max-width: 767px) {
  .our_team_section {
    text-align: center;
  }
}

.director_section .maxwidth1428 {
  margin: 0px auto;
}
.director_section .bg_skybule {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .director_section .bg_skybule {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .director_section .brdradius {
    border-radius: 30px;
  }
}

.inner_whySection .list_why .row {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 50px;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner_whySection .list_why .row:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.inner_whySection .list_why .hd1 {
  padding: 0px;
  margin: 0px;
}
.inner_whySection .list_why p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .inner_whySection .list_why .row .col-md-2 {
    width: 12.666667%;
  }
  .inner_whySection .list_why .row .col-md-6 {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .inner_whySection .list_why .row {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .inner_whySection .list_why .row .col-md-2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .inner_whySection .list_why .row .col-md-6 {
    width: 100%;
  }
  .inner_whySection .list_why p {
    text-align: center;
  }
}

.productTypesSection .m-btm30 {
  margin-bottom: 30px;
}
.productTypesSection .multiDetail .hd1 {
  margin-top: 100px;
}
.productTypesSection .multiDetail .hd1:first-child {
  margin-top: 0px;
}
.productTypesSection .multiDetail .list_types {
  margin-top: 30px;
}
.productTypesSection .list_types {
  margin-bottom: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productTypesSection .list_types.p_full .box_type p {
  max-width: 100%;
}
.productTypesSection .list_types.p-btm0 .box_type p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.productTypesSection .list_types .box_type {
  background: #F0FEFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
  border-radius: 30px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productTypesSection .list_types .box_type h3 {
  font-family: "Afacad", sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #232323;
  font-weight: 600;
  padding-bottom: 20px;
}
.productTypesSection .list_types .box_type h4 {
  font-family: "Afacad", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #4f4f4f;
  font-weight: 400;
  padding-bottom: 10px;
}
.productTypesSection .list_types .box_type h4.paddtop10 {
  padding-top: 10px;
  padding-bottom: 7px;
}
.productTypesSection .list_types .box_type p {
  max-width: 335px;
  font-size: 28px;
}
.productTypesSection .list_types .box_type .li_dash {
  margin: 0px;
  padding: 0px;
}
.productTypesSection .list_types .box_type .li_dash li {
  font-size: 26px;
  line-height: 32px;
  color: #878787;
  padding-bottom: 5px;
}
.productTypesSection .list_types .box_type .li_dash.color000 li {
  color: #000000;
  padding-bottom: 14px;
}
.productTypesSection .list_types .box_type .li_dash.nonedash li {
  padding-left: 0px;
}
.productTypesSection .list_types .box_type .li_dash.nonedash li::before {
  display: none;
}
.productTypesSection .list_types .box_type:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.21);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.productTypesSection .detail_table {
  padding: 50px 0px;
}
.productTypesSection .detail_table.padd0 {
  padding: 0px;
}
.productTypesSection .detail_table .table {
  border-radius: 20px;
  overflow: hidden;
}
.productTypesSection .detail_table .table tr th, .productTypesSection .detail_table .table tr td {
  padding-left: 13px;
  padding-right: 13px;
}
.productTypesSection .detail_table .table tr th {
  background: #8bcad1;
}
.productTypesSection .detail_table .table tr td {
  background: #F0FEFF;
}
@media (max-width: 1700px) {
  .productTypesSection .list_types .box_type h3 {
    font-size: 28px;
    line-height: 1.24;
  }
  .productTypesSection .list_types .box_type h4 {
    margin-bottom: 0px;
  }
  .productTypesSection .list_types .box_type p {
    max-width: 335px;
    font-size: 24px;
  }
  .productTypesSection .list_types .box_type .li_dash li {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 1500px) {
  .productTypesSection .list_types .box_type h3 {
    font-size: 26px;
    line-height: 1.19;
  }
  .productTypesSection .list_types .box_type h4 {
    font-size: 26px;
  }
  .productTypesSection .list_types .box_type p {
    font-size: 23px;
    padding-bottom: 18px;
  }
  .productTypesSection .list_types .box_type .li_dash li {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .productTypesSection .list_types .box_type {
    padding: 30px 20px;
  }
  .productTypesSection .list_types .box_type h3 {
    font-size: 24px;
  }
  .productTypesSection .list_types .box_type h4 {
    font-size: 23px;
  }
  .productTypesSection .list_types .box_type p {
    font-size: 21px;
    padding-bottom: 14px;
  }
  .productTypesSection .list_types .box_type .li_dash li {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  .productTypesSection .col-lg-3 {
    width: 33.33333333%;
  }
}
@media (max-width: 1024px) {
  .productTypesSection .list_types .box_type {
    padding: 30px 20px;
  }
  .productTypesSection .list_types .box_type .col-lg-6.col-md-6.col-sm-6 {
    height: 100%;
    width: calc(100% - 60px);
  }
  .productTypesSection .list_types .box_type h3 {
    font-size: 24px;
  }
  .productTypesSection .list_types .box_type p {
    font-size: 21px;
    padding-bottom: 14px;
  }
  .productTypesSection .list_types .box_type .li_dash.m-bottom30 {
    margin-bottom: 10px;
  }
  .productTypesSection .list_types .box_type .li_dash li {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .productTypesSection .list_types .box_type h3 {
    padding-bottom: 15px;
  }
  .productTypesSection .detail_table {
    padding: 30px 0px;
  }
  .productTypesSection .detail_table .table tr th, .productTypesSection .detail_table .table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .productTypesSection .list_types .box_type {
    padding: 20px 15px;
  }
}

.product_detail .imgsquire.marginleft30 {
  margin-left: 0px !important;
}

.formandimgSection {
  padding: 50px 0px 0px 0px;
}
.formandimgSection.padd-top0 {
  padding-top: 0px;
}
.formandimgSection .imgsquire {
  max-width: 90% !important;
}
.formandimgSection .btn_icon {
  min-width: inherit;
}
@media (max-width: 1200px) {
  .formandimgSection .imgsquire {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .formandimgSection .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .formandimgSection .imgsquire.marginright30 {
    margin-right: 0px !important;
  }
  .formandimgSection .btnarea.btn_lineblock {
    text-align: center;
  }
  .formandimgSection .btnarea.btn_lineblock .btn_common {
    margin: 0px auto 10px auto;
  }
}

.contact_us_section .maxwidth600 {
  max-width: 600px;
}
.contact_us_section .minheight {
  margin-bottom: 20px;
}
.contact_us_section .minheight.m-p_none {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.contact_us_section .minheight p:last-child {
  padding-bottom: 0px;
}
@media (min-width: 1025px) {
  .contact_us_section .hd1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .contact_us_section .hd1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact_us_section {
    margin-bottom: 0px;
  }
  .contact_us_section .minheight {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .contact_us_section {
    text-align: center;
  }
  .contact_us_section .minheight {
    min-height: inherit;
    margin-bottom: 30px;
  }
  .contact_us_section .minheight.m-p_none {
    padding-bottom: 30px;
  }
  .contact_us_section .minheight p {
    padding: 0px;
  }
  .contact_us_section .minheight.maxwidth600 b {
    display: block;
  }
  .contact_us_section .minheight.maxwidth600 p br {
    display: none;
  }
}

.mapareaSection {
  position: relative;
  z-index: 1;
}
.mapareaSection .maparea {
  margin-bottom: -9px;
  overflow-y: hidden;
}
.mapareaSection .maparea iframe {
  border: none;
  width: 100%;
  height: 800px;
}
@media (max-width: 1500px) {
  .mapareaSection .maparea iframe {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .mapareaSection .maparea iframe {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .mapareaSection .maparea iframe {
    height: 350px;
  }
}

.testimonials_section .hd2 {
  top: 0%;
}
.testimonials_section .testimonials_area {
  max-width: 90%;
  margin: 0px auto;
}
.testimonials_section .testimonials_area .box_testimonials {
  position: relative;
  margin: 0px 10px;
  margin-bottom: 10px;
  max-width: 1170px;
  padding: 20px 15px; /*min-height: 270px;*/
  font-family: "Afacad", sans-serif;
  text-align: center;
  border: #D9D9D9 solid 1px;
  border-radius: 9px;
}
.testimonials_section .testimonials_area .box_testimonials p {
  font-size: 24px;
  color: #232323;
  line-height: 32px;
}
@media (max-width: 1700px) {
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1600px) {
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1500px) {
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 18px;
    line-height: 24px;
  }
}
.testimonials_section .testimonials_area .box_testimonials p img {
  display: line;
}
.testimonials_section .testimonials_area .box_testimonials p .commna {
  font-size: 40px;
  color: #25B6D1;
  font-weight: bold;
  position: relative;
  top: 7px;
  line-height: 1;
  padding: 0px 7px;
}
.testimonials_section .testimonials_area .box_testimonials .person_name {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
}
.testimonials_section .slick-dots {
  bottom: -35px;
  right: auto;
  left: auto;
  width: calc(100% - 15px);
  text-align: center;
}
.testimonials_section .slick-dots li {
  margin: 0px 3px;
  width: auto;
  height: auto;
}
.testimonials_section .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #fff;
  border: #ACACAC solid 2px;
  padding: 0px;
  border-radius: 100%;
}
.testimonials_section .slick-dots li button:before {
  display: none;
}
.testimonials_section .slick-dots li.slick-active {
  width: auto;
}
.testimonials_section .slick-dots li.slick-active button {
  background: #19437C;
  width: 30px;
  border-color: #19437C;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .testimonials_section .testimonials_area .box_testimonials {
    padding: 20px;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .testimonials_section {
    padding-bottom: 70px;
  }
  .testimonials_section .testimonials_area .box_testimonials {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .testimonials_section .testimonials_area .box_testimonials .box_testimonials p {
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .testimonials_section .testimonials_area {
    max-width: 100%;
  }
  .testimonials_section .testimonials_area .box_testimonials {
    padding: 15px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .testimonials_section {
    padding: 30px 0px 70px 0px;
  }
}
@media (max-width: 480px) {
  .testimonials_section .testimonials_area .box_testimonials:after {
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: 26px;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
}

/* ------- Mani Area End ------- */
/* ------- Footer Area Start ------- */
.fotter_area {
  font-size: 22px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-28.32%, #28D1DF), color-stop(148.13%, #172F87));
  background: linear-gradient(180deg, #28D1DF -28.32%, #172F87 148.13%);
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.fotter_area a {
  color: #ffffff;
}
.fotter_area a:hover {
  color: #02131e;
}
.fotter_area .comman_footer.footerlogo_area {
  max-width: 692px;
  margin-top: 1px;
}
.fotter_area .comman_footer .footerlogo {
  position: relative;
  max-width: 100%;
  margin-bottom: 90px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}
.fotter_area .comman_footer .footerlogo a {
  display: block;
}
.fotter_area .comman_footer .footerlogo a img {
  max-width: 100%;
}
.fotter_area .comman_footer .footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0px 40px 0px;
}
.fotter_area .comman_footer .footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .comman_footer .footer_navi ul li {
  padding-right: 60px;
  font-size: 26px;
}
.fotter_area .comman_footer .footer_navi ul li:last-child {
  padding-right: 0px;
}
.fotter_area .comman_footer .footer_navi ul li a {
  color: #ffffff;
}
.fotter_area .comman_footer .footer_navi ul li a:hover {
  color: #02131e;
}
.fotter_area .comman_footer .footer_navi ul li.active a {
  color: #02131e;
}
.fotter_area .comman_footer .footer_social_area .list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 500;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div.li_spc1 i {
  font-size: 20px;
  font-weight: bold;
  margin-right: 13px;
  color: #ffffff;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div:first-child {
  margin-right: 0px;
  margin-right: 60px;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div:last-child {
  margin-right: 0px;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div.social_link {
  position: absolute;
  left: 15px;
  bottom: 0px;
}
.fotter_area .footer_link {
  padding: 80px 0px 80px 0px;
}
.fotter_area .footer_link .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.fotter_area .social_link {
  width: auto;
  margin: 13px 0px 0px 0px;
}
.fotter_area .social_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.fotter_area .social_link ul li:last-child {
  padding-right: 0px;
}
.fotter_area .social_link ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #DCBD90;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.fotter_area .social_link ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fotter_area .social_link ul li.facebook a:hover {
  background-color: #475993;
}
.fotter_area .social_link ul li.twitter a:hover {
  background-color: #55ACEE;
}
.fotter_area .social_link ul li.youtube a:hover {
  background-color: #D50000;
}
.fotter_area .social_link ul li.linkedin a:hover {
  background-color: #207CBA;
}
.fotter_area .social_link ul li.googleplus a:hover {
  background-color: #DC4E41;
}
.fotter_area .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 );
}
.fotter_area .social_link ul li.inquire_now a {
  background-color: #000;
}
.fotter_area .social_link {
  margin: 16px 0px 0px 0px;
}
.fotter_area .social_link ul {
  margin-top: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fotter_area .social_link ul li {
  font-size: 18px;
  padding-right: 40px;
  margin-right: 0px;
  border: none;
  background: none;
}
.fotter_area .social_link ul li:last-child {
  padding-right: 0px;
}
.fotter_area .social_link ul li:hover {
  background: none;
}
.fotter_area .social_link ul li i {
  margin: 0px !important;
}
.fotter_area .social_link ul li.facebook a i {
  margin-top: 2px;
}
.fotter_area .social_link ul li.x_social svg {
  width: 26px;
  height: auto;
}
.fotter_area .social_link ul li.youtube svg {
  width: 32px;
  height: auto;
}
.fotter_area .social_link ul li:last-child {
  padding-right: 0px;
}
.fotter_area .social_link ul li a {
  border: none;
  color: #E8560A;
  background: none;
  width: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fotter_area .social_link ul li a:hover {
  color: #fff;
  background: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -10px;
}
.fotter_area .bottom_area {
  font-size: 22px;
  line-height: 22px;
}
.fotter_area .bottom_area .copyright {
  text-align: right;
  padding-bottom: 25px;
}
.fotter_area .bottom_area .website_by {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .bottom_area .website_by img {
  max-width: 25px;
}
.fotter_area .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .fotter_area .comman_footer .footerlogo {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 60px;
  }
  .fotter_area .comman_footer.footerlogo_area {
    max-width: 560px;
  }
  .fotter_area .comman_footer .footer_navi ul li {
    padding-right: 40px;
    font-size: 22px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    font-size: 24px;
  }
  .fotter_area .social_link ul li {
    font-size: 14px;
  }
  .fotter_area .bottom_area {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1500px) {
  .fotter_area .comman_footer .footerlogo {
    font-size: 50px;
    line-height: 60px;
  }
  .fotter_area .comman_footer.footerlogo_area {
    max-width: 470px;
  }
  .fotter_area .comman_footer .footer_navi {
    padding-bottom: 30px;
  }
  .fotter_area .comman_footer .footer_navi ul li {
    padding-right: 50px;
    font-size: 22px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    font-size: 24px;
  }
  .fotter_area .social_link ul li {
    font-size: 16px;
    padding-right: 30px;
  }
  .fotter_area .social_link ul li svg {
    width: 26px;
    height: auto;
  }
  .fotter_area .social_link ul li.x_social svg {
    width: 22px;
  }
  .fotter_area .social_link ul li.youtube svg {
    width: 22px;
  }
  .fotter_area .bottom_area {
    font-size: 18px;
    line-height: 18px;
  }
  .fotter_area .bottom_area .copyright {
    padding-bottom: 22px;
  }
}
@media (max-width: 1366px) {
  .fotter_area .comman_footer.footerlogo_area {
    max-width: 450px;
    width: auto;
  }
  .fotter_area .comman_footer.footerlogo_area .footerlogo {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .fotter_area .comman_footer .footer_navi ul li {
    padding-right: 50px;
    font-size: 20px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    font-size: 22px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:first-child {
    margin-right: 40px;
  }
  .fotter_area .footer_link {
    padding: 50px 0px;
  }
  .fotter_area .footer_link .footer_navi {
    padding-bottom: 32px;
  }
  .fotter_area .bottom_area {
    font-size: 16px;
    line-height: 16px;
  }
  .fotter_area .bottom_area .copyright {
    padding-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .fotter_area .comman_footer.footerlogo_area {
    max-width: 370px;
    width: auto;
  }
  .fotter_area .comman_footer.footerlogo_area .footerlogo {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:first-child {
    margin-right: 20px;
  }
  .fotter_area .footer_link .footer_navi {
    padding-bottom: 32px;
  }
  .fotter_area .footer_link .footer_navi ul li {
    padding-right: 30px;
  }
  .fotter_area .bottom_area {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    font-size: 15px;
  }
  .fotter_area .comman_footer.footerlogo_area .footerlogo {
    max-width: 320px;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .fotter_area .comman_footer.navi_footer {
    padding: 0px;
  }
  .fotter_area .comman_footer .footer_navi {
    padding: 20px 0px;
  }
  .fotter_area .social_link ul li {
    font-size: 16px;
    padding-right: 20px;
  }
  .fotter_area .social_link ul li svg {
    width: 22px;
    height: auto;
  }
  .fotter_area .social_link ul li.x_social svg {
    width: 18px;
  }
  .fotter_area .social_link ul li.youtube svg {
    width: 18px;
  }
  .fotter_area .footer_link {
    padding: 40px 0px;
  }
  .fotter_area .footer_link .footer_navi ul li {
    padding-right: 21px;
    font-size: 14px;
  }
  .fotter_area .bottom_area {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .fotter_area {
    padding-top: 0px;
  }
  .fotter_area .footer_link {
    padding: 30px 0px 15px 0px;
  }
  .fotter_area .comman_footer {
    padding: 0px 0px 30px 0px;
    width: 100%;
    padding: 0px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    font-size: 18px;
    position: relative;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:first-child::after {
    content: "|";
    padding-left: 20px;
  }
  .fotter_area .comman_footer.footerlogo_area {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .fotter_area .comman_footer.footerlogo_area .footerlogo {
    max-width: 100%;
    margin: 0px auto;
    font-size: 32px;
    line-height: 32px;
  }
  .fotter_area .comman_footer:last-child {
    padding-bottom: 0px;
  }
  .fotter_area .comman_footer.navi_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fotter_area .comman_footer.navi_footer .footer_navi {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fotter_area .comman_footer.navi_footer .footer_social_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fotter_area .comman_footer.navi_footer .bottom_area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fotter_area .comman_footer .footer_navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
  }
  .fotter_area .comman_footer .footer_navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .fotter_area .comman_footer .footer_navi ul li {
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.0011);
  }
  .fotter_area .comman_footer .footer_navi ul li:last-child {
    border-bottom: 0px;
  }
  .fotter_area .comman_footer .footer_navi ul li a {
    display: block;
    padding: 7px 0px;
  }
  .fotter_area .comman_footer .footer_social_area {
    border-top: solid 1px rgba(255, 255, 255, 0.51);
    padding-top: 14px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    font-weight: 400;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:nth-child(2) {
    margin-right: 0px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div.social_link {
    width: 100%;
    position: relative;
    left: inherit;
    bottom: inherit;
    margin-top: 15px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div.social_link ul {
    margin: 0px auto 0px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div.social_link ul li {
    font-size: 18px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div.social_link ul li a {
    height: auto;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div.li_spc1 i {
    margin-right: 6px;
  }
  .fotter_area .footer_link .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
  .fotter_area .bottom_area {
    text-align: center;
    padding: 25px 0px 0px 0px;
    margin-top: 25px;
    font-size: 16px;
    border-top: solid 1px rgba(255, 255, 255, 0.51);
  }
  .fotter_area .bottom_area .website_by, .fotter_area .bottom_area .copyright {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .fotter_area .comman_footer .footerlogo {
    max-width: 200px;
  }
  .fotter_area .comman_footer .footer_navi ul li {
    text-align: center;
    font-size: 20px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    font-size: 20px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:first-child {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:first-child::after {
    display: none;
  }
  .fotter_area .bottom_area {
    font-size: 14px;
    padding-top: 17px;
  }
  .fotter_area .bottom_area .copyright {
    padding-bottom: 5px;
  }
}
@media (max-width: 360px) {
  .fotter_area .comman_footer .footer_social_area .list_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    margin-right: 0px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:first-child {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 330px) {
  .fotter_area .comman_footer .footer_navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .fotter_area .comman_footer .footer_navi ul li {
    width: 100%;
  }
}

/* ------- Footer Area End ------- */
#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #699fc3;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 16px; /* together with this to put the div at the bottom*/
  right: 15px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9;
}
#toTop:hover {
  background: #538bb1;
  color: #fff !important;
}
@media (max-width: 480px) {
  #toTop {
    bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */