@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Cal+Sans&display=swap");
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none;
}

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

.textCenter {
  text-align: center;
}

/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none;
}

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

.textCenter {
  text-align: center;
}

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

.nav-link {
  padding: 0px;
}

.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 36px;
  height: 43px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 4px;
  width: 36px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #8b7352;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 36px;
    height: 42px;
  }
  .crossLine .line {
    width: 32px;
    height: 3px;
  }
}
@media (max-width: 450px) {
  .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: 9999;
}
.mainHeader header {
  border-radius: 50px;
  padding: 0;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  position: relative;
}
.mainHeader header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-backdrop-filter: blur(50px);
          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 {
  background: #022660;
}
@media (max-width: 1600px) {
  .mainHeader header .naviContact {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .naviContact {
    display: none;
  }
}
.mainHeader header .logo {
  position: relative;
  padding: 0px;
  max-width: 200px;
  min-width: 200px;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin: 0 50px;
  font-family: "Afacad Flux", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mainHeader header .navbarLink ul li:nth-child(3), .mainHeader header .navbarLink ul li:nth-child(4) {
  margin-right: 90px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.mbNone {
    display: none;
  }
}
.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: 1600px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 7px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    background-size: 12px;
    width: 12px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 11px;
    margin-left: 8px;
    top: 11px;
  }
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .mainHeader header .navbarLink ul li {
    margin: 0 40px;
  }
  .mainHeader header .navbarLink ul li:nth-child(3), .mainHeader header .navbarLink ul li:nth-child(4) {
    margin-right: 70px !important;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li {
    margin: 0 25px;
    min-height: 60px;
  }
  .mainHeader header .navbarLink ul li:nth-child(3), .mainHeader header .navbarLink ul li:nth-child(4) {
    margin-right: 60px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin: 0 20px;
  }
  .mainHeader header .navbarLink ul li:nth-child(3), .mainHeader header .navbarLink ul li:nth-child(4) {
    margin-right: 45px;
  }
  .mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
    height: 25px;
  }
}
@media (max-width: 1199px) {
  .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;
    margin: 0;
  }
  .mainHeader header .navbarLink ul li:nth-child(3), .mainHeader header .navbarLink ul li:nth-child(4) {
    margin-right: 0;
  }
  .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: #4B4A49;
  font-size: 20px;
  font-weight: 500; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 15px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 19px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  color: #0f0754;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #048BC6;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 635px;
  box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
  border: none !important;
  transform: inherit !important;
  top: 100% !important;
  overflow: hidden;
}
.mainHeader header .navbarLink ul li > .dropdown-menu ul {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 8px;
  }
}
@media (max-width: 450px) {
  .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: -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: 12px 20px 14px 20px;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  padding-right: 0px;
  white-space: normal;
}
@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: 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 {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.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;
    box-shadow: none;
    width: 99%;
  }
  .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: 3px 15px;
    font-size: 30px;
    line-height: 40px;
  }
  .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: 20px;
    line-height: 30px;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
@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;*/
    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: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 6px auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
    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;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin: 0px 30px;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #F1592D;
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    padding-top: 20px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 35px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line {
    background: #888;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1 {
    top: 42%;
    transform: rotate(45deg);
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2 {
    opacity: 0;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3 {
    bottom: 50%;
    transform: rotate(135deg);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 100%;
    padding-top: 24px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 16px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-nav {
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    margin-bottom: 15px;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .logo, .mainHeader header .header_right, .mainHeader header .naviContact {
  position: relative;
  z-index: 2;
}
.mainHeader header .header_right {
  text-align: center;
  margin: auto;
}
.mainHeader header .logo.dskNnone {
  display: none;
}
.mainHeader header .navbarBtn {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarBtn {
    display: block;
  }
}
.mainHeader header .navBlock {
  margin-left: 0;
}
.mainHeader header .social_link {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mainHeader header .social_link .conact_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 35px;
}
.mainHeader header .social_link .conact_top span {
  margin-left: 20px;
}
.mainHeader header .social_link .conact_top span i {
  margin-right: 5px;
  color: #048BC6;
  font-size: 16px;
}
.mainHeader header .social_link .conact_top span a {
  color: #022660;
  display: flex;
  align-items: center;
  line-height: 14px;
}
.mainHeader header .social_link .conact_top span a:hover {
  color: #000;
}
.mainHeader header .social_link ul {
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  .mainHeader header {
    min-height: 60px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .logo {
    max-width: 175px;
    min-width: 175px;
  }
  .mainHeader header .naviContact a {
    padding: 7px 18px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .logo {
    max-width: 128px;
    min-width: 128px;
  }
}
@media (max-width: 1199px) {
  .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: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header {
    min-height: 60px;
    padding: 0 40px;
    max-width: 100%;
  }
  .mainHeader header .logo {
    max-width: 135px;
    min-width: 135px;
    margin-top: 0px;
  }
  .mainHeader header .logo.dskNnone {
    display: block;
  }
  .mainHeader header .header_right {
    text-align: right;
    margin: 0 0 0 auto;
  }
}
@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: 450px) {
  .mainHeader header .logo {
    max-width: 124px;
    min-width: 124px;
  }
}

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

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

button {
  outline: none !important;
}

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

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

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

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

p {
  margin: 0px;
  padding: 0px 0px 24px 0px;
  font-size: 25px;
  line-height: 32px;
  color: #323232;
  font-weight: 500;
}
@media (max-width: 1600px) {
  p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

.subHeading {
  font-size: 50px;
  line-height: 60px;
  color: #323232;
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media (max-width: 1600px) {
  .subHeading {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .subHeading {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .subHeading {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .subHeading {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    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: "Afacad Flux", sans-serif;
  margin: 0px;
  padding: 0px;
}

/* ------- Banner Area Strat ------- */
.banner_area {
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
.banner_area .homeBnnerTxt {
  font-family: "Cal Sans", sans-serif;
  padding-top: 26px;
  font-size: 71px;
  line-height: 81px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner_area .homeBnnerTxt span {
  font-weight: 300;
}
.banner_area .hm_banner {
  position: relative;
  margin: 0px auto;
}
.banner_area .hm_banner .homeSlider {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 2000;
}
.banner_area .hm_banner .banner_img {
  width: 100%;
  position: relative;
}
.banner_area .hm_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 43.27%, #000000 100%);
}
.banner_area .hm_banner .banner_img video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_area .hm_banner .temp {
  z-index: 2;
  left: 0px;
  bottom: 55px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: none;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner p {
  font-family: "Cal Sans", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.banner_area .hm_banner .btn_banner {
  padding: 30px 0px 0px 0px;
}
.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;
}
@media (max-width: 1600px) {
  .banner_area .hm_banner {
    height: 650px;
  }
  .banner_area .hm_banner .banner_img {
    height: 100%;
  }
  .banner_area .hm_banner .homeSlider {
    bottom: 50px;
  }
  .banner_area .hm_banner .homeBnnerTxt {
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner {
    height: auto;
  }
  .banner_area .hm_banner .homeSlider {
    bottom: 50px;
  }
  .banner_area .hm_banner .homeBnnerTxt {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner_area .hm_banner .homeSlider {
    bottom: 40px;
  }
  .banner_area .hm_banner .homeBnnerTxt {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .homeBnnerTxt {
    font-size: 25px;
    line-height: 30px;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .banner_area .hm_banner .homeSlider {
    bottom: 20px;
  }
  .banner_area .hm_banner .banner_img {
    height: 300px;
  }
  .banner_area .hm_banner .homeBnnerTxt {
    font-size: 18px;
    line-height: 24px;
    max-width: 90%;
  }
}

/* ------- Banner Area End ------- */
/* ------- Mani Area Start ------- */
.comnBtn {
  display: inline-block;
}
.comnBtn.cntctBtn .two_button {
  background: transparent;
  border: none;
}
.comnBtn.cntctBtn .two_button:hover .btn_second {
  background-color: #3A77AD !important;
}

.two_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.two_button .btn_comman {
  transition: all 0.7s;
}
.two_button:hover .btn_comman, .two_button:focus .btn_comman {
  margin-right: 5px;
  transition: all 0.7s;
}
.two_button:hover .btn_comman.btn_round, .two_button:focus .btn_comman.btn_round {
  transition: all 0.7s;
  transform: rotate(45deg);
  margin-right: 0px;
  background-color: #954C2E;
  color: #fff !important;
}

.twoButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
}
.twoButton .btn_comman {
  transition: all 0.7s;
}
.twoButton:hover .btn_comman, .twoButton:focus .btn_comman {
  margin-right: 5px;
  transition: all 0.7s;
}
.twoButton:hover .btn_comman.btn_round, .twoButton:focus .btn_comman.btn_round {
  transition: all 0.7s;
  transform: rotate(45deg);
  margin-right: 0px;
  background-color: #954C2E;
  color: #fff !important;
}

.btn_comman {
  border: #86C8E2 solid 0px;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 1.1px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-width: 210px;
}
.btn_comman span {
  display: block;
}
.btn_comman.btn_round {
  min-width: 1px;
  padding: 0px;
  position: relative;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
}
.btn_comman:hover {
  background: #000;
}
@media (max-width: 1600px) {
  .btn_comman {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 16px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .btn_comman::after {
    width: 28px;
    height: 28px;
    background-size: 10px;
  }
  .btn_comman.btn_round {
    height: 40px;
    width: 40px;
    background-size: 18px;
  }
}
@media (max-width: 767px) {
  .btn_comman {
    font-size: 15px;
  }
}

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

.btn_second {
  background: #131D4F;
  color: #fff !important;
}
.btn_second:hover, .btn_second:focus {
  background: #954C2E;
  color: #fff !important;
}

.btn_blck {
  background: #232323;
  color: #fff !important;
}
.btn_blck::after {
  background-image: url(../images/btn_arrow_white.png);
}
.btn_blck:hover, .btn_blck:focus {
  background: #0d4058;
  color: #fff !important;
}
.btn_blck:hover::after, .btn_blck:focus::after {
  background-image: url(../images/btn_arrow_white.png);
}

.bullet li {
  position: relative;
  padding: 0px 0px 40px 40px;
  font-weight: 500;
  font-size: 35px;
  line-height: 27px;
}
.bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 20px;
  height: 20px;
  background: #B98975;
  border-radius: 50%;
}
.bullet li:last-child {
  padding-bottom: 0px;
}
.bullet.lipaddbtm5 li {
  padding-bottom: 3px;
}
.bullet.lipaddbtm5 li::before {
  top: 12px;
}
@media (max-width: 1600px) {
  .bullet li {
    padding-bottom: 25px;
    font-size: 25px;
    line-height: 20px;
    padding-left: 25px;
  }
  .bullet li::before {
    top: 6px;
    width: 15px;
    height: 15px;
  }
  .bullet.lipaddbtm5 li::before {
    top: 11px;
  }
}
@media (max-width: 1199px) {
  .bullet li {
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 20px;
    padding-left: 22px;
  }
  .bullet li::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  .bullet li {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
  }
  .bullet li::before {
    width: 10px;
    height: 10px;
  }
}
.bullet.diffBullet li {
  padding: 0px 0px 30px 30px;
  font-size: 25px;
  line-height: 25px;
}
.bullet.diffBullet li::before {
  top: 7px;
  width: 15px;
  height: 15px;
}
.bullet.diffBullet li:last-child {
  padding-bottom: 30px;
}
@media (max-width: 1600px) {
  .bullet.diffBullet li {
    padding: 0px 0px 20px 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .bullet.diffBullet li::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .bullet.diffBullet li:last-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .bullet.diffBullet li {
    padding: 0px 0px 15px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .bullet.diffBullet li::before {
    top: 8px;
  }
  .bullet.diffBullet li:last-child {
    padding-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .bullet.diffBullet li {
    padding: 0px 0px 10px 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .bullet.diffBullet li::before {
    top: 8px;
  }
  .bullet.diffBullet li:last-child {
    padding-bottom: 10px;
  }
}

.social_link {
  margin: 13px 0px 0px 0px;
}
.social_link ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.social_link ul li:last-child {
  padding-right: 0px;
}
.social_link ul li a {
  transition: all 0.2s ease-in-out;
  background: #DCBD90;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.social_link ul li a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.social_link ul li.facebook a:hover {
  background-color: #475993;
}
.social_link ul li.twitter a:hover {
  background-color: #55ACEE;
}
.social_link ul li.youtube a:hover {
  background-color: #D50000;
}
.social_link ul li.linkedin a:hover {
  background-color: #207CBA;
}
.social_link ul li.googleplus a:hover {
  background-color: #DC4E41;
}
.social_link ul li.instagram a:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.social_link ul li.inquire_now a {
  background-color: #000;
}
.social_link ul {
  margin-top: 0px;
}
.social_link ul li {
  font-size: 14px;
  padding-right: 10px;
}
.social_link ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: #fff solid 1px;
  border-radius: 100%;
}

.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;
  transition: all 0.3s ease-in-out;
}
.social_link ul li a:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.5);
}

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

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

.mp_contenier a {
  color: #000;
}
.mp_contenier a:hover {
  color: #0a004e;
}

.HeadingBlock .sectionTitle {
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .HeadingBlock .sectionTitle {
    margin-bottom: 10px;
  }
}

.sectionTitle {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #3A77AD;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.sectionTitle span {
  position: relative;
  background: #fff;
  padding-right: 50px;
}
.sectionTitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #3A77AD;
  margin: auto;
  width: 100%;
  height: 2px;
}
.sectionTitle.reverseTitle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sectionTitle.reverseTitle span {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .sectionTitle span {
    padding-right: 35px;
  }
  .sectionTitle.reverseTitle span {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .sectionTitle span {
    padding-right: 30px;
  }
  .sectionTitle.reverseTitle span {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .sectionTitle span {
    padding: 0 20px;
  }
  .sectionTitle.reverseTitle span {
    padding: 0 20px;
  }
}
@media (max-width: 450px) {
  .sectionTitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .sectionTitle span {
    padding: 0 15px;
  }
  .sectionTitle.reverseTitle span {
    padding: 0 15px;
  }
}

.commnTitle {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 65px;
  color: #B98975;
  max-width: 850px;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .commnTitle {
    font-size: 45px;
    line-height: 55px;
    max-width: 680px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .commnTitle {
    font-size: 40px;
    line-height: 50px;
    max-width: 640px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .commnTitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .commnTitle {
    font-size: 30px;
    line-height: 40px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 575px) {
  .commnTitle {
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto 15px;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .commnTitle {
    font-size: 20px;
    line-height: 30px;
  }
}

.font30 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #2D2D2D;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .font30 {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 18px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .font30 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .font30 {
    margin-bottom: 10px;
  }
}

/* ------- Footer Area Start ------- */
.fotter_area {
  font-size: 20px;
  font-weight: 400;
  background: #0B112F;
  padding: 113px 0px 0px 0px;
  color: #C5C5C5;
  position: relative;
}
.fotter_area p {
  color: #fff;
}
.fotter_area strong {
  font-weight: 600;
}
.fotter_area .footer-heading {
  font-size: 60px;
  line-height: 70px;
  color: #EFE4D2;
  font-weight: 400;
  padding-bottom: 20px;
}
.fotter_area .container, .fotter_area .bottom_area {
  position: relative;
  z-index: 2;
}
.fotter_area h6 {
  font-size: 30px;
  line-height: 30px;
  color: #B98975;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 12px;
}
.fotter_area a {
  color: #fff;
}
.fotter_area a:hover {
  color: #F1592D;
}
.fotter_area .footer_link {
  padding-bottom: 0px;
}
.fotter_area .footer_link .fooer_btn .comnBtn .two_button .btn_second {
  background-color: #254D70 !important;
}
.fotter_area .footer_link .fooer_btn .comnBtn:hover .two_button .btn_second {
  background-color: #954C2E !important;
}
.fotter_area .comman_footer {
  padding-bottom: 62px;
}
@media (max-width: 1600px) {
  .fotter_area .comman_footer {
    padding-bottom: 35px;
  }
}
.fotter_area .comman_footer .address_area {
  padding-top: 10px;
}
.fotter_area .comman_footer .address_area p {
  font-weight: 400 !important;
}
.fotter_area .comman_footer .address_area.maxwidth198 {
  max-width: 408px;
}
.fotter_area .comman_footer .footer_navi {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.fotter_area .comman_footer .footer_navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px -15px;
  max-width: 770px;
}
.fotter_area .comman_footer .footer_navi ul li {
  width: calc(33% - 30px);
  padding: 0px 15px;
}
.fotter_area .comman_footer .contact_footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.fotter_area .comman_footer .contact_footer .boxContact {
  width: calc(33% - 30px);
  padding: 0px 15px;
}
.fotter_area .comman_footer .contact_footer .boxContact:nth-child(2) {
  width: calc(50% - 30px);
}
.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;
  transition: all 0.3s ease-in-out;
}
.fotter_area .comman_footer .social_link ul li a:hover {
  transition: all 0.3s ease-in-out;
  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.active a, .fotter_area .footer_navi ul li:hover a {
  color: #b98763;
}
.fotter_area .bottom_area {
  font-size: 16px;
  font-weight: 300;
  padding: 14px 0px 12px 0px;
  color: #fff;
  background: #060B24;
}
.fotter_area .bottom_area .copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fotter_area .bottom_area .copyright img {
  margin-right: 5px;
}
.fotter_area .bottom_area .website_by {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fotter_area .bottom_area .website_by img {
  max-width: 26px;
}
.fotter_area .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 1600px) {
  .fotter_area {
    font-size: 16px;
    padding-top: 80px;
  }
  .fotter_area .footer-heading {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 15px;
  }
  .fotter_area h6 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .fotter_area .comman_footer p {
    font-size: 20px;
    line-height: 28px;
  }
  .fotter_area .comman_footer.maxwidth307 {
    max-width: 262px;
  }
  .fotter_area .comman_footer.navi_footer {
    width: 100%;
    max-width: 100%;
  }
  .fotter_area .comman_footer .footer_navi ul li {
    width: calc(30% - 30px);
  }
  .fotter_area .footer_navi ul {
    justify-content: flex-end !important;
  }
  .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: 1199px) {
  .fotter_area {
    font-size: 16px;
    padding-top: 40px;
  }
  .fotter_area h6 {
    font-size: 20px;
  }
  .fotter_area .comman_footer.maxwidth307 {
    max-width: 202px;
  }
  .fotter_area .comman_footer.navi_footer {
    width: 100%;
    max-width: 400px;
    margin: 0 0 0 auto;
  }
  .fotter_area .comman_footer.navi_footer ul {
    width: 100% !important;
  }
  .fotter_area .comman_footer.navi_footer ul li {
    width: 46%;
    padding: 0;
  }
  .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: 100%;
  }
  .fotter_area .comman_footer .contact_footer a {
    font-size: 14px;
  }
  .fotter_area .comman_footer .contact_footer .boxContact {
    padding: 0 12px;
  }
  .fotter_area .comman_footer .contact_footer .boxContact h6 {
    font-size: 20px;
  }
}
@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: 0px;
  }
  .fotter_area .comman_footer {
    padding-bottom: 20px;
  }
  .fotter_area .comman_footer p {
    font-size: 18px;
    line-height: 26px;
  }
  .fotter_area .comman_footer .fooer_btn {
    margin-bottom: 20px;
  }
  .fotter_area .comman_footer .address_area {
    padding: 0 12px;
  }
  .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 {
    max-width: 100%;
  }
  .fotter_area .comman_footer.navi_footer .footer_navi {
    margin-left: 0;
    justify-content: flex-start;
  }
  .fotter_area .comman_footer .contact_footer .boxContact:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .fotter_area .navi_footer {
    margin-left: -42px;
  }
  .fotter_area .comman_footer .address_area.maxwidth211 {
    max-width: 181px;
  }
}
@media (max-width: 767px) {
  .fotter_area {
    padding-top: 50px;
    font-size: 18px;
  }
  .fotter_area h6 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .fotter_area .navi_footer {
    flex-direction: column;
  }
  .fotter_area .comman_footer {
    padding: 0 10px 20px;
    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: 0 0 20px;
  }
  .fotter_area .comman_footer .address_area p {
    padding: 0px;
  }
  .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 {
    flex-direction: column;
    justify-content: 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 a {
    font-size: 16px;
  }
  .fotter_area .comman_footer .contact_footer p {
    max-width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }
  .fotter_area .comman_footer .contact_footer .boxContact {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
  .fotter_area .comman_footer .contact_footer .boxContact:last-child {
    margin-bottom: 0px;
  }
  .fotter_area .comman_footer .contact_footer ul {
    width: 100%;
    justify-content: center;
  }
  .fotter_area .comman_footer:last-child {
    padding-bottom: 0px;
  }
  .fotter_area .footer_link {
    padding: 0px 0px 20px 0px;
  }
  .fotter_area .footer_link .footer_navi {
    margin: -7px 0px;
  }
  .fotter_area .footer_link .footer_navi ul li {
    margin: 0px;
    font-size: 18px;
  }
  .fotter_area .footer_link .footer_navi ul li a {
    padding: 5px 0;
  }
  .fotter_area .footer_link .navi_footer {
    margin: 0px;
  }
  .fotter_area .bottom_area {
    text-align: center;
    padding: 10px 0px;
  }
  .fotter_area .bottom_area .copyright {
    justify-content: center;
    padding-bottom: 3px;
  }
  .fotter_area .bottom_area .website_by {
    text-align: center;
    justify-content: center;
    font-weight: 300;
  }
  .fotter_area .bottom_area .website_by img {
    opacity: 0.6;
  }
  .fotter_area .footer_navi {
    padding: 10px 0px;
    margin: 0px auto;
    width: 100%;
    flex-direction: column;
  }
  .fotter_area .footer_navi ul {
    justify-content: center !important;
    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;
    text-align: left;
  }
  .fotter_area .comman_footer.navi_footer ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .fotter_area .footer-heading {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .fotter_area h6 {
    margin-bottom: 5px;
  }
  .fotter_area .footer-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .fotter_area .comman_footer p {
    font-size: 16px;
    line-height: 24px;
  }
  .fotter_area .comman_footer .contact_footer {
    padding: 20px 10px;
  }
  .fotter_area .footer_link .footer_navi ul li {
    font-size: 16px;
  }
}

/* ------- Footer Area End ------- */
#toTop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #254d70;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 16px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9;
  transition: 0.5s ease-in-out all;
}
#toTop:hover {
  background: #a16952;
}

/* ====== 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: 991px) {
  .container .row.row25 {
    margin: 0px -20px;
  }
  .container .row.row25 .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.welcomeSection .gradBrwn {
  color: #B98975;
  font-weight: 400;
  font-size: 145px;
  line-height: 155px;
  margin-bottom: 40px;
  max-width: 90%;
}
.welcomeSection .gradBrwn span {
  color: #131D4F;
}
.welcomeSection p strong {
  font-weight: 500;
  font-size: 45px;
  line-height: 27px;
  color: #323232;
}
.welcomeSection .welcmFlx {
  display: flex;
  flex-wrap: wrap;
}
.welcomeSection .welcmFlx .welcmLft {
  flex: 0 0 70%;
  max-width: 70%;
}
.welcomeSection .welcmFlx .welcmRgt {
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: 65px;
  text-align: right;
  padding-left: 12%;
  /* Animation defined but not active by default */
  /* Activate rotation on hover */
}
.welcomeSection .welcmFlx .welcmRgt .circle-container {
  cursor: pointer;
  position: relative;
  width: 260px;
  height: 260px;
  transform: rotate(-42deg);
}
.welcomeSection .welcmFlx .welcmRgt .rotating-text {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  /* default: stopped */
}
.welcomeSection .welcmFlx .welcmRgt .rotating-text textPath {
  font-size: 26px;
  font-weight: 400;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 11px;
}
.welcomeSection .welcmFlx .welcmRgt .arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1a3c;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.welcomeSection .welcmFlx .welcmRgt .circle-container:hover .rotating-text {
  animation: spin 8s linear infinite;
}
.welcomeSection.abtSec .welcmFlx .welcmRgt {
  margin-top: -50px;
  padding-left: 5%;
}
@media (max-width: 1600px) {
  .welcomeSection .gradBrwn {
    font-size: 100px;
    line-height: 100px;
  }
  .welcomeSection p strong {
    font-size: 35px;
    line-height: 20px;
  }
  .welcomeSection .welcmFlx .welcmRgt {
    margin-top: 30px;
    padding-left: 10%;
  }
  .welcomeSection .welcmFlx .welcmRgt .circle-container {
    width: 200px;
    height: 200px;
    transform: rotate(-38deg);
  }
  .welcomeSection .welcmFlx .welcmRgt .rotating-text textPath {
    font-size: 25px;
  }
  .welcomeSection .welcmFlx .welcmRgt .arrow {
    font-size: 25px;
    transform: rotate(35deg);
  }
  .welcomeSection.abtSec .welcmFlx .welcmRgt {
    margin-top: -35px;
  }
}
@media (max-width: 1199px) {
  .welcomeSection .gradBrwn {
    font-size: 90px;
    line-height: 90px;
  }
  .welcomeSection p strong {
    font-size: 28px;
    line-height: 16px;
  }
  .welcomeSection .welcmFlx .welcmRgt {
    margin-top: 65px;
  }
}
@media (max-width: 1024px) {
  .welcomeSection .welcmFlx .welcmRgt {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .welcomeSection .gradBrwn {
    font-size: 70px;
    line-height: 75px;
  }
  .welcomeSection .welcmFlx .welcmRgt {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .welcomeSection .gradBrwn {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    max-width: 100%;
  }
  .welcomeSection .welcmFlx .welcmLft {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .welcomeSection .welcmFlx .welcmRgt {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 45px;
    padding-left: 0;
    text-align: center;
  }
  .welcomeSection .welcmFlx .welcmRgt .circle-container {
    margin: auto;
  }
  .welcomeSection.abtSec .welcmFlx .welcmRgt {
    margin-top: 25px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .welcomeSection .gradBrwn {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .welcomeSection p strong {
    font-size: 25px;
    line-height: 25px;
  }
  .welcomeSection .welcmFlx .welcmRgt {
    margin-top: 40px;
  }
  .welcomeSection .welcmFlx .welcmRgt .circle-container {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 450px) {
  .welcomeSection .gradBrwn {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .welcomeSection p strong {
    font-size: 20px;
    line-height: 20px;
  }
  .welcomeSection .welcmFlx .welcmRgt {
    margin-top: 40px;
  }
  .welcomeSection .welcmFlx .welcmRgt .circle-container {
    width: 240px;
    height: 240px;
  }
  .welcomeSection.abtSec .welcmFlx .welcmRgt {
    margin-top: 15px;
  }
}

.hmStory {
  position: relative;
  overflow: hidden;
}
.hmStory .slider {
  display: flex;
  flex-direction: row;
  scroll-behavior: smooth;
  width: 100vw;
}
.hmStory .slider .slide {
  display: flex;
  align-items: center;
  padding: 50px;
  min-width: 65vw;
  background: #EFE4D2;
  border-radius: 20px;
  margin: 0 100px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.hmStory .slider .slide img {
  border-radius: 30px;
  margin-bottom: 0;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hmStory .slider .slide .slideFlx {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
.hmStory .slider .slide .slideFlx h3 {
  text-align: left;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
  color: #B98975;
}
.hmStory .slider .slide .slideFlx p {
  text-align: left;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  color: #323232;
}
@keyframes blink {
  to {
    opacity: 0.3;
  }
}
@media (max-width: 1600px) {
  .hmStory .slider .slide {
    padding: 30px;
    min-width: 70vw;
    margin: 0 55px;
  }
  .hmStory .slider .slide img {
    height: 500px;
  }
  .hmStory .slider .slide .slideFlx {
    padding-left: 30px;
  }
  .hmStory .slider .slide .slideFlx h3 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .hmStory .slider .slide .slideFlx p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .hmStory .slider .slide {
    padding: 25px;
    min-width: 75vw;
    margin: 0 45px;
  }
  .hmStory .slider .slide img {
    height: 400px;
  }
  .hmStory .slider .slide .slideFlx {
    padding-left: 25px;
  }
  .hmStory .slider .slide .slideFlx h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .hmStory .slider .slide .slideFlx p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .hmStory .slider .slide {
    padding: 20px;
    min-width: 75vw;
    margin: 0 20px 0 0;
  }
  .hmStory .slider .slide img {
    height: 300px;
  }
  .hmStory .slider .slide .slideFlx {
    padding-left: 25px;
  }
  .hmStory .slider .slide .slideFlx h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .hmStory .slider .slide .slideFlx p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .hmStory .slider .slide {
    padding: 15px;
    min-width: 96vw;
    margin: 0 10px 0 0;
  }
  .hmStory .slider .slide img {
    height: 275px;
  }
  .hmStory .slider .slide .slideFlx {
    padding-left: 20px;
  }
  .hmStory .slider .slide .slideFlx h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .hmStory .slider .slide .slideFlx p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 450px) {
  .hmStory .slider .slide {
    padding: 15px;
    min-width: 95vw;
    margin: 0 10px 0 0;
    flex-direction: column;
  }
  .hmStory .slider .slide img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .hmStory .slider .slide .slideFlx {
    padding-left: 0;
    margin-top: 10px;
  }
  .hmStory .slider .slide .slideFlx h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.hmServices {
  background: #254D70;
}
.hmServices.whtBck {
  background: #fff;
}
.hmServices.whtBck .sectionTitle span {
  background: #fff;
}
.hmServices.whtBck .commnTitle {
  color: #B98975;
}
.hmServices .sectionTitle span {
  background: #254d70;
}
.hmServices .commnTitle {
  color: #EFE4D2;
}
.hmServices .servicesSlider {
  margin-bottom: 30px;
}
.hmServices .servicesSlider .slick-prev, .hmServices .servicesSlider .slick-next {
  border: none;
}
.hmServices .servicesSlider .serviceCard {
  background: #F7F6F1;
  border-radius: 20px;
  min-height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 15px;
  z-index: 1;
}
.hmServices .servicesSlider .serviceCard::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: #e9ddd4;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.6s ease-out;
}
.hmServices .servicesSlider .serviceCard .serviceImg {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -40px;
  margin-left: -40px;
  background: #f3ede7;
  border: 29px solid rgba(149, 76, 46, 0.1);
  margin-bottom: 60px;
  transition: 0.5s ease-in-out all;
  position: relative;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.hmServices .servicesSlider .serviceCard .serviceImg.blueBck {
  position: relative;
}
.hmServices .servicesSlider .serviceCard .serviceImg.blueBck::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(71.28% 71.28% at 50% 50%, #F8FFFF 0%, #7ECACF 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.hmServices .servicesSlider .serviceCard .serviceImg.blueBck img {
  -o-object-position: 0;
     object-position: 0;
}
.hmServices .servicesSlider .serviceCard .serviceImg img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hmServices .servicesSlider .serviceCard .serviceTitle {
  padding: 0 25px;
}
.hmServices .servicesSlider .serviceCard .serviceTitle p {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  color: #2D2D2D;
  padding: 0;
}
.hmServices .servicesSlider .serviceCard:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.hmServices .servicesSlider.serviceList {
  display: flex;
  flex-wrap: wrap;
}
.hmServices .servicesSlider.serviceList .serviceBox {
  flex: 0 0 25%;
  max-width: 25%;
}
.hmServices .servicesSlider.serviceList .serviceBox .serviceCard {
  min-height: 410px;
  margin: 0 15px 30px;
}
.hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg {
  width: 300px;
  height: 300px;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 60px;
}
.hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg img {
  width: 130px;
  height: 130px;
}
.hmServices .comnBtn {
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .hmServices .servicesSlider .serviceCard {
    min-height: 330px;
    margin: 0 10px;
  }
  .hmServices .servicesSlider .serviceCard .serviceImg {
    width: 260px;
    height: 260px;
    margin-top: -40px;
    margin-left: -40px;
    margin-bottom: 40px;
  }
  .hmServices .servicesSlider .serviceCard .serviceImg img {
    width: 120px;
    height: 120px;
  }
  .hmServices .servicesSlider .serviceCard .serviceTitle {
    padding: 0 15px;
  }
  .hmServices .servicesSlider .serviceCard .serviceTitle p {
    font-size: 20px;
    line-height: 25px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceTitle p {
    font-size: 28px;
    line-height: 32px;
  }
  .hmServices .comnBtn {
    margin-top: 30px;
  }
}
@media (max-width: 1600px) {
  .hmServices .servicesSlider {
    margin-bottom: 30px;
  }
  .hmServices .servicesSlider .serviceCard {
    min-height: 285px;
    margin: 0 10px;
  }
  .hmServices .servicesSlider .serviceCard .serviceImg {
    width: 200px;
    height: 200px;
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 30px;
    border-width: 20px;
  }
  .hmServices .servicesSlider .serviceCard .serviceImg img {
    height: 70px;
    width: 70px;
  }
  .hmServices .servicesSlider .serviceCard .serviceTitle {
    padding: 0 15px;
  }
  .hmServices .servicesSlider .serviceCard .serviceTitle p {
    font-size: 20px;
    line-height: 25px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard {
    min-height: 280px;
    margin: 0 15px 30px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg {
    width: 200px;
    height: 200px;
    margin-top: -40px;
    margin-left: -40px;
    margin-bottom: 30px;
    border: 20px solid rgba(149, 76, 46, 0.1);
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg img {
    height: 70px;
    width: 70px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceTitle p {
    font-size: 22px;
    line-height: 28px;
  }
  .hmServices .comnBtn {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard {
    min-height: 250px;
    margin: 0 10px 20px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg {
    width: 190px;
    height: 190px;
    margin-top: -35px;
    margin-left: -35px;
    margin-bottom: 20px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg img {
    height: 65px;
    width: 65px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceTitle p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .hmServices .servicesSlider .serviceBox .serviceCard {
    min-height: 300px;
    margin: 0 10px 20px;
  }
  .hmServices .servicesSlider .serviceBox .serviceCard .serviceImg {
    width: 220px;
    height: 220px;
    margin-top: -35px;
    margin-left: -35px;
    margin-bottom: 40px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard {
    margin: 0 10px 30px;
  }
}
@media (max-width: 767px) {
  .hmServices .servicesSlider .serviceBox .serviceCard {
    min-height: 290px;
    margin: 0 10px 20px;
  }
  .hmServices .servicesSlider .serviceBox .serviceCard .serviceImg {
    width: 220px;
    height: 220px;
    margin-top: -40px;
    margin-left: -40px;
    margin-bottom: 30px;
  }
  .hmServices .servicesSlider .serviceBox .serviceCard .serviceImg img {
    height: 80px;
    width: 80px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard {
    min-height: 250px;
    margin: 0 10px 30px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg {
    width: 180px;
    height: 180px;
    margin-top: -35px;
    margin-left: -35px;
    margin-bottom: 25px;
    border-width: 15px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg img {
    height: 60px;
    width: 60px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceTitle p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .hmServices .commnTitle.mbXsMb {
    margin-bottom: 60px;
  }
  .hmServices .servicesSlider.serviceList {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .hmServices .servicesSlider .serviceBox .serviceCard {
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .hmServices .servicesSlider .serviceBox .serviceCard .serviceImg {
    width: 240px;
    height: 240px;
    margin-bottom: 25px;
  }
  .hmServices .servicesSlider .serviceBox .serviceCard .serviceImg img {
    height: 100px;
    width: 100px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox {
    flex: 0 0 100%;
    max-width: 300px;
    margin: auto;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard {
    min-height: 260px;
    margin: 0 auto 30px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg {
    width: 200px;
    height: 200px;
    margin-top: -35px;
    margin-left: -35px;
    margin-bottom: 25px;
  }
  .hmServices .servicesSlider.serviceList .serviceBox .serviceCard .serviceImg img {
    height: 70px;
    width: 70px;
  }
}

.hmSolutions .hmSolutionsTp {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.hmSolutions .hmSolutionsTp .commnTitle {
  flex: 0 0 60%;
  margin: 0 auto 0 0;
}
.hmSolutions .hmSolutionsTp p {
  flex: 0 0 40%;
  max-width: 40%;
  padding-bottom: 0;
}
.hmSolutions .hmSolutionsBt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hmSolutions .hmSolutionsBt .hmSolutionsBtLft {
  flex: 0 0 60%;
  max-width: 850px;
  margin: 0 auto 0 0;
}
.hmSolutions .hmSolutionsBt .hmSolutionsBtLft img {
  width: 100%;
  border-radius: 50px;
}
.hmSolutions .hmSolutionsBt .hmSolutionsBtRgt {
  flex: 0 0 40%;
  max-width: 40%;
}
.hmSolutions .hmSolutionsBt .hmSolutionsBtRgt .comnBtn {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .hmSolutions .hmSolutionsTp {
    margin-bottom: 30px;
  }
  .hmSolutions .hmSolutionsTp .commnTitle {
    max-width: 600px;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtLft {
    max-width: 600px;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtRgt .comnBtn {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .hmSolutions .hmSolutionsBt .hmSolutionsBtLft {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .hmSolutions .hmSolutionsBt .hmSolutionsBtLft {
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .hmSolutions .hmSolutionsTp {
    margin-bottom: 20px;
  }
  .hmSolutions .hmSolutionsTp .commnTitle {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .hmSolutions .hmSolutionsTp p {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtLft {
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtRgt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hmSolutions .hmSolutionsTp p {
    text-align: center;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtRgt .bullet {
    display: flex;
    flex-wrap: wrap;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtRgt .bullet li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtRgt .comnBtn {
    margin: 30px auto 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .hmSolutions .hmSolutionsBt .hmSolutionsBtRgt .bullet li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hmSolutions .hmSolutionsBt .hmSolutionsBtRgt .comnBtn {
    margin: 25px auto 0;
  }
}

.hmWhy .hmWhyFlx {
  display: flex;
  flex-wrap: wrap;
}
.hmWhy .hmWhyFlx .hmWhyBox {
  flex: 0 0 25%;
  max-width: 25%;
  border-radius: 100px;
  background: #EFE4D2;
  padding: 67px 58px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hmWhy .hmWhyFlx .hmWhyBox p {
  padding-bottom: 0;
  color: #323232;
}
.hmWhy .hmWhyFlx .hmWhyBox:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #131D4F;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  z-index: -1;
  opacity: 1;
}
.hmWhy .hmWhyFlx .hmWhyBox:nth-child(2) h4, .hmWhy .hmWhyFlx .hmWhyBox:nth-child(2) p {
  color: #FFFFFF;
}
.hmWhy .hmWhyFlx .hmWhyBox:nth-child(3) {
  background: #954C2E;
}
.hmWhy .hmWhyFlx .hmWhyBox:nth-child(3) h4, .hmWhy .hmWhyFlx .hmWhyBox:nth-child(3) p {
  color: #FFFFFF;
}
.hmWhy .hmWhyFlx .hmWhyBox:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #254D70;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  z-index: -1;
  opacity: 1;
}
.hmWhy .hmWhyFlx .hmWhyBox:nth-child(4) h4, .hmWhy .hmWhyFlx .hmWhyBox:nth-child(4) p {
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .hmWhy .hmWhyFlx .hmWhyBox {
    padding: 35px 30px;
  }
  .hmWhy .hmWhyFlx .hmWhyBox p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .hmWhy .hmWhyFlx .hmWhyBox {
    padding: 30px 25px;
  }
  .hmWhy .hmWhyFlx .hmWhyBox p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .hmWhy .hmWhyFlx {
    justify-content: space-between;
  }
  .hmWhy .hmWhyFlx .hmWhyBox {
    flex: 0 0 49%;
    max-width: 49%;
    padding: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hmWhy .hmWhyFlx .hmWhyBox {
    padding: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .hmWhy .hmWhyFlx .hmWhyBox {
    padding: 20px;
    flex: 0 0 100%;
    max-width: 300px;
    min-height: 130px;
    margin: 0 auto 15px;
  }
  .hmWhy .hmWhyFlx .hmWhyBox:last-child {
    margin-bottom: 0;
  }
}

.hmIndustries .indusriesList {
  display: flex;
  flex-wrap: wrap;
}
.hmIndustries .indusriesList li {
  flex: 0 0 24%;
  max-width: 24%;
  padding: 40px 30px;
  border-radius: 20px;
  background: #FBF8F3;
  display: flex;
  align-items: center;
  margin: 0 8px 20px;
}
.hmIndustries .indusriesList li .font30 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 25px;
  color: #4B4A49;
}
@media (max-width: 1600px) {
  .hmIndustries .indusriesList li {
    padding: 30px 25px;
    margin: 0 5px 15px;
  }
  .hmIndustries .indusriesList li img {
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hmIndustries .indusriesList li .font30 {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .hmIndustries .indusriesList li {
    padding: 25px 20px;
    margin: 0 4px 10px;
  }
  .hmIndustries .indusriesList li img {
    height: 50px;
  }
  .hmIndustries .indusriesList li .font30 {
    padding-left: 18px;
  }
}
@media (max-width: 991px) {
  .hmIndustries .indusriesList li {
    flex: 0 0 30.33%;
    max-width: 30.33%;
    padding: 20px 15px;
    margin: 0 10px 10px;
  }
  .hmIndustries .indusriesList li img {
    height: 40px;
  }
  .hmIndustries .indusriesList li .font30 {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .hmIndustries .indusriesList li {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 5px 10px;
  }
}
@media (max-width: 450px) {
  .hmIndustries .indusriesList li {
    flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    justify-content: center;
  }
}

.hmProcess {
  background: #954C2E;
  color: #fff;
}
.hmProcess .processBox .sectionTitle {
  margin-bottom: 40px;
}
.hmProcess .processBox .sectionTitle::before {
  background: #BF7B60;
}
.hmProcess .processBox .sectionTitle span {
  background: #954C2E;
  color: #BF7B60;
}
.hmProcess .processBox .processContent {
  display: flex;
  flex-direction: column;
}
.hmProcess .processBox .processContent .processSteps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed rgba(246, 238, 220, 0.3);
  padding: 40px 0;
}
.hmProcess .processBox .processContent .processSteps.active .processStep .stepNum {
  color: #EFE4D2;
  opacity: 1;
  padding-right: 100px;
}
.hmProcess .processBox .processContent .processSteps.active .processStep .stepTitle {
  color: #EFE4D2;
  opacity: 1;
}
.hmProcess .processBox .processContent .processSteps .processStep {
  display: flex;
  align-items: flex-start;
  font-family: "Cal Sans", sans-serif;
}
.hmProcess .processBox .processContent .processSteps .processStep .stepNum {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #EFE4D2;
  opacity: 0.3;
  min-width: 32px;
  padding-right: 5px;
  transition: 0.5s ease-in-out all;
}
.hmProcess .processBox .processContent .processSteps .processStep .stepTitle {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  opacity: 0.3;
  transition: opacity 0.5s, color 0.5s, font-size 0.5s;
  color: #EFE4D2;
}
.hmProcess .processBox .processContent .processSteps .processDescs {
  flex: 1;
  text-align: right;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  color: #EFE4D2;
}
.hmProcess .processBox .processDesc {
  opacity: 0;
  transition: opacity 0.5s;
}
.hmProcess .processBox .processSteps.active .processDesc {
  opacity: 1;
}
@media (max-width: 1600px) {
  .hmProcess .processBox .sectionTitle {
    margin-bottom: 20px;
  }
  .hmProcess .processBox .processContent .processSteps {
    padding: 30px 0;
  }
  .hmProcess .processBox .processContent .processSteps.active .processStep .stepNum {
    padding-right: 70px;
  }
  .hmProcess .processBox .processContent .processSteps .processStep .stepNum {
    font-size: 16px;
    line-height: 24px;
    min-width: 28px;
  }
  .hmProcess .processBox .processContent .processSteps .processStep .stepTitle {
    font-size: 52px;
    line-height: 62px;
  }
  .hmProcess .processBox .processContent .processSteps .processDescs {
    font-size: 24px;
    line-height: 36px;
  }
  .hmProcess .processBox .processDesc {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .hmProcess .processBox .processSteps.active .processDesc {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .hmProcess .processBox .processContent .processSteps {
    padding: 25px 0;
  }
  .hmProcess .processBox .processContent .processSteps.active .processStep .stepNum {
    padding-right: 60px;
  }
  .hmProcess .processBox .processContent .processSteps .processStep .stepTitle {
    font-size: 45px;
    line-height: 55px;
  }
  .hmProcess .processBox .processContent .processSteps .processDescs {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .hmProcess .processBox .processContent .processSteps {
    padding: 20px 0;
  }
  .hmProcess .processBox .processContent .processSteps.active .processStep .stepNum {
    padding-right: 40px;
  }
  .hmProcess .processBox .processContent .processSteps .processStep .stepTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .hmProcess .processBox .processContent .processSteps .processDescs {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .hmProcess .processBox .processContent .processSteps {
    padding: 15px 0;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .hmProcess .processBox .processContent .processSteps.active .processStep .stepNum {
    padding-right: 20px;
  }
  .hmProcess .processBox .processContent .processSteps .processStep .stepTitle {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  .hmProcess .processBox .processContent .processSteps {
    padding: 12px 0;
  }
  .hmProcess .processBox .processContent .processSteps .processStep .stepTitle {
    font-size: 22px;
    line-height: 32px;
  }
  .hmProcess .processBox .processContent .processSteps .processStep.active .processDescs {
    text-align: left;
  }
  .hmProcess .processBox .processContent .processSteps .processDescs {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}

.innerBanner {
  position: relative;
}
.innerBanner .innerImage {
  position: relative;
}
.innerBanner .innerImage::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 43.27%, #000000 100%);
  z-index: 1;
}
.innerBanner .banner-text {
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 50px;
}
.innerBanner .banner-text .bannerTitle {
  font-size: 80px;
  line-height: 100px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: "Cal Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .innerBanner .banner-text .bannerTitle {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .innerBanner .innerImage img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .innerBanner .banner-text .bannerTitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .innerBanner .banner-text {
    bottom: 30px;
    max-width: 90%;
    margin: 0 auto;
  }
  .innerBanner .banner-text .bannerTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.aboutContent .about-card {
  background: #EFE4D2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.aboutContent .about-card .about-card-img {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.aboutContent .about-card .about-card-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.aboutContent.partnerAbout {
  padding-top: 100px;
}
.aboutContent.partnerAbout .row {
  justify-content: flex-end;
}
.aboutContent.partnerAbout .row .about-card-img {
  padding-left: 30px;
}
@media (max-width: 1600px) {
  .aboutContent.partnerAbout {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .aboutContent.partnerAbout {
    padding-top: 40px;
  }
  .aboutContent.partnerAbout .row .about-card-img {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .aboutContent .about-card {
    flex-direction: column;
    padding: 30px;
  }
  .aboutContent .about-card .about-card-img {
    padding-right: 0px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.currentOpening .commnTitle {
  color: #B98975;
}
.currentOpening .job-listings .card {
  border: 0px;
}
.currentOpening .job-listings .card-header {
  padding: 20px 0px;
  border-bottom: 0px;
}
.currentOpening .job-listings .job-card .fnt35 {
  padding-bottom: 5px;
  text-align: left;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.currentOpening .job-listings .job-card .card-body {
  border-top: 1px solid #B9B9B9;
}
.currentOpening .job-listings .job-card .card-body h5 {
  margin-bottom: 15px;
}
.currentOpening .job-listings .job-card .card-body .bullet-dash {
  margin-bottom: 10px;
}
.currentOpening .job-listings .job-card .card-body .bullet-dash li {
  padding-bottom: 15px;
}
.currentOpening .job-listings .job-card .text-muted {
  font-size: 18px;
  color: #B4B4B4 !important;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  display: block;
  text-align: left;
  padding-top: 5px;
}
.currentOpening .job-listings .job-card .btn_section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
}
.currentOpening .job-listings .job-card .btn_section .badge {
  margin-right: 24px;
  padding: 5px 15px;
  cursor: default;
}
.currentOpening .job-listings .job-card .btn_section .badge:last-child {
  margin-right: 0px;
}
.currentOpening .job-listings .job-card .btn_section .bg-secondary {
  background: none !important;
  color: #444444 !important;
  border: solid 1px #272727;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
}
.currentOpening .job-listings .job-card .btn_section .bg-secondary:hover {
  background: #f0f0f0 !important;
  color: #212121 !important;
}
.currentOpening .job-listings .job-card.border-top {
  border-color: #B9B9B9 !important;
}
.currentOpening .job-listings .job-card.border-top:first-child {
  border-top: none !important;
}
.currentOpening .job-listings .card-body p.marginbtm35 {
  margin-bottom: 35px;
}
.currentOpening .job-listings .card-body .fnt22 {
  font-size: 17px;
  color: #333;
}
.currentOpening .job-listings .card-body ul {
  margin: 0px 0px 35px 0px !important;
  padding: 0px;
}
.currentOpening .job-listings .card-body ul li {
  position: relative;
  padding: 0px 0px 10px 25px;
  line-height: 28px;
}
.currentOpening .job-listings .card-body ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 15px;
  height: 4px;
  background: #ED0000;
}
.currentOpening .job-listings .card-body ul li:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .currentOpening .job-listings .card-header {
    padding: 15px 0px;
  }
  .currentOpening .job-listings .job-card .text-muted {
    font-size: 16px;
  }
  .currentOpening .job-listings .job-card .fnt35 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .currentOpening {
    text-align: center;
  }
  .currentOpening .job-listings .card-header {
    padding: 0px;
  }
  .currentOpening .job-listings .job-card {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    padding: 15px 0px;
    text-align: center;
  }
  .currentOpening .job-listings .job-card.align-items-center {
    align-items: center !important;
  }
  .currentOpening .job-listings .job-card h5 {
    width: 100%;
  }
  .currentOpening .job-listings .job-card .text-muted {
    font-size: 16px;
  }
  .currentOpening .job-listings .job-card .fnt35 {
    font-size: 25px;
    line-height: 30px;
  }
  .currentOpening .job-listings .job-card .fnt35, .currentOpening .job-listings .job-card .postedText {
    text-align: center !important;
  }
  .currentOpening .job-listings .job-card .btn_lineblock {
    width: auto;
    margin-top: 18px;
  }
  .currentOpening .job-listings .job-card .btn_section {
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
  }
}

.jobApplication {
  background: #254D70;
}
.jobApplication .sectionTitle {
  color: #3A77AD;
}
.jobApplication .sectionTitle span {
  background: #254D70;
  position: relative;
  z-index: 3333;
}
.jobApplication .sectionTitle::before {
  background: #3A77AD;
  z-index: 22;
}
@media (max-width: 1600px) {
  .jobApplication .careerImg {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 991px) {
  .jobApplication .careerImg {
    height: auto;
    -o-object-position: inherit;
       object-position: inherit;
  }
}
.jobApplication .commnTitle {
  color: #EFE4D2;
}
.jobApplication img {
  border-radius: 20px;
}
.jobApplication .form-group {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .jobApplication .form-group {
    margin-bottom: 20px;
  }
}
.jobApplication .form-control {
  padding: 15px 20px;
  background: #F7F6F1;
  color: #B4B4B4;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .jobApplication .form-control {
    height: 50px;
    font-size: 16px;
    padding: 10px 15px;
  }
}
.jobApplication .form-control::-moz-placeholder {
  color: #B4B4B4;
}
.jobApplication .form-control::placeholder {
  color: #B4B4B4;
}
.jobApplication .form-control.error {
  margin-top: 0;
}
.jobApplication textarea.form-control {
  height: 100px;
}
@media (max-width: 1600px) {
  .jobApplication textarea.form-control {
    height: 80px;
  }
}
.jobApplication select {
  background-image: url(../images/drop_icon.png) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
}
.jobApplication #tempfile {
  border-right: none;
  border-radius: 10px;
}
.jobApplication .input-group-btn {
  border: 1px solid #e5e5e5;
  border-left: none;
  background: #fff;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 10px;
}
.jobApplication .input-group-btn i {
  color: #000;
}
.jobApplication .uploadresume {
  background: transparent;
}
.jobApplication .uploadresume label {
  top: 100%;
}
@media (max-width: 450px) {
  .jobApplication .uploadresume label {
    top: 100%;
    position: relative;
    padding-top: 6px;
    text-align: left;
    left: 10px;
    width: 100%;
    display: block;
  }
}
.jobApplication .uploadresume i {
  font-size: 0px;
}
.jobApplication .uploadresume .input-group {
  flex-direction: column;
}
.jobApplication .uploadresume .input-group #tempfile {
  width: 100%;
}
.jobApplication .uploadresume .input-group .input-group-btn {
  position: absolute;
  top: 6px;
  margin: auto;
  right: 7px;
  border: none;
  z-index: 9;
  background-color: transparent;
}
@media (max-width: 450px) {
  .jobApplication .uploadresume .input-group .input-group-btn {
    width: 100%;
  }
}
.jobApplication .uploadresume .btn-file {
  background: url(../images/icon_upload.png) no-repeat center center;
  margin: 0px 10px;
  cursor: pointer;
  background-size: 25px;
}
@media (max-width: 450px) {
  .jobApplication .uploadresume .btn-file {
    margin: 0;
    width: 100%;
    background-position: right;
  }
}
.jobApplication select.interest_txt.myval.form-control.required.error {
  border-bottom: 2px solid red;
}
.jobApplication .btn-file {
  position: relative;
  overflow: hidden;
}
.jobApplication .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
@media (max-width: 991px) {
  .jobApplication .careerImg {
    margin-top: 30px;
  }
}

.contactDetail .map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 991px) {
  .contactDetail .map {
    padding-top: 40px;
  }
}
.contactDetail .commnTitle {
  color: #B98975;
}
.contactDetail .addressarea {
  font-weight: 400;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .contactDetail .addressarea {
    padding-top: 10px;
  }
}
.contactDetail .addressarea .addressbox {
  max-width: 452px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
}
.contactDetail .addressarea .addressbox a {
  text-decoration: none;
  transition: color 0.5s;
  font-size: 25px;
}
.contactDetail .addressarea .addressbox a:hover {
  color: #954c2e;
}
@media (max-width: 1600px) {
  .contactDetail .addressarea .addressbox a {
    font-size: 20px;
  }
}
.contactDetail .addressarea .addressbox > div {
  position: relative;
  padding-left: 35px;
  padding-bottom: 18px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .contactDetail .addressarea .addressbox > div {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contactDetail .addressarea .addressbox > div {
    padding-bottom: 10px;
  }
}
.contactDetail .addressarea .addressbox > div.first .fontBold {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.contactDetail .addressarea .addressbox > div.first p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 400;
}
.contactDetail .addressarea .addressbox > div.first svg {
  top: 7px;
}
@media (max-width: 450px) {
  .contactDetail .addressarea .addressbox > div.first svg {
    top: 5px;
  }
}
.contactDetail .addressarea .addressbox svg {
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 21px;
}
@media (max-width: 1600px) {
  .contactDetail .addressarea .addressbox svg {
    top: 6px;
  }
}
.contactDetail .addressarea .social_link {
  padding-top: 23px;
  margin: 0px;
}
.contactDetail .addressarea .social_link ul {
  margin: 0px;
  padding: 0px;
}
.contactDetail .addressarea .social_link ul li {
  margin-right: 30px;
  padding: 0px;
}
.contactDetail .addressarea .social_link ul li:last-child {
  margin-right: 0px;
}
.contactDetail .addressarea .social_link ul li a {
  background: none;
  border: none;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in-out;
}
.contactDetail .addressarea .social_link ul li a:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .contactDetail .addressarea .addressbox > div.first .fontBold {
    font-size: 20px;
  }
  .contactDetail .addressarea .addressbox a {
    font-size: 20px;
  }
  .contactDetail .addressarea .addressbox svg {
    width: 20px;
  }
}
@media (max-width: 575px) {
  .contactDetail .HeadingBlock .sectionTitle {
    text-align: left;
  }
  .contactDetail .HeadingBlock .sectionTitle span {
    padding-left: 0;
  }
  .contactDetail .HeadingBlock .commnTitle {
    text-align: left;
  }
}

.contactForm {
  background: #954C2E;
}
.contactForm .sectionTitle {
  color: #BF7B60;
}
.contactForm .sectionTitle span {
  background: #954C2E;
  position: relative;
  z-index: 3333;
}
.contactForm .sectionTitle::before {
  background: #BF7B60;
  z-index: 22;
}

.privacy p a {
  color: #254D70 !important;
}
.privacy p a:hover {
  color: #954C2E !important;
}
@media (max-width: 767px) {
  .privacy .subHeading {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .privacyAccordian .subHeading {
    font-size: 25px;
    line-height: 30px;
  }
}

.imgRadiusBox {
  border-radius: 30px;
}

.grayBg {
  background: #F7F6F1;
}
.grayBg .sectionTitle span {
  background: #F7F6F1;
}
@media (max-width: 991px) {
  .grayBg .subHeading {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .grayBg .subHeading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .grayBg .noBullets {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .grayBg {
    text-align: center;
  }
}
.grayBg .mrg30 {
  margin-bottom: 30px;
}
.grayBg ul li p {
  padding-bottom: 10px;
  margin-top: 10px;
}
.grayBg ul li ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.grayBg ul li ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #B98975;
  border-radius: 50%;
}

.noBullets {
  list-style: none;
}
.noBullets li {
  margin-bottom: 30px;
  color: #323232;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}
.noBullets li span {
  color: #954C2E;
  font-weight: 700;
}
.noBullets li:last-child {
  margin-bottom: 0;
}
.noBullets.circleBullet li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.noBullets.circleBullet li:last-child {
  margin-bottom: 0;
}
.noBullets.circleBullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #B98975;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .noBullets li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .noBullets li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .noBullets li {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .noBullets li {
    text-align: left;
  }
}
@media (max-width: 450px) {
  .noBullets li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}

.serviceListing .commnTitle {
  max-width: 100%;
}
@media (max-width: 767px) {
  .serviceListing {
    text-align: center;
  }
}

.maxwid100 {
  max-width: 100%;
}

.algnCntr {
  align-items: center;
}

.roboto {
  position: relative;
}
.roboto .capcha_coad_area .pull-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 61px;
  margin: auto;
  display: flex;
  align-items: center;
  background: #131d4f;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1600px) {
  .roboto .capcha_coad_area .pull-right {
    height: 51px;
  }
}

.btn_career {
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .btn_career {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .btn_career {
    margin-top: 0px;
    text-align: center;
  }
}

.slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0px;
  background: transparent;
  width: 60px;
  height: 60px;
  border: #000 solid 1px;
  font-size: 0;
  position: absolute;
  top: -24%;
  z-index: 3;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow.slick-prev {
  background-image: url(../images/arrow_blk_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 90.5%;
  transition: all 0.3s ease-in-out;
  background-color: #D9D9D9;
  border-radius: 50%;
  background-size: 15px;
}
.slick-arrow.slick-next {
  background-image: url(../images/arrow_blk_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 1%;
  transition: all 0.3s ease-in-out;
  background-color: #D9D9D9;
  border-radius: 50%;
  background-size: 15px;
}
@media (max-width: 1600px) {
  .slick-arrow {
    height: 40px;
    width: 40px;
  }
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    background-size: 11px;
  }
}
@media (max-width: 1199px) {
  .slick-arrow.slick-prev {
    left: 89%;
  }
}
@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: 86%;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    height: 35px;
    width: 35px;
    top: 50%;
  }
  .slick-arrow.slick-prev {
    left: -50px;
  }
  .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 575px) {
  .slick-arrow {
    height: 35px;
    width: 35px;
    top: -10%;
  }
  .slick-arrow.slick-prev {
    left: 42%;
  }
  .slick-arrow.slick-next {
    right: 42%;
  }
}
@media (max-width: 450px) {
  .slick-arrow.slick-prev {
    left: 40%;
  }
  .slick-arrow.slick-next {
    right: 38%;
  }
}

label.error {
  color: #ff4444 !important;
  margin-top: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

select.error {
  color: #212529 !important;
}

@media (max-width: 767px) {
  .circleBullet {
    margin-bottom: 15px;
  }
}

.microsoftservice .serviceBox {
  display: flex;
}
.microsoftservice .serviceBox .serviceImg {
  flex: 0 0 40%;
  max-width: 40%;
  background: #EFE4D2;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.microsoftservice .serviceBox .serviceImg img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.microsoftservice .serviceBox .serviceContent {
  flex: 0 0 60%;
  max-width: 60%;
  background: #F7F6F1;
  padding: 50px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1600px) {
  .microsoftservice .serviceBox .serviceContent {
    padding: 40px;
  }
}
.microsoftservice .serviceBox .serviceContent .sectionTitle span {
  background: #f7f6f1;
}
.microsoftservice .serviceBox .serviceContent ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.microsoftservice .serviceBox .serviceContent ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #B98975;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.microsoftservice .serviceBox.serviceBoxRev {
  flex-direction: row-reverse;
}
.microsoftservice .serviceBox.serviceBoxRev .serviceImg {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.microsoftservice .serviceBox.serviceBoxRev .serviceContent {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.microsoftservice .row {
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .microsoftservice .row {
    margin-bottom: 50px;
  }
}

.whysalesforce {
  padding-top: 0px;
}
.whysalesforce ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.whysalesforce ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #B98975;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.whychoosevoltrix ul {
  margin-bottom: 20px;
}

.font45 {
  font-size: 45px;
  line-height: 55px;
  color: #3A77AD;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .font45 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .font45 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .font45 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  .font45 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */