/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
.crossLine {
  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: #fff;
  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.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    height: 22px;
  }
  .crossLine .line {
    width: 28px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

/*bottom Arrow */
.tabStructure .card {
  padding-top: 25px;
}
.tabStructure .nav-tabs {
  display: none;
}
.tabStructure .nav-tabs {
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabStructure .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.tabStructure .nav-tabs > li > a {
  color: #000;
  padding: 10px 28px;
  margin: 0px 3px;
  border-radius: 0;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  position: relative;
  line-height: 32px;
}
.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  background: #4A9288;
  border-radius: 0;
  color: #fff;
}
.tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
  bottom: -16px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
  background: #4A9288 !important;
  color: #fff !important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 10px 17px;
  }
}
@media screen and (max-width: 992px) {
  .tabStructure .nav-tabs > li > a {
    padding: 8px 16px;
    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;
  }
  .tabStructure #content {
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    background: #4A9288;
    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 #4A9288 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #4A9288 !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}
body.overflowhidden {
  overflow: hidden;
}

.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, select.error {
  border-bottom: 1px solid #D8000C !important;
}

label.error {
  color: #D8000C !important;
}

label.error {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
}

.sectionPadding {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0;
  }
}

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

.rowrvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

p {
  font-size: 16px;
  line-height: 20px;
}

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

.commFont25 {
  font-size: 25px;
  line-height: 37px;
  font-weight: 600;
  font-family: "IBM Plex Serif", serif;
}
@media (max-width: 575px) {
  .commFont25 {
    font-size: 22px;
    line-height: 30px;
  }
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.subTitle {
  font-size: 40px;
  line-height: 60px;
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
}
@media (max-width: 767px) {
  .subTitle {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .subTitle {
    font-size: 32px;
    line-height: 45px;
  }
}

.defaultButton {
  position: relative;
  background: #F8D66C;
  padding: 20px 28px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
}
.defaultButton:hover, .defaultButton:focus {
  background: #4A9288;
  color: #fff;
}
.defaultButton i {
  padding-left: 22px;
  display: inline-block;
}
@media (max-width: 991px) {
  .defaultButton {
    padding: 12px 18px;
  }
}

.bullets {
  list-style: none;
}
.bullets li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-family: "Hind Madurai";
  font-weight: 400;
  color: #000;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.bullets li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #4A9288;
  background: #4A9288;
}

.btn_area {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}

.form-control {
  background: rgba(255, 255, 255, 0.06);
  border-radius: inherit;
  margin-bottom: 10px;
  border: inherit;
  outline: none;
  border: 1px solid #c6c6c6;
  padding: 12px 20px;
}
.form-control:hover {
  background: rgba(74, 146, 136, 0.1);
  border: 1px solid #4A9288;
}
.form-control:hover ::-webkit-input-placeholder {
  color: #fff;
}
.form-control:hover ::-moz-placeholder {
  color: #fff;
}
.form-control:hover :-ms-input-placeholder {
  color: #fff;
}
.form-control:hover ::-ms-input-placeholder {
  color: #fff;
}
.form-control:hover ::placeholder {
  color: #fff;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: inherit;
}

label {
  color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
}

::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
}

:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
}

::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
}

::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
}

.roboto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.roboto .pull-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  margin: 0;
  padding: 7px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

label.error {
  position: absolute;
  left: 0;
  top: 100%;
  color: red;
  font-size: 14px;
}

label#captchaerror {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0 !important;
  color: red;
}

.mrgBott15 {
  margin-bottom: 15px;
}

.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}

.smallFont {
  font-size: 20px;
  line-height: 32px;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .smallFont {
    font-size: 18px;
    line-height: 25px;
  }
}

.mainHeader {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.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: 10px;
}
.mainHeader header .navbarLink ul li.dropdown:hover a {
  padding: 10px 12px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 10px 12px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li .dropdown-toggle .fa-caret-down {
  margin-left: 8px;
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 8px 8px 8px;
  display: inline-block;
}
.mainHeader header .navbarLink ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 12px;
    padding: 8px 8px 8px 8px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 25px;
    padding: 20px 12px 20px 12px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    padding: 12px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: transparent;
  border-radius: 0;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #fff;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0 30px 0 30px;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  padding-top: 6px;
  border: transparent;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.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: #4a9288 !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;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    font-size: 24px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu a {
    font-size: 16px !important;
    padding: 5px 12px !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #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;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !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;
    -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;
  }
}
.mainHeader .logo img {
  width: 100%;
  height: 75px;
}
@media (max-width: 1199px) {
  .mainHeader .logo img {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .mainHeader .logo img {
    max-width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
.mainHeader.sticky {
  position: fixed;
  background: #6a7581;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
.homebanner {
  position: relative;
}
.homebanner .homeSlider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.homebanner .bannerImage {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerImage::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  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;
  top: 0;
}
.homebanner .bannerText .bannerDesc {
  font-size: 68px;
  line-height: 69px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 690px;
}
.homebanner .bannerText .bannerDesc span {
  font-weight: normal;
}
.homebanner .bannerText .bannerdetail {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  font-family: "IBM Plex Serif", serif;
  max-width: 560px;
  color: #fff;
}
.homebanner .slick-dots {
  bottom: 10%;
  left: 9%;
  text-align: left;
  overflow: hidden;
  width: inherit;
}
.homebanner .slick-dots li {
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50px;
  margin: 0 3px;
}
.homebanner .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.homebanner .slick-dots li.slick-active {
  border: 3px solid #fff;
  background: transparent;
  border-radius: 50px;
  height: 12px;
  width: 12px;
}
@media (max-width: 1400px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 50px;
    line-height: 60px;
  }
  .homebanner .slick-dots {
    bottom: 20%;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 58px;
    line-height: 65px;
  }
  .homebanner .slick-dots {
    bottom: 6%;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText {
    bottom: -70px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .homebanner .slick-dots {
    bottom: 0%;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .homebanner .slick-dots {
    left: 12%;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerImage img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .slick-dots {
    bottom: 0;
    left: 5%;
  }
}

.maincontainer {
  min-height: 600px;
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  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;
  top: 0;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 68px;
  font-style: italic;
  line-height: 70px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock {
    top: inherit;
    bottom: 60px;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .innerbanner .bannerImage img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock {
    bottom: 85px;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .innerbanner .innerBlock .innerText {
    font-size: 45px;
    line-height: 50px;
  }
}

.paddbtm0 {
  padding-bottom: 0;
}

.green {
  color: #4A9288 !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.whiteText {
  color: #fff;
}

.sectionTitle {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 60px;
}
.sectionTitle span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #4A9288;
  display: block;
  font-family: "IBM Plex Serif", serif;
  margin-bottom: 17px;
}
@media (max-width: 1400px) {
  .sectionTitle {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .sectionTitle span {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 28px;
    line-height: 38px;
  }
}

.font20 {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .font20 {
    font-size: 18px;
    line-height: 24px;
  }
}

.font30 {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 0px;
  font-weight: bold;
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .font30 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
  }
}

.homeaboutdetail {
  text-align: right;
}
.homeaboutdetail .sectionTitle {
  margin-bottom: 0px;
  text-align: left;
}
.homeaboutdetail .commnbtn {
  text-align: left;
}

.innerpagetitle {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.servicesslider .slick-slide {
  padding: 0px 18px;
}
.servicesslider .slick-prev:before, .servicesslider .slick-next:before {
  color: #000;
  top: -10%;
}
.servicesslider .slick-prev, .servicesslider .slick-next {
  top: -10%;
}
.servicesslider .slick-next {
  right: 22px;
}
.servicesslider .slick-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .servicesslider .slick-prev, .servicesslider .slick-next {
    top: -5%;
  }
}

.sliderbox .servicesimg img {
  width: 100%;
}
.sliderbox .servicessectiondetail {
  background: #4A9288;
  max-width: 310px;
  position: relative;
  padding: 30px 40px;
  margin-left: auto;
  font-family: "IBM Plex Serif", serif;
  margin-right: auto;
  margin-top: -120px;
  min-height: 340px;
}
.sliderbox .servicessectiondetail:hover {
  background: #F8D66C;
}
.sliderbox .servicessectiondetail:hover .innerpagetitle, .sliderbox .servicessectiondetail:hover p, .sliderbox .servicessectiondetail:hover a {
  color: #000;
}
.sliderbox .servicessectiondetail:hover svg path {
  stroke: #000;
}
.sliderbox .servicessectiondetail svg {
  margin-left: 20px;
}
.sliderbox .servicessectiondetail svg path {
  stroke: #F8D66C;
}
.sliderbox .servicessectiondetail .defaultButton {
  background: transparent;
  color: #F8D66C;
  padding: 0px;
  max-width: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
}
.sliderbox .servicessectiondetail p {
  color: #fff;
  margin-bottom: 20px;
  min-height: 180px;
}
.sliderbox .servicessectiondetail a:hover {
  letter-spacing: 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .sliderbox .servicessectiondetail p {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .sliderbox .servicessectiondetail {
    max-width: 420px;
    min-height: 285px;
  }
  .sliderbox .servicessectiondetail p {
    min-height: 0px;
  }
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 1400px) {
  .inquiryForm .form-group {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .inquiryForm .form-group {
    margin-bottom: 25px;
  }
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .offcanvas .contentMobile {
    display: none;
  }
  .offcanvas .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.form-floating > label {
  color: #000;
}

.flex50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.flex33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

.businessareasection {
  position: relative;
}
.businessareasection::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 82%;
  z-index: -1;
}
.businessareasection .areaList {
  max-width: 942px;
  margin: 0 auto;
}
.businessareasection .areaList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.businessareasection .areaList ul li {
  list-style-type: none;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.businessareasection .areaList ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 0;
  height: 100%;
  z-index: 1;
}
.businessareasection .areaList ul li img {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.businessareasection .areaList ul li .areaName {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.businessareasection .areaList ul li .areaName p {
  font-size: 33px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  opacity: 1;
  margin-bottom: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}
.businessareasection .areaList ul li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.businessareasection .areaList ul li:hover p {
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}
.businessareasection .areaList ul li:hover::before {
  display: block;
  z-index: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
@media (max-width: 1400px) {
  .businessareasection .areaList ul li .areaName p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .businessareasection .areaList ul li .areaName p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .businessareasection::after {
    height: 76%;
  }
  .businessareasection .areaList ul li .areaName p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .businessareasection .areaList ul li .areaName p {
    font-size: 14px;
    line-height: 22px;
  }
}

.valuableClient img {
  border: 3px solid #E2E2E2;
  width: 180px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}
.valuableClient .slick-prev::before, .valuableClient .slick-next::before {
  color: #000;
}
@media (max-width: 991px) {
  .valuableClient .clientSlider {
    margin: 0 auto;
    text-align: center;
  }
  .valuableClient .slick-slide img {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .valuableClient .slick-prev {
    left: 5px;
  }
  .valuableClient .slick-next {
    right: 4px;
  }
}

@media (max-width: 991px) {
  .homeaboutsection .leftimg img {
    display: block;
    margin: 0 auto;
  }
  .homeaboutsection .homeaboutdetail {
    margin-top: 40px;
    text-align: center;
  }
}

.mainFooter {
  background: #2C2C2C;
  padding: 60px 0 30px 0;
  position: relative;
}
.mainFooter .footerTop {
  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;
}
.mainFooter .footerTop .footerLogo {
  margin-top: -88px;
}
.mainFooter .footerTop .footerLogo img {
  background: #4A9288;
  padding: 54px 20px;
}
.mainFooter .footerTop .footerMid .footerLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.mainFooter .footerTop .footerMid .footerLink ul li {
  list-style-type: none;
  margin-right: 22px;
}
.mainFooter .footerTop .footerMid .footerLink ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  font-family: "IBM Plex Serif", serif;
}
.mainFooter .footerTop .footerMid .footerLink ul li:hover a, .mainFooter .footerTop .footerMid .footerLink ul li.active a {
  color: #4A9288;
}
.mainFooter .footerTop .footerMid .contactInfo {
  margin-bottom: 25px;
}
.mainFooter .footerTop .footerMid .contactInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainFooter .footerTop .footerMid .contactInfo ul li {
  list-style-type: none;
  margin-right: 50px;
}
.mainFooter .footerTop .footerMid .contactInfo ul li img {
  padding-right: 10px;
}
.mainFooter .footerTop .footerMid .contactInfo ul li a {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-weight: 500;
}
.mainFooter .footerTop .footerMid .contactInfo ul li:hover a {
  color: #4A9288;
}
.mainFooter .footerTop .socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainFooter .footerTop .socialMedia li {
  list-style-type: none;
  margin-right: 10px;
}
.mainFooter .footerTop .socialMedia li a {
  width: 27px;
  height: 27px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
}
.mainFooter .footerTop .socialMedia li i {
  color: #000;
  width: 15px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mainFooter .footerTop .socialMedia li:hover i {
  color: #fff;
}
.mainFooter .footerTop .socialMedia li:hover a.facebook {
  background: #4867aa;
}
.mainFooter .footerTop .socialMedia li:hover a.twitter {
  background: #5da9dd;
}
.mainFooter .footerTop .socialMedia li:hover a.linkedin {
  background: #0077b5;
}
.mainFooter .footerTop .socialMedia li:hover a.instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.mainFooter .footerTop .socialMedia li:hover a.youtube-play {
  background: #f00;
}
.mainFooter .footerTop .socialMedia li:hover a i {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mainFooter .footerBottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainFooter .footerBottom p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
.mainFooter .footerBottom .designedBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .mainFooter .footerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainFooter .footerTop .socialMedia {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .mainFooter .footerTop .footerLogo {
    margin-top: 0;
    margin: auto;
    margin-bottom: 30px;
  }
  .mainFooter .footerTop .footerMid {
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mainFooter .footerTop .footerMid .contactInfo ul li:last-child {
    margin-right: 0;
  }
  .mainFooter .footerTop .footerMid .footerLink ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainFooter .commnbtn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mainFooter .footerBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .mainFooter .footerBottom p {
    margin-bottom: 5px;
  }
  .mainFooter .footerTop .footerMid .footerLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .mainFooter .footerTop .footerMid .footerLink ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .mainFooter .footerTop .footerMid .contactInfo ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aboutusSec .tabStructure .sectionTitle {
  margin-bottom: 10px;
  color: #4A9288;
}
.aboutusSec .aboutBox {
  margin-bottom: 30px;
}
.aboutusSec .smallFont {
  font-family: "IBM Plex Serif", serif;
}
.aboutusSec .projectSec .projectList .projectBox p {
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .aboutusSec .tabStructure .sectionTitle {
    padding-top: 20px;
  }
  .aboutusSec .aboutBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .aboutusSec .projectSec .projectList .projectBox {
    margin: 15px 0;
  }
  .aboutusSec .projectSec .projectList .projectBox p {
    font-size: 18px;
    line-height: 28px;
  }
}

.projectSec .projectDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectSec .projectList {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.projectSec .projectList .projectBox {
  padding: 24px 10px 24px 20px;
  background: #EEEEEE;
  margin: 15px;
}
.projectSec .projectList .projectBox p {
  font-size: 22px;
  line-height: 25px;
  font-style: italic;
  font-family: "IBM Plex Serif", serif;
  color: #4A9288;
  margin-bottom: 0;
}
.projectSec .projectList .projectBox p span {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .projectSec .projectList .projectBox p {
    font-size: 26px;
    line-height: 35px;
    min-height: 110px;
  }
}
@media (max-width: 991px) {
  .projectSec .projectList .projectBox p {
    font-size: 25px;
    line-height: 35px;
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .projectSec .projectList .projectBox p {
    font-size: 20px;
    min-height: 55px;
  }
  .projectSec .projectList .projectBox p span {
    font-size: 14px;
  }
  .projectSec .projectList {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .projectSec .projectList {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .projectSec .projectList .projectBox p {
    min-height: inherit;
    font-size: 18px;
    line-height: 24px;
  }
}

.strengthSec .bullets li {
  font-family: "IBM Plex Serif", serif;
}
.strengthSec .clientSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.strengthSec .clientSec .clientBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
  margin: 10px;
}
.strengthSec .clientSec .clientBox img {
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.strengthSec .moreClient {
  padding-top: 60px;
}
.strengthSec .moreClient .clientList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.strengthSec .moreClient .clientList li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  font-family: "IBM Plex Serif", serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  list-style: none;
}
.strengthSec .our_competenceContent .row {
  margin: 0;
  margin-bottom: 50px;
}
.strengthSec .our_competenceContent .smallFont {
  margin-bottom: 10px;
}
.strengthSec .our_competenceContent .workTitle {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #4A9288;
}
.strengthSec .our_competenceContent ul li {
  font-size: 17px;
}
.strengthSec .our_competenceContent ul li::before {
  width: 8px;
  height: 8px;
}
.strengthSec .our_competenceContent .workSec {
  background: #ededed;
  padding: 50px;
}
.strengthSec .our_competenceContent .col-lg-6 {
  padding: 0;
}
.strengthSec .our_competenceContent img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strengthSec .our_competenceContent .commFont25 {
  margin-bottom: 30px;
  text-align: center;
}
.strengthSec .infraBox {
  margin-bottom: 15px;
}
.strengthSec .infraBox tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1199px) {
  .strengthSec .clientSec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strengthSec .clientSec .clientBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
}
@media (max-width: 991px) {
  .strengthSec .clientSec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strengthSec .clientSec .clientBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    max-width: 21%;
  }
  .strengthSec .competenceContent ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .strengthSec .our_competenceContent .workSec {
    padding: 25px;
  }
  .strengthSec .our_competenceContent img {
    width: 100%;
  }
  .strengthSec .moreClient .clientList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .strengthSec .infraBox .commFont25 {
    margin-bottom: 25px;
  }
  .strengthSec .infraBox table {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .strengthSec .clientSec .clientBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
  }
  .strengthSec .moreClient {
    padding-top: 30px;
  }
  .strengthSec .moreClient .clientList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .strengthSec .moreClient .clientList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.serviceSec .sectionTitle {
  margin-bottom: 35px;
  color: #4A9288;
}
.serviceSec .services li {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  color: #000;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.serviceSec .services li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #4A9288;
  background: #4A9288;
}
.serviceSec .serviceBox {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .serviceSec .serviceBox .serviceImg {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serviceSec .sectionTitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .serviceSec .services li {
    font-size: 18px;
  }
}

.quick_contact 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-bottom: 40px;
}
.quick_contact ul:last-child {
  margin-bottom: 0;
}
.quick_contact ul li {
  list-style: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.quick_contact ul li .officeTitle {
  position: relative;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
  padding-left: 25px;
  width: 100%;
  max-width: 360px;
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
.quick_contact ul li .officeTitle span {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  position: relative;
  display: block;
  font-family: "IBM Plex Serif", serif;
}
.quick_contact ul li .officeTitle::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/map.svg) no-repeat;
  width: 18px;
  height: 23px;
  background-size: cover;
}
.quick_contact ul li a {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  position: relative;
  display: block;
  font-family: "IBM Plex Serif", serif;
  display: block;
}
.quick_contact ul li .contactInfo {
  padding-left: 40px;
}
.quick_contact ul li .contactInfo::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/phoneicon.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.quick_contact ul li .mailInfo {
  padding-left: 40px;
}
.quick_contact ul li .mailInfo::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/emailicon.svg) no-repeat;
  width: 33px;
  height: 40px;
  background-size: cover;
}
@media (max-width: 1400px) {
  .quick_contact ul li .officeTitle {
    font-size: 16px;
    line-height: 23px;
  }
  .quick_contact ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .quick_contact .officeTitle.corporat br {
    display: none;
  }
  .quick_contact .officeTitle.headOffice br {
    display: none;
    min-width: 318px;
  }
  .quick_contact .officeTitle.factory br {
    display: none;
    min-width: 280px !important;
  }
}
@media (max-width: 991px) {
  .quick_contact ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .quick_contact ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .quick_contact ul li .officeTitle.corporat br {
    display: none;
    min-width: 318px;
  }
  .quick_contact ul li .officeTitle.headOffice br {
    display: none;
    min-width: 318px;
  }
}
@media (max-width: 767px) {
  .quick_contact ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .quick_contact .officeTitle {
    min-width: 100%;
  }
}

.contactus_section {
  background: #EEEEEE;
}
.contactus_section .detail_form {
  margin: 0 auto;
  max-width: 836px;
}
@media (max-width: 991px) {
  .contactus_section .detail_form {
    max-width: 100%;
  }
}

.gallerySec .galleryImageBox {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 30px;
  text-align: center;
}
.gallerySec .galleryImageBox a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.gallerySec .galleryImageBox a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.gallerySec .galleryImageBox a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url("../images/zoom_icon.svg") center no-repeat;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.gallerySec .galleryImageBox a:hover::before {
  opacity: 1;
}
.gallerySec .galleryImageBox a:hover::after {
  opacity: 1;
}
.gallerySec .galleryImageBox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  height: 300px;
}
@media (max-width: 767px) {
  .gallerySec .galleryImageBox img {
    height: 200px;
  }
}

.counterBox {
  margin: 0 auto;
  width: 100%;
}
.counterBox .counterRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.counterBox .counterRow .stats {
  padding: 0 78px;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
}
.counterBox .counterRow .stats:first-child {
  padding-left: 0;
}
.counterBox .counterRow .stats p {
  display: block;
  color: #F8D66C;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .counterBox .counterRow .stats {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .counterBox .counterRow .stats {
    font-size: 50px;
    line-height: 65px;
    padding: 0 20px;
  }
  .counterBox .counterRow .stats p {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .counterBox .counterRow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .counterBox .counterRow .stats {
    font-size: 50px;
    line-height: 65px;
    padding: 0 20px;
    text-align: center;
  }
  .counterBox .counterRow .stats p {
    font-size: 24px;
  }
}

.finbyz-button {
  color: #000;
  text-decoration: none;
  background: #F8D66C;
  -webkit-transition: 0.3s all ease;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 20px;
  letter-spacing: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 20px 28px;
  position: relative;
  border: inherit;
  z-index: 2;
  font-style: italic;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.finbyz-button svg {
  margin-left: 22px;
  display: inline-block;
}
.finbyz-button svg path {
  stroke: #000;
}
@media (max-width: 1400px) {
  .finbyz-button {
    font-size: 18px;
    padding: 15px 15px;
    margin-top: 20px;
  }
}

.finbyz-button:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background: #4A9288;
  z-index: -1;
}

.finbyz-button:hover,
.finbyz-button:focus {
  color: #FFF;
}
.finbyz-button:hover svg path,
.finbyz-button:focus svg path {
  stroke: #fff;
}

.finbyz-button:hover:before,
.finbyz-button:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

#counterSection {
  background: #2C2C2C;
  overflow: hidden;
}
#counterSection .counterSec p {
  margin-bottom: 8px;
}
#counterSection .counterSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#counterSection .counterSec ul li {
  list-style-type: none;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  margin-right: 125px;
  color: #fff;
}
#counterSection .counterSec ul li span {
  display: block;
  color: #F8D66C;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #counterSection .counterSec ul li {
    margin-right: 80px;
    font-size: 70px;
    line-height: 75px;
  }
  #counterSection .counterSec ul li span {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #counterSection .counterSec {
    margin-top: 80px;
  }
  #counterSection .counterSec ul li {
    font-size: 60px;
    line-height: 70px;
    margin-right: 40px;
  }
  #counterSection .counterSec ul li span {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  #counterSection .counterSec {
    margin-top: 60px;
  }
  #counterSection .counterSec ul li {
    font-size: 40px;
    line-height: 55px;
    margin-right: 25px;
  }
}/*# sourceMappingURL=style.css.map */