/*-- Font Face --*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=4.7.0');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesome') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../font/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.woff2') format('woff2'),
        url('../font/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.woff2') format('woff2'),
        url('../font/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.woff2') format('woff2'),
        url('../font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBold.woff2') format('woff2'),
        url('../font/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a, a:hover{
  text-decoration: none;
}
body {
 font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
  color: #121212;
  text-align: justify;
	webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img{
	   pointer-events: none;
    -webkit-user-drag: none;
}
a,
button {
 font-family: 'Montserrat';
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}
.dg-pd-top {
padding-top: 60px
}

.dg-pd-bottom {
padding-bottom: 60px
}

.dg-pdg-both {
padding: 60px 0
}
.dg-pdg-both-15 {
padding: 60px 15px;
}
.flex-align-centerdg{
    display: flex;
    align-items: center;
}
.dg-show-desktop{
  display: block !important;
}
.dg-show-mobile{
  display: none !important;
}
/*-- Header Start --*/
.bbb-logo-hdr img{
    width: 100%;
    max-width: 160px;
}
/*-- Header Start --*/
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #fff;
    /*
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.1);*/
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
              /* justify-content: space-between; */
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
}

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  justify-content: right;
}
.ion-ios-arrow-down{
    display: none;
}

nav.menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-item-right .menu-icon img {
    width: 22px;
}

.header-item-right .menu-icon {
  font-size: 1.35rem;
  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;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu > ul > li {
  display: inline-block;
  /* line-height: 3.125rem; */
  margin-left: 0px;
}

.header .menu > ul > li > a {
    position: relative;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .menu > ul > li > a:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #295065;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.header .menu > ul > li > a:hover:after{
    transform: scaleX(1);
    transform-origin: bottom left;
}

.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 1rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  border-top: 2px solid #295065;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover{
	    padding: 10px 0px 10px 10px;
    background: #ff5e14;
    border-radius: 5px;
	color:#fff !important;
	display:block;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
 font-family: 'Montserrat';
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
.menu-column-1 .menu-item-has-children:nth-child(1) .menu-column-2{
  height: 500px;
  overflow-y: scroll;
}
.menu-column-1 .menu-item-has-children:nth-child(2) .menu-column-2{
  height: 500px;
  overflow-y: scroll;
}
.menu-column-1 .menu-item-has-children:nth-child(3) .menu-column-2{
  height: 500px;
  overflow-y: scroll;
}
.menu-column-1 .menu-item-has-children:nth-child(4) .menu-column-2{
  height: 500px;
  overflow-y: scroll;
}
.menu-column-2{
      left: 320px;
    top: 15px;
}
.menu-column-1 .menu-item-has-children:last-child .menu-column-2 {
    top: 150px;
}
.menu-column-3{
      left: 320px;
    top: 15px;
}
/*.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}*/

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {display: inline-block;font-size: 14px;font-weight: 500;line-height: 1.25;padding: 10px 0px 10px 10px;border: none;outline: none;color: #000;text-transform: capitalize;text-rendering: optimizeLegibility;-webkit-transition: color 0.3s ease-in-out;-o-transition: color 0.3s ease-in-out;transition: color 0.3s ease-in-out; text-align:left;}
.home #services .row{
	justify-content:center;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
   font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 0px;
    border: none;
    outline: none;
    color: #81a175;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item ul{
    margin-bottom: 20px;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top:0px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #295065;
}

.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #295065;
}

.header .menu .menu-section {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 26px;
}
.menu-mobile-close img {
    width: 24px;
    height: auto;
}




.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9999;
   background: #f6f8f5;
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
@keyframes smoothScroll {
    0% {
        margin-top:-40px;
    }
    100% {
       margin-top:0px;
    }
}
@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-column-1 {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
  .header .menu > ul > li.menu-item-has-children .menu-column-1 li.menu-item-has-children:hover .menu-column-2 {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
   .header .menu > ul > li.menu-item-has-children .menu-column-2 li.menu-item-has-children:hover .menu-column-3 {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ion-ios-arrow-back{
        display: flex;
    align-items: center;
    justify-content: center;
  }
  .ion-ios-arrow-back img,
  .header .menu > ul > li > a i.ion img {
    width:24px;
    height: auto;
}
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
   font-family: 'Montserrat';
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 3rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
       display: block;
       line-height: 3.125rem;
       height: 3.125rem;
       padding: 0 3.125rem 0 1rem;
       border-bottom: 1px solid rgba(0, 0, 0, 0.1);
       font-size: 16px;
       text-align: left;
       white-space: pre;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}


/*-- Top Header --*/
.chc-topheader {
      background: #003162;
    padding: 8px 0px;
    position: relative;
    overflow: hidden;
}
.chc-topheader::after{
       content: "";
    position: absolute;
    top: 0;
    right: -20px;
    background: #fff;
    height: 100%;
    width: 40%;
    transform: skewX(-20deg);
    border-left: 5px solid #ff5e14;
}
.top-header-info{
  z-index: 999;
}
.social-media-icon ul {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media-icon ul li a {
    color: #fff;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header-info ul {
    margin: 0px;
    display: flex;
    align-items: center;
}

.top-header-info ul a {
    color: #fff;
    font-size: 14px;
}

.top-header-info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header-info ul li i {
    color: #ff5e14;
    font-size: 16px;
}

.header-item-left .brand img {
    width: 160px;
}
.read-more:after{
    background-color: #003162 !important;
}
.read-more:before{
    background-color: #ff5e14 !important;
}
/*--Banner Start--*/
.chc-slide-item {
    position: relative;
    overflow: hidden;
    /* background: red; */
}

.chc-slide-item .chc-banner-content {
       position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;
    /* -webkit-transform: translate(0%, 50%); */
    /* -ms-transform: translate(0%, 50%); */
    /* transform: translate(0%, 50%); */
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    width: 40%;
    text-align: left;
    padding-left: 50px;
    /* background: #ff5e14ba; */
    padding: 50px;
        /* border: 2px solid #ffffff9c; */
}

/* .chc-slide-item:after {
    content: "";
    display: block;
    background: #ff5e14;
    position: absolute;
    opacity: 0.5;
    height: 220px;
    width: 50%;
    bottom: 25%;
    left: 0px;
        border-radius: 0px 8px 8px 0px;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
} */

.chc-slide-item .chc-banner-content h1 {
    text-align: left;
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.chc-slide-item .chc-banner-content p {
    text-align: left;
    font-size: 18px;
    color: #fff;
}
.banner-slider .owl-nav{
    position: absolute;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    padding: 20px;
}
.banner-slider .owl-nav .owl-next{
      background: #ffffff96 !important;
    padding: 10px;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}
.banner-slider .owl-nav .owl-next i{
  font-size: 16px;
  color: #000;
}
.banner-slider .owl-nav .owl-prev i{
  font-size: 16px;
  color: #000;
}
.banner-slider .owl-nav .owl-prev{
      background: #ffffff96 !important;
    padding: 10px;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}
.s-single-services {
    transition: .3s;
    background: #fff;
    position: relative;
    display: flex;
	    margin-bottom: 30px !important;
}
.s-single-services img{
  max-width: 100%;
  border-radius: 8px;
}
.h-service {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #00316270;
    padding-top: 45%;
    transition: .3s 
cubic-bezier(.24, .74, .58, 1);
    transform: scaleY(1);
        padding-left: 20px;
    padding-right: 20px;
        border-radius: 8px;
            display: flex;
    align-items: end;
    justify-content: center;
        padding-bottom: 20px;
}
.h-service h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.s-single-services .services-icon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.s-single-services .services-icon img {
    height: 80px;
}
.services-hover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 40px 0;
    background: #003162;
    height: 100%;
    width: 100%;
    color: #fff;
    transform: scaleY(0);
    opacity: 0;
    transition: .3s 
cubic-bezier(.24, .74, .58, 1);
}
.services-hover .box1 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #ff5e14;
    position: absolute;
    z-index: 11;
    left: 40px;
    top: 40px;
    border-right: 0;
    border-bottom: 0;
}
.services-hover .box2 {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #ff5e14;
    position: absolute;
    z-index: 11;
    right: 40px;
    top: 40px;
    border-left: 0;
    border-bottom: 0;
}
.services-hover h5 {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
}
.second-services-content p {
    margin-bottom: 0;
    color: #fff;
}
.services-hover a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}
.second-services-content a {
    color: 000f38;
    transition: all 0.3s 
ease 0s;
font-size: 14px;
}
.s-single-services:hover {
    background: #fff;
}
.s-single-services:hover .h-service {
    transform: scaleY(0);
    opacity: 0;
} 
.s-single-services:hover .services-hover {
    transform: scaleY(1);
    opacity: 1;
    border-radius: 8px;
}



.button {
 padding: 11px 25px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    /* display: flex; */
    z-index: 1;
    font-weight: 500;
    align-items: center;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5e14;
  border-radius: 8px;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #003162;
  transition: all 0.3s;
  border-radius: 8px;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

/*-- Anout Start --*/
.chc-imgbox img{
  width:100%;
}

.chc-titlevox .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.chc-titlevox .title2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.chc-ab-c-sec1 p {
    text-align: justify;
}
.about-icon-box{
       background: #003162;
    padding: 20px;
    border-right: 1px solid #fff;
    align-items: center;
}
.about-icon-box h6{
  font-size: 14px;
}
.about-icon-box:nth-child(3){
  border-right: none;
   border-radius: 0px 8px 8px 0px;
}
.about-icon-box:nth-child(2){
     background-color: #ff5e14;
}
.about-icon-box:nth-child(1){
      border-radius: 8px 0px 0px 8px;
}
.chc-titlevox .title:after{
  content: "";
  display: block;
  background: url(../img/favicon.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center;
}
.cha-abcomb{
  margin-bottom: 40px;
}
.chc-mission-content {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #e2e2e1;
    border-radius: 5px;
    flex-wrap: wrap;
    background: url(../img/bg-03.jpg);
    background-size: contain;
}

.chc-mission-content .chc-imgbox {
    width: 40%;
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
}

.chc-mission-content .content-chc {
    width: 60%;
    padding: 0px 25px;
}

.chc-mission-content .content-chc p {
    margin: 0px;
    text-align: left;
    color: #000;
}
.chc-ab-c-sec1 .chc-mission-content:nth-child(2) {
    margin-bottom: 20px !important;
}
.chc-sv-img img{
  width: 100%;
}
.chc-service-item {
    background: #f6f8f5;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 1px 3px rgb(108 107 107 / 12%), 0 1px 2px rgb(108 107 107 / 12%);
}
.our-product{
  background: #f3f7fa;
}
.chc-sv-content {
    padding: 30px;
    min-height: 270px;
    background: url(../img/bg-sv-icon.png);
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position-x: 290px;
    background-position-y: 150px;
    border-bottom: 5px solid #003162;
    padding-bottom: 80px;
}

.chc-sv-content h3 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #003162;
    color: #003162;
}

.chc-sv-content p {
    margin-bottom: 0px;
}
.chc-service-item .button {
    position: absolute;
    bottom: 20px;
}
.chc-ctasec {
    padding: 0;
}
.chc-ctabg {
    background-color: #f6f8f5;
    padding: 30px 10px;
    position: relative;
    border-radius: 15px;
    margin-bottom: 60px;
    border: 1px solid #f4f4f4;
    border-left: 4px solid #295065;
    border-right: 4px solid #295065;
}
.chc-ctabg:after{
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/bg-01.png);
  position: absolute;
  display: block;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
}
.chc-ctasec h3 {
    margin: 0px;
    font-weight: 900;
    color: #295065;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.chc-whyussec{
    /* background: url(../img/setting-bg.webp); */
    background-size: contain;
    background-position: center;
    width: 100%;
}
.chc-whyus-textc ul {
    margin: 0px;
    /* display: flex; */
    flex-wrap: wrap;
    column-gap: 30px;
}

.chc-whyus-textc ul li {
    background: #f3f7fa;
    position: relative;
        border-radius: 10px;
    margin-top: 10px;
    /* width: calc(33% - 20px); */
        box-shadow: 0 3px 6px rgb(0 0 0 / 7%), 0 3px 6px rgb(0 0 0 / 0%);
    padding: 18px 25px 18px 25px;
    border: 1px solid #e7e7e7;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /* text-align: center; */
    display: flex;
    align-items: center;
}
.chatbot {
    text-align: right;
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 999;
}
.chc-whyus-textc ul li:hover{
  background: #003162;
  -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.chc-whyus-textc ul li:hover i{
  color:#fff;
}
.why-choose-us-img{
  border-radius: 15px 15px 15px 15px;
      box-shadow: 15px 15px 0px #ff5e1430;
}
.chc-whyus-textc ul li i {
    /* position: absolute; */
    /* height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003162;
    color: #fff;
    border-radius: 100%;
    padding: 15px; */
    /* box-shadow: 0px 0px 10px 10px rgba(41,80,101,0.1); */
    /* top: 0;
    left: 50%; */
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    /* border: 1px solid transparent;
    margin-right: 20px; */
}
/* .chc-whyus-textc ul li:hover i{
  border: 1px solid #fff;
} */
 .chc-whyus-textc i{
      font-size: 15px;
 }
.chc-whyus-textc ul li .iconpoint img {
    width: 100%;
}
.chc-whyus-textc ul li h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
.chc-whyus-textc ul li p{
  margin-bottom: 0px;
      font-weight: 500;
}
.chc-whyus-textc ul li:hover p,
.chc-whyus-textc ul li:hover h4{
  color:#fff;
}
.about-bg{
  background: url('../img/about-bg.webp');
  background-size: cover;
  background-position: bottom;
}
.menu-item-has-children{
  margin-top: 5px;
}
/*Gallery Css*/

.galerie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-section{
  /* background: url('../images/gallery-bg.webp'); */
  background-size: cover;
  background-position: center;
}
.gallery-section .item {
	width: 100%;
	margin: 10px 0px;
	overflow: hidden;
	flex-shrink: 0;
}

.item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    padding: 6px;
    background: white;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
	/* width: 50%; */
	max-width: 90vh;
}

.close {
	color: #f1f1f1;
	position: absolute;
	top: 15px;
	right: 35px;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}
#modal .close{
pointer-events: none;
}
.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
/* #gallery{
  background: #f7f7f7;
} */
/*Gallery Css End*/
.product-video .item {
  position: relative;
  cursor: pointer;
}
#videoModal .modal-content, #videoModal2 .modal-content{
  width: 100%;
  max-width: 100%;
}
.product-video .item::after {
content: "\f16a";
    font-size: 50px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    font-size: 24px !important;
    pointer-events: none;
    font: normal normal normal 14px / 1 FontAwesome;
    color: red;
    background: white;
    padding: 10px;
    border-radius: 8px;
}

.our-product-page-section .card{
    border: none;
    background: #ebebeb;
    text-align: center;
    overflow: hidden;
}
.our-product-page-section .card h5 a{
  color: #000;
}
.our-product-page-section .card h5 a:hover{
  color: #ff5e14;
}


.our-product-page-section .card img{
    position: relative;
    overflow: hidden;
}

.our-product-page-section .card img {
    transition: 0.4s;
}

.our-product-page-section .card:hover img {
    opacity: 0.6;
}

/* overlay link icon */
.our-product-page-section .overlay-link {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}

.our-product-page-section .card:hover .overlay-link {
    opacity: 1;
}

/* black overlay */
.our-product-page-section .card img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.our-product-page-section .card:hover::before {
    opacity: 1;
}





.video-slider {
  margin: 0 auto;
  /* max-width: 1200px; */
  width: 100%;
}
.owl-carousel.owl-drag .owl-item {
    background: #ffffff;
    border-radius: 8px;
}
.product-video .owl-item{
    padding: 10px;
}
.ytp-large-play-button{
  height: 38px !important;
  width: 38px !important;
}
.video-slider .item {
  align-items: center;
  color: white;
  display: flex;
  height: 200px;
  justify-content: center;
  background: #fff;
}
.product-video{
  background: #f3f7fa;
}
.gallery-tab{
  border: none;
  justify-content: center;
}
.gallery-tab .nav-link{
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 500;
    background: #f7f7f7;
    margin: 0px 4px;
    border-radius: 5px;
}
.gallery-tab .nav-link:hover{
      background: #ff5e14;
      color: #fff !important;
}
.gallery-tab .nav-link.active {
    background: #003162 !important;
    color: #fff !important;
}
.chc-colrbox {
    background-color: #003162;
    position: relative;
    padding: 100px 40px;
        /* border-radius: 10px; */
}
.chc-colrbox h2, .chc-colrbox p{
  z-index: 1;
    position: relative;
}
.chc-colrbox:after{
  content: "";
  background-image: url(../img/cta-bg.webp);
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  /* mix-blend-mode: multiply; */
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.ms-animated span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.ms-animated {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.chc-colrbox .title {
    font-size: 30px;
    justify-content: center;
    color: #fff;
}
  
.video-wrapper {
display: inline-block;
    position: relative;
    margin-bottom: 50px;
    z-index: 999;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #ff5e14;
    display: inline-block;
    background: #ffffff;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
    background: rgb(255 255 255 / 30%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.chc-colrbox p {
    color: #fff;
}
.client-img-logo {
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background: #fff;
    /* border-left: 0px; */
    /* border-right: 0px; */
    padding: 20px;
}

.client-img-logo img {
    width: 100% !important;
    max-width: 70%;
}
.chc-ourclient {
    position: relative;
    overflow: hidden;
}
.arrowslide button{
  background: #295065;
  border: 0px;
  height: 38px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
}
.arrowslide button.owl-prev {
    top: 50%;
    left: -40px;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}
.arrowslide button.owl-next {
    top: 50%;
    right: -40px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.chc-testimonials {
    background: #f6f8f5;
    background-size: contain;
    background-repeat: repeat;
}
.chc-testi-content {
    padding: 0px 40px;
    border-radius: 5px;
    position: relative;
}

.chc-testi-aouther {
    text-align: center;
}

.ratingstar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ratingstar ul i {
    font-size: 16px;
    color: #295065;
}

.chc-testi-aouther h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

.chc-testitext {
    background: transparent;
    border-radius: 5px;
    text-align: center;
}

.chc-testitext p {
    margin: 0px;
    color: #000;
}


.chc-testi-item {
    margin-bottom: 30px;
    margin-top: 0px;
}
.test-comma {
    position: absolute;
    width: 60px !important;
    right: 20px;
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px;
    border-radius: 100%;
}
.chc-leader-img img {
    width: 100%;
}
.chc-leader-content {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f8f5;
    margin-bottom: 20px;
    flex-wrap: wrap;
    padding: 15px;
}

.chc-leader-details {
    width: 80%;
    padding-left: 20px;
}

.chc-ld-subhd {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}
.chc-leader-img {
    width: 20%;
}
.chc-leader-details p{
  margin-bottom: 0px;
}
.chc-leader-details p a {
    font-weight: bold;
}
.chc-leader-details h3 {
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 5px;
    font-size: 22px;
}
.accordion .accordion-item {border-radius: 5px;overflow: hidden;margin-bottom: 10px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #fff;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  outline: none;
  background: #295065;
  padding: 15px 30px;
  font-weight: 600;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 0px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #fff;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100vh;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0vh;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  transition: all 0.3s ease-in-out;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0px;
  padding: 20px;
}
.chc-faq-sec{
    background-image: url(../img/choose-bg-2.png);
  }
.chc-form-mainbox {
    background: #f6f8f5;
    padding: 60px 50px;
}

.form-control {
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #c7c7c7;
    margin-bottom: 13px;
    height: auto;
    border-left: 5px solid #137caf;
    color: #000;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #137caf;
    outline: 0;
}
.form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.ft-section {
    /* background: #252525; */
    position: relative;
    padding: 60px 0px 20px;
}

.ft-section:after {
    content: "";
    background-image: url(../img/bg-footer.jpg);
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: multiply;
    z-index: -1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.ft-section h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}
.ft-section p i {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    background: #faf5f1;
    color: #003162;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.ft-section p {position: relative;padding-left: 50px;margin-bottom: 10px !important;min-height: 40px;display: flex;align-items: center;color: #fff; z-index: 1; text-align: left;}


/* Dots styling for owl-carousel */
.video-slider .owl-theme .owl-dots .owl-dot span {
  background: #ccc !important;
  transition: all 0.3s ease;
}

.video-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #ff5e14 !important;
  width: 20px;
}
.reach-logo{
      background: #f3f7fa;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #ff5e1494;
    display: flex;
    height: 130px;
}
.reach-logo img{
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}
.reach-logo img:nth-child(1){
  width: 62%;
}
.reach-box-img{
  height: 210px;
}
 .reach-box-img img {
    object-fit: cover;
    height: 320px;
    border-radius: 8px;
    margin-top: 10px;
}
/* Responsive */
/* @media (max-width: 768px) {
  .video-slider iframe {
    height: 180px;
  }
} */


.chc-ft-child a {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 5px 0px 5px 15px;
        font-size: 14px;
            z-index: 1;
    position: relative;
}
.chc-ft-child a::before{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 50%;
    font: normal normal normal 14px / 1 FontAwesome;
    transform: translateY(-50%);
}
.chc-ft-child a:hover{
  color: #ff5e14 !important;
}
.chc-ft-child a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff5e14;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.chc-ft-child a:hover:after{
      transform: scaleX(1);
    transform-origin: bottom left;
}
.reach-us form{
    background: white;
    padding: 15px;
    border-radius: 8px;
}
.reach-us form .form-control{
    margin-bottom: 10px;
    padding: 11px 12px;
    border-left: 2px solid #ff5e14;
    font-size: 12px;
}
.form-heading{
     background-image: linear-gradient(151deg, #F58C32 0%, #df500f 68%);
    padding: 12px;
    color: white;
    border-radius: 5px;
        font-weight: 600;
            position: relative;

}
.form-heading:after {
    content: '';
    padding: 62px 0;
    position: absolute;
    right: 0;
    background: url(../img/mail-envlop.png) !important;
    width: 41px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    bottom: -64px;
}
.reach-us form .btn{
      width: 100%;
    background: #003162;
    padding: 9px;
    border: none;
}
.reach-us form .btn:hover{
 background: #ff5e14;
}
#certificate .owl-nav {
     top: 45%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0px;
    width: 100%;
}
#certificate .item{
  margin: 0px;
}
#certificate .owl-prev{
      left: 10px;
    position: absolute;
}
#certificate .owl-next{
      right: 10px;
    position: absolute;
}
.certificate-right img{
  border-radius: 8px;
}
#certificate .owl-prev span, #certificate .owl-next span{
      background: #ff5e14;
    padding: 8px 18px;
    border-radius: 3px;
    color: #fff;
}
.html5-video-player a{
  font-size: 18px !important;
}
.chc-ft-child a:hover{
  color:#fff;
  text-decoration: none;
}
.chc-sociallist a {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    z-index: 1;
}
.chc-sociallist a:hover{
  color: #295065;
}
.subtextnews {
    font-size: 14px;
    margin-bottom: 10px;
}
.ft-chc-form input {
    color: #000;
    margin-bottom: 0px;
}
.ft-chc-form input::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.ft-chc-form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.ft-chc-form button {
    width: 100%;
    background: #137caf;
    color: #fff;
    padding: 13px 10px;
}
.ft-chc-form button:hover{
  color: #fff;
}
.chc-secbottom {
    background: #ff5e14;
    padding: 5px 10px;
}

.chc-secbottom p {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.chc-secbottom p a{
  color: #fff;
}
.ft-section .container-fluid {
    position: relative;
    z-index: 9;
}

.chc-ctasec2 {
    padding: 40px 0px;
    background: #137caf;
}

.cta-chc-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}

.cta-chc-text a {
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.cta-chc-text {
    text-align: center;
    position: absolute;
    background: #137caf;
    right: 0;
    bottom: 0;
    padding: 20px;
    border-top-left-radius: 20px;
}

.cta-chc-text a svg {
    width: 40px;
    height: 40px;
    color: #fff;
    fill: white;
} 
.mobile-ctickybtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9;
}

.mobile-ctickybtn a {
    width: 50%;
    text-align: center;
    padding: 14px;
    background: green;
    color: #fff;
    font-size: 14px;
}

.mobile-ctickybtn a span {
    display: block;
    margin-top: 5px;
}

.mobile-ctickybtn a i {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-ctickybtn a:nth-child(1) {
    background: #003162;
}
.reach-us{
  background: url('../img/reachus-bg.webp');
  background-size: cover;
  background-position: center;
}
/*--------------------------------------------------------------------------------------- About us ---------------------------------------------------------------------------------------*/
.inner-page-banner{
  background: url('../img/about-banner.webp');
      padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
        background-color: rgb(39 39 39 / 82%);
  position: relative;
}
.inner-page-banner::before
   {
    content: "";
    width: 66%;
    height: 50px;
    position: absolute;
    left: -100px;
    /* right: 94%; */
    bottom: -1px;
    background-color: rgb(255, 255, 255);
    transform: skewX(45deg);
}
.about-bg-none{
  background: none;
}
.our-infastructure .img-block img{
      height: 300px;
      object-fit: cover;
}
.our-infastructure .nav-link{
  background: #fff;
}
.logoMarqueeSection {
 overflow: hidden;
}

#logoMarqueeSection {
overflow: hidden;
}
.logoMarqueeSection::after, .logoMarqueeSection::before{
  background: none;
  display: none;
}

#logoMarqueeSection{
  padding: 0px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.logoMarqueeSection .marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
}
#logoMarqueeSection .marquee p{
      background: black;
    color: white;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
}

.logoMarqueeSection .marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.logoMarqueeSection .marquee2 {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.logoMarqueeSection .marquee3 {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee3;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.logoMarqueeSection .marquee a {
    display:  inline-block;
    white-space: nowrap;
    background: #fdfdfd;
    text-align: center;
    padding: 10px;
     border: 3px solid #0000002d;
    margin: 0px 5px;
    border-radius: 15px;
    width: 300px;
}

.logoMarqueeSection .marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}
.logoMarqueeSection{
  position: relative;
}
#logoMarqueeSection{
	position: relative;
}
#logoMarqueeSection::before,
#logoMarqueeSection::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}
.marquee img {
    width: 200px !important;
    height: 120px;
    object-fit: contain;
}
#logoMarqueeSection::before {
  left: 0;
  background: linear-gradient(to right, #f3f7fa  60%, transparent);
}

#logoMarqueeSection::after {
  right: 0;
  background: linear-gradient(to left, #f3f7fa 60%, transparent);
}
@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-40%, 0, 0);
    }
}
.our-infastructure{
    background-image: url(../img/about-line-2a.svg) !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
}
.we-hire-us{
  background: url(../img/bg-7.jpg);
  background-size: cover;
  background-position: center;
      background-blend-mode: overlay;
    background-color: #f3f7fa40;
}
.about-page-icon-box{
  background-size: cover !important;
  background-position: center !important;
  padding: 50px 20px;
  width: 100%;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.699);
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.oil-bg{
   background: url(../img/oil-bg.webp);
     background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.699);
}
.composites-bg{
   background: url(../img/composites-bg.webp);
     background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.699);
}
.energy-bg{
   background: url(../img/energy-industry-2.webp);
     background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.699);
}
.finishing-bg{
   background: url(../img/finishing-bg.webp);
     background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.699);
}
.about-page-icon-box img{
      background: white;
    padding: 13px;
    border-radius: 8px;
    outline: 1px solid #fff;
    outline-offset: 4px;
}
.innet-banner-heading h1{
  color: #fff;
    font-weight: 600;
}
ul.breadcrumb {
    display: inline-block;
    backdrop-filter: blur(2.5px);
    padding: 12px 26px;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
        border-radius: 5px;
}
ul.breadcrumb li {
    display: inline-block;
    color: #fff;
        font-size: 16px;
}
ul.breadcrumb li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;

}
ul.breadcrumb li a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    right: -1px;
    top: 1px;
    z-index: 1;
    transform: rotate(14deg);
    background: white;
}
/*--------------------------------------------------------------------------------------- About us ---------------------------------------------------------------------------------------*/
.btn-link.focus, .btn-link:focus{
  box-shadow: none;
}
.our-product-banner{
    background: url('../img/our-product-banner.webp');
      padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
        background-color: rgb(39 39 39 / 82%);
  position: relative;
}
/*--------------------------------------------------------------------------------------- Contact us ---------------------------------------------------------------------------------------*/
.contact-banner{
  background: url('../img/contactus-banner.webp');
      padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
        background-color: rgb(39 39 39 / 82%);
  position: relative;
}
.privacy-policy-banner{
    background: url('../img/privacy-policy-banner.webp');
      padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
        background-color: rgb(39 39 39 / 82%);
  position: relative;
}
.term-condition-banner{
      background: url('../img/term-and-condition-banner.webp');
      padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
        background-color: rgb(39 39 39 / 82%);
  position: relative;
}
.contact-page .form-heading {
    background-image: linear-gradient(151deg, #F58C32 0%, #df500f 68%);
    padding: 20px 12px;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    font-size: 22px;
}
.contact-page .form-heading:after {
    content: '';
    padding: 62px 0;
    position: absolute;
    right: 0;
    background: url(../img/mail-envlop.png) !important;
    width: 61px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    bottom: -40px;
}
.contact-page form{
      padding: 30px;
    background: #f3f7fa;
    border-radius: 8px;
    /* background: #fbfbfb; */
    border: 1px solid #ebebeb;
}
.contact-page .form-control{
  margin-bottom: 0px;
      border-left: 2px solid #ff5e14;
}
.contact-page form label{
  font-size: 16px;
}
.contact-page form .btn {
background: #003162;
    padding: 15px 33px;
    border: none;
	margin:0px 5px;
}
.get-in-touch-icon li{
	    margin-bottom: 10px !important;
	text-align:left;
}
.get-in-touch-icon li a{
  font-size: 17px;
  color: #000;
}
.contact-left{
      padding: 20px;
    background: url(https://www.mvinternational.net/wp-content/uploads/2025/11/contactn.webp);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    border-radius: 8px;
    /* background: #fbfbfb; */
    border: 1px solid #ebebeb;
}
.contact-left h2{
  font-size: 28px;
}
.btn-contact-two{
     width: 100%;
    padding: 80px;
    background: url(../img/cta-bg.webp);
    background-blend-mode: overlay;
    background-color: #000000c2;
    text-align: center;
    border-radius: 9px;
    background-size: cover;
    border: 2px solid #ff5e14;
    background-position: center;
    background-attachment: fixed;
        gap: 10px;
    display: flex;
    justify-content: center;
}
.btn-contact-two a{
      padding: 15px 45px;
}
.btn-contact-two a:nth-child(1)::after{
          background-color: #003162;
}
.btn-contact-two a:nth-child(1):hover::before{
   background-color: #ff5e14;
}
/*--------------------------------------------------------------------------------------- Contact us ---------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------- product page ---------------------------------------------------------------------------------------*/
/* Left menu style */
.product-left-side .custom-menu .list-group-item {
    border: none;
    border-radius: 0;
    padding: 14px 18px;
    font-weight: 500;
    color: #333;
    background: #f3f7fa;
    margin-bottom: 3px;
    transition: 0.3s;
        font-size: 14px;
}
.product-left-side h5{
  font-size: 28px;
}
.product-left-side .custom-menu .list-group-item:hover {
    background: #ff5e14;
    color: #ffffff;
}

.product-left-side .custom-menu .active {
    background: #003162 !important;
    color: #fff !important;
}

/* CTA Box */
.product-left-side .cta-box {
    background: url(../img/services_contact_bg.jpg);
    border-radius: 6px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
    background-blend-mode: overlay;
    background-color: #0000008f;
    background-size: cover;
    background-position: center;
        padding: 40px 10px !important;
}
.product-left-side .list-group{
      height: 500px;
    overflow-y: scroll;
}
.product-left-side .list-group::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #F5F5F5;
}

.product-left-side .list-group::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.product-left-side .list-group::-webkit-scrollbar-thumb
{
	background-color: #003162;
}
.product-left-side .cta-box h4{
  font-size: 22px;
}
.product-right-side img{
      border-radius: 10px;
          height: 400px;
    object-fit: cover;
}
.contact-info-left-side ul li{
  font-size: 17px;
      margin: 5px 0px;
}
.our-office-product-left-box{
  background: #f3f7fa;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
}
.contact-info-left-side i{
  color: #ff5e14;
}
.contact-info-left-side p a{
  color: #000;
}
.Downloads-box a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
        margin-bottom: 8px;
    border-radius: 5px !important;
}
.Downloads-box i{
  color: #fff;
}
.Downloads-box a:nth-child(1)::after{
          background-color: #003162;
}
.Downloads-box a:nth-child(1):hover::before{
   background-color: #ff5e14;
}
.product-right-side .title:after{
  display: none;
}
.faq-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.08);
}

.faq-title {
    display: block;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
}

.faq-title:hover {
    color: #ff6600;
}

.faq-title[aria-expanded="true"] {
    color: #ff6600;
}

.arrow {
    transition: transform 0.3s;
    font-size: 20px;
}

.faq-title[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.card-body {
    font-size: 15px;
    color: #666;
    border-top: 1px solid #eee;
    padding-left: 0;
}
.specification-table{
width: 100%;
    overflow-x: auto;
    background: white;
}
.specification-table table{
  width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 0px;
}
.specification-table th {
    color: #000;
    text-align: left;
    padding: 12px;
    font-weight: 600;
    font-size: 18px;
    border: none;
}
.specification-table td {
    padding: 10px 12px;
    border: none;
    color: #333;
    font-size: 14px;
}
.specification-table tr:nth-child(even) {
    background: #fafafa;
}
.product-page-banner{
      background: url(../img/product-page-banner.webp);
    padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(39 39 39 / 82%);
}
.exhibitions-banner{
     background: url(../img/Exhibitions-banner.webp);
    padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(39 39 39 / 82%);
}
/*--------------------------------------------------------------------------------------- product page ---------------------------------------------------------------------------------------*/

.thankyou-card{
      background:#fff;
      border-radius:0.75rem;
      padding:2rem 2.5rem;
      max-width:420px;
      text-align:center;
      margin: auto;
    }
    .thankyou-card .icon{
      width:70px;
      height:70px;
      border-radius:50%;
      background:#e8f9f0;
      display:flex;
      align-items:center;
      justify-content:center;
      margin:0 auto 1rem;
    }
    .thankyou-card .icon svg{
      width:40px;
      height:40px;
      color:#28a745;
    }
    .thankyou-card h1{
      font-size:3rem;
      margin-bottom:0.5rem;
    }
    .thankyou-card p{
      color:#555;
    }
    .thankyou-card a{
      color:#0d6efd;
      text-decoration:none;
    }
    @media screen and (max-width: 768px){
        .thankyou-card h1{
                font-size: 2rem;
        }
    }
/*--------------------------------------------------------------------------------------- Career page ---------------------------------------------------------------------------------------*/
.career-page-banner{
     background: url(../img/career-page-banner.webp);
    padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(39 39 39 / 82%);     
}
.thank-you-banner{
       background: url(../img/thankyou-banner.webp);
    padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(39 39 39 / 82%);  
}
.drawing-banner{
       background: url(../img/drawing-banner.webp);
    padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(39 39 39 / 82%);    
}
 .category-box{background:#fff;border-radius:10px;box-shadow:0px 10px 20px rgba(0,0,0,0.05);padding:25px; text-align: center; font-weight: 600;   transition: 0.5s;
            -webkit-transition: 0.5}
 .job-card:hover {
    border: 1px solid #003162;
    transform: translateY(-5px);
}
   .job-card{background:#fff;border-radius:10px;box-shadow:0px 10px 20px rgba(0,0,0,0.05);padding:25px;margin-bottom:20px; transition: 0.5s; border: 1px solid #fff;}
  .job-icon{
    border-radius: 10px;
    background: #0e326214;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ff5757;
    height: 70px;
    width: 70px;
    padding: 3px;
    margin-right: 10px;
  }
  .category-box h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .career-form form{
    background: #f3f7fa;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
  }
  .career-form form [type="submit"]{
    background: #003162;
    padding: 15px 33px;
    border: none;
  }
  .career-form form .form-control{
    border-left: 3px solid #137caf;
        margin-bottom: 0px;
  }
  .career-form form label {
    font-size: 16px;
}
.career-form .form-heading{
  padding: 20px;
}
.career-form .form-heading:after{
      bottom: -35px;
      width: 55px;
}
.contact-page .job-card a::after{
      background-color: #003162;
}
.contact-page .job-card a::before{
      background-color: #ff5e14;
}
/*--------------------------------------------------------------------------------------- Career page ---------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------- Sitemap page ---------------------------------------------------------------------------------------*/
.sitemap-box {
            background: #ffffff;
            border: 4px solid #e5e5e5;
            padding: 40px;
        }

        .sitemap-box h2 {
            font-weight: 700;
            font-size: 32px;
            color: #1e2a38;
            margin-bottom: 30px;
        }

        .sitemap-box .site-btn {
            background: #003162;
            color: #fff;
            padding: 5px 15px;
            border-radius: 4px;
            display: inline-block;
            margin-bottom: 10px;
            font-size: 14px;
            text-decoration: none;
			text-transform: capitalize;
        }

        .sitemap-page li{
          position: relative;
            float: left;

        }
        .sitemap-page li::before {
       position: absolute;
    left: -15px;
    top: 2px;
    color: #d51f28;
        content: "\f054";
        font: normal normal normal 14px / 1 FontAwesome;
}

        .site-btn:hover {
            background: #ff5e14;
            color: #fff;
            text-decoration: none;
        }

        .sitemap-box .inline-links a {
            color: #ff5e14;
            text-decoration: underline;
            margin-right: 10px;
            font-size: 14px;
        }

        .sitemap-box .inline-links a:hover {
            color: #000;
        }
/*--------------------------------------------------------------------------------------- Sitemap page ---------------------------------------------------------------------------------------*/
.drawing-gallery .img-block {
    position: relative;
    overflow: hidden;
}

.drawing-gallery .img-block img {
    transition: transform .3s ease;
}

/* On hover zoom feel */
.drawing-gallery .img-block:hover img {
    transform: scale(1.05);
}

.drawing-gallery .img-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 5px;
    transition: .3s ease;
}

/* View icon */
.drawing-gallery .img-block .overlay i {
    color: #fff;
    font-size: 32px;
}

/* Hover show */
.drawing-gallery .img-block:hover .overlay {
    opacity: 1;
}


/*--------------------------------------------------------------------------------------- Ready Stock page ---------------------------------------------------------------------------------------*/
.ready-stock-banner{
   background: url(../img/ready-stock-banner.webp);
    padding: 130px 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(39 39 39 / 82%);    
}
.readyStock-table-wrapper {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }

    .readyStock-table thead th {
        background: #003a70;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
        padding: 14px;
        text-transform: uppercase;
        font-size: 16px;
        border-bottom: none;
    }

    .readyStock-table tbody td {
        vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 22px 10px;
    }

    .readyStock-table tbody tr:nth-child(even) {
        background: #f9f9f9;
    }

    .readyStock-table tbody tr:hover {
        background: #f1f8ff;
        cursor: pointer;
    }
    .readyStock-table-wrapper h4{
          background-color: #ff5e14;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 0;
    font-size: 20px;
    }
    .table-overflow{
      overflow-x: auto;
    }
    #owl-carousel-product{
  display: block !important;
}
#owl-carousel-product .owl-prev span, #owl-carousel-product .owl-next span{
background: #ff5e14;
    padding: 8px 18px;
    border-radius: 3px;
    color: #fff;
}

/*--------------------------------------------------------------------------------------- Ready Stock page ---------------------------------------------------------------------------------------*/
.chc-aboutpage-s1-content img {
    width: 100%;
    max-width: 500px;
}
.chc-aboutpage-si-ctext {
    position: absolute;
    background: #f6f8f5;
    padding: 40px;
    width: 70%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-right: 4px solid #295065;
    border-left: 4px solid #295065;
}
.chc-aboutmission 
 .chc-mission-content {
    border: none;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 90px;
    min-height: 260px;
    align-items: flex-start;
    gap: 0px;
    background: #295065;
    position: relative;
    border-radius: 0px;
}

.chc-aboutmission .chc-mission-content .chc-imgbox {
    border-radius: 0px;
    margin-top: -100px;
    margin-bottom: 15px;
}

.chc-aboutmission .chc-mission-content .content-chc {
    width: 100%;
    z-index: 1;
    position: relative;
}

.chc-aboutmission .chc-mission-content .content-chc p {
    text-align: center;
    color: #fff;
}
.chc-aboutmission {
    background: url(../img/bg-03.jpg);
    background-size: contain;
}

.chc-aboutmission .chc-mission-content:after{
  content: "";
    background-image: url(../img/img-01-1.jpg);
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.15;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/*-- Service Detail Start --*/
.chc-sr-dt-content {
    background: #f6f8f5;
    padding: 30px;
}

.chc-sr-dt-content ul {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin: 0px;
}

.chc-sr-dt-content ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 20px;
}

.chc-sr-dt-content ul li:after {
    content: "";
    height: 8px;
    width: 8px;
    display: block;
    background: #137caf;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.chc-sr-dt-content ul li:last-child {
    padding-bottom: 0px;
    margin: 0px;
    border: none;
}


/*-- Project Section --*/
.chc-cl-item-logo img {
    width: 100%;
    max-width: 140px;
}
.chc-cl-item {
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.chc-cl-item-text {
    margin-top: 15px;
    background: #f6f8f5;
    border-bottom: 4px solid #137caf;
    padding: 20px 10px;
    min-height: 220px;
}
.displaynone{
  display: none;
}
.chc-cl-item-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.chc-cl-item-text .chc-remark span, .chc-cl-item-text p span {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.chc-cl-item-text p {
    font-size: 14px;
}

.chc-cl-item-text .chc-remark {
    font-size: 14px;
    display: none;
}

/*-- Responsvie Start --*/


@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-pd-top {
padding-top: 40px
}

.dg-pd-bottom {
padding-bottom: 40px
}

.dg-pdg-both {
padding: 40px 0
}
.mobile-ctickybtn {
    display: flex;
}
.chc-secbottom {
    margin-bottom: 70px;
}
.chc-slide-item .chc-banner-content {
    position: static;
    transform: none;
    background: #295065;
    width: 100%;
    text-align: center;
    padding: 30px;
}
.chc-slide-item .chc-banner-content h1{
  text-align: center;
}
.chc-slide-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.header .menu .menu-section,
nav.menu{
  display: block;
}
.social-media-icon ul {
    justify-content: center;
}

.chc-topheader .col-xl-6 {
    justify-content: center !important;
}
.chc-slide-item:after{
  display: none;
}

.chc-ctasec h3 {
    text-align: center;
    margin-bottom: 20px;
}
.chc-ctasec .align-content-center {
    justify-content: center !important;
}
.chc-colrbox {
    margin-top: 40px;
    padding: 40px 40px;
}
.chc-whyussec {
    padding: 40px 0px;
}
.chc-whyus-textc ul li {
    padding-top: 45px;
    width: calc(50% - 15px);
}
.arrowslide button.owl-prev{
      left: -30px;
}
.arrowslide button.owl-next{
  right: -30px;
}
.chc-ourclient{
      padding-bottom: 40px;
}
.chc-testimonials .col-lg-6.d-flex {
    padding: 40px 15px;
}
.chc-titlevox .title{
  justify-content: center;
}
.dg-pdg-both-15 {
    padding: 40px 15px;
}
.chc-form-mainbox{
      padding: 40px 30px;
}
.chc-leader-details{width: 80%;position: static;transform: none;}
.chc-leader-details h3{
      font-size: 24px;
}
.chc-leader-details p{
  text-align: left;
}
.chc-ld-subhd {
    position: static;
    text-align: center;
}
.cta-chc-text{
      width: 100%;
}
.row {
    margin: 0px;
}
.button{
  padding: 12px 25px;
  text-align: center;
}

/*-- Contact Us page --*/
.borderbox{
    border-left: none;
    border-right: none;
}
.chc-innerbanner{
  padding: 120px 0px;
}

/*-- About us start --*/
.chc-aboutpage-si-ctext {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 40px;
    border: 0px;
}

.chc-aboutpage-si-ctext p {
    text-align: center;
}

.chc-aboutpage-s1-content img {
    max-width: 100%;
}

.chc-aboutmission .chc-mission-content {min-height: auto;margin-top: 120px;}

}
@media only screen and (min-width: 320px) and (max-width: 766px){ 
.ipad{width:100%}
.dg-pd-top {
padding-top: 40px
}

.dg-pd-bottom {
padding-bottom: 40px
}

.dg-pdg-both {
padding: 40px 0
}
.social-media-icon ul {
    justify-content: center;
}

.chc-topheader .col-xl-6 {
    justify-content: center !important;
}
.chc-slide-item:after{
      height: 100%;
      width: 100%;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      display: none;
}

.chc-ctasec h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.chc-ctasec .align-content-center {
    justify-content: center !important;
}
.chc-colrbox {
    margin-top: 40px;
    padding: 20px 0px 0px;
}

.chc-whyus-textc ul li {
    padding-top: 18px;
    width: 100%;
	text-align:left;
}
.arrowslide button.owl-prev{
      left: -30px;
}
.arrowslide button.owl-next{
  right: -30px;
}
.chc-ourclient{
      padding-bottom: 40px;
}
.dg-pdg-both-15 {
    padding: 40px 15px;
}
.chc-form-mainbox{
      padding: 40px 15px;
}
.chc-leader-details{width: 100%;position: static;transform: none;text-align: center;padding: 0px;padding-top: 10px;}
.chc-leader-details h3{
      font-size: 20px;
      text-align: center;
      margin-top: 12px;
      margin-bottom: 5px;
}
.chc-leader-details p{
  text-align: center;
}
.chc-ld-subhd {
    position: static;
    text-align: center;
}
.button{
  padding: 12px 25px;
  text-align: center;
}
.chc-mobile-d-none{
  display: none !important;
}
.top-header-info ul li:first-child{
      margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.chc-slide-item .chc-banner-content {
    position: static;
    transform: none;
    background: red;
    padding: 20px;
    border-radius: 0px;
}
.chc-slide-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.chc-titlevox .title,
.chc-slide-item .chc-banner-content h1{
      font-size: 22px;
      justify-content: center;
}
.chc-mission-content .chc-imgbox{
      width: 100%;
}
.chc-mission-content .content-chc {
    width: 100%;
    padding: 14px 0px 0px;
}
.chc-sv-content{
      min-height: auto;
}
.client-img-logo:before,
.chc-titlevox .title:after{
  display: none;
}
.client-img-logo{
      width: 99%;
}
.chc-leader-content {
    margin-top: 15px;
}
.accordion button{
      padding: 15px 45px 15px 15px;
}
.chc-titlevox .title2 {
    text-align: center;
    font-size: 24px;
}

.ft-section h4 {
    margin-top: 20px;
    font-size: 20px;
}
.cta-chc-text{
      width: 100%;
      position: static;
      border-radius: 0;
}
.row {
    margin: 0px;
}
.button{
  padding: 12px 32px;
  text-align: center;
  font-size: 15px;
}
.chc-about-img {
    padding: 40px 15px 0px;
}
.chc-slide-item .chc-banner-content {
    position: static;
    transform: none;
    background: #18497b;
    width: 90%;
    text-align: center;
    padding: 10px 20px;
    left: 5%;
    position: relative;
    top: -20px;
    border-radius: 5px;
}
.chc-slide-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.chc-slide-item .chc-banner-content h1 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
    color: #fff !important;
}
.header .menu .menu-section, nav.menu {
    display: block;
}
.header-item-left .brand img {
    width: 120px;
}
.chc-mobile-reverce {
    flex-direction: column-reverse;
}
.chc-values .container-fluid {
    padding: 0px;
}
.chc-ctabg{
      margin-bottom: 40px;
}
.chc-whyussec {
    padding: 40px 0px;
}
.chc-testimonials .col-lg-6 {
    padding-top: 30px;
}

.chc-testi-aouther h4 {
    font-size: 20px;
}
.cta-chc-text a{
  font-size: 28px;
}
.cta-chc-text a svg{
      width: 30px;
    height: 30px;
}
.ft-section{
      padding: 20px 0px 20px;
}
.chc-faq-sec .chc-imgbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.chc-leader-details p a{
  display: block;
}
.chc-whyussec .col-sm-12,
.chc-teamleader .col-sm-12 {
    padding: 0px;
}
.chc-leader-img {
    width: 100%;
}
.client-img-logo img {
    width: 100% !important;
    max-width: 70%;
}
.client-img-logo{
      height: 200px;
}
.mobile-ctickybtn {
    display: flex;
            z-index: 999 !important;
}
.chc-secbottom {
    margin-bottom: 45px;
}
/*-- Contact Us page --*/
.borderbox{
    border-left: none;
    border-right: none;
}
.inner-banner-content h3{
      font-size: 20px;
      text-align: center;
}
.chc-bredcrum{
      font-size: 14px;
}
.chc-innerbanner{
  padding: 120px 0px;
}
.chc-contact-infoitem{
      padding: 20px 0px;
}
.chc-contactform .col-lg-12 {
    padding: 0px;
}
.chc-formbg{
      padding: 40px 20px;
}
.chc-formbg .col-sm-6, .chc-formbg .col-12, .chc-formbg .col-sm-12 {
    padding: 0px;
}
/*-- About us start --*/
.chc-aboutpage-si-ctext {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
    border: 0px;
    padding: 20px;
}

.chc-aboutpage-si-ctext p {
    text-align: center;
}

.chc-aboutpage-s1-content img {
    max-width: 100%;
}
.chc-aboutpage-sec1 .col-lg-12 {
    padding: 0px;
}

.chc-aboutmission .chc-mission-content .chc-imgbox {
    margin: 0px;
}
.chc-aboutmission .chc-mission-content {min-height: auto;margin-top: 20px;}

/*-- Service Details Page --*/
.chc-service-detailsec .col-sm-12{
padding: 0px;
}
.chc-sr-dt-content{
      padding: 15px;
}
.chc-sr-dt-content ul{
      padding: 10px;
}
.chc-cl-item-text p{
  margin-bottom: 0px;
}
.chc-cl-item-text{
      min-height: auto;
}
}
@media screen and (max-width: 1366px) {
.header .menu .menu-section{
  gap: 12px;
}
}
@media screen and (max-width: 767px) {
.chatbot {
bottom: 50px;
right: 0;
}
	.reach-box-img img{
		height:180px;
	}
	.s-single-services:hover .services-hover{
		overflow-y:scroll;
	}
	.privacy-policy{
		text-align:left;
	}
	.privacy-policy .chc-titlevox .title{
		justify-content:left !important;
		text-align:left !important;
	}
	.ppp .col p{
		    text-align: center !important;
	}
	.ppp .col p .btn{
		margin: 0px 5px;
	}
	.about-img{
		margin-top:20px;
	}

.sitemap-box{
  padding: 10px;
}
.sitemap-box h2{
  font-size: 22px;
}
.menu-column-2, .menu-column-3{
  display: none !important;
}
.sitemap-box .site-btn{
  text-align: left;
}
.sitemap-box .inline-links a{
  text-align: left;
}
.chc-titlevox .title{
  text-align: center !important;
  justify-content: center !important;
}
.ft-section p{
  text-align: justify;
}
.readyStock-table-wrapper h4{
  font-size: 18px;
}
.drawing-gallery h2{
  text-align: center;
}
.career-form form{
  padding: 15px;
}
.career-form .form-heading:after {
    bottom: -55px;
    width: 39px;
}
.career-form .form-heading {
    padding: 15px;
}
  .product-left-side .custom-menu .list-group-item {
        font-size: 14px;
        padding: 12px 14px;
    }
.innet-banner-heading h1{
  font-size: 24px;
}
.readyStock-table thead th, .readyStock-table tbody td{
  white-space: pre;
}
.specification-table td{
  white-space: pre;
}
.about-page-icon-box{
      padding: 35px 10px;
              margin-bottom: 10px;
}
.our-infastructure .img-block img{
  height: inherit;
}
.contact-page form{
  padding: 20px;
}
.contact-page .form-heading{
  font-size: 18px;
}
.contact-left h2 {
    font-size: 22px;
}
.btn-contact-two{
  padding: 20px;
  display: block;
}
.btn-contact-two a{
  display: block;
}
.btn-contact-two a:nth-child(1){
  margin-bottom: 10px;
}
#logoMarqueeSection::before{
  display: none;
}
#logoMarqueeSection::after{
  display: none;
}
.about-page-icon-box img{
      width: 18%;
          padding: 10px;
}
.inner-page-banner::before{
      width: 80%;
    height: 20px;
}
ul.breadcrumb{
      padding: 5px 15px;
}
.product-left-side h5 {
    font-size: 22px;
}
.product-right-side img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}
    .product-left-side .cta-box h4 {
        font-size: 18px;
    }
.chatbot img{
width: 150px;
}
  .about-box{
    flex-wrap: wrap;
  }
  .chc-topheader::after{
    display: none;
  }
  .chc-topheader .flex-align-centerdg{
    justify-content: center;
  }
      .header-item-left .brand img {
        width: 160px !important;
    }
    .chc-slide-item .chc-banner-content p{
      text-align: center !important;
    }
    .about-icon-box {
    width: 100%;
    margin: 2px 0px;
        padding: 8px;
    border-radius: 8px !important;
}
.chc-banner-content .button{
  padding: 12px 25px;
}
.chc-slide-item .chc-banner-content{
  padding: 25px 20px;
}
.why-choose-us-img {
    border-radius: 15px 15px 15px 15px;
    box-shadow: inherit;
    height: 250px;
    object-fit: cover;
    margin: 10px 0px 0px 0px;
}
    .chc-countersec  .chc-colrbox {
        margin-top: 0px;
        padding: 40px 0px 40px;
    }
    .gallery-section .item{
      margin: 4px 0px;
    }
    .gallery-tab .nav-link {
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 500;
    background: #f7f7f7;
    margin: 0px 4px;
    border-radius: 5px;
    width: 164px;
    padding: 10px 8px;
    text-align: center;
    margin-bottom: 6px;
		height:50px;
		        display: flex;
        align-items: center;
        justify-content: center;
}
	.gallery-tab .tab-content .galerie .col-md-3{
		padding:0px 10px !important;
	}
.about-bg .container, #services .container, .reach-us .container, .ft-section .container{
  padding: 0px;
}
.reach-us form {
    padding: 25px 0px;
            margin-top: 20px;
  }
  .mobile-logo-header{
        width: 90%;
    margin: auto;
  }
  .chc-slide-item .chc-banner-content p {
    font-size: 14px;
    color: #fff !important;
  }
  .owl-theme .owl-dots .owl-dot span{
        margin: 5px 3px;
  }
  .about-bg{
    padding-top: 0px;
  }

}