/* ----- 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;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine.active {
  padding-top: 60px !important;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 52%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}
#sidebarCollapse .fa-bars::before {
  font-size: 30px;
}
#sidebarCollapse:focus {
  box-shadow: none;
}

/*bottom Arrow */
.tabSec.sectionPadding {
  padding-bottom: 70px;
}
@media (max-width: 1366px) {
  .tabSec.sectionPadding {
    padding-bottom: 50px;
  }
}

.tabStructure .card {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .tabStructure .card {
    padding-top: 30px;
  }
}
.tabStructure .nav-tabs {
  display: none;
}
.tabStructure .nav-tabs {
  justify-content: center;
  border: 0;
}
.tabStructure .nav-tabs > li {
  cursor: pointer;
  margin: 0 15px;
  position: relative;
}
.tabStructure .nav-tabs > li > a {
  color: #232323;
  padding: 14px 40px;
  border-radius: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  border: 0;
  position: relative;
  background: #DBF9FF;
}
.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  background: #232323;
  border-radius: 0;
}
.tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
  bottom: -16px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
  color: #fff !important;
  border-radius: 0;
  background: #117187;
  padding: 14px 40px;
}
.tabStructure .tab-content .accordion-body {
  padding: 1rem 0rem;
}
.tabStructure .tab-content .accordion-body ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tabStructure .tab-content .accordion-body ul li {
  flex: 0 0 33.33%;
  max-width: 100%;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto {
  margin: 0px 15px 30px;
  background: #D9D9D9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  position: relative;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 0%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.8s;
  z-index: 1;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url(../images/zoom.svg) center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.5);
  visibility: hidden;
  z-index: 2;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 1s;
}
@media (max-width: 1366px) {
  .tabStructure .tab-content .accordion-body ul li .tabPhoto {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content .accordion-body ul li .tabPhoto {
    min-height: 230px;
  }
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .tabStructure .tab-content .accordion-body ul li .tabPhoto img {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .tabStructure .tab-content .accordion-body ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .tabStructure .tab-content .accordion-body ul li {
    flex: 0 0 100%;
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content .accordion-body ul {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: flex;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .accordion-header {
    display: none;
  }
  .tabStructure .card .collapse {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .tabStructure .nav-tabs > li > a {
    padding: 20px 17px;
  }
}
@media screen and (max-width: 992px) {
  .tabStructure .nav-tabs > li > a {
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .tabStructure #content {
    box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    box-shadow: none;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    background: #232323;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a {
    font-size: 18px;
    display: block !important;
    color: #fff;
    padding: 15px 12px;
    background: url(../images/icons_white.png) right 15px center no-repeat #127088 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #127088 !important;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

@media (min-width: 1920px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
a {
  text-decoration: none;
  font-size: 22px;
  line-height: 32px;
  font-family: "Jost", sans-serif;
  color: #232323;
  color: #092639;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  a {
    font-size: 16px;
    line-height: 24px;
  }
}

p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #232323;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  list-style: none;
  position: relative;
}
ul li:last-child {
  margin-bottom: 0 !important;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #232323;
  border: 1px dashed #232323;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 1s;
}
.defaultButton:hover {
  box-shadow: inset 10em 10em #000;
  color: #fff;
}
@media (max-width: 1366px) {
  .defaultButton {
    font-size: 16px;
    line-height: 16px;
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .defaultButton {
    height: 110px;
    width: 110px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .defaultButton {
    font-size: 14px;
    line-height: 14px;
  }
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionTitle {
  font-size: 60px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
  margin-bottom: 60px;
}
.sectionTitle span {
  color: #FB3640;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .sectionTitle {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 1366px) {
  .sectionTitle {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .sectionTitle {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 380px) {
  .sectionTitle {
    font-size: 22px;
    line-height: 22px;
  }
}

.boldText {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .boldText {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .boldText {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .boldText {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .boldText {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }
}

.titleText {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .titleText {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .titleText {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .titleText {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .titleText {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .titleText {
    font-size: 16px;
    line-height: 26px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .sectionPadding {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 575px) {
  .sectionPadding {
    padding: 40px 0;
  }
}

.mainHeader {
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  width: 100%;
  z-index: 1;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 8px 0;
}
.mainHeader header .logo a {
  display: block;
}
@media (max-width: 991px) {
  .mainHeader header .logo a img {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding-right: 50px;
}
.mainHeader header .navbarLink ul li:last-child {
  padding: 0;
}
.mainHeader header .navbarLink ul li img {
  min-width: 211px;
  max-width: 211px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li {
    padding-right: 35px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  display: inline-block;
  font-weight: 400;
  padding: 0 !important;
  font-size: 20px;
  line-height: 20px;
  padding-right: 0px !important;
  font-family: "Faculty Glyphic", sans-serif;
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 14px;
    padding: 10px 12px 10px 12px;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 30px;
    padding: 10px 12px 10px 12px;
    line-height: 40px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #DE3236;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #DE3236;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 20px;
  margin: 0;
  min-width: 220px;
  display: block;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  transform: inherit !important;
  top: 100% !important;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 16px;
    line-height: 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: #DE3236 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
    padding-bottom: 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    font-size: 22px;
    line-height: 22px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 50px;
  }
  .mainHeader header .navbarLink ul li .dropdown-menu {
    position: relative !important;
    transform: none !important;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .mainHeader header .navbarLink ul li .dropdown-menu.show {
    display: block !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader .mobilelogo {
  display: none;
}

.homebanner .homeSlider .slick-prev {
  background: #de3236;
  z-index: 3;
  left: 25px;
  width: 40px;
  height: 40px;
}
.homebanner .homeSlider .slick-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
}
@media (max-width: 575px) {
  .homebanner .homeSlider .slick-prev {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .homebanner .homeSlider .slick-prev {
    left: 10px;
  }
}
.homebanner .homeSlider .slick-next {
  background: #de3236;
  z-index: 3;
  right: 25px;
  width: 40px;
  height: 40px;
}
.homebanner .homeSlider .slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
}
@media (max-width: 575px) {
  .homebanner .homeSlider .slick-next {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .homebanner .homeSlider .slick-next {
    right: 10px;
  }
}
.homebanner .bannerBox {
  position: relative;
}
.homebanner .bannerBox .imageBox img {
  width: 100%;
}
.homebanner .bannerBox .bannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 70%;
}
.homebanner .bannerBox .bannerText .bannerDesc {
  font-size: 40px;
  line-height: 50px;
  color: #232323;
  font-weight: 400;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 55px 100px 55px 210px;
  text-align: left;
}
.homebanner .bannerBox .bannerText .bannerDesc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  border-radius: 0 30px 0 0;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .homebanner .bannerBox .bannerText .bannerDesc {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 1366px) {
  .homebanner .bannerBox .bannerText {
    width: 65%;
  }
  .homebanner .bannerBox .bannerText .bannerDesc {
    font-size: 25px;
    line-height: 35px;
    padding: 40px 100px 40px 130px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .homebanner .bannerBox .bannerText {
    max-width: 65%;
  }
  .homebanner .bannerBox .bannerText .bannerDesc {
    font-size: 32px;
    line-height: 42px;
    padding: 40px 100px 40px 55px;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerBox .bannerText .bannerDesc {
    font-size: 28px;
    line-height: 38px;
    padding: 50px 110px 40px 150px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerBox .bannerText {
    max-width: 76%;
    width: 76%;
  }
  .homebanner .bannerBox .bannerText .bannerDesc {
    font-size: 28px;
    line-height: 38px;
    padding: 50px 110px 40px 150px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerBox .bannerText {
    max-width: 90%;
    width: 90%;
  }
  .homebanner .bannerBox .bannerText .bannerDesc {
    font-size: 25px;
    line-height: 32px;
    padding: 50px 110px 40px 150px;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerBox .bannerText {
    max-width: 85%;
  }
  .homebanner .bannerBox .bannerText .bannerDesc {
    font-size: 22px;
    line-height: 28px;
    padding: 20px 20px;
  }
}
@media (max-width: 480px) {
  .homebanner .bannerBox .bannerText {
    max-width: 100%;
    width: 100%;
  }
  .homebanner .bannerBox .bannerText .bannerDesc {
    padding: 20px 0px;
  }
  .homebanner .bannerBox .bannerText .bannerDesc::before {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .homebanner .bannerBox .bannerText {
    position: relative;
  }
  .homebanner .bannerBox .bannerText .bannerDesc {
    padding: 15px 10px;
  }
  .homebanner .bannerBox .bannerText .bannerDesc::before {
    background: rgb(211, 211, 211);
  }
}
@media (max-width: 1366px) {
  .homebanner .bannerBox img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerBox img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerBox img {
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerBox img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .homebanner .bannerBox img {
    height: 275px;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
.innerbanner .innerBlock .innerText {
  color: #232323;
  font-size: 50px;
  margin-bottom: 0px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  padding: 50px 150px 50px 240px;
  border-top-right-radius: 30px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .innerbanner .innerBlock .innerText {
    padding: 50px 150px 50px 130px;
  }
}
@media (max-width: 1366px) {
  .innerbanner .innerBlock .innerText {
    padding: 50px 150px 50px 130px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .innerbanner .innerBlock .innerText {
    padding: 40px 80px;
  }
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock .innerText {
    padding: 40px 80px 40px 150px;
  }
}
@media (max-width: 991px) {
  .innerbanner img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .innerbanner .innerBlock .innerText {
    padding: 40px 80px 40px 150px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock .innerText {
    font-size: 35px;
    line-height: 35px;
    padding: 35px 50px 35px 135px;
  }
}
@media (max-width: 575px) {
  .innerbanner .innerBlock .innerText {
    padding: 25px 40px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .innerbanner .innerBlock .innerText {
    font-size: 25px;
    line-height: 35px;
    padding: 25px;
  }
}
@media (max-width: 380px) {
  .innerbanner .innerBlock .innerText {
    font-size: 22px;
    line-height: 32px;
  }
}

.hmAbtSec .hmAbtImage {
  margin-right: 55px;
}
.hmAbtSec .hmAbtImage img {
  border-radius: 20px;
  width: 100%;
}
.hmAbtSec .hmAbtText p {
  font-size: 20px;
  line-height: 26px;
  color: #232323;
  margin-bottom: 30px;
}
.hmAbtSec .defaultButton {
  margin-top: 40px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .hmAbtSec .hmAbtImage {
    margin-right: 30px;
  }
}
@media (max-width: 1366px) {
  .hmAbtSec .hmAbtImage {
    margin-right: 0px;
  }
  .hmAbtSec .hmAbtText p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .hmAbtSec .hmAbtText p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .hmAbtSec .hmAbtImage {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .hmAbtSec .hmAbtImage img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hmAbtSec .hmAbtText p {
    font-size: 16px;
  }
}
.hmAbtSec.aboutSec .aboutImage {
  margin-bottom: 40px;
}
.hmAbtSec.aboutSec .aboutImage img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .hmAbtSec.aboutSec .aboutImage img {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .hmAbtSec.aboutSec .aboutText p {
    margin-bottom: 20px !important;
  }
  .hmAbtSec.aboutSec .aboutText p:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .hmAbtSec.aboutSec .aboutImage {
    margin-bottom: 30px;
  }
  .hmAbtSec.aboutSec .aboutImage img {
    height: 300px;
  }
}

.hmCapableSec {
  background-color: #F8F7F2;
}
.hmCapableSec .capableBox {
  max-height: 570px;
  overflow-y: auto;
  padding-right: 30px;
}
.hmCapableSec .capableBox::-webkit-scrollbar {
  width: 5px;
}
.hmCapableSec .capableBox::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.hmCapableSec .capableBox::-webkit-scrollbar-thumb {
  background: #888;
}
.hmCapableSec .capableBox::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hmCapableSec .capableBox .capableText {
  display: flex;
  border-bottom: 1px solid #232323;
  padding: 30px 0;
  overflow-y: auto;
}
.hmCapableSec .capableBox .capableText:first-child {
  padding-top: 0;
}
.hmCapableSec .capableBox .capableText:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.hmCapableSec .capableBox .capableText h3 {
  flex: 0 0 40%;
  max-width: 100%;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  color: #232323;
}
.hmCapableSec .capableBox .capableText p {
  flex: 0 0 60%;
  max-width: 100%;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .hmCapableSec .capableBox .capableText h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .hmCapableSec .capableBox .capableText h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .hmCapableSec .capableBox .capableText h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .hmCapableSec .capableBox .capableText h3 {
    font-size: 18px;
    line-height: 18px;
    flex: 0 0 35%;
  }
  .hmCapableSec .capableBox .capableText p {
    flex: 0 0 65%;
  }
}
@media (max-width: 991px) {
  .hmCapableSec .capableBox .capableText {
    flex-wrap: wrap;
  }
  .hmCapableSec .capableBox .capableText h3 {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .hmCapableSec .capableBox .capableText p {
    flex: 0 0 100%;
  }
}

.qualitySec ul {
  display: flex;
  flex-wrap: wrap;
}
.qualitySec ul li {
  flex: 0 0 20%;
  max-width: 100%;
}
.qualitySec ul li .qualityList {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.qualitySec ul li .qualityList .qualityImage {
  background: #22577A;
  height: 190px;
  width: 190px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 110px;
}
.qualitySec ul li .qualityList .qualityImage::before {
  content: "";
  position: absolute;
  border: 1px solid #22577A;
  height: 230px;
  width: 230px;
  border-radius: 100%;
}
.qualitySec ul li .qualityList .qualityImage::after {
  content: "";
  position: absolute;
  background: url(../images/line.png) no-repeat;
  width: 14px;
  height: 111px;
  right: 0;
  left: 0;
  top: 100%;
  margin: 0 auto;
}
.qualitySec ul li .qualityList .qualityText {
  margin-top: 25px;
}
.qualitySec ul li .qualityList .qualityText p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.qualitySec ul li:nth-child(odd) {
  margin-top: 111px;
}
@media (max-width: 1366px) {
  .qualitySec ul li .qualityList .qualityImage {
    height: 160px;
    width: 160px;
  }
  .qualitySec ul li .qualityList .qualityImage::before {
    height: 190px;
    width: 190px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .qualitySec ul li .qualityList .qualityImage {
    height: 130px;
    width: 130px;
    margin-bottom: 85px;
  }
  .qualitySec ul li .qualityList .qualityImage::before {
    height: 160px;
    width: 160px;
  }
  .qualitySec ul li .qualityList .qualityImage::after {
    background-size: 75%;
  }
  .qualitySec ul li .qualityList .qualityImage img {
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .qualitySec ul li .qualityList .qualityText {
    margin-top: 10px;
  }
  .qualitySec ul li .qualityList .qualityText p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .qualitySec ul {
    justify-content: center;
  }
  .qualitySec ul li {
    flex: 0 0 33.33%;
    margin-bottom: 55px;
  }
  .qualitySec ul li .qualityList .qualityImage {
    height: 100px;
    width: 100px;
    margin-bottom: 85px;
  }
  .qualitySec ul li .qualityList .qualityImage::before {
    height: 130px;
    width: 130px;
  }
  .qualitySec ul li .qualityList .qualityImage::after {
    background-size: 75%;
    height: 85px;
  }
  .qualitySec ul li .qualityList .qualityImage img {
    height: 45px;
  }
  .qualitySec ul li .qualityList .qualityText {
    margin-top: 10px;
  }
  .qualitySec ul li .qualityList .qualityText p {
    font-size: 16px;
    line-height: 24px;
  }
  .qualitySec ul li:nth-child(odd) {
    margin-top: 0;
  }
  .qualitySec ul li:nth-child(4), .qualitySec ul li:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .qualitySec ul li {
    flex: 0 0 100%;
    margin-bottom: 35px;
  }
  .qualitySec ul li .qualityList {
    flex-wrap: nowrap;
    margin: 0;
  }
  .qualitySec ul li .qualityList .qualityImage {
    flex: 0 0 15%;
    margin-bottom: 0;
    margin-right: 30px;
    height: 80px;
    width: 80px;
  }
  .qualitySec ul li .qualityList .qualityImage::before {
    height: 100px;
    width: 100px;
  }
  .qualitySec ul li .qualityList .qualityImage::after {
    display: none;
  }
  .qualitySec ul li .qualityList .qualityImage img {
    height: 35px;
  }
  .qualitySec ul li .qualityList .qualityText {
    flex: 0 0 80%;
  }
  .qualitySec ul li .qualityList .qualityText p {
    text-align: left;
    min-height: 100px;
  }
  .qualitySec ul li:nth-child(4) {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .qualitySec ul li .qualityList .qualityImage {
    height: 70px;
    width: 70px;
  }
  .qualitySec ul li .qualityList .qualityImage::before {
    height: 90px;
    width: 90px;
  }
  .qualitySec ul li .qualityList .qualityImage::after {
    display: none;
  }
  .qualitySec ul li .qualityList .qualityImage img {
    height: 30px;
  }
  .qualitySec ul li .qualityList .qualityText {
    flex: 0 0 70%;
  }
  .qualitySec ul li .qualityList .qualityText p {
    text-align: left;
    min-height: 100px;
  }
  .qualitySec ul li:nth-child(4) {
    margin-bottom: 45px;
  }
}
@media (max-width: 380px) {
  .qualitySec ul li .qualityList {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 10px 20px #ccc;
    padding: 20px;
  }
  .qualitySec ul li .qualityList .qualityImage {
    flex: 0 0 20%;
    height: 65px;
    width: 65px;
  }
  .qualitySec ul li .qualityList .qualityText {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

.successSec {
  background-color: #F8F7F2;
}
.successSec .counterSection .counterRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.successSec .counterSection .counterRow .stats {
  border-left: 3px solid rgba(34, 87, 122, 0.2);
  padding-left: 20px;
  flex: 0 0 25%;
  max-width: 100%;
}
.successSec .counterSection .counterRow .stats p {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 185px;
}
.successSec .counterSection .counterRow .stats span {
  font-size: 120px;
  font-weight: 400;
  color: #FB3640;
}
.successSec .counterSection .counterRow .stats span.counterDigit {
  font-size: 80px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .successSec .counterSection .counterRow .stats p {
    font-size: 24px;
    line-height: 24px;
  }
  .successSec .counterSection .counterRow .stats span {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (max-width: 1366px) {
  .successSec .counterSection .counterRow .stats p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 80px;
  }
  .successSec .counterSection .counterRow .stats span {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .successSec .counterSection .counterRow .stats p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 120px;
  }
  .successSec .counterSection .counterRow .stats span {
    font-size: 75px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .successSec .counterSection .counterRow .stats p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 120px;
  }
  .successSec .counterSection .counterRow .stats span {
    font-size: 75px;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .successSec .counterSection .counterRow .stats {
    flex: 0 0 50%;
    margin: 30px 0;
  }
  .successSec .counterSection .counterRow .stats p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .successSec .counterSection .counterRow .stats span {
    font-size: 60px;
    line-height: 60px;
  }
  .successSec .counterSection .counterRow .stats span.counterDigit {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .successSec .counterSection .counterRow .stats p {
    margin-bottom: 30px;
  }
  .successSec .counterSection .counterRow .stats span {
    font-size: 55px;
    line-height: 55px;
  }
  .successSec .counterSection .counterRow .stats span.counterDigit {
    font-size: 50px;
  }
}
@media (max-width: 380px) {
  .successSec .counterSection .counterRow .stats {
    padding-left: 10px;
    flex: 0 0 100%;
    border: none;
    text-align: center;
    border-left: none;
    padding-left: 0;
    border-bottom: 1px solid rgba(34, 87, 122, 0.5);
    padding-bottom: 10px;
    max-width: 60%;
    margin: 10px auto 10px;
  }
  .successSec .counterSection .counterRow .stats p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .successSec .counterSection .counterRow .stats span {
    font-size: 45px;
    line-height: 45px;
  }
  .successSec .counterSection .counterRow .stats span.counterDigit {
    font-size: 35px;
  }
  .successSec .counterSection .counterRow .stats:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.hmBrandSec .brandTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.hmBrandSec .brandTitle .sectionTitle {
  margin-bottom: 0;
}
.hmBrandSec .brandBox {
  border: 1px solid #BCBCBC;
  border-radius: 20px;
  padding: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 20px 16px;
}
.hmBrandSec .brandBox img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 40%;
  transition: all 0.2s ease-in-out;
}
.hmBrandSec .brandBox:hover img {
  opacity: 1;
}
@media (max-width: 1366px) {
  .hmBrandSec .brandBox {
    padding: 35px;
  }
  .hmBrandSec .brandBox img {
    height: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .hmBrandSec .brandTitle {
    margin-bottom: 25px;
  }
  .hmBrandSec .brandBox {
    padding: 25px;
  }
  .hmBrandSec .brandBox img {
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .hmBrandSec .brandTitle {
    margin-bottom: 25px;
  }
  .hmBrandSec .brandBox {
    padding: 25px;
  }
  .hmBrandSec .brandBox img {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .hmBrandSec .brandTitle {
    margin-bottom: 40px;
  }
  .hmBrandSec .brandBox {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .hmBrandSec .brandTitle {
    margin-bottom: 25px;
  }
  .hmBrandSec .brandTitle .defaultButton {
    height: 90px;
    width: 90px;
  }
}
@media (max-width: 575px) {
  .hmBrandSec .brandTitle .defaultButton {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 380px) {
  .hmBrandSec .brandTitle .defaultButton {
    height: 65px;
    width: 65px;
    font-size: 12px;
  }
  .hmBrandSec .brandBox {
    padding: 30px 20px;
  }
  .hmBrandSec .brandBox img {
    height: 100px;
  }
}

.cardsSec {
  background-color: #F8F7F2;
}
.cardsSec ul {
  display: flex;
  justify-content: center;
}
.cardsSec ul li {
  transition: 0.5s all ease-in-out;
}
.cardsSec ul li .contactCard {
  background: linear-gradient(108.73deg, #3376A3 3.59%, #092639 100%);
  border-radius: 20px;
  padding: 40px 40px 40px 70px;
  margin: 0 15px;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.cardsSec ul li .contactCard:hover {
  box-shadow: 0px 10px 20px 10px #ccc;
}
.cardsSec ul li .contactCard .cardDetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cardsSec ul li .contactCard .cardDetail .cardText p {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  max-width: 60%;
}
.cardsSec ul li .contactCard .cardDetail .cardText h3 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.cardsSec ul li .contactCard .cardDetail .cardImage img {
  border-radius: 20px;
}
.cardsSec ul li .contactCard .cardDetail .cardImage a {
  color: #fff;
  border-color: #fff;
}
.cardsSec ul li .contactCard .cardDetail:last-child {
  margin-bottom: 0;
}
.cardsSec ul li .contactCard .cardDetail.cardBtn {
  justify-content: flex-start;
}
.cardsSec ul li .contactCard .cardDetail.cardBtn .cardText {
  margin-right: 180px;
}
.cardsSec ul li:last-child .contactCard {
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .cardsSec ul li .contactCard {
    padding: 30px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardText h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardText p {
    font-size: 20px;
    line-height: 30px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardImage img {
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cardsSec ul li .contactCard .cardDetail.cardBtn .cardText {
    margin-right: 130px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .cardsSec ul li .contactCard .cardDetail {
    margin-bottom: 30px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardText h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardText p {
    font-size: 18px;
    line-height: 28px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardImage img {
    height: 110px;
  }
  .cardsSec ul li .contactCard .cardDetail.cardBtn .cardText {
    margin-right: 130px;
  }
}
@media (max-width: 1199px) {
  .cardsSec ul li .contactCard .cardDetail {
    margin-bottom: 30px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardText h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardText p {
    font-size: 18px;
    line-height: 28px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardImage img {
    height: 110px;
  }
  .cardsSec ul li .contactCard .cardDetail.cardBtn .cardText {
    margin-right: 130px;
  }
}
@media (max-width: 991px) {
  .cardsSec ul {
    flex-wrap: wrap;
  }
  .cardsSec ul li {
    flex: 0 0 100%;
  }
  .cardsSec ul li .contactCard {
    max-width: 75%;
    margin: 0 auto;
  }
  .cardsSec ul li .contactCard .cardDetail.cardBtn {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cardsSec ul li .contactCard {
    max-width: 100%;
  }
}
@media (max-width: 380px) {
  .cardsSec ul li .contactCard {
    padding: 15px;
  }
  .cardsSec ul li .contactCard .cardDetail.cardBtn .cardText {
    margin-right: 65px;
  }
  .cardsSec ul li .contactCard .cardDetail.cardBtn .cardText h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .cardsSec ul li .contactCard .cardDetail .cardText p {
    max-width: 70%;
  }
  .cardsSec ul li .contactCard .cardDetail .cardImage img {
    height: 90px;
  }
  .cardsSec ul li:last-child .contactCard {
    margin-top: 25px;
  }
}

.footer {
  padding-bottom: 0;
  background: #0C0E10;
}
.footer .mainFooter {
  padding-bottom: 60px;
}
.footer .mainFooter .contactList ul li {
  margin-bottom: 30px;
}
.footer .mainFooter .contactList ul li a {
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  font-family: "Jost", sans-serif;
}
.footer .mainFooter .contactList ul li a:hover {
  color: #DE3236;
}
.footer .mainFooter .contactList ul li:last-child {
  margin-bottom: 0;
}
.footer .mainFooter .addressList p {
  color: #fff;
}
.footer .mainFooter .addressList a {
  color: #fff;
}
.footer .mainFooter .addressList a:hover {
  color: #DE3236;
}
.footer .mainFooter .footerLinks ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .mainFooter .footerLinks ul li {
  flex: 0 0 50%;
  max-width: 100%;
  margin-bottom: 30px;
}
.footer .mainFooter .footerLinks ul li a {
  color: #fff;
}
.footer .mainFooter .footerLinks ul li a:hover {
  color: #DE3236;
}
.footer .mainFooter .footerLinks ul li.active a {
  color: #DE3236;
}
.footer .secondFooter {
  border-top: 1px solid #fff;
  padding: 15px 0;
}
.footer .secondFooter .bottomFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .secondFooter .bottomFooter .copyright p {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .footer .mainFooter .contactList ul li a {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1366px) {
  .footer .mainFooter {
    padding-bottom: 40px;
  }
  .footer .mainFooter .contactList ul li a {
    font-size: 28px;
    line-height: 28px;
  }
  .footer .mainFooter .footerLinks ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .footer .mainFooter {
    padding-bottom: 40px;
  }
  .footer .mainFooter .contactList ul li a {
    font-size: 22px;
    line-height: 22px;
  }
  .footer .mainFooter .addressList p {
    font-size: 15px;
  }
  .footer .mainFooter .footerLinks ul li {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .footer .mainFooter .contactList {
    margin-bottom: 30px;
  }
  .footer .mainFooter .contactList ul {
    display: flex;
    justify-content: center;
  }
  .footer .mainFooter .contactList ul li {
    margin: 0 20px;
  }
  .footer .mainFooter .addressList {
    margin-bottom: 30px;
  }
  .footer .mainFooter .addressList p {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .footer .mainFooter .addressList p br {
    display: none;
    text-align: center;
  }
  .footer .mainFooter .footerLinks ul {
    justify-content: center;
  }
  .footer .mainFooter .footerLinks ul li {
    flex: inherit;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer .mainFooter .addressList p {
    max-width: 100%;
  }
  .footer .mainFooter .addressList p br {
    display: block;
  }
  .footer .mainFooter .contactList ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .mainFooter .contactList ul li {
    margin: 0 0 20px;
  }
  .footer .mainFooter .footerLinks ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .mainFooter .footerLinks ul li {
    margin-bottom: 20px;
  }
  .footer .secondFooter .bottomFooter {
    flex-direction: column;
  }
  .footer .secondFooter .bottomFooter p {
    text-align: center;
  }
  .footer .secondFooter .bottomFooter .megh {
    margin-top: 5px;
  }
}
@media (max-width: 380px) {
  .footer .secondFooter .bottomFooter .copyright p {
    max-width: 75%;
    margin: 0 auto;
  }
  .footer .secondFooter .bottomFooter .copyright.megh p {
    max-width: 100%;
  }
}

.contactformSec {
  background: #22577A;
  padding: 70px 50px;
  margin-bottom: -30%;
  position: relative;
}
.contactformSec .sectionTitle {
  color: #fff;
}
.contactformSec .defaultButton {
  background: transparent;
  font-family: "Jost", sans-serif;
  color: #fff;
  border-color: #fff;
  margin-top: 30px;
}

.contactPage ul {
  display: flex;
  flex-wrap: wrap;
}
.contactPage ul li {
  flex: 0 0 50%;
  max-width: 100%;
  margin-bottom: 50px;
}
.contactPage ul li .contactBox .iconImg {
  border: 1px dashed #232323;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contactPage ul li .contactBox p, .contactPage ul li .contactBox a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #232322;
  text-align: center;
}
.contactPage ul li .contactBox a:hover {
  color: #FB3640;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  font-family: "Jost", sans-serif;
  padding-bottom: 10px;
}
.form-group .form-control {
  height: 50px;
  background-color: #F8F7F2;
  border-radius: 50px;
}
.form-group .form-control:focus {
  outline: 1px solid #232323;
  box-shadow: inherit;
  border: none;
}
.form-group textarea.form-control {
  height: inherit;
  border-radius: 20px;
}
.form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/down_arrow.png) no-repeat;
  background-position: right 20px center;
}
.form-group .uploadresume .btn-file {
  position: relative;
  overflow: hidden;
  border: 1px solid #ced4da;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F7F2;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-left: none;
}
.form-group .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;
}
.form-group .uploadresume input[readonly] {
  background-color: #F8F7F2 !important;
  cursor: text !important;
}
.form-group .uploadresume .form-control {
  border-right: 0;
}
.form-group .uploadresume img {
  height: 25px;
}
.form-group .uploadresume .sizeFile {
  float: right;
}

.mapSection iframe {
  width: 100%;
  height: 650px;
  display: block;
}

.careerPage .careerForm label {
  color: #232323;
}
.careerPage .careerForm .defaultButton {
  background: transparent;
}
.careerPage .careerForm .uploadresume label.error {
  position: absolute;
  left: 0;
  bottom: -20px;
  color: red;
}
.careerPage img {
  text-align: right;
}

.visionSec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.visionSec ul li {
  flex: 0 0 50%;
  max-width: 100%;
}
.visionSec ul li .visionBox img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.visionSec ul li .visionBox h3 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
}
.visionSec ul li .visionBox p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.visionSec ul li .visionBox.blueBox {
  background: #22577A;
  padding: 100px 70px 65px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .visionSec ul li .visionBox.blueBox p {
    font-size: 18px;
    line-height: 28px;
  }
  .visionSec ul li .visionBox img {
    height: 210px;
  }
}
@media (max-width: 1366px) {
  .visionSec ul li .visionBox.blueBox {
    padding: 50px;
  }
  .visionSec ul li .visionBox.blueBox h3 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .visionSec ul li .visionBox.blueBox p {
    font-size: 16px;
    line-height: 26px;
  }
  .visionSec ul li .visionBox img {
    height: 210px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .visionSec ul li .visionBox.blueBox {
    padding: 30px;
  }
  .visionSec ul li .visionBox.blueBox h3 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .visionSec ul li .visionBox img {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .visionSec ul li .visionBox.blueBox {
    padding: 35px;
  }
  .visionSec ul li .visionBox.blueBox h3 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .visionSec ul li .visionBox img {
    height: 170px;
  }
}
@media (max-width: 991px) {
  .visionSec ul li {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .visionSec ul li:nth-child(2), .visionSec ul li:nth-child(3) {
    display: none;
  }
  .visionSec ul li .visionBox.blueBox h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .visionSec ul li .visionBox img {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .visionSec ul li .visionBox.blueBox h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .visionSec ul li .visionBox.blueBox {
    padding: 20px;
  }
  .visionSec ul li .visionBox.blueBox h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 380px) {
  .visionSec ul li .visionBox.blueBox h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

.directorSec {
  background-color: #F8F7F2;
}
.directorSec .directorImage img {
  width: 100%;
}
.directorSec .directorText p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .directorSec .directorText p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .directorSec .directorImage {
    margin-bottom: 40px;
  }
  .directorSec .directorImage img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
}
@media (max-width: 767px) {
  .directorSec .directorImage img {
    width: 100%;
    height: 100%;
  }
}

.certificateSec .certiImage img {
  width: 100%;
}
@media (max-width: 991px) {
  .certificateSec .certiImage {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .certificateSec .certiImage img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.prodDetailSec {
  padding-bottom: 40px;
}
.prodDetailSec .gallerySec {
  margin-top: 50px;
}
.prodDetailSec .gallerySec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prodDetailSec .gallerySec ul li {
  flex: 0 0 33.33%;
  max-width: 100%;
  margin-bottom: 60px !important;
}
.prodDetailSec .gallerySec ul li .tabPhoto {
  margin: 0px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.prodDetailSec .gallerySec ul li .tabPhoto img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prodDetailSec .gallerySec ul li .tabPhoto::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 0%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.8s;
  z-index: 1;
}
.prodDetailSec .gallerySec ul li .tabPhoto::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/zoom.svg) center center no-repeat;
  height: 50px;
  width: 50px;
  opacity: 0;
  transform: scale(1.5);
  visibility: hidden;
  z-index: 2;
}
.prodDetailSec .gallerySec ul li .tabPhoto:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.prodDetailSec .gallerySec ul li .tabPhoto:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 1s;
}
.prodDetailSec .gallerySec ul li p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .prodDetailSec .gallerySec ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .prodDetailSec .gallerySec ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
  }
  .prodDetailSec .gallerySec ul li:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .prodDetailSec .gallerySec ul {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .prodDetailSec .gallerySec ul li p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .prodDetailSec .gallerySec ul li p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .prodDetailSec .gallerySec ul li {
    margin-bottom: 30px !important;
  }
  .prodDetailSec .gallerySec ul li .tabPhoto {
    margin: 0px 10px 10px;
  }
}

.serviceTitle .boldText {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .serviceTitle .boldText {
    max-width: 100%;
  }
}

.secviceSec {
  background-color: #F8F7F2;
}
.secviceSec .serviceText p {
  margin-bottom: 20px;
}
.secviceSec .serviceText ul li {
  padding-left: 20px;
  margin-bottom: 20px;
}
.secviceSec .serviceText ul li::before {
  content: "";
  position: absolute;
  background-color: #22577A;
  height: 13px;
  width: 13px;
  border-radius: 50px;
  top: 9px;
  left: 0;
}
.secviceSec .serviceText ul li .subList li {
  margin-bottom: 10px;
}
.secviceSec .serviceText ul li .subList li::before {
  background-color: #7E93A0;
}
.secviceSec .serviceImage img {
  width: 100%;
}
.secviceSec .serviceImage .tabPhoto {
  margin: 0px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.secviceSec .serviceImage .tabPhoto img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.secviceSec .serviceImage .tabPhoto::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 0%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.8s;
  z-index: 1;
}
.secviceSec .serviceImage .tabPhoto::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/zoom.svg) center center no-repeat;
  height: 50px;
  width: 50px;
  opacity: 0;
  transform: scale(1.5);
  visibility: hidden;
  z-index: 2;
}
.secviceSec .serviceImage .tabPhoto:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.secviceSec .serviceImage .tabPhoto:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 1s;
}
.secviceSec.serviceMills {
  background-color: transparent;
}
@media (max-width: 1366px) {
  .secviceSec .serviceText ul li::before {
    top: 6px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .secviceSec .serviceText ul li::before {
    top: 5px;
  }
}
@media (max-width: 1199px) {
  .secviceSec .serviceText ul li::before {
    height: 10px;
    width: 10px;
    top: 7px;
  }
}
@media (max-width: 991px) {
  .secviceSec .row {
    flex-direction: column-reverse;
  }
  .secviceSec .row .serviceImage {
    margin-bottom: 30px;
  }
  .secviceSec .row .serviceImage img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .secviceSec .row .serviceImage img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 380px) {
  .secviceSec .row .serviceImage img {
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contactformSec {
  background: #22577A;
  padding: 70px 50px;
  margin-bottom: -30%;
  position: relative;
}
.contactformSec .sectionTitle {
  color: #fff;
}
.contactformSec .defaultButton {
  background: transparent;
  font-family: "Jost", sans-serif;
  color: #fff;
  border-color: #fff;
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .contactformSec .defaultButton {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 1366px) {
  .contactformSec {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .contactformSec {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .contactformSec {
    padding: 30px;
  }
}

.contactPage ul {
  display: flex;
  flex-wrap: wrap;
}
.contactPage ul li {
  flex: 0 0 50%;
  max-width: 100%;
  margin-bottom: 50px;
}
.contactPage ul li .contactBox .iconImg {
  border: 1px dashed #232323;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contactPage ul li .contactBox p, .contactPage ul li .contactBox a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #232322;
  text-align: center;
}
.contactPage ul li .contactBox a:hover {
  color: #FB3640;
}
@media (max-width: 1366px) {
  .contactPage ul li .contactBox .iconImg {
    height: 100px;
    width: 100px;
  }
  .contactPage ul li .contactBox .iconImg img {
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contactPage ul li .contactBox p, .contactPage ul li .contactBox a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .contactPage ul {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .contactPage .row {
    flex-direction: column-reverse;
  }
  .contactPage ul {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contactPage ul {
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 50px;
  }
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  font-family: "Jost", sans-serif;
  padding-bottom: 10px;
}
.form-group label.error {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
}
@media (max-width: 1366px) {
  .form-group label {
    font-size: 18px;
    line-height: 18px;
  }
}
.form-group .form-control {
  height: 50px;
  background-color: #F8F7F2 !important;
  border-radius: 50px;
}
@media (max-width: 1366px) {
  .form-group .form-control {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .form-group .form-control {
    border-radius: 10px;
  }
}
.form-group .form-control:focus {
  outline: 1px solid #232323;
  box-shadow: inherit;
  border: none;
}
.form-group textarea.form-control {
  height: inherit;
  border-radius: 20px;
}
@media (max-width: 1366px) {
  .form-group textarea.form-control {
    height: 95px;
    resize: none;
  }
}
@media (max-width: 767px) {
  .form-group textarea.form-control {
    border-radius: 10px;
  }
}
.form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/down_arrow.png) no-repeat;
  background-position: right 20px center;
}
.form-group .uploadresume .btn-file {
  position: relative;
  overflow: hidden;
  border: 1px solid #ced4da;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F7F2;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-left: none;
}
@media (max-width: 1366px) {
  .form-group .uploadresume .btn-file {
    height: 40px;
  }
}
.form-group .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;
}
.form-group .uploadresume input[readonly] {
  background-color: #F8F7F2 !important;
  cursor: text !important;
}
.form-group .uploadresume .form-control {
  border-right: 0;
}
.form-group .uploadresume img {
  height: 25px;
}
@media (max-width: 1366px) {
  .form-group .uploadresume img {
    height: 18px;
  }
}
.form-group .uploadresume .sizeFile {
  float: right;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group label {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.mapSection iframe {
  width: 100%;
  height: 650px;
  display: block;
}
@media (max-width: 1199px) {
  .mapSection iframe {
    height: 400px;
  }
}

.careerPage .careerForm label {
  color: #232323;
}
.careerPage .careerForm label.error {
  color: #DE3236;
}
.careerPage .careerForm .defaultButton {
  background: transparent;
}
@media (max-width: 767px) {
  .careerPage .careerForm .defaultButton {
    margin-top: 20px;
  }
}
.careerPage .careerForm .uploadresume .input-group input {
  width: 100%;
  border-radius: 50px !important;
}
.careerPage .careerForm .uploadresume .input-group .input-group-btn {
  position: absolute;
  right: 0;
  z-index: 11;
}
.careerPage img {
  text-align: right;
}
@media (max-width: 1199px) {
  .careerPage .imageCareer img {
    display: none;
  }
}
@media (max-width: 991px) {
  .careerPage .row {
    flex-direction: inherit;
  }
}

.clientSec {
  padding-top: 0;
}
.clientSec .slick-slide {
  margin: 30px 10px;
}
.clientSec .slick-slide .clientBox {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 10px 20px #ccc;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}
.clientSec .slick-slide .clientBox img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.clientSec .slick-dots li button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  background: #de3236;
  border-radius: 50px;
}
.clientSec .slick-dots li button::before {
  font-size: 0px;
}
@media (max-width: 575px) {
  .clientSec .slick-slide {
    margin: 15px 10px;
  }
  .clientSec .slick-slide .clientBox {
    min-height: 150px;
  }
  .clientSec .slick-slide .clientBox img {
    height: 55px;
  }
}/*# sourceMappingURL=style.css.map */