/* --- 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;
  max-height: 287px;
  -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;
  }
}
.menuImage.height100per img {
  height: 100%;
  max-height: 100%;
}
@media (max-width: 1366px) {
  .menuImage img {
    max-height: 200px;
  }
}

.nav-link {
  padding: 0px;
}

.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 36px;
  height: 43px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #fff;
  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: #8b7352;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 36px;
    height: 42px;
  }
  .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 {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  z-index: 3;
}
.mainHeader header {
  border-radius: 50px;
  padding: 0px 15px 0px 30px;
  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::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(22, 0, 72, 0.5);
  backdrop-filter: blur(50px);
  border-radius: 50px;
  overflow: hidden;
}
.mainHeader header .naviContact a {
  background: #1AA649;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 50px;
}
.mainHeader header .naviContact a:hover, .mainHeader header .naviContact a.active {
  background: #022660;
}
@media (max-width: 1700px) {
  .mainHeader header .naviContact {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .naviContact {
    display: none;
  }
}
.mainHeader header .logo {
  position: relative;
  padding: 11px 0px;
  max-width: 174px;
  min-width: 174px;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 46px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  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: 20px;
  height: 13px;
  background: url(../images/arrow_menu.png) no-repeat left top;
  position: relative;
  top: 2px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
  font-size: 0px;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    background-size: 12px;
    width: 12px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 11px;
    margin-left: 8px;
    top: 5px;
  }
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li {
    min-height: 65px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 36px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li {
    min-height: 55px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 20px;
  }
  .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;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .mainHeader header .navbarLink ul li::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li:first-child {
    border-top: solid 1px #CBCBCB;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 20px; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 15px;
    line-height: 18px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 19px;
    padding: 15px;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #1AA649;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active, .mainHeader header .navbarLink ul li:hover {
    background: #EDEDED;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #000;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 635px;
  -webkit-box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: none !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  overflow: hidden;
}
.mainHeader header .navbarLink ul li > .dropdown-menu ul {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-bottom: 0px;
  }
}
.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: 4px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  display: block;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li:last-child {
  margin-bottom: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li::before {
  content: "";
  position: absolute;
  background: #160048;
  width: 5px;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li::before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #3C3C3C;
  padding: 10px 20px 12px 20px;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  padding-right: 0px;
  white-space: normal;
  display: block;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 6px 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 0px;
    color: #3c3c3c;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #F3E0FF;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active::before, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover::before {
  opacity: 1;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #0E0532 !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: 410px;
  }
}
@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%;
    padding-bottom: 10px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: left;
    margin-bottom: 10px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #3c3c3c;
    text-align: left;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 18px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
  }
}
.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-toggle i {
    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 .naviContact {
    display: none;
  }
  .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: 17px 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: #F1592D;
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 496px;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 20px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    display: -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: #888888;
  }
  .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, .mainHeader header .naviContact {
  position: relative;
  z-index: 2;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .logo a img {
  display: block;
}
.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 {
    min-height: 65px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header {
    min-height: 55px;
  }
  .mainHeader header .logo {
    max-width: 134px;
    min-width: 134px;
  }
  .mainHeader header .naviContact a {
    padding: 7px 18px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .logo {
    max-width: 128px;
    min-width: 128px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    margin-top: -4px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader {
    top: 20px;
  }
  .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: 135px;
    min-width: 135px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .mainHeader {
    top: 20px;
  }
  .mainHeader header {
    min-height: 50px;
  }
  .mainHeader header .logo {
    max-width: 125px;
    min-width: 125px;
  }
  .mainHeader header .header_right .navbarLink ul li a {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 142px;
    min-width: 142px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 112px;
    min-width: 112px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .logo {
    max-width: 124px;
    min-width: 124px;
  }
}

/* ------- Header Area End ------- */
* {
  margin: 0;
  padding: 0;
}

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

button {
  outline: none !important;
}

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

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

body {
  background: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  color: #000;
  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;
}
p.fnt22 {
  font-size: 22px;
  line-height: 36px;
}
p.paddbtmUl-5 {
  padding-bottom: 5px;
}
@media (max-width: 1366px) {
  p {
    line-height: 24px;
  }
  p.fnt22 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  p.fnt25 {
    font-size: 21px;
    line-height: 30px;
  }
  p.fnt22 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1474px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1720px;
  }
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

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

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

.gradient-text {
  font-size: 70px;
  font-weight: 500;
  line-height: 90px;
  margin: 0px 0px 30px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#0a004e), to(#6b1e8f));
  background: linear-gradient(to right, #0a004e, #6b1e8f); /* Customize colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1700px) {
  .gradient-text {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1500px) {
  .gradient-text {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 1366px) {
  .gradient-text {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 1024px) {
  .gradient-text {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .gradient-text {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .gradient-text {
    font-size: 32px;
    line-height: 42px;
  }
  .gradient-text br {
    display: none;
  }
}
@media (max-width: 380px) {
  .gradient-text {
    font-size: 28px;
    line-height: 1.1;
  }
}

.hd1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  padding: 0px;
  margin: 0px 0px 40px 0px;
  color: #2D2D2D;
}
.hd1.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1500px) {
  .hd1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1366px) {
  .hd1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1024px) {
  .hd1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hd1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

.hd2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 36px 0px;
  color: #000;
}
.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: 23px;
    line-height: 26px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .hd2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.hd3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
}
.hd3.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .hd3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .hd3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hd3 {
    font-size: 17px;
  }
}

.hd4 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #383838;
  padding-bottom: 12px;
  margin: 0px;
}
.hd4.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .hd4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .hd4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hd4 {
    font-size: 18px;
  }
}

.hd6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0px;
  margin: 0px 0px 7px 0px;
  color: #000;
}
.hd6.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1500px) {
  .hd6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .hd6 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .hd6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.hd30 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  color: #2D2D2D;
  margin: 0px 0px 12px 0px;
}
.hd30.fnt00 {
  color: #000;
}
@media (max-width: 1700px) {
  .hd30 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1600px) {
  .hd30 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1500px) {
  .hd30 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .hd30 {
    font-size: 21px;
    line-height: 28px;
  }
}

.hdfont30 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  color: #444444;
}
.hdfont30.marginbtm44 {
  margin-bottom: 44px;
}

.titla18 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .titla18 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

h1 {
  font-family: "Jost", 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);
}

.menuImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuImage.fullHgt img {
  height: 100%;
  min-height: 100%;
}

.fa-caret-down {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.fa-caret-down.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.34s ease;
  transition: -webkit-transform 0.34s ease;
  transition: transform 0.34s ease;
  transition: transform 0.34s ease, -webkit-transform 0.34s ease;
}

/* ------- 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: "Jost", sans-serif;
  padding-top: 26px;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.banner_area .hd_h1 span {
  font-weight: 300;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
}
.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%;
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 55px;
  width: 100%;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .temp .container .bg_bule {
  max-width: 1256px;
}
.banner_area .hm_banner p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.banner_area .hm_banner .btn_banner {
  padding: 30px 0px 0px 0px;
}
.banner_area .hm_banner .slick-slide .temp p {
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp .hd_h1 {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp .btn_banner {
  -webkit-transition: all ease-in-out 1.2s;
  transition: all ease-in-out 1.2s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide.slick-current .temp p {
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .hd_h1 {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .btn_banner {
  -webkit-transition: all ease-in-out 1.2s;
  transition: all ease-in-out 1.2s;
  left: 0;
  opacity: 1;
}
.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: #429452;
}
.banner_area .inner_banner {
  position: relative;
}
.banner_area .inner_banner .hd_h1 {
  font-size: 80px;
  padding: 0px;
  line-height: 1;
  font-style: italic;
}
.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_img.bg_tranfent::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.9%, rgba(100, 170, 204, 0)), color-stop(94.59%, #011423));
  background: linear-gradient(180deg, rgba(100, 170, 204, 0) 27.9%, #011423 94.59%);
}
.banner_area .inner_banner .banner_text {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 50px;
  width: 100%;
}
@media (max-width: 1700px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 80px;
    line-height: 80px;
    padding-top: 22px;
  }
  .banner_area .hm_banner p {
    font-size: 36px;
    line-height: 36px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 70px;
    line-height: 1;
  }
}
@media (max-width: 1600px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .banner_area .hm_banner p {
    font-size: 31px;
    line-height: 42px;
  }
  .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 .hd_h1 {
    font-size: 60px;
    line-height: 60px;
    padding-top: 20px;
  }
  .banner_area .hm_banner p {
    font-size: 30px;
    line-height: 36px;
  }
  .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 .hd_h1 {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  .banner_area .inner_banner .banner_text {
    bottom: 30px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner .temp .container .bg_bule {
    max-width: 766px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 50px;
    line-height: 50px;
    padding-top: 12px;
  }
  .banner_area .hm_banner p {
    font-size: 26px;
    line-height: 31px;
  }
  .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: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .banner_img {
    position: relative;
  }
  .banner_area .hm_banner .banner_img img {
    position: relative;
    z-index: 1;
  }
  .banner_area .hm_banner .banner_img::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 42px;
    line-height: 42px;
    padding-top: 12px;
  }
  .banner_area .hm_banner p {
    font-size: 24px;
    line-height: 28px;
  }
  .banner_area .hm_banner .slick-dots {
    bottom: 15px;
  }
  .banner_area .inner_banner .banner_text {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner_area .slick-dots {
    right: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 13px;
  }
  .banner_area .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .banner_area .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .banner_area .inner_banner {
    margin-top: 2px;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .banner_text {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    bottom: 0px;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .banner_area .hm_banner .temp {
    bottom: 40px;
  }
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@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 .hd_h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .banner_area .hm_banner p {
    font-size: 15px;
    line-height: 18px;
  }
  .banner_area .hm_banner .temp {
    bottom: 50px;
  }
  .banner_area .slick-dots {
    bottom: 7px;
  }
  .banner_area .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .banner_area .inner_banner .banner_text h1 {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .banner_area .inner_banner .banner_text .hd_h1 {
    line-height: 1.1;
  }
}

/* ------- 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 50px 17px 20px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.1px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: left;
  min-width: 210px;
}
.btn_common::after {
  content: "";
  background: url(../images/icon_arrow_right.png) no-repeat center center #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  right: 5px;
  top: 5px;
}
.btn_common:hover {
  background: #000;
}
.btn_common:hover::after {
  background-image: url(../images/icon_arrow_right.png);
}
@media (max-width: 1600px) {
  .btn_common {
    padding: 14px 50px 16px 20px;
  }
  .btn_common::after {
    width: 38px;
    height: 38px;
    background-size: 10px;
  }
}
@media (max-width: 1500px) {
  .btn_common {
    padding: 15px 30px 15px 30px;
  }
}
@media (max-width: 1366px) {
  .btn_common {
    padding: 13px 48px 13px 20px;
    font-size: 16px;
    line-height: 16px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .btn_common::after {
    width: 32px;
    height: 32px;
    background-size: 10px;
  }
}
@media (max-width: 767px) {
  .btn_common {
    font-size: 15px;
  }
}

.btn_primary {
  background: #1AA649;
  color: #fff !important;
}
.btn_primary:hover, .btn_primary:focus {
  background: #3D065F;
  color: #fff !important;
}

.bullet li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 25px 20px;
  line-height: 26px;
}
.bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 2px;
  background: #000;
}
.bullet li:last-child {
  padding-bottom: 0px;
}
.bullet.lipaddbtm5 li {
  padding-bottom: 3px;
}
.bullet.lipaddbtm5 li::before {
  top: 12px;
}
@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: 11px;
    width: 8px;
  }
}

.section_padding {
  padding: 100px 0px;
}
.section_padding.paddtop0 {
  padding-top: 0px;
}
.section_padding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .section_padding {
    padding: 80px 0px;
  }
}
@media (max-width: 1024px) {
  .section_padding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .section_padding {
    padding: 40px 0px;
  }
}

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

.comman_slider .slick-dots {
  margin-top: 30px;
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  bottom: 0px;
  line-height: 0px;
}
.comman_slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 7px;
}
.comman_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0px;
  background-color: #B5B5B5;
  padding: 0px;
  border-radius: 100%;
}
.comman_slider .slick-dots li button:before {
  display: none;
}
.comman_slider .slick-dots li.slick-active button {
  background: #45108A;
}
@media (max-width: 1600px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -40px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -45px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1500px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -38px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
}
@media (max-width: 1400px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -20px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -29px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1366px) {
  .comman_slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0px 4px;
  }
  .comman_slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -35px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -39px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -35px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 991px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -26px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -26px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    top: 45% !important;
    bottom: auto !important;
    right: auto !important;
    left: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 45% !important;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-dots {
    margin-top: 16px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -30px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -30px !important;
  }
}
@media (max-width: 380px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px;
  }
}

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

.margintop5 {
  margin-top: 5px;
}

.margintop10 {
  margin-top: 10px;
}

.margintop30 {
  margin-top: 36px;
}

.mp_contenier {
  min-height: 1024px;
}
.mp_contenier a {
  color: #000;
}
.mp_contenier a:hover {
  color: #0a004e;
}
@media (max-width: 1500px) {
  .mp_contenier {
    min-height: 944px;
  }
}
@media (max-width: 767px) {
  .mp_contenier {
    position: relative;
    z-index: 1;
    min-height: 500px;
  }
}

.commanh1toh6 .hd6 {
  padding-top: 7px;
}
.commanh1toh6 .hd6.firsthd {
  padding-top: 0px;
}

.maxWidth1428 {
  max-width: 1428px;
  margin-left: auto;
  margin-right: auto;
}

.maxWidth1920 {
  max-width: 1920px;
  margin: 0px auto;
}

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

.row.rowMiddal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sticky {
  position: sticky;
  top: 0px;
}

.hm_CoreOfferings .box1Comman {
  background: linear-gradient(152.7deg, #F2DFFF 50.22%, #F8EEFF 95.72%);
  padding: 50px 30px;
  border-radius: 20px;
  position: relative;
  text-align: left;
  overflow: hidden;
  min-height: 500px;
}
.hm_CoreOfferings .box1Comman::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 235px !important;
}
.hm_CoreOfferings .box1Comman .titial1, .hm_CoreOfferings .box1Comman p, .hm_CoreOfferings .box1Comman .btndiv {
  position: relative;
  z-index: 2;
}
.hm_CoreOfferings .box1Comman .titial1 {
  color: #B037FF;
  margin-bottom: 26px;
}
.hm_CoreOfferings .box1Comman p {
  color: #606060;
  padding: 0px;
}
.hm_CoreOfferings .box1Comman .btndiv {
  padding-top: 6px;
}
.hm_CoreOfferings .box1Comman .btndiv .btnmore {
  font-size: 18px;
  font-weight: 500;
  color: #3D264D;
  position: relative;
  padding: 0px 20px 0px 0px;
}
.hm_CoreOfferings .box1Comman .btndiv .btnmore::after {
  content: "";
  background: url(../images/icon_arrow_right1.png) no-repeat left center;
  background-size: 9px;
  width: 9px;
  height: 15px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  right: 0px;
  top: 6px;
}
.hm_CoreOfferings .box1Comman .btndiv .btnmore:hover {
  color: #000;
}
.hm_CoreOfferings .box1Comman.bg1::after {
  background: url(../images/grafic_img1.png) no-repeat right bottom;
}
.hm_CoreOfferings .box1Comman.bg2 {
  background: linear-gradient(152.7deg, #DFEEFF 50.22%, #F8EEFF 95.72%);
}
.hm_CoreOfferings .box1Comman.bg2::after {
  background: url(../images/grafic_img2.png) no-repeat right bottom;
}
.hm_CoreOfferings .box1Comman.bg2 .titial1 {
  color: #4C9DFA;
}
.hm_CoreOfferings .box1Comman.bg3 {
  background: linear-gradient(152.7deg, #FFEBDF 50.22%, #F8EEFF 95.72%);
}
.hm_CoreOfferings .box1Comman.bg3::after {
  background: url(../images/grafic_img3.png) no-repeat right bottom;
}
.hm_CoreOfferings .box1Comman.bg3 .titial1 {
  color: #D97F49;
}
.hm_CoreOfferings .box1Comman.bg4 {
  background: linear-gradient(152.7deg, #F4FFDF 50.22%, #F8EEFF 95.72%);
}
.hm_CoreOfferings .box1Comman.bg4::after {
  background: url(../images/grafic_img4.png) no-repeat right bottom;
}
.hm_CoreOfferings .box1Comman.bg4 .titial1 {
  color: #9AC449;
}
@media (max-width: 1700px) {
  .hm_CoreOfferings .box1Comman {
    min-height: 470px;
  }
}
@media (max-width: 1500px) {
  .hm_CoreOfferings .box1Comman {
    min-height: 375px;
  }
  .hm_CoreOfferings .box1Comman::after {
    background-size: 180px !important;
  }
}
@media (max-width: 1024px) {
  .hm_CoreOfferings .box1Comman {
    min-height: 385px;
    margin-bottom: 30px;
    padding: 30px;
  }
  .hm_CoreOfferings .margintop30 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .hm_CoreOfferings .box1Comman {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-bottom: 30px;
    padding: 20px;
  }
  .hm_CoreOfferings .box1Comman .hd30, .hm_CoreOfferings .box1Comman p {
    max-width: 260px;
  }
}
@media (max-width: 380px) {
  .hm_CoreOfferings .box1Comman::after {
    background-size: 45% !important;
  }
}

.hm_WhyChoose .info-card {
  background: linear-gradient(60.65deg, #45108A 12.19%, #3D065F 33.36%, #10054D 88.17%);
  color: #fff;
  position: relative;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px 30px;
}
.hm_WhyChoose .info-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px);
  left: 0px;
  top: 0px;
}
.hm_WhyChoose .info-card .hd30 {
  color: #fff;
}
.hm_WhyChoose .info-card h5, .hm_WhyChoose .info-card div {
  position: relative;
  z-index: 2;
}
.hm_WhyChoose .info-card h5 {
  letter-spacing: 0.5px;
  max-width: 288px;
}
.hm_WhyChoose .info-card .card-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 150px;
  height: 150px;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.hm_WhyChoose .info-card .industry-icon {
  background-image: url("../images/icon_industry.png");
}
.hm_WhyChoose .info-card .ai-icon {
  background-image: url("../images/icon_ai.png");
}
.hm_WhyChoose .info-card .iot-icon {
  background-image: url("../images/icon_proven.png");
}
.hm_WhyChoose .info-card .stack-icon {
  background-image: url("../images/full_stack.png");
}
.hm_WhyChoose .info-card .innovation-icon {
  background-image: url("../images/icon_golab.png");
}
.hm_WhyChoose .info-card .agile-icon {
  background-image: url("../images/agile_icon.png");
}
.hm_WhyChoose .info-card .collabration-icon {
  background-image: url("../images/collaboration_icon.png");
}
.hm_WhyChoose .image-card {
  background-size: cover;
  background-position: center;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
}
.hm_WhyChoose .image-card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hm_WhyChoose .image-card 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);
}
@media (max-width: 1200px) {
  .hm_WhyChoose .image-card img {
    height: 100%;
  }
}
@media (max-width: 1600px) {
  .hm_WhyChoose .info-card .card-icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1200px) {
  .hm_WhyChoose .info-card .card-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .hm_WhyChoose .info-card {
    padding: 15px 20px;
  }
  .hm_WhyChoose .info-card .card-icon {
    width: 80px;
    height: 80px;
  }
  .hm_WhyChoose .image-card img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .hm_WhyChoose .info-card {
    min-height: 150px;
  }
  .hm_WhyChoose .info-card .card-icon {
    width: 80px;
    height: 80px;
    right: 10px;
    bottom: 10px;
  }
  .hm_WhyChoose .info-card h5 {
    max-width: 100%;
  }
  .hm_WhyChoose .image-card img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm_WhyChoose .info-card {
    min-height: 150px;
    padding: 15px 30px;
    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;
  }
  .hm_WhyChoose .info-card .card-icon {
    width: 90px;
    height: 90px;
    right: 10px;
    bottom: 10px;
  }
}

.hm_SuccessStories .box2 {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 8px 30px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 30px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hm_SuccessStories .box2 .imgbox {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.hm_SuccessStories .box2 .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hm_SuccessStories .box2 .hd30 {
  color: #2D2D2D;
  margin-bottom: 11px;
}
.hm_SuccessStories .box2 .card-content {
  padding: 30px 0px 0px 0px;
}
.hm_SuccessStories .box2 .card-content p {
  color: #6b6b6b;
  padding: 0px;
  margin: 0px;
}
.hm_SuccessStories .box2 .card-content p .highlight {
  color: #5f2eea;
  font-weight: 600;
}
.hm_SuccessStories .box2:hover .imgbox img {
  -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_SuccessStories .box2:hover .hd30 {
  color: #0a004e;
}
.hm_SuccessStories.insight_section .row {
  margin-bottom: -30px;
}
.hm_SuccessStories.insight_section .col-lg-6 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hm_SuccessStories.insight_section .row {
    margin-bottom: 0px;
  }
  .hm_SuccessStories.insight_section .col-lg-6 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .hm_SuccessStories .box2 {
    margin-bottom: 30px;
    padding: 15px;
  }
  .hm_SuccessStories .box2.h-100 {
    height: auto !important;
  }
  .hm_SuccessStories .box2 .card-content {
    padding-top: 12px;
  }
}
@media (max-width: 480px) {
  .hm_SuccessStories .box2 {
    margin-bottom: 20px;
  }
  .hm_SuccessStories .box2 .imgbox img {
    min-height: 200px;
  }
}

.hm_industries_we_serve {
  background: url(../images/bg_industries_we_serve.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
.hm_industries_we_serve::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(60.65deg, #45108A 12.19%, #3D065F 33.36%, #10054D 88.17%);
  opacity: 50%;
}
.hm_industries_we_serve .container {
  position: relative;
  z-index: 2;
}
.hm_industries_we_serve .hd2 {
  margin-bottom: 0px;
}
.hm_industries_we_serve ul {
  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;
  margin-bottom: -10px;
}
.hm_industries_we_serve ul li {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px);
  border-radius: 12px;
  width: calc(25% - 10px);
  overflow: hidden;
  margin: 0px 0px 10px 10px;
  padding: 24px;
  text-align: center;
  color: white;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.hm_industries_we_serve ul li a {
  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;
}
.hm_industries_we_serve ul li:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.hm_industries_we_serve ul li img {
  max-width: 70px;
}
.hm_industries_we_serve ul li span {
  margin-top: 12px;
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.hm_industries_we_serve a {
  color: #fff;
}
@media (max-width: 1700px) {
  .hm_industries_we_serve ul li {
    padding: 20px 15px;
  }
  .hm_industries_we_serve ul li img {
    max-width: 65px;
  }
  .hm_industries_we_serve ul li span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .hm_industries_we_serve ul li {
    padding: 20px 9px;
  }
  .hm_industries_we_serve ul li img {
    max-width: 50px;
  }
  .hm_industries_we_serve ul li span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hm_industries_we_serve ul li {
    padding: 15px 5px;
    width: calc(33.33% - 10px);
  }
  .hm_industries_we_serve ul li img {
    max-width: 65px;
  }
  .hm_industries_we_serve ul li span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hm_industries_we_serve .hd1 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hm_industries_we_serve ul {
    margin: -7px;
  }
  .hm_industries_we_serve ul li {
    width: calc(50% - 14px);
    margin: 7px;
  }
  .hm_industries_we_serve ul li span {
    line-height: 1.1;
  }
}

.hm_OurClients .comman_slider {
  margin: -15px -15px -20px -15px;
}
.hm_OurClients .clientBox {
  -webkit-box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  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;
  height: 180px;
  width: calc(100% - 30px);
  margin: 15px 15px 20px 15px;
  padding: 5px;
  overflow: hidden;
}
.hm_OurClients .clientBox img {
  max-height: 90px;
}
.hm_OurClients .clientBox img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hm_OurClients .clientBox 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);
}
@media (max-width: 1700px) {
  .hm_OurClients .clientBox {
    height: 130px;
    padding: 15px;
  }
}
@media (max-width: 1366px) {
  .hm_OurClients .clientBox {
    height: 110px;
  }
  .hm_OurClients .clientBox img {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .hm_OurClients .clientBox {
    height: 130px;
  }
}

.p_fnt500 p {
  font-weight: 500;
  color: #606060;
}

.hdtop22 .hd30 {
  padding-top: 22px;
}

.text_and_img_section {
  position: relative;
}
.text_and_img_section::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_img1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  max-width: 780px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px auto;
}
.text_and_img_section .imgbox {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
}
.text_and_img_section .text_contener {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin-right: 30px;
}
.text_and_img_section .text_contener .hd30 {
  padding-top: 22px;
}
.text_and_img_section .text_contener .hd30:first-child {
  padding-top: 0px;
}
.text_and_img_section .reverse .text_contener {
  margin-left: 30px;
  margin-right: 0px;
}
.text_and_img_section .reverse .colam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.text_and_img_section.bgimg2::after {
  background-image: url(../images/grafic_img2.png);
  opacity: 0.2;
}
.text_and_img_section.bgimg3::after {
  background-image: url(../images/grafic_img3.png);
  opacity: 0.2;
}
.text_and_img_section.bgimg4::after {
  background-image: url(../images/grafic_img4.png);
  opacity: 0.2;
}
.text_and_img_section.afternone::after {
  display: none;
}
@media (max-width: 1700px) {
  .text_and_img_section::after {
    max-width: 550px;
    background-size: 100%;
  }
}
@media (max-width: 1500px) {
  .text_and_img_section .text_contener .hd30 {
    padding-top: 14px;
  }
}
@media (max-width: 1366px) {
  .text_and_img_section::after {
    max-width: 440px;
  }
  .text_and_img_section .text_contener .hd30 {
    padding-top: 3px;
  }
}
@media (max-width: 1024px) {
  .text_and_img_section::after {
    max-width: 400px;
  }
  .text_and_img_section .text_contener {
    margin-right: 10px;
  }
  .text_and_img_section .reverse .text_contener {
    margin-left: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .text_and_img_section .imgbox.hieghttab {
    height: 100%;
  }
  .text_and_img_section .imgbox.hieghttab img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .text_and_img_section::after {
    max-width: 400px;
  }
  .text_and_img_section .imgbox {
    margin-top: 35px;
  }
  .text_and_img_section .text_contener {
    margin-right: 0px;
  }
  .text_and_img_section .reverse .text_contener {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .text_and_img_section::after {
    bottom: 31%;
  }
}
@media (max-width: 480px) {
  .text_and_img_section::after {
    bottom: 17%;
  }
}

.box_listcomman {
  padding-top: 10px;
}
.box_listcomman .padd0 {
  padding: 0px !important;
}
.box_listcomman .padd0:last-child .info-card::before {
  display: none;
}
.box_listcomman .info-card {
  position: relative;
  padding: 40px 26px 140px 26px;
}
.box_listcomman .info-card::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: linear-gradient(151.91deg, #F2DFFF 47.96%, #FFFFFF 82.08%);
  z-index: 1;
}
.box_listcomman .info-card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 218px;
  height: 218px;
  z-index: 2;
  background-image: url(../images/bg_img1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.box_listcomman .info-card p {
  color: #606060;
}
.box_listcomman.bgimg2 .info-card::after {
  background-image: url(../images/grafic_img2.png);
  opacity: 0.5;
}
.box_listcomman.bgimg3 .info-card::after {
  background-image: url(../images/grafic_img3.png);
  opacity: 0.5;
}
.box_listcomman.bgimg4 .info-card::after {
  background-image: url(../images/grafic_img4.png);
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .box_listcomman.box_list5 .padd0 {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .box_listcomman.box_list5 .padd0 {
    width: 33.33%;
  }
  .box_listcomman.box_list5 .padd0:nth-child(3) .info-card::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .box_listcomman.box_list5 .padd0 {
    width: 100%;
  }
  .box_listcomman.box_list5 .padd0:nth-child(3) .info-card::before {
    display: block;
  }
}
@media (max-width: 1700px) {
  .box_listcomman .info-card {
    padding: 30px 26px 130px 26px;
  }
}
@media (max-width: 1500px) {
  .box_listcomman .info-card {
    padding: 24px 20px 130px 20px;
  }
}
@media (max-width: 1366px) {
  .box_listcomman .info-card {
    padding: 24px 15px 90px 15px;
  }
  .box_listcomman .info-card::after {
    width: 158px;
    height: 161px;
  }
}
@media (max-width: 1024px) {
  .box_listcomman .row {
    margin-bottom: -20px;
  }
  .box_listcomman .padd0 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .box_listcomman .info-card {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .box_listcomman .padd0 {
    padding: 0px 15px !important;
  }
  .box_listcomman .info-card {
    padding-bottom: 0px;
  }
  .box_listcomman .info-card::before {
    width: calc(100% - 30px);
    height: 2px;
    background: linear-gradient(151.91deg, #F2DFFF 47.96%, #ede8e8 82.08%);
    top: inherit;
    bottom: -25px;
    left: 15px;
    right: 15px;
  }
  .box_listcomman .info-card .hd30 br {
    display: none;
  }
  .box_listcomman .info-card p {
    padding: 0px;
  }
}

.box1Comman {
  padding: 50px 30px;
  border-radius: 20px;
  position: relative;
  text-align: left;
  overflow: hidden;
  min-height: 500px;
}
.box1Comman::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(151.91deg, #F2DFFF 47.96%, #FFFFFF 82.08%);
}
.box1Comman .titial1, .box1Comman p {
  position: relative;
  z-index: 2;
}
.box1Comman .titial1 {
  color: #B037FF;
  margin-bottom: 26px;
}
.box1Comman p {
  color: #606060;
  padding: 0px;
}

.info-card-comman {
  position: relative;
  padding: 40px 30px 140px 30px;
}
.info-card-comman::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 218px;
  height: 218px;
  z-index: 2;
  background-image: url(../images/bg_img1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.info-card-comman.img2::after {
  background-image: url(../images/grafic_img2.png);
  opacity: 0.2;
}
@media (max-width: 1366px) {
  .info-card-comman::after {
    width: 158px;
    height: 161px;
  }
}

.bule_section {
  position: relative;
}
.bule_section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(60.65deg, #45108A 12.19%, #3D065F 33.36%, #10054D 88.17%);
  z-index: 2;
  opacity: 0.91;
}
.bule_section::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/img_bg2.jpg) no-repeat center top;
  background-size: cover;
  opacity: 0.34;
}
.bule_section * {
  color: #fff;
}
.bule_section .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .bule_section.buleAbt .lastP {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .bule_section.buleAbt .hmElectronicul li .info-card {
    text-align: center;
  }
  .bule_section.buleAbt .hmElectronicul li .info-card p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .custom_software_section .box_listcomman .padd0:nth-child(2n+2) .info-card::before {
    display: none;
  }
}

.hmElectronicul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  position: relative;
  z-index: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; /*flex-wrap: wrap;*/
  margin: -60px -15px -30px -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmElectronicul li {
  width: 33.33%;
}
.hmElectronicul li .info-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 30px;
  min-height: 450px;
  margin: 30px 15px;
}
.hmElectronicul li .info-card::after {
  right: -20px;
}
.hmElectronicul li .info-card p {
  max-width: 262px;
}
.hmElectronicul li:nth-child(1) {
  margin-top: -10%;
}
.hmElectronicul li:nth-child(3) {
  margin-top: 10%;
}
@media (max-width: 1700px) {
  .hmElectronicul li .info-card {
    min-height: 390px;
  }
}
@media (max-width: 1366px) {
  .hmElectronicul li .info-card {
    min-height: 320px;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .hmElectronicul li .info-card {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .hmElectronicul {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .hmElectronicul {
    margin: 30px 0px -30px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hmElectronicul li {
    width: 100%;
  }
  .hmElectronicul li:first-child {
    margin: 0px;
  }
  .hmElectronicul li:nth-child(3) {
    margin: 0px;
  }
  .hmElectronicul li .info-card {
    padding: 20px 20px 25px 20px;
    min-height: inherit;
    margin: 0px 0px 30px 0px;
  }
  .hmElectronicul li .info-card p {
    padding: 0px;
    margin: 0px;
  }
}

/*============= Accordion css Start =============*/
.comman_accordion .accordion .accordion-item {
  border: none;
  border-radius: 10px;
  position: relative;
  padding: 0px;
}
.comman_accordion .accordion .accordion-item::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(151.91deg, #F2DFFF 47.96%, #f7ecff 82.08%);
}
.comman_accordion .accordion .accordion-item:last-child {
  margin-bottom: 0px;
}
.comman_accordion .accordion .accordion-item .accordion-header {
  padding-bottom: 0px;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  padding: 0px;
  margin: 0px;
  color: #2D2D2D;
  position: relative;
  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;
  padding: 70px 0px;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button span {
  display: block;
  width: 66px;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button strong {
  font-weight: 600;
  display: block;
  width: calc(100% - 66px);
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  right: 20px;
  top: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: url(../images/arrow_down.png) no-repeat center center;
  background-size: 1.25rem;
  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-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #3D065F;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background: url(../images/arrow_up.png) no-repeat center center transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 1.25rem;
  border: 1px solid #3D065F;
  z-index: 2;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
  position: absolute;
  right: 20px;
  top: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: linear-gradient(60.65deg, #45108A 12.19%, #3D065F 33.36%, #10054D 88.17%);
  z-index: 1;
  display: block;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #9D9D9D;
}
.comman_accordion .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #2D2D2D;
}
.comman_accordion .accordion .accordion-item .accordion-body {
  padding: 0px 0px 60px 0px;
}
.comman_accordion .accordion .accordion-item .accordion-body h3 {
  margin-top: 14px;
}
.comman_accordion .accordion .accordion-item .accordion-body .hd4 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 24px;
}
.comman_accordion .accordion .accordion-item .accordion-body .box_listcomman {
  padding-top: 0px;
}
.comman_accordion .accordion .accordion-item .accordion-body .box_listcomman p {
  font-size: 16px;
  line-height: 22px;
}
.comman_accordion .accordion .accordion-item .accordion-body .box_listcomman .info-card {
  padding: 15px;
}
.comman_accordion .accordion .accordion-item .accordion-body .box_listcomman .info-card::after {
  display: none;
}
.comman_accordion .accordion .accordion-item .accordion-body .accordiont_content {
  max-width: 990px;
}
.comman_accordion .accordion .accordion-item .accordion-body .accordiont_content h3 {
  margin-top: 14px;
}
.comman_accordion .accordion .accordion-item .accordion-body .accordiont_content .hd4 {
  margin-top: 12px;
}
.comman_accordion .accordion .accordion-item .accordion-body .boxImg {
  border-radius: 30px;
  overflow: hidden;
}
.comman_accordion .accordion .accordion-item .accordion-body .boxImg img {
  width: 100%;
}
@media (max-width: 1700px) {
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 40px;
    line-height: 45px;
    padding: 55px 0px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button span {
    width: 55px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button::before, .comman_accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 45px;
    height: 45px;
    background-size: 22px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    background-size: 22px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    width: 45px;
    height: 45px;
    background-size: 22px;
  }
  .comman_accordion .accordion .accordion-item .accordion-body {
    padding: 0px 0px 50px 0px;
  }
}
@media (max-width: 1600px) {
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 30px;
    line-height: 35px;
    padding: 45px 0px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button span {
    width: 45px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background: linear-gradient(60.65deg, #45108A 12.19%, #3D065F 131.36%, #10054D 88.17%);
  }
  .comman_accordion .accordion .accordion-item .accordion-body {
    padding: 0px 0px 40px 0px;
  }
}
@media (max-width: 1366px) {
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button::before, .comman_accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background: linear-gradient(60.65deg, #45108A 12.19%, #3D065F 131.36%, #10054D 88.17%);
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  .comman_accordion .accordion .accordion-body {
    padding: 0px 0px 40px 0px;
  }
}
@media (max-width: 1200px) {
  .comman_accordion .accordion .accordion-item .accordion-header {
    padding: 0px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 28px;
    line-height: 1.2;
    padding: 30px 0px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button span {
    width: 35px;
  }
}
@media (max-width: 991px) {
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 26px;
  }
  .comman_accordion .accordion .accordion-item .accordion-body .boxImg {
    margin: 20px 0px 0px 0px;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 28px;
  }
  .comman_accordion .accordion .accordion-item .accordion-body .boxImg {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    padding-right: 50px;
    padding: 20px 0px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button::before, .comman_accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 34px;
    height: 34px;
    background-size: 18px;
    right: 0px;
  }
  .comman_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    width: 34px;
    height: 34px;
    background-size: 18px;
    right: 0px;
  }
  .comman_accordion .accordion .accordion-item .accordion-body {
    padding: 0px 0px 30px 0px;
  }
}

/*============= Accordion css End =============*/
.specialBox {
  position: relative;
}
.specialBox .boxImg {
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.specialBox .boxbgBlue2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 46%;
  background: #fff;
  border-radius: 0px 30px 0px 0px;
}
.specialBox .boxbgBlue2::after, .specialBox .boxbgBlue2::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 28px;
}
.specialBox .boxbgBlue2::after {
  left: 0px;
  top: -28px;
  background: url(../images/round_right_btm.png) no-repeat left top;
}
.specialBox .boxbgBlue2::before {
  right: -26px;
  bottom: 0px;
  background: url(../images/round_right_btm.png) no-repeat left top;
}
.specialBox .bgblue {
  padding: 40px;
  position: relative;
  border-radius: 30px;
}
.specialBox .bgblue p:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1500px) {
  .specialBox .boxbgBlue2 {
    max-width: 38%;
  }
  .specialBox .bgblue {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .specialBox .bgblue {
    padding: 12px;
  }
}

.maxWidth1920 {
  position: relative;
}

.maxWidth800 {
  max-width: 820px;
}

.maxWidth700 {
  max-width: 700px;
}

.maxWidth850 {
  max-width: 850px;
}

.maxWidth900 {
  max-width: 900px;
}

.about_us_section .text_contener {
  min-height: 800px;
}
.about_us_section .pageEnd_right {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 799px;
}
@media (max-width: 1700px) {
  .about_us_section .text_contener {
    min-height: 650px;
  }
  .about_us_section .pageEnd_right {
    max-width: 40%;
  }
}
@media (max-width: 1500px) {
  .about_us_section .text_contener {
    min-height: inherit;
  }
  .about_us_section .pageEnd_right {
    max-width: 40%;
  }
}
@media (max-width: 1366px) {
  .about_us_section .text_contener {
    min-height: 530px;
  }
  .about_us_section .pageEnd_right {
    max-width: 38%;
  }
}
@media (max-width: 1200px) {
  .about_us_section .text_contener {
    min-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_us_section .text_contener p.last {
    width: 188%;
  }
  .about_us_section .pageEnd_right {
    max-width: 43%;
  }
}
@media (max-width: 767px) {
  .about_us_section .text_contener {
    min-height: inherit;
  }
  .about_us_section .pageEnd_right {
    max-width: 100%;
    position: relative;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .about_us_section {
    text-align: center;
  }
  .about_us_section .gradient-text {
    text-align: center;
  }
}

.missionVision_section .boxComVM {
  background: linear-gradient(151.91deg, #FFEBDF 47.96%, #FFFFFF 82.08%);
  border-radius: 20px;
  padding: 50px 50px;
}
.missionVision_section .boxComVM .imgbox {
  min-width: 157px;
}
.missionVision_section .boxComVM .hd30 {
  color: #D97F49;
  margin-top: 20px;
}
.missionVision_section .boxComVM.bggreen {
  background: linear-gradient(151.91deg, #F4FFDF 47.96%, #FFFFFF 82.08%);
}
.missionVision_section .boxComVM.bggreen .hd30 {
  color: #9AC449;
}
@media (max-width: 1500px) {
  .missionVision_section .boxComVM .imgbox {
    max-width: 170px;
  }
}
@media (max-width: 1366px) {
  .missionVision_section .boxComVM .imgbox {
    max-width: 100px;
  }
}
@media (max-width: 1200px) {
  .missionVision_section .boxComVM {
    padding: 20px;
    min-height: 280px;
  }
}
@media (max-width: 991px) {
  .missionVision_section .row .col-lg-6 {
    margin-bottom: 30px;
  }
  .missionVision_section .row .col-lg-6:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .missionVision_section .boxComVM .imgbox {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .missionVision_section {
    text-align: center;
  }
}

.team_section .mb_20 {
  margin-bottom: 30px;
}
.team_section .boxperson {
  position: relative;
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 8px 30px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 30px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0px;
}
.team_section .boxperson .imgbox {
  width: 100%;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.team_section .boxperson .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
  margin: 0px auto;
  border-radius: 100%;
  display: block;
  width: 200px;
}
.team_section .boxperson .hd30 {
  font-size: 24px;
  color: #2D2D2D;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  position: relative;
}
.team_section .boxperson .hd30 span {
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #6b6b6b;
  font-weight: 500;
  padding-top: 7px;
}
.team_section .boxperson:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -5px;
}
.team_section .boxperson .linkSocial {
  position: absolute;
  right: 0px;
  top: -4px;
  z-index: 2;
}
.team_section .boxperson .linkSocial a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team_section .boxperson .linkSocial a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1366px) {
  .team_section .boxperson {
    padding: 20px;
  }
  .team_section .boxperson .hd30 span {
    padding-top: 5px;
  }
}
@media (max-width: 1024px) {
  .team_section .boxperson {
    padding: 10px 10px 15px 10px;
  }
  .team_section .boxperson .hd30 {
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .team_section .row {
    margin-bottom: -30px;
  }
  .team_section .boxperson {
    padding: 20px;
    margin-bottom: 30px;
  }
  .team_section .boxperson .hd30 {
    text-align: center;
  }
  .team_section .boxperson .linkSocial {
    top: inherit;
    left: 0;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .team_section .boxperson {
    padding: 15px;
    max-width: 387px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.career_section .imgbox {
  border-radius: 20px;
  overflow: hidden;
}
.career_section .imgbox img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .career_section .imgbox {
    margin-top: 30px;
  }
}

.contact_us_section {
  margin-bottom: -20px;
}
.contact_us_section .minheight {
  min-height: 120px;
  margin-bottom: 20px;
}
.contact_us_section .minheight.noHeight {
  min-height: inherit;
}
.contact_us_section .minheight.noHeight p {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .contact_us_section {
    margin-bottom: 0px;
  }
  .contact_us_section .minheight {
    min-height: 90px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .contact_us_section {
    text-align: center;
  }
  .contact_us_section .hd1 {
    padding-bottom: 10px;
  }
  .contact_us_section .minheight {
    min-height: inherit;
    margin-bottom: 30px;
  }
  .contact_us_section .minheight p {
    padding: 0px;
  }
  .contact_us_section .social_link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.email_section .gradient-text:hover {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000000));
  background: linear-gradient(to right, #000, #000000); /* Customize colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact_us_form {
  position: relative;
  z-index: 2;
}
.contact_us_form .postionReletive {
  position: relative;
  z-index: 3;
  padding: 0px 50px;
  max-width: 1135px;
  margin: 0px auto;
}
.contact_us_form .bule_section {
  border-radius: 30px;
  overflow: hidden;
}
.contact_us_form .bule_section::before {
  background: linear-gradient(60.65deg, #45108A 12.19%, #3D065F 33.36%, #10054D 88.17%);
  opacity: 0.9;
}
.contact_us_form .bule_section::after {
  background: url(../images/inquire_bg.jpg) no-repeat center top;
  background-size: cover;
}
.contact_us_form .form-control {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px !important;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-top: 3px;
}
.contact_us_form .form-control:focus, .contact_us_form .form-control:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}
.contact_us_form textarea.form-control {
  height: 100px;
  resize: none;
}
@media (max-width: 1600px) {
  .contact_us_form .form-control {
    height: 45px;
  }
}
@media (max-width: 1366px) {
  .contact_us_form .form-control {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .contact_us_form .postionReletive {
    padding: 0px 30px;
  }
  .contact_us_form .form-control {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .contact_us_form {
    margin-top: -80px;
  }
  .contact_us_form .postionReletive {
    padding: 0px 20px;
  }
  .contact_us_form .bule_section {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .contact_us_form {
    margin-top: 40px;
  }
  .contact_us_form .postionReletive {
    padding: 0px 15px;
  }
  .contact_us_form .bule_section {
    border-radius: 10px;
  }
  .contact_us_form .bule_section.section_padding {
    padding: 30px 0px;
  }
}

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

/* ------- Mani Area End ------- */
/* ------- Footer Area Start ------- */
.fotter_area {
  font-size: 20px;
  font-weight: 400;
  background: #1A1220;
  padding: 113px 0px 0px 0px;
  color: #C5C5C5;
  position: relative;
}
.fotter_area strong {
  font-weight: 600;
}
.fotter_area .container, .fotter_area .bottom_area {
  position: relative;
  z-index: 2;
}
.fotter_area h6 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.fotter_area a {
  color: #fff;
}
.fotter_area a:hover {
  color: #F1592D;
}
.fotter_area .footer_link {
  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-bottom: 60px;
}
.fotter_area .comman_footer.maxwidth307 {
  max-width: 402px;
}
.fotter_area .comman_footer.navi_footer {
  width: calc(100% - 402px);
  max-width: 850px;
}
.fotter_area .comman_footer .footerLogo {
  margin-bottom: 100px;
}
.fotter_area .comman_footer .address_area {
  padding-top: 10px;
}
.fotter_area .comman_footer .address_area.maxwidth198 {
  max-width: 408px;
}
.fotter_area .comman_footer .address_area p {
  padding-bottom: 0px;
}
.fotter_area .comman_footer .address_area .twodiv {
  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;
}
.fotter_area .comman_footer .address_area .twodiv p {
  width: 95%;
}
.fotter_area .comman_footer .address_area .twodiv p:first {
  max-width: 180px;
  margin-right: 30px;
}
.fotter_area .comman_footer .footer_navi, .fotter_area .comman_footer .contact_footer {
  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;
  margin: 0px -15px;
}
.fotter_area .comman_footer .footer_navi ul, .fotter_area .comman_footer .footer_navi .boxContact, .fotter_area .comman_footer .contact_footer ul, .fotter_area .comman_footer .contact_footer .boxContact {
  width: calc(38% - 30px);
  padding: 0px 15px;
}
.fotter_area .comman_footer .contact_footer {
  margin-top: 80px;
}
.fotter_area .comman_footer .contact_footer a {
  color: #C5C5C5;
}
.fotter_area .comman_footer .contact_footer a:hover {
  color: #fff;
}
.fotter_area .comman_footer .social_link ul {
  margin: 0px;
  padding: 0px;
}
.fotter_area .comman_footer .social_link ul li {
  margin-right: 30px;
  padding: 0px;
}
.fotter_area .comman_footer .social_link ul li:last-child {
  margin-right: 0px;
}
.fotter_area .comman_footer .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;
}
.fotter_area .comman_footer .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);
}
.fotter_area .footer_navi ul {
  margin: 0px -5px;
}
.fotter_area .footer_navi ul li {
  padding: 0px;
  margin: 0px 5px 24px 5px;
}
.fotter_area .footer_navi ul li a {
  color: #fff;
  display: inline-block;
}
.fotter_area .footer_navi ul li a:hover {
  color: #645c87;
}
.fotter_area .footer_navi ul li.active a {
  color: #645c87;
}
.fotter_area .bottom_area {
  font-size: 17px;
  font-weight: 300;
  padding: 14px 0px 12px 0px;
  color: #fff;
  background: #120A19;
}
.fotter_area .bottom_area .copyright {
  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 .bottom_area .copyright img {
  margin-right: 5px;
}
.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: 26px;
}
.fotter_area .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .fotter_area {
    font-size: 18px;
    padding-top: 80px;
  }
  .fotter_area h6 {
    font-size: 28px;
  }
  .fotter_area .footer_link {
    padding-bottom: 50px;
  }
  .fotter_area .footer_navi ul li {
    font-size: 18px;
  }
  .fotter_area .bottom_area {
    font-size: 15px;
    padding: 20px 0px 16px 0px;
  }
}
@media (max-width: 1500px) {
  .fotter_area {
    font-size: 16px;
  }
  .fotter_area h6 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .fotter_area .comman_footer .footerLogo {
    max-width: 222px;
  }
  .fotter_area .comman_footer.maxwidth307 {
    max-width: 390px;
  }
  .fotter_area .comman_footer.navi_footer {
    width: calc(100% - 390px);
    max-width: 730px;
  }
  .fotter_area .footer_navi ul li {
    font-size: 16px;
  }
  .fotter_area .bottom_area {
    font-size: 14px;
    padding: 17px 0px 13px 0px;
  }
  .fotter_area .bottom_area .copyright img {
    max-width: 17px;
  }
}
@media (max-width: 1400px) {
  .fotter_area h6 {
    font-size: 20px;
  }
  .fotter_area .footer_link {
    padding: 0px 0px 30px 0px;
  }
  .fotter_area .footer_navi ul li {
    margin-bottom: 16px;
  }
  .fotter_area .comman_footer.maxwidth307 {
    max-width: 390px;
  }
  .fotter_area .comman_footer.navi_footer {
    width: calc(100% - 390px);
    max-width: 700px;
  }
  .fotter_area .bottom_area {
    font-size: 14px;
    padding: 14px 0px 10px 0px;
  }
  .fotter_area .bottom_area .copyright {
    line-height: normal;
  }
  .fotter_area .bottom_area .copyright img {
    max-width: 15px;
  }
}
@media (max-width: 1200px) {
  .fotter_area {
    font-size: 16px;
    padding-top: 40px;
  }
  .fotter_area h6 {
    font-size: 20px;
  }
  .fotter_area .comman_footer.maxwidth307 {
    max-width: 362px;
  }
  .fotter_area .comman_footer .footerLogo {
    max-width: 202px;
  }
  .fotter_area .comman_footer.navi_footer {
    width: calc(100% - 362px);
    max-width: 600px;
  }
  .fotter_area .comman_footer .footer_navi ul, .fotter_area .comman_footer .footer_navi .boxContact, .fotter_area .comman_footer .contact_footer ul, .fotter_area .comman_footer .contact_footer .boxContact {
    width: calc(41% - 30px);
  }
}
@media (max-width: 991px) {
  .fotter_area {
    padding-top: 50px;
    font-size: 13px;
  }
  .fotter_area h6 {
    font-size: 19px;
  }
  .fotter_area .footer_link .footer_navi {
    padding: 0px 0px 0px 0px;
    margin-left: 10px;
  }
  .fotter_area .footer_link .footer_navi ul {
    max-width: 100%;
  }
  .fotter_area .footer_link .social_link {
    margin: 15px 0px 0px 0px;
  }
  .fotter_area .comman_footer .social_link ul li {
    margin-right: 15px;
  }
  .fotter_area .comman_footer.maxwidth307 {
    max-width: 160px;
  }
  .fotter_area .comman_footer.navi_footer {
    width: calc(100% - 160px);
    max-width: 470px;
  }
  .fotter_area .comman_footer .address_area .twodiv {
    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;
  }
  .fotter_area .comman_footer .address_area .twodiv p {
    width: 100%;
    padding-bottom: 0px;
  }
  .fotter_area .comman_footer .address_area .twodiv p:first {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .fotter_area .comman_footer .address_area .twodiv p:last-child {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .fotter_area {
    padding-top: 0px;
    font-size: 18px;
  }
  .fotter_area h6 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .fotter_area .navi_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fotter_area .comman_footer {
    padding: 40px 10px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .fotter_area .comman_footer:last-child {
    border: 0px;
  }
  .fotter_area .comman_footer .footerLogo {
    max-width: 180px;
    margin: 0px auto 26px auto;
  }
  .fotter_area .comman_footer .address_area {
    padding: 0px;
  }
  .fotter_area .comman_footer .address_area p {
    padding: 0px;
  }
  .fotter_area .comman_footer .address_area .twodiv p:last-child {
    padding-top: 18px;
  }
  .fotter_area .comman_footer .social_link ul li {
    margin-right: 24px;
  }
  .fotter_area .comman_footer.maxwidth307 {
    max-width: 100%;
  }
  .fotter_area .comman_footer.navi_footer {
    width: 100%;
    max-width: 100%;
  }
  .fotter_area .comman_footer .footer_navi, .fotter_area .comman_footer .contact_footer {
    -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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fotter_area .comman_footer .footer_navi {
    padding-bottom: 30px;
  }
  .fotter_area .comman_footer .footer_navi ul {
    width: 100%;
  }
  .fotter_area .comman_footer .contact_footer {
    padding: 30px 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0px;
  }
  .fotter_area .comman_footer .contact_footer div {
    text-align: center;
  }
  .fotter_area .comman_footer .contact_footer p {
    max-width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .fotter_area .comman_footer .contact_footer .boxContact {
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  .fotter_area .comman_footer .contact_footer .boxContact:last-child {
    margin-bottom: 0px;
  }
  .fotter_area .comman_footer .contact_footer ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .comman_footer:last-child {
    padding-bottom: 0px;
  }
  .fotter_area .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 0px 20px 0px;
  }
  .fotter_area .footer_link .footer_navi {
    margin: -7px 0px;
  }
  .fotter_area .footer_link .footer_navi ul li {
    margin: 0px;
  }
  .fotter_area .footer_link .navi_footer {
    margin: 0px;
  }
  .fotter_area .bottom_area {
    text-align: center;
    padding: 10px 0px;
  }
  .fotter_area .bottom_area .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 3px;
  }
  .fotter_area .bottom_area .website_by {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
  }
  .fotter_area .bottom_area .website_by img {
    opacity: 0.6;
  }
  .fotter_area .footer_navi {
    padding: 10px 0px;
    margin: 0px auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fotter_area .footer_navi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .fotter_area .footer_navi ul li {
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 21px;
  }
  .fotter_area .footer_navi ul li a {
    display: block;
    padding: 7px 0px;
  }
}

/* ------- 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: #429452;
  color: #000;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 16px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9;
}
#toTop:hover {
  background: #216B8E;
  color: #fff !important;
}
@media (max-width: 480px) {
  #toTop {
    bottom: 5px;
  }
}

/* ====== Respensive css strat ====== */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.container .row.row25 {
  margin: 0px -25px;
}
.container .row.row25 .col-md-4 {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .container .row.row25 {
    margin: 0px -20px;
  }
  .container .row.row25 .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1024px) {
  h2, .hdfnt28 {
    padding-bottom: 23px;
    line-height: 24px;
  }
  .hdfont35 {
    margin-bottom: 27px;
  }
  .hdfont30 {
    margin-bottom: 26px;
  }
  .hdfont30.marginbtm44 {
    margin-bottom: 32px;
  }
  h2.paddbtm48set60, .hdfnt28.paddbtm48set60 {
    padding-bottom: 38px;
  }
  .tabStructure .card .accordion-body {
    padding: 44px 39px 50px 39px;
  }
}
@media (max-width: 991px) {
  .hdfont35 {
    font-size: 32px;
    line-height: 39px;
  }
  .hdfont30 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobileTextCenter {
    text-align: center;
  }
  .hdfont35 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 28px;
  }
  .hdfont30 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 27px;
  }
  .hdfnt28.paddbtm48set60 {
    padding-bottom: 36px;
  }
}
@media (max-width: 330px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dropdown-menu.drpdwn_services_links {
  pointer-events: auto;
  display: block; /* or use Bootstrap's show class */
}

.dropdown-menu.drpdwn_services_links li a {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */