@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine .line.crossLine2 {
    top: 44%;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 55555;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #5c6c7b;
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
  border: none !important;
}

.whiteFnt {
  color: #fff !important;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.info2,
.success,
.warning2,
.failure,
.validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1,
.hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type=text].error,
textarea.error,
.select2-container.error {
  border-bottom: 2px solid #d8000c !important;
}

label.error {
  color: #d8000c;
}

label.error {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  top: 100%;
  left: 0;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.alert-specialinfo {
  color: #3d8fd8;
  padding: 4px 0 3px 357px;
}

.pull-left {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  border-radius: 5px;
}

.bullets {
  list-style: none;
}
.bullets li {
  font-size: 16px;
  line-height: 20px;
  color: #5c6c7b;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
}
.bullets li::before {
  content: "";
  background: #ec1b23;
  height: 5px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 7px;
}

.sectionTitle {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  color: #194164;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .sectionTitle {
    font-size: 20px;
    line-height: 30px;
  }
}

.sectionTitleemail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 30px;
  list-style: none;
  color: #194164;
  margin-bottom: 0px;
}
.sectionTitleemail li {
  padding-left: 10px;
}
.sectionTitleemail li a {
  color: #194164;
  padding-left: 10px;
}
@media (max-width: 400px) {
  .sectionTitleemail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sectionPadding {
  padding: 90px 0px;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}

.serviceListPage.hmservicelistPage .serviceBox .serviceTxt .serviceName {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .serviceListPage.hmservicelistPage .serviceBox .serviceTxt .serviceName {
    font-size: 15px;
    line-height: 22px;
  }
}

.commanBtn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #ec1a22;
  padding: 20px 60px;
  text-transform: uppercase;
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
  border: none;
}
.commanBtn img {
  padding-left: 10px;
}
.commanBtn:hover {
  background: #194164;
  color: #fff;
}
@media (max-width: 991px) {
  .commanBtn {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 45px;
  }
}
@media (max-width: 400px) {
  .commanBtn {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 35px;
  }
}

.modal-dialog {
  max-width: 1100px;
}
.modal-dialog .modal-body {
  padding: 0;
}
@media (max-width: 991px) {
  .modal-dialog {
    max-width: 100%;
    padding: 15px;
  }
}

.newprojectDetail {
  background: transparent !important;
}
.newprojectDetail .col-lg-8,
.newprojectDetail .col-lg-4 {
  padding: 0;
}
.newprojectDetail .projectDetailSec {
  background: #194164;
  padding: 30px 50px;
}
.newprojectDetail .projectDetailSec .sectionTitle {
  text-align: left;
  padding-right: 100px;
  white-space: normal;
}
.newprojectDetail .projectDetailSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newprojectDetail .projectDetailSec ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.newprojectDetail .projectDetailSec ul li span {
  font-weight: bold;
  font-size: 16px;
  line-height: 13px;
}
.newprojectDetail .projectDetailSec ul li:first-child {
  text-align: left;
}
@media (max-width: 1366px) {
  .newprojectDetail .projectDetailSec ul li {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .newprojectDetail .projectDetailSec {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .newprojectDetail .projectDetailSec {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .newprojectDetail .projectDetailSec ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newprojectDetail .projectDetailSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .newprojectDetail .projectDetailSec ul li:last-child {
    margin-bottom: 0;
  }
  .newprojectDetail .projectDetailSec ul li:first-child {
    text-align: center;
  }
}
.newprojectDetail .projectSlider .projectBox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.newprojectDetail .projectSlider .projectBox img {
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.newprojectDetail .projectSlider .slick-prev {
  bottom: 0%;
  top: 50%;
  left: -2%;
  opacity: 1 !important;
}
.newprojectDetail .projectSlider .slick-prev:before {
  color: #fff !important;
}
@media (max-width: 575px) {
  .newprojectDetail .projectSlider .slick-prev {
    left: -1%;
    border: none !important;
  }
}
.newprojectDetail .projectSlider .slick-next {
  bottom: 0%;
  top: 50%;
  right: -2%;
  opacity: 1 !important;
}
.newprojectDetail .projectSlider .slick-next:before {
  color: #fff !important;
}
@media (max-width: 575px) {
  .newprojectDetail .projectSlider .slick-next {
    right: 2%;
    border: none !important;
  }
}
@media (max-width: 991px) {
  .newprojectDetail .projectSlider .projectBox img {
    width: 100%;
  }
}

.mainHeader {
  padding: 10px 0;
  background: transparent;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 20px;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li .dropdown-toggle {
    font-size: 20px;
    margin-left: 5px;
  }
}
.mainHeader header .navbarLink ul li:last-child a {
  color: #194164;
}
.mainHeader header .navbarLink ul li:last-child i {
  font-size: 18px;
  padding-right: 5px;
}
.mainHeader header .navbarLink ul li a {
  color: #5F6468;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 25px;
    padding: 0;
  }
}
.mainHeader header .navbarLink ul li::before {
  content: "";
  background: #ec1b23;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li::before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li:last-child::before {
  display: none;
}
.mainHeader header .navbarLink ul li.active::before, .mainHeader header .navbarLink ul li:hover::before {
  width: 100%;
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #ec1b23;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #ec1b23;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  margin-top: 20px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #707070;
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 16px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: transparent;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #ec1b23 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li::before {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    height: auto !important;
    display: none;
    padding-top: 10px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: 0px !important;
    display: block;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
    margin: 0;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    margin-top: 50px;
  }
  .mainHeader header .navbarLink ul li {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .mainHeader header .navbarLink ul li a {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
  }
  .mainHeader header .navbarLink ul li.callNow {
    background: #fff;
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 0;
    padding: 10px;
  }
  .mainHeader header .navbarLink ul li.callNow a i {
    font-size: 26px;
  }
  .mainHeader header .navbarLink ul li.callNow::before {
    display: none !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    margin-bottom: 0;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #194164;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 400px) {
  .mainHeader header .navbarLink ul {
    margin: 0;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .mainHeader {
    position: relative;
  }
}

video#myVideo {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homeBanner {
  position: relative;
  display: block !important;
}
.homeBanner .bannerimg {
  position: relative;
}
.homeBanner .bannerimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 768px) and (max-width: 850px) {
  .homeBanner .bannerimg::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .homeBanner .bannerimg::before {
    display: block;
  }
}
.homeBanner .bannerimg img {
  height: 667px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .homeBanner .bannerimg img {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .homeBanner .bannerimg img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .homeBanner .bannerimg img {
    height: 475px;
  }
}
@media (max-width: 575px) {
  .homeBanner .bannerimg img {
    height: 460px;
  }
}
.homeBanner span img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .homeBanner span img {
    height: 667px;
  }
}
.homeBanner .leftbg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fadeOutLeft 1s both;
          animation: fadeOutLeft 1s both;
}
@media (min-width: 768px) and (max-width: 850px) {
  .homeBanner .leftbg {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeBanner .leftbg {
    display: none;
  }
}
.homeBanner .rightbg {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: fadeOutRight 1s both 0.5s;
          animation: fadeOutRight 1s both 0.5s;
}
@media (max-width: 1199px) {
  .homeBanner .rightbg {
    right: -28%;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .homeBanner .rightbg {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeBanner .rightbg {
    display: none;
  }
}
.homeBanner .centerbg {
  position: absolute;
  top: 29%;
  left: 19%;
  -webkit-animation: zoomOut 1s both 0.75s;
          animation: zoomOut 1s both 0.75s;
  bottom: 0;
}
.homeBanner .centerbg img {
  height: 395px;
}
@media (max-width: 1366px) {
  .homeBanner .centerbg img {
    height: 350px;
  }
}
@media (max-width: 1366px) {
  .homeBanner .centerbg {
    left: 12%;
  }
}
@media (max-width: 1199px) {
  .homeBanner .centerbg {
    left: 14%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .homeBanner .centerbg {
    left: 13%;
  }
}
@media (max-width: 991px) {
  .homeBanner .centerbg {
    left: 12%;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .homeBanner .centerbg {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeBanner .centerbg {
    display: none;
  }
}
.homeBanner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 14%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 30px;
  line-height: 40px;
  max-width: 600px;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  -webkit-animation: fadeOutRight 2s both 1s;
          animation: fadeOutRight 2s both 1s;
}
.homeBanner p span {
  font-size: 50px;
  line-height: 60px;
  margin: 10px 0;
  -webkit-animation: fadeOutRight 4s;
          animation: fadeOutRight 4s;
}
@media (max-width: 1366px) {
  .homeBanner p {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 1199px) {
  .homeBanner p {
    right: 7%;
    max-width: 480px;
  }
  .homeBanner p span {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .homeBanner p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 450px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
  .homeBanner p span {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .homeBanner p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 450px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
  .homeBanner p span {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 400px) {
  .homeBanner p {
    max-width: 280px;
    font-size: 16px;
    line-height: 26px;
  }
  .homeBanner p span {
    font-size: 25px;
    line-height: 35px;
  }
}

.slick-active .leftbg {
  -webkit-animation: fadeInLeft 1s both 1s;
          animation: fadeInLeft 1s both 1s;
}
.slick-active .rightbg {
  -webkit-animation: fadeInRight 1s both 1s;
          animation: fadeInRight 1s both 1s;
}
.slick-active .centerbg {
  -webkit-animation: zoomIn 1s both 1.5s;
          animation: zoomIn 1s both 1.5s;
}
.slick-active .homeBanner p {
  -webkit-animation: fadeInRight 2s both 1.5s;
          animation: fadeInRight 2s both 1.5s;
}
.slick-active .homeBanner p span {
  -webkit-animation: fadeInRight 4s;
          animation: fadeInRight 4s;
}

.innerBanner {
  position: relative;
}
.innerBanner img {
  width: 100%;
}
.innerBanner .innerBlock {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 16%;
}
.innerBanner .innerBlock .innerText {
  color: #fff;
  font-size: 90px;
  margin-bottom: 0px;
  line-height: 80px;
  font-weight: 700;
}
.innerBanner .innerBlock .innerText span {
  display: block;
  font-size: 25px;
  line-height: 45px;
  font-weight: 700;
}
.innerBanner::before {
  content: "";
  background: url(../images/innerbanner/innerbannerbg.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: right;
}
@media (max-width: 1199px) {
  .innerBanner img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .innerBanner .innerBlock .innerText {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .innerBanner .innerBlock .innerText {
    font-size: 60px;
    line-height: 70px;
  }
  .innerBanner .innerBlock .innerText span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .innerBanner::before {
    background-position: left;
  }
  .innerBanner img {
    height: 275px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .innerBanner .innerBlock {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .innerBanner .innerBlock .innerText {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .innerBanner img {
    height: 200px;
  }
  .innerBanner .innerBlock .innerText {
    font-size: 35px;
    line-height: 45px;
  }
}

.hmabtSec {
  text-align: center;
}
.hmabtSec .abtTitle {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 60px;
  color: #194164;
  margin-bottom: 30px;
}
.hmabtSec p {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 25px;
  color: #5c6c7b;
}
.hmabtSec .abtBtn {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .hmabtSec .abtTitle {
    font-size: 37px;
    line-height: 47px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .hmabtSec .abtTitle {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hmabtSec .abtTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .hmabtSec .abtTitle {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 400px) {
  .hmabtSec .abtTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .hmabtSec p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
}

.hmteamsection {
  background: #194164;
  padding-top: 60px;
}
.hmteamsection .container-fluid {
  padding: 0;
}
.hmteamsection .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmteamsection .position {
  position: relative;
}
.hmteamsection .sectionTitleteam {
  color: white;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
  font-weight: bold;
}
.hmteamsection .strengthList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.hmteamsection .strengthList .strengthfullBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  background: #022848;
  padding: 30px 25px 20px 40px;
}
@media (max-width: 400px) {
  .hmteamsection .strengthList .strengthfullBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background: #022848;
    padding: 15px;
  }
}
.hmteamsection .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmteamsection .content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hmteamsection .content .titleName {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.hmteamsection .content .tittletag {
  color: #5d99cd;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  max-width: 250px;
}
.hmteamsection .strengthfullBoximg {
  background: #164874;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 25px 20px 40px;
}
@media (max-width: 400px) {
  .hmteamsection .strengthfullBoximg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background: #022848;
    padding: 15px;
  }
}
.hmteamsection .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmteamsection .titleName {
  color: #fff;
  text-align: center;
}
.hmteamsection .tittletag {
  color: #3f82bc;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.yearscircle {
  position: absolute;
  top: 70px;
  bottom: 0;
  background: rgba(255, 0, 0, 0.6980392157);
  z-index: 999;
  border-radius: 50%;
  height: 125px;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  left: 0;
  margin: auto;
}

.fiftytag {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 0;
}

.yearsline {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 800;
  text-align: center;
}

.hmstrengthSec {
  padding-left: 118px;
  padding-top: 100px;
  background-attachment: fixed;
  background-position: right;
}
.hmstrengthSec .bggrey {
  padding-top: 60px;
}
.hmstrengthSec .bggrey .sectionTitle {
  margin-left: 60px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hmstrengthSec .bggrey .sectionTitle {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hmstrengthSec .bggrey .sectionTitle {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hmstrengthSec .bggrey .sectionTitle {
    margin-left: 0;
  }
}
.hmstrengthSec .strengthList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hmstrengthSec .strengthList .strengthBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.hmstrengthSec .strengthList .strengthBox .image {
  height: 111px;
  width: 111px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.hmstrengthSec .strengthList .strengthBox .content {
  max-width: 210px;
}
.hmstrengthSec .strengthList .strengthBox .content .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #194164;
}
.hmstrengthSec .strengthList .strengthBox .content p {
  font-size: 12px;
  line-height: 14px;
  color: #5c6c7b;
}
.hmstrengthSec .counterSection {
  margin-top: 50px;
}
.hmstrengthSec .counterSection .counterRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hmstrengthSec .counterSection .counterRow .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.hmstrengthSec .counterSection .counterRow .stats span {
  color: #ff0000;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 900;
}
.hmstrengthSec .counterSection .counterRow .stats .countertag {
  font-size: 16px;
  line-height: 20px;
  max-width: 90%;
  color: #545050;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hmstrengthSec {
    background-size: contain;
  }
}
@media (max-width: 1199px) {
  .hmstrengthSec {
    padding-left: 60px;
    background-image: none;
  }
  .hmstrengthSec .strengthList .strengthBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .hmstrengthSec {
    padding: 30px 0 0;
  }
  .hmstrengthSec .maxStrength {
    padding-bottom: 60px;
  }
  .hmstrengthSec .counterRow .stats {
    text-align: center;
  }
  .hmstrengthSec .sectionTitle {
    text-align: center;
  }
  .hmstrengthSec .strengthList .strengthBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: center;
  }
  .hmstrengthSec .strengthList .strengthBox .image {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .hmstrengthSec .strengthList .strengthBox .content {
    max-width: 320px;
    margin: 0 auto;
  }
  .hmstrengthSec .strengthList .strengthBox .content .title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .hmstrengthSec .strengthList .strengthBox .content .title {
    font-size: 14px;
    line-height: 20px;
  }
  .hmstrengthSec .counterSection .countertag {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hmstrengthSec {
    padding: 0 0px;
  }
  .hmstrengthSec .strengthList.teamSList {
    margin-top: 100px;
  }
  .hmstrengthSec .strengthList .strengthBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
  }
  .hmstrengthSec .strengthList .strengthBox .content br {
    display: none;
  }
  .hmstrengthSec .strengthList .strengthBox .content .title {
    font-size: 14px;
    line-height: 20px;
  }
  .hmstrengthSec .counterSection .counterRow {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hmstrengthSec .counterSection .counterRow .stats {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 20px;
  }
  .hmstrengthSec .counterSection .counterRow .stats:last-child {
    margin-bottom: 0;
  }
  .hmstrengthSec .counterSection .counterRow .stats span {
    margin-bottom: 0;
    font-size: 45px;
  }
  .hmstrengthSec .counterSection .counterRow .stats .countertag {
    font-size: 14px;
    line-height: 20px;
  }
  .hmstrengthSec .yearscircle {
    top: 70px;
    height: 75px;
    width: 100%;
    margin: inherit;
    border-radius: 0;
  }
}
@media (max-width: 400px) {
  .hmstrengthSec {
    padding: 0 0px;
  }
  .hmstrengthSec .strengthList .strengthBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .hmstrengthSec .strengthList .strengthBox .content {
    margin-bottom: 20px;
  }
  .hmstrengthSec .strengthList .strengthBox .content .title {
    font-size: 14px;
    line-height: 20px;
  }
  .hmstrengthSec .counterSection {
    margin-top: 30px;
  }
  .hmstrengthSec .counterSection .counterRow .stats {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hmstrengthSec .counterSection .counterRow .stats span {
    margin-bottom: 0;
    font-size: 45px;
  }
  .hmstrengthSec .yearscircle {
    top: 70px;
    height: 75px;
    width: 100%;
    margin: inherit;
    border-radius: 0;
  }
}

@media (min-width: 1600px) and (max-width: 2500px) {
  .maxStrength {
    max-width: 700px;
    margin-left: auto;
  }
}
.clientsSection .sectionTitlegallery {
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  color: #194164;
  font-family: "Red Hat Display", sans-serif;
}
.clientsSection .clientsslider .slick-active button {
  background: transparent;
  border: 1px solid #00529b;
}
.clientsSection .clientsslider .gallerybox {
  background: #fafcff;
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  padding: 10px;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  border-radius: 10px;
}
@media (max-width: 400px) {
  .clientsSection .clientsslider .gallerybox {
    max-width: 210px;
    margin: 5px auto;
  }
}
.clientsSection .clientsslider .slick-slide {
  margin: 10px;
}
.clientsSection .slick-dots {
  bottom: -40px;
}
.clientsSection .slick-dots li button {
  font-size: 0px;
  line-height: 0px;
  background: #00529b;
  border-radius: 50px;
  height: 15px;
  width: 15px;
}

.hmtestimonialSec {
  background: url(../images/testimonial_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
}
.hmtestimonialSec .sectionTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.hmtestimonialSec .testimonialSlider {
  width: 50%;
  margin: 0 25% auto !important;
  min-height: 300px;
}
.hmtestimonialSec .testimonialSlider .testimonialBox {
  border-radius: 20px;
  background: transparent;
  -webkit-box-shadow: 0px 15px 55px rgba(25, 65, 100, 0.16);
          box-shadow: 0px 15px 55px rgba(25, 65, 100, 0.16);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 40px 40px;
}
.hmtestimonialSec .testimonialSlider .testimonialBox p {
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.hmtestimonialSec .testimonialSlider .testimonialBox .personName {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.hmtestimonialSec .testimonialSlider .slick-list {
  overflow: inherit;
}
.hmtestimonialSec .testimonialSlider .slick-slide {
  margin: 0 30px;
  padding: 0 20px;
  margin-top: 10px;
}
.hmtestimonialSec .testimonialSlider .slick-slide.slick-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
  margin-top: -35px !important;
}
.hmtestimonialSec .testimonialSlider .slick-slide.slick-active .testimonialBox {
  background-color: rgba(255, 255, 255, 0.35);
}
.hmtestimonialSec .testimonialSlider .slick-slide.slick-active .testimonialBox p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.hmtestimonialSec .testimonialSlider .slick-slide.slick-active .testimonialBox .personName {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.hmtestimonialSec .testimonialSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -35px;
}
.hmtestimonialSec .testimonialSlider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmtestimonialSec .testimonialSlider .slick-dots li button {
  font-size: 0;
  background: #fff;
  border-radius: 50px;
  height: 12px;
  width: 12px;
}
.hmtestimonialSec .testimonialSlider .slick-dots li.slick-active button {
  height: 19px;
  width: 19px;
  border: 2px solid #fff;
  background: transparent;
}
@media (max-width: 1199px) {
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox {
    padding: 25px 30px;
  }
}
@media (max-width: 991px) {
  .hmtestimonialSec .testimonialSlider {
    width: auto;
    margin: 0 !important;
    min-height: 260px;
  }
  .hmtestimonialSec .testimonialSlider .slick-slide {
    padding: 0;
  }
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox {
    background-color: rgba(255, 255, 255, 0.35);
  }
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox p {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
  }
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox .personName {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
  }
  .hmtestimonialSec .testimonialSlider .slick-slide.slick-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0 !important;
  }
  .hmtestimonialSec .testimonialSlider .slick-dots {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox {
    padding: 20px;
  }
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox p {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 400px) {
  .hmtestimonialSec .testimonialSlider {
    min-height: 290px;
  }
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox {
    padding: 15px;
  }
  .hmtestimonialSec .testimonialSlider .slick-slide .testimonialBox p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 991px) {
  .hmtestimonialSec .sectionTitle {
    margin-bottom: 30px;
  }
}

.sectiontagline {
  font-size: 33px;
  line-height: 40px;
  color: #194164;
  font-weight: 900;
  color: #194164;
}
@media (max-width: 991px) {
  .sectiontagline {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .sectiontagline {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .sectiontagline {
    padding-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .sectiontagline {
    font-size: 20px;
    line-height: 30px;
  }
}
.sectiontagline.producttagline {
  color: #fff;
}

.visionSec {
  background: #edf0f2;
}
.visionSec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.visionSec .sectionTitle {
  text-align: center;
}
.visionSec .visiontagline {
  font-size: 25px;
  line-height: 30px;
  color: #194164;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .visionSec .visiontagline {
    font-size: 20px;
    line-height: 28px;
  }
}
.visionSec .bigFnt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #194164;
  margin: 0;
  display: block;
}
@media (max-width: 991px) {
  .visionSec .visionImg {
    text-align: center;
  }
  .visionSec .visionImg img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .visionSec .visionText {
    text-align: center;
  }
  .visionSec .visionText .bigFnt {
    margin-bottom: 10px;
  }
  .visionSec .visionText p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 400px) {
  .visionSec .visionText .bigFnt {
    font-size: 18px;
    line-height: 26px;
  }
  .visionSec .visionText p {
    font-size: 16px;
    line-height: 24px;
  }
}

.missionSec {
  background: transparent;
  background: url(../images/mision_img.png) no-repeat;
  background-position: right center;
}
.missionSec .row {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.missionSec .bigFnt {
  text-align: center;
  padding-bottom: 50px;
}
.missionSec ul li {
  font-size: 16px;
  line-height: 20px;
  color: #5c6c7b;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
}
.missionSec ul li::before {
  content: "";
  background: #ec1b23;
  height: 5px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 7px;
}
.missionSec ul li:last-child {
  padding-bottom: 0;
}
.missionSec .missionDet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.missionSec .missionDet .missionBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 100%;
}
.missionSec .missionDet .missionBox .bigFnt {
  text-align: left;
  padding-bottom: 25px;
}
.missionSec .missionDet .missionBox.performMisssion ul li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.missionSec .missionDet .missionBox.performMisssion ul li::before {
  display: none;
}
.missionSec .missionDet .missionBox.performMisssion ul li span {
  display: inline-block;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  line-height: 20px;
}
@media (max-width: 767px) {
  .missionSec .missionDet .missionBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
@media (max-width: 575px) {
  .missionSec .missionDet .missionBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .missionSec .missionDet .missionBox.performMisssion {
    margin-top: 30px;
  }
  .missionSec .missionDet .missionBox ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .missionSec .missionDet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .missionSec {
    background: transparent;
  }
}

.thinkingSec {
  background: -webkit-gradient(linear, left top, left bottom, from(#194164), color-stop(65%, #194164), color-stop(65%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, #194164 0%, #194164 65%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
}
.thinkingSec .sectionTitle {
  color: #fff;
}
.thinkingSec .bigFnt {
  color: #fff;
  text-align: center;
}
.thinkingSec .thinkBox {
  background: #edf0f2;
  margin-top: 60px;
}
.thinkingSec .thinkBox img {
  width: 100%;
}
.thinkingSec .thinkBox .thinkDet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.thinkingSec .thinkBox .thinkDet .thinPara {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 100%;
}
.thinkingSec .thinkBox .thinkDet .thinPara p {
  color: #194164;
}
@media (max-width: 767px) {
  .thinkingSec .thinkBox .thinkDet .thinPara {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .thinkingSec .thinkBox .thinkDet {
    padding: 40px;
  }
  .thinkingSec .thinkBox .thinkDet p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .thinkingSec .thinkBox .thinkDet {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .thinkingSec .thinkBox {
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .abtpageSec .sectiontagline {
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  .abtpageSec p {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .abtpageSec .sectiontagline {
    padding-bottom: 15px;
  }
}

.serviceimageslider {
  position: relative;
}
.serviceimageslider .slick-prev {
  left: 0px;
  color: black;
  font-size: 0px;
  font-weight: 600;
  background: #194164;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.serviceimageslider .slick-prev::before {
  content: "\f104";
  color: #fff;
  font-size: 30px;
  font-family: "FontAwesome";
}
.serviceimageslider .slick-next {
  right: 0px;
  color: black;
  font-size: 0px;
  font-weight: 600;
  background: #194164;
  height: 40px;
  width: 40px;
}
.serviceimageslider .slick-next::before {
  content: "\f105";
  color: #fff;
  font-size: 30px;
  font-family: "FontAwesome";
}
.serviceimageslider .serviceimagebox .img-fluid {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .serviceimageslider {
    margin-top: 20px;
  }
}

.hmserviceSection {
  position: relative;
  padding-bottom: 100px;
}
.hmserviceSection::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 492px;
  top: 0;
  z-index: -1;
}
.hmserviceSection .sectionTitle {
  color: #194164;
  text-align: center;
}
@media (max-width: 991px) {
  .hmserviceSection .sectionTitle {
    color: #194164;
  }
}
.hmserviceSection .serviceBox img {
  width: 100%;
}
.hmserviceSection .serviceBox .serviceTxt {
  padding-top: 10px;
}
.hmserviceSection .serviceBox .serviceTxt .serviceName {
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  color: #164874;
}
.hmserviceSection .serviceBox .serviceTxt p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5c6c7b;
}
.hmserviceSection .serviceBox .serviceTxt p span {
  font-weight: 400;
}
.hmserviceSection .serviceBox .serviceBtn img {
  width: auto;
  margin-left: auto;
}
.hmserviceSection .allserviceBtn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .hmserviceSection {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .hmserviceSection {
    padding-bottom: 50px;
  }
}

.tab-content .serviceBox .serviceTxt p {
  margin-bottom: 5px;
}
.tab-content .serviceBox .serviceTxt .serviceName {
  margin-bottom: 20px;
}

.serviceListPage.sectionPadding {
  padding-bottom: 0;
}
.serviceListPage .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serviceListPage .serviceBox {
  margin-bottom: 0px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  position: relative;
}
@media (max-width: 991px) {
  .serviceListPage .serviceBox {
    margin-bottom: 25px;
  }
}
.serviceListPage .serviceBox::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.serviceListPage .serviceBox .imageBox img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .serviceListPage .serviceBox {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .serviceListPage .serviceBox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.serviceListPage .serviceBox p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.serviceListPage .serviceBox .serviceName {
  font-size: 40px;
  line-height: 50px;
  max-width: 498px;
}
@media (max-width: 767px) {
  .serviceListPage .serviceBox .serviceName {
    font-size: 24px;
    line-height: 40px;
  }
}
.serviceListPage .serviceBox .commanBtn {
  margin-top: 20px;
  display: inline-block;
}
.serviceListPage .serviceBox .commanBtn img {
  width: auto;
}
.serviceListPage .serviceBox.margn50 {
  margin-left: 50%;
}
@media (max-width: 767px) {
  .serviceListPage .serviceBox.margn50 {
    margin-left: 40%;
  }
}
@media (max-width: 575px) {
  .serviceListPage .serviceBox.margn50 {
    margin-left: 0;
  }
}
.serviceListPage .serviceBox:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.serviceListPage .serviceBox:hover::before {
  width: 100%;
}
.serviceListPage .serviceBox:hover .serviceTxt {
  width: 100%;
}
.serviceListPage .serviceBox:hover .serviceTxt.margn50 {
  margin-left: 0;
}
.serviceListPage .serviceBtn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 575px) {
  .serviceListPage {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) and (max-width: 2500px) {
  .serviceBox .serviceTxt p {
    margin-bottom: 20px;
  }
}
.margTop a {
  margin-top: 30px !important;
  display: inline-block;
}

.serviceDetpage {
  background: -webkit-gradient(linear, left top, left bottom, from(#194164), color-stop(38%, #194164), color-stop(38%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, #194164 0%, #194164 38%, rgb(255, 255, 255) 38%, rgb(255, 255, 255) 100%);
  padding-bottom: 80px !important;
}
.serviceDetpage .sectionTitle {
  color: #fff;
}
.serviceDetpage::before {
  display: none;
}
.serviceDetpage .col-lg-3 {
  display: grid;
}
.serviceDetpage .col-lg-6 {
  display: grid;
}
.serviceDetpage .serviceBox {
  padding: 40px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  margin: 25px 30px;
}
.serviceDetpage .serviceBox:hover {
  -webkit-transform: inherit;
          transform: inherit;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.serviceDetpage .serviceBox::before {
  display: none;
}
.serviceDetpage .serviceBox .imageBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 100%;
}
.serviceDetpage .serviceBox img {
  width: auto;
  max-width: 90px;
  height: auto !important;
}
.serviceDetpage .serviceBox .serviceTxt {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 100%;
  padding-left: 0;
  position: relative;
  background: transparent;
  padding-top: 20px;
  height: inherit;
  width: inherit;
  display: block;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
}
.serviceDetpage .serviceBox .serviceTxt .serviceName {
  margin: 0;
  font-size: 20px;
  color: #194164;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .serviceDetpage .serviceBox {
    text-align: center;
  }
  .serviceDetpage .serviceBox .serviceTxt .serviceName {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .serviceDetpage .serviceBox {
    padding: 25px;
    text-align: center;
  }
  .serviceDetpage .serviceBox .serviceTxt {
    padding-left: 0;
  }
  .serviceDetpage .serviceBox .serviceTxt .serviceName {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .serviceDetpage .serviceBox {
    margin: 0 auto 25px;
    text-align: center;
    width: 100%;
  }
  .serviceDetpage .serviceBox .serviceTxt {
    padding-left: 0;
  }
  .serviceDetpage .serviceBox .serviceTxt .serviceName {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .serviceDetpage .serviceBox {
    margin: 0 auto 25px;
    text-align: center;
  }
  .serviceDetpage .serviceBox .serviceTxt {
    padding-left: 0;
  }
  .serviceDetpage .serviceBox .serviceTxt .serviceName {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .serviceDetpage .serviceBox {
    max-width: 350px;
    margin: 25px auto;
  }
  .serviceDetpage .serviceBox .imageBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .serviceDetpage .serviceBox .serviceTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .serviceDetpage .serviceBox .serviceTxt .serviceName {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .serviceDetpage .serviceBox {
    max-width: 280px;
    margin: 20px auto;
  }
  .serviceDetpage .serviceBox .serviceTxt {
    padding-top: 0;
  }
}
.serviceDetpage .inquireBtn {
  margin-top: 30px;
  text-align: center;
}

.hmareaSec .areaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 5%;
}
@media (max-width: 575px) {
  .hmareaSec .areaList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hmareaSec .areaList .areaBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
  position: relative;
  margin: 15px 0;
}
.hmareaSec .areaList .areaBox .areaImg {
  width: 82px;
  height: 82px;
  border: 1px dashed #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.hmareaSec .areaList .areaBox p {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #5c6c7b;
  position: absolute;
  margin: 0;
  left: 49px;
  bottom: -9px;
  background: #edf0f2;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .hmareaSec .areaList .areaBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .hmareaSec .areaList .areaBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (max-width: 767px) {
  .hmareaSec .areaList .areaBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 400px) {
  .hmareaSec .areaList .areaBox p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .hmareaSec .sectionTitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hmareaSec .areaList {
    margin-left: 0;
  }
  .hmareaSec .areaList .areaBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .hmareaSec .areaList .areaBox .areaImg {
    margin: 0 auto;
  }
  .hmareaSec .areaList .areaBox p {
    padding-left: 0;
    bottom: -20px;
    right: 0;
    left: 0;
    text-align: center;
  }
}

.teamlistSec {
  background: #194164;
}
.teamlistSec .sectionTitleteam {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
}
.teamlistSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teamlistSec ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-top: 35px;
}
.teamlistSec ul li .teamBox {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
}
.teamlistSec ul li .teamimg {
  background: #4E94D1;
  border-radius: 30px;
  text-align: center;
  padding-top: 10px;
}
.teamlistSec ul li .teamimg img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px;
}
.teamlistSec ul li .teamcntnt {
  padding: 15px;
  min-height: 122px;
}
.teamlistSec ul li .teamcntnt .personame {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #232323;
  text-align: center;
}
.teamlistSec ul li .teamcntnt .posttag {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #232323;
  text-align: center;
}
@media (max-width: 1366px) {
  .teamlistSec ul li .teamimg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 230px;
  }
  .teamlistSec ul li .teamcntnt {
    padding: 10px;
    min-height: 110px;
  }
}
@media (max-width: 1199px) {
  .teamlistSec ul li .teamcntnt .posttag {
    font-size: 15px;
  }
  .teamlistSec ul li .teamcntnt .personame {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .teamlistSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .teamlistSec ul li .teamimg img {
    height: 200px;
  }
  .teamlistSec ul li .teamcntnt .posttag {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .teamlistSec .sectionTitleteam {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .teamlistSec ul {
    margin-top: 0;
  }
  .teamlistSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 350px;
    margin: auto;
    margin-bottom: 25px;
  }
  .teamlistSec ul li .teamimg img {
    height: auto;
  }
  .teamlistSec ul li .teamcntnt {
    min-height: auto;
  }
}

.gallerySection .sectionTitlegallery {
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  color: #194164;
  font-family: "Red Hat Display", sans-serif;
}
.gallerySection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallerySection ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.gallerySection ul li .gallaryimg {
  margin: 5px;
  position: relative;
}
.gallerySection ul li .gallaryimg img {
  border-radius: 10px;
  width: 100%;
}
.gallerySection ul li .overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.gallerySection ul li:hover .overlay1 {
  opacity: 1;
}
@media (max-width: 991px) {
  .gallerySection ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallerySection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .gallerySection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .gallerySection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.galleryBox .overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.galleryBox:hover .overlay1 {
  opacity: 1;
}

.associateSection {
  padding-bottom: 100px;
}
.associateSection .sectionTitlegallery {
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  color: #194164;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 40px;
}
.associateSection .associateslider .slick-active button {
  background: transparent;
  border: 1px solid #00529b;
}
.associateSection .associateslider .gallerybox {
  background: #fafcff;
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  padding: 10px;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.associateSection .associateslider .slick-slide {
  margin: 10px;
}
.associateSection .slick-dots {
  bottom: -40px;
}
.associateSection .slick-dots li button {
  font-size: 0px;
  line-height: 0px;
  background: #00529b;
  border-radius: 50px;
  height: 15px;
  width: 15px;
}
@media (max-width: 767px) {
  .associateSection {
    padding-bottom: 50px;
  }
  .associateSection .sectionTitlegallery {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .associateSection .associateslider .gallerybox {
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

.esgsec .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .esgsec .sectiontagline {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 400px) {
  .esgsec .sectiontagline {
    font-size: 20px;
    line-height: 30px;
  }
}

.hmserviceTab .tabStructure .nav-tabs {
  margin: 50px 0;
}
.hmserviceTab .tabStructure .nav-tabs li a {
  color: #94adc4 !important;
  font-size: 25px;
}
.hmserviceTab .tabStructure .nav-tabs li a.active {
  color: #fff !important;
}
@media (max-width: 991px) {
  .hmserviceTab .tabStructure .nav-tabs li a {
    font-size: 22px;
  }
}
.hmserviceTab .serviceBox .serviceName {
  min-height: 45px;
}
.hmserviceTab .serviceBox p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hmserviceTab .serviceBox .serviceName {
    min-height: inherit;
  }
}
.hmserviceTab .abtBtn {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 400px) {
  .hmserviceTab .abtBtn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .hmserviceTab .sectionTitle {
    color: #194164;
  }
  .hmserviceTab::before {
    display: none;
  }
  .hmserviceTab .serviceListPage {
    margin: 50px 0;
  }
}

.esgDet {
  background: url(../images/esg_bg.jpg) no-repeat;
  background-size: cover;
}
.esgDet .sectionTitle {
  color: #fff;
}
.esgDet .bigFnt {
  color: #fff;
  text-align: left;
}
.esgDet .thinkBox {
  background: transparent;
  margin-top: 25px;
}
.esgDet .thinkBox .thinkDet {
  padding: 0 !important;
}
.esgDet .thinkBox .thinkDet .thinPara ul li {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.esgDet .thinkBox .thinkDet .thinPara ul li::before {
  content: "";
  background: #fff;
  height: 5px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 7px;
}
.esgDet .thinkBox .thinkDet .thinPara ul li:last-child {
  padding-bottom: 0;
}
.esgDet .thinkBox .thinkDet .thinPara p {
  color: #fff;
}
@media (max-width: 767px) {
  .esgDet .thinkBox .thinkDet .thinPara p {
    padding-top: 30px;
  }
}

.keyServiceesg {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .keyServiceesg {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .keyServiceesg {
    padding-top: 30px;
  }
}
@media (max-width: 400px) {
  .keyServiceesg {
    padding-top: 20px;
  }
}

.reportSec .sectiontagline {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .reportSec .sectiontagline {
    margin-bottom: 0;
  }
  .reportSec .reportImg {
    text-align: center;
  }
  .reportSec img {
    margin-bottom: 30px;
  }
}

.contactPage .sectionTitle {
  text-align: center;
}

.contactDet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contactDet .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  max-width: 100%;
}
.contactDet .contactBox:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 100%;
}
.contactDet .contactBox img {
  height: 20px;
}
.contactDet .contactBox p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #194164;
  padding-left: 10px;
}
.contactDet .contactBox p a {
  color: #194164;
}
.contactDet .contactBox p a:hover {
  color: #ec1b23;
}
@media (max-width: 1366px) {
  .contactDet .contactBox p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .contactDet .contactBox p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .contactDet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactDet .contactBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .contactDet .contactBox:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 100%;
  }
  .contactDet .contactBox img {
    width: 20px;
  }
  .contactDet .contactBox p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .contactDet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactDet .contactBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contactDet .contactBox p {
    font-size: 16px;
    line-height: 24px;
  }
  .contactDet .contactBox:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  .contactDet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactDet .contactBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .contactDet .contactBox p {
    font-size: 16px;
    line-height: 24px;
  }
  .contactDet .contactBox:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 300px;
  }
}

.safeEsg::before {
  display: none;
}
.safeEsg .sectionTitle {
  color: #194164;
}
.safeEsg .col-lg-3 {
  display: grid;
}
.safeEsg .col-sm-6 {
  display: grid;
}
.safeEsg .col-md-6 {
  display: grid;
}
.safeEsg .serviceBox {
  margin-bottom: 30px;
}

.contactformSec {
  background: #1a4164;
  margin-top: 85px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.contactformSec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  height: 85%;
  width: 1px;
}
@media (max-width: 991px) {
  .contactformSec::before {
    display: none;
  }
}
.contactformSec.careerFormsec::before {
  display: none;
}
.contactformSec .sectionTitle {
  color: #fff;
  text-align: center;
}
.contactformSec .bigFnt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
}
.contactformSec form {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 35px;
}
.contactformSec form .col-lg-6 {
  padding: 0 10px;
}
.contactformSec form .form-group {
  margin-bottom: 20px;
  position: relative;
  padding-right: 0px;
}
.contactformSec form .form-group .form-control {
  height: 65px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}
.contactformSec form .form-group .form-control:active, .contactformSec form .form-group .form-control:focus {
  background: rgba(0, 0, 0, 0.15);
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border: 1px solid #000;
}
.contactformSec form .form-group textarea {
  height: inherit !important;
  resize: none;
}
.contactformSec form .btnarea {
  text-align: center;
}
.contactformSec form .btnarea .commanBtn:hover {
  background: #000;
  color: #fff;
}
.contactformSec ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.63) !important;
}
.contactformSec ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.63) !important;
}
.contactformSec :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.63) !important;
}
.contactformSec ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.63) !important;
}
.contactformSec ::placeholder {
  color: rgba(255, 255, 255, 0.63) !important;
}
.contactformSec .reachfirst {
  padding-right: 10px;
}
.contactformSec .vendorsecond {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .contactformSec {
    margin-top: 50px;
  }
  .contactformSec .reachfirst {
    border-right: none;
    padding-right: 0px;
  }
  .contactformSec .vendorsecond {
    padding-top: 35px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contactformSec {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .contactformSec {
    margin-top: 50px;
  }
  .contactformSec .bigFnt {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}

.careerPage .sectiontagline {
  font-size: 25px;
  line-height: 30px;
  color: #194164;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .careerPage .sectiontagline {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 400px) {
  .careerPage .sectiontagline {
    font-size: 20px;
    line-height: 30px;
  }
}
.careerPage .sectionTitle {
  text-align: center;
}
.careerPage .careerFormsec {
  background: #edf0f2;
}
.careerPage .careerFormsec .sectionTitle {
  color: #194164;
}
.careerPage .careerFormsec .form-group {
  margin-bottom: 20px;
}
.careerPage .careerFormsec .form-group .form-control {
  height: 65px;
  border: 1px solid rgba(37, 53, 58, 0.23);
  background: rgba(37, 53, 58, 0.09);
  color: #25353a;
}
.careerPage .careerFormsec .form-group .form-control:active, .careerPage .careerFormsec .form-group .form-control:focus {
  background: rgba(57, 114, 185, 0.15);
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border: 1px solid #3972b9;
}
.careerPage .careerFormsec .form-group textarea {
  height: inherit !important;
  resize: none;
}
.careerPage .careerFormsec ::-webkit-input-placeholder {
  color: #25353a !important;
}
.careerPage .careerFormsec ::-moz-placeholder {
  color: #25353a !important;
}
.careerPage .careerFormsec :-ms-input-placeholder {
  color: #25353a !important;
}
.careerPage .careerFormsec ::-ms-input-placeholder {
  color: #25353a !important;
}
.careerPage .careerFormsec ::placeholder {
  color: #25353a !important;
}
.careerPage .careerFormsec .btnarea {
  text-align: center;
}
.careerPage .careerFormsec .btnarea .commanBtn:hover {
  background: #194164;
  color: #fff;
}
.careerPage .careerFormsec .selectdropdown {
  height: 65px;
  border: 1px solid rgba(37, 53, 58, 0.23);
  color: #25353a;
  background: url(../images/download.png) rgba(37, 53, 58, 0.09) no-repeat !important;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  background-size: contain !important;
}
@media (max-width: 767px) {
  .careerPage .careerFormsec .selectdropdown {
    margin-bottom: 20px;
    font-size: 1rem;
    background-size: 40px !important;
  }
}
@media (max-width: 400px) {
  .careerPage .careerFormsec .selectdropdown {
    background-size: 30px !important;
  }
}

.uploadresume .input-group > .custom-select:not(:last-child),
.uploadresume .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.uploadresume .btn-file {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border-left: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.uploadresume .btn-file span {
  color: #1f232b;
}
.uploadresume .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;
}
.uploadresume input[readonly] {
  cursor: text !important;
}
.uploadresume #tempfile {
  border: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  text-align: center;
}
.uploadresume .input-group-btn {
  position: absolute;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  top: 0;
  bottom: 0;
  background: #194164;
  border-radius: 5px !important;
}
.uploadresume .career_btn {
  padding: 25px;
}
.uploadresume .career_btn img {
  padding-right: 10px;
}

.trainingDet {
  padding-bottom: 250px;
}
.trainingDet .font20 {
  font-size: 25px;
  color: #fff;
  line-height: 30px;
}
.trainingDet p {
  color: #fff;
}
@media (max-width: 991px) {
  .trainingDet .font20 {
    font-size: 20px;
    line-height: 30px;
  }
}

.gallerySec .sectionTitle {
  margin: 0;
  text-align: center;
}
.gallerySec .galleryBox {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .gallerySec .sectionTitle {
    text-align: center;
  }
  .gallerySec .galleryBox img {
    margin: 0 auto;
    display: block;
  }
}

.knowledgeDet {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .knowledgeDet {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .knowledgeDet {
    padding-bottom: 50px;
  }
}

.projectDetail .projectName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projectDetail .projectName p {
  font-size: 20px;
  line-height: 40px;
  color: #194164;
  font-weight: 700;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projectdetailPage {
  background: -webkit-gradient(linear, left top, left bottom, from(#194164), color-stop(49%, #194164), color-stop(49%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, #194164 0%, #194164 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 100%);
}
.projectdetailPage .sectionTitle {
  color: #fff;
  text-align: center;
}

.projectBg {
  background: #edf0f2;
}
.projectBg .projectDetailSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px;
}
.projectBg .projectDetailSec .projectDet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectBg .projectDetailSec .projectDet ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.projectBg .projectDetailSec .projectDet ul li {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #5c6c7b;
}
.projectBg .projectDetailSec .projectDet ul li span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .projectBg .projectDetailSec .projectDet ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .projectBg .projectDetailSec .projectDet ul li {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 32px;
  }
}
.projectBg .projectDetailSec .projectDet ul.bullets {
  margin-top: 30px;
}
.projectBg .projectDetailSec .projectDet ul.bullets li {
  font-size: 18px;
}
.projectBg .projectDetailSec .projectDet ul.bullets li::before {
  top: 15px;
}
.projectBg .projectDetailSec .projectDet ul.wid100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.projectBg .projectDetailSec p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #5c6c7b;
  margin-top: 35px;
}
.projectBg .projectDetailSec p span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .projectBg .projectDetailSec p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .projectBg .projectDetailSec {
    padding: 25px;
  }
}

.projectSlider .slick-prev {
  width: 48px;
  height: 48px;
  background: transparent;
  opacity: 0.81;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50px;
  z-index: 1;
  border: 2px solid #194164;
}
.projectSlider .slick-prev::before {
  content: "\f177";
  font-family: FontAwesome;
  font-size: 20px;
  color: #616161;
  background: #194164 !important;
  padding: 9px;
  border-radius: 50px;
  margin: 4px;
  margin-left: 3px;
}
.projectSlider .slick-next {
  width: 48px;
  height: 48px;
  background: transparent;
  opacity: 0.81;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50px;
  z-index: 1;
  border: 2px solid #194164;
}
.projectSlider .slick-next::before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 20px;
  color: #616161;
  background: #194164 !important;
  padding: 9px;
  border-radius: 50px;
  margin: 4px;
  margin-left: 3px;
}
@media (max-width: 575px) {
  .projectSlider .slick-prev {
    height: 30px;
    width: 30px;
    left: -10px;
  }
  .projectSlider .slick-prev::before {
    font-size: 20px;
  }
  .projectSlider .slick-next {
    height: 30px;
    width: 30px;
    right: -10px;
  }
  .projectSlider .slick-next::before {
    font-size: 20px;
  }
}

.projectList .serviceBox .imageBox img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .projectList .sectionPadding {
    padding: 50px 0;
  }
  .projectList .tabStructure .nav-tabs > li {
    padding: 0;
  }
  .projectList .tabStructure .nav-tabs > li > a {
    padding: 5px 25px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .projectList .tabStructure .nav-tabs > li > a {
    padding: 5px 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .projectList .sectionTitle {
    color: #194164;
  }
  .projectList .tabStructure {
    padding: 50px 30px;
  }
  .projectList .serviceBox .serviceTxt {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .projectList .serviceBox::before {
    width: 100%;
  }
  .projectList .serviceBox .imageBox img {
    height: 300px;
  }
  .projectList .serviceBox .projectTxt {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .projectList .serviceBox .projectTxt .serviceName {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .projectList .serviceBox .imageBox img {
    height: 200px;
  }
  .projectList .serviceBox .projectTxt .serviceName {
    font-size: 18px;
    line-height: 24px;
  }
}

.mainFooter {
  padding: 50px 0;
  background: #e5ecf2;
}
@media (max-width: 400px) {
  .mainFooter {
    padding: 30px 0 20px;
  }
}
.mainFooter .logoSection {
  text-align: center;
}
.mainFooter .logoSection a {
  display: block;
}
.mainFooter .socialIcon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.mainFooter .socialIcon ul li {
  height: 25px;
  width: 25px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.mainFooter .socialIcon ul li i {
  color: #fff;
  font-size: 13px;
}
.mainFooter .socialIcon ul li:first-child {
  background: #395196;
}
.mainFooter .socialIcon ul li:nth-child(2) {
  background: #d40c18;
}
.mainFooter .socialIcon ul li:nth-child(3) {
  background: #3d83d9;
}
.mainFooter .socialIcon ul li:nth-child(4) {
  background: #d40c18;
}
.mainFooter .socialIcon ul li:last-child {
  background: #fbbc04;
}
.mainFooter .socialIcon ul li.googlePlay a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainFooter .socialIcon ul li.googlePlay a img {
  height: 14px;
}
.mainFooter .footerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainFooter .footerMenu ul li {
  margin-left: 24px;
}
.mainFooter .footerMenu ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #194164;
}
.mainFooter .footerMenu ul li:hover a {
  color: #d40c18;
}
.mainFooter .footerMenu ul li.active a {
  color: #d40c18;
}
.mainFooter .footerContact {
  margin-top: 25px;
}
.mainFooter .footerContact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainFooter .footerContact ul li {
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainFooter .footerContact ul li i {
  font-size: 20px;
  color: #ec1b23;
  padding-right: 10px;
}
.mainFooter .footerContact ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #194164;
}
.mainFooter .footerContact ul li a:hover {
  color: #d40c18;
}
.mainFooter .bottomFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
}
.mainFooter .bottomFooter .copyright {
  font-size: 12px;
  line-height: 16px;
  color: #194164;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainFooter .bottomFooter .copyright.website_by {
  padding-left: 60px;
  position: relative;
}
.mainFooter .bottomFooter .copyright.website_by span::before {
  content: "";
  background: #194164;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 45px;
}
@media (max-width: 991px) {
  .mainFooter ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mainFooter .footerMenu {
    margin-top: 30px;
  }
  .mainFooter .bottomFooter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .mainFooter .footerMenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainFooter .footerMenu ul li {
    margin-left: 0;
  }
  .mainFooter .footerContact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainFooter .footerContact ul li {
    margin-left: 0;
  }
  .mainFooter .bottomFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainFooter .bottomFooter .copyright.website_by {
    padding-left: 0;
    padding-top: 10px;
  }
  .mainFooter .bottomFooter .copyright.website_by span::before {
    display: none;
  }
}
@media (max-width: 400px) {
  .mainFooter .footerContact {
    margin-top: 20px;
  }
  .mainFooter .bottomFooter {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.projectdetails .font25 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.projectdetails.nationalrail {
  background: #194164 !important;
}
.projectdetails .sectiontagline {
  margin-bottom: 30px;
}

.awardslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.awardslist ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.awardslist ul li a {
  margin: 10px 11px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  padding: 15px;
  border-radius: 15px;
}
.awardslist ul li a .middle {
  position: relative;
}
.awardslist ul li a .middle img {
  width: 100%;
  height: 258px;
  -o-object-fit: contain;
     object-fit: contain;
}
.awardslist ul li a .middle .overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awardslist ul li a:hover .overlay1 {
  opacity: 1;
}
@media (max-width: 991px) {
  .awardslist ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .awardslist Ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.misionsection .missionsectionTitle {
  color: #194164;
  font-weight: 900;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.misionsection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.misionsection ul li {
  font-size: 140px;
  line-height: 140px;
  color: #022848;
  font-weight: 700;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28%;
          flex: 0 0 14.28%;
  max-width: 14.28%;
}
.misionsection ul li .oneBox {
  height: 350px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.misionsection ul li .oneBox.ptag {
  background: #5580e9;
}
.misionsection ul li .oneBox.etag {
  background: #84ceeb;
}
.misionsection ul li .oneBox.rtag {
  background: #5ab8eb;
}
.misionsection ul li .oneBox.ftag {
  background: #c1c8e4;
}
.misionsection ul li .oneBox.otag {
  background: #6eb1d6;
}
.misionsection ul li .oneBox.rtag {
  background: #89cff1;
}
.misionsection ul li .oneBox.mtag {
  background: #a4ddf9;
}
.misionsection ul li .oneBox .normalTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.misionsection ul li .oneBox .normalTxt p {
  font-size: 140px;
  line-height: 140px;
  color: #022848;
}
.misionsection ul li .oneBox .hoverTxt {
  height: 300px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 0;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateX(0) translateY(100%);
          transform: translateX(0) translateY(100%);
}
.misionsection ul li .oneBox .hoverTxt.ptag {
  background: #5580e9;
}
.misionsection ul li .oneBox .hoverTxt.etag {
  background: #84ceeb;
}
.misionsection ul li .oneBox .hoverTxt.rtag {
  background: #5ab8eb;
}
.misionsection ul li .oneBox .hoverTxt.ftag {
  background: #c1c8e4;
}
.misionsection ul li .oneBox .hoverTxt.otag {
  background: #6eb1d6;
}
.misionsection ul li .oneBox .hoverTxt.rtag {
  background: #89cff1;
}
.misionsection ul li .oneBox .hoverTxt.mtag {
  background: #a4ddf9;
}
.misionsection ul li .oneBox .hoverTxt p {
  color: #022848;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  max-width: 155px;
}
.misionsection ul:hover li .oneBox .normalTxt {
  opacity: 0;
  height: 0;
}
.misionsection ul:hover li .oneBox .hoverTxt {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .misionsection ul li .oneBox .hoverTxt {
    width: auto;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .misionsection ul li .oneBox .normalTxt p {
    font-size: 100px;
  }
  .misionsection ul li .oneBox .hoverTxt p {
    font-size: 18px;
    line-height: 26px;
    max-width: 120px;
  }
  .misionsection ul li .commonbox {
    font-size: 80px;
    line-height: 90px;
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .misionsection ul li .oneBox .hoverTxt {
    padding: 0 15px;
  }
  .misionsection ul li .oneBox .hoverTxt p {
    font-size: 14px;
    line-height: 24px;
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .misionsection .missionsectionTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .misionsection ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .misionsection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .misionsection ul li .commonbox {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .misionsection ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .misionsection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .misionsection ul li .oneBox .hoverTxt p {
    font-size: 20px;
    line-height: 28px;
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .misionsection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .misionsection ul li .oneBox {
    height: 200px;
  }
  .misionsection ul li .oneBox .hoverTxt {
    width: 100%;
  }
}

.hmareaexpertise {
  background: #edf0f2;
}

.projectTxt {
  padding: 57px;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 50%;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.projectTxt p {
  color: #fff !important;
}
.projectTxt.flexrev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.keyfeaturesSection.sectionPadding {
  padding-top: 0;
}
.keyfeaturesSection .keyimages {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  border-radius: 20px;
}
.keyfeaturesSection .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keyfeaturesSection .keyimg {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  border-radius: 20px;
}
.keyfeaturesSection .keyimg p {
  font-size: 30px;
  line-height: 40px;
}
.keyfeaturesSection .keyimg:first-child {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .keyfeaturesSection .keyimg:first-child {
    margin-top: 40px;
  }
}
.keyfeaturesSection .keyimg.mrg20 {
  margin-top: 40px;
  text-align: center;
}

.downloadpdf {
  background: #194164;
  padding: 20px 0;
}
.downloadpdf p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1366px) {
  .downloadpdf p {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .downloadpdf p {
    text-align: center;
  }
}
.downloadpdf .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.downloadpdf .txtend {
  text-align: end;
}
@media (max-width: 767px) {
  .downloadpdf .txtend {
    text-align: center;
    margin-top: 20px;
  }
}

.designinghome h2 {
  color: #fff !important;
  font-size: 34px;
}
@media (max-width: 991px) {
  .designinghome h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .designinghome h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 400px) {
  .designinghome h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.projectMain .box:nth-child(even) .serviceBox .projectTxt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: inherit;
  right: 0;
}

.modal-header {
  border-bottom: none !important;
}

.modal-body {
  padding: 50px !important;
  padding-top: 30px !important;
}
.modal-body .sectionTitle {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
}
.modal-body .tagLine {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5D6D7C;
}
.modal-body .teamContent {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
.modal-body .teamImg {
  -webkit-box-shadow: 0 10px 20px #ccc;
          box-shadow: 0 10px 20px #ccc;
  border-radius: 20px;
}
.modal-body .teamImg img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .modal-body .sectionTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .modal-body .tagLine {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .modal-body .teamContent {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .modal-body .teamImg {
    border-radius: 20px;
  }
  .modal-body .teamImg img {
    height: 170px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .modal-body .sectionTitle {
    text-align: center;
  }
  .modal-body .tagLine {
    text-align: center;
  }
  .modal-body .teamContent {
    text-align: center;
  }
  .modal-body .teamImg {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .modal-body .teamImg img {
    height: 100%;
  }
}
@media (max-width: 400px) {
  .modal-body {
    padding: 15px !important;
    padding-top: 10px !important;
  }
  .modal-body .sectionTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .modal-body .tagLine {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .modal-body .teamContent {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .modal-body .teamImg {
    margin: 10px auto 20px;
  }
}

.innerBannercontact iframe {
  width: 100%;
  display: block;
}

.projectTitle {
  margin: auto;
  background: red;
  padding: 25px 40px;
}
.projectTitle p {
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .projectTitle p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .projectTitle p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .projectTitle p {
    font-size: 20px;
    line-height: 30px;
  }
}

.projectText.sectionPadding {
  padding-top: 0px;
}
.projectText p {
  font-size: 18px;
  line-height: 25px;
  color: #5C6C7B;
  font-weight: 600;
  margin-bottom: 20px;
}

.keylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keylist li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 525px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.keylist li:before {
  content: "";
  position: absolute;
  background: #1F74BE;
  height: 10px;
  width: 10px;
  left: 0;
  top: 6px;
}
@media (max-width: 991px) {
  .keylist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .keylist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 400px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */